/*=== GOOGLE FONTS ===*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*=== GOOGLE FONTS ===*/
:root {
  /*=== Colors ===*/
  --body-color__000: #ffffff;
  --body-color__001: #fefbea;
  --body-color__002: #ebfafc;
  --body-color__003: #fcebf9;
  --body-color__004: #ffffff94;
  --body-color__005: #b9d07e;
  --body-color__006: #fbb42c;
  --body-color__007: #f4f4f4;

  --part-color__000: #d95e59;
  --part-color__001: #7c492a;
  --part-color__002: #e4a096;
  --part-color__003: #90cad2;
  --part-color__004: #ffeb3b;
  --part-color__005: #f5dacc;
  --part-color__006: #a4b882;
  --part-color__007: #29abe2;
  --part-color__008: #000000;
  --part-color__009: #acd4da;
  --part-color__010: #90cad2;
  --part-color__011: #754c24;
  --part-color__012: #e6e6e6;
  --part-color__013: #666666;
  --part-color__014: #d8f6fa52;
  --part-color__015:#a7cfc7;

  --text-color__000: #000000;
  --text-color__001: #333333;
  --text-color__002: #d95e51;
  --text-color__003: #603813;
  --text-color__004: #030000;
  --text-color__005: #ffffff;
  --text-color__006: #d95e59;
  --text-color__007: #12212d;
  --text-color__008: #384755;
  --text-color__009: #1e1e1e;

  /*=== Font and typography ===*/
  --body-font: "Inter", sans-serif;
  --body-font__zen-maru-gothic: "Zen Maru Gothic", serif;
  --body-font__noto-sans-japanese: 'Noto Sans JP', sans-serif;
  --body-font__m-plus-1: 'M PLUS 1', sans-serif;
  --body-font__open-sans: 'Open Sans', sans-serif;
  --body-font__raleway: 'Raleway', sans-serif;

  /*= Font size =*/
  --font-size-8:0.5rem;
  --font-size-8h:0.53125rem;
  --font-size-9:0.5625rem;
  --font-size-10:0.625rem;
  --font-size-11:0.6875rem;
  --font-size-12:0.75rem;
  --font-size-13:0.8125rem;
  --font-size-14:0.875rem;
  --font-size-15:0.9375rem;
  --font-size-16:1rem;
  --font-size-17:1.0625rem;
  --font-size-18:1.125rem;
  --font-size-19:1.1875rem;
  --font-size-20:1.25rem;
  --font-size-21:1.3125rem;
  --font-size-22:1.375rem;
  --font-size-23:1.4375rem;
  --font-size-24:1.5rem;
  --font-size-25:1.5625em;
  --font-size-26:1.625rem;
  --font-size-27:1.6875rem;
  --font-size-28:1.75rem;
  --font-size-29:1.8125rem;
  --font-size-30:1.875rem;
  --font-size-31:1.9375rem;
  --font-size-32:2rem;
  --font-size-33:2.0625rem;
  --font-size-34:2.125rem;
  --font-size-35:2.1875rem;
  --font-size-36:2.25rem;
  --font-size-37:2.3125rem;
  --font-size-38:2.375rem;
  --font-size-39:2.4375rem;
  --font-size-40:2.5rem;
  --font-size-42:2.625rem;
  --font-size-44:2.75rem;
  --font-size-46:2.875rem;
  --font-size-56:3.5rem;
  --font-size-76:4.75rem;
  --font-size-96:6rem;

  /*=== z index ===*/
  --z-001: 1;
  --z-002: 2;
  --z-003: 3;
  --z-004: 4;
  --z-005: 5;
  --z-006: 6;
  --z-tooltip: 10;
  --z-fixed: 100;
  --z-modal: 1000;
}

/*=== BASE ===*/
* {
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: var(--body-font);
  font-size: var(--font-size-20);
  background-color: var(--body-color__000);
  color: var(--text-color__000);
  overflow-x: hidden;
  padding-top: 0;
}
body, html {
  width: 100%;
  max-width: none;
}
h1, h2, h3, h4 {
  color: var(--text-color__000);
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
a{
  text-decoration: none;
}
@media (min-width: 380px) and (max-width: 499px) {
  .hero-top-images {
    height: 80px; /* スマホ時は178pxだと大きすぎるため調整 */
  }

  .hero-top-images__item:nth-child(n+2),
  .hero-top-images__link {
    display: none;
  }
}

/* 
NAV =========================================================================*/
header {
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.header-announcement {
  background-color: #3DB270;
  color: #ffffff;
  width: 100%;
  padding: 8px 16px;
  box-sizing: border-box;
  text-align: center;
}

.header-announcement p {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.hero-top-images {
  display: flex;
  gap: 12px;
  height: 100px;
  padding: 10px 0%;
  box-sizing: border-box;
  align-items: center;
}

/* 各要素の共通設定 */
.hero-top-images__item,
.hero-top-images__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* 画像のサイズ指定 */
.hero-top-images img {
  max-height: 90px;
  width: auto;
  object-fit: contain;
}
/* ===== 比率指定（合計11） ===== */
/* ロゴ1 */
.hero-top-images__item:nth-child(1) { flex: 3 1 0; }
/* ロゴ2 */
.hero-top-images__item:nth-child(2) { flex: 4 1 0; }
/* 電話ボタン */
.hero-top-images__link:nth-child(3) { flex: 3.5 1 0; }
/* お問い合わせボタン */
.hero-top-images__link:nth-child(4) { flex: 1 1 0; }

/* お問い合わせボタン固有のデザイン */
.contact-button {
  background-color: var(--part-color__000);
  color: var(--text-color__005);
  width: 100px;
  height: 80px;
  padding: 0;
  font-size: var(--font-size-12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  text-decoration: none;
  line-height: 1.2;
  flex: 0 0 auto !important;
}
.contact-button span {
  display: block;
  font-size: 10px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin-top: 4px;
  letter-spacing: 0.05em;
}
.contact-button i {
  color: var(--text-color__005);
  font-size: 40px;
  margin-bottom: 2px;
}
.header-sp-only {
  display: none;
}
@media  (max-width: 400px) {
header {
    position: static; /* 浮かせない */
  }

  .header-announcement {
    position: relative;
    z-index: 1100;
    text-align: start;
  }

  .header-announcement p {
    font-size: 10px;
    line-height: 1.3;
  }

  .hero-top-images {
    position: absolute;
    top: 40px; 
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    height: 70px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
  }

  /* ロゴ1と2のみ表示 */
  .hero-top-images__item:nth-child(1),
  .hero-top-images__item:nth-child(2) {
    display: flex;
    flex: none;
  }
  
  .hero-top-images__item img {
    max-height: 64px;
  }

  .hero-top-images__link {
    display: none !important;
  }
  .header-sp-only {
    display: block;
  }
}
@media  (min-width: 401px) and (max-width: 460px) {
header {
    position: static; /* 浮かせない */
  }

  .header-announcement {
    position: relative;
    z-index: 1100;
    text-align: start;
  }

  .header-announcement p {
    font-size: 13px;
    line-height: 1.3;
  }

  .hero-top-images {
    position: absolute; /* ここで浮かせる */
    /* 告知帯の高さ分（padding含め約40px前後）だけ上から位置をずらす */
    top: 50px; 
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    height: 70px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  /* ロゴ1と2のみ表示 */
  .hero-top-images__item:nth-child(1),
  .hero-top-images__item:nth-child(2) {
    display: flex;
    flex: none;
  }
  
  .hero-top-images__item img {
    max-height: 60px;
  }

  .hero-top-images__link {
    display: none !important;
  }
  .header-sp-only {
    display: block;
  }
}
@media (min-width: 461px) and (max-width: 600px) {
header {
    position: static; /* 浮かせない */
  }

  .header-announcement {
    position: relative;
    z-index: 1100;
    text-align: start;
  }

  .header-announcement p {
    font-size: 13px;
    line-height: 1.3;
  }

  .hero-top-images {
    position: absolute; /* ここで浮かせる */
    /* 告知帯の高さ分（padding含め約40px前後）だけ上から位置をずらす */
    top: 60px; 
    left: 0;
    width: 100%;
    z-index: 1000;
    
    background-color: transparent;
    height: 70px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  /* ロゴ1と2のみ表示 */
  .hero-top-images__item:nth-child(1),
  .hero-top-images__item:nth-child(2) {
    display: flex;
    flex: none;
  }
  
  .hero-top-images__item img {
    max-height: 76px;
  }

  .hero-top-images__link {
    display: none !important;
  }
  .header-sp-only {
    display: block;
  }
}
@media (min-width: 601px) and (max-width: 750px) {
  header {
    position: static; /* 浮かせない */
  }

  .header-announcement {
    position: relative;
    z-index: 1100;
    text-align: start;
  }

  .header-announcement p {
    font-size: 14px;
    line-height: 1.3;
  }

  .hero-top-images {
    position: absolute; /* ここで浮かせる */
    /* 告知帯の高さ分（padding含め約40px前後）だけ上から位置をずらす */
    top: 60px; 
    left: 0;
    width: 100%;
    z-index: 1000;
    
    background-color: transparent;
    height: 70px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  /* ロゴ1と2のみ表示 */
  .hero-top-images__item:nth-child(1),
  .hero-top-images__item:nth-child(2) {
    display: flex;
    flex: none;
  }
  
  .hero-top-images__item img {
    max-height: 76px;
  }

  .hero-top-images__link {
    display: none !important;
  }
  .header-sp-only {
    display: block;
  }
}
@media (min-width: 751px) and (max-width: 900px) {
    .header-announcement {
    position: relative;
    z-index: 1100;
    text-align: start;
  }

  .header-announcement p {
    font-size: 16px;
    line-height: 1.3;
  }
}
/*
Mainvisual =========================================================================*/
.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.mv {
  width: 100vw;
  height: auto;
  position: relative;
  overflow: hidden;
  color: var(--text-color__005);
  margin-bottom: 0;
}

/* 1枚画像用のスタイル */
.mv-image {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}
.mv-image img {
  width: 100%;
  height: auto;
}
.mv-copy-set {
  position: absolute;
  bottom: 10%;
  left: 3%;
  width: 94%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}
.mv .mv-title{
  line-height: 1.4;
  font-size: 44px;
  font-family: var(--body-font__zen-maru-gothic);
  font-style: normal;
  font-weight: 500;
  color: var(--text-color__006);
  text-shadow:0 0 6px #fff, 0 0 6px #fff,
  0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff,
  0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
  margin:0;
  z-index: 10;
}
.mv .mv-text{
  font-size: 26px;
  font-family: var(--body-font__zen-maru-gothic);
  font-style: normal;
  font-weight: 500;
  color: var(--text-color__006);
  text-shadow:0 0 6px #fff, 0 0 6px #fff,
  0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff,
  0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
  margin:0;
  z-index: 10;
}
.img-sp {
    display: none;
}
.img-pc {
    display: block;
}
@media (max-width: 400px) {
  .mv {
    height: auto; 
    min-height: auto;
    width: 100vw;
    display: block;
    position: relative;
  }

  .mv-image {
    position: relative; 
    width: 100%;
    height: auto;
  }

  .mv-image img.img-sp {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .img-pc {
    display: none !important;
  }

  .mv .mv-title {
    font-size: 16px;
  }

  .mv .mv-text {
    font-size: 10px;
  }
}
@media (min-width: 401px) and (max-width: 460px) {
  .mv {
    height: auto; 
    min-height: auto;
    width: 100vw;
    display: block;
    position: relative;
  }

  .mv-image {
    position: relative; 
    width: 100%;
    height: auto;
  }

  .mv-image img.img-sp {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .img-pc {
    display: none !important;
  }

  .mv .mv-title {
    font-size: 18px;
  }

  .mv .mv-text {
    font-size: 12px;
  }
}
@media (min-width: 461px) and (max-width: 600px) {
  .mv {
    height: auto; 
    min-height: auto;
    width: 100vw;
    display: block;
    position: relative;
  }

  .mv-image {
    position: relative; 
    width: 100%;
    height: auto;
  }

  .mv-image img.img-sp {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .img-pc {
    display: none !important;
  }

  .mv .mv-title {
    font-size: 20px;
  }

  .mv .mv-text {
    font-size: 14px;
  }
}
@media (min-width: 601px) and (max-width: 750px) {
  .mv {
    height: auto; 
    min-height: auto;
    width: 100vw;
    display: block;
    position: relative;
  }

  .mv-image {
    position: relative; 
    width: 100%;
    height: auto;
  }

  .mv-image img.img-sp {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .img-pc {
    display: none !important;
  }

  .mv .mv-title {
    font-size: 28px;
  }

  .mv .mv-text {
    font-size: 18px;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .mv .mv-title {
    font-size: 32px;
  }

  .mv .mv-text {
    font-size: 20px;
  }
}
@media (min-width: 1001px) and (max-width: 1250px) {
  .mv .mv-title {
    font-size: 40px;
  }

  .mv .mv-text {
    font-size: 24px;
  }
}
/*
Footer =========================================================================*/
.footer {
  position:relative;
  text-align:center;
  background-color: #FEFBEA;
}
.footer-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer-waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px;
  min-height:100px;
  max-height:150px;
}
.footer-content {
  position:relative;
  height:5vh;
  text-align:center;
  background-color: var(--body-color__005);
}
.footer-text{
  color: var(--text-color__005);
  font-size: var(--font-size-14);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
}

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
@media (max-width: 768px) {
  .footer-waves {
    height:40px;
    min-height:40px;
  }
  .footer-content {
    height:15vh;
  }
  h1 {
    font-size: var(--font-size-24);
  }
}
@media (max-width: 600px) {
  .footer-text {
    margin-bottom: 66px;
  }
}
@media (max-width: 500px) {
  .footer-content {
    height:15vh;
  }
  .footer-text {
    font-size: var(--font-size-10);
    margin-bottom: 40px;
  }
}

/*
Info =========================================================================*/
#news {
  position: relative;
  background-color: var(--body-color__001);
  padding: 20px;
}
#news::before, #news::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 705px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
/*=== News Base ===*/
.news__title-icon {
  width: 21px;
  height: auto;
}

.scrollbar {
  width: 90%;          /* 幅を少し広めに調整 */
  max-width: 740px;
  margin: 20px auto;
  padding: 30px 40px;
  background-color: var(--body-color__000);
  border-radius: 30px; /* 角丸を少し控えめに */
  position: relative;
}

.scrollable-content {
  max-height: 250px;  /* コンテンツ量に合わせて調整 */
  overflow-y: auto;
  padding-right: 10px;
}

/* タイトルスタイル */
.scrollbar__title {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.scrollbar__title h2 {
  color: var(--part-color__001);
  margin: 0;
  padding-left: 15px;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  width: 100%;
}

.scrollbar__title h2:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--part-color__001);
  position: absolute;
  left: 0;
  bottom: -5px;
}
/* --- コンテンツメーカー内部の修正点 --- */

/* box全体の調整 */
.contents-maker-2-area .box {
  padding-bottom: 10px;
}

/* 日付やタイトルの代わりとなるh2やliのスタイル */
.contents-maker-2-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ニュースの1項目としてのスタイル */
.contents-maker-2-area .box {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
}

.contents-maker-2-area .box:last-child {
  border-bottom: none;
}

/* HTML内のh2（タイトル/日付部分） */
.contents-maker-2-area .box h2 {
  margin: 0;
  font-size: 14px;
  font-family: var(--body-font__noto-sans-japanese, sans-serif);
  color: #000000;
}

/* HTML内のliやp（詳細テキスト部分） */
.contents-maker-2-area .box li,
.contents-maker-2-area .box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  /* 2行で省略する設定 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* === レスポンシブ調整 === */
@media (max-width: 500px) {
  .scrollbar {
    width: 95%;
    padding: 20px;
  }
  .scrollbar__title h2 {
    font-size: 1.1rem;
  }
}
/* バナー全体のコンテナ */
.banner-block {
  width: 95%;
  max-width: 1100px;
  height: 336px;
  margin: 60px auto;
  position: relative;
  background-color: #fff;
  border: 16px solid #9CD0DC;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  overflow: visible;
  box-sizing: border-box;
}

/* コンテンツエリア（左側） */
.banner-block__content {
  flex: 1;
  padding: 0 40px;
  box-sizing: border-box;
  z-index: 3;
}

.banner-block__inner {
  text-align: left;
}

.banner-text {
  font-size: 48px;
  font-weight: 500;
  color: #F15A24;
  margin: 0 0 5px 0;
  line-height: 1.2;
}

.banner-subtext {
  font-size: 30px;
  color: #F15A24;
  margin: 0 0 15px 0;
  font-weight: bold;
}

.banner-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.banner-tel {
  font-size: 100px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  line-height: 1;
  font-family: 'Arial', sans-serif;
}

.banner-btn {
  display: inline-flex;
  align-items: center;
  background-color: #F15A24;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  transition: 0.3s;
  margin-bottom: 10px;
}
.banner-btn i {
  font-size: 30px;
}
.banner-btn__text-group {
  display: flex;
  flex-direction: row; 
  align-items: center;
  gap: 15px; /* メインとサブの間の隙間 */
  margin-left: 10px;
}

.banner-btn__main {
  font-size: 26px;
  font-weight: bold;
  white-space: nowrap; /* 意図しない改行を防ぐ */
}

.banner-btn__sub {
  font-size: 16px;
  font-weight: normal;
  opacity: 0.9;
}

.banner-block__person {
  position: absolute;
  right: -16px; 
  bottom: -15px; 
  width: auto;
  z-index: 2; 
}

.banner-block__person img {
  height: 396px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 400px) {
  .banner-block {
    width: 95%;
    height: 162px;
    border: 12px solid #9CD0DC;
  }
  .banner-block__content {
    padding: 0 4px;
  }
  .banner-tel {
    font-size: 26px;
    margin-left: 10px;
  }
  .banner-block__person {
    right: -40px;
    bottom: -12px;
  }
  .banner-block__person img {
    height: 150px;
  }
  .banner-btn__text-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-left: 4px;
  }
  .banner-text {
  font-size: 20px;
  }
  .banner-subtext {
    font-size: 12px;
    margin: 0;
  }
  .banner-links {
    gap: 2px;
  }
  .banner-btn {
    padding: 10px;
    margin-bottom: 5px;
  }
  .banner-btn i {
  font-size: 24px;
  }
  .banner-btn__main {
    font-size: 12px;
  }
  .banner-btn__sub {
    font-size: 12px;
  }
}
@media (min-width: 401px) and (max-width: 500px) {
  .banner-block {
    width: 95%;
    height: 180px;
  }
  .banner-block__content {
    padding: 0 10px;
  }
  .banner-tel {
    font-size: 28px;
    margin-left: 10px;
  }
  .banner-block__person {
    right: -40px;
  }
  .banner-block__person img {
    height: 160px;
  }
  .banner-btn__text-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-left: 4px;
  }
  .banner-text {
  font-size: 22px;
  }
  .banner-subtext {
    font-size: 12px;
    margin: 0 0 10px 0;
  }
  .banner-links {
    gap: 2px;
  }
  .banner-btn {
    padding: 10px;
    margin-bottom: 5px;
  }
  .banner-btn i {
  font-size: 24px;
  }
  .banner-btn__main {
    font-size: 12px;
  }
  .banner-btn__sub {
    font-size: 12px;
  }
}
@media (min-width: 501px) and (max-width: 600px) {
  .banner-block {
    width: 95%;
    height: 210px;
  }
  .banner-block__content {
    padding: 0 10px;
  }
  .banner-tel {
    font-size: 32px;
    margin-left: 20px;
  }
  .banner-block__person img {
    height: 220px;
  }
  .banner-btn__text-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .banner-text {
  font-size: 26px;
  }
  .banner-subtext {
    font-size: 16px;
  }
  .banner-links {
    gap: 10px;
  }
  .banner-btn {
    padding: 10px;
  }
  .banner-btn i {
  font-size: 30px;
  }
  .banner-btn__main {
    font-size: 14px;
  }
  .banner-btn__sub {
    font-size: 12px;
  }
}
@media (min-width: 601px) and (max-width: 780px) {
  .banner-block {
    width: 95%;
    height: 250px;
  }
  .banner-block__content {
    padding-top: 30px;
    padding-left: 30px;
  }
  .banner-tel {
    font-size: 40px;
    margin-left: 20px;
  }
  .banner-block__person img {
    height: 300px;
  }
  .banner-btn__text-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .banner-text {
  font-size: 30px;
  }
  .banner-subtext {
    font-size: 18px;
  }
  .banner-links {
    gap: 10px;
  }
  .banner-btn i {
  font-size: 30px;
  }
  .banner-btn__main {
    font-size: 16px;
  }
  .banner-btn__sub {
    font-size: 13px;
  }
}
@media (min-width: 781px) and (max-width: 930px) {
  .banner-block {
    width: 95%;
    height: 280px;
  }
  .banner-block__content {
    padding-top: 30px;
    padding-left: 30px;
  }
  .banner-tel {
    font-size: 60px;
    margin-left: 20px;
  }
  .banner-block__person img {
    height: 300px;
  }
  .banner-btn__text-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .banner-text {
  font-size: 36px;
  }
  .banner-subtext {
    font-size: 22px;
  }
  .banner-btn i {
  font-size: 30px;
  }
  .banner-btn__main {
    font-size: 22px;
  }
  .banner-btn__sub {
    font-size: 14px;
  }
}
@media (min-width: 931px) and (max-width: 1100px) {
  .banner-block {
    width: 95%;
    height: 300px;
  }
  .banner-block__content {
    padding-top: 30px;
    padding-left: 30px;
  }
  .banner-tel {
    font-size: 80px;
    margin-left: 20px;
  }
  .banner-block__person img {
    height: 330px;
  }
  .banner-text {
  font-size: 42px;
  }
  .banner-subtext {
    font-size: 26px;
  }
  .banner-btn i {
  font-size: 26px;
  }
  .banner-btn__main {
    font-size: 22px;
  }
  .banner-btn__sub {
    font-size: 12px;
  }
}
/*
Info =========================================================================*/
#info {
  position: relative;
  background-color: var(--body-color__001);
  padding: 20px 20px 40px;
}
#info::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 128px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  top: 0px;
  background-image: url('../img/info-background-image01.png');
}
.info__header {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.info__title {
  font-size: 28px;
  font-weight: bold;
  color: #006837;
  margin: 0;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
.info__subtitle {
  font-size: 40px;
  font-weight: bold;
  color: #006837;
  margin: 0;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
/*=== Info image 修正版 ===*/
.info__images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  max-width: 1168px;
  height: 510px;
  margin: 40px auto 20px;
  background-color: var(--body-color__000);
  box-sizing: border-box;
  border-radius: 20px;
}

.info__image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 389px;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
}

.info__image-container:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;              /* コンテナの右端に配置 */
  top: 50%;
  transform: translateY(-50%);
  width: 2px;            /* 線の太さ */
  height: 90%;         /* 線の長さ（お好みで調整してください） */
  background-color: #CCCCCC; /* グレーの色 */
}

.info__image {
  /* 幅を118pxに固定 */
  width: auto;
  height: 192px;
  object-fit: cover;
  display: block;
  margin: 0 auto;         /* 確実に中央配置 */
}

/* 3種類のテキストをまとめるグループ */
.info__text-group {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

/* ベースのテキスト（サイズと太さを指定） */
.info__text-main {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
  margin: 0;
  text-align: center;
}

/* 特定の部分だけ色を変える */
.text-highlight {
  color: #F15A24;
  font-weight: 900;
}

/* 3つ目の補足テキスト（サイズ小・細め・グレー） */
.info__text-sub {
  font-size: 18px;
  color: #000;
  font-weight: 900;
  line-height: 1.4;
  margin: 0;
  text-align: start;
}
/* 注意書きを包むコンテナ */
.info__note-container {
  max-width: 1168px;
  margin: 10px auto 0;
  padding: 0 10px;
  box-sizing: border-box;
}

/* 注意書きテキスト本体 */
.info__note {
  text-align: right;
  font-size: 12px;
  color: #000;
  line-height: 1.5;
  margin: 0;
}
/*=== 1000px以下のレイアウト調整 ===*/
@media (max-width: 1000px) {
  #info::before {
    height: 80px;
  }
  .info__header {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .info__title {
    font-size: 26px;
    padding-bottom: 4px;
  }
  .info__subtitle {
    font-size: 36px;
  }
  /* コンテナの設定変更 */
  .info__images {
    flex-wrap: wrap;       /* 折り返しを許可 */
    height: auto;          /* 高さを固定から自動（中身に合わせる）に変更 */
    padding: 50px 0;       /* 上下に余白を作る */
    justify-content: center;
  }

  /* 各アイテムの幅を調整 */
  .info__image-container {
    width: 50%;            /* 2つ並ぶように50%に設定 */
    margin-bottom: 50px;   /* 上下の段の間に隙間を作る */
  }

  /* 3つ目（最後）のアイテムを1つだけで表示 */
  .info__image-container:last-child {
    width: 80%;            /* 少し幅を広げて安定させる（100%でも可） */
    margin-bottom: 0;
  }

  /* 仕切り線の再設定 */
  .info__image-container::after {
    display: none !important; /* 一旦すべての線を非表示にする */
  }

  /* 1番目と2番目の間だけ縦線を残す */
  .info__image-container:nth-child(1)::after {
    display: block !important;
    right: 0;
    height: 80%;
  }

  /* 768px以下（スマホ）で完全に1つずつにする場合 */
  @media (max-width: 768px) {
    #info::before {
      height: 60px;
    }
    .info__header {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    .info__title {
      font-size: 20px;
      padding-bottom: 4px;
    }
    .info__subtitle {
      font-size: 28px;
    }
    .info__images {
      padding: 30px 0;
      margin: 10px auto 20px;
    }
    .info__image-container {
      width: 100%;
    }
    .info__image-container:nth-child(1)::after {
      display: none !important; /* スマホでは線は不要 */
    }
  }
    @media (max-width: 600px) {
    #info::before {
      height: 58px;
    }
    .info__header {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    .info__title {
      font-size: 16px;
      padding-bottom: 4px;
    }
    .info__subtitle {
      font-size: 22px;
    }
    .info__images {
    padding: 30px 0;
    margin: 10px auto 20px;
    }
    .info__image {
      height: 160px;
    }
    .info__text-main {
      font-size: 16px;
    }
    .info__text-sub {
      font-size: 16px;
    }
  }
  @media (max-width: 480px) {
    #info::before {
      height: 40px;
    }
    .info__header {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    .info__title {
      font-size: 12px;
      padding-bottom: 4px;
    }
    .info__subtitle {
      font-size: 17px;
    }
    .info__images {
    padding: 30px 0;
    margin: 10px auto 20px;
    }
    .info__image {
      height: 160px;
    }
    .info__text-main {
      font-size: 16px;
    }
    .info__text-sub {
      font-size: 16px;
    }
  }
}
/*
Trouble =========================================================================*/
.trouble__header {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.trouble__title {
  display: inline-block;
  color: #006934;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 100'%3E%3Cpath d='M 0 16 Q 11.43 16 22.86 10 Q 45.71 -2 68.57 10 Q 80 16 91.43 16 Q 102.86 16 114.29 10 Q 137.14 -2 160 10 Q 171.43 16 182.86 16 Q 194.29 16 205.71 10 Q 228.57 -2 251.43 10 Q 262.86 16 274.29 16 Q 285.71 16 297.14 10 Q 320 -2 342.86 10 Q 354.29 16 365.71 16 Q 377.14 16 388.57 10 Q 411.43 -2 434.29 10 Q 445.71 16 457.14 16 Q 468.57 16 480 10 Q 502.86 -2 525.71 10 Q 537.14 16 548.57 16 Q 560 16 571.43 10 Q 594.29 -2 617.14 10 Q 628.57 16 640 16 Q 651.43 16 662.86 10 Q 685.71 -2 708.57 10 Q 720 16 731.43 16 Q 742.86 16 754.29 10 Q 777.14 -2 800 10 Q 811.43 16 822.86 16 Q 834.29 16 845.71 10 Q 868.57 -2 891.43 10 Q 902.86 16 914.29 16 Q 925.71 16 937.14 10 Q 960 -2 982.86 10 Q 994.29 16 1005.71 16 Q 1017.14 16 1028.57 10 Q 1051.43 -2 1074.29 10 Q 1085.71 16 1097.14 16 Q 1108.57 16 1120 10 Q 1142.86 -2 1165.71 10 Q 1177.14 16 1188.57 16 Q 1200 16 1211.43 10 Q 1234.29 -2 1257.14 10 Q 1268.57 16 1280 16' fill='none' stroke='%23808080' stroke-width='12' transform='translate(0, 40)'/%3E%3C/svg%3E");
  
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 400px auto;
}
.trouble__wrapper {
  max-width: 1168px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
  padding: 40px 20px;
  background-color: #F7F2EB;
}
.trouble__card {
  width: 520px;
  height: 210px;
  background-color: #E7E7E7;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.trouble__img-box {
  flex: 0 0 145px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trouble__img {
  height: auto;
  max-width: 100%;
}
.trouble__img--01 { width: 142px; }
.trouble__img--02 { width: 132px; }
.trouble__img--03 { width: 130px; }
.trouble__img--04 { width: 130px; }

.trouble__text-box {
  flex: 1;
  padding-left: 15px; 
}

.trouble__text {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  margin: 0;
}

/* === スマホ調整（1000px以下） === */
@media (max-width: 1100px) {
  .trouble__wrapper {
    flex-direction: column;
    align-items: center;
    margin: 0px auto 40px;
  }
  .trouble__card {
    width: 90%;
    height: auto;
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .trouble__title {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .trouble__title {
    font-size: 22px;
  }
  .trouble__wrapper {
    gap: 30px 0;
    margin: 0px auto 40px;
  }
  .trouble__card {
    padding: 16px;
  }
  .trouble__img-box {
    flex: 0 0 125px;
  }
  .trouble__img--01 {
    width: 120px;
  }
  .trouble__img--02 {
    width: 120px;
  }
  .trouble__img--03 {
    width: 120px;
  }
  .trouble__img--04 {
    width: 120px;
  }
  .trouble__text {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .trouble__title {
    font-size: 18px;
  }
  .trouble__wrapper {
    gap: 20px 0;
    margin: 0px auto 40px;
  }
  .trouble__card {
    padding: 14px;
  }
  .trouble__img-box {
    flex: 0 0 100px;
  }
  .trouble__img--01 {
    width: 90px;
  }
  .trouble__img--02 {
    width: 90px;
  }
  .trouble__img--03 {
    width: 90px;
  }
  .trouble__img--04 {
    width: 90px;
  }
  .trouble__text {
    font-size: 20px;
  }
}
/*=== Speech Bubble ===*/
#speech-solution {
  position: relative;
  z-index: 20;
  margin-top: -70px;
  margin-bottom: -60px;
  padding: 0 20px;
}
.speech-bubble__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1042px;
  margin: 0 auto;
  transform: translateX(-100px);
}
.speech-bubble__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1042px;
  margin: 0 auto;
}
.speech-bubble {
  width: 100%;
  height: auto;
}
.stamp__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.stamp__overlay {
  position: initial;
  top: 0;
  left: 0;
}
.stamp__overlay-text {
  position: absolute;
  top: 8%;
  left: 23%;
  transform: translate(-50%, -50%);
  color: var(--part-color__001);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
}
.speech-bubble__stamp {
  position: absolute;
  width: 184px;
  height: auto;
  top: 2%;
  right: 68%;
}
.speech-bubble__image {
  position: absolute;
  top: 30%;
  left: 72%;
  width: 50%;
}
.speech-title {
  position: absolute;
  bottom: 66%;
  left: 48%;
  transform: translate(-50%, -50%);
  color: var(--part-color__001);
  width: 70%;
  text-align: center;
  font-size: 52px;
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: 500;
}
.speech-title::before {
  content: '';
  position: absolute;
  top: 66%;
  left: 0;
  width: 98%;
  height: 30px;
  margin-top: 12px;
  background-color: var(--part-color__004);
  z-index: -1;
  transform: translateY(-50%);
}
.speech-text {
  position: absolute;
  top: 47%;
  left: 44%;
  transform: translate(-50%, -50%);
  color: var(--part-color__001);
  width: 60%;
  font-size: var(--font-size-20);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: 500;
  text-align: left;
  line-height: 2.2;
}
.speech-text--sub {
  position: absolute;
  top: 66%;
  left: 58%;
  transform: translate(-50%, -50%);
  color: var(--part-color__001);
  width: 65%;
  font-size: var(--font-size-20);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: 500;
  text-align: left;
  line-height: 2.2;
}
@media (max-width: 399px) {
  #speech-solution {
    /* 画像を下に移動させる分の余白を確保 */
    margin-bottom: 80px; 
    padding-bottom: 20px; 
  }

  .speech-bubble__container {
    max-width: 600px;
    overflow: visible; 
    transform: translateX(-0px);
  }

  /* --- 画像を下に配置するための修正 --- */
  .speech-bubble__image {
    top: 84%;
    left: 42%;
    transform: translateX(-50%);
    width: 60%;
  }

  .speech-bubble__stamp {
    width: 120px;
    top: -10%;
    right: 66%;
  }

  .stamp__overlay-text {
    top: 1%;
    left: 17%;
    font-size: 16px;
  }

  .speech-title {
    font-size: 16px;
    bottom: 76%;
  }

  .speech-title::before {
    height: 10px;
    top: 42%;
    margin-top: 8px;
  }

  .speech-text {
    left: 49%;
    width: 74%;
    font-size: 12px;
    top: 39%;
    line-height: 1.4;
    transform: translate(-50%, -50%);
  }

  .speech-text--sub {
    font-size: 12px;
    top: 70%;
    left: 59%;
    transform: translate(-50%, -50%);
    width: 72%;
    text-align: center;
    line-height: 1.4;
  }
}
@media (min-width: 400px) and (max-width: 499px) {
  #speech-solution {
    /* 画像を下に移動させる分の余白を確保 */
    margin-bottom: 80px; 
    padding-bottom: 30px; 
  }

  .speech-bubble__container {
    max-width: 600px;
    overflow: visible; 
    transform: translateX(-0px);
  }

  /* --- 画像を下に配置するための修正 --- */
  .speech-bubble__image {
    top: 84%;
    left: 42%;
    transform: translateX(-50%);
    width: 60%;
  }

  .speech-bubble__stamp {
    width: 120px;
    top: -10%;
    right: 66%;
  }

  .stamp__overlay-text {
    top: 1%;
    left: 17%;
    font-size: 16px;
  }

  .speech-title {
    font-size: 18px;
    bottom: 75%;
  }

  .speech-title::before {
    height: 10px;
    top: 42%;
    margin-top: 8px;
  }

  .speech-text {
    left: 49%;
    width: 74%;
    font-size: 12px;
    top: 40%;
    line-height: 1.4;
    transform: translate(-50%, -50%);
  }

  .speech-text--sub {
    font-size: 12px;
    top: 70%;
    left: 59%;
    transform: translate(-50%, -50%);
    width: 67%;
    text-align: center;
    line-height: 1.4;
  }
}
@media (min-width: 500px) and (max-width: 599px) {
  #speech-solution {
    /* 画像を下に移動させる分の余白を確保 */
    margin-bottom: 80px; 
    padding-bottom: 86px; 
  }

  .speech-bubble__container {
    max-width: 600px;
    overflow: visible; 
    transform: translateX(-0px);
  }

  /* --- 画像を下に配置するための修正 --- */
  .speech-bubble__image {
    top: 84%;
    left: 42%;
    transform: translateX(-50%);
    width: 60%;
  }

  .speech-bubble__stamp {
    width: 140px;
    top: 0%;
    right: 70%;
  }

  .stamp__overlay-text {
    top: 10%;
    left: 15%;
    font-size: 18px;
  }

  .speech-title {
    font-size: 23px;
    bottom: 68%;
  }

  .speech-title::before {
    height: 18px;
    top: 70%;
    margin-top: 8px;
  }

  .speech-text {
    left: 50%;
    width: 80%;
    font-size: 14px;
    top: 45%;
    line-height: 1.4;
    transform: translate(-50%, -50%);
  }

  .speech-text--sub {
    font-size: 14px;
    top: 66%;
    left: 59%;
    transform: translate(-50%, -50%);
    width: 85%;
    text-align: center;
    line-height: 1.4;
  }
}
@media (min-width: 600px) and (max-width: 799px) {
  #speech-solution {
    margin-bottom: 80px; 
    padding-bottom: 86px; 
  }

  .speech-bubble__container {
    max-width: 600px;
    overflow: visible; 
    transform: translateX(-0px);
  }

  /* --- 画像を下に配置するための修正 --- */
  .speech-bubble__image {
    top: 84%;
    left: 42%;
    transform: translateX(-50%);
    width: 60%;
  }

  .speech-bubble__stamp {
    width: 140px;
    top: 0%;
    right: 70%;
  }

  .stamp__overlay-text {
    top: 7%;
    left: 17%;
    font-size: 18px;
  }

  .speech-title {
    font-size: 26px;
    bottom: 68%;
  }

  .speech-title::before {
    height: 18px;
    top: 70%;
    margin-top: 8px;
  }

  .speech-text {
    left: 50%;
    width: 80%;
    font-size: 14px;
    top: 45%;
    transform: translate(-50%, -50%);
  }

  .speech-text--sub {
    font-size: 14px;
    top: 68%;
    left: 56%;
    transform: translate(-50%, -50%);
    width: 85%;
    text-align: center; /* サブテキストは中央寄せにすると綺麗です */
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .speech-bubble__container {
    max-width: 600px;
  }
  .speech-bubble__image {
    top: 26%;
    left: 84%;
    width: 46%;
  }
  .speech-bubble__stamp {
    width: 160px;
    top: 0%;
  }
  .speech-title {
    font-size: 28px;
  }
  .speech-title::before {
    height: 24px;
  }
  .speech-text {
    left: 44%;
    width: 62%;
    font-size: 14px;
  }
  .speech-text--sub {
    font-size: 14px;
    top: 70%;
    left: 60%;
  }
  .stamp__overlay-text {
    top: 8%;
    left: 19%;
    font-size: var(--font-size-20);
  }
}
@media (min-width: 1000px) and (max-width: 1099px) {
  .speech-bubble__container {
    max-width: 800px;
  }
  .speech-bubble__image {
    top: 32%;
    left: 72%;
    width: 46%;
  }
  .speech-bubble__stamp {
    width: 160px;
    top: 8%;
  }
  .speech-title {
    font-size: var(--font-size-32);
  }
  .speech-title::before {
    height: 24px;
  }
  .speech-text {
    left: 44%;
    width: 60%;
    font-size: var(--font-size-16);
  }
  .speech-text--sub {
    font-size: var(--font-size-16);
  }
  .stamp__overlay-text {
    top: 14%;
    font-size: var(--font-size-20);
  }
}
@media (min-width: 1100px) and (max-width: 1299px) {
  .speech-bubble__container {
    max-width: 900px;
  }
  .speech-bubble__image {
    top: 32%;
    left: 72%;
    width: 46%;
  }
  .speech-bubble__stamp {
    width: 160px;
    top: 8%;
  }
  .speech-title {
    font-size: var(--font-size-32);
  }
  .speech-title::before {
    height: 24px;
  }
  .speech-text {
    left: 44%;
    width: 60%;
    font-size: var(--font-size-16);
  }
  .speech-text--sub {
    font-size: var(--font-size-16);
  }
  .stamp__overlay-text {
    top: 14%;
    font-size: var(--font-size-20);
  }
}

/*
Features =========================================================================*/
.features__section {
  padding: 100px 0;
  background-color: #F5F0EA;
  overflow-x: hidden;
}
.features__wrapper {
  max-width: 958px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.features__card {
  position: relative;
  width: 100%;
  max-width: 958px;
  min-height: 240px;
  background: #fff;
  border-radius: 30px;
  border: 3px solid #8CC63F; 
  box-shadow: 0 10px 20px rgba(0,0,0,0.03); 
  box-sizing: border-box;
  overflow: visible;
}
.features__badge {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 80px;
  z-index: 10;
}
.features__inner {
  display: flex;
  align-items: center;
  padding: 60px 50px 60px; 
  box-sizing: border-box;
}
.features__text-column {
  flex: 1;
}
.features__card-title {
  font-size: 28px;
  color: #006934;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
}
.features__card-desc {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.8;
  color: #333;
  width: 70%;
}
.features__img-column {
  flex: 0 0 310px;
  position: relative;
  height: 100%;
}
.features__main-img {
  width: 100%;
  height: auto;
  display: block;
}
.features__main-img--offset01 {
  position: absolute;
  top: 86%;
  right: -30px;
  transform: translateY(-50%);
  width: 380px;
  z-index: 5;
}
/* 2つ目カード専用：縦並びのレイアウト */
.features__card--02 .features__inner--vertical {
  display: flex;
  flex-direction: column;
  align-items: center; /* タイトルと画像を中央寄せ */
  padding: 50px 60px 30px;
}

/* 2つ目専用：タイトルの中央寄せ */
.features__card-title--center {
  text-align: start;
  width: 100%;
}

/* 2つ目専用：中央の大きめ画像ボックス */
.features__img-center-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0;
  position: relative;
  /* 画像をハミ出させるため、このボックス自体の高さを少し抑えるなどの調整用 */
}

.features__main-img--large {
  width: 110%;           /* カード幅より大きくして迫力を出す */
  max-width: 800px;      /* 最大幅の制限 */
  height: auto;
  /* はみ出しの調整：少し上に持ち上げつつ拡大 */
  transform: translateY(-10px) scale(1.05);
}

/* 2つ目専用：左側の注意書きテキスト */
.features__note-box {
  width: 100%;           /* 全幅を確保して */
  text-align: left;      /* 中身を左寄せにする */
  margin-top: 20px;
}

.features__note-text {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  line-height: 1.6;
  display: inline-block; /* 必要に応じて左端に揃えるため */
}

.features__inner--type03 {
  display: flex;
  align-items: center;
  /* ご指定のパディングを適用（下を少し広げるなど微調整も自由です） */
  padding: 40px 50px 96px; 
  box-sizing: border-box;
}
.features__card--03 .features__text-column {
  flex: 1;
  padding-right: 40px; /* 右側の画像との衝突を避けるためのマージン */
}
.features__card-title--type03 {
    font-size: 28px;
    color: #006934;
    font-weight: bold;
    margin-bottom: 22px;
    line-height: 1.4;
}
.features__card-desc--type03 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.8;
  color: #333;
  width: 70%;
  margin-bottom: 90px;
}
.features__img-column--type03 {
  flex: 0 0 300px;
  position: relative;
  min-height: 200px; 
}
.features__main-img--offset03 {
  position: absolute;
  top: 64%;
  right: -10px;
  transform: translateY(-50%) scale(1.15);
  width: 290px;
  z-index: 5;
}

.features__card--03 .features__sub-img {
  position: absolute;
  width: 220px;
  height: auto;
  bottom: -104px;
  left: -224px;
  z-index: 10; 
}
.features__card-desc--04 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.8;
    color: #333;
    width: 70%;
    margin-bottom: 50px;
}
.features__inner--type04 {
  display: flex;
  align-items: center;
  padding: 60px 50px 60px; 
  box-sizing: border-box;
}
.features__card--04 .features__text-column {
  flex: 1;
  padding-right: 30px;
}
.features__main-img--offset04 {
  position: absolute;
  top: 86%;
  right: -30px;
  transform: translateY(-50%);
  width: 380px;
  z-index: 5;
}
.features__card-desc--05 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.8;
    color: #333;
    width: 70%;
    margin-bottom: 0px;
}
.features__inner--type05 {
  display: flex;
  align-items: center;
  padding: 60px 50px 60px; 
  box-sizing: border-box;
}
.features__card--05 .features__text-column {
  flex: 1;
  padding-right: 30px;
}
.features__main-img--offset05 {
  position: absolute;
  top: 86%;
  right: -30px;
  transform: translateY(-50%);
  width: 380px;
  z-index: 5;
}
.features__footer-img {
  width: 100%;
  margin: 80px 0 0;
}

.features__large-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
.features__sub-img-card01 {
  position: absolute;
  z-index: 6;
  width: 150px;
  height: auto;
  bottom: 80px;
  right: -80px;
  pointer-events: none;
}
.features__guide-block {
  width: 100%;
  max-width: 958px;
  background: #fff;
  border: 3px solid #8CC63F; /* カードと共通の緑 */
  border-radius: 30px;
  padding: 50px 40px;
  margin: 0 auto 40px;
  box-sizing: border-box;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
}

.features__guide-title {
  font-size: 26px;
  color: #006934; /* 濃い緑 */
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}

.features__guide-intro {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 35px;
  text-align: center;
}

.features__guide-intro strong {
  color: #d9534f; /* 強調の赤 */
  font-size: 1.1em;
  font-weight: bold;
}

/* --- 料金リストのスタイル --- */
.features__price-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 40px;
  max-width: 640px;
}

.features__price-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px dashed #8CC63F; /* 点線で区切り */
  font-size: 20px;
  font-weight: bold;
}

.features__price-list li:last-child {
  border-bottom: none;
}

.features__price-list li .age {
  color: #333;
}

.features__price-list li .price {
  color: #d9534f; /* 金額を目立たせる */
  font-size: 1.1em;
}

/* --- 医療助成 強調ボックス --- */
.features__subsidy-box {
  background-color: #f9fdf4; /* ごく薄い緑 */
  border: 1px solid #8CC63F;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  margin-bottom: 30px;
}

.features__subsidy-box p {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

.features__subsidy-box strong {
  color: #006934;
  font-weight: bold;
}

/* --- 医療助成テーブル --- */
.features__subsidy-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  table-layout: fixed;
}

.features__subsidy-table th,
.features__subsidy-table td {
  border: 1px solid #8CC63F;
  padding: 18px;
  font-size: 16px;
  line-height: 1.5;
}

.features__subsidy-table th {
  background-color: #f0f8e8;
  color: #006934;
  font-weight: bold;
  text-align: center;
}

.features__subsidy-table td {
  background-color: #fff;
  color: #333;
}

.features__subsidy-table tr td:first-child {
  font-weight: bold;
}

/* --- 注釈テキスト --- */
.features__guide-notes {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.features__guide-notes p {
  margin-bottom: 4px;
}

/* 改行コントロール（PCのみ有効） */
.pc-only {
  display: block;
}
@media (min-width: 601px) and (max-width: 900px) {
  .features__wrapper {
    width: 95%;
    gap: 40px;
    align-items: center;
  }

  .features__card {
    max-width: 500px;
    width: 100%;
    height: auto;
  }

  .features__card-title--center {
    text-align: center;
  }
  .features__inner,
  .features__inner--vertical,
  .features__inner--type03,
  .features__inner--type04,
  .features__inner--type05 {
    flex-direction: column !important;
    padding: 60px 20px 40px !important;
    text-align: center;
    align-items: center;
  }
  .features__text-column,
  .features__card--03 .features__text-column {
    width: 100%;
    padding-right: 0 !important;
    margin-bottom: 20px;
  }
  .features__card-desc,
  .features__card-desc--type03,
  .features__card-desc--04,
  .features__card-desc--05 {
    width: 100% !important;
    font-size: 16px;
    text-align: left;
    margin-bottom: 30px;
  }
  .features__img-column {
    flex: none;
    width: 100%;
    min-height: auto;
  }
  .features__main-img--offset01,
  .features__main-img--offset04,
  .features__main-img--offset05 {
    position: static !important;
    transform: none !important;
    width: 80% !important;
    max-width: 300px;
    margin: 20px auto 0 !important;
    display: block;
  }
  .features__sub-img-card01 {
    width: 120px;
    height: auto;
    bottom: 0;
    top: -60px;
    right: 10px;
  }
  .features__main-img--large {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    max-width: 460px;
    margin: 20px auto 0 !important;
    display: block;
  }
  .features__img-column--type03 {
    position: relative;
    width: 100%;
    height: 340px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }
  .features__main-img--offset03 {
    position: absolute !important;
    top: 0;
    left: 50%;
    transform: translateX(-50%) !important;
    width: 300px !important;
    z-index: 1;
    margin: 0 !important;
  }
  .features__card--03 .features__sub-img {
    position: absolute !important;
    bottom: -24px;
    left: 84%;
    transform: translateX(-50%) !important;
    width: 150px !important;
    z-index: 2;
    margin: 0 !important;
  }
  .features__footer-img {
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 0;
  }
  
  .features__large-image {
    height: auto;
  }
}
@media (min-width: 431px) and  (max-width: 600px) {
  .features__wrapper {
    width: 95%;
    gap: 40px;
    align-items: center;
  }

  .features__card {
    max-width: 500px;
    width: 100%;
    height: auto;
  }

  .features__card-title--center {
    text-align: center;
  }
  .features__card-title {
    font-size: 22px;
  }
  .features__card-title--type03 {
    font-size: 22px;
  }
  .features__inner,
  .features__inner--vertical,
  .features__inner--type03,
  .features__inner--type04,
  .features__inner--type05 {
    flex-direction: column !important;
    padding: 60px 20px 40px !important;
    text-align: center;
    align-items: center;
  }
  .features__text-column,
  .features__card--03 .features__text-column {
    width: 100%;
    padding-right: 0 !important;
    margin-bottom: 20px;
  }
  .features__card-desc,
  .features__card-desc--type03,
  .features__card-desc--04,
  .features__card-desc--05 {
    width: 100% !important;
    font-size: 16px;
    text-align: left;
    margin-bottom: 30px;
  }
  .features__img-column {
    flex: none;
    width: 100%;
    min-height: auto;
  }
  .features__main-img--offset01,
  .features__main-img--offset04,
  .features__main-img--offset05 {
    position: static !important;
    transform: none !important;
    width: 80% !important;
    max-width: 300px;
    margin: 20px auto 0 !important;
    display: block;
  }
  .features__sub-img-card01 {
    width: 120px;
    height: auto;
    bottom: 0;
    top: -60px;
    right: 10px;
  }
  .features__main-img--large {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    max-width: 330px;
    margin: 20px auto 0 !important;
    display: block;
  }
  .features__img-column--type03 {
    position: relative;
    width: 100%;
    height: 340px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }
  .features__main-img--offset03 {
    position: absolute !important;
    top: 0;
    left: 50%;
    transform: translateX(-50%) !important;
    width: 300px !important;
    z-index: 1;
    margin: 0 !important;
  }
  .features__card--03 .features__sub-img {
    position: absolute !important;
    bottom: -24px;
    left: 84%;
    transform: translateX(-50%) !important;
    width: 150px !important;
    z-index: 2;
    margin: 0 !important;
  }
  .features__footer-img {
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 0;
  }
  
  .features__large-image {
    height: auto;
  }
}
@media (max-width: 430px) {
  .features__wrapper {
    gap: 40px;
    align-items: center;
  }

  .features__card {
    max-width: 500px;
    width: 100%;
    height: auto;
  }

  .features__card-title--center {
    text-align: center;
  }
  .features__card-title {
    font-size: 21px;
  }
  .features__card-title--type03 {
    font-size: 22px;
  }
  .features__inner,
  .features__inner--vertical,
  .features__inner--type03,
  .features__inner--type04,
  .features__inner--type05 {
    flex-direction: column !important;
    padding: 60px 20px 40px !important;
    text-align: center;
    align-items: center;
  }
  .features__text-column,
  .features__card--03 .features__text-column {
    width: 100%;
    padding-right: 0 !important;
    margin-bottom: 20px;
  }
  .features__card-desc,
  .features__card-desc--type03,
  .features__card-desc--04,
  .features__card-desc--05 {
    width: 100% !important;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
  }
  .features__img-column {
    flex: none;
    width: 100%;
    min-height: auto;
  }
  .features__main-img--offset01,
  .features__main-img--offset04,
  .features__main-img--offset05 {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    max-width: 300px;
    margin: auto 0 !important;
    display: block;
  }
  .features__sub-img-card01 {
    width: 100px;
    height: auto;
    bottom: 0;
    top: -60px;
    right: 10px;
  }
    .features__main-img--large {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    max-width: 320px;
    margin: 20px auto 0 !important;
    display: block;
  }
  .features__img-column--type03 {
    position: relative;
    width: 100%;
    height: 340px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }
  .features__main-img--offset03 {
    position: absolute !important;
    top: 0;
    left: 50%;
    transform: translateX(-50%) !important;
    width: 300px !important;
    z-index: 1;
    margin: 0 !important;
  }
  .features__card--03 .features__sub-img {
    position: absolute !important;
    bottom: -24px;
    left: 84%;
    transform: translateX(-50%) !important;
    width: 130px !important;
    z-index: 2;
    margin: 0 !important;
  }
  .features__footer-img {
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 0;
  }
  
  .features__large-image {
    height: auto;
  }
}
/* タブレット・スマホ（900px以下） */
@media (max-width: 900px) {
  .features__guide-block {
    padding: 40px 30px;
  }
}

/* スマホ（600px以下） */
@media (max-width: 600px) {
  .features__guide-block {
    padding: 30px 15px;
    border-radius: 20px;
  }

  .features__guide-title {
    font-size: 21px;
  }

  .features__guide-intro {
    font-size: 15px;
    text-align: left; /* スマホでは文章が長くなるため左寄せ */
  }

  /* 料金リストを縦並びに */
  .features__price-list li {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    padding: 15px 0;
  }

  .features__price-list li .price {
    font-size: 1.2em;
  }

  /* 医療助成ボックス */
  .features__subsidy-box {
    padding: 20px 15px;
  }
  
  .features__subsidy-box p {
    font-size: 14px;
    text-align: left;
  }

  /* テーブルの調整（スマホでは文字を小さく） */
  .features__subsidy-table th,
  .features__subsidy-table td {
    padding: 12px 10px;
    font-size: 13px;
  }

  .pc-only {
    display: none; /* スマホでは改行を無視して流す */
  }
}
/*
Access =========================================================================*/
#access {
  position: relative;
  padding: 20px 20px 40px;
}
#access::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 192px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  top: 0px;
  background-image: url(../img/info-background-image02.png);
}
/* セクション全体 */
.access__section {
  padding: 80px 0;
  background-color: #fff;
}

.access__wrapper {
  max-width: 1025px; /* マップの幅に合わせる */
  margin: 0 auto;
  padding: 0 20px;
}

/* タイトルエリアの基準設定 */
.access__header {
  position: relative;     /* ★アイコンの基準点にする */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 30px;
  min-height: 80px;       /* アイコンを上にずらす分、高さを少し確保 */
}

/* タイトル左側の画像（絶対配置） */
.access__header-icon {
  position: absolute;     /* ★レイアウトから浮かせる */
  left: calc(50% - 380px); /* ★中央から左に260pxの位置に固定 */
  top: -45px;              /* ★少し上に移動（数値は適宜調整してください） */
}

.access__icon {
  width: 130px; /* アイコンサイズはお好みで */
  height: auto;
  display: block;
}

.access__header-text {
  justify-items: baseline;
}
.access__title-sub {
  display: block;
  font-size: 30px; /* 1行目は少し小さい */
  color: #006934;
  font-weight: bold;
  margin-bottom: 5px;
}

.access__title-main {
  font-size: 44px; /* 2行目は少し大きい */
  color: #006934;
  font-weight: bold;
  margin: 0;
}

/* テキストエリア：中央寄せに修正 */
.access__info {
  max-width: 750px; /* 数値はお好みで。500px〜700px程度が読みやすいです */
  width: 100%;      /* スマホ等で画面幅が狭い時は100%にする */
  margin: 30px auto;
}

.access__info-large {
  font-size: 52px;
  font-weight: bold;
  color: #587B5D;
  margin-bottom: 10px;
  display: block; /* 改行を確実にするため */
}

/* ★ 圏点（文字の上の点）の設定 */
.emphasis-small {
  position: relative;
  display: inline-block;
}

.emphasis-small::before {
  content: '';
  position: absolute;
  top: -20px;      /* 文字の上の位置を調整 */
  left: 50%;
  transform: translateX(-50%);
  width: 8px;       /* ★ここで点のサイズを自由に変えられます */
  height: 8px;      /* ★ここで点のサイズを自由に変えられます */
  background-color: #4D4D4D;
  border-radius: 50%; /* 丸くする */
}

.access__info-small {
  font-size: 22px;
  color: #333333;
  display: block; /* 改行を確実にするため */
  font-weight: 900;
}

/* マップ画像コンテナ（元々中央寄せですが念のため） */
.access__map-container {
  width: 1025px;
  height: 760px;
  margin: 0 auto; /* 左右オートで中央 */
  border-radius: 15px;
  overflow: hidden;
}

.access__map-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 比率を保って枠を埋める */
  display: block;
}

/* === スマホ調整（1025px以下） === */
@media (max-width: 1025px) {
  .access__wrapper {
    width: 100%;
  }

  .access__map-container {
    width: 100%;
    height: auto; /* スマホでは比率を保って縮小 */
  }

  .access__title-main {
    font-size: 28px;
  }
  
  .access__info-large {
    font-size: 20px;
  }
}
@media (min-width: 1001px) and  (max-width: 1100px) {
    #access::before {
    height: 120px;
  }
  .access__header {
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 50px;
  }
  .access__header-icon {
    position: absolute;
    left: calc(50% - 300px);
    top: -4px;
  }
  .access__icon {
    width: 76px;
  }
  .access__title-sub {
    font-size: 26px;
  }
  .access__title-main {
    font-size: 40px;
  }
  .access__info {
    margin: 10px auto 30px;
  }
  .access__info-large {
    font-size: 38px;
  }
  .emphasis-small::before {
    top: -14px;
    left: 50%;
    width: 6px;
    height: 6px;
  }
  .access__info-small {
    font-size: 22px;
  }
}
@media (min-width: 901px) and  (max-width: 1000px) {
    #access::before {
    height: 120px;
  }
  .access__header {
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 50px;
  }
  .access__header-icon {
    position: absolute;
    left: calc(50% - 300px);
    top: -4px;
  }
  .access__icon {
    width: 76px;
  }
  .access__title-sub {
    font-size: 26px;
  }
  .access__title-main {
    font-size: 40px;
  }
  .access__info {
    margin: 10px auto 30px;
  }
  .access__info-large {
    font-size: 38px;
  }
  .emphasis-small::before {
    top: -14px;
    left: 50%;
    width: 6px;
    height: 6px;
  }
  .access__info-small {
    font-size: 22px;
  }
}
@media (min-width: 801px) and  (max-width: 900px) {
    #access::before {
    height: 120px;
  }
  .access__header {
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 50px;
  }
  .access__header-icon {
    position: absolute;
    left: calc(50% - 300px);
    top: -4px;
  }
  .access__icon {
    width: 76px;
  }
  .access__title-sub {
    font-size: 26px;
  }
  .access__title-main {
    font-size: 40px;
  }
  .access__info {
    margin: 10px auto 30px;
  }
  .access__info-large {
    font-size: 38px;
  }
  .emphasis-small::before {
    top: -14px;
    left: 50%;
    width: 6px;
    height: 6px;
  }
  .access__info-small {
    font-size: 22px;
  }
}
@media (min-width: 701px) and  (max-width: 800px) {
    #access::before {
    height: 104px;
  }
  .access__header {
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 50px;
  }
  .access__header-icon {
    position: absolute;
    left: calc(50% - 280px);
    top: -5px;
  }
  .access__icon {
    width: 66px;
  }
  .access__title-sub {
    font-size: 24px;
  }
  .access__title-main {
    font-size: 36px;
  }
  .access__info {
    margin: 10px auto 30px;
  }
  .access__info-large {
    font-size: 30px;
  }
  .emphasis-small::before {
    top: -14px;
    left: 50%;
    width: 6px;
    height: 6px;
  }
  .access__info-small {
    font-size: 20px;
  }
}
@media (min-width: 601px) and  (max-width: 700px) {
    #access::before {
    height: 90px;
  }
  .access__header {
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 50px;
  }
  .access__header-icon {
    position: absolute;
    left: calc(50% - 250px);
    top: -6px;
  }
  .access__icon {
    width: 66px;
  }
  .access__title-sub {
    font-size: 22px;
  }
  .access__title-main {
    font-size: 32px;
  }
  .access__info {
    margin: 10px auto 30px;
  }
  .access__info-large {
    font-size: 30px;
  }
  .emphasis-small::before {
    top: -14px;
    left: 50%;
    width: 6px;
    height: 6px;
  }
  .access__info-small {
    font-size: 20px;
  }
}
@media (min-width: 501px) and  (max-width: 600px) {
    #access::before {
    height: 76px;
  }
  .access__header {
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 50px;
  }
  .access__header-icon {
    position: absolute;
    left: calc(50% - 220px);
    top: -6px;
  }
  .access__icon {
    width: 62px;
  }
  .access__title-sub {
    font-size: 20px;
  }
  .access__title-main {
    font-size: 28px;
  }
  .access__info {
    margin: 10px auto 30px;
  }
  .access__info-large {
    font-size: 26px;
  }
  .emphasis-small::before {
    top: -14px;
    left: 50%;
    width: 6px;
    height: 6px;
  }
  .access__info-small {
    font-size: 18px;
  }
}
@media (min-width: 431px) and  (max-width: 500px) {
    #access::before {
    height: 65px;
  }
  .access__header {
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 50px;
  }
  .access__header-icon {
    position: absolute;
    left: calc(50% - 190px);
    top: -6px;
  }
  .access__icon {
    width: 56px;
  }
  .access__title-sub {
    font-size: 18px;
  }
  .access__title-main {
    font-size: 24px;
  }
  .access__info {
    margin: 10px auto 30px;
  }
  .access__info-large {
    font-size: 21px;
  }
  .emphasis-small::before {
    top: -14px;
    left: 50%;
    width: 6px;
    height: 6px;
  }
  .access__info-small {
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  #access::before {
    height: 56px;
  }
  .access__header {
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 50px;
  }
  .access__header-icon {
    position: absolute;
    left: calc(50% - 180px);
    top: -10px;
  }
  .access__icon {
    width: 56px;
  }
  .access__title-sub {
    font-size: 16px;
  }
  .access__title-main {
    font-size: 22px;
  }
  .access__info {
    margin: 10px auto 30px;
  }
  .access__info-large {
    font-size: 21px;
  }
  .emphasis-small::before {
    top: -14px;
    left: 50%;
    width: 6px;
    height: 6px;
  }
  .access__info-small {
    font-size: 16px;
  }
}
/*
Staff =========================================================================*/
#staff {
  position: relative;
  padding: 20px 20px 40px;
  z-index: 1;
}
#staff::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 270px;
  background-size: cover;
  background-repeat: no-repeat;
  
  /* ★修正ポイント: topを消してbottomを0にする */
  bottom: 0px; 
  
  /* 背面に配置 */
  z-index: -1;
  background-image: url(../img/info-background-image03.png);
  
  /* 画像の向きや配置の微調整が必要な場合 */
  background-position: bottom center; 
}
.staff__section {
  padding: 80px 0;
  background-color: #F9CA8C;
}

.staff__wrapper {
  max-width: 1260px; /* 610*2 + 40 */
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 中央に寄せる */
  gap: 40px;               /* カード間の隙間 */
  padding: 0 20px;
  box-sizing: border-box;
}

.staff__header {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

/* タイトルスタイル（波線などは以前のものを継承可能） */
.staff__title {
  display: inline-block;
  font-size: 32px;
  color: #006934;
  font-weight: bold;
}

/* カード本体：610px x 274px */
.staff__card {
  /* 固定幅 610px ではなく、計算式に変更 */
  width: calc(50% - 20px); /* 50%(半分)からgapの半分(20px)を引く */
  min-width: 300px;        /* 崩れ防止の最小幅 */
  height: 274px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box; /* これが重要：paddingを幅に含める */
}

/* 画像ボックス：200px x 220px */
.staff__img-box {
  flex: 0 0 200px; /* 幅を固定 */
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
}

.staff__img {
  width: 180px;
  height: 200px;
  object-fit: cover; /* 比率を保って枠を埋める */
}

/* テキストエリア */
.staff__text-box {
  flex: 1;
  padding-left: 30px;
  text-align: left;
}

.staff__name {
  display: inline-block; /* 波線とアイコンの基準にするため */
  color: #603813;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 12px; /* 波線を表示するスペース */
  position: relative; /* アイコンの基準点 */

  /* 波下線SVGの設定 */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 100'%3E%3Cpath d='M 0 16 Q 11.43 16 22.86 10 Q 45.71 -2 68.57 10 Q 80 16 91.43 16 Q 102.86 16 114.29 10 Q 137.14 -2 160 10 Q 171.43 16 182.86 16 Q 194.29 16 205.71 10 Q 228.57 -2 251.43 10 Q 262.86 16 274.29 16 Q 285.71 16 297.14 10 Q 320 -2 342.86 10 Q 354.29 16 365.71 16 Q 377.14 16 388.57 10 Q 411.43 -2 434.29 10 Q 445.71 16 457.14 16 Q 468.57 16 480 10 Q 502.86 -2 525.71 10 Q 537.14 16 548.57 16 Q 560 16 571.43 10 Q 594.29 -2 617.14 10 Q 628.57 16 640 16 Q 651.43 16 662.86 10 Q 685.71 -2 708.57 10 Q 720 16 731.43 16 Q 742.86 16 754.29 10 Q 777.14 -2 800 10 Q 811.43 16 822.86 16 Q 834.29 16 845.71 10 Q 868.57 -2 891.43 10 Q 902.86 16 914.29 16 Q 925.71 16 937.14 10 Q 960 -2 982.86 10 Q 994.29 16 1005.71 16 Q 1017.14 16 1028.57 10 Q 1051.43 -2 1074.29 10 Q 1085.71 16 1097.14 16 Q 1108.57 16 1120 10 Q 1142.86 -2 1165.71 10 Q 1177.14 16 1188.57 16 Q 1200 16 1211.43 10 Q 1234.29 -2 1257.14 10 Q 1268.57 16 1280 16' fill='none' stroke='%23808080' stroke-width='12' transform='translate(0, 40)'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 150px auto; /* 波のピッチを名前の長さに合わせて調整 */
}

/* 名前右側のアイコン画像 */
.staff__name::after {
  content: "";
  position: absolute;
  right: -35px; /* 名前の右端からの距離 */
  bottom: 5px;  /* 波線の高さに合わせる */
  width: 25px;  /* アイコンのサイズ */
  height: 25px;
  background-image: url("../img/icon5.png"); /* 指定のアイコン画像パス */
  background-size: contain;
  background-repeat: no-repeat;
}

.staff__name span {
  font-size: 14px;
  color: #603813;
  margin-left: 8px;
  font-weight: normal;
}

.staff__text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  color: #603813;
}

/* === スマホ調整 === */
@media (max-width: 1300px) {
  .staff__card {
    width: 100%;
    height: auto; /* スマホでは縦に伸びるように */
    flex-direction: column; /* 縦並び */
    padding: 30px 20px;
  }
  
  .staff__img-box {
    margin-bottom: 20px;
  }
  
  .staff__text-box {
    padding-left: 0;
    text-align: center;
    max-width: 600px;
  }
}
@media (max-width: 500px) {
  .staff__header {
    margin-bottom: 0px;
  }
  .staff__title {
    font-size: 22px;
  }
}

/*
Question and Answer =========================================================================*/
.question-and-answer__section {
  background-color: #ffffff;
  overflow: visible;
  position: relative;
}
.qa__header {
  display: flex;
  align-items: center;    
  justify-content: center; 
  position: relative;
  padding-top: 54px;
  margin-bottom: 26px;
  min-height: 50px;
}
.qa__header-icon {
  position: absolute;
  top: 0;
  height: auto;
  z-index: 10;
}
.qa__header-icon--left {
  width: 110px;
  left: calc(50% - 260px);
  top: -24px;
}
.qa__header-title {
  font-size: 32px;
  font-weight: bold;
  color: #006934;
  margin: 0;
  z-index: 5;
}
.qa {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(862px - 60px);
  padding: 0 20px 150px;
}
.qa__box .qa__list {
  padding: 20px 0;
  background-image : linear-gradient(to right, var(--part-color__006), var(--part-color__006) 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.qa__box .qa__list .list__question,
.qa__box .qa__list .list__answer {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.list__question-text {
  color: #47805F;
  font-size: 25px;
  font-family: var(--body-font__zen-maru-gothic);
  font-style: normal;
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}
.list__answer-text {
  color: #42210B;
  font-size: 25px;
  font-family: var(--body-font__zen-maru-gothic);
  font-style: normal;
  font-weight: 500;
  margin: 0;
  padding-left: 15px;
  width: 100%;
}
.qa__box .qa__list:last-of-type {
  border-bottom: none;
}
.question__stamp-icon {
  max-width: 38px;
  height: auto;
  margin-right: 23px;
}
.answer__stamp-icon {
  max-width: 50px;
  height: auto;
  margin-right: 10px;
}
.qa__shared-images {
  width: 300px;
  height: auto;
  margin: 60px 0 80px;
}
@media screen and (max-width: 500px) {
  .qa {
    padding: 0 20px 50px;
  }
  .question__stamp-icon {
    max-width: 30px;
  }
  .answer__stamp-icon {
    max-width: 42px;
  }
  .list__question-text {
    font-size: var(--font-size-18);
  }
  .list__answer-text {
    font-size: var(--font-size-18);
  }
  .qa__header-icon--left {
    width: 60px;
    left: calc(50% - 150px);
    top: 15px;
  }
  .qa__header {
    margin-bottom: 0px;
  }
}

/*
Company Overview =========================================================================*/
/* セクション全体の背景色（外側） */
#company-overview {
  background-color: #FEFBEA; /* 薄いグレーやベージュ */
  padding: 30px 0 80px;           /* 上下の余白 */
}
.co__header {
  display: flex;
  align-items: center;    
  justify-content: center; 
  position: relative;
  margin-bottom: 26px;
  min-height: 50px;
}
.co__header-title {
  font-size: 32px;
  font-weight: bold;
  color: #006934;
  margin: 0;
  z-index: 5;
}
/* 2つの要素を包む白いボックス（内側） */
.company-overview__inner {
  background-color: #ffffff;  /* ★ここを同じ背景色（白）にする */
  max-width: 1250px;         /* コンテンツの最大幅 */
  margin: 0 auto;            /* 中央寄せ */
  padding: 20px 40px 60px;        /* ボックス内の余白 */
}
.company-overview {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(922px - 60px);
  padding: 0 20px;
}
.co__list {
  border-top: 2px solid var(--part-color__012);
}

.co__list .co__item {
  padding: 24px 0;
  border-bottom: 2px solid var(--part-color__012);
}
.co__item-label {
  font-size: var(--font-size-15);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  color: #006837;
  font-weight: bold;
  margin-bottom: 8px;
}
.co__item-value {
  max-width: 650px;
  font-size: var(--font-size-15);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: 900;
  color: #42210B;
}
.company-overview__text {
  max-width: 1000px; /* テキスト＋画像＋余白に合わせたサイズ */
  margin: 10px auto 60px;
  padding: 0 20px;
}
/* 横並びのコンテナ */
.co__flex-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

/* 文章エリア */
.co__text-content {
  flex: 1;
}

/* 画像エリア（横幅を固定） */
.co__image-content {
  flex: 0 0 310px;
  text-align: center;
}

/* メイン画像（指定サイズ 310x386） */
.co__side-image {
  width: 310px;
  height: 386px;
  object-fit: cover;
  border-radius: 10px; /* お好みで角丸を */
  margin-bottom: 12px;
}

/* 画像の下のテキスト */
.co__image-caption {
  font-size: 16px;
  font-weight: 900;
  color: #42210B;
  line-height: 1.4;
  text-align: left; /* キャプションを左寄せにする場合 */
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.co__text {
  font-size: var(--font-size-14);
  font-style: normal;
  font-weight: 900;
  color: #42210B;
  line-height: 2.5;
}
.company-overview__shared-images {
  width: 300px;
  height: auto;
  margin: 150px 0 80px;
}
/* スマホ対応 */
@media screen and (max-width: 850px) {
  .co__flex-container {
    flex-direction: column; /* 縦並びに切り替え */
    align-items: center;
  }
  
  .co__image-content {
    flex: 0 0 auto;
    width: 100%;
    max-width: 310px;
  }

  .co__side-image {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 560px) {
  .co__item-value {
    margin-left: 20px;
  }
}
@media screen and (min-width: 560px) {
  .co__list .co__item {
    display: grid;
    grid-template-columns: 2fr 5fr;
    column-gap: 32px;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
  }
  .co__item-label {
    text-align: start;
    margin-left: 70px;
  }
}
@media screen and (max-width: 500px) {
  #company-overview {
    padding: 30px 0 30px;
  }
  .co__header-title {
    font-size: 22px;
  }
}
/*=== プライバシーポリシー・お問い合わせメッセージの調整 ===*/
.mailform .contact-msg {
  background-color: #f7e4df;
  width: 94%;
  margin: 0 auto;
  padding: 1rem;
  box-sizing: border-box;
}
.mailform .contact-msg p {
  margin: 0;
  line-height: 1.3em;
  font-size: 1.3rem;
}
.mailform .contact-msg p:first-child {
  margin-bottom: 1em;
}
.mailform h2 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  background-color: #8cc63f;
  color: #fff;
  text-align: center;
  padding: 0.8em;
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  box-sizing: border-box;
}
.mailform h2:after {
  content: "";
  height: 25px;
  width: 0px;
  position: absolute;
  display: block;
  text-align: center;
  margin: 0px auto 0 auto;
  bottom: -45px;
  left: 43%;
  border-right: 15px solid transparent;
  border-top: 20px solid #8cc63f;
  border-left: 15px solid transparent;
}
.mailform table {
  color: #1a1a1a;
}
.mailform table tr th {
  display: block;
  text-align: left;
  margin-top: 10px;
}
.mailform table tr th span {
  font-size: 0.7rem;
  margin-left: 1em;
}
.mailform table tr td {
  display: block;
  overflow: hidden;
}
.mailform table tr td label {
  display: block;
  width: 100%;
  margin-left: 20%;
  font-weight: bold;
  margin-top: 0.5rem;
}
.mailform table tr td input[type="text"],
.mailform table tr td input[type="email"],
.mailform table tr td input[type="tel"],
.mailform table tr td input[type="zip"] {
  border: solid 2px #111;
  font-size: 1rem;
  padding: 0.6em;
  border-radius: 7px;
  width: 100%;
  box-sizing: border-box;
}
.mailform table tr td textarea {
  border: solid 2px #111;
  font-size: 1rem;
  padding: 0.6em;
  border-radius: 7px;
  width: 100%;
  box-sizing: border-box;
  min-height: 15rem;
}
.mailform .submit button {
  background-color: #eb5b00;
  color: #fff;
  display: block;
  padding: 0.3em 4em;
  font-size: 1.6rem;
  margin: 0 auto 40px auto;
  border: none;
}
@media screen and (min-width: 370px) {
  .mailform {
    max-width: 960px;
    margin: 20px auto 50px auto;
    border: solid 10px #f88808;
    border-radius: 20px;
  }
  .mailform .contact-msg {
    background: none;
  }
  .mailform .contact-msg p:first-child {
    margin-bottom: 0em;
  }
  .mailform .contact-msg p {
    font-size: 28px;
    line-height: 1.3em;
  }
}
/*ポップアップここから*/
.popupModal1 > input {
  /* ラジオボックス非表示 */
  display: none;
}
.popupModal1 > input:nth-child(1) + label {
  cursor: pointer;
}
.modalPopup2 {
  /* 初期設定 ポップアップ非表示 */
  display: none;
}
.popupModal1
  > input:nth-child(1):checked
  + label
  + input:nth-child(3)
  + label
  + input:nth-child(5)
  + label
  + .modalPopup2 {
  /* ラジオ１ チェックでポップアップ表示 */
  display: block;
  z-index: 998;
  position: fixed;
  width: 90%;
  height: 80%;
  border-radius: 20px;
  left: 50%;
  top: 50%;
  margin-top: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 10px 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* PCのときはページの真ん中の600x600領域 */
  .popupModal1
    > input:nth-child(1):checked
    + label
    + input:nth-child(3)
    + label
    + input:nth-child(5)
    + label
    + .modalPopup2 {
    width: 800px;
    height: 800px;
    padding: 30px;
  }
  .popupModal1
    > input:nth-child(1):checked
    + label
    + input:nth-child(3)
    + label
    + input:nth-child(5)
    + label {
    left: 50% !important;
    top: 50% !important;
    margin-left: 270px !important;
    margin-top: -310px !important;
  }
}
.popupModal1
  > input:nth-child(1):checked
  + label
  + input:nth-child(3)
  + label
  + input:nth-child(5)
  + label
  + .modalPopup2
  > div {
  overflow-y: auto;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.popupModal1
  > input:nth-child(1):checked
  + label
  + input:nth-child(3)
  + label
  + input:nth-child(5)
  + label
  + .modalPopup2
  > div
  > iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.popupModal1
  > input:nth-child(1):checked
  + label
  + input:nth-child(3)
  + label
  + input:nth-child(5)
  + label
  + .modalPopup2
  > div
  > img {
  /* ポップアップの中の要素 */
  max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
  display: none; /* ラジオ１ 以外のラベルを初期は非表示 */
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 997;
  text-indent: -999999px;
  overflow: hidden;
}

.popupModal1
  > input:nth-child(1):checked
  + label
  + input:nth-child(3)
  + label
  + input:nth-child(5)
  + label {
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  position: fixed;
  left: 10px;
  bottom: 20px;
  z-index: 999;
  width: 44pt;
  height: 44pt;
  font-size: 40px;
  border-radius: 50%;
  line-height: 44pt;
  text-align: center;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.popupModal1
  > input:nth-child(1)
  + label
  + input:nth-child(3):checked
  + label
  + input:nth-child(5)
  + label
  + .modalPopup2,
.popupModal1
  > input:nth-child(1)
  + label
  + input:nth-child(3)
  + label
  + input:nth-child(5):checked
  + label
  + .modalPopup2 {
  /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
  display: none;
}
.modalPopup2 {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.popupModal1 .modalTitle {
  padding-bottom: 0.5em;
  margin: 0.5em 0;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.popupModal1 .modalMain {
  color: #222;
  text-align: left;
  font-size: 14px;
  line-height: 1.8em;
}
/* プライバシーポリシーのラベル（ボタン風） */
.popupModal1 > input:nth-child(1) + label {
  display: inline-block;
  padding: 10px 20px;
  color: #666;
  border-radius: 5px;
  font-size: 14px;
  transition: 0.3s;
  text-decoration: underline;
}
.popupModal1 > input:nth-child(1) + label:hover {
  background-color: #e0e0e0;
}
/* ポップアップ内の調整 */
.modalPopup2 {
  box-shadow: 0 0 50px rgba(0,0,0,0.3);
}
.modalMain {
  padding: 20px;
  max-height: 70vh; /* 長い場合にスクロールさせる */
  overflow-y: auto;
}
/* スマホ表示の改行制御 */
@media screen and (max-width: 768px) {
  .pc { display: none; }
  .sp { display: block; }
  .mailform .contact-msg p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .sp { display: none; }
}

/*
Form =========================================================================*/
#form {
  background-color: #FEFBEA;
  padding: 30px 0 80px;
}
.form__header {
  display: flex;
  flex-direction: column; 
  align-items: center;    
  justify-content: center; 
  position: relative;
  /* ★表示エリアを制限する設定 */
  max-width: 700px;      /* ここで幅を制限（例：600px） */
  margin: 0 auto 40px;   /* 左右autoで中央に配置し、下に余白を作る */
  width: 100%;           /* スマホ等の狭い画面では100%にする */
  
  min-height: 50px;
}
.form__header-title {
  font-size: 32px;
  font-weight: bold;
  color: #006934;
  margin: 0 0 15px 0;    /* ★下にマージンを作ってテキストとの間隔を空ける */
  z-index: 5;
  text-align: center;
}
/* ★追加：タイトルの下のテキストスタイル */
.form__header-text {
  font-size: 23px;
  font-weight: 600;
  color: #000000;
  line-height: 1.6;
  text-align: left;    /* 中央寄せ */
  margin: 0 20px;
  z-index: 5;
}
.form {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.form-item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
.form-item-label {
  width: 100%;
  max-width: 200px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
}
.form-item-label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.form-item-input {
  border: 1px solid var(--part-color__013);
  border-radius: 14px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 100%;
  min-height: 48px;
  flex: 1;
  width: 100%;
  max-width: 480px;
  background: var(--body-color__000);
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
}
.form-item-input__zip-code {
  border: 1px solid var(--part-color__013);
  border-radius: 14px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 220px;
  background: var(--body-color__000);
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
}
.zip-code__container {
  display: flex;
  flex-direction: column; /* 子要素を縦方向に並べる */
  align-items: flex-start; /* 子要素を左揃え */
}

.zip-code__input-hint-container {
  display: flex;
  align-items: center; /* 入力フィールドとヒントテキストを中央揃え */
  width: 100%;
}
.file__container {
  display: flex;
  flex-direction: column;
  width: inherit;
}
.form__container {
  display: flex;
  flex-direction: column;
  width: inherit;
  min-height: 48px; /* 最小高さを入力フィールドの高さに合わせる */
}
.form-item-input__hint01 {
  margin-left: 10px;
  font-size: var(--font-size-12);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  color: var(--text-color__001);
}
.form-item-input__hint02 {
  margin-left: 30px;
  padding-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: var(--font-size-12);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  color: var(--text-color__001);
}
.form-item-textarea {
  border: 1px solid var(--part-color__013);
  border-radius: 14px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 100%;
  min-height: 216px;
  flex: 1;
  width: 100%;
  max-width: 480px;
  background: var(--body-color__000);
  font-size: var(--font-size-18);
}
.form-btn {
  border-radius: 30px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 214px;
  display: block;
  letter-spacing: 0.05em;
  background: var(--part-color__000);
  color: var(--text-color__005);
  font-weight: bold;
  font-size: var(--font-size-14);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  text-align: center;
}
.form__shared-images {
  width: 300px;
  height: auto;
  margin: 60px 0 80px;
}
.form-error {
  color: var(--text-color__002);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-size: var(--font-size-16);
  margin-top: 5px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
}
/* プルダウン専用のスタイル調整 */
select.form-item-input {
  appearance: none; /* ブラウザ標準の矢印をリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center; /* 矢印を右側に配置 */
  background-size: 16px;
  cursor: pointer;
}

/* 選択されていない（placeholder的）状態の色を少し薄くする場合 */
select.form-item-input:invalid,
select.form-item-input:has(option[value=""]:checked) {
  color: #999;
}
@media screen and (max-width: 760px) {
  .form {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
  }
  .form-item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
  .form-item-label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: var(--font-size-15);
  }
  .form-itemlLabel.isMsg {
    margin-top: 0;
  }
  .form-item-input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: var(--font-size-15);
  }
  .form-item-input__zip-code {
    margin-left: 0;
    margin-top: 18px;
    height: 32px;
    flex: inherit;
    font-size: var(--font-size-15);
    max-width: 480px;
  }
  .form-item-textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: var(--font-size-15);
  }
  .form-btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: var(--font-size-16);
  }
  .zip-code__container {
    display: flex;
    flex-direction: column;
    width: inherit;
  }
  .zip-code__input-hint-container {
    flex-direction: column;
    width: inherit;
  }
  .form-item-input__hint01 {
    margin-top: 10px; 
    margin-right: auto;
  }
  .form-item-input__hint02 {
    margin-right: auto;
    margin-left: 10px;
    padding-top: 0;
    padding-left: 0;
  }
  .form-error {
    font-size: var(--font-size-12);
    margin-left: 0;
  }
  select.form-item-input {
    margin-left: 0;
    margin-top: 18px;
    height: 48px; /* 入力しやすいため少し高めを維持 */
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .form__header-title {
    font-size: 22px;
  }
  .form__header-text {
    font-size: 16px;
    margin: 0 20px;
  }
}
/*
Related links =========================================================================*/
#related-links {
  background-color: #FEFBEA;
  padding: 30px 0 80px;
}
.related-links__wrapper {
  max-width: 600px; /* 前回のフォームヘッダーと合わせると統一感が出ます */
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.related-links__title {
  font-size: 24px;
  font-weight: bold;
  color: #006934;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

/* リンクを囲むコンテナ */
.related-links__container {
  display: flex;
  flex-direction: column; /* 縦に並べる */
  gap: 15px;             /* リンク同士の間隔 */
  align-items: flex-start;
}

/* テキストリンクのスタイル */
.related-links__item {
  font-size: 18px;
  color: #006934;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-right: 25px; /* 右側の矢印用スペース */
  transition: color 0.3s;
}
/* ホバー時の動き */
.related-links__item:hover {
  color: #006934;
  text-decoration: underline;
}

.related-links__item:hover::after {
  transform: translateX(5px); /* 矢印が少し右に動くアニメーション */
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .related-links__item {
    font-size: 16px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee; /* スマホでは区切り線を入れると見やすい */
    padding: 15px 0;
  }
}


/*
Testimonial =========================================================================*/
#testimonial {
  position: relative;
  padding-bottom: 2px;
}
.testimonial__section {
  background: var(--body-color__002);
  background-image:
    radial-gradient(var(--part-color__014) 20%, transparent 20%),
    radial-gradient(var(--part-color__014) 20%, transparent 20%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}
.testimonial__header {
  display: flex;
  align-items: center;    
  justify-content: center; 
  position: relative;
  padding-top: 54px;
  margin-bottom: 26px;
  min-height: 50px;
}
.testimonial__header-icon {
  position: absolute;
  top: 0;
  height: auto;
  z-index: 10;
}
.testimonial__header-icon--left {
  width: 110px;
  left: calc(50% - 260px);
  top: -24px;
}
.testimonial__header-icon--right {
  width: 90px;
  right: calc(50% - 250px);
  top: -32px;
}
.testimonial__header-title {
  font-size: 32px;
  font-weight: bold;
  color: #006934;
  margin: 0;
  z-index: 5;
}
.testimonial__title {
  font-size: var(--font-size-36);
  font-style: normal;
  font-weight: 900;
  margin-bottom: 14px;
  color: #F15A24;
}
.testimonial__ci-container {
  text-align: start;
}
.testimonial__ci {
  display: inline-block;
  font-size: var(--font-size-20);
  font-style: normal;
  background-color: #5B916A;
  color: var(--text-color__005);
  padding: 10px 38px;
  border-radius: 22px;
  margin-bottom: 14px;
}
.testimonial__text {
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 900;
  line-height: 2;
  color: #000;
}
.testimonial__wrapper {
  max-width: 1168px;
  margin: auto;
}
.testimonial__content {
  display: flex;
  align-items: stretch; /* startからstretchに変更して高さを揃える */
  justify-content: space-between;
  width: 95%;           /* 1168pxではなく、画面幅の95%にする */
  max-width: 1168px;    /* 最大で1168pxにする */
  height: auto;         /* 高さを固定(368px)から自動に変更 */
  min-height: 368px;    /* 以前の高さは最低値として残す */
  margin: 0 auto 70px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;      /* はみ出し防止 */
}

.testimonial__text-container {
  flex: 1;              /* テキスト側を可変にする */
  padding: 30px 40px;
}

.testimonial__img {
  flex: 0 0 330px;      /* 画像側の幅を固定 */
  height: auto;         /* 高さは自動 */
  margin: 20px;            /* 余白をリセット */
}

.testimonial__image-container {
  width: 100%;          /* 親要素の330pxに合わせる */
  height: 100%;
}

.testimonial__photo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.testimonial__content:nth-child(even) {
  flex-direction: row-reverse;
}

.testimonial__content:nth-child(even) .testimonial__text-container {
  padding: 20px 60px 20px 20px;
}

.testimonial__video-area {
  max-width: 958px;
  width: 100%;
  margin: 80px auto 30px;
  padding: 0 20px;
  box-sizing: border-box;
}

.testimonial__video-heading {
  font-size: 24px;
  color: #006934;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.testimonial__video-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.testimonial__video-item {
  width: 100%;
  max-width: 800px;
}

.testimonial__video-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.testimonial__video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* --- スマホ表示（600px以下）の微調整 --- */
@media (max-width: 600px) {
  .testimonial__video-area {
    margin-top: 50px;
  }
  
  .testimonial__video-heading {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .testimonial__video-list {
    gap: 30px; /* スマホでは間隔を少し狭く */
  }
}
@media (max-width: 800px) {
  /* カード全体の調整 */
  .testimonial__content {
    flex-direction: column !important; /* 縦並びを強制 */
    width: 95%;           /* 画面幅に合わせる */
    height: auto;         /* 固定高さを解除 */
    min-height: auto;     /* 最小高さもリセット */
    margin: 0 auto 40px;  /* カード同士の間隔 */
  }

  /* PC版の「偶数番目の反転」と「パディングの偏り」をリセット */
  .testimonial__content:nth-child(even) {
    flex-direction: column !important;
  }

  /* テキストエリアの調整 */
  .testimonial__text-container {
    order: 1;             /* テキストを上に */
    padding: 30px 20px !important; /* パディングを適切な広さ(20px)に修正 */
    text-align: center;   /* スマホでは中央寄せが綺麗です */
  }

  .testimonial__ci-container {
    text-align: center;   /* 名前も中央に */
  }

  .testimonial__title {
    font-size: 22px;      /* 文字サイズをスマホ向けに縮小 */
    margin-bottom: 10px;
  }

  .testimonial__text {
    font-size: 16px;      /* 行間が広いので少し小さめが読みやすい */
    line-height: 1.6;
    text-align: left;     /* 文章は左揃えの方が見やすい */
  }

  .testimonial__img {
    order: 2;
    /* PC版と同じサイズを指定 */
    flex: 0 0 330px; 
    width: 330px;
    height: 340px;
    margin: 0 auto 30px; /* 下に余白を作り、中央配置 */
  }

  .testimonial__image-container {
    width: 330px;
    height: 340px;
  }

  /* ヘッダーアイコンの調整（はみ出し防止） */
  .testimonial__header-icon--left {
    left: 0;
    width: 80px;
    top: -10px;
  }
  .testimonial__header-icon--right {
    right: 0;
    width: 70px;
    top: -15px;
  }
}
@media (max-width: 500px) {
  .testimonial__img {
    flex: 0 0 300px;
    width: 300px;
    height: 300px;
  }

  .testimonial__image-container {
    width: 300px;
    height: 300px;
  }

  .testimonial__title {
    font-size: 20px; /* 文字も少しコンパクトに */
  }
  
  .testimonial__ci {
    padding: 8px 25px; /* 名前ラベルのサイズ調整 */
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .testimonial__header-icon--left {
    width: 90px;
    left: calc(50% - 230px);
    top: 0px;
  }
  .testimonial__header-icon--right {
    width: 70px;
    right: calc(50% - 220px);
    top: 0px;
  }
}
@media (max-width: 500px) {
  .testimonial__header-icon--left {
    width: 70px;
    left: calc(50% - 180px);
    top:20px;
  }
  .testimonial__header-icon--right {
    width: 56px;
    right: calc(50% - 170px);
    top:16px;
  }
  .testimonial__header-title {
    font-size: 26px;
  }
}
@media (max-width: 410px) {
  .testimonial__header {
    margin-bottom: 14px;
  }
  .testimonial__header-icon--left {
    width: 60px;
    left: calc(50% - 160px);
    top: 16px;
  }
  .testimonial__header-icon--right {
    width: 48px;
    right: calc(50% - 150px);
    top:14px;
  }
  .testimonial__header-title {
    font-size: 26px;
  }
}


/* --- 共通設定：初期状態は非表示 --- */
.fixed-footer-buttons {
  display: none;
}

@media screen and (max-width: 750px) {
  .fixed-footer-buttons {
    display: flex;
    justify-content: center; /* 中央に寄せる */
    align-items: flex-end;   /* 下端を揃える */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;             /* コンテナは全幅 */
    z-index: 1000;
    pointer-events: none;
    gap: 0;                  /* ★画像間の隙間を強制的にゼロにする */
  }

  .fixed-footer-buttons__item {
    pointer-events: auto;
    display: block;
    line-height: 0;          /* 画像下の隙間を排除 */
  }

  /* --- お問い合わせ（280px）の個別設定 --- */
  .fixed-footer-buttons__item--mail {
    width: 43.88%;           /* 280 / (280+358) の計算値 */
    max-width: 280px;        /* PC時の最大サイズ */
    margin-right: -1px; /* 1pxだけ重ねて隙間を物理的に消す */
  }

  /* --- 電話（358px）の個別設定 --- */
  .fixed-footer-buttons__item--tel {
    width: 56.12%;           /* 358 / (280+358) の計算値 */
    max-width: 358px;        /* PC時の最大サイズ */
  }

  .fixed-footer-buttons__item img {
    width: 100%;
    height: auto;            /* 横幅に合わせて高さも自動で縮小 */
    display: block;
    margin: 0;
  }
}