@charset "UTF-8";
body {
  background-color: #FFFFFF;
}

/* ------------------------------------------------------------------------------
  Top : ファーストビュー
------------------------------------------------------------------------------ */
.p-index-fv {
  --fv-header-cta-height: 94px;
  --fv-logo-height: 46px;
  position: relative;
  width: 100%;
  min-height: 1269px;
  overflow: hidden;
  background: #fffefe;
}

/* 背景ビジュアル */
.p-index-fv__media {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 700px;
  max-height: 700px;
}

.p-index-fv__image {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.p-index-fv__image--left {
  left: 0;
}

.p-index-fv__image--right {
  right: 0;
}

.p-index-fv__image-stack {
  position: relative;
  height: 100%;
}

.p-index-fv__image-layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.p-index-fv__image-layer.is-active {
  opacity: 1;
}

.p-index-fv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-index-fv__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

/* コンテンツ全体 */
.p-index-fv__inner {
  position: absolute;
  top: 153px;
  right: 0;
  left: 0;
  --inner-width: 1440px;
  min-height: 687px;
  z-index: 1;
}

/* ロゴブロック */
.p-index-fv__brand {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 578px;
  min-height: 506px;
  transform: translateX(-50%);
}

.p-index-fv__brand-copy {
  position: absolute;
  top: 285px;
  left: 35px;
  width: 100%;
  max-width: 480px;
  min-height: 43px;
  margin: 0;
  padding: 8px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #0684de;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.p-index-fv__brand-copy-arrow {
  position: absolute;
  top: 40px;
  left: 249px;
  width: 14px;
  height: 9px;
}
.p-index-fv__brand-copy-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #0684de;
}

.p-index-fv__logo {
  position: absolute;
  top: -20px;
  left: 10%;
  width: 80%;
  margin: 0;
  transform: none;
}

.p-index-fv__logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* リードテキスト */
.p-index-fv__content {
  position: absolute;
  top: 458px;
  right: 0;
  left: 0;
  padding: 0 24px;
  z-index: 1;
}

.p-index-fv__lead {
  position: relative;
  width: 100%;
  max-width: 512px;
  min-height: 110px;
  margin: 0;
}

.p-index-fv__lead-line {
  position: absolute;
  left: 0;
  display: inline-block;
  width: max-content;
  overflow: hidden;
}

.p-index-fv__lead-line:first-child {
  top: 0;
}

.p-index-fv__lead-line--second {
  top: 58px;
}

.p-index-fv__lead-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 51px;
  padding: 0 8px;
  overflow: hidden;
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.p-index-fv__lead-label::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0684de;
}

.p-index-fv__lead-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: fit-content;
}

.p-index-fv__text {
  margin: 25px 0 0;
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3333;
  white-space: nowrap;
}

.p-index-fv__campaign {
  display: block;
  position: absolute;
  top: 590px;
  right: 24px;
  z-index: 1;
  width: min(430px, 42vw);
}

.p-index-fv__campaign img {
  display: block;
  width: 100%;
  height: auto;
}

/* 左上CESロゴ */
.p-index-fv__ces-logo,
.p-index-thanks__logo {
  position: fixed;
  top: calc(var(--fv-header-cta-height) / 2);
  left: 20px;
  z-index: 100;
  display: block;
  transform: translateY(-50%);
  line-height: 0;
}
.p-index-fv__ces-logo img,
.p-index-thanks__logo img {
  display: block;
  width: auto;
  object-fit: contain;
}

.p-index-fv__ces-logo img {
  height: calc(var(--fv-logo-height) * 0.8);
}

.p-index-thanks__logo img {
  height: 36.8px;
}

body:has(.p-index-contact--thanks) {
  --fv-header-cta-height: 75px;
}
body:has(.p-index-contact--thanks) .p-index-mobile-cta {
  display: none;
}

/* 右上CTA */
.p-index-fv__cta {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 172px;
  min-height: var(--fv-header-cta-height);
  padding: 10px 12px;
  box-sizing: border-box;
  border-radius: 0 0 0 5px;
  background: #e63946;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
}

.p-index-fv__cta-icon {
  display: block;
  width: 30px;
  height: 24px;
}

.p-index-fv__cta-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.p-index-fv__cta-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

/* GSAPアニメーション用 */
.p-index-fv__image-layer,
.p-index-fv__image img,
.p-index-fv__brand-copy,
.p-index-fv__logo,
.p-index-fv__lead-label,
.p-index-fv__lead-text,
.p-index-fv__text,
.p-index-fv__cta {
  will-change: transform, opacity, clip-path;
}

/* JS有効時だけ初期状態を仕込んでFOUCを防ぐ */
.is-fv-preload .p-index-fv__image-layer.is-active img {
  opacity: 0;
  transform: scale(1.08);
}
.is-fv-preload .p-index-fv__brand-copy,
.is-fv-preload .p-index-fv__logo,
.is-fv-preload .p-index-fv__text {
  opacity: 0;
  transform: translateY(24px);
}
.is-fv-preload .p-index-fv__lead-label {
  clip-path: inset(0 100% 0 0);
}
.is-fv-preload .p-index-fv__lead-text {
  opacity: 0;
  transform: translateX(-24px);
}
.is-fv-preload .p-index-fv__cta {
  transform: translateY(calc(-100% - 16px));
}

@media (prefers-reduced-motion: reduce) {
  .p-index-fv__image-layer,
  .p-index-fv__image img,
  .p-index-fv__brand-copy,
  .p-index-fv__logo,
  .p-index-fv__lead-label,
  .p-index-fv__lead-text,
  .p-index-fv__text,
  .p-index-fv__cta {
    transition: none;
    animation: none;
    transform: none;
    clip-path: none;
  }
}
/* 背景文字 */
.p-index-fv__recruit {
  position: absolute;
  top: 704px;
  left: 50%;
  z-index: 0;
  width: 1007px;
  aspect-ratio: 1006.78/231;
  transform: translateX(-50%);
}

.p-index-fv__recruit img {
  display: block;
  width: 100%;
  height: 100%;
}

/* スライダー */
.p-index-fv__slider {
  position: absolute;
  top: 910px;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.p-index-fv__slider-list {
  display: flex;
  gap: 32px;
  width: max-content;
  min-width: max-content;
  margin: 0;
  padding: 0 32px 64px 0;
  animation: fv-slider-marquee 28s linear infinite;
  will-change: transform;
}

.p-index-fv__slider-item {
  width: 256px;
  height: 325px;
  flex: 0 0 256px;
  border-radius: 10px;
  overflow: hidden;
}

.p-index-fv__slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-index-mobile-cta {
  display: none;
}

@keyframes fv-slider-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 1024px) {
  .p-index-fv {
    --fv-header-cta-height: 84px;
    --fv-logo-height: 32px;
    min-height: 1110px;
  }
  .p-index-fv__media {
    height: 620px;
    max-height: 620px;
  }
  .p-index-fv__inner {
    top: 124px;
    min-height: 600px;
  }
  .p-index-fv__brand {
    max-width: 490px;
    min-height: 430px;
  }
  .p-index-fv__brand-copy {
    top: 285px;
    left: 0;
    max-width: 430px;
    min-height: 38px;
    padding: 8px 18px;
    font-size: 20px;
  }
  .p-index-fv__brand-copy-arrow {
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-index-fv__logo {
    top: -20px;
    left: 10%;
    width: 80%;
    transform: none;
  }
  .p-index-fv__content {
    top: 397px;
    padding: 0 20px;
  }
  .p-index-fv__lead {
    max-width: 488px;
    min-height: 95px;
  }
  .p-index-fv__lead-line--second {
    top: 50px;
  }
  .p-index-fv__lead-label {
    height: 43px;
    padding: 0 8px;
    font-size: 32px;
  }
  .p-index-fv__text {
    margin-top: 20px;
    font-size: 20px;
  }
  .p-index-fv__campaign {
    top: 538px;
    right: 20px;
    width: min(360px, 39vw);
  }
  .p-index-fv__cta {
    width: 156px;
    padding: 10px;
  }
  .p-index-fv__cta-icon {
    width: 26px;
    height: 20px;
  }
  .p-index-fv__cta-text {
    font-size: 14px;
  }
  body:has(.p-index-contact--thanks) {
    --fv-header-cta-height: 68px;
  }
  .p-index-fv__recruit {
    top: 631px;
    width: min(840px, 82vw);
  }
  .p-index-fv__slider {
    top: 790px;
  }
  .p-index-fv__slider-list {
    gap: 24px;
    padding: 0 24px 48px 0;
  }
  .p-index-fv__slider-item {
    width: 220px;
    height: 280px;
    flex-basis: 220px;
  }
}
@media (max-width: 1100px) {
  .p-index-fv__brand-copy {
    top: 270px;
    left: calc(50% - 156px);
    max-width: 312px;
    min-height: 30px;
    padding: 6px 12px;
    font-size: 15px;
    transform: translateY(300%);
  }
  .p-index-fv__brand-copy-arrow {
    display: none;
    top: 27px;
    width: 12px;
    height: 7px;
  }
  .p-index-fv__logo {
    top: 70px;
    left: calc(50% - clamp(240px, 34vw, 340px) / 2);
    width: clamp(240px, 34vw, 340px);
    max-width: 340px;
    transform: none;
  }
  .p-index-fv__content {
    top: 492px;
  }
  .p-index-fv__lead {
    max-width: 366px;
    min-height: 71px;
  }
  .p-index-fv__lead-line--second {
    top: 38px;
  }
  .p-index-fv__lead-label {
    height: 33px;
    padding: 0 6px;
    font-size: 24px;
  }
  .p-index-fv__text {
    margin-top: 20px;
    font-size: 20px;
  }
  .p-index-fv__campaign {
    position: fixed;
    top: auto;
    right: 10px;
    bottom: 10px;
    z-index: 100;
    width: 215px;
  }
}
@media (max-width: 900px) {
  .p-index-fv {
    --fv-header-cta-height: 80px;
    --fv-logo-height: 28px;
    min-height: 960px;
  }
  .p-index-fv__media {
    height: 560px;
    max-height: 560px;
  }
  .p-index-fv__inner {
    top: 106px;
    min-height: 520px;
  }
  .p-index-fv__brand {
    max-width: 420px;
    min-height: 360px;
  }
  .p-index-fv__brand-copy {
    top: 245px;
    max-width: 300px;
    min-height: 34px;
    padding: 7px 16px;
    font-size: 18px;
  }
  .p-index-fv__brand-copy-arrow {
    top: 31px;
  }
  .p-index-fv__logo {
    top: 70px;
    left: 17.5%;
    width: 65%;
    transform: none;
  }
  .p-index-fv__content {
    top: 390px;
  }
  .p-index-fv__lead {
    max-width: 400px;
    min-height: 83px;
  }
  .p-index-fv__lead-line--second {
    top: 45px;
  }
  .p-index-fv__lead-label {
    height: 38px;
    padding: 0 6px;
    font-size: 28px;
  }
  .p-index-fv__text {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.5;
  }
  .p-index-fv__campaign {
    display: block;
    position: fixed;
    top: auto;
    right: 10px;
    bottom: 74px;
    z-index: 100;
    width: 215px;
  }
  .p-index-fv__cta {
    width: 148px;
  }
  .p-index-fv__recruit {
    top: 568px;
    width: min(720px, 84vw);
  }
  .p-index-fv__slider {
    top: 712px;
  }
  .p-index-fv__slider-list {
    gap: 20px;
    padding: 0 20px 40px 0;
    animation-duration: 24s;
  }
  .p-index-fv__slider-item {
    width: 180px;
    height: 228px;
    flex-basis: 180px;
  }
}
@media (max-width: 768px) {
  body {
    padding-bottom: 64px;
  }
  .p-index-fv {
    --fv-header-cta-height: 56px;
    --fv-logo-height: 24px;
    min-height: 840px;
  }
  body:has(.p-index-contact--thanks) {
    --fv-header-cta-height: 56px;
  }
  .p-index-fv__media {
    height: 350px;
    max-height: 350px;
  }
  .p-index-fv__inner {
    top: 82px;
    min-height: 440px;
    --inner-gutter: 16px;
  }
  .p-index-fv__brand {
    max-width: 300px;
    min-height: 294px;
  }
  .p-index-fv__brand-copy {
    top: 190px;
    left: calc(50% - 125px);
    max-width: 250px;
    min-height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    transform: translateY(300%);
  }
  .p-index-fv__brand-copy-arrow {
    display: none;
    top: 27px;
    width: 12px;
    height: 7px;
  }
  .p-index-fv__logo {
    top: 70px;
    left: calc(50% - 100px);
    width: 200px;
    max-width: 200px;
    transform: none;
  }
  .p-index-fv__content {
    top: 286px;
    padding: 0 16px;
  }
  .p-index-fv__lead {
    max-width: 395px;
    min-height: 72px;
    margin: 0 auto;
  }
  .p-index-fv__lead-line--second {
    top: 38px;
  }
  .p-index-fv__lead-label {
    height: 33px;
    padding: 0 6px;
    font-size: 24px;
  }
  .p-index-fv__text {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
  }
  .p-index-fv__campaign {
    display: block;
    position: fixed;
    top: auto;
    right: 10px;
    bottom: 74px;
    z-index: 100;
    width: 215px;
  }
  .p-index-fv__cta {
    display: none;
  }
  .p-index-fv__recruit {
    top: 484px;
    width: min(600px, 86vw);
  }
  .p-index-fv__slider {
    top: 610px;
  }
  .p-index-fv__slider-list {
    gap: 16px;
    padding: 0 16px 32px 0;
    animation-duration: 20s;
  }
  .p-index-fv__slider-item {
    width: 152px;
    height: 194px;
    flex-basis: 152px;
  }
  .p-index-mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 64px;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    box-sizing: border-box;
    background: #e63946;
    color: #fff;
    text-align: center;
  }
  .p-index-mobile-cta__icon {
    display: block;
    width: 22px;
    height: 18px;
    flex: 0 0 22px;
  }
  .p-index-mobile-cta__icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }
  .p-index-mobile-cta__text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  body {
    padding-bottom: 58px;
  }
  .p-index-fv {
    --fv-header-cta-height: 52px;
    --fv-logo-height: 20px;
    min-height: 620px;
  }
  body:has(.p-index-contact--thanks) {
    --fv-header-cta-height: 52px;
  }
  .p-index-fv__media {
    height: 350px;
    max-height: 350px;
  }
  .p-index-fv__inner {
    top: 72px;
    min-height: 330px;
    --inner-gutter: 12px;
  }
  .p-index-fv__brand {
    max-width: 260px;
    min-height: 226px;
  }
  .p-index-fv__brand-copy {
    top: 190px;
    max-width: 200px;
    left: calc(50% - 100px);
    min-height: 24px;
    padding: 6px 5px;
    font-size: 10px;
  }
  .p-index-fv__brand-copy-arrow {
    display: none;
    top: 25px;
    width: 10px;
    height: 6px;
  }
  .p-index-fv__logo {
    top: 70px;
    left: calc(50% - 100px);
    max-width: 200px;
    transform: none;
  }
  .p-index-fv__content {
    top: 222px;
    padding: 0 5px;
  }
  .p-index-fv__lead {
    min-height: 58px;
  }
  .p-index-fv__lead-line--second {
    top: 31px;
  }
  .p-index-fv__lead-label {
    height: 27px;
    padding: 0 5px;
    font-size: 19px;
  }
  .p-index-fv__text {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.6;
  }
  .p-index-fv__campaign {
    display: block;
    position: fixed;
    top: auto;
    right: 10px;
    bottom: 74px;
    z-index: 100;
    width: 150px !important;
  }
  .p-index-fv__recruit {
    top: 363px;
    width: min(360px, 88vw);
  }
  .p-index-fv__slider {
    top: 470px;
  }
  .p-index-fv__slider-list {
    gap: 12px;
    padding: 0 12px 24px 0;
    animation-duration: 18s;
  }
  .p-index-fv__slider-item {
    width: 110px;
    height: 140px;
    flex-basis: 110px;
  }
  .p-index-mobile-cta {
    gap: 6px;
    min-height: 58px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
  }
  .p-index-mobile-cta__icon {
    width: 18px;
    height: 14px;
    flex-basis: 18px;
  }
  .p-index-mobile-cta__text {
    font-size: 14px;
  }
}
/* ------------------------------------------------------------------------------
  Top : 採用課題
------------------------------------------------------------------------------ */
.p-index-problem {
  position: relative;
  width: 100%;
  padding: 69px 0 64px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #d7e1ee 63.942%, #fff 100%);
}

.p-index-problem__inner {
  --inner-width: 1470px;
}

.p-index-problem__heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.p-index-problem__heading::before {
  content: "";
  position: absolute;
  top: -83px;
  left: 50%;
  width: 1px;
  height: 70px;
  background: #194376;
  transform: translateX(-50%);
}

.p-index-problem__heading-en {
  margin: 0;
  color: #0684de;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.3889);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.p-index-problem__title {
  position: relative;
  margin: 0;
  padding-bottom: 7px;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 2.5);
  font-weight: 700;
  line-height: 1.2778;
  text-align: center;
  white-space: nowrap;
}
.p-index-problem__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  background: #f69800;
}

.p-index-problem__lead {
  width: 100%;
  max-width: 591px;
  margin: 8px auto 60px;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.6667);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.p-index-problem__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 35px;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.p-index-problem__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 320px;
  flex: 1 1 320px;
  padding-bottom: 34px;
  box-sizing: border-box;
  list-style: none;
}
.p-index-problem__item::before {
  content: "";
  position: absolute;
  top: 85px;
  right: 0;
  left: 0;
  bottom: 0;
  border: 5px solid #c8d8eb;
  border-radius: 20px;
  background: #e9f0f7;
}

.p-index-problem__image {
  position: relative;
  top: auto;
  left: auto;
  width: 206px;
  aspect-ratio: 1001/942;
  margin: 0 auto;
  overflow: hidden;
  transform: none;
  z-index: 1;
}

.p-index-problem__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-index-problem__item-title {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 72px);
  max-width: 248px;
  min-height: 50px;
  margin: -4px auto 0;
  padding: 8px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #194376;
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.4444);
  font-weight: 700;
  line-height: 1.3078;
  text-align: center;
  white-space: normal;
  word-break: keep-all;
  transform: none;
}

.p-index-problem__item-number {
  position: absolute;
  top: 68px;
  left: 25px;
  z-index: 1;
  margin: 0;
  color: #ff9d00;
  font-family: "Noto Sans", sans-serif;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 3.1111);
  font-style: italic;
  font-weight: 400;
  line-height: 34px;
  white-space: nowrap;
}

.p-index-problem__item-text {
  position: relative;
  z-index: 1;
  margin: 26px 15px 0;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.1111);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 1024px) {
  .p-index-problem {
    padding: 69px 0 88px;
  }
  .p-index-problem__inner {
    --inner-width: 760px;
  }
  .p-index-problem__list {
    flex-wrap: wrap;
    gap: 40px 32px;
  }
  .p-index-problem__item {
    max-width: 320px;
    flex: 0 1 calc(50% - 16px);
  }
}
@media (max-width: 900px) {
  .p-index-problem {
    padding: 64px 0 80px;
  }
  .p-index-problem__heading::before {
    top: -72px;
    height: 60px;
  }
  .p-index-problem__title {
    font-size: 32px;
    white-space: normal;
  }
  .p-index-problem__lead {
    margin-bottom: 48px;
    font-size: 24px;
    white-space: normal;
  }
  .p-index-problem__list {
    gap: 32px 24px;
  }
  .p-index-problem__item {
    max-width: 300px;
    flex-basis: calc(50% - 12px);
    padding-bottom: 28px;
  }
  .p-index-problem__item::before {
    top: 80px;
    bottom: 0;
  }
  .p-index-problem__image {
    width: 190px;
  }
  .p-index-problem__item-title {
    width: calc(100% - 56px);
    max-width: 244px;
    min-height: 46px;
    margin-top: -2px;
    padding: 8px 16px;
    font-size: 24px;
  }
  .p-index-problem__item-number {
    top: 64px;
    left: 22px;
    font-size: 48px;
  }
  .p-index-problem__item-text {
    margin: 22px 16px 0;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-index-problem {
    padding: 56px 0 72px;
  }
  .p-index-problem__inner {
    --inner-gutter: 16px;
  }
  .p-index-problem__heading::before {
    top: -62px;
    height: 52px;
  }
  .p-index-problem__heading-en {
    font-size: 18px;
  }
  .p-index-problem__title {
    font-size: 28px;
    line-height: 1.4;
  }
  .p-index-problem__lead {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.6;
  }
  .p-index-problem__lead br {
    display: none;
  }
  .p-index-problem__list {
    gap: 20px 16px;
  }
  .p-index-problem__item {
    max-width: none;
    flex: 0 1 calc(50% - 8px);
    margin: 0;
    padding-bottom: 24px;
  }
  .p-index-problem__item::before {
    top: 72px;
    bottom: 0;
    border-width: 4px;
    border-radius: 16px;
  }
  .p-index-problem__image {
    width: 156px;
  }
  .p-index-problem__item-title {
    width: calc(100% - 32px);
    max-width: none;
    min-height: 40px;
    margin-top: -2px;
    padding: 6px 10px;
    font-size: 18px;
  }
  .p-index-problem__item-number {
    top: 54px;
    left: 16px;
    font-size: 36px;
    line-height: 1;
  }
  .p-index-problem__item-text {
    margin: 18px 12px 0;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .p-index-problem {
    padding: 48px 0 32px;
  }
  .p-index-problem__inner {
    --inner-gutter: 12px;
  }
  .p-index-problem__heading {
    gap: 8px;
  }
  .p-index-problem__heading::before {
    top: -50px;
    height: 42px;
  }
  .p-index-problem__heading-en {
    font-size: 16px;
  }
  .p-index-problem__title {
    font-size: 18px;
    padding-bottom: 6px;
    white-space: nowrap;
  }
  .p-index-problem__title::after {
    height: 6px;
  }
  .p-index-problem__lead {
    margin-top: 12px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.6;
  }
  .p-index-problem__item {
    max-width: none;
    flex: 0 1 calc(50% - 8px);
    padding-bottom: 16px;
  }
  .p-index-problem__item::before {
    top: 56px;
    bottom: 0;
    border-width: 3px;
    border-radius: 12px;
  }
  .p-index-problem__image {
    width: 120px;
  }
  .p-index-problem__item-title {
    width: calc(100% - 20px);
    min-height: 34px;
    margin-top: 0;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 1.25;
  }
  .p-index-problem__item-number {
    top: 42px;
    left: 10px;
    font-size: 30px;
    line-height: 1;
  }
  .p-index-problem__item-text {
    margin: 14px 8px 0;
    font-size: 11px;
    line-height: 1.45;
  }
}
/* ------------------------------------------------------------------------------
  Top : 課題解決
------------------------------------------------------------------------------ */
.p-index-solution {
  position: relative;
  width: 100%;
  padding: 169px 0 88px;
  overflow: visible;
  z-index: 2;
  background: #fff;
}

.p-index-solution__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  --inner-width: 894px;
  min-height: 212px;
  padding-top: 36px;
  box-sizing: border-box;
  overflow: visible;
}

.p-index-solution__arrow {
  position: absolute;
  top: -169px;
  left: 50%;
  width: 172px;
  height: 115.97px;
  transform: translateX(-50%);
  animation: solution-arrow-bounce 1.8s ease-in-out infinite;
  will-change: transform;
}

.p-index-solution__arrow img {
  width: 100%;
  height: 100%;
  display: block;
}

@keyframes solution-arrow-bounce {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 14px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-index-solution__arrow {
    animation: none;
  }
}
.p-index-solution__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 600px;
  margin: 0;
  text-align: center;
}

.p-index-solution__lead,
.p-index-solution__sub {
  margin: 0;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 2.5);
  font-weight: 700;
  line-height: 1.3612;
  text-align: center;
  white-space: nowrap;
}

.p-index-solution__main {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: -2px 0 0;
  color: #1c1c1c;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.p-index-solution__main-core {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
}
.p-index-solution__main-core::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5px;
  left: 0;
  z-index: -1;
  height: 7px;
  background: #f69800;
}

.p-index-solution__main-z {
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 4.8611);
  line-height: 0.9143;
}

.p-index-solution__main-text {
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 4.4444);
  line-height: 0.9844;
}

.p-index-solution__main-suffix {
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 2.5);
  line-height: 1.3612;
}

.p-index-solution__sub {
  margin-top: 8px;
}

.p-index-solution__description {
  width: 100%;
  max-width: 800px;
  margin: 80px 0 0;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.25);
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 900px) {
  .p-index-solution {
    padding: 148px 0 80px;
  }
  .p-index-solution__inner {
    min-height: 188px;
    padding-top: 32px;
  }
  .p-index-solution__arrow {
    top: -148px;
    width: 148px;
    height: 99.74px;
  }
  .p-index-solution__text {
    max-width: 460px;
  }
  .p-index-solution__lead,
  .p-index-solution__sub {
    font-size: 30px;
  }
  .p-index-solution__main-core::after {
    bottom: -1px;
    height: 6px;
  }
  .p-index-solution__main-z {
    font-size: 58px;
  }
  .p-index-solution__main-text {
    font-size: 52px;
  }
  .p-index-solution__main-suffix {
    font-size: 30px;
  }
  .p-index-solution__sub {
    margin-top: 6px;
  }
  .p-index-solution__description {
    max-width: 800px;
    margin-top: 80px;
    font-size: 17px;
    line-height: 1.8;
  }
}
@media (max-width: 768px) {
  .p-index-solution {
    padding: 132px 0 72px;
  }
  .p-index-solution__inner {
    --inner-gutter: 16px;
    min-height: 168px;
    padding-top: 24px;
  }
  .p-index-solution__arrow {
    top: -132px;
    width: 128px;
    height: 86.21px;
  }
  .p-index-solution__text {
    max-width: 400px;
  }
  .p-index-solution__lead,
  .p-index-solution__sub {
    font-size: 24px;
    line-height: 1.4;
  }
  .p-index-solution__main {
    margin-top: 2px;
  }
  .p-index-solution__main-core::after {
    bottom: -1px;
    height: 5px;
  }
  .p-index-solution__main-z {
    font-size: 48px;
  }
  .p-index-solution__main-text {
    font-size: 42px;
  }
  .p-index-solution__main-suffix {
    font-size: 24px;
    line-height: 1.4;
  }
  .p-index-solution__sub {
    margin-top: 6px;
  }
  .p-index-solution__description {
    max-width: 620px;
    margin-top: 64px;
    font-size: 14px;
    line-height: 1.8;
  }
}
@media (max-width: 480px) {
  .p-index-solution {
    padding: 104px 0 28px;
  }
  .p-index-solution__inner {
    --inner-gutter: 12px;
    min-height: 132px;
    padding-top: 18px;
  }
  .p-index-solution__arrow {
    top: -104px;
    width: 98px;
    height: 65.98px;
  }
  .p-index-solution__text {
    max-width: 294px;
  }
  .p-index-solution__lead,
  .p-index-solution__sub {
    font-size: 18px;
    line-height: 1.45;
  }
  .p-index-solution__main {
    margin-top: 4px;
  }
  .p-index-solution__main-core::after {
    bottom: -1px;
    height: 4px;
  }
  .p-index-solution__main-z {
    font-size: 34px;
  }
  .p-index-solution__main-text {
    font-size: 30px;
  }
  .p-index-solution__main-suffix {
    font-size: 18px;
    line-height: 1.45;
  }
  .p-index-solution__sub {
    margin-top: 4px;
  }
  .p-index-solution__description {
    max-width: 100%;
    margin-top: 40px;
    font-size: 13px;
    line-height: 1.8;
  }
}
/* ------------------------------------------------------------------------------
  Top : 強み
------------------------------------------------------------------------------ */
.p-index-strengths {
  position: relative;
  width: 100%;
  min-height: 1371px;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(180deg, #fff 0%, #fff 12%, rgba(6, 132, 222, 0.04) 34%, rgba(6, 132, 222, 0.1) 100%);
}

.p-index-strengths__bg {
  position: absolute;
  top: -82px;
  left: 50%;
  z-index: 0;
  width: 1272px;
  height: 381px;
  margin: 0;
  transform: translateX(-50%);
  color: #EBF2F8;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 19.4444);
  font-weight: 700;
  line-height: 381px;
  text-align: center;
  white-space: nowrap;
}

.p-index-strengths__inner {
  position: relative;
  z-index: 1;
  --inner-width: 1091px;
  padding: 109px 0 64px;
}

.p-index-strengths__heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 569px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.p-index-strengths__heading::before {
  content: "";
  position: absolute;
  top: -82px;
  left: 50%;
  width: 1px;
  height: 70px;
  background: #194376;
  transform: translateX(-50%);
}

.p-index-strengths__heading-en {
  margin: 0;
  color: #0684de;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.3889);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.p-index-strengths__title {
  position: relative;
  width: 100%;
  max-width: 533px;
  margin: 0;
  padding-bottom: 7px;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 2.5);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.p-index-strengths__title::after {
  content: "";
  position: absolute;
  right: 62px;
  bottom: 0;
  left: 62px;
  height: 7px;
  background: #f69800;
}

.p-index-strengths__lead {
  width: 100%;
  max-width: 800px;
  margin: 8px auto 60px;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.6667);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.p-index-strengths__list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  justify-content: center;
  margin: 0;
  padding: 0 0 64px;
}

.p-index-strengths__item {
  position: relative;
  width: calc((100% - 80px) / 2);
  min-height: 431px;
  flex: 0 1 calc((100% - 80px) / 2);
  padding: 15px 24px;
  box-sizing: border-box;
  list-style: none;
  border-radius: 10px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.p-index-strengths__image {
  width: 100%;
  max-width: 456px;
  aspect-ratio: 456/240;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}

.p-index-strengths__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-index-strengths__item-title {
  margin: 20px 0 0;
  color: #0684de;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.6667);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.p-index-strengths__item-text {
  margin: 20px 0 0;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.25);
  font-weight: 400;
  line-height: 1.6667;
  text-align: center;
}

@media (max-width: 900px) {
  .p-index-strengths {
    min-height: auto;
  }
  .p-index-strengths__bg {
    top: -64px;
    width: 980px;
    height: 300px;
    font-size: 220px;
    line-height: 300px;
  }
  .p-index-strengths__inner {
    padding: 92px 0 56px;
  }
  .p-index-strengths__heading {
    gap: 8px;
    max-width: 500px;
    padding-bottom: 48px;
  }
  .p-index-strengths__heading::before {
    top: -68px;
    height: 56px;
  }
  .p-index-strengths__heading-en {
    font-size: 18px;
  }
  .p-index-strengths__title {
    max-width: 460px;
    padding-bottom: 6px;
    font-size: 30px;
  }
  .p-index-strengths__title::after {
    right: 48px;
    left: 48px;
    height: 6px;
  }
  .p-index-strengths__lead {
    margin-bottom: 48px;
    font-size: 24px;
    white-space: normal;
  }
  .p-index-strengths__list {
    gap: 32px 24px;
    padding-bottom: 56px;
  }
  .p-index-strengths__item {
    max-width: 438px;
    min-height: 0;
    flex: 1 1 calc(50% - 12px);
    padding: 14px 18px 24px;
  }
  .p-index-strengths__image {
    max-width: 400px;
  }
  .p-index-strengths__item-title {
    margin-top: 18px;
    font-size: 22px;
    line-height: 1.35;
    white-space: normal;
  }
  .p-index-strengths__item-text {
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.7;
  }
}
@media (max-width: 768px) {
  .p-index-strengths__bg {
    top: -44px;
    width: 760px;
    height: 220px;
    font-size: 160px;
    line-height: 220px;
  }
  .p-index-strengths__inner {
    --inner-gutter: 16px;
    padding: 76px 0 48px;
  }
  .p-index-strengths__heading {
    max-width: 420px;
    padding-bottom: 40px;
  }
  .p-index-strengths__heading::before {
    top: -56px;
    height: 44px;
  }
  .p-index-strengths__heading-en {
    font-size: 16px;
  }
  .p-index-strengths__title {
    max-width: 360px;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 1.4;
    white-space: normal;
  }
  .p-index-strengths__title::after {
    right: 32px;
    left: 32px;
    height: 5px;
  }
  .p-index-strengths__lead {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.6;
  }
  .p-index-strengths__lead br {
    display: none;
  }
  .p-index-strengths__list {
    gap: 20px 16px;
    padding-bottom: 48px;
  }
  .p-index-strengths__item {
    flex: 1 1 calc(50% - 8px);
    padding: 12px 12px 20px;
    border-radius: 8px;
  }
  .p-index-strengths__image {
    border-radius: 8px;
  }
  .p-index-strengths__item-title {
    margin-top: 16px;
    font-size: 18px;
  }
  .p-index-strengths__item-text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
  }
  .p-index-strengths__item-text br {
    display: none;
  }
}
@media (max-width: 480px) {
  .p-index-strengths__bg {
    top: -24px;
    width: 520px;
    height: 140px;
    font-size: 88px;
    line-height: 140px;
  }
  .p-index-strengths__inner {
    --inner-gutter: 12px;
    padding: 30px 0 40px;
  }
  .p-index-strengths__heading {
    gap: 6px;
    max-width: 320px;
    padding-bottom: 32px;
  }
  .p-index-strengths__heading::before {
    top: -44px;
    height: 34px;
  }
  .p-index-strengths__heading-en {
    font-size: 14px;
  }
  .p-index-strengths__title {
    max-width: 280px;
    padding-bottom: 4px;
    font-size: 18px;
  }
  .p-index-strengths__title::after {
    right: 18px;
    left: 18px;
    height: 4px;
  }
  .p-index-strengths__lead {
    margin-top: 12px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.6;
  }
  .p-index-strengths__list {
    gap: 16px;
    padding-bottom: 40px;
  }
  .p-index-strengths__item {
    max-width: none;
    flex-basis: 100%;
    padding: 10px 10px 18px;
  }
  .p-index-strengths__item-title {
    margin-top: 14px;
    font-size: 16px;
  }
  .p-index-strengths__item-text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.55;
    text-align: left;
  }
}
/* ------------------------------------------------------------------------------
  Top : サービス
------------------------------------------------------------------------------ */
.p-index-service {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  overflow: visible;
  background: #0684de;
  z-index: 3;
}

.p-index-service__curve {
  position: absolute;
  left: 50%;
  width: 100vw;
  min-width: 1920px;
  height: 47px;
  pointer-events: none;
  z-index: 4;
  transform: translateX(-50%);
}

.p-index-service__curve--top {
  top: -46px;
}

.p-index-service__curve--bottom {
  bottom: -46px;
}

.p-index-service__curve img {
  width: 100%;
  height: 100%;
  display: block;
}

.p-index-service__bg {
  position: absolute;
  top: -93px;
  left: 50%;
  z-index: 0;
  width: 934px;
  height: 381px;
  margin: 0;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.07);
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 19.4444);
  font-weight: 700;
  line-height: 381px;
  text-align: center;
  white-space: nowrap;
}

.p-index-service__brand {
  position: absolute;
  top: 19px;
  right: 0;
  left: 0;
  z-index: 1;
  --inner-width: 509px;
  min-height: 352px;
}

.p-index-service__brand-copy {
  position: relative;
  width: 100%;
  max-width: 509px;
  min-height: 43px;
  margin: 0;
  padding: 8px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #194376;
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.6667);
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  white-space: nowrap;
}

.p-index-service__brand-copy-arrow {
  position: absolute;
  top: 40px;
  left: 249px;
  width: 14px;
  height: 9px;
}
.p-index-service__brand-copy-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #194376;
}

.p-index-service__logo {
  position: absolute;
  top: 73px;
  left: 50%;
  width: 100%;
  max-width: 368px;
  transform: translateX(-50%);
}

.p-index-service__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.p-index-service__inner {
  position: relative;
  z-index: 1;
  --inner-width: 1090px;
  padding-top: 417px;
}

.p-index-service__block-title,
.p-index-service__guide-title {
  position: relative;
  height: 32px;
}

.p-index-service__block-line,
.p-index-service__guide-line {
  position: absolute;
  top: 18px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.9);
}

.p-index-service__block-label,
.p-index-service__guide-label {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin: 0;
  padding: 0 20px;
  background: #0684de;
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 2.2222);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

.p-index-service__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 82px;
  row-gap: 40px;
  margin: 80px 0 0;
  padding: 0;
}

.p-index-service__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc((100% - 82px) / 2);
  flex: 0 1 calc((100% - 82px) / 2);
  list-style: none;
}

.p-index-service__image {
  width: 100%;
  max-width: 504px;
  aspect-ratio: 504/364;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

.p-index-service__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-index-service__item-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 24px 0 0;
  padding: 5px 20px;
  border-radius: 5px;
  background: #194376;
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.5278);
  font-weight: 700;
  line-height: 1.2728;
  white-space: nowrap;
}

.p-index-service__item-text {
  margin: 15px 0 0;
  width: 100%;
  margin-bottom: 24px;
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.1111);
  font-weight: 700;
  line-height: 1.75;
}

.p-index-service__guide-title {
  margin-top: 55px;
}

.p-index-service__guide {
  display: flex;
  align-items: center;
  gap: 107px;
  width: 100%;
  min-height: 312px;
  margin: 71px 0 64px;
  padding: 48px 100px 45px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.p-index-service__guide-image {
  width: 100%;
  max-width: 193px;
  aspect-ratio: 193/219;
  flex: 0 0 193px;
  overflow: hidden;
}

.p-index-service__guide-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.p-index-service__guide-body {
  width: 100%;
  max-width: 500px;
}

.p-index-service__guide-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 0;
  padding: 5px 20px;
  border-radius: 5px;
  background: #ff9d00;
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.6667);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.p-index-service__guide-text {
  margin: 24px 0 0;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.1111);
  font-weight: 500;
  line-height: 2;
}

/* ご担当者様へ／本文の強調（CTAオレンジ） */
.p-index-service__guide-highlight {
  display: inline;
  padding: 0.12em 0.35em;
  background-color: #f69800;
  color: #ffffff;
  font-weight: 700;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

html.is-service-modal-open {
  overflow: hidden;
}

@keyframes service-modal-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes service-modal-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes service-modal-dialog-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes service-modal-dialog-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(12px);
  }
}
/* ------------------------------------------------------------------------------
 サービスモーダル
------------------------------------------------------------------------------ */
/* カード内ボタン */
.p-index-service__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  min-height: 43px;
  margin: auto auto 0;
  padding: 8px 20px;
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #0684de;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.1111);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.25s ease;
}
.p-index-service__button:hover, .p-index-service__button:focus-visible {
  opacity: 0.8;
}
.p-index-service__button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.p-index-service-modal {
  position: fixed;
  inset: 0;
  z-index: 10000000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.p-index-service-modal[hidden] {
  display: none !important;
}
.p-index-service-modal.is-open .p-index-service-modal__overlay {
  animation: service-modal-fade-in 0.28s ease both;
}
.p-index-service-modal.is-open .p-index-service-modal__dialog {
  animation: service-modal-dialog-in 0.3s ease both;
}
.p-index-service-modal.is-closing .p-index-service-modal__overlay {
  animation: service-modal-fade-out 0.28s ease both;
}
.p-index-service-modal.is-closing .p-index-service-modal__dialog {
  animation: service-modal-dialog-out 0.28s ease both;
}

.p-index-service-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.p-index-service-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1200px, 90vw);
  height: 90dvh;
  max-height: 90dvh;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.p-index-service-modal__body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 72px 56px 56px;
  box-sizing: border-box;
  overflow-y: auto;
}

.p-index-service-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.p-index-service-modal__close::before, .p-index-service-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: #1c1c1c;
  transform-origin: center;
}
.p-index-service-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-index-service-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-index-service-modal__close:hover, .p-index-service-modal__close:focus-visible {
  opacity: 0.6;
}
.p-index-service-modal__close:focus-visible {
  outline: 2px solid #414042;
  outline-offset: 2px;
}

.p-index-service-modal__title {
  margin: 0 0 40px;
  color: #194376;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.p-index-service-modal__intro {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}

.p-index-service-modal__intro-image {
  width: 100%;
  max-width: 300px;
  flex: 0 0 300px;
  overflow: hidden;
  border-radius: 10px;
}

.p-index-service-modal__intro-image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-index-service-modal__intro-content {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-index-service-modal__intro-content .p-index-service-modal__title {
  margin-bottom: 14px;
  text-align: left;
  font-size: 32px;
}

.p-index-service-modal__intro-text {
  text-align: left;
}

.p-index-service-modal__intro-text .p-index-service-modal__lead {
  text-align: left;
  font-size: 16px;
  line-height: 1.7;
}

.p-index-service-modal__lead {
  margin: 0;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
}

.p-index-service-modal__lead + .p-index-service-modal__lead {
  margin-top: 12px;
}

.p-index-service-modal__intro-text .p-index-service-modal__lead + .p-index-service-modal__lead {
  margin-top: 8px;
}

.p-index-service-modal__section--lead-left .p-index-service-modal__lead {
  text-align: left;
}

.p-index-service-modal__section + .p-index-service-modal__section {
  margin-top: 48px;
}

.p-index-service-modal__section-title {
  margin: 0 0 24px;
  color: #1c1c1c;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-index-service-modal__definition-list {
  margin: 0;
}

.p-index-service-modal__definition-item {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 24px 0;
  border-top: 1px solid rgba(28, 28, 28, 0.12);
}
.p-index-service-modal__definition-item:last-child {
  border-bottom: 1px solid rgba(28, 28, 28, 0.12);
}

.p-index-service-modal__term {
  width: 100%;
  max-width: 280px;
  flex: 0 0 280px;
  margin: 0;
  color: #194376;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}

.p-index-service-modal__term-break {
  display: inline;
}

.p-index-service-modal__description {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}
.p-index-service-modal__description p {
  margin: 0;
}
.p-index-service-modal__description p + p {
  margin-top: 10px;
}

.p-index-service-modal__note {
  margin: 32px 0 0;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}

.p-index-service-modal__subnote {
  color: #414042;
  font-size: 15px;
}

@media (max-width: 900px) {
  .p-index-service-modal__intro {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    margin-bottom: 28px;
  }
  .p-index-service-modal__intro-image {
    max-width: none;
    flex-basis: auto;
  }
  .p-index-service-modal__intro-content .p-index-service-modal__title {
    margin-bottom: 12px;
    text-align: left;
  }
  .p-index-service-modal__definition-item {
    flex-direction: column;
    gap: 10px;
    padding: 18px 0;
  }
  .p-index-service-modal__term {
    max-width: unset;
    flex-basis: unset;
    font-size: 18px;
    line-height: 1.6;
  }
  .p-index-service-modal__description {
    width: 100%;
    font-size: 15px;
    line-height: 1.8;
  }
}
@media (max-width: 900px) {
  .p-index-service {
    min-height: auto;
  }
  .p-index-service__curve {
    min-width: 1440px;
    height: 36px;
  }
  .p-index-service__curve--top {
    top: -35px;
  }
  .p-index-service__curve--bottom {
    bottom: -35px;
  }
  .p-index-service__bg {
    top: -72px;
    width: 760px;
    height: 300px;
    font-size: 220px;
    line-height: 300px;
  }
  .p-index-service__brand {
    top: 24px;
    --inner-width: 440px;
    min-height: 300px;
  }
  .p-index-service__brand-copy {
    max-width: 440px;
    min-height: 38px;
    padding: 7px 16px;
    font-size: 22px;
    line-height: 1.2;
  }
  .p-index-service__brand-copy-arrow {
    top: 35px;
    left: 215px;
  }
  .p-index-service__logo {
    top: 64px;
    max-width: 320px;
  }
  .p-index-service__inner {
    --inner-width: 960px;
    padding-top: 360px;
  }
  .p-index-service__block-label,
  .p-index-service__guide-label {
    font-size: 28px;
  }
  .p-index-service__list {
    column-gap: 24px;
    row-gap: 32px;
    margin-top: 64px;
  }
  .p-index-service__item {
    width: calc((100% - 24px) / 2);
    flex: 0 1 calc((100% - 24px) / 2);
  }
  .p-index-service__item-title {
    min-height: 40px;
    margin-top: 20px;
    padding: 5px 16px;
    font-size: 20px;
    line-height: 1.35;
    white-space: normal;
  }
  .p-index-service__item-text {
    font-size: 16px;
    line-height: 1.7;
  }
  .p-index-service__button {
    min-height: 40px;
    margin-top: 24px;
    padding: 8px 24px;
    font-size: 15px;
  }
  .p-index-service__guide-title {
    margin-top: 48px;
  }
  .p-index-service__guide {
    gap: 48px;
    min-height: 0;
    margin: 56px 0 56px;
    padding: 40px 48px;
  }
  .p-index-service__guide-body {
    max-width: none;
  }
  .p-index-service__guide-heading {
    font-size: 24px;
    white-space: normal;
  }
  .p-index-service__guide-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.85;
  }
  .p-index-service-modal__body {
    padding: 64px 40px 40px;
  }
  .p-index-service-modal__title {
    margin-bottom: 32px;
    font-size: 30px;
  }
  .p-index-service-modal__intro {
    gap: 24px;
    margin-bottom: 32px;
  }
  .p-index-service-modal__intro-image {
    max-width: 240px;
    flex-basis: 240px;
  }
  .p-index-service-modal__intro-content .p-index-service-modal__title {
    margin-bottom: 12px;
    font-size: 26px;
  }
  .p-index-service-modal__intro-text .p-index-service-modal__lead {
    font-size: 16px;
    line-height: 1.65;
  }
  .p-index-service-modal__lead {
    font-size: 16px;
  }
  .p-index-service-modal__section + .p-index-service-modal__section {
    margin-top: 40px;
  }
  .p-index-service-modal__section-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .p-index-service-modal__definition-item {
    gap: 24px;
    padding: 20px 0;
  }
  .p-index-service-modal__term {
    max-width: unset;
    flex-basis: unset;
    font-size: 18px;
  }
  .p-index-service-modal__description,
  .p-index-service-modal__note {
    font-size: 16px;
  }
  .p-index-service-modal__subnote {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-index-service__curve {
    left: 0;
    width: 100%;
    min-width: 0;
    height: 28px;
    transform: none;
  }
  .p-index-service__curve--top {
    top: -27px;
  }
  .p-index-service__curve--bottom {
    bottom: -27px;
  }
  .p-index-service__bg {
    top: -52px;
    width: 560px;
    height: 220px;
    font-size: 150px;
    line-height: 220px;
  }
  .p-index-service__brand {
    top: 18px;
    --inner-width: 360px;
    min-height: 248px;
  }
  .p-index-service__brand-copy {
    max-width: 360px;
    min-height: 32px;
    padding: 6px 14px;
    font-size: 18px;
  }
  .p-index-service__brand-copy-arrow {
    top: 29px;
    left: 175px;
    width: 12px;
    height: 8px;
  }
  .p-index-service__logo {
    top: 54px;
    max-width: 260px;
  }
  .p-index-service__inner {
    --inner-gutter: 16px;
    padding-top: 292px;
  }
  .p-index-service__block-title,
  .p-index-service__guide-title {
    height: 28px;
  }
  .p-index-service__block-line,
  .p-index-service__guide-line {
    top: 16px;
  }
  .p-index-service__block-label,
  .p-index-service__guide-label {
    height: 28px;
    padding: 0 16px;
    font-size: 22px;
  }
  .p-index-service__list {
    column-gap: 16px;
    row-gap: 28px;
    margin-top: 48px;
  }
  .p-index-service__item {
    width: calc((100% - 16px) / 2);
    flex-basis: calc((100% - 16px) / 2);
  }
  .p-index-service__item-title {
    min-height: 36px;
    margin-top: 16px;
    padding: 4px 12px;
    font-size: 16px;
  }
  .p-index-service__item-text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.6;
  }
  .p-index-service__item-text br {
    display: none;
  }
  .p-index-service__button {
    min-height: 38px;
    margin-top: 20px;
    padding: 8px 20px;
    font-size: 14px;
  }
  .p-index-service__guide-title {
    margin-top: 40px;
  }
  .p-index-service__guide {
    flex-direction: column;
    gap: 24px;
    margin: 44px 0 48px;
    padding: 28px 20px 32px;
    border-radius: 16px;
  }
  .p-index-service__guide-image {
    max-width: 160px;
    flex-basis: 160px;
  }
  .p-index-service__guide-body {
    text-align: center;
  }
  .p-index-service__guide-heading {
    min-height: 40px;
    padding: 6px 14px;
    font-size: 20px;
    line-height: 1.4;
  }
  .p-index-service__guide-text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.8;
  }
  .p-index-service__guide-text br {
    display: none;
  }
  .p-index-service-modal__body {
    padding: 56px 24px 28px;
  }
  .p-index-service-modal__close {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }
  .p-index-service-modal__title {
    margin-bottom: 28px;
    padding: 0 32px;
    font-size: 24px;
  }
  .p-index-service-modal__intro {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    margin-bottom: 28px;
  }
  .p-index-service-modal__intro-image {
    max-width: none;
    flex-basis: auto;
  }
  .p-index-service-modal__intro-content .p-index-service-modal__title {
    margin-bottom: 14px;
    padding: 0;
    font-size: 24px;
  }
  .p-index-service-modal__lead {
    font-size: 14px;
    line-height: 1.8;
  }
  .p-index-service-modal__term-break {
    display: none;
  }
  .p-index-service-modal__section + .p-index-service-modal__section {
    margin-top: 32px;
  }
  .p-index-service-modal__section-title {
    margin-bottom: 18px;
    font-size: 20px;
  }
  .p-index-service-modal__definition-item {
    gap: 18px;
    padding: 18px 0;
  }
  .p-index-service-modal__term {
    max-width: unset;
    flex-basis: unset;
    font-size: 15px;
    line-height: 1.7;
  }
  .p-index-service-modal__description,
  .p-index-service-modal__note {
    font-size: 14px;
    line-height: 1.8;
  }
  .p-index-service-modal__subnote {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .p-index-service__curve {
    left: 0;
    width: 100%;
    min-width: 0;
    height: 20px;
    transform: none;
  }
  .p-index-service__curve--top {
    top: -19px;
  }
  .p-index-service__curve--bottom {
    bottom: -19px;
  }
  .p-index-service__bg {
    top: -28px;
    width: 360px;
    height: 140px;
    font-size: 88px;
    line-height: 140px;
  }
  .p-index-service__brand {
    --inner-width: 280px;
    min-height: 194px;
  }
  .p-index-service__brand-copy {
    max-width: 280px;
    min-height: 28px;
    padding: 6px 12px;
    font-size: 14px;
  }
  .p-index-service__brand-copy-arrow {
    top: 25px;
    left: 136px;
    width: 10px;
    height: 7px;
  }
  .p-index-service__logo {
    top: 48px;
    max-width: 204px;
  }
  .p-index-service__inner {
    --inner-gutter: 12px;
    padding-top: 228px;
  }
  .p-index-service__block-title,
  .p-index-service__guide-title {
    height: 24px;
  }
  .p-index-service__block-line,
  .p-index-service__guide-line {
    top: 13px;
  }
  .p-index-service__block-label,
  .p-index-service__guide-label {
    height: 24px;
    padding: 0 12px;
    font-size: 16px;
  }
  .p-index-service__list {
    gap: 24px;
    margin-top: 36px;
  }
  .p-index-service__item {
    width: 100%;
    flex-basis: 100%;
  }
  .p-index-service__item-title {
    min-height: 32px;
    margin-top: 14px;
    font-size: 15px;
  }
  .p-index-service__item-text {
    font-size: 12px;
    line-height: 1.55;
  }
  .p-index-service__guide-title {
    margin-top: 32px;
  }
  .p-index-service__guide {
    gap: 18px;
    margin: 32px 0 40px;
    padding: 24px 14px 28px;
    border-radius: 12px;
  }
  .p-index-service__guide-image {
    max-width: 132px;
    flex-basis: 132px;
  }
  .p-index-service__guide-heading {
    min-height: 36px;
    padding: 6px 10px;
    font-size: 16px;
  }
  .p-index-service__guide-text {
    font-size: 12px;
    line-height: 1.75;
  }
  .p-index-service__button {
    min-height: 34px;
    margin-top: 18px;
    padding: 8px 16px;
    font-size: 12px;
  }
  .p-index-service-modal__body {
    padding: 52px 16px 20px;
  }
  .p-index-service-modal__close {
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
  }
  .p-index-service-modal__close::before, .p-index-service-modal__close::after {
    width: 18px;
  }
  .p-index-service-modal__title {
    margin-bottom: 24px;
    padding: 0 28px;
    font-size: 20px;
  }
  .p-index-service-modal__intro {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 24px;
  }
  .p-index-service-modal__intro-image {
    max-width: none;
    flex-basis: auto;
  }
  .p-index-service-modal__intro-content .p-index-service-modal__title {
    margin-bottom: 12px;
    padding: 0;
    font-size: 20px;
  }
  .p-index-service-modal__lead {
    font-size: 12px;
    line-height: 1.75;
  }
  .p-index-service-modal__section + .p-index-service-modal__section {
    margin-top: 28px;
  }
  .p-index-service-modal__section-title {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .p-index-service-modal__definition-item {
    gap: 12px;
    padding: 14px 0;
  }
  .p-index-service-modal__term {
    max-width: unset;
    flex-basis: unset;
    font-size: 12px;
  }
  .p-index-service-modal__description,
  .p-index-service-modal__note {
    font-size: 12px;
    line-height: 1.75;
  }
  .p-index-service-modal__subnote {
    font-size: 11px;
  }
}
/* ------------------------------------------------------------------------------
 Top : お問い合わせ
------------------------------------------------------------------------------ */
.p-index-contact {
  position: relative;
  width: 100%;
  padding: 112px 0 128px;
  overflow: visible;
  background: #0684de;
  z-index: 1;
}

.p-index-contact__curve {
  position: absolute;
  left: 50%;
  width: 100vw;
  min-width: 1920px;
  height: 47px;
  pointer-events: none;
  z-index: 3;
  transform: translateX(-50%);
}

.p-index-contact__curve--top {
  top: -46px;
}

.p-index-contact__curve--bottom {
  bottom: -46px;
}

.p-index-contact__curve img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-index-contact__bg {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 0;
  width: 1012px;
  margin: 0;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.07);
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 15.5556);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.p-index-contact__brand {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  --inner-width: 509px;
}

.p-index-contact__brand-copy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 509px;
  min-height: 43px;
  margin: 0;
  padding: 8px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #194376;
  color: #f0f0f0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.p-index-contact__brand-copy-arrow {
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 9px solid #194376;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  transform: translateX(-50%);
}

.p-index-contact__logo {
  width: 100%;
  max-width: 368px;
  margin-top: 30px;
}

.p-index-contact__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.p-index-contact__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  --inner-width: 1093px;
  margin-top: 47px;
}

.p-index-contact__lead {
  order: 1;
  width: 100%;
  max-width: 1060px;
  margin: 0;
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.p-index-contact__heading {
  position: relative;
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 87px;
}

.p-index-contact__heading-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-50%);
}

.p-index-contact__heading-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin: 0;
  padding: 8px 20px;
  box-sizing: border-box;
  background: #0684de;
  color: #f0f0f0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.p-index-contact__form {
  order: 4;
  width: 100%;
  margin-top: 42px;
}

#mfp_phase_confirm {
  order: 3;
  width: 100%;
  margin-top: 42px;
}

.p-index-contact--thanks .p-index-contact__heading {
  order: 1;
  margin-top: 0;
}

.p-index-contact--thanks .p-index-contact__lead {
  order: 2;
  margin-top: 40px;
}

.p-index-contact--thanks .p-index-thanks__actions {
  order: 3;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.p-index-thanks__button {
  display: inline-flex;
  overflow: hidden;
}

.p-index-contact--thanks .p-index-thanks__actions .p-index-contact__submit {
  text-decoration: none;
}

.p-index-contact__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.p-index-contact__row + .p-index-contact__row {
  margin-top: 24px;
}

.p-index-contact__row + .p-index-contact__notice {
  margin-top: 30px;
}

.p-index-contact__notice + .p-index-contact__row {
  margin-top: 37px;
}

.p-index-contact__row--textarea {
  align-items: flex-start;
  margin-top: 32px;
}

.p-index-contact__label {
  display: flex;
  align-items: center;
  gap: 0;
  width: 214px;
  flex: 0 0 214px;
}

.p-index-contact__row--textarea .p-index-contact__label {
  align-items: flex-start;
  padding-top: 12px;
}

.p-index-contact__row--textarea .p-index-contact__field {
  align-items: flex-end;
}

.p-index-contact__label-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
}

.p-index-contact__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  min-width: 44px;
  min-height: 26px;
  padding: 3px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #e63946;
  color: #f0f0f0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.p-index-contact__field {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  flex: 1 0 0;
  min-width: 0;
  row-gap: 8px;
}

.p-index-contact__field--split {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  column-gap: 8px;
  row-gap: 8px;
}

.p-index-contact__field-unit {
  width: 100%;
  max-width: 360px;
  flex: 0 1 360px;
}

.p-index-contact__options {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 729px;
  min-height: 70px;
  padding: 23px 20px;
  box-sizing: border-box;
}

#mailformpro .p-index-contact__option {
  display: inline-flex;
  align-items: center !important;
  justify-content: flex-start;
  gap: 0;
  margin: 0;
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
}

#mailformpro .p-index-contact__option span {
  display: inline-flex;
  align-items: center !important;
  height: 24px;
  margin-left: 5px;
  line-height: 24px;
  vertical-align: middle;
}

#mailformpro .p-index-contact__option input {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin: 0;
  border: 2px solid #f0f0f0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

#mailformpro .p-index-contact__option input:checked {
  background: #f0f0f0;
  box-shadow: inset 0 0 0 6px #0684de;
}

.p-index-contact__notice {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #194376;
}

.p-index-contact__notice p {
  margin: 0;
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

#mailformpro .p-index-contact__select,
#mailformpro .p-index-contact__input,
#mailformpro .p-index-contact__textarea {
  display: block;
  margin: 0;
  border: 0;
  border-radius: 10px;
  background: #f0f0f0;
  color: #434343;
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
}
#mailformpro .p-index-contact__select:focus,
#mailformpro .p-index-contact__input:focus,
#mailformpro .p-index-contact__textarea:focus {
  outline: none;
}

#mailformpro .p-index-contact__select {
  width: 100%;
  max-width: 360px;
  height: 70px;
  padding: 0 44px 0 20px;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #434343 50%), linear-gradient(135deg, #434343 50%, transparent 50%);
  background-position: calc(100% - 26px) calc(50% - 3px), calc(100% - 20px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

#mailformpro .p-index-contact__input {
  width: 100%;
  max-width: 729px;
  height: 70px;
  padding: 0 20px;
}

#mailformpro .p-index-contact__textarea {
  width: 729px !important;
  max-width: 729px !important;
  height: 240px;
  min-height: 240px;
  padding: 20px;
  margin-left: auto;
  resize: none;
}

#mailformpro .p-index-contact__field > .mfp_err {
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  margin-top: 0;
  margin-left: max(0px, 100% - 729px);
  padding: 2px 10px;
  border-radius: 5px;
  background-image: none;
  background: #e63946;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}

#mailformpro .p-index-contact__input::placeholder,
#mailformpro .p-index-contact__textarea::placeholder {
  color: #434343;
  opacity: 1;
}

.p-index-contact__consent {
  margin: 48px 0 0;
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

.p-index-contact__consent a {
  color: #f0f0f0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.p-index-contact__actions {
  display: flex;
  justify-content: center;
  margin-top: 31px;
}

.p-index-contact__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 66px;
  padding: 10px 20px;
  box-sizing: border-box;
  border: 0;
  border-radius: 5px;
  background: #e63946;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

#mailformpro .p-index-contact__submit {
  appearance: none;
  -webkit-appearance: none;
}

#mfp_phase_confirm .mfp_buttons button#mfp_button_send,
#mfp_phase_confirm .mfp_buttons button#mfp_button_cancel {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  max-width: 100%;
  min-height: 66px;
  padding: 10px 20px;
  border: 0 !important;
  border-radius: 5px !important;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  background-image: none !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1;
  text-shadow: none !important;
  cursor: pointer;
}

#mfp_phase_confirm .mfp_buttons button#mfp_button_send {
  background: #e63946 !important;
  color: #ffffff !important;
}

#mfp_phase_confirm .mfp_buttons button#mfp_button_cancel {
  background: #f0f0f0 !important;
  color: #434343 !important;
}

@media (max-width: 996px) {
  .p-index-contact__field--split {
    justify-content: flex-start;
  }
  .p-index-contact__field-unit {
    max-width: none;
    flex-basis: 100%;
  }
  #mailformpro .p-index-contact__field-unit .p-index-contact__select {
    max-width: none;
  }
}
@media (max-width: 900px) {
  .p-index-contact {
    padding: 96px 0 112px;
  }
  .p-index-contact__curve {
    min-width: 1360px;
    height: 40px;
  }
  .p-index-contact__curve--top {
    top: -39px;
  }
  .p-index-contact__curve--bottom {
    bottom: -39px;
  }
  .p-index-contact__bg {
    top: 28px;
    width: 100%;
    font-size: clamp(110px, 18vw, 180px);
  }
  .p-index-contact__brand {
    --inner-gutter: 16px;
    --inner-width: 100%;
  }
  .p-index-contact__brand-copy {
    min-height: 0;
    padding: 10px 18px;
    font-size: 20px;
    line-height: 1.4;
    white-space: normal;
  }
  .p-index-contact__logo {
    max-width: 320px;
    margin-top: 24px;
  }
  .p-index-contact__inner {
    --inner-gutter: 16px;
    --inner-width: 100%;
    margin-top: 40px;
  }
  .p-index-contact__lead {
    font-size: 15px;
    line-height: 1.9;
  }
  .p-index-contact__heading {
    margin-top: 64px;
  }
  .p-index-contact--thanks .p-index-contact__heading {
    margin-top: 0;
  }
  .p-index-contact--thanks .p-index-contact__lead {
    margin-top: 32px;
  }
  .p-index-contact--thanks .p-index-thanks__actions {
    margin-top: 32px;
  }
  .p-index-contact__heading-label {
    min-height: 50px;
    padding: 8px 18px;
    font-size: 28px;
  }
  .p-index-contact__form {
    margin-top: 36px;
  }
  .p-index-contact__row {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .p-index-contact__row + .p-index-contact__row {
    margin-top: 20px;
  }
  .p-index-contact__row + .p-index-contact__notice {
    margin-top: 24px;
  }
  .p-index-contact__notice + .p-index-contact__row {
    margin-top: 28px;
  }
  .p-index-contact__row--textarea {
    margin-top: 28px;
  }
  .p-index-contact__label {
    width: 100%;
    flex: none;
  }
  .p-index-contact__row--textarea .p-index-contact__label {
    padding-top: 0;
  }
  .p-index-contact__required {
    margin-left: 16px;
  }
  .p-index-contact__field {
    justify-content: flex-start;
    width: 100%;
  }
  .p-index-contact__field--split {
    gap: 12px;
  }
  .p-index-contact__field-unit {
    max-width: none;
    flex-basis: calc((100% - 12px) / 2);
  }
  .p-index-contact__options {
    flex-wrap: wrap;
    gap: 16px 24px;
    max-width: none;
    min-height: 0;
    padding: 20px;
  }
  .p-index-contact__notice {
    min-height: 0;
    padding: 18px 20px;
  }
  .p-index-contact__notice p {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
  }
  #mailformpro .p-index-contact__select,
  #mailformpro .p-index-contact__input,
  #mailformpro .p-index-contact__textarea {
    max-width: none;
  }
  #mailformpro .p-index-contact__select,
  #mailformpro .p-index-contact__input {
    height: 64px;
  }
  #mailformpro .p-index-contact__textarea {
    width: 100% !important;
    max-width: none !important;
    height: 220px;
  }
  #mailformpro .p-index-contact__field > .mfp_err {
    margin-left: 0;
  }
  .p-index-contact__consent {
    margin-top: 40px;
    font-size: 15px;
    line-height: 1.8;
  }
  .p-index-contact__actions {
    margin-top: 28px;
  }
}
@media (max-width: 768px) {
  .p-index-contact {
    padding: 84px 0 96px;
  }
  .p-index-contact__curve {
    left: 0;
    width: 100%;
    min-width: 0;
    height: 32px;
    transform: none;
  }
  .p-index-contact__curve--top {
    top: -31px;
  }
  .p-index-contact__curve--bottom {
    bottom: -31px;
  }
  .p-index-contact__bg {
    top: 40px;
    font-size: clamp(72px, 20vw, 128px);
  }
  .p-index-contact__brand-copy {
    padding: 10px 16px;
    font-size: 18px;
  }
  .p-index-contact__brand-copy-arrow {
    bottom: -8px;
  }
  .p-index-contact__logo {
    max-width: 260px;
    margin-top: 20px;
  }
  .p-index-contact__inner {
    margin-top: 32px;
  }
  .p-index-contact__lead {
    font-size: 14px;
    line-height: 1.85;
  }
  .p-index-contact__lead br {
    display: none;
  }
  .p-index-contact__heading {
    margin-top: 48px;
  }
  .p-index-contact--thanks .p-index-contact__heading {
    margin-top: 0;
  }
  .p-index-contact--thanks .p-index-contact__lead {
    margin-top: 24px;
  }
  .p-index-contact--thanks .p-index-thanks__actions {
    margin-top: 28px;
  }
  .p-index-contact__heading-label {
    min-height: 44px;
    font-size: 24px;
  }
  .p-index-contact__label {
    flex-wrap: wrap;
    gap: 8px;
  }
  .p-index-contact__label-text {
    font-size: 15px;
  }
  .p-index-contact__required {
    margin-left: 0;
    min-width: 40px;
    min-height: 24px;
    padding: 3px 8px;
    font-size: 12px;
  }
  .p-index-contact__field.p-index-contact__field--split {
    display: block;
    width: 100%;
  }
  .p-index-contact__field.p-index-contact__field--split > .p-index-contact__field-unit {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: none;
    flex: none;
  }
  .p-index-contact__field.p-index-contact__field--split > .p-index-contact__field-unit + .p-index-contact__field-unit {
    margin-top: 8px;
  }
  .p-index-contact__options {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 16px;
  }
  #mailformpro .p-index-contact__option {
    font-size: 15px;
  }
  .p-index-contact__notice p {
    font-size: 14px;
    line-height: 1.8;
  }
  .p-index-contact__notice p br {
    display: none;
  }
  #mailformpro .p-index-contact__select,
  #mailformpro .p-index-contact__input,
  #mailformpro .p-index-contact__textarea {
    border-radius: 8px;
    font-size: 16px;
  }
  #mailformpro .p-index-contact__field-unit .p-index-contact__select,
  #mailformpro .p-index-contact__field.p-index-contact__field--split .p-index-contact__select {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 auto;
  }
  #mailformpro .p-index-contact__select,
  #mailformpro .p-index-contact__input {
    height: 60px;
    padding-right: 40px;
    padding-left: 16px;
  }
  #mailformpro .p-index-contact__select {
    background-position: calc(100% - 22px) calc(50% - 3px), calc(100% - 16px) calc(50% - 3px);
  }
  #mailformpro .p-index-contact__textarea {
    width: 100% !important;
    max-width: none !important;
    height: 200px;
    padding: 16px;
  }
  #mailformpro .p-index-contact__field > .mfp_err {
    margin-left: 0;
  }
  .p-index-contact__consent {
    margin-top: 32px;
    font-size: 14px;
    line-height: 1.8;
  }
  .p-index-contact__actions {
    margin-top: 24px;
  }
  .p-index-contact__submit {
    width: 100%;
    max-width: 320px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  .p-index-contact {
    padding: 72px 0 88px;
  }
  .p-index-contact__curve {
    left: 0;
    width: 100%;
    min-width: 0;
    height: 24px;
    transform: none;
  }
  .p-index-contact__curve--top {
    top: -23px;
  }
  .p-index-contact__curve--bottom {
    bottom: -23px;
  }
  .p-index-contact__bg {
    top: 48px;
    font-size: clamp(56px, 18vw, 88px);
  }
  .p-index-contact__brand-copy {
    padding: 9px 14px;
    font-size: 16px;
  }
  .p-index-contact__logo {
    max-width: 220px;
  }
  .p-index-contact__lead {
    font-size: 13px;
    line-height: 1.8;
  }
  .p-index-contact__heading {
    margin-top: 40px;
  }
  .p-index-contact--thanks .p-index-contact__heading {
    margin-top: 0;
  }
  .p-index-contact--thanks .p-index-contact__lead {
    margin-top: 20px;
  }
  .p-index-contact--thanks .p-index-thanks__actions {
    margin-top: 24px;
  }
  .p-index-contact__heading-label {
    min-height: 40px;
    padding: 7px 16px;
    font-size: 22px;
  }
  .p-index-contact__form {
    margin-top: 28px;
  }
  .p-index-contact__row + .p-index-contact__row {
    margin-top: 18px;
  }
  .p-index-contact__row + .p-index-contact__notice {
    margin-top: 20px;
  }
  .p-index-contact__notice + .p-index-contact__row {
    margin-top: 24px;
  }
  .p-index-contact__row--textarea {
    margin-top: 24px;
  }
  .p-index-contact__label-text,
  .p-index-contact__notice p,
  #mailformpro .p-index-contact__option {
    font-size: 13px;
  }
  #mailformpro .p-index-contact__option input {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }
  #mailformpro .p-index-contact__option span {
    height: 20px;
    line-height: 20px;
  }
  .p-index-contact__notice {
    padding: 16px;
  }
  #mailformpro .p-index-contact__select,
  #mailformpro .p-index-contact__input {
    height: 56px;
  }
  .p-index-contact__field.p-index-contact__field--split {
    display: block;
    width: 100%;
  }
  .p-index-contact__field.p-index-contact__field--split > .p-index-contact__field-unit {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: none;
    flex: none;
  }
  .p-index-contact__field.p-index-contact__field--split > .p-index-contact__field-unit + .p-index-contact__field-unit {
    margin-top: 8px;
  }
  #mailformpro .p-index-contact__field-unit .p-index-contact__select,
  #mailformpro .p-index-contact__field.p-index-contact__field--split .p-index-contact__select {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 auto;
  }
  #mailformpro .p-index-contact__textarea {
    height: 180px;
  }
  .p-index-contact__consent {
    font-size: 13px;
  }
  .p-index-contact__submit {
    height: 56px;
    font-size: 15px;
  }
}
/* ------------------------------------------------------------------------------
  Top : CTA
------------------------------------------------------------------------------ */
.p-index-cta-primary,
.p-index-cta-secondary,
.p-index-cta-contact {
  position: relative;
  width: 100%;
  padding: 128px 0 43px;
  background: #fff;
}

.p-index-cta-secondary {
  padding: 0 0 64px;
}

.p-index-cta-contact {
  padding-bottom: 128px;
}

.p-index-cta-primary__inner,
.p-index-cta-secondary__inner,
.p-index-cta-contact__inner {
  position: relative;
  --inner-width: 1440px;
  min-height: 400px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(90deg, #194376 37.564%, #358aef 100%);
}

.p-index-cta-primary__image,
.p-index-cta-secondary__image,
.p-index-cta-contact__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 550px;
  height: 400px;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
}

.p-index-cta-primary__image img,
.p-index-cta-secondary__image img,
.p-index-cta-contact__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-index-cta-primary__body,
.p-index-cta-secondary__body,
.p-index-cta-contact__body {
  position: absolute;
  inset: 0;
}

.p-index-cta-primary__copy,
.p-index-cta-secondary__copy,
.p-index-cta-contact__copy {
  position: absolute;
  top: 46px;
  left: 693px;
  width: 627px;
  height: 47px;
  margin: 0;
  padding: 10px 20px;
  border-radius: 5px;
  background: #194376;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.p-index-cta-primary__copy-arrow,
.p-index-cta-secondary__copy-arrow,
.p-index-cta-contact__copy-arrow {
  position: absolute;
  top: 44px;
  left: 307px;
  width: 14px;
  height: 10px;
}
.p-index-cta-primary__copy-arrow::before,
.p-index-cta-secondary__copy-arrow::before,
.p-index-cta-contact__copy-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #194376;
}

.p-index-cta-primary__logo,
.p-index-cta-secondary__logo,
.p-index-cta-contact__logo {
  position: absolute;
  top: 111px;
  left: 821px;
  width: 257px;
  transform: translateX(-50%);
}

.p-index-cta-primary__logo img,
.p-index-cta-secondary__logo img,
.p-index-cta-contact__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.p-index-cta-primary__tel,
.p-index-cta-secondary__tel,
.p-index-cta-contact__tel {
  position: absolute;
  top: 143px;
  left: 982px;
  width: 338px;
  height: 103px;
}

.p-index-cta-secondary__tel {
  left: 966px;
}

.p-index-cta-primary__tel-lead,
.p-index-cta-secondary__tel-lead,
.p-index-cta-contact__tel-lead,
.p-index-cta-primary__tel-label,
.p-index-cta-secondary__tel-label,
.p-index-cta-contact__tel-label,
.p-index-cta-primary__tel-number,
.p-index-cta-secondary__tel-number,
.p-index-cta-contact__tel-number,
.p-index-cta-primary__tel-time {
  position: absolute;
  margin: 0;
  color: #fff;
  white-space: nowrap;
}

.p-index-cta-secondary__tel-time,
.p-index-cta-contact__tel-time,
.p-index-cta-primary__tel-time {
  position: absolute;
  margin: 0;
  color: #fff;
  white-space: nowrap;
}

.p-index-cta-primary__tel-lead,
.p-index-cta-secondary__tel-lead,
.p-index-cta-contact__tel-lead {
  top: 0;
  left: 50%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
}

.p-index-cta-primary__tel-label,
.p-index-cta-secondary__tel-label,
.p-index-cta-contact__tel-label {
  top: 51px;
  left: 1px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.p-index-cta-primary__tel-number,
.p-index-cta-secondary__tel-number,
.p-index-cta-contact__tel-number {
  top: 17px;
  left: 32px;
  display: inline-block;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.p-index-cta-primary__tel-time,
.p-index-cta-secondary__tel-time,
.p-index-cta-contact__tel-time {
  top: 87px;
  left: 50%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transform: translateX(-50%);
}

.p-index-cta-primary__button,
.p-index-cta-secondary__button,
.p-index-cta-contact__button {
  position: absolute;
  top: 300px;
  left: 701px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 619px;
  height: 66px;
  padding: 10px 20px;
  border-radius: 5px;
  background: #e63946;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
}

.p-index-cta-primary__button-icon,
.p-index-cta-secondary__button-icon,
.p-index-cta-contact__button-icon {
  display: block;
  width: 30px;
  height: 24px;
}

.p-index-cta-primary__button-icon img,
.p-index-cta-secondary__button-icon img,
.p-index-cta-contact__button-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.p-index-cta-primary__button-text,
.p-index-cta-secondary__button-text,
.p-index-cta-contact__button-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 1450px) {
  .p-index-cta-primary__inner,
  .p-index-cta-secondary__inner,
  .p-index-cta-contact__inner {
    display: flex;
    align-items: stretch;
    min-height: clamp(280px, 33vw, 360px);
    border-radius: 16px;
  }
  .p-index-cta-primary__image,
  .p-index-cta-secondary__image,
  .p-index-cta-contact__image {
    position: relative;
    flex: 0 0 39%;
    width: 39%;
    height: auto;
    border-radius: 16px 0 0 16px;
  }
  .p-index-cta-primary__body,
  .p-index-cta-secondary__body,
  .p-index-cta-contact__body {
    position: relative;
    inset: auto;
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-content: center;
    align-items: center;
    column-gap: clamp(12px, 1.6vw, 24px);
    row-gap: clamp(12px, 1.6vw, 20px);
    min-width: 0;
    padding: clamp(24px, 2.4vw, 32px);
    box-sizing: border-box;
  }
  .p-index-cta-primary__copy,
  .p-index-cta-secondary__copy,
  .p-index-cta-contact__copy {
    position: relative;
    grid-column: 1/-1;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 38px;
    padding: 8px 14px;
    font-size: clamp(16px, 1.8vw, 22px);
  }
  .p-index-cta-primary__copy-arrow,
  .p-index-cta-secondary__copy-arrow,
  .p-index-cta-contact__copy-arrow {
    top: auto;
    bottom: -8px;
    left: 50%;
    width: 12px;
    height: 8px;
    transform: translateX(-50%);
  }
  .p-index-cta-primary__logo,
  .p-index-cta-secondary__logo,
  .p-index-cta-contact__logo {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 210px;
    justify-self: center;
    transform: none;
  }
  .p-index-cta-primary__tel,
  .p-index-cta-secondary__tel,
  .p-index-cta-contact__tel {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "lead lead" "label number" "time time";
    align-items: end;
    justify-self: center;
    width: 100%;
    max-width: 320px;
    height: auto;
    row-gap: 6px;
    column-gap: 8px;
  }
  .p-index-cta-primary__tel-lead,
  .p-index-cta-secondary__tel-lead,
  .p-index-cta-contact__tel-lead,
  .p-index-cta-primary__tel-label,
  .p-index-cta-secondary__tel-label,
  .p-index-cta-contact__tel-label,
  .p-index-cta-primary__tel-number,
  .p-index-cta-secondary__tel-number,
  .p-index-cta-contact__tel-number,
  .p-index-cta-primary__tel-time,
  .p-index-cta-secondary__tel-time,
  .p-index-cta-contact__tel-time {
    position: static;
    transform: none;
    white-space: nowrap;
  }
  .p-index-cta-primary__tel-lead,
  .p-index-cta-secondary__tel-lead,
  .p-index-cta-contact__tel-lead {
    grid-area: lead;
    justify-self: center;
    font-size: clamp(11px, 1vw, 14px);
  }
  .p-index-cta-primary__tel-label,
  .p-index-cta-secondary__tel-label,
  .p-index-cta-contact__tel-label {
    grid-area: label;
    font-size: clamp(12px, 1vw, 14px);
  }
  .p-index-cta-primary__tel-number,
  .p-index-cta-secondary__tel-number,
  .p-index-cta-contact__tel-number {
    grid-area: number;
    padding-bottom: 6px;
    font-size: clamp(30px, 3vw, 42px);
  }
  .p-index-cta-primary__tel-time,
  .p-index-cta-secondary__tel-time,
  .p-index-cta-contact__tel-time {
    grid-area: time;
    justify-self: center;
    font-size: clamp(11px, 1vw, 13px);
  }
  .p-index-cta-primary__button,
  .p-index-cta-secondary__button,
  .p-index-cta-contact__button {
    position: relative;
    grid-column: 1/-1;
    top: auto;
    left: auto;
    width: 100%;
    height: clamp(50px, 4.8vw, 60px);
  }
  .p-index-cta-primary__button-text,
  .p-index-cta-secondary__button-text,
  .p-index-cta-contact__button-text {
    font-size: clamp(14px, 1.2vw, 16px);
  }
}
@media (max-width: 900px) {
  .p-index-cta-primary,
  .p-index-cta-contact {
    padding: 104px 0 40px;
  }
  .p-index-cta-secondary {
    padding-bottom: 56px;
  }
  .p-index-cta-contact {
    padding-bottom: 104px;
  }
  .p-index-cta-primary__inner,
  .p-index-cta-secondary__inner,
  .p-index-cta-contact__inner {
    min-height: 300px;
    border-radius: 16px;
  }
  .p-index-cta-primary__image,
  .p-index-cta-secondary__image,
  .p-index-cta-contact__image {
    flex-basis: 40%;
    width: 40%;
    border-radius: 16px 0 0 16px;
  }
  .p-index-cta-primary__body,
  .p-index-cta-secondary__body,
  .p-index-cta-contact__body {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    column-gap: 12px;
    row-gap: 14px;
    padding: 24px 18px 22px;
  }
  .p-index-cta-primary__copy,
  .p-index-cta-secondary__copy,
  .p-index-cta-contact__copy {
    min-height: 34px;
    padding: 8px 16px;
    font-size: 18px;
  }
  .p-index-cta-primary__copy-arrow,
  .p-index-cta-secondary__copy-arrow,
  .p-index-cta-contact__copy-arrow {
    bottom: -7px;
    width: 12px;
    height: 8px;
  }
  .p-index-cta-primary__logo,
  .p-index-cta-secondary__logo,
  .p-index-cta-contact__logo {
    max-width: 170px;
  }
  .p-index-cta-primary__tel,
  .p-index-cta-secondary__tel,
  .p-index-cta-contact__tel {
    max-width: 242px;
  }
  .p-index-cta-primary__tel-lead,
  .p-index-cta-secondary__tel-lead,
  .p-index-cta-contact__tel-lead {
    font-size: 12px;
  }
  .p-index-cta-primary__tel-label,
  .p-index-cta-secondary__tel-label,
  .p-index-cta-contact__tel-label {
    font-size: 12px;
  }
  .p-index-cta-primary__tel-number,
  .p-index-cta-secondary__tel-number,
  .p-index-cta-contact__tel-number {
    padding-bottom: 8px;
    font-size: 30px;
  }
  .p-index-cta-primary__tel-time,
  .p-index-cta-secondary__tel-time,
  .p-index-cta-contact__tel-time {
    font-size: 11px;
  }
  .p-index-cta-primary__button,
  .p-index-cta-secondary__button,
  .p-index-cta-contact__button {
    height: 52px;
  }
}
@media (max-width: 768px) {
  .p-index-cta-primary,
  .p-index-cta-contact {
    padding: 88px 0 36px;
  }
  .p-index-cta-secondary {
    padding-bottom: 48px;
  }
  .p-index-cta-contact {
    padding-bottom: 88px;
  }
  .p-index-cta-primary__inner,
  .p-index-cta-secondary__inner,
  .p-index-cta-contact__inner {
    --inner-gutter: 16px;
    display: block;
    min-height: 0;
    border-radius: 14px;
  }
  .p-index-cta-primary__image,
  .p-index-cta-secondary__image,
  .p-index-cta-contact__image {
    display: none;
  }
  .p-index-cta-primary__body,
  .p-index-cta-secondary__body,
  .p-index-cta-contact__body {
    position: relative;
    inset: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 20px 28px;
  }
  .p-index-cta-primary__copy,
  .p-index-cta-secondary__copy,
  .p-index-cta-contact__copy,
  .p-index-cta-primary__logo,
  .p-index-cta-secondary__logo,
  .p-index-cta-contact__logo,
  .p-index-cta-primary__tel,
  .p-index-cta-secondary__tel,
  .p-index-cta-contact__tel,
  .p-index-cta-primary__button,
  .p-index-cta-secondary__button,
  .p-index-cta-contact__button {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }
  .p-index-cta-primary__copy,
  .p-index-cta-secondary__copy,
  .p-index-cta-contact__copy {
    width: 100%;
    max-width: 420px;
    min-height: 38px;
    padding: 8px 14px;
    font-size: 18px;
  }
  .p-index-cta-primary__copy-arrow,
  .p-index-cta-secondary__copy-arrow,
  .p-index-cta-contact__copy-arrow {
    top: auto;
    bottom: -8px;
    left: 50%;
    width: 12px;
    height: 8px;
    transform: translateX(-50%);
  }
  .p-index-cta-primary__logo,
  .p-index-cta-secondary__logo,
  .p-index-cta-contact__logo {
    width: 220px;
    margin-top: 18px;
    transform: none;
  }
  .p-index-cta-primary__tel,
  .p-index-cta-secondary__tel,
  .p-index-cta-contact__tel {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "lead lead" "label number" "time time";
    align-items: end;
    width: 100%;
    max-width: 320px;
    height: auto;
    margin-top: 18px;
    row-gap: 6px;
    column-gap: 8px;
  }
  .p-index-cta-primary__tel-lead,
  .p-index-cta-secondary__tel-lead,
  .p-index-cta-contact__tel-lead,
  .p-index-cta-primary__tel-label,
  .p-index-cta-secondary__tel-label,
  .p-index-cta-contact__tel-label,
  .p-index-cta-primary__tel-number,
  .p-index-cta-secondary__tel-number,
  .p-index-cta-contact__tel-number,
  .p-index-cta-primary__tel-time,
  .p-index-cta-secondary__tel-time,
  .p-index-cta-contact__tel-time {
    position: static;
    transform: none;
    white-space: nowrap;
  }
  .p-index-cta-primary__tel-lead,
  .p-index-cta-secondary__tel-lead,
  .p-index-cta-contact__tel-lead {
    grid-area: lead;
    justify-self: center;
    font-size: 14px;
  }
  .p-index-cta-primary__tel-label,
  .p-index-cta-secondary__tel-label,
  .p-index-cta-contact__tel-label {
    grid-area: label;
    font-size: 14px;
  }
  .p-index-cta-primary__tel-number,
  .p-index-cta-secondary__tel-number,
  .p-index-cta-contact__tel-number {
    grid-area: number;
    padding-bottom: 10px;
    font-size: 40px;
  }
  .p-index-cta-primary__tel-time,
  .p-index-cta-secondary__tel-time,
  .p-index-cta-contact__tel-time {
    grid-area: time;
    justify-self: center;
    font-size: 14px;
  }
  .p-index-cta-primary__button,
  .p-index-cta-secondary__button,
  .p-index-cta-contact__button {
    width: 100%;
    max-width: 420px;
    height: 58px;
    margin-top: 18px;
  }
}
@media (max-width: 480px) {
  .p-index-cta-primary,
  .p-index-cta-contact {
    padding: 72px 0 32px;
  }
  .p-index-cta-secondary {
    padding-bottom: 40px;
  }
  .p-index-cta-contact {
    padding-bottom: 72px;
  }
  .p-index-cta-primary__inner,
  .p-index-cta-secondary__inner,
  .p-index-cta-contact__inner {
    border-radius: 12px;
  }
  .p-index-cta-primary__body,
  .p-index-cta-secondary__body,
  .p-index-cta-contact__body {
    padding: 20px 14px 24px;
  }
  .p-index-cta-primary__copy,
  .p-index-cta-secondary__copy,
  .p-index-cta-contact__copy {
    max-width: 280px;
    min-height: 30px;
    padding: 6px 10px;
    font-size: 14px;
  }
  .p-index-cta-primary__copy-arrow,
  .p-index-cta-secondary__copy-arrow,
  .p-index-cta-contact__copy-arrow {
    bottom: -7px;
    width: 10px;
    height: 7px;
  }
  .p-index-cta-primary__logo,
  .p-index-cta-secondary__logo,
  .p-index-cta-contact__logo {
    width: 184px;
    margin-top: 14px;
  }
  .p-index-cta-primary__tel,
  .p-index-cta-secondary__tel,
  .p-index-cta-contact__tel {
    max-width: 274px;
    margin-top: -14px;
  }
  .p-index-cta-primary__tel-lead,
  .p-index-cta-secondary__tel-lead,
  .p-index-cta-contact__tel-lead {
    font-size: 12px;
  }
  .p-index-cta-primary__tel-label,
  .p-index-cta-secondary__tel-label,
  .p-index-cta-contact__tel-label {
    font-size: 12px;
  }
  .p-index-cta-primary__tel-number,
  .p-index-cta-secondary__tel-number,
  .p-index-cta-contact__tel-number {
    padding-bottom: 8px;
    font-size: 31px;
  }
  .p-index-cta-primary__tel-time,
  .p-index-cta-secondary__tel-time,
  .p-index-cta-contact__tel-time {
    font-size: 12px;
  }
  .p-index-cta-primary__button,
  .p-index-cta-secondary__button,
  .p-index-cta-contact__button {
    gap: 6px;
    max-width: 280px;
    height: 50px;
    margin-top: 14px;
    padding: 8px 14px;
  }
  .p-index-cta-primary__button-icon,
  .p-index-cta-secondary__button-icon,
  .p-index-cta-contact__button-icon {
    width: 24px;
    height: 19px;
  }
  .p-index-cta-primary__button-text,
  .p-index-cta-secondary__button-text,
  .p-index-cta-contact__button-text {
    font-size: 14px;
  }
}
/* ------------------------------------------------------------------------------
 Top : フッター
------------------------------------------------------------------------------ */
.p-index-footer {
  position: relative;
  width: 100%;
  min-height: 700px;
  overflow: hidden;
  background: #194376;
}

.p-index-footer__bg,
.p-index-footer__overlay {
  position: absolute;
  inset: 0;
}

.p-index-footer__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-index-footer__overlay {
  background: rgba(0, 0, 0, 0.77);
}

.p-index-footer__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  --inner-width: 1440px;
  min-height: 700px;
  padding: 71px 0 66px;
  color: #fff;
  text-align: center;
}

.p-index-footer__logo {
  width: 100%;
  max-width: 304px;
}

.p-index-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.p-index-footer__lead {
  margin: 0;
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.3889);
  font-weight: 600;
  line-height: 1.6;
}

.p-index-footer__company {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 99px 0 0;
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.1111);
  font-weight: 700;
  line-height: 1.4;
}

.p-index-footer__company a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  text-decoration: none;
}

.p-index-footer__company img {
  display: block;
  width: 20px;
  height: 20px;
}

.p-index-footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
}

.p-index-footer__links li {
  display: flex;
  align-items: center;
}

.p-index-footer__links li + li::before {
  content: "|";
  margin: 0 20px;
  color: #fff;
}

.p-index-footer__links a {
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 0.9722);
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.p-index-footer__copyright {
  margin: 87px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 0.9722);
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .p-index-footer,
  .p-index-footer__inner {
    min-height: 0;
  }
  .p-index-footer__inner {
    --inner-gutter: 16px;
    --inner-width: 100%;
    padding: 64px 0 56px;
  }
  .p-index-footer__logo {
    max-width: 260px;
  }
  .p-index-footer__lead {
    font-size: 18px;
    line-height: 1.75;
  }
  .p-index-footer__company {
    flex-wrap: wrap;
    margin-top: 72px;
    font-size: 15px;
  }
  .p-index-footer__company a {
    gap: 8px;
  }
  .p-index-footer__links {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .p-index-footer__links li + li::before {
    margin: 0 16px;
  }
  .p-index-footer__links a {
    font-size: 14px;
  }
  .p-index-footer__copyright {
    margin-top: 64px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-index-footer__inner {
    padding: 56px 0 48px;
  }
  .p-index-footer__logo {
    max-width: 220px;
  }
  .p-index-footer__lead {
    font-size: 16px;
    line-height: 1.7;
  }
  .p-index-footer__lead br {
    display: none;
  }
  .p-index-footer__company {
    gap: 6px;
    margin-top: 56px;
    font-size: 14px;
    line-height: 1.7;
  }
  .p-index-footer__company img {
    width: 18px;
    height: 18px;
  }
  .p-index-footer__links {
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }
  .p-index-footer__links li + li::before {
    display: none;
  }
  .p-index-footer__links a {
    font-size: 13px;
  }
  .p-index-footer__copyright {
    margin-top: 48px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .p-index-footer__inner {
    padding: 48px 0 40px;
  }
  .p-index-footer__logo {
    max-width: 180px;
  }
  .p-index-footer__lead {
    font-size: 14px;
    line-height: 1.65;
  }
  .p-index-footer__company {
    margin-top: 44px;
    font-size: 13px;
  }
  .p-index-footer__company a {
    overflow-wrap: anywhere;
  }
  .p-index-footer__links {
    gap: 10px;
  }
  .p-index-footer__links a,
  .p-index-footer__copyright {
    font-size: 12px;
  }
  .p-index-footer__copyright {
    margin-top: 40px;
  }
}
/* ------------------------------------------------------------------------------
  Top : 導入メリット
------------------------------------------------------------------------------ */
.p-index-benefits {
  position: relative;
  width: 100%;
  min-height: 1056px;
  overflow: hidden;
  background: #fff;
}

.p-index-benefits__inner {
  --inner-width: 1440px;
  padding: 76px 0 128px;
}

.p-index-benefits__heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 auto 102px;
}
.p-index-benefits__heading::before {
  content: "";
  position: absolute;
  top: -83px;
  left: 50%;
  width: 1px;
  height: 70px;
  background: #194376;
  transform: translateX(-50%);
}

.p-index-benefits__heading-en {
  margin: 0;
  color: #0684de;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.3889);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.p-index-benefits__title {
  position: relative;
  margin: 0;
  padding-bottom: 7px;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 2.5);
  font-weight: 700;
  line-height: 1.2778;
  text-align: center;
  white-space: nowrap;
}
.p-index-benefits__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  background: #f69800;
}

.p-index-benefits__lead {
  display: flex;
  align-items: center;
  gap: 62px;
  margin: 0 0 64px;
}

.p-index-benefits__lead-image {
  width: 100%;
  max-width: 515px;
  aspect-ratio: 515/317;
  flex: 0 0 515px;
  overflow: hidden;
  border-radius: 10px;
}

.p-index-benefits__lead-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-index-benefits__lead-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 863px;
}

.p-index-benefits__lead-title {
  margin: 0;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 2.5);
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.p-index-benefits__lead-text {
  width: 100%;
  max-width: 654px;
  margin: 0;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.3889);
  font-weight: 500;
  line-height: 1.4;
}

.p-index-benefits__list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.p-index-benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 416px;
  flex: 1 1 416px;
  list-style: none;
}

.p-index-benefits__image {
  width: 100%;
  max-width: 416px;
  aspect-ratio: 416/256;
  overflow: hidden;
  border-radius: 10px;
}

.p-index-benefits__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-index-benefits__item-title {
  margin: 0;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.6667);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.p-index-benefits__item-text {
  margin: 0;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.1111);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.p-index-benefits__compare {
  display: grid;
  flex: 1 1 auto;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}

.p-index-benefits__box {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 0;
  padding: 18px 16px 16px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid rgba(25, 67, 118, 0.12);
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.08);
}

.p-index-benefits__box--before {
  border-color: rgba(95, 111, 128, 0.18);
  background: #f3f5f7;
}

.p-index-benefits__box--after {
  background: rgba(6, 132, 222, 0.09);
  border-color: rgba(6, 132, 222, 0.28);
}

.p-index-benefits__box-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-align: center;
}

.p-index-benefits__box-head-ja {
  color: #5f6f80;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.5278);
  font-weight: 700;
  line-height: 1;
}

.p-index-benefits__box--after .p-index-benefits__box-head-ja {
  color: #0684de;
}

.p-index-benefits__box-text {
  margin: 0;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.1111);
  font-weight: 500;
  line-height: 1.8;
}

.p-index-benefits__summary {
  margin: 48px 0 0;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.25);
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 1400px) {
  .p-index-benefits__list {
    gap: 24px;
    justify-content: flex-start;
  }
  .p-index-benefits__item {
    max-width: none;
    width: calc((100% - 48px) / 3);
    flex: 0 1 calc((100% - 48px) / 3);
  }
  .p-index-benefits__image {
    width: 100%;
    max-width: none;
  }
  .p-index-benefits__item-title,
  .p-index-benefits__item-text {
    width: 100%;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .p-index-benefits__item-text br {
    display: none;
  }
  .p-index-benefits__compare {
    width: 100%;
  }
  .p-index-benefits__box-text,
  .p-index-benefits__summary {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 1130px) {
  .p-index-benefits__lead {
    gap: 24px;
  }
  .p-index-benefits__lead-image {
    width: min(42%, 420px);
    max-width: none;
    flex: 0 1 min(42%, 420px);
  }
  .p-index-benefits__lead-body {
    min-width: 0;
    max-width: none;
    gap: 20px;
  }
  .p-index-benefits__lead-title {
    font-size: 28px;
    line-height: 1.45;
    white-space: normal;
  }
  .p-index-benefits__lead-title br {
    display: none;
  }
  .p-index-benefits__lead-text {
    max-width: none;
    font-size: 16px;
    line-height: 1.6;
  }
  .p-index-benefits__lead-text br {
    display: none;
  }
}
@media (max-width: 900px) {
  .p-index-benefits {
    min-height: auto;
  }
  .p-index-benefits__inner {
    padding: 68px 0 104px;
  }
  .p-index-benefits__heading {
    gap: 8px;
    margin-bottom: 80px;
  }
  .p-index-benefits__heading::before {
    top: -68px;
    height: 56px;
  }
  .p-index-benefits__heading-en {
    font-size: 18px;
  }
  .p-index-benefits__title {
    font-size: 30px;
  }
  .p-index-benefits__title::after {
    height: 6px;
  }
  .p-index-benefits__lead {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 56px;
  }
  .p-index-benefits__lead-image {
    width: 100%;
    max-width: 520px;
    flex-basis: auto;
  }
  .p-index-benefits__lead-body {
    gap: 24px;
    max-width: none;
    text-align: center;
  }
  .p-index-benefits__lead-title {
    font-size: 30px;
    line-height: 1.45;
    white-space: normal;
  }
  .p-index-benefits__lead-title br {
    display: none;
  }
  .p-index-benefits__lead-text {
    max-width: none;
    font-size: 18px;
    line-height: 1.6;
  }
  .p-index-benefits__lead-text br {
    display: none;
  }
  .p-index-benefits__list {
    gap: 24px;
    justify-content: flex-start;
  }
  .p-index-benefits__item {
    max-width: none;
    width: calc((100% - 48px) / 3);
    flex: 0 1 calc((100% - 48px) / 3);
    gap: 18px;
  }
  .p-index-benefits__item-title {
    font-size: 22px;
    line-height: 1.35;
    white-space: normal;
  }
  .p-index-benefits__item-text {
    font-size: 16px;
    line-height: 1.6;
    white-space: normal;
  }
  .p-index-benefits__compare {
    gap: 12px;
  }
  .p-index-benefits__box {
    gap: 12px;
    padding: 16px 14px 14px;
  }
  .p-index-benefits__box-head-ja {
    font-size: 24px;
  }
  .p-index-benefits__box-text {
    font-size: 14px;
    line-height: 1.75;
  }
  .p-index-benefits__summary {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.75;
  }
}
@media (max-width: 768px) {
  .p-index-benefits__inner {
    --inner-gutter: 16px;
    padding: 60px 0 88px;
  }
  .p-index-benefits__heading {
    margin-bottom: 64px;
  }
  .p-index-benefits__heading::before {
    top: -56px;
    height: 44px;
  }
  .p-index-benefits__heading-en {
    font-size: 16px;
  }
  .p-index-benefits__title {
    font-size: 24px;
  }
  .p-index-benefits__title::after {
    height: 5px;
  }
  .p-index-benefits__lead {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 48px;
  }
  .p-index-benefits__lead-image {
    max-width: 520px;
    flex-basis: auto;
  }
  .p-index-benefits__lead-body {
    gap: 18px;
    max-width: none;
    text-align: left;
  }
  .p-index-benefits__lead-title {
    font-size: 24px;
    line-height: 1.5;
  }
  .p-index-benefits__lead-title br {
    display: none;
  }
  .p-index-benefits__lead-text {
    max-width: none;
    font-size: 16px;
    line-height: 1.7;
  }
  .p-index-benefits__lead-text br {
    display: none;
  }
  .p-index-benefits__list {
    flex-wrap: wrap;
    gap: 32px 16px;
    justify-content: flex-start;
  }
  .p-index-benefits__item {
    align-items: flex-start;
    flex: 0 1 calc(50% - 8px);
    gap: 16px;
  }
  .p-index-benefits__item-title {
    font-size: 20px;
    text-align: left;
  }
  .p-index-benefits__item-text {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  .p-index-benefits__item-text br {
    display: none;
  }
  .p-index-benefits__compare {
    gap: 12px;
  }
  .p-index-benefits__box {
    gap: 10px;
    padding: 14px 12px 12px;
    border-radius: 8px;
  }
  .p-index-benefits__box-head {
    justify-content: center;
  }
  .p-index-benefits__box-head-ja {
    font-size: 20px;
  }
  .p-index-benefits__box-text {
    font-size: 13px;
    line-height: 1.75;
  }
  .p-index-benefits__summary {
    margin-top: 36px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .p-index-benefits__inner {
    --inner-gutter: 12px;
    padding: 48px 0 72px;
  }
  .p-index-benefits__heading {
    gap: 6px;
    margin-bottom: 48px;
  }
  .p-index-benefits__heading::before {
    top: -44px;
    height: 34px;
  }
  .p-index-benefits__heading-en {
    font-size: 14px;
  }
  .p-index-benefits__title {
    font-size: 18px;
  }
  .p-index-benefits__title::after {
    height: 4px;
  }
  .p-index-benefits__lead {
    gap: 18px;
    margin-bottom: 40px;
  }
  .p-index-benefits__lead-body {
    gap: 14px;
  }
  .p-index-benefits__lead-title {
    font-size: 18px;
  }
  .p-index-benefits__lead-text {
    font-size: 13px;
    line-height: 1.65;
  }
  .p-index-benefits__list {
    gap: 24px;
  }
  .p-index-benefits__item {
    flex-basis: 100%;
  }
  .p-index-benefits__item-title {
    font-size: 16px;
  }
  .p-index-benefits__item-text {
    font-size: 12px;
    line-height: 1.55;
  }
  .p-index-benefits__compare {
    gap: 10px;
  }
  .p-index-benefits__box {
    gap: 8px;
    padding: 12px 10px 10px;
  }
  .p-index-benefits__box-head {
    justify-content: center;
  }
  .p-index-benefits__box-head-ja {
    font-size: 17px;
  }
  .p-index-benefits__box-text {
    font-size: 12px;
    line-height: 1.7;
  }
  .p-index-benefits__summary {
    margin-top: 28px;
    font-size: 12px;
    line-height: 1.75;
    text-align: left;
  }
}
/* ------------------------------------------------------------------------------
  Top : 料金プラン
------------------------------------------------------------------------------ */
.p-index-plan {
  position: relative;
  width: 100%;
  min-height: 1245px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(6, 132, 222, 0.1) 28.365%, rgba(6, 132, 222, 0.1) 100%);
}

.p-index-plan__inner {
  --inner-width: 1134px;
  padding: 80px 0 128px;
}

.p-index-plan__heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 533px;
  margin: 0 auto;
}
.p-index-plan__heading::before {
  content: "";
  position: absolute;
  top: -83px;
  left: 50%;
  width: 1px;
  height: 70px;
  background: #194376;
  transform: translateX(-50%);
}

.p-index-plan__heading-en {
  margin: 0;
  color: #0684de;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.3889);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.p-index-plan__title {
  position: relative;
  margin: 0;
  padding-bottom: 7px;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 2.5);
  font-weight: 700;
  line-height: 1.2778;
  text-align: center;
  white-space: nowrap;
}
.p-index-plan__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  background: #f69800;
}

.p-index-plan__lead {
  width: 100%;
  max-width: 736px;
  margin: 50px auto 105px;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.6667);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.p-index-plan__list {
  display: flex;
  gap: 54px;
  justify-content: space-between;
}

.p-index-plan__card {
  position: relative;
  width: 100%;
  max-width: 540px;
  flex: 1 1 540px;
  min-height: 677px;
  padding: 22px 20px 118px;
  box-sizing: border-box;
  border-radius: 20px;
  color: #fff;
}
.p-index-plan__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.p-index-plan__card--basic {
  --plan-main: #0684de;
  --plan-sub: #124179;
  --plan-grad-start: #0d7ecf;
  --plan-grad-end: #036ab4;
  --plan-offset-top: -14px;
  --plan-box-height: 762px;
  --plan-button-text: #0684de;
  --plan-button-bg: #fff;
  --plan-label-color: #0684de;
}
.p-index-plan__card--basic::before {
  top: var(--plan-offset-top);
  left: 0;
  width: 540px;
  height: var(--plan-box-height);
  border: 8px solid #124179;
  background: linear-gradient(90deg, var(--plan-grad-start) 0%, var(--plan-grad-end) 100%);
}

.p-index-plan__card--design {
  --plan-main: #00a4af;
  --plan-sub: #00a4af;
  --plan-grad-start: #02c4d2;
  --plan-grad-end: #01acb8;
  --plan-offset-top: -10px;
  --plan-box-height: 757px;
  --plan-button-text: #00a4af;
  --plan-button-bg: #fff;
  --plan-label-color: #00a4af;
}
.p-index-plan__card--design::before {
  top: var(--plan-offset-top);
  left: 0;
  width: 540px;
  height: var(--plan-box-height);
  border: 8px solid #fff;
  background: linear-gradient(90deg, var(--plan-grad-start) 0%, var(--plan-grad-end) 100%);
}

.p-index-plan__badge {
  position: absolute;
  top: -36px;
  left: 454px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 98px;
  margin: 0;
  border-radius: 50%;
  background: #ff9d00;
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.1111);
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.p-index-plan__card-head {
  position: relative;
  z-index: 1;
  width: 495px;
  margin: 0 auto;
  height: 202px;
  padding: 0;
  text-align: center;
}
.p-index-plan__card-head::before, .p-index-plan__card-head::after {
  content: "";
  position: absolute;
  left: 1px;
  width: 494px;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
}
.p-index-plan__card-head::before {
  top: 93px;
}
.p-index-plan__card-head::after {
  top: 202px;
}

.p-index-plan__card-subtitle {
  position: absolute;
  top: 6px;
  left: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 23px;
  margin: 0;
  padding: 0 20px;
  border-radius: 3px;
  background: #fff;
  color: var(--plan-label-color);
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 0.8333);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transform: translateX(-50%);
}

.p-index-plan__card-title {
  position: absolute;
  top: 37px;
  left: 50%;
  margin: 0;
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 2.2222);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

.p-index-plan__card-catch {
  position: absolute;
  top: 116px;
  left: 50%;
  margin: 0;
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.3889);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

.p-index-plan__specs {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  column-gap: 38px;
  row-gap: 18px;
  width: 500px;
  margin: 32px auto 0;
}

.p-index-plan__spec {
  position: relative;
  width: 230px;
  min-height: 96px;
  padding-top: 27px;
}

.p-index-plan__spec--wide {
  width: 500px;
}

.p-index-plan__spec-label {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 27px;
  margin: 0;
  border-radius: 5px;
  background: #fff;
  color: var(--plan-label-color);
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 0.9722);
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
}

.p-index-plan__spec-value {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 69px;
  margin: 0;
  color: #fff;
  text-align: center;
}

.p-index-plan__spec-number {
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 4.4444);
  font-weight: 700;
  line-height: 1;
}

.p-index-plan__spec-unit,
.p-index-plan__spec-prefix,
.p-index-plan__spec-text {
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.1111);
  font-weight: 500;
  line-height: 1;
}

.p-index-plan__spec-unit small {
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 0.6944);
}

.p-index-plan__spec-prefix {
  margin-right: 6px;
}

.p-index-plan__spec-text {
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 3.1944);
  font-weight: 700;
}

.p-index-plan__content-list,
.p-index-plan__description {
  margin: 20px 0 0;
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.1111);
  font-weight: 500;
  line-height: 1.5;
}

.p-index-plan__content-list {
  padding: 0;
  list-style: none;
}

.p-index-plan__content-list li {
  position: relative;
  padding-left: 1em;
}
.p-index-plan__content-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.p-index-plan__button {
  position: absolute;
  bottom: 36px;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  min-height: 43px;
  padding: 8px 20px;
  border-radius: 5px;
  background: var(--plan-button-bg);
  color: var(--plan-button-text);
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.1111);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

@media (max-width: 1150px) {
  .p-index-plan__inner {
    --inner-gutter: 16px;
  }
  .p-index-plan__lead {
    margin: 60px auto 80px;
    white-space: normal;
  }
  .p-index-support__lead {
    margin: 60px auto 80px;
    white-space: normal;
  }
  .p-index-plan__list {
    gap: 24px;
    justify-content: flex-start;
  }
  .p-index-plan__card {
    max-width: none;
    width: calc((100% - 24px) / 2);
    flex: 0 1 calc((100% - 24px) / 2);
    min-height: 0;
    padding: 20px 18px 96px;
  }
  .p-index-plan__card--basic::before,
  .p-index-plan__card--design::before {
    top: 0;
    width: 100%;
    height: 100%;
    border-width: 6px;
  }
  .p-index-plan__badge {
    left: auto;
    right: 12px;
  }
  .p-index-plan__card-head {
    width: 100%;
  }
  .p-index-plan__card-head::before,
  .p-index-plan__card-head::after {
    left: 0;
    width: 100%;
  }
  .p-index-plan__card-title,
  .p-index-plan__card-catch {
    width: calc(100% - 20px);
    white-space: normal;
  }
  .p-index-plan__specs {
    column-gap: 16px;
    row-gap: 16px;
    width: 100%;
  }
  .p-index-plan__spec {
    width: calc((100% - 16px) / 2);
  }
  .p-index-plan__spec--wide {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .p-index-plan {
    min-height: auto;
  }
  .p-index-plan__inner {
    padding: 68px 0 104px;
  }
  .p-index-plan__heading {
    gap: 8px;
    width: auto;
    max-width: 460px;
  }
  .p-index-plan__heading::before {
    top: -68px;
    height: 56px;
  }
  .p-index-plan__heading-en {
    font-size: 18px;
  }
  .p-index-plan__title {
    font-size: 30px;
  }
  .p-index-plan__title::after {
    height: 6px;
  }
  .p-index-plan__lead {
    max-width: 620px;
    margin: 56px auto 72px;
    font-size: 20px;
    white-space: normal;
  }
  .p-index-plan__list {
    flex-direction: column;
    gap: 40px;
  }
  .p-index-plan__card {
    max-width: none;
    width: 100%;
    flex: none;
    min-height: 0;
    padding: 20px 18px 96px;
    border-radius: 16px;
  }
  .p-index-plan__card--basic::before,
  .p-index-plan__card--design::before {
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border-width: 6px;
  }
  .p-index-plan__badge {
    top: -24px;
    left: auto;
    right: 12px;
    width: 78px;
    height: 78px;
    font-size: 14px;
  }
  .p-index-plan__card-head {
    width: 100%;
    height: 168px;
  }
  .p-index-plan__card-head::before,
  .p-index-plan__card-head::after {
    left: 0;
    width: 100%;
  }
  .p-index-plan__card-head::before {
    top: 82px;
  }
  .p-index-plan__card-head::after {
    top: 168px;
  }
  .p-index-plan__card-subtitle {
    min-height: 22px;
    padding: 0 14px;
    font-size: 12px;
  }
  .p-index-plan__card-title {
    top: 34px;
    width: calc(100% - 20px);
    font-size: 28px;
    white-space: normal;
  }
  .p-index-plan__card-catch {
    top: 98px;
    width: calc(100% - 20px);
    font-size: 18px;
    white-space: normal;
  }
  .p-index-plan__specs {
    column-gap: 16px;
    row-gap: 16px;
    width: 100%;
    margin-top: 28px;
  }
  .p-index-plan__spec {
    width: calc((100% - 16px) / 2);
    min-height: 90px;
  }
  .p-index-plan__spec--wide {
    width: 100%;
  }
  .p-index-plan__spec-number {
    font-size: 54px;
  }
  .p-index-plan__spec-unit,
  .p-index-plan__spec-prefix,
  .p-index-plan__spec-text {
    font-size: 14px;
  }
  .p-index-plan__spec-text {
    font-size: 40px;
  }
  .p-index-plan__content-list,
  .p-index-plan__description {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.55;
  }
  .p-index-plan__description br {
    display: none;
  }
  .p-index-plan__button {
    right: 18px;
    bottom: 28px;
    left: 18px;
    width: auto;
    min-height: 40px;
    font-size: 15px;
    transform: none;
  }
}
@media (max-width: 768px) {
  .p-index-plan__inner {
    --inner-gutter: 16px;
    padding: 60px 0 88px;
  }
  .p-index-plan__heading {
    width: auto;
    max-width: 360px;
  }
  .p-index-plan__heading::before {
    top: -56px;
    height: 44px;
  }
  .p-index-plan__heading-en {
    font-size: 16px;
  }
  .p-index-plan__title {
    font-size: 24px;
  }
  .p-index-plan__title::after {
    height: 5px;
  }
  .p-index-plan__lead {
    max-width: 520px;
    margin: 48px auto 56px;
    font-size: 16px;
  }
  .p-index-plan__lead br {
    display: none;
  }
  .p-index-plan__list {
    flex-direction: column;
    gap: 40px;
  }
  .p-index-plan__card {
    flex: none;
    padding: 18px 16px 88px;
    border-radius: 14px;
  }
  .p-index-plan__card--basic::before,
  .p-index-plan__card--design::before {
    border-radius: 14px;
    border-width: 5px;
  }
  .p-index-plan__badge {
    top: -18px;
    right: -10px;
    width: 64px;
    height: 64px;
    font-size: 12px;
  }
  .p-index-plan__card-head {
    height: 156px;
  }
  .p-index-plan__card-head::before {
    top: 76px;
  }
  .p-index-plan__card-head::after {
    top: 156px;
  }
  .p-index-plan__card-subtitle {
    width: auto;
    max-width: calc(100% - 24px);
    padding: 0 10px;
    font-size: 11px;
    white-space: normal;
  }
  .p-index-plan__card-title {
    top: 32px;
    font-size: 24px;
  }
  .p-index-plan__card-catch {
    top: 92px;
    font-size: 16px;
  }
  .p-index-plan__specs {
    column-gap: 12px;
    row-gap: 14px;
    margin-top: 24px;
  }
  .p-index-plan__spec {
    min-height: 82px;
    padding-top: 24px;
  }
  .p-index-plan__spec-label {
    height: 24px;
    font-size: 13px;
  }
  .p-index-plan__spec-value {
    min-height: 58px;
  }
  .p-index-plan__spec-number {
    font-size: 44px;
  }
  .p-index-plan__spec-text {
    font-size: 32px;
  }
  .p-index-plan__content-list,
  .p-index-plan__description {
    font-size: 14px;
    line-height: 1.6;
  }
  .p-index-plan__button {
    bottom: 24px;
    min-height: 38px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .p-index-plan__inner {
    --inner-gutter: 12px;
    padding: 48px 0 72px;
  }
  .p-index-plan__heading {
    gap: 6px;
    max-width: 280px;
  }
  .p-index-plan__heading::before {
    top: -44px;
    height: 34px;
  }
  .p-index-plan__heading-en {
    font-size: 14px;
  }
  .p-index-plan__title {
    font-size: 18px;
  }
  .p-index-plan__title::after {
    height: 4px;
  }
  .p-index-plan__lead {
    margin: 36px auto 48px;
    font-size: 13px;
    line-height: 1.65;
  }
  .p-index-plan__list {
    gap: 32px;
  }
  .p-index-plan__card {
    padding: 16px 12px 80px;
    border-radius: 12px;
  }
  .p-index-plan__card--basic::before,
  .p-index-plan__card--design::before {
    border-radius: 12px;
    border-width: 4px;
  }
  .p-index-plan__badge {
    top: -14px;
    right: -12px;
    width: 54px;
    height: 54px;
    font-size: 10px;
  }
  .p-index-plan__card-head {
    height: 145px;
  }
  .p-index-plan__card-head::before {
    top: 70px;
  }
  .p-index-plan__card-head::after {
    top: 145px;
  }
  .p-index-plan__card-subtitle {
    min-height: 20px;
    font-size: 10px;
  }
  .p-index-plan__card-title {
    top: 30px;
    font-size: 20px;
  }
  .p-index-plan__card-catch {
    top: 88px;
    font-size: 13px;
  }
  .p-index-plan__specs {
    column-gap: 10px;
    row-gap: 12px;
  }
  .p-index-plan__spec {
    width: calc((100% - 10px) / 2);
    min-height: 74px;
    padding-top: 22px;
  }
  .p-index-plan__spec--wide {
    width: 100%;
    flex-basis: 100%;
  }
  .p-index-plan__spec-label {
    height: 22px;
    font-size: 12px;
  }
  .p-index-plan__spec-value {
    min-height: 52px;
  }
  .p-index-plan__spec-number {
    font-size: 34px;
  }
  .p-index-plan__spec-unit,
  .p-index-plan__spec-prefix,
  .p-index-plan__spec-text {
    font-size: 12px;
  }
  .p-index-plan__spec-text {
    font-size: 24px;
  }
  .p-index-plan__content-list,
  .p-index-plan__description {
    font-size: 12px;
    line-height: 1.55;
  }
  .p-index-plan__button {
    right: 12px;
    bottom: 18px;
    left: 12px;
    min-height: 34px;
    padding: 8px 12px;
    font-size: 12px;
  }
}
/* ------------------------------------------------------------------------------
  Top : 運用サポート
------------------------------------------------------------------------------ */
.p-index-support {
  position: relative;
  width: 100%;
  overflow: visible;
  background: #0684de;
  z-index: 1;
}

.p-index-support__curve {
  position: absolute;
  left: 50%;
  width: 100vw;
  min-width: 1920px;
  height: 47px;
  pointer-events: none;
  z-index: 3;
  transform: translateX(-50%);
}

.p-index-support__curve--top {
  top: -46px;
}

.p-index-support__curve--bottom {
  bottom: -46px;
}

.p-index-support__curve img {
  width: 100%;
  height: 100%;
  display: block;
}

.p-index-support__bg {
  position: absolute;
  top: -93px;
  left: 50%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1039px;
  height: 381px;
  margin: 0;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.07);
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 19.4444);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.p-index-support__inner {
  position: relative;
  z-index: 1;
  --inner-width: 1090px;
  padding: 116px 0 168px;
}

.p-index-support__heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 auto;
}
.p-index-support__heading::before {
  content: "";
  position: absolute;
  top: -83px;
  left: 50%;
  width: 1px;
  height: 70px;
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(-50%);
}

.p-index-support__heading-en {
  margin: 0;
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.3889);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.p-index-support__title {
  position: relative;
  margin: 0;
  padding-bottom: 7px;
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 2.5);
  font-weight: 700;
  line-height: 1.2778;
  text-align: center;
  white-space: nowrap;
}
.p-index-support__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  background: #f69800;
}

.p-index-support__lead {
  width: 100%;
  max-width: 736px;
  margin: 50px auto 105px;
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.6667);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.p-index-support__cards {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 82px;
  margin: 144px 0 0;
  padding: 0;
}

.p-index-support__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 504px;
  flex: 1 1 504px;
  min-height: 567px;
  padding-top: 61px;
  box-sizing: border-box;
}

.p-index-support__card--operation {
  min-height: 527px;
}

.p-index-support__card-label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin: 0;
  padding: 5px 20px;
  border-radius: 5px;
  background: #194376;
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.5278);
  font-weight: 700;
  line-height: 1.3637;
  white-space: nowrap;
}

.p-index-support__card-image {
  width: 100%;
  max-width: 504px;
  aspect-ratio: 504/364;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.p-index-support__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-index-support__card-list {
  width: 100%;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.1111);
  font-weight: 700;
  line-height: 1.75;
}

.p-index-support__card-list li {
  position: relative;
  padding-left: 1em;
}
.p-index-support__card-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.p-index-support__cost-simulation {
  width: 100%;
  margin: 40px 0 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.p-index-support__cost-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  width: calc(100% - 24px);
  margin: 12px auto 0;
  padding: 4px 18px;
  border-radius: 999px;
  background: #f69800;
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 0.9722);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.p-index-support__cost-main {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 12px 16px 0;
  padding: 18px 20px;
  border-radius: 10px;
  background: #fff;
}

.p-index-support__cost-plan {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 22px;
  min-width: 0;
  padding-right: 0;
}

.p-index-support__cost-plan-name,
.p-index-support__cost-plan-text,
.p-index-support__cost-total-label,
.p-index-support__cost-total-price,
.p-index-support__cost-total-note,
.p-index-support__cost-text {
  margin: 0;
}

.p-index-support__cost-plan-name {
  color: #194376;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.5278);
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.p-index-support__cost-plan-text {
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 2);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.p-index-support__cost-total {
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: auto auto;
  column-gap: 14px;
  row-gap: 6px;
  align-items: end;
  padding-left: 40px;
  border-left: 1px solid rgba(25, 67, 118, 0.2);
  text-align: left;
}

.p-index-support__cost-total-label {
  color: #194376;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.1111);
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.p-index-support__cost-total-price {
  color: #f69800;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 3.75);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.p-index-support__cost-total-note {
  grid-column: 1/-1;
  justify-self: end;
  color: #194376;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 0.8333);
  font-weight: 500;
  line-height: 1.5;
}

.p-index-support__cost-text {
  padding: 16px 20px 18px;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 0.9722);
  font-weight: 700;
  line-height: 1.6667;
}

.p-index-support__card-note {
  width: 100%;
  margin: 10px 0 0;
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 0.8333);
  font-weight: 700;
  line-height: 1.6667;
}

.p-index-support__notes {
  width: 100%;
  margin: 56px 0 0;
}

.p-index-support__notes-item {
  margin: 0;
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.1111);
  font-weight: 400;
  line-height: 1.75;
}
.p-index-support__notes-item + .p-index-support__notes-item {
  margin-top: 4px;
}

@media (max-width: 900px) {
  .p-index-support__bg {
    top: -72px;
    width: 760px;
    height: 300px;
    font-size: 220px;
  }
  .p-index-support__inner {
    padding: 96px 0 128px;
  }
  .p-index-support__heading {
    gap: 8px;
  }
  .p-index-support__heading::before {
    top: -68px;
    height: 56px;
  }
  .p-index-support__heading-en {
    font-size: 18px;
  }
  .p-index-support__title {
    font-size: 30px;
  }
  .p-index-support__title::after {
    height: 6px;
  }
  .p-index-support__lead {
    max-width: 620px;
    margin: 56px auto 72px;
    font-size: 20px;
    white-space: normal;
  }
  .p-index-support__cards {
    gap: 24px;
    margin-top: 96px;
    justify-content: flex-start;
  }
  .p-index-support__card {
    max-width: none;
    width: calc((100% - 24px) / 2);
    flex: 0 1 calc((100% - 24px) / 2);
    min-height: 0;
    padding-top: 54px;
  }
  .p-index-support__card--operation {
    min-height: 0;
  }
  .p-index-support__card-label {
    min-height: 36px;
    padding: 5px 16px;
    font-size: 20px;
  }
  .p-index-support__card-image {
    max-width: none;
  }
  .p-index-support__card-list {
    font-size: 16px;
    line-height: 1.65;
  }
  .p-index-support__cost-simulation {
    margin-top: 28px;
    border-radius: 12px;
  }
  .p-index-support__cost-label {
    min-height: 28px;
    width: calc(100% - 20px);
    margin: 10px auto 0;
    padding: 4px 14px;
    font-size: 12px;
  }
  .p-index-support__cost-main {
    gap: 16px;
    margin: 10px 12px 0;
    padding: 14px 16px;
  }
  .p-index-support__cost-plan {
    gap: 14px;
    min-width: 0;
    text-align: left;
  }
  .p-index-support__cost-plan-name {
    font-size: 18px;
  }
  .p-index-support__cost-plan-text {
    font-size: 21px;
  }
  .p-index-support__cost-total {
    column-gap: 10px;
    padding-left: 22px;
  }
  .p-index-support__cost-total-label {
    font-size: 13px;
  }
  .p-index-support__cost-total-price {
    font-size: 42px;
  }
  .p-index-support__cost-total-note {
    margin-top: 6px;
    font-size: 10px;
  }
  .p-index-support__cost-text {
    padding: 12px 16px 14px;
    font-size: 12px;
    line-height: 1.55;
  }
  .p-index-support__card-note {
    font-size: 11px;
    line-height: 1.55;
  }
  .p-index-support__card-note br {
    display: none;
  }
  .p-index-support__notes {
    margin-top: 40px;
  }
  .p-index-support__notes-item {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .p-index-support__curve {
    left: 0;
    width: 100%;
    min-width: 0;
    height: 28px;
    transform: none;
  }
  .p-index-support__curve--top {
    top: -27px;
  }
  .p-index-support__curve--bottom {
    bottom: -27px;
  }
  .p-index-support__bg {
    top: -52px;
    width: 560px;
    height: 220px;
    font-size: 150px;
  }
  .p-index-support__inner {
    --inner-gutter: 16px;
    padding: 76px 0 104px;
  }
  .p-index-support__heading::before {
    top: -56px;
    height: 44px;
  }
  .p-index-support__heading-en {
    font-size: 16px;
  }
  .p-index-support__title {
    font-size: 24px;
    white-space: normal;
  }
  .p-index-support__title::after {
    height: 5px;
  }
  .p-index-support__lead {
    max-width: 520px;
    margin: 48px auto 56px;
    font-size: 16px;
  }
  .p-index-support__lead br {
    display: none;
  }
  .p-index-support__cards {
    gap: 32px 16px;
    margin-top: 72px;
    justify-content: flex-start;
  }
  .p-index-support__card {
    width: calc((100% - 16px) / 2);
    flex: 0 1 calc((100% - 16px) / 2);
    padding-top: 48px;
  }
  .p-index-support__card-label {
    min-height: 34px;
    padding: 4px 12px;
    font-size: 16px;
  }
  .p-index-support__card-list {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.6;
  }
  .p-index-support__card-list br {
    display: none;
  }
  .p-index-support__cost-simulation {
    margin-top: 28px;
    border-radius: 12px;
  }
  .p-index-support__cost-label {
    min-height: 28px;
    width: calc(100% - 20px);
    margin: 10px auto 0;
    padding: 4px 14px;
    font-size: 12px;
  }
  .p-index-support__cost-main {
    gap: 16px;
    margin: 10px 12px 0;
    padding: 14px 16px;
  }
  .p-index-support__cost-plan {
    gap: 14px;
    min-width: 0;
    text-align: left;
  }
  .p-index-support__cost-plan-name {
    font-size: 18px;
  }
  .p-index-support__cost-plan-text {
    font-size: 21px;
  }
  .p-index-support__cost-total {
    column-gap: 10px;
    padding-left: 22px;
  }
  .p-index-support__cost-total-label {
    font-size: 13px;
  }
  .p-index-support__cost-total-price {
    font-size: 42px;
  }
  .p-index-support__cost-total-note {
    margin-top: 6px;
    font-size: 10px;
  }
  .p-index-support__cost-text {
    padding: 12px 16px 14px;
    font-size: 12px;
    line-height: 1.55;
  }
  .p-index-support__card-note {
    font-size: 11px;
    line-height: 1.55;
  }
  .p-index-support__notes {
    margin-top: 40px;
  }
  .p-index-support__notes-item {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  .p-index-support__bg {
    top: -28px;
    width: 360px;
    height: 140px;
    font-size: 88px;
  }
  .p-index-support__inner {
    --inner-gutter: 12px;
    padding: 60px 0 72px;
  }
  .p-index-support__heading {
    gap: 6px;
  }
  .p-index-support__heading::before {
    top: -44px;
    height: 34px;
  }
  .p-index-support__heading-en {
    font-size: 14px;
  }
  .p-index-support__title {
    font-size: 18px;
  }
  .p-index-support__title::after {
    height: 4px;
  }
  .p-index-support__lead {
    margin: 36px auto 48px;
    font-size: 13px;
    line-height: 1.65;
  }
  .p-index-support__cards {
    flex-direction: column;
    gap: 24px;
    margin-top: 56px;
  }
  .p-index-support__card {
    width: 100%;
    flex-basis: 100%;
    padding-top: 42px;
  }
  .p-index-support__card-label {
    min-height: 30px;
    padding: 4px 10px;
    font-size: 15px;
  }
  .p-index-support__card-list {
    font-size: 12px;
    line-height: 1.55;
  }
  .p-index-support__cost-simulation {
    margin-top: 24px;
    border-radius: 10px;
  }
  .p-index-support__cost-label {
    min-height: 26px;
    width: calc(100% - 16px);
    margin: 8px auto 0;
    padding: 4px 12px;
    font-size: 10px;
  }
  .p-index-support__cost-main {
    flex-direction: column;
    align-items: stretch;
    margin: 8px 10px 0;
    padding: 12px;
    border-radius: 8px;
  }
  .p-index-support__cost-plan {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .p-index-support__cost-plan-name {
    font-size: 16px;
  }
  .p-index-support__cost-plan-text {
    font-size: 18px;
  }
  .p-index-support__cost-total {
    padding-top: 10px;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .p-index-support__cost-total-label {
    font-size: 11px;
  }
  .p-index-support__cost-total-price {
    font-size: 34px;
  }
  .p-index-support__cost-total-note {
    font-size: 9px;
  }
  .p-index-support__cost-text {
    padding: 10px 12px 12px;
    font-size: 10px;
    line-height: 1.5;
  }
  .p-index-support__card-note {
    font-size: 10px;
    line-height: 1.5;
  }
  .p-index-support__notes {
    margin-top: 32px;
  }
  .p-index-support__notes-item {
    font-size: 12px;
    line-height: 1.55;
  }
}
@media (max-width: 680px) {
  .p-index-support__cost-main {
    flex-wrap: wrap;
    align-items: stretch;
  }
  .p-index-support__cost-plan {
    flex: 1 1 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    text-align: left;
  }
  .p-index-support__cost-total {
    flex: 0 0 auto;
    width: max-content;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
    border-top: none;
    border-left: none;
  }
}
/* ------------------------------------------------------------------------------
 Top : 事例紹介
------------------------------------------------------------------------------ */
.p-index-works {
  position: relative;
  width: 100%;
  overflow: visible;
  background: #fff;
}

.p-index-works__inner {
  --inner-width: 1440px;
  padding: 211px 0 128px;
}

.p-index-works__heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 auto;
}
.p-index-works__heading::before {
  content: "";
  position: absolute;
  top: -83px;
  left: 50%;
  width: 1px;
  height: 70px;
  background: #194376;
  transform: translateX(-50%);
}

.p-index-works__heading-en {
  margin: 0;
  color: #0684de;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.3889);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.p-index-works__title {
  position: relative;
  margin: 0;
  padding-bottom: 7px;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 2.5);
  font-weight: 700;
  line-height: 1.2778;
  text-align: center;
  white-space: nowrap;
}
.p-index-works__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  background: #f69800;
}

.p-index-works__slider-wrap {
  position: relative;
  width: 100%;
  min-height: 505px;
  margin: 50px auto 0;
  padding: 0 20px;
  box-sizing: border-box;
}

.p-index-works__card {
  position: absolute;
  inset: 15px 0;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  background: #fff;
  box-shadow: 0 4px 15px 10px rgba(0, 0, 0, 0.12);
}

.p-index-works__slider {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.p-index-works__slider.swiper-css-mode .p-index-works__slider-list {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.p-index-works__slider.swiper-css-mode .p-index-works__slider-list::-webkit-scrollbar {
  display: none;
}
.p-index-works__slider.swiper-css-mode .p-index-works__slide {
  scroll-snap-align: start;
}

.p-index-works__slider-list {
  display: flex;
  align-items: stretch;
  width: 100%;
  box-sizing: content-box;
  transition-property: transform;
  margin: 0;
  padding: 0;
}

.p-index-works__slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.p-index-works__slide-frame {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.p-index-works__content {
  display: flex;
  align-items: center;
  gap: 84px;
  width: 100%;
  min-height: 475px;
  padding: 40px 56px;
  box-sizing: border-box;
}

.p-index-works__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 518px;
  height: 385px;
  flex: 0 0 518px;
  overflow: visible;
  background: #fff;
}

.p-index-works__image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.p-index-works__image video {
  display: block;
  width: 225px;
  height: 400px;
  object-fit: cover;
  clip-path: inset(0 5px);
}

.p-index-works__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 670px;
  padding-top: 33px;
}

.p-index-works__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin: 0;
  padding: 5px 20px;
  border-radius: 5px;
  background: #f69800;
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.5278);
  font-weight: 700;
  line-height: 1.3637;
  white-space: nowrap;
}

.p-index-works__name {
  margin: 18px 0 0;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.9444);
  font-weight: 700;
  line-height: 1.3572;
  white-space: nowrap;
}

.p-index-works__text {
  margin: 29px 0 0;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.25);
  font-weight: 500;
  line-height: 1.6667;
}

.p-index-works__link {
  margin: 32px 0 0;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.3889);
  font-weight: 700;
  line-height: 1.35;
}
.p-index-works__link a {
  color: #0684de;
  text-decoration: none;
  white-space: nowrap;
}

.p-index-works__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #0684de;
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
}
.p-index-works__nav span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 0;
  line-height: 1;
}
.p-index-works__nav span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
}

.p-index-works__nav--prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.p-index-works__nav--prev span::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.p-index-works__nav--next {
  right: 0;
  transform: translate(50%, -50%);
}
.p-index-works__nav--next span::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

@media (max-width: 1550px) {
  .p-index-works__slider-wrap {
    width: calc(100% - 80px);
  }
  .p-index-works__content {
    gap: 32px;
    padding: 36px 84px 36px 40px;
  }
  .p-index-works__image {
    width: 35%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 518/385;
    flex: 0 1 35%;
  }
  .p-index-works__image video {
    width: 180px;
    height: 320px;
  }
  .p-index-works__image img {
    width: 180px;
    max-width: 100%;
    height: auto;
    max-height: none;
    margin: 0 auto;
  }
  .p-index-works__body {
    max-width: none;
    min-width: 0;
    padding-top: 0;
  }
  .p-index-works__name {
    font-size: 24px;
    white-space: normal;
  }
  .p-index-works__text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
  }
  .p-index-works__link {
    margin-top: 20px;
    font-size: 15px;
  }
  .p-index-works__link a {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 900px) {
  .p-index-works__inner {
    padding: 180px 0 104px;
  }
  .p-index-works__heading {
    gap: 8px;
  }
  .p-index-works__heading::before {
    top: -68px;
    height: 56px;
  }
  .p-index-works__heading-en {
    font-size: 18px;
  }
  .p-index-works__title {
    font-size: 30px;
  }
  .p-index-works__title::after {
    height: 6px;
  }
  .p-index-works__slider-wrap {
    min-height: auto;
    margin-top: 40px;
  }
  .p-index-works__card {
    inset: 12px 0;
  }
  .p-index-works__content {
    gap: 32px;
    min-height: 0;
    padding: 32px 40px;
  }
  .p-index-works__image {
    width: 42%;
    height: auto;
    aspect-ratio: 518/385;
    flex: 0 0 42%;
  }
  .p-index-works__image video {
    width: min(180px, 100%);
    height: auto;
    aspect-ratio: 225/400;
  }
  .p-index-works__image img {
    width: min(180px, 100%);
    max-width: 100%;
    max-height: none;
    margin: 0 auto;
  }
  .p-index-works__body {
    max-width: none;
    min-width: 0;
    padding-top: 0;
  }
  .p-index-works__label {
    min-height: 36px;
    padding: 5px 16px;
    font-size: 20px;
  }
  .p-index-works__name {
    margin-top: 14px;
    font-size: 28px;
    white-space: normal;
  }
  .p-index-works__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
  }
  .p-index-works__link {
    margin-top: 24px;
    font-size: 16px;
  }
  .p-index-works__link a {
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .p-index-works__nav {
    width: 64px;
    height: 64px;
  }
  .p-index-works__nav span::before {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 768px) {
  .p-index-works__inner {
    --inner-gutter: 16px;
    padding: 148px 0 88px;
  }
  .p-index-works__heading::before {
    top: -56px;
    height: 44px;
  }
  .p-index-works__heading-en {
    font-size: 16px;
  }
  .p-index-works__title {
    font-size: 24px;
  }
  .p-index-works__title::after {
    height: 5px;
  }
  .p-index-works__slider-wrap {
    min-height: auto;
    margin-top: 32px;
  }
  .p-index-works__card {
    inset: 10px 0;
  }
  .p-index-works__slide-frame {
    padding: 10px;
  }
  .p-index-works__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    min-height: 0;
    padding: 24px 20px 28px;
  }
  .p-index-works__image {
    width: 100%;
    max-width: 560px;
    height: auto;
    aspect-ratio: 518/385;
    flex-basis: auto;
    margin: 0 auto;
  }
  .p-index-works__image video {
    width: min(220px, 52vw);
    height: auto;
    aspect-ratio: 225/400;
    margin: 0 auto;
  }
  .p-index-works__image img {
    width: min(220px, 52vw);
    max-width: 100%;
    height: auto;
    max-height: none;
    margin: 0 auto;
  }
  .p-index-works__body {
    max-width: none;
    padding-top: 0;
  }
  .p-index-works__label {
    min-height: 34px;
    padding: 4px 12px;
    font-size: 16px;
  }
  .p-index-works__name {
    margin-top: 12px;
    font-size: 24px;
    white-space: normal;
  }
  .p-index-works__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.7;
  }
  .p-index-works__link {
    margin-top: 20px;
    font-size: 14px;
  }
  .p-index-works__link a {
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .p-index-works__nav {
    width: 52px;
    height: 52px;
  }
  .p-index-works__nav span::before {
    width: 12px;
    height: 12px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .p-index-works__nav--prev {
    transform: translate(-45%, -50%);
  }
  .p-index-works__nav--next {
    transform: translate(45%, -50%);
  }
}
@media (max-width: 480px) {
  .p-index-works__inner {
    --inner-gutter: 12px;
    padding: 124px 0 72px;
  }
  .p-index-works__heading {
    gap: 6px;
  }
  .p-index-works__heading::before {
    top: -44px;
    height: 34px;
  }
  .p-index-works__heading-en {
    font-size: 14px;
  }
  .p-index-works__title {
    font-size: 18px;
  }
  .p-index-works__title::after {
    height: 4px;
  }
  .p-index-works__slider-wrap {
    width: calc(100% - 40px);
    margin-top: 24px;
  }
  .p-index-works__card {
    inset: 8px 0;
  }
  .p-index-works__slide-frame {
    padding: 8px;
  }
  .p-index-works__content {
    gap: 18px;
    padding: 18px 14px 24px;
  }
  .p-index-works__image video,
  .p-index-works__image img {
    width: min(103px, 24.5vw);
  }
  .p-index-works__label {
    min-height: 19px;
    padding: 1.333px 10px;
    font-size: 10px;
  }
  .p-index-works__name {
    margin-top: 5px;
    font-size: 14px;
  }
  .p-index-works__text {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.65;
  }
  .p-index-works__link {
    margin-top: 8px;
    font-size: 12px;
  }
  .p-index-works__nav {
    width: 42px;
    height: 42px;
  }
  .p-index-works__nav span::before {
    width: 10px;
    height: 10px;
  }
  .p-index-works__nav--prev {
    transform: translate(-45%, -50%);
  }
  .p-index-works__nav--next {
    transform: translate(45%, -50%);
  }
}
/* ------------------------------------------------------------------------------
  Top : 制作の流れ
------------------------------------------------------------------------------ */
.p-index-flow {
  position: relative;
  width: 100%;
  overflow: visible;
}

.p-index-flow__inner {
  --inner-width: 1441px;
  padding: 78px 0 128px;
}

.p-index-flow__heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 auto;
}
.p-index-flow__heading::before {
  content: "";
  position: absolute;
  top: -83px;
  left: 50%;
  width: 1px;
  height: 70px;
  background: #194376;
  transform: translateX(-50%);
}

.p-index-flow__heading-en {
  margin: 0;
  color: #0684de;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.3889);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.p-index-flow__title {
  position: relative;
  margin: 0;
  padding-bottom: 7px;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 2.5);
  font-weight: 700;
  line-height: 1.2778;
  text-align: center;
  white-space: nowrap;
}
.p-index-flow__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  background: #f69800;
}

.p-index-flow__lead {
  max-width: 760px;
  margin: 30px auto 0;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.25);
  font-weight: 400;
  line-height: 1.6667;
  text-align: center;
}

.p-index-flow__list {
  position: relative;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 72px 0 0;
  padding: 0;
  list-style: none;
}
.p-index-flow__list::before {
  content: "";
  position: absolute;
  top: 70px;
  right: calc((100% - 48px) / 8);
  left: calc((100% - 48px) / 8);
  height: 1px;
  background: rgba(25, 67, 118, 0.2);
}

.p-index-flow__item {
  position: relative;
  z-index: 1;
  width: calc((100% - 72px) / 4);
  list-style: none;
  text-align: center;
}

.p-index-flow__step-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  min-height: 30px;
  margin: 0;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(6, 132, 222, 0.15);
  background: #fff;
  color: #0684de;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 0.8333);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.p-index-flow__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 16px auto 0;
  border-radius: 50%;
  background: #0684de;
  box-shadow: 0 4px 10px rgba(6, 132, 222, 0.2);
  color: #fff;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.6667);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.p-index-flow__body {
  height: calc(100% - 94px);
  margin-top: 16px;
  padding: 28px 20px 24px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 15px 10px rgba(0, 0, 0, 0.12);
}

.p-index-flow__item-title {
  margin: 0;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1.3889);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-index-flow__item-text {
  margin: 12px 0 0;
  color: #1c1c1c;
  font-size: calc(clamp(0.875rem, 1.6vw, 0.9rem) * 1);
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}

@media (max-width: 900px) {
  .p-index-flow__inner {
    padding: 68px 0 104px;
  }
  .p-index-flow__heading {
    gap: 8px;
  }
  .p-index-flow__heading::before {
    top: -68px;
    height: 56px;
  }
  .p-index-flow__heading-en {
    font-size: 18px;
  }
  .p-index-flow__title {
    font-size: 30px;
  }
  .p-index-flow__title::after {
    height: 6px;
  }
  .p-index-flow__lead {
    max-width: 680px;
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.65;
  }
  .p-index-flow__list {
    gap: 20px;
    margin-top: 60px;
  }
  .p-index-flow__list::before {
    top: 64px;
  }
  .p-index-flow__item {
    width: calc((100% - 60px) / 4);
  }
  .p-index-flow__step-label {
    min-width: 68px;
    min-height: 28px;
    font-size: 12px;
  }
  .p-index-flow__step-number {
    width: 44px;
    height: 44px;
    margin-top: 14px;
    font-size: 24px;
  }
  .p-index-flow__body {
    height: calc(100% - 86px);
    margin-top: 14px;
    padding: 24px 16px 20px;
  }
  .p-index-flow__item-title {
    font-size: 18px;
    line-height: 1.45;
  }
  .p-index-flow__item-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.65;
  }
}
@media (max-width: 768px) {
  .p-index-flow__inner {
    --inner-gutter: 16px;
    padding: 76px 0 88px;
  }
  .p-index-flow__heading {
    gap: 8px;
  }
  .p-index-flow__heading::before {
    top: -56px;
    height: 44px;
  }
  .p-index-flow__heading-en {
    font-size: 16px;
  }
  .p-index-flow__title {
    font-size: 24px;
    white-space: normal;
  }
  .p-index-flow__title::after {
    height: 5px;
  }
  .p-index-flow__lead {
    max-width: 620px;
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.7;
  }
  .p-index-flow__list {
    flex-wrap: wrap;
    gap: 20px 16px;
    margin-top: 48px;
  }
  .p-index-flow__list::before {
    display: none;
  }
  .p-index-flow__item {
    width: calc((100% - 16px) / 2);
  }
  .p-index-flow__step-label {
    min-width: 64px;
    min-height: 26px;
    font-size: 11px;
  }
  .p-index-flow__step-number {
    width: 42px;
    height: 42px;
    margin-top: 12px;
    font-size: 22px;
  }
  .p-index-flow__body {
    height: calc(100% - 80px);
    margin-top: 12px;
    padding: 20px 14px 18px;
    border-radius: 12px;
  }
  .p-index-flow__item-title {
    font-size: 16px;
  }
  .p-index-flow__item-text {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.65;
  }
  .p-index-flow__item-text br {
    display: none;
  }
}
@media (max-width: 480px) {
  .p-index-flow__inner {
    --inner-gutter: 12px;
    padding: 60px 0 72px;
  }
  .p-index-flow__heading {
    gap: 6px;
  }
  .p-index-flow__heading::before {
    top: -44px;
    height: 34px;
  }
  .p-index-flow__heading-en {
    font-size: 14px;
  }
  .p-index-flow__title {
    font-size: 18px;
  }
  .p-index-flow__title::after {
    height: 4px;
  }
  .p-index-flow__lead {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.7;
  }
  .p-index-flow__list {
    flex-direction: column;
    gap: 16px;
    margin-top: 36px;
  }
  .p-index-flow__item {
    width: 100%;
  }
  .p-index-flow__step-label {
    min-width: 60px;
    min-height: 24px;
    padding: 0 10px;
    font-size: 10px;
  }
  .p-index-flow__step-number {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    font-size: 20px;
  }
  .p-index-flow__body {
    height: auto;
    margin-top: 10px;
    padding: 18px 14px 16px;
    border-radius: 10px;
  }
  .p-index-flow__item-title {
    font-size: 15px;
    line-height: 1.5;
  }
  .p-index-flow__item-text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.6;
  }
}
/* ------------------------------------------------------------------------------
  Top : よくあるご質問
------------------------------------------------------------------------------ */
.p-index-faq {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.p-index-faq__inner {
  --inner-width: 1441px;
  padding: 78px 0 256px;
}

.p-index-faq__heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 auto;
}
.p-index-faq__heading::before {
  content: "";
  position: absolute;
  top: -83px;
  left: 50%;
  width: 1px;
  height: 70px;
  background: #194376;
  transform: translateX(-50%);
}

.p-index-faq__heading-en {
  margin: 0;
  color: #0684de;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.p-index-faq__title {
  position: relative;
  margin: 0;
  padding-bottom: 7px;
  color: #1c1c1c;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2778;
  text-align: center;
  white-space: nowrap;
}
.p-index-faq__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  background: #f69800;
}

.p-index-faq__list {
  margin-top: 96px;
}

.p-index-faq__item {
  margin: 0;
}
.p-index-faq__item + .p-index-faq__item {
  margin-top: 30px;
}

.p-index-faq__question {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 60px;
  cursor: pointer;
  list-style: none;
}
.p-index-faq__question::-webkit-details-marker {
  display: none;
}

.p-index-faq__question::-webkit-details-marker {
  display: none;
}

.p-index-faq__question-text {
  flex: 1 1 auto;
  width: auto;
  margin-left: 30px;
  margin-right: 40px;
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}

.p-index-faq__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  flex: 0 0 60px;
}

.p-index-faq__label-text-inner {
  display: block;
}

.p-index-faq__label--q {
  background: #0684de;
  color: #fff;
}

.p-index-faq__label--q .p-index-faq__label-text-inner {
  position: relative;
  top: -5px;
}

.p-index-faq__label--a {
  background: #fff;
  color: #0684de;
}

.p-index-faq__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: transparent;
  font-size: 0;
  line-height: 1;
}
.p-index-faq__icon::before, .p-index-faq__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #1c1c1c;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease;
}
.p-index-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-index-faq__answer {
  display: none;
  margin-top: 20px;
  padding: 40px;
  background: rgba(6, 132, 222, 0.05);
}

.p-index-faq__item[open] .p-index-faq__answer {
  display: block;
  animation: faq-fade-in 0.3s ease;
}

.p-index-faq__item[open] .p-index-faq__icon::after {
  opacity: 0;
}

.p-index-faq__answer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.p-index-faq__answer-text {
  flex: 1 1 auto;
  width: auto;
  margin: 0 40px 0 30px;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7778;
}

@media (max-width: 900px) {
  .p-index-faq__inner {
    padding: 68px 0 192px;
  }
  .p-index-faq__heading {
    gap: 8px;
  }
  .p-index-faq__heading::before {
    top: -68px;
    height: 56px;
  }
  .p-index-faq__heading-en {
    font-size: 18px;
  }
  .p-index-faq__title {
    font-size: 30px;
  }
  .p-index-faq__title::after {
    height: 6px;
  }
  .p-index-faq__list {
    margin-top: 72px;
  }
  .p-index-faq__item + .p-index-faq__item {
    margin-top: 24px;
  }
  .p-index-faq__question {
    min-height: 52px;
  }
  .p-index-faq__question-text {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 1.5;
    white-space: normal;
  }
  .p-index-faq__label {
    width: 52px;
    height: 52px;
    border-radius: 26px;
    font-size: 28px;
    flex-basis: 52px;
  }
  .p-index-faq__icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }
  .p-index-faq__icon::before, .p-index-faq__icon::after {
    width: 14px;
  }
  .p-index-faq__answer {
    margin-top: 16px;
    padding: 28px 24px;
  }
  .p-index-faq__answer-text {
    margin: 0 20px 0 20px;
    font-size: 16px;
    line-height: 1.75;
  }
}
@media (max-width: 768px) {
  .p-index-faq__inner {
    --inner-gutter: 16px;
    padding: 60px 0 144px;
  }
  .p-index-faq__heading::before {
    top: -56px;
    height: 44px;
  }
  .p-index-faq__heading-en {
    font-size: 16px;
  }
  .p-index-faq__title {
    font-size: 24px;
  }
  .p-index-faq__title::after {
    height: 5px;
  }
  .p-index-faq__list {
    margin-top: 56px;
  }
  .p-index-faq__item + .p-index-faq__item {
    margin-top: 20px;
  }
  .p-index-faq__question {
    min-height: 46px;
  }
  .p-index-faq__question-text {
    margin-left: 14px;
    margin-right: 14px;
    font-size: 15px;
    line-height: 1.5;
  }
  .p-index-faq__label {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    font-size: 24px;
    flex-basis: 46px;
  }
  .p-index-faq__label--q .p-index-faq__label-text-inner {
    top: -3px;
  }
  .p-index-faq__icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }
  .p-index-faq__icon::before, .p-index-faq__icon::after {
    width: 12px;
  }
  .p-index-faq__answer {
    margin-top: 14px;
    padding: 20px 16px;
  }
  .p-index-faq__answer-inner {
    gap: 14px;
  }
  .p-index-faq__answer-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
  }
}
@media (max-width: 480px) {
  .p-index-faq__inner {
    --inner-gutter: 12px;
    padding: 48px 0 96px;
  }
  .p-index-faq__heading {
    gap: 6px;
  }
  .p-index-faq__heading::before {
    top: -44px;
    height: 34px;
  }
  .p-index-faq__heading-en {
    font-size: 14px;
  }
  .p-index-faq__title {
    font-size: 18px;
  }
  .p-index-faq__title::after {
    height: 4px;
  }
  .p-index-faq__list {
    margin-top: 40px;
  }
  .p-index-faq__question {
    min-height: 42px;
    align-items: center;
  }
  .p-index-faq__question-text {
    margin-left: 12px;
    margin-right: 10px;
    font-size: 13px;
    line-height: 1.45;
  }
  .p-index-faq__label {
    width: 42px;
    height: 42px;
    border-radius: 21px;
    font-size: 22px;
    flex-basis: 42px;
  }
  .p-index-faq__icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
    margin-top: 13px;
  }
  .p-index-faq__icon::before, .p-index-faq__icon::after {
    width: 10px;
  }
  .p-index-faq__answer {
    padding: 18px 12px;
  }
  .p-index-faq__answer-inner {
    gap: 12px;
  }
  .p-index-faq__answer-text {
    font-size: 12px;
    line-height: 1.65;
  }
}
@keyframes faq-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------------------------------------
  Top : セクションタイトル（共通）
------------------------------------------------------------------------------ */
.p-section-index-title {
  margin: 0;
  color: #1c1c1c;
}

.p-section-index-title__en {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.p-section-index-title__ja {
  margin: 6px 0 0;
  font-size: clamp(0.75rem, 1.4vw, 0.75rem);
  letter-spacing: 0.08em;
  opacity: 0.8;
}

/* ------------------------------------------------------------------------------
  Top : メインビジュアル
------------------------------------------------------------------------------ */
.p-index-mv {
  position: relative;
  width: 100vw;
  height: calc(100vh - 70px);
  height: calc(100svh - 70px);
  /* ヘッダー分を引く */
  margin-top: 70px;
  /* ヘッダー分を下げる */
  overflow: hidden;
}
@media (max-width: 900px) {
  .p-index-mv {
    height: calc(100vh - 70px);
    height: calc(100svh - 70px);
  }
}

/* 背景（viewport基準・全画面） */
.p-index-mv__bg {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  /* 背景固定 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: -1;
}

.p-index-mv__bg img,
.p-index-mv__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* コンテンツラッパー（最大1440px） */
.p-index-mv__inner {
  position: relative;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

/* 左下コンテンツ */
.p-index-mv__content {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f0f0f0;
}

/* ロゴ */
/*
.p-index-mv__brand img {
  width: 410px;
  height: auto;
  display: block;
}
*/
/* コピー */
.p-index-mv__copy {
  margin: 0;
  text-align: right;
  font-family: "Lato", sans-serif;
  font-size: clamp(2.4rem, 1.837rem + 2.404vw, 4rem);
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #f0f0f0;
}

.p-index-mv__button {
  width: 300px;
  max-width: 300px;
  flex-shrink: 0;
}

/* 上部グラデーションライン（右 → 左） */
/*
.p-index-mv::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 10px;
  background: linear-gradient(to left,
      $color-action 0%,
      rgba($color-action, 0) 100%);
  z-index: 1;
}
*/
/* 下部グラデーションライン（左 → 右） */
/*
.p-index-mv::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50vw;
  height: 10px;
  background: linear-gradient(to right,
      $color-action 0%,
      rgba($color-action, 0) 100%);
  z-index: 1;
}
*/
/* ------------------------------------------------------------------------------
  SP
------------------------------------------------------------------------------ */
@media (max-width: 768px) {
  .p-index-mv__content {
    left: 24px;
    right: 24px;
    bottom: 100px;
  }
  .p-index-mv__copy {
    font-size: 1.8rem;
  }
  .p-index-mv__button {
    display: none;
  }
}
/* ------------------------------------------------------------------------------
   Top : MV下ナビゲーション
------------------------------------------------------------------------------ */
.p-index-nav {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #414042;
}

/* 下部グラデーションライン */
/*
.p-index-nav::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50vw;
  height: 10px;
  background: linear-gradient(to left,
      $color-action 0%,
      rgba($color-action, 0) 100%);
}
*/
/* リスト */
.p-index-nav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

/* アイテム（比率固定） */
.p-index-nav__item {
  position: relative;
  aspect-ratio: 476/300;
}

/* リンク（全面クリック） */
.p-index-nav__link {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}
.p-index-nav__link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

/* 背景画像 */
.p-index-nav__bg {
  position: absolute;
  inset: 0;
}

.p-index-nav__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* テキスト */
.p-index-nav__content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #f0f0f0;
  text-align: center;
}

.p-index-nav__en {
  font-family: "Lato", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.12em;
}

.p-index-nav__ja {
  /*margin-top: 4px;*/
  font-size: clamp(0.75rem, 1.4vw, 0.75rem);
  opacity: 0.9;
}

/* hover（ズームのみ） */
@media (hover: hover) {
  .p-index-nav__link:hover .p-index-nav__bg img {
    transform: scale(1.08);
  }
}
/* SP対応 */
@media (max-width: 768px) {
  .p-index-nav__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ------------------------------------------------------------------------------
  Top : ニュース
------------------------------------------------------------------------------ */
.p-index-news {
  background: #414042;
  padding: clamp(80px, 10vw, 140px) 0;
}

/* 内側 */
.p-index-news__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(40px, 6vw, 100px);
}

/* 見出しエリア */
.p-index-news__head {
  width: 220px;
  flex-shrink: 0;
}

/* 見出し */
.p-index-news__title {
  color: #f0f0f0;
}

.p-index-news__title-en {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.p-index-news__title-ja {
  display: block;
  margin-top: 6px;
  font-size: clamp(0.75rem, 1.4vw, 0.75rem);
  opacity: 0.8;
}

/* リスト */
.p-index-news__list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

/* ニュースアイテム */
.p-index-news__item {
  width: calc(50% - 16px);
}

/* リンク */
.p-index-news__link {
  display: block;
}

/* サムネイル */
.p-index-news__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 460/260;
  overflow: hidden;
}

.p-index-news__thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

@media (hover: hover) {
  .p-index-news__link:hover .p-index-news__thumb img {
    transform: scale(1.08);
  }
}
/* 本文 */
.p-index-news__body {
  margin-top: 16px;
}

.p-index-news__text {
  color: #f0f0f0;
  font-size: clamp(0.875rem, 1.6vw, 0.9rem);
  line-height: 1.5;
}

/* 日付 */
.p-index-news__date {
  display: block;
  margin-top: 8px;
  font-size: clamp(0.75rem, 1.4vw, 0.75rem);
  color: #f0f0f0;
  letter-spacing: 0.08em;
}

/* カテゴリタグ */
.p-index-news__tag {
  display: inline-block;
  margin-top: 14px;
  padding: 6px 30px 8px;
  border-radius: 6px;
  font-size: clamp(0.75rem, 1.4vw, 0.75rem);
  line-height: 1;
  background: #f0f0f0;
  color: #414042;
}

/* フッター（一覧ボタン） */
.p-index-news__footer {
  width: 100%;
  margin-top: 48px;
  text-align: center;
}

/* SP */
@media (max-width: 768px) {
  .p-index-news__inner {
    flex-direction: column;
    gap: 32px;
  }
  .p-index-news__head {
    width: 100%;
  }
  .p-index-news__list {
    gap: 24px;
  }
  .p-index-news__item {
    width: 100%;
    max-width: 100%;
  }
}
/* ------------------------------------------------------------------------------
  USEDCAR（トップページ）
------------------------------------------------------------------------------ */
.p-usedcar {
  width: 100%;
  background: #f0f0f0;
  padding: clamp(80px, 10vw, 140px) 0;
}

.p-usedcar__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px !important;
}

/* 車両リストエリア */
.p-usedcar__list {
  margin-top: 36px;
}

/* 下部ボタン */
.p-usedcar__cta {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.p-usedcar__cta .c-button {
  min-width: 320px;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .p-usedcar {
    padding: 56px 0 70px;
  }
  .p-usedcar__inner {
    padding: 0 20px;
  }
  .p-usedcar__cta {
    margin-top: 36px;
  }
  .p-usedcar__cta .c-button {
    width: 100%;
    /*min-width: auto;
    max-width: 420px;*/
  }
}
/* ------------------------------------------------------------------------------
  メンテナンス
------------------------------------------------------------------------------ */
.p-maintenance {
  height: 100vh;
  width: 100%;
  position: relative;
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}

/* outer / inner */
.p-maintenance__outer,
.p-maintenance__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

/* background */
.p-maintenance__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

/* maintenance background */
.p-maintenance--maintenance .p-maintenance__bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/index/bg_mainte_mainte.jpg);
}

/* price background */
.p-maintenance--price .p-maintenance__bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/index/bg_mainte_price.jpg);
}

/* reserve background */
.p-maintenance--reserve .p-maintenance__bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/index/bg_mainte_reserve.jpg);
}

/* content */
.p-maintenance__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* body */
.p-maintenance__body {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  color: #f0f0f0;
  text-align: left;
}
@media (max-width: 900px) {
  .p-maintenance__body {
    padding: 0 20px;
  }
}

/* title en */
.p-maintenance__title-en {
  font-family: "Lato", sans-serif;
  font-size: clamp(1.6rem, 0.907rem + 2.103vw, 2.8rem);
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

/* title ja */
.p-maintenance__title-ja {
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  letter-spacing: 0.08em;
  opacity: 0.8;
  font-weight: bold;
  margin-bottom: 24px;
}

/* catch */
.p-maintenance__catch {
  font-size: clamp(1.2rem, 0.848rem + 1.502vw, 2.2rem);
  font-weight: 500;
  margin-bottom: 20px;
}

/* text */
.p-maintenance__text {
  font-size: clamp(0.8rem, 0.73rem + 0.3vw, 1rem);
  line-height: 1.8;
  opacity: 0.9;
  margin-bottom: 46px;
}

/* button */
.p-maintenance .c-button {
  margin-top: 8px;
}
@media (max-width: 900px) {
  .p-maintenance .c-button {
    display: flex;
    width: 300px;
    margin: 0 auto;
  }
}

/* text animation helper */
.clip-text {
  overflow: hidden;
}

.char {
  display: inline-block;
  will-change: transform, opacity;
}

/* ------------------------------------------------------------------------------
   Top : DRIVING JOY マーキー
------------------------------------------------------------------------------ */
.p-index-marquee {
  position: relative;
  overflow: hidden;
  padding: clamp(60px, 8vw, 120px) 0;
}
.p-index-marquee::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

/* 行共通 */
.p-index-marquee__row {
  width: 100%;
  overflow: hidden;
}

.p-index-marquee__track {
  display: flex;
  width: max-content;
  line-height: 0.8;
}

/* テキスト */
.p-index-marquee__text {
  font-family: "Lato", sans-serif;
  font-size: clamp(7rem, 15vw, 16rem);
  font-weight: 200;
  letter-spacing: 0.08em;
  white-space: nowrap;
  color: #f0f0f0;
}

/* 上段：右 → 左 */
.p-index-marquee__row--upper .p-index-marquee__track {
  animation: marquee-left 45s linear infinite;
}

/* 下段：左 → 右 */
.p-index-marquee__row--lower {
  margin-top: clamp(12px, 2vw, 24px);
}

.p-index-marquee__row--lower .p-index-marquee__track {
  animation: marquee-right 45s linear infinite;
}

/* Keyframes */
@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
/* ------------------------------------------------------------------------------
  SHOWROOM
------------------------------------------------------------------------------ */
.p-showroom {
  padding: 80px 20px 230px 20px;
  background: #f0f0f0;
}

.p-showroom__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
}

/* テキストエリア */
.p-showroom__body {
  width: 340px;
  margin-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
}

/* タイトル */
.p-showroom__title {
  margin-bottom: 40px;
}

.p-showroom__title-en {
  display: block;
  font-size: 2.8rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
}

.p-showroom__title-ja {
  display: block;
  font-size: clamp(0.75rem, 1.4vw, 0.75rem);
}

/* 店舗情報 */
.p-showroom__info {
  margin-top: 0;
}

.p-showroom__name {
  margin-bottom: 24px;
  font-size: 1.6rem;
  font-weight: 300;
}

.p-showroom__text {
  font-size: clamp(0.75rem, 1.4vw, 0.75rem);
  line-height: 2;
  margin-bottom: 48px;
}

/* 画像エリア */
.p-showroom__media {
  flex: 1;
  max-width: 1000px;
}

.p-showroom__media img {
  width: 100%;
  height: auto;
  display: block;
}

/* ------------------------------------------------------------------
  レスポンシブ（tb-wide以下 1カラム化）
------------------------------------------------------------------ */
@media (max-width: 900px) {
  .p-showroom {
    padding: 60px 20px 120px 20px;
  }
  .p-showroom__inner {
    display: flex;
    flex-direction: column;
  }
  /* HTMLの元の構造を維持しつつ、順序だけ変更するためにcontentsを使用 */
  .p-showroom__body {
    display: contents;
  }
  .p-showroom__title {
    order: 1;
    margin-bottom: 24px;
  }
  .p-showroom__media {
    order: 2;
    max-width: 100%;
    margin-bottom: 32px;
  }
  .p-showroom__info {
    order: 3;
  }
  .p-showroom__btn {
    display: flex;
    justify-content: center;
  }
}

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