@charset "UTF-8";
:root {
  color-scheme: light dark;
  --header-height: calc(100vh * 0.1139375);
  --body-height: calc(100vh - var(--header-height));
  --leograph-font-sans-jp: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.6;
  color: #1f2726;
  overflow-x: hidden;
  background: #f3f4f9;
  padding-top: var(--header-height);
}

.js-center-fade,
[data-center-fade] {
  opacity: 0;
  transform: translateY(10px) scale(0.9);
  transform-origin: 50% 50%;
  transition: opacity 0.62s ease, transform 0.62s ease;
  will-change: opacity, transform;
}

.js-center-fade.is-center-fade-in,
[data-center-fade].is-center-fade-in {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* WP投入時でも壊れにくいよう、スコープ先をルートに寄せます */
.leograph-root {
  position: relative;
}

/* 背景を動かすときのフックだけ残す（中身は後で追加） */
.page-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .inner {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .inner {
    padding: 0 40px;
  }
}

.en {
  font-family: Inter !important;
}

.base__title {
  margin-bottom: 4.8rem;
}

.base__sub-text {
  color: #1f2726;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .base__sub-text {
    font-size: 14px;
  }
}

.base__title-text {
  color: #1f2726;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(28px, 22.5454545455px + 0.0151515152 * 100vw, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2.4rem;
  display: inline-block;
}
.base__title-text span {
  background: linear-gradient(180deg, #324e9f 85%, #acb6dc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.base__en-text {
  color: #888;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: 2px;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .base__en-text {
    font-size: 14px;
  }
}

.mv {
  position: relative;
  overflow: hidden;
  z-index: 0;
  isolation: isolate;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .mv {
    align-items: flex-start;
    overflow: visible;
  }
}
.mv .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .mv .inner {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
}

body.front-page .mv {
  min-height: var(--body-height);
  height: var(--body-height);
}
@media screen and (max-width: 767px) {
  body.front-page .mv {
    min-height: var(--body-height);
    height: auto;
    overflow: visible;
  }
}
body.front-page .mv__content {
  width: min(620px, 52%);
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  body.front-page .mv__content {
    width: 100%;
  }
}
body.front-page .mv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0.95;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
body.front-page .mv__logo {
  width: min(532px, 70vw);
  position: absolute;
  left: 76%;
  top: 54%;
  display: grid;
  place-items: center;
  will-change: transform;
}
body.front-page .mv__logo svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
body.front-page .mv__logo path {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  body.front-page .mv__logo {
    position: relative;
    left: auto;
    top: auto;
    width: min(280px, 68vw);
    margin: 0.35rem auto 1.75rem;
  }
}
body.front-page .mv__info {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
body.front-page .mv__info .date {
  color: #888;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
body.front-page .mv__info .title {
  color: #1f2726;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(16px, 15.4545454545px + 0.0015151515 * 100vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.9px;
}
body.front-page .mv__info .mv__info-news,
body.front-page .mv__info .mv__info-blog {
  display: flex;
  padding: 20px 28px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 24px 0;
  border: 1px solid #fff;
  background: linear-gradient(93deg, rgba(255, 255, 255, 0.5) 2.5%, rgba(243, 244, 249, 0.5) 52.3%, rgba(255, 255, 255, 0.5) 98.42%);
  padding-right: clamp(40px, 20.3636363636px + 0.0545454545 * 100vw, 112px);
  position: relative;
}
body.front-page .mv__info .mv__info-news:before,
body.front-page .mv__info .mv__info-blog:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: clamp(20px, 17.8181818182px + 0.0060606061 * 100vw, 28px);
  width: clamp(20px, 17.8181818182px + 0.0060606061 * 100vw, 28px);
  height: clamp(20px, 17.8181818182px + 0.0060606061 * 100vw, 28px);
  background: url("../img/arrow.svg") no-repeat center center;
}

.ourvision {
  position: relative;
  border-radius: clamp(80px, 69.0909090909px + 0.0303030303 * 100vw, 120px);
  overflow: visible;
  isolation: isolate;
  height: var(--body-height);
  scroll-margin-top: var(--header-height);
  /* MV の .next-block はここだけ（pin 対象の section 本体とは分離して opacity 競合を防ぐ） */
}
.ourvision__handoff {
  position: relative;
  border-radius: inherit;
  padding: clamp(64px, 57.4545454545px + 0.0181818182 * 100vw, 88px) clamp(16px, -3.6363636364px + 0.0545454545 * 100vw, 88px);
}
@media screen and (max-width: 767px) {
  .ourvision__handoff {
    padding: 4.8rem 1.6rem 1.6rem;
  }
}
.ourvision__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background: url("../img/gray-bg.webp");
  background-size: 80px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.ourvision .inner {
  display: flex;
  align-items: center;
  overflow: visible;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .ourvision .inner {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.ourvision .ourvision__content {
  width: 50%;
  position: relative;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .ourvision .ourvision__content {
    width: 100%;
  }
}
.ourvision .ourvision__img {
  width: 50%;
  position: relative;
  overflow: visible;
  z-index: 1;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .ourvision .ourvision__img {
    width: 56%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.8rem;
  }
}
.ourvision .ourvision__img svg {
  overflow: visible;
  display: block;
}
@media screen and (max-width: 767px) {
  .ourvision .ourvision__img svg {
    width: 100%;
    height: auto;
  }
}
.ourvision .base__title {
  margin-bottom: 3.2rem;
}
.ourvision .base__title-text {
  font-size: clamp(24px, 19.6363636364px + 0.0121212121 * 100vw, 40px);
  margin-bottom: 0;
}
.ourvision p {
  color: #1f2726;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
  margin-bottom: 5.2rem;
}
@media screen and (max-width: 767px) {
  .ourvision p {
    margin-bottom: 2.4rem;
  }
}

.btn-area {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.btn-area .btn-blue {
  display: flex;
  width: clamp(280px, 258.1818181818px + 0.0606060606 * 100vw, 360px);
  height: 76px;
  padding: 25px 14px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 12px;
  background: #324e9f;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(16px, 15.4545454545px + 0.0015151515 * 100vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
}
.btn-area .btn-blue img {
  width: 2.5rem;
}
.btn-area .btn-dark {
  display: flex;
  width: clamp(280px, 258.1818181818px + 0.0606060606 * 100vw, 360px);
  height: 76px;
  padding: 25px 14px;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  background: #1f2726;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(16px, 15.4545454545px + 0.0015151515 * 100vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
}
.btn-area .btn-dark img {
  width: 2.5rem;
}

.services {
  padding: 12rem 0;
  background: url("../img/services-bg.png");
  background-repeat: repeat;
  background-size: 50px;
  padding: 0;
  border-radius: clamp(80px, 69.0909090909px + 0.0303030303 * 100vw, 120px) 0 clamp(80px, 69.0909090909px + 0.0303030303 * 100vw, 120px) 0;
  position: relative;
  /* .box-endless-text の 100vw ブレークアウトを切らない（縦だけ子のはみ出しを抑えたい場合は inner で調整） */
  overflow-x: visible;
  overflow-y: clip;
  /* レイアウト上は1画面分だけ確保（子の積み高さで余計な空白スクロールが出ないように） */
  min-height: var(--body-height);
  height: var(--body-height);
  scroll-margin-top: var(--header-height);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .services {
    /* フォールバック → Chrome 向けに svh（ツールバー動態にあまり引きずられない） */
    min-height: var(--body-height);
    height: var(--body-height);
    /* ピン中のゴムバンド・慣性でズレが蓄積しにくくする */
    overscroll-behavior-y: none;
    touch-action: pan-y;
  }
}
.services > .inner {
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.services .services__content {
  position: relative;
  width: 100%;
  min-width: 0;
  flex: 1;
  min-height: 0;
  /* 各 .box を同じビュー内に重ね、フェードで切り替える */
}
.services .services__content .box {
  position: absolute;
  inset: 0;
  width: 100%;
  min-width: 0;
  min-height: 0;
  height: 100%;
  /* フェード時の visibility 切り替えを避けたうえで、重なり合成のチラつきを抑える */
  will-change: opacity;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 18.1818181818px + 0.0606060606 * 100vw, 120px) 0 clamp(32px, 23.2727272727px + 0.0242424242 * 100vw, 64px);
  box-sizing: border-box;
  /* .box-endless-text が 100vw に張り出すため横はクリップしない */
  overflow-x: visible;
  overflow-y: visible;
}
.services .services__content .box-inner {
  display: flex;
  align-items: center;
  gap: clamp(0px, -19.6363636364px + 0.0545454545 * 100vw, 72px);
  width: 100%;
  min-width: 0;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .services .services__content .box-inner {
    flex-direction: column;
    align-items: center;
  }
}
.services .services__content .box-inner .img {
  width: 50%;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .services .services__content .box-inner .img {
    width: 50%;
  }
}
.services .services__content .box-inner .img img {
  width: 100%;
  height: 100%;
  max-width: 480px;
  object-fit: cover;
}
.services .services__content .box-inner .text {
  width: 50%;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .services .services__content .box-inner .text {
    width: 90%;
  }
}
.services .services__content .box-inner .text h2 {
  color: #fff;
  font-family: Inter;
  font-size: clamp(24px, 19.6363636364px + 0.0121212121 * 100vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
}
.services .services__content .box-inner .text h2 small {
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(14px, 13.4545454545px + 0.0015151515 * 100vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.services .services__content .box-inner .text .text-content {
  padding: clamp(16px, 11.6363636364px + 0.0121212121 * 100vw, 32px) 0 0 clamp(0px, -8.7272727273px + 0.0242424242 * 100vw, 32px);
}
.services .services__content .box-inner .text .text-content p {
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
  margin-bottom: clamp(16px, 11.6363636364px + 0.0121212121 * 100vw, 32px);
}
.services .services__content .box-inner .text .text-content .btn-area .btn-blue {
  background: #fff;
  color: #324e9f;
}
.services .services__content .box .box-endless-text {
  display: block;
  width: 100vw;
  max-width: none;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .services .services__content .box .box-endless-text {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    left: 0;
    right: 0;
  }
}
.services .services__content .box .box-endless-text {
  overflow: hidden;
  white-space: nowrap;
  min-width: 0;
}
.services .services__content .box .box-endless-text__track-wrap {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: services-marquee 16s linear infinite;
}
.services .services__content .box .box-endless-text__track {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-right: 32px;
}
.services .services__content .box .box-endless-text span {
  display: inline-block;
  color: #f3f4f9;
  font-family: Inter;
  font-size: 96px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  opacity: 0.2;
}

/* サービススライド：pin中にビューポート右固定（親のtransformでfixedが壊れないよう body 直下に配置） */
.services__dots {
  position: fixed;
  right: max(24px, env(safe-area-inset-right, 0px));
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.services__dots.services__dots--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.services__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}
.services__dot.is-active {
  background: #fff;
  transform: scale(1.05);
}

@keyframes services-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--marquee-shift, 50%)));
  }
}
.cases {
  padding: 10.4rem 0;
}
.cases .btn-area {
  display: flex;
  width: 100%;
  align-items: flex-end;
  margin-top: 3.6rem;
}

.cases__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0;
  aspect-ratio: 2/1;
  width: 100%;
  align-items: stretch;
  justify-items: stretch;
}

.cases__item:nth-child(1) {
  grid-column: 1;
  grid-row: 1/span 2;
}

.cases__item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.cases__item:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.cases__item:nth-child(n+4) {
  display: none;
}

.cases__item {
  min-width: 0;
  height: 100%;
  min-height: 0;
}

.cases__item > a {
  display: block;
  height: 100%;
}

.cases__item-img {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 48px;
  overflow: hidden;
  background: #e9e9ef;
}
.cases__item-img .cases__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.cases__item-img .cases__img--next {
  z-index: 1;
  opacity: 0;
}
.cases__item-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #1f1f1f;
  opacity: 0.5;
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;
}

.cases__item-text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  width: min(420px, 80%);
  height: 90px;
  background: #ffffff;
  border-radius: 0px 0px 0px 48px;
  padding: 18px 16px 16px 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.cases__item-label {
  color: #b7b7b7;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  flex: 0 0 auto;
}

.cases__item-titleWrap {
  margin-top: 8px;
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
  display: flex;
  align-items: flex-start;
}

.cases__item-titleTrack {
  display: flex;
  width: max-content;
  animation: cases-title-marquee 10s linear infinite;
}

.cases__item-titleText {
  display: inline-block;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(18px, 17.4545454545px + 0.0015151515 * 100vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #111;
  white-space: nowrap;
}

@keyframes cases-title-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cases__item-titleTrack {
    animation: none;
  }
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .cases__list {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    aspect-ratio: auto;
  }
  .cases__item:nth-child(1),
  .cases__item:nth-child(2),
  .cases__item:nth-child(3) {
    grid-column: 1;
    grid-row: auto;
  }
  .cases__item:nth-child(1) .cases__item-img {
    aspect-ratio: 1/1;
  }
  .cases__item:nth-child(2) .cases__item-img,
  .cases__item:nth-child(3) .cases__item-img {
    aspect-ratio: 2/1;
  }
}
.ourmember {
  padding-bottom: 10.4rem;
}
.ourmember .inner {
  display: flex;
  gap: 4rem;
  overflow: visible;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .ourmember .inner {
    flex-direction: column;
  }
}
.ourmember .base__title {
  margin-bottom: 3.2rem;
}
.ourmember .base__title span {
  margin-bottom: 0;
}
.ourmember p {
  margin-bottom: 4.8rem;
  color: #1f2726;
}
.ourmember .ourmember__content {
  width: 436px;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .ourmember .ourmember__content {
    width: 100%;
  }
}
.ourmember .ouermember__slider {
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .ourmember .ouermember__slider {
    margin-right: 0;
  }
}
.ourmember .ouermember__slider {
  position: relative;
}
.ourmember .ouermember__slider::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background: linear-gradient(90deg, #f3f4f9 0%, rgba(243, 244, 249, 0) 100%);
  pointer-events: none;
  z-index: 3;
}
.ourmember .ouermember__list {
  width: max-content;
  min-width: 100%;
  display: flex;
  gap: 8px;
  padding-left: 40px;
  box-sizing: border-box;
  will-change: transform;
}
.ourmember .ouermember__list .ouermember__item {
  flex: 0 0 auto;
  width: clamp(200px, 162.131px + 0.1051916667 * 100vw, 338.853px);
  aspect-ratio: 338.853/517.566;
  border-radius: 48px;
  overflow: hidden;
  display: block;
  position: relative;
}
.ourmember .ouermember__list .ouermember__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

section.blog {
  background: url(../img/blue-bg.png);
  background-repeat: repeat;
  background-size: 100px;
  overflow: hidden;
  border-radius: clamp(80px, 69.0909090909px + 0.0303030303 * 100vw, 120px);
  padding: clamp(48px, 32.7272727273px + 0.0424242424 * 100vw, 104px) clamp(16px, -8px + 0.0666666667 * 100vw, 104px);
}
section.blog .base__sub-text,
section.blog .base__title-text {
  color: #fff;
  margin-bottom: 0;
}
section.blog .base__title {
  margin-bottom: 0;
}
section.blog .blog__content {
  display: flex;
  gap: 7.2rem;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  section.blog .blog__content {
    flex-direction: column;
  }
}
section.blog .blog__content .title {
  width: calc(100% - 440px);
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  section.blog .blog__content .title {
    width: 100%;
  }
}
section.blog .blog__content .banner {
  width: 440px;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  section.blog .blog__content .banner {
    width: 100%;
  }
}
section.blog .blog__content .banner a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
@media (hover: hover) {
  section.blog .blog__content .banner a:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(31, 39, 38, 0.18);
  }
}
@media (prefers-reduced-motion: reduce) {
  section.blog .blog__content .banner a {
    transition: none;
  }
  section.blog .blog__content .banner a:hover {
    transform: none;
  }
}
section.blog .blog__content .banner img {
  width: 100%;
  display: block;
  transition: transform 0.45s ease;
}
@media (prefers-reduced-motion: reduce) {
  section.blog .blog__content .banner img {
    transition: none;
  }
}
@media (hover: hover) {
  section.blog .blog__content .banner a:hover img {
    transform: scale(1.04);
  }
}
section.blog .blog__content p {
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
}
section.blog .blog__slider {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  width: max-content;
  min-width: 100%;
  margin-top: 4rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  will-change: transform;
}
section.blog .blog__slider-item {
  flex: 0 0 auto;
  width: clamp(280px, 236.3636363636px + 0.1212121212 * 100vw, 440px);
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 48px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
section.blog .blog__slider-item:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #1f1f1f;
  opacity: 0.3;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}
section.blog .blog__slider-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  transition: transform 0.5s ease;
}
section.blog .blog__slider-item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 24px;
  gap: 16px;
  border-radius: 0 0 48px 48px;
  background: #fff;
  width: 100%;
  height: 90px;
}
section.blog .blog__slider-item .text .date {
  color: #888;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
section.blog .blog__slider-item .text h3 {
  color: #1f2726;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.9px;
  transition: color 0.28s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}
@media (hover: hover) {
  section.blog .blog__slider-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(50, 78, 159, 0.22);
  }
  section.blog .blog__slider-item:hover img {
    transform: scale(1.08);
  }
  section.blog .blog__slider-item:hover:before {
    opacity: 0.42;
  }
  section.blog .blog__slider-item:hover .text h3 {
    color: #324e9f;
  }
}
@media (prefers-reduced-motion: reduce) {
  section.blog .blog__slider-item {
    transition: none;
  }
  section.blog .blog__slider-item img {
    transition-duration: 0.01ms;
  }
  section.blog .blog__slider-item:hover {
    transform: none;
  }
  section.blog .blog__slider-item:hover img {
    transform: none;
  }
}

.recruit {
  padding: 10.4rem 0;
}
.recruit .inner {
  display: flex;
  gap: 8rem;
  align-items: stretch;
  overflow: visible;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .recruit .inner {
    flex-direction: column;
  }
}
.recruit .recruit__content {
  width: 436px;
  flex: 0 0 auto;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .recruit .recruit__content {
    width: 100%;
  }
}
.recruit .recruit__image {
  flex: 1 1 auto;
  min-width: 0;
  border-radius: clamp(60px, 43.6363636364px + 0.0454545455 * 100vw, 120px) 0 0 clamp(60px, 43.6363636364px + 0.0454545455 * 100vw, 120px);
  height: clamp(240px, 186px + 0.15 * 100vw, 438px);
  overflow: hidden;
  position: relative;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .recruit .recruit__image {
    margin-right: 0;
    margin-left: 10%;
    width: 90%;
  }
}
.recruit .recruit__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.recruit .base__title {
  margin-bottom: 3.2rem;
}
.recruit .base__title span {
  margin-bottom: 0;
}
.recruit p {
  margin-bottom: 4.8rem;
  color: #1f2726;
}

.header {
  box-sizing: border-box;
  padding: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: var(--header-height);
  min-height: var(--header-height);
}
.header .logo {
  width: clamp(180px, 152.7272727273px + 0.0757575758 * 100vw, 280px);
  display: block;
}
.header .logo img {
  width: 100%;
}
.header .nav {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
.header .nav .nav__list {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  color: #1f2726;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.header .nav .nav__list a {
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .header .nav .nav__list {
    display: none;
  }
}
.header .nav .humberger-btn {
  display: block;
  width: clamp(48px, 43.6363636364px + 0.0121212121 * 100vw, 64px);
  height: clamp(48px, 43.6363636364px + 0.0121212121 * 100vw, 64px);
  padding: 0;
  border-radius: 32px;
  background: #1f2726;
  position: relative;
  cursor: pointer;
}
.header .nav .humberger-btn span {
  display: block;
  position: absolute;
  left: 50%;
  background: #fff;
  width: clamp(24px, 21.8181818182px + 0.0060606061 * 100vw, 32px);
  height: 2px;
  border-radius: 999px;
  transform: translateX(-50%);
  transition: transform 0.28s ease, opacity 0.2s ease;
  transform-origin: 50% 50%;
}
.header .nav .humberger-btn span:nth-child(1) {
  top: clamp(14px, 11.8181818182px + 0.0060606061 * 100vw, 22px);
}
.header .nav .humberger-btn span:nth-child(2) {
  top: clamp(23px, 20.8181818182px + 0.0060606061 * 100vw, 31px);
}
.header .nav .humberger-btn span:nth-child(3) {
  top: clamp(32px, 29.8181818182px + 0.0060606061 * 100vw, 40px);
}

.single-services .header {
  background: #fff;
}

.header.hidden {
  display: none;
}

@media screen and (min-width: 360px) and (max-width: 768px) {
  .header .nav {
    gap: 1.2rem;
  }
  .header .nav .nav__list,
  .header .nav .header-btn {
    display: none;
  }
}
body.is-menu-open {
  overflow: hidden;
}

.header-menu {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}
.header-menu__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 49, 110, 0.99);
}
.header-menu__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 4.8rem 0 6.4rem;
  color: #fff;
}
.header-menu .inner {
  position: relative;
}
.header-menu__cta {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .header-menu__cta {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.header-menu__cta-item {
  border: 1px solid rgba(255, 255, 255, 0.45);
  padding: 1rem 5.6rem 1.4rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  position: relative;
}
.header-menu__cta-item::after {
  content: "";
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url("../img/arrow-white.svg") no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
.header-menu__cta-item small {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  opacity: 0.85;
}
.header-menu__cta-item span {
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.8px;
}
.header-menu__nav {
  margin-top: 2.6rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.header-menu__group {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  padding-top: 2.4rem;
}
.header-menu__group ul {
  margin-top: 0.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.header-menu__group li a {
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.8px;
  padding-left: 1.6rem;
  position: relative;
}
.header-menu__group li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background: currentColor;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-menu__title {
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.8px;
  display: inline-block;
  margin-bottom: 0.8rem;
}
.header-menu__services {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 3rem;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .header-menu__services {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
.header-menu__services h4 {
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.8px;
  margin-bottom: 0.4rem;
}

body.is-menu-open .header-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.is-menu-open .header {
  z-index: 10002;
}

body.is-menu-open .header .logo,
body.is-menu-open .header .nav__list,
body.is-menu-open .header .header-btn {
  visibility: hidden;
  pointer-events: none;
}

body.is-menu-open .humberger-btn {
  position: fixed;
  z-index: 10002;
  background: transparent !important;
  border: 1px solid #fff;
  pointer-events: auto;
}

body.is-menu-open .humberger-btn span:nth-child(1) {
  transform: translateX(-50%) translateY(9px) rotate(45deg);
}

body.is-menu-open .humberger-btn span:nth-child(2) {
  opacity: 0;
}

body.is-menu-open .humberger-btn span:nth-child(3) {
  transform: translateX(-50%) translateY(-9px) rotate(-45deg);
}

.footer {
  margin-top: 10.4rem;
  position: relative;
  padding: 8rem 0 0;
}
.footer__logoarea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.2rem;
}
.footer__logoarea .logo {
  width: clamp(180px, 139.0909090909px + 0.1136363636 * 100vw, 330px);
}
.footer:before {
  content: "";
  position: absolute;
  top: -10.4rem;
  left: 0;
  width: 100%;
  height: 10.4rem;
  z-index: -1;
  background: linear-gradient(180deg, rgba(243, 244, 249, 0) 0%, #dee0ea 100%);
}
.footer__nav {
  margin-top: 5.6rem;
  padding-top: 3.2rem;
  border-top: 1px dashed rgba(50, 78, 159, 0.28);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4.8rem;
  color: #1f2726;
  margin-bottom: 5.6rem;
}
.footer__nav-col {
  width: max-content;
  min-width: max-content;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.footer__nav-home {
  color: #1f2726;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.8px;
  white-space: nowrap;
}
.footer__nav-group h3 {
  color: #1f2726;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.8px;
  margin-bottom: 0.8rem;
  white-space: nowrap;
}
.footer__nav-group ul {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.footer__nav-group li a {
  color: #1f2726;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(14px, 13.4545454545px + 0.0015151515 * 100vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.8px;
  position: relative;
  padding-left: 1.6rem;
  white-space: nowrap;
}
.footer__nav-group li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
}
.footer__info {
  background: #1f2726;
  width: 100%;
  height: 106.335px;
  display: flex;
  align-items: center;
}
.footer__info .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .footer__info .inner {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1.8rem;
  }
}
.footer__info .inner p {
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(14px, 13.4545454545px + 0.0015151515 * 100vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
}
.footer__info .inner p.copyright {
  font-family: Inter;
}
.footer__info .inner a {
  color: #fff;
}

@media screen and (min-width: 360px) and (max-width: 768px) {
  .footer__nav {
    flex-direction: column;
    align-items: stretch;
    gap: 2.4rem;
  }
  .footer__nav-col {
    width: 100%;
    min-width: 0;
    gap: 2rem;
  }
  .footer__nav-home, .footer__nav-group h3, .footer__nav-group li a {
    white-space: normal;
  }
}
.header-btn {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .header-btn {
    flex-direction: column;
  }
}
.header-btn a {
  display: flex;
  width: 180px;
  height: 56px;
  padding: 16px 12px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #1f2726;
  color: #fff;
}

.single .mv {
  width: 100%;
  height: 62.5vh;
  position: relative;
  background: url(../img/service-bg.webp) no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  overflow: visible;
}
.single .mv:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.8;
  background: linear-gradient(90deg, #3d59a9 0%, #182343 100%);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .single .mv {
    min-height: auto;
  }
}
.single .mv > .inner {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
  padding-top: 64px;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .single .mv > .inner {
    flex-direction: column;
  }
}
.single .mv h1 {
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(24px, 19.6363636364px + 0.0121212121 * 100vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 60px */
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .single .mv h1 {
    font-size: 24px;
  }
}

/* 下層MV内パンくず（WP実装時は the_breadcrumb 等で同構造に差し替え） */
.mv-breadcrumb {
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 3.75vw;
}
.mv-breadcrumb__inner.inner {
  display: block;
  width: 100%;
}
.mv-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0.85rem 0;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .mv-breadcrumb__list {
    padding: 0.65rem 0;
    gap: 0.25rem 0.15rem;
  }
}
.mv-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .mv-breadcrumb__item {
    gap: 0.35rem;
  }
}
.mv-breadcrumb__sep {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}
.mv-breadcrumb__sep svg {
  display: block;
}
.mv-breadcrumb a, .mv-breadcrumb__current {
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(12px, 11.4545454545px + 0.0015151515 * 100vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
}
@media (hover: hover) {
  .mv-breadcrumb a:hover {
    text-decoration: underline;
  }
}

.single .mv-breadcrumb a,
.single .mv-breadcrumb__item {
  color: #fff;
}

body.single-topics .mv > .inner,
body.single-cases .mv > .inner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.archive-item .mv-breadcrumb a,
.archive-item .mv-breadcrumb__current,
.archive-item .mv-breadcrumb__item {
  color: #1f2726;
}

.single-item__contents {
  border-radius: clamp(60px, 43.6363636364px + 0.0454545455 * 100vw, 120px);
  background: #fff;
  padding: clamp(40px, 26.9090909091px + 0.0363636364 * 100vw, 88px) clamp(16px, -44px + 0.1666666667 * 100vw, 236px);
  gap: 10px;
  margin-top: -200px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.single-item__contents-inner {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 48px;
  border-bottom: 1px solid #cbd0e0;
}
.single-item__contents-inner .thumbnail {
  width: 100%;
  aspect-ratio: 720/440;
  position: relative;
  overflow: hidden;
  border-radius: 48px;
}
.single-item__contents-inner .thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-item__contents-inner h2 {
  color: #324e9f;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(20px, 16.7272727273px + 0.0090909091 * 100vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
}
.single-item__contents-inner p {
  color: #1f2726;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(14px, 13.4545454545px + 0.0015151515 * 100vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
}
.single-item__contents-inner h3 {
  color: #324e9f;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(18px, 16.3636363636px + 0.0045454545 * 100vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}
.single-item__contents-inner h4 {
  color: #1f2726;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(18px, 16.3636363636px + 0.0045454545 * 100vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}
.single-item__contents-inner th {
  border: 1px solid #cbd0e0;
  background: #ebedf5;
  width: 240px;
  padding: 8px 16px;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .single-item__contents-inner th {
    width: auto;
  }
}
.single-item__contents-inner td {
  border: 1px solid #cbd0e0;
  background: #fff;
  display: flex;
  padding: 8px 16px;
}
.single-item__contents-inner {
  /* SP：横スクロール + scroll-hint（.js-scroll-hint は app.js で table 外に付与） */
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .single-item__contents-inner .single-item__table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }
  .single-item__contents-inner .single-item__table-scroll table {
    width: max-content;
    max-width: none;
    min-width: 100%;
  }
}

.archive-item {
  width: 100%;
  margin-bottom: 64px;
}
.archive-item .mv-breadcrumb {
  margin-bottom: 3.75vw;
}
.archive-item .base__title-text {
  margin-bottom: 0;
}
.archive-item__mv {
  margin-bottom: 48px;
}
.archive-item__mv p {
  color: #1f2726;
}
.archive-item__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 48px;
}
@media screen and (max-width: 767px) {
  .archive-item__list {
    grid-template-columns: 1fr;
  }
}
.archive-item__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
.archive-item__card-link {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-decoration: none;
  color: inherit;
}
.archive-item__card-link .archive-item__thumb::before,
.archive-item__card-link .archive-item__thumb::after {
  transition: opacity 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .archive-item__card-link .archive-item__thumb::before,
  .archive-item__card-link .archive-item__thumb::after {
    transition-duration: 0.01ms;
  }
}
@media (hover: hover) {
  .archive-item__card-link:hover .archive-item__thumb::after,
  .archive-item__card-link:hover .archive-item__thumb::before {
    opacity: 0;
  }
  .archive-item__card-link:hover .archive-item__title {
    text-decoration: underline;
  }
}
.archive-item__card-link:focus-visible .archive-item__thumb::after, .archive-item__card-link:focus-visible .archive-item__thumb::before {
  opacity: 0;
}
.archive-item__thumb {
  position: relative;
  isolation: isolate;
  width: 100%;
  border-radius: 48px;
  overflow: hidden;
  aspect-ratio: 384/264;
}
.archive-item__thumb img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.archive-item__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  opacity: 1;
  background: rgba(31, 31, 31, 0.5);
}
.archive-item__thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.4;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 88px 88px;
}
@media (prefers-reduced-motion: reduce) {
  .archive-item__thumb::before {
    opacity: 0.12;
  }
}
.archive-item__meta {
  color: #888;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  margin-bottom: 16px;
}
.archive-item__title {
  color: #1f2726;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.9px;
}
.archive-item .archive-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.archive-item .archive-pagination__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.archive-item .archive-pagination__item {
  margin: 0;
  padding: 0;
}
.archive-item .archive-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #3d59a9;
  background: transparent;
  color: #3d59a9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}
.archive-item .archive-pagination__link svg {
  display: block;
  width: 15px;
  height: 8px;
}
@media (prefers-reduced-motion: reduce) {
  .archive-item .archive-pagination__link {
    transition-duration: 0.01ms;
  }
  .archive-item .archive-pagination__link:hover, .archive-item .archive-pagination__link:active {
    transform: none;
  }
}
.archive-item .archive-pagination__link--current {
  background: #3d59a9;
  color: #fff;
  border-color: #3d59a9;
}
@media (hover: hover) {
  .archive-item .archive-pagination__link:hover:not(.archive-pagination__link--current) {
    background: rgba(61, 89, 169, 0.12);
    transform: scale(1.08);
    box-shadow: 0 2px 10px rgba(61, 89, 169, 0.18);
  }
  .archive-item .archive-pagination__link:active:not(.archive-pagination__link--current) {
    transform: scale(1.02);
    transition-duration: 0.1s;
  }
  .archive-item .archive-pagination__link.archive-pagination__link--current:hover {
    filter: brightness(1.12);
    box-shadow: 0 2px 12px rgba(61, 89, 169, 0.35);
  }
}

.single-item__aside {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .single-item__aside {
    flex-direction: column;
  }
}
.single-item__aside.archive-item__aside {
  width: 365px;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 40px;
  align-self: flex-start;
}
.single-item__aside.archive-item__aside .single-item__aside-link a {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-item__aside.archive-item__aside {
    position: sticky;
    top: max(1.6rem, env(safe-area-inset-top, 0px));
    max-height: calc(100vh - 5rem);
    max-height: calc(100dvh - 5rem);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  .single-item__aside.archive-item__aside {
    position: static;
    max-height: none;
    overflow: visible;
    width: 100%;
  }
}
.single-item__aside-line {
  flex: 0 0 auto;
  width: 1px;
  align-self: stretch;
  background: #cbd0e0;
}
.single-item__aside-link .btn-area a {
  width: 320px;
}

.single-item__aside-tag h3 {
  margin-bottom: 24px;
  color: #1f2726;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}

.single-item__aside-cases {
  flex: 1 1 auto;
  min-width: 0;
}
.single-item__aside-cases h2 {
  margin-bottom: 24px;
  color: #1f2726;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.single-item__case-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .single-item__case-category-list {
    flex-direction: column;
  }
}

.single-item__case-category-link {
  flex: 0 0 calc((100% - 32px) / 3);
  max-width: calc((100% - 32px) / 3);
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 20px 16px;
  border-radius: 24px;
  background: #eceef6;
  color: #324e9f;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: filter 0.2s ease, transform 0.2s ease;
}
@media (hover: hover) {
  .single-item__case-category-link:hover {
    filter: brightness(1.03);
    transform: translateY(-2px);
  }
}
@media screen and (max-width: 767px) {
  .single-item__case-category-link {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}

.single-item__case-category-name {
  color: #324e9f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 13.4545454545px + 0.0015151515 * 100vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.single-item__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-item__tag-item {
  margin: 0;
  padding: 0;
}

.single-item__tag-item a {
  display: flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  border: 1px solid #3d59a9;
  background: #f3f4f9;
  color: #3d59a9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.7px;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}
@media (prefers-reduced-motion: reduce) {
  .single-item__tag-item a {
    transition-duration: 0.01ms;
  }
  .single-item__tag-item a:hover, .single-item__tag-item a:active {
    transform: none;
  }
}
@media (hover: hover) {
  .single-item__tag-item a:hover {
    background: rgba(61, 89, 169, 0.14);
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 3px 12px rgba(61, 89, 169, 0.2);
  }
  .single-item__tag-item a:active {
    transform: translateY(0) scale(1.01);
    transition-duration: 0.1s;
  }
}

.archive-service .archive-service__mv .inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 64px;
  min-width: 0;
}

body.archive-document .archive-item {
  min-width: 0;
  max-width: 100%;
}
body.archive-document .document-archive__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
  list-style: none;
  margin-left: 0;
  padding: 0;
}
body.archive-document .document-archive__filters > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.archive-document .document-archive__filter-btn {
  display: flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  border: 1px solid #3d59a9;
  background: #f3f4f9;
  color: #3d59a9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.7px;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}
@media (prefers-reduced-motion: reduce) {
  body.archive-document .document-archive__filter-btn {
    transition-duration: 0.01ms;
  }
  body.archive-document .document-archive__filter-btn:hover, body.archive-document .document-archive__filter-btn:active {
    transform: none;
  }
}
@media (hover: hover) {
  body.archive-document .document-archive__filter-btn:hover:not(.is-active) {
    background: rgba(61, 89, 169, 0.14);
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 3px 12px rgba(61, 89, 169, 0.2);
  }
  body.archive-document .document-archive__filter-btn:active:not(.is-active) {
    transform: translateY(0) scale(1.01);
    transition-duration: 0.1s;
  }
}
body.archive-document .document-archive__filter-btn.is-active {
  background: #3d59a9;
  color: #fff;
  border-color: #3d59a9;
  box-shadow: 0 2px 10px rgba(61, 89, 169, 0.25);
}
@media (hover: hover) {
  body.archive-document .document-archive__filter-btn.is-active:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
  }
}
body.archive-document .document-archive__filter-btn:focus-visible {
  outline: 2px solid #3d59a9;
  outline-offset: 3px;
}
body.archive-document .document-archive__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 48px;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.archive-document .document-archive__list > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  body.archive-document .document-archive__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  body.archive-document .document-archive__list {
    grid-template-columns: 1fr;
  }
}
body.archive-document .document-archive__card {
  min-width: 0;
}
body.archive-document .document-archive__card.is-hidden {
  display: none !important;
}
body.archive-document .document-archive__card-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  min-width: 0;
}
body.archive-document .document-archive__card-link {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}
body.archive-document .document-archive__card-link:focus-visible {
  outline: 2px solid #3d59a9;
  outline-offset: 4px;
  border-radius: 4px;
}
body.archive-document .document-archive__card-link:focus-visible .archive-item__thumb::after,
body.archive-document .document-archive__card-link:focus-visible .archive-item__thumb::before {
  opacity: 0;
}
body.archive-document .document-archive__card-link .archive-item__thumb {
  min-width: 0;
}
body.archive-document .document-archive__card-link .archive-item__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.archive-document .document-archive__category-pill {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  border: 1px solid #3d59a9;
  background: #f3f4f9;
  color: #3d59a9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.7px;
  box-sizing: border-box;
  margin: 0 0 16px;
}
body.archive-document .document-archive__card-link .archive-item__title {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
body.archive-document .document-archive__desc {
  margin: 0;
  margin-top: 16px;
  color: #5a6362;
  font-size: 15px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media (hover: hover) {
  body.archive-document .document-archive__card-link:hover .archive-item__thumb::after,
  body.archive-document .document-archive__card-link:hover .archive-item__thumb::before {
    opacity: 0;
  }
  body.archive-document .document-archive__card-link:hover .archive-item__title {
    text-decoration-thickness: 2px;
  }
}

.page .mv {
  width: 100%;
  position: relative;
  min-height: 315px;
  height: auto;
  padding: clamp(2.4rem, 5vw, 4.8rem) 0;
  background: url(../img/service-bg.webp) no-repeat center center;
  background-size: cover;
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .page .mv {
    height: auto;
    min-height: 315px;
    align-items: center;
  }
}
.page .mv:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.8;
  background: linear-gradient(90deg, #3d59a9 0%, #182343 100%);
  width: 100%;
  height: 100%;
}
.page .mv .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}
.page .mv .inner h1 {
  margin-bottom: 16px;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(24px, 19.6363636364px + 0.0121212121 * 100vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.page .mv .inner h1 .base__sub-text {
  color: #fff;
}
.page .mv .inner p {
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
}
.page .mv .inner .mv-breadcrumb__item {
  color: #fff;
}
.page .mv .mv-breadcrumb {
  margin-bottom: 3.75vw;
}
.page .page-col-2 .inner {
  display: flex;
  gap: 44px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .page .page-col-2 .inner {
    flex-direction: column;
  }
}
.page .page-col-2 .inner .page-col-2__main {
  width: 100%;
}
.page .page-col-2 .inner .page-col-2__aside {
  width: 365px;
  flex: 0 0 auto;
  align-self: flex-start;
}
@media screen and (min-width: 768px) {
  .page .page-col-2 .inner .page-col-2__aside {
    position: sticky;
    top: max(1.6rem, env(safe-area-inset-top, 0px));
    max-height: calc(100vh - 5rem);
    max-height: calc(100dvh - 5rem);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  .page .page-col-2 .inner .page-col-2__aside {
    position: static;
    max-height: none;
    overflow: visible;
    width: 100%;
  }
}
.page .company-about__list {
  margin: 0;
}
.page .company-about__row {
  display: grid;
  grid-template-columns: 228px minmax(0, 1fr);
  column-gap: 0;
  align-items: stretch;
  margin: 0;
}
.page .company-about__label {
  grid-column: 1;
  margin: 0;
  padding: 0;
  color: #1f2726;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  border-bottom: 2px solid #3d59a9;
  padding: 16px 0;
}
.page .company-about__value {
  grid-column: 2;
  margin: 0;
  padding: 0;
  min-width: 0;
  color: #1f2726;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  border-bottom: 1px solid #3d59a9;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
}
.page .company-about__value p {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.page .company-about__value p:not(:last-child) {
  margin-bottom: 0.35em;
}
.page .company-about__value img {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .page .company-about__row {
    grid-template-columns: 1fr;
    column-gap: 0;
    gap: 0;
    padding: 16px 0 0;
    border-bottom: 0px;
  }
  .page .company-about__label {
    grid-column: 1;
    width: auto;
    border-bottom: none;
    background: #e2e5ee;
    padding-left: 16px;
  }
  .page .company-about__value {
    grid-column: 1;
    border-bottom: none;
  }
}
.page .company-history {
  --ch-year-w: 140px;
  --ch-axis-w: 56px;
  --ch-gap: 24px;
  --ch-line-w: 3px;
  --ch-dot: 18px;
  position: relative;
  max-width: 100%;
}
.page .company-history__inner {
  position: relative;
}
.page .company-history__line-wrap {
  position: absolute;
  z-index: 0;
  left: calc(var(--ch-year-w) + var(--ch-gap) + var(--ch-axis-w) / 2);
  top: calc(var(--ch-dot) / 2);
  bottom: calc(var(--ch-dot) / 2);
  width: var(--ch-line-w);
  transform: translateX(-50%);
  pointer-events: none;
}
.page .company-history__line-fill {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #3d59a9;
  transform: scaleY(0);
  transform-origin: top center;
  will-change: transform;
}
.leograph--gsap-missing .page .company-history .company-history__line-fill, .leograph--reduced-motion .page .company-history .company-history__line-fill {
  transform: scaleY(1);
}
.page .company-history__list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page .company-history__item {
  display: grid;
  grid-template-columns: var(--ch-year-w) var(--ch-axis-w) minmax(0, 1fr);
  column-gap: var(--ch-gap);
  align-items: start;
  padding-bottom: 48px;
}
.page .company-history__item:last-child {
  padding-bottom: 0;
}
.page .company-history__year {
  margin: 0;
  padding: 0;
  color: #acb6dc;
  font-family: Inter, system-ui, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.page .company-history__axis {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding-top: calc((40px - var(--ch-dot)) / 2);
}
.page .company-history__dot {
  display: block;
  flex-shrink: 0;
  width: var(--ch-dot);
  height: var(--ch-dot);
  border-radius: 50%;
  background: #3d59a9;
}
.page .company-history__panel {
  border-radius: 32px;
  background: #ebedf5;
  padding: 24px 28px;
}
.page .company-history__text p {
  margin: 0;
  color: #1f2726;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 13.4545454545px + 0.0015151515 * 100vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.8px;
}
.page .company-history__text p:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .page .company-history {
    --ch-year-w: 56px;
    --ch-axis-w: 44px;
    --ch-gap: 4px;
    --ch-dot: 16px;
  }
  .page .company-history__year {
    font-size: 20px;
  }
  .page .company-history__panel {
    padding: 16px 12px;
    border-radius: 12px;
  }
  .page .company-history__item {
    padding-bottom: 40px;
  }
  .page .company-history__axis {
    padding-top: 0;
  }
}
.page .company-member {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page .company-member__content {
  display: flex;
  gap: clamp(24px, 19.6363636364px + 0.0121212121 * 100vw, 40px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page .company-member__content {
    flex-direction: column;
  }
}
.page .company-member__content .img {
  flex: 0 0 auto;
  width: clamp(200px, 162.131px + 0.1051916667 * 100vw, 338.853px);
  aspect-ratio: 338.853/517.566;
  border-radius: 48px;
  overflow: hidden;
  display: block;
  position: relative;
}
.page .company-member__content .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.page .company-member__content .text .base__title {
  margin-bottom: 2.4rem;
}
.page .company-member__content .text .base__title-text {
  font-size: clamp(24px, 22.9090909091px + 0.003030303 * 100vw, 28px);
  margin-bottom: 0;
}
.page .company-member__content .text p {
  color: #1f2726;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(14px, 13.4545454545px + 0.0015151515 * 100vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
}
.page .page-col-2__aside .company-link {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.page .page-col-2__aside .company-link .company-link__title h3 {
  color: #1f2726;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  padding-bottom: 1.6rem;
}
.page .page-col-2__aside .company-link .company-link__title {
  border-bottom: 1px solid #cbd0e0;
}
.page .page-col-2__aside .company-link .company-link__list .btn-area {
  gap: 1.6rem;
}
.page .page-col-2__aside .company-link .company-link__list .btn-area a {
  background: transparent;
  color: #1f2726;
  border: 1px solid #324e9f;
  width: 100%;
}
.page .page-col-2__aside .company-link .company-link__list .btn-area a.active {
  opacity: 0.5;
}
.page .company-mvv .img {
  width: 100%;
  aspect-ratio: 794/480;
  border-radius: 48px;
  overflow: hidden;
  position: relative;
}
.page .company-mvv .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page .company-mvv .img {
  margin-bottom: 40px;
}
.page .company-mvv {
  /** .base__title-text は各 h2 内に1つだけなので兄弟セレクタは使えない。2個目の h2.base__title へ余白。 */
}
.page .company-mvv .base__title ~ .base__title {
  padding-top: 32px;
}
.page .company-mvv .base__title-text {
  color: #1f2726;
  font-size: clamp(24px, 19.6363636364px + 0.0121212121 * 100vw, 40px);
  margin-bottom: 0;
}
.page .company-mvv p {
  color: #1f2726;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(14px, 13.4545454545px + 0.0015151515 * 100vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
  margin-bottom: 32px;
}
.page .company-mvv .mvv-value-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 8px;
}
.page .company-mvv .mvv-value-cards__card {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
  column-gap: 28px;
  align-items: stretch;
  padding: 28px 32px;
  border-radius: 32px;
  background: #eceef6;
}
.page .company-mvv .mvv-value-cards__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: clamp(4px, 2.3636363636px + 0.0045454545 * 100vw, 10px);
}
.page .company-mvv .mvv-value-cards__num {
  display: block;
  color: #324e9f;
  text-align: center;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(20px, 18.9090909091px + 0.003030303 * 100vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.page .company-mvv .mvv-value-cards__title {
  margin: 0;
  padding: 0;
  color: #324e9f;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(24px, 21.8181818182px + 0.0060606061 * 100vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.page .company-mvv .mvv-value-cards__en {
  margin: 0;
  padding: 0;
  color: #324e9f;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  opacity: 0.2;
}
.page .company-mvv .mvv-value-cards__body {
  position: relative;
  padding-left: 28px;
  align-self: center;
  min-height: 100%;
}
.page .company-mvv .mvv-value-cards__body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  width: 0;
  border-left: 2px dotted #324e9f;
}
.page .company-mvv .mvv-value-cards__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page .company-mvv .mvv-value-cards__list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.1em;
  color: #1f2726;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 13.4545454545px + 0.0015151515 * 100vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.8px;
}
.page .company-mvv .mvv-value-cards__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.page .company-mvv .mvv-value-cards__list li:not(:last-child) {
  margin-bottom: 0.25em;
}
@media screen and (max-width: 767px) {
  .page .company-mvv .mvv-value-cards__card {
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding: 22px 20px;
  }
  .page .company-mvv .mvv-value-cards__body {
    padding-left: 0;
    padding-top: 20px;
    align-self: stretch;
  }
  .page .company-mvv .mvv-value-cards__body::before {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    border-left: none;
    border-top: 2px dotted #324e9f;
  }
}
.page .company-mvv--index .mvv-value-cards__card {
  display: block;
  padding: 0;
  overflow: hidden;
}
.page .company-mvv--index .mvv-value-cards__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 112px;
  padding: 28px 32px;
  border-radius: 32px;
  background: #eceef6;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
  transition: filter 0.2s ease, transform 0.2s ease;
}
@media (hover: hover) {
  .page .company-mvv--index .mvv-value-cards__link:hover {
    filter: brightness(1.03);
    transform: translateY(-2px);
  }
}
.page .company-mvv--index .mvv-value-cards__head {
  flex: 1 1 auto;
  flex-direction: row;
  justify-content: flex-start;
  text-align: left;
  gap: 16px;
}
.page .company-mvv--index .mvv-value-cards__title {
  text-align: left;
}
.page .company-mvv--index .mvv-value-cards__link-text {
  flex-shrink: 0;
  color: #324e9f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 13.4545454545px + 0.0015151515 * 100vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .page .company-mvv--index .mvv-value-cards__link {
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    padding: 22px 20px;
  }
  .page .company-mvv--index .mvv-value-cards__head {
    align-items: flex-start;
  }
}

.privacy-policy-content {
  padding: clamp(48px, 37.0909090909px + 0.0303030303 * 100vw, 88px) 0 clamp(72px, 58.9090909091px + 0.0363636364 * 100vw, 120px);
}
.privacy-policy-content__body {
  width: min(880px, 100%);
  margin-inline: auto;
  border-radius: 32px;
  background: #fff;
  padding: clamp(32px, 25.4545454545px + 0.0181818182 * 100vw, 56px) clamp(20px, 12.3636363636px + 0.0212121212 * 100vw, 48px);
  color: #1f2726;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 13.4545454545px + 0.0015151515 * 100vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.05em;
}
.privacy-policy-content__body > *:first-child {
  margin-top: 0;
}
.privacy-policy-content__body > *:last-child {
  margin-bottom: 0;
}
.privacy-policy-content h2,
.privacy-policy-content h3,
.privacy-policy-content h4 {
  color: #1f2726;
  font-weight: 700;
  line-height: 150%;
}
.privacy-policy-content h2 {
  margin: 0 0 1em;
  font-size: clamp(22px, 20.3636363636px + 0.0045454545 * 100vw, 28px);
}
.privacy-policy-content h3 {
  margin: 2em 0 0.75em;
  font-size: clamp(18px, 16.9090909091px + 0.003030303 * 100vw, 22px);
}
.privacy-policy-content h4 {
  margin: 1.5em 0 0.5em;
  font-size: clamp(16px, 15.4545454545px + 0.0015151515 * 100vw, 18px);
}
.privacy-policy-content p,
.privacy-policy-content ul,
.privacy-policy-content ol,
.privacy-policy-content table {
  margin: 0 0 1.25em;
}
.privacy-policy-content ul,
.privacy-policy-content ol {
  padding-left: 1.5em;
}
.privacy-policy-content li:not(:last-child) {
  margin-bottom: 0.4em;
}
.privacy-policy-content a {
  color: #324e9f;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.service .mv {
  width: 100%;
  min-height: 561.509px;
  height: auto;
  overflow: visible;
  padding: clamp(2.4rem, 5vw, 4.8rem) 0;
  background: url(../img/service-bg.webp) no-repeat center center;
  background-size: cover;
}
.service .mv .inner {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .service .mv .inner {
    gap: 32px;
  }
}
.service .mv:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.8;
  background: linear-gradient(90deg, #3d59a9 0%, #182343 100%);
  width: 100%;
  height: 100%;
}
.service .mv p {
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(14px, 13.4545454545px + 0.0015151515 * 100vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
  margin-bottom: 24px;
}
.service .mv .mv-breadcrumb {
  margin-bottom: 3.75vw;
}
.service .mv .mv-breadcrumb__item {
  color: #fff;
}
.service .mv .base__title {
  margin-bottom: 8px;
}
.service .mv .base__title .base__sub-text {
  border-radius: 0 24px 24px 0;
  background: #1f2726;
  display: inline-flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 32px */
  letter-spacing: 0.8px;
  margin-bottom: 16px;
}
.service .mv .base__title-text {
  margin-bottom: 0;
  line-height: 1.2;
}
.service .mv .base__title-text span {
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(24px, 19.6363636364px + 0.0121212121 * 100vw, 40px);
  font-style: normal;
  font-weight: 700;
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.service .mv .btn-area .btn-blue {
  border: 1px solid #fff;
}
.service .mv .mv__form {
  width: min(440px, 100%);
  flex-shrink: 0;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .service .mv .mv__form {
    width: 100%;
    max-width: 440px;
    margin-inline: auto;
  }
}
.service .mv {
  /* サービス資料請求マルチステップ（静的HTML／CF7 兼用） */
}
.service .mv .wpcf7 {
  width: 100%;
}
.service .mv .wpcf7-form {
  margin: 0;
}
.service .mv .wpcf7-form .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.service .mv .wpcf7-form .mv-form__field > p,
.service .mv .wpcf7-form .mv-form__select-wrap > p,
.service .mv .wpcf7-form .mv-form__submit-wrap > p,
.service .mv .wpcf7-form .mv-form__check-label > p {
  margin: 0;
}
.service .mv .wpcf7-form .mv-form__body br {
  display: none;
}
.service .mv .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.service .mv .wpcf7-form .mv-form__field--check .wpcf7-form-control-wrap {
  width: auto;
}
.service .mv .wpcf7-form .mv-form__check-label .wpcf7-form-control.wpcf7-acceptance,
.service .mv .wpcf7-form .mv-form__check-label .wpcf7-list-item,
.service .mv .wpcf7-form .mv-form__check-label .wpcf7-list-item label {
  display: inline-flex;
  align-items: flex-start;
  gap: 1rem;
}
.service .mv .wpcf7-form .mv-form__check-label .wpcf7-list-item {
  margin: 0;
}
.service .mv .wpcf7-form .mv-form__check-label .wpcf7-list-item-label {
  display: block;
}
.service .mv .mv-form {
  margin: 0;
}
.service .mv .mv-form .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.service .mv .mv-form__card {
  border-radius: 40px;
  background: #fff;
  padding: clamp(24px, 21.8181818182px + 0.0060606061 * 100vw, 32px) clamp(16px, 12.7272727273px + 0.0090909091 * 100vw, 28px) clamp(24px, 14.1818181818px + 0.0272727273 * 100vw, 60px);
  box-shadow: 0 12px 40px rgba(24, 35, 67, 0.12);
}
.service .mv .mv-form__body {
  position: relative;
  min-height: 12rem;
}
.service .mv .mv-form__step[hidden] {
  display: none !important;
}
.service .mv .mv-form__step.is-active {
  display: block;
}
.service .mv .mv-form__lead {
  margin: 0 0 2rem;
  padding: 0;
  color: #1f2726;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(20px, 18.9090909091px + 0.003030303 * 100vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.service .mv .mv-form__lead-line {
  display: block;
}
.service .mv .mv-form__field {
  margin-bottom: 1.6rem;
}
.service .mv .mv-form__field--check {
  margin-bottom: 2rem;
}
.service .mv .mv-form__field.is-error .mv-form__control {
  border-color: #c62828;
  box-shadow: 0 0 0 1px rgba(198, 40, 40, 0.25);
}
.service .mv .mv-form__label {
  display: block;
  margin-bottom: 12px;
  color: #1f2726;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 13.4545454545px + 0.0015151515 * 100vw, 16px);
  font-weight: 500;
  line-height: 1.5;
}
.service .mv .mv-form__req {
  margin-left: 0.35em;
  color: #c62828;
  font-size: 1.2rem;
  font-weight: 700;
}
.service .mv .mv-form__control {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #d5dae5;
  background: #f4f6f9;
  padding: 1.2rem 1.4rem;
  color: #1f2726;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.service .mv .mv-form__control::placeholder {
  color: #9aa3b2;
}
.service .mv .mv-form__control:focus {
  outline: none;
  border-color: #324e9f;
  box-shadow: 0 0 0 2px rgba(50, 78, 159, 0.2);
}
.service .mv .mv-form__textarea {
  min-height: 14rem;
  resize: vertical;
}
.service .mv .mv-form__select-wrap {
  position: relative;
}
.service .mv .mv-form__select-wrap::after {
  content: "";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-right: 2px solid #324e9f;
  border-bottom: 2px solid #324e9f;
  transform: rotate(45deg);
  pointer-events: none;
  opacity: 0.7;
}
.service .mv .mv-form__select {
  appearance: none;
  padding-right: 3.6rem;
  cursor: pointer;
}
.service .mv .mv-form__check-label {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  cursor: pointer;
  color: #1f2726;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.65;
}
.service .mv .mv-form__check-label input {
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  margin-top: 0.2rem;
  accent-color: #324e9f;
  cursor: pointer;
}
.service .mv .mv-form__inline-link {
  color: #324e9f;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
@media (hover: hover) {
  .service .mv .mv-form__inline-link:hover {
    text-decoration-thickness: 2px;
  }
}
.service .mv .mv-form__pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 1.6rem;
  padding-top: 0.4rem;
}
.service .mv .mv-form__pager--final {
  justify-content: flex-start;
}
.service .mv .mv-form__pager--final .mv-form__btn--back {
  flex: 0 1 auto;
  width: min(220px, 48%);
  max-width: 100%;
}
.service .mv .mv-form__btn {
  flex: 1 1 auto;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 1.6rem;
  border-radius: 12px;
  border: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.15s ease, filter 0.15s ease;
}
@media (hover: hover) {
  .service .mv .mv-form__btn:hover {
    filter: brightness(1.05);
  }
}
.service .mv .mv-form__btn:active {
  transform: scale(0.99);
}
.service .mv .mv-form__btn--back {
  flex: 1 1 45%;
  background: #8a9290;
  color: #fff;
}
.service .mv .mv-form__btn--next {
  flex: 1 1 45%;
  background: #324e9f;
  color: #fff;
}
.service .mv .mv-form__btn[hidden] {
  display: none !important;
}
.service .mv .mv-form__submit-wrap {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.service .mv .mv-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  padding: 1.4rem 2rem 1.4rem 2.4rem;
  border: none;
  border-radius: 999px;
  background: #324e9f;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.15s ease;
}
@media (hover: hover) {
  .service .mv .mv-form__submit:hover {
    filter: brightness(1.06);
  }
}
.service .mv .mv-form__submit:active {
  transform: scale(0.99);
}
.service .mv .mv-form__submit-icon {
  flex-shrink: 0;
  display: flex;
  line-height: 0;
}
.service .mv .mv-form__submit-text {
  text-align: left;
}
.service .reason {
  background: url(../img/reason-bg.webp) repeat center center;
  background-size: 100px;
  padding: clamp(48px, 41.4545454545px + 0.0181818182 * 100vw, 72px) 0 clamp(64px, 55.2727272727px + 0.0242424242 * 100vw, 96px);
  border-radius: 0 0 clamp(64px, 48.7272727273px + 0.0424242424 * 100vw, 120px) clamp(64px, 48.7272727273px + 0.0424242424 * 100vw, 120px);
  width: 100%;
  position: relative;
  z-index: 4;
}
.service .reason .inner {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 19.6363636364px + 0.0121212121 * 100vw, 40px);
}
.service .reason .sub-title h2 {
  margin-bottom: 0;
}
.service .reason {
  /* お悩みカード（PC: 3列グリッド / SP: 横スクロール + scroll-hint） */
}
.service .reason .service-worry-scroll {
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .service .reason .service-worry-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% + 40px);
    scrollbar-width: thin;
  }
}
.service .reason .service-worry-cards {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .service .reason .service-worry-cards {
    display: grid;
    grid-template-columns: repeat(2, 320px);
    gap: clamp(24px, 19.6363636364px + 0.0121212121 * 100vw, 40px);
    justify-content: center;
    align-items: stretch;
  }
}
@media screen and (min-width: 1040px) {
  .service .reason .service-worry-cards {
    display: grid;
    grid-template-columns: repeat(3, 320px);
    gap: clamp(24px, 19.6363636364px + 0.0121212121 * 100vw, 40px);
    justify-content: center;
    align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .service .reason .service-worry-cards {
    display: flex;
    flex-wrap: nowrap;
    gap: clamp(24px, 19.6363636364px + 0.0121212121 * 100vw, 40px);
    width: max-content;
    padding-bottom: 8px;
  }
}
.service .reason .service-worry-card {
  width: 320px;
  flex: 0 0 auto;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service .reason .service-worry-card__head {
  border-radius: 24px 24px 0 0;
  background: #1f2726;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(20px, 18.9090909091px + 0.003030303 * 100vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  padding: 1.6rem 1.2rem;
  box-sizing: border-box;
}
.service .reason .service-worry-card__body {
  padding: 2rem 2rem 2.4rem;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
}
.service .reason .service-worry-card__body p {
  margin: 0;
  width: 100%;
  color: #1f2726;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 13.4545454545px + 0.0015151515 * 100vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.8px;
}
.service .sub-title h2 {
  color: #1f2726;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(24px, 21.8181818182px + 0.0060606061 * 100vw, 32px);
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 48px */
  margin-bottom: clamp(24px, 16.3636363636px + 0.0212121212 * 100vw, 52px);
}
.service .triangle {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service .triangle {
    width: 65%;
    margin: 0 auto;
  }
  .service .triangle svg {
    max-width: 100%;
  }
}
.service .catch {
  color: #1f2726;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(20px, 16.7272727273px + 0.0090909091 * 100vw, 32px);
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 48px */
}
.service .catch strong {
  background: #1f2726;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(32px, 27.6363636364px + 0.0121212121 * 100vw, 48px);
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 72px */
  padding: 0 8px;
}
.service .catch strong span {
  color: #fbff25;
}
.service .cta {
  position: relative;
  overflow: hidden;
  padding: clamp(120px, 87.2727272727px + 0.0909090909 * 100vw, 240px) 0 clamp(56px, 51.6363636364px + 0.0121212121 * 100vw, 72px);
  border-radius: 0 0 clamp(64px, 48.7272727273px + 0.0424242424 * 100vw, 120px) clamp(64px, 48.7272727273px + 0.0424242424 * 100vw, 120px);
  position: relative;
  z-index: 3;
  margin-top: clamp(-80px, -20px + -0.1666666667 * 100vw, -300px);
}
.service .cta.z-index-0 {
  z-index: 1;
}
.service .cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 24, 48, 0.4);
  z-index: 1;
  pointer-events: none;
}
.service .cta > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}
.service .cta > .inner {
  position: relative;
  z-index: 2;
}
.service .cta .cta-title h2 {
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(18px, 14.1818181818px + 0.0106060606 * 100vw, 32px);
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 48px */
}
.service .cta .cta-title h2 span {
  background: #fff;
  color: #1f2726;
}
.service .cta .btn-area {
  flex-direction: row;
  justify-content: center;
  margin-top: clamp(32px, 27.6363636364px + 0.0121212121 * 100vw, 48px);
}
@media screen and (max-width: 767px) {
  .service .cta .btn-area {
    flex-direction: column;
    align-items: center;
  }
}
.service .cta .btn-area a {
  border: 1px solid #fff;
}
.service .service-sticky-scope {
  position: relative;
  z-index: 2;
  margin-top: clamp(-80px, -25.4545454545px + -0.1515151515 * 100vw, -280px);
}
.service {
  /* 下層：本文 / 上層：アンカー（同一セル重ね）→ sticky の親を縦に長くしつつ、見た目は contents 内の元位置 */
}
.service .service-sticky-scope__inner {
  position: relative;
  overflow: visible;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.service .service-sticky-scope__inner > .service-sticky-scope__main,
.service .service-sticky-scope__inner > .service-sticky-scope__nav-layer {
  grid-column: 1;
  grid-row: 1;
}
.service .service-sticky-scope__inner > .service-sticky-scope__main {
  min-width: 0;
}
.service .service-sticky-scope__inner > .service-sticky-scope__nav-layer {
  z-index: 50;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  min-height: 0;
}
.service .service-sticky-scope__inner > .service-sticky-scope__nav-layer .service-sticky-scope__nav-inner {
  pointer-events: none;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.service .service-sticky-scope__nav-inner.inner {
  padding-top: clamp(120px, 87.2727272727px + 0.0909090909 * 100vw, 240px);
  padding-bottom: 0;
}
.service {
  /* 重ねナビぶん、本文の overview 開始位置を従来どおり下へ（ナビ＋下マージン相当） */
}
.service .service-sticky-scope__inner .contents > .inner {
  padding-top: calc(2.875rem + clamp(56px, 49.4545454545px + 0.0181818182 * 100vw, 80px));
}
.service .contents {
  background: url(../img/contents-bg.webp) repeat center center;
  background-size: 100px;
  padding: clamp(120px, 87.2727272727px + 0.0909090909 * 100vw, 240px) 0 clamp(64px, 57.4545454545px + 0.0181818182 * 100vw, 88px);
  border-radius: 0 0 clamp(64px, 48.7272727273px + 0.0424242424 * 100vw, 120px) clamp(64px, 48.7272727273px + 0.0424242424 * 100vw, 120px);
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.service .service-anchor-menu-sticky {
  position: sticky;
  top: 0;
  z-index: 50;
  margin-bottom: clamp(56px, 49.4545454545px + 0.0181818182 * 100vw, 80px);
  padding-top: max(6px, env(safe-area-inset-top, 0px));
  padding-bottom: 10px;
  pointer-events: none;
}
.service .service-anchor-menu-sticky .service-anchor-menu {
  pointer-events: auto;
}
.service .service-anchor-menu {
  width: 100%;
  border-radius: 44px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 20px;
  margin-bottom: 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.service .service-anchor-menu__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.service .service-anchor-menu__item {
  position: relative;
}
.service .service-anchor-menu__item + .service-anchor-menu__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  border-left: 1px dashed rgba(255, 255, 255, 0.45);
}
.service .service-anchor-menu__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 34px;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1px;
  text-decoration: none;
}
.service .service-anchor-menu__link.is-current {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.service .service-anchor-menu.service-anchor-menu--surface {
  border-color: #324e9f;
  background: rgba(255, 255, 255, 0.92);
}
.service .service-anchor-menu.service-anchor-menu--surface .service-anchor-menu__link {
  color: #324e9f;
}
.service .service-anchor-menu.service-anchor-menu--surface .service-anchor-menu__item + .service-anchor-menu__item::before {
  border-left: 1px dashed #324e9f;
}
.service {
  /* アンカージャンプ時：スティッキーナビに見出しが隠れないよう（ネイティブ # スクロールにも有効） */
}
.service #service-overview,
.service #service-features,
.service #service-flow,
.service #service-faq,
.service #service-document-request {
  scroll-margin-top: calc(env(safe-area-inset-top, 0px) + 6rem);
}
@media screen and (max-width: 767px) {
  .service {
    /* アンカー：1行・横スクロール（改行で区切り線がずれる・重なって見えるのを防ぐ） */
  }
  .service .service-anchor-menu-sticky {
    margin-bottom: 28px;
  }
  .service .service-anchor-menu {
    border-radius: 28px;
    padding: 6px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    /* 横スクロールの左右端でラベルが角に張り付いて見切れないよう */
    scroll-padding-inline: 10px;
  }
  .service .service-anchor-menu::-webkit-scrollbar {
    display: none;
  }
  .service #service-overview,
  .service #service-features,
  .service #service-flow,
  .service #service-faq,
  .service #service-document-request {
    scroll-margin-top: calc(env(safe-area-inset-top, 0px) + 4.75rem);
  }
  .service .service-anchor-menu__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    width: max-content;
    min-width: 100%;
    gap: 0;
    padding-inline: 4px;
  }
  .service .service-anchor-menu__item {
    flex: 0 0 auto;
  }
  .service .service-anchor-menu__link {
    font-size: 13px;
    font-weight: 700;
    padding: 10px 10px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  .service .service-anchor-menu__item + .service-anchor-menu__item::before {
    height: 18px;
  }
  .service .service-sticky-scope__inner .contents > .inner {
    padding-top: calc(3.25rem + clamp(48px, 41.4545454545px + 0.0181818182 * 100vw, 72px));
  }
}
.service .service-overview {
  border-radius: 88px;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 56px 54px 64px;
  text-align: center;
}
.service .service-title-blue {
  margin: 0;
  color: #324e9f;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.service .service-overview__lead {
  margin: 24px 0 36px;
  color: #1f2726;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.8px;
}
.service .service-overview__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.service .service-overview__card {
  border-radius: 24px;
  background: #fff;
  padding: 30px 24px 38px;
}
.service .service-overview__point {
  display: inline-block;
  margin-bottom: 4px;
  color: #324e9f;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.service .service-overview__card-title {
  margin: 0 0 16px;
  color: #324e9f;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(20px, 18.9090909091px + 0.003030303 * 100vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.service .service-overview__card-text {
  margin: 0;
  color: #1f2726;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(14px, 13.4545454545px + 0.0015151515 * 100vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.8px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .service .service-overview {
    padding: 40px 28px 48px;
    border-radius: 48px;
  }
  .service .service-title-blue {
    font-size: 28px;
  }
  .service .service-overview__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .service .service-overview {
    padding: 28px 18px 32px;
    border-radius: 28px;
  }
  .service .service-title-blue {
    font-size: 24px;
  }
  .service .service-overview__lead {
    margin: 16px 0 24px;
    font-size: 14px;
  }
  .service .service-overview__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .service .service-overview__card {
    padding: 24px 16px 28px;
  }
}
.service .service-features {
  margin-top: clamp(40px, 33.4545454545px + 0.0181818182 * 100vw, 64px);
  border-radius: 88px;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 56px 54px 64px;
  text-align: center;
}
.service .service-features__lead {
  max-width: 920px;
  margin-inline: auto;
}
.service .service-features__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 0;
  padding: 0;
}
.service .service-features__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  text-align: left;
}
.service .service-features__row--reverse {
  flex-direction: row-reverse;
}
.service .service-features__media {
  flex: 0 0 auto;
  width: 400px;
  max-width: 100%;
  height: 264px;
  border-radius: 20px;
  overflow: hidden;
}
.service .service-features__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service .service-features__body {
  flex: 1 1 auto;
  min-width: 0;
}
.service .service-features__label {
  margin: 0 0 8px;
  color: #324e9f;
  font-family: Inter, sans-serif;
  font-size: clamp(14px, 13.4545454545px + 0.0015151515 * 100vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.service .service-features__subtitle {
  margin: 0;
  color: #324e9f;
  text-align: left;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(20px, 18.9090909091px + 0.003030303 * 100vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.service .service-features__desc {
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .service .service-features {
    padding: 40px 28px 48px;
    border-radius: 48px;
  }
  .service .service-features__row {
    gap: 28px;
  }
  .service .service-features__row--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .service .service-features {
    padding: 28px 18px 32px;
    border-radius: 28px;
    margin-top: 32px;
  }
  .service .service-features__list {
    gap: 32px;
  }
  .service .service-features__row,
  .service .service-features__row--reverse {
    flex-direction: column;
    align-items: stretch;
  }
  .service .service-features__media {
    width: 100%;
    height: auto;
    aspect-ratio: 400/264;
    max-height: none;
  }
  .service .service-features__media img {
    height: 100%;
    min-height: 0;
  }
}
.service .service-flow {
  background: #eaedf4;
  padding: clamp(120px, 87.2727272727px + 0.0909090909 * 100vw, 240px) 0 clamp(64px, 57.4545454545px + 0.0181818182 * 100vw, 88px);
  border-radius: 0 0 clamp(64px, 48.7272727273px + 0.0424242424 * 100vw, 120px) clamp(64px, 48.7272727273px + 0.0424242424 * 100vw, 120px);
  width: 100%;
  position: relative;
  z-index: 0;
  margin-top: clamp(-156px, -122.1818181818px + -0.0939393939 * 100vw, -280px);
}
.service .service-flow__lead {
  max-width: 920px;
  margin-inline: auto;
}
.service {
  /* フェーズ行だけビューポート幅（帯・カードの見た目はそのまま、右端までスクロール領域が届く） */
}
.service .service-flow__phases-outer {
  margin-top: 8px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: env(safe-area-inset-right, 0px);
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .service .service-flow__phases-outer {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service .service-flow__phases-outer {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .service .service-flow__phases-outer {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .service .service-flow__phases-outer {
    padding-left: max(40px, (100vw - 1200px) / 2);
  }
}
.service .service-flow__phases {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 30px;
  width: max-content;
}
.service .service-flow__phase {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: max-content;
}
.service .service-flow__phase-bar {
  margin: 0;
  padding: 14px 32px 14px 16px;
  color: var(--service-flow-phase-bar-color, #324e9f);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
  background: var(--service-flow-phase-bar-bg, #d9deed);
}
.service .service-flow__cards {
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 4px 2px 12px;
  list-style: none;
  width: max-content;
  min-height: stretch;
}
.service .service-flow__card {
  flex: 0 0 248px;
  box-sizing: border-box;
  width: 248px;
  height: auto;
  padding: 20px 18px;
  border-radius: 16px;
  background: #fff;
  text-align: left;
}
.service .service-flow__step-label {
  display: inline-block;
  margin: 0 0 10px;
  color: #324e9f;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.service .service-flow__card-title {
  margin: 0 0 12px;
  color: #324e9f;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.service .service-flow__card-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #1f2726;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.8px;
}
.service .service-flow__card-list li {
  margin: 0;
  padding: 0;
}
.service .service-flow__card-list li:not(:last-child) {
  margin-bottom: 0.35em;
}
@media screen and (max-width: 767px) {
  .service .service-flow {
    padding: clamp(72px, 65.4545454545px + 0.0181818182 * 100vw, 96px) 0 clamp(48px, 43.6363636364px + 0.0121212121 * 100vw, 64px);
    margin-top: clamp(-32px, -8px + -0.0666666667 * 100vw, -120px);
  }
  .service .service-flow__phase-bar {
    font-size: 16px;
    padding: 12px 28px 12px 14px;
  }
  .service .service-flow__card-title {
    font-size: 20px;
  }
}
.service .service-faq {
  --service-faq-label-w: 48px;
  background: #f4f6f9;
  padding: clamp(48px, 39.2727272727px + 0.0242424242 * 100vw, 80px) 0 clamp(56px, 45.0909090909px + 0.0303030303 * 100vw, 96px);
}
.service .service-faq__title {
  margin: 0 0 clamp(28px, 24.7272727273px + 0.0090909091 * 100vw, 40px);
}
.service .service-faq__list {
  margin: 0;
  border-top: 1px solid #d5dae5;
}
.service .service-faq__item {
  border-bottom: 1px solid #d5dae5;
}
.service .service-faq__summary {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: clamp(20px, 17.8181818182px + 0.0060606061 * 100vw, 28px) 0;
  cursor: pointer;
  list-style: none;
}
.service .service-faq__summary::-webkit-details-marker {
  display: none;
}
.service .service-faq__summary:focus {
  outline: none;
}
.service .service-faq__summary:focus-visible {
  outline: 2px solid #324e9f;
  outline-offset: 2px;
  border-radius: 4px;
}
.service .service-faq__q {
  flex: 0 0 var(--service-faq-label-w);
  width: var(--service-faq-label-w);
  align-self: center;
  color: #324e9f;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.service .service-faq__question-text {
  flex: 1 1 auto;
  min-width: 0;
  color: #1f2726;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
}
.service .service-faq__toggle {
  flex: 0 0 auto;
  width: 1.25em;
  text-align: center;
  align-self: center;
  color: #9aa3b2;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
.service .service-faq__toggle::before {
  content: "+";
  display: inline-block;
  transition: opacity 0.3s ease, transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}
.service .service-faq__item[open] .service-faq__toggle::before {
  content: "−";
}
.service .service-faq__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.service .service-faq__item[open] .service-faq__body {
  grid-template-rows: 1fr;
}
.service .service-faq__body-animate {
  overflow: hidden;
  min-height: 0;
  padding-bottom: clamp(16px, 13.8181818182px + 0.0060606061 * 100vw, 24px);
}
.service .service-faq__answer-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-top: 2px;
  opacity: 0;
  transform: translate3d(0, -0.35em, 0);
  transition: opacity 0.38s cubic-bezier(0.33, 1, 0.68, 1) 0.05s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.04s;
}
.service .service-faq__item[open] .service-faq__answer-row {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
html.leograph--reduced-motion .service .service-faq__body {
  transition: none;
}
html.leograph--reduced-motion .service .service-faq__answer-row {
  transition: none;
}
html.leograph--reduced-motion .service .service-faq__toggle::before {
  transition: none;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .service .service-faq__body {
    transition: none;
  }
  .service .service-faq__answer-row {
    transition: none;
  }
  .service .service-faq__toggle::before {
    transition: none;
    transform: none;
  }
}
.service .service-faq__a {
  flex: 0 0 var(--service-faq-label-w);
  width: var(--service-faq-label-w);
  color: #324e9f;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.service .service-faq__answer-text {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #1f2726;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .service .service-faq {
    --service-faq-label-w: 40px;
  }
  .service .service-faq__q,
  .service .service-faq__a {
    font-size: 26px;
  }
  .service .service-faq__question-text {
    font-size: 16px;
  }
  .service .service-faq__summary {
    gap: 12px;
  }
  .service .service-faq__answer-row {
    gap: 12px;
  }
}
.service {
  /* サービス：お問い合わせ完了（サンクス）— 背景は既存 .service .mv と同じ */
}
.service.service--thanks .mv.mv--thanks .inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  min-height: min(100vh, 880px);
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .service.service--thanks .mv.mv--thanks .inner {
    min-height: auto;
  }
}
.service.service--thanks .mv.mv--thanks .mv__content.mv-thanks {
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
  min-height: 0;
}
.service.service--thanks .mv.mv--thanks .mv-breadcrumb {
  align-self: flex-start;
  margin-bottom: 3.75vw;
}
.service.service--thanks .mv.mv--thanks .mv-thanks__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: clamp(20px, 4vw, 32px);
  padding: 0 8px;
}
.service.service--thanks .mv.mv--thanks .mv-thanks__title {
  margin: 0;
  max-width: 40em;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(20px, 16.7272727273px + 0.0090909091 * 100vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05em;
}
.service.service--thanks .mv.mv--thanks .mv-thanks__text {
  margin: 0;
  max-width: 36em;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 13.4545454545px + 0.0015151515 * 100vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.8px;
}
.service.service--thanks .mv.mv--thanks .mv-thanks__action {
  margin-top: 0.5rem;
}
.service.service--thanks .mv.mv--thanks .mv-thanks__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 40px;
  border-radius: 999px;
  border: 1px solid #fff;
  background: #182343;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.2s ease, filter 0.2s ease, transform 0.15s ease;
}
@media (hover: hover) {
  .service.service--thanks .mv.mv--thanks .mv-thanks__btn:hover {
    filter: brightness(1.08);
    background: #1f2d5c;
  }
}
.service.service--thanks .mv.mv--thanks .mv-thanks__btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.service.service--thanks .mv.mv--thanks .mv-thanks__btn:active {
  transform: scale(0.99);
}
.service {
  /* 資料ダウンロード完了：ヒーローは既存 .service .mv 背景、下に白ブロック */
}
.service.service--thanks.service-thanks-document .mv.mv--thanks.mv--thanks-document {
  /* SP: .service .mv の min-height 561px / 大きめ padding が効きすぎないよう締める */
}
@media screen and (max-width: 767px) {
  .service.service--thanks.service-thanks-document .mv.mv--thanks.mv--thanks-document {
    min-height: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
  }
}
.service.service--thanks.service-thanks-document .mv.mv--thanks.mv--thanks-document .inner {
  min-height: auto;
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .service.service--thanks.service-thanks-document .mv.mv--thanks.mv--thanks-document .inner {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .service.service--thanks.service-thanks-document .mv.mv--thanks.mv--thanks-document .inner {
    gap: 0;
    padding-bottom: 0;
  }
}
.service.service--thanks.service-thanks-document .mv.mv--thanks.mv--thanks-document .mv__content.mv-thanks {
  flex: none;
}
.service.service--thanks.service-thanks-document .mv.mv--thanks.mv--thanks-document .mv-breadcrumb {
  margin-bottom: 3.75vw;
}
.service.service--thanks.service-thanks-document .mv.mv--thanks.mv--thanks-document .mv-thanks__hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(10px, 2vw, 18px);
  max-width: 64rem;
}
@media screen and (max-width: 767px) {
  .service.service--thanks.service-thanks-document .mv.mv--thanks.mv--thanks-document .mv-thanks__hero {
    gap: 8px;
  }
}
.service.service--thanks.service-thanks-document .mv.mv--thanks.mv--thanks-document .mv-thanks__eyebrow {
  margin: 0;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: clamp(12px, 11.4545454545px + 0.0015151515 * 100vw, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.service.service--thanks.service-thanks-document .mv.mv--thanks.mv--thanks-document .mv-thanks__title {
  text-align: left;
  max-width: none;
  font-size: clamp(22px, 17.6363636364px + 0.0121212121 * 100vw, 38px);
  line-height: 150%;
}
.service.service--thanks.service-thanks-document .mv.mv--thanks.mv--thanks-document .mv-thanks__lead {
  margin: 0;
  max-width: 40em;
  color: rgba(255, 255, 255, 0.95);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(15px, 14.1818181818px + 0.0022727273 * 100vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 190%;
  letter-spacing: 0.05em;
}
.service.service--thanks.service-thanks-document .thanks-document {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(48px, 34.9090909091px + 0.0363636364 * 100vw, 96px) 0 clamp(64px, 48.7272727273px + 0.0424242424 * 100vw, 120px);
  background: #fff;
}
.service.service--thanks.service-thanks-document .thanks-document .thanks-document__inner {
  max-width: 40em;
  margin-inline: auto;
  text-align: center;
}
.service.service--thanks.service-thanks-document .thanks-document .thanks-document__text {
  margin: 0 0 1em;
  color: #1f2726;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 13.4545454545px + 0.0015151515 * 100vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.05em;
}
.service.service--thanks.service-thanks-document .thanks-document .thanks-document__text:last-of-type {
  margin-bottom: clamp(28px, 24.7272727273px + 0.0090909091 * 100vw, 40px);
}
.service.service--thanks.service-thanks-document .thanks-document .thanks-document__action {
  display: flex;
  justify-content: center;
}
.service.service--thanks.service-thanks-document .thanks-document .thanks-document__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 36px;
  border-radius: 4px;
  border: none;
  background: #1f2726;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.2s ease, filter 0.2s ease, transform 0.15s ease;
}
@media (hover: hover) {
  .service.service--thanks.service-thanks-document .thanks-document .thanks-document__btn:hover {
    filter: brightness(1.08);
    background: #2a3332;
  }
}
.service.service--thanks.service-thanks-document .thanks-document .thanks-document__btn:focus-visible {
  outline: 2px solid #324e9f;
  outline-offset: 4px;
}
.service.service--thanks.service-thanks-document .thanks-document .thanks-document__btn:active {
  transform: scale(0.99);
}
.service .footer {
  margin-top: 0;
}

/* ページ下部お問い合わせ（CF7 置換前提・.service-drf）— body.service 外でも共通利用 */
.service-document-request {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(64px, 48.7272727273px + 0.0424242424 * 100vw, 120px) 0 clamp(80px, 63.6363636364px + 0.0454545455 * 100vw, 140px);
  border-radius: clamp(64px, 48.7272727273px + 0.0424242424 * 100vw, 120px) clamp(64px, 48.7272727273px + 0.0424242424 * 100vw, 120px) 0 0;
  overflow: hidden;
  background-color: #182343;
  background-size: cover;
  background-position: center;
}
.service-document-request::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, rgba(61, 89, 169, 0.82) 0%, rgba(24, 35, 67, 0.92) 100%);
  pointer-events: none;
}
.service-document-request > .inner {
  position: relative;
  z-index: 1;
}
.service-document-request .service-drf__head {
  margin: 0 0 clamp(40px, 33.4545454545px + 0.0181818182 * 100vw, 64px);
  text-align: center;
}
.service-document-request .service-drf__title {
  margin: 0 0 clamp(16px, 13.8181818182px + 0.0060606061 * 100vw, 24px);
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(22px, 19.2727272727px + 0.0075757576 * 100vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.service-document-request .service-drf__lead {
  margin: 0 auto clamp(10px, 8.9090909091px + 0.003030303 * 100vw, 14px);
  max-width: 48em;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 13.4545454545px + 0.0015151515 * 100vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.05em;
}
.service-document-request .service-drf__lead:last-child {
  margin-bottom: 0;
}
.service-document-request .service-drf__card {
  width: min(880px, 100%);
  margin-inline: auto;
  border-radius: clamp(16px, 11.6363636364px + 0.0121212121 * 100vw, 32px);
  background: #fff;
  padding: clamp(32px, 25.4545454545px + 0.0181818182 * 100vw, 56px) clamp(20px, 12.3636363636px + 0.0212121212 * 100vw, 48px) clamp(40px, 35.6363636364px + 0.0121212121 * 100vw, 56px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.service-document-request .service-drf__body {
  margin: 0;
}
.service-document-request .wpcf7 {
  width: 100%;
}
.service-document-request .service-drf,
.service-document-request .wpcf7-form {
  margin: 0;
}
.service-document-request .service-drf .hidden-fields-container,
.service-document-request .service-drf .screen-reader-response,
.service-document-request .wpcf7-form .hidden-fields-container,
.service-document-request .wpcf7-form .screen-reader-response {
  margin: 0;
}
.service-document-request .service-drf .hidden-fields-container,
.service-document-request .wpcf7-form .hidden-fields-container {
  padding: 0;
  border: 0;
}
.service-document-request .service-drf .wpcf7-form-control-wrap,
.service-document-request .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.service-document-request .service-drf .service-drf__field > p,
.service-document-request .service-drf .service-drf__select-wrap > p,
.service-document-request .service-drf .service-drf__submit-wrap > p,
.service-document-request .service-drf .service-drf__check-label > p,
.service-document-request .wpcf7-form .service-drf__field > p,
.service-document-request .wpcf7-form .service-drf__select-wrap > p,
.service-document-request .wpcf7-form .service-drf__submit-wrap > p,
.service-document-request .wpcf7-form .service-drf__check-label > p {
  margin: 0;
}
.service-document-request .service-drf .service-drf__body br,
.service-document-request .wpcf7-form .service-drf__body br {
  display: none;
}
.service-document-request .service-drf .service-drf__field,
.service-document-request .wpcf7-form .service-drf__field {
  margin-bottom: 1.6rem;
}
.service-document-request .service-drf .service-drf__field--check,
.service-document-request .wpcf7-form .service-drf__field--check {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
.service-document-request .service-drf .service-drf__field--check + .service-drf__submit-wrap,
.service-document-request .wpcf7-form .service-drf__field--check + .service-drf__submit-wrap {
  margin-top: 0.4rem;
}
.service-document-request .service-drf .service-drf__label,
.service-document-request .wpcf7-form .service-drf__label {
  display: block;
  margin-bottom: 10px;
  color: #1f2726;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.service-document-request .service-drf .service-drf__req,
.service-document-request .wpcf7-form .service-drf__req {
  margin-left: 0.35em;
  color: #c62828;
  font-size: 12px;
  font-weight: 700;
}
.service-document-request .service-drf .service-drf__control,
.service-document-request .wpcf7-form .service-drf__control {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #f3f4f9;
  padding: 14px 16px;
  color: #1f2726;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.service-document-request .service-drf .service-drf__control::placeholder,
.service-document-request .wpcf7-form .service-drf__control::placeholder {
  color: #919191;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.service-document-request .service-drf .service-drf__control:focus,
.service-document-request .wpcf7-form .service-drf__control:focus {
  outline: none;
  border-color: #324e9f;
  box-shadow: 0 0 0 2px rgba(50, 78, 159, 0.2);
}
.service-document-request .service-drf .service-drf__textarea,
.service-document-request .wpcf7-form .service-drf__textarea {
  min-height: 14rem;
  resize: vertical;
}
.service-document-request .service-drf .service-drf__select-wrap,
.service-document-request .service-drf .wpcf7-form-control-wrap:has(.wpcf7-select),
.service-document-request .wpcf7-form .service-drf__select-wrap,
.service-document-request .wpcf7-form .wpcf7-form-control-wrap:has(.wpcf7-select) {
  position: relative;
}
.service-document-request .service-drf .service-drf__select-wrap::after,
.service-document-request .service-drf .wpcf7-form-control-wrap:has(.wpcf7-select)::after,
.service-document-request .wpcf7-form .service-drf__select-wrap::after,
.service-document-request .wpcf7-form .wpcf7-form-control-wrap:has(.wpcf7-select)::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-right: 2px solid #324e9f;
  border-bottom: 2px solid #324e9f;
  transform: rotate(45deg);
  pointer-events: none;
  opacity: 0.85;
}
.service-document-request .service-drf .wpcf7-form-control-wrap:has(.wpcf7-select) .wpcf7-select,
.service-document-request .wpcf7-form .wpcf7-form-control-wrap:has(.wpcf7-select) .wpcf7-select {
  padding-right: 44px;
  appearance: none;
  cursor: pointer;
}
.service-document-request .service-drf .wpcf7-form-control-wrap:has(.wpcf7-select) .wpcf7-select:invalid,
.service-document-request .wpcf7-form .wpcf7-form-control-wrap:has(.wpcf7-select) .wpcf7-select:invalid {
  color: #919191;
}
.service-document-request .service-drf .service-drf__select,
.service-document-request .wpcf7-form .service-drf__select {
  appearance: none;
  padding-right: 44px;
  cursor: pointer;
  color: #1f2726;
}
.service-document-request .service-drf .service-drf__select:invalid,
.service-document-request .wpcf7-form .service-drf__select:invalid {
  color: #919191;
}
.service-document-request .service-drf .service-drf__select option,
.service-document-request .wpcf7-form .service-drf__select option {
  color: #1f2726;
}
.service-document-request .service-drf .service-drf__check-label,
.service-document-request .wpcf7-form .service-drf__check-label {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  color: #1f2726;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
}
.service-document-request .service-drf .service-drf__field--check .wpcf7-form-control-wrap,
.service-document-request .wpcf7-form .service-drf__field--check .wpcf7-form-control-wrap {
  width: auto;
}
.service-document-request .service-drf .service-drf__check-label .wpcf7-form-control.wpcf7-acceptance,
.service-document-request .service-drf .service-drf__check-label .wpcf7-list-item,
.service-document-request .service-drf .service-drf__check-label .wpcf7-list-item label,
.service-document-request .wpcf7-form .service-drf__check-label .wpcf7-form-control.wpcf7-acceptance,
.service-document-request .wpcf7-form .service-drf__check-label .wpcf7-list-item,
.service-document-request .wpcf7-form .service-drf__check-label .wpcf7-list-item label {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
}
.service-document-request .service-drf .service-drf__check-label .wpcf7-list-item-label,
.service-document-request .wpcf7-form .service-drf__check-label .wpcf7-list-item-label {
  display: block;
}
.service-document-request .service-drf .service-drf__check-label input,
.service-document-request .wpcf7-form .service-drf__check-label input {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: #324e9f;
  cursor: pointer;
}
.service-document-request .service-drf .service-drf__inline-link,
.service-document-request .wpcf7-form .service-drf__inline-link {
  color: #324e9f;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.service-document-request .service-drf,
.service-document-request .wpcf7-form {
  /* CTA と同じ .btn-area + .btn-blue（_base-core）を流用。button 要素のUAスタイルを消す */
}
.service-document-request .service-drf .service-drf__submit-wrap.btn-area,
.service-document-request .wpcf7-form .service-drf__submit-wrap.btn-area {
  align-items: center;
  gap: 0;
  width: 100%;
}
.service-document-request .service-drf .service-drf__submit-wrap.btn-area > p,
.service-document-request .wpcf7-form .service-drf__submit-wrap.btn-area > p {
  margin: 0;
  width: 100%;
}
.service-document-request .service-drf .service-drf__submit-wrap.btn-area .btn-blue,
.service-document-request .wpcf7-form .service-drf__submit-wrap.btn-area .btn-blue {
  border: none;
  appearance: none;
  font: inherit;
  text-align: inherit;
  box-sizing: border-box;
  /* CTA 既定より少し広く（長いラベルが折り返されない程度） */
  width: clamp(300px, 272.7272727273px + 0.0757575758 * 100vw, 400px);
  max-width: 100%;
}
.service-document-request .service-drf,
.service-document-request .wpcf7-form {
  /* CF7 output controls (when classes match in theme CSS) */
}
.service-document-request .service-drf .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance),
.service-document-request .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance) {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #f3f4f9;
  padding: 14px 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.service-document-request .service-drf .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance)::placeholder,
.service-document-request .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance)::placeholder {
  color: #919191;
}
.service-document-request .service-drf span.wpcf7-list-item,
.service-document-request .wpcf7-form span.wpcf7-list-item {
  margin: 0;
}

.page .service-document-request {
  background: none;
  padding: 0;
  padding-bottom: clamp(32px, 23.2727272727px + 0.0242424242 * 100vw, 64px);
}
.page .service-document-request:before {
  content: none;
}
.page .service-document-request .service-drf__title span {
  background: linear-gradient(180deg, #324e9f 0%, #acb6dc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page .service-document-request .service-drf__lead {
  color: #1f2726;
}

.archive-service__content {
  background: #f3f4f9;
  padding: clamp(32px, 25.4545454545px + 0.0181818182 * 100vw, 56px) 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .archive-service__content {
    padding-top: 0;
  }
}

.archive-service__content-slider-track {
  width: max-content;
  animation: archive-service-marquee 50s linear infinite;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .archive-service__content-slider-track {
    animation: none;
  }
}

@keyframes archive-service-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.archive-service__content-slider-item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: clamp(24px, 19.6363636364px + 0.0121212121 * 100vw, 40px);
}

.archive-service__content-slider-item-img,
.archive-service__list-item-img {
  flex-shrink: 0;
  width: clamp(112px, 96.7272727273px + 0.0424242424 * 100vw, 168px);
  height: clamp(112px, 96.7272727273px + 0.0424242424 * 100vw, 168px);
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
}
.archive-service__content-slider-item-img > a,
.archive-service__list-item-img > a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.archive-service__content-slider-item-img img,
.archive-service__list-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-service__discription {
  background: url(../img/contents-bg.webp) repeat center center;
  background-size: 100px;
  padding: clamp(48px, 43.6363636364px + 0.0121212121 * 100vw, 64px) 0 clamp(64px, 57.4545454545px + 0.0181818182 * 100vw, 88px);
  border-radius: 0 0 clamp(64px, 48.7272727273px + 0.0424242424 * 100vw, 120px) clamp(64px, 48.7272727273px + 0.0424242424 * 100vw, 120px);
}

body.archive-service .archive-service__discription > .inner {
  display: block;
  margin-top: 0;
}

.archive-service__discription-contents {
  margin-top: clamp(28px, 24.7272727273px + 0.0090909091 * 100vw, 40px);
}

.archive-service__mv .archive-item__mv p,
.archive-service__discription .service-overview__lead,
.archive-service__list > .inner > p {
  color: #1f2726;
}

.archive-service__features-panel {
  border-radius: 88px;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 56px 54px 64px;
  text-align: center;
}

.archive-service__features-title {
  margin: 0;
  color: #324e9f;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(28px, 24.7272727273px + 0.0090909091 * 100vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.archive-service__features-lead {
  margin: 24px auto 0;
  max-width: 920px;
  color: #1f2726;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.8px;
}

.archive-service__features-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 36px 0 0;
  padding: 0;
  text-align: left;
}

.archive-service__features-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.archive-service__features-row--reverse {
  flex-direction: row-reverse;
}

.archive-service__features-body {
  flex: 1 1 auto;
  min-width: 0;
}

.archive-service__features-step {
  margin: 0 0 8px;
  color: #324e9f;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}

.archive-service__features-name {
  margin: 0;
  color: #324e9f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(24px, 21.8181818182px + 0.0060606061 * 100vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
}

.archive-service__features-text {
  margin: 16px 0 0;
  color: #1f2726;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.8px;
  text-align: left;
}

.archive-service__features-media {
  flex: 0 0 auto;
  width: clamp(260px, 221.8181818182px + 0.1060606061 * 100vw, 400px);
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.archive-service__features-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .archive-service__features-panel {
    padding: 40px 28px 48px;
    border-radius: 48px;
  }
  .archive-service__features-title {
    font-size: clamp(26px, 23.2727272727px + 0.0075757576 * 100vw, 36px);
  }
  .archive-service__features-row {
    gap: 28px;
  }
  .archive-service__features-row--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .archive-service__features-panel {
    padding: 28px 18px 32px;
    border-radius: 28px;
  }
  .archive-service__features-title {
    font-size: clamp(22px, 20.3636363636px + 0.0045454545 * 100vw, 28px);
  }
  .archive-service__features-lead {
    margin-top: 16px;
    font-size: 14px;
  }
  .archive-service__features-list {
    gap: 32px;
    margin-top: 24px;
  }
  .archive-service__features-row,
  .archive-service__features-row--reverse {
    flex-direction: column;
    align-items: stretch;
  }
  .archive-service__features-step {
    font-size: 14px;
  }
  .archive-service__features-name {
    font-size: clamp(20px, 18.3636363636px + 0.0045454545 * 100vw, 26px);
  }
  .archive-service__features-text {
    font-size: 14px;
  }
  .archive-service__features-media {
    width: 80%;
    order: -1;
    margin: 0 auto;
  }
}
.color-white {
  color: #fff !important;
}

.archive-service__list {
  padding-bottom: clamp(48px, 37.0909090909px + 0.0303030303 * 100vw, 88px);
}
.archive-service__list .inner {
  padding-top: clamp(64px, 50.9090909091px + 0.0363636364 * 100vw, 112px);
}
.archive-service__list .inner .base__title {
  text-align: center;
}
.archive-service__list .inner .base__title-text {
  font-size: clamp(20px, 14.5454545455px + 0.0151515152 * 100vw, 40px);
  margin-bottom: 0;
}

.archive-service__list-contents {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 19.6363636364px + 0.0121212121 * 100vw, 40px);
  margin-top: clamp(32px, 25.4545454545px + 0.0181818182 * 100vw, 56px);
}

.archive-service__list-item {
  display: flex;
  align-items: center;
  gap: clamp(16px, 13.8181818182px + 0.0060606061 * 100vw, 24px);
  min-width: 0;
}

.archive-service__list-item-text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(12px, 10.9090909091px + 0.003030303 * 100vw, 16px);
}
.archive-service__list-item-text h3 {
  margin: 0;
  color: #324e9f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(18px, 16.3636363636px + 0.0045454545 * 100vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
}
.archive-service__list-item-text .btn-area {
  margin: 0;
  align-items: stretch;
  gap: 0;
}
.archive-service__list-item-text .btn-area .btn-blue {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  height: clamp(48px, 40.3636363636px + 0.0212121212 * 100vw, 76px);
}

@media screen and (max-width: 767px) {
  .archive-service__list-contents {
    grid-template-columns: 1fr;
    gap: clamp(20px, 17.8181818182px + 0.0060606061 * 100vw, 28px);
    margin-top: clamp(24px, 19.6363636364px + 0.0121212121 * 100vw, 40px);
  }
  .archive-service__list-item {
    gap: 16px;
  }
}
.service.archive-service .cta {
  border-radius: clamp(64px, 48.7272727273px + 0.0424242424 * 100vw, 120px) clamp(64px, 48.7272727273px + 0.0424242424 * 100vw, 120px) 0 0;
  margin-top: clamp(64px, 43.2727272727px + 0.0575757576 * 100vw, 140px);
  padding: clamp(64px, 48.7272727273px + 0.0424242424 * 100vw, 120px) 0;
}

/* Downloads page: gallery + form split (.page-downloads only) */
.page-downloads .downloads-document-request.service-document-request {
  background-color: #f3f4f9;
  border-radius: 0;
  padding: clamp(48px, 37.0909090909px + 0.0303030303 * 100vw, 88px) 0 clamp(56px, 45.0909090909px + 0.0303030303 * 100vw, 96px);
}
.page-downloads .downloads-document-request.service-document-request::before {
  display: none;
}
.page-downloads .downloads-document-request.service-document-request .service-drf__card {
  width: 100%;
  max-width: 632.748px;
  margin-inline: 0;
  border-radius: 32px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}
.page-downloads .downloads-document-request.service-document-request .service-drf .service-drf__field--check {
  justify-content: flex-start;
}
.page-downloads .downloads-document-request.service-document-request .service-drf .service-drf__check-label {
  max-width: none;
}
.page-downloads .downloads-document-request.service-document-request .service-drf .service-drf__control {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: #f4f5f7;
}
.page-downloads .downloads-document-request.service-document-request .service-drf .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance) {
  border-radius: 10px;
  background: #f4f5f7;
}
.page-downloads .downloads-document-request.service-document-request .service-drf .service-drf__submit-wrap.btn-area .btn-blue {
  width: 100%;
  max-width: none;
}

.page-downloads .downloads-document-request__split {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(24px, 17.4545454545px + 0.0181818182 * 100vw, 48px);
}

@media screen and (min-width: 1024px) {
  .page-downloads .downloads-document-request__split {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .page-downloads .downloads-document-request__gallery {
    flex: 0 0 auto;
  }
  .page-downloads .downloads-document-request__form-col {
    flex: 0 0 632.748px;
  }
}
.page-downloads .downloads-document-request__gallery {
  flex: 0 1 auto;
  min-width: 0;
}

.page-downloads .downloads-document-request__form-col {
  flex: 0 1 632.748px;
  max-width: 632.748px;
  width: 100%;
  min-width: 0;
}

.page-downloads .downloads-gallery__viewport {
  margin-bottom: clamp(14px, 12.3636363636px + 0.0045454545 * 100vw, 20px);
}

.page-downloads .downloads-gallery__main {
  width: 512.948px;
  max-width: min(100%, 512.948px);
  aspect-ratio: 107/68;
  background-color: rgba(211, 211, 211, 0.5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 4px;
}
.page-downloads .downloads-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-downloads .downloads-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 8.3636363636px + 0.0045454545 * 100vw, 16px);
  width: 100%;
  max-width: 512.948px;
}

.page-downloads .downloads-gallery__thumb {
  display: block;
  margin: 0;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: rgba(211, 211, 211, 0.5);
  cursor: pointer;
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  aspect-ratio: 107/68;
  appearance: none;
  font: inherit;
  color: inherit;
}
.page-downloads .downloads-gallery__thumb.is-active {
  border-color: #324e9f;
}
.page-downloads .downloads-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 1023px) {
  .page-downloads .downloads-document-request__gallery {
    order: -1;
    width: 100%;
  }
  .page-downloads .downloads-gallery__viewport {
    max-width: 100%;
  }
  .page-downloads .downloads-gallery__main {
    width: 100%;
    max-width: none;
  }
  .page-downloads .downloads-gallery__thumbs {
    max-width: none;
  }
  .page-downloads .downloads-document-request__form-col {
    max-width: none;
  }
}

/* =====================================================
   Global Font Unification
   ===================================================== */
body,
body *,
body *::before,
body *::after {
  font-family: var(--leograph-font-sans-jp) !important;
  font-synthesis: none;
}
