@charset "UTF-8";
/* ===========================================
   色・ブレイクポイント（Youth Personnel）
   750px 以下＝SP（375 基準 vw）／751px 以上＝PC（1920 基準 vw・rem）
   =========================================== */
/* ---------- Hero（Figma 1920 基準：750px〜は %／vw で拡大。お知らせの日付・タイトルのみフォント上限 18px（Figma） ---------- */
/* 1920×1040 を基準高さ（ニュース帯を含む）。横位置・幅は親幅に対する %、縦位置・高さは inner 高さに対する % */
.hero {
  position: relative;
}
@media screen and (max-width: 749px) {
  .hero {
    min-height: 0;
    padding-bottom: 0;
  }
}

.hero__inner {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .hero__inner {
    display: block;
    padding: 0;
    min-height: 196vw;
    height: auto;
    overflow: visible;
  }
}

.hero__catch {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #1b204f;
}
.hero__catch .hero__catch-line {
  display: block;
}
@media screen and (max-width: 749px) {
  .hero__catch {
    position: absolute;
    left: 5.3333333333vw;
    top: 11.2vw;
    margin: 0;
    max-width: none;
    font-size: 5.3333333333vw;
    line-height: 0.95;
    letter-spacing: 0.5333333333vw;
  }
}

.hero__english {
  margin: 0;
  line-height: 0;
}
.hero__english img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 749px) {
  .hero__english {
    position: absolute;
    left: 58.4vw;
    top: 131.4666666667vw;
    width: 36.2666666667vw;
    max-width: none;
    margin: 0;
    z-index: 3;
  }
}

.hero__photo {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}
.hero__photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__photo--1 img {
  width: 223.57%;
  height: 223.94%;
  left: -42.06%;
  top: -16.52%;
  position: absolute;
  max-width: none;
}

.hero__photo--2 img {
  width: 247.1%;
  height: 213.77%;
  left: -107.81%;
  top: -40.9%;
  position: absolute;
  max-width: none;
}

.hero__photo--3 img {
  width: 123.63%;
  height: 121.13%;
  left: -8.89%;
  top: -1.23%;
  position: absolute;
  max-width: none;
}

.hero__photo--4 img {
  width: 108.87%;
  height: 111.74%;
  left: -7.95%;
  top: -9.32%;
  position: absolute;
  max-width: none;
}

.hero__photo--5 img {
  width: 118.16%;
  height: 103.54%;
  left: -12.12%;
  top: -3.32%;
  position: absolute;
  max-width: none;
}

.hero__photo--6 img {
  width: 106.31%;
  height: 102.33%;
  left: -1.98%;
  top: -0.39%;
  position: absolute;
  max-width: none;
}

.hero__photo--7 img {
  width: 171.34%;
  height: 175.32%;
  left: -14.15%;
  top: -39.24%;
  position: absolute;
  max-width: none;
}

/* 750px〜：レイアウトは %、寸法・キャッチなどは vw。お知らせのフォントのみ max 18px */
@media screen and (min-width: 750px) {
  .hero {
    min-height: 0;
    padding-bottom: 0;
  }

  .hero__inner {
    height: 54.1666666667vw;
    min-height: 54.1666666667vw;
  }

  .hero__catch {
    position: absolute;
    left: 30.7675%;
    top: 25.2884615385%;
    max-width: 28.2291666667%;
    font-size: 2.65625vw;
  }

  .hero__english {
    position: absolute;
    left: 26.5625%;
    top: 71.1538461538%;
    width: 9.8958333333%;
  }

  .hero__photo--1 {
    left: 0;
    top: 11.25%;
    width: 15.2083333333%;
    height: 18.6538461538%;
  }

  .hero__photo--2 {
    left: 15.7258333333%;
    top: 11.25%;
    width: 13.125%;
    height: 18.6538461538%;
  }

  .hero__photo--3 {
    left: 73.75%;
    top: 9.6153846154%;
    width: 24.2708333333%;
    height: 30.4807692308%;
  }

  .hero__photo--4 {
    right: 0;
    left: auto;
    top: 44.1346153846%;
    width: 56.71875%;
    height: 59.8076923077%;
  }

  .hero__photo--5 {
    left: 57.3925%;
    top: 17.8846153846%;
    width: 15.8333333333%;
    height: 22.2115384615%;
  }

  .hero__photo--6 {
    left: 3.4895833333%;
    top: 70.2884615385%;
    width: 21.0416666667%;
    height: 26.9230769231%;
  }

  .hero__photo--7 {
    left: 19.1179166667%;
    top: 83.3653846154%;
    width: 17.03125%;
    height: 20.4807692308%;
  }

  .hero__frame {
    position: absolute;
    margin: 0;
    pointer-events: none;
    left: 6.25%;
    top: 32.8846153846%;
    width: 47.96875%;
    height: 33.2692307692%;
    line-height: 0;
  }

  .hero__news {
    position: absolute;
    left: 70.1595833333%;
    top: 92.7884615385%;
    width: 27.7604166667%;
  }

  .hero__news-inner {
    gap: 0.8333333333vw;
    padding: 1.25vw;
    border-radius: 3.2291666667vw;
  }

  .hero__news-date,
.hero__news-title {
    font-size: clamp(11px, 0.9375vw, 18px);
  }

  .hero__news .hero__news-inner .hero__news-dot {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    min-width: 10px;
    min-height: 10px;
  }
}
@media screen and (max-width: 749px) {
  .hero__photo--1,
.hero__photo--2,
.hero__photo--3,
.hero__photo--6 {
    display: none !important;
  }

  .hero__photo img {
    max-width: none;
    vertical-align: top;
  }

  .hero__photo--4 {
    position: absolute;
    left: 0;
    right: auto;
    top: 61.8666666667vw;
    width: 101.3333333333vw;
    height: 65.0666666667vw;
    margin: 0;
    max-width: none;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
  }
  .hero__photo--4 img {
    position: absolute;
    inset: 0;
    width: 115.47%;
    max-width: none;
    height: 105.41%;
    left: -14.38%;
    top: -2.87%;
    object-fit: cover;
  }

  .hero__photo--5 {
    position: absolute;
    left: 5.3333333333vw;
    top: 129.8666666667vw;
    width: 48.5333333333vw;
    height: 36.8vw;
    margin: 0;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
  }
  .hero__photo--5 img {
    position: absolute;
    inset: 0;
    width: 118.16%;
    max-width: none;
    height: 103.54%;
    left: -12.12%;
    top: -3.32%;
    object-fit: cover;
  }

  .hero__photo--7 {
    position: absolute;
    left: 44vw;
    top: 151.4666666667vw;
    width: 50.6666666667vw;
    height: 33.0666666667vw;
    margin: 0;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
  }
  .hero__photo--7 img {
    position: absolute;
    inset: 0;
    width: 171.34%;
    max-width: none;
    height: 175.32%;
    left: -14.15%;
    top: -39.24%;
    object-fit: cover;
  }

  .hero__catch {
    z-index: 4;
  }

  .hero__frame {
    z-index: 4;
  }

  .hero__english {
    z-index: 3;
  }

  .hero__news {
    z-index: 5;
  }
}
.hero__frame {
  margin: 0;
  pointer-events: none;
  line-height: 0;
}
.hero__frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 749px) {
  .hero__frame {
    position: absolute;
    left: 5.3333333333vw;
    top: 21.8666666667vw;
    width: 89.3333333333vw;
    max-width: none;
    height: auto;
    margin: 0;
  }
  .hero__frame img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
}

.hero__news {
  filter: drop-shadow(0 1px 6px rgba(27, 32, 79, 0.2));
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 749px) {
  .hero__news {
    position: absolute;
    left: 5.3333333333vw;
    top: 176vw;
    width: 89.3333333333vw;
    max-width: none;
    filter: drop-shadow(0 0.2666666667vw 1.6vw rgba(27, 32, 79, 0.2));
    margin: 0;
  }
}

.hero__news-inner {
  display: flex;
  align-items: center;
  background: #ffffff;
}
.hero__news-inner .hero__news-dot {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  line-height: 0;
}
.hero__news-inner .hero__news-dot::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/icon-news-dot.svg") center/contain no-repeat;
}

.hero__news-row {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.hero__news-date {
  letter-spacing: 0.08em;
  color: #4a505b;
}

.hero__news-title {
  flex: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #1b204f;
  min-width: 0;
}

@media screen and (max-width: 749px) {
  .hero__news .hero__news-inner {
    flex-direction: row;
    align-items: center;
    gap: 4.2666666667vw;
    padding: 4.2666666667vw 5.3333333333vw;
    border-radius: 16.5333333333vw;
    min-height: 0;
    box-sizing: border-box;
  }

  .hero__news .hero__news-inner .hero__news-dot {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }

  .hero__news .hero__news-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    flex: 1;
    min-width: 0;
  }

  .hero__news .hero__news-date {
    font-size: 3.4666666667vw;
    letter-spacing: 0.2773333333vw;
    line-height: 1.5;
  }

  .hero__news .hero__news-title {
    font-size: 4vw;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.4vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
}
/* ---------- Philosophy ---------- */
/* opacity .2 → 1 のじわっと表示 */
.philosophy {
  text-align: center;
}

.philosophy__inner {
  padding: 14.21875vw 24px 0;
}
@media screen and (max-width: 749px) {
  .philosophy__inner {
    padding: 21.0666666667vw 5.3333333333vw 0;
  }
}

.philosophy__title {
  max-width: 1006px;
  margin: 0 auto 76px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.625rem, 4vw, 3rem);
  line-height: 1.45;
  letter-spacing: 0.08em;
  color: #1b204f;
}
@media screen and (max-width: 749px) {
  .philosophy__title {
    margin-bottom: 9.6vw;
    font-size: 6.9333333333vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.3466666667vw;
    text-align: center;
  }
}

html.js .philosophy .philosophy__title,
html.js .philosophy .philosophy__body {
  opacity: 0.2;
}
html.js .philosophy.is-once-show .philosophy__title {
  opacity: 1;
  transition: opacity 0.4s linear;
}
html.js .philosophy.is-once-show .philosophy__body {
  opacity: 1;
  transition: opacity 0.4s linear 0.08s;
}

@media (prefers-reduced-motion: reduce) {
  html.js .philosophy .philosophy__title,
html.js .philosophy .philosophy__body {
    opacity: 1 !important;
    transition: none !important;
  }
}
@media screen and (max-width: 749px) {
  .philosophy__title-line::before {
    content: "  ";
  }
}

.philosophy__body {
  font-weight: 500;
  font-size: clamp(1.05rem, 1.5vw, 1.4rem);
  letter-spacing: 0.1em;
  line-height: 2.5;
  max-width: 1006px;
  margin: 0 auto;
  text-align: center;
}
.philosophy__body p {
  margin: 0;
}
.philosophy__body p + p {
  margin-top: 1.5em;
}
@media screen and (max-width: 749px) {
  .philosophy__body {
    font-size: 4vw;
    letter-spacing: 0.4vw;
    line-height: 2.2;
  }
  .philosophy__body p + p {
    margin-top: 0;
  }
}

@media screen and (max-width: 749px) {
  .philosophy__seg {
    display: block;
  }
}

@media screen and (max-width: 749px) {
  .philosophy__seg--gap {
    height: 1lh;
  }
}

/* ---------- Section headings ---------- */
.section-head {
  margin-bottom: 48px;
}
@media screen and (max-width: 749px) {
  .section-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.2666666667vw;
    margin-bottom: 16vw;
  }
}

.section-head__label {
  margin: 30px 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.25vw, 1.5rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #1b204f;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .section-head__label {
    margin: 0;
    font-size: 5.333vw;
    letter-spacing: 0.267vw;
    line-height: 1.5;
    text-align: center;
  }
}

.section-head__en {
  margin: 0 0 8px;
  line-height: 0;
  text-align: center;
}
.section-head__en img {
  display: block;
  width: auto;
  max-width: min(310px, 90vw);
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .section-head__en img {
    max-width: 24.8vw;
  }
}

.section-head--about .section-head__label {
  text-align: left;
}
@media screen and (max-width: 749px) {
  .section-head--about .section-head__label {
    text-align: center;
  }
}

@media screen and (max-width: 749px) {
  .about__lead.section-head {
    margin-bottom: 10.6666666667vw;
  }

  .whatwedo .section-head {
    margin-bottom: 16vw;
  }
}
.whatwedo .section-head {
  margin-bottom: 6.09375vw;
}
@media screen and (max-width: 749px) {
  .whatwedo .section-head {
    margin-bottom: 16vw;
  }
}

.section-head > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 8px;
}

@media screen and (min-width: 750px) {
  .section-head--whatwedo > img {
    max-width: min(688px, 100%);
  }

  .section-head--about > img {
    max-width: min(517px, 100%);
  }

  .section-head--members .section-head__members-full {
    display: none;
  }

  .section-head--members .section-head__members-composite {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.4166666667vw;
    width: auto;
    max-width: 100%;
    height: auto;
    flex-shrink: 0;
  }

  .section-head--members .section-head__members-en {
    width: 10.46875vw;
    height: auto;
    max-width: none;
    flex-shrink: 0;
  }

  .section-head--members .section-head__members-voice {
    width: 16.1458333333vw;
    height: auto;
    max-width: min(16.1458333333vw, 100%);
    flex-shrink: 0;
  }

  .section-head--members .section-head__label {
    white-space: nowrap;
  }
}
@media screen and (min-width: 750px) and (max-width: 1399px) {
  .section-head--whatwedo > img {
    max-width: min(52vw, 100%);
  }

  .section-head--about > img {
    max-width: 100%;
  }

  .about__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    column-gap: clamp(20px, 2.5vw, 48px);
    padding-left: clamp(24px, 4vw, 6.25vw);
    padding-right: clamp(24px, 4vw, 6.25vw);
  }

  .about__lead {
    min-width: 0;
  }

  .members__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
    column-gap: clamp(20px, 2.5vw, 48px);
  }

  .section-head--members .section-head__members-composite {
    gap: clamp(4px, 0.5vw, 8px);
  }

  .section-head--members .section-head__members-en {
    width: clamp(120px, 12.5vw, 201px);
  }

  .section-head--members .section-head__members-voice {
    width: clamp(180px, 19.2vw, 310px);
  }

  .section-head--members .section-head__label {
    font-size: clamp(14px, 1.55vw, 20px);
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
}
@media screen and (max-width: 749px) {
  .section-head > img {
    margin-top: 2.133vw;
  }

  .section-head--whatwedo > img {
    width: 54.9333333333vw;
    max-width: 100%;
  }

  .section-head--about > img {
    width: 41.3333333333vw;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-head--members > img,
.section-head--members .section-head__members-full {
    width: 57.0666666667vw;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-head--members .section-head__members-full {
    display: none;
  }

  .section-head--members {
    gap: 4.2666666667vw;
    margin-bottom: 0;
  }

  .section-head--members .section-head__label {
    width: 71.2vw;
    max-width: 100%;
    font-size: 5.3333333333vw;
    letter-spacing: 0.2666666667vw;
    line-height: 1.5;
  }

  .section-head__members-composite {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.0666666667vw;
    width: auto;
    max-width: 100%;
    height: auto;
    flex-shrink: 0;
    margin: 0 auto;
  }

  .section-head__members-en {
    position: static;
    width: 31.4666666667vw;
    height: auto;
    display: block;
    flex-shrink: 0;
    max-width: none;
  }

  .section-head__members-voice {
    position: static;
    width: 24.8vw;
    height: auto;
    display: block;
    flex-shrink: 0;
    max-width: none;
  }
}
/* ---------- What we do ---------- */
.whatwedo__inner {
  padding: 17.2395833333vw 6% 0;
  position: relative;
}
@media screen and (max-width: 749px) {
  .whatwedo__inner {
    padding: 26.6666666667vw 5.3333333333vw 17.0666666667vw;
  }
}

.whatwedo__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25vw;
  flex-wrap: wrap;
  margin-bottom: 2.5vw;
  position: absolute;
  right: 6%;
  top: 24.1666666667vw;
}
@media screen and (max-width: 749px) {
  .whatwedo__top {
    position: static;
    right: auto;
    top: auto;
    margin: 16vw 0 0;
    justify-content: center;
    width: 100%;
  }
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.0833333333vw;
  align-items: start;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 749px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 16vw;
    width: 100%;
    max-width: 81.3333333333vw;
    margin: 0 auto;
    padding: 0;
  }
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  min-width: 0;
}
@media screen and (max-width: 749px) {
  .service-card {
    gap: 2.6666666667vw;
  }
}
.service-card a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 749px) {
  .service-card a {
    flex-direction: column;
    align-items: stretch;
    gap: 2.6666666667vw;
  }
}
.service-card a:hover .service-card__title, .service-card a:focus-visible .service-card__title {
  color: #414897;
}
.service-card a:hover .service-card__chevron, .service-card a:focus-visible .service-card__chevron {
  flex: 1 1 auto;
  width: auto;
  max-width: 198px;
  min-width: 19px;
}
.service-card a:hover .service-card__chevron::before, .service-card a:focus-visible .service-card__chevron::before {
  background-image: url("../img/common/icon-chevron-long.svg");
}
.service-card a:hover .service-visual > img, .service-card a:focus-visible .service-visual > img {
  transform: rotate(-4deg);
}
@media screen and (max-width: 749px) {
  .service-card a:hover .service-card__chevron, .service-card a:focus-visible .service-card__chevron {
    flex: 0 0 5.067vw;
    width: 5.067vw;
    max-width: none;
    min-width: 0;
  }
  .service-card a:hover .service-card__chevron::before, .service-card a:focus-visible .service-card__chevron::before {
    background-image: url("../img/common/icon-chevron.svg");
  }
  .service-card a:hover .service-visual > img, .service-card a:focus-visible .service-visual > img {
    transform: none;
  }
}

.service-visual {
  width: 100%;
  max-width: 20.3125vw;
  aspect-ratio: 390/320;
  overflow: hidden;
  flex-shrink: 0;
}
.service-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: rotate(0deg);
  transform-origin: 50% 70%;
  transition: transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 749px) {
  .service-visual {
    max-width: 81.3333333333vw;
    width: 100%;
    aspect-ratio: 305/250;
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-card a:hover .service-visual > img,
.service-card a:focus-visible .service-visual > img {
    transform: none;
  }
}
@media screen and (max-width: 749px) {
  .service-content {
    display: flex;
    flex-direction: column;
    gap: 2.6666666667vw;
    width: 100%;
  }
}

.service-num-wrap {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  margin: 0 2.0833333333vw 0 0;
  flex-shrink: 0;
}
@media screen and (max-width: 749px) {
  .service-num-wrap {
    gap: 0;
    margin: 0;
  }
}

.service-num-badge {
  border: 1px solid #1b204f;
  border-radius: 40px;
  width: 62px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  color: #1b204f;
}
@media screen and (max-width: 749px) {
  .service-num-badge {
    width: 16.533vw;
    height: 9.333vw;
    border-radius: 10.667vw;
    border-width: 0.267vw;
    padding: 0 1.6vw;
    font-size: 5.867vw;
  }
}

.service-card__txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 749px) {
  .service-card__txt {
    gap: 1.067vw;
  }
}

.service-card__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
}
.service-card__title-row .service-card__chevron {
  flex: 0 0 19px;
  width: 19px;
  height: 16px;
  margin-left: auto;
  line-height: 0;
  overflow: hidden;
  transition: flex-grow 0.55s cubic-bezier(0.19, 1, 0.22, 1), flex-basis 0.55s cubic-bezier(0.19, 1, 0.22, 1), width 0.55s cubic-bezier(0.19, 1, 0.22, 1), max-width 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}
.service-card__title-row .service-card__chevron::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/icon-chevron.svg") right center/auto 100% no-repeat;
  transition: background-image 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 749px) {
  .service-card__title-row {
    gap: 3.2vw;
  }
  .service-card__title-row .service-card__chevron {
    flex: 0 0 5.067vw;
    width: 5.067vw;
    height: 4.267vw;
  }
}

.service-card__title {
  margin: 0;
  flex: 0 1 auto;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.4583333333vw, 1.75rem);
  letter-spacing: 0.05em;
  line-height: 1;
  color: #1b204f;
  transition: color 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  .service-card__title {
    font-size: 5.3333333333vw;
    letter-spacing: 0.2666666667vw;
    line-height: 1;
  }
}

.service-card__sub {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #414897;
}
@media screen and (max-width: 749px) {
  .service-card__sub {
    font-size: 3.733vw;
    letter-spacing: 0.187vw;
    line-height: 1;
  }
}

/* ---------- About ---------- */
.about__inner {
  padding: 13.75vw 6.25vw 0;
  display: grid;
  grid-template-columns: minmax(0, 44.6875vw) minmax(0, 1fr);
  grid-template-rows: auto auto;
  grid-template-areas: "photo lead" "photo links";
  gap: 2.5vw 4.1666666667vw;
  align-items: start;
}
@media screen and (max-width: 749px) {
  .about__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "lead" "photo" "links";
    padding: 26.6666666667vw 5.3333333333vw 17.0666666667vw;
    gap: 10.6666666667vw;
  }
}

.about__lead {
  grid-area: lead;
}
.about__lead.section-head {
  margin-bottom: 0;
}

.about__photo {
  grid-area: photo;
  border-radius: 1.6666666667vw;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 858/609;
  max-height: 31.71875vw;
}
.about__photo > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 749px) {
  .about__photo {
    max-height: none;
    border-radius: 0;
    aspect-ratio: 334/238;
    width: 100%;
  }
}

.about-links {
  grid-area: links;
}

/* ---------- Members ---------- */
.members__inner {
  padding: 13.8020833333vw 6.25vw 13.8020833333vw;
  display: grid;
  grid-template-columns: minmax(0, 20.8333333333vw) minmax(0, 1fr);
  column-gap: 4.1666666667vw;
  row-gap: 2.5vw;
  grid-template-areas: "intro grid" "actions grid";
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  .members__inner {
    padding-left: clamp(20px, 4vw, 80px);
    padding-right: clamp(20px, 4vw, 80px);
    column-gap: clamp(24px, 4vw, 60px);
  }
}
@media screen and (max-width: 749px) {
  .members__inner {
    padding: 26.6666666667vw 0 17.0666666667vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10.6666666667vw;
    overflow: visible;
  }
}

.members__intro {
  grid-area: intro;
  align-self: start;
  min-width: 0;
}
.members__intro.section-head {
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  .members__intro {
    text-align: center;
    width: 100%;
    order: 1;
  }
}

.members__actions {
  grid-area: actions;
  align-self: end;
  display: flex;
  justify-content: flex-start;
  flex-shrink: 0;
  margin: 4.1666666667vw 0 0;
  padding-top: 2.0833333333vw;
}
@media screen and (max-width: 749px) {
  .members__actions {
    align-self: auto;
    justify-content: center;
    width: 100%;
    order: 3;
    margin: 10.6666666667vw 0 0;
    padding-top: 0;
  }
  .members__actions .view-more {
    gap: 4.2666666667vw;
  }
  .members__actions .view-more__label {
    font-size: 3.7333333333vw;
    letter-spacing: 0.1866666667vw;
    line-height: 0.95;
  }
  .members__actions .view-more__icon {
    width: 9.8666666667vw;
    height: 9.8666666667vw;
  }
}

.members__grid {
  grid-area: grid;
  grid-row: 1/-1;
  align-self: start;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.0833333333vw;
  min-width: 0;
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  .members__grid {
    gap: clamp(16px, 2.5vw, 40px);
  }
}
@media screen and (max-width: 749px) {
  .members__grid {
    order: 2;
    grid-row: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8vw;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 5.3333333333vw;
    box-sizing: border-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 5.3333333333vw;
    scrollbar-width: none;
  }
  .members__grid::-webkit-scrollbar {
    display: none;
  }
}

.members__link {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
.members__link:hover .member-card__photo > img, .members__link:focus-visible .member-card__photo > img {
  transform: scale(1.14);
}
@media screen and (max-width: 749px) {
  .members__link {
    flex: 0 0 70.4vw;
    width: 70.4vw;
    scroll-snap-align: start;
  }
}

.member-card {
  min-width: 0;
}

@media screen and (max-width: 749px) {
  .member-card__photo {
    width: 70.4vw;
    height: 47.0104vw;
    aspect-ratio: auto;
  }
}
/* ---------- TOP FV ローディングなし ---------- */
/* 表示順: 1.画像 → 2.成長の〜 → 3.Empowering → 4.We〜 / お知らせ */
/* 入場の非表示→表示は opacity。ホバー用の薄め表現とは別 */
html.js .hero:not(.is-show) .hero__catch-line {
  transform: translate3d(0, 110%, 0);
}
html.js .hero:not(.is-show) .hero__photo {
  opacity: 0;
}
html.js .hero:not(.is-show) .hero__photo > img {
  transform: scale(1.08);
}
html.js .hero:not(.is-show) .hero__frame {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
}
html.js .hero:not(.is-show) .hero__english,
html.js .hero:not(.is-show) .hero__news {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

html.js .hero .hero__catch {
  overflow: hidden;
}
html.js .hero .hero__catch-line {
  display: block;
}
html.js .hero.is-animating .hero__photo {
  transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
html.js .hero.is-animating .hero__photo > img {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
html.js .hero.is-animating .hero__photo--1 {
  transition-delay: 0s;
}
html.js .hero.is-animating .hero__photo--2 {
  transition-delay: 0.04s;
}
html.js .hero.is-animating .hero__photo--3 {
  transition-delay: 0.08s;
}
html.js .hero.is-animating .hero__photo--4 {
  transition-delay: 0.05s;
}
html.js .hero.is-animating .hero__photo--5 {
  transition-delay: 0.1s;
}
html.js .hero.is-animating .hero__photo--6 {
  transition-delay: 0.14s;
}
html.js .hero.is-animating .hero__photo--7 {
  transition-delay: 0.18s;
}
html.js .hero.is-animating .hero__photo--1 > img,
html.js .hero.is-animating .hero__photo--2 > img,
html.js .hero.is-animating .hero__photo--3 > img,
html.js .hero.is-animating .hero__photo--4 > img,
html.js .hero.is-animating .hero__photo--5 > img,
html.js .hero.is-animating .hero__photo--6 > img,
html.js .hero.is-animating .hero__photo--7 > img {
  transition-delay: inherit;
}
html.js .hero.is-animating .hero__catch-line {
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.42s;
}
html.js .hero.is-animating .hero__frame {
  transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.72s, transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.72s;
}
html.js .hero.is-animating .hero__english {
  transition: opacity 0.65s cubic-bezier(0.19, 1, 0.22, 1) 1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
html.js .hero.is-animating .hero__news {
  transition: opacity 0.65s cubic-bezier(0.19, 1, 0.22, 1) 1.1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
}
html.js .hero.is-show .hero__catch-line {
  transform: translate3d(0, 0, 0);
}
html.js .hero.is-show .hero__photo {
  opacity: 1;
}
html.js .hero.is-show .hero__photo > img {
  transform: scale(1);
}
html.js .hero.is-show .hero__frame,
html.js .hero.is-show .hero__english,
html.js .hero.is-show .hero__news {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  html.js .hero:not(.is-show) .hero__catch-line,
html.js .hero:not(.is-show) .hero__photo,
html.js .hero:not(.is-show) .hero__photo > img,
html.js .hero:not(.is-show) .hero__frame,
html.js .hero:not(.is-show) .hero__english,
html.js .hero:not(.is-show) .hero__news,
html.js .hero.is-animating .hero__catch-line,
html.js .hero.is-animating .hero__photo,
html.js .hero.is-animating .hero__photo > img,
html.js .hero.is-animating .hero__frame,
html.js .hero.is-animating .hero__english,
html.js .hero.is-animating .hero__news,
html.js .hero.is-show .hero__catch-line,
html.js .hero.is-show .hero__photo,
html.js .hero.is-show .hero__photo > img,
html.js .hero.is-show .hero__frame,
html.js .hero.is-show .hero__english,
html.js .hero.is-show .hero__news {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/*# sourceMappingURL=top.css.map */
