@charset "UTF-8";
:root {
  --content-width: 1120px;
}

.content-inner {
  max-width: var(--content-width);
  margin: 0 auto;
  box-sizing: border-box;
}

/* =========================
  Page common
========================= */
.for-pc {
  display: block;
}

.for-sp {
  display: none;
}

.page-matching {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
.page-matching figure {
  margin: 0;
}

/* =========================
  H2 heading
========================= */
.c-heading2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #ec6729;
  font-size: 48px;
  line-height: 1.35;
  margin: 94px 0 48px;
  font-weight: bold;
  text-align: center;
}
.c-heading2__desc {
  margin: -24px auto 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 47px;
  color: #351B00;
  text-align: left;
}
.c-heading2__sub {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #351b00;
  margin-bottom: 15px;
  line-height: 1.4;
}
.c-heading2--tight {
  margin-bottom: 32px;
}
.c-heading2__underline {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.c-heading2__underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 20px;
  background: #fff48f;
  border-radius: 4px;
  z-index: -1;
}

/* =========================
  お問い合わせ導線
========================= */
.care-cta {
  background: #a2c419;
  padding: 33px 0 25px;
  position: relative;
  overflow: hidden;
}
.care-cta__inner {
  position: relative;
  max-width: 928px;
  margin: 0 auto;
  padding: 0 25px;
}
.care-cta__box {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 48px 64px 22px;
}
.care-cta__box::before {
  left: -20px;
}
.care-cta__box::after {
  right: -20px;
}
.care-cta__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  color: #351b00;
  line-height: 48px;
  margin: 0 0 36px;
}
.care-cta__main {
  display: flex;
  align-items: center;
  gap: 24px;
  max-height: 130px;
}
.care-cta__content {
  flex-shrink: 0;
  width: 44%;
}
.care-cta__button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #ec6729;
  color: #fff;
  border-radius: 20px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  font-size: 24px;
  border: 4px solid #fff;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 27px 39px 27px 72px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2509803922);
  width: 100%;
  line-height: 34px;
}
.care-cta__button::before {
  content: "";
  position: absolute;
  left: 9%;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: url("../img/external_link_icon.svg") no-repeat center/contain;
  pointer-events: none;
}
.care-cta__button::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 48%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("../img/external_link_arrow.svg") no-repeat center/contain;
  pointer-events: none;
}
.care-cta__button span {
  display: block;
  font-size: 13px;
  margin-top: 2px;
}
.care-cta__tel {
  margin-left: auto;
  text-align: center;
  width: 52%;
  height: 130px;
}
.care-cta__tel-label {
  font-size: 20px;
  border-top: 1px solid #351b00;
  border-bottom: 1px solid #351b00;
  padding: 4px 0;
  line-height: 34px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
.care-cta__tel-number a {
  font-family: din-2014;
  font-size: 58px;
  font-weight: 800;
  color: #f36c21;
  margin: 0;
  margin-top: 8px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 48px;
}
.care-cta__tel-number a::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-image: url("../img/tel_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  flex-shrink: 0;
}
.care-cta__tel-note {
  font-size: 13px;
  color: #666;
  text-align: left;
  line-height: 100%;
  margin: 0;
}
.care-cta__image {
  position: absolute;
  top: -6%;
  right: -28.6%;
  z-index: 3;
}
.care-cta__image img {
  width: 50%;
  height: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

p.care-cta__tel-number a {
  margin-top: 7px;
  padding-left: 3px;
}

/* =========================
  マッチング人材一覧
========================= */
.matching-staff {
  padding: 25px 0;
  /* デフォルト：可変グリッド */
  /* 1140px以上：固定幅 */
  /* タブレット：2列 */
  /* SP：1列 */
}
.matching-staff__inner {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}
.matching-staff__label {
  display: inline-block;
  position: relative;
  margin: 43px auto;
  padding: 5px 20px;
  background: #351b00;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 999px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.matching-staff__label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 24px solid #351b00;
}
.matching-staff__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.matching-staff__card {
  aspect-ratio: 352/440;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.matching-staff__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.matching-staff__card-body {
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 90%;
  transform: translateX(-50%);
  color: #fff;
  padding: 3px 10px;
  background-color: rgba(243, 108, 33, 0.7);
  display: flex;
  gap: 15px;
  font-size: 16px;
  z-index: 2;
}
.matching-staff__card-body div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}
.matching-staff__card-body div P {
  margin: 0;
}
.matching-staff__note {
  background: #351b00;
  color: #fff;
  padding: 16px 24px;
  border-radius: 999px;
  display: inline-block;
  font-weight: bold;
}
.matching-staff__badge {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  display: inline-block;
  margin: 16px auto 70px;
  padding: 18px 0;
  background: #351b00;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border-radius: 20px;
  text-align: center;
  width: 798px;
  line-height: 54px;
  max-width: 798px;
  border-radius: 30px;
}
.matching-staff__badge .em {
  font-size: 40px;
  color: #ffa43c;
  display: inline-block;
}
.matching-staff .matching-result {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  line-height: 42px;
  color: #351b00;
  font-weight: 500;
}
.matching-staff .matching-result__highlight {
  font-weight: bold;
  color: #f36c21;
  font-size: 32px;
}
.matching-staff .matching-result__highlight--strong {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 12px;
  background: rgba(243, 108, 33, 0.1);
  border-radius: 8px;
}
.matching-staff .matching-result .num {
  font-family: din-2014;
  font-size: 22px;
  font-weight: 800;
  margin: 0 2px;
}
.matching-staff .matching-staff__more {
  text-align: center;
  margin-top: 24px;
  display: none;
}
.matching-staff .matching-staff__more-btn {
  display: inline-flex;
  color: #000;
  border: 1px solid #ec6729;
  padding: 14px 22px;
  cursor: pointer;
  width: 100%;
  font-size: 14px;
  align-items: center;
  gap: 8px;
}
.matching-staff .matching-staff__more-btn::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/plus_icon.svg") no-repeat center/contain;
  flex-shrink: 0;
  display: block;
}
@media (min-width: 1140px) {
  .matching-staff__grid {
    grid-template-columns: repeat(3, 352px);
    -moz-column-gap: 34px;
         column-gap: 34px;
    row-gap: 34px;
    justify-content: center;
  }
  .matching-staff__card {
    width: 352px;
    height: 440px;
    aspect-ratio: auto;
  }
}
@media (max-width: 900px) {
  .matching-staff__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .matching-staff__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* =========================
  魅力紹介
========================= */
.appeal {
  background: #fcf4e7;
  position: relative;
  z-index: 1;
}
.appeal__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
}
.appeal__inner .c-heading2 {
  margin: 94px 0 88px;
}
.appeal__frame {
  position: relative;
  background: #fff;
  border: 4px solid #009944;
  border-radius: 18px;
  padding: 68px 56px;
}
.appeal__frame::before {
  content: "";
  position: absolute;
  top: -5%;
  left: 5%;
  width: 180px;
  height: 120px;
  background: url("../img/matching_appeal_flag1.svg") no-repeat center/contain;
  pointer-events: none;
  z-index: 2;
}
.appeal__frame.indonesia {
  margin-top: 93px;
  border: 4px solid #d50029;
}
.appeal__frame.indonesia::before {
  content: "";
  position: absolute;
  top: -5%;
  left: 5%;
  width: 180px;
  height: 120px;
  background: url("../img/matching_appeal_flag2.svg") no-repeat center/contain;
  pointer-events: none;
  z-index: 1;
}
.appeal__frame.indonesia .appeal__tab {
  color: #d50029;
}
.appeal__frame.indonesia .appeal__tab .appeal__tabSmall {
  font-size: 40px;
  margin-left: 6px;
  vertical-align: baseline;
}
.appeal__frame.indonesia .appeal__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #D50029;
  margin: 0 0 10px;
  line-height: 1.5;
}
.appeal__tab {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #1e9e3b;
  font-weight: bold;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 50px;
  white-space: nowrap;
  text-align: center;
  margin-bottom: -34px;
}
.appeal__tab .appeal__tabSmall {
  font-size: 40px;
  margin-left: 6px;
  vertical-align: baseline;
}
.appeal__lead {
  margin: 40px 0 24px;
  color: #2c2c2c;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 68px;
}
.appeal__top {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: start;
  margin-top: 81px;
}
.appeal__hero img {
  width: 100%;
  height: auto;
  display: block;
}
.appeal__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #351b00;
  padding: 4px 10px;
  border-radius: 30px;
}
.appeal__badge::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/matching_appeal_icon.svg") no-repeat center/contain;
  flex-shrink: 0;
}
.appeal__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #009944;
  margin: 0 0 10px;
  line-height: 1.5;
}
.appeal__text {
  font-size: 16px;
  color: #351B00;
  line-height: 30px;
  margin: 0;
  font-weight: 500;
}
.appeal__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.appeal__grid--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 43px;
  margin-top: 43px;
}
.appeal__source {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
  color: #2c2c2c;
}
.appeal__source a {
  color: #666;
  text-decoration: underline;
  word-break: break-all;
}

.appealCard {
  background: #fff;
  overflow: hidden;
}
.appealCard img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.appealCard__body {
  padding: 14px 0;
  text-align: left;
}
.appealCard .appeal__badge {
  margin: 0 0 10px;
}
.appealCard__title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
  color: #009944;
  line-height: 1.5;
}
.appealCard__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #351b00;
}
.appealCard__source {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.6;
  color: #666;
}
.appealCard__source a {
  color: #666;
  text-decoration: underline;
  word-break: break-all;
}

/* =========================
  よくあるご質問
========================= */
.matching-faq {
  padding: 80px 0 200px;
}
.matching-faq__inner {
  max-width: var(--content-width); /* 1120px */
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.matching-faq__list {
  margin-top: 124px;
  display: grid;
  gap: 34px;
}
.matching-faq__qrow {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: start;
}
.matching-faq__qicon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  font-family: din-2014;
  font-weight: bold;
  font-size: 20px;
  color: #ee8204;
  border: 2px solid #ee8204;
  line-height: 1;
  background: #fff;
  border-radius: 25px;
}
.matching-faq__question {
  margin: 6px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #351B00;
  line-height: 34px;
}
.matching-faq__answer {
  margin: 12px 0 0 0;
  background: #FCF4E7;
  padding: 16px 32px;
  border-radius: 20px;
}
.matching-faq__answer p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #351B00;
  line-height: 1.9;
}

/* =========================
  benefit
========================= */
.page-matching section.benefit {
  padding: 0 0 18px;
}

.benefit {
  background: #fcf4e7;
  padding: 80px 0;
}
.benefit__inner {
  max-width: var(--content-width); /* 1120px 固定 */
  margin: 0 auto;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}

/* ===== Benefit Head（カンプ版） ===== */
.benefitHead__bubble {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #351b00;
  color: #fff;
  border-radius: 999px;
  padding: 8px 20px 8px 90px;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 23px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 34px;
}
.benefitHead__bubbleIcon {
  position: absolute;
  left: -6px;
  top: 16%;
  transform: translateY(-50%);
  width: 106px;
  height: 95px;
  background: url("../img/matching_peaple_icon3.svg") no-repeat center/contain;
  flex-shrink: 0;
  z-index: 2;
}
.benefitHead__kicker {
  margin: 0 0 4px;
  color: #351b00;
  font-weight: 700;
  font-size: 28px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.benefitHead__title {
  margin: 0;
  color: #ec6729;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 58px;
  line-height: 1.35;
  font-weight: 800;
}
.benefitHead__titleMain {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.benefitHead__titleMain::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 20px;
  background: #fff48f;
  z-index: -1;
}
.benefitHead__note {
  margin: 12px 0 0;
  color: #351b00;
  font-size: 16px;
  font-weight: 700;
}

.benefit__list {
  margin-top: 150px;
}

.benefitHero {
  position: relative;
  overflow: hidden;
  background: #fcf4e7;
  padding-top: 90px;
}

/* 左：共通余白 */
.benefitHero__text {
  display: flex;
  justify-content: flex-end;
}

.benefitHero__text .benefitHead {
  width: 100%;
  max-width: 1024px;
  padding: 34px 25px;
  box-sizing: border-box;
}

.benefitHero__inner {
  position: relative;
  z-index: 1;
}

.benefit {
  position: relative;
}

.benefit::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(180deg, rgba(252, 244, 231, 0) 14.63%, #FCF4E7 88.65%), url(../img/matching_merit1.png) no-repeat top right;
  background-size: cover, contain;
  background-position: center, top right;
  pointer-events: none;
  z-index: 0;
  background-position: top right;
  background-size: 100% 100%, contain;
}

/* 右側（背景用の箱） */
.benefitHero__visual {
  position: relative;
  min-height: 320px; /* ここはデザインに合わせて */
}

/* テキスト側は常に前 */
.benefitHead {
  position: relative;
  z-index: 2;
}

/* =========================
  benefit item
========================= */
.benefitItem {
  position: relative;
  display: block;
  margin-bottom: 88px;
}
.benefitItem__media {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 352px;
  height: 352px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  background: #fff;
}
.benefitItem__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.benefitItem__box {
  background: #fff;
  border: 1px solid #ec6729;
  padding: 18px 20px;
  border-radius: 20px;
}
.benefitItem__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #351b00;
  padding: 7px 16px 7px 10px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 37px;
  border-radius: 30px;
}
.benefitItem__badge::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/smile_icon.svg") no-repeat center/contain;
  flex-shrink: 0;
}
.benefitItem__title {
  margin: 18px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #ec6729;
  line-height: 48px;
  padding-left: 37px;
}
.benefitItem__text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.85;
  color: #351B00;
  padding-top: 16px;
  padding-left: 37px;
}
.benefitItem.is-left .benefitItem__box {
  position: relative;
  z-index: 1;
  margin-left: 160px;
  padding: 30px 62px 23px 200px;
}
.benefitItem.is-left .benefitItem__media {
  left: -0.5%;
  top: 50%;
}
.benefitItem.is-right .benefitItem__media {
  left: auto;
  right: 0%;
  top: 45%;
}
.benefitItem.is-right .benefitItem__box {
  position: relative;
  z-index: 1;
  margin-right: 160px;
  padding: 28px 200px 28px 28px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #ec6729;
}

/* =========================
  closing
========================= */
.page-matching section.closing {
  padding: 0;
}

.closing {
  background: #fcf4e7;
}

.closing__strip img {
  width: 100%;
  height: auto;
  display: block;
}

.closing__panel {
  background: #fff;
}

.closing__illust {
  margin: 0;
}
.closing__illust img {
  width: 100%;
  height: auto;
  display: block;
}

.closing__message {
  text-align: center;
  color: #351b00;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  padding: 86px 330px;
  position: relative;
}

/* 左イラスト */
.closing__message::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -28px;
  width: 270px;
  height: 250px;
  background: url("../img/matching_closing_icon1.png") no-repeat center/contain;
}

/* 右イラスト */
.closing__message::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -28px;
  width: 270px;
  height: 250px;
  background: url("../img/matching_closing_icon2.png") no-repeat center/contain;
}

.closing__lead {
  margin: 0 0 6px;
  font-size: 28px;
  font-weight: bold;
  line-height: 58px;
}

.closing__headline {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: bold;
  line-height: 58px;
}

.closing__note {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 58px;
}

.closing__hl {
  position: relative;
  display: inline-block;
  z-index: 0;
  font-size: 42px;
  color: #EC6729;
}
.closing__hl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 20px;
  background: #fff48f;
  z-index: -1;
}

/* =========================
  zenken
========================= */
.zenken {
  padding: 90px 0 80px;
  color: #fff;
}
.zenken .c-heading2 {
  color: #fff;
}
.zenken .c-heading2 .c-heading2__sub {
  color: #fff;
}
.zenken .c-heading2 .c-heading2__sub {
  color: #fff;
}
.zenken .c-heading2__desc {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.zenken__inner {
  max-width: var(--content-width); /* 1120px */
  margin: 0 auto;
  box-sizing: border-box;
}
.zenken__panel {
  margin-top: 40px;
  background: #fff;
  color: #351B00;
  border: 1px solid #cfcfcf;
  padding: 28px 28px 30px;
  border-radius: 20px;
}
.zenken__head {
  text-align: center;
  padding: 18px 18px 16px;
  background: #2f6fb3;
  color: #fff;
}
.zenken__headSub {
  margin: 0 0 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.zenken__headMain {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.zenken__headTitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  font-weight: bold;
}
.zenken__headStat {
  font-family: din-2014;
  font-size: 14px;
  font-weight: bold;
  background: #1d5fa7;
  padding: 6px 10px;
  line-height: 1;
}
.zenken__headNote {
  margin: 8px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
  opacity: 0.95;
}
.zenken__grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 58px 30px;
}

.zenkenCard img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.zenkenCard__point {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 16px 0 16px;
  padding: 4px 10px;
  font-family: din-2014;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background: #351b00;
  border-radius: 30px;
}
.zenkenCard__point::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/point_icon.svg") no-repeat center/contain;
  flex-shrink: 0;
}
.zenkenCard__title {
  margin: 0 0 6px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #EC6729;
  line-height: 34px;
}
.zenkenCard__text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #351B00;
  letter-spacing: -1px;
}

/* =========================
  itinerary
========================= */
.itinerary {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  padding: 80px 0 100px;
}

.itinerary > * {
  position: relative;
  z-index: 1;
}

.itinerary__inner {
  max-width: var(--content-width); /* 1120 */
  margin: 0 auto;
  box-sizing: border-box;
}

.itinerary__head {
  text-align: center;
  margin-bottom: 22px;
}

.itinerary__kicker {
  font-size: 24px;
  margin: 0 0 15px;
  color: #351B00;
  font-weight: bold;
}

.itinerary__title {
  margin: 0 0 30px;
  font-size: 48px;
  font-weight: 900;
  color: #334d95;
}

.itinerary__desc {
  margin: 0 auto;
  font-size: 16px;
  line-height: 30px;
  color: #2C2C2C;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 608px;
  width: 100%;
}

.itineraryBox,
.feeBox {
  background: #fff;
  border: 1px solid #173987;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  margin-top: 45px;
}

.itineraryBox__bar,
.feeBox__bar {
  background: #2e4d8f;
  color: #fff;
  font-weight: 700;
  padding: 10px 14px;
  font-size: 24px;
  text-align: center;
}

.itineraryBox__meta {
  padding: 47px 97px 0;
  font-size: 24px;
  color: #351B00;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 41px;
}

.itineraryTable {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto auto;
  -moz-column-gap: 0;
       column-gap: 0;
  gap: 0;
  padding: 0 97px 58px;
  position: relative;
}

.itineraryDay {
  grid-row: 1;
  padding: 0 10px 16px;
  text-align: center;
  border-left: 1px dashed #000000;
  position: relative;
  z-index: 5;
}
.itineraryDay:first-child {
  border-left: none;
}

.itineraryDay:last-of-type::after {
  border-bottom: none;
}

.itineraryDay__num {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  background: #351B00;
  width: 100%;
}

.itineraryDay__icon {
  font-size: 20px;
  margin: 18px auto 15px;
}

.itineraryDay__label {
  font-weight: 700;
  font-size: 20px;
  color: #EC6729;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 26px;
  height: 52px;
}

.itineraryDay__text {
  font-size: 16px;
  line-height: 1.6;
  color: #351B00;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
}

.itineraryDay__text:nth-of-type(4) {
  text-align: left;
}

.itineraryDay__icon:nth-of-type(1), .itineraryDay__icon:nth-of-type(5) {
  width: 29px;
  height: 29px;
}

.itineraryDay__icon:nth-of-type(2), .itineraryDay__icon:nth-of-type(3) {
  width: 35px;
  height: 29px;
}

.itineraryDay__icon:nth-of-type(4) {
  width: 42px;
  height: 31px;
}

/* 2日＋3日にまたがる共通説明文 */
.itineraryDay__text.is-span23 {
  grid-row: 2;
  grid-column: 2/4;
  text-align: center;
  justify-self: center;
  align-self: center;
  padding: 16px 0;
  margin: 0;
}

.feeBox__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 14px;
}

.feeBox__left {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #351B00;
}

.feeBox__price {
  margin: 0;
  font-size: 18px;
  color: #EC6729;
}

.feeBox__price strong {
  font-size: 28px;
  letter-spacing: 0.5px;
}

.feeBox__price span {
  font-size: 12px;
  color: #7b8797;
  margin-left: 4px;
}

.feeBox__note {
  margin: 0;
  padding: 0 98px 14px;
  font-size: 20px;
  color: #351B00;
  line-height: 1.7;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

.feeBox__note:nth-of-type(2) {
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 58px;
}

.flowTitle {
  text-align: center;
  margin: 28px 0 71px;
  font-size: 48px;
  font-weight: 900;
  color: #334D95;
}

.flow {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  gap: 10px;
}

.flowItem__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background: #2e4d8f;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  flex: 0 0 auto;
}

.flowItem__name {
  font-size: 14px;
  font-weight: 800;
  color: #EC6729;
  margin-top: 2px;
}

.flowItem__text {
  margin: 4px 0 0;
  font-size: 12px;
  color: #351B00;
  line-height: 1.6;
}

.flowArrow {
  height: 18px;
  position: relative;
}
.flowArrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #2e4d8f;
}

/* =========================
  voices / movie
========================= */
.voices {
  padding: 75px 0 81px;
  position: relative;
  overflow: hidden;
}
.voices__inner {
  max-width: var(--content-width); /* 1120 */
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.voices {
  position: relative;
}

.voices::after {
  content: "";
  position: absolute;
  top: -40px;
  right: 0px;
  width: 100%;
  height: 32%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 14.63%, #FFFFFF 85.65%), url(../img/matching_voice_img1.png) no-repeat top right;
  background-size: cover, contain;
  background-position: center, top right;
  pointer-events: none;
  z-index: 0;
  background-position: top right;
  background-size: 100% 100%, contain;
}

/* 見出し */
.voicesHead__bubble {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #351b00;
  color: #fff;
  border-radius: 999px;
  padding: 8px 20px 8px 90px;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 23px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.voicesHead__bubbleIcon {
  position: absolute;
  left: -6px;
  top: 20%;
  transform: translateY(-50%);
  width: 106px;
  height: 95px;
  background: url(../img/matching_peaple_icon4.svg) no-repeat center/contain;
  flex-shrink: 0;
  z-index: 2;
}
.voicesHead__kicker {
  margin: 0 0 4px;
  color: #351b00;
  font-weight: 700;
  font-size: 34px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.voicesHead__title {
  margin: 0 0 60px;
  color: #ec6729;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 48px;
  line-height: 1.35;
  font-weight: 800;
}
.voicesHead__note {
  margin: 0 0 18px;
  color: #351b00;
  font-size: 20px;
  font-weight: bold;
}

.voicesGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 8px;
}

.voiceCard {
  background: #fcf4e7;
  border-radius: 20px;
  padding: 22px 32px 24px 32px;
}
.voiceCard__top {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding-bottom: 14px;
  border-bottom: 1px solid #ec6729;
}
.voiceCard__avatar {
  width: 127px;
  height: 127px;
  border-radius: 50%;
  background: url("../img/matching_voice_icon1.png") no-repeat center/cover;
  background-color: #fff;
}
.voicesGrid .voiceCard:nth-child(2) .voiceCard__avatar {
  background-image: url("../img/matching_voice_icon2.png");
}
.voiceCard__org {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  color: #2C2C2C;
}
.voiceCard__name {
  margin: 2px 0 14px;
  font-weight: 500;
  font-size: 16px;
  color: #2C2C2C;
}
.voiceCard__quote {
  margin: 0;
  color: #ec6729;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
}
.voiceCard__body {
  margin-top: 19px;
}
.voiceCard__body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #2C2C2C;
  font-weight: 500;
}

/* 動画枠 */
.movieBox {
  margin-top: 123px;
  border: 4px solid #ec6729;
  border-radius: 20px;
  background: #fff;
  position: relative;
}
.movieBox__label {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  background: #ec6729;
  color: #fff;
  font-weight: bold;
  padding: 8px 30px;
  border-radius: 10px;
  font-size: 34px;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 48px;
}
.movieBox__inner {
  padding: 68px 60px 100px;
  position: relative;
}
.movieBox__inner::before {
  content: "";
  position: absolute;
  left: 50%; /* ← ラベル下の距離（調整OK） */
  transform: translateX(-50%);
  width: 36px; /* SVGサイズ */
  height: 36px;
  background: url("../img/matching_arrow1.svg") no-repeat center/contain;
  pointer-events: none;
  top: 15px;
}
.movieBox__desc {
  margin: 7px 0 82px;
  font-size: 19px;
  line-height: 34px;
  color: #351b00;
  font-weight: bold;
  padding: 0 96px;
}
.movieBox__descEm {
  font-weight: 700;
  position: relative;
  z-index: 0;
}
.movieBox__descEm::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #fff48f;
  z-index: -1;
}

.movieGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.movieItem {
  display: block;
}

/* サムネ */
.movieThumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.movieThumb__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.movieThumb::before {
  content: "";
  position: absolute;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8980392157);
  z-index: 2;
  box-shadow: 0 0 0 3px #EC6729;
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.movieThumb::after {
  content: "";
  position: absolute;
  width: 87px;
  height: 37px;
  background: url(../img/matching_movie_triangle_icon.svg) no-repeat center/contain;
  z-index: 3;
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* 下のテキスト */
.movieText {
  margin-top: 10px;
}

.movieText__top {
  margin: 0 0 -1px;
  font-size: 20px;
  font-weight: bold;
  color: #351b00;
  padding-left: 7px;
  padding-top: 3px;
}

.movieText__main {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #351b00;
  padding-left: 7px;
}

/* =========================
  MV（メインビジュアル）
========================= */
.page-matching section.mv {
  padding: 0;
}

.mv {
  position: relative;
  height: 730px;
  overflow: hidden;
}

/* 背景 */
.mv__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../img/matching_mv_pc.jpg) no-repeat center top/contain;
  z-index: 0;
}

/* PC MV 左下テキスト */
.mv__pcNote {
  position: absolute;
  font-weight: bold;
  font-size: clamp(24px, 24px + 8 * (100vw - 1440px) / 480, 32px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 60px;
  color: #EC6729;
  bottom: 20px;
  margin-left: 36px;
  z-index: 1;
}

/* 黄色マーカー（任意） */
.mv__pcNote span {
  background: #fff;
  padding: 4px 6px;
}

.mv__pcNoteLine2 {
  display: inline-block;
  padding-left: 8px; /* 好きに調整 */
  font-style: normal; /* iタグの斜体解除 */
}

/* 中央配置 */
.mv__inner {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
}

.mv__content {
  position: relative;
  width: 100%;
  max-width: 1120px;
  padding: 0 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  transform: translateY(-80px);
}

.mv__content.for-sp {
  display: none;
}

.mv__content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
  width: 80%;
  aspect-ratio: 1/1;
  height: auto;
  background: #fff;
  border-radius: 50%;
  z-index: 0;
}

/* 1440px以下 */
@media (max-width: 1440px) {
  .mv__content::before {
    top: 50%;
  }
  .mv {
    height: 620px;
  }
}
/* テキストは円の上 */
.mv__catch,
.mv__title,
.mv__place {
  position: relative;
  z-index: 1;
  margin: 0;
}

.mv__catch {
  background: #351b00;
  padding: 10px 30px;
  border-radius: 999px;
  font-size: clamp(24px, 24px + 8 * (100vw - 1440px) / 480, 32px);
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff06d;
}

.mv__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(47px, 47px + 16 * (100vw - 1440px) / 480, 63px);
  font-weight: bold;
  line-height: 1.35;
  color: #351b00;
  margin-bottom: 13px;
  margin-top: 2px;
}

/* place（分割版） */
.mv__place {
  margin: 0;
  display: grid;
  justify-items: center;
  row-gap: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #ec6729;
}

.mv__line {
  display: inline-flex;
  align-items: center;
}

.mv__line--top {
  gap: 13px;
}

.mv__india {
  font-size: clamp(98px, 98px + 33 * (100vw - 1440px) / 480, 131px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.mv__amp {
  font-size: 0.8em;
  margin-left: -0.05em;
  vertical-align: middle;
}

.mv__line--bottom {
  gap: 0;
  letter-spacing: -0.23em;
}

/* 下段「インドネシア」＋旗は疑似要素 */
.mv__indo {
  position: relative;
  display: inline-block;
  font-size: clamp(98px, 98px + 33 * (100vw - 1440px) / 480, 131px);
  font-weight: 900;
  line-height: 1;
  padding: 0 130px;
}

.mv__indo::before,
.mv__indo::after {
  content: "";
  position: absolute;
  top: -63%;
  transform: translateY(-50%);
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}

.mv__indo::before {
  left: 5%;
  background-image: url(../img/matching_mv_flag1.svg);
}

.mv__indo::after {
  right: 5%;
  background-image: url(../img/matching_mv_flag2.svg);
}

/* in（吹き出し） */
.mv__in {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #351b00;
  color: #fff;
  padding: 0 14px 13px;
  border-radius: 999px;
  font-size: clamp(55px, 55px + 18 * (100vw - 1440px) / 480, 73px);
  line-height: 1;
  letter-spacing: 0;
  transform: translateY(2px);
  flex: 0 0 auto;
  font-weight: 900;
}
.mv__in::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #351b00;
}

.mv__tight {
  display: inline-block;
  margin-left: -0.12em;
}

/* =========================
  SP（まとめ）
========================= */
@media (max-width: 768px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
  .c-heading2__underline::after {
    height: 10px;
    bottom: -3px;
  }
  /* 画像類のはみ出し保険 */
  .page-matching img,
  .page-matching iframe,
  .page-matching svg {
    max-width: 100%;
    height: -webkit-fill-available;
  }
  /* section共通余白（MV/closing/benefitは0運用） */
  .page-matching section {
    padding: 14px 13px 11px;
  }
  .page-matching section.appeal {
    padding-bottom: 30px;
  }
  .page-matching section.matching-faq {
    margin-bottom: 40px;
  }
  .page-matching section.matching-staff {
    padding-bottom: 48px;
  }
  .page-matching section.zenken {
    padding-bottom: 48px;
  }
  .page-matching section.itinerary {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 48px;
  }
  .page-matching section.mv,
  .page-matching section.closing {
    padding: 0;
  }
  .page-matching section.benefit {
    padding: 0 13px;
  }
  /* MV */
  .mv {
    position: relative;
    height: auto;
    overflow: hidden;
    background: #fff; /* 念のため */
  }
  .mv__spPhotos {
    display: block;
    display: grid;
    gap: 0;
  }
  .mv__inner {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: grid;
    place-items: start center;
    pointer-events: none;
  }
  .mv__content {
    pointer-events: auto;
    transform: none;
    top: 20%;
  }
  /* 2行全体の“基準” */
  .mv__below {
    position: absolute;
    left: 50%;
    bottom: -20%;
    transform: translateX(-50%);
    width: 320px; /* ← ここで“行の基準幅”を作る（調整OK） */
    height: 60px; /* 2行分の高さ */
    pointer-events: none;
  }
  /* 2行共通 */
  .mv__belowLine {
    font-family: "Zen Kaku Gothic New", sans-serif;
    position: absolute;
    left: 0;
    white-space: nowrap;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.6;
    color: #EC6729;
  }
  /* 1行目：左寄り開始 */
  .mv__belowLine--1 {
    top: 0;
    left: 0; /* ← 1行目開始位置 */
  }
  /* 2行目：少し右にずらして開始 */
  .mv__belowLine--2 {
    top: 40%;
    left: 60%;
  }
  /* 黄色マーカー */
  .mv__belowHl {
    background: #FFF06D;
    padding: 4px 0 4px 8px;
  }
  /* 2行目の色（必要なら） */
  .mv__belowAccent {
    color: #EC6729;
    background: #FFF06D;
    padding-left: 8px;
  }
  .mv__content::before {
    width: 327px;
    height: 327px;
    max-width: none;
    top: 50%;
  }
  .mv__catch {
    max-width: 257px;
    font-size: 14px;
    padding: 8px 0px;
    line-height: 17px;
    margin: auto;
    width: 100%;
  }
  .mv__title {
    font-size: 20px;
    margin: 0;
  }
  .mv__in {
    font-size: 16px;
    padding: 5px 8px;
    transform: none;
  }
  .mv__india, .mv__indo {
    font-size: 36px;
  }
  .mv__place {
    row-gap: 0;
    padding-bottom: 50px;
  }
  .mv__line--top {
    gap: 3px;
  }
  .mv__india,
  .mv__indo {
    font-size: 42px;
    letter-spacing: -11%;
  }
  .mv__in {
    font-size: 31px;
    padding: 10px;
    transform: none;
    width: 21px;
    height: 21px;
    margin-top: 4px;
    line-height: 0;
  }
  .mv__in::after {
    right: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #351b00;
  }
  .mv__indo {
    padding: 0 52px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .mv__indo::before, .mv__indo::after {
    width: 76px;
    height: 70px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mv__indo::before {
    left: -3%;
    top: -55%;
  }
  .mv__indo::after {
    right: -3%;
    top: -55%;
  }
  .mv__amp {
    font-size: 30px;
    vertical-align: middle;
    margin-left: 5px;
  }
  /* 上部 */
  .mvSpTop {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    grid-template-rows: 1fr 1fr;
    gap: 0;
    aspect-ratio: 16/9; /* ←ここ調整ポイント */
    width: 100%;
    width: 100%;
    max-height: 250px;
    height: 140px;
  }
  .mvSpTop__left {
    grid-column: 1;
    grid-row: 1/3;
    overflow: hidden;
  }
  .mvSpTop__rightTop {
    grid-column: 2;
    grid-row: 1;
    overflow: hidden;
  }
  .mvSpTop__rightBottom {
    grid-column: 2;
    grid-row: 2;
    overflow: hidden;
  }
  /* 中部：1枚 */
  .mvSpMid {
    height: 250px; /* ← 中部の高さ（調整OK） */
    overflow: hidden;
  }
  /* 下部 */
  .mvSpBottom {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr 1fr;
    gap: 0;
  }
  .mvSpBottom__left {
    grid-column: 1;
    grid-row: 1;
    overflow: hidden;
  }
  .mvSpBottom__rightTop {
    grid-column: 1;
    grid-row: 2;
    overflow: hidden;
  }
  .mvSpBottom__rightBottom {
    grid-column: 2;
    grid-row: 1/3;
    overflow: hidden;
  }
  .mvSpTop__rightTop,
  .mvSpTop__rightBottom,
  .mvSpBottom__left,
  .mvSpBottom__rightTop,
  .mvSpBottom__rightBottom {
    height: 100%;
  }
  .mvSpTop__left {
    height: 125%;
  }
  .mv__spPhotos img {
    width: 100%;
    height: 100%; /* ← これが無いと余白出る */
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  /* care-cta */
  .care-cta {
    padding: 18px 0;
  }
  .care-cta__inner {
    padding: 0;
  }
  .care-cta__box {
    padding: 8px 24px 23px;
    max-width: 281px;
    margin: auto;
    width: 100%;
  }
  .care-cta__main {
    flex-direction: column;
    max-height: 100%;
  }
  .care-cta__content,
  .care-cta__tel {
    width: 100%;
  }
  .care-cta__tel {
    height: 100%;
  }
  .care-cta__button {
    font-size: 20px;
    padding: 18px 16px 20px 56px;
  }
  .care-cta__button::before {
    left: 14px;
    width: 28px;
    height: 28px;
  }
  .care-cta__button::after {
    right: 12px;
    width: 22px;
    height: 22px;
  }
  .care-cta__tel-label {
    font-size: 14px;
  }
  .care-cta__tel-number a {
    font-size: 35px;
  }
  .care-cta__tel-number a::before {
    width: 32px;
    height: 32px;
  }
  .care-cta__image {
    position: static !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    max-width: 100%;
    margin: 0 auto 8px;
    text-align: center;
  }
  .care-cta__image img {
    width: 96px;
    height: 96px;
    max-width: 100%;
  }
  .care-cta__image .care-cta__lead {
    font-size: 20px;
  }
  .care-cta__image .care-cta__tel-note {
    font-size: 12px;
  }
  .care-cta__lead {
    font-size: 20px;
  }
  /* matching-staff */
  .matching-staff {
    padding: 48px 0;
  }
  .matching-staff__inner {
    padding: 0 16px;
    position: relative;
    z-index: 1;
  }
  .matching-staff__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .matching-staff__card-body {
    font-size: 16px;
    gap: 10px;
    bottom: 10px;
  }
  .matching-staff .matching-staff__more {
    display: block;
  }
  .matching-staff .matching-staff__label {
    text-align: left;
    font-size: 16px;
    padding: 8px 24px;
    position: relative;
    z-index: 2;
  }
  .matching-staff__badge {
    width: auto;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.5;
    padding: 16px 12px;
    margin: 21px auto 62px;
  }
  .matching-staff__badge .em {
    font-size: 29px;
  }
  .matching-staff .matching-result {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
  }
  .matching-staff .matching-result__highlight {
    font-size: 26px;
  }
  /* benefitHero（横スクロール対策込み） */
  .benefitHero {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: 0;
    overflow: hidden;
  }
  .benefitHero__text {
    justify-content: flex-start;
  }
  .benefitHero__text .benefitHead {
    max-width: 100%;
    padding: 22px 16px;
  }
  .benefitHero__visual {
    min-height: 180px;
    background-position: center;
  }
  .benefitHero__inner {
    grid-template-columns: 1fr;
    padding: 22px 16px;
  }
  .benefitHero__visual {
    min-height: 180px;
  }
  .benefitHero__visual::before {
    background-position: center;
  }
  /* benefitHead */
  .benefitHead__bubble {
    font-size: 16px;
    padding: 5px 7px 5px 77px;
    line-height: 18px;
  }
  .benefitHead__bubbleIcon {
    width: 77px;
    height: 83px;
    left: -4px;
  }
  .benefitHead__kicker {
    font-size: 14px;
  }
  .benefitHead__title {
    font-size: 30px;
  }
  .benefitHead__titleMain::after {
    height: 6px;
    bottom: -3px;
  }
  /* benefitItem：SPは重ねデザインに統一 */
  .benefitItem {
    position: relative;
    margin: 115px 0 40px;
  }
  .benefitItem .benefitItem__media {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    z-index: 2;
  }
  .benefitItem .benefitItem__box {
    position: relative;
    z-index: 1;
    margin: 0 !important;
    padding: 69px 16px 16px !important;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #ec6729;
    box-sizing: border-box;
  }
  .benefitItem.is-left .benefitItem__media,
  .benefitItem.is-right .benefitItem__media {
    left: 50%;
    right: auto;
    top: -20%;
  }
  .benefitItem__title {
    font-size: 20px;
  }
  /* itinerary */
  .itineraryTable {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
  }
  .itineraryDay {
    grid-row: auto !important;
    border-left: none;
  }
  .feeBox__row {
    flex-direction: column;
    align-items: flex-start;
  }
  /* voices/movie */
  .page-matching section.voices {
    padding: 32px 0 48px;
  }
  .voices__inner {
    padding: 0 16px;
  }
  .voicesHead__title {
    font-size: 22px;
  }
  .voicesHead__bubble {
    font-size: 16px;
  }
  .voicesHead__kicker {
    font-size: 16px;
  }
  .voicesHead__note {
    font-size: 16px;
  }
  .voicesGrid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .voiceCard__name {
    font-size: 14px;
  }
  .voiceCard__quote {
    font-size: 18px;
  }
  .movieBox__label {
    font-size: 18px;
    padding: 8px 12px;
    top: -16px;
  }
  .movieBox__inner {
    padding: 36px 14px 16px;
  }
  .movieGrid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .movieBox__desc {
    padding: 0;
    position: relative;
  }
  .movieText__top {
    font-size: 16px;
  }
  .movieText__main {
    font-size: 16px;
  }
  /* closing */
  .closing__inner {
    padding: 44px 16px;
  }
  .closing__illust {
    max-width: 220px;
    margin: 0 auto;
  }
  .closing__lead {
    font-size: 14px;
  }
  .closing__headline {
    font-size: 16px;
    margin-bottom: 0;
  }
  .closing__note {
    font-size: 16px;
    line-height: 15px;
  }
  .closing__hl::after {
    height: 6px;
    bottom: -2px;
  }
  .closing__message {
    padding: 0;
  }
  .closing__message::before,
  .closing__message::after {
    display: none;
  }
  /* zenken */
  .zenken {
    padding: 56px 0;
  }
  .zenken__inner {
    padding: 0 16px;
  }
  .zenken__panel {
    padding: 0 16px 18px;
  }
  .zenken__grid {
    grid-template-columns: 1fr;
  }
  .zenken__headTitle {
    font-size: 18px;
  }
  .zenkenCard__point {
    font-size: 13px;
    padding: 7px 16px 7px 15px;
    margin: 6px 0;
  }
  .zenkenCard__point::before {
    width: 15px;
    height: 20px;
  }
  /* appeal */
  .appeal {
    padding: 48px 0;
  }
  .appeal__inner {
    padding: 0 16px;
  }
  .appeal__grid,
  .appeal__grid--3 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .appeal__frame {
    padding: 44px 16px 0;
    border: 2px solid #009944;
  }
  .appeal__frame::before {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 93px;
    height: 62px;
  }
  .appeal__lead {
    padding: 0;
    border-bottom: 1px solid #1E9E3B;
    padding-bottom: 20px;
  }
  .appeal__tab {
    font-size: 24px;
    padding: 32px 12px 8px 0;
  }
  .appeal__tab .appeal__tabSmall {
    font-size: 20px;
  }
  .appeal__top {
    grid-template-columns: 1fr;
    margin-top: 47px;
    gap: 8px;
  }
  .appeal__badge {
    font-size: 13px;
    padding: 3px 8px;
  }
  .appeal__badge::before {
    width: 21px;
    height: 21px;
  }
  .appeal__title {
    font-size: 20px;
  }
  .appeal__frame.indonesia .appeal__tab .appeal__tabSmall {
    font-size: 20px;
    margin-left: 0;
  }
  .appeal__frame.indonesia .appeal__frame {
    border: 2px solid #D50029;
  }
  .appeal__frame.indonesia .appeal__frame {
    border-bottom: 4px solid #D50029;
  }
  /* matching-faq */
  .matching-faq {
    padding: 48px 0;
    overflow: hidden;
  }
  .matching-faq__inner {
    padding: 0 16px;
  }
  .matching-faq__list {
    gap: 24px;
    margin-top: 28px;
  }
  .matching-faq__qrow {
    grid-template-columns: 44px 1fr;
    gap: 12px;
  }
  .matching-faq__qicon {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
  .matching-faq__question {
    font-size: 16px;
    line-height: 25px;
    margin: -5px 0 0;
  }
  .matching-faq__answer {
    padding: 16px 17px;
  }
  .matching-faq__answer p {
    font-size: 13px;
    line-height: 1.85;
  }
  .movieThumb::before {
    width: 56px;
    height: 56px;
  }
  .movieThumb::after {
    width: 18px;
    height: 18px;
  }
  .appeal__top .appeal__title {
    margin-top: 8px;
  }
  .appealCard .appeal__badge {
    margin-bottom: 8px;
  }
  .matching-faq .c-heading2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .mv__bg {
    background-size: cover;
    background-position: center top;
  }
  .care-cta__tel-number a {
    pointer-events: none;
    cursor: default;
  }
}
/* =========================
  feeBox（カンプ寄せ）
========================= */
.feeBox {
  background: #fff;
  border: 1px solid #2e4d8f; /* カンプの青枠 */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: none; /* 影が強いとカンプから離れるのでOFF */
  margin-top: 64px;
  margin-bottom: 140px;
}

/* 上の青バー */
.feeBox__bar {
  background: #2e4d8f;
  color: #fff;
  font-weight: 700;
  font-size: 20px; /* カンプは大きすぎない */
  padding: 14px 16px;
  text-align: center;
}

/* 本体の余白をしっかり */
.feeBox__row {
  display: flex;
  align-items: baseline;
  justify-content: left;
  padding: 58px 98px 12px;
  text-align: left;
}

/* 左文言 */
.feeBox__left {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #351B00; /* カンプは茶寄り */
  white-space: nowrap;
}

/* 金額 */
.feeBox__price {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: #EC6729; /* カンプのオレンジ寄せ */
  font-weight: 800;
  line-height: 1;
  font-size: 22px;
}

.feeBox__price strong {
  font-size: 81px; /* ここがカンプの主役 */
  font-weight: 900;
  letter-spacing: 0.02em;
}

.feeBox__price span {
  font-size: 18px;
  color: #351B00; /* （税別）は黒寄り */
  font-weight: 700;
  margin-left: 2px;
}

/* SP */
@media (max-width: 768px) {
  .feeBox__bar {
    font-size: 16px;
    padding: 12px 14px;
  }
  .feeBox__row {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 14px 10px;
  }
  .feeBox__left {
    font-size: 13px;
  }
  .feeBox__price {
    font-size: 16px;
  }
  .feeBox__price strong {
    font-size: 40px;
  }
  .feeBox__price span {
    font-size: 14px;
  }
  .feeBox__note {
    padding: 8px 14px 16px;
    text-align: left; /* SPは読みやすく左寄せでもOK */
  }
}
.itineraryDay__icon {
  width: 44px; /* カンプっぽいサイズに */
  height: 44px;
  margin: 19px auto 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* 1日目・5日目 */
.itineraryDay__icon.is-icon1 {
  background-image: url("../img/matching_itinerary_icon1.svg");
}

/* 2日目・3日目 */
.itineraryDay__icon.is-icon2 {
  background-image: url("../img/matching_itinerary_icon2.svg");
}

/* 4日目 */
.itineraryDay__icon.is-icon3 {
  background-image: url("../img/matching_itinerary_icon3.svg");
}

.itineraryDay.is-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flowItem__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background-color: #2e4d8f; /* 既存の青丸 */
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px auto; /* SVGサイズ調整 */
  flex: 0 0 auto;
}

/* STEP 01 */
.flowItem__icon.is-step1 {
  background-image: url("../img/matching_itinerary_icon4.svg");
}

/* STEP 02 */
.flowItem__icon.is-step2 {
  background-image: url("../img/matching_itinerary_icon5.svg");
}

/* STEP 03 */
.flowItem__icon.is-step3 {
  background-image: url("../img/matching_itinerary_icon6.svg");
}

/* STEP 04 */
.flowItem__icon.is-step4 {
  background-image: url("../img/matching_itinerary_icon7.svg");
}

@media (max-width: 768px) {
  .flowItem__icon {
    width: 40px;
    height: 40px;
    background-size: 20px auto;
  }
}
/* === カンプ寄せ：flow（差し替え/追記用） === */
/* --- Flow: カンプ再現用 --- */
.flowWrap {
  max-width: var(--content-width); /* 1120 */
  margin: 0 auto;
  padding: 18px 25px 40px; /* 0→25pxに統一 */
  box-sizing: border-box;
}

/* カード全体 */
.flow {
  list-style: none;
  margin: 0;
}

.flowItem {
  display: flex;
  gap: 20px;
  background: #fff;
  border: 1px solid #173987;
  border-radius: 20px;
  padding: 16px 0 20px 30px;
  box-sizing: border-box;
  position: relative;
}

/* 左カラム：STEP + アイコン */
.flowItem__left {
  width: 100px; /* 左カラム固定幅 */
  min-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  padding-top: 10px;
}

/* STEP 表示（左上寄せ風） */
.flowItem__step {
  position: absolute;
  top: -14%;
  left: 26%;
  font-size: 13px;
  font-weight: 600;
  color: #334D95;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
}

/* 丸アイコン */
.flowItem__icon {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #2e4d8f; /* 青丸ベース */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px auto; /* SVGの見え方調整 */
  box-shadow: none;
  display: block;
}

/* アイコン差し替え（画像パスを置き換えてください） */
.flowItem__icon.is-step1 {
  background-image: url("../img/matching_itinerary_icon4.svg");
}

.flowItem__icon.is-step2 {
  background-image: url("../img/matching_itinerary_icon5.svg");
}

.flowItem__icon.is-step3 {
  background-image: url("../img/matching_itinerary_icon6.svg");
}

.flowItem__icon.is-step4 {
  background-image: url("../img/matching_itinerary_icon7.svg");
}

/* 例：.flowItem__icon.is-step2 { background-image: url(...); } */
/* 右カラム：テキスト */
.flowItem__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center; /* 縦中央 */
  padding-right: 8px;
}

/* タイトル（オレンジ、大きめ） */
.flowItem__title {
  margin: 0 0 6px 0;
  font-size: 30px; /* カンプ寄せ */
  font-weight: 900;
  color: #ec6729; /* オレンジ */
  line-height: 1.15;
}

/* 説明文 */
.flowItem__desc {
  margin: 0;
  font-size: 16px;
  color: #351B00;
  line-height: 1.9;
}

/* 下の矢印（三角） */
.flowArrow {
  width: 36px;
  height: 35px;
  margin: 18px auto 0;
  position: relative;
}

.flowArrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #2e4d8f; /* 三角の色 */
}

/* 小さい画面ではレイアウトを崩さないよう切り替え */
@media (max-width: 768px) {
  .flowItem {
    flex-direction: row;
    gap: 12px;
    padding: 12px;
  }
  .flowItem__left {
    width: 72px;
    min-width: 72px;
  }
  .flowItem__icon {
    width: 56px;
    height: 56px;
    background-size: 28px auto;
  }
  .flowItem__step {
    left: 8px;
    top: 4px;
    font-size: 11px;
  }
  .flowArrow {
    margin-top: 12px;
  }
  .voices::after {
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/matching_voice_img1_sp.png) no-repeat top right;
    background-size: contain;
  }
  .benefit__inner {
    padding: 0;
  }
  .benefit__list {
    padding-right: 0;
  }
}
/* 右端追従ナビ（カード型） */
.matching-navi {
  position: fixed;
  right: 0.6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  pointer-events: auto;
  /* アイコン丸（SVGを背景に） */
  /* 指定アイコンを当てる（パスは実ファイルに置換） */
  /* ラベル（アイコン下） */
  /* アクティブ状態のスタイル（スクロールで付与する想定） */
}
.matching-navi__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.matching-navi__item {
  display: block;
}
.matching-navi__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 74px;
  padding: 12px;
  background: #fff;
  border-radius: 10px;
  text-decoration: none;
  color: #351b00;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}
.matching-navi__icon {
  width: 56px;
  height: 56px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  box-sizing: border-box;
}
.matching-navi .is-apply {
  background-image: url("../img/matching_navi_icon1.svg");
}
.matching-navi .is-schedule {
  background-image: url("../img/matching_navi_icon2.svg");
}
.matching-navi .is-faq {
  background-image: url("../img/matching_navi_icon3.svg");
}
.matching-navi__label {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #351b00;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.matching-navi__link.is-active {
  border-color: #2e4d8f;
  box-shadow: 0 8px 20px rgba(46, 77, 143, 0.12);
  transform: translateY(-6px);
}

/* レスポンシブ：SPでは非表示（必要なら表示） */
@media (max-width: 900px) {
  .matching-navi {
    display: none;
  }
}
/* 表示状態 */
.matching-navi.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

/* 追従本体：右端のオレンジ箱 */
.matching-navi {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  background: #ec6729;
  padding: 10px 8px;
  border-radius: 20px 0 0 20px;
  display: grid;
  gap: 10px;
  z-index: 9999999;
  /* 最初は非表示（voices到達で出す） */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) translateX(14px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.matching-navi.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

/* 白いボタン */
.matching-navi__item {
  width: 96px; /* カンプっぽい縦長 */
  padding: 0;
  background: #fff;
  border-radius: 10px;
  text-decoration: none;
  color: #351b00;
  display: grid;
  justify-items: center;
  gap: 6px;
}

/* アイコン（SVGは背景で差し替え） */
.matching-navi__icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* ラベル */
.matching-navi__label {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

/* それぞれのSVG差し替え */
.matching-navi__icon.is-i1 {
  background-image: url("../img/matching_navi_icon1.svg");
}

.matching-navi__icon.is-i2 {
  background-image: url("../img/matching_navi_icon2.svg");
}

.matching-navi__icon.is-i3 {
  background-image: url("../img/matching_navi_icon3.svg");
}

.itineraryBox__bar, .feeBox__bar {
  padding: 17px 0 7px;
}

.care-cta::before,
.care-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 285px;
  height: 285px;
  background: url("../img/matching_dots1.svg") no-repeat center/contain;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0; /* 背景扱い */
}

.care-cta::before {
  background: url("../img/matching_dots4.svg") no-repeat center/contain;
}

/* 左 */
.care-cta::before {
  left: -5%;
  top: 75%;
}

/* 右 */
.care-cta::after {
  right: -3%;
}

.appeal__frame.indo::after {
  content: "";
  position: absolute;
  top: -10%;
  width: 135px;
  height: 135px;
  background: url(../img/matching_circle1.svg) no-repeat center/contain;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
  left: 98%;
}

.appeal__frame.indonesia::before {
  top: -4%;
  left: 5%;
  z-index: 2;
}

.appeal__frame.indo::before {
  content: "";
  position: absolute;
  top: -4%;
  left: 5%;
  width: 180px;
  height: 120px;
  background: url(../img/matching_appeal_flag1.svg) no-repeat center/contain;
  pointer-events: none;
  z-index: 2;
}

.appeal .c-heading2::before {
  content: "";
  position: absolute;
  top: 12%;
  width: 270px;
  height: 270px;
  background: url(../img/matching_dots2.svg) no-repeat center/contain;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
  left: 78%;
}

.appeal::after {
  content: "";
  position: absolute;
  top: 48%;
  left: clamp(16px, 4vw, 40px);
  width: 270px;
  height: 270px;
  background: url(../img/matching_dots2.svg) no-repeat center/contain;
  pointer-events: none;
  z-index: -1;
}

.zenken .c-heading2__desc {
  max-width: 898px;
  width: 100%;
}

.itinerary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1330px;
  background: url(../img/matching_itinerary_bg.jpg) no-repeat;
  background-size: 100% auto;
  background-position: 50% 0;
  pointer-events: none;
  z-index: 0;
}

.appeal__frame.indonesia {
  margin-bottom: 82px;
}

.matching-faq {
  position: relative;
}

.matching-faq::after {
  content: "";
  position: absolute;
  top: 13%;
  width: 270px;
  height: 270px;
  background: url("../img/matching_dots2.svg") no-repeat center/contain;
  pointer-events: none;
  z-index: 2;
  right: 2%;
}

.matching-faq::before {
  content: "";
  position: absolute;
  top: 13%;
  width: 135px;
  height: 135px;
  background: url(../img/matching_circle1.svg) no-repeat center/contain;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
  left: 89%;
}

.matching-staff {
  padding: 25px 0 58px;
}

.closing__message::after {
  right: 8%;
  bottom: -4px;
}

.closing__message::before {
  left: 8%;
  bottom: -4px;
}

.matching-staff__label::before {
  content: "";
  position: absolute;
  top: -525%;
  width: 270px;
  height: 270px;
  background: url(../img/matching_dots2.svg) no-repeat center/contain;
  pointer-events: none;
  z-index: 2;
  right: -55%;
}

.matching-staff__grid {
  position: relative;
  isolation: isolate;
}

.matching-staff__grid::before {
  content: "";
  position: absolute;
  top: -9%;
  width: 251px;
  height: 251px;
  background: url(../img/matching_dots5.svg) no-repeat center/contain;
  pointer-events: none;
  z-index: 0;
  right: 87%;
}

@media (max-width: 768px) {
  .care-cta::after,
  .care-cta::before,
  .appeal__frame.indo::after,
  .appeal .c-heading2::before,
  .appeal__frame.indonesia::after {
    content: none;
  }
  .itinerary__inner {
    padding: 0;
  }
  .voices__inner {
    padding: 152px 16px 0;
  }
  .voicesHead__bubbleIcon {
    width: 70px;
    height: 62px;
    left: 3%;
    top: 41%;
  }
  .voicesHead__bubble {
    line-height: 18px;
  }
  .voicesHead__note {
    font-size: 14px;
    text-align: center;
  }
  .voicesHead__title {
    margin-bottom: 29px;
  }
  .movieBox {
    margin-top: 49px;
  }
  .movieBox__label {
    font-size: 18px;
    width: 95%;
    top: -5%;
    white-space: normal;
    line-height: 29px;
    text-align: center;
  }
  .movieBox__desc {
    padding-top: 34px;
    margin-bottom: 22px;
    font-size: 18px;
  }
  .movieThumb::before {
    width: 54px;
    height: 54px;
  }
  .benefitHead {
    text-align: center;
  }
  .benefitItem.is-left .benefitItem__media, .benefitItem.is-right .benefitItem__media {
    top: -32%;
  }
  .benefitItem__badge {
    margin-left: 0;
  }
  .benefitItem__title {
    padding-left: 0;
    margin-top: 16px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .benefitItem__text {
    padding-top: 0;
    padding-left: 0;
    line-height: 30px;
  }
  .benefitItem {
    margin: 135px 0 40px;
  }
  .page-matching section.benefit {
    padding: 0 13px 54px;
  }
  .matching-staff .matching-staff__label {
    line-height: 24px;
  }
  .appeal__frame.indo::before {
    top: -1%;
    left: 50%;
    width: 110px;
    height: 74px;
    background: url(../img/matching_appeal_flag1_sp.png) no-repeat center/contain;
  }
  .appeal__frame.indonesia::before {
    top: -1%;
    left: 50%;
    width: 110px;
    height: 74px;
    background: url(../img/matching_appeal_flag2_sp.png) no-repeat center/contain;
  }
  .appeal__frame.indonesia {
    margin-top: 54px;
    border: 2px solid #d50029;
    margin-bottom: 0;
  }
  .itinerary__kicker {
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 50px;
  }
  .itinerary__title {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .itinerary__desc {
    font-size: 14px;
  }
  .itineraryBox__bar, .feeBox__bar {
    font-size: 18px;
    padding: 8px 107px;
  }
  .itineraryBox__meta {
    font-size: 18px;
    padding: 30px 15px 0;
    margin-bottom: 20px;
  }
  .itineraryTable {
    padding: 0;
  }
  .itineraryDay__num {
    font-size: 18px;
  }
  .feeBox__row {
    text-align: left;
  }
  .feeBox__left {
    font-size: 16px;
  }
  .feeBox__price strong {
    font-size: 56px;
  }
  .feeBox__price span {
    font-size: 16px;
  }
  .feeBox__note {
    font-size: 18px;
  }
  .feeBox__note:nth-of-type(2) {
    font-size: 14px;
  }
  .flowTitle {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .flow {
    padding: 0;
  }
  .flowItem {
    display: block;
    padding: 16px 16px 21px 16px;
  }
  .feeBox__price {
    gap: 0;
  }
  .flowItem__title {
    text-align: center;
  }
  .zenken .c-heading2 {
    margin-top: 0;
  }
  .zenkenCard__title {
    font-size: 20px;
  }
  .closing__lead {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .closing__hl {
    font-size: 32px;
    line-height: 40px;
  }
  .closing__hl::after {
    height: 20px;
  }
  .closing__headline {
    text-align: center;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  /* 追従ナビ：SPでは下部に横並び */
  .matching-navi {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none; /* 縦中央のtranslateをリセット */
    width: 100%;
    display: flex; /* 縦 → 横 */
    justify-content: center;
    gap: 8px;
    padding: 6px 10px 10px;
    border-radius: 16px 16px 0 0; /* 上だけ丸く */
    /* voicesに到達したら.is-visibleが付く想定なので
       opacity/visibility はそのままJSに任せてOK */
  }
  .matching-navi__item {
    width: 100%;
    max-width: 120px; /* 3個横に並ぶ想定で調整 */
    padding: 0;
  }
  .matching-navi__icon {
    width: 31px;
    height: 31px;
  }
  .matching-navi__label {
    font-size: 12px;
    line-height: 1.3;
  }
  .matching-navi__list {
    display: contents;
  }
  .matching-navi {
    width: 95%;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .matching-navi {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    transform: none;
  }
  /* ★ここが重要：is-visible時のtransformをSPで打ち消す */
  .matching-navi.is-visible {
    transform: none;
  }
}
@media (max-width: 768px) {
  .matching-navi {
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
  }
}
@media (max-width: 768px) {
  .mv__content.for-sp {
    display: block;
  }
}
@media (max-width: 768px) {
  /* === itinerary：1〜5日目すべて横並び === */
  .itineraryDay {
    grid-template-rows: auto auto;
  }
  /* 日数（左固定） */
  .itineraryDay__num {
    grid-column: 1;
    grid-row: 1/3;
    display: grid;
    place-items: center;
    margin: 0;
    font-size: 16px;
  }
  /* アイコン */
  .itineraryDay__icon {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
  }
  /* ラベル（渡航 / マッチング会など） */
  .itineraryDay__label {
    grid-column: 3;
    grid-row: 1;
    margin: 0;
    font-size: 16px;
  }
  /* 説明文 */
  .itineraryDay__text {
    grid-column: 2/4;
    grid-row: 2;
    margin: 0;
    font-size: 14px;
  }
  /* is-center（2日目・3日目）の縦flexを殺す */
  .itineraryDay.is-center {
    display: grid;
  }
}
@media (max-width: 768px) {
  /* 日数：1〜5日目すべて縦書き */
  .itineraryDay__num {
    grid-column: 1;
    grid-row: 1/3;
    writing-mode: vertical-rl; /* 縦書き */
    text-orientation: mixed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 6px 0;
    margin: 0;
    background: #351B00; /* 既存色そのまま */
    color: #fff;
  }
}
@media (max-width: 768px) {
  .itineraryDay__num {
    grid-column: 1;
    grid-row: 1/3;
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 23px 0;
    margin: 0;
    background: #351B00;
    color: #fff;
    max-width: 41px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* 1〜5日目：左=日数、右=（アイコン+見出し+文章）を横並び */
  .itineraryDay {
    display: grid;
    grid-template-columns: 41px 1fr; /* 左:日数 / 右:中身 */
    align-items: start;
    gap: 0 12px;
    padding: 18px 14px;
    text-align: left;
    position: relative;
  }
  .itineraryDay::after {
    content: "";
    position: absolute;
    left: 17px;
    right: 14px; /* padding-right */
    bottom: 0;
    border-bottom: 1px dashed #000;
  }
  /* 日数（縦書き） */
  .itineraryDay__num {
    grid-column: 1;
    grid-row: 1;
    /* ここは今の縦書き設定のままでOK（あなたの最終版を優先） */
  }
  /* 右側：アイコン・見出し・文章を横並びにする箱 */
  .itineraryDay__content {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  /* アイコン */
  .itineraryDay__icon {
    margin: 0;
    flex: 0 0 44px;
  }
  /* 右テキスト（見出し+文章） */
  .itineraryDay__texts {
    flex: 1 1 auto;
    min-width: 0;
  }
  .itineraryDay__label {
    margin-bottom: 0;
    font-size: 16px;
    height: auto;
  }
  .itineraryDay__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
  }
  /* is-centerの縦flexを殺す（念のため） */
  .itineraryDay.is-center {
    display: grid;
  }
  .itineraryDay__content {
    margin-top: 36px;
  }
  .itineraryDay__text {
    text-align: left;
  }
}
/* デフォルト（PC）：SP用3枚は消す */
.closing__strip--topSp,
.closing__strip--bottomSp {
  display: none;
}

/* strip内の画像ははみ出し防止 */
.closing__strip img {
  display: block;
  width: 100%;
  height: auto;
}

/* SPだけ：上・下を3枚横並びに切り替え */
@media (max-width: 768px) {
  /* PC用の横長1枚を消す */
  .closing__strip--top,
  .closing__strip--bottom {
    display: none;
  }
  /* SP用3枚を表示 */
  .closing__strip--topSp,
  .closing__strip--bottomSp {
    display: flex;
  }
  /* 3枚をピッタリ横並び */
  .closing__strip--topSp img,
  .closing__strip--bottomSp img {
    width: 33.3333333333%;
    height: auto;
  }
  .c-heading2__desc {
    padding: 0;
  }
  .appeal__frame.indonesia .appeal__lead {
    border-bottom: 1px solid #D50029;
  }
}
@media (max-width: 768px) {
  /* SPはカード内の上部を中央配置にする */
  .flowItem__left {
    width: 100%;
    min-width: 0;
    margin: 0 auto 10px;
    padding-top: 0;
    align-items: center;
  }
  /* STEPを絶対配置から外して中央へ */
  .flowItem__step {
    position: static;
    transform: none;
    margin: 0 0 8px;
    text-align: center;
  }
  /* アイコンも中央 */
  .flowItem__icon {
    margin: 0 auto;
  }
  /* 念のため：本文側も中央寄せ（今のカンプに合わせる） */
  .flowItem__body {
    padding-right: 0;
  }
  .flowItem__step {
    font-size: 15px;
  }
}
.benefitHero {
  overflow: visible;
}

@media (max-width: 768px) {
  .benefitHero::after {
    width: 100%;
    height: 100%;
    right: 0;
  }
  .page-matching section.benefit {
    padding: 0 0px 54px;
  }
  .benefitHead__bubble {
    padding: 12px 7px 13px 77px;
  }
  .care-cta__main {
    gap: 0;
  }
  .care-cta__button {
    line-height: 26px;
  }
  .care-cta__lead {
    margin-bottom: 11px;
  }
  .care-cta__tel-number {
    margin: 0;
  }
  .care-cta__tel-label {
    margin-top: 30px;
    padding: 4px 0;
  }
  .care-cta__button::before {
    left: 10%;
    width: 41px;
    height: 41px;
  }
}
@media (max-width: 768px) {
  /* 上段：左アイコン + 右メタ / 下段：引用（全幅） */
  .voiceCard__top {
    display: grid;
    grid-template-columns: 96px 1fr;
    grid-template-rows: auto auto; /* 1行目=avatar+meta / 2行目=quote */
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 12px;
    align-items: start;
  }
  .voiceCard__avatar {
    grid-column: 1;
    grid-row: 1;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    flex: 0 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* 右側（org→name の2段） */
  .voiceCard__meta {
    grid-column: 2;
    grid-row: 1;
    display: grid;
    grid-template-rows: auto auto;
    row-gap: 6px;
  }
  .voiceCard__org {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
  }
  .voiceCard__name {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
  }
  /* 下段：quoteのみ（全幅） */
  .voiceCard__quote {
    grid-column: 1/-1; /* 全幅 */
    grid-row: 2;
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (min-width: 769px) {
  .voiceCard__top {
    align-items: flex-start;
  }
  /* metaを縦積みにして quote をその下に見せる */
  .voiceCard__meta {
    display: flex;
    flex-direction: column;
  }
  /* quote を“右カラム側”に寄せる（avatarの右） */
  .voiceCard__quote {
    margin-top: 0; /* 必要なら調整 */
  }
}
/* PC：左 avatar / 右に org→name→quote を縦積み */
@media (min-width: 769px) {
  .voiceCard__top {
    display: grid;
    grid-template-columns: 127px 1fr;
    -moz-column-gap: 14px;
         column-gap: 14px;
    row-gap: 6px;
    align-items: start;
    padding-bottom: 14px;
    border-bottom: 1px solid #ec6729;
  }
  .voiceCard__avatar {
    grid-column: 1;
    grid-row: 1/4; /* 右の3段ぶんの高さに並走 */
    width: 127px;
    height: 127px;
  }
  .voiceCard__org {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
  }
  .voiceCard__name {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
  }
  .voiceCard__quote {
    grid-column: 2;
    grid-row: 3; /* ★右カラムの3段目に固定 */
    margin: 0;
  }
}
/* SP：上段 avatar+meta（org/name） / 下段 quote（全幅） */
@media (max-width: 768px) {
  .voiceCard__top {
    display: grid;
    grid-template-columns: 96px 1fr;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 12px;
    align-items: start;
  }
  .voiceCard__avatar {
    grid-column: 1;
    grid-row: 1;
    width: 96px;
    height: 96px;
  }
  .voiceCard__org {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
  }
  .voiceCard__name {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
  }
  .voiceCard__quote {
    grid-column: 1/-1; /* 全幅 */
    grid-row: 3;
    margin: 0;
  }
  .voiceCard {
    padding: 18px 16px 28px;
  }
  .voiceCard__meta {
    margin-top: 40px;
    margin-left: 0;
  }
  .voiceCard__avatar {
    width: 100px;
    height: 100px;
  }
}
.voiceCard__body p {
  line-height: 30px;
}

.zenken__grid > .zenkenCard:nth-child(2) .zenkenCard__title {
  font-size: 21px;
}

@media (max-width: 768px) {
  .matching-staff__card-body {
    display: grid;
    grid-template-columns: 6.5em 1fr; /* 左=項目 / 右=値（左幅は調整OK） */
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 6px;
    align-items: start;
    padding: 5px 10px;
  }
  .benefit::after {
    width: 100%;
    height: 100%;
    background: url(../img/matching_voice_img2_sp.png) no-repeat top right;
    background-size: contain;
  }
  /* いまの div の縦flexは不要になるので無効化 */
  .matching-staff__card-body > div {
    display: contents; /* divを“無かったこと”にしてpをgridに参加させる */
  }
  /* p共通 */
  .matching-staff__card-body p {
    margin: 0;
    min-width: 0; /* 折り返し安定 */
    line-height: 1.3; /* 好みで */
  }
  /* 左列（1つ目div内）= column 1 */
  .matching-staff__card-body > div:first-child p:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .matching-staff__card-body > div:first-child p:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .matching-staff__card-body > div:first-child p:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  /* 右列（2つ目div内）= column 2 */
  .matching-staff__card-body > div:last-child p:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
  }
  .matching-staff__card-body > div:last-child p:nth-child(2) {
    grid-column: 2;
    grid-row: 2;
  }
  .matching-staff__card-body > div:last-child p:nth-child(3) {
    grid-column: 2;
    grid-row: 3;
  }
  .matching-staff__card {
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
  }
}
.itinerary {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  padding: 80px 0 100px;
  background-color: #F6F8FC; /* セクション地色 */
  overflow: hidden; /* 装飾のはみ出し防止 */
}

/* ↓ 飛行機の下からフェードするグラデ */
.itinerary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 360px; /* ← グラデーションの効き終わり位置 */
  background: linear-gradient(180deg, rgba(246, 248, 252, 0) 0%, #F6F8FC 96%);
  pointer-events: none;
  z-index: 0;
}

/* 中身はすべて前面に */
.itinerary > * {
  position: relative;
  z-index: 1;
}

.itinerary {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  padding: 80px 0 100px;
  background: #F6F8FC;
  overflow: hidden;
}

/* ✅ グラデ（飛行機の下からフェード） */
.itinerary__inner {
  position: relative;
}

/* ● ドット（元の .itinerary::before を退避） */
.itinerary::after {
  content: "";
  position: absolute;
  top: -7%;
  left: 79%;
  width: 270px;
  height: 270px;
  background: url("../img/matching_dots2.svg") no-repeat center/contain;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}

/* 中身は常に前面 */
.itinerary > * {
  position: relative;
  z-index: 1;
}

.itinerary__inner > * {
  position: relative;
  z-index: 1;
}

.itinerary__head {
  position: relative;
}

.itinerary__head::before {
  top: -245%;
  left: 50%;
  width: 2000px;
  height: 1330px;
}

.zenken {
  position: relative;
}

.zenken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url(../img/matching_zenken_building.jpg) no-repeat;
  background-size: 100% auto;
  background-position: 50% 0;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 768px) {
  .zenken {
    background: url(../img/matching_zenken_building_sp.jpg) no-repeat;
    background-size: contain;
    background-color: #676767;
  }
  .modaal-close {
    right: 2% !important;
    top: 8% !important;
  }
  .zenken::before {
    display: none;
  }
  .zenken .c-heading2 {
    margin-bottom: 30px;
    margin-top: 48px;
  }
  .zenken__panel {
    margin-top: 20px;
    padding-bottom: 35px;
  }
  .zenken__grid > .zenkenCard:nth-child(2) .zenkenCard__title {
    font-size: 19px;
  }
  .zenken__grid {
    gap: 50px;
  }
  .zenkenCard__title {
    margin: 0;
  }
  .matching-staff__grid::before {
    top: -14%;
    width: 141px;
    height: 141px;
    right: 80%;
    z-index: 0;
  }
  .matching-staff__label::before {
    background: url(../img/matching_dots6.png) no-repeat center/contain;
    top: -350%;
    width: 83px;
    height: 154px;
    right: -31px;
  }
  .benefit__list {
    padding: 0 13px;
  }
}
@media (max-width: 768px) {
  .c-heading2 {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 8px;
  }
  .c-heading2__sub {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .c-heading2__desc {
    margin-top: 12px;
    font-size: 14px;
    padding: 0 16px;
    text-align: left;
  }
  .appeal__inner .c-heading2 {
    margin: 40px 0 48px;
  }
  .feeBox {
    margin-bottom: 80px;
  }
  .appeal__frame.indonesia .appeal__title {
    font-size: 20px;
  }
  .appealCard__body {
    padding-top: 8px;
    padding-bottom: 43px;
  }
  .appealCard.four .appealCard__body {
    padding-bottom: 31px;
  }
  .matching-faq::before {
    width: 74px;
    height: 74px;
    top: 6%;
    left: 86%;
  }
  .matching-faq::after {
    width: 129px;
    height: 123px;
    top: 6%;
    right: -5%;
    background: url("../img/matching_dots12.png") no-repeat center/contain;
  }
  .care-cta__tel-note {
    font-size: 12px;
  }
  p.care-cta__tel-number {
    text-align: left;
  }
  .voices::before {
    width: 100%;
  }
  .appeal::after {
    display: none;
  }
  .movieThumb__img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.benefitItem__textInner {
  display: inline-block;
  border-top: 1px solid #ec6729;
  padding-top: 16px;
}

.matching-staff__more-btn {
  position: relative;
  width: 100%;
  padding: 12px 48px; /* アイコン分の余白 */
  border: 1px solid #ec6729;
  background: transparent;
  cursor: pointer;
  text-align: center;
  line-height: 1.4;
  box-sizing: border-box;
}

/* ＋アイコン */
.matching-staff__more-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/plus_icon.svg) no-repeat center/contain;
}

p.care-cta__tel-number {
  margin: 4px 0;
  white-space: nowrap;
}

/* =========================
  itinerary：2日目&3日目の説明文をabsoluteで調整（PC）
========================= */
@media (min-width: 769px) {
  .itineraryTable {
    position: relative; /* absoluteの基準 */
    padding-bottom: 100px; /* ← absolute要素の“席”を確保（ここ調整） */
  }
  .itineraryDay__text.is-span23 {
    position: absolute;
    z-index: 5;
    background: #fff;
    left: 48%;
    bottom: 115px;
    transform: translateX(-50%);
    isolation: isolate;
    width: 40%;
    text-align: left;
    margin: 0;
    grid-row: auto;
    grid-column: auto;
    justify-self: auto;
    align-self: auto;
    /* gridの指定はもう不要なので上書きで無効化（保険） */
    grid-row: auto;
    grid-column: auto;
    justify-self: auto;
    align-self: auto;
  }
}
@media (max-width: 768px) {
  /* absoluteの基準（どこ基準で動かしたいかで親を選ぶ） */
  .itineraryTable {
    position: relative;
    padding-bottom: 29px;
  }
  /* 既存SPの .itineraryDay__text が邪魔するので is-span23 だけ完全に別物にする */
  .itineraryDay__text.is-span23 {
    position: absolute !important;
    left: 67% !important;
    bottom: 55% !important;
    transform: translateX(-50%) !important;
    width: calc(100% - 28px) !important;
    max-width: 420px;
    z-index: 20 !important;
    background: #fff;
    padding-left: 3px !important;
    margin: 0 !important;
    grid-row: auto !important;
    grid-column: auto !important;
    justify-self: auto !important;
    align-self: auto !important;
    text-align: left !important;
    line-height: 1.6;
  }
  .itineraryDay:nth-of-type(2) .itineraryDay__content,
  .itineraryDay:nth-of-type(3) .itineraryDay__content {
    margin-top: 0;
  }
}
.movieThumb {
  display: block; /* ★重要：inlineのままだとiPhoneで崩れやすい */
  position: relative;
  overflow: hidden;
}

.movieThumb__img {
  display: block; /* 画像下の謎余白対策 */
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .page-matching {
    overflow-x: hidden;
  }
  /* SP：カード全体は2段（上段/下段）にしたいので grid にする */
  .flowItem {
    display: grid;
    grid-template-columns: 80px 1fr; /* 左=STEP+icon / 右=title */
    grid-template-rows: auto auto; /* 上段 / 下段 */
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 10px;
    /* 既存SPの padding を維持したいならここは触らなくてOK */
    /* padding: 16px 16px 21px; */
  }
  /* 左カラム（STEP+icon）は上段左に固定 */
  .flowItem__left {
    grid-column: 1;
    grid-row: 1;
    width: auto;
    min-width: 0;
    margin: 0;
    align-items: center; /* 左カラム内は中央寄せ */
    gap: 8px;
  }
  /* STEP：絶対配置をやめて通常フローに（上からSTEP→iconにする） */
  .flowItem__step {
    position: static;
    margin: 0;
    text-align: center;
    font-size: 12px; /* 好みで */
  }
  /* アイコンサイズ（SP用） */
  .flowItem__icon {
    width: 56px;
    height: 56px;
    margin: 0;
    background-size: 28px auto;
  }
  /* 右カラム（body）は上段右＋下段全幅を管理する箱 */
  .flowItem__body {
    grid-column: 2;
    grid-row: 1;
    padding-right: 0;
    display: grid;
    grid-template-rows: auto auto; /* title / desc */
    row-gap: 10px;
  }
  /* 上段右：title */
  .flowItem__rowTop {
    display: flex;
    align-items: center; /* title を縦中央に */
    min-height: 56px; /* icon と高さ揃えたい場合 */
  }
  .flowItem__title {
    margin: 0;
    text-align: left; /* 既存SPでcenterにしてたならここで戻す */
    font-size: 18px; /* 好みで調整 */
    line-height: 1.3;
  }
  /* 下段：desc を全幅にする（左カラムもまたいで全幅） */
  .flowItem__rowBottom {
    grid-column: 1/-1;
  }
  .flowItem__desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .movieBox__inner::before {
    top: 35px;
  }
}
@media (max-width: 768px) {
  /* カード全体：3段レイアウト
     [STEP(全幅)]
     [icon | title]
     [desc(全幅)]
  */
  .flowItem {
    display: grid;
    grid-template-columns: 86px 1fr;
    grid-template-rows: auto auto auto;
    -moz-column-gap: 14px;
         column-gap: 14px;
    row-gap: 10px;
    padding: 18px 16px 18px;
    border-radius: 20px;
  }
  /* ★箱を消して中身をgridに参加させる */
  .flowItem__left,
  .flowItem__body {
    display: contents;
  }
  /* 1行目：STEP（全幅・左寄せ） */
  .flowItem__step {
    position: static !important; /* 既存のabsolute殺す */
    grid-column: 1/-1;
    grid-row: 1;
    margin: 0;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    color: #334D95;
    letter-spacing: 0.02em;
  }
  /* 2行目左：アイコン */
  .flowItem__icon {
    grid-column: 1;
    grid-row: 2;
    width: 56px;
    height: 56px;
    margin: 0; /* 中央寄せ不要 */
    justify-self: start;
    align-self: center;
    background-size: 26px auto;
  }
  /* 2行目右：タイトル（アイコンと縦中央） */
  .flowItem__title {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    align-self: center;
    text-align: left;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    color: #EC6729;
  }
  /* 3行目：説明文（全幅） */
  .flowItem__desc {
    grid-column: 1/-1;
    grid-row: 3;
    margin: 0;
    font-size: 14px;
    line-height: 1.9;
    color: #351B00;
  }
}
/* 1920px想定（今の挙動） */
@media (min-width: 1441px) {
  .mv__bg {
    background-size: cover;
    background-position: center top;
  }
}
/* 1440px以下 */
@media (max-width: 1440px) {
  .mv__bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .benefitHero {
    padding-top: 156px;
  }
  .mv__pcNote {
    margin-left: 35px;
  }
}
.benefitHero {
  position: relative;
  overflow: hidden;
}

/* js-modalMovie のモーダルだけ調整 */
.modaal-wrapper .modaal-content-container {
  padding: 0; /* 余白で高さが変になるのを防ぐ */
}

/* iframeを16:9で固定して、画面に収める */
.modaal-wrapper .modaal-iframe-elem {
  width: min(960px, 92vw);
  aspect-ratio: 16/9;
  height: auto;
  display: block;
  max-height: 80vh; /* 画面からはみ出し防止 */
}

.modaal-wrapper {
  display: flex;
  align-items: center;
}

.modaal-inner-wrapper {
  width: 100%;
}

/* modaal iframe のズレ対策（js-modalMovie専用） */
.modaal-wrapper .modaal-content-container {
  padding: 0 !important;
  margin: 0 auto !important;
}

/* iframe自体を完全センタリング */
.modaal-wrapper .modaal-iframe-elem {
  display: block;
  margin: 0 auto !important;
  width: 100%;
  max-width: 960px; /* 好みで調整 */
  aspect-ratio: 16/9;
  height: auto;
  max-height: 80vh;
}

/* iframeを包む要素の横ズレ防止 */
.modaal-wrapper .modaal-inner-wrapper {
  padding: 0 !important;
  margin: 0 auto !important;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* SP: 1日目 / 4日目 / 5日目のみ
   左: .itineraryDay__icon（そのまま）
   右: .itineraryDay__label と .itineraryDay__text を縦積み */
@media (max-width: 768px) {
  /* アイコンは左に固定幅（既存と同じ） */
  .itineraryDay:nth-child(1) .itineraryDay__content > .itineraryDay__icon,
  .itineraryDay:nth-child(4) .itineraryDay__content > .itineraryDay__icon,
  .itineraryDay:nth-child(5) .itineraryDay__content > .itineraryDay__icon {
    flex: 0 0 44px; /* 必要に応じてサイズ調整 */
    margin: 0;
  }
  /* 右側のテキスト領域を縦積みにする箱（存在しなくても効くように p/ div を対象） */
  .itineraryDay:nth-child(1) .itineraryDay__content > .itineraryDay__label,
  .itineraryDay:nth-child(1) .itineraryDay__content > .itineraryDay__text,
  .itineraryDay:nth-child(4) .itineraryDay__content > .itineraryDay__label,
  .itineraryDay:nth-child(4) .itineraryDay__content > .itineraryDay__text,
  .itineraryDay:nth-child(5) .itineraryDay__content > .itineraryDay__label,
  .itineraryDay:nth-child(5) .itineraryDay__content > .itineraryDay__text {
    display: block;
    width: auto;
    flex: 1 1 auto;
    min-width: 0; /* テキストの折返しを安定させる */
  }
  /* ラベルと本文の間の余白 */
  .itineraryDay:nth-child(1) .itineraryDay__content > .itineraryDay__label,
  .itineraryDay:nth-child(4) .itineraryDay__content > .itineraryDay__label,
  .itineraryDay:nth-child(5) .itineraryDay__content > .itineraryDay__label {
    margin: 0 0 6px; /* 上下は必要に応じて調整 */
    text-align: left; /* SPは左寄せの方が読みやすいなら */
  }
  .itineraryDay:nth-child(1) .itineraryDay__content > .itineraryDay__text,
  .itineraryDay:nth-child(4) .itineraryDay__content > .itineraryDay__text,
  .itineraryDay:nth-child(5) .itineraryDay__content > .itineraryDay__text {
    margin: 0;
    text-align: left;
    line-height: 1.6;
  }
  .appealCard__source {
    margin-bottom: 0;
  }
  .appeal__source {
    margin-bottom: 0;
  }
  .appeal__grid, .appeal__grid--3 {
    margin-top: 0;
  }
  .appeal__topText {
    margin-bottom: 43px;
  }
  .benefitItem:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  /* 中央配置したい基準 */
  .mv {
    position: relative;
  }
  /* いま place-items: start center; になってるのを潰す */
  .mv__inner {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center; /* ★上下左右中央 */
    pointer-events: none;
  }
  /* for-spだけ中央に固定（他のmv__contentは影響させない） */
  .mv__content.for-sp {
    display: flex;
    position: relative; /* top: 20% とか効かせない */
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important; /* 既存のtransform殺す */
    pointer-events: auto;
    margin: 0 auto;
    padding: 0;
  }
}
/* PC：mv__content（for-pc）を上下左右中央に */
@media (min-width: 769px) {
  .mv__inner {
    display: grid;
    place-items: center; /* すでにあるならこの指定でOK */
  }
  .mv__content.for-pc {
    transform: none; /* いまの translateY(-80px) を無効化 */
    margin: 0 auto;
  }
  .mv__indo-in {
    margin-right: -30px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .mv {
    height: 546px;
  }
  .mv__bg {
    background-size: contain;
    background-position: center top;
  }
  .mv__content::before {
    top: 50%;
  }
  .mv__content.for-pc {
    padding-bottom: 75px;
    gap: 0;
  }
  .mv__pcNote {
    margin-left: 30px;
    margin-bottom: 65px;
  }
}
@media (min-width: 1493px) and (max-width: 1494px) {
  .mv__content::before {
    width: 60%;
  }
}
@media (min-width: 1440px) and (max-width: 1920) {
  .mv {
    height: 546px;
  }
  .mv__bg {
    background-size: contain;
    background-position: center top;
  }
  .mv__content::before {
    top: 50%;
  }
  .mv__content.for-pc {
    padding-bottom: 75px;
    gap: 0;
  }
  .mv__pcNote {
    margin-left: 30px;
    margin-bottom: 65px;
  }
}
@media (min-width: 1500px) {
  .mv__content::before {
    width: 70%;
  }
}
@media (min-width: 1441px) {
  .mv {
    height: 823px;
  }
  .mv__bg {
    background-size: cover;
    background-position: center top;
  }
  .mv__content::before {
    top: 50%;
    width: 83%;
  }
  .mv__content.for-pc {
    gap: 25px;
    padding-bottom: 100px;
  }
  .mv__indo::before {
    left: 5%;
  }
  .mv__indo::after {
    right: 5%;
  }
  p.mv__pcNote.for-pc {
    margin-bottom: 85px;
  }
}
@media (min-width: 769px) {
  .mv__bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media (min-width: 769px) and (max-width: 1920px) {
  .mv {
    --mv-scale: clamp(0.75, (100vw / 1920), 1);
  }
  .mv__content.for-pc {
    transform: translateY(-80px) scale(var(--mv-scale));
    transform-origin: center top;
  }
}
/* PC */
@media (min-width: 769px) {
  .mv {
    height: min(823px, 100svh); /* 100vhよりsvhが安定 */
    overflow: hidden;
  }
}
@media (min-width: 1024px) and (max-width: 1550px) and (max-height: 900px) {
  .mv {
    --mv-scale: 0.75;
    height: min(823px, 92.5svh);
  }
  .mv__content::before {
    width: 85%;
  }
  .mv__bg {
    background-size: contain;
  }
  .mv__content.for-pc {
    transform: translateY(30px) scale(var(--mv-scale));
    transform-origin: center top;
  }
  p.mv__pcNote.for-pc {
    margin-bottom: 30px;
  }
  .mv__catch {
    font-size: 38px;
  }
  .mv__title {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: clamp(47px, 47px + 16 * (100vw - 1440px) / 480, 63px);
    font-weight: bold;
    line-height: 1.35;
    color: #351b00;
    margin-bottom: 13px;
    margin-top: 2px;
    font-size: 68px;
  }
  .mv__india {
    font-size: 140px;
  }
  .mv__indo {
    font-size: 140px;
  }
  .mv__in {
    padding: 0 14px 13px;
    font-size: 90px;
    padding: 0 20px 20px;
  }
  .mv__in::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 18px solid #351b00;
  }
  .mv__indo::before {
    left: 0;
    width: 225px;
    height: 225px;
    top: -45%;
  }
  .mv__indo::after {
    right: 0;
    width: 225px;
    height: 225px;
    top: -45%;
  }
}
@media (min-width: 1250px) and (max-width: 1300px) and (max-height: 900px) {
  .mv {
    --mv-scale: 0.75;
    height: min(823px, 92.5svh);
  }
  .mv__content::before {
    width: 70%;
  }
  .mv__bg {
    background-size: cover;
  }
  .mv__content.for-pc {
    transform: translateY(60px) scale(var(--mv-scale));
    transform-origin: center top;
  }
}
@media (max-width: 768px) {
  .matching-staff__grid {
    position: relative;
    z-index: 1; /* カードは前面 */
    isolation: isolate; /* ← grid内で前後関係を完結させる */
  }
  .matching-staff__grid::before {
    content: "";
    position: absolute;
    top: -15.5%;
    right: 85%;
    width: 83px;
    height: 154px;
    background: url("../img/matching_dots8.png") no-repeat center/contain;
    pointer-events: none;
    z-index: -1; /* ← gridより背面 */
  }
}
.matching-staff__grid::after {
  content: "";
  position: absolute;
  bottom: -11%;
  width: 305px;
  height: 305px;
  background: url("../img/matching_dots9.png") no-repeat center/contain;
  pointer-events: none;
  z-index: -1;
  right: -10%;
}

.appeal__frame.indonesia::after {
  content: "";
  position: absolute;
  bottom: -7%;
  right: -13%;
  width: 305px;
  height: 305px;
  background: url("../img/matching_dots10.png") no-repeat center/contain;
  pointer-events: none;
  z-index: -1;
}

.matching-faq__inner::before {
  content: "";
  position: absolute;
  bottom: -35%;
  width: 211px;
  height: 211px;
  background: url("../img/matching_dots11.png") no-repeat center/contain;
  transform: translateY(-50%);
  pointer-events: none;
  left: -18%;
}

@media (max-width: 768px) {
  .matching-staff__grid::after {
    display: none;
  }
  .appeal__frame.indonesia::after {
    display: none;
  }
  .matching-faq__inner::before {
    display: none;
  }
}