.font-script {
  font-family: 'Alex Brush', cursive;
}

.sec-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.sec-title {
  position: relative;
  max-width: 1080px;
  padding-left: 35px;
  margin: 0 auto 35px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}

.sec-title:not([data-status=show]) {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 600ms cubic-bezier(0.4, 0.8, 0.74, 1), transform 900ms cubic-bezier(0.4, 0.8, 0.74, 1);
}

.sec-title[data-status=show] {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 600ms cubic-bezier(0.26, 0, 0.6, 0.2), transform 900ms cubic-bezier(0.32, 0.94, 0.6, 1);
}

@media screen and (max-width: 767px) {
  .sec-title {
    padding-left: 25px;
    margin: 0 auto 25px;
  }
}

.sec-title::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #ccc;
}

@media screen and (max-width: 767px) {
  .sec-title::before {
    width: 15px;
  }
}

/* ------------------------------------------------------
    MAIN
------------------------------------------------------ */
.mv {
  position: relative;
  padding-left: 5.88235%;
  padding-right: 5.88235%;
}

.mv__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.mv__logo {
  max-width: 50%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mv__logo {
    max-width: 80%;
  }
}

.mv__body {
  font-family: 'Roboto', sans-serif;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.092;
  letter-spacing: 0.06em;
  text-align: center;
}

.mv__body p {
  margin-bottom: 20px;
}

.mv__body ul {
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mv__body ul {
    display: block;
  }
}

.mv__body li {
  position: relative;
  font-size: 1.6rem;
}

.mv__body li:not(:last-child)::after {
  content: '|';
  padding: 0 .5em;
}

@media screen and (max-width: 767px) {
  .mv__body li:not(:last-child)::after {
    content: none;
  }
}

.mv__tweet {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 0 0 auto;
  background-color: #1d9bf0;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .mv__tweet {
    margin: 0 auto;
  }
}

.mv__tweet img {
  position: absolute;
  max-width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mv__left {
  position: relative;
  margin-right: 45px;
  z-index: 2;
}

@media screen and (max-width: 1199px) {
  .mv__left {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mv__left {
    order: 2;
    width: 100%;
    margin-top: -10px;
    margin-right: auto;
    padding-bottom: 35px;
  }
}

.mv__right {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  max-width: 760px;
  min-height: 700px;
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .mv__right {
    order: 1;
    justify-content: center;
    width: 100%;
    width: 85.625%;
    height: auto;
    max-width: none;
    min-height: 0;
    padding-top: 0;
    min-height: 0%;
    /* for fixed ie11 */
  }
}

.mv__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  font-family: "object-fit:contain";
  object-fit: contain;
}

.mv__title {
  position: relative;
  padding-bottom: 1.3em;
  margin-top: 2em;
  margin-bottom: 1.75em;
}

@media screen and (max-width: 767px) {
  .mv__title {
    padding-bottom: .75em;
    margin-top: 0;
    margin-bottom: .75em;
  }
}

.mv__title::after {
  position: absolute;
  width: 130px;
  height: 1px;
  content: '';
  bottom: 0;
  background-color: #a0aab4;
}

@media screen and (max-width: 767px) {
  .mv__title::after {
    width: 100px;
    left: -20px;
  }
}

.mv__title span:lang(ja) {
  display: block;
  margin-bottom: .75em;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 1700px) {
  .mv__title span:lang(ja) {
    font-size: calc( 1.8rem + ((1vw - 0.768rem) * 1.07296));
    min-height: 0vw;
  }
}

@media screen and (max-width: 767px) {
  .mv__title span:lang(ja) {
    margin-bottom: .5em;
    font-size: 3.88889vw;
  }
}

.mv__title span:lang(en) {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 6.6rem;
  font-weight: 700;
  line-height: 1.092;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

@media screen and (max-width: 1700px) {
  .mv__title span:lang(en) {
    font-size: calc( 4rem + ((1vw - 0.768rem) * 2.7897));
    min-height: 0vw;
  }
}

@media screen and (max-width: 767px) {
  .mv__title span:lang(en) {
    font-size: 8.33333vw;
  }
}

.mv__lead {
  margin-bottom: 2.25em;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  white-space: nowrap;
}

@media screen and (max-width: 1700px) {
  .mv__lead {
    font-size: calc( 1.4rem + ((1vw - 1.2rem) * 0.6));
    min-height: 0vw;
  }
}

@media screen and (max-width: 1199px) {
  .mv__lead {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .mv__lead {
    margin-bottom: 2.0em;
    font-size: 1.0rem;
    line-height: 1.8;
  }
}

.mv__note {
  position: absolute;
  bottom: 30px;
  left: 40px;
  transform: rotate(90deg) translateX(-100%);
  transform-origin: 0 100%;
  z-index: 1;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.3rem;
  line-height: 0.75;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

@media screen and (max-width: 1199px) {
  .mv__note {
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mv__note {
    display: none;
  }
}

.mv__note span {
  position: relative;
  display: inline-block;
  width: 98px;
  height: 1px;
  top: -4px;
  margin-left: 32px;
  background-color: #4e5c6b;
}

.mv__deco {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .mv__deco {
    display: none;
  }
}

/* ------------------------------------------------------
    Philosophy
------------------------------------------------------ */
.philosophy {
  padding: 0 114px 180px;
  background: url(../../images/top/bg_philosophy.jpg) 50% 0/cover no-repeat;
}

@media screen and (max-width: 1199px) {
  .philosophy {
    padding: 0 9.5% 90px;
  }
}

@media screen and (max-width: 767px) {
  .philosophy {
    padding: 0 15px 90px;
  }
}

.philosophy__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 35px 130px;
  background-color: rgba(255, 255, 255, 0.88);
}

@media screen and (max-width: 1199px) {
  .philosophy__inner {
    padding: 0 7.5% 90px;
  }
}

@media screen and (max-width: 767px) {
  .philosophy__inner {
    padding: 55px 35px 40px;
  }
}

.philosophy__title-wrap {
  position: relative;
  text-align: center;
  padding: 53px 0;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .philosophy__title-wrap {
    padding: 25px 0;
    margin-bottom: 15px;
  }
}

.philosophy__title-wrap::after {
  position: absolute;
  display: block;
  content: '';
  width: 106px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  border-bottom: 1px solid #a0aab4;
}

.philosophy__title-wrap img {
  width: 226px;
}

@media screen and (max-width: 1199px) {
  .philosophy__title-wrap img {
    width: 178px;
  }
}

@media screen and (max-width: 767px) {
  .philosophy__title-wrap img {
    width: 130px;
  }
}

.philosophy__title {
  position: absolute;
  top: calc( 50% + .8em);
  left: 50%;
  transform: translate(-50%, -50%);
}

.philosophy__title span {
  position: relative;
  display: block;
  z-index: 1;
  line-height: 1;
}

.philosophy__title span:lang(en) {
  margin-bottom: .25em;
  font-family: 'Roboto', sans-serif;
  font-size: 6.0rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1199px) {
  .philosophy__title span:lang(en) {
    font-size: 5.0rem;
  }
}

@media screen and (max-width: 767px) {
  .philosophy__title span:lang(en) {
    font-size: 3.8rem;
  }
}

.philosophy__title span:lang(ja) {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1199px) {
  .philosophy__title span:lang(ja) {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .philosophy__title span:lang(ja) {
    font-size: 1.4rem;
  }
}

.philosophy__title strong {
  color: #869eb8;
}

.philosophy__lead {
  margin-bottom: 1.1em;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .philosophy__lead {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .philosophy__lead {
    font-size: 1.6rem;
  }
}

.philosophy__body {
  max-width: 786px;
  margin: 0 auto;
  line-height: 2.375;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

.philosophy__body p:not(:last-child) {
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .philosophy__body {
    font-size: 1.3rem;
  }
}

/* ------------------------------------------------------
    Service
------------------------------------------------------ */
.service {
  position: relative;
  padding-bottom: 145px;
}

@media screen and (max-width: 767px) {
  .service {
    padding-bottom: 0;
  }
}

.service__inner {
  position: relative;
  padding-top: 167px;
  margin-right: -10px;
}

@media screen and (max-width: 767px) {
  .service__inner {
    padding-top: 80px;
    margin-right: 0;
  }
}

.service__inner::before {
  position: absolute;
  display: block;
  content: '';
  width: 430px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e5ebf5;
}

@media screen and (max-width: 1199px) {
  .service__inner::before {
    width: calc( 110px + ((1vw - 7.68px) * 74.07407));
  }
}

@media screen and (max-width: 767px) {
  .service__inner::before {
    width: 110px;
  }
}

.service__inner2 {
  position: relative;
  display: flex;
  max-width: 1554px;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .service__inner2 {
    flex-direction: column;
    padding-bottom: 0;
  }
}

.service__l {
  flex: 1 1 auto;
  position: relative;
  height: 700px;
  margin-right: -134px;
}

@media screen and (max-width: 767px) {
  .service__l {
    position: relative;
    width: calc(100% - 20px);
    height: auto;
    min-height: 0%;
    /* for fixed ie11 */
  }
}

.service__l img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover;object-position:0 0";
  object-fit: cover;
  -o-object-position: 0 0;
  object-position: 0 0;
}

@media screen and (max-width: 1199px) {
  .service__l img {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}

@media screen and (max-width: 767px) {
  .service__l img {
    position: relative;
    width: 100%;
    height: auto;
  }
}

.service__r {
  flex: 0 0 auto;
  position: relative;
  width: 618px;
  margin: 65px 0 auto;
  padding: 0 85px 85px;
  background-color: #fff;
}

@media screen and (max-width: 1199px) {
  .service__r {
    width: 420px;
    padding: 0 50px 85px;
  }
}

@media screen and (max-width: 767px) {
  .service__r {
    width: auto;
    margin: 30px 0 0 auto;
    padding: 10px 15px 70px;
  }
}

.service__title-wrap {
  position: relative;
  display: inline-block;
  padding: 20px 0;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .service__title-wrap {
    margin-bottom: 45px;
  }
}

.service__title-wrap img {
  width: 226px;
  margin-left: 88%;
}

@media screen and (max-width: 1199px) {
  .service__title-wrap img {
    width: 178px;
  }
}

@media screen and (max-width: 767px) {
  .service__title-wrap img {
    display: none;
  }
}

.service__title {
  position: absolute;
  top: calc(50% - .15em);
  left: 0;
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .service__title {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

.service__title span {
  position: relative;
  display: block;
  z-index: 1;
  line-height: 1;
}

.service__title span:lang(en) {
  margin-bottom: .15em;
  font-family: 'Roboto', sans-serif;
  font-size: 6.0rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1199px) {
  .service__title span:lang(en) {
    font-size: 5.0rem;
  }
}

@media screen and (max-width: 767px) {
  .service__title span:lang(en) {
    font-size: 3.8rem;
  }
}

.service__title span:lang(ja) {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 1199px) {
  .service__title span:lang(ja) {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .service__title span:lang(ja) {
    font-size: 1.4rem;
  }
}

.service__title span:lang(ja)::after {
  position: absolute;
  content: '';
  width: 105px;
  height: 1px;
  bottom: -1.5em;
  left: 0;
  border-bottom: 1px solid #a0aab4;
}

@media screen and (max-width: 767px) {
  .service__title span:lang(ja)::after {
    width: 77px;
  }
}

.service__title strong {
  color: #869eb8;
}

.service__lead {
  margin-bottom: .8em;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .service__lead {
    font-size: 1.6rem;
  }
}

.service__body {
  margin-bottom: 3.8em;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
  .service__body {
    font-size: 1.3rem;
  }
}

.service__deco {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* ------------------------------------------------------
    Privacy
------------------------------------------------------ */
.privacy {
  padding-left: 62px;
  padding-right: 62px;
  background: url(../../images/top/bg_privacy.jpg) 50% 100%/cover no-repeat;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .privacy {
    padding-left: 5.16667%;
    padding-right: 5.16667%;
  }
}

@media screen and (max-width: 767px) {
  .privacy {
    padding-left: 20px;
    padding-right: 20px;
    background: url(../../images/top/bg_privacy_md.jpg) 50% 100%/cover no-repeat;
  }
}

.privacy__inner {
  max-width: 1180px;
  height: 515px;
  margin: 0 auto;
  padding-top: 160px;
}

@media screen and (max-width: 767px) {
  .privacy__inner {
    height: auto;
    padding-top: 60px;
    padding-bottom: 90px;
  }
}

.privacy__layout {
  display: flex;
  align-items: center;
  margin-bottom: 77px;
}

@media screen and (max-width: 767px) {
  .privacy__layout {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}

.privacy__title {
  position: relative;
  padding-right: 40px;
  margin-right: 35px;
}

@media screen and (max-width: 767px) {
  .privacy__title {
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
}

.privacy__title::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .privacy__title::after {
    width: 75px;
    height: 1px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #fff;
  }
}

.privacy__title span {
  position: relative;
  display: block;
  z-index: 1;
  line-height: 1;
}

.privacy__title span:lang(en) {
  margin-top: -0.16em;
  margin-bottom: .325em;
  font-family: 'Roboto', sans-serif;
  font-size: 6.0rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  .privacy__title span:lang(en) {
    font-size: 5.0rem;
  }
}

@media screen and (max-width: 767px) {
  .privacy__title span:lang(en) {
    font-size: 3.8rem;
  }
}

.privacy__title span:lang(ja) {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1199px) {
  .privacy__title span:lang(ja) {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .privacy__title span:lang(ja) {
    font-size: 1.4rem;
  }
}

.privacy__title strong {
  color: #c2cedb;
}

.privacy__body {
  line-height: 2.1875;
  letter-spacing: 0.09em;
}

@media screen and (max-width: 767px) {
  .privacy__body {
    font-size: 1.3rem;
  }
}

.privacy .p-link {
  width: 198px;
  padding-left: 0;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .privacy .p-link {
    width: 145px;
  }
}

.privacy .p-link.is-over {
  opacity: 0.6;
}

.privacy .p-link::before {
  content: none;
}
