@charset "UTF-8";
/* ----------------------------------------
  初期設定
---------------------------------------- */
/* ---------------------------
  フォント
--------------------------- */
/* 日本語フォント */
/* ---------------------------
  カラー
--------------------------- */
/* ---------------------------
  ヘッダー高さ
--------------------------- */
/* ---------------------------
  レスポンシブ
--------------------------- */
/* ----------------------------------------
  共通設定
---------------------------------------- */
html {
  font-size: 62.5%;
  overflow-x: clip;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #ffffff;
  color: #000000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.32px;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

body.no-scroll {
  width: 100%;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
ol,
th,
td {
  padding: 0;
  margin: 0;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

section {
  padding: 10.4rem 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 8rem 0;
  }
}

.inner {
  width: 100%;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 2.4rem;
  }
}

.wrapper {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.red {
  color: #B91818;
}

/* ---------------------------
  ヘッダー
--------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__inner {
  max-width: 171.8rem;
  width: 100%;
  padding: 4.8rem 4.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
@media screen and (max-width: 1127px) {
  .header__inner {
    padding: 4.8rem 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.8rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 2rem;
  }
}
.header__logo {
  width: 26.4rem;
  height: 2.8rem;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 18rem;
    height: auto;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.8rem;
}
@media screen and (max-width: 1127px) {
  .header__nav {
    gap: 3.2rem;
  }
}
.header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.2rem;
}
@media screen and (max-width: 1127px) {
  .header__lists {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .header__lists {
    display: none;
  }
}
.header__list {
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.32px;
}
.header__list p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.header__list-arrow {
  display: block;
  width: 1rem;
  height: 0.4rem;
}
.header .has-child {
  position: relative;
}
.header__list-down {
  background: #ffffff;
  line-height: 3.5;
  letter-spacing: 0.32px;
  font-weight: 500;
  border: 1px solid #7F2EA9;
  padding: 0 2.4rem;
  border-radius: 0.8rem;
  width: 214px;
  /*絶対配置で位置を指定*/
  position: absolute;
  left: -5.6rem;
  bottom: -1.4rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 4;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__list-down::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #7F2EA9;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.header__list-down::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #ffffff;
  left: 50%;
  top: 3px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.header__list-down li {
  text-align: center;
}
.header__list-down li a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__list-down li:not(:first-child) {
  border-top: 1px solid #e1d6e6;
}
.header .has-child:hover > .header__list-down,
.header .has-child:active > .header__list-down {
  visibility: visible;
  opacity: 1;
}
.header.change-color {
  background: #ffffff;
}

.toggle {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #7F2EA9;
  cursor: pointer;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 1025px) {
  .toggle {
    display: none;
  }
}
.toggle__line {
  display: block;
  height: 1px;
  width: 20px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.toggle__line:nth-of-type(1) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.toggle__line:nth-of-type(3) {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

/* ---------------------------
  ドロワートグル
--------------------------- */
.toggle.is-active .toggle__line:nth-of-type(1) {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.toggle.is-active .toggle__line:nth-of-type(2) {
  display: none;
}
.toggle.is-active .toggle__line:nth-of-type(3) {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

/* ---------------------------
  ドロワー
--------------------------- */
.drawer {
  position: fixed;
  width: 50%;
  top: 0;
  left: 0;
  height: 100%;
  /* margin-top: $sp-header; */
  /*スクロールバーは非表示*/
  overflow-y: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .drawer {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .drawer {
    width: 80%;
  }
}
.drawer.js-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer__lists {
  background: #F7F3FB;
  padding: 15rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* gap: 2rem; */
  height: 100%;
}
.drawer__list {
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.32px;
  padding: 2rem 1.6rem;
  width: 100%;
  border-bottom: 1px solid #E4DCEC;
}
.drawer__list a {
  width: 100%;
}
.drawer .accordion {
  width: 100%;
}
.drawer .accordion__item {
  width: 100%;
}
.drawer .accordion__ttl {
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.drawer .accordion__ttl::before, .drawer .accordion__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #7F2EA9;
}
.drawer .accordion__ttl::before {
  right: 0;
  width: 16px;
  height: 2px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.drawer .accordion__ttl::after {
  right: 8px;
  width: 2px;
  height: 16px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.drawer .accordion__ttl.is-active::after {
  opacity: 0;
  -webkit-transform: translate(50%, -50%) rotate(90deg);
          transform: translate(50%, -50%) rotate(90deg);
}
.drawer .accordion__list li {
  margin-top: 1.6rem;
  margin-left: 1.6rem;
}
.drawer .accordion__content {
  display: none;
}

/* ---------------------------
  フッター
--------------------------- */
.footer {
  background: #242226;
  padding: 8rem 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.6rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
  }
}
.footer__logo {
  width: 24.6rem;
  height: 2.6rem;
}
.footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .footer__lists {
    gap: 0 2.4rem;
  }
}
.footer__list a {
  line-height: 3.7333333333;
  color: #ffffff;
}

.pagetop {
  right: 5.6rem;
  width: 5.2rem;
  height: 5.2rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  cursor: pointer;
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 0;
  }
}

/* ----------------------------------------
  コンポーネント
---------------------------------------- */
/* ---------------------------
  セクションタイトル
--------------------------- */
.ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl {
    gap: 1.8rem;
  }
}
.ttl__en {
  height: 5.4rem;
}
.ttl__ja {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 500;
  color: #3F0B5B;
  letter-spacing: 3.24px;
  margin-left: 3.2rem;
  position: relative;
}
.ttl__ja::before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 1px;
  background: #7F2EA9;
  left: -3.2rem;
  top: 60%;
}
@media screen and (max-width: 768px) {
  .ttl__ja {
    font-size: 1.6rem;
    letter-spacing: 0.64px;
  }
}

.content-ttl {
  font-size: 2.7rem;
  color: #A66ABF;
  font-weight: 500;
  letter-spacing: 1.08px;
  line-height: 1.1851851852;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.content-ttl__icon {
  width: 2.8rem;
  height: 3rem;
  display: block;
}
.content-ttl.white {
  color: #ffffff;
}

.sec-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 1rem;
}
.sec-ttl__icon {
  display: block;
  width: 6rem;
  height: 2.2rem;
}
.sec-ttl__ja {
  color: #A66ABF;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.1851851852;
  letter-spacing: 1.08px;
}

/* ---------------------------
  下層ページMV
--------------------------- */
.page-mv {
  height: 40rem;
  margin-top: 12.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-mv {
    margin-top: 8rem;
  }
}
.page-mv::before {
  content: "";
  position: absolute;
  background: url(../img/top_genome.png) no-repeat center center/cover;
  width: 39.8rem;
  height: 43.2rem;
  top: -12.4rem;
  left: 0;
  z-index: 90;
}
.page-mv__inner {
  height: 100%;
}
.page-mv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  width: 100%;
  height: 100%;
  max-width: 163.2rem;
  position: relative;
}
.page-mv__container::before {
  content: "";
  position: absolute;
  background: linear-gradient(97deg, #7F2EA9 7.41%, #FBB3B3 88.36%);
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.page-mv__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 11.7647058824%;
  gap: 6.2rem;
}
@media screen and (max-width: 768px) {
  .page-mv__heading {
    margin-left: 0;
  }
}
.page-mv__ttl {
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .page-mv__ttl-en {
    height: 4.6rem;
  }
}
.page-mv__ttl-ja {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 1.54px;
  line-height: 1.1818181818;
}
@media screen and (max-width: 768px) {
  .page-mv__ttl-ja {
    font-size: 1.8rem;
  }
}
.page-mv__img {
  width: 102rem;
  height: 29.8rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

/* ---------------------------
  パンくずリスト
--------------------------- */
.breadcrumbs__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 2rem;
}
.breadcrumbs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}
.breadcrumbs span {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.28px;
}
.breadcrumbs .home {
  color: #7F2EA9;
}
.breadcrumbs .post {
  color: #737373;
}
.breadcrumbs__arrow {
  display: block;
  color: #D388B0;
}

/* ---------------------------
  ボタン
--------------------------- */
.link-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 22.4rem;
  gap: 0.7rem;
  padding: 1.8rem 2.9rem 1.1rem;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(97deg, #7F2EA9 7.41%, #FBB3B3 88.36%);
     border-image: linear-gradient(97deg, #7F2EA9 7.41%, #FBB3B3 88.36%);
  border-image-slice: 1;
  position: relative;
  background: #ffffff;
}
.link-btn a::before {
  content: "";
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  width: 1.2rem;
  height: 1.5rem;
  background: url(../img/icon_triangle.png) no-repeat center center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link-btn__logo.tokumen {
  height: 3.2rem;
}
.link-btn__logo.kac {
  height: 2.1rem;
  margin: 5px 0 6px 0;
}
.link-btn__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  font-size: 1.2rem;
  letter-spacing: 0.24px;
  line-height: 2.3333333333;
}
.link-btn__external {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
}
.link-btn__name {
  color: #3F0B5B;
  font-weight: 500;
  letter-spacing: 0.32px;
}
.link-btn:hover a::before {
  right: 0.7rem;
  bottom: 0.7rem;
}

.btn {
  width: 100%;
}
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19.6rem;
  padding: 0.1rem 0.1rem;
  border-radius: 4rem;
  background: linear-gradient(97deg, #7F2EA9 7.41%, #FBB3B3 88.36%);
}
.btn span {
  background: #ffffff;
  padding: 1.2rem 7.8rem;
  border-radius: 4rem;
  display: block;
  position: relative;
  font-size: 1.5rem;
  color: #3F0B5B;
  line-height: 1.8666666667;
  letter-spacing: 0.6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn span::before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.8rem;
  right: 2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_arrow.png) no-repeat center center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn__more {
  width: 3.4rem;
  height: 1rem;
}
@media screen and (max-width: 768px) {
  .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.btn a:hover span {
  background: linear-gradient(97deg, #7F2EA9 7.41%, #FBB3B3 88.36%);
  color: #ffffff;
}
.btn a:hover span::before {
  background: url(../img/icon_arrow_white.png) no-repeat center center/cover;
}