@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  font-feature-settings: "palt";
}

:focus {
  outline: 0;
}

body, html {
  font-size: 62.5%;
  line-height: 1.6;
  color: #000;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", Yu Gothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
}

main {
  display: block;
}

address, blockquote, caption, cite, code, dd, dt, em, h1, h2, h3, h4, h5, h6, input, li, p, pre, select, small, strong, td, textarea, th {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}

li, ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

a:hover {
  text-decoration: none;
}

br {
  letter-spacing: 0;
}

button {
  border: none;
  background: initial;
  box-sizing: border-box;
}

.heading-unit {
  display: flex;
  flex-direction: column;
  padding-left: 9.375cqw;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .heading-unit {
    margin-bottom: 32px;
    padding-left: 24px;
  }
}
.heading-unit .heading-category {
  position: relative;
  font-family: var(--font-roboto);
  font-weight: 500;
  font-size: 8.8rem;
  line-height: 1;
  padding-bottom: 8px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .heading-unit .heading-category {
    font-size: 4.8rem;
    padding-bottom: 4px;
    margin-bottom: 24px;
  }
}
.heading-unit .heading-category::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 50px;
  height: 1px;
  background: var(--black);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .heading-unit .heading-category::before {
    bottom: -16px;
  }
}
.heading-unit .heading-category.blue::first-letter {
  color: var(--blue);
}
.heading-unit .heading-category.purple::first-letter {
  color: #9159a6;
}
.heading-unit .heading-category.purple-womens {
  font-family: var(--font-lora);
}
.heading-unit .heading-category.purple-womens::first-letter {
  color: var(--purple);
}
.heading-unit .heading-category.orange::first-letter {
  color: var(--orange);
}
.heading-unit .heading-category.gray::first-letter {
  color: var(--gray);
}
.heading-unit .heading-caption {
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .heading-unit .heading-caption {
    font-size: 2rem;
  }
}
.heading-unit .heading-caption__sub {
  font-size: 2rem;
  font-weight: 500;
}

.head-text__unit {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 24px;
}
.head-text__unit:has(.text) .head::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: var(--black);
  bottom: -16px;
  left: 0;
  translate: 0 -50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .head-text__unit:has(.text) .head::before {
    bottom: -16px;
  }
}
.head-text__unit .head {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .head-text__unit .head {
    font-size: 1.6rem;
  }
}

.text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .text {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    line-height: 1.714;
  }
}

.link-btn {
  position: relative;
  min-width: 145px;
  width: 14cqw;
  aspect-ratio: 145/40;
  line-height: 1;
  display: grid;
  place-content: center;
  background-color: var(--lime);
  font-family: var(--font-roboto);
  font-weight: 500;
  color: var(--black);
  font-size: 1.4rem;
  padding-right: 16px;
  letter-spacing: 0.1em;
  border-radius: 50vmax;
}
.link-btn::before {
  content: "";
  position: absolute;
  width: 6px;
  aspect-ratio: 1;
  border-right: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  rotate: -45deg;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  z-index: 1;
  transition: ease 300ms right;
}
.link-btn::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  top: 50%;
  translate: 0 -50%;
  background: var(--black);
  right: 22px;
  z-index: 1;
  transition: ease 300ms right;
}

.section-outer .section-block {
  position: relative;
  max-width: 1240px;
  width: calc(100% - 5cqw - 1px);
}
@media screen and (max-width: 768px) {
  .section-outer .section-block {
    width: auto;
  }
}
.section-outer .section-block.right {
  margin-left: auto;
  border-top: 1px solid var(--black);
  border-left: 1px solid var(--black);
  border-radius: 64px 0 0 0;
}
@media screen and (max-width: 768px) {
  .section-outer .section-block.right {
    border-radius: 40px 0 0 0;
    margin-left: 16px;
  }
}
.section-outer .section-block.right::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -95cqw;
  width: calc(100vw - 5cqw);
  height: 1px;
  background: var(--black);
  z-index: 0;
}
.section-outer .section-block.left {
  margin-right: auto;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  border-radius: 0 64px 0 0;
}
@media screen and (max-width: 768px) {
  .section-outer .section-block.left {
    border-radius: 0 40px 0 0;
    margin-right: 16px;
  }
}
.section-outer .section-block.left::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -95cqw;
  width: calc(100vw - 5cqw);
  height: 1px;
  background: var(--black);
  z-index: 0;
}
.section-outer .section-block.left .section-block__inner {
  margin-left: 5cqw;
}
@media screen and (max-width: 768px) {
  .section-outer .section-block.left .section-block__inner {
    margin-left: 16px;
  }
}
.section-outer .section-block + .section-block {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .section-outer .section-block + .section-block {
    margin-top: 24px;
  }
}
.section-outer .section-block__inner {
  /* max-width: 1040px; */
  padding: 56px 4.5cqw;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .section-outer .section-block__inner {
    padding: 32px 24px;
  }
}
.section-outer .block-intro {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
.section-outer .block-intro .head {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .section-outer .block-intro .head {
    font-size: 2rem;
  }
}
.section-outer .block-list {
  display: flex;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .section-outer .block-list {
    flex-direction: column;
    gap: 56px;
  }
}
.section-outer .block-list__item {
  position: relative;
  width: calc((100% - 56px) / 2);
}
@media screen and (max-width: 768px) {
  .section-outer .block-list__item {
    width: auto;
  }
}
.section-outer .block-list__item .img-outer {
  display: block;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.15);
  margin-bottom: 32px;
}

.section-heading {
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 768px) {
  .section-heading {
    container-type: inline-size;
  }
}
.section-heading:has(.heading-img) {
  max-width: 1165px;
  margin-inline: auto;
}
.section-heading:has(.heading-img) .heading-unit {
  position: absolute;
  bottom: 72px;
  left: 66px;
  padding-left: 0;
  margin-bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-heading:has(.heading-img) .heading-unit {
    top: 10cqw;
    left: 32px;
    bottom: initial;
  }
}
.section-heading:has(.heading-img) .heading-img {
  width: 100%;
  height: 100%;
}
.section-heading .sec-head {
  grid-row: 1/2;
  grid-column: 1/2;
}
.section-heading .heading-deco {
  position: relative;
  grid-row: 1/2;
  grid-column: 1/2;
  z-index: 1;
}
.section-heading .heading-deco .triangle {
  position: absolute;
  z-index: 1;
}
.section-heading .heading-deco .triangle[data-num=deco01] {
  max-width: 63px;
  width: 5cqw;
  top: -13cqw;
  left: 45%;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  .section-heading .heading-deco .triangle[data-num=deco01] {
    width: 8cqw;
    top: -11cqw;
    left: 32cqw;
  }
}
.section-heading .heading-deco .triangle[data-num=deco02] {
  max-width: 26px;
  width: 3cqw;
  top: -5cqw;
  right: 25cqw;
}
@media screen and (max-width: 768px) {
  .section-heading .heading-deco .triangle[data-num=deco02] {
    width: 4cqw;
    top: -6cqw;
    left: 60%;
  }
}
.section-heading .heading-deco .triangle[data-num=deco03] {
  max-width: 32px;
  width: 3cqw;
  top: -4cqw;
  left: 2cqw;
}
@media screen and (max-width: 768px) {
  .section-heading .heading-deco .triangle[data-num=deco03] {
    width: 5cqw;
    top: -5cqw;
    left: -5cqw;
  }
}
.section-heading .heading-deco .triangle.-show {
  opacity: 1;
}
.section-heading .heading-deco .triangle.-show[data-num=deco01] {
  left: 50%;
}
.section-heading .heading-deco .triangle.-show[data-num=deco02] {
  right: 22.5cqw;
}
.section-heading .heading-deco .triangle.-show[data-num=deco03] {
  left: 4cqw;
}
.section-heading .heading-deco.noLinkImg {
  top: 17cqw;
  left: -5cqw;
}
@media screen and (max-width: 768px) {
  .section-heading .heading-deco.noLinkImg {
    top: 6cqw;
    left: -2cqw;
  }
}

.img-outer {
  position: relative;
  overflow: hidden;
}
.img-outer img {
  transition: ease 300ms scale;
  scale: 1;
}

@media (any-hover: hover) {
  .block-list__item a:hover,
.block-item__single a:hover {
    opacity: 1;
  }
  .block-list__item a:hover img,
.block-item__single a:hover img {
    scale: 1.1;
  }
}

@media (any-hover: hover) {
  .link-btn:hover::before {
    right: 8px;
  }
  .link-btn:hover::after {
    right: 16px;
  }
}

@media (any-hover: hover) {
  .block-list.noImg .block-list__item:hover {
    opacity: 0.6;
  }
}

/* -----------------------------
  Deco
----------------------------- */
.fv-deco {
  position: relative;
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  transition: ease 300ms all;
}
.fv-deco.-show {
  opacity: 1;
}
.fv-deco .triangle {
  position: absolute;
  opacity: 0;
  transition: ease 300ms all;
  transform: translateX(-25%);
}
.fv-deco .triangle[data-num=tri01], .fv-deco .triangle[data-num=tri02], .fv-deco .triangle[data-num=tri07] {
  max-width: 64px;
  width: 5cqw;
  aspect-ratio: 64/72;
}
@media screen and (max-width: 560px) {
  .fv-deco .triangle[data-num=tri01], .fv-deco .triangle[data-num=tri02], .fv-deco .triangle[data-num=tri07] {
    width: 9cqw;
  }
}
.fv-deco .triangle[data-num=tri03], .fv-deco .triangle[data-num=tri04], .fv-deco .triangle[data-num=tri05], .fv-deco .triangle[data-num=tri06] {
  max-width: 32px;
  width: 3cqw;
  aspect-ratio: 32/36;
}
.fv-deco .triangle[data-num=tri01] {
  left: -1%;
  bottom: 20%;
}
@media screen and (max-width: 560px) {
  .fv-deco .triangle[data-num=tri01] {
    left: 2%;
    bottom: 8%;
  }
}
.fv-deco .triangle[data-num=tri02] {
  right: 0;
  top: 28%;
}
@media screen and (max-width: 560px) {
  .fv-deco .triangle[data-num=tri02] {
    right: 32%;
    top: 5%;
  }
}
.fv-deco .triangle[data-num=tri03] {
  left: 20%;
  top: 21%;
}
@media screen and (max-width: 560px) {
  .fv-deco .triangle[data-num=tri03] {
    left: 1%;
    top: 38%;
    display: none;
  }
}
.fv-deco .triangle[data-num=tri04] {
  top: 60%;
  right: 27%;
}
@media screen and (max-width: 560px) {
  .fv-deco .triangle[data-num=tri04] {
    top: 41%;
    right: 6%;
  }
}
.fv-deco .triangle[data-num=tri05] {
  top: 39%;
  right: 17.5%;
}
@media screen and (max-width: 560px) {
  .fv-deco .triangle[data-num=tri05] {
    top: 13%;
    right: 12.5%;
  }
}
.fv-deco .triangle[data-num=tri06] {
  top: 10%;
  left: 36%;
}
@media screen and (max-width: 560px) {
  .fv-deco .triangle[data-num=tri06] {
    top: 17%;
    left: 22%;
    width: 4cqw;
  }
}
.fv-deco .triangle[data-num=tri07] {
  right: 11%;
  bottom: 22%;
}
@media screen and (max-width: 560px) {
  .fv-deco .triangle[data-num=tri07] {
    width: 7cqw;
    right: 76%;
    bottom: 62%;
  }
}
.fv-deco .triangle[data-num=tri08] {
  max-width: 88px;
  width: 7cqw;
  aspect-ratio: 88/100;
  left: 34%;
  bottom: 6%;
}
@media screen and (max-width: 560px) {
  .fv-deco .triangle[data-num=tri08] {
    max-width: 88px;
    width: 11cqw;
    aspect-ratio: 88/100;
    left: 82%;
    bottom: 6%;
  }
}
.fv-deco .triangle.-show {
  transform: translateX(0);
  opacity: 1;
}

.lowerPage .fv {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 56px;
}
@media screen and (max-width: 560px) {
  .lowerPage .fv {
    margin-bottom: 60px;
  }
}
.lowerPage .fv .fv-wrap {
  position: relative;
  left: 0;
  grid-row: 1/2;
  grid-column: 1/2;
  border-radius: 32px;
  overflow: hidden;
  container-type: inline-size;
}
@media screen and (max-width: 560px) {
  .lowerPage .fv .fv-wrap {
    width: calc(100% - 16px);
    max-height: initial;
    aspect-ratio: auto;
    aspect-ratio: 340/460;
    left: 8px;
  }
}
.lowerPage .fv .fv-img {
  position: relative;
}
.lowerPage .fv .fv-img::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.3));
  z-index: 1;
}
.lowerPage .fv .fv-img img {
  position: relative;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
  object-fit: cover;
  min-height: 400px;
}
@media screen and (max-width: 560px) {
  .lowerPage .fv .fv-img img {
    min-height: initial;
  }
}
.lowerPage .fv .fv-heading {
  position: absolute;
  top: 65.5%;
  translate: 0 -50%;
  left: 9.25cqw;
  z-index: 5;
}
@media screen and (max-width: 560px) {
  .lowerPage .fv .fv-heading {
    top: 30%;
    left: 5.25cqw;
  }
}
.lowerPage .fv .fv-heading.single {
  display: flex;
}
.lowerPage .fv .fv-heading span {
  position: relative;
  width: fit-content;
  display: block;
  font-size: 3.125cqw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--blue);
}
@media screen and (max-width: 560px) {
  .lowerPage .fv .fv-heading span {
    font-size: 7.77778cqw;
  }
}
.lowerPage .fv .square {
  position: relative;
  width: fit-content;
}
.lowerPage .fv .square::before {
  content: "";
  position: absolute;
  border: 0.65cqw var(--lime) solid;
  width: 100%;
  height: 60%;
  top: 0;
  left: -2.5%;
  z-index: -1;
  transition: ease 300ms opacity;
}
@media screen and (max-width: 560px) {
  .lowerPage .fv .square::before {
    border: 1.5cqw var(--lime) solid;
    top: 1cqw;
    width: 96%;
  }
}
.lowerPage .fv .fv-deco {
  height: 100%;
  top: 0;
  left: 20px;
}
.lowerPage .fv .fv-deco .triangle {
  opacity: 0;
}
.lowerPage .fv .fv-deco .triangle[data-num=tri04] {
  top: 65%;
  right: 30%;
}
.lowerPage .fv .fv-deco .triangle[data-num=tri05] {
  top: 54%;
  right: 6.5%;
}
.lowerPage .fv .fv-deco .triangle[data-num=tri06] {
  top: 0%;
  left: 34%;
}
.lowerPage .fv .fv-deco .triangle[data-num=tri07] {
  right: 9%;
  bottom: 82%;
}
.lowerPage .fv .fv-deco .triangle[data-num=tri08] {
  left: 76%;
  bottom: -8%;
}
@media screen and (max-width: 560px) {
  .lowerPage .fv .fv-deco .triangle[data-num=tri02] {
    right: 31%;
    top: 1%;
  }
  .lowerPage .fv .fv-deco .triangle[data-num=tri04] {
    top: 48%;
    right: 34%;
  }
  .lowerPage .fv .fv-deco .triangle[data-num=tri05] {
    top: 54%;
    right: 5.5%;
  }
  .lowerPage .fv .fv-deco .triangle[data-num=tri06] {
    top: 0%;
    left: 33%;
  }
  .lowerPage .fv .fv-deco .triangle[data-num=tri07] {
    right: 67%;
    bottom: 80%;
  }
  .lowerPage .fv .fv-deco .triangle[data-num=tri08] {
    left: 75%;
    bottom: -8%;
  }
}
.lowerPage .fv .fv-deco .triangle.-show {
  opacity: 1;
}
.lowerPage .fv .fv-deco .triangle.-show[data-num=tri01] {
  left: 0%;
}
.lowerPage .fv .fv-deco .triangle.-show[data-num=tri02] {
  right: -1%;
}
.lowerPage .fv .fv-deco .triangle.-show[data-num=tri03] {
  left: 20.5%;
}
.lowerPage .fv .fv-deco .triangle.-show[data-num=tri04] {
  right: 29%;
}
.lowerPage .fv .fv-deco .triangle.-show[data-num=tri05] {
  right: 5.5%;
}
.lowerPage .fv .fv-deco .triangle.-show[data-num=tri06] {
  left: 35%;
}
.lowerPage .fv .fv-deco .triangle.-show[data-num=tri07] {
  right: 10%;
}
.lowerPage .fv .fv-deco .triangle.-show[data-num=tri08] {
  left: 76.5%;
}
@media screen and (max-width: 560px) {
  .lowerPage .fv .fv-deco .triangle.-show[data-num=tri02] {
    right: 32%;
  }
  .lowerPage .fv .fv-deco .triangle.-show[data-num=tri04] {
    right: 35%;
  }
  .lowerPage .fv .fv-deco .triangle.-show[data-num=tri05] {
    right: 6.5%;
  }
  .lowerPage .fv .fv-deco .triangle.-show[data-num=tri06] {
    left: 34%;
  }
  .lowerPage .fv .fv-deco .triangle.-show[data-num=tri07] {
    right: 68%;
  }
  .lowerPage .fv .fv-deco .triangle.-show[data-num=tri08] {
    left: 76%;
  }
}
.lowerPage .sec-intro {
  max-width: 900px;
  margin-inline: auto;
  margin-bottom: 128px;
}
@media screen and (max-width: 768px) {
  .lowerPage .sec-intro {
    margin-bottom: 56px;
  }
}
.lowerPage .sec-intro .head-text__unit {
  margin-bottom: 0;
}
.lowerPage .sec-intro .head-text__unit .head {
  position: relative;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .lowerPage .sec-intro .head-text__unit .head {
    font-size: 1.8rem;
  }
}
.lowerPage .sec-intro .head-text__unit .head::before {
  top: initial;
  bottom: -16px;
}
.lowerPage .bg-gl {
  position: relative;
}
.lowerPage .bg-gl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(100vw - 10px);
  height: 100%;
  z-index: -1;
  border-radius: 64px;
  background: var(--gray-light);
}
@media screen and (max-width: 768px) {
  .lowerPage .bg-gl::before {
    border-radius: 40px;
  }
}
.lowerPage .radius-unit__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .lowerPage .radius-unit__list {
    gap: 16px;
  }
}
.lowerPage .radius-unit__list .head-text__unit {
  width: calc((100% - 80px - 24cqw) / 3);
  padding: 56px 4cqw;
  background: var(--white);
  border-radius: 64px;
  margin-bottom: 0;
  box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .lowerPage .radius-unit__list .head-text__unit {
    width: auto;
    padding: 48px 32px;
    border-radius: 48px;
  }
}
.lowerPage .radius-unit__list .head-text__unit .head {
  position: relative;
}
.lowerPage .radius-unit__list.three {
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .lowerPage .radius-unit__list.three {
    gap: 16px;
  }
}
.lowerPage .radius-unit__list.three .head-text__unit {
  width: calc((100% - 48px) / 3);
  aspect-ratio: 240/160;
  border-radius: 48px;
  padding: 0;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .lowerPage .radius-unit__list.three .head-text__unit {
    width: auto;
    padding: 48px;
  }
}
.lowerPage .radius-unit__list.four {
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .lowerPage .radius-unit__list.four {
    gap: 8px;
  }
}
.lowerPage .radius-unit__list.four .head-text__unit {
  width: calc((100% - 72px) / 4);
  aspect-ratio: 240/160;
  border-radius: 48px;
  padding: 0;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .lowerPage .radius-unit__list.four .head-text__unit {
    width: calc((100% - 8px) / 2);
    border-radius: 24px;
    font-size: 1.2rem;
  }
}
.lowerPage .sibling-links {
  position: relative;
  padding-left: 40px;
  margin-bottom: 48px;
  /* slider links */
}
@media screen and (max-width: 768px) {
  .lowerPage .sibling-links {
    padding-inline: 24px;
    margin-bottom: 0;
  }
}
.lowerPage .sibling-links::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 24px);
  translate: -50% 0;
  width: calc(100vw - 50px);
  height: 100%;
  border-radius: 0 64px 64px 0;
  z-index: -1;
  background: var(--blue-light);
}
@media screen and (max-width: 768px) {
  .lowerPage .sibling-links::before {
    width: calc(100vw - 16px);
    left: 50%;
    border-radius: 40px;
  }
}
.lowerPage .sibling-links .heading-unit {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .lowerPage .sibling-links .heading-unit {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.lowerPage .sibling-links .heading-unit .heading-category {
  font-size: 4.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .lowerPage .sibling-links .heading-unit .heading-category::before {
    bottom: -10px;
  }
}
.lowerPage .sibling-links .heading-unit .heading-caption {
  font-size: 2rem;
  display: flex;
  gap: 32px;
  -webkit-text-fill-color: initial;
}
@media screen and (max-width: 768px) {
  .lowerPage .sibling-links .heading-unit .heading-caption {
    flex-direction: column;
    gap: 8px;
  }
}
.lowerPage .sibling-links .heading-unit .heading-caption span {
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .lowerPage .sibling-links .heading-unit .heading-caption span + span {
    font-size: 1.8rem;
  }
}
.lowerPage .sibling-links .heading-unit .heading-caption span + span::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  width: 1px;
  background: var(--black);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .lowerPage .sibling-links .heading-unit .heading-caption span + span::before {
    display: none;
  }
}
.lowerPage .sibling-links .sibling-outer {
  max-width: 1040px;
  padding-block: 60px 52px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .lowerPage .sibling-links .sibling-outer {
    padding-block: 56px;
  }
}
.lowerPage .sibling-links .sibling-outer .sibling-block {
  max-width: 1240px;
  width: calc(100% - 48px);
}
@media screen and (max-width: 768px) {
  .lowerPage .sibling-links .sibling-outer .sibling-block {
    width: auto;
  }
}
.lowerPage .sibling-links .sibling-outer .block-list {
  display: flex;
  gap: 56px;
  padding-right: 4cqw;
}
@media screen and (max-width: 768px) {
  .lowerPage .sibling-links .sibling-outer .block-list {
    flex-direction: column;
    padding-right: 0;
  }
}
.lowerPage .sibling-links .sibling-outer .block-list__item {
  position: relative;
  width: calc((100% - 56px) / 2);
}
@media screen and (max-width: 768px) {
  .lowerPage .sibling-links .sibling-outer .block-list__item {
    width: auto;
  }
  .lowerPage .sibling-links .sibling-outer .block-list__item .head-text__unit {
    margin-bottom: 0;
  }
}
.lowerPage .sibling-links .sibling-outer .block-list__item .img-outer {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.15);
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .lowerPage .sibling-links .sibling-outer .block-list__item .img-outer {
    margin-bottom: 16px;
  }
}
.lowerPage .sibling-links .sibling-outer .block-list__item .img-outer img {
  transition: ease 300ms scale;
  scale: 1;
}
.lowerPage .sibling-links .sibling-outer .block-list__item.current {
  filter: brightness(0.5);
  pointer-events: none;
}
.lowerPage .sibling-links .sibling-outer .block-list__item.current .head-text__unit .head {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .lowerPage .sibling-links .sibling-outer .block-list__item:hover {
    opacity: 1;
  }
  .lowerPage .sibling-links .sibling-outer .block-list__item:hover .img-outer img {
    scale: 1.1;
  }
}
.lowerPage .sibling-links .sibling-outer .block-list__item.inimg .img-outer {
  margin-bottom: 0;
}
.lowerPage .sibling-links .sibling-outer .block-list__item.inimg .head-text__unit {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 30px;
  margin-bottom: 0;
}
.lowerPage .sibling-links .sibling-outer .block-list__item.inimg .head-text__unit .en {
  font-family: var(--font-roboto);
  font-size: 2.4rem;
}
.lowerPage .sibling-links.slider-links {
  padding-left: 0;
}
.lowerPage .sibling-links.slider-links .sibling-outer .sibling-block {
  width: 100%;
}
.lowerPage .sibling-links.slider-links .sibling-outer .block-list {
  gap: 0;
}
@media screen and (max-width: 768px) {
  .lowerPage .sibling-links.slider-links .sibling-outer .block-list {
    flex-direction: initial;
  }
}
.lowerPage .sibling-links.slider-links .sibling-heading {
  padding-left: 40px;
}
.lowerPage .sibling-links.slider-links .swiper {
  overflow: hidden;
}
.lowerPage .sibling-links.slider-links .swiper-wrapper {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.lowerPage .sibling-links.slider-links .js-slider .swiper {
  width: 100%;
  max-width: 82vw;
  overflow: hidden;
  padding-inline: 24px;
}
@media screen and (max-width: 768px) {
  .lowerPage .sibling-links.slider-links .js-slider .swiper {
    max-width: initial;
    padding-inline: 16px;
  }
}
.lowerPage .sibling-links.slider-links .js-slider .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}
.lowerPage .sibling-links.slider-links .js-slider .swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: auto;
  box-sizing: border-box;
}
.lowerPage .sibling-links.slider-links .swiper-button-next, .lowerPage .sibling-links.slider-links .swiper-button-prev {
  width: 24px;
  height: 24px;
}
.lowerPage .sibling-links.slider-links .swiper-button-next {
  right: 20px;
  top: 42%;
}
.lowerPage .sibling-links.slider-links .swiper-button-prev {
  top: 42%;
  left: 4px;
}
.lowerPage .sibling-links.slider-links .swiper-custom-button {
  background: none;
}
.lowerPage .sibling-links.slider-links .swiper-custom-button::before {
  content: "";
  position: absolute;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--black);
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lowerPage .sibling-links.slider-links .swiper-custom-button::before {
    width: 32px;
  }
}
.lowerPage .sibling-links.slider-links .swiper-custom-button::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  rotate: -45deg;
  top: 50%;
  left: 10px;
  translate: 0 -50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lowerPage .sibling-links.slider-links .swiper-custom-button::after {
    width: 6px;
    height: 6px;
  }
}
.lowerPage .sibling-links.slider-links .swiper-button-prev::after {
  rotate: 135deg;
  left: 16px;
}
@media screen and (max-width: 768px) {
  .lowerPage .sibling-links.slider-links .swiper-button-prev::after {
    left: 13px;
  }
}
@media screen and (max-width: 768px) {
  .lowerPage .sibling-links.slider-links .sibling-outer .block-list {
    flex-direction: initial;
  }
}
.lowerPage .sibling-links.womens::before {
  background: linear-gradient(180deg, rgb(251, 235, 249) 0%, rgb(255, 246, 217) 100%);
}
.lowerPage .prev-btn {
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 48px;
  background: var(--white);
  color: var(--blue);
  max-width: 480px;
  aspect-ratio: 480/80;
  width: 100%;
  margin-bottom: 16px;
  display: grid;
  place-content: center;
  letter-spacing: 0.1em;
  margin-top: 128px;
  margin-inline: auto;
  border: 2px solid var(--blue);
  transition: ease 300ms background, ease 300ms color;
}
@media screen and (max-width: 768px) {
  .lowerPage .prev-btn {
    font-size: 1.6rem;
    width: 80%;
    margin-top: 64px;
  }
}
@media (any-hover: hover) {
  .lowerPage .prev-btn:hover {
    opacity: 1;
    background: var(--blue);
    color: var(--white);
  }
}
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(20px);
    opacity: 0;
  }
}
.lowerPage .scroll-hint-icon {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 60px;
  aspect-ratio: 1;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(51, 51, 51, 0.3);
  text-align: center;
  border-radius: 50%;
}
.lowerPage .scroll-hint-icon-wrap {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  aspect-ratio: 1;
  overflow: hidden;
  pointer-events: none;
}
.lowerPage .scroll-hint-text {
  display: none;
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}
.lowerPage .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1;
}
.lowerPage .scroll-hint-icon:before {
  position: absolute;
  display: inline-block;
  width: 26px;
  aspect-ratio: 42/66;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/common/scroll-hint_hand.svg);
}
.lowerPage .scroll-hint-icon:after {
  content: "";
  width: 26px;
  aspect-ratio: 36/12;
  display: block;
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 0px);
  translate: -50% -50%;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/common/scroll-hint_arrow.svg);
  background-size: contain;
  opacity: 0;
  transition-delay: 2.4s;
}
.lowerPage .scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}
.lowerPage .scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}
.lowerPage .scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}
.lowerPage .scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
.lowerPage .scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}
.lowerPage .scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

header {
  position: fixed;
  display: flex;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.header-inner {
  position: relative;
  container-type: inline-size;
  width: 100%;
  background: #fff;
  min-height: 98px;
  padding-inline: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  box-sizing: border-box;
}
@container (max-width: 980px) {
  .header-inner {
    gap: 3.2653cqw;
  }
}
@media screen and (max-width: 768px) {
  .header-inner {
    width: 100%;
    position: fixed;
    min-height: 68px;
    padding-inline: 16px;
    z-index: 10;
  }
}

.header-logo {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
@container (max-width: 980px) {
  .header-logo {
    width: calc(26.53% - 3.2653cqw);
  }
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: auto;
  }
}
.header-logo h1 {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .header-logo h1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
.header-logo h1 img {
  max-width: 180px;
  width: 18.5cqw;
}
@media screen and (max-width: 768px) {
  .header-logo h1 img {
    max-width: 124px;
    width: 37cqw;
  }
}
.header-logo h1 span {
  font-family: var(--font-roboto);
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--blue);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header-logo h1 span {
    font-size: 1.2rem;
  }
}

.header-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-links .header-link {
  position: relative;
  min-width: 130px;
  height: 50px;
  width: 14cqw;
  line-height: 1;
  display: grid;
  place-content: center;
  background-color: var(--lime);
  font-family: var(--font-roboto);
  color: var(--black);
  font-size: 1.6rem;
  padding-right: 16px;
  border-radius: 50vmax;
}
@media screen and (max-width: 768px) {
  .header-links .header-link {
    font-size: 1.2rem;
    min-width: initial;
    height: 35px;
    padding-inline: 10px;
  }
}
.header-links .header-link::before {
  content: "";
  position: absolute;
  width: 6px;
  aspect-ratio: 1;
  border-right: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  rotate: -45deg;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  z-index: 1;
  transition: ease 300ms right;
}
.header-links .header-link::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  top: 50%;
  translate: 0 -50%;
  background: var(--black);
  right: 22px;
  z-index: 1;
  transition: ease 300ms right;
}
@media (any-hover: hover) {
  .header-links .header-link:hover::before {
    right: 8px;
  }
  .header-links .header-link:hover::after {
    right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header-links .header-link::before, .header-links .header-link::after {
    display: none;
  }
}

.header-nav {
  display: flex;
  gap: 32px;
  width: 73.47%;
}
@media screen and (max-width: 1040px) {
  .header-nav {
    display: none;
  }
}

.header-nav__list {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  min-height: 72px;
  padding-right: 2cqw;
}
@container (max-width: 980px) {
  .header-nav__list {
    gap: 3.2653cqw;
  }
}

.header-nav__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header-nav__item-en {
  position: relative;
  display: block;
  font-family: var(--text-ubuntu);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: var(--blue-main);
}
.header-nav__item-en::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: -4px;
  width: 8px;
  height: 1px;
  background: var(--blue-main);
}
.header-nav__item-caption {
  font-size: clamp(1rem, 1vw, 1.4rem);
  font-weight: 700;
  text-align: center;
}

.header-nav__item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.header-link {
  position: relative;
  max-width: 170px;
  max-height: 50px;
  width: 14cqw;
  height: auto;
  aspect-ratio: 170/50;
  display: grid;
  place-content: center;
  background-color: var(--lime);
  font-family: var(--font-roboto);
  color: var(--black);
  font-size: 1.6rem;
  border-radius: 50vmax;
}
@media screen and (min-width: 769px) {
  .header-link {
    min-width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .header-link {
    width: 112px;
  }
}
.header-link img {
  width: fit-content;
}
.header-link span {
  font-size: clamp(1rem, 1.1vw, 1.4rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .header-link span {
    position: absolute;
    top: 0;
    left: 18px;
  }
}

.gnav-button {
  position: relative;
  width: 50px;
  aspect-ratio: 1;
  background: var(--black);
  border-radius: 50%;
  display: grid;
  place-content: center;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .gnav-button {
    width: 36px;
  }
}
.gnav-button span {
  position: absolute;
  width: 18px;
  height: 1px;
  background: var(--white);
  left: 50%;
  translate: -50% 0;
}
.gnav-button span:nth-of-type(1) {
  top: calc(50% - 6px);
}
.gnav-button span:nth-of-type(2) {
  top: 50%;
}
.gnav-button span:nth-of-type(3) {
  top: calc(50% + 6px);
}
.gnav-button.-open span {
  transition: ease 300ms rotate;
}
.gnav-button.-open span::before {
  opacity: 0;
}
.gnav-button.-open span:nth-of-type(1) {
  top: 25px;
  rotate: 20deg;
}
.gnav-button.-open span:nth-of-type(2) {
  opacity: 0;
}
.gnav-button.-open span:nth-of-type(3) {
  top: 25px;
  rotate: -20deg;
}
@media screen and (max-width: 768px) {
  .gnav-button.-open span:nth-of-type(1) {
    top: calc(50% - 0px);
  }
  .gnav-button.-open span:nth-of-type(2) {
    opacity: 0;
  }
  .gnav-button.-open span:nth-of-type(3) {
    top: calc(50% - 0px);
  }
}
@media screen and (max-width: 768px) {
  .gnav-button {
    right: 0;
  }
}

.js-ac__body-header + .gnav-links__internal-heading {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .js-ac__body-header + .gnav-links__internal-heading {
    margin-top: 0;
  }
}

body.-fixed {
  overflow: hidden;
}

.js-gnav-button.-open {
  background-color: #ccc;
}

.js-gnav {
  opacity: 0;
  transition: opacity 0.3s ease;
  will-change: opacity;
}

.js-gnav.-open {
  opacity: 1;
  transform: translateX(0);
}

.notYet {
  pointer-events: none;
  text-decoration: line-through;
}

footer {
  padding-top: 48px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 0;
  }
}
footer .footer-inner {
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (max-width: 768px) {
  footer .footer-inner {
    padding-inline: 16px;
  }
}
@media screen and (max-width: 768px) {
  footer .gnav-links__internal {
    display: none;
  }
}

.gnav {
  display: none;
  position: fixed;
  width: 100vw;
  height: calc(100% - 98px);
  top: 98px;
  left: 0;
  overflow: hidden;
  transition: ease 300ms opacity;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .gnav {
    top: 68px;
    height: calc(100% - 68px);
  }
}
.gnav.-header {
  background: var(--blue-light);
}
@media screen and (max-width: 768px) {
  .gnav.-header {
    background: var(--white);
  }
}
.gnav.-footer {
  background: var(--white);
}
.gnav.-open {
  opacity: 1;
}

.gnav_inner {
  height: 100%;
  overflow-y: auto;
}

.gnav-links__internal-block {
  position: relative;
  padding: 14px 20px;
}
@media screen and (max-width: 768px) {
  .gnav-links__internal-block {
    width: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.gnav-links__internal-block::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--blue);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .gnav-links__internal-block::before {
    display: none;
  }
}
.gnav-links__internal-block:last-of-type::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--blue);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .gnav-links__internal-block:last-of-type::after {
    display: none;
  }
}

.gnav-links {
  position: relative;
  padding: 46px 0 0;
}
@media screen and (max-width: 768px) {
  .gnav-links {
    padding: 16px 0 0;
  }
}

.gnav-links__inner {
  position: relative;
  max-width: 1112px;
  width: auto;
  height: fit-content;
  padding: 0 24px;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .gnav-links__inner {
    overflow-y: auto;
  }
}

.gnav-links__internal {
  max-width: 1160px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .gnav-links__internal {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.gnav-links__internal-heading {
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .gnav-links__internal-heading {
    cursor: pointer;
    margin-bottom: 0;
    background-color: var(--gray-light);
    border-radius: 16px;
    padding: 10px 14px;
    transition: ease 300ms border-radius;
  }
  .gnav-links__internal-heading::before, .gnav-links__internal-heading::after {
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 15px;
    width: 10px;
    height: 1px;
    background: var(--black);
    transition: ease 300ms rotate;
    z-index: 1;
  }
  .gnav-links__internal-heading::before {
    rotate: 90deg;
  }
  .gnav-links__internal-heading::after {
    rotate: 0deg;
  }
  .gnav-links__internal-heading.-open {
    border-radius: 16px 16px 0 0;
  }
  .gnav-links__internal-heading.-open::before {
    rotate: 0deg;
  }
  .gnav-links__internal-heading.-purple {
    background: var(--purple-light);
  }
}
.gnav-links__internal-heading .en {
  font-size: clamp(1.8rem, 2.25vw, 2.8rem);
  font-weight: 500;
  color: var(--blue);
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .gnav-links__internal-heading .en {
    font-size: 2.2rem;
  }
}
.gnav-links__internal-heading .caption {
  white-space: nowrap;
  font-size: clamp(1.2rem, 1.85vw, 1.8rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .gnav-links__internal-heading .caption {
    font-size: 1.6rem;
  }
}

.gnav-links__internal-unit {
  position: relative;
}
@media screen and (max-width: 768px) {
  .gnav-links__internal-unit {
    padding-bottom: 10px;
  }
}
.gnav-links__internal-unit .category {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .gnav-links__internal-unit .category {
    padding: 10px;
    margin-bottom: 0;
    border-bottom: 2px solid var(--gray-light);
  }
}
.gnav-links__internal-unit .category.link {
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .gnav-links__internal-unit .category.link {
    width: auto;
  }
}
.gnav-links__internal-unit .category.link::before {
  content: "";
  position: absolute;
  width: 6px;
  aspect-ratio: 1;
  border-right: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  rotate: -45deg;
  top: 50%;
  right: -16px;
  translate: 0 -50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .gnav-links__internal-unit .category.link::before {
    right: 16px;
  }
}
.gnav-links__internal-unit .gnav-links__internal-item {
  position: relative;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .gnav-links__internal-unit .gnav-links__internal-item {
    padding: 10px;
    border-bottom: 2px solid var(--gray-light);
  }
  .gnav-links__internal-unit .gnav-links__internal-item::after {
    content: "";
    position: absolute;
    width: 6px;
    aspect-ratio: 1;
    border-right: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
    rotate: -45deg;
    top: 50%;
    translate: 0 -50%;
    right: 16px;
    z-index: 1;
  }
}
.gnav-links__internal-unit .gnav-links__internal-item.indent {
  padding-left: 3rem;
}
.gnav-links__internal-unit .gnav-links__internal-item.indent::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 14px;
  width: 4px;
  height: 1px;
  background: var(--black);
  z-index: 1;
}
.gnav-links__internal-unit + .gnav-links__internal-unit {
  margin-top: 3.4rem;
}
@media screen and (max-width: 768px) {
  .gnav-links__internal-unit + .gnav-links__internal-unit {
    margin-top: 1rem;
  }
}
.gnav-links__internal-unit + .gnav-links__internal-heading {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .gnav-links__internal-unit + .gnav-links__internal-heading {
    margin-top: 2rem;
  }
}

.gnav-links__internal-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .js-ac__body-header {
    display: none;
  }
}
.gnav-foot {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-block: 32px 24px;
}
@media screen and (max-width: 768px) {
  .gnav-foot {
    flex-direction: column;
  }
}
.gnav-foot .corporate-link {
  position: relative;
  width: fit-content;
  font-size: 1.2rem;
}
.gnav-foot .corporate-link::before {
  content: "";
  position: absolute;
  background: url(/recruit/assets/img/common/exlink-icon.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 14px;
  top: 2px;
  right: -20px;
  z-index: 1;
}
.gnav-foot .copyright {
  font-size: 1.2rem;
}

:root {
  --lime: #d2fd50;
  --blue: #0d64b0;
  --blue-light: #d7e6fa;
  --purple: #b478aa;
  --purple-light: #ecddea;
  --orange: #fed0b2;
  --gray: #969696;
  --gray-light: #e1e6f0;
  --black: #090000;
  --white: #ffffff;
  --font-sans: "Noto Sans JP", sans-serif;
  --font-roboto: "Roboto", sans-serif;
  --font-lora: "Lora", serif;
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
}
body > footer {
  position: sticky;
  top: 100vh;
}
@media screen and (max-width: 768px) {
  body * {
    -webkit-text-size-adjust: none;
  }
}

main {
  overflow: hidden;
  padding-top: 98px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 68px;
  }
}

.wrapper {
  max-width: 1280px;
  margin-inline: auto;
  container-type: inline-size;
}

@media (prefers-reduced-motion: reduce) {
  *,
::before,
::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}
a {
  cursor: pointer;
  transition: 300ms ease opacity;
}
a:hover {
  opacity: 0.7;
}

.-pc {
  display: block;
}

.-sp {
  display: none;
}

@media (max-width: 768px) {
  .-pc {
    display: none;
  }
  .-sp {
    display: block;
  }
}
.-wb {
  display: inline-block;
}

.fade-in {
  opacity: 0;
}

.scroll-in {
  animation: is-show 0.7s;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  opacity: 1;
}

@keyframes is-show {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.js-fadeText-space {
  white-space: pre;
}

.js-appear-serial > * {
  opacity: 0;
}

.js-slideIn-serial > * {
  opacity: 0;
  transition: ease 300ms all;
}

.js-fadeIn-serial > * {
  opacity: 0;
}

.js-fadeText,
.js-fadeText-serial > * {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  /* ★ background-clip は親だけ */
  background: linear-gradient(to right, var(--black) 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  /* 子spanには何も当てない */
  /* first-letter */
  /* 色バリエーション：今の指定をcolorに寄せるのがポイント */
}
.js-fadeText.-is-active,
.js-fadeText-serial > *.-is-active {
  opacity: 1;
}
.js-fadeText.-is-active,
.js-fadeText-serial > *.-is-active {
  background-position: 0 0;
}
.js-fadeText span,
.js-fadeText-serial > * span {
  background: none;
  -webkit-text-fill-color: inherit;
}
.js-fadeText .first-letter,
.js-fadeText-serial > * .first-letter {
  background: none !important;
  -webkit-background-clip: initial;
  background-clip: initial;
  /* 親側の透明化に勝つ */
  -webkit-text-fill-color: currentColor;
  color: currentColor;
  /* ★フチ埋め（効きやすい） */
  -webkit-text-stroke: 0.35px currentColor;
  text-shadow: 0 0 0 currentColor;
  /* 追加で安定（任意） */
  display: inline-block;
  transform: translateZ(0);
}
.js-fadeText .first-letter.blue,
.js-fadeText-serial > * .first-letter.blue {
  color: var(--blue);
}
.js-fadeText .first-letter.orange,
.js-fadeText-serial > * .first-letter.orange {
  color: var(--orange);
}
.js-fadeText .first-letter.gray,
.js-fadeText-serial > * .first-letter.gray {
  color: var(--gray);
}
.js-fadeText .first-letter.purple-womens,
.js-fadeText-serial > * .first-letter.purple-womens {
  font-family: var(--font-lora);
  color: #9159a6;
}
.js-fadeText .first-letter.purple,
.js-fadeText-serial > * .first-letter.purple {
  color: var(--purple);
}