@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap&subset=japanese");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section, picture {
  display: block;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
}

h1 {
  display: block;
  font-size: 1rem;
  margin-block-start: 0;
  margin-block-end: 0;
}

ul {
  list-style: none;
}

ol {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
}

small {
  font-size: 0.8rem;
}

sub, sup {
  font-size: 0.7rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.24em;
}

sup {
  top: -0.48em;
}

img, video {
  border-style: none;
  max-width: 100%;
  vertical-align: top;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.16;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.32em 0.72em 0.64em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

/* ----------------------------------------------------------------------------
インライン
---------------------------------------------------------------------------- */
/* font */
/* size */
/* line height */
/* letter spacing */
/* 変数
----------------------------------------------------------------------------- */
/* 関数 & mixin
----------------------------------------------------------------------------- */
/* 変数
----------------------------------------------------------------------------- */
/* function
----------------------------------------------------------------------------- */
html {
  font-family: Roboto, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProW3", sans-serif;
  font-size: 10px;
}

body {
  margin: 0;
  font-family: Roboto, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProW3", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  font-feature-settings: "palt";
  font-variant-numeric: proportional-nums;
  line-height: 1.8;
  color: #111;
  letter-spacing: 0.06em;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
body.en {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

@media (max-width: 480px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  body.en {
    font-size: 1.6rem;
  }
}
p::selection {
  color: #fff;
  background: #111;
}

p::selection {
  color: #111;
  background: #fff;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
a.text-link:link, a.text-link:visited {
  text-decoration: underline;
  transition: all 0.4s ease;
}
a.text-link:hover {
  opacity: 0.56;
}
a.btn-medium {
  color: #fff;
}

.container {
  max-width: 1208px;
  padding: 0 24px;
  margin: 0 auto;
}

.container-contact {
  max-width: 848px;
  padding: 0 24px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .container,
  .container-contact {
    width: 100%;
    padding: 0;
  }
}
.br-clear {
  display: inline-block;
}
@media (max-width: 480px) {
  .br-clear {
    display: none;
  }
}

.br-clear-pc {
  display: inline-block;
}
@media (max-width: 1280px) {
  .br-clear-pc {
    display: none;
  }
}

.br-clear-sp {
  display: inline-block;
}
@media (min-width: 481px) {
  .br-clear-sp {
    display: none;
  }
}

.pc-hide-bl {
  display: none;
}

.sp-hide-bl {
  display: block;
}

@media (max-width: 480px) {
  .pc-hide-bl {
    display: block;
  }
  .sp-hide-bl {
    display: none;
  }
}
.bracket::before {
  padding-right: 0.6em;
  font-weight: 100;
  content: "[";
}
.bracket::after {
  padding-left: 0.6em;
  font-weight: 100;
  content: "]";
}

.quotation {
  font-weight: 700;
  color: #000;
}
.quotation::before, .quotation::after {
  padding: 0 0.1em 0 0.2em;
  font-family: serif;
  content: "“";
}
.quotation::after {
  padding: 0 0.2em 0 0.1em;
  content: "”";
}

.headlines-xxxl {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  letter-spacing: 0.06em;
}

.headlines-xxl {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  letter-spacing: 0.1em;
}
.headlines-xxl.en {
  font-size: 4.8rem;
  letter-spacing: 0.02em;
}

.headlines-xl {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}
.headlines-xl.en {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.headlines-l {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.headlines-l.en {
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.headlines-m {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.headlines-m.en {
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.headlines-s {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.headlines-s.en {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
}

@media (max-width: 480px) {
  .headlines-xxxl {
    font-size: 2.8rem;
  }
  .headlines-xxl {
    margin-top: 24px;
    font-size: 2.4rem;
  }
  .headlines-xxl.en {
    font-size: 2.4rem;
  }
  .headlines-xl {
    font-size: 2rem;
  }
  .headlines-xl.en {
    font-size: 2rem;
  }
  .headlines-l {
    font-size: 1.8rem;
  }
  .headlines-l.en {
    font-size: 1.8rem;
  }
  .headlines-m {
    font-size: 1.6rem;
  }
  .headlines-m.en {
    font-size: 1.6rem;
  }
  .headlines-s {
    font-size: 1.4rem;
  }
  .headlines-s.en {
    font-size: 1.4rem;
  }
}
.text-xxxl {
  font-size: 3.2rem;
}

.text-xxl {
  font-size: 2.8rem;
}

.text-xl {
  font-size: 2.4rem;
}

.text-l {
  font-size: 1.8rem;
}

.text-m {
  font-size: 1.6rem;
}

.text-s {
  font-size: 1.4rem;
}

.text-xs {
  font-size: 1.2rem;
}

@media (max-width: 480px) {
  .text-xxxl {
    font-size: 2.2rem;
  }
  .text-xxl {
    font-size: 2rem;
  }
  .text-xl {
    font-size: 1.8rem;
  }
  .text-l {
    font-size: 1.4rem;
  }
  .text-m {
    font-size: 1.2rem;
  }
  .text-s {
    font-size: 1.2rem;
  }
  .text-xs {
    font-size: 1rem;
  }
}
.font-weight-regular {
  font-weight: 400;
}

.font-weight-semi-bold {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 700;
}

.text-note {
  color: #666;
}

.text-align-c {
  text-align: center;
}
@media (max-width: 480px) {
  .text-align-c.sp-no {
    text-align: left;
  }
}

.text-num {
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-align: center;
  letter-spacing: -0.02em;
}
.text-num.size-s {
  font-size: 6.4rem;
  letter-spacing: -0.02em;
}
.text-num .comma {
  margin-left: -0.01em;
  font-size: 80%;
  vertical-align: 12%;
}
.text-num .period {
  margin-left: -0.01em;
  font-size: 80%;
}
.text-num .plus {
  padding-left: 8px;
  font-size: 48%;
  vertical-align: 40%;
}

@media (max-width: 1280px) {
  .text-num {
    font-size: 10vw;
  }
  .text-num.size-s {
    font-size: 7vw;
  }
  .text-num .plus {
    padding-left: 4px;
  }
}
@media (max-width: 480px) {
  .text-num {
    font-size: 10vw;
  }
  .text-num.size-s {
    font-size: 10vw;
  }
  .text-num .plus {
    padding-left: 4px;
  }
}
.margin-top-xxxxxs {
  margin-top: 12px;
}

.margin-top-xxxxs {
  margin-top: 14px;
}

.margin-top-xxxs {
  margin-top: 16px;
}

.margin-top-xxs {
  margin-top: 20px;
}

.margin-top-xs {
  margin-top: 24px;
}

.margin-top-s {
  margin-top: 32px;
}

.margin-top-m {
  margin-top: 40px;
}

.margin-top-l {
  margin-top: 48px;
}

.margin-top-xl {
  margin-top: 56px;
}

.margin-top-xxl {
  margin-top: 64px;
}

.margin-top-xxxl {
  margin-top: 80px;
}

.margin-top-xxxxl {
  margin-top: 120px;
}

.margin-top-xxxxxl {
  margin-top: 160px;
}

.text-indent-m {
  margin-left: 12px;
}

@media (max-width: 480px) {
  .margin-top-xxxxxs {
    margin-top: 6px;
  }
  .margin-top-xxxxs {
    margin-top: 8px;
  }
  .margin-top-xxxs {
    margin-top: 8px;
  }
  .margin-top-xxs {
    margin-top: 10px;
  }
  .margin-top-xs {
    margin-top: 12px;
  }
  .margin-top-s {
    margin-top: 16px;
  }
  .margin-top-m {
    margin-top: 20px;
  }
  .margin-top-l {
    margin-top: 24px;
  }
  .margin-top-xl {
    margin-top: 24px;
  }
  .margin-top-xxl {
    margin-top: 32px;
  }
  .margin-top-xxxl {
    margin-top: 40px;
  }
  .margin-top-xxxxl {
    margin-top: 64px;
  }
  .margin-top-xxxxxl {
    margin-top: 80px;
  }
  .text-indent-m {
    margin-left: 0;
  }
}
.figure-ml {
  margin-top: 120px;
  text-align: center;
}

.figure-mm {
  margin-top: 80px;
  text-align: center;
}

@media (max-width: 480px) {
  .figure-ml {
    margin-top: 48px;
  }
  .figure-mm {
    margin-top: 32px;
  }
}
.line-height-base {
  line-height: 1.6;
}

.line-height-xs {
  line-height: 1;
}

.line-height-s {
  line-height: 1.2;
}

.line-height-m {
  line-height: 1.4;
}

.line-height-l {
  line-height: 1.6;
}

.line-height-xl {
  line-height: 1.8;
}

.line-height-xxl {
  line-height: 2;
}

.line-height-xxxl {
  line-height: 2.2;
}

.flex-box {
  display: flex;
}
.flex-box.sa {
  justify-content: space-around;
}
.flex-box.sb {
  justify-content: space-between;
}
.flex-box.sb .item01 {
  width: 30%;
}
@media (max-width: 480px) {
  .flex-box.column {
    flex-direction: column;
  }
  .flex-box.sb .item01 {
    width: 100%;
  }
}
.flex-box.align-items-end {
  align-items: flex-end;
}
.flex-box .item01 {
  width: 30%;
}
@media (max-width: 480px) {
  .flex-box .item01 {
    width: 100%;
  }
}

.flex-box-right {
  margin-left: auto;
}
@media (max-width: 480px) {
  .flex-box-right {
    text-align: right;
  }
}

.flex-box-end {
  align-self: flex-end;
}

.flex-min-height {
  min-height: 56px;
}

@media (max-width: 480px) {
  .flex-min-height {
    min-height: auto;
  }
}
.uni-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: 16px 32px;
  font-size: 1.4rem;
  color: #000;
  text-align: center;
  cursor: pointer;
  background: #fff;
  transition: all 0.4s ease;
}
.uni-btn::before, .uni-btn::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  content: "";
}
.uni-btn::before {
  bottom: 100%;
  border-right: solid 4px transparent;
  border-bottom: solid 4px #fff;
  border-left: solid 4px transparent;
}
.uni-btn::after {
  top: 100%;
  border-top: solid 4px #fff;
  border-right: solid 4px transparent;
  border-left: solid 4px transparent;
}
.uni-btn .btn-icon {
  display: inline-block;
  width: 20px;
  margin-right: 4px;
  vertical-align: -2px;
}
.uni-btn .btn-text-en {
  font-size: 1.6rem;
}
.uni-btn .btn-text-jp {
  margin-top: 8px;
  font-size: 1.2rem;
}
.uni-btn.en {
  padding: 24px;
  font-weight: 600;
}
.uni-btn:hover {
  opacity: 0.8;
}

.shadow-box {
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
}
.shadow-box.large {
  padding: 64px;
}

@media (max-width: 480px) {
  .shadow-box {
    padding: 24px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
  }
  .shadow-box.large {
    padding: 32px;
  }
  .shadow-box img {
    margin-top: 20px;
  }
}
.btn-medium {
  display: inline-block;
  width: 348px;
  padding: 20px 40px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #111;
  border-radius: 4px;
  transition: all 0.4s ease;
}
.btn-medium::before, .btn-medium::after {
  display: none;
}
.btn-medium:hover {
  opacity: 0.72;
}

@media (max-width: 480px) {
  .btn-medium {
    display: block;
    width: 100%;
  }
}
.fade {
  opacity: 0;
  transition: all 0.8s ease-out;
}

.fade-in {
  opacity: 1;
}

input,
button,
textarea,
select {
  appearance: none;
  background: none;
  border: none;
  outline: none;
}

input,
select,
textarea {
  font-family: Roboto, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProW3", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
}

input:-webkit-autofill {
  border: 1px solid transparent;
  outline: none;
  box-shadow: 0 0 0 1000px #f1f1f1 inset;
}

input[type=text],
input[type=email],
textarea {
  border: 1px solid transparent;
}

input[type=button],
button {
  cursor: pointer;
}

/* 無効時のスタイル */
.uni-section {
  padding: 200px 0;
  background-color: #fff;
}
.uni-section.mission {
  display: flex;
}
.uni-section.redefine {
  display: flex;
  background-color: #fafafa;
}
.uni-section.feature {
  padding: 0 0 40px;
}
.uni-section.feature-performance {
  padding: 80px 0 160px;
}
.uni-section.feature-engagement {
  padding: 80px 0 160px;
  background-color: #fafafa;
}
.uni-section.challenges {
  display: flex;
  padding: 160px 0;
  background-color: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.uni-section.client {
  padding: 120px 0 168px;
}
.uni-section.case-study {
  padding: 120px 0 168px;
}
.uni-section.sales-partners {
  padding: 120px 0 168px;
  background-color: #fafafa;
}
.uni-section.distribution-partners {
  padding: 120px 0 168px;
}
.uni-section.lastview {
  padding: 80px 40px;
}
.uni-section.other {
  padding: 136px 40px 120px;
}
.uni-section .cap-column-left {
  width: 20%;
  min-width: 292px;
  padding-left: 114px;
  background: url("../img/icon-section-bar.svg") 0 12px no-repeat;
}
.uni-section .cap-column-top {
  padding-top: 124px;
  background: url("../img/icon-section-bar-vertical.svg") center 0 no-repeat;
}
.uni-section .sec-caption {
  font-size: 2rem;
}
.uni-section .sec-caption-sub {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.uni-section .feature-caption {
  font-size: 2rem;
  font-weight: 600;
}
.uni-section .feature-caption::before {
  display: inline-block;
  margin-right: 12px;
  vertical-align: -1px;
  content: url("../img/icon-dot01.svg");
}
.uni-section .content-colum {
  display: flex;
  justify-content: center;
  width: 80%;
}
.uni-section .content-colum .content-inner {
  width: 80%;
}

@media (max-width: 667px) {
  .uni-section {
    padding: 80px 0;
  }
  .uni-section.mission {
    display: block;
    padding: 0 24px 80px;
  }
  .uni-section.redefine {
    display: block;
    padding: 0 24px 80px;
  }
  .uni-section.feature {
    padding: 0 24px 8px;
  }
  .uni-section.feature-performance {
    padding: 40px 24px 80px;
  }
  .uni-section.feature-engagement {
    padding: 40px 24px 80px;
  }
  .uni-section.challenges {
    display: block;
    padding: 0 24px 80px;
  }
  .uni-section.client {
    padding: 60px 24px 68px;
  }
  .uni-section.case-study {
    padding: 60px 24px 68px;
  }
  .uni-section.sales-partners {
    padding: 60px 24px 68px;
  }
  .uni-section.distribution-partners {
    padding: 60px 0 68px;
  }
  .uni-section.lastview {
    padding: 40px 24px;
  }
  .uni-section.other {
    padding: 80px 24px 48px;
  }
  .uni-section .cap-column-left {
    width: 100%;
    min-width: 100%;
    padding-top: 62px;
    padding-left: 0;
    text-align: center;
    background: url("../img/icon-section-bar-vertical.svg") center 0 no-repeat;
    background-size: auto 50%;
  }
  .uni-section .cap-column-top {
    padding-top: 62px;
    background: url("../img/icon-section-bar-vertical.svg") center 0 no-repeat;
    background-size: auto 50%;
  }
  .uni-section .sec-caption {
    font-size: 1.6rem;
  }
  .uni-section .sec-caption-sub {
    font-size: 1.2rem;
  }
  .uni-section .feature-caption {
    font-size: 1.6rem;
  }
  .uni-section .feature-caption::before {
    margin-right: 8px;
    vertical-align: -2px;
    content: url("../img/icon-dot01.svg");
  }
  .uni-section .content-colum {
    display: block;
    width: 100%;
  }
  .uni-section .content-colum .content-inner {
    width: 100%;
  }
}
.mode-performance {
  display: block;
}

.mode-engagement {
  display: none;
}

.mode-bl {
  display: block;
}

.mode-hi {
  display: none;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

.header-firstview {
  padding: 24px 40px;
}

.header-bar {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 24px 40px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  transform: translateY(-100%);
}
.header-bar.en {
  font-weight: 600;
  line-height: 1.8;
}
.header-bar .logo {
  transition: all 0.4s ease;
}
.header-bar .logo:hover {
  opacity: 0.56;
}
.header-bar.ohter-page {
  transform: translateY(0);
}
.header-bar.is-active {
  transform: translateY(0);
}
.header-bar .navi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.4rem;
  line-height: 1.2;
}
.header-bar .navi .language {
  padding: 4px 36px 4px 8px;
  margin-right: 32px;
  cursor: pointer;
  border-right: 1px solid #ddd;
  transition: all 0.4s ease;
}
.header-bar .navi .language::after {
  display: inline-block;
  padding-top: 1px;
  padding-left: 6px;
  content: url("../img/icon-arrow-dropdown.svg");
}
.header-bar .navi .language:hover {
  opacity: 0.56;
}
.header-bar .navi .case {
  padding: 4px 8px;
  margin-right: 32px;
}
.header-bar .navi .case:hover {
  opacity: 0.56;
}
.header-bar .navi .signin {
  padding: 4px 8px;
}
.header-bar .navi .signin:hover {
  opacity: 0.56;
}
.header-bar .navi .contact {
  padding: 4px 0 4px 4px;
  margin-left: 32px;
}
.header-bar .navi .contact span {
  display: inline-block;
  padding: 0 12px;
  transition: all 0.4s ease;
}
.header-bar .navi .contact::before {
  vertical-align: -6px;
  content: url("../img/icon-brackets-left.svg");
}
.header-bar .navi .contact::after {
  vertical-align: -6px;
  content: url("../img/icon-brackets-right.svg");
}
.header-bar .navi .contact:hover span {
  background-color: #fff000;
}

@media (max-width: 480px) {
  .header-firstview {
    padding: 40px 24px;
    text-align: center;
  }
  .header-firstview .header-logo img {
    height: 24px;
  }
  .header-bar {
    padding: 16px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  }
  .header-bar .logo img {
    height: 20px;
  }
  .header-bar .navi {
    font-size: 1.2rem;
  }
  .header-bar .navi .language {
    padding: 4px 12px 4px 4px;
    margin-right: 4px;
  }
  .header-bar .navi .case {
    margin-right: -4px;
  }
  .header-bar .navi .contact {
    display: none;
  }
}
.firstview-back {
  height: 100vh;
  background-color: #000;
}

.firstview {
  position: relative;
  height: 100vh;
  text-align: center;
  background: url("../img/hero-image.svg") center -420px no-repeat #000;
  background-size: cover;
  opacity: 0;
}

.fv-logo {
  padding-top: 20vh;
  opacity: 0;
}
.fv-logo img {
  max-width: 72px;
}

.fv-tagline {
  margin-top: 6vh;
  opacity: 0;
}
.fv-tagline img {
  max-height: 28px;
}

.fv-description {
  margin-top: 6vh;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #eee;
  letter-spacing: 0.14em;
  opacity: 0;
}
.fv-description.en {
  font-weight: 600;
  letter-spacing: 0.06em;
}

.fv-cta {
  margin-top: 8vh;
  opacity: 0;
}
.fv-cta .uni-btn {
  max-width: 280px;
  padding: 12px 24px;
}
.fv-cta .uni-btn:hover {
  box-shadow: 0 0 64px white;
  opacity: 0.92;
}
.fv-cta .uni-btn.en {
  padding: 24px;
}

.fv-signin {
  margin-top: 4vh;
  opacity: 0;
}
.fv-signin a:link,
.fv-signin a:visited {
  display: block;
  padding: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.14em;
}
.fv-signin a:link:hover,
.fv-signin a:visited:hover {
  opacity: 0.56;
}

.fv-news {
  margin-top: 1.6vh;
  opacity: 0;
}
.fv-news a:link,
.fv-news a:visited {
  display: block;
  padding: 12px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
}
.fv-news a:link:hover,
.fv-news a:visited:hover {
  opacity: 0.56;
}

.fv-learn-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ccc;
  letter-spacing: 10px;
  opacity: 0;
}
.fv-learn-more .learn-more::before, .fv-learn-more .learn-more::after {
  display: inline-block;
  width: calc(50% - 12em);
  height: 1px;
  margin: 4px 24px;
  content: "";
  background-color: #999;
  opacity: 0.4;
}
.fv-learn-more img {
  height: 32px;
  margin-top: 8px;
}

@media (max-width: 480px) {
  .firstview {
    padding: 32px;
    background: url("../img/hero-image-sp.svg") center -80px no-repeat #000;
    background-size: auto 100%;
  }
  .fv-logo {
    padding-top: 16vh;
  }
  .fv-logo img {
    max-width: 64px;
  }
  .fv-description {
    margin-top: 2vh;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left;
    letter-spacing: 0.04em;
  }
  .fv-cta {
    margin-top: 8vh;
  }
  .fv-cta .uni-btn {
    padding: 12px;
  }
  .fv-signin {
    display: inline-block;
    padding: 8px;
    margin-top: 1vh;
  }
  .fv-signin a:link,
  .fv-signin a:visited {
    font-size: 1.4rem;
  }
  .fv-news {
    margin-top: 1vh;
  }
  .fv-news a:link,
  .fv-news a:visited {
    padding: 2px;
    font-size: 1.2rem;
    text-align: left;
    letter-spacing: 0.06em;
  }
  .fv-learn-more {
    letter-spacing: 8px;
  }
}
@media screen and (width <= 320px) {
  .fv-logo {
    padding-top: 16vh;
  }
  .fv-logo img {
    max-width: 56px;
  }
  .fv-cta {
    margin-top: 4vh;
  }
  .fv-cta .uni-btn {
    padding: 6px;
  }
  .fv-signin {
    padding: 4x;
    margin-top: 0.6vh;
  }
  .fv-news {
    margin-top: 0;
  }
  .fv-news a:link,
  .fv-news a:visited {
    display: block;
    padding: 2px;
    text-align: left;
  }
  .fv-learn-more {
    font-size: 1rem;
  }
}
.mission .product-owner-icon {
  display: inline-block;
  width: 216px;
  height: 216px;
  padding-top: 56px;
  text-align: center;
  cursor: pointer;
  border: 4px solid #111;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.mission .product-owner-icon:hover {
  opacity: 0.56;
}

@media (max-width: 480px) {
  .mission .product-owner-icon {
    width: 144px;
    height: 144px;
    padding-top: 32px;
  }
  .mission .product-owner-icon img {
    width: 64%;
  }
}
.redefine .unicorn-3core {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
.redefine .unicorn-3core .core-image {
  width: 158px;
}
.redefine .unicorn-3core .core-text {
  display: block;
  width: 80%;
  padding-left: 40px;
}

@media (max-width: 480px) {
  .redefine .unicorn-3core {
    display: block;
    margin-top: 48px;
    text-align: center;
  }
  .redefine .unicorn-3core .core-image {
    margin: 0 auto 24px;
  }
  .redefine .unicorn-3core .core-image img {
    height: 160px;
  }
  .redefine .unicorn-3core .core-text {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: left;
  }
}
.feature-switch {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
.feature-switch a:link,
.feature-switch a:visited {
  width: 48%;
  padding: 32px 32px 80px;
  font-size: 1.4rem;
  cursor: pointer;
  background: url("../img/icon-feature-arrow-black-down.svg") center bottom no-repeat #fff;
  background-position: center bottom 32px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}
.feature-switch a:link.is-active,
.feature-switch a:visited.is-active {
  background: url("../img/icon-feature-arrow-red-down.svg") center bottom no-repeat;
  background-position: center bottom 32px;
}
.feature-switch a:link.mode-engagement-swich,
.feature-switch a:visited.mode-engagement-swich {
  background-color: #fafafa;
}
.feature-switch a:hover {
  background: url("../img/icon-feature-arrow-red-down.svg") center bottom no-repeat;
  background-position: center bottom 32px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.64);
  opacity: 0.72;
}
.feature-switch .feature-switch-text {
  padding-bottom: 16px;
  margin-top: 16px;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #eee;
}
.feature-switch .feature-switch-text.fst-en {
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.04em;
}

.feature-switch-btn a:link,
.feature-switch-btn a:visited {
  display: inline-block;
  width: 50%;
  padding: 80px 32px 32px;
  margin-top: 80px;
  font-size: 1.4rem;
  cursor: pointer;
  background: url("../img/icon-feature-arrow-black-up.svg") center bottom no-repeat #fff;
  background-position: center top 32px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
  transition: all 0.4s ease;
}
.feature-switch-btn a:link.switch-mode-engagement,
.feature-switch-btn a:visited.switch-mode-engagement {
  background-color: #fafafa;
}
.feature-switch-btn a:hover {
  background: url("../img/icon-feature-arrow-red-up.svg") center bottom no-repeat;
  background-position: center top 32px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.64);
}
.feature-switch-btn a:hover.switch-mode-engagement {
  background: url("../img/icon-feature-arrow-red-up.svg") center bottom no-repeat #fafafa;
  background-position: center top 32px;
}
.feature-switch-btn .feature-switch-icon {
  padding-top: 16px;
  text-align: center;
  border-top: 1px solid #eee;
}
.feature-switch-btn .feature-switch-text {
  margin-top: 16px;
  letter-spacing: 0.06em;
}
.feature-switch-btn .feature-switch-text.fst-en {
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.04em;
}

@media (max-width: 480px) {
  .feature-switch {
    margin-top: 32px;
  }
  .feature-switch a:link,
  .feature-switch a:visited {
    width: 47%;
    padding: 10px 10px 40px;
    font-size: 1rem;
    line-height: 1.2;
    background-position: center bottom 10px;
    background-size: 20%;
  }
  .feature-switch a:link.is-active,
  .feature-switch a:visited.is-active {
    background-position: center bottom 10px;
    background-size: 20%;
  }
  .feature-switch a:link.switch-mode-engagement,
  .feature-switch a:visited.switch-mode-engagement {
    background-position: center bottom 10px;
    background-size: 20%;
  }
  .feature-switch a:hover {
    background-position: center bottom 10px;
  }
  .feature-switch .feature-switch-text {
    padding-bottom: 8px;
    margin-top: 8px;
    text-align: left;
  }
  .feature-switch-btn a:link,
  .feature-switch-btn a:visited {
    width: 100%;
    padding: 56px 16px 16px;
    margin-top: 24px;
    font-size: 1rem;
    background-position: center top 16px;
  }
  .feature-switch-btn a:hover {
    background-position: center top 16px;
  }
  .feature-switch-btn .feature-switch-icon {
    padding-top: 8px;
  }
  .feature-switch-btn .feature-switch-text {
    margin-top: 8px;
    text-align: left;
  }
}
.mode-switch {
  display: none;
}

#mode-change {
  padding-top: 64px;
}

@media (max-width: 480px) {
  #mode-change {
    padding-top: 40px;
  }
}
.feature {
  text-align: center;
}

@media (max-width: 480px) {
  .feature-branch img {
    height: 48px;
  }
}
.mode-dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.4s ease;
  transform: translateY(100%);
}
.mode-dialog .md-body {
  display: inline-block;
  padding: 6px 8px;
  margin-top: 48vh;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  color: #ddd;
  letter-spacing: 0.1em;
  background: #000;
  border-radius: 2px;
}
.mode-dialog.md-active {
  display: block;
  opacity: 1;
  transform: translateY(0%);
}

.feature-performance .bracket::before,
.feature-engagement .bracket::before {
  padding: 0 0.6em;
  font-weight: 400;
  vertical-align: 1px;
}
.feature-performance .bracket::after,
.feature-engagement .bracket::after {
  padding-left: 0.6em;
  font-weight: 400;
  vertical-align: 1px;
}
.feature-performance .exclusion,
.feature-engagement .exclusion {
  padding: 24px 16px;
  border: 2px solid #ccc;
}
.feature-performance .exclusion .list,
.feature-engagement .exclusion .list {
  padding: 24px 8px 0;
  margin-top: 24px;
  line-height: 1.2;
  border-top: 1px dashed #ccc;
}
.feature-performance .exclusion .list li,
.feature-engagement .exclusion .list li {
  margin-bottom: 8px;
}
.feature-performance .exclusion .list li::before,
.feature-engagement .exclusion .list li::before {
  margin-right: 12px;
  vertical-align: 2px;
  content: url("../img/icon-dot02.svg");
}
@media (max-width: 480px) {
  .feature-performance .exclusion,
  .feature-engagement .exclusion {
    padding: 16px 12px;
    margin: 24px 0;
  }
  .feature-performance .exclusion .list,
  .feature-engagement .exclusion .list {
    padding: 20px 4px 0;
    margin-top: 20px;
  }
  .feature-performance .exclusion .list li::before,
  .feature-engagement .exclusion .list li::before {
    margin-right: 8px;
    vertical-align: 0;
    content: url("../img/icon-dot02.svg");
  }
}
.feature-performance .protection-text,
.feature-engagement .protection-text {
  width: 64%;
}
.feature-performance .protection-image,
.feature-engagement .protection-image {
  width: 34%;
  padding-left: 4%;
}
@media (max-width: 480px) {
  .feature-performance .protection-text,
  .feature-engagement .protection-text {
    width: 100%;
  }
  .feature-performance .protection-image,
  .feature-engagement .protection-image {
    width: 100%;
    padding-left: 0;
    margin-top: 24px;
    text-align: center;
  }
  .feature-performance .protection-image img,
  .feature-engagement .protection-image img {
    padding: 0 32px;
  }
}
.feature-performance .apple-sa-image,
.feature-engagement .apple-sa-image {
  width: 46%;
  padding-right: 4%;
}
.feature-performance .apple-sa-text,
.feature-engagement .apple-sa-text {
  display: flex;
  align-items: center;
  width: 54%;
}
@media (max-width: 480px) {
  .feature-performance .apple-sa-image,
  .feature-engagement .apple-sa-image {
    width: 100%;
    padding-right: 0;
  }
  .feature-performance .apple-sa-text,
  .feature-engagement .apple-sa-text {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
}
.feature-performance .playad,
.feature-engagement .playad {
  height: 852px;
  text-align: center;
  background: url("../img/image-playablead.svg") center 0 no-repeat;
}
.feature-performance .playad video,
.feature-engagement .playad video {
  width: 375px;
  margin-top: 100px;
}
@media (max-width: 480px) {
  .feature-performance .playad,
  .feature-engagement .playad {
    display: block;
    height: auto;
    background: none;
  }
  .feature-performance .playad video,
  .feature-engagement .playad video {
    width: 100%;
    margin-top: 0;
  }
}
.feature-performance .interactive-text,
.feature-engagement .interactive-text {
  width: 50%;
}
.feature-performance .interactive-text .data-box,
.feature-engagement .interactive-text .data-box {
  margin-left: 16px;
}
.feature-performance .interactive-text .data-box dl,
.feature-engagement .interactive-text .data-box dl {
  margin-top: 24px;
}
.feature-performance .interactive-text .data-box dd,
.feature-engagement .interactive-text .data-box dd {
  margin-top: 4px;
  font-size: 1.4rem;
}
.feature-performance .interactive-image,
.feature-engagement .interactive-image {
  width: 50%;
  padding-left: 4%;
}
.feature-performance .interactive-image .interactive-3d,
.feature-engagement .interactive-image .interactive-3d {
  display: block;
  height: 988px;
  text-align: right;
  background: url("../img/image-3d.svg") right 0 no-repeat;
}
.feature-performance .interactive-image .interactive-3d video,
.feature-engagement .interactive-image .interactive-3d video {
  width: 443px;
  padding-right: 37px;
  margin-top: 270px;
}
@media screen and (width <= 1106px) {
  .feature-performance .interactive-text,
  .feature-engagement .interactive-text {
    width: 40%;
  }
  .feature-performance .interactive-image,
  .feature-engagement .interactive-image {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .feature-performance .interactive-text,
  .feature-engagement .interactive-text {
    width: 30%;
  }
  .feature-performance .interactive-image,
  .feature-engagement .interactive-image {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .feature-performance .interactive-text,
  .feature-engagement .interactive-text {
    width: 100%;
  }
  .feature-performance .interactive-text .data-box,
  .feature-engagement .interactive-text .data-box {
    margin-left: 0;
  }
  .feature-performance .interactive-text .data-box dl,
  .feature-engagement .interactive-text .data-box dl {
    margin-top: 16px;
  }
  .feature-performance .interactive-image,
  .feature-engagement .interactive-image {
    width: 100%;
    padding-left: 0;
  }
  .feature-performance .interactive-image .interactive-3d,
  .feature-engagement .interactive-image .interactive-3d {
    display: block;
    height: auto;
    margin-top: 40px;
    text-align: left;
    background: none;
  }
}
.feature-performance .exclusion-text,
.feature-engagement .exclusion-text {
  width: 58%;
}
.feature-performance .exclusion-image,
.feature-engagement .exclusion-image {
  width: 34%;
  padding-left: 4%;
}
.feature-performance .tool-inner,
.feature-engagement .tool-inner {
  padding: 0 20%;
}
@media (max-width: 480px) {
  .feature-performance .exclusion-text,
  .feature-engagement .exclusion-text {
    width: 100%;
  }
  .feature-performance .exclusion-text .shadow-box img,
  .feature-engagement .exclusion-text .shadow-box img {
    margin-bottom: 20px;
  }
  .feature-performance .exclusion-image,
  .feature-engagement .exclusion-image {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
    text-align: center;
  }
  .feature-performance .exclusion-image img,
  .feature-engagement .exclusion-image img {
    width: 80%;
  }
  .feature-performance .exclusion-image p,
  .feature-engagement .exclusion-image p {
    text-align: left;
  }
  .feature-performance .tool-inner,
  .feature-engagement .tool-inner {
    padding: 0;
  }
}
.feature-performance .feature-link,
.feature-engagement .feature-link {
  padding-top: 120px;
  margin-top: 120px;
  border-top: 2px solid #eee;
}
@media (max-width: 480px) {
  .feature-performance .feature-link,
  .feature-engagement .feature-link {
    padding-top: 64px;
    margin-top: 64px;
    border-top: 2px solid #eee;
  }
}

.feature-performance .lead-box {
  padding: 40px;
  text-align: center;
  background-color: #fafafa;
}
.feature-performance .lead-box.asa-partner {
  padding: 32px 40px 36px;
  text-align: left;
}
.feature-performance .lead-box.asa-partner img {
  transition: all 0.4s ease;
}
.feature-performance .lead-box.asa-partner img:hover {
  opacity: 0.56;
}

@media (max-width: 480px) {
  .feature-performance .lead-box {
    padding: 16px;
    text-align: left;
  }
  .feature-performance .lead-box.asa-partner {
    padding: 16px;
    line-height: 1.2;
  }
  .feature-performance .lead-box.asa-partner figure {
    margin-left: 8px;
  }
  .feature-performance .lead-box.asa-partner img {
    min-width: 120px;
  }
}
.feature-engagement .lead-box {
  padding: 40px;
  text-align: center;
  background-color: #fff;
}

@media (max-width: 480px) {
  .feature-engagement .lead-box {
    padding: 16px;
    text-align: left;
  }
}
.challenges .challenges-box {
  padding: 56px;
  border: 1px solid #ddd;
}
.challenges .challenges-box .flex-box {
  padding-top: 48px;
  margin-top: 48px;
  border-top: 1px solid #ddd;
}
.challenges .challenges-box .flex-box .mode {
  width: 242px;
}
.challenges .challenges-box .flex-box .list {
  width: 72%;
}
.challenges .challenges-box .flex-box .list li {
  padding: 0 0 28px 1.2em;
  line-height: 1.4;
  text-indent: -1.2em;
  letter-spacing: 0.04em;
}
.challenges .challenges-box .flex-box .list li:last-child {
  padding: 0 0 4px 1.2em;
}
.challenges .challenges-box .flex-box .list li::before {
  margin-right: 12px;
  vertical-align: 2px;
  content: url("../img/icon-dot02.svg");
}
.challenges .contact-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 64px;
  font-size: 1.6rem;
  color: #ccc;
  background-color: #111;
  border-radius: 4px;
}
.challenges .contact-box p {
  margin-right: 24px;
  line-height: 1.4;
}
.challenges .contact-box .uni-btn {
  width: 280px;
  max-width: auto;
}

@media (max-width: 1024px) {
  .challenges .challenges-box {
    padding: 24px;
  }
  .challenges .challenges-box .flex-box {
    display: block;
    padding-top: 24px;
    margin-top: 24px;
  }
  .challenges .challenges-box .flex-box .mode {
    width: 100%;
    text-align: center;
  }
  .challenges .challenges-box .flex-box .list {
    width: 100%;
    margin-top: 24px;
  }
  .challenges .challenges-box .flex-box .list li {
    padding: 0 0 24px 1.2em;
  }
  .challenges .challenges-box .flex-box .list li:last-child {
    padding: 0 0 24px 1.2em;
  }
  .challenges .challenges-box .flex-box .list li::before {
    margin-right: 8px;
    vertical-align: 0;
  }
  .challenges .contact-box {
    display: block;
    padding: 32px;
    font-size: 1.4rem;
  }
  .challenges .contact-box p {
    margin-right: 0;
  }
  .challenges .contact-box .uni-btn {
    width: 100%;
    max-width: auto;
    margin-top: 32px;
  }
}
.client .our-clients .our-clients-list {
  display: none;
  text-align: center;
  list-style: none;
}
.client .our-clients .our-clients-list li {
  margin: 64px 24px 0;
}
.client .our-clients .our-clients-list.is-active {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding: 16px 4% 0;
}

.case-study .case-study-item {
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(17, 17, 17, 0.08);
}
.case-study .case-study-item:hover {
  box-shadow: 0 0 16px rgba(17, 17, 17, 0.16);
}
.case-study .case-study-item .inner {
  padding: 20px 24px 24px;
}

.sales-partners .our-sales-partners .our-sales-partners-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding: 16px 4% 0;
}
.sales-partners .our-sales-partners .our-sales-partners-list li {
  margin: 48px 24px 0;
}
.sales-partners .our-sales-partners .our-sales-partners-list img {
  max-height: 40px;
}

.distribution-partners .our-distribution-partners .our-distribution-partners-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding: 16px 4% 0;
}
.distribution-partners .our-distribution-partners .our-distribution-partners-list li {
  margin: 64px 24px 0;
}

@media (max-width: 480px) {
  .sales-partners .our-sales-partners .our-sales-partners-list li {
    margin: 24px 10px 0;
  }
  .sales-partners .our-sales-partners .our-sales-partners-list img {
    height: 32px;
  }
  .distribution-partners .our-distribution-partners .our-distribution-partners-list li {
    margin: 24px 10px 0;
  }
  .distribution-partners img {
    height: 32px;
  }
}
.lastview {
  min-height: 680px;
  text-align: center;
  background: url("../img/footer-back.png") center 0 no-repeat #000;
  background-size: cover;
  border-top: 8px solid #000;
  border-bottom: 8px solid #000;
}

.lv-description {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #eee;
  letter-spacing: 0.14em;
}
.lv-description.en {
  font-weight: 600;
  letter-spacing: 0.06em;
}

.lv-cta .uni-btn:hover {
  box-shadow: 0 0 64px white;
  opacity: 0.92;
}

@media (max-width: 480px) {
  .lastview {
    min-height: auto;
    padding: 8px 32px 48px;
    background: url("../img/footer-back.png") center 0 no-repeat;
    background-size: cover;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
  }
  .lv-since img {
    width: 16%;
  }
  .lv-tagline {
    margin-top: 16px;
  }
  .lv-logo img {
    max-width: 28%;
  }
  .lv-description {
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  .lv-cta .uni-btn {
    padding: 8px;
  }
}
.uni-footer {
  display: flex;
  justify-content: space-between;
  padding: 32px 48px 40px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.04em;
  background-color: #fff;
  border-top: 4px solid #fafafa;
}
.uni-footer .copy {
  padding: 8px 4px;
  transition: all 0.4s ease;
}
.uni-footer .copy:hover {
  opacity: 0.56;
}
.uni-footer .link {
  display: flex;
  justify-content: flex-end;
}
.uni-footer .link li {
  padding: 8px 4px;
  margin-left: 32px;
  transition: all 0.4s ease;
}
.uni-footer .link li:hover {
  opacity: 0.56;
}
.uni-footer .link li.sns-line {
  padding-right: 32px;
  border-right: 1px solid #eee;
}

@media (max-width: 480px) {
  .uni-footer {
    flex-direction: column-reverse;
    padding: 16px 24px 80px;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .uni-footer.no-fixed {
    padding: 16px 24px 12px;
  }
  .uni-footer .copy {
    display: block;
    padding: 12px 2px;
    margin-top: 12px;
    border-top: 1px dotted #eee;
  }
  .uni-footer .link {
    flex-wrap: wrap;
    justify-content: left;
    font-size: 1.2rem;
  }
  .uni-footer .link li {
    padding: 4px 6px 6px;
    margin-left: 0;
  }
  .uni-footer .link li.sns-line {
    padding-right: 6px;
    border-right: none;
  }
}
.page-top-box {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease;
}
@media (max-width: 480px) {
  .page-top-box {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    background: #fff;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.08);
  }
}
.page-top-box.is-active {
  z-index: 1000;
  opacity: 1;
}

.pagetop-pc {
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
  padding: 16px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.pagetop-pc:hover {
  opacity: 0.56;
}

@media (max-width: 480px) {
  .pagetop-pc {
    display: none;
  }
}
.pagetop-sp {
  display: none;
}

@media (max-width: 480px) {
  .pagetop-sp {
    display: inline-block;
    padding: 8px 12px 0;
    background-color: #000;
    border-radius: 4px;
  }
}
.footer-contact-sp {
  display: none;
}

@media (max-width: 480px) {
  .footer-contact-sp {
    display: block;
  }
  .footer-contact-sp::before, .footer-contact-sp::after {
    display: inline-block;
    vertical-align: middle;
  }
  .footer-contact-sp::before {
    content: url("../img/icon-brackets-left-sp.svg");
  }
  .footer-contact-sp::after {
    content: url("../img/icon-brackets-right-sp.svg");
  }
  .footer-contact-sp .fc-sp-text {
    padding: 0 14px;
    vertical-align: 1px;
  }
}
.company .company-hero {
  position: relative;
  height: 100vh;
  padding: 4%;
  color: #000;
  text-align: center;
  background-color: #fff;
}
.company .company-hero .mission {
  margin-top: 22vh;
}
.company .company-hero .mission-jp {
  margin: 40px -10px 0 0;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.56em;
}
.company .company-hero .mission-en {
  margin: 40px -10px 0 0;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.company .company-hero .company-name {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 8vh;
  font-size: 1.8rem;
  line-height: 1.2;
}
.company .glance {
  padding: 120px 0;
  background-color: #fafafa;
}
.company .glance .glance-caption {
  font-size: 2rem;
  font-style: oblique;
  font-weight: 500;
  letter-spacing: 0.02em;
}

@media (max-width: 480px) {
  .company .company-hero {
    padding: 8%;
  }
  .company .company-hero .mission {
    margin-top: 32vh;
  }
  .company .company-hero .mission-jp {
    margin-top: 24px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .company .company-hero .company-name {
    padding: 0 8%;
    margin-bottom: 6vh;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: left;
  }
  .company .glance {
    padding: 40px 24px;
  }
  .company .glance .glance-caption {
    font-size: 1.6rem;
  }
}
.other a:hover {
  text-decoration: underline;
  transition: all 0.4s ease;
}
.other h1 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}
.other .title-jp {
  margin-top: 8px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.other .title-en {
  margin-top: 8px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}
.other h2 {
  margin-top: 80px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.other h3 {
  margin: 56px 0 0 16px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.other h4 {
  margin: 40px 0 0 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.other .text {
  margin: 24px 0 0 16px;
  font-size: 1.8rem;
  line-height: 2;
}
.other .text.margin-s {
  margin: 20px 0 0 16px;
}
.other .text02 {
  margin: 24px 0 0 32px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.other .text02.margin-s {
  margin: 20px 0 0 32px;
}
.other .text-note {
  font-size: 1.6rem;
}
.other .text-signature {
  margin-top: 40px;
  font-size: 1.6rem;
  text-align: right;
}
.other .ul-small {
  margin: 24px 0 0 40px;
  font-size: 16px;
  color: #333;
  list-style: none;
  counter-reset: ul;
}
.other .ul-small.x-small {
  margin: 32px 0 0 16px;
  font-size: 14px;
}
.other .ul-small li {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.other .ul-small li::before {
  padding-right: 4px;
  content: "・";
  counter-increment: ul;
}
.other .ul-small li + li {
  margin-top: 20px;
}
.other ol {
  margin: 24px 0 0 40px;
  font-size: 1.8rem;
}
.other ol li + li {
  margin-top: 32px;
}
.other .ol-number {
  list-style: none;
  counter-reset: ol-number;
}
.other .ol-number.ol-number-s {
  margin-left: 0;
}
.other .ol-number li {
  padding-left: 1.8em;
  font-size: 1.6rem;
  text-indent: -1.8em;
}
.other .ol-number li + li {
  margin-top: 20px;
}
.other .ol-number li::before {
  padding-right: 8px;
  content: counter(ol-number) "）";
  counter-increment: ol-number;
}
.other .ol-number-sinple {
  list-style: none;
  counter-reset: ol-number;
}
.other .ol-number-sinple li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.other .ol-number-sinple li::before {
  padding-right: 10px;
  content: counter(ol-number) "";
  counter-increment: ol-number;
}
.other .cookie-on {
  display: inline-block;
  padding: 0 4px;
  color: #00f;
}
.other .cookie-off {
  display: inline-block;
  padding: 0 4px;
  color: #666;
}
.other .btn-optout {
  display: inline-block;
  padding: 20px 88px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #666;
  border-radius: 4px;
  transition: all 0.4s ease;
}
.other .btn-optout::before, .other .btn-optout::after {
  display: none;
}
.other .btn-optout:hover {
  opacity: 0.72;
}
.other .btn-optout.optin {
  background: #00f;
}
.other .signin-logo {
  margin-top: 6vh;
  text-align: center;
}
.other .signin-google {
  z-index: 1;
  width: 247px;
  margin: 6vh auto 0;
  text-align: center;
}
.other .signin-google a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 247px;
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 4px;
}
.other .signin-google a .google-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  text-align: center;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
}
.other .signin-google a .google-signin-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  font-size: 14px;
}
.other .signin-google a:hover {
  text-decoration: none;
  opacity: 0.72;
}
.other .uni-contact {
  margin: 3vh auto 0;
  text-align: center;
}
.other .uni-contact .uni-btn {
  width: 100%;
  max-width: 247px;
  padding: 12px 32px;
  box-shadow: 0 1px 32px rgba(0, 0, 0, 0.08);
}
.other .uni-contact .uni-btn.en {
  padding: 24px 32px;
}
.other .uni-contact .uni-btn::before {
  border-right: solid 2px transparent;
  border-bottom: solid 2px #fff;
  border-left: solid 2px transparent;
}
.other .uni-contact .uni-btn::after {
  border-top: solid 2px #fff;
  border-right: solid 2px transparent;
  border-left: solid 2px transparent;
}
.other .uni-contact .uni-btn .btn-text-en {
  font-size: 1.6rem;
}
.other .uni-contact .uni-btn .btn-text-jp {
  margin-top: 0;
  font-size: 1.2rem;
}
.other .uni-contact .uni-btn:hover {
  text-decoration: none;
  box-shadow: 0 1px 40px rgba(0, 0, 0, 0.32);
  opacity: 0.8;
}
.other .uni-contact .uni-text {
  margin-top: 24px;
  font-size: 1.2rem;
  color: #666;
}

@media (max-width: 480px) {
  .other h1 {
    font-size: 2.4rem;
  }
  .other .title-jp {
    margin-top: 2px;
    font-size: 1.4rem;
  }
  .other .title-en {
    margin-top: 2px;
    font-size: 1.6rem;
  }
  .other h2 {
    margin-top: 40px;
    font-size: 2rem;
  }
  .other h3 {
    margin: 32px 0 0;
    font-size: 1.8rem;
  }
  .other h4 {
    margin: 32px 0 0;
    font-size: 1.6rem;
  }
  .other .text {
    margin: 12px 0 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .other .text.margin-s {
    margin: 8px 0 0;
  }
  .other .text02 {
    margin: 10px 0 0;
    font-size: 1.4rem;
  }
  .other .text02.margin-s {
    margin: 8px 0 0;
  }
  .other .text-note {
    font-size: 1.2rem;
  }
  .other .text-signature {
    margin-top: 24px;
    font-size: 1.4rem;
  }
  .other .ul-small {
    margin: 16px 0 0;
    font-size: 14px;
  }
  .other .ul-small.x-small {
    margin: 8px 0 0;
    font-size: 12px;
  }
  .other .ul-small li + li {
    margin-top: 12px;
  }
  .other ol {
    margin: 16px 0 0 24px;
    font-size: 1.4rem;
  }
  .other ol li + li {
    margin-top: 16px;
  }
  .other .ol-number li {
    padding-left: 1.5em;
    font-size: 1.2rem;
    text-indent: -1.5em;
  }
  .other .ol-number li + li {
    margin-top: 12px;
  }
  .other .ol-number li::before {
    padding-right: 4px;
  }
  .other .ol-number.ol-number-s {
    margin-left: 0;
  }
  .other .ol-number-sinple {
    margin: 16px 0 0;
  }
  .other .ol-number-sinple li {
    padding-left: 1.4em;
    text-indent: -1.4em;
  }
  .other .btn-optout {
    display: inline-block;
    padding: 12px 80px;
    font-size: 1.4rem;
  }
}
.form-input.is-hidden {
  display: none;
}

.contact-form-body {
  margin-top: 56px;
}

.contact-list li + li {
  margin-top: 48px;
}
.contact-list.is-confirm .contact-list-label {
  color: #666;
}
.contact-list.is-confirm .contact-list_confirm {
  padding: 20px 24px;
  border-bottom: 1px solid #ccc;
}
.contact-list input,
.contact-list textarea {
  width: 100%;
  padding: 20px 24px;
  color: #000;
  background-color: #fafafa;
  border: 1px solid inherit;
  border-radius: 4px;
  transition: all 0.4s ease;
}
.contact-list input:focus,
.contact-list textarea:focus {
  color: #111;
  background: #fff;
  border: 1px solid #ccc;
}
.contact-list textarea {
  height: 200px;
  resize: vertical;
}

.contact-list-label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 1.8rem;
}

.contact-apply {
  margin: 48px 0;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.06em;
}

.contact-apply_checkbox {
  margin-right: 8px;
}

.uni-checkbox {
  display: none;
}

.uni-checkbox-box {
  position: relative;
  padding-left: 32px;
}

.uni-checkbox-box::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  border: 2px solid #333;
  border-radius: 2px;
  transition: all 0.4s ease;
}

.uni-checkbox:checked + .uni-checkbox-box::before {
  background-color: #333;
}

.uni-checkbox:checked + .uni-checkbox-box::after {
  position: absolute;
  top: 2px;
  left: 7px;
  display: block;
  width: 6px;
  height: 12px;
  content: "";
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
  transform: rotate(45deg);
}

.check-privacy {
  display: inline-block;
}

.contact-action {
  text-align: center;
}

.contact-send {
  text-align: center;
}

.contact_send_button {
  width: 240px;
  padding: 24px 32px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #000;
  border-radius: 4px;
  transition: all 0.4s ease;
}
.contact_send_button[disabled] {
  pointer-events: none;
  opacity: 0.56;
}
.contact_send_button:hover {
  opacity: 0.72;
}

.contact_send_button_icon {
  height: 16px;
  margin-right: 8px;
  vertical-align: -2px;
}

.contact-back {
  display: inline-block;
  padding: 16px;
  margin-top: 16px;
  font-size: 1.6rem;
  color: #666;
  cursor: pointer;
  transition: all 0.4s ease;
}
.contact-back:hover {
  opacity: 0.72;
}

.formError {
  position: static !important;
  display: inline-block !important;
  margin: 0 0 0 12px;
  font-size: 14px;
  font-weight: 400;
  color: #f00;
}

.form_confirm {
  display: none;
}
.form_confirm.is-active {
  display: block;
}

.form_complete {
  display: none;
}
.form_complete.is-active {
  display: block;
}

.form-complete-text {
  padding: 10vh 0 12vh;
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.form-complete-back {
  margin-top: 6vw;
  text-align: center;
}
.form-complete-back a:link,
.form-complete-back a:visited {
  display: inline-block;
  padding: 4px;
  font-size: 1.6rem;
}
.form-complete-back a:hover {
  opacity: 0.72;
}

@media (max-width: 480px) {
  .contact-form-body {
    margin-top: 24px;
  }
  .contact-list li + li {
    margin-top: 24px;
  }
  .contact-list.is-confirm .contact-list_confirm {
    padding: 20px 24px;
  }
  .contact-list input,
  .contact-list textarea {
    padding: 14px 20px;
  }
  .contact-list textarea {
    height: 160px;
  }
  .contact-list-label {
    margin-bottom: 6px;
    font-size: 1.6rem;
  }
  .contact-apply {
    margin: 32px 0 36px;
  }
  .contact_send_button {
    width: 100%;
    padding: 24px;
  }
  .contact-back {
    padding: 16px;
    margin-top: 0;
    font-size: 1.4rem;
  }
  .formError {
    margin: 0 0 0 8px;
    font-size: 12px;
  }
  .form-complete-text {
    padding: 12vh 0 14vh;
    border-top: none;
    border-bottom: none;
  }
}
@keyframes BlockFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.drop-down {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.drop-down .dd-contents {
  position: absolute;
  top: 96%;
  z-index: 3;
  display: none;
  width: 52px;
  cursor: auto;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.24);
  animation-name: BlockFade;
  animation-duration: 0.4s;
}
.drop-down .dd-contents .dd-link-list a:link, .drop-down .dd-contents .dd-link-list a:visited {
  display: block;
  width: 100%;
  padding: 16px;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.drop-down .dd-contents .dd-link-list a.dd-current {
  cursor: default;
  background-color: #f6f6f6;
}
.drop-down .dd-contents .dd-link-list a:hover {
  background-color: #f6f6f6;
}
.drop-down:hover .dd-contents {
  display: block;
}