/* ============================================================================
   Base（共通リセット／ベース）
   ========================================================================== */



html,
body {
  overflow-x: hidden;

}

body {
  margin: 0;
  padding-top: 60px;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1.6px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

header,
footer {
  background: #f5f5f5;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.font-oswald {
  font-family: 'Oswald', sans-serif;
}

/* =========================
   ローディング画面
   ========================= */
#loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

#loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.loader-logo img {
  width: 300px;
  opacity: 0;
  transform: scale(0.95);
  animation: logoFade 1.6s ease forwards;
}

@keyframes logoFade {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}



/* ============================================================================
   Header（固定ヘッダー／ブランドプレート／グロナビ）
   ========================================================================== */

.site-header {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .08);
}

.brand-plate {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 260px;
  height: 80px;
  padding: 80px 26px 22px 30px;
  background: #fff;
  border-bottom-right-radius: 84px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
}

.brand-plate img {
  height: 60px;
  object-fit: contain;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px 0 300px;
}

.global-nav ul {
  display: flex;
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav li {
  position: relative;
}

.global-nav a {
  color: #0b654b;
  font-weight: 500;
  transition: opacity .25s ease, color .25s ease;
}

.global-nav a:hover {
  opacity: .75;
}

.global-nav li.has-bubble .bubble {
  position: absolute;
  right: 0;
  bottom: -90px;
  z-index: 5;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 85px;
  height: 60px;
  padding: 0 8px;
  color: #fff;
  background: #1e6b56;
  border-radius: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
  line-height: 1.1;
  pointer-events: none;
  opacity: 0;
  transform: translateY(8px) scale(0.96);
  transition:
    opacity .40s ease .25s,
    transform .40s ease .25s,
    background .30s ease;
}

.global-nav li.has-bubble .bubble::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 48px;
  bottom: -10px;
  width: 13px;
  height: 18px;
  background: #1e6b56;
  transform: rotate(45deg);
  border-bottom-right-radius: 12px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .08);
}

.global-nav li:last-child a {
  background: transparent;
  color: #0b654b;
  padding: 0;
  border-radius: 0;
}


/* ============================================================================
   MV（メインビジュアル）〔PC/SP共通スライドショー対応版〕
   ========================================================================== */
/* ===== TOPページ専用（.is-top が付いているときだけ上書き） ===== */
.is-top .mv {
  height: 80vh;
  min-height: 520px;
}

/* スライドのフェードアニメ（TOPのみ） */
.is-top .mv-img.is-active {
  display: block;
  animation: mvFade 1.2s ease;
}

@keyframes mvFade {
  from {
    opacity: 0;
    transform: scale(1.02);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.mv {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-height: 420px;
  text-align: center;
}

.mv-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .8s ease;
  will-change: opacity;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.mv-img.is-show {
  opacity: 1;
}

.mv-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
  z-index: 5;
  pointer-events: none;
}

.mv .catch {
  font-family: 'Oswald', sans-serif;
  margin: 0;
  font-size: clamp(28px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.2;
}

.mv-copy .sub-pc {
  display: block;
}

.mv-copy .sub-sp {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .mv-copy .sub-pc {
    display: none !important;
  }

  .mv-copy .sub-sp {
    display: block !important;
  }
}

.top-news-fixed {
  position: absolute;
  right: 0;
  bottom: calc(var(--newsOverlap) * -1);
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 56px;
  width: 35%;
  padding: 12px 20px;
  background: #0D664B;
  color: #fff;
  border-radius: 999px 0 0 999px;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, .22); */
  bottom: 82px;
}

.top-news-fixed .label {
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 14px;
}

.top-news-fixed .date {
  font-weight: bold;
  font-size: 14px;
}

.top-news-fixed .text {
  flex: 1;
  font-size: 14px;
  line-height: 1.4;
}


:root {
  --rail-w: 72px;
}

.rail-scroll {
  position: absolute;
  left: 0;
  top: 150;
  width: var(--rail-w);
  height: 95vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  pointer-events: none;
}

.rail-scroll::before {
  content: "";
  position: absolute;
  left: calc(var(--rail-w) / 2);
  width: 2px;
  height: 140px;
  background: #111;
  opacity: .16;
  border-radius: 1px;
}

.rail-scroll__text {
  writing-mode: vertical-rl;
  letter-spacing: .25em;
  font-size: 11px;
  color: #333;
  opacity: .7;
  transform: translateX(-6px);
}

.rail-scroll__dot {
  position: absolute;
  left: calc(var(--rail-w) / 2 - 3px);
  width: 6px;
  height: 6px;
  background: #111;
  border-radius: 50%;
  animation: railDot 2.2s ease-in-out infinite;
}

@keyframes railDot {
  0% {
    top: calc(50% - 70px);
    opacity: 0;
  }

  10% {
    opacity: .9;
  }

  60% {
    top: calc(50% + 70px);
    opacity: .9;
  }

  100% {
    top: calc(50% + 70px);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rail-scroll__dot {
    animation: none;
  }
}


/* ===== Loader ===== */
#loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: opacity .8s ease, visibility .8s ease;
}

#loader.hidden {
  opacity: 0;
  visibility: hidden;
}

#loader .loader-logo img {
  width: 300px;
  max-width: 60vw;
}

.mv {
  position: relative;
  display: grid;
  place-items: end;
}

.mv .mv-copy {
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

.mv .catch,
.mv .sub {
  visibility: hidden;
}

.mv .catch.is-split,
.mv .sub.is-split {
  visibility: visible;
}

.mv .catch .char,
.mv .sub .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(.8em) scale(.98);
  filter: blur(6px);
  transition:
    opacity .6s cubic-bezier(.2, .7, .2, 1),
    transform .6s cubic-bezier(.2, .7, .2, 1),
    filter .6s cubic-bezier(.2, .7, .2, 1);
  will-change: transform, opacity, filter;
}

.mv .catch .char.in,
.mv .sub .char.in {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.mv .catch .space,
.mv .sub .space {
  display: inline-block;
  width: .35em;
}

.mv .catch {
  margin: 0 0 .6rem;
  font-weight: 800;
  font-size: clamp(26px, 5vw, 64px);
  line-height: 1.2;
}

.mv .sub {
  font-weight: 700;
  font-size: clamp(14px, 2.2vw, 22px);
  line-height: 1.6;
}

@media (prefers-reduced-motion: reduce) {

  .mv .catch .char,
  .mv .sub .char {
    transition: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
}


/* ============================================================================
   Grow（GROWING TOGETHER）
   ========================================================================== */

.grow {
  position: relative;
  padding: 155px 20px;
  overflow: hidden;
}

.grow::before {
  content: "";
  position: absolute;
  inset: 0 0 0 30%;
  background: #f3f9ed;
  z-index: -1;
}

.grow-inner {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 56px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

.grow-visual img {
  width: 100%;
  border-radius: 14px;
  /* box-shadow: 0 10px 24px rgba(0, 0, 0, .08); */
}

.grow-eyebrow {
  font-family: 'Oswald', sans-serif;
  margin: 0 0 8px;
  color: #0D664B;
  font-size: 14px;
  font-weight: 800;
}

.grow-title {
  margin: 0 0 26px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.6;
}

.grow-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.grow-item .label {
  flex: 0 0 auto;
  min-width: 90px;
  padding: 8px 14px;
  color: #fff;
  background: #0D664B;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border-radius: 9999px;
}

.grow-item p {
  flex: 1;
  margin: 0;
  color: #37474F;
  font-size: 14px;
  line-height: 1.8;
}

.grow-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 55px;
  color: #0D664B;
  border: 1px solid #0D664B;
  border-radius: 6px;
  font-weight: 600;
  transition: all .2s ease;

}

/* ============================================================================
   Works（カード）
   ========================================================================== */

.works {
  position: relative;
  padding: 100px 20px 120px;


}

.works-eyebrow,
.works-title,
.works-lead,
.works>p {
  text-align: center;
}

.works-eyebrow {
  font-family: 'Oswald', sans-serif;
  color: #0D664B;
  font-weight: 700;
  font-size: 14px;
}

.works h2 {
  margin-bottom: 12px;
  font-size: 28px;
}

.works>p {
  margin-bottom: 44px;
  color: #6b6b6b;
}

.works-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 36px;
  margin: 4% auto 0;
}

.works-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 1 240px;
  max-width: 240px;
  padding: 36px 28px 86px;
  text-align: center;
  background: #fff;
  border: 1px solid #e7ebe9;
  border-radius: 22px;
  /* box-shadow: 0 6px 16px rgba(0, 0, 0, .06); */
  transition: transform .2s ease, box-shadow .2s ease;
}

.works-item:hover {
  transform: translateY(15px);
  /* box-shadow: 0 10px 22px rgba(0, 0, 0, .08); */
}

.works-item img {
  width: 88px;
  margin: 0 0 18px;
}

.works-item h3 {
  margin: 0 0 10px;
  color: #0D664B;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}

.works-item h3 span {
  display: block;
  margin-top: 6px;
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 700;
}

.works-item .desc {
  margin: 0;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.9;
}

.works-item .more {
  font-family: 'Oswald', sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #0D664B;
  border-radius: 0 0 22px 22px;
  font-weight: 800;
  letter-spacing: .08em;
  transition: opacity .15s;
}

.works-item .more i {
  margin-left: 8px;
  font-style: normal;
}

.works-item .more:hover {
  opacity: .9;
}

.works::after {
  content: "";
  position: absolute;
  left: -20px;
  right: 0;
  bottom: 0;
  height: 420px;
  /* ← ドットを出したい“高さ”。必要に応じて調整 */
  background: url(../images/PC/TOP/dot_back.png) repeat 0 0;
  z-index: 0;
  /* 背面に置く */
  pointer-events: none;
}

/* 中身を前面に（背景より上に） */
.works-inner {
  position: relative;
  z-index: 1;
}



.dot-back {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 420px;
}

/* ===== Quick Quote Tool：PCは横並び＆全体を中央配置、SPは縦 ===== */

.quote {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.quote-bg img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  filter: brightness(0.6);
}

.quote-inner {
  position: absolute;
  inset: 0;
  height: 100%;
  width: min(1000px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 48px;
  color: #fff;
}

.quote-left {
  justify-self: start;
  text-align: left;
}

.quote-right {
  justify-self: end;
}

.quote-left h2 {
  font-family: 'Oswald', sans-serif;
  margin: 0 0 12px;
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 800;
}

.quote-left p {
  margin: 0;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.8;
}

.quote-right .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 360px;
  height: 70px;
  padding: 0 28px;
  background: #fff;
  color: #0D664B;
  font-weight: 800;
  border-radius: 12px;
  border: 3px solid rgba(21, 106, 89, .25);
  /* box-shadow: 0 10px 24px rgba(0, 0, 0, .22); */
  letter-spacing: .04em;
  transition: transform .15s ease, box-shadow .2s ease;
}

.quote-right .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .25);
}



/* ============================================================================
   FAQ on TOP（トップ内FAQ）
   ========================================================================== */

.faq {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 20px;
  text-align: center;
}

.faq-eyebrow {
  font-family: 'Oswald', sans-serif;
  margin-bottom: 10px;
  color: #0D664B;
  font-size: 14px;
  font-weight: 700;
}

.faq h2 {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 700;
}

.faq-item {
  margin-bottom: 40px;
  text-align: left;
}

.faq-q {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.faq-q .icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #333;
  border-radius: 50%;
  font-weight: 700;
  margin-right: 12px;
  margin-top: 8px;
}

.faq-q p {
  font-weight: bold;
  font-size: 1.2rem;
}

.faq-a {
  display: flex;
  align-items: flex-start;
  padding-left: 6%;
}

.faq-a .icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0D664B;
  background: #f3f9ed;
  border-radius: 50%;
  margin-right: 12px;
  font-size: 1.5rem;
}

.faq-a p {
  color: #0D664B;
  line-height: 1.8;
}

.faq-more {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 26px;
  color: #0D664B;
  border: 1px solid #0D664B;
  border-radius: 6px;
  font-weight: 600;
  transition: all .2s ease;
}

.contact {
  background: #1F6B58;
  color: #fff;
  padding: 72px 20px 68px;
  text-align: center;
}

.contact-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.contact-text h2 {
  font-family: 'Oswald', sans-serif;
  margin: 0 0 8px;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: .18em;

}

.contact-text .lead {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 800;
}

.contact-text .sub {
  margin: 0 0 32px;
  font-size: 14px;
  opacity: .9;
}

.contact-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  flex-wrap: wrap;
}

.contact-info .tel {
  display: flex;
  align-items: center;
  padding-right: 105px;
  border-right: 1px solid rgba(255, 255, 255, .35);
  padding-left: 3%;
}

.tel .icon {
  font-size: 36px;
  line-height: 1;
}

.tel .number {
  font-size: 44px;
  font-weight: 900;
  letter-spacing: .02em;
}

.contact-info .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 28px;
  min-width: 320px;
  height: 56px;
  border-radius: 10px;
  background: #EAF3EF;
  color: #1F6B58;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .03);
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease, color .12s ease;
}

.contact-info .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
  background: #dcebe6;
}

.contact>.btn {
  all: unset;
}

.tel i {
  font-size: 32px;
  margin-right: 5px;
}



/* ============================================================================
   Slider（シームレススライダー）
   ========================================================================== */

.slider {
  --panel-h: 240px;
  --panel-w: 240px;
  --speed: 30s;
  overflow: hidden;
  background: #fafafa;
  user-select: none;
}

.slider-track {
  display: flex;
  gap: 0;
  animation: slider-loop var(--speed) linear infinite;
}

.slider-track img {
  flex: 0 0 var(--panel-w);
  width: var(--panel-w);
  height: var(--panel-h);
  object-fit: cover;
  margin: 0;
  pointer-events: none;
  -webkit-user-drag: none;
}

/* ★ seamlessにループさせる */
@keyframes slider-loop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-1 * var(--panel-w) * 8));
  }
}


/* ============================================================================
   Footer（ホバー時に左から#1e6b56のアンダーライン）
   ========================================================================== */

footer {
  padding: 40px 20px;
  text-align: center;
  font-size: 14px;
}

.site-footer {
  background: #f3f9ed;
  padding: 55px 20px 56px;
  color: #333;
  position: relative;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px;
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
}

.footer-nav a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  color: #2f2f2f;
  font-size: 14px;
  letter-spacing: .08em;
  text-decoration: none;
  transition: color .25s ease;
  font-size: 13px;
}

.footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #1e6b56;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .28s ease;
}

.footer-nav a:hover::after,
.footer-nav a:focus-visible::after {
  transform: scaleX(1);
}

.footer-nav li.is-current a::after {
  transform: scaleX(1);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  align-items: center;
  justify-items: center;
  margin: 8px auto 28px;
  width: 780px;
}

.footer-links .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  /* height: 88px; */
  /* background: #fff; */
  /* border: 1px solid #D5E0D8; */
  border-radius: 10px;
  /* box-shadow: 0 1px 0 rgba(0, 0, 0, .04); */
}

.footer-links .badge img {
  /* max-height: 64px; */
  /* max-width: 90%; */
  object-fit: contain;
}

.footer-links .badge:nth-of-type(3) img {
  width: 55%;
  margin: auto;
  display: block;
}

.footer-links .badge:nth-of-type(2) {
  padding-left: 32px;
}

.footer-links .badge:nth-of-type(4) {
  margin-left: -36px;
}


.footer-brand {
  text-align: center;
  margin: 10px 0 18px;
}

.footer-logo {
  display: block;
  max-width: 320px;
  margin: 50px auto 10px;
}

.footer-brand .address {
  margin: 0;
  color: #506156;
  font-size: 13px;
}

.copy {
  position: absolute;
  right: max(20px, env(safe-area-inset-right));
  bottom: 12px;
  margin: 0;
  color: #7b7b7b;
  font-size: 12px;
  text-align: right;
  width: auto;
}


/* ============================================================================
   NEWS Page
   ========================================================================== */

.news {
  margin: 80px 0;
}

.news-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
}

.news-head {
  text-align: center;
  margin-bottom: 60px;
}

.news-head .eyebrow {
  font-family: 'Oswald', sans-serif;
  margin: 0 0 6px;
  color: #0b6f57;
  font-size: 14px;
  font-weight: bold;
}

.news-head .heading {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-item {
  padding: 24px 0 24px;
  text-align: left;
}

.news-item .date {
  margin: 0 0 6px;
  color: #0b6f57;
  font-weight: 700;
}

.news-item .title {
  margin: 0 0 10px;
  color: #0b6f57;
  font-weight: 700;
}

.news-item .border {
  margin: 0 0 14px;
  border: none;
  border-bottom: 1px solid #cfd7d3;
}

.news-item .text {
  margin: 0;
  color: #333;
}

:root {
  --brand-green: #1c7a67;
  --text-gray: #3a3a3a;
}

.about-intro {
  padding: 80px 0 40px;
}

.about-intro__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  color: var(--text-gray);
}

.about-intro__eyebrow {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #266d5e;
}

.about-intro__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 28px;
}

.about-intro__catch {
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 800;
  line-height: 1.7;
  color: #155a4c;
  margin: 0 0 10px;
}

.about-intro__sub {
  color: var(--brand-green);
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 60px;
}

.about-intro__copy {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}

.about-intro__copy p {
  line-height: 2.4;
  margin: 0 0 26px;
  text-align: justify;
  text-justify: inter-ideograph;
}


/* ============================================================================
   ABOUT Page
   ========================================================================== */

:root {
  --green-deep: #156a59;
  --green-brand: #1c7a67;
  --line: #cfe4d6;
  --ink: #333;
}

.profile {
  position: relative;
  padding: 84px 0 130px;
  background: #fff;
  overflow: hidden;
}

.profile-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 40px;
}

.profile .eyebrow {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--green-brand);
  margin: 0 0 8px;
}

.profile .heading {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 28px;
}

.profile-name {
  display: flex;
  gap: 14px;
  align-items: baseline;
  margin: 0 0 28px;
  padding-left: 157px;
  z-index: 10;
  position: relative;
}


.profile-name .jp {
  color: var(--green-deep);
  font-weight: 800;
  font-size: 22px;
}

.profile-name .en {
  color: #5c8f82;
  font-size: 14px;
}

.bio {
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 28px;
  row-gap: 22px;
  color: var(--ink);
  position: relative;
  border-left: 3px solid var(--line);
  padding-left: 18px;
  margin-left: 5%;
  padding-top: 5%;
  line-height: 1.7;
}

.bio dt {
  grid-column: 1;
  color: var(--green-deep);
  font-weight: 700;
  padding-left: 0;
}

.bio dd {
  grid-column: 2;
  margin: 0;
}

.profile-photo {
  flex: 1 1 55%;
  text-align: right;
  justify-self: end;
  margin-right: calc(50% - 47vw);
  z-index: 100;
  padding-top: 12%;
}

.profile-photo img {
  border-radius: 16px;
  /* 角丸の半径（例：16px） */
}

.about-us-img {
  position: relative;
}

/* 左下の画像（②） */
.pc-aboutimg-right {
  position: absolute;
  bottom: 70%;
  right: 14%;
  width: 15%;
  max-width: none;
  z-index: 0
}

/* 左下の画像（②） */
.pc-aboutimg-left {
  /* position: absolute; */
  bottom: -100px;
  left: -80px;
  width: 60%;
  max-width: none;
  z-index: 0;
  margin-top: 10%;
}


.pc-about-img img {
  width: 100%;
  height: auto;
  max-width: none;
}


:root {
  --alli-line: #cfe4d6;
  --alli-dot: #e8f3ed;
  --alli-ink: #333;
  --alli-green: #156a59;
  --alli-sub: #4a786d;
}

.alliance.v2 {
  position: relative;
  padding: 25px 0 80px;
}

.alliance.v2::before,
.alliance.v2::after {
  content: none;
}

.alliance-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  text-align: center;
}

.ally {
  position: relative;
  z-index: 1;
}

.profile {
  position: relative;
  isolation: isolate;
}

.profile::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: clamp(300px, 60vw, 640px);
  aspect-ratio: 1 / 1;
  background: #f3f9ed;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}

.profile-inner {
  position: relative;
  z-index: 1;
}

.alliance-img {
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0;
}

.ally::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: clamp(400px, 38vw, 620px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #f3f9ed;
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ally.left::before {
  transform: translate(-60%, -50%);
}

.ally.right::before {
  transform: translate(-27%, -105%);
}

.alliance .eyebrow {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--green-brand);
  margin: 0 0 6px;
}

.alliance .heading {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 26px;
  color: var(--alli-ink);
}

/* 2カラム＋中央の縦仕切り */
.ally-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  position: relative;
  text-align: left;
  margin-top: 120px;
}

.ally-grid::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 72px;
  bottom: 22px;
  width: 3px;
  background: var(--alli-line);
  transform: translateX(-50%);
  margin-left: 17px;
}

.ally-name {
  margin: 0 0 6px;
  font-weight: 800;
  font-size: 18px;
  color: var(--alli-green);
}

.ally-sub {
  margin: 0 0 18px;
  color: var(--alli-sub);
}

.ally-sub-titile {
  padding-left: 22%;
}

.ally-right-sub-title {
  padding-left: 15%;
}

.ally-link2 {
  padding-left: 15px;
}

.ally-dl {
  display: grid;
  grid-template-columns: 96px 1fr;
  column-gap: 28px;
  row-gap: 14px;
  color: var(--alli-ink);
  margin-top: 0;
  padding-top: 5%;
}

.ally-dl:not(.no-line) {
  border-left: 3px solid var(--alli-line);
  padding-left: 18px;
  padding-bottom: 50px;
}

.ally-dl dt {
  font-weight: 700;
  color: var(--alli-green);
  line-height: 1.9;
}

.ally-dl dd {
  margin: 0;
  line-height: 1.9;
}

.ally a {
  color: var(--alli-ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.company {
  padding: 200px 0 120px;
  position: relative;
}

.company-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  text-align: center;
}

.company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  text-align: left;
}

.company-box {
  background: rgba(255, 255, 255, .8);
}

.cmp-dl {
  margin: 0;
}

.cmp-dl .row {
  display: grid;
  grid-template-columns: 140px 1fr;
  padding: 14px 0;
  border-bottom: 3px solid #d6e4dd;
}

.cmp-dl .row:first-child {
  border-top: 3px solid #d6e4dd;
}

.cmp-dl dt {
  font-weight: 700;
  color: #333;
  line-height: 1.9;
}

.cmp-dl dd {
  margin: 0;
  line-height: 1.9;
}

.alliance .eyebrow,
.company .eyebrow {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--green-brand);
  margin: 0 0 6px;
  text-align: center;
}

.alliance .heading,
.company .heading {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 80px;
  text-align: center;
}

.map-wrap {
  width: 100%;
  height: 400px;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
}


/* ============================================================================
   SERVICES Page
   ========================================================================== */

.services {
  background: none;
  padding: 0;
}

.services-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.services-head {
  position: relative;
  margin: 0;
  padding: 80px 0 75px;
  text-align: center;
}

.services-head::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #fff;
  z-index: -1;
}

.services-head .eyebrow {
  font-family: 'Oswald', sans-serif;
  margin: 0 0 6px;
  color: #0b6f57;
  font-size: 14px;
  font-weight: 700;
}

.services-head .heading {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
}

.services-head .lead {
  margin: 0;
  color: #596b63;
}

.service {
  position: relative;
  padding: 72px 24px;
  scroll-margin-top: 40px;
}

.service::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #fff;
  z-index: -1;
}

.service:nth-of-type(odd)::before {
  background: #f4fbf7;
}

.service:nth-of-type(even)::before {
  background: #fff;
}

.service-eyebrow {
  font-family: 'Oswald', sans-serif;
  margin: 0 0 6px;
  color: #3a7b66;
  font-size: 12px;
}

.service-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .5em;
  margin: 0;
  color: #0b6f57;
  font-size: 1.6rem;
  font-weight: 700;
}

.service-title::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.service-heading {
  text-align: center;
}

.service-heading .service-eyebrow {
  font-family: 'Oswald', sans-serif;
  /* text-align: right; */
  margin: 0;
  margin-left: 40px;
  margin-bottom: 6px;
}

.service-heading .service-title {
  margin-left: 40px;
  display: inline-flex;
  align-items: center;
  gap: .5em;
  color: #0b6f57;
  font-size: 1.6rem;
  font-weight: 700;
}

.service.tax .service-title::before {
  background-image: url("../images/PC/SARVICE/icon1.png");
}

.service.management .service-title::before {
  background-image: url("../images/PC/SARVICE/icon2.png");
}

.service.fund .service-title::before {
  background-image: url("../images/PC/SARVICE/icon3.png");
}

.service.investigation .service-title::before {
  background-image: url("../images/PC/SARVICE/icon4.png");
}

.service-text {
  text-align: left;
}

.service-content {
  display: flex;
  gap: 40px;
  align-items: stretch;
  margin-top: 20px;
}

.service-content .service-bodywrap {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
}

.service-content .service-figure {
  flex: 0 0 45%;
  margin: 0;
}

.service.is-reverse .service-content {
  flex-direction: row-reverse;
}

.service-content .service-figure img {
  width: 100%;
  aspect-ratio: 4/3;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  /* box-shadow: 0 10px 28px rgba(0, 0, 0, .08); */
}

.service-body {
  margin: 0 0 14px;
  color: #333;
  line-height: 1.9;
}

.service-body .em {
  color: #0b6f57;
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease;
}

.btn.btn-outline {
  min-width: 180px;
  height: 48px;
  line-height: 48px;
  padding: 0 26px;
  text-align: center;
  font-weight: 600;
  color: #1B6950;
  border: 1.8px solid #1B6950;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: color .5s ease;
  z-index: 0;
}

.btn.btn-outline::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0b6f57;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .5s ease;
  z-index: -1;
}

.btn.btn-outline:hover::before,
.btn.btn-outline:focus-visible::before {
  transform: scaleX(1);
}

.btn.btn-outline:hover,
.btn.btn-outline:focus-visible {
  color: #fff;
}

.service .service-bodywrap>.btn.btn-outline {
  align-self: center;
  margin-top: 8px;
}

/* ============================================================================
   FAQ Page（.qa-*）
   ========================================================================== */

.qa-section {
  background: #fff;
  padding: 80px 0 40px;
  scroll-behavior: smooth;
}

.qa-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.qa-head {
  text-align: center;
  margin-bottom: 18px;
}

.qa-eyebrow {
  font-family: 'Oswald', sans-serif;
  margin: 0 0 6px;
  color: #0b6f57;
  font-size: 14px;
  font-weight: bold;
}

.qa-title {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
}

.qa-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  max-width: 980px;
  margin: 36px auto 55px;
  flex-wrap: wrap;
}

.qa-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  min-width: 260px;
  min-height: 48px;
  background: #f3f9ed;
  color: #1B5E4A;
  border: 1.6px solid #7DAF9B;
  border-radius: 14px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .02em;
  text-decoration: none;
  /* box-shadow: 0 1px 0 rgba(0, 0, 0, .04); */
  transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease;
  overflow: hidden;
}

.qa-chip::after {
  content: "▼";
  margin-left: 10px;
  font-size: .9em;
  translate: 0 -1px;
  opacity: .9;
}

.qa-chip:hover,
.qa-chip:focus-visible {
  background: #DFF0E8;
  box-shadow: 0 8px 18px rgba(27, 105, 80, .12);
  transform: translateY(-1px);
  outline: none;
}

.qa-chip:focus-visible {
  box-shadow: 0 0 0 3px rgba(27, 105, 80, .18),
    0 8px 18px rgba(27, 105, 80, .12);
}

.qa-chip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0b6f57;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .45s ease;
  z-index: -1;
}

.qa-chip:hover::before,
.qa-chip:focus-visible::before {
  transform: scaleX(1);
}

.qa-chip:not(:hover)::before {
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .45s ease;
}

.qa-chip:hover,
.qa-chip:focus-visible {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(11, 111, 87, .12);
}

.qa-category {
  margin-top: 40px;
}

.qa-heading {
  position: relative;
  margin: 8px 0 18px;
  padding: 14px 0;
  color: #0b6f57;
  font-size: 18px;
  font-weight: 700;
  scroll-margin-top: 96px;
}

.qa-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #3a7b66;
}

.qa-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #cfd7d3;
}

.qa-item {
  padding: 14px 0 18px;
  margin: 10px auto 12px;
  max-width: 820px;
  text-align: left;
}

.qa-category[id] {
  scroll-margin-top: 120px;
}


/* ============================================================================
   Simulator（顧問料シミュレーター）
   ========================================================================== */

.sim-section {
  padding: 32px 0 72px;
  background: #fff;
}

.sim-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}

.sim-head {
  text-align: center;
  padding: 50px 0 20px
}

.sim-eyebrow {
  font-family: 'Oswald', sans-serif;
  margin: 0 0 8px;
  color: #0b6f57;
  font-size: 14px;
  font-weight: 700;
}

.sim-title {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 800;
}

.sim-lead {
  margin: 0;
  color: #5a6a63;
  font-size: 14px;
  line-height: 1.9;
}

.sim-formwrap {
  position: relative;
  margin: 40px auto;
  padding: 32px 36px;
  background: #f3f9ed;
  border-radius: 18px;
}

.sim-formwrap::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #F4FBF7;
}

.sim-row {
  display: grid;
  grid-template-columns: 260px auto;
  align-items: center;
  column-gap: 28px;
  padding: 16px 80px;
}

.sim-row.sim-row-flex {
  display: grid;
}

.sim-row+.sim-row {
  position: relative;
  margin-top: 8px;
  padding-top: 30px;
  align-items: start;
}

.sim-row+.sim-row::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  height: 1px;
  background: #BFCAC4;
}

.sim-label {
  margin: 0;
  color: #0B6F57;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  white-space: nowrap;
}

.sim-select {
  width: 210px;
  height: 34px;
  padding: 0 32px 0 10px;
  border: 1px solid #333;
  border-radius: 2px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #333 50%),
    linear-gradient(135deg, #333 50%, transparent 50%);
  background-position:
    calc(100% - 16px) 50%,
    calc(100% - 11px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.sim-select::-ms-expand {
  display: none;
}

.sim-select:hover,
.sim-select:focus {
  border-color: #000;
  outline: none;
}

.sim-select option {
  padding: 6px 8px;
  line-height: 1.4;
}

.sim-select:disabled {
  color: #999;
  border-color: #bbb;
  background-color: #f7f7f7;
  cursor: not-allowed;
}



/* ========================================================================
   セレクトボックス
   ======================================================================== */

.sim-select {
  width: 210px;
  height: 34px;
  padding: 0 32px 0 10px;
  border: 1px solid #333;
  border-radius: 2px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, #333 50%),
    linear-gradient(135deg, #333 50%, transparent 50%);
  background-position: calc(100% - 16px) center, calc(100% - 11px) center;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.sim-select:hover,
.sim-select:focus {
  border-color: #000;
  outline: none;
}

.sim-select option {
  text-align: center;
}


/* =====================================================
   ラジオボタン
   ===================================================== */
.sim-radios {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}

.sim-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #263630;
  line-height: 1.6;
}

.sim-radio input {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #0B6F57;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
}

.sim-radio input:checked {
  background: radial-gradient(#0B6F57 60%, transparent 61%);
}

.sim-radio input:hover {
  box-shadow: 0 0 0 3px rgba(11, 111, 87, 0.15);
}


.sim-cta {
  margin: 22px 0 26px;
}

.sim-cta button {
  width: 100%;
  height: 56px;
  color: #2e5f52;
  background: #fff;
  border: 2px solid #98b9ac;
  border-radius: 10px;
  font-weight: 800;
  cursor: pointer;
  transition: all .2s ease;
}

.sim-cta button:hover {
  background: #f8fffc;
  box-shadow: 0 10px 26px rgba(11, 111, 87, .12);
  transform: translateY(-1px);
}

.sim-result {
  margin: 0 auto 24px;
  padding: 32px 22px 60px;
  text-align: center;
  border: 2px solid #0b6f57;
  border-radius: 14px;
}

.sim-result-title {
  margin: 0 0 20px;
  color: #0b6f57;
  font-weight: 800;
}

.sim-result table {
  width: 72%;
  max-width: 520px;
  margin: 0 auto;
}

.sim-result td {
  padding: 12px 6px;
  vertical-align: middle;
}

.sim-result td:first-child {
  text-align: left;
  color: #47665d;
}

.sim-result td:last-child {
  text-align: right;
  color: #0b6f57;
  font-size: 20px;
  font-weight: 800;
}

.sim-result .hr {
  height: 1px;
  background: #cfd7d3;
  margin: 22px auto 45px;
  width: 92%;
  max-width: 760px;
}

/* =====================================================
   シミュレーター内 お問い合わせボタン：左→右に塗りが走る
   ===================================================== */
.sim-contact-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 85px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #0b6f57;
  border-radius: 16px;
  color: #0b6f57;
  background: #fff;
  overflow: hidden;
  transition: color .4s ease;
  z-index: 0;
}

.sim-contact-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0b6f57;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .5s ease;
  z-index: -1;
}

.sim-contact-btn:hover::before,
.sim-contact-btn:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.sim-contact-btn:hover,
.sim-contact-btn:focus-visible {
  color: #fff;
}

.sim-contact-btn:not(:hover)::before {
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .5s ease;
}

.sim-cards {
  max-width: 800px;
  margin: 28px auto 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sim-card {
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
  padding: 30px 50px;
  background: #fff;
  border: 2px solid #1e6b56;
  border-radius: 6px;
  margin-top: 5%;
}

.sim-card-title {
  margin: 0;
  color: #1e6b56;
  font-size: 15px;
  font-weight: 800;
}

.sim-card-content {
  text-align: left;
  color: #35524a;
  font-size: 14px;
  line-height: 1.8;
}



.sim-card-content p {
  margin: 0;
  color: #35524a;
  font-size: 14px;
}

.sim-notes ul {
  list-style: none;
  padding-left: 20px;
}

.sim-notes li {
  padding: 4px 0 4px 2%;
  text-indent: -1.1em;

}

.sim-cta {
  margin: 24px 0 32px;
  text-align: center;
}

#calcBtn {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 64px;
  padding: 0 24px;
  background: #ffffff;
  color: #1e6b56;
  border: 2px solid #1e6b56;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
  transition: all .25s ease;
  box-shadow: 8px 8px 0 #f3f9ed;
}

#calcBtn:hover,
#calcBtn:active {
  background: #1e6b56;
  color: #fff;
  box-shadow: none;
  transform: translate(4px, 4px);
}

#calcBtn:focus-visible {
  outline: 2px solid rgba(30, 107, 86, .3);
  outline-offset: 3px;
}


/* ============================================================================
   Contact Page
   ========================================================================== */

.contactp {
  padding: 150px 0 80px;
  background: #fff;
}

.contactp__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
}

.contactp-head {
  text-align: center;
  margin: 8px 0 28px;
}

.contactp-head__eyebrow {
  font-family: 'Oswald', sans-serif;
  margin: 0 0 6px;
  color: #0b6f57;
  font-size: 14px;
  font-weight: bold;
}

.contactp-head__title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
}

.contactp-head__tel {
  margin: 0 0 8px;
  font-size: 30px;
}

.contactp-head__tel a {
  text-decoration: none;
}

.contactp-head__lead {
  margin: 0;
  color: #5a6a63;
  line-height: 1.9;
}

.contactp-form {
  max-width: 760px;
  margin: 26px auto 0;
}

.contactp-form__row {
  margin: 16px 0 18px;
}

.contactp-form__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #2b4a41;
  font-size: 14px;
}

.badge-required {
  display: inline-block;
  padding: 2px 6px;
  font-size: 11px;
  color: #fff;
  background: #0b6f57;
  border-radius: 4px;
  transform: translateY(-1px);
}

.contactp-form__input,
.contactp-form__textarea {
  width: 100%;
  padding: 12px 14px;
  color: #22302b;
  font-size: 15px;
  background: #fff;
  border: 1px solid #cfd7d3;
  border-radius: 8px;
  outline: none;
  transition: border-color .15s ease, box-shadow .2s ease;
}

.contactp-form__input:focus,
.contactp-form__textarea:focus {
  border-color: #0b6f57;
  /* box-shadow: 0 0 0 3px rgba(11, 111, 87, .12); */
}

.contactp-form__textarea {
  min-height: 220px;
  resize: vertical;
}

.contactp-notes {
  max-width: 760px;
  margin: 14px auto 20px;
  color: #63746d;
  font-size: 12.5px;
  line-height: 1.9;
  text-align: center;
}

.contactp-submit {
  text-align: center;
  margin-top: 6px;
}

.contactp-submit__btn {
  min-width: 180px;
  height: 48px;
  padding: 0 22px;
  color: #fff;
  background: #0b6f57;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .06em;
  cursor: pointer;
  transition: transform .1s ease, box-shadow .2s ease, filter .2s ease;
}

.contactp-submit__btn:hover {
  transform: translateY(2px);
  box-shadow: 0 4px 10px rgba(11, 111, 87, .2);
  filter: brightness(0.95);
}

.contactp-submit__btn:active {
  transform: translateY(2px);
  box-shadow: 0 2px 5px rgba(11, 111, 87, .2);
  filter: brightness(0.9);
}


/* ============================================================================
   Thanks Page
   ========================================================================== */

.thanksp {
  padding: 100px 0 56px;
  background: #fff;
}

.thanksp__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.thanksp-title {
  margin: 28px 0 8px;
  text-align: center;
  color: #254e44;
  font-size: 22px;
  font-weight: 800;
}

.thanksp-title-underline {
  display: block;
  width: 160px;
  height: 3px;
  margin: 0 auto 22px;
  background: #6aa28f;
  border-radius: 2px;
}

.errorsp-title-underline {
  display: block;
  width: 570px;
  height: 3px;
  margin: 0 auto 22px;
  background: #6aa28f;
  border-radius: 2px;
}

.thanksp-message {
  margin-bottom: 26px;
  color: #5a6a63;
  line-height: 1.9;
  text-align: center;
}

.thanksp-actions {
  text-align: center;
  margin-top: 10px;
}

.thanksp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 48px;
  padding: 0 28px;
  color: #fff;
  background: #0b6f57;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
  transition: transform .1s ease, box-shadow .2s ease, filter .2s ease;
}

.thanksp-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(11, 111, 87, .2);
  filter: saturate(1.05);
}


.sp-br {
  display: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.pc-only-tb {
  display: block;
}

.sp-only-tb {

  display: none;
}

.pc-only-tb2 {
  display: block;
}

.sp-only-tb2 {
  display: none;
}

.sp-br400 {
  display: block;
}



/* ホバーアニメーション=====================================================*/

/* =====================================================
   お問い合わせフォームボタン：薄緑カーテン（行って→見えながら戻る）
   ※ .contact-info 内のボタン専用（演出つき）
   ===================================================== */
.contact-info .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  height: 48px;
  margin: 0 auto;
  padding: 10px 25px;
  color: #1B6950;
  font-weight: 600;
  background: #F4FBF7;
  border: 1.8px solid #1B6950;
  border-radius: 8px;
  overflow: hidden;
  transition: color .4s ease, background .4s ease;
}

.contact-info .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160%;
  height: 500%;
  background: linear-gradient(45deg,
      rgba(244, 251, 247, 0.4) 0%,
      rgba(164, 207, 184, 0.6) 50%,
      rgba(244, 251, 247, 0.4) 100%);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  opacity: 0;
  z-index: 1;
  transition: transform .5s ease-in-out, opacity .2s ease .4s;
}

.contact-info .btn:hover::before {
  transform: translateX(-5%) translateY(-25%) rotate(45deg);
  opacity: 0.9;
  transition: transform .5s ease-in-out, opacity .2s ease 0s;
}

.contact-info .btn:hover {
  color: #fff;
  background: #1B6950;
  border-color: #1B6950;
}

.contact-info .btn,
.contact-info .btn span {
  position: relative;
  z-index: 2;
}


/* ==========================================
   「左→右に色が走る」ホバー演出（#1B6950）
   ========================================== */

.quote-right .btn,
.grow-btn {
  position: relative;
  overflow: hidden;
  z-index: 0;
  color: #1B6950;
  border-color: #1B6950;
  background: #fff;
  transition: color .5s ease;
}

.quote-right .btn::before,
.grow-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1B6950;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .5s ease;
  z-index: -1;
}

.quote-right .btn:hover,
.quote-right .btn:focus-visible,
.grow-btn:hover,
.grow-btn:focus-visible {
  color: #fff;
}

.quote-right .btn:hover::before,
.quote-right .btn:focus-visible::before,
.grow-btn:hover::before,
.grow-btn:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left;
}

.quote-right .btn:hover {
  background: transparent;
}


/* FAQ「もっと見る」：左→右に色が走るホバー（#1B6950） */
.faq-more {
  display: inline-block;
  min-width: 180px;
  height: 48px;
  line-height: 48px;
  padding: 0 26px;
  text-align: center;
  font-weight: 600;
  color: #1B6950;
  border: 1.8px solid #1B6950;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: color .5s ease;
  z-index: 0;
}

.faq-more::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1B6950;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .5s ease;
  z-index: -1;
}

.faq-more:hover,
.faq-more:focus-visible {
  color: #fff;
}

.faq-more:hover::before,
.faq-more:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left;
}

/* ホバーアニメーション=====================================================ここまで

/* ============ Hamburger ============ */
.hamburger {
  display: none;
  position: fixed;
  top: calc(12px + env(safe-area-inset-top, 0px));
  right: calc(12px + env(safe-area-inset-right, 0px));
  width: 18px;
  height: 18px;
  padding: 10px;
  box-sizing: content-box;
  background: none;
  border: 0;
  cursor: pointer;
  z-index: 3000;
}

.hamburger span {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #0b654b;
  border-radius: 2px;
  transform: translateX(-50%);
  transition: transform .25s ease, opacity .2s ease;
}

.hamburger span:nth-child(1) {
  top: 6px;
}

.hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.hamburger span:nth-child(3) {
  bottom: 6px;
}

.hamburger.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ===== Form validation UI ===== */
.contactp-form__row.is-error .contactp-form__input,
.contactp-form__row.is-error .contactp-form__textarea {
  border-color: #d33 !important;
  outline: none;
}

.form-error {
  margin-top: 6px;
  color: #d33;
  font-size: 12px;
}

.form-errors {
  border: 1px solid #d33;
  background: #ffecec;
  color: #b30000;
  padding: 12px 14px;
  border-radius: 6px;
  margin: 0 0 16px;
}

.form-errors ul {
  margin: 8px 0 0 18px;
}

.form-errors a {
  color: inherit;
  text-decoration: underline;
}

.to-top {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: calc(16px + env(safe-area-inset-bottom));
  z-index: 300;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--green-brand, #156a59);
  color: #fff;
  border: none;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, .15); */
  cursor: pointer;
  font-size: 1.4rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .25s, transform .25s, visibility .25s;
}

.to-top.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.to-top:hover {
  filter: brightness(1.08);
}

.to-top:active {
  transform: translateY(1px);
}

.to-top:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(21, 106, 89, .35);
}


@media (prefers-reduced-motion: reduce) {
  .to-top {
    transition: none;
  }

  html {
    scroll-behavior: auto;
  }
}


/**********************************************
 * アニメーション（フェードイン）
 **********************************************/
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate-fade-in {
  animation: fadeIn 0.5s ease-in-out forwards;
}

/**********************************************
 * スクロールアニメ（共通ユーティリティ）
 **********************************************/
.scroll-animate {
  opacity: 0;
  transition: opacity .8s ease-in-out;
}

.scroll-animate.visible {
  opacity: 1;
}

.scroll-animate {
  transform: translateY(8px);
}

.scroll-animate.visible {
  transform: none;
  transition: opacity .8s ease, transform .8s ease;
}

@media (prefers-reduced-motion: reduce) {

  .scroll-animate,
  .scroll-animate.visible,
  .animate-fade-in {
    transition: none;
    animation: none;
  }
}


[data-animation] {
  opacity: 0;
}

[data-animation].is-visible {
  opacity: 1;
}


@media (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation: none !important;
  }
}




/* ============================================================================
 Responsive: 1400–1700px
   ========================================================================== */

@media (min-width: 1400px) and (max-width: 1700px) {
  .top-news-fixed {
    bottom: 42px;
  }
}

/* ============================================================================
 Responsive: 1221px ~
   ========================================================================== */


@media (min-width: 1221px) {
  .mv.mv--with-rail {
    margin-left: 72px;
    width: calc(100% - 72px);
  }
}


/* ============================================================================
 Responsive: ~ 1339px
   ========================================================================== */

@media (max-width: 1339px) {
  .works-item {
    flex: 0 1 calc(50% - 28px);
    max-width: 360px;
  }
}


/* ============================================================================
 Responsive: ~ 1220px
   ========================================================================== */

@media (max-width: 1220px) {
  .hamburger {
    display: flex;
  }

  nav.global-nav {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 2500;
    padding-top: 65px;
    display: flex;
    justify-content: center;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
  }

  nav.global-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  nav.global-nav ul {
    --menu-gap: 32px;
    width: min(92vw, 520px);
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: var(--menu-gap);
    text-align: center;
  }

  nav.global-nav a {
    display: block;
    padding: 12px 6px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: #0b654b;
    text-decoration: none;
  }

  nav.global-nav li {
    position: relative;
  }

  nav.global-nav li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #eef3f0;
    bottom: calc(-1 * var(--menu-gap) / 2);
  }

  .global-nav li.has-bubble .bubble {
    display: none;
  }

  .site-header {
    height: 60px;
  }

  body.is-top .site-header,
  body.is-top header {
    background: transparent !important;
    box-shadow: none;
  }

  body.is-top {
    padding-top: 0;
  }

  .header-inner {
    padding: 0 16px;
    justify-content: flex-start;
  }

  .pc-only-tb2 {
    display: none;
  }

  .sp-only-tb2 {
    display: block;
  }

  .mv {
    margin-left: 0;
    height: 0vh;
    min-height: 240px;
  }

  .mv img {
    width: 100vw;
  }

  .top-news-fixed {
    position: static;
    margin: 0;
    border-radius: 0;
    max-width: unset;
    width: 100%;
  }

  .rail-scroll {
    display: none;
  }

  .pc-aboutimg-right {
    bottom: 54%;
    right: 6%;
    width: 18%;
  }

}

/* ============================================================================
 Responsive: ~ 1160px
   ========================================================================== */

@media (max-width:1160px) {
  .sp-inner {
    max-width: 700px;
    margin: auto;
  }

  .alliance.v2 {
    max-width: 700px;
    margin: auto;
  }

  .profile::before {
    top: 80%;
    width: 550px;
  }

  .ally.left::before {
    transform: translate(-50%, -43%);
    width: clamp(400px, 38vw, 520px);
  }

  .ally-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 0px;
  }

  .ally-grid::before {
    display: none;
  }

  .ally-sub-titile {
    padding-left: 5%;
  }

  .profile-name {
    padding-left: 50px;
  }

  .ally-right-sub-title {
    padding-left: 5%;
  }

  .alliance.v2::before,
  .alliance.v2::after {
    width: 360px;
    height: 360px;
  }

  .alliance.v2::before {
    left: -120px;
    top: 120px;
  }

  .alliance.v2::after {
    right: -140px;
    top: 40px;
  }

  .alliance-img {
    margin: 20px calc(50% - 50vw);
    width: 100vw;
  }

  .alliance-img img {
    display: block;
    width: 85vw;
    height: auto;
    margin: auto;
  }

  .profile-photo {
    margin: 20px calc(50% - 50vw);
    width: 100vw;
    padding-top: 0;
    margin: 0 0 30px 0;
  }

  .profile-photo img {
    display: block;
    width: 85vw;
    height: auto;
    margin: auto;
  }

  .profile-photo.sp-only {
    text-align: center;
  }

  .alliance .heading {
    margin: 0;
  }

  .company .heading {
    margin: 0 0 28px;
  }

  .ally-grid,
  .company-grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .alliance::before {
    left: -80px;
    top: 10px;
  }

  .alliance::after {
    right: -80px;
    top: 40px;
  }

  .company {
    padding: 0px 0 120px;
  }

  .cmp-dl .row:nth-child(2) {
    border-top: 3px solid #d6e4dd;
  }

  .cmp-dl .row:first-child {
    /* border-top: 3px solid #d6e4dd; */
    border: none;
  }


  .ally .right {
    margin-top: 150px;
  }

  body.no-scroll {
    overflow: hidden;
  }

  .profile .eyebrow {
    text-align: center;
  }

  .profile .heading {
    text-align: center;
  }

  .alliance-inner {
    padding: 0px 20px;
  }

  .company-inner {
    max-width: 550px;
  }

  .pc-only-tb {
    display: none;
  }

  .sp-only-tb {
    display: block;
  }

  .profile-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0px;
  }

  .grow::before {
    content: none;
  }

  .grow {
    padding: 32px 14px;
    background: #F1F7F3;
  }

  .grow-inner {
    grid-template-columns: 460px 1fr;
    gap: 42px;
    margin: 0 auto;
  }

  .grow-visual {
    order: 1;
  }

  .grow-body {
    order: 2;
    text-align: center;
    padding: 18px 14px 45px;
    border-radius: 12px;
  }

  .grow-eyebrow {
    margin: 0 0 6px;
  }

  .grow-title {
    margin: 0 0 40px;
    font-size: 20px;
    line-height: 1.6;
  }

  .works h2 {
    font-size: 20px;
  }

  .faq h2 {
    font-size: 20px;
  }

  .grow-item {
    margin: 14px 0;
    text-align: center;
  }

  .grow-item .label {
    display: inline-block;
    min-width: auto;
    padding: 8px 16px;
    margin: 0 auto 8px;
    font-size: 13px;
    border-radius: 9999px;
  }

  .grow-item p {
    margin: 0 auto;
    max-width: 30em;
    text-align: left;
    line-height: 1.9;
  }

  .grow-btn {
    display: inline-block;
    margin: 16px auto 0;
  }

  .grow-visual img {
    padding-top: 3%;
  }

  .ally-dl {
    column-gap: 0px;
    padding: 5% 0;
  }

  .sp-line {
    border-left: 3px solid var(--alli-line);
    padding-left: 18px;
  }

  .left {
    margin: 35px 0 50px;
  }

  .right {
    margin: 170px 0 80px;
  }

  .service {
    padding: 60px 20px;
  }

  .service-content {
    gap: 28px;
  }

  .qa-chip {
    min-width: 220px;
  }

  .grow::before {
    inset: 0 0 0 28%;
  }

}

/* ============================================================================
 Responsive: ~ 986px
   ========================================================================== */

@media (max-width:986px) {
  .contact-info .tel {
    border: none;
  }
}

@media (max-width:911px) {
  .works::after {
    height: 1060px;
  }
}

/* ============================================================================
 Responsive: ~ 900px
   ========================================================================== */

@media (max-width:900px) {}


/* ============================================================================
 Responsive: ~ 820px
   ========================================================================== */

@media (max-width:820px) {
  .footer-nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin: 0 0 45px;
    padding: 0;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    /* gap: 22px; */
  }

  .footer-links {
    width: 475px;
    /* column-gap: 7px;
    row-gap: 37px; */
  }

  .footer-links .badge:nth-of-type(2) {
  padding-left: 32px;
}

.footer-links .badge:nth-of-type(4) {
  margin-left: 32px;
}


}


/* ============================================================================
 Responsive: ~ 781px
   ========================================================================== */

@media (max-width:781px) {
  .global-nav li.has-bubble .bubble {
    display: none;
  }

  .global-nav li:last-child a {
    padding: 16px 6px;
  }

  .header-inner {
    padding-left: 260px;
    padding-right: 16px;
    justify-content: space-between;
    padding: 0 16px;
  }

  .header-logo img {
    display: block;
    width: 80%;
  }

  .brand-plate {
    width: 240px;
    height: 120px;
    border-bottom-right-radius: 72px;
    padding: 18px 22px;
  }

  .brand-plate img {
    height: 52px;
  }
}


/* ============================================================================
 Responsive: 769px ~ 
   ========================================================================== */

@media (min-width: 769px) {
  .site-header .global-nav ul>li>a {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    font-size: 13px;
  }

  .site-header .global-nav ul>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .28s ease;
  }

  .site-header .global-nav ul>li>a:hover::after,
  .site-header .global-nav ul>li>a:focus-visible::after {
    transform: scaleX(1);
  }

  /* ------------------------------
     「お問い合わせ」：バブル演出
     ------------------------------ */
  .global-nav li.has-bubble {
    position: relative;
  }

  .global-nav li.has-bubble .bubble {
    /* position: absolute; */
    left: 50%;
    top: calc(100% + 20px);
    transform: translateX(-50%) translateY(8px) scale(0.96);
    opacity: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 56px;
    border-radius: 14px;
    background: #1e6b56;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    transition:
      opacity .40s ease .25s,
      transform .40s ease .25s,
      background .30s ease;
    pointer-events: none;
    z-index: 100;
  }


  .global-nav li.has-bubble .bubble::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 14px;
    height: 14px;
    background: inherit;
    border-radius: 2px;
    /* box-shadow: -2px -2px 4px rgba(0, 0, 0, .08); */
  }

  .global-nav li.has-bubble:hover .bubble,
  .global-nav li.has-bubble:focus-within .bubble {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
    background: #237a61;
  }

  .global-nav li.has-bubble .badge {
    display: inline-block;
    font-size: 12px;
    padding: 3px 8px 0px;
    border-radius: 9999px;
    white-space: nowrap;
    font-weight: 700;
  }

  .global-nav li.has-bubble .tel {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .02em;
    white-space: nowrap;
  }

  .site-header .global-nav ul>li.is-current>a::after {
    transform: scaleX(1);
  }
}

/* ============================================================================
 Responsive: ~ 768px  
   ========================================================================== */

@media (max-width: 768px) {
  .mv .catch {
    font-size: clamp(26px, 6vw, 36px);
    letter-spacing: 0px;
  }

  .mv .sub {
    font-size: clamp(12px, 3.5vw, 16px);
    line-height: 1.6;
  }

  .global-nav li.has-bubble .bubble {
    display: none;
  }

  .mv {
    margin-left: 0;
  }

  .qa-section {
    padding: 20px 0 40px;
  }

  .services-head {
    padding: 20px 0 40px;
  }

  .is-top .mv {
    height: 65vh;
    min-height: 420px;
  }

  .top-news-fixed {
    position: static;
    border-radius: 0;
    box-shadow: none;
    padding: 14px 16px;
    display: block;
    text-align: left;
    max-width: unset;
  }

  .top-news-fixed .label,
  .top-news-fixed .date {
    display: inline-block;
    margin-right: 4px;
    font-weight: 700;
    font-size: 14px;
  }

  .top-news-fixed .text {
    display: block;
    font-size: 14px;
    line-height: 1.6;
  }

  .top-news-fixed .label {
    padding: 4px 8px 4px 0px;
  }

  .quote-inner {
    width: min(560px, 92%);
    grid-template-columns: 1fr;
    row-gap: 14px;
    text-align: center;
    justify-items: center;
  }

  .quote-left {
    justify-self: center;
    text-align: center;
  }

  .quote-right {
    justify-self: center;
  }

  .quote-right .btn {
    min-width: 88%;
    height: 56px;
  }

  .contact {
    padding: 56px 16px;
  }

  .contact-text h2 {
    font-size: 30px;
    letter-spacing: .16em;
  }

  .contact-text .lead {
    font-size: 15px;
  }

  .contact-text .sub {
    font-size: 13px;
    margin-bottom: 24px;
  }

  .contact-info {
    flex-direction: column;
    gap: 16px;
  }

  .tel {
    padding-right: 0;
    border-right: 0;
  }

  .tel .icon {
    font-size: 28px;
  }

  .tel .number {
    font-size: 34px;
  }

  .contact-info .btn {
    min-width: 0;
    width: min(88vw, 360px);
    height: 52px;
    border-radius: 12px;
  }

  .slider {
    --speed: 30s;
    --panel-h: 150px;
    --panel-w: 150px;
  }

  .footer-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin: 0 0 48px;
  }

  .footer-nav a {
    font-size: 15px;
    padding-bottom: 5px;
  }

  .footer-logo {
    max-width: 240px;
  }

  .copy {
    text-align: center;
    font-size: 11px;
    position: static;
    margin-top: 12px;
    text-align: center;
  }

  .news {
    margin: 56px 0;
  }

  .news-inner {
    padding: 0 16px;
  }

  .news-head .heading {
    font-size: 20px;
  }

  .profile::before {
    top: 75%;
    width: 550px;
  }

  .ally.right::before {
    transform: translate(-50%, -40%);
    width: clamp(400px, 38vw, 520px);
  }

  .map-wrap {
    height: 280px;
  }

  .service {
    padding: 40px 16px;
  }

  .service-content {
    flex-direction: column;
    gap: 16px;
  }

  .service-content .service-bodywrap,
  .service-content .service-figure {
    flex: 0 0 auto;
  }

  .service .service-bodywrap>.btn.btn-outline {
    align-self: flex-start;
  }

  .sim-row {
    padding: 16px 20px;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .sim-label {
    white-space: normal;
  }

  .sim-select {
    width: 100%;
  }

  .sim-cards {
    max-width: 92%;
  }

  .sim-card {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  #calcBtn {
    height: 80px;
    box-shadow: 6px 6px 0 #EAF3EF;
  }

  .qa-nav {
    gap: 12px;
  }

  .qa-chip {
    flex: 1 1 100%;
    min-width: unset;
    width: 100%;
  }

  .body {
    padding-top: 70px;
  }

  .works {
    padding: 84px 20px 100px;
  }

  .works-list {
    gap: 28px;
    max-width: 880px;
  }

  .grow-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .grow::before {
    inset: 32% 0 0 0;
  }

  .grow-visual {
    order: 1;
  }

  .grow-body {
    order: 2;
  }

  .services-inner {
    padding: 0;
  }

  .service-title {
    font-size: 24px;
  }

  .service-heading .service-title {
    margin-left: 0;
    font-size: 24px;
  }

  .service-content {
    flex-direction: column-reverse;
  }

  .service.is-reverse .service-content {
    flex-direction: column-reverse;
  }

  .service-heading {
    text-align: left;
  }

  .service-heading .service-eyebrow {
    text-align: left;
    margin: 0 0 6px;
  }

  .service-heading .service-title {
    margin-left: 0;
    font-size: 24px;
  }

  .service .service-bodywrap>.btn.btn-outline {
    align-self: center;
  }

  .news {
    margin: 20px 0;
  }

  .news-inner {
    padding: 0 16px;
  }

  .news-head .heading {
    font-size: 20px;
  }

  .news-head {
    text-align: center;
    margin-bottom: 30px;
  }

  .sim-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 16px;
  }

  .sim-card-title {
    margin-bottom: 6px;
  }

  .sim-card-content {
    width: 100%;
    text-align: left;
    gap: 4px;
  }

  .about-intro {
    padding: 20px 0 0px;
  }

  .sp-img {
    margin: 50px 0;
  }

  .sp-img-right {
    text-align: right;
  }

  .sp-img-left {
    text-align: left;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-img img {
    width: 90%;
    height: auto;
    display: inline-block;
  }

  .quote-bg img {
    height: 360px;
  }

  .quote-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 14px;
    height: 100%;
    width: min(560px, 92%);
    margin: 0 auto;
  }

  .quote-left h2 {
    font-size: 35px;
    margin: 0;
    padding-bottom: 5%;
  }

  .quote-left p {
    font-size: 14px;
    line-height: 1.9;
    margin: 0 0 10px;
    text-align: left;
  }

  .quote-right .btn {
    width: min(88%, 360px);
    height: 56px;
    padding: 14px 20px;
    border-radius: 10px;
  }

  .footer-nav a {
    font-size: 15px;
    text-decoration: none;
  }



  .copy {
    text-align: center;
    font-size: 12px;
    margin-top: 18px;
  }

  .bio {
    column-gap: 0px;
  }

  .ally-link2 {
    padding-left: 0px;
  }

  .cmp-dl .row {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 0px;
    padding: 14px 0;
    border-bottom: 1px solid #d6e4dd;
  }

  .cmp-dl .row:first-child {
    border: none;
  }

  .qa-head {
    margin-bottom: 16px;
  }

  .qa-title {
    font-size: 22px;
  }

  .qa-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
  }

  .qa-chip {
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    height: 56px;
    padding: 0 20px;
    border-radius: 16px;
    background: #F1F7F3;
    border: 2px solid #CFE4D6;
    color: #0b6f57;
    font-weight: 800;
    font-size: 15px;
    line-height: 56px;
    text-align: center;
    position: relative;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .03);
    transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
  }

  .qa-chip::after {
    content: "▼";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #0b6f57;
    line-height: 1;
  }

  .qa-chip:hover {
    background: #EAF4EF;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(11, 111, 87, .10);
  }

  .qa-heading {
    position: relative;
    text-align: center;
    margin: 15% 0 18px;
    padding: 25px 0;
  }

  .qa-heading::before,
  .qa-heading::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }

  .qa-heading::before {
    top: 0;
    height: 3px;
    background: #3a7b66;
  }

  .qa-heading::after {
    bottom: 0;
    height: 2px;
    background: #cfd7d3;
  }

  .sim-section {
    padding: 20px 0 56px;
    background: #fff;
  }

  .sim-inner {
    padding: 0 16px;
    max-width: 560px;
    margin: 0 auto;
  }

  .sim-head {
    margin: 4px 0 18px;
    padding: 0px 0 20px;
  }

  .sim-eyebrow {
    font-size: 12px;
    letter-spacing: .18em;
    margin: 0 0 6px;
    color: #0b6f57;
  }

  .sim-title {
    font-size: 22px;
    margin: 0 0 8px;
    font-weight: 800;
  }

  .sim-lead {
    font-size: 13px;
    line-height: 1.9;
  }

  .sim-formwrap {
    margin: 18px auto 16px;
    padding: 18px 16px;
    border-radius: 14px;
    background: #F1F7F3;
  }

  .sim-row {
    display: block;
    margin: 14px 0;
  }

  .sim-label {
    display: block;
    margin: 0 0 20px;
    font-size: 13px;
    font-weight: 700;
    color: #0b6f57;
    white-space: normal;
    text-align: center;
  }

  .sim-select {
    width: 100%;
    height: 42px;
    font-size: 15px;
  }

  .sim-radios {
    gap: 10px;
  }

  .sim-radio {
    font-size: 14px;
    line-height: 1.6;
  }

  .sim-cta {
    margin: 32px 0 18px;
  }

  .sim-cta button {
    height: 52px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
  }

  .sim-result {
    width: 100%;
    margin: 50px auto 20px;
    padding: 28px 43px;
    border: 2px solid #0b6f57;
    border-radius: 14px;
    box-sizing: border-box;
    text-align: center;
  }

  .sim-result-title {
    margin: 0 0 18px;
    font-size: 15px;
    font-weight: 700;
    color: #0b6f57;
  }

  .sim-result table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
  }

  .sim-result td {
    padding: 10px 4px;
  }

  .sim-result td:first-child {
    text-align: left;
    font-size: 14px;
    color: #0b6f57;
  }

  .sim-result td:last-child {
    text-align: right;
    font-size: 25px;
    color: #0b6f57;
  }

  .sim-result .hr {
    width: 100%;
    margin: 18px 0 28px;
    background: #cfd7d3;
    height: 1px;
  }

  .sim-contact-btn {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
    height: 46px;
    line-height: 46px;
    border-radius: 16px;
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    padding: 6px 0px
  }

  .sim-notes {
    margin: 6px 0 12px;
    color: #5a6a63;
  }

  .sim-notes li {
    font-size: 12.5px;
    line-height: 1.8;
    margin: 4px 0;
  }

  .sim-cards {
    gap: 10px;
  }

  .sim-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 14px 14px;
    border-radius: 10px;
  }

  .sim-card-title {
    flex: none;
    font-size: 14px;
    margin-bottom: 2px;
  }

  .sim-card-content {
    width: 100%;
    text-align: left;
    gap: 2px;
  }

  .sim-card-content p {
    font-size: 13px;
  }

  .thanksp {
    padding: 24px 0 40px;
    background: #fff;
  }

  .thanksp__inner {
    max-width: 520px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .thanksp-title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .02em;
    color: #254e44;
    text-align: center;
  }

  .thanksp-title-underline {
    width: 43px;
    max-width: 260px;
    height: 2px;
    margin: 0 auto 20px;
    background: #1f6b58;
    border-radius: 2px;
  }

  .errorsp-title-underline {
    width: 72%;
    max-width: 260px;
    height: 2px;
    margin: 0 auto 20px;
    background: #1f6b58;
    /* 緑を少し濃く */
    border-radius: 2px;
  }

  .thanksp-message {
    margin: 0 0 22px;
    text-align: center;
    color: #5a6a63;
  }

  .thanksp-message p {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.9;
  }

  .thanksp-actions {
    margin-top: 10px;
    text-align: center;
  }

  .thanksp-btn {
    width: min(88%, 360px);
    height: 52px;
    padding: 0 24px;
    border-radius: 9999px;
    font-weight: 800;
    background: #0b6f57;
    color: #fff;
    box-shadow: 0 8px 18px rgba(11, 111, 87, .18);
    transform: none;
  }

  .thanksp-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(11, 111, 87, .22);
  }

  .profile {
    padding: 0px 0 115px;
  }

  .profile-name {
    padding-left: 36px;

  }

  .alliance.v2 {
    padding: 25px 0 100px
  }

  .alliance.v2::after {
    right: 17px;
    top: 40px;
    width: 550px;
    height: 550px;
  }

  .contact-info .tel {
    padding: 0;
    border: none;
  }

  .footer-brand {
    margin: 50px 0 18px;
  }

  .site-footer {
    padding: 60px 20px 5px;
  }

  .copy {
    margin-top: 30px;
  }

  .faq-q .icon {
    margin-right: 8px;
  }

  .faq-a .icon {
    margin-right: 8px;
    width: 50px;
    height: 50px;
  }

  .faq-a {
    padding-left: 0%;
  }

  .faq-a p {
    margin: 0;
  }

  .contactp {
    padding: 40px 0 80px;
  }

  .contactp-form__input,
  .contactp-form__textarea {
    padding: 12px 0px;
  }

  .contactp-form__row {
    margin: 35px 0 35px;
  }

  .right {
    margin: 80px 0;
  }

  .ally-right-sub-title {
    padding-left: 5%;
  }

  .to-top {
    width: 56px;
    height: 56px;
  }

  .sp-br {
    display: block;
  }

  .cmp-dl .row:nth-child(2) {
    border-top: 1px solid #d6e4dd;
  }

}

/* ============================================================================
 Responsive: ~ 640px  
   ========================================================================== */

@media (max-width: 640px) {
  .sim-radios {
    gap: 10px;
  }

  .sim-radio {
    font-size: 15px;
  }

  .qa-inner {
    padding: 0 16px;
  }

  .qa-title {
    font-size: 22px;
  }

  .qa-heading {
    font-size: 17px;
  }

  .qa-q,
  .qa-a {
    grid-template-columns: 32px 1fr;
    max-width: 100%;
    margin: 10px 0;
  }

  .qa-icon {
    width: 26px;
    height: 26px;
    font-size: 13px;
  }

  .company {
    padding: 0px 0 50px;
  }
}

/* ============================================================================
 Responsive: ~ 599px  
   ========================================================================== */

@media (max-width: 599px) {

  .works::after {
    height: 975px;
  }

  .about-intro__sub {
    margin-bottom: 32px;
  }

  .about-intro__copy p {
    line-height: 2.2;
  }

  .works {
    padding: 64px 16px 84px;
  }

  .works-list {
    gap: 22px;
    max-width: 560px;
  }

  .works-item {
    flex: 1 1 260px;
    max-width: 100%;
    padding: 28px 22px 72px;
    border-radius: 18px;
  }

  .works-item .more {
    height: 64px;
    border-radius: 0 0 18px 18px;
  }

  .grow-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .grow-item .label {
    min-width: auto;
  }
}

/* ============================================================================
 Responsive: ~ 552px  
   ========================================================================== */

@media (max-width: 552px) {
  .profile::before {
    top: 70%;
    width: 600px;
  }
}

/* ============================================================================
 Responsive: ~ 520px  
   ========================================================================== */


@media (max-width:520px) {
  /* .footer-links {
    grid-template-columns: 1fr;
  } */

  .footer-links .badge {
    max-width: 320px;
    margin: 0 auto;
  }

  .copy {
    text-align: center;
  }

  .footer-links {
    width: 100%;
  }
    .footer-links .badge:nth-of-type(2) {
  padding-left: 0px;
}

.footer-links .badge:nth-of-type(4) {
  margin-left: 0px;
}  


}

/* ============================================================================
 Responsive: ~ 480px  
   ========================================================================== */

@media (max-width: 480px) {
  .service-title {
    font-size: 20px;
  }

  .service-heading .service-title {
    margin-left: 0;
    font-size: 20px;
  }

  .faq-q .icon {
    font-size: 1rem;
    width: 45px;
    height: 45px;

  }

  .faq-a .icon {
    width: 45px;
    height: 45px;
    font-size: 1.25em;
  }
}

/* ============================================================================
 Responsive: ~ 468px  
   ========================================================================== */

@media (max-width: 468px) {

  .ally.right::before {
    width: clamp(380px, 38vw, 520px);
  }

  .ally.left::before {
    width: clamp(380px, 38vw, 520px);
  }

  .ally-name {
    margin: -30px 0 6px;
  }

  .service-body {
    font-size: 0.9rem;
  }

  .about-intro__copy p {
    font-size: 0.9rem;
  }

  .bio dd,
  .bio dt {
    font-size: 0.9rem;
  }

  .bio dd {
    margin-left: -10%;
  }

  .cmp-dl dd {
    margin-left: -8%;
  }

  .ally-dl dt,
  .ally-dl dd {
    font-size: 0.9rem;
  }

  .cmp-dl dt,
  .cmp-dl dd {
    font-size: 0.9rem;
  }

  .tel .number {
    font-size: 35px;
  }

  .faq-q p {
    font-size: 1.1rem;
  }

  .faq-a p {
    font-size: 0.9rem;
  }

  .about-intro__title {
    font-size: 20px;

  }

  .profile .heading {
    font-size: 20px;
  }

  .alliance .heading {
    font-size: 20px;
  }

  .company .heading {
    font-size: 20px;
  }

  .qa-title {
    font-size: 20px;
  }

  .sim-title {
    font-size: 20px;
  }

  .services-head .heading {
    font-size: 20px;
  }
}

/* ============================================================================
 Responsive: ~ 432px  
   ========================================================================== */

@media (max-width: 432px) {
  .profile::before {
    top: 68%;
    width: 570px;
  }
}

/* ============================================================================
 Responsive: ~ 400px  
   ========================================================================== */

@media (max-width: 400px) {
  .profile::before {
    top: 64%;
  }

  .sp-br400 {
    display: block;
  }

  .footer-brand .address {
    font-size: 12px;
  }

  .copy {
    font-size: 10px;
  }

  .sim-radio {
    font-size: 12px;
  }
}