@charset "utf-8";

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.75;
  background: #fffaf6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; vertical-align: bottom; }
ul { margin: 0; padding: 0; list-style: none; }
main { position: relative; z-index: 1; }
.contents-width { width: min(100% - 64px, 1024px); margin-inline: auto; }
.sp-only { display: none; }

.site-header {
  position: relative;
  z-index: 9999;
  height: 98px;
  background: url("../img/header_back.png") center top / cover repeat-x;
}
.header-inner {
  position: relative;
  width: min(100%, 1024px);
  height: 100%;
  margin-inline: auto;
}
.site-logo {
  position: absolute;
  top: 0;
  left: 22px;
  width: 144px;
  margin: 0;
}
.global-nav {
  position: absolute;
  top: 28px;
  right: 42px;
  min-width: 638px;
  padding: 0 30px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(115, 64, 16, .2);
}
.global-nav ul {
  display: flex;
  justify-content: center;
  gap: 28px;
}
.global-nav a {
  display: block;
  padding: 11px 0 10px;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
}
.global-nav a:hover { color: #f47d24; }
.sp-tel,
.sp-menu-button { display: none; }

.main-visual {
  overflow: hidden;
  background: #fff;
}
.main-visual-inner {
  position: relative;
  width: min(100%, 1024px);
  margin-inline: auto;
}
.main-visual picture,
.main-visual picture > img {
  display: block;
  width: 100%;
}
.main-buttons.pc-only {
  position: absolute;
  top: 280px;
  left: 515px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-buttons.pc-only a { display: block; }
.main-buttons.pc-only img { width: 205px; }
.main-buttons.pc-only a + a img { width: 188px; }

.service-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 28px;
}
.service-card {
  display: block;
  overflow: hidden;
  border-radius: 0 0 18px 18px;
  background: #fffdf9;
  box-shadow: 0 3px 8px rgba(80, 39, 10, .18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(80, 39, 10, .22);
}
.card-top { width: 100%; }
.card-body {
  min-height: 50px;          /* 72px */
  padding: 13px 20px 0px 25px;    /* 13px 22px 4px; */
  background: #fff;
  font-size: 14px;     /* 12px */
  line-height: 1.6em;
  color: #333;      /*  #444 */
}
.card-body p { margin: 0; }
.card-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;      /* 48px */
  padding-bottom: 14px;
  background: #fffdf9;
}
.card-bottom img { width: 177px; }

.bottom-area {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 52px;
  align-items: start;
  margin-top: 58px;
  margin-bottom: 42px;
}
.news-area h2 {
  margin: 0 0 22px;
  font-size: 20px;
  letter-spacing: .08em;
}
.news-area h2 span { color: #e86b79; padding-left: 8px; }
.news-list li {
  display: grid;
  grid-template-columns: 118px 1fr;
  align-items: center;
  gap: 18px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(170, 140, 120, .28);
}
.news-list time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: linear-gradient(90deg, #ffe173, #ff9135);
}
.news-list a { font-size: 14px; }
.news-list a:hover { color: #f47d24; }
.access-card {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(90deg, #fff1e4, #fff8f1);
  box-shadow: 0 3px 10px rgba(100, 52, 22, .12);
}
.access-text {
  padding: 18px 22px 12px;
}
.access-text p { margin: 0 0 4px; font-size: 13px; line-height: 1.45; }
.access-text h2 { margin: 0 0 6px; font-size: 18px; line-height: 1.3; }
.access-text .company-name { font-weight: 700; }
.access-text .address { white-space: nowrap; }
.access-text .tel { margin-bottom: 0; }
.access-text .tel a {
  display: inline-block;
  padding-left: 20px;
  font-size: 19px;
  font-weight: 700;
  color: #5b4b42;
  background: linear-gradient(90deg, #f48026, #f48026) left 50% / 10px 10px no-repeat;
}
.map-image {
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border-top: 1px solid #e7ddd4;
  background: #f2f2f2;
}
.map-image iframe {
  display: block;
  width: 112%;
  height: 100%;
  transform: translateX(-6%);
}
.site-footer {
  min-height: 67px;
  color: #fff;
  background: url("../img/footer_back.png") center top / cover repeat-x;
}
.footer-inner {
  width: min(100% - 40px, 1024px);
  margin-inline: auto;
  padding: 21px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  font-size: 13px;
  font-weight: 700;
}
.footer-subnav,
.footer-subnav li { display: flex; gap: 18px; }
.footer-subnav { margin-left: auto; }
.footer-subnav a:hover { text-decoration: underline; }
.footer-nav,
.sp-footer-company { display: none; }
.copyright { margin: 0; white-space: nowrap; }

@media (max-width: 767px) {
  body { background: #fff; }
  .pc-only { display: none !important; }
  .sp-only { display: block; }
  .contents-width { width: calc(100% - 28px); }

  .site-header {
    height: 84px;
    background-image: url("../img/sp_header_back.png");
    background-size: 100% 84px;
  }
  .header-inner { width: 100%; }
  .site-logo {
    top: 10px;
    left: 6%;
    width: 18%;
    max-width: 110px;
    min-width: 72px;
  }
  .sp-tel {
    display: block;
    position: absolute;
    top: 14px;
    left: 50%;
    width: 44%;
    max-width: 250px;
    min-width: 160px;
    transform: translateX(-50%);
  }
  .sp-menu-button {
    display: block;
    position: absolute;
    top: 14px;
    right: 5.5%;
    width: 54px;
    max-width: 54px;
    min-width: 46px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .global-nav {
    display: none;
    position: absolute;
    z-index: 10000;
    top: 76px;
    right: 14px;
    left: 14px;
    min-width: auto;
    padding: 14px 18px;
    border-radius: 16px;
  }
  .global-nav.is-open { display: block; }
  .global-nav ul { display: block; }
  .global-nav li + li { border-top: 1px solid #f0d0aa; }
  .global-nav a { padding: 10px 4px; font-size: 15px; }

  .main-visual { margin-top: -1px; }
  .main-visual-inner { width: 100%; }
  .main-buttons.sp-only {
    position: absolute;
    top: 29.2%;
    right: 7.2%;
    width: 35.5%;
    max-width: 298px;
  }
  .main-buttons.sp-only a { display: block; margin-bottom: 14px; }

  .service-area {
    width: calc(100% - 26px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
  }
  .service-card { border-radius: 0 0 9px 9px; box-shadow: 0 2px 5px rgba(80,39,10,.16); }
  .card-body {
    min-height: 50px;         /* 70px;   */
    padding: 8px 8px 0px 12px;     /* 8px 8px 2px;  */
    font-size: 11px;          /* 9px; */
    line-height: 1.45em;    /* 1.45;  */
  }
  .card-bottom {
    min-height: 20px;            /* 36px; */
    padding-bottom: 8px;
  }
  .card-bottom img { width: 82%; }

  .bottom-area {
    display: block;
    width: calc(100% - 44px);
    margin-top: 34px;
    margin-bottom: 0;
  }
  .news-area h2 {
    display: flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 14px;
    padding-left: 2px;
    font-size: 22px;
    /* background: url("../img/sp_oshirase.png") left center / 147px 28px no-repeat; */
    /* color: transparent; */
  }
  .news-list li {
    grid-template-columns: 126px 1fr;
    gap: 12px;
    padding: 8px 0;
  }
  .news-list time { min-height: 31px; font-size: 12px; }
  .news-list a { font-size: 13px; }

  .access-card {
    display: block;
    margin-top: 48px;
    border-radius: 12px;
    background: linear-gradient(90deg, #fff1e4, #fff8f1);
    box-shadow: 0 3px 10px rgba(100, 52, 22, .12);
  }
  .access-text { padding: 16px 18px 12px; }
  .access-text p { font-size: 12px; }
  .access-text h2 { font-size: 15px; }
  .access-text .tel a {
    padding-left: 18px;
    font-size: 18px;
    background: linear-gradient(90deg, #f48026, #f48026) left 50% / 9px 9px no-repeat;
  }
  .access-text .address { white-space: normal; }
  .map-image {
    aspect-ratio: 2 / 1;
    min-height: auto;
    border-top: 1px solid #e7ddd4;
    border-left: 0;
  }
  .map-image iframe { height: 100%; }

  .site-footer {
    margin-top: 0;
    color: #222;
    background: #f89924 url("../img/sp_footer_back.png") center bottom / 100% auto repeat-x;
  }
  .footer-inner {
    display: block;
    width: 100%;
    padding: 20px 20px 18px;
    font-size: 12px;
  }
  .sp-footer-company {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 12px;
    align-items: center;
    margin: -20px -20px 20px;
    padding: 18px 20px 14px;
    background: linear-gradient(90deg, #fff1d5 0%, #fff8e8 52%, #ffe3bb 100%);
    border-top: 1px solid rgba(255,255,255,.8);
    border-bottom: 1px solid rgba(210,128,37,.18);
  }
  .sp-footer-company img { width: 90px; justify-self: center; }
  .sp-footer-company p { margin: 0; line-height: 1.5; }
  .footer-shop, .footer-tel { font-size: 18px; font-weight: 700; }
  .footer-nav { display: block; }
  .footer-nav ul { display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; }
  .footer-nav a {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.25;
    white-space: nowrap;
  }
  .footer-nav img { display: block; width: 46px; margin: 0 auto 6px; }
  .footer-subnav { justify-content: center; gap: 20px; margin: 20px 0 0; font-size: 13px; font-weight: 700; }
  .footer-subnav li:nth-child(n+3) { display: none; }
  .copyright {
    margin-top: 12px;
    text-align: center;
    font-size: 8px;
    line-height: 1.5;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 430px) {
  .site-header {
    height: 84px;
    background-size: 100% 84px;
  }
  .site-logo {
    top: 10px;
    left: 6%;
    width: 18%;
    max-width: 110px;
    min-width: 72px;
  }
  .sp-tel {
    top: 8px;
    width: 44%;
    max-width: 250px;
    min-width: 160px;
  }
  .sp-menu-button {
    top: 8px;
    right: 5.5%;
    width: 54px;
    max-width: 54px;
    min-width: 46px;
  }
  .global-nav {
    top: 76px;
  }
}


/* ===== iPhone実機用：スマホヘッダー高さ 強制調整 ===== */
@media screen and (max-width: 767px) {
  body .site-header {
    height: 84px !important;
    min-height: 84px !important;
    max-height: 84px !important;
    overflow: hidden !important;
    background-image: url("../img/sp_header_back.png") !important;
    background-size: 100% 84px !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
  }

  body .header-inner {
    height: 84px !important;
    min-height: 84px !important;
    max-height: 84px !important;
  }

  body .site-logo {
    top: 8px !important;
    left: 6% !important;
    width: 80px !important;
    max-width: 80px !important;
    min-width: 80px !important;
  }

  body .sp-tel {
    top: 14px !important;
    left: 50% !important;
    width: 190px !important;
    max-width: 190px !important;
    min-width: 190px !important;
    transform: translateX(-50%) !important;
  }

  body .sp-menu-button {
    top: 14px !important;
    right: 6% !important;
    width: 54px !important;
    max-width: 54px !important;
    min-width: 54px !important;
  }

  body .global-nav {
    top: 76px !important;
  }
}



/* ===== iPhone向け：フッター6アイコンを均等配置 ===== */
@media screen and (max-width: 430px) {
  .footer-nav ul {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 0 !important;
  }
  .footer-nav li {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    display: flex !important;
    justify-content: center !important;
  }
  .footer-nav a {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 9px !important;
  }
  .footer-nav img {
    display: block !important;
    width: 40px !important;
    margin: 0 auto 6px !important;
  }
}

/* ===== iPhone向け：ロゴを少し左へ移動 ===== */
@media screen and (max-width: 430px) {
  body .site-logo {
    left: 3% !important;
  }
}


/* =========================================================
   Sub page: About
========================================================= */
.sub-page {
  background: #fffaf5;
}
.sub-visual {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 72%, rgba(143, 189, 110, .18) 0 70px, transparent 72px),
    radial-gradient(circle at 86% 24%, rgba(255, 175, 175, .18) 0 90px, transparent 92px),
    linear-gradient(180deg, rgba(255, 244, 236, .92) 0%, rgba(255,255,255,.78) 50%, rgba(255, 245, 232, .92) 100%);
}
.sub-visual::before {
  content: "♪ ♫  ♬  ♪    ♫  ♪";
  position: absolute;
  top: 34px;
  left: 18%;
  right: 18%;
  color: rgba(238, 132, 55, .35);
  font-size: 38px;
  letter-spacing: .45em;
  white-space: nowrap;
  transform: rotate(-2deg);
}
.sub-visual::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -30px;
  height: 86px;
  background:
    radial-gradient(120% 90% at 52% 0%, transparent 0 42%, rgba(255, 183, 87, .45) 43% 48%, transparent 49% 100%);
}
.sub-visual-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1024px);
  height: 238px;
  margin-inline: auto;
  display: grid;
  place-items: center;
}
.sub-visual h1 {
  margin: 16px 0 0;
  color: #bc3f15;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: .08em;
}
.breadcrumb {
  margin-top: 26px;
  margin-bottom: 46px;
}
.breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 700;
}
.breadcrumb li + li::before {
  content: ">";
  margin-right: 12px;
  color: #f27683;
}
.breadcrumb a:hover {
  color: #f47d24;
}
.sub-section {
  margin-bottom: 54px;
}
.leaf-heading {
  position: relative;
  margin: 0 0 26px;
  padding: 0 0 11px 48px;
  color: #e85d20;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: .04em;
  border-bottom: 3px solid #f3b36e;
}
.leaf-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  width: 34px;
  height: 42px;
  background:
    radial-gradient(ellipse at 60% 18%, #f0bd67 0 34%, transparent 36%),
    radial-gradient(ellipse at 34% 42%, #f6d29d 0 30%, transparent 32%),
    radial-gradient(ellipse at 72% 64%, #eeb05e 0 30%, transparent 32%);
  transform: rotate(-25deg);
}
.leaf-heading::after {
  content: "";
  position: absolute;
  right: 38%;
  bottom: -5px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ef9b42;
}
.lead-text {
  width: min(100% - 70px, 900px);
  margin: 0 auto 22px;
  font-size: 16px;
  font-weight: 700;
}
.message-box {
  width: min(100% - 82px, 860px);
  margin: 0 auto 20px;
  padding: 24px 30px;
  border: 2px solid #f4bd8e;
  border-radius: 18px;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,220,177,.38), transparent 32%),
    radial-gradient(circle at 90% 70%, rgba(255,220,177,.28), transparent 32%),
    rgba(255,255,255,.76);
  text-align: center;
}
.message-box p {
  margin: 0;
  color: #d85621;
  font-size: 21px;
  font-weight: 700;
  line-height: 2.0;
  letter-spacing: .05em;
}
.representative {
  width: min(100% - 120px, 860px);
  margin: 0 auto;
  text-align: right;
  font-weight: 700;
  font-size: 17px;
}
.representative p {
  margin: 0 0 4px;
}
.policy-section {
  margin-top: 22px;
}
.policy-list {
  width: min(100% - 54px, 860px);
  margin-inline: auto;
  display: grid;
  gap: 14px;
}
.policy-card {
  display: grid;
  grid-template-columns: 70px 100px 1fr;
  align-items: center;
  min-height: 112px;
  padding: 12px 24px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(92, 55, 25, .14);
}
.policy-number {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 2px solid #ee6f2d;
  border-radius: 999px;
  color: #e85d20;
  font-size: 38px;
  line-height: 0em;
  padding:0 0 10px 0;
  font-family: Georgia, "Times New Roman", serif;
}
.policy-icon {
  width: 72px;       /* 78px; */
  height: 72px;      /* 78px; */
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 229, 219, .7);
}

.policy-icon i {
  font-size: 34px;
  color: #8aa66b;
  line-height: 1;
}

.policy-icon::before {
  font-size: 40px;
  line-height: 1;
}
.policy-icon-01::before { content: "🤲"; }
.policy-icon-02 {
  background: rgba(233, 245, 180, .82);
}
.policy-icon-02::before { content: "🤝"; }
.policy-icon-03 {
  background: rgba(218, 241, 247, .82);
}
.policy-icon-03::before { content: "📖"; }

.policy-icon-circle {
  width: 72px;
  height: 72px;
  margin: 4px 0 0 5px;
  border-radius: 50%;
  background: #f7f5ef;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #FACFB8;
}

.policy-icon-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  display: block;
  transform: scale(2.1);
  transform-origin: center center;
}

.policy-body h3 {
  margin: 0 0 5px;
  color: #e85d20;
  font-size: 20px;
  line-height: 1.35;
}
.policy-body p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.contact-banner {
  display: grid;
  grid-template-columns: 130px 1fr 320px;
  align-items: center;
  gap: 22px;
  margin-top: 18px;
  margin-bottom: 58px;
  padding: 28px 58px;
  border: 1px solid #f5c7a6;
  border-radius: 16px;
  background:
    radial-gradient(circle at 6% 76%, rgba(135, 183, 107, .2) 0 70px, transparent 72px),
    radial-gradient(circle at 96% 32%, rgba(135, 183, 107, .15) 0 70px, transparent 72px),
    linear-gradient(90deg, rgba(255, 242, 231, .95), rgba(255,255,255,.84), rgba(255, 237, 221, .95));
}
.contact-icon {
  width: 86px;
  height: 86px;
  margin-inline: auto;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(92,55,25,.16);
  display: grid;
  place-items: center;
}
.contact-icon::before {
  content: "✉";
  color: #ff8d35;
  font-size: 48px;
  line-height: 1;
}
.contact-text h2 {
  margin: 0 0 4px;
  color: #e85d20;
  font-size: 24px;
}
.contact-text p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}
.contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border-radius: 30px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(90deg, #ffc545, #ff8b32);
  box-shadow: 0 3px 9px rgba(175, 91, 28, .24);
}
.contact-button::after {
  content: "›";
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-left: 14px;
  border-radius: 999px;
  color: #ff9a36;
  background: #fff;
  font-size: 24px;
  line-height: 1;
}
.contact-button:hover {
  filter: brightness(1.04);
}

.ensemble-ruby {
  ruby-position: over;
  ruby-align: center;
}

.ensemble-ruby rt {
  font-size: 0.55em;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .sub-visual::before {
    top: 18px;
    left: 6%;
    right: 6%;
    font-size: 24px;
    letter-spacing: .22em;
  }
  .sub-visual-inner {
    width: 100%;
    height: 150px;
  }
  .sub-visual h1 {
    margin-top: 8px;
    font-size: 32px;
  }
  .breadcrumb {
    margin-top: 18px;
    margin-bottom: 28px;
  }
  .breadcrumb ol {
    font-size: 12px;
  }
  .sub-section {
    margin-bottom: 38px;
  }
  .leaf-heading {
    padding-left: 38px;
    font-size: 18px;
  }
  .leaf-heading::before {
    width: 28px;
    height: 35px;
  }
  .leaf-heading::after {
    right: 20%;
  }
  .lead-text {
    width: calc(100% - 24px);
    font-size: 14px;
  }
  .message-box {
    width: 100%;
    padding: 18px 16px;
    border-radius: 14px;
  }
  .message-box p {
    font-size: 16px;
    line-height: 1.8;
  }
  .representative {
    width: 100%;
    font-size: 14px;
  }
  .policy-list {
    width: 100%;
    gap: 12px;
  }
  .policy-card {
    grid-template-columns: 50px 64px 1fr;
    gap: 10px;
    min-height: 96px;
    padding: 14px 12px;
  }
  .policy-number {
    width: 42px;
    height: 42px;
    font-size: 30px;
  }
  .policy-icon {
    width: 58px;
    height: 58px;
  }
  .policy-icon::before {
    font-size: 30px;
  }
  .policy-body h3 {
    font-size: 16px;
  }
  .policy-body p {
    font-size: 12px;
    line-height: 1.55;
  }
  
.policy-icon-circle {
  margin: 4px 0 0 -8px;
}  
  .pc-break {
    display: none;
  }
  .contact-banner {
    grid-template-columns: 74px 1fr;
    gap: 14px;
    margin-bottom: 38px;
    padding: 20px 16px;
  }
  .contact-icon {
    width: 64px;
    height: 64px;
  }
  .contact-icon::before {
    font-size: 38px;
  }
  .contact-text h2 {
    font-size: 19px;
  }
  .contact-text p {
    font-size: 13px;
  }
  .contact-button {
    grid-column: 1 / -1;
    width: min(100%, 300px);
    min-height: 50px;
    margin: 8px auto 0;
    font-size: 16px;
  }
}

  .ensemble-ruby rt {
    font-size: 0.55em;
  }


@media (max-width: 430px) {
  .sub-visual-inner {
    height: 130px;
  }
  .sub-visual h1 {
    font-size: 28px;
  }
  .leaf-heading {
    font-size: 17px;
  }
  .message-box p {
    font-size: 14px;
  }
  .policy-card {
    grid-template-columns: 44px 54px 1fr;
    gap: 8px;
    padding: 12px 10px;
  }
  .policy-number {
    width: 38px;
    height: 38px;
    font-size: 27px;
  }
  .policy-icon {
    width: 50px;
    height: 50px;
  }
  .policy-icon::before {
    font-size: 26px;
  }
  .policy-body h3 {
    font-size: 15px;
  }
  .policy-body p {
    font-size: 11px;
  }
}


/* =========================================================
   Sub page: Service
========================================================= */
.service-page .sub-visual h1 {
  letter-spacing: .12em;
}
.service-intro {
  margin-top: -10px;
  margin-bottom: 38px;
  text-align: center;
}
.service-intro p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}
.service-detail {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;    /* 220px 1fr; */
  gap: 20px;                 /* 34px;  */
  min-height: 250px;
  margin-bottom: 22px;
  padding: 34px 44px 32px 200px;   /* 34px 44px 32px 250px;  */
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(91, 51, 23, .14);
}
.service-detail::before,
.service-detail::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: .36;
}
.service-detail::before {
  left: 30px;
  bottom: 34px;
  width: 74px;
  height: 96px;
  background:
    radial-gradient(ellipse at 54% 16%, currentColor 0 28%, transparent 30%),
    radial-gradient(ellipse at 34% 40%, currentColor 0 25%, transparent 27%),
    radial-gradient(ellipse at 72% 62%, currentColor 0 25%, transparent 27%);
  transform: rotate(-25deg);
}
.service-detail::after {
  right: 44px;
  top: 58px;
  width: 72px;
  height: 100px;
  background:
    radial-gradient(ellipse at 58% 14%, currentColor 0 28%, transparent 30%),
    radial-gradient(ellipse at 32% 42%, currentColor 0 25%, transparent 27%),
    radial-gradient(ellipse at 76% 66%, currentColor 0 25%, transparent 27%);
  transform: rotate(24deg);
}
.service-detail-number {
  position: absolute;
  top: 28px;
  left: 30px;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}
.service-detail-icon {
  position: absolute;
  left: 110px;
  top: 94px;
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
  font-size: 92px;
  line-height: 1;
  font-weight: 700;
  opacity: .72;
}
.service-detail-body {
  grid-column: 1 / -1;
}
.service-detail h2 {
  margin: 0 0 16px;
  padding-bottom: 10px;
  font-size: 26px;
  line-height: 1.35;
  border-bottom: 3px dotted currentColor;
}
.service-bullets {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.service-bullets li {
  position: relative;
  margin: 0 0 6px;
  padding-left: 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}
.service-bullets li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .75em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: currentColor;
}
.target-box {
  display: grid;
  grid-template-columns: 106px 1fr;
  align-items: center;
  gap: 18px;
  width: min(100%, 650px);
  margin-top: 12px;
  padding: 12px 18px;
  border: 1px solid rgba(229, 156, 94, .35);
  border-radius: 10px;
  background: rgba(255, 242, 225, .86);
}
.target-box span,
.service-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  min-height: 30px;
  padding: 4px 16px;
  border-radius: 18px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.target-box p,
.target-box ul,
.target-box ol {
  margin: 0;
  padding-left: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}
.target-box ul {
  list-style-position: inside;
}
.target-box ol {
  list-style-position: inside;
}
.service-row {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 14px;
}
.service-row p {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}
.school-row {
  align-items: center;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 2px dotted currentColor;
}
.target-box-small {
  width: min(100%, 620px);
}
.service-description {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}
.service-detail-orange {
  color: #ff872c;
}
.service-detail-orange .service-detail-number,
.service-detail-orange .target-box span,
.service-detail-orange .service-label {
  background: linear-gradient(90deg, #ffad39, #ff781e);
}
.service-detail-orange .service-detail-icon {
  color: #ff9b35;
}
.service-detail-orange .service-detail-body {
  color: #333;
}
.service-detail-orange h2,
.service-detail-orange .service-bullets,
.service-detail-orange::before,
.service-detail-orange::after {
  color: #ff872c;
}
.service-detail-green {
  color: #87c94c;
}
.service-detail-green .service-detail-number,
.service-detail-green .target-box span,
.service-detail-green .service-label {
  background: linear-gradient(90deg, #a8d85e, #72bc43);
}
.service-detail-green .service-detail-icon {
  color: #8fcf53;
}
.service-detail-green .target-box {
  background: rgba(247, 248, 235, .9);
  border-color: rgba(146, 190, 87, .3);
}
.service-detail-green .service-detail-body {
  color: #333;
}
.service-detail-green h2,
.service-detail-green .service-bullets,
.service-detail-green::before,
.service-detail-green::after,
.service-detail-green .school-row {
  color: #87c94c;
}
.service-detail-pink {
  color: #f76a83;
}
.service-detail-pink .service-detail-number,
.service-detail-pink .target-box span,
.service-detail-pink .service-label {
  background: linear-gradient(90deg, #ff9bae, #f35a77);
}
.service-detail-pink .service-detail-icon {
  color: #f67685;
}
.service-detail-pink .target-box {
  background: rgba(255, 238, 243, .88);
  border-color: rgba(246, 121, 145, .25);
}
.service-detail-pink .service-detail-body {
  color: #333;
}
.service-detail-pink h2,
.service-detail-pink .service-bullets,
.service-detail-pink::before,
.service-detail-pink::after {
  color: #f76a83;
}

@media (max-width: 767px) {
  .service-intro {
    margin-top: -6px;
    margin-bottom: 26px;
  }
  .service-intro p {
    font-size: 13px;
    line-height: 1.8;
  }
  .service-detail {
    display: block;
    min-height: 0;
    margin-bottom: 18px;
    padding: 68px 18px 22px;
    border-radius: 16px;
  }
  .service-detail::before {
    left: 18px;
    bottom: 20px;
    width: 46px;
    height: 64px;
  }
  .service-detail::after {
    right: 18px;
    top: 72px;
    width: 46px;
    height: 64px;
  }
  .service-detail-number {
    top: 18px;
    left: 18px;
    width: 48px;
    height: 48px;
    font-size: 30px;
  }
  .service-detail-icon {
    left: 22px;
    top: 112px;
    width: 76px;
    height: 76px;
    font-size: 58px;
  }
  .service-detail h2 {
    margin-left: 64px;
    font-size: 22px;
  }
  .service-bullets,
  .service-row,
  .target-box,
  .service-description {
    margin-left: 96px;
  }
  .service-bullets li {
    font-size: 13px;
  }
  .target-box {
    grid-template-columns: 1fr;
    gap: 8px;
    width: calc(100% - 96px);
    padding: 10px 12px;
  }
  .target-box span,
  .service-label {
    justify-self: start;
    min-width: 82px;
    min-height: 28px;
    font-size: 12px;
  }
  .target-box p,
  .target-box ul,
  .target-box ol {
    font-size: 11px;
  }
  .service-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .service-row p,
  .service-description {
    font-size: 12px;
  }
  .school-row {
    padding-top: 12px;
  }
}

@media (max-width: 430px) {
  .service-detail {
    padding: 66px 14px 20px;
  }
  .service-detail h2 {
    margin-left: 58px;
    font-size: 20px;
  }
  .service-detail-number {
    width: 44px;
    height: 44px;
    font-size: 28px;
  }
  .service-detail-icon {
    left: 18px;
    top: 114px;
    width: 66px;
    height: 66px;
    font-size: 48px;
  }
  .service-bullets,
  .service-row,
  .target-box,
  .service-description {
    margin-left: 78px;
  }
  .target-box {
    width: calc(100% - 78px);
  }
  .service-bullets li {
    font-size: 12px;
    padding-left: 18px;
  }
  .service-row p,
  .service-description {
    font-size: 11px;
  }
}


/* =========================================================
   Sub page: Company
========================================================= */
.company-page {
  position: relative;
  overflow: hidden;
}
.company-visual {
  background:
    radial-gradient(circle at 15% 50%, rgba(179, 215, 152, .32) 0 145px, transparent 147px),
    radial-gradient(circle at 84% 48%, rgba(255, 170, 96, .18) 0 110px, transparent 112px),
    linear-gradient(180deg, rgba(255, 251, 247, .96) 0%, rgba(255,255,255,.86) 100%);
}
.company-visual::before {
  content: "♪  ♫  ♬";
  top: 68px;
  left: auto;
  right: 8%;
  color: rgba(239, 110, 36, .55);
  font-size: 48px;
  letter-spacing: .16em;
  transform: none;
}
.company-visual::after {
  bottom: -14px;
  height: 110px;
  background:
    radial-gradient(130% 92% at 45% 0%, transparent 0 41%, rgba(241, 154, 70, .62) 42% 45%, rgba(121, 202, 194, .3) 46% 48%, transparent 49% 100%);
}
.company-lead {
  margin-top: -24px;
  margin-bottom: 56px;
  text-align: center;
}
.company-lead p {
  margin: 0;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.0;
}
.company-section {
  margin-bottom: 56px;
}
.green-leaf-heading {
  position: relative;
  margin: 0 0 24px;
  padding-left: 36px;
  color: #f05b20;
  font-size: 25px;
  line-height: 1.4;
}
.green-leaf-heading::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .35em;
  width: 20px;
  height: 13px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, #a4d84e, #67b842);
  transform: rotate(-25deg);
}
.company-table-wrap {
  overflow: hidden;
  border: 1px solid #edd8c5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(91, 51, 23, .08);
}
.company-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.company-table th,
.company-table td {
  padding: 19px 28px;
  border-bottom: 1px solid #eadccd;
  line-height: 1.45;
}
.company-table tr:last-child th,
.company-table tr:last-child td {
  border-bottom: 0;
}
.company-table th {
  width: 240px;
  color: #555;
  font-weight: 700;
  text-align: left;
  background: #fff7df;
}
.company-table td {
  color: #555;
  font-weight: 700;
  background: rgba(255,255,255,.78);
}
.company-access-grid {
  display: grid;
  grid-template-columns: 1fr 560px;
  gap: 44px;
  align-items: start;
}
.company-access-text h3 {
  margin: 0 0 22px;
  font-size: 18px;
  color: #4d4d4d;
}
.company-access-text p {
  margin: 0 0 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}
.company-access-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.company-access-text li {
  position: relative;
  margin: 0 0 22px;
  padding-left: 34px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}
.company-access-text li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: .2em;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #fff;
  border-radius: 999px;
  background: #ff9f24;
  font-size: 10px;
}
.company-map {
  overflow: hidden;
  aspect-ratio: 2 / 1;
  border-radius: 14px;
  background: #f5f0ea;
  box-shadow: 0 2px 10px rgba(91, 51, 23, .12);
}
.company-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  transform: none;
}
.history-section {
  position: relative;
  padding-bottom: 56px;
}
.history-section::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 200px;
  height: 150px;
  opacity: .38;
  background:
    radial-gradient(ellipse at 64% 20%, #a9d976 0 24%, transparent 26%),
    radial-gradient(ellipse at 38% 42%, #cfe7b5 0 21%, transparent 23%),
    radial-gradient(ellipse at 72% 64%, #94c96e 0 22%, transparent 24%);
  transform: rotate(20deg);
}
.history-list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.history-list li {
  display: grid;
  grid-template-columns: 200px 1fr;      /*  160px 1fr;  */
  gap: 36px;
  align-items: center;
  min-height: 42px;
  border-bottom: 1px solid #eadccd;
}
.history-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 26px;
  border-radius: 999px;
  background: #f36b21;
  grid-column: 1;
  grid-row: 1;
}
.history-list span {
  grid-column: 1;
  grid-row: 1;
  padding-left: 62px;
  font-weight: 700;
  color: #555;
}
.history-list p {
  margin: 0;
  font-weight: 700;
  color: #555;
}

@media (max-width: 767px) {
  .company-visual::before {
    top: 48px;
    right: 4%;
    font-size: 30px;
  }
  .company-lead {
    margin-top: -12px;
    margin-bottom: 36px;
  }
  .company-lead p {
    font-size: 14px;
    line-height: 1.9;
  }
  .company-section {
    margin-bottom: 42px;
  }
  .green-leaf-heading {
    font-size: 21px;
    margin-bottom: 18px;
  }
  .company-table {
    font-size: 13px;
  }
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
    padding: 12px 16px;
  }
  .company-table th {
    border-bottom: 0;
    background: #fff5d9;
  }
  .company-table td {
    border-bottom: 1px solid #eadccd;
  }
  .company-access-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .company-access-text h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .company-access-text p,
  .company-access-text li {
    font-size: 13px;
  }
  .company-map {
    aspect-ratio: 2 / 1;
  }
  .history-section {
    padding-bottom: 30px;
  }
  .history-list li {
    grid-template-columns: 160px 1fr;     /*  120px 1fr;  */
    gap: 16px;
    min-height: 48px;
  }
  .history-list li::before {
    margin-left: 10px;
  }
  .history-list span {
    padding-left: 34px;
    font-size: 13px;
  }
  .history-list p {
    font-size: 13px;
  }
}

@media (max-width: 430px) {
  .company-lead p {
    font-size: 13px;
  }
  .company-table {
    font-size: 12px;
  }
  .company-map {
    aspect-ratio: 2 / 1;
  }
  .history-list {
    border-top: 1px solid #eadccd;
  }
  .history-list li {
    display: block;
    padding: 11px 0 11px 34px;
    position: relative;
  }
  .history-list li::before {
    position: absolute;
    left: 0;
    top: 18px;
    margin: 0;
  }
  .history-list span {
    display: block;
    padding: 0;
    margin-bottom: 4px;
  }
}


/* =========================================================
   Company page adjustment:
   メインタイトル画像・パンくずを「初めての方へ」に合わせる
========================================================= */
.company-page .company-visual {
  background:
    radial-gradient(circle at 14% 72%, rgba(143, 189, 110, .18) 0 70px, transparent 72px),
    radial-gradient(circle at 86% 24%, rgba(255, 175, 175, .18) 0 90px, transparent 92px),
    linear-gradient(180deg, rgba(255, 244, 236, .92) 0%, rgba(255,255,255,.78) 50%, rgba(255, 245, 232, .92) 100%);
}
.company-page .company-visual::before {
  content: "♪ ♫  ♬  ♪    ♫  ♪";
  position: absolute;
  top: 34px;
  left: 18%;
  right: 18%;
  color: rgba(238, 132, 55, .35);
  font-size: 38px;
  letter-spacing: .45em;
  white-space: nowrap;
  transform: rotate(-2deg);
}
.company-page .company-visual::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -30px;
  height: 86px;
  background:
    radial-gradient(120% 90% at 52% 0%, transparent 0 42%, rgba(255, 183, 87, .45) 43% 48%, transparent 49% 100%);
}
.company-page .company-lead {
  margin-top: 0;
}

@media (max-width: 767px) {
  .company-page .company-visual::before {
    top: 18px;
    left: 6%;
    right: 6%;
    font-size: 24px;
    letter-spacing: .22em;
  }
  .company-page .company-lead {
    margin-top: 0;
  }
}


/* =========================================================
   Sub page: Recruit
========================================================= */
.global-nav a.is-current {
  color: #f05b20;
  border-bottom: 2px solid #f05b20;
}
.recruit-page {
  background: #fffaf5;
}
.recruit-visual h1 {
  letter-spacing: .12em;
}
.recruit-message {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  overflow: hidden;
  margin-bottom: 22px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 8% 75%, rgba(255, 226, 205, .42) 0 96px, transparent 98px),
    linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.72));
  box-shadow: 0 3px 12px rgba(91, 51, 23, .12);
}
.recruit-message-text {
  padding: 40px 26px 32px 58px;
}
.recruit-message-text h2 {
  margin: 0 0 22px;
  color: #f05b20;
  font-size: 25px;
  line-height: 1.55;
  letter-spacing: .04em;
}
.recruit-message-text p {
  margin: 0 0 16px;
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
}
.recruit-message-photo {
  margin: 0;
  min-height: 300px;
}
.recruit-message-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.recruit-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 24px;
}
.recruit-info-card {
  min-height: 300px;
  padding: 30px 44px 28px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(91, 51, 23, .12);
}
.recruit-info-card h2 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 20px;
  font-size: 27px;
  line-height: 1.35;
}
.recruit-heading-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  line-height: 1;
}
.recruit-pay h2 {
  color: #7abf3e;
}
.recruit-pay .recruit-heading-icon {
  background: #8bc64f;
}
.recruit-requirement h2 {
  color: #f27085;
}
.recruit-requirement .recruit-heading-icon {
  background: #f27085;
  font-size: 18px;
}
.recruit-info-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.recruit-info-card li {
  position: relative;
  margin: 0 0 15px;
  padding-left: 24px;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}
.recruit-info-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
}
.recruit-pay li::before {
  background: #8bc64f;
}
.recruit-requirement li::before {
  background: #f27085;
}
.recruit-company-box {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 30px;
  margin-bottom: 24px;
  padding: 32px 58px;
  border: 1px solid #f4c8aa;
  border-radius: 16px;
  background:
    radial-gradient(circle at 6% 70%, rgba(145, 189, 110, .2) 0 78px, transparent 80px),
    radial-gradient(circle at 96% 30%, rgba(145, 189, 110, .16) 0 72px, transparent 74px),
    linear-gradient(90deg, rgba(255, 242, 231, .95), rgba(255,255,255,.86), rgba(255, 237, 221, .95));
}
.recruit-company-logo {
  text-align: center;
}
.recruit-company-logo img {
  width: min(100%, 260px);
}
.recruit-company-text {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}
.recruit-company-text p {
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  .recruit-message {
    grid-template-columns: 1fr;
  }
  .recruit-message-text {
    padding: 28px 22px 22px;
  }
  .recruit-message-text h2 {
    font-size: 20px;
  }
  .recruit-message-text p {
    font-size: 13px;
  }
  .recruit-message-photo {
    min-height: 230px;
    order: -1;
  }
  .recruit-info-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .recruit-info-card {
    min-height: 0;
    padding: 24px 22px;
  }
  .recruit-info-card h2 {
    font-size: 22px;
  }
  .recruit-info-card li {
    font-size: 13px;
  }
  .recruit-company-box {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px;
  }
  .recruit-company-logo img {
    width: 210px;
  }
  .recruit-company-text {
    font-size: 13px;
  }
}

@media (max-width: 430px) {
  .recruit-message-text h2 {
    font-size: 18px;
  }
  .recruit-message-photo {
    min-height: 200px;
  }
  .recruit-info-card h2 {
    font-size: 20px;
  }
  .recruit-heading-icon {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
}


/* ===== スマホ開閉メニュー 前面表示 強制修正 ===== */
@media screen and (max-width: 767px) {
  .site-header,
  header.site-header {
    position: relative !important;
    z-index: 99999 !important;
    overflow: visible !important;
  }

  .header-inner {
    position: relative !important;
    z-index: 99999 !important;
    overflow: visible !important;
  }

  #global-nav,
  .global-nav,
  nav.global-nav,
  .global-nav.is-open {
    position: absolute !important;
    z-index: 100000 !important;
    display: none;
    overflow: visible !important;
  }

  #global-nav.is-open,
  .global-nav.is-open {
    display: block !important;
  }

  .main-visual,
  .main-visual-inner,
  .sub-visual,
  .sub-visual-inner {
    position: relative !important;
    z-index: 1 !important;
  }
}


/* =========================================================
   Sub page: Contact
========================================================= */
.contact-page {
  background: #fffaf5;
}
.contact-visual h1 {
  letter-spacing: .1em;
}
.contact-lead-box {
  position: relative;
  margin-bottom: 18px;
  padding: 28px 54px 22px;
  border: 1px solid #f4c5a8;
  border-radius: 16px;
  background:
    radial-gradient(circle at 7% 70%, rgba(145, 189, 110, .18) 0 70px, transparent 72px),
    radial-gradient(circle at 94% 66%, rgba(145, 189, 110, .16) 0 70px, transparent 72px),
    linear-gradient(90deg, rgba(255, 242, 231, .95), rgba(255,255,255,.86), rgba(255, 237, 221, .95));
  text-align: center;
}
.contact-lead-box h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 14px;
  padding-left: 36px;
  color: #f05b20;
  font-size: 26px;
  line-height: 1.4;
}
.contact-lead-box h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 24px;
  height: 32px;
  background:
    radial-gradient(ellipse at 60% 18%, #f0bd67 0 34%, transparent 36%),
    radial-gradient(ellipse at 34% 42%, #f6d29d 0 30%, transparent 32%),
    radial-gradient(ellipse at 72% 64%, #eeb05e 0 30%, transparent 32%);
  transform: rotate(-25deg);
}
.contact-lead-box p {
  margin: 0;
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.0;
}
.contact-form-card {
  margin-bottom: 22px;
  padding: 26px 40px 26px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(91, 51, 23, .12);
}
.form-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  align-items: center;
  padding: 8px 0;
}
.form-row label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  padding-right: 26px;
  border-bottom: 2px dotted #f0b079;
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 700;
}
.form-row label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 24px;
  padding: 2px 12px;
  border-radius: 999px;
  color: #fff;
  background: #f27085;
  font-size: 13px;
}
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  color: #333;
  font: inherit;
  font-size: 15px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
}
.form-row textarea {
  min-height: 86px;
  resize: vertical;
}
.form-row input::placeholder,
.form-row textarea::placeholder {
  color: #aaa;
}
.form-row-textarea {
  align-items: start;
}
.form-row-textarea label {
  min-height: 86px;
  align-items: start;
  padding-top: 15px;
}
.privacy-check {
  margin: 8px 0 12px 268px;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 700;
}
.privacy-check label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.privacy-check input {
  width: 22px;
  height: 22px;
}
.privacy-check a {
  color: #87bd4a;
  text-decoration: underline;
}
.submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  min-height: 58px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 32px;
  color: #fff;
  background: linear-gradient(90deg, #ffc545, #ff8b32);
  box-shadow: 0 3px 9px rgba(175, 91, 28, .24);
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
}
.submit-button::after {
  content: "›";
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-left: 78px;
  border-radius: 999px;
  color: #ff9a36;
  background: #fff;
  font-size: 24px;
  line-height: 1;
}
.submit-button:hover {
  filter: brightness(1.04);
}
.contact-methods {
  margin-bottom: 16px;
  padding: 26px 58px;
  border: 1px solid #f4c5a8;
  border-radius: 16px;
  background:
    radial-gradient(circle at 5% 75%, rgba(145, 189, 110, .18) 0 56px, transparent 58px),
    radial-gradient(circle at 95% 74%, rgba(145, 189, 110, .16) 0 56px, transparent 58px),
    linear-gradient(90deg, rgba(255, 242, 231, .95), rgba(255,255,255,.86), rgba(255, 237, 221, .95));
}
.contact-method-row {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 70px;
}
.contact-method-row + .contact-method-row {
  border-top: 2px dotted #f0b079;
}
.contact-method-icon {
  width: 52px;
  height: 52px;
  border: 2px solid #ff8d35;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
}
.contact-method-icon::before {
  color: #ff8d35;
  font-size: 28px;
  line-height: 1;
}
.mail-icon::before { content: "✉"; }
.tel-icon::before { content: "☎"; }
.contact-method-row p {
  margin: 0;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
}
.contact-method-row a {
  color: #f05b20;
  font-size: 20px;
  font-weight: 700;
}
.contact-page .contact-banner {
  margin-bottom: 58px;
}

@media (max-width: 767px) {
  .contact-lead-box {
    padding: 24px 18px 20px;
  }
  .contact-lead-box h2 {
    font-size: 22px;
  }
  .contact-lead-box p {
    font-size: 13px;
    line-height: 1.85;
    text-align: left;
  }
  .contact-form-card {
    padding: 20px 18px;
  }
  .form-row {
    display: block;
    padding: 8px 0 12px;
  }
  .form-row label {
    min-height: 34px;
    margin-bottom: 8px;
    padding-right: 0;
    font-size: 14px;
  }
  .form-row-textarea label {
    min-height: 34px;
    padding-top: 0;
    align-items: center;
  }
  .privacy-check {
    margin: 10px 0 16px;
    font-size: 13px;
  }
  .submit-button {
    width: min(100%, 320px);
    min-height: 54px;
    font-size: 20px;
  }
  .submit-button::after {
    margin-left: 38px;
  }
  .contact-methods {
    padding: 20px 18px;
  }
  .contact-method-row {
    grid-template-columns: 46px 1fr;
    gap: 14px;
    min-height: 70px;
  }
  .contact-method-icon {
    width: 42px;
    height: 42px;
  }
  .contact-method-icon::before {
    font-size: 23px;
  }
  .contact-method-row p {
    font-size: 13px;
    line-height: 1.65;
  }
  .contact-method-row a {
    display: inline-block;
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  .contact-lead-box h2 {
    font-size: 20px;
  }
  .form-row input,
  .form-row select,
  .form-row textarea {
    font-size: 14px;
  }
  .submit-button {
    font-size: 18px;
  }
  .contact-method-row a {
    font-size: 15px;
  }
}


/* =========================================================
   Sub page: Access
========================================================= */
.access-page {
  background: #fffaf5;
}
.access-visual h1 {
  letter-spacing: .12em;
}
.access-main-card {
  display: grid;
  grid-template-columns: 1.72fr .88fr;
  gap: 32px;
  align-items: stretch;
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(91, 51, 23, .12);
}
.access-map-large {
  overflow: hidden;
  min-height: 420px;
  border-radius: 8px;
  background: #f5f0ea;
}
.access-map-large iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
}
.office-info-box {
  position: relative;
  padding: 26px 0 20px;
}
.office-info-box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 86px;
  height: 96px;
  opacity: .38;
  background:
    radial-gradient(ellipse at 56% 18%, #a9d976 0 24%, transparent 26%),
    radial-gradient(ellipse at 34% 43%, #cfe7b5 0 21%, transparent 23%),
    radial-gradient(ellipse at 74% 66%, #94c96e 0 22%, transparent 24%);
  transform: rotate(22deg);
}
.office-info-box h2,
.access-info-card h2 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 28px;
  padding-bottom: 13px;
  border-bottom: 3px dotted #ff9b50;
  color: #f05b20;
  font-size: 24px;
  line-height: 1.35;
}
.office-icon,
.access-card-icon {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #ffb83d, #ff8b27);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.office-info-body h3 {
  margin: 0 0 24px;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
}
.office-info-body p {
  margin: 0 0 24px;
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}
.office-info-body .office-tel {
  font-size: 17px;
}
.office-info-body .office-tel a {
  color: #f05b20;
  font-size: 22px;
  font-weight: 700;
}
.access-info-grid {
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  gap: 28px;
  margin-bottom: 24px;
}
.access-info-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 24px 36px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(91, 51, 23, .12);
}
.access-info-card::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 12px;
  width: 82px;
  height: 96px;
  opacity: .34;
  background:
    radial-gradient(ellipse at 56% 18%, #a9d976 0 24%, transparent 26%),
    radial-gradient(ellipse at 34% 43%, #cfe7b5 0 21%, transparent 23%),
    radial-gradient(ellipse at 74% 66%, #94c96e 0 22%, transparent 24%);
  transform: rotate(22deg);
}
.access-way-list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.access-way-list li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 12px 0 12px 72px;
  border-bottom: 2px dotted #eadccd;
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.access-way-list li:last-child {
  border-bottom: 0;
}
.access-way-list li::before {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 7px rgba(91, 51, 23, .12);
  font-size: 24px;
}
.way-train::before { content: "🚃"; }
.way-car::before { content: "🚗"; }
.way-tel::before { content: "☎"; color: #7a5bd6; }
.visit-request-card {
  text-align: center;
}
.visit-request-card h2 {
  text-align: left;
}
.visit-illust {
  margin: 28px auto 22px;
  color: #f09d6a;
  font-size: 74px;
  line-height: 1;
}
.visit-request-card p {
  margin: 0;
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .access-main-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 18px;
  }
  .access-map-large {
    min-height: 280px;
  }
  .access-map-large iframe {
    min-height: 280px;
  }
  .office-info-box {
    padding: 0 0 12px;
  }
  .office-info-box h2,
  .access-info-card h2 {
    margin-bottom: 18px;
    font-size: 21px;
  }
  .office-icon,
  .access-card-icon {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }
  .office-info-body h3 {
    margin-bottom: 14px;
    font-size: 16px;
  }
  .office-info-body p {
    margin-bottom: 14px;
    font-size: 13px;
  }
  .office-info-body .office-tel a {
    font-size: 18px;
  }
  .access-info-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .access-info-card {
    min-height: 0;
    padding: 22px 18px;
  }
  .access-way-list li {
    min-height: 56px;
    padding-left: 60px;
    font-size: 13px;
  }
  .access-way-list li::before {
    left: 6px;
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
  .visit-illust {
    margin: 18px auto 14px;
    font-size: 62px;
  }
  .visit-request-card p {
    font-size: 13px;
  }
}

@media (max-width: 430px) {
  .access-map-large {
    min-height: 240px;
  }
  .access-map-large iframe {
    min-height: 240px;
  }
  .office-info-box h2,
  .access-info-card h2 {
    font-size: 19px;
  }
}


/* ===== 現在ページのメニュー表示 ===== */
.global-nav a.is-current {
  color: #f05b20;
  border-bottom: 2px solid #f05b20;
}

@media screen and (max-width: 767px) {
  .global-nav a.is-current {
    color: #f05b20 !important;
    border-bottom: 0 !important;
    background: rgba(255, 139, 50, .12);
    border-radius: 8px;
  }
}


/* =========================================================
   Contact confirm / thanks
========================================================= */
.form-error {
  margin: 6px 0 0;
  color: #d93025;
  font-size: 13px;
  font-weight: 700;
}
.privacy-error {
  display: block;
  margin-left: 32px;
}
.contact-confirm-card,
.thanks-card {
  margin-bottom: 58px;
  padding: 36px 48px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(91, 51, 23, .12);
}
.contact-confirm-card h2,
.thanks-card h2 {
  margin: 0 0 18px;
  color: #f05b20;
  font-size: 26px;
  text-align: center;
}
.confirm-lead,
.thanks-card p {
  margin: 0 0 24px;
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}
.confirm-list {
  margin: 0 0 30px;
  border: 1px solid #eadccd;
  border-radius: 12px;
  overflow: hidden;
}
.confirm-list div {
  display: grid;
  grid-template-columns: 220px 1fr;
  border-bottom: 1px solid #eadccd;
}
.confirm-list div:last-child {
  border-bottom: 0;
}
.confirm-list dt,
.confirm-list dd {
  margin: 0;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.7;
}
.confirm-list dt {
  background: #fff7df;
  font-weight: 700;
}
.confirm-list dd {
  background: #fff;
}
.confirm-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.back-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  min-height: 54px;
  border: 0;
  border-radius: 30px;
  color: #fff;
  background: #9b9b9b;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}
.confirm-buttons .submit-button {
  width: 240px;
  margin: 0;
}
.thanks-card {
  text-align: center;
}
.thanks-note {
  color: #6a6a6a;
  font-size: 14px;
}
.thanks-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(90deg, #ffc545, #ff8b32);
  box-shadow: 0 3px 9px rgba(175, 91, 28, .24);
  font-size: 17px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .contact-confirm-card,
  .thanks-card {
    padding: 26px 18px;
  }
  .contact-confirm-card h2,
  .thanks-card h2 {
    font-size: 22px;
  }
  .confirm-list div {
    display: block;
  }
  .confirm-list dt {
    padding: 12px 16px 4px;
  }
  .confirm-list dd {
    padding: 4px 16px 12px;
  }
  .confirm-buttons {
    gap: 12px;
  }
  .back-button,
  .confirm-buttons .submit-button,
  .thanks-home-button {
    width: min(100%, 300px);
  }
}


/* =========================================================
   Sub page: Privacy
========================================================= */
.privacy-page {
  background: #fffaf5;
}
.privacy-visual h1 {
  letter-spacing: .12em;
}
.privacy-lead {
  margin-top: 8px;
  margin-bottom: 28px;
  text-align: center;
}
.privacy-lead p {
  margin: 0;
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.0;
}
.privacy-policy-card {
  margin-bottom: 26px;
  padding: 28px 54px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(91, 51, 23, .12);
}
.privacy-item {
  position: relative;
  display: grid;
  grid-template-columns: 120px 250px 1fr;
  gap: 28px;
  align-items: center;
  min-height: 102px;
  padding: 17px 0;
  border-bottom: 2px dotted #f0c7a8;
}
.privacy-item:last-child {
  border-bottom: 0;
}
.privacy-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 38px;
  height: 64px;
  opacity: .45;
  background:
    radial-gradient(ellipse at 58% 14%, #a9d976 0 28%, transparent 30%),
    radial-gradient(ellipse at 35% 43%, #cfe7b5 0 24%, transparent 26%),
    radial-gradient(ellipse at 72% 68%, #94c96e 0 25%, transparent 27%);
  transform: rotate(-18deg);
}
.privacy-num {
  position: relative;
  z-index: 1;
  justify-self: center;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}
.privacy-item h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.4;
}
.privacy-item p {
  margin: 0;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
}
.privacy-color-orange .privacy-num { background: linear-gradient(135deg, #ffaf59, #ff7f2a); }
.privacy-color-orange h2 { color: #f05b20; }
.privacy-color-green .privacy-num { background: linear-gradient(135deg, #b5d85a, #7fc447); }
.privacy-color-green h2 { color: #8cc64a; }
.privacy-color-pink .privacy-num { background: linear-gradient(135deg, #ff9ba3, #f46f7d); }
.privacy-color-pink h2 { color: #f2707e; }

.privacy-contact-item {
  align-items: start;
}
.privacy-contact-text p {
  margin-bottom: 8px;
}
.privacy-contact-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.privacy-contact-text li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 4px;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
.privacy-contact-text span {
  color: #f05b20;
  min-width: 18px;
}
.privacy-contact-banner {
  margin-bottom: 58px;
}
.privacy-contact-banner .contact-text h2 {
  display: none;
}
.privacy-contact-banner .contact-text p {
  font-size: 17px;
}

@media (max-width: 767px) {
  .privacy-lead {
    margin-top: 0;
    margin-bottom: 22px;
    text-align: left;
  }
  .privacy-lead p {
    font-size: 13px;
    line-height: 1.85;
  }
  .privacy-policy-card {
    padding: 18px 18px;
  }
  .privacy-item {
    grid-template-columns: 62px 1fr;
    gap: 12px 16px;
    min-height: 0;
    padding: 18px 0;
  }
  .privacy-item::before {
    left: 0;
    top: 18px;
    width: 30px;
    height: 50px;
  }
  .privacy-num {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
  .privacy-item h2 {
    font-size: 18px;
  }
  .privacy-item p,
  .privacy-contact-text {
    grid-column: 1 / -1;
    font-size: 13px;
  }
  .privacy-contact-text li {
    font-size: 13px;
  }
  .privacy-contact-banner .contact-text p {
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .privacy-policy-card {
    padding: 16px 14px;
  }
  .privacy-item h2 {
    font-size: 17px;
  }
  .privacy-item p,
  .privacy-contact-text li {
    font-size: 12px;
  }
}


/* =========================================================
   Sub page: Sitemap
   ※事業内容の下層項目は表示しない構成に変更
========================================================= */
.sitemap-page {
  background: #fffaf5;
}
.sitemap-visual h1 {
  letter-spacing: .12em;
}
.sitemap-lead {
  margin-top: 4px;
  margin-bottom: 30px;
  text-align: center;
}
.sitemap-lead p {
  margin: 0;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}
.sitemap-card {
  margin-bottom: 24px;
  padding: 34px 58px 36px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(91, 51, 23, .12);
}
.sitemap-heading,
.sitemap-guide-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 28px;
  padding-bottom: 14px;
  border-bottom: 3px dotted #ff9b50;
  color: #f05b20;
  font-size: 26px;
  line-height: 1.35;
}
.sitemap-heading span,
.sitemap-guide-heading span {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #ffb83d, #ff8b27);
  font-size: 28px;
  font-weight: 700;
}
.sitemap-guide-heading span {
  background: linear-gradient(90deg, #a8d85e, #72bc43);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}
.sitemap-tree {
  width: min(100%, 760px);
  margin-inline: auto;
}
.sitemap-main-list,
.sitemap-child-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemap-main-list {
  position: relative;
  padding-left: 80px;
}
.sitemap-main-list::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 25px;
  bottom: 28px;
  width: 2px;
  background: #c9c9c9;
}
.sitemap-main-list > li {
  position: relative;
  min-height: 58px;
  margin-bottom: 10px;
}
.sitemap-main-list > li::before {
  content: "";
  position: absolute;
  left: -46px;
  top: 22px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #ff7c1f;
  z-index: 1;
}
.sitemap-main-list > li::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 28px;
  width: 72px;
  height: 1px;
  background: #c9c9c9;
}
.sitemap-link {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  width: 420px;
  min-height: 44px;
  border: 1px solid rgba(236, 214, 198, .95);
  border-radius: 20px;
  color: #333;
  background: #fff5e8;
  box-shadow: 0 2px 5px rgba(91, 51, 23, .06);
  font-size: 18px;
  font-weight: 700;
}
.sitemap-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(91, 51, 23, .12);
}
.sitemap-icon {
  display: grid;
  place-items: center;
  width: 58px;
  color: #ff931f;
  font-size: 28px;
  line-height: 1;
}
.sitemap-about,
.sitemap-recruit,
.sitemap-privacy {
  background: #fff2f3;
}
.sitemap-about .sitemap-icon,
.sitemap-recruit .sitemap-icon,
.sitemap-privacy .sitemap-icon {
  color: #f27683;
}
.sitemap-service,
.sitemap-access {
  background: #f7fbef;
}
.sitemap-service .sitemap-icon,
.sitemap-access .sitemap-icon {
  color: #8bc64f;
}
.sitemap-child-list {
  position: absolute;
  left: 460px;
  top: 55px;
  width: 260px;
}
.sitemap-child-list::before {
  content: "";
  position: absolute;
  left: -40px;
  top: -28px;
  bottom: 24px;
  width: 2px;
  border-left: 2px dotted #c9c9c9;
}
.sitemap-child-list li {
  position: relative;
  margin-bottom: 9px;
}
.sitemap-child-list li::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 22px;
  width: 40px;
  border-top: 2px dotted #c9c9c9;
}
.sitemap-child-list a {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid #d9e4c4;
  border-radius: 13px;
  color: #333;
  background: #fbfff4;
  font-size: 16px;
  font-weight: 700;
}
.sitemap-child-list a span,
.sitemap-child-list a::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #8bc64f;
}
.sitemap-guide {
  margin-bottom: 24px;
  padding: 26px 58px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(91, 51, 23, .12);
}
.sitemap-guide .sitemap-guide-heading {
  margin-bottom: 12px;
  color: #8bc64f;
  border-bottom-color: #b7d886;
}
.sitemap-guide p {
  margin: 0 0 0 88px;
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}
.sitemap-page .contact-banner {
  margin-bottom: 58px;
}

@media (max-width: 767px) {
  .sitemap-lead {
    margin-bottom: 22px;
  }
  .sitemap-lead p {
    font-size: 14px;
  }
  .sitemap-card {
    padding: 26px 18px;
  }
  .sitemap-heading,
  .sitemap-guide-heading {
    gap: 12px;
    margin-bottom: 22px;
    font-size: 21px;
  }
  .sitemap-heading span,
  .sitemap-guide-heading span {
    width: 46px;
    height: 46px;
    font-size: 23px;
  }
  .sitemap-tree {
    width: 100%;
  }
  .sitemap-main-list {
    padding-left: 38px;
  }
  .sitemap-main-list::before {
    left: 13px;
  }
  .sitemap-main-list > li::before {
    left: -31px;
  }
  .sitemap-main-list > li::after {
    left: -25px;
    width: 44px;
  }
  .sitemap-link {
    width: min(100%, 360px);
    grid-template-columns: 48px 1fr;
    min-height: 42px;
    font-size: 15px;
  }
  .sitemap-icon {
    width: 48px;
    font-size: 23px;
  }
  .sitemap-child-list {
    position: static;
    width: auto;
    margin: 10px 0 0 44px;
  }
  .sitemap-child-list::before,
  .sitemap-child-list li::before {
    display: none;
  }
  .sitemap-child-list a {
    min-height: 38px;
    font-size: 14px;
  }
  .sitemap-guide {
    padding: 24px 18px;
  }
  .sitemap-guide p {
    margin-left: 0;
    font-size: 13px;
  }
}

@media (max-width: 430px) {
  .sitemap-card {
    padding: 22px 14px;
  }
  .sitemap-main-list {
    padding-left: 28px;
  }
  .sitemap-main-list::before {
    left: 9px;
  }
  .sitemap-main-list > li::before {
    left: -25px;
  }
  .sitemap-main-list > li::after {
    left: -19px;
    width: 34px;
  }
  .sitemap-link {
    font-size: 14px;
  }
  .sitemap-child-list {
    margin-left: 30px;
  }
}
