@charset "UTF-8";
:root {
  --lightpink: rgba(250, 188, 218, 1);
  --llpink: rgba(254, 238, 246, 1);
  --pink: rgba(242, 88, 163, 1);
  --orange: rgba(254, 134, 77, 1);
  --lightorange: rgba(255, 207, 184, 1);
  --llorange: rgba(255, 243, 237, 1);
  --blue: rgba(136, 198, 233, 1);
  --lightblue: rgba(207, 232, 246, 1);
  --llblue: rgba(243, 249, 253, 1);
  --green: rgba(166, 220, 104, 1);
  --lightgreen: rgba(219, 241, 195, 1);
  --llgreen: rgba(246, 251, 240, 1);
  --gblue: rgba(120, 179, 211, 1);
  --glightblue: rgba(201, 225, 237, 1);
  --gllblue: rgba(241, 247, 250, 1);
  --vgreen: rgba(107, 194, 0, 1);
  --bg: rgba(255, 254, 253, 1);
  --white: rgba(255, 255, 255, 1);
  --text-sm-bold-font-family: "Noto Sans JP", Helvetica;
  --text-sm-bold-font-weight: 700;
  --text-sm-bold-font-size: 14px;
  --text-sm-bold-letter-spacing: 0px;
  --text-sm-bold-line-height: 24px;
  --text-sm-bold-font-style: normal;
  --h6-bold-font-family: "Noto Sans JP", Helvetica;
  --h6-bold-font-weight: 700;
  --h6-bold-font-size: 20px;
  --h6-bold-letter-spacing: 1px;
  --h6-bold-line-height: normal;
  --h6-bold-font-style: normal;
  --meta-sm-font-family: "Noto Sans JP", Helvetica;
  --meta-sm-font-weight: 400;
  --meta-sm-font-size: 10px;
  --meta-sm-letter-spacing: 0px;
  --meta-sm-line-height: normal;
  --meta-sm-font-style: normal;
}

.pc-kill {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc-kill {
    display: block !important;
  }
}

.sp-kill {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .sp-kill {
    display: none !important;
  }
}

.accent {
  color: #fe7201 !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
}

.about__subtitle,
.merit__subtitle,
.scene__subtitle,
.intro__subtitle,
.company__subtitle,
.cta__subtitle {
  margin: 0 0 8px;
  display: inline-block;
  width: 83px;
}
.about__subtitle img,
.merit__subtitle img,
.scene__subtitle img,
.intro__subtitle img,
.company__subtitle img,
.cta__subtitle img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about__subtitle,
.merit__subtitle,
.scene__subtitle,
.intro__subtitle,
.company__subtitle,
.cta__subtitle {
    font-size: 20px;
    width: 50px;
  }
}

.vehicle__subtitle {
  margin: 8px 0;
  display: inline-block;
  width: 215px;
}
.vehicle__subtitle img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .vehicle__subtitle {
    width: 168px;
  }
}

.area__subtitle,
.plan__subtitle,
.flow__subtitle,
.voice__subtitle,
.faq__subtitle {
  margin: 0 0 8px;
  display: inline-block;
  width: 55px;
}
.area__subtitle img,
.plan__subtitle img,
.flow__subtitle img,
.voice__subtitle img,
.faq__subtitle img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .area__subtitle,
.plan__subtitle,
.flow__subtitle,
.voice__subtitle,
.faq__subtitle {
    font-size: 20px;
    width: 50px;
  }
}

/* ========================
   Vars & Mixins
======================== */
/* ========================
   Base
======================== */
.header, .contents-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 83px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 0 332px;
  background: #fff;
}
@media (max-width: 1300px) {
  .header, .contents-header {
    padding-left: 280px;
  }
}

/* ========================
   Brand (既存の飾りを踏襲)
======================== */
.header__brand.group {
  position: absolute;
  width: 251px;
  height: 212px;
  top: -106px;
  left: -10px;
}
@media screen and (max-width: 1250px) {
  .header__brand.group {
    height: unset;
  }
}
.header__brand.group .overlap-group {
  position: relative;
  width: 249px;
  height: 255px;
  background-color: #FFFFFF;
  border-radius: 124.5px/106px;
}
@media screen and (max-width: 1250px) {
  .header__brand.group .overlap-group {
    background-color: unset;
    height: unset;
  }
}
.header__brand.group .overlap-group .overlap {
  position: relative;
  width: 227px;
  height: 52px;
  top: 106px;
  left: 17px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1250px) {
  .header__brand.group .overlap-group .overlap {
    flex-direction: row;
    width: 100px;
    height: 83px;
  }
}
.header__brand.group .overlap-group .overlap .overlap-group-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1250px) {
  .header__brand.group .overlap-group .overlap .overlap-group-wrap {
    justify-content: center;
  }
}
.header__brand.group .overlap-group .overlap .img {
  position: relative;
  width: 104px;
  height: 77px;
  top: 0;
  left: 58px;
  aspect-ratio: 0.99;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1250px) {
  .header__brand.group .overlap-group .overlap .img {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }
}
.header__brand.group .overlap-group .overlap .text-wrapper-4 {
  position: relative;
  width: 227px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #F258A3 0%, #FE5102 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Rounded Mplus 1c Bold-Bold", Helvetica, "Noto Sans JP", system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  line-height: 28px;
}
@media screen and (max-width: 1250px) {
  .header__brand.group .overlap-group .overlap .text-wrapper-4 {
    width: 166px;
    font-size: 20px;
  }
}
.header__brand.group .overlap-group .group-2 {
  position: relative;
  width: 32px;
  height: 19px;
  margin: 10px auto;
}
@media screen and (max-width: 1250px) {
  .header__brand.group .overlap-group .group-2 {
    width: 26px;
    margin: 4px auto 0;
  }
}

/* ========================
   Overlay
======================== */
.drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999;
  cursor: pointer;
}

/* ========================
   Toggle (hamburger)
======================== */
.header__checkbox {
  display: none;
}

.header__toggle.hamburger {
  display: none;
  width: 42px;
  height: 42px;
  margin: 0 10px 0 auto;
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  z-index: 1002;
}
.header__toggle.hamburger span,
.header__toggle.hamburger span::before,
.header__toggle.hamburger span::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: #333;
  content: "";
}
.header__toggle.hamburger span {
  top: 50%;
}
.header__toggle.hamburger span::before {
  top: -6px;
}
.header__toggle.hamburger span::after {
  top: 6px;
}

/* ========================
   Nav Area
======================== */
.header__nav.navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  margin-left: auto;
  width: auto;
  padding: 0;
}
.header__nav.navbar .header__menu {
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__nav.navbar .header__menu .text-wrapper {
  display: inline-block;
  font-weight: 700;
  color: #444;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
  white-space: nowrap;
}
.header__nav.navbar .header__menu .text-wrapper:hover {
  opacity: 0.8;
}
.header__nav.navbar .header__menu .text-wrapper:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.header__nav.navbar .header__menu .sub-menu {
  display: none;
}
@media screen and (max-width: 1300px) {
  .header__nav.navbar .header__menu .sub-menu {
    display: block;
    padding-left: 45px;
    line-height: 2;
    font-size: 14px;
  }
}
.header__nav.navbar .header__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}
.header__nav.navbar .header__contact .header__tel {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header__nav.navbar .header__contact .header__tel .vector-wrapper {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
}
.header__nav.navbar .header__contact .header__tel .vector-wrapper img {
  width: 100%;
}
.header__nav.navbar .header__contact .header__tel .text-wrapper-2 a {
  color: #444;
  font-weight: 700;
  text-decoration: none;
  font-size: 26px;
}
.header__nav.navbar .header__contact .header__hours {
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.85;
  white-space: nowrap;
}
.header__nav.navbar .header__cta.div-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 26px;
  height: 83px;
  background: #ff7431;
  border-radius: 0;
  text-decoration: none;
}
.header__nav.navbar .header__cta.div-wrapper .text-wrapper-3 {
  color: #fff;
  font-weight: 700;
}
.header__nav.navbar .header__cta.div-wrapper:hover {
  filter: brightness(0.95);
}
.header__nav.navbar .header__cta.div-wrapper:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* ========================
   Responsive Drawer
======================== */
@media (max-width: 1300px) {
  .header__toggle.hamburger {
    display: block;
  }
  /* オーバーレイ表示 */
  .header__checkbox:checked ~ .drawer-overlay {
    display: block;
  }
  .header__nav.navbar {
    position: fixed;
    top: 83px;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 12px 20px 20px;
    background: #fff;
    border-bottom: 3px solid #ff7431;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-120%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1001;
    max-height: calc(100dvh - 83px);
    overflow-y: auto;
  }
  .header__nav.navbar .header__menu {
    display: grid;
    gap: 0;
    list-style: none;
    margin: 0 0 8px;
    padding: 0 0 8px;
    border-bottom: 1px solid #eee;
  }
  .header__nav.navbar .header__menu li {
    border-bottom: 1px solid #f0f0f0;
  }
  .header__nav.navbar .header__menu li:last-child {
    border-bottom: none;
  }
  .header__nav.navbar .header__menu .text-wrapper {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 6px 8px;
    font-size: 16px !important;
    font-weight: 700;
    color: #444;
    border-radius: 0;
    transition: background 0.15s, color 0.15s;
  }
  .header__nav.navbar .header__menu .text-wrapper:hover {
    background: #fff5f0;
    color: #ff7431;
    opacity: 1;
  }
  .header__nav.navbar .header__menu .sub-menu {
    display: block;
    list-style: none;
    padding: 0 0 4px 14px;
    margin: 0 0 2px 8px;
    border-left: 2px solid #ff7431;
    line-height: normal;
    font-size: inherit;
  }
  .header__nav.navbar .header__menu .sub-menu li a {
    display: flex;
    align-items: center;
    min-height: 32px;
    padding: 4px 8px;
    font-size: 16px !important;
    font-weight: 500;
    color: #666;
    border-radius: 6px;
    transition: background 0.15s, color 0.15s;
  }
  .header__nav.navbar .header__menu .sub-menu li a:hover {
    background: #fff5f0;
    color: #ff7431;
  }
  .header__nav.navbar .header__contact {
    align-items: flex-start;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .header__nav.navbar .header__contact .header__tel .text-wrapper-2 a {
    font-size: 20px;
  }
  .header__nav.navbar .header__contact .header__hours {
    font-size: 12px;
    opacity: 0.85;
  }
  .header__nav.navbar .header__cta.div-wrapper {
    width: 100%;
    justify-content: center;
    height: auto;
    border-radius: 12px;
    padding: 10px 26px;
  }
  /* チェックONで開く */
  .header__checkbox:checked ~ .header__nav {
    transform: translateY(0);
  }
  /* ×アイコン化 */
  .header__checkbox:checked ~ .header__toggle.hamburger span {
    background: transparent;
  }
  .header__checkbox:checked ~ .header__toggle.hamburger span::before {
    top: 0;
    transform: translateX(-50%) rotate(45deg);
  }
  .header__checkbox:checked ~ .header__toggle.hamburger span::after {
    top: 0;
    transform: translateX(-50%) rotate(-45deg);
  }
}
/* ========================
   Main offset (固定ヘッダー分)
======================== */
main {
  padding-top: 83px;
}

/* ====== 基本設定 ====== */
:root {
  --color-primary: #ff7331; /* オレンジ */
  --color-tel: #6ac100; /* グリーン */
  --color-text: #444444;
  --color-white: #ffffff;
  --radius-sm: 6px;
  --radius-md: 12px;
  --shadow-sm: 0 4px 10px rgba(0,0,0,.12);
  --shadow-md: 0 10px 24px rgba(0,0,0,.16);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 可読用ブレーク（中画面以上で改行） */
.u-br-md {
  display: none;
}
@media (min-width: 768px) {
  .u-br-md {
    display: inline;
  }
}

/* ====== Hero ====== */
.hero {
  position: relative;
  isolation: isolate; /* 背景の下敷きを切り分ける */
  min-height: clamp(700px, 70vh, 760px);
  display: grid;
  place-items: center;
  overflow: clip;
  padding-top: 83px;
}
.hero__bg {
  position: relative;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  height: 100vh;
  width: 100%;
  /* 万が一画像が読めない時のフェイルセーフ */
  background: linear-gradient(180deg, #f8fafc 0%, #eef5f9 100%);
}
.hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 背景用に全面カバー */
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .hero__bg {
    height: 80vh;
  }
  .hero__bg img {
    -o-object-position: 78%;
       object-position: 78%;
  }
}
.hero__inner {
  display: grid;
  gap: clamp(16px, 2.4vw, 28px);
  position: absolute;
  padding-top: 7vw;
  left: 4%;
}
@media screen and (max-width: 768px) {
  .hero__inner {
    padding-top: 300px;
    left: 0;
  }
}
.hero__tag {
  font-family: "Caveat", "Caveat-Regular", system-ui;
  font-size: clamp(42px, 8vw, 96px);
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 65%;
}
.hero__tag img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hero__tag {
    width: 97%;
  }
}
.hero__title {
  margin: 0;
  padding: 8px 0;
  border-radius: var(--radius-md);
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero__title img {
  width: 90%;
}
.hero__title .hero_btm {
  width: 61%;
}
@media screen and (max-width: 768px) {
  .hero__title {
    width: 100%;
  }
}
.hero__lead {
  margin: 4px 0 0;
  font-size: clamp(15px, 1.9vw, 18px);
  color: #FFF;
  text-shadow: 0 0 5px #000;
  max-width: 46ch;
  font-weight: 700;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}
.hero__actions .btn .vector {
  width: 19px;
}
@media screen and (max-width: 768px) {
  .hero__actions .btn {
    width: 46%;
    padding: 9px 4px 11px;
    max-width: 170px;
    gap: 3%;
    line-height: 1.5;
  }
}

/* ====== Buttons ====== */
.btn {
  --btn-bg: #e5e7eb;
  --btn-fg: #111827;
  --btn-shadow: var(--shadow-sm);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  background: var(--btn-bg);
  color: var(--btn-fg);
  box-shadow: var(--btn-shadow);
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  transition: transform 0.08s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
.btn__icon {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .btn__icon {
    width: 25px;
    height: 25px;
  }
}
.btn__icon img {
  width: 100%;
}
.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
  box-shadow: var(--shadow-md);
}
.btn:focus-visible {
  outline: 3px solid color-mix(in oklab, var(--btn-bg), #000 20%);
  outline-offset: 2px;
}
.btn--primary {
  --btn-bg: var(--color-primary);
  --btn-fg: var(--color-white);
}
.btn--tel {
  --btn-bg: var(--color-tel);
  --btn-fg: var(--color-white);
}

/* ====== 低モーション環境 ====== */
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
/* ====== 追加の微調整（任意） ====== */
.section {
  padding-block: clamp(48px, 8vw, 96px);
}

/* レイアウト全体 */
.about {
  padding: 150px 20px 80px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 85px 20px 20px;
  }
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/about-bg1.png") no-repeat top center/contain;
  width: 305px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about::before {
    width: 175px;
  }
}
.about:after {
  content: "";
  position: absolute;
  top: 80%;
  right: 23px;
  bottom: 0;
  background: url("../img/bg-calendar.png") no-repeat center/contain;
  width: 54px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about:after {
    width: 54px;
    top: 88%;
  }
}

.about__inner {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1116px;
  margin: 0 auto;
}
@media screen and (max-width: 1020px) {
  .about__inner {
    margin: 0 auto;
    width: 100%;
  }
}

/* 左の画像 */
.about__image img {
  width: 100%;
  max-width: 340px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

/* 右のテキストブロック */
.about__content {
  flex: 1;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .about__content {
    min-width: 100%;
  }
}

.about__header {
  margin-bottom: 30px;
}

.about__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 30px;
  }
}

.about__title--accent {
  color: #fe7201;
  letter-spacing: 0.05em;
}

.about-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1020px) {
  .about-wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
}

/* 本文 */
.about__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #444;
  margin-bottom: 40px;
  width: 350px;
}
@media screen and (max-width: 1020px) {
  .about__text {
    width: 100%;
    margin: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .about__text {
    width: 100%;
    margin: 20px 0;
  }
}

/* ギャラリー */
.about__gallery {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 665px;
}
.about__gallery .main {
  width: 100%;
  max-width: 665px;
}
.about__gallery .main img {
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .about__gallery {
    width: 100%;
  }
  .about__gallery .main {
    max-width: 100%;
  }
}
.about__gallery .other {
  width: 30%;
  display: flex;
  height: 170px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .about__gallery {
    width: 100%;
  }
  .about__gallery .other {
    height: 90px;
    gap: 13px;
  }
}

/* Utilities */
.u-grad-text {
  background: linear-gradient(90deg, var(--accent-1) 0%, var(--accent-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.u-accent {
  color: #ff7431;
  font-style: normal;
  font-weight: 700;
}

.u-watermark {
  margin: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

:root {
  --brand: #FF7431;
  --ink: #444;
  --bg-soft: #FEFAEF;
  --accent-1: #b8dfff;
  --accent-2: #80d490;
  --radius-lg: 20px;
  --radius-xl: 40px;
}

/* ================================
   Merit Section
================================ */
.merit {
  padding: clamp(40px, 6vw, 80px) 16px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.merit::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/bg-green-right.png") no-repeat center/contain;
  width: 188px;
  height: 300px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .merit::before {
    width: 124px;
  }
}
.merit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -89px;
  background: url("../img/bg-orange-left.png") no-repeat center/contain;
  width: 255px;
  height: 300px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .merit::after {
    width: 255px;
    bottom: -20px;
  }
}

.merit-inner {
  margin: 0 auto;
  max-width: 1200px;
}

.merit__head {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-bottom: clamp(24px, 4vw, 55px);
  text-align: center;
}

.merit__icon {
  width: 90px;
  height: auto;
}

.merit__title {
  font-size: clamp(30px, 5vw, 40px);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0;
}

.merit__title-accent {
  color: var(--brand);
}

/* List */
.merit__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: clamp(20px, 3vw, 32px);
}

/* Item */
.merit-item {
  display: grid;
  gap: 20px;
  align-items: center;
  background: var(--bg-soft);
  border-radius: var(--radius-lg);
  margin: 0 auto;
  padding: clamp(20px, 4vw, 40px);
  position: relative;
  max-width: 1116px;
}
@media screen and (max-width: 768px) {
  .merit-item {
    gap: 0;
  }
}

.merit-item__media {
  margin: 0;
  display: grid;
  place-items: center;
  width: 100%;
}
.merit-item__media.pc-kill {
  display: none;
}
@media screen and (max-width: 768px) {
  .merit-item__media.pc-kill {
    display: grid !important;
    text-align: center;
  }
}
.merit-item__media.sp-kill {
  display: grid !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .merit-item__media.sp-kill {
    display: none !important;
  }
}

.merit-item__media img {
  width: 255px;
  height: auto;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .merit-item__media img {
    width: 208px;
  }
}

.merit-item__body {
  background: #fff;
  border-radius: var(--radius-xl);
  padding: clamp(16px, 3.5vw, 32px);
}
@media screen and (min-width: 1050px) {
  .merit-item__body {
    width: 725px;
  }
}

/* Label "POINT xx" */
.merit-item__label {
  display: inline;
  place-items: center;
  height: 31px;
  padding: 7px 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--accent-1) 0%, var(--accent-2) 100%);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}

.merit-item__label span {
  font-size: 20px;
}

/* Heading & text */
.merit-item__heading {
  font-size: clamp(24px, 3.5vw, 31px);
  line-height: 1.5;
  font-weight: 600;
  margin: 15px 0 12px;
}

.merit-item__heading strong {
  font-weight: 600;
  color: #ff7431;
}

.merit-item__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  -o-border-image: linear-gradient(90deg, var(--accent-1), var(--accent-2)) 1;
     border-image: linear-gradient(90deg, var(--accent-1), var(--accent-2)) 1;
  border-top: 2px solid transparent;
  padding-top: 16px;
}

/* Watermark (英字の大きい装飾文字) */
.merit-item__watermark {
  width: 40%;
  float: right;
  margin-top: 30px;
  opacity: 0.5;
}
.merit-item__watermark img {
  width: 100%;
}
.merit-item__watermark.u-watermark--right {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .merit-item__watermark.u-watermark--right {
    width: 70%;
  }
}
@media screen and (max-width: 1250px) {
  .merit-item__watermark {
    inset: -15px 16px -35px -14px;
  }
}
@media screen and (max-width: 768px) {
  .merit-item__watermark {
    width: 90%;
  }
}

/* Reverse layout for even rows on desktop */
@media (min-width: 768px) {
  .merit-item {
    grid-template-columns: 1fr 2.6fr;
    gap: 32px;
  }
  .merit-item--reverse {
    grid-template-columns: 2.6fr 1fr;
  }
}
/* =======================
   Variables & Mixins
======================= */
/* =======================
   Base Container
======================= */
.scene {
  padding-block: clamp(40px, 6vw, 80px);
  color: #444444;
  background: #fff;
  /* ---------- Header ---------- */
  /* ---------- Card Grid ---------- */
}
.scene__container {
  width: min(100% - 32px, 1200px);
  margin-inline: auto;
}
.scene__header {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-bottom: clamp(24px, 4vw, 48px);
  text-align: center;
}
.scene__icon {
  width: 76px;
  height: auto;
}
.scene__title {
  margin: 0;
  font: 700 clamp(30px, 4vw, 40px)/1.2 "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  letter-spacing: 0.02em;
}
.scene__title--normal {
  color: #444444;
  line-height: 1.5;
}
.scene__title--accent {
  color: #fe7201;
}
.scene__list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 700px) {
  .scene__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .scene__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

/* =======================
   Card
======================= */
.scene-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  flex-direction: column;
  align-items: center;
  /* メディア（16:9比率でトリミング） */
  /* ラベル（緑のピル） */
}
.scene-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}
.scene-card__media {
  aspect-ratio: 16/9;
  margin: 0;
  overflow: hidden;
  background: #FFF;
  width: 245px;
  height: 165px;
}
.scene-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.scene-card__body {
  display: grid;
  gap: 14px;
  padding: 1px 20px 20px;
}
@media (min-width: 1024px) {
  .scene-card__body {
    padding: 20px 20px 24px;
  }
}
.scene-card__badge {
  align-self: start;
  display: inline-block;
  padding: 10px 14px;
  background: #6ac100;
  color: #fff;
  border-radius: 999px;
  font: 700 18px/1 "Noto Sans JP", system-ui, sans-serif;
  letter-spacing: 0.06em;
  text-align: center;
}
.scene-card__heading {
  margin: 0;
  font: 700 20px/1.3 "Noto Sans JP", system-ui, sans-serif;
  letter-spacing: 0.04em;
}
.scene-card__text {
  margin: 0;
  font: 500 16px/1.75 "Noto Sans JP", system-ui, sans-serif;
}

/* =========================
   Variables & Mixins
========================= */
/* =========================
   Section
========================= */
.vehicle {
  position: relative;
  padding-block: clamp(40px, 6vw, 80px);
  color: #444444;
  background: #fff;
  overflow: hidden;
  /* ---------- Header ---------- */
  /* ---------- Gallery ---------- */
  /* ---------- Spec ---------- */
  /* ---------- Decorations (optional) ---------- */
}
.vehicle__container {
  width: min(100% - 32px, 1200px);
  margin-inline: auto;
  max-width: 1116px;
}
.vehicle::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/bg-orange-right.png") no-repeat center/contain;
  width: 175px;
  height: 390px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .vehicle::before {
    width: 125px;
    height: 275px;
  }
}
.vehicle__header {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 12px;
  margin-bottom: clamp(24px, 5vw, 48px);
}
.vehicle__icon {
  width: 100px;
  height: auto;
  aspect-ratio: 1.45;
  -o-object-fit: contain;
     object-fit: contain;
}
.vehicle__title {
  margin: 0;
  font: 700 clamp(30px, 4.2vw, 40px)/1.2 "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  letter-spacing: 0.02em;
}
.vehicle__title--accent {
  color: #fe7201;
  letter-spacing: 0.04em;
}
.vehicle__title--normal {
  color: #444444;
  letter-spacing: 0.04em;
  margin-left: 0.15em;
}
.vehicle__lead {
  margin: 8px 0 0;
  font: 500 clamp(15px, 1.6vw, 16px)/1.75 "Noto Sans JP", system-ui, sans-serif;
}
.vehicle__gallery {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 100%;
  margin-top: clamp(16px, 3vw, 24px);
  margin-bottom: clamp(24px, 4vw, 39px);
}
.vehicle__gallery .btm-photo {
  display: flex;
  width: 100%;
  gap: 10px;
}
@media (min-width: 600px) {
  .vehicle__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .vehicle__gallery {
    grid-template-columns: 2fr 1fr;
    align-items: start;
    gap: 28px;
  }
}
.vehicle__media {
  margin: 0;
  background: #f6f6f6;
  border-radius: 12px;
  overflow: hidden;
  width: 33%;
  aspect-ratio: 16/10;
}
.vehicle__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vehicle__media--hero {
  aspect-ratio: 16/9;
  width: 100%;
}
@media (min-width: 1024px) {
  .vehicle__media--hero {
    grid-column: 1;
    grid-row: 1/span 3;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 600px) {
  .vehicle__media--hero {
    grid-column: 1/-1;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .vehicle__media:not(.vehicle__media--hero) {
    grid-column: 2;
  }
}
.vehicle__spec {
  border: 6px solid transparent;
  -o-border-image: linear-gradient(90deg, #B8DFFF 0%, #80D490 100%) 1;
     border-image: linear-gradient(90deg, #B8DFFF 0%, #80D490 100%) 1;
  border-radius: 14px;
  padding: clamp(16px, 2.6vw, 24px) clamp(16px, 3.2vw, 39px);
  background: #fff;
}
.vehicle__spec-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.vehicle__label {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid #fe7201;
  color: #fe7201;
  border-radius: 8px;
  font: 700 16px/1.4 "Noto Sans JP", system-ui, sans-serif;
  white-space: nowrap;
}
.vehicle__name {
  margin: 0;
  font: 700 clamp(18px, 2vw, 20px)/1.4 "Noto Sans JP", system-ui, sans-serif;
  color: #444444;
  white-space: nowrap;
}
.vehicle__desc {
  margin: 6px 0 0;
  font: 500 16px/1.7 "Noto Sans JP", system-ui, sans-serif;
}
.vehicle__decor {
  position: absolute;
  pointer-events: none;
}
.vehicle__decor--right {
  width: 187px;
  height: auto;
  top: -122px;
  right: max(0px, (100vw - 1200px) / 2 - 40px);
}
.vehicle__decor--bottom {
  width: 404px;
  height: auto;
  bottom: -10px;
  right: max(0px, (100vw - 1200px) / 2 + 20px);
  opacity: 0.9;
}
@media (min-width: 1300px) {
  .vehicle__decor--right {
    right: calc((100vw - 1200px) / 2 - 40px);
  }
  .vehicle__decor--bottom {
    right: calc((100vw - 1200px) / 2 + 20px);
  }
}
@media (max-width: 900px) {
  .vehicle__decor {
    display: none;
  }
}

:root {
  --container-max: 1116px;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --radius-4: .25rem;
  --radius-8: .5rem;
  --radius-12: .75rem;
  /* フォールバック */
  --orange: #fe7201;
  --vgreen: #6BC200;
  --lightorange: #ffe4cf;
  --ink: #444;
}

/* ベース */
.area {
  position: relative;
  padding: clamp(2rem, 3vw, 3rem) 0 clamp(3rem, 4vw, 4rem);
  background: #fff;
}
.area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/bg-track.png") no-repeat center/contain;
  width: 240px;
  height: 65px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .area::before {
    width: 190px;
    top: -35px;
  }
}
.area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/bg-green-left.png") no-repeat center/contain;
  width: 188px;
  height: 300px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .area::after {
    width: 124px;
    bottom: -20px;
  }
}

.area__container {
  width: min(100% - 2rem, var(--container-max));
  margin-inline: auto;
}

.area__header {
  display: grid;
  place-items: center;
  gap: var(--space-3);
  text-align: center;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.area__icon {
  width: clamp(56px, 6vw, 82px);
  height: auto;
}

.area__title {
  font-family: "Noto Sans JP", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 4.2vw, 40px);
  letter-spacing: 0.02em;
  color: var(--ink);
  margin: 0;
}

.area__title .accent {
  color: var(--orange);
}

.area__map {
  margin: 0 0 clamp(1.5rem, 3vw, 2rem);
  display: grid;
  place-items: center;
  max-width: 1100px;
  height: 452px;
}
.area__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .area__map {
    width: 100%;
    height: 250px;
  }
}

.area__map img {
  width: 100%;
  height: auto;
  max-width: 1076px; /* 元画像に合わせた上限 */
  border-radius: var(--radius-12);
  -o-object-fit: cover;
     object-fit: cover;
}

/* 2カラム→1カラムのレスポンシブグリッド */
.area__grid {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.25rem);
  position: relative;
  z-index: 1;
  background-color: unset;
}

@media (min-width: 900px) {
  .area__grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
/* カード */
.card {
  border: 6px solid transparent; /* ラベル色に合わせて後で設定 */
  overflow: hidden;
  background-color: unset;
}

.card__label {
  margin: 0 0 10px 0;
  font: 700 clamp(1rem, 1.2vw, 1.25rem)/1.4 "Noto Sans JP", system-ui, sans-serif;
  color: #fff;
  display: inline-block;
  padding: 0.4rem 2.75rem;
  align-self: start;
  border-radius: 5px;
}

.card__label--orange {
  background: var(--orange);
}

.card__label--green {
  background: var(--vgreen);
}

.card__body {
  display: grid;
  gap: var(--space-4);
  padding: clamp(1rem, 2.5vw, 1.75rem);
  border: 6px solid currentColor; /* 親の色を使うために後で色付け */
  border-color: inherit; /* 親の border-color を引き継ぐ */
  height: 110px;
}

/* ラベル色に合わせて枠線色を設定 */
.card__label--orange ~ .card__body {
  border-color: var(--orange);
}

.card__label--green ~ .card__body {
  border-color: var(--vgreen);
}

.card__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-3) var(--space-5);
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--ink);
}

.card__title {
  font: 700 clamp(1.125rem, 1.8vw, 1.5rem)/1.3 "Noto Sans JP", system-ui, sans-serif;
  letter-spacing: 0.04em;
  color: var(--ink);
}

.card__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5ch;
  padding: 0.25rem 0.6rem;
  font: 500 clamp(0.875rem, 1.4vw, 1rem)/1.4 "Noto Sans JP", system-ui, sans-serif;
  background: var(--lightorange);
  color: var(--ink);
  border-radius: var(--radius-8);
}

.card__note {
  margin: 0;
  font: 500 clamp(0.9rem, 1.4vw, 1rem)/1.6 "Noto Sans JP", system-ui, sans-serif;
  color: var(--ink);
}

/* 装飾画像（任意） */
.area__decor {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: clamp(96px, 12vw, 180px);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.area__decor--left {
  left: 0;
  top: 6rem;
}

.area__decor--right {
  right: 0;
  bottom: 1rem;
}

/* 余白や背景の雰囲気合わせ（任意） */
.area {
  background: #fff;
}

.parallax-250 {
  height: 380px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.parallax-250__bg {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
  background-image: url("../img/parallax-img.jpg");
  background-size: cover;
  background-position: center;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .parallax-250 {
    height: 335px;
  }
}
/* ===== Tokens ===== */
:root {
  --c-text:#444444;
  --c-border:#e6e6e6;
  --c-white:#fff;
  /* 元配色を踏襲 */
  --lightgreen:#DBF1C3; /* タイトル背景 */
  --llgreen:#F6FBF0; /* 行頭セル背景 */
  --lightorange:#FFCFB8; /* 距離制ヘッダ */
  --lightpink:#FABCDA; /* 時間制ヘッダ */
  --llorange:#FFF3ED; /* 距離制セル */
  --llpink:#FEEEF6; /* 時間制セル */
  --descbg:#E4F3FF; /* 共通の説明セル */
  --r-md:12px;
  --r-lg:16px;
  --r-xl:20px;
  --s-2:.5rem;
  --s-3:.75rem;
  --s-4:1rem;
  --s-5:1.25rem;
  --s-6:1.5rem;
  --s-8:2rem;
  --shadow-sm:0 2px 6px rgba(0,0,0,.06);
}

/* ===== Base ===== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.plan {
  margin: 0 auto 125px;
  position: relative;
}
.plan::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -85px;
  background: url("../img/bg-house.png") no-repeat center/contain;
  width: 333px;
  height: 150px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .plan::before {
    width: 225px;
    top: -110px;
  }
}
.plan::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: 0;
  background: url("../img/bg-food.png") no-repeat center/contain;
  width: 333px;
  height: 150px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .plan::after {
    width: 225px;
    height: 85px;
    bottom: -100px;
  }
}

.fare {
  margin: 100px auto 0;
  color: var(--c-text);
  padding: var(--s-6) var(--s-4);
}
.fare__inner {
  max-width: 1100px;
  margin-inline: auto;
}
.fare__title {
  margin: 0 0 var(--s-6);
  text-align: center;
  font-weight: 700;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.4;
  background: var(--lightgreen);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: var(--s-4) var(--s-5);
}

/* ===== Table ===== */
.fare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--c-white);
  overflow: hidden;
}
.fare-table__head {
  font-weight: 700;
  text-align: center;
  padding: var(--s-5);
  border-right: 4px solid #FFF;
}
.fare-table__head--label {
  background: var(--lightgreen);
  text-align: center;
}
.fare-table__head--distance {
  background: var(--lightorange);
}
.fare-table__head--time {
  background: var(--lightpink);
}
.fare-table__head:last-child {
  border-right: 0;
}
.fare-table tbody tr {
  display: table-row;
  background: #fff;
}
.fare-table__rowhead {
  background: var(--llgreen);
  font-weight: 700;
  width: 18ch;
  padding: var(--s-4) var(--s-5);
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  text-align: center;
  white-space: nowrap;
}
.fare-table__cell {
  padding: var(--s-4) var(--s-5);
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  text-align: center;
  background-color: #FFF3ED;
  /* デフォは距離/時間の色を行に応じて出し分け */
  /* 距離制セル */
  /* 時間制セル */
  /* 共通（colspan=2）の行は水色 */
}
.fare-table__cell:nth-of-type(2) {
  background: #FEEEF6;
}
.fare-table__cell:nth-of-type(3) {
  background: var(--llpink);
}
.fare-table__cell[colspan="2"] {
  background: var(--descbg);
}
.fare-table tbody tr > *:last-child {
  border-right: 0;
}

/* ===== Responsive: SPはカード風に縦積み ===== */
@media (max-width: 768px) {
  .fare-table {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .fare-table thead {
    display: none;
  }
  .fare-table tbody tr {
    display: block;
    overflow: hidden;
    margin-bottom: var(--s-4);
  }
  .fare-table__rowhead {
    display: block;
    width: auto;
    text-align: left;
    border-right: 0;
    border-top: 0;
  }
  .fare-table__cell {
    display: block;
    text-align: left;
    border-right: 0;
    border-top: 0;
    position: relative;
    padding-left: calc(var(--s-5) + 12ch);
    /* ラベルを擬似要素で付ける */
    /* 共通（colspan=2）はラベルを「共通」にする */
  }
  .fare-table__cell::before {
    content: attr(data-label) "：";
    position: absolute;
    left: var(--s-5);
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    color: var(--c-text);
  }
  .fare-table__cell[colspan="2"]::before {
    content: "共通：";
  }
}
/* ===== tokens ===== */
:root {
  --c-text:#444;
  --c-border:#cae3ff;
  --c-white:#fff;
  --lightblue:#B8DFFF; /* 見出し装飾＆ボーダーの基調 */
  --grad-start:#B8DFFF;
  --grad-end:#80D490;
  --r-lg:20px;
  --r-md:12px;
  --s-2:.5rem;
  --s-3:.75rem;
  --s-4:1rem;
  --s-5:1.25rem;
  --s-6:1.5rem;
  --s-8:2rem;
  --shadow-sm:0 2px 8px rgba(0,0,0,.06);
}

/* ===== base ===== */
.discount {
  border: 5px solid var(--lightblue);
  border-radius: 45px;
  padding: 30px 0 53px;
  display: flex;
  justify-content: center;
  margin: 50px auto 10px;
  max-width: 1116px;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .discount {
    width: 91%;
    margin: 0 auto;
    padding: 30px 0;
  }
}
.discount__inner {
  width: min(1116px, 70%);
}
@media screen and (max-width: 768px) {
  .discount__inner {
    width: 90%;
  }
}
.discount__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding-bottom: 15px;
}
.discount__title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1.2px;
  color: var(--c-text);
}
.discount__subtitle {
  margin: 0;
  width: 80px;
}
.discount__subtitle img {
  width: 100%;
}

/* ===== list (dl) ===== */
.discount-list {
  display: grid;
  gap: 0; /* ボーダーで区切る */
}
.discount-list__row {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  padding: 0 var(--s-4);
  border-bottom: 3px solid var(--lightblue);
}
@media (min-width: 768px) {
  .discount-list__row {
    grid-template-columns: 1fr auto; /* 左：項目 / 右：値 */
    padding: 0 var(--s-8);
  }
}
@media screen and (max-width: 768px) {
  .discount-list__row {
    display: flex;
  }
}
.discount-list__term {
  padding: 14px 0;
  font-weight: 700;
  color: var(--c-text);
}
.discount-list__desc {
  padding: 14px 0;
  justify-self: start;
}
@media (min-width: 768px) {
  .discount-list__desc {
    justify-self: end;
  }
}
@media screen and (max-width: 768px) {
  .discount-list__desc {
    margin: 0 0 0 10px;
  }
}

/* 値の見た目 */
.discount-badge {
  display: inline-block;
  padding: 0.25em 0.75em;
  border: 1px solid var(--c-border);
  border-radius: 999px;
  background: #F0F7FF;
  line-height: 1.2;
}

.discount-note {
  color: #556;
  opacity: 0.9;
}

/* 余白微調整（モバイルで詰まり回避） */
@media (max-width: 768px) {
  .discount-list__term, .discount-list__desc {
    padding-block: 7px;
  }
}
/* ===== tokens ===== */
:root {
  --c-text:#444;
  --c-border:#cae3ff;
  --c-white:#fff;
  /* 元の色味を踏襲 */
  --lightgreen:#B8DFFF; /* 大見出しの縁取りカラー系 */
  --llgreen:#F6FBF0; /* 左列（種類）背景 */
  --lightorange:#FFCEB7; /* 見出しセル（料金側） */
  --lightblue:#B8DFFF; /* テーブル罫線の基調 */
  --descbg:#E4F3FF; /* 右列（料金）背景 */
  --grad-start:#B8DFFF;
  --grad-end:#80D490;
  --r-lg:20px;
  --r-md:12px;
  --s-3:.75rem;
  --s-4:1rem;
  --s-5:1.25rem;
  --s-6:1.5rem;
  --s-8:2rem;
  --shadow-sm:0 2px 8px rgba(0,0,0,.06);
}

/* ===== helpers ===== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ===== block ===== */
.assist-fee {
  padding: 50px 0 0;
  color: var(--c-text);
  display: flex;
  justify-content: center;
}
.assist-fee__inner {
  width: min(1116px, 92%);
}
.assist-fee__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding-bottom: 15px;
}
.assist-fee__title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1.2px;
  text-align: center;
}
.assist-fee__subtitle {
  margin: 0 0 10px;
  width: 125px;
}
.assist-fee__subtitle img {
  width: 100%;
}
.assist-fee__subtitle.eq {
  width: 175px;
}

/* ===== table ===== */
.assist-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--c-white);
  overflow: hidden;
}
.assist-table thead th {
  font-weight: 700;
  text-align: center;
  padding: var(--s-5);
  border-right: 4px solid #FFF;
}
.assist-table thead th:last-child {
  border-right: 0;
}
.assist-table .assist-table__head--type {
  background: var(--lightgreen);
}
.assist-table .assist-table__head--price {
  background: var(--lightorange);
}
.assist-table tbody tr {
  display: table-row;
}
.assist-table__rowhead {
  background: var(--llgreen);
  font-weight: 700;
  padding: var(--s-4) var(--s-5);
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  text-align: center;
  white-space: nowrap;
  width: 32%;
}
.assist-table__cell {
  background: var(--descbg);
  padding: var(--s-4) var(--s-5);
  border-top: 4px solid #FFF;
  text-align: center;
}

/* ===== responsive: SPはカード風に ===== */
@media (max-width: 768px) {
  .assist-table {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .assist-table thead {
    display: none;
  }
  .assist-table tbody tr {
    display: block;
    overflow: hidden;
    margin-bottom: var(--s-4);
  }
  .assist-table__rowhead {
    display: block;
    width: auto;
    text-align: left;
    border-right: 0;
    border-top: 0;
    border-bottom: 4px solid #FFF;
    padding: 14px var(--s-4);
  }
  .assist-table__cell {
    display: block;
    text-align: left;
    border-top: 0;
    padding: 14px var(--s-4) 14px calc(var(--s-4) + 7ch);
    position: relative;
  }
  .assist-table__cell::before {
    content: "料金：";
    position: absolute;
    left: var(--s-4);
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
  }
}
:root {
  --notice-text:#444;
  --notice-muted:#6b7280;
  --notice-border:#dbeafe;
  --notice-bg:#f8fbff;
  --accent:#3b82f6;
  --radius:16px;
  --s-2:.5rem;
  --s-3:.75rem;
  --s-4:1rem;
  --s-5:1.25rem;
  --s-6:1.5rem;
}

.notice {
  display: flex;
  justify-content: center;
  color: var(--notice-text);
  padding: var(--s-6) var(--s-4);
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .notice {
    padding: 0;
    margin: 0;
  }
}
.notice__inner {
  width: min(1116px, 92%);
}
.notice__title {
  margin: 0 0 var(--s-4);
  font-size: clamp(16px, 2.2vw, 18px);
  font-weight: 700;
  color: var(--notice-muted);
  letter-spacing: 0.06em;
}
.notice__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.notice__list li {
  position: relative;
  padding-left: calc(1.2em + 0.5rem);
  line-height: 1.8;
  font-size: clamp(14px, 2.6vw, 16px);
  /* アイコン風マーカー */
}
.notice__list li::before {
  content: "※";
  position: absolute;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
}
.notice__list li strong {
  font-weight: 700;
}

/* ===== tokens ===== */
:root {
  --c-text:#444;
  --c-muted:#6b7280;
  --c-accent:#80D490;
  --c-accent2:#B8DFFF;
  --c-brand:#fe7201;
  --card-bg:#fff;
  --page-bg:#FEFAEF;
  --r-md:12px;
  --r-lg:16px;
  --r-xl:20px;
  --s-2:.5rem;
  --s-3:.75rem;
  --s-4:1rem;
  --s-5:1.25rem;
  --s-6:1.5rem;
  --s-8:2rem;
  --shadow-sm:0 6px 18px rgba(0,0,0,.06);
}

/* tokens */
:root {
  --c-text:#444;
  --c-brand:#fe7201;
  --c-accent:#80D490;
  --c-accent2:#B8DFFF;
  --page-bg:#FEFAEF;
  --card-bg:#fff;
  --r-lg:25px;
  --r-md:12px;
  --s-3:.75rem;
  --s-4:1rem;
  --s-5:1.25rem;
  --s-6:1.5rem;
  --s-8:2rem;
  --shadow-sm:0 6px 18px rgba(0,0,0,.06);
}

/* a11y */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* block */
.flow {
  background: var(--page-bg);
  padding: 85px 16px 120px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 85px 16px 60px;
  }
}
.flow__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(30px, 4.2vw, 40px);
  letter-spacing: 0.06em;
  color: var(--c-text);
  text-align: center;
}
.flow__subtitle {
  margin: 0;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.2;
  font-family: "Caveat-Bold", "Caveat", cursive, system-ui;
  background: linear-gradient(90deg, var(--grad-start), var(--grad-end));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flow__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding-bottom: 50px;
}
.flow__inner {
  max-width: 1116px;
  margin-inline: auto;
}
.flow__list {
  list-style: none;
  margin: 0;
  padding: 0 0 50px;
  display: grid;
  background-color: #FFF;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .flow__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .flow__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.flow__item {
  position: relative;
  padding: 45px 45px 0;
  display: flex;
  flex-direction: column;
  gap: var(--s-4);
  /* PC時、横つなぎの矢印（3列時） */
}
@media (min-width: 1024px) {
  .flow__item { /* 右端は矢印非表示 */ }
  .flow__item::after {
    content: "";
    position: absolute;
    right: -14px;
    top: 40%;
    width: 45px;
    height: 45px;
    opacity: 0.85;
    background: url("../img/flow-arrow.svg") no-repeat center/contain;
  }
  .flow__item:nth-of-type(3n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .flow__item { /* 右端は矢印非表示 */ }
  .flow__item::after {
    content: "";
    position: absolute;
    right: 45%;
    bottom: -40px;
    width: 45px;
    height: 45px;
    opacity: 0.85;
    background: url("../img/flow-arrow.svg") no-repeat center/contain;
    transform: rotate(90deg);
  }
  .flow__item:last-of-type::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .flow__item {
    padding: 57px 19px 21px;
  }
}
.flow__step {
  align-self: flex-start;
  background: linear-gradient(90deg, var(--grad-start), var(--grad-end));
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 0 17px;
  border-radius: 6px;
  letter-spacing: 0.02em;
}
.flow__step span {
  font-size: 22px;
}
.flow__figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--s-4);
}
.flow__figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 285/226;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.flow__label {
  margin: 0;
  text-align: center;
  color: var(--c-brand);
  font-weight: 700;
  font-size: clamp(18px, 1.6vw, 20px);
  letter-spacing: 0.04em;
}
.flow__desc {
  margin: 0.25rem 0 0;
  color: var(--c-text);
  text-align: center;
  font-size: 16px;
  line-height: 1.65;
}

/* ===== Tokens ===== */
:root {
  --c-text:#1f272f;
  --c-heading:#444;
  --c-accent:#fe7201;
  --grad-a:#B8DFFF;
  --grad-b:#80D490;
  --page-max:1116px;
  --radius-xl:25px;
  --radius-lg:16px;
  --s-2:.5rem;
  --s-3:.75rem;
  --s-4:1rem;
  --s-5:1.25rem;
  --s-6:1.5rem;
  --s-8:2rem;
  --shadow-md:0 12px 28px rgba(0,0,0,.08);
}

/* ===== Intro block ===== */
.intro {
  position: relative;
  padding: clamp(40px, 6vw, 72px) 16px;
  overflow: hidden;
  background: #fff;
  /* ===== Decorative shapes ===== */
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 100px 40px 40px;
  }
}
.intro::before {
  content: "";
  position: absolute;
  top: 45px;
  left: -85px;
  background: url("../img/bg-track.png") no-repeat center/contain;
  width: 275px;
  height: 150px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .intro::before {
    width: 225px;
    top: -20px;
  }
}
.intro::after {
  content: "";
  position: absolute;
  bottom: 150px;
  right: 90px;
  background: url("../img/bg-calendar.png") no-repeat center/contain;
  width: 60px;
  height: 150px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .intro::after {
    width: 42px;
    height: 85px;
    bottom: -18px;
    right: 39px;
  }
}
.intro__decor {
  width: 500px;
  background: url("../img/bg-orange.png") no-repeat center bottom/contain;
}
@media screen and (max-width: 768px) {
  .intro__decor {
    width: 300px;
    margin-left: -70px;
  }
}
.intro__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: clamp(24px, 4vw, 40px);
}
.intro__emblem {
  width: 218px;
  height: auto;
  aspect-ratio: 218/118;
  -o-object-fit: contain;
     object-fit: contain;
}
.intro__title {
  margin: 0;
  font: 700 clamp(30px, 4vw, 40px)/1.2 "Noto Sans JP", system-ui, sans-serif;
  color: var(--c-heading);
  letter-spacing: 0.06em;
  text-align: center;
}
.intro__container {
  margin-inline: auto;
  max-width: var(--page-max);
  display: grid;
  gap: var(--s-6);
  grid-template-columns: 1fr;
  align-items: start;
}
@media (min-width: 1024px) {
  .intro__container {
    grid-template-columns: 1fr minmax(360px, 480px);
    gap: var(--s-8);
  }
}
.intro__content {
  display: flex;
  flex-direction: column;
  gap: var(--s-5);
}
.intro__catch {
  margin: 0;
  font: 700 clamp(22px, 3.2vw, 32px)/1.55 "Noto Sans JP", system-ui, sans-serif;
  letter-spacing: 0.06em;
  color: var(--c-accent);
}
.intro__body {
  color: var(--c-text);
  font: 500 16px/1.7 "Noto Sans JP", system-ui, sans-serif;
  letter-spacing: 0.04em;
  display: grid;
  gap: 0.9em;
}
.intro__figure {
  max-width: 480px;
  margin: 0;
  align-self: start;
  border-radius: var(--radius-xl);
  overflow: hidden;
}
.intro__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.intro__figure.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .intro__figure.sp {
    display: block;
    margin: 0 auto;
  }
}
.intro__figure.pc {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .intro__figure.pc {
    display: none;
  }
}
.intro__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.intro__shape {
  position: absolute;
  opacity: 0.7;
  /* モバイルは非表示で可読性優先 */
}
.intro__shape--a {
  width: 260px;
  bottom: -40px;
  left: -60px;
  transform: rotate(-6deg);
}
.intro__shape--b {
  width: 300px;
  top: 20%;
  left: -80px;
  transform: rotate(8deg);
}
.intro__shape--c {
  width: 220px;
  right: -60px;
  top: 60%;
  transform: rotate(-12deg);
}
@media (max-width: 768px) {
  .intro__shape {
    display: none;
  }
}

.company {
  margin-top: 100px;
  padding: 0 5vw 80px;
}
.company__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: clamp(24px, 4vw, 40px);
}
.company__emblem {
  width: auto;
  height: 97px;
  aspect-ratio: 218/118;
  -o-object-fit: contain;
     object-fit: contain;
}
.company__title {
  margin: 0;
  font: 700 clamp(30px, 4vw, 40px)/1.2 "Noto Sans JP", system-ui, sans-serif;
  color: var(--c-heading);
  letter-spacing: 0.06em;
  text-align: center;
}

.company-head {
  display: grid;
  place-items: center;
  padding: 0 0 24px;
}

.company-head-wrap {
  display: grid;
  gap: 16px;
  justify-items: center;
}

.company-icon {
  width: 96px;
  height: auto;
}

.company-title {
  display: grid;
  gap: 14px;
  justify-items: center;
}

.company-ja {
  font-family: "Noto Sans JP", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  color: #444;
  font-size: clamp(24px, 4vw, 40px);
  letter-spacing: 0.04em;
  margin: 0;
}

.company-en {
  margin: 0;
  font-family: "Caveat", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 3.5vw, 36px);
  line-height: 1.2;
  background: linear-gradient(90deg, rgb(184, 223, 255) 0%, rgb(128, 212, 144) 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  white-space: nowrap;
}

.company-content {
  max-width: 1116px;
  margin: 0 auto;
}

.company-list {
  margin: 0;
  padding: 0;
}

.company-list .row {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) 2.5fr;
  align-items: start;
  border-top: 1px solid #e5e7eb;
}

.company-list .row:last-child {
  border-bottom: 1px solid #e5e7eb;
}

.th, .td {
  padding: clamp(14px, 2.4vw, 24px) clamp(16px, 3.5vw, 32px);
}

.th {
  font: var(--text-md-bold-font, 600 16px/1.6 "Noto Sans JP", system-ui, sans-serif);
  color: #444;
}

.td {
  font: 500 16px/1.75 "Noto Sans JP", system-ui, sans-serif;
  color: #444;
}

.addr {
  font-style: normal; /* addressの斜体を抑止 */
  margin: 0;
}

.tel {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 720px) {
  .company {
    padding-bottom: 64px;
  }
  .company-list .row {
    grid-template-columns: 1fr;
  }
  .th {
    border-bottom: 1px dashed #e5e7eb;
    background: #f9fafb;
  }
}
.block-voice {
  position: relative;
  background: #fefaef;
  padding: clamp(40px, 6vw, 80px) clamp(16px, 6vw, 120px) clamp(56px, 8vw, 120px);
}
.block-voice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/bg-orange-left.png") no-repeat center top/contain;
  width: 305px;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .block-voice::before {
    width: 185px;
  }
}
.block-voice::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../img/bg-orange-right.png") no-repeat center bottom/contain;
  width: 200px;
  height: 440px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .block-voice::after {
    width: 200px;
    height: 435px;
    bottom: -8%;
  }
}
.block-voice .voice-head {
  display: grid;
  justify-items: center;
  gap: 16px;
  margin-bottom: clamp(24px, 5vw, 48px);
  position: relative;
  z-index: 1;
}
.block-voice .voice-head .voice-icon {
  width: clamp(96px, 12vw, 144px);
  height: auto;
}
.block-voice .voice-head .voice-title {
  display: grid;
  gap: 12px;
  justify-items: center;
}
.block-voice .voice-head .voice-title .voice-ja {
  margin: 0;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 5vw, 40px);
  line-height: 1.3;
  color: #444444;
  text-align: center;
}
.block-voice .voices {
  --card-gap: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 520px), 1fr));
  gap: var(--card-gap);
  max-width: 1116px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}
.block-voice .voices .voice-card {
  margin: 0;
}
.block-voice .voice {
  display: grid;
  gap: 16px;
  height: 100%;
  background: #fff;
  border-radius: 32px;
  padding: clamp(20px, 3vw, 30px);
  box-shadow: 11px 11px 0 #feb546;
}
.block-voice .voice .voice-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: clamp(14px, 3vw, 24px);
  margin: 0;
}
.block-voice .voice .voice-meta .voice-avatar {
  width: 72px;
  height: 78px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.block-voice .voice .voice-meta .voice-person {
  margin: 0;
}
.block-voice .voice .voice-meta .voice-person .voice-title-md {
  margin: 0 0 6px;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: #444444;
}
.block-voice .voice .voice-meta .voice-person .voice-sub {
  margin: 0;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  opacity: 0.9;
}
.block-voice .voice .voice-text {
  margin: 0;
  padding: 0;
}
.block-voice .voice .voice-text p {
  margin: 0;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #444444;
}
.block-voice .voice-deco {
  pointer-events: none;
}
.block-voice .voice-deco .voice-deco-1,
.block-voice .voice-deco .voice-deco-2 {
  position: absolute;
  width: 186px;
  height: auto;
  opacity: 0.9;
}
.block-voice .voice-deco .voice-deco-1 {
  top: max(-80px, -8vw);
  left: 5%;
}
.block-voice .voice-deco .voice-deco-2 {
  right: 8%;
  bottom: 4%;
}
@media (max-width: 720px) {
  .block-voice .voice {
    border-radius: 24px;
    box-shadow: 8px 8px 0 #feb546;
  }
  .block-voice .voice .voice-meta {
    grid-template-columns: auto 1fr;
  }
}

.faq {
  width: 100%;
  padding: 85px 16px 120px;
  display: grid;
  justify-items: center;
  gap: clamp(28px, 6vw, 60px);
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 50px 16px 80px;
  }
}
.faq__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: clamp(24px, 4vw, 40px);
}
.faq__emblem {
  width: auto;
  height: 97px;
  aspect-ratio: 218/118;
  -o-object-fit: contain;
     object-fit: contain;
}
.faq__title {
  margin: 0;
  font: 700 clamp(30px, 4vw, 40px)/1.2 "Noto Sans JP", system-ui, sans-serif;
  color: var(--c-heading);
  letter-spacing: 0.06em;
  text-align: center;
}
.faq .faq-list {
  width: min(926px, 100%);
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq .faq-item {
  margin: 0;
}
.faq .faq-item details {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  overflow: clip;
}
.faq .faq-item details .faq-q {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  cursor: pointer;
  list-style: none;
}
.faq .faq-item details .faq-q::-webkit-details-marker {
  display: none;
}
.faq .faq-item details .faq-q::marker {
  content: "";
}
.faq .faq-item details .faq-q .q-badge {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  background: #FE9201;
  color: #fff;
  font: 700 clamp(14px, 3.2vw, 18px)/1 "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.06em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.faq .faq-item details .faq-q .q-text {
  color: #444;
  font: 700 clamp(16px, 3.2vw, 20px)/1.6 "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.04em;
}
.faq .faq-item details .faq-q .chevron {
  inline-size: 26px;
  block-size: 26px;
  position: relative;
}
.faq .faq-item details .faq-q .chevron::before, .faq .faq-item details .faq-q .chevron::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 9px;
  height: 2px;
  border-radius: 2px;
  background: #444;
  transition: transform 0.2s ease;
}
.faq .faq-item details .faq-q .chevron::before {
  transform: rotate(45deg) translateY(-4px);
}
.faq .faq-item details .faq-q .chevron::after {
  transform: rotate(-45deg) translateY(4px);
}
.faq .faq-item details .faq-q:hover {
  background: #fff7ec;
}
.faq .faq-item details .faq-q:focus {
  outline: none;
}
.faq .faq-item details .faq-q:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.25);
  outline-offset: 2px;
  border-radius: 8px;
}
.faq .faq-item details .faq-a {
  background: #CFEECF;
  color: #444;
  font: 500 14px/24px "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.28s ease, opacity 0.28s ease, padding 0.2s ease;
  padding: 0 30px;
  opacity: 0;
}
.faq .faq-item details .faq-a > * {
  overflow: hidden;
  min-height: 0;
}
.faq .faq-item details .faq-a p {
  margin: 0;
}
.faq .faq-item details[open] .faq-q {
  background: #fff;
}
.faq .faq-item details[open] .faq-q .chevron::before {
  transform: rotate(-45deg) translateY(0px);
}
.faq .faq-item details[open] .faq-q .chevron::after {
  transform: rotate(45deg) translateY(0px);
}
.faq .faq-item details[open] .faq-a {
  grid-template-rows: 1fr;
  padding: 24px 30px 26px;
  opacity: 1;
}
@media (max-width: 640px) {
  .faq .faq-item details .faq-q .q-badge {
    width: 32px;
    height: 32px;
  }
}

.container {
  max-width: 1116px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 2rem);
}

.cta {
  background: url("../img/contact-bg.jpg") no-repeat center/cover;
  padding-block: clamp(2.5rem, 6vw, 7.5rem);
}
.cta .cta__inner {
  display: grid;
  grid-template-rows: auto auto auto;
  row-gap: clamp(1.25rem, 3vw, 2.5rem);
  justify-items: center;
  text-align: center;
}
.cta .cta__logo {
  width: clamp(6rem, 12vw, 9rem);
  margin: 0;
}
.cta .cta__logo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
.cta .cta__header {
  display: grid;
  row-gap: 0.75rem;
  align-items: center;
  justify-items: center;
}
.cta .cta__title {
  font-family: "Noto Sans JP", system-ui, -apple-system, Segoe UI, Roboto, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  color: #444444;
  font-size: clamp(30px, 4.2vw, 40px);
  line-height: 1.2;
  margin: 0;
}
.cta .cta__grid {
  display: grid;
  gap: clamp(1.25rem, 3vw, 4.5rem);
  width: 100%;
  align-items: start;
}
@media (min-width: 768px) {
  .cta .cta__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.cta .cta__card {
  background: transparent;
  display: grid;
  row-gap: 1rem;
  justify-items: center;
  padding: 0;
}
.cta .cta__lead {
  font-family: "Noto Sans JP", system-ui, -apple-system, Segoe UI, Roboto, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 1.6;
  color: #444444;
  background-color: #A6DC68;
  padding: 0.625rem 1.5rem;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cta .cta__tel {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.cta .cta__telIcon {
  display: inline-grid;
  place-items: center;
  width: 30px;
}
.cta .cta__telIcon svg {
  display: block;
}
.cta .cta__telIcon img {
  width: 100%;
}
.cta .cta__number {
  font-family: "Noto Sans JP", system-ui, -apple-system, Segoe UI, Roboto, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  color: #444444;
  text-decoration: none;
  font-size: clamp(1.75rem, 3vw, 2.6875rem);
  letter-spacing: 0.02em;
}
.cta .cta__number:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.cta .cta__hours {
  font-family: "Noto Sans JP", system-ui, -apple-system, Segoe UI, Roboto, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  color: #444444;
  margin: 0;
  white-space: nowrap;
}

.btn {
  --_pad-y: clamp(0.75rem, 1.6vw, 1.25rem);
  --_pad-x: clamp(1.5rem, 4.5vw, 5rem);
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: var(--_pad-y) var(--_pad-x);
  border-radius: 0.5rem;
  font-family: "Noto Sans JP", system-ui, -apple-system, Segoe UI, Roboto, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5);
}
.btn:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.btn:active {
  transform: translateY(1px);
}

.btn--primary {
  background-color: #ff7431;
  color: #ffffff;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5);
}
.btn--primary:hover {
  opacity: 0.92;
}
.btn--primary .btn__icon {
  display: inline-grid;
  place-items: center;
}
.btn--primary .btn__icon svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
/* ----- Settings ----- */
:root {
  --text: #222;
  --muted: #555;
  --bg: #fafafa;
  --link: #0a66c2;
}

/* ----- Footer ----- */
.footer {
  background: #FFF;
  color: var(--text);
  padding: 64px 0;
  /* 左カラム */
  /* 右カラム：ナビゲーション */
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 15px 0;
  }
}
.footer__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer__inner {
    grid-template-columns: 320px 1fr; /* 左：ブランド／右：ナビ */
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
}
.footer__brand {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}
@media (max-width: 768px) {
  .footer__brand {
    grid-template-columns: 1fr;
  }
}
.footer__logo {
  width: 88px;
  height: 89px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__address {
  font-style: normal;
  line-height: 1.8;
}
.footer__address a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted currentColor;
}
.footer__address a[href^="tel:"]:hover, .footer__address a[href^="tel:"]:focus-visible {
  border-bottom-style: solid;
}
.footer__address-line {
  margin: 0 0 4px;
}
.footer__tel {
  margin: 0;
  color: var(--muted);
}
.footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (min-width: 1024px) {
  .footer__nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav-group {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__nav-group li {
  margin: 6px 0;
  line-height: 1.7;
}
.footer__group-title {
  font-weight: 500;
  margin-top: 4px;
  margin-bottom: 8px;
}
.footer__group-title > a {
  text-decoration: underline;
  color: var(--text);
}

/* ----- Utilities (任意) ----- */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

:root {
  --footer-bg: #61b105;
  --footer-fg: #fff; /* 緑背景なので文字は白に */
  --container-max: 1120px;
  --gutter: 16px;
}

/* ベース */
.c-footer {
  background: var(--footer-bg);
  color: var(--footer-fg);
}

.c-footer__inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding: 16px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: center; /* 中央寄せ */
  min-height: 48px;
}

/* コピー文言 */
.c-footer__copy {
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-align: center;
  white-space: normal; /* スマホで折り返し可 */
  opacity: 0.95; /* 少しだけトーンダウン */
}

/* 小さな画面は余白を詰める */
@media (max-width: 480px) {
  .c-footer__inner {
    padding-block: 12px;
  }
  .c-footer__copy {
    font-size: 11px;
  }
}
/* 参考：ダークモードで背景を少し落とす（任意） */
@media (prefers-color-scheme: dark) {
  .c-footer {
    background: color-mix(in oklab, var(--footer-bg) 85%, #000);
  }
}
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #FFF;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 150px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*全共通*/
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #61b105; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

.bgappearTrigger.bgappear {
  background: #FFF;
  padding: 20px;
}

/***************************************************/
/* contact
/***************************************************/
.form {
  padding: clamp(6rem, 12vw, 9rem) 0 0;
  width: 100%;
  font-size: 16px;
}
.form__header {
  margin-bottom: 2rem;
  text-align: center;
}
.form__title {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  color: #444;
  margin: 0 0 0.25rem;
}
.form__subtitle {
  font-family: "Inter", sans-serif;
  font-size: clamp(0.8125rem, 1.2vw, 1rem);
  color: #ff7431;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
}
.form .inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}
.form__iframe-wrap {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.form__iframe-wrap iframe {
  display: block;
  width: 100%;
  height: 1050px;
  border: none;
}
.form .blk {
  margin: 3vh 0;
  padding-bottom: 3vh;
  border-bottom: 2px solid #f7f7f5;
  display: flex;
  justify-content: space-between;
}
.form .contact__lead {
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  color: #333;
  margin-bottom: 0.5rem;
}
.form .contact__txt {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
}
.form .tac {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.8;
  text-align: center;
}
.form .contactTitle {
  display: flex;
  width: 25%;
  vertical-align: top;
  justify-content: space-between;
}
.form .contactTitle .kome {
  margin: 0 0.5vw;
  padding: 0 0.5vw;
  font-size: 1.5vh;
  background: #eb9aa7;
  color: #FFF;
  border-radius: 5px;
  height: 2.5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
}
@media (max-width: 768px) {
  .form .contactTitle .kome {
    margin: 4px 0.5vw 0 5px;
  }
}
.form .input-area {
  display: inline-block;
  width: 70%;
}
.form .input-area select, .form .input-area input[type=text], .form .input-area input[type=email] {
  padding: 0 1vw;
  width: 99%;
  height: 4vh;
  font-size: 2vh;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media (max-width: 768px) {
  .form .input-area select, .form .input-area input[type=text], .form .input-area input[type=email] {
    width: 97%;
  }
}
.form .input-area textarea { /*display: block;*/
  padding: 1vw;
  width: 99%;
  font-size: 2vh;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media (max-width: 768px) {
  .form .input-area textarea {
    width: 97%;
  }
}
.form .blk.s {
  border-bottom: none;
}
.form .blk.s .contactTitle span:first-of-type {
  width: 70%;
}
.form .blk.inBlk {
  margin: 0;
  padding: 0;
  border: none;
  width: 70%;
}
.form .input-area-s {
  display: inline-block;
  width: 48%;
}
.form .input-area-s input[type=text] {
  margin: 0;
  padding: 1vw;
  width: 97%;
  height: 4vh;
  font-size: 2vh;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.form .btnWrapper {
  text-align: center;
}
.form input[type=submit] {
  font-size: 16px;
  padding: 10px 40px;
  background-color: #EB0046;
  border: none;
  color: #FFF;
  font-weight: bold;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .form {
    width: 100%;
    padding-top: clamp(5rem, 20vw, 8rem);
  }
  .form .blk {
    display: block;
  }
  .form .contactTitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 16px;
  }
  .form .contactTitle .kome {
    font-size: 3vw;
  }
  .form .blk.inBlk {
    display: block;
    width: 100%;
  }
  .form .blk.l .contactTitle {
    margin-bottom: 10px;
  }
  .form .input-area-s, .form .input-area {
    width: 100%;
  }
  .form .input-area-s input[type=text], .form .input-area-s input[type=email], .form .input-area input[type=text], .form .input-area input[type=email] {
    margin: 1vh 0;
    height: 8vh;
  }
}

.c-form {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(16px, 3vw, 32px);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}
.c-form__field {
  display: grid;
  gap: 8px;
  margin-block: 16px;
}
.c-form__field label {
  font-weight: 600;
}
.c-form__field input, .c-form__field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-size: 16px;
}
.c-form__field input:focus, .c-form__field textarea:focus {
  outline: 3px solid rgba(59, 130, 246, 0.25);
  border-color: #93c5fd;
}
.c-form__field input[aria-invalid=true], .c-form__field textarea[aria-invalid=true] {
  border-color: #ef4444;
}
.c-form__req {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.1em 0.5em;
  font-size: 12px;
  color: #fff;
  background: #ef4444;
  border-radius: 999px;
  vertical-align: middle;
}
.c-form__error {
  min-height: 1em;
  font-size: 13px;
  color: #ef4444;
}
.c-form__submit {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  background: #111827;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.05s ease;
}
.c-form__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.c-form__submit:active {
  transform: translateY(1px);
}
.c-form__result {
  margin-top: 12px;
  font-size: 14px;
  color: #111827;
}

.u-hidden {
  position: absolute !important;
  left: -9999px !important;
}
/*# sourceMappingURL=style.css.map */
