@charset "UTF-8";
.bg--dotted--pale-blue {
  background: var(--bg-light-blue) url(../../../images/common/bg-dotted@2x.png) center/96px auto repeat;
}

.btn-2 {
  --btn-color: var(--key-blue, #0077b1);
  --btn-px: 1.75em;
  text-decoration: none;
  appearance: none;
  border: none;
  box-shadow: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: calc(44 / 18 * 1em);
  padding: 0.5em var(--btn-px) 0.55em;
  border-radius: 10em;
  font-weight: bold;
  background: var(--btn-color);
  color: #fff;
  position: relative;
  font-size: 18px;
  line-height: 1.4;
}

.btn-2--light-blue {
  background-color: #d9edf5;
  color: inherit;
}

.btn-2--pink {
  background-color: var(--key-pink, #ee3b5d);
  color: #fff;
}

.btn-2--yellow {
  background-color: var(--key-yellow, #ffaf00);
  color: var(--key-black, #222);
}

.btn-2--outline {
  color: inherit;
  border: 2px solid var(--btn-color);
  background: #fff;
}

/* .btn-2--icon */
[class^=btn-2--icon],
[class*=" btn-2--icon"] {
  padding-inline: 3em;
}
[class^=btn-2--icon]:where(.btn-2--text-left),
[class*=" btn-2--icon"]:where(.btn-2--text-left) {
  padding-left: var(--btn-px);
}
[class^=btn-2--icon]::after,
[class*=" btn-2--icon"]::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.75em;
  translate: 0 -50%;
  width: 1.15em;
  aspect-ratio: 1;
  background: center/contain no-repeat;
}

.btn-2--icon-arrow::after {
  right: 1.25em;
  aspect-ratio: 21/31;
  width: 0.4444444444em;
  background-image: url(../../../images/common/arrow.png);
  background-size: 100% 100%;
}

:where(.btn-2--yellow).btn-2--icon-arrow::after {
  background-image: url(../../../images/common/arrow_black.png);
}

.btn-2--icon-arrow-circle::after {
  background-image: url(../../../images/common/circle-arrow-grn.svg);
}

.btn-2--sm {
  min-height: 0;
  font-size: 14px;
}

.btn-2--md {
  min-height: calc(56 / 18 * 1em);
  font-size: 18px;
}

.btn-2--lg {
  min-height: calc(64 / 20 * 1em);
  font-size: 20px;
}

.btn-2--xl {
  min-height: calc(72 / 24 * 1em);
  font-size: 24px;
}

@media (width > 768px) {
  .btn-2--md\:sm {
    min-height: 0;
    font-size: 14px;
  }
  .btn-2--md\:md {
    min-height: calc(56 / 18 * 1em);
    font-size: 18px;
  }
  .btn-2--md\:lg {
    min-height: calc(64 / 20 * 1em);
    font-size: 20px;
  }
  .btn-2--md\:xl {
    min-height: calc(72 / 24 * 1em);
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .btn-2 {
    min-height: calc(44 / 18 * 1em);
    font-size: inherit;
  }
  .btn-2--md {
    min-height: calc(32 / 11 * 1em);
    font-size: 12px;
  }
  .btn-2--md {
    min-height: calc(40 / 14 * 1em);
    font-size: inherit;
  }
  .btn-2--lg {
    min-height: calc(48 / 15 * 1em);
    font-size: 15px;
  }
}
.btn-note {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 16px;
  color: var(--key-blue);
}

.about--btn-block {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .btn-note {
    font-size: 16px;
    margin: 0 auto 12px;
  }
}
/*

サイト全体で使いそうなコンポーネント

*/
.ul {
  list-style: disc;
  margin-left: 1.25em;
}

:where(.ul) .li--style-none {
  list-style: none;
  margin-left: -1.25em;
}

:root {
  --rem: 1px;
  --font-size-4xl: 30px;
  --font-size-3xl: 26px;
  --font-size-2xl: 23px; /* セクションの大見出し */
  --font-size-xl: 20px; /* セクションの中見出し */
  --font-size-lg: 18px; /* ブロックの見出し */
  --font-size-ml: 16px; /* ブロックの見出し（lgでは大きかった場合に使う） */
  --font-size-rg: 15px; /* リード文（mdより少し大きくしたい場合に使う） */
  --font-size-md: 14px;
  --font-size-sm: 12px;
  --padding-section-inline: calc(20 / 375 * 100vw);
  --padding-layer-1-inline: calc(20 / 375 * 100vw);
}

.about--section {
  font-size: 18px;
}

:where(.about--section) img:where([width]) {
  width: revert-layer;
}

.about--section--hero {
  padding-bottom: 135px;
}

.about--section-in {
  padding: 50px 50px;
  max-width: var(--max-width);
  margin: 0 auto;
  max-width: 1100px;
  padding-block: 65px 80px;
}

.about--section-in--wide {
  padding: 50px 50px;
  max-width: calc(1200px + 50px * 2);
  margin: 0 auto;
}

.about--section-in--last {
  padding-bottom: 130px;
}

.about--hero__contents {
  padding-inline: 50px;
}

.wave__bg {
  background-image: url(../../../images/about-page/bg-wave-lt@2x.png), url(../../../images/about-page/bg-wave-rb@2x.png), url(../../../images/about-page/bg-wave-lb@2x.png);
  background-position: left top, right bottom, left bottom;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: min(640px, 50%) auto, min(640px, 50%) auto, min(640px, 50%) auto;
}

@media (max-width: 768px) {
  body {
    font-size: var(--font-size-md);
  }
  .about--section {
    font-size: 14px;
  }
  .about--section-in {
    padding: 40px var(--padding-section-inline);
  }
  .about--section-in--wide {
    padding: 40px var(--padding-section-inline);
  }
  .about--section--hero {
    padding-bottom: 40px;
  }
  .about--section-in--last {
    padding-bottom: 64px;
  }
}
.about--h2 {
  font-weight: bold;
  line-height: 1.4;
  font-size: 36px;
  text-align: center;
}

.about--h2--en {
  font-weight: bold;
  line-height: 1.4;
  font-size: 44px;
  text-align: center;
  margin: 15px 0 0;
}

.about--h2-box {
  min-height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  line-height: 1.45;
  font-size: 34px;
  color: var(--key-blue);
  background: #fff;
  border: 1px solid var(--key-blue);
  padding: 0.6em 0.75em;
}

.about--h2-wave {
  color: #0077b1;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 0 1em;
  min-height: 2em;
  background: url(../../../images/common/wave-small@2x.png) no-repeat center left/contain;
}

.about__em-num {
  color: var(--key-grn);
  font-size: 1.25em;
  font-weight: 900;
  padding-inline: 0.05em;
}

.about--header-desc {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  margin: 25px auto 0;
  max-width: 100%;
}

.about--header-desc--lg {
  font-size: 24px;
}

@media (max-width: 768px) {
  .about--h2 {
    font-size: var(--font-size-2xl);
  }
  .about--h2--en {
    font-size: var(--font-size-3xl);
    margin: 0;
  }
  .about--h2-wave {
    font-size: var(--font-size-2xl);
    line-height: 1.4;
    margin: 0 auto;
  }
  .about--h2-box {
    min-height: 56px;
    font-size: var(--font-size-xl);
  }
  .about--header-desc {
    font-size: inherit;
    line-height: inherit;
    margin: 16px auto 0;
  }
}
.about--hero__pic {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-block: min(110px, 110 / 1280 * 100vw) min(78px, 78 / 1280 * 100vw);
}

.about--hero__pic::before {
  content: "";
  display: block;
  width: min(1349px, calc(1349 / 1280 * 100%));
  aspect-ratio: 1349/511;
  position: absolute;
  top: min(52px, calc(52 / 1280 * 100vw));
  left: 51%;
  translate: -50% 0;
  background: url(../../../images/about-page/hero-bg.png) center/contain no-repeat;
}

.about--hero__img {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  width: 1000px;
  height: auto;
  max-width: calc(1000 / 1280 * 100%);
  border-radius: 8px;
}

:where(.page-template-page-influencer-recruit) .about--hero__img {
  max-width: none;
}

.about--second-hero__img {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.about--hero__contents,
.about--second-hero__contents {
  width: 1100px;
  max-width: 100%;
  margin-inline: auto;
}

.about--hero__title {
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  margin: 0 auto 15px;
}

.about--second-hero__title {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  margin: 30px auto 0;
}

.about--hero__desc,
.about--second-hero__desc {
  margin: 32px auto 0;
  line-height: 1.8;
}

.about--hero__desc p + p,
.about--second-hero__desc p + p {
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .about--hero__pic {
    padding-inline: var(--padding-section-inline);
  }
  .about--hero__img {
    max-width: 100%;
  }
  .about--hero__contents {
    padding-inline: var(--padding-section-inline);
  }
  .about--hero__title {
    font-size: var(--font-size-2xl);
  }
  .about--hero__desc {
    margin-top: 20px;
  }
  .about--second-hero__title {
    font-size: var(--font-size-2xl);
    margin: 24px auto 0;
  }
  .about--hero__desc, .about--second-hero__desc {
    margin-top: 24px;
  }
}
/* -------------------------------------------------------
   Section 2: サブ見出し＆リード文
   ③ sub-title: 黒文字・中央寄せ
   ------------------------------------------------------- */
/* .sa-proposal__introと一緒 */
.about--lead-block {
  margin: 48px 0 0;
}

.about--lead-block__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 1em;
}

.about--lead-block__desc {
  font-size: 18px;
}

@media (max-width: 768px) {
  .about--lead-block {
    margin: 24px 0 0;
  }
  .about--lead-block__title {
    font-size: var(--font-size-lg);
  }
  .about--lead-block__desc {
    font-size: inherit;
  }
}
/* -------------------------------------------------------
大きいカード（PC: 左画像・右テキスト）
------------------------------------------------------- */
.about--w-full-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about--w-full-card {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: flex-start;
  gap: 80px;
  padding: 30px 40px;
}

/* ★ 左画像カラム（280px 固定） */
.about--w-full-card__img {
  flex: 0 0 auto;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about--w-full-card__img img {
  display: block;
  width: 100%;
}

:where(.about--w-full-card__img) img:where([width]) {
  width: revert-layer;
}

/* 右テキストカラム */
.about--w-full-card__body {
  flex: 1 1 0;
}

.about--w-full-card__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 14px;
  line-height: 1.4;
}

/* ④ リストブロック: 縦積み */
.about--w-full-card__sub {
  margin: 22px 0 0;
  display: flex;
  flex-direction: column; /* ④ 縦積み */
  gap: 16px;
}

.about--w-full-card__sub-item {
  width: 100%;
}

.about--w-full-card__sub-title {
  font-weight: bold;
  color: var(--key-navy);
  margin: 0 0 8px;
  font-size: 14px;
}

.about--w-full-card__sub-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about--w-full-card__sub-item ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.75;
  font-size: 14px;
}

.about--w-full-card__sub-item ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: var(--key-blue);
}

@media (max-width: 768px) {
  .about--w-full-card {
    flex-direction: column;
    gap: 24px;
    padding: var(--padding-section-inline, 20px);
  }
  .about--w-full-card__img {
    max-width: 100%;
  }
  .about--w-full-card__title {
    font-size: var(--font-size-lg);
    margin: 0 0 20px;
  }
}
.about--icon-card-list {
  --gap: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap);
}

.about--icon-card {
  padding: 1.5em;
  padding-bottom: 1.75em;
  background-color: #d9edf5;
  width: calc((100% - var(--gap) * 2) / 3); /* 3 columns with gap */
}

.about--icon-card__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.about--icon-card__img {
  display: block;
  width: fit-content;
  height: auto;
  margin: 2em auto;
}

@media (max-width: 768px) {
  .about--icon-card {
    width: calc((100% - var(--gap)) / 2); /* 2 columns */
  }
  .about--icon-card__title {
    font-size: 16px;
  }
  .about--icon-card__img {
    width: auto;
    height: min(120px, 15vw);
  }
}
@media (max-width: 576px) {
  .about--icon-card-list {
    align-items: flex-start;
  }
  .about--icon-card {
    width: 100%; /* 1 column */
  }
  .about--icon-card__img {
    width: auto;
    height: 25vw;
  }
}
.about--featured__header {
  margin: 0 0 67px;
}

.about--featured__btn__block {
  margin: 60px 0 0;
}

.about--talent-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 35px;
}

.about--talent-card {
  --card-gap: 18px;
  flex-basis: calc((100% - 35px) / 2);
  background: #fff;
  padding: 0 15px;
  display: flex;
  align-items: flex-start;
  gap: var(--card-gap);
}

.about--talent-card__link {
  text-decoration: none;
  color: inherit;
  display: inherit;
  flex-wrap: inherit;
  justify-content: inherit;
  align-items: inherit;
  gap: inherit;
}

.about--talent-card__img-col {
  flex: 0 0 auto;
  max-width: calc(50% - var(--card-gap) / 2);
  padding: 23px 0;
  position: relative;
}
.about--talent-card__img-col .number {
  position: absolute;
  left: 10px;
  bottom: 31px;
  font-size: 14px;
  color: #fff;
}

.about--talent-card__img {
  display: block;
}

.about--talent-card__txt-col {
  flex: 1 1 0;
  min-width: 0; /* 英語など長い文字列がはみ出さないよう flex アイテムの縮小を許可 */
  padding: 18px 0;
}

.about--talent-card__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 8px;
  color: var(--key-navy);
}

.about--talent-card__text {
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word; /* 長い英単語を折り返してはみ出しを防ぐ */
}

.about--talent-card__sub-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  margin: 21px 0 3px;
  color: var(--key-navy);
}

.about--talent-card__performance {
  font-size: 13px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .about--talent-card {
    flex-basis: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-inline: var(--padding-layer-1-inline);
    gap: 12px;
  }
  .about--talent-card__link {
    flex-direction: column;
  }
  .about--talent-card__img-col {
    padding: 24px 0 0;
    max-width: none;
    width: 100%;
  }
  .about--talent-card__txt-col {
    padding: 10px 0 24px;
  }
  .about--talent-card__text {
    text-align: left; /* 本文は左揃えを維持する場合 */
  }
  
  /* 2カラムのとき、レイアウトを小さめにする */
  :where(body.page-template-page-kids-about) {
    .about--talent-card-list {
      gap: var(--card-sm-gap);
    }
    .about--talent-card {
      flex-basis: calc((100% - var(--card-sm-gap) * 2) / 3);
      padding-inline: 0;
    }
    .about--talent-card__link {
      gap: 0;
    }
    .about--talent-card__img-col {
      padding-top: 0;
    }
    .about--talent-card__img-col .number {
      left: 10px;
      bottom: 8px;
      font-size: var(--ss-text);
    }
    .about--talent-card__txt-col {
      padding: var(--card-sm-padding) var(--card-xs-padding);
    }
    .about--talent-card__title {
      font-size: var(--card-sm-title);
      line-height: var(--line-height-label);
      margin-bottom: var(--card-sm-space-y);
    }
    .about--talent-card__text {
      font-size: var(--card-sm-text-sm);
      line-height: var(--card-sm-text-sm-line-height);
    }
  }
}
.about--talent-card-2-list {
  --gap-x: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px var(--gap-x);
}

.about--talent-card-2 {
  flex-basis: calc((100% - var(--gap-x)) / 2);
  background: #fff;
  display: flex;
}

.about--talent-card-2 > a {
  text-decoration: none;
  color: inherit;
  display: inherit;
  flex-wrap: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
  gap: inherit;
}

.about--talent-card-2__img-col {
  flex: 0 0 45%;
  padding: 23px 15px;
  padding-right: 0;
  position: relative;
}

.about--talent-card-2__img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.about--talent-card-2__img-col > a,
.about--talent-card-2__img-inner {
  position: relative;
  display: block;
  line-height: 0;
}

.about--talent-card-2__img-col .number {
  position: absolute;
  left: 10px;
  bottom: 8px;
  font-size: 14px;
  color: #fff;
}

.about--talent-card-2__txt-col {
  flex: 1 1 0;
  padding: 16px 16px;
  padding-bottom: 20px;
}

.about--talent-card-2__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 0.75em;
  color: var(--key-navy);
}

.about--talent-card-2__title a {
  color: var(--key-navy);
}

.about--talent-card-2__genre {
  font-size: 13px;
  font-weight: bold; /*todo*/
  color: var(--key-navy);
  margin: 0.75em 0 0;
}

.about--talent-card-2__text {
  font-size: 13px;
  line-height: 1.6;
}

:where(.about--talent-card-2__text) p + p {
  margin-top: 1em;
}

.about--talent-card-2__sub {
  margin-top: 1.25em;
}

.about--talent-card-2__sub-label {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  color: var(--key-navy);
}

.about--talent-card-2__sub-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 3px;
  color: var(--key-navy);
}

.about--talent-card-2__sub-text {
  font-size: 13px;
  line-height: 1.8;
}

@media (width > 768px) {
  .about--talent-card-2-list--dancer {
    --gap-x: 8px;
    gap: 40px var(--gap-x);
  }
  .about--talent-card-2-list--actor {
    --gap-x: 16px;
    gap: 40px var(--gap-x);
  }
  :where(.about--talent-card-2-list--dancer) .about--talent-card-2 {
    flex-basis: calc((100% - var(--gap-x) * 2) / 3);
  }
  :where(.about--talent-card-2-list--actor) .about--talent-card-2 {
    flex-basis: calc((100% - var(--gap-x) * 2) / 3);
  }
}
@media (max-width: 768px) {
  .about--talent-card-2-list {
    gap: 16px;
  }
  .about--talent-card-2 {
    flex-basis: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: var(--padding-layer-1-inline);
    gap: var(--padding-layer-1-inline);
  }
  .about--talent-card-2 > a {
    text-align: inherit;
  }
  .about--talent-card-2__img-col {
    padding: 0;
  }
  .about--talent-card-2__txt-col {
    padding: 0;
  }
  .about--talent-card-2__title {
    font-size: var(--font-size-lg);
    margin: 0 0 24px;
  }
  .about--talent-card-2__sub-label {
    font-size: var(--font-size-rg);
  }
  .about--talent-card-2__text {
    font-size: inherit;
    text-align: left;
  }
}
.about--talent-card-3-list {
  --gap-x: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 48px var(--gap-x);
}

.about--talent-card-3 {
  flex-basis: calc((100% - var(--gap-x) * 2) / 3);
  background: #fff;
  border: 1px solid #d9edf5;
  border-radius: 0 0 6px 6px;
  display: grid;
  grid-template-columns: 45% 1fr;
  grid-template-rows: 1fr auto;
  column-gap: 0;
  overflow: hidden;
}

.about--talent-card-3__img-col {
  padding: 0;
}
.about--talent-card-3__img-col > a {
  position: relative;
  display: block;
}
.about--talent-card-3__img-col .number {
  position: absolute;
  left: 10px;
  bottom: 8px;
  font-size: 14px;
  color: #fff;
}

.about--talent-card-3__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about--talent-card-3__txt-col {
  padding: .25em .5em .25em .75em;
  min-width: 0;
}

.about--talent-card-3__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin: 0.25em 0 0.25em;
  color: var(--key-navy);
}
.about--talent-card-3__title a {
  color: inherit;
}

.about--talent-card-3__text {
  font-size: 13px;
  line-height: 1.6;
}

:where(.about--talent-card-3__text) p + p {
  margin-top: 1em;
}

.about--talent-card-3__sub {
  margin-top: 0.4em;
}

.about--talent-card-3__sub-label {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  color: var(--key-navy);
}

.about--talent-card-3__sub-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 3px;
  color: var(--key-navy);
}

.about--talent-card-3__sub-text {
  font-size: 13px;
  line-height: 1.8;
}

.about--talent-card-3__btn__block {
  grid-column: 1 / -1;
  align-self: stretch;
  display: flex;
}
.about--talent-card-3__btn__block a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75em 1em;
  background: #d9edf5;
  color: var(--key-navy);
  text-decoration: none;
  border-radius: 0 0 6px 6px;
  font-size: 13px;
  font-weight: bold;
  box-sizing: border-box;
}
.about--talent-card-3__btn__block a:hover {
  background: #c2e0f0;
}

@media (max-width: 768px) {
  .about--talent-card-3 {
    flex-basis: 100%;
    /* grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    text-align: center;
    padding-inline: var(--padding-layer-1-inline); */
  }
  /* .about--talent-card-3__img-col {
    padding: 20px 0 0;
  }
  .about--talent-card-3__txt-col {
    padding: 10px 0 20px;
  }
  .about--talent-card-3__btn__block {
    grid-column: 1;
  }
  .about--talent-card-3__text {
    text-align: left;
  } */
}
.about--dl-card-list {
  display: flex;
  gap: 24px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.about--dl-card {
  background: #fff;
  padding: 1.75em 2em 2em;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}

:where(.about--other-service) .about--dl-card {
  width: 270px;
}

.about--dl-card__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 0.75em;
  color: var(--key-blue);
}

.about--dl-card__contetns {
  flex: 1 1 0;
}

:where(.about--dl-card) li {
  white-space: nowrap;
}

.about--dl-card__btn__block {
  margin-top: 32px;
  text-align: center;
}

@media (max-width: 768px) {
  .about--dl-card-list {
    width: 100%;
    flex-direction: column;
  }
  .about--dl-card {
    padding: var(--padding-layer-1-inline);
  }
  :where(.about--other-service) .about--dl-card {
    width: 100%;
  }
  .about--dl-card__title {
    font-size: var(--font-size-rg);
    margin: 0 0 8px;
  }
  .about--dl-card__btn__block {
    margin: 16px 0 0;
  }
}
.about--img-list {
  --gap-x: 48px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px var(--gap-x);
}

.about--img-list__item {
  flex: 0 1 calc((100% - var(--gap-x) * 2) / 3);
}

.about--img-list__item-link {
  display: inherit;
  text-decoration: none;
  color: inherit;
}

.about--img-list__item-pics {
  display: flex;
  --gap-x: 4px;
  gap: var(--gap-x);
  position: relative;
}
.about--img-list__item-pics .number {
  position: absolute;
  left: 10px;
  bottom: 8px;
  font-size: 14px;
  color: #fff;
}
.about--img-list__item-pics img {
  display: block;
  flex: 0 1 auto;
  width: calc((100% - var(--gap-x) * 1) / 2);
}

.about--img-list__item-caption {
  margin-top: 8px;
}

@media (max-width: 768px) {
  .about--img-list {
    --gap-x: 24px;
    gap: 40px var(--gap-x);
  }
  .about--img-list__item {
    flex: 0 1 calc((100% - var(--gap-x) * 1) / 2);
  }
}
.about--strengths__header {
  margin: 0 0 60px;
}

.about--strengths__btn__block {
  margin: 90px 0 0;
}

.about--points {
  list-style: none;
  counter-reset: point-counter;
  padding: 0;
  margin: 0;
}

.about--point-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 60px;
  margin-bottom: 40px;
  counter-increment: point-counter;
}

.about--point-item__txt-col {
  flex: 1;
}

.about--point-item__header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.about--point-item__header::before {
  content: counter(point-counter);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--point-color, #f39800);
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin-right: 15px;
  flex-shrink: 0;
}

.about--point-item__title {
  align-self: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}

.about--point-desc {
  line-height: 1.9;
}

:where(.about--point-desc) p {
  margin: 0;
}

.about--point-item__img-col {
  flex: 0 0 auto;
  max-width: 50%;
  flex-shrink: 0;
  text-align: center;
  margin: 10px auto 30px;
}

.about--point-item__img {
  max-width: 100%;
  height: auto;
  display: block;
}

.about--point-item__btn__block {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .about--points {
    display: flex;
    flex-direction: column;
    gap: 64px;
  }
  .about--point-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 0;
  }
  .about--point-item__img-col {
    width: 100%;
    max-width: 320px;
    margin: 32px auto 0;
    padding: 0;
  }
  .about--point-item__img-col img {
    width: 100%;
  }
  .about--point-item__header {
    margin-bottom: 16px;
  }
  .about--point-item__title {
    font-size: var(--font-size-lg);
  }
}
.about--points-2 {
  list-style: none;
  counter-reset: point-counter;
  padding: 0;
  margin: 0;
}

.about--point-2-item {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 80px;
  counter-increment: point-counter;
  flex-direction: row-reverse;
}
.about--point-2-item:nth-child(even) {
  flex-direction: row;
}
.about--point-2-item:last-child {
  margin-bottom: 0;
}

.about--point-2-item__txt-col {
  flex: 1;
}

.about--point-2-item__header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.about--point-2-item__title {
  align-self: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}

.about--point-2-desc {
  line-height: 1.9;
}

:where(.about--point-2-desc) p {
  margin: 0;
}

.about--point-2-item__img-col {
  flex: 0 0 auto;
  max-width: 50%;
  flex-shrink: 0;
  text-align: center;
  margin: 10px auto 0;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.about--point-2-item__img {
  max-width: 100%;
  height: auto;
  display: block;
}

.about--point-2-item__figure figcaption {
  font-size: 14px;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .about--point-2-item {
    display: block;
    margin-bottom: 0;
  }
  .about--point-2-item__img-col {
    width: 100%;
    max-width: 320px;
    margin: 32px auto 64px;
    padding: 0;
  }
  .about--point-2-item__title {
    font-size: var(--font-size-lg);
  }
}
.about--points-3 {
  list-style: none;
  counter-reset: point-counter;
  padding: 0;
  margin: 0;
}

.about--point-3-item {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 80px;
  counter-increment: point-counter;
  flex-direction: row;
}
.about--point-3-item:nth-child(even) {
  flex-direction: row-reverse;
}
.about--point-3-item:last-child {
  margin-bottom: 0;
}

.about--point-3-item__header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.about--point-3-item__title {
  align-self: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}

.about--point-3-desc {
  line-height: 1.9;
}

:where(.about--point-3-desc) p {
  margin: 0;
}

.about--point-3-item__img-col {
  flex: 0 0 auto;
  max-width: 50%;
  flex-shrink: 0;
  text-align: center;
  margin: 10px 0 0;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.about--point-3-item__img {
  max-width: 100%;
  height: auto;
  display: block;
}

.about--point-3-item__figure figcaption {
  font-size: 14px;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .about--point-3-item {
    display: block;
    margin-bottom: 0;
  }
  .about--point-3-item__txt-col {
    width: 100%;
  }
  .about--point-3-item__img-col {
    width: 100%;
    max-width: 320px;
    margin: 32px auto 64px;
    padding: 0;
  }
  .about--point-3-item__title {
    font-size: var(--font-size-lg);
  }
}
.about--voice-list {
  padding-left: 98px;
  margin: 0 auto;
  width: 898px;
  box-sizing: border-box;
  width: 898px;
  max-width: 100%;
}

.about--voice-item {
  border: 1px solid #b6d2e5;
  border-radius: 16px;
  background-color: #fff;
  padding: 34px 45px;
  padding-left: 145px;
  position: relative;
  margin: 65px 0 0;
}

.about--voice-item:first-child {
  margin-top: 0;
}

.about--voice-item::before {
  content: "";
  display: block;
  width: 191px;
  aspect-ratio: 191/173;
  position: absolute;
  top: 0;
  left: 0;
  margin: -27px 0 0 -82px;
  background: url(../../../images/about-page/voice-avator-01@2x.png) center/contain no-repeat;
}

.about--voice-item:nth-child(even):before {
  background-image: url(../../../images/about-page/voice-avator-02@2x.png);
}

.about--voice-item__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 16px;
  margin: 0 0 10px;
}

.about--voice-item__text {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.875;
}

.about--voice-item__small {
  font-size: 14px;
  margin: 8px 0 0;
  margin: 8px 0 0;
}

@media (max-width: 768px) {
  .about--voice-list {
    padding-left: 0;
    padding-top: 50px;
  }
  .about--voice-item {
    padding: 60px var(--padding-layer-1-inline) 30px; /* 上の余白をアバター用に空ける */
    margin-top: 60px;
    text-align: center;
  }
  .about--voice-item::before {
    width: 100px; /* アバター画像を縮小 */
    margin: 0;
    top: -50px; /* ボックスの上に半分出す */
    left: 50%;
    transform: translateX(-50%);
  }
  .about--voice-item__text {
    text-align: left;
  }
  .about--voice-item__title {
    font-size: var(--font-size-ml);
    margin: 0 0 16px;
  }
  .about--voice-item__text {
    font-size: inherit;
    font-weight: normal;
  }
  .about--voice-item__small {
    margin: 12px 0 0;
    font-size: var(--font-size-sm);
  }
}
.about--case__header {
  margin: 0 0 64px;
}

.about--case__contents {
  --mx: calc( 1200px - 1000px );
  margin-inline: calc(var(--mx) / 2 * -1);
}

.about--case__btn__block {
  margin: 64px 0 0;
}

@media (max-width: 1280px) {
  .about--case__contents {
    margin-inline: -2vw;
  }
}
@media (max-width: 1080px) {
  .about--case__contents {
    margin-inline: auto;
  }
}
.about--case__list {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.about--case__item {
  flex: 1 0 0;
  text-align: center;
}
.about--case__item a {
  text-decoration: none;
  color: inherit;
}

.about--case__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 360/200;
  object-fit: contain;
  background: #fff;
  margin: 0 auto;
}

.about--case__txt {
  margin: 12px 0 0;
  font-size: 16px;
  text-align: left;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .about--case__list {
    flex-direction: column;
    gap: 40px;
  }
  .about--case__txt {
    margin: 16px 0 0;
    font-size: inherit;
  }
}
.about--faq__header {
  margin: 0 0 85px;
}

.about--faq__btn__block {
  margin: 85px 0 0;
}

.about--faq__list {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.about--faq__item {
  margin-top: 60px;
}

.about--faq__item:first-child {
  margin-top: 0;
}

.about--faq__question,
.about--faq__answer {
  display: flex;
  gap: 40px;
  align-self: flex-start;
}

.about--faq__answer {
  margin-top: 25px;
}

.about--faq__question-icon,
.about--faq__answer-icon {
  flex: 0 0 auto;
  display: block;
}

.about--faq__question-icon::before,
.about--faq__answer-icon::before {
  content: "";
  width: 60px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: center/auto 30px no-repeat;
}

.about--faq__question-icon::before {
  background-color: #0077b1;
  background-image: url(../../../images/faq/icon-q.png);
}

.about--faq__answer-icon::before {
  background-image: url(../../../images/faq/icon-a.png);
}

.about--faq__question-text,
.about--faq__answer-text {
  flex: 1 0 0;
  padding-top: 12px;
}

.about--faq__question-text {
  font-weight: bold;
}

@media (max-width: 768px) {
  .about--faq__item {
    margin-top: 40px;
  }
  .about--faq__question,
  .about--faq__answer {
    gap: 15px;
  }
  .about--faq__question-icon::before,
  .about--faq__answer-icon::before {
    width: 32px;
    background-size: 16px; /* アイコン背景画像も縮小 */
  }
  .about--faq__question-text,
  .about--faq__answer-text {
    padding-top: 4px; /* アイコンの縮小に合わせて調整 */
  }
  .about--faq__answer {
    margin: 4px 0 0;
  }
}
@media (max-width: 768px) {
  .about--featured__header,
  .about--strengths__header,
  .about--voice__header,
  .about--case__header,
  .about--faq__header {
    margin: 0 0 32px;
  }
  .about--featured__btn__block,
  .about--strengths__btn__block,
  .about--case__btn__block,
  .about--faq__btn__block,
  .about--point-item__btn__block {
    margin: 32px 0 0;
  }
}

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