@charset "UTF-8";

:root {
  --main-orange: #ea8e25;
  --line-green: #2bac39;
  --bg-yellow: #fff9ed;
  --text-dark: #333;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  color: var(--text-dark);
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

main {
  margin-top: 72px;
  background: url(./assets/sub_bg_top.png) no-repeat center top / contain;
  background-position: center -20px;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  padding: 10px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

/* 追加：ロゴ周りのレイアウト調整 */
.anniversary-logo {
  height: 50px;
  margin-right: 10px;
} /* うさぎロゴのサイズと右余白 */

.logo {
  margin-right: auto;
} /* メニューを右端に寄せるための調整 */

.logo img {
  height: 40px;
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 20px;
  align-items: center;
}

.nav-list a {
  color: var(--text-dark);
  font-weight: bold;
  font-size: 14px;
}

.nav-btn {
  background: var(--line-green);
  color: #fff !important;
  padding: 8px 15px;
  border-radius: 20px;
}

.menu-trigger {
  display: none;
}

/* Buttons */
.btn-orange {
  display: block;
  background: var(--main-orange);
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 30px;
  font-weight: bold;
  margin: 10px auto;
  max-width: 350px;
}

.btn-green {
  display: block;
  background: var(--line-green);
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 30px;
  font-weight: bold;
  margin: 10px auto;
  max-width: 350px;
}

/* CTA（見学 / LINE）— 背景画像は main 側の指定を維持 */
.cta-mini {
  padding: 50px 200px;
  text-align: center;
  background: url(./assets/topbg.png);
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), /* 0.3の数値で明るさを調整 */
    url("./assets/topbg.png"); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.cta-dual {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cta-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-quote {
  color: var(--main-orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 0.2rem;
}

.cta-lead-wrap {
  display: inline-block;
  max-width: 100%;
  text-align: center;
}

.cta-lead {
    margin: 0;
    color: #655a52;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.04em;
}


.cta-rule {
  border: 0;
  height: 0;
  margin: 0 0 0;
  border-bottom: 3px dotted;
  width: 100%;
  opacity: 0.95;
}

.cta-rule--orange {
  border-bottom-color: var(--main-orange);
}

.cta-rule--green {
  border-bottom-color: var(--line-green);
}

.cta-arrow {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin: 0.35rem 0 0.5rem;
}

.cta-arrow--orange {
  color: var(--main-orange);
}

.cta-arrow--green {
  color: var(--line-green);
}

.cta-kicker {
    color: #665b53;
    font-size: 11px;
    font-weight: 700;
    margin-top: 19px;
    margin-bottom: 6px;
    letter-spacing: 0.02em;
}

.cta-mini .btn-orange,
.cta-mini .btn-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: 260px;
    max-width: 260px;
    padding: 0.9rem 1.5rem;
    border-radius: 25px;
    margin: 0 auto 0.7rem;
    font-size: 12px;
    box-sizing: border-box;
}

.cta-mini .btn-arrow {
  font-weight: 700;
}

.cta-mini .btn-orange .cta-btn-accent {
  color: #fff3c4;
  font-weight: 700;
}

.cta-foot {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 0.05rem;
}

.cta-foot--orange {
  color: var(--main-orange);
}

.cta-note {
  font-size: 12px;
  line-height: 1.75;
  max-width: 420px;
  margin: 0 auto;
}

.cta-note--orange {
  color: #d17a00;
}

.cta-note--line {
  color: #0f8a3a;
}

/* FV */
.herotop {
  position: relative;
}

.hero {
  padding: 100px 20px 40px;
  text-align: center;
  height: 400px;
}

.hero-image-area {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.hero-main-img {
  border-radius: 40% 20% 40% 20%;
  width: 420px;
  position: absolute;
  top: -70px;
  left: calc(50% - 310px);
}

.hero-copy-img {
  position: absolute;
  top: 85px;
  left: calc(50% + 22px);
  width: 250px;
}

/* About job */
.about-job {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 200px 12px;
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.7)), /* 0.3の数値で明るさを調整 */ url(./assets/sub_bg_center.png);
  background-size: contain;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100vw;
  height: 35vw;
  max-width: 960px;
  max-height: 300px;
}

.about-header {
  display: flex;
  flex-direction: column;
  grid-template-columns: 170px 1fr;
  column-gap: 34px;
  row-gap: 12px;
  align-items: end;
  h2{
    color: #e6af16;
    position: absolute;
    left: calc(50% - 256px);
    top: 9px;
    line-height: 38px;
    font-size: 21px;  }
}

.about-header .anniversary-logo {
    height: auto;
    margin: 0;
    align-self: end;
    position: absolute;
    left: calc(50% - 253px);
    top: 95px;
    width: 110px;
}

.about-text h2 {
  color: #d48e00;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

#about .about-text{
    position: absolute;
    left: calc(50% - 195px);

    p {
        position: relative;
        width: 500px;
        font-size: 12px;
        font-weight: 500;
        line-height: 2.4;
        color: #333;
        left: 118px;
        top: 2px;
        letter-spacing: 0.02em;

        &.about-service-label{
            color: #fff;
            font-size: 10px;
            font-weight: 700;
            line-height: 1;
            margin-top: 50px;
            position: relative;
            left: 120px;
            top: 0px;
            padding: 5px 7px;
            border-radius: 10px;
            margin-bottom: 12px;
            min-width: 150px;
            width: 125px;
            min-height: 44px;
        } 
      }
      
}

.about-service-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 218px;
  min-height: 72px;
  padding: 14px 24px;
  border-radius: 14px;
  background: #7fbc4a;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}


.about-text p.about-service-label {
  line-height: 1.2;
}

/* 主なサポート */
.supports {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 60px 200px 56px;
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.7)), /* 0.3の数値で明るさを調整 */ url(./assets/bg_center.png);
  background-size: 540px;
  background-repeat: no-repeat;
  background-position: center;
  width: 960px;
  margin: 0 auto;
}

.supports-inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}

.supports-heading {
  color: #e5ae18;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-bottom: 0px;
  margin-bottom: 0;
  border-bottom: 2px solid #d4b85c;
  text-align: left;
}

.supports-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    justify-items: center;
}

.supports-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 132px;
  width: 100%;
  max-width: 220px;
  height: auto;
  padding: 20px 16px;
  background: #f9f9d1;
  border-radius: 12px;
  color: #5a9a3e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  box-sizing: border-box;
}

.supports-note {
    margin-top: 13px;
    text-align: center;
    color: #665b52;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.85;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;

}

/* 条件付き <br> は SP のみ（751px 以上では改行なし） */
@media (min-width: 751px) {
  .supports-note__br,
  .cta-note__br,
  .feature-img__br,
  .spbr {
    display: none;
  }
}

/* LP: 悩み → ソリューション（理想と現実） */
.lp-worry {
    --lp-yellow: #f9c129;
    --lp-orange: #e88224;
    --lp-blue: #a7c7c8;
    --lp-cream: #fffdf8;
    font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1rem, 6vw, 160px) 0;
    text-align: center;
    /* background: url(./assets/temp/section05.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    height:calc(857vw / 6.3);
    max-height: 1306px;
}

.lp-worry__intro {
  max-width: 640px;
  margin: 0 auto;
}

.lp-worry__ribbon {
    display: inline-block;
    width: 300px;
    max-width: 520px;
    margin: 0 auto;
    padding: 0.65rem 1rem;
    /* background: #fff8dc; */
    border-top: 2px solid var(--lp-yellow);
    border-bottom: 2px solid var(--lp-yellow);
    color: var(--lp-yellow);
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.06em;
    position: relative;
    top: 0px;
}

.lp-worry__chev {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid var(--lp-yellow);
  position: relative;
  top: 10px;
}

.lp-worry__title {
    margin: 1.2rem 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    color: #665b53;
    position: relative;
}

.lp-worry__title-row {
  display: block;
}

.lp-worry__ideal {
  color: var(--lp-yellow);
}

.lp-worry__reality {
  color: var(--lp-blue);
}

.lp-worry__bubbles {
    position: relative;
    margin: clamp(1.5rem, 4vw, 2.5rem) auto 0;
    max-width: 920px;
    min-height: clamp(200px, 38vw, 320px);
    padding: clamp(1rem, 3vw, 2rem) 0 0.5rem;
    background: url(./assets/fukidashi_bg.png);
    background-size: 470px;
    background-position: center 20px;
    background-repeat: no-repeat;
}

.lp-worry__blob-bg {
  position: absolute;
  inset: 8% 5% 5%;
  z-index: 0;
  pointer-events: none;
}

.lp-worry .fukidashi-group {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(0.5rem, 2vw, 1.25rem);
}

.lp-worry .fukidashi-item {
    position: relative;
    width: 170px;
    height: auto;
    display: block;
    top: 25px;
}

.lp-worry .fukidashi-item:nth-child(1) {
    top: 25px;
}

.lp-worry .fukidashi-item:nth-child(3) {
    top: 25px;
}


.lp-worry__arrow-down {
    position: relative;
    top: 50px;
    z-index: 1;
    margin: 0.75rem 0 0;
    font-size: 2rem;
    color: #6a5f57;
    font-weight: 900;
    line-height: 1;
}

.lp-solution {
    position: relative;
    margin: 0 auto 0;
    max-width: 720px;
    padding: 10px clamp(1rem, 4vw, 2rem) 12px;
    text-align: center;
    background: url(./assets/image_bg.png);
    background-size: 560px 219px;
    background-repeat: no-repeat;
    background-position: calc(50% - 13px) 1px;
    height: 230px;
    top: -18px;
}

.lp-solution__decor {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
}

.lp-solution__decor::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: radial-gradient(circle, rgba(200, 180, 120, 0.45) 1px, transparent 1px);
  background-size: 14px 14px;
  border-radius: inherit;
  pointer-events: none;
}

.lp-solution__line {
    position: relative;
    z-index: 1;
    margin: 0 0 0.35rem;
    font-size: clamp(0.95rem, 2.6vw, 1.15rem);
    font-weight: 700;
    line-height: 1.75;
    color: #3d3a36;
    top: 35px;
    left: -10px;
}

.lp-solution__line:last-of-type {
    top:60px;
  margin-bottom: 0;
}

.lp-solution__underline {
  display: inline;
  padding-bottom: 2px;
  border-bottom: 3px dotted var(--lp-yellow);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.lp-solution__underline--strong {
  font-size: clamp(1.02rem, 2.85vw, 1.22rem);
}

/* 特徴カード（.lp-worry 内・旧 #features セクション相当） */
.lp-worry__features {
    position: relative;
    z-index: 2;
    margin-top: clamp(0.75rem, 2.5vw, 1.5rem);
    text-align: center;
}


/* Features（旧セクション用・将来の再利用向け） */
.features {
  padding: 60px 20px;
  text-align: center;
  background: var(--bg-yellow);
}

.features-top-logo {
  width: 150px;
  margin-bottom: 30px;
}

.lp-features__logo {
    width: 150px;
    height: auto;
    margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
    position: relative;
    top: -25px;}

.feature-card-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.lp-features__grid {
  gap: 12px;
  align-items: stretch;
}

.feature-card {
  background: #fff;
  border: 2px solid var(--main-orange);
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  max-width: 300px;
}

.lp-feature-card {
    position: relative;
    top: -20px;
    width: 205px;
    border-color: #eb8e25;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 7px 15px 15px;
    border-radius: 18px;
    /* background: none; */
    height: 272px;
}

.lp-feature-card__icon {
  width: 52px;
  height: 52px;
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-feature-card__icon-img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
}

.feature-card h3 {
  color: var(--main-orange);
  margin-bottom: 10px;
}

.lp-feature-card h3 {
  color: #e88224;
  font-size: 20px;
  font-weight: 700;
}

.lp-feature-card p {
    font-size: 11px;
    padding: 10px 10px;
    line-height: 1.65;
    color: #333;
    margin: 0 0 0.75rem;
    flex: 1;
}

.feature-img {
  border-radius: 10px;
  margin-top: 15px;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.lp-feature-card .feature-img {
  margin-top: auto;
  border-radius: 12px;
}

/* コラージュ（単一PNG） */
.visual-collage {
  padding: clamp(1.25rem, 3vw, 2rem) clamp(0.75rem, 3vw, 1.5rem);
}

.visual-collage__inner {
  max-width: 666px;
  margin: 0 auto;
}

.visual-collage__img {
  display: block;
  width: 100%;
  height: auto;
}

/* 先輩インタビュー（YouTube iframe） */
.interview.interview-lp {
    --interview-rose: #c97b88;
    --interview-rose-deep: #dc7f97;
    --interview-yellow: #f7e8a8;
    --interview-yellow-soft: #fff9e8;
    --interview-muted: #5c5048;
    position: relative;
    padding: 30px clamp(1rem, 4vw, 1.5rem) clamp(2.5rem, 6vw, 3.75rem);
    text-align: center;
    overflow: hidden;
    background: url(./assets/interview_bg.png);
    background-size: 420px;
    background-repeat: no-repeat;
    background-position: center 100px;
    height: 95vw;
    max-height: calc(9.6 * 95px);
}

.interview-lp__header {
    max-width: 520px;
    height: 95px;
    margin: 0 auto;
    background: url(./assets/ribon.png);
    background-size: 330px 40px;
    background-repeat: no-repeat;
    background-position: center top;
}

.interview-lp__zig {
  display: block;
  width: min(280px, 88vw);
  height: 14px;
  margin-left: auto;
  margin-right: auto;
}

.interview-lp__zig--top {
  margin-bottom: 0.45rem;
}

.interview-lp__zig--bottom {
  margin-top: 0.45rem;
  transform: scaleY(-1);
}

.interview-lp__title {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--interview-rose);
}

.interview-lp__block {
  position: relative;
  max-width: 380px;
  margin: 0 auto 35px;
}

.interview-lp__block:last-of-type {
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.interview-lp__sub {
  margin: 0 0 0.85rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.interview-lp__sub--muted {
  color: var(--interview-muted);
}

.interview-lp__sub--rose {
  margin-bottom: 0.5rem;
  color: var(--interview-rose);
}

.interview-lp__rule {
  width: min(640px, 100%);
  height: 2px;
  margin: 0 auto 1rem;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(201, 123, 136, 0.35) 12%,
    var(--interview-rose) 50%,
    rgba(201, 123, 136, 0.35) 88%,
    transparent
  );
  border-radius: 1px;
}

.interview-lp__iframe {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(60, 40, 45, 0.1);
  border: 1px solid rgba(201, 123, 136, 0.2);
  aspect-ratio: 16 / 9;
  background: #111;
}

.interview-lp__iframe iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.interview-lp__block--first {
  padding-bottom: 0.5rem;
}

.interview-lp__decor--dots {
  position: absolute;
  top: -0.25rem;
  right: clamp(0rem, 2vw, 1.25rem);
  width: 72px;
  height: 56px;
  z-index: 0;
  background-image: radial-gradient(circle, rgba(200, 170, 100, 0.45) 1.5px, transparent 1.5px);
  background-size: 9px 9px;
  pointer-events: none;
}

.interview-lp__decor--blob {
  position: absolute;
  left: clamp(-1rem, -2vw, -0.5rem);
  bottom: clamp(-1.5rem, -3vw, -0.75rem);
  width: min(200px, 45vw);
  height: min(140px, 32vw);
  z-index: 0;
  border-radius: 55% 45% 52% 48% / 48% 52% 48% 52%;
  background: radial-gradient(ellipse at 40% 40%, var(--interview-yellow-soft) 0%, var(--interview-yellow) 70%, transparent 100%);
  opacity: 0.85;
  pointer-events: none;
}

.interview-lp__excerpt {
  max-width: 390px;
  margin: 0 auto;
  padding-top: 0.25rem;
}

.interview-lp__excerpt-label {
    display: block;
    width: 130px;
    position: relative;
    margin-left: 0;
    margin-bottom: 15px;
    padding: 1.0rem 0.5rem;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
    background: var(--interview-rose-deep);
}

.interview-lp__excerpt-body {
  margin: 0;
  text-align: left;
  font-size: 12px;
  line-height: 2.2;
  color: #6c6158;
}

/* 保育の仕事 見学会（導入） */
.tour-section {
  scroll-margin-top: 80px;
}

.tour-intro-hero {
    scroll-margin-top: 80px;
    --tour-mustard: #f0b500;
    --tour-mustard-soft: #e8bc3a;
    position: relative;
    padding: clamp(2.5rem, 6vw, 4rem) clamp(1rem, 4vw, 2rem) clamp(2rem, 5vw, 3rem);
    background: #fff;
    overflow: hidden;
    font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    /* background: url(./assets/temp/section07.png); */
    background-size: 100vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    height: 72vw;
}

.tour-intro-hero__blobs {
    position: absolute;
    inset: -20%;
    z-index: 0;
    pointer-events: none;
    /* background: radial-gradient(ellipse 42% 38% at 8% 18%, rgba(167, 210, 180, 0.35) 0%, transparent 70%), radial-gradient(ellipse 38% 36% at 92% 12%, rgba(255, 214, 160, 0.4) 0%, transparent 68%), radial-gradient(ellipse 45% 40% at 88% 78%, rgba(255, 190, 150, 0.28) 0%, transparent 72%), radial-gradient(ellipse 40% 42% at 5% 85%, rgba(170, 210, 230, 0.32) 0%, transparent 70%), radial-gradient(ellipse 50% 45% at 50% 50%, rgba(255, 248, 235, 0.6) 0%, transparent 75%); */
    filter: blur(0.5px);
    background: url(./assets/sub_bg_top.png);
        background-size: 100vw auto;
    background-repeat: no-repeat;
    background-position: center 140px;
}

.tour-intro-hero__inner {
  position: inherit;
  z-index: 1;
  max-width: 1040px;
  margin: 0 auto;
}

.tour-intro-hero__visual {
  position: relative;
  max-width: min(520px, 100%);
  margin: 0 auto clamp(1.75rem, 4vw, 2.5rem);
}

.tour-intro-hero__photo-wrap {
  margin: 0;
  border-radius: 58% 42% 48% 52% / 52% 48% 55% 45%;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(80, 70, 50, 0.12);
}
.tour-intro-hero__photo-wrap:nth-child(2) .tour-intro-hero__photo {
    width: 256px;
    top: 90px;
    left: calc(50% + -10px);

  }
  

.tour-intro-hero__photo {
    position: absolute;
    display: block;
    width: 450px;
    height: auto;
    top: -40px;
    left: calc(50% - 257px);
}

.tour-intro-hero__badge {
    position: absolute;
    top: 150px;
    left: calc(50% - -30px);
    max-width: min(200px, 46%);
    padding: clamp(0.85rem, 2.5vw, 1.15rem) clamp(1rem, 3vw, 1.35rem);
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
}



.tour-intro-hero__badge-text {
  margin: 0;
  font-size: 24px;
  text-align: left;
}

.tour-intro-hero__content {
    position: inherit;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(1.25rem, 4vw, 2.5rem);
    align-items: start;
    top: 300px;

}

.tour-intro-hero__title {
    position: absolute;
    margin: 0;
    font-size: 24px
    line-height: 1.9;
    letter-spacing: 0.1em;
    color: var(--tour-mustard);
    text-align: left;
    top: 0px;
    left: calc(50% - 251px);

}

.tour-intro-hero__body {
    text-align: left;
    position: relative;
    top: 117px;
    left: calc(50% + 196px);
    width: 290px;
}

.tour-intro-hero__body p {
    margin: 0 0 1rem;
    font-size: 12px;
    line-height: 1.6;
    color: #665c54;
    text-align: left;

}

.tour-intro-hero__body p:last-child {
  margin-bottom: 0;
}

.tour-intro-hero__lead {
  margin-top: 0.25rem !important;
  font-weight: 700;
  color: var(--tour-mustard) !important;
  font-size: clamp(0.875rem, 2.1vw, 1rem) !important;
}



/* 見学ステップ＋ギャラリー＋CTA（オレンジ一体） */
.tour-lp {
    --tour-orange: #f5921e;
    background: var(--tour-orange);
    color: #fff;
    padding: clamp(2.25rem, 5vw, 3.25rem) clamp(1rem, 4vw, 1.5rem) clamp(2.75rem, 6vw, 4rem);
    text-align: center;
    /* background: url(./assets/temp/section09.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;

}

.tour-lp__inner {
  max-width: 880px;
  margin: 0 auto;
}


.tour-lp__title {
    margin: 0 0 0.5rem;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #fff;
}

.tour-lp__title-line {
  width: min(255px, 88vw);
  height: 0;
  margin: 0 auto 1.35rem;
  border: 0;
  border-bottom: 3px dotted rgba(255, 255, 255, 0.95);
}

.tour-lp__title-arrow {
    display: block;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    color: #fff;
}

.tour-lp__steps {
    position: relative;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 720px;
    text-align: left;
    width: 100vw;
    height: 96vw;
    max-height:calc(96 * 9.6px);

}

.tour-lp__steps::before {
    content: "";
    position: absolute;
    left: calc(50% - 68px);
    top: 22px;
    bottom: 22px;
    width: 2px;
    background: #fff;
    z-index: 0;
}

.tour-lp__step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) minmax(96px, 150px);
  gap: 12px clamp(12px, 3vw, 24px);
  align-items: center;
  margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
}

.tour-lp__step:nth-child(2) {
    gap: 12px clamp(12px, 3vw, 24px);
    margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
    top:255px;
  }

  .tour-lp__step:nth-child(3) {
    gap: 12px clamp(12px, 3vw, 24px);
    margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
    top:510px;
  }

.tour-lp__step:last-child {
  margin-bottom: 0;
}

.tour-lp__track {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6.2rem;
    position: absolute;
    top: 16px;
    left: calc(50% - 90px);
}

.tour-lp__icon-ball {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  color: var(--tour-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);

}
li.tour-lp__step:nth-of-type(1) .tour-lp__icon-ball{
  background: url(./assets/icon01.png) no-repeat center center / contain;
}

li.tour-lp__step:nth-of-type(2) .tour-lp__icon-ball{
  background: url(./assets/icon02.png) no-repeat center center / contain;
}

li.tour-lp__step:nth-of-type(3) .tour-lp__icon-ball{
  background: url(./assets/icon03.png) no-repeat center center / contain;
}

.tour-lp__icon-svg {
  display: block;
}

.tour-lp__icon-svg--stroke {
  fill: none;
}

.tour-lp__time {
  position: absolute;
  top: 135px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  filter:brightness(1.04);
  background: url(./assets/icon_timer.png) no-repeat center center / contain;
}

.tour-lp__step-title {
    margin: 0;
    font-size: clamp(1rem, 2.4vw, 1.2rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    position: absolute;
    top: 27px;
    letter-spacing: 3px;
    left: calc(50% - 20px);
}

.tour-lp__step-title:nth-of-type(2) {
    margin: 0;
    top: 27px;
    letter-spacing: 3px;
    left: calc(50% - 20px);
}

.tour-lp__step-title:nth-of-type(3) {
    margin: 0;
    top: 27px;
    letter-spacing: 3px;
    left: calc(50% - 20px);

}


.tour-lp__step-fig {
    margin: 0;
    justify-self: end;
    position: absolute;
    left: calc(50% + 7px);
    top: 60px;
    width: 54px;
}

li.tour-lp__step:nth-of-type(2) .tour-lp__step-fig {
    margin: 0;
    left: calc(50% + -32px);
    top: 60px;
    width: 130px;
}

li.tour-lp__step:nth-of-type(3) .tour-lp__step-fig {
    margin: 0;
    left: calc(50% + -23px);
    top: 60px;
    width: 114px;
}


.tour-lp__step-fig img {
  display: block;
  width: 100%;
  max-width: 140px;
  height: auto;
  border-radius: 10px;
}

.tour-lp__catch {
    margin: 36px auto 40px;
    max-width: 520px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.65;
    color: #fff;
}

.tour-lp__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: clamp(1.5rem, 4vw, 2rem);
}

.tour-lp__gallery-img {
  width: min(100%, 260px);
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.tour-lp__cta-kicker {
  margin: 0 0 0.75rem;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.tour-lp__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.95rem 1.75rem;
  min-width: min(100%, 340px);
  border-radius: 999px;
  font-size: clamp(0.9rem, 2.2vw, 1.05rem);
  font-weight: 700;
  color: var(--tour-orange);
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transition: opacity 0.2s, transform 0.2s;
}

.tour-lp__cta-btn:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

.tour-lp__cta-arrow {
  font-weight: 700;
}

/* 近くの事業所を探す */
.locations.locations-lp {
  --loc-green: #6fa32a;
  --loc-green-dark: #5d8f22;
  --loc-cream: #fff6d8;
  --loc-title: #e8941a;
  padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1rem, 4vw, 1.5rem);
  text-align: center;
  background: #fff;
}

.locations-lp__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
}

.locations-lp__icon {
  display: flex;
  color: var(--loc-title);
}

.locations-lp__title {
  margin: 0;
  font-size: clamp(1.15rem, 3vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--loc-title);
}

.locations-lp__nav {
  max-width: 420px;
  margin: 0 auto clamp(1.75rem, 4vw, 2.5rem);
}

.locations-lp__nav-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.locations-lp__nav-row:last-child {
  margin-bottom: 0;
}

.locations-lp__tag {
  flex: 1 1 0;
  max-width: 120px;
  padding: 12px 10px;
  text-align: center;
  font-size: clamp(0.875rem, 2vw, 0.95rem);
  font-weight: 700;
  color: #fff;
  background: var(--loc-green);
  border: 0;
  border-radius: 0;
  text-decoration: none;
  transition: background 0.2s, opacity 0.2s;
}

.locations-lp__tag:hover {
  background: var(--loc-green-dark);
  opacity: 0.95;
}

.locations-lp__list {
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
}

.locations-lp__group {
  margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
  scroll-margin-top: 88px;
}

.locations-lp__group:last-child {
  margin-bottom: 0;
}

.locations-lp__area {
  margin: 0;
  padding: 10px 14px;
  font-size: clamp(0.95rem, 2.2vw, 1.05rem);
  font-weight: 700;
  color: #fff;
  background: var(--loc-green);
  border-radius: 0;
}

.locations-lp__panel {
  background: var(--loc-cream);
  padding: 12px;
  border-radius: 0;
}

.locations-lp__item {
  margin: 0 0 10px;
  padding: 12px 14px;
  font-size: clamp(0.8125rem, 1.9vw, 0.9rem);
  line-height: 1.55;
  color: #222;
  background: #fff;
  border: 1px solid #2a2a2a;
  border-radius: 0;
}

.locations-lp__panel .locations-lp__item:last-child {
  margin-bottom: 0;
}

.locations-lp__nav-row:last-child .locations-lp__tag {
  flex: 0 0 auto;
  width: min(132px, 42vw);
  max-width: none;
}

/* よくあるご質問 */
.faq.faq-lp {
  --faq-gold: #e8b82d;
  --faq-gold-dark: #d4a41f;
  --faq-text: #4a4038;
  padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1rem, 4vw, 1.5rem) clamp(2.75rem, 6vw, 3.5rem);
  background: #fff;
}

.faq-lp__title {
  margin: 0 0 clamp(1.5rem, 4vw, 2.25rem);
  text-align: center;
  font-size: clamp(1.15rem, 3vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--faq-text);
}

.faq-lp__list {
  max-width: 720px;
  margin: 0 auto;
}

.faq-lp__block {
  margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
}

.faq-lp__block:last-child {
  margin-bottom: 0;
}

.faq-lp__q {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e2dc;
  font-weight: 400;
  color: var(--faq-text);
}

.faq-lp__badge {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
}

.faq-lp__badge--q {
  color: #fff;
  background: var(--faq-gold);
}

.faq-lp__badge--a {
  color: var(--faq-gold-dark);
  background: #fff;
  border: 2px solid var(--faq-gold);
}

.faq-lp__q-text {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 0.35rem;
  font-size: clamp(0.9rem, 2.1vw, 1rem);
  line-height: 1.65;
}

.faq-lp__a {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 1rem 0 0;
  padding: 0;
  color: var(--faq-text);
}

.faq-lp__a-text {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 0.35rem;
  font-size: clamp(0.875rem, 2vw, 0.95rem);
  line-height: 1.85;
}

/* フッター */
.footer.footer-lp {
  background: #e5a823;
  color: #fff;
  text-align: center;
  padding: clamp(0.85rem, 2.5vw, 1.1rem) clamp(1rem, 4vw, 1.5rem);
}

.footer-lp__copy {
  margin: 0;
  font-size: clamp(0.75rem, 1.8vw, 0.8125rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

/* Top Button */
.page-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: var(--main-orange);
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-top.is-show {
  opacity: 1;
  visibility: visible;
}

.page-top span {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}



/* === TABLET 750-960 (auto px -> calc) === */
@media (min-width: 750px) and (max-width: 960px) {
  /* 960px基準: Npx -> calc(Nvw / 9.6) */
  main {
  
    margin-top: calc(72vw / 9.6);
  }
  /* Header */
.header {
  
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    padding: calc(10vw / 9.6) calc(20vw / 9.6);
    box-shadow: 0 calc(2vw / 9.6) calc(5vw / 9.6) rgba(0, 0, 0, 0.1);
  }
  .header-inner {
  
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: calc(1200vw / 9.6);
    margin: 0 auto;
  }
  /* 追加：ロゴ周りのレイアウト調整 */
.anniversary-logo {
  
    height: calc(50vw / 9.6);
    margin-right: calc(10vw / 9.6);
  }
  /* メニューを右端に寄せるための調整 */

.logo img {
  
    height: calc(40vw / 9.6);
  }
  .nav-list {
  
    display: flex;
    list-style: none;
    gap: calc(20vw / 9.6);
    align-items: center;
  }
  .nav-list a {
  
    color: var(--text-dark);
    font-weight: bold;
    font-size: calc(14vw / 9.6);
  }
  .nav-btn {
  
    background: var(--line-green);
    color: #fff !important;
    padding: calc(8vw / 9.6) calc(15vw / 9.6);
    border-radius: calc(20vw / 9.6);
  }
  /* Buttons */
.btn-orange {
  
    display: block;
    background: var(--main-orange);
    color: #fff;
    text-align: center;
    padding: calc(15vw / 9.6);
    border-radius: calc(30vw / 9.6);
    font-weight: bold;
    margin: calc(10vw / 9.6) auto;
    max-width: calc(350vw / 9.6);
  }
  .btn-green {
  
    display: block;
    background: var(--line-green);
    color: #fff;
    text-align: center;
    padding: calc(15vw / 9.6);
    border-radius: calc(30vw / 9.6);
    font-weight: bold;
    margin: calc(10vw / 9.6) auto;
    max-width: calc(350vw / 9.6);
  }
  /* CTA（見学 / LINE）— 背景画像は main 側の指定を維持 */
.cta-mini {
  
    padding: calc(50vw / 9.6) calc(200vw / 9.6);
    text-align: center;
  }
  .cta-dual {
  
    max-width: calc(520vw / 9.6);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(40vw / 9.6);
  }
  .cta-quote {
  
    color: var(--main-orange);
    font-size: calc(12vw / 9.6);
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 0.2rem;
  }
  .cta-lead {
  
    margin: 0;
    color: #655a52;
    font-size: calc(20vw / 9.6);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }
  .cta-rule {
  
    border: 0;
    height: 0;
    margin: 0 0 0;
    border-bottom: calc(3vw / 9.6) dotted;
    width: 100%;
    opacity: 0.95;
  }
  .cta-arrow {
  
    position: relative;
    margin-top: calc(30vw / 9.6);
    font-size: calc(28vw / 9.6);
    font-weight: 700;
    line-height: 1;
    margin: 0.35rem 0 0.5rem;
  }
  .cta-kicker {
  
    color: #665b53;
    font-size: calc(11vw / 9.6);
    font-weight: 700;
    margin-top: calc(19vw / 9.6);
    margin-bottom: calc(6vw / 9.6);
    letter-spacing: 0.02em;
  }
  .cta-mini .btn-orange,
.cta-mini .btn-green {
  
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: calc(260vw / 9.6);
    max-width: calc(260vw / 9.6);
    padding: 0.9rem 1.5rem;
    border-radius: calc(25vw / 9.6);
    margin: 0 auto 0.7rem;
    font-size: calc(12vw / 9.6);
    box-sizing: border-box;
  }
  .cta-foot {
  
    font-size: calc(12vw / 9.6);
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 0.05rem;
  }
  .cta-note {
  
    font-size: calc(12vw / 9.6);
    line-height: 1.75;
    max-width: calc(420vw / 9.6);
    margin: 0 auto;
  }
  .hero {
  
    padding: calc(100vw / 9.6) calc(20vw / 9.6) calc(40vw / 9.6);
    text-align: center;
    height: calc(400vw / 9.6);
  }
  .hero-image-area {
  
    position: relative;
    max-width: calc(800vw / 9.6);
    margin: 0 auto;
  }
  .hero-main-img {
  
    border-radius: 40% 20% 40% 20%;
    width: calc(420vw / 9.6);
    position: absolute;
    top: -calc(70vw / 9.6);
    left: calc(50% - calc(310vw / 9.6));
  }
  .hero-copy-img {
  
    position: absolute;
    top: calc(85vw / 9.6);
    left: calc(50% + calc(22vw / 9.6));
    width: calc(250vw / 9.6);
  }
  /* About job */
.about-job {
  
    position:relative;
    max-width: calc(1180vw / 9.6);
    margin: 0 auto;
    padding: calc(28vw / 9.6) calc(200vw / 9.6) calc(12vw / 9.6);
  
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.7)), /* 0.3の数値で明るさを調整 */ url(./assets/sub_bg_center.png);
    background-size: contain;
    background-position: 1vw 1vw;
    background-repeat: no-repeat;
    width: 100vw;
    height: 35vw;
    max-width: calc(960vw / 9.6);
    max-height: calc(300vw / 9.6);
  }
  .about-header {
  
    display: flex;
    flex-direction: column;
    grid-template-columns: calc(170vw / 9.6) 1fr;
    column-gap: calc(34vw / 9.6);
    row-gap: calc(12vw / 9.6);
    align-items: end;
    h2{
    color: #e6af16;
    position: absolute;
    left: calc(50% - calc(256vw / 9.6));
    top: calc(9vw / 9.6);
    line-height: calc(38vw / 9.6);
    font-size: calc(21vw / 9.6); };
  }
  .about-header .anniversary-logo {
  
    height: auto;
    margin: 0;
    align-self: end;
    position: absolute;
    left: calc(50% - calc(253vw / 9.6));
    top: calc(95vw / 9.6);
    width: calc(110vw / 9.6);
  }
  .about-text h2 {
  
    color: #d48e00;
    font-size: calc(58vw / 9.6);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.03em;
    margin-bottom: calc(20vw / 9.6);
  }
  #about .about-text {
  
    position: absolute;
    left: calc(50% - calc(195vw / 9.6));
  
    p {
    position: relative;
    width: calc(500vw / 9.6);
    font-size: calc(12vw / 9.6);
    font-weight: 500;
    line-height: 2.4;
    color: #333;
    left: calc(118vw / 9.6);
    top: calc(2vw / 9.6);
    letter-spacing: 0.02em;
  
    &.about-service-label{
    color: #fff;
    font-size: calc(10vw / 9.6);
    font-weight: 700;
    line-height: 1;
    margin-top: calc(50vw / 9.6);
    position: relative;
    left: calc(120vw / 9.6);
    top: calc(0vw / 9.6);
    padding: calc(5vw / 9.6) calc(7vw / 9.6);
    border-radius: calc(10vw / 9.6);
    margin-bottom: calc(12vw / 9.6);
    min-width: calc(150vw / 9.6);
    width: calc(125vw / 9.6);
    min-height: calc(44vw / 9.6);
    } 
    }
        
  }
  .about-service-label {
  
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: calc(218vw / 9.6);
    min-height: calc(72vw / 9.6);
    padding: calc(14vw / 9.6) calc(24vw / 9.6);
    border-radius: calc(14vw / 9.6);
    background: #7fbc4a;
    color: #fff;
    font-size: calc(27vw / 9.6);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: calc(24vw / 9.6);
  }
  /* 主なサポート */


.supports {
  
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: calc(60vw / 9.6) calc(200vw / 9.6) calc(56vw / 9.6);
    width: calc(960vw / 9.6);
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.7)), /* 0.3の数値で明るさを調整 */ url(./assets/bg_center.png);
    background-size: calc(540vw / 9.6);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;  
  }




  .supports-inner {
  
    position: relative;
    z-index: 1;
    max-width: calc(1000vw / 9.6);
    margin: 0 auto;
  }
  .supports-heading {
  
    color: #e5ae18;
    font-size: calc(14vw / 9.6);
    font-weight: 700;
    letter-spacing: 0.06em;
    padding-bottom: calc(0vw / 9.6);
    margin-bottom: 0;
    border-bottom: calc(2vw / 9.6) solid #d4b85c;
    text-align: left;
  }
  .supports-list {
  
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(12vw / 9.6);
    list-style: none;
    margin: calc(16vw / 9.6) 0 0;
    padding: 0;
    justify-items: center;
  }
  .supports-card {
  
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(132vw / 9.6);
    width: 100%;
    max-width: calc(220vw / 9.6);
    height: auto;
    padding: calc(20vw / 9.6) calc(16vw / 9.6);
    background: #f9f9d1;
    border-radius: calc(12vw / 9.6);
    color: #5a9a3e;
    font-size: calc(15vw / 9.6);
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
    box-sizing: border-box;
  }
  .supports-note {
  
    margin-top: calc(13vw / 9.6);
    text-align: center;
    color: #665b52;
    font-size: calc(11vw / 9.6);
    font-weight: 700;
    line-height: 1.85;
    max-width: calc(720vw / 9.6);
    margin-left: auto;
    margin-right: auto;
  }
  /* LP: 悩み → ソリューション（理想と現実） */
.lp-worry {
  
    --lp-yellow: #f9c129;
    --lp-orange: #e88224;
    --lp-blue: #a7c7c8;
    --lp-cream: #fffdf8;
    font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1rem, 6vw, calc(160vw / 9.6)) 0;
    text-align: center;
    /* background: url(./assets/temp/section05.png); */;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    height:calc(857vw / 6.3);
    max-height: calc(1306vw / 9.6);
  }
  .lp-worry__intro {
  
    max-width: calc(640vw / 9.6);
    margin: 0 auto;
  }
  .lp-worry__ribbon {
  
    display: inline-block;
    width: calc(300vw / 9.6);
    max-width: calc(520vw / 9.6);
    margin: 0 auto;
    padding: 0.65rem 1rem;
    /* background: #fff8dc; */;
    border-top: calc(2vw / 9.6) solid var(--lp-yellow);
    border-bottom: calc(2vw / 9.6) solid var(--lp-yellow);
    color: var(--lp-yellow);
    font-size: calc(21vw / 9.6);
    font-weight: 700;
    letter-spacing: 0.06em;
    position: relative;
    top: calc(0vw / 9.6);
  }
  .lp-worry__chev {
  
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: calc(10vw / 9.6) solid transparent;
    border-right: calc(10vw / 9.6) solid transparent;
    border-top: calc(12vw / 9.6) solid var(--lp-yellow);
    position: relative;
    top: calc(10vw / 9.6);
  }
  .lp-worry__title {
  
    margin: 1.2rem 0 0;
    font-size: calc(20vw / 9.6);
    font-weight: 700;
    line-height: 1.6;
    color: #665b53;
    position: relative;
  }
  .lp-worry__bubbles {
  
    position: relative;
    margin: clamp(1.5rem, 4vw, 2.5rem) auto 0;
    max-width: calc(920vw / 9.6);
    min-height: clamp(calc(200vw / 9.6), 38vw, calc(320vw / 9.6));
    padding: clamp(1rem, 3vw, 2rem) 0 0.5rem;
    background: url(./assets/fukidashi_bg.png);
    background-size: calc(470vw / 9.6);
    background-position: center calc(20vw / 9.6);
    background-repeat: no-repeat;
  }
  .lp-worry .fukidashi-item {
  
    position: relative;
    width: calc(170vw / 9.6);
    height: auto;
    display: block;
    top: calc(25vw / 9.6);
  }
  .lp-worry .fukidashi-item:nth-child(1) {
  
    top: calc(25vw / 9.6);
  }
  .lp-worry .fukidashi-item:nth-child(3) {
  
    top: calc(25vw / 9.6);
  }
  .lp-worry__arrow-down {
  
    position: relative;
    top: calc(50vw / 9.6);
    z-index: 1;
    margin: 0.75rem 0 0;
    font-size: 2rem;
    color: #6a5f57;
    font-weight: 900;
    line-height: 1;
  }
  .lp-solution {
  
    position: relative;
    margin: 0 auto 0;
    max-width: calc(720vw / 9.6);
    padding: calc(10vw / 9.6) clamp(1rem, 4vw, 2rem) calc(12vw / 9.6);
    text-align: center;
    background: url(./assets/image_bg.png);
    background-size: calc(560vw / 9.6) calc(219vw / 9.6);
    background-repeat: no-repeat;
    background-position: calc(50% - calc(13vw / 9.6)) calc(1vw / 9.6);
    height: calc(230vw / 9.6);
    top: -calc(18vw / 9.6);
  }
  .lp-solution__decor::after {
  
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image: radial-gradient(circle, rgba(200, 180, 120, 0.45) calc(1vw / 9.6), transparent calc(1vw / 9.6));
    background-size: calc(14vw / 9.6) calc(14vw / 9.6);
    border-radius: inherit;
    pointer-events: none;
  }
  .lp-solution__line {
  
    position: relative;
    z-index: 1;
    margin: 0 0 0.35rem;
    font-size: clamp(0.95rem, 2.6vw, 1.15rem);
    font-weight: 700;
    line-height: 1.75;
    color: #3d3a36;
    top: calc(35vw / 9.6);
    left: -calc(10vw / 9.6);
  }
  .lp-solution__line:last-of-type {
  
    top: calc(60vw / 9.6);
    margin-bottom: 0;
  }
  .lp-solution__underline {
  
    display: inline;
    padding-bottom: calc(2vw / 9.6);
    border-bottom: calc(3vw / 9.6) dotted var(--lp-yellow);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
  /* Features（旧セクション用・将来の再利用向け） */
.features {
  
    padding: calc(60vw / 9.6) calc(20vw / 9.6);
    text-align: center;
    background: var(--bg-yellow);
  }
  .features-top-logo {
  
    width: calc(150vw / 9.6);
    margin-bottom: calc(30vw / 9.6);
  }
  .lp-features__logo {
  
    width: calc(150vw / 9.6);
    height: auto;
    margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
    position: relative;
    top: -calc(25vw / 9.6);
  }
  .feature-card-container {
  
    display: flex;
    justify-content: center;
    gap: calc(20vw / 9.6);
    flex-wrap: wrap;
  }
  .lp-features__grid {
  
    gap: calc(12vw / 9.6);
    align-items: stretch;
  }
  .feature-card {
  
    background: #fff;
    border: calc(2vw / 9.6) solid var(--main-orange);
    border-radius: calc(15vw / 9.6);
    padding: calc(20vw / 9.6);
    width: 100%;
    max-width: calc(300vw / 9.6);
  }
  .lp-feature-card {
  
    position: relative;
    top: -calc(20vw / 9.6);
    width: calc(205vw / 9.6);
    border-color: #eb8e25;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: calc(7vw / 9.6) calc(15vw / 9.6) calc(15vw / 9.6);
    border-radius: calc(18vw / 9.6);
    /* background: none; */;
    height: calc(272vw / 9.6);
  }
  .lp-feature-card__icon {
  
    width: calc(52vw / 9.6);
    height: calc(52vw / 9.6);
    margin-bottom: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lp-feature-card__icon-img {
  
    width: calc(44vw / 9.6);
    height: calc(44vw / 9.6);
    object-fit: contain;
    display: block;
  }
  .feature-card h3 {
  
    color: var(--main-orange);
    margin-bottom: calc(10vw / 9.6);
  }
  .lp-feature-card p {
  
    font-size: calc(12vw / 9.6);
    padding: 0 calc(5vw / 9.6);
    line-height: 1.65;
    color: #333;
    margin: 0 0 0.75rem;
    flex: 1;
  }
  .feature-img {
  
    border-radius: calc(10vw / 9.6);
    margin-top: calc(15vw / 9.6);
    width: 100%;
    height: calc(180vw / 9.6);
    object-fit: cover;
  }
  .lp-feature-card .feature-img {
  
    margin-top: auto;
    border-radius: calc(12vw / 9.6);
  }
  .visual-collage__inner {
  
    max-width: calc(666vw / 9.6);
    margin: 0 auto;
  }
  /* 先輩インタビュー（YouTube iframe） */

  .interview-lp__sub {
    margin: 0 0 0.85rem;
    font-size: calc(16vw / 9.6);
    font-weight: 700;
    line-height: 1.5;
  }

.interview.interview-lp {
  
    --interview-rose: #c97b88;
    --interview-rose-deep: #dc7f97;
    --interview-yellow: #f7e8a8;
    --interview-yellow-soft: #fff9e8;
    --interview-muted: #5c5048;
    position: relative;
    padding: calc(30vw / 9.6) clamp(1rem, 4vw, 1.5rem) clamp(2.5rem, 6vw, 3.75rem);
    text-align: center;
    overflow: hidden;
    background: url(./assets/interview_bg.png);
    background-size: calc(420vw / 9.6);
    background-repeat: no-repeat;
    background-position: center calc(100vw / 9.6);
    height: 95vw;
    max-height: calc(9.6 * calc(95vw / 9.6));
  }
  .interview-lp__header {
  
    max-width: calc(520vw / 9.6);
    height: calc(95vw / 9.6);
    margin: 0 auto;
    background: url(./assets/ribon.png);
    background-size: calc(330vw / 9.6) calc(40vw / 9.6);
    background-repeat: no-repeat;
    background-position: center top;
  }
  .interview-lp__zig {
  
    display: block;
    width: min(calc(280vw / 9.6), 88vw);
    height: calc(14vw / 9.6);
    margin-left: auto;
    margin-right: auto;
  }
  .interview-lp__title {
  
    margin: 0;
    font-size: calc(18vw / 9.6);
    line-height: calc(28vw / 9.6);
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--interview-rose);
  }
  .interview-lp__block {
  
    position: relative;
    max-width: calc(380vw / 9.6);
    margin: 0 auto calc(35vw / 9.6);
  }
  .interview-lp__rule {
  
    width: min(calc(640vw / 9.6), 100%);
    height: calc(2vw / 9.6);
    margin: 0 auto 1rem;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(201, 123, 136, 0.35) 12%,
      var(--interview-rose) 50%,
      rgba(201, 123, 136, 0.35) 88%,
      transparent
    );
    border-radius: calc(1vw / 9.6);
  }
  .interview-lp__iframe {
  
    position: relative;
    z-index: 1;
    width: min(calc(640vw / 9.6), 100%);
    margin: 0 auto;
    border-radius: calc(12vw / 9.6);
    overflow: hidden;
    box-shadow: 0 calc(4vw / 9.6) calc(24vw / 9.6) rgba(60, 40, 45, 0.1);
    border: calc(1vw / 9.6) solid rgba(201, 123, 136, 0.2);
    aspect-ratio: 16 / 9;
    background: #111;
  }
  .interview-lp__decor--dots {
  
    position: absolute;
    top: -0.25rem;
    right: clamp(0rem, 2vw, 1.25rem);
    width: calc(72vw / 9.6);
    height: calc(56vw / 9.6);
    z-index: 0;
    background-image: radial-gradient(circle, rgba(200, 170, 100, 0.45) calc(1.5vw / 9.6), transparent calc(1.5vw / 9.6));
    background-size: calc(9vw / 9.6) calc(9vw / 9.6);
    pointer-events: none;
  }
  .interview-lp__decor--blob {
  
    position: absolute;
    left: clamp(-1rem, -2vw, -0.5rem);
    bottom: clamp(-1.5rem, -3vw, -0.75rem);
    width: min(calc(200vw / 9.6), 45vw);
    height: min(calc(140vw / 9.6), 32vw);
    z-index: 0;
    border-radius: 55% 45% 52% 48% / 48% 52% 48% 52%;
    background: radial-gradient(ellipse at 40% 40%, var(--interview-yellow-soft) 0%, var(--interview-yellow) 70%, transparent 100%);
    opacity: 0.85;
    pointer-events: none;
  }
  .interview-lp__excerpt {
  
    max-width: calc(390vw / 9.6);
    margin: 0 auto;
    padding-top: 0.25rem;
  }
  .interview-lp__excerpt-label {
  
    display: block;
    width: calc(130vw / 9.6);
    position: relative;
    margin-left: 0;
    margin-bottom: calc(15vw / 9.6);
    padding: 1.0rem 0.5rem;
    border-radius: calc(10vw / 9.6);
    font-size: calc(10vw / 9.6);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
    background: var(--interview-rose-deep);
  }
  .interview-lp__excerpt-body {
  
    margin: 0;
    text-align: left;
    font-size: calc(12vw / 9.6);
    line-height: 2.2;
    color: #6c6158;
  }
  /* 保育の仕事 見学会（導入） */
.tour-section {
  
    scroll-margin-top: calc(80vw / 9.6);
  }
  .tour-intro-hero {
  
    scroll-margin-top: calc(80vw / 9.6);
    --tour-mustard: #f0b500;
    --tour-mustard-soft: #e8bc3a;
    position: relative;
    padding: clamp(2.5rem, 6vw, 4rem) clamp(1rem, 4vw, 2rem) clamp(2rem, 5vw, 3rem);
    background: #fff;
    overflow: hidden;
    font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    /* background: url(./assets/temp/section07.png); */;
    background-size: 100vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    height: 72vw;
  }
  .tour-intro-hero__blobs {
  
    position: absolute;
    inset: -20%;
    z-index: 0;
    pointer-events: none;
    /* background: radial-gradient(ellipse 42% 38% at 8% 18%, rgba(167, 210, 180, 0.35) 0%, transparent 70%), radial-gradient(ellipse 38% 36% at 92% 12%, rgba(255, 214, 160, 0.4) 0%, transparent 68%), radial-gradient(ellipse 45% 40% at 88% 78%, rgba(255, 190, 150, 0.28) 0%, transparent 72%), radial-gradient(ellipse 40% 42% at 5% 85%, rgba(170, 210, 230, 0.32) 0%, transparent 70%), radial-gradient(ellipse 50% 45% at 50% 50%, rgba(255, 248, 235, 0.6) 0%, transparent 75%); */;
    filter: blur(calc(0.5vw / 9.6));
    /* background: url(./assets/sub_bg.png); */
    background-size: 100vw auto;
    background-repeat: no-repeat;
    background-position: center calc(140vw / 9.6);
  }
  .tour-intro-hero__inner {
  
    position: inherit;
    z-index: 1;
    max-width: calc(1040vw / 9.6);
    margin: 0 auto;
  }
  .tour-intro-hero__visual {
  
    position: relative;
    max-width: min(calc(520vw / 9.6), 100%);
    margin: 0 auto clamp(1.75rem, 4vw, 2.5rem);
  }
  .tour-intro-hero__photo-wrap {
  
    margin: 0;
    border-radius: 58% 42% 48% 52% / 52% 48% 55% 45%;
    overflow: hidden;
    box-shadow: 0 calc(12vw / 9.6) calc(40vw / 9.6) rgba(80, 70, 50, 0.12);
  }
  .tour-intro-hero__photo-wrap:nth-child(2) .tour-intro-hero__photo {
  
    width: calc(256vw / 9.6);
    top: calc(90vw / 9.6);
    left: calc(50% + -calc(10vw / 9.6));
  
    
  }
  .tour-intro-hero__photo {
  
    position: absolute;
    display: block;
    width: calc(450vw / 9.6);
    height: auto;
    top: -calc(40vw / 9.6);
    left: calc(50% - calc(257vw / 9.6));
  }
  .tour-intro-hero__badge {
  
    position: absolute;
    top: calc(150vw / 9.6);
    left: calc(50% - -calc(30vw / 9.6));
    max-width: min(calc(200vw / 9.6), 46%);
    padding: clamp(0.85rem, 2.5vw, 1.15rem) clamp(1rem, 3vw, 1.35rem);
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }
  .tour-intro-hero__badge-text {
  
    margin: 0;
    font-size: calc(24vw / 9.6);
    text-align: left;
  }
  .tour-intro-hero__content {
  
    position: inherit;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(1.25rem, 4vw, 2.5rem);
    align-items: start;
    top: calc(300vw / 9.6);
  }
  .tour-intro-hero__title {
  
    position: absolute;
    margin: 0;
    font-size: calc(24vw / 9.6);
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 0.1em;
    color: var(--tour-mustard);
    text-align: left;
    top: calc(0vw / 9.6);
    left: calc(50% - calc(251vw / 9.6));
  }
  .tour-intro-hero__body {
  
    text-align: left;
    position: relative;
    top: calc(117vw / 9.6);
    left: calc(50% + calc(196vw / 9.6));
    width: calc(290vw / 9.6);
  }
  .tour-intro-hero__body p {
  
    margin: 0 0 calc(16vw / 9.5);
    font-size: calc(12vw / 9.6);
    line-height: 1.6;
    color: #665c54;
    text-align: left;
  }

  .tour-intro-hero__body p:last-child {
    margin-bottom: 0;
    font-size: calc(23vw / 9.6) !important;
}

  .tour-lp__inner {
  
    max-width: calc(880vw / 9.6);
    margin: 0 auto;
  }
  .tour-lp__title {
  
    margin: 0 0 0.5rem;
    font-size: calc(20vw / 9.6);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #fff;
  }
  .tour-lp__title-line {
  
    width: min(calc(255vw / 9.6), 88vw);
    height: 0;
    margin: 0 auto 1.35rem;
    border: 0;
    border-bottom: calc(3vw / 9.6) dotted rgba(255, 255, 255, 0.95);
  }
  .tour-lp__steps {
  
    position: relative;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: calc(720vw / 9.6);
    text-align: left;
    width: 100vw;
    height: 96vw;
    max-height: calc(96 * calc(9.6vw / 9.6));
  }
  .tour-lp__steps::before {
  
    content: "";
    position: absolute;
    left: calc(50% - calc(68vw / 9.6));
    top: calc(22vw / 9.6);
    bottom: calc(22vw / 9.6);
    width: calc(2vw / 9.6);
    background: #fff;
    z-index: 0;
  }
  .tour-lp__step {
  
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: calc(72vw / 9.6) minmax(0, 1fr) minmax(calc(96vw / 9.6), calc(150vw / 9.6));
    gap: calc(12vw / 9.6) clamp(calc(12vw / 9.6), 3vw, calc(24vw / 9.6));
    align-items: center;
    margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
  }
  .tour-lp__step:nth-child(2) {
  
    gap: calc(12vw / 9.6) clamp(calc(12vw / 9.6), 3vw, calc(24vw / 9.6));
    margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
    top: calc(255vw / 9.6);
    
  }
  .tour-lp__step:nth-child(3) {
  
    gap: calc(12vw / 9.6) clamp(calc(12vw / 9.6), 3vw, calc(24vw / 9.6));
    margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
    top: calc(510vw / 9.6);
    
  }
  .tour-lp__track {
  
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6.2rem;
    position: absolute;
    top: calc(16vw / 9.6);
    left: calc(50% - calc(90vw / 9.6));
  }
  .tour-lp__icon-ball {
  
    width: calc(48vw / 9.6);
    height: calc(48vw / 9.6);
    border-radius: 50%;
    background: #fff;
    color: var(--tour-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 calc(2vw / 9.6) calc(8vw / 9.6) rgba(0, 0, 0, 0.08);
  }


  .tour-lp__time {
  
    height: calc(48vw / 9.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
  }

  .tour-lp__time {
    top: calc(135vw / 9.6);
    width: calc(88vw / 9.6);
    height: calc(88vw / 9.6);
  }

  .tour-lp__step-title {
  
    margin: 0;
    font-size: clamp(1rem, 2.4vw, 1.2rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    position: absolute;
    top: calc(27vw / 9.6);
    letter-spacing: calc(3vw / 9.6);
    left: calc(50% - calc(20vw / 9.6));
  }
  .tour-lp__step-title:nth-of-type(2) {
  
    margin: 0;
    top: calc(27vw / 9.6);
    letter-spacing: calc(3vw / 9.6);
    left: calc(50% - calc(20vw / 9.6));
  }
  .tour-lp__step-title:nth-of-type(3) {
  
    margin: 0;
    top: calc(27vw / 9.6);
    letter-spacing: calc(3vw / 9.6);
    left: calc(50% - calc(20vw / 9.6));
  }
  .tour-lp__step-fig {
  
    margin: 0;
    justify-self: end;
    position: absolute;
    left: calc(50% + calc(7vw / 9.6));
    top: calc(60vw / 9.6);
    width: calc(54vw / 9.6);
  }
  li.tour-lp__step:nth-of-type(2) .tour-lp__step-fig {
  
    margin: 0;
    left: calc(50% + -calc(32vw / 9.6));
    top: calc(60vw / 9.6);
    width: calc(130vw / 9.6);
  }
  li.tour-lp__step:nth-of-type(3) .tour-lp__step-fig {
  
    margin: 0;
    left: calc(50% + -calc(23vw / 9.6));
    top: calc(60vw / 9.6);
    width: calc(114vw / 9.6);
  }
  .tour-lp__step-fig img {
  
    display: block;
    width: 100%;
    max-width: calc(140vw / 9.6);
    height: auto;
    border-radius: calc(10vw / 9.6);
  }
  .tour-lp__catch {
  
    margin: calc(36vw / 9.6) auto calc(40vw / 9.6);
    max-width: calc(520vw / 9.6);
    font-size: calc(20vw / 9.6);
    font-weight: 700;
    line-height: 1.65;
    color: #fff;
  }
  .tour-lp__gallery {
  
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(calc(10vw / 9.6), 2.5vw, calc(16vw / 9.6));
    margin-bottom: clamp(1.5rem, 4vw, 2rem);
  }
  .tour-lp__gallery-img {
  
    width: min(100%, calc(260vw / 9.6));
    height: auto;
    border-radius: calc(10vw / 9.6);
    object-fit: cover;
    box-shadow: 0 calc(6vw / 9.6) calc(20vw / 9.6) rgba(0, 0, 0, 0.12);
  }
  .tour-lp__cta-btn {
  
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.95rem 1.75rem;
    min-width: min(100%, calc(340vw / 9.6));
    border-radius: calc(999vw / 9.6);
    font-size: clamp(0.9rem, 2.2vw, 1.05rem);
    font-weight: 700;
    color: var(--tour-orange);
    background: #fff;
    box-shadow: 0 calc(4vw / 9.6) calc(16vw / 9.6) rgba(0, 0, 0, 0.12);
    transition: opacity 0.2s, transform 0.2s;
  }
  .tour-lp__cta-btn:hover {
  
    opacity: 0.95;
    transform: translateY(-calc(1vw / 9.6));
  }
  .locations-lp__nav {
  
    max-width: calc(420vw / 9.6);
    margin: 0 auto clamp(1.75rem, 4vw, 2.5rem);
  }
  .locations-lp__nav-row {
  
    display: flex;
    justify-content: center;
    gap: calc(10vw / 9.6);
    margin-bottom: calc(10vw / 9.6);
  }
  .locations-lp__tag {
  
    flex: 1 1 0;
    max-width: calc(120vw / 9.6);
    padding: calc(12vw / 9.6) calc(10vw / 9.6);
    text-align: center;
    font-size: clamp(0.875rem, 2vw, 0.95rem);
    font-weight: 700;
    color: #fff;
    background: var(--loc-green);
    border: 0;
    border-radius: 0;
    text-decoration: none;
    transition: background 0.2s, opacity 0.2s;
  }
  .locations-lp__list {
  
    max-width: calc(640vw / 9.6);
    margin: 0 auto;
    text-align: left;
  }
  .locations-lp__group {
  
    margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
    scroll-margin-top: calc(88vw / 9.6);
  }
  .locations-lp__area {
  
    margin: 0;
    padding: calc(10vw / 9.6) calc(14vw / 9.6);
    font-size: clamp(0.95rem, 2.2vw, 1.05rem);
    font-weight: 700;
    color: #fff;
    background: var(--loc-green);
    border-radius: 0;
  }
  .locations-lp__panel {
  
    background: var(--loc-cream);
    padding: calc(12vw / 9.6);
    border-radius: 0;
  }
  .locations-lp__item {
  
    margin: 0 0 calc(10vw / 9.6);
    padding: calc(12vw / 9.6) calc(14vw / 9.6);
    font-size: clamp(0.8125rem, 1.9vw, 0.9rem);
    line-height: 1.55;
    color: #222;
    background: #fff;
    border: calc(1vw / 9.6) solid #2a2a2a;
    border-radius: 0;
  }
  .locations-lp__nav-row:last-child .locations-lp__tag {
  
    flex: 0 0 auto;
    width: min(calc(132vw / 9.6), 42vw);
    max-width: none;
  }
  .faq-lp__list {
  
    max-width: calc(720vw / 9.6);
    margin: 0 auto;
  }
  .faq-lp__q {
  
    display: flex;
    align-items: flex-start;
    gap: calc(14vw / 9.6);
    margin: 0;
    padding-bottom: 1rem;
    border-bottom: calc(1vw / 9.6) solid #e5e2dc;
    font-weight: 400;
    color: var(--faq-text);
  }
  .faq-lp__badge {
  
    flex: 0 0 auto;
    width: calc(40vw / 9.6);
    height: calc(40vw / 9.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
  }
  .faq-lp__badge--a {
  
    color: var(--faq-gold-dark);
    background: #fff;
    border: calc(2vw / 9.6) solid var(--faq-gold);
  }
  .faq-lp__a {
  
    display: flex;
    align-items: flex-start;
    gap: calc(14vw / 9.6);
    margin: 1rem 0 0;
    padding: 0;
    color: var(--faq-text);
  }
  /* Top Button */
.page-top {
  
    position: fixed;
    bottom: calc(30vw / 9.6);
    right: calc(20vw / 9.6);
    width: calc(50vw / 9.6);
    height: calc(50vw / 9.6);
    background: var(--main-orange);
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
    box-shadow: 0 calc(4vw / 9.6) calc(10vw / 9.6) rgba(0, 0, 0, 0.2);
  }
  .page-top span {
  
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: calc(12vw / 9.6);
    height: calc(12vw / 9.6);
    border-top: calc(3vw / 9.6) solid #fff;
    border-right: calc(3vw / 9.6) solid #fff;
  }
}

/* === MOBILE max-width 750px（タブレットブロックを750px幅相当のpxに変換）=== */
/* calc(Nvw/9.6) は N*7.5/9.6 px（小数第2位まで）に相当。連続性: 751/750/749px付近 */
@media (max-width: 750px) {
  /* 元タブレット用の calc(Nvw/9.6) を calc(750vw / 7.5) 相当の固定 px に置換済み */
  html,
  body {
    overflow-x: hidden;
  }
  main {
  
    margin-top: calc(56.25vw / 7.5);

  }
  /* Header */
.header {
  
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100vw;
    z-index: 1000;
    background: #fff;
    padding: calc(7.81vw / 7.5) calc(15.63vw / 7.5);
    box-shadow: 0 calc(1.56vw / 7.5) calc(3.91vw / 7.5) rgba(0, 0, 0, 0.1);
  }
  .menu-trigger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: calc(6vw / 7.5);
    width: calc(44vw / 7.5);
    height: calc(44vw / 7.5);
    margin-left: calc(12vw / 7.5);
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 1100;
  }
  .menu-trigger span {
    display: block;
    width: 100%;
    height: calc(3vw / 7.5);
    background: #665b53;
    border-radius: calc(999vw / 7.5);
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .menu-trigger.is-active span:nth-child(1) {
    transform: translateY(calc(9vw / 7.5)) rotate(45deg);
  }
  .menu-trigger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .menu-trigger.is-active span:nth-child(3) {
    transform: translateY(calc(-9vw / 7.5)) rotate(-45deg);
  }
  .nav-container {
    position: fixed;
    top: calc(56.25vw / 7.5);
    left: 0;
    width: 100%;
    max-width: 100vw;
    padding: calc(16vw / 7.5);
    background: rgba(255, 255, 255, 0.98);
    border-top: calc(1vw / 7.5) solid #ece8e2;
    box-shadow: 0 calc(10vw / 7.5) calc(24vw / 7.5) rgba(0, 0, 0, 0.08);
    display: none;
    z-index: 1050;
  }
  .nav-container.is-active {
    display: block;
  }
  .header-inner {
  
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: calc(937.5vw / 7.5);
    margin: 0 auto;
  }
  /* 追加：ロゴ周りのレイアウト調整 */
.anniversary-logo {
  
    height: calc(39.06vw / 7.5);
    margin-right: calc(7.81vw / 7.5);
  }
  /* メニューを右端に寄せるための調整 */

.logo img {
  
    height: calc(31.25vw / 7.5);
  }
  .nav-list {
  
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: calc(14vw / 7.5);
    align-items: stretch;
    width: 100%;
  }
  .nav-list a {
  
    color: var(--text-dark);
    font-weight: bold;
    font-size: calc(18vw / 7.5);
    display: block;
    width: 100%;
    text-align: left;
    padding: calc(10vw / 7.5) calc(8vw / 7.5);
    border-bottom: calc(1vw / 7.5) solid #f0ece6;
  }
  .nav-btn {
  
    background: var(--line-green);
    color: #fff !important;
    padding: calc(10vw / 7.5) calc(14vw / 7.5);
    border-radius: calc(18vw / 7.5);
    text-align: center !important;
    border-bottom: 0 !important;
  }

/* Hero */
.herotop {
    position: relative;
    background: url(./assets/sub_bg_under.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    height: 160vw;
}

  /* Buttons */
.btn-orange {
  
    display: block;
    background: var(--main-orange);
    color: #fff;
    text-align: center;
    padding: calc(11.72vw / 7.5);
    border-radius: calc(23.44vw / 7.5);
    font-weight: bold;
    margin: calc(7.81vw / 7.5) auto;
    max-width: calc(273.44vw / 7.5);
  }
  .btn-green {
  
    display: block;
    background: var(--line-green);
    color: #fff;
    text-align: center;
    padding: calc(11.72vw / 7.5);
    border-radius: calc(23.44vw / 7.5);
    font-weight: bold;
    margin: calc(7.81vw / 7.5) auto;
    max-width: calc(273.44vw / 7.5);
  }
  /* CTA（見学 / LINE）— SP 縦並び・幅広ボタン */
  .cta-mini {
    padding: calc(28vw / 7.5) calc(16vw / 7.5) calc(32vw / 7.5);
    text-align: center;
    box-sizing: border-box;
    background-size: 100vw;
    background-repeat: no-repeat;
  }
  .cta-dual {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(36vw / 7.5);
  }
  .cta-block {
    width: 100%;
    max-width: none;
    margin: 0 auto calc(50vw / 7.5);
  }
  .cta-lead-wrap {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  .cta-quote {
    color: var(--main-orange);
    font-size: calc(25vw / 7.5);
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: calc(6vw / 7.5);
  }
  .cta-lead {
    margin: 0;
    color: #655a52;
    font-size: calc(38vw / 7.5);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }
  .cta-rule {
    border: 0;
    height: 0;
    margin: calc(10vw / 7.5) auto 0;
    border-bottom: calc(8vw / 7.5) dotted;
    width: calc(360vw / 7.5);
    border-color: var(--main-orange);
    opacity: 0.95;

  }

  .cta-rule--green {
    border-color: var(--line-green);
    width:calc(520vw / 7.5);
  }

  .cta-arrow {
        position: relative;
        margin: calc(26vw / 7.5) 0 calc(40vw / 7.5);
        font-size: calc(48vw / 7.5);
        font-weight: 700;
        line-height: 1;
  }
  .cta-kicker {
    color: #5a5048;
    font-size: calc(21vw / 7.5);
    font-weight: 700;
    margin-top: calc(6vw / 7.5);
    margin-bottom: calc(18vw / 7.5);
    letter-spacing: 0.02em;
  }
  .cta-mini .btn-orange,
  .cta-mini .btn-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: calc(510vw / 7.5);
    max-width: 100%;
    padding: calc(30vw / 7.5) calc(70vw / 7.5);
    border-radius: calc(999vw / 7.5);
    margin: 0 auto calc(12vw / 7.5);
    font-size: calc(23vw / 7.5);
    font-weight: 700;
    box-sizing: border-box;
  }
  .cta-foot {
    font-size: calc(22vw / 7.5);
    font-weight: 700;
    line-height: 1.55;
    margin: calc(6vw / 7.5) 0 calc(4vw / 7.5);
    padding: 0 calc(4vw / 7.5);
  }
  .cta-note {
    font-size: calc(20vw / 7.5);
    line-height: 1.65;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 calc(4vw / 7.5);
  }

  br.cta-note__br {
    display: none;
}

  .hero {
  
    padding: calc(78.13vw / 7.5) calc(15.63vw / 7.5) calc(31.25vw / 7.5);
    text-align: center;
    height: calc(312.5vw / 7.5);
  }
  .hero-image-area {
  
    position: relative;
    max-width: calc(625vw / 7.5);
    margin: 0 auto;
  }
  .hero-main-img {
  
    border-radius: 40% 20% 40% 20%;
    width: calc(598.13vw / 7.5);
    position: absolute;
    top: calc(-54.69vw / 7.5);
    left: calc(50% - calc(302.19vw / 7.5));
  }
  .hero-copy-img {
  
    position: absolute;
    top: calc(223.41vw / 7.5);
    left: calc(50% + calc(-6.81vw / 7.5));
    width: calc(355.31vw / 7.5);
  }
  /* About job */
.about-job {
  
    position:relative;
    max-width: calc(921.88vw / 7.5);
    margin: 0 auto;
    padding: calc(21.88vw / 7.5) calc(156.25vw / 7.5) calc(9.38vw / 7.5);
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), /* 0.3の数値で明るさを調整 */ url(./assets/sub_bg_center.png);
    background-size: contain;
    background-position: 19vw 44vw;
    background-repeat: no-repeat;
    width: calc(750vw / 7.5);
    max-width: calc(750vw / 7.5);
    max-width: calc(750vw / 7.5);
    max-height: none;
    height:calc(100% - calc(312.5vw / 7.5));
    }
  .about-header {
  
    display: flex;
    flex-direction: column;
    grid-template-columns: calc(132.81vw / 7.5) 1fr;
    column-gap: calc(26.56vw / 7.5);
    row-gap: calc(9.38vw / 7.5);
    align-items: end;
    h2{
        color: #e6af16;
        position: absolute;
        left: calc(50% - calc(313vw / 7.5));
        top: calc(199vw / 7.5);
        line-height: calc(79.69vw / 7.5);
        font-size: calc(41vw / 7.5);
        letter-spacing: calc(0vw / 7.5);
     };
  }
  .about-header .anniversary-logo {
  
    height: auto;
    margin: 0;
    align-self: end;
    position: absolute;
    left: calc(50% + calc(92vw / 7.5));
    top: calc(218vw / 7.5);
    width: calc(206vw / 7.5);

  }
  .about-text h2 {
  
    color: #d48e00;
    font-size: calc(45.31vw / 7.5);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.03em;
    margin-bottom: calc(15.63vw / 7.5);
  }
  #about .about-text {
  
    position: absolute;
    left: calc(50% - calc(152.34vw / 7.5));
  
    p {
    position: relative;
    width: calc(390.63vw / 7.5);
    font-size: calc(9.38vw / 7.5);
    font-weight: 500;
    line-height: 2.4;
    color: #333;
    left: calc(92.19vw / 7.5);
    top: calc(1.56vw / 7.5);
    letter-spacing: 0.02em;
  
    &.about-service-label{
                color: #fff;
                font-size: calc(17vw / 7.5);
                font-weight: 700;
                line-height: 5;
                margin-top: calc(39.06vw / 7.5);
                position: relative;
                left: calc(-156.25vw / 7.5);
                top: calc(330vw / 7.5);
                padding: calc(3.91vw / 7.5) calc(5.47vw / 7.5);
                border-radius: calc(20.81vw / 7.5);
                margin-bottom: calc(9.38vw / 7.5);
                min-width: calc(117.19vw / 7.5);
                width: calc(247.66vw / 7.5);
                min-height: calc(34.38vw / 7.5);

    } 
    &.about-text-desc{

        width: calc(640.63vw / 7.5);
        font-size: calc(22.38vw / 7.5);
        font-weight: 500;
        line-height: 2.4;
        color: #333;
        left: calc(-157.81vw / 7.5);
        top: calc(341.56vw / 7.5);
        letter-spacing: 0.0em;

    }

    }
        
  }
  .about-service-label {
  
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: calc(170.31vw / 7.5);
    min-height: calc(56.25vw / 7.5);
    padding: calc(10.94vw / 7.5) calc(18.75vw / 7.5);
    border-radius: calc(10.94vw / 7.5);
    background: #7fbc4a;
    color: #fff;
    font-size: calc(21.09vw / 7.5);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: calc(18.75vw / 7.5);
  }
  /* 主なサポート（SP: 2×2グリッド・注記左寄せ） */
  .supports {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: calc(24vw / 7.5) calc(16vw / 7.5) calc(28vw / 7.5);
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    height: 90vw;
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.7)), /* 0.3の数値で明るさを調整 */ url(./assets/bg_center.png);
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: center;
  }

  .supports-inner {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0 auto;
  }
  .supports-heading {
    color: #e5ae18;
    font-size: calc(32vw / 7.5);
    font-weight: 700;
    letter-spacing: 0.06em;
    padding-bottom: calc(0vw / 7.5);
    margin-bottom: 0;
    border-bottom: calc(2vw / 7.5) solid #d4b85c;
    text-align: left;
    position: relative;
    left: calc(50vw / 7.5);
    width: calc(620vw / 7.5);

  }
  .supports-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(20vw / 7.5) calc(20vw / 7.5);
    list-style: none;
    margin: calc(14vw / 7.5) 0 0;
    padding: calc(0vw / 7.5) calc(100vw / 7.5);
    justify-items: center;

  }
  .supports-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vw / 7.5);
    width: calc(246vw / 7.5);
    max-width: none;
    height: calc(214vw / 7.5);
    min-width: 0;
    padding: calc(14vw / 7.5) calc(10vw / 7.5);
    background: #F9FAD1;
    border-radius: calc(16vw / 7.5);
    color: #5a9a3e;
    font-size: calc(18vw / 7.5);
    font-weight: 700;
    line-height: 2;
    text-align: center;
    box-sizing: border-box;

  }
  .supports-note {
        margin-top: calc(16vw / 7.5);
        text-align: left;
        color: #4a4038;
        font-size: calc(22vw / 7.5);
        font-weight: 700;
        line-height: 1.75;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        left: calc(50vw / 7.5);
        top: calc(10vw / 7.5);

  }
  /* LP: 悩み → ソリューション（理想と現実） */
.lp-worry {
  
    padding: 0;
    text-align: center;
    background: no-repeat url(./assets/gladient_bg.png);
    background-position: center bottom;
    height: calc(3200vw / 7.5);
    max-height: none;

  }

  .lp-worry__features {
    margin-top: calc(12vw / 7.5);
}

  .lp-worry__intro {
  
    max-width: none;
    margin: 0 auto;
  }

  .lp-worry__ideal {
    font-size: calc(43vw / 7.5);
    letter-spacing: calc(3vw / 7.5);
}

.lp-worry__reality {
    font-size: calc(43vw / 7.5);
    letter-spacing: calc(3vw / 7.5);
}

  .lp-worry__ribbon {
  
    display: inline-block;
    width: calc(580vw / 7.5);
    max-width: none;
    margin: 0 auto;
    padding: 0.65rem 1rem;
    /* background: #fff8dc; */
    border-top: calc(2vw / 7.5) solid var(--lp-yellow);
    border-bottom: calc(2vw / 7.5) solid var(--lp-yellow);
    color: var(--lp-yellow);
    font-size: calc(40vw / 7.5);
    line-height: calc(86vw / 7.5);
    letter-spacing: 0.06em;
    position: relative;
    top: calc(60vw / 7.5);

  }
  .lp-worry__chev {
  
        display: block;
        width: 0;
        height: 0;
        margin: 0 auto;
        border-left: calc(30vw / 7.5) solid transparent;
        border-right: calc(30vw / 7.5) solid transparent;
        border-top: calc(25vw / 7.5) solid var(--lp-yellow);
        position: relative;
        top: calc(80vw / 7.5);

  }
  .lp-worry__title {
  
        margin: 6rem 0 0;
        font-size: calc(36vw / 7.5);
        font-weight: 700;
        line-height: 1.6;
        color: #665b53;
        position: relative;

  }
  .lp-worry__bubbles {
  
    position: relative;
    margin: 0;
    max-width: none;
    min-height: 0;
    height: calc(390vw / 7.5);
    padding: 0;
    background: url(./assets/fukidashi_bg.png);
    background-size: calc(710.19vw / 7.5);
    background-position: center calc(35vw / 7.5);
    background-repeat: no-repeat;

  }
  .lp-worry .fukidashi-item {
  
    position: relative;
    width: calc(220vw / 7.5);
    height: auto;
    display: block;
    top: calc(120vw / 7.5);
  }
  .lp-worry .fukidashi-item:nth-child(1) {
  
    top: calc(100vw / 7.5);
  }
  .lp-worry .fukidashi-item:nth-child(3) {
  
    top: calc(130vw / 7.5);
  }
  .lp-worry__arrow-down {
  
    position: relative;
    top: calc(160vw / 7.5);
    z-index: 1;
    margin: 0.75rem 0 0;
    font-size: 2rem;
    color: #6a5f57;
    font-weight: 900;
    line-height: 1;

  }
  .lp-solution {
  
        position: relative;
        margin: 0 auto 0;
        max-width: none;
        padding: 0;
        text-align: center;
        background: url(./assets/image_bg.png);
        background-size: calc(730vw / 7.5);
        background-repeat: no-repeat;
        background-position: calc(50% - calc(-3vw / 7.5)) calc(0vw / 7.5);
        height: calc(320vw / 7.5);
        top: calc(30vw / 7.5);

  }
  .lp-solution__decor::after {
  
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image: radial-gradient(circle, rgba(200, 180, 120, 0.45) calc(0.78vw / 7.5), transparent calc(0.78vw / 7.5));
    background-size: calc(10.94vw / 7.5) calc(10.94vw / 7.5);
    border-radius: inherit;
    pointer-events: none;
  }
  .lp-solution__line {
  
        position: relative;
        z-index: 1;
        margin: 0 0 0.35rem;
        font-size: calc(32vw / 7.5);
        font-weight: 700;
        line-height: 1.75;
        color: #3d3a36;
        top: calc(60vw / 7.5);
        left: calc(-5vw / 7.5);

  }
  .lp-solution__line:last-of-type {
  
    top: calc(112vw / 7.5);
    left:calc(10vw / 7.5);
    margin-bottom: 0;
  }
  .lp-solution__underline {
  
    display: inline;
    padding-bottom: calc(9vw / 7.5);
    border-bottom: calc(8vw / 7.5) dotted var(--lp-yellow);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;

  }
.lp-solution__underline:last-of-type {
    font-size:calc(32vw / 7.5);
}


  /* Features（旧セクション用・将来の再利用向け） */
.features {
  
    padding: calc(46.88vw / 7.5) calc(15.63vw / 7.5);
    text-align: center;
    background: var(--bg-yellow);
  }
  .features-top-logo {
  
    width: calc(117.19vw / 7.5);
    margin-bottom: calc(23.44vw / 7.5);
  }
  .lp-features__logo {
  
        width: calc(200vw / 7.5);
        height: auto;
        margin-bottom: clamp(1.5rem, calc(30vw / 7.5), 2.25rem);
        position: relative;
        top: calc(30vw / 7.5);

  }
  .feature-card-container {
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: calc(15.63vw / 7.5);
    flex-wrap: wrap;
  }
  .lp-features__grid {
  
    gap: calc(15vw / 7.5);
    align-items: stretch;
  }
  .feature-card {
  
    /* background: none; */
    border: calc(1.56vw / 7.5) solid var(--main-orange);
    border-radius: calc(11.72vw / 7.5);
    padding: calc(15.63vw / 7.5);
    width: 100%;
    max-width: none;

  }
  .lp-feature-card {
  
    position: relative;
    top: calc(90vw / 7.5);
    width: calc(400vw / 7.5);
    margin: 0 auto;
    border-color: #eb8e25;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: calc(5.47vw / 7.5) calc(11.72vw / 7.5) calc(11.72vw / 7.5);
    border-radius: calc(26vw / 7.5);
    height: calc(540vw / 7.5);

  }
  .lp-feature-card h3 {
    color: #e88224;
    font-size: calc(38vw / 7.5);
    font-weight: 700;
    margin-bottom: 0.5rem;
  }

  .lp-feature-card__icon {
  
    width: calc(150vw / 7.5);
    height: calc(110vw / 7.5);
    margin-bottom: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lp-feature-card__icon-img {
  
    width: calc(70vw / 7.5);
    height: calc(70vw / 7.5);
    object-fit: contain;
    display: block;
  }
  .feature-card h3 {
  
    color: var(--main-orange);
    margin-bottom: calc(7.81vw / 7.5);
  }
  .lp-feature-card p {
  
    font-size: calc(23vw / 7.5);
    padding: 0 calc(3.91vw / 7.5);
    line-height: 1.65;
    color: #333;
    margin: 0 0 0.75rem;
    flex: 1;
  }
  .feature-img {
  
    border-radius: calc(7.81vw / 7.5);
    margin-top: calc(11.72vw / 7.5);
    width: 100%;
    height: calc(220vw / 7.5);
    object-fit: cover;
  }
  .lp-feature-card .feature-img {
  
    margin-top: auto;
    border-radius: calc(26vw / 7.5);
  }
  .visual-collage__inner {
  
    max-width: calc(520.31vw / 7.5);
    margin: 0 auto;
  }
  /* 先輩インタビュー（YouTube iframe） */

  .interview-lp__sub {
    margin: 0 0 0.85rem;
    font-size: calc(33vw / 7.5);
    font-weight: 700;
    line-height: 1.5;
  }
  
  .interview-lp__sub--muted {
    color: var(--interview-muted);
  }
  
  .interview-lp__sub--rose {
    margin-bottom: 0.5rem;
    color: var(--interview-rose);
  }
  

  .interview.interview-lp {
  
    position: relative;
    padding: calc(24vw / 7.5) calc(0vw / 7.5);
    text-align: center;
    overflow: hidden;
    /* background: url(./assets/temp/sp_section08.png); */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center calc(190vw / 7.5);
    height: calc(1800vw / 7.5);
    max-height: none;

  }
  .interview-lp__header {
  
        max-width: calc(700vw / 7.5);
        height: calc(100vw / 7.5);
        margin: 0 auto;
        background: url(./assets/ribon.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        padding-top: calc(26vw / 7.5);        
  }
  .interview-lp__zig {
  
    display: block;
    width: min(calc(218.75vw / 7.5), calc(660vw / 7.5));
    height: calc(10.94vw / 7.5);
    margin-left: auto;
    margin-right: auto;
  }
  .interview-lp__title {
  
    margin: 0;
    font-size: calc(35vw / 7.5);
    line-height: calc(21.88vw / 7.5);
    font-weight: 700;
    letter-spacing: 0.08em;

  }
  .interview-lp__block {
  
    position: relative;
    top:calc(100vw / 7.5);
    max-width: none;
    margin: 0 auto calc(80vw / 7.5);
  }
  .interview-lp__rule {
  
    width:100%;
    height: calc(1.56vw / 7.5);
    margin: 0 auto 2rem;
    background: linear-gradient(90deg, transparent, rgba(201, 123, 136, 0.35) 12%, var(--interview-rose) 50%, rgba(201, 123, 136, 0.35) 88%, transparent);
    border-radius: 0;
    border: calc(2vw / 7.5) solid var(--interview-rose);

  }
  .interview-lp__iframe {
  
    position: relative;
    z-index: 1;
    width:100%;
    margin: 0 auto;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    border: none;
    aspect-ratio: 16 / 9;
    background: none;

  }
  .interview-lp__decor--dots {
  
    position: absolute;
    top: -0.25rem;
    right: clamp(0rem, calc(15vw / 7.5), 1.25rem);
    width: calc(56.25vw / 7.5);
    height: calc(43.75vw / 7.5);
    z-index: 0;
    background-image: radial-gradient(circle, rgba(200, 170, 100, 0.45) calc(1.17vw / 7.5), transparent calc(1.17vw / 7.5));
    background-size: calc(7.03vw / 7.5) calc(7.03vw / 7.5);
    pointer-events: none;
  }
  .interview-lp__decor--blob {
  
    position: absolute;
    left: clamp(-1rem, calc(-15vw / 7.5), -0.5rem);
    bottom: clamp(-1.5rem, calc(-22.5vw / 7.5), -0.75rem);
    width: min(calc(156.25vw / 7.5), calc(337.5vw / 7.5));
    height: min(calc(109.38vw / 7.5), calc(240vw / 7.5));
    z-index: 0;
    border-radius: 55% 45% 52% 48% / 48% 52% 48% 52%;
    background: radial-gradient(ellipse at 40% 40%, var(--interview-yellow-soft) 0%, var(--interview-yellow) 70%, transparent 100%);
    opacity: 0.85;
    pointer-events: none;
  }
  .interview-lp__excerpt {
  
    max-width: none;
    margin: 0 auto;
    padding-top: 0.25rem;
  }
  .interview-lp__excerpt-label {
  
    display: block;
    width: calc(250vw / 7.5);
    position: relative;
    margin-left: calc(75vw / 7.5);
    top: calc(65vw / 7.5);
    padding: calc(32vw / 7.5) calc(24vw / 7.5);
    border-radius: calc(20vw / 7.5);
    font-size: calc(16vw / 7.5);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
    background: var(--interview-rose-deep);

  }
  .interview-lp__excerpt-body {
  
    margin: 0;
    text-align: left;
    font-size: calc(23vw / 7.5);
    font-weight: 700;
    line-height: 2.3;
    color: #6c6158;
    width: 80vw;
    margin: 0 auto;
    top: calc(90vw / 7.5);
    position: relative;

  }
  /* 保育の仕事 見学会（導入） */
.tour-section {
  
    scroll-margin-top: calc(62.5vw / 7.5);
  }
  .tour-intro-hero {
  
    scroll-margin-top: calc(62.5vw / 7.5);
    position: relative;
    padding: clamp(2.5rem, calc(45vw / 7.5), 4rem) clamp(1rem, calc(30vw / 7.5), 2rem) clamp(2rem, calc(37.5vw / 7.5), 3rem);
    /* background: url(./assets/temp/sp_section09.png); */
    background-size: calc(750vw / 7.5) auto;
    background-repeat: no-repeat;
    background-position: center top;
    height: calc(1390vw / 7.5);
    max-height: none;

  }
  .tour-intro-hero__blobs {
  
    position: absolute;
    inset: -20%;
    z-index: 0;
    pointer-events: none;
    /* background: radial-gradient(ellipse 42% 38% at 8% 18%, rgba(167, 210, 180, 0.35) 0%, transparent 70%), radial-gradient(ellipse 38% 36% at 92% 12%, rgba(255, 214, 160, 0.4) 0%, transparent 68%), radial-gradient(ellipse 45% 40% at 88% 78%, rgba(255, 190, 150, 0.28) 0%, transparent 72%), radial-gradient(ellipse 40% 42% at 5% 85%, rgba(170, 210, 230, 0.32) 0%, transparent 70%), radial-gradient(ellipse 50% 45% at 50% 50%, rgba(255, 248, 235, 0.6) 0%, transparent 75%); */;
    filter: blur(calc(0.39vw / 7.5));
    /* background: url(./assets/sub_bg.png); */
    background-size: 100vw auto;
    background-repeat: no-repeat;
    background-position: center 40vw;
  }
  .tour-intro-hero__inner {
  
    position: inherit;
    z-index: 1;
    max-width: calc(812.5vw / 7.5);
    margin: 0 auto;
  }
  .tour-intro-hero__visual {
  
    position: relative;
    max-width: min(calc(406.25vw / 7.5), 100%);
    margin: 0 auto clamp(1.75rem, calc(30vw / 7.5), 2.5rem);
  }
  .tour-intro-hero__photo-wrap {
  
    margin: 0;
    border-radius: 58% 42% 48% 52% / 52% 48% 55% 45%;
    overflow: hidden;
    box-shadow: 0 calc(9.38vw / 7.5) calc(31.25vw / 7.5) rgba(80, 70, 50, 0.12);
  }
  .tour-intro-hero__photo-wrap:nth-child(2) .tour-intro-hero__photo {
  
    width: calc(460vw / 7.5);
    top: calc(300vw / 7.5);
    left: calc(50% + calc(-80vw / 7.5));  
    
  }
  .tour-intro-hero__photo {
  
    width: calc(600vw / 7.5);
    max-height: none;
    max-width: none;
    height: auto;
    top: calc(35vw / 7.5);
    left: calc(50% - calc(302vw / 7.5));

  }
  .tour-intro-hero__badge {
  
    top: calc(415vw / 7.5);
    left: calc(50% - calc(-5vw / 7.5));
    max-width: none;
    width: calc(300vw / 7.5);
    padding: clamp(0.85rem, calc(18.75vw / 7.5), 1.15rem) clamp(1rem, calc(22.5vw / 7.5), 1.35rem);
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.25em;

  }
  .tour-intro-hero__badge-text {
  
    margin: 0;
    font-size: calc(40vw / 7.5);
    text-align: left;
  }
  .tour-intro-hero__content {
  
    position: inherit;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(1.25rem, calc(30vw / 7.5), 2.5rem);
    align-items: start;
    top: calc(234.38vw / 7.5);
  }
  .tour-intro-hero__title {
  
    margin: 0;
    font-size: clamp(1.05rem, calc(21vw / 7.5) calc(21vw / 7.5) , 1.35rem);
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 0.1em;
    color: var(--tour-mustard);
    text-align: left;
    top: calc(430vw / 7.5);
    left: calc(50% - calc(305vw / 7.5));
    font-size: calc(43vw / 7.5);

  }
  .tour-intro-hero__body {
  
        text-align: left;
        position: relative;
        top: calc(685vw / 7.5);
        left: calc(50% + calc(-120vw / 7.5));
        width: calc(580vw / 7.5);        
  }
  .tour-intro-hero__body p {
  
    margin: 0 0 calc(16vw / 7.5);
    font-size: calc(23vw / 7.5);
    line-height: 2.4;
    color: #665c54;
    text-align: left;

  }
  .tour-lp{
    /* background: url(./assets/temp/sp_section10.png); */
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: center top;
    height: calc(3850vw / 7.5);
    padding-top: calc(100vw / 7.5);
  }
  .tour-lp__inner {
  
    max-width: calc(687.5vw / 7.5);
    margin: 0 auto;
  }
  .tour-lp__title {
    margin: 0 0 0.5rem;
    font-size: calc(40vw / 7.5);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #fff;
  }
  .tour-lp__title-line {
  
    width: calc(500vw / 7.5);
    border-bottom: calc(7vw / 7.5) dotted rgba(255, 255, 255, 0.95);
    margin-bottom: calc(45vw / 7.5);
  }

  .tour-lp__title-arrow {
    font-size: 3.2rem;
}

  .tour-lp__steps {
  
    position: relative;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: calc(562.5vw / 7.5);
    text-align: left;
    width:100%;
    height: calc(720vw / 7.5);
    max-height: calc(720vw / 7.5);
  }
  .tour-lp__steps::before {
  
    content: "";
    position: absolute;
    left: calc(50% - calc(140vw / 7.5));
    top: calc(60vw / 7.5);
    bottom: calc(17.19vw / 7.5);
    width: calc(2vw / 7.5);
    height: calc(1750vw / 7.5);
    background: #fff;
    z-index: 0;

  }
  .tour-lp__step {
  
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: calc(56.25vw / 7.5) minmax(0, 1fr) minmax(calc(75vw / 7.5), calc(117.19vw / 7.5));
    gap: calc(9.38vw / 7.5) clamp(calc(9.38vw / 7.5), calc(22.5vw / 7.5), calc(18.75vw / 7.5));
    align-items: center;
    margin-bottom: clamp(1.5rem, calc(30vw / 7.5), 2.25rem);
  }
  .tour-lp__step:nth-child(2) {
  
    gap: 13rem;
    margin-bottom: clamp(1.5rem, calc(30vw / 7.5), 2.25rem);
    top: calc(550vw / 7.5);

  }
  .tour-lp__step:nth-child(3) {
  
    top: calc(1100vw / 7.5);
    
  }
  .tour-lp__track {
  
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 11rem;
        position: absolute;
        top: calc(30vw / 7.5);
        left: calc(50% - calc(200vw / 7.5));

  }
  .tour-lp__icon-ball {
  
        width: calc(100vw / 7.5);
        height: calc(100vw / 7.5);
        border-radius: 50%;
        background: #fff;
        color: var(--tour-orange);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 calc(1.56vw / 7.5) calc(6.25vw / 7.5) rgba(0, 0, 0, 0.08);
  }
  .tour-lp__time {
    top: calc(343vw / 9.6);
    width: calc(183vw / 7.5);
    height: calc(183vw / 7.5);
  }



  .tour-lp__step-title {
  
    margin: 0;
    font-size: calc(41vw / 7.5);
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    position: absolute;
    top: calc(50vw / 7.5);
    letter-spacing: calc(2.34vw / 7.5);
    left: calc(50% - calc(45vw / 7.5));

  }
  .tour-lp__step-title:nth-of-type(2) {
  
    margin: 0;
    top: calc(21.09vw / 7.5);
    letter-spacing: calc(2.34vw / 7.5);
    left: calc(50% - calc(15.63vw / 7.5));
  }
  .tour-lp__step-title:nth-of-type(3) {
  
    margin: 0;
    top: calc(21.09vw / 7.5);
    letter-spacing: calc(2.34vw / 7.5);
    left: calc(50% - calc(15.63vw / 7.5));
  }
  .tour-lp__step-fig {
  
        margin: 0;
        justify-self: end;
        position: absolute;
        left: calc(50% + calc(10vw / 7.5));
        top: calc(120vw / 7.5);
        width: calc(120vw / 7.5);

  }
  li.tour-lp__step:nth-of-type(2) .tour-lp__step-fig {
  
    margin: 0;
    left: calc(50% + calc(-65vw / 7.5));
    top: calc(125vw / 7.5);
    width: calc(260vw / 7.5);

}
  li.tour-lp__step:nth-of-type(3) .tour-lp__step-fig {
  
    margin: 0;
    left: calc(50% + calc(-50vw / 7.5));
    top: calc(130vw / 7.5);
    width: calc(230vw / 7.5);

  }
  .tour-lp__step-fig img {
  
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    border-radius: calc(7.81vw / 7.5);
  }
  .tour-lp__catch {
  
        margin: calc(1200vw / 7.5) auto calc(31.25vw / 7.5);
        max-width: none;
        font-size: calc(35vw / 7.5);
        font-weight: 700;
        line-height: 1.9;
        color: #fff;

  }
  .tour-lp__gallery {
  
    display: flex;
    flex-direction:column;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(calc(7.81vw / 7.5), calc(18.75vw / 7.5), calc(12.5vw / 7.5));
    margin-bottom: calc(50vw / 7.5);
  }
  .tour-lp__gallery-img {
  
    width: calc(580vw / 7.5);
    margin: 0 auto 0;
    height: auto;
    border-radius: calc(10vw / 7.5);
    object-fit: cover;
    box-shadow: 0 calc(4.69vw / 7.5) calc(15.63vw / 7.5) rgba(0, 0, 0, 0.12);

  }
  .tour-lp__cta-btn {
  
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: calc(530vw / 7.5);
    padding: 1.95rem 1.75rem;
    border-radius: calc(780.47vw / 7.5);
    font-size: calc(24vw / 7.5);
    font-weight: 700;
    color: var(--tour-orange);
    background: #fff;
    box-shadow: 0 calc(3.13vw / 7.5) calc(12.5vw / 7.5) rgba(0, 0, 0, 0.12);
    transition: opacity 0.2s, transform 0.2s;
    
  }
  .tour-lp__cta-btn:hover {
  
    opacity: 0.95;
    transform: translateY(calc(-0.78vw / 7.5));
  }
  .locations-lp__nav {
  
    max-width: calc(328.13vw / 7.5);
    margin: 0 auto clamp(1.75rem, calc(30vw / 7.5), 2.5rem);
  }
  .locations-lp__nav-row {
  
    display: flex;
    justify-content: center;
    gap: calc(7.81vw / 7.5);
    margin-bottom: calc(7.81vw / 7.5);
  }
  .locations-lp__tag {
  
    flex: 1 1 0;
    max-width: calc(93.75vw / 7.5);
    padding: calc(9.38vw / 7.5) calc(7.81vw / 7.5);
    text-align: center;
    font-size: clamp(0.875rem, calc(15vw / 7.5), 0.95rem);
    font-weight: 700;
    color: #fff;
    background: var(--loc-green);
    border: 0;
    border-radius: 0;
    text-decoration: none;
    transition: background 0.2s, opacity 0.2s;
  }
  .locations-lp__list {
  
    max-width: calc(500vw / 7.5);
    margin: 0 auto;
    text-align: left;
  }
  .locations-lp__group {
  
    margin-bottom: clamp(1.25rem, calc(22.5vw / 7.5), 1.75rem);
    scroll-margin-top: calc(68.75vw / 7.5);
  }
  .locations-lp__area {
  
    margin: 0;
    padding: calc(7.81vw / 7.5) calc(10.94vw / 7.5);
    font-size: clamp(0.95rem, calc(16.5vw / 7.5), 1.05rem);
    font-weight: 700;
    color: #fff;
    background: var(--loc-green);
    border-radius: 0;
  }
  .locations-lp__panel {
  
    background: var(--loc-cream);
    padding: calc(9.38vw / 7.5);
    border-radius: 0;
  }
  .locations-lp__item {
  
    margin: 0 0 calc(7.81vw / 7.5);
    padding: calc(9.38vw / 7.5) calc(10.94vw / 7.5);
    font-size: clamp(0.8125rem, calc(14.25vw / 7.5), 0.9rem);
    line-height: 1.55;
    color: #222;
    background: #fff;
    border: calc(0.78vw / 7.5) solid #2a2a2a;
    border-radius: 0;
  }
  .locations-lp__nav-row:last-child .locations-lp__tag {
  
    flex: 0 0 auto;
    width: min(calc(103.13vw / 7.5), calc(315vw / 7.5));
    max-width: none;
  }
  .faq-lp__list {
  
    max-width: calc(562.5vw / 7.5);
    margin: 0 auto;
  }
  .faq-lp__q {
  
    display: flex;
    align-items: flex-start;
    gap: calc(10.94vw / 7.5);
    margin: 0;
    padding-bottom: 1rem;
    border-bottom: calc(0.78vw / 7.5) solid #e5e2dc;
    font-weight: 400;
    color: var(--faq-text);
  }
  .faq-lp__badge {
  
    flex: 0 0 auto;
    width: calc(31.25vw / 7.5);
    height: calc(31.25vw / 7.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
  }
  .faq-lp__badge--a {
  
    color: var(--faq-gold-dark);
    background: #fff;
    border: calc(1.56vw / 7.5) solid var(--faq-gold);
  }
  .faq-lp__a {
  
    display: flex;
    align-items: flex-start;
    gap: calc(10.94vw / 7.5);
    margin: 1rem 0 0;
    padding: 0;
    color: var(--faq-text);
  }
  /* Top Button */
.page-top {
  
    position: fixed;
    bottom: calc(23.44vw / 7.5);
    right: calc(15.63vw / 7.5);
    width: calc(39.06vw / 7.5);
    height: calc(39.06vw / 7.5);
    background: var(--main-orange);
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
    box-shadow: 0 calc(3.13vw / 7.5) calc(7.81vw / 7.5) rgba(0, 0, 0, 0.2);
  }
  .page-top span {
  
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: calc(9.38vw / 7.5);
    height: calc(9.38vw / 7.5);
    border-top: calc(2.34vw / 7.5) solid #fff;
    border-right: calc(2.34vw / 7.5) solid #fff;
  }
}
