/*=== 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;
  }
}
/*=== Shared Parts ===*/
.shared-images {
width: 300px;
height: auto;
margin-bottom: 30px;
}

@media (max-width: 379px){
  .shared-images {
    width: 260px;
    }
}
@media (min-width: 380px) and (max-width: 499px) {
  .shared-images {
    width: 280px;
    }
}

/* 
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: 0.6 1 0; }

/* ===== お問い合わせボタンのデザイン統合 ===== */
/* お問い合わせボタン固有のデザイン */
.contact-button {
  background-color: var(--part-color__000);
  color: var(--text-color__005);
  padding: 8px; 
  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;
}
.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;
}

/* ===== 500px以下（SP） ===== */
@media (max-width: 500px) {
  .header-announcement p {
    font-size: 11px;
  }
  .hero-top-images {
    gap: 0;
    margin-bottom: 16px;
    margin-top: 6px;
    height: 80px;
  }

  /* 2番目以降の要素（ロゴ2、電話、お問い合わせ）をすべて非表示 */
  .hero-top-images__item:nth-child(n+2),
  .hero-top-images__link {
    display: none;
  }

  .hero-top-images__item:nth-child(1) {
    flex: 1;
  }
}

/*
Mainvisual =========================================================================*/
.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.mv {
  width: 100vw;
  height: 64vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--text-color__005);
  margin-bottom: 0;
}

/* 1枚画像用のスタイル */
.mv-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.mv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画面いっぱいに表示 */
}

/* テキストやボタンのスタイル（既存を維持しつつ、z-indexで画像より上に） */
.mv .mv-title, .mv .mv-text, .mv .btn {
  z-index: 10;
}
.mv .mv-title{
  position: absolute;
  top: 60%;
  left: 38%;
  transform: translate(-50%,-50%);
  width: 90%;
  max-width: 900px;
  line-height: 1.4;
  font-size: var(--font-size-44);
  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{
  position: absolute;
  bottom: 10%;
  left: 20%;
  transform: translate(-50%,-50%);
  font-size: var(--font-size-26);
  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-btn-cp_arrows{
  position: absolute;
  top: 80%;
  left: 70%;
  transform: translate(0%,-70%);
  margin:0;
  z-index: 10;
}

@media (max-width: 379px) {
  .mv{
    height: 28vh;
  }
  .mv .mv-text{
    font-size: var(--font-size-8);
    transform: translate(-90%,-90%);
    top: 18%;
    left: 42%;
  }
  .mv .mv-title{
    font-size: var(--font-size-14);
    left: 39%;
  }
}
@media (min-width: 380px) and (max-width: 429px) {
  .mv{
    height: 28vh;
  }
  .mv .mv-text{
    font-size: var(--font-size-8);
    transform: translate(-90%,-90%);
    top: 18%;
    left: 38.5%;
  }
  .mv .mv-title{
    font-size: var(--font-size-14);
    left: 36%;
  }
}
@media (min-width: 430px) and (max-width: 499px) {
  .mv{
    height: 32vh;
  }
  .mv .mv-text{
    font-size: var(--font-size-8);
    transform: translate(-90%,-90%);
    top: 19%;
    left: 38.5%;
  }
  .mv .mv-title{
    font-size: var(--font-size-14);
    left: 36%;
  }
}
@media (min-width: 500px) and (max-width: 600px) {
  .mv{
    width: 100%;
    height: 36vh;
  }
  .mv .mv-text{
    font-size: var(--font-size-10);
    transform: translate(-90%,-90%);
    top: 17%;
    left: 38.5%;
  }
  .mv .mv-title{
    font-size: var(--font-size-20);
    left: 40%;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .mv{
    width: 100%;
    height: 42vh;
  }
  .mv .mv-text{
    font-size: var(--font-size-10);
    transform: translate(-90%,-90%);
    top: 17%;
    left: 38.5%;
  }
  .mv .mv-title{
    font-size: var(--font-size-20);
    left: 40%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .mv{
    height: 54vh;
  }
  .mv .mv-text{
    font-size: var(--font-size-14);
    top: 18%;
    left: 37.5%;
  }
  .mv .mv-title{
    font-size: var(--font-size-28);
    left: 37%;
  }
}
@media (min-width: 1000px) and (max-width: 1235px) {
  .mv{
    height: 62vh;
  }
  .mv .mv-text{
    font-size: var(--font-size-18);
    left: 38%;
  }
  .mv .mv-title{
    font-size: var(--font-size-32);
  }
}

/*
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: 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: 90%;
  max-width: 880px;
  margin: 30px auto;
  position: relative;
  overflow: hidden;
  min-height: 280px;    /* 少し高さを出すとバランスが良いです */
  display: flex;
  align-items: center;  /* 上下の中央 */
  justify-content: flex-start; /* 左寄せ */
}

/* 背景画像 */
.banner-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* 背景のオーバーレイ（文字を読みやすくするための影） */
/* 左側を少し暗くするグラデーションにするとプロっぽくなります */
.banner-block::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* コンテンツエリア */
.banner-block__content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: 60px;    /* この数値を大きくするほど下に移動します */
  padding-left: 40px;   /* 左の余白 */
  padding-bottom: 30px; /* 下に少しクッションを作る */
  padding-right: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start; 
}

.banner-block__inner {
  max-width: 600px; /* テキストが右まで広がりすぎないように制限 */
  text-align: left; /* 左揃え */
  color: #fff;
  margin-top: 16px;
}

.banner-text {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 4px;
  margin-left: 20px;
  color: #F15A24; 
  line-height: 1.2;
}

.banner-subtext {
  font-size: 22px;
  color: #F15A24;
  margin-bottom: 6px;
  margin-left: 20px;
  font-weight: bold;
  line-height: 1.4;
  opacity: 0.9;
}

.banner-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* ボタンや電話も左揃え */
  gap: 15px;
}

.banner-tel {
  font-size: 60px;
  font-weight: 800;
  color: #000;
  margin-left: 50px;
  text-decoration: none;
  line-height: 1;
}

/* お問い合わせボタンのベース */
.banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #F15A24;
  color: #fff;
  padding: 8px 20px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s;
  white-space: nowrap;
}
/* アイコンのスタイル */
.banner-btn i {
  font-size: 30px;
}
/* メインテキスト */
.banner-btn__main {
  font-size: 18px;
  font-weight: 600;
}
/* 右側の補足テキスト */
.banner-btn__sub {
  font-size: 0.75rem;
  font-weight: normal;
  opacity: 0.9;
}
.banner-btn:hover {
  background-color: #e68a00;
  transform: translateX(5px);
}

/* === スマホ調整 === */
@media (max-width: 500px) {
  .banner-block {
    min-height: 250px;
    justify-content: center;
  }
  .banner-block::after {
    background: rgba(0,0,0,0.5);
  }
  .banner-block__content {
    padding: 20px;
  }
  .banner-block__inner {
    text-align: center;
    max-width: 100%;
  }
  .banner-links {
    align-items: center;
  }
  .banner-tel {
    font-size: 1.5rem;
  }
  .banner-text {
    font-size: 1.1rem;
  }
  .banner-subtext {
    font-size: 0.8rem;
    margin-bottom: 15px;
  }
  .banner-btn {
    padding: 12px 15px;
    gap: 6px;
    flex-wrap: wrap;
  }
  .banner-btn__main {
    font-size: 0.9rem;
  }
  .banner-btn__sub {
    font-size: 0.7rem;
  }
}
/*
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;
  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 {
  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;
}
/* === スマホ調整 === */
@media (max-width: 799px) {
  .info__images {
    flex-direction: column;
    align-items: center;
    gap: 50px; /* 縦並びの時は間隔を広めに */
  }
  .info__image {
    height: 250px; /* スマホでは画像を少し低くしてコンパクトに */
  }
}
/*
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: 1080px) {
  .trouble__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .trouble__card {
    width: 90%;
    height: auto;
    padding: 20px;
    margin-bottom: 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-bubble__container {
    max-width: 600px;
    margin: 30px 0 40px;
  }
  .speech-bubble__image {
    top: 57%;
    left: 71%;
    width: 35%;
  }
  .speech-bubble__stamp {
    width: 82px;
    right: 67%;
    top: 3%;
  }
  .speech-title {
    font-size: var(--font-size-13);
    width: 250px;
    bottom: 63%;
  }
  .speech-title::before {
    height: 12px;
    top: -13%;
    width: 247px;
  }
  .speech-text {
    top: 41%;
    left: 7%;
    width: 91%;
    font-size: var(--font-size-8h);
    line-height: 1.5;
    transform: none;
  }
  .stamp__overlay-text {
    top: 13%;
    font-size: var(--font-size-11);
    transform: translate(-60%, -65%);
  }
}
@media (min-width: 400px) and (max-width: 499px) {
  .speech-bubble__container {
    max-width: 600px;
    margin: 30px 0 40px;
  }
  .speech-bubble__image {
    top: 57%;
    left: 68%;
    width: 35%;
  }
  .speech-bubble__stamp {
    width: 88px;
    top: 3%;
  }
  .speech-title {
    font-size: var(--font-size-14);
    width: 273px;
  }
  .speech-title::before {
    height: 12px;
    top: 25%;
    width: 270px;
  }
  .speech-text {
    top: 41%;
    left: 10%;
    width: 89%;
    font-size: var(--font-size-10);
    line-height: 1.5;
    transform: none;
  }
  .stamp__overlay-text {
    top: 12%;
    font-size: var(--font-size-11);
    transform: translate(-60%, -65%);
  }
}
@media (min-width: 500px) and (max-width: 599px) {
  .speech-bubble__container {
    max-width: 600px;
    margin: 20px 0;
  }
  .speech-bubble__image {
    top: 53%;
    left: 68%;
    width: 35%;
  }
  .speech-bubble__stamp {
    width: 88px;
    top: 9%;
  }
  .speech-title {
    font-size: var(--font-size-18);
    width: 345px;
  }
  .speech-title::before {
    height: 12px;
    top: 25%;
    width: 338px;
  }
  .speech-text {
    left: 51%;
    width: 84%;
    font-size: var(--font-size-12);
    line-height: 1.5;
  }
  .stamp__overlay-text {
    top: 16%;
    font-size: var(--font-size-12);
    transform: translate(-45%, -65%);
  }
}
@media (min-width: 600px) and (max-width: 699px) {
  .speech-bubble__container {
    max-width: 600px;
    margin: 20px 0;
  }
  .speech-bubble__image {
    top: 53%;
    left: 68%;
    width: 35%;
  }
  .speech-bubble__stamp {
    width: 98px;
    top: 9%;
  }
  .speech-title {
    font-size: var(--font-size-22);
    width: 75%;
  }
  .speech-title::before {
    height: 12px;
    top: 25%;
  }
  .speech-text {
    left: 56%;
    width: 90%;
    font-size: var(--font-size-12);
    line-height: 1.8;
  }
  .stamp__overlay-text {
    top: 16%;
    font-size: var(--font-size-12);
    transform: translate(-45%, -65%);
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .speech-bubble__container {
    max-width: 650px;
  }
  .speech-bubble__image {
    top: 40%;
    left: 69%;
    width: 35%;
  }
  .speech-bubble__stamp {
    width: 110px;
    top: 10%;
  }
  .speech-title {
    font-size: var(--font-size-22);
  }
  .speech-title::before {
    height: 24px;
  }
  .speech-text {
    left: 44%;
    width: 60%;
    font-size: var(--font-size-12);
  }
  .stamp__overlay-text {
    top: 16%;
    font-size: var(--font-size-15);
  }
}
@media (min-width: 1000px) and (max-width: 1299px) {
  .speech-bubble__container {
    max-width: 900px;
  }
  .speech-bubble__image {
    top: 33%;
    left: 68%;
    width: 37%;
  }
  .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);
  }
  .stamp__overlay-text {
    top: 14%;
    font-size: var(--font-size-20);
  }
}

/*
Features =========================================================================*/
.features__section {
  padding: 100px 0;
  background-color: #F5F0EA;
}
.features__wrapper {
  max-width: 958px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.features__card {
  position: relative;
  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: 80px 50px 30px;
}
.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--offset {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-70%) scale(1.2);
  width: 380px;
}
/* 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;
}
/* 4つ目カード専用のインナー */
.features__inner--type04 {
  display: flex;
  align-items: center;
  /* 4つ目は少し上下のバランスを整えたパディングに設定（例） */
  padding: 60px 50px 60px; 
  box-sizing: border-box;
}

/* 4つ目専用のテキストカラム */
.features__card--04 .features__text-column {
  flex: 1;
  padding-right: 30px;
}

/* 4つ目専用のメイン画像位置 */
.features__main-img--offset04 {
  position: absolute;
  top: 86%;                /* 中央を基準 */
  right: -30px;            /* 3つ目(50px)よりさらに大胆にハミ出す */
  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: 50px;
}
/* 5つ目カード専用のインナー */
.features__inner--type05 {
  display: flex;
  align-items: center;
  /* 4つ目は少し上下のバランスを整えたパディングに設定（例） */
  padding: 60px 50px 60px; 
  box-sizing: border-box;
}

/* 5つ目専用のテキストカラム */
.features__card--05 .features__text-column {
  flex: 1;
  padding-right: 30px;
}

/* 5つ目専用のメイン画像位置 */
.features__main-img--offset05 {
  position: absolute;
  top: 86%;                /* 中央を基準 */
  right: -30px;            /* 3つ目(50px)よりさらに大胆にハミ出す */
  transform: translateY(-50%); /* わずかに右に傾けて動きを出す */
  width: 380px;            /* 少し大きめに配置 */
  z-index: 5;
}
/* 追加画像のコンテナ */
.features__footer-img {
  width: 968px; /* 指定の横幅 */
  height: 468px; /* 指定の縦幅 */
  margin: 60px auto 0; /* カードとの間隔を60px空け、中央寄せ */
  position: relative;
  /* カード(958px)より少し大きいので、左右5pxずつはみ出す */
}

.features__large-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 指定サイズに合わせて画像を綺麗に収める */
  display: block;
  border-radius: 20px; /* カードに合わせて少し角を丸くすると馴染みます */
}
@media (max-width: 1000px) {
  .features__wrapper {
    width: 95%;
  }
  .features__card {
    width: 100%;
    height: auto;
  }
  .features__inner {
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
  }
  .features__main-img--offset {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 20px;
  }
  .features__footer-img {
    width: 100%; /* スマホでは横幅いっぱいに */
    height: auto; /* 高さは比率を保って自動調整 */
    margin-top: 40px;
    padding: 0 10px; /* 画面端に少し余白 */
    box-sizing: border-box;
  }
  
  .features__large-image {
    height: auto;
  }
}

/*
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;
  }
}

/*
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: 100%;
  height: 100%;
  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: 768px) {
  .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;
  }
}


/*
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) {
  .question__stamp-icon {
    max-width: 30px;
  }
  .answer__stamp-icon {
    max-width: 42px;
  }
  .list__question-text {
    font-size: var(--font-size-14);
  }
  .list__answer-text {
    font-size: var(--font-size-14);
  }
}

/*
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;
  }
}
/*=== プライバシーポリシー・お問い合わせメッセージの調整 ===*/
.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: 544px) {
  .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;
  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;
}

@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;
  }
}

/*
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;
  }
}
/*=== Info Main Text ===*/
.info__main-container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 1;
}
.info__main-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 50%;
}
.info__main-text-large {
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: 600;
  color: var(--part-color__001);
  text-align: left;
  margin: 20px 0;
  width: auto;
  background-color: var(--part-color__002);
  padding: 8px 30px;
  border-radius: 20px;
}
.info__main-text-medium {
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: 600;
  color: var(--part-color__001);
  margin: 0;
  padding-bottom: 5px;
  position: relative;
  padding-left: 15px;
  width: auto;
}
.info__main-text-medium::before {
  background: var(--part-color__008);
  content: "";
  height: 12px;
  width: 12px;
  left: 0;
  position: absolute;
  top: 4px;
}
.info__main-text-small {
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: 600;
  color: var(--part-color__001);
  margin: 0px 0 10px;
  width: auto;
  line-height: 1.8;
}

@media (max-width: 399px) {
  .info__main-text {
    width: 87%;
  }
  .info__main-text-large {
    font-size: var(--font-size-12);
    padding: 5px 26px;
    margin: 15px 0;
  }
  .info__main-text-small {
    font-size: var(--font-size-12);
  }
  .info__main-text-medium {
    font-size: var(--font-size-12);
  }
  .info__main-text-medium::before {
    height: 10px;
    width: 10px;
    top: 1px;
  }
}
@media (min-width: 400px) and (max-width: 499px) {
  .info__main-text {
    width: 85%;
  }
  .info__main-text-large {
    font-size: var(--font-size-14);
    padding: 5px 26px;
    margin: 15px 0;
  }
  .info__main-text-small {
    font-size: var(--font-size-14);
  }
  .info__main-text-medium {
    font-size: var(--font-size-14);
  }
  .info__main-text-medium::before {
    height: 10px;
    width: 10px;
    top: 2px;
  }
}
@media (min-width: 500px) and (max-width: 699px) {
  .info__main-text {
    width: 80%;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .info__main-text {
    width: 70%;
  }
}
@media (min-width: 1000px) and (max-width: 1299px) {
  .info__main-text {
    width: 62%;
  }
}

/*=== Info image ===*/
.info__boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.info__box-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 30px;
}
.info__box-wrapper {
  position: relative;
  width: 353px;
  height: auto;
  margin: 0 10px 10px 10px;
  z-index: 1;
}
.info__box-stamp-1 {
  position: absolute;
  top: -10px;
  left: -43px;
  width: 120px;
  height: auto;
  z-index: 2; 
}
.info__box-stamp-2 {
  position: absolute;
  top: -20px;
  left: -28px;
  width: 100px;
  height: auto;
  z-index: 2; 
}
.info__box-stamp-3 {
  position: absolute;
  top: -20px;
  left: 0;
  width: 70px;
  height: auto;
  z-index: 2; 
}
.info__box-item {
  max-width: 253px;
  height: auto;
  display: block;
  margin: 0 auto;
  z-index: 1;
}
.info__box {
  width: 100%;
  height: auto;
}
.info__box-title, .info__box-button-1, .info__box-button-2, .info__box-button-3, .info__box-text, .info__box-contact{
  position: absolute;
  left: 53%;
  transform: translateX(-50%);
}
.info__box-title {
  top: 5%;
  font-size: var(--font-size-28);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  color: var(--text-color__008);
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
  width: max-content;
}
.info__box-button-1 {
  top: 56%;
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: var(--part-color__003);
  color: var(--part-color__001);
  border: none;
  border-radius: 20px;
  font-size: var(--font-size-20);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  min-width: 215px;
  white-space: nowrap;
}
.info__box-button-1:hover {
  background-color: var(--part-color__009);
}
.info__box-button-2 {
  top: 62%;
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: var(--part-color__010);
  color: var(--part-color__001);
  border: none;
  border-radius: 20px;
  font-size: var(--font-size-20);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  min-width: 215px;
  text-align: center;
  white-space: nowrap;
}
.info__box-button-2:hover {
  background-color: var(--part-color__009);
}
.info__box-button-3 {
  top: 63%;
  display: block;
  margin: 0 auto;
  padding: 10px 15px;
  background-color: var(--part-color__003);
  color: var(--part-color__001);
  border: none;
  border-radius: 20px;
  font-size: var(--font-size-20);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  min-width: 215px;
  white-space: nowrap;
}
.info__box-button-3:hover {
  background-color: var(--part-color__009);
}
.info__box-button-icon {
  width: 20px;
  margin-right: 20px;
}
.info__box-button-icon-3 {
  width: 20px;
  margin-right: 4px;
}
.info__box-text {
  top: 27%;
  font-size: var(--font-size-16);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  text-align: start;
  font-weight: 600;
  color: var(--text-color__008);
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 10px 0;
  width: 89%;
  z-index: 2;
}
.info__box-contact {
  top: 79%;
  font-size: var(--font-size-34);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  text-align: start;
  font-weight: 600;
  color: var(--text-color__008);
  letter-spacing: 0.05em;
  margin: 10px 0;
  width: 90%;
  z-index: 2;
}
@media (max-width: 1360px) {
  .info__boxes {
    margin-top: 280px;
  }
}
@media (max-width: 499px) {
  .info__box-container {
    width: 100%;
    margin: 30px 0;
  }
  .info__box-item {
    max-width: 230px;
  }
  .info__box-wrapper {
    width: 300px;
  }
  .info__box-stamp-1 {
    left: -23px;
    width: 90px;
  }
  .info__box-stamp-2 {
    left: -15px;
    width: 86px;
  }
  .info__box-stamp-3 {
    width: 60px;
  }
  .info__box-title {
    font-size: var(--font-size-24);
  }
  .info__box-text {
    font-size: var(--font-size-14);
  }
  .info__box-button-1 {
    font-size: var(--font-size-18);
    min-width: 200px;
  }
  .info__box-button-2 {
    font-size: var(--font-size-18);
    min-width: 200px;
  }
  .info__box-button-3 {
    font-size: var(--font-size-18);
    min-width: 200px;
  }
  .info__box-contact {
    font-size: var(--font-size-29);
  }
}
@media (max-width: 430px) {
  .info__boxes {
    margin-top: 230px;
  }
}
/*
Service card =========================================================================*/
#quality {
  background-image: linear-gradient(0deg, transparent 29px, var(--part-color__015) 30px),
                    linear-gradient(90deg,  transparent 19px, var(--part-color__015) 20px);
  background-color: var(--body-color__000);
  background-size: 20px 30px;
}
.card-group {
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
}
.card {
  width: 327px;
  height: 560px;
  border-radius: 8px;
  overflow: visible;
}
.card-group .card:nth-child(3n) {
  margin-right: 0;
}

@media (min-width: 832px) and (max-width: 1312px) {
  .card-group {
    justify-content: center;
  }
  .card-group .card:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 500px) and (max-width: 832px) {
  .card-group .card {
    margin-right: 0;
  }
}
@media (max-width: 499px) {
  .card-group {
    gap: 50px;
  }
  .card-group .card {
    margin-right: 0;
  }
}

.card__imgframe {
  position: relative;
  width: 327px;
  height: 327px;
  padding-top: 56.25%;
  box-sizing: border-box;
}
.frame-image, .photo-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.frame-image {
  z-index: 1;
}
.photo-image {
  z-index: 0;
  clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 100% 100%, 10% 100%, 0 90%, 0 0);
}
.stamp-image {
  position: absolute;
  top: -8%;
  left: 18%;
  width: 16%;
  height: 16%;
  z-index: 2;
}
.card__textbox {
  max-width: 327px;
  height: auto;
  padding: 20px 0;
  background: transparent;
  box-sizing: border-box;
}
.card__textbox > * + * {
  margin-top: 26px;
}
.card__titletext {
  border-left: 12px solid var(--part-color__005);
  font-size: var(--font-size-26);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: bold;
  line-height: 125%;
  letter-spacing: 0.2em;
  text-align: center;
  color: var(--text-color__006);
}
.card__overviewtext {
  font-size: var(--font-size-14);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.1em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

/*
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: start;
  justify-content: space-between;
  width: 1168px;
  height: 368px;
  margin: 0 auto 70px;
  background-color: #fff;
  box-sizing: border-box;
}
.testimonial__text-container {
  text-align: left;
  flex: 1;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonial__img {
  flex: 0 0 330px;
  height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: auto 20px;
}
.testimonial__image-container {
  width: 330px;
  height: 340px;
  position: relative;
  overflow: hidden;
}

.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;
}

/* === スマホ調整（1168px以下） === */
@media (max-width: 1168px) {
  .testimonial__content {
    width: 100%;
    height: auto;
    flex-direction: column !important;
    padding: 20px;
  }

  .testimonial__text-container {
    width: 100%;
    padding: 20px 0 !important;
    order: 1;
  }

  .testimonial__img {
    width: 100%;
    height: auto;
    flex: none;
    order: 2;
  }

  .testimonial__image-container {
    width: 100%;
    max-width: 330px;
    height: 340px;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .testimonial__content {
    flex-direction: column;
  }

  .testimonial__text-container,
  .testimonial__img {
    flex: 1 0 auto;
    width: 100%;
  }
  .testimonial__img {
    order: 2;
  }
  .testimonial__text-container {
    order: 1;
    padding: 0 80px;
  }
}
@media (max-width: 680px) {
  .testimonial__text-container {
    padding: 0 80px;
  }
  .testimonial__title {
    font-size: var(--font-size-28);
  }
  .testimonial__ci {
    font-size: var(--font-size-16);
  }
  .testimonial__text {
    font-size: var(--font-size-14);
  }
}
@media (max-width: 500px) {
  .testimonial__content {
    margin-bottom: 30px;
  }
  .testimonial__text-container {
    padding: 0 60px;
  }
  .testimonial__title {
    font-size: var(--font-size-22);
  }
  .testimonial__ci {
    font-size: var(--font-size-14);
  }
  .testimonial__text {
    font-size: var(--font-size-12);
  }
  .testimonial__img {
    padding: 20px 60px 0;
  }
}
@media (max-width: 470px) {
  .testimonial__image-container {
    height: 234px;
  }
}
@media (max-width: 430px) {
  .testimonial__image-container {
    height: 200px;
  }
}
/*=== slider ===*/
.slider-container {
  margin-top: 100px;
  padding-bottom: 50px;
}
.slider-image {
  width:310px;
  height:400px;
}
.slider .slick-slide {
  margin:0 10px;
}
.slider-text {
  position: absolute;
  top: 25%;
  left: 10%;
  right: 10%;
  bottom: 10%;
  color: var(--text-color__004);
  font-size: var(--font-size-16);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  text-align: left;
  line-height: 1.6;
  padding: 10px;
  z-index: 2;
  overflow: hidden;
  word-wrap: break-word;
}
.slider-subtext {
  position: absolute;
  top: 73%;
  left: 42%;
  right: 10%;
  bottom: 10%;
  color: var(--text-color__004);
  font-size: var(--font-size-16);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  text-align: left;
  line-height: 1.5;
  padding: 10px;
  z-index: 2;
  overflow: hidden;
  word-wrap: break-word;
}
.slider .slick-slide {
  position: relative;
  margin: 0 10px;
}

@media (max-width: 499px) {
  .slider-container {
    margin-top: 0;
  }
  .slider {
    display: flex;
    flex-direction: column;
  }
  .slider li {
    display: block;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
  }
  .slider-image {
    display: block;
    width: 310px;
    height: 400px;
    margin: auto;
  }
  .slider-text {
    position: absolute;
    top: 14%;
    left: 18%;
    right: 0;
    bottom: 0;
    transform: translateX(-10%); 
    font-size: var(--font-size-16);
    padding: 64px;
  }
}
@media (max-width: 470px) {
  .slider-text {
    padding: 54px;
  }
}
@media (max-width: 430px) {
  .slider-text {
    padding: 44px;
  }
}
@media (max-width: 380px) {
  .slider-text {
    padding: 36px;
  }
}



/*
Usage Fee =========================================================================*/
#usage-fee {
  position: relative;
}
#usage-fee::before, #usage-fee::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 324px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
#usage-fee::before {
  top: 0px;
  background-image: url('../image/usage-fee-background-image01.png');
}
#usage-fee::after {
  bottom: 0px;
  background-image: url('../image/usage-fee-background-image02.png');
}
.usage-fee__image-01 {
  width: 136px;
  height: auto;
  position: absolute;
  top: 140px;
  left: 0px;
  position: absolute;
  z-index: 1;
}
.usage-fee__image-02 {
  width: 256px;
  height: auto;
  position: absolute;
  bottom: 0px;
  right: 0;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1800px) {
  #usage-fee::before, #usage-fee::after {
    height: 280px;
  }
}
@media screen and (max-width: 1600px) {
  #usage-fee::before, #usage-fee::after {
    height: 238px;
  }
}
@media screen and (max-width: 1200px) {
  #usage-fee::before, #usage-fee::after {
    height: 178px;
  }
}
@media screen and (max-width: 1000px) {
  #usage-fee::before, #usage-fee::after {
    height: 160px;
  }
  .usage-fee__image-01 {
    width: 100px;
    top: 140px;
    left: 0px;
  }
  .usage-fee__image-02 {
    width: 200px;
  }
}
@media screen and (max-width: 800px) {
  #usage-fee::before, #usage-fee::after {
    height: 120px;
  }
  .usage-fee__image-01 {
    top: 110px;
  }
  .usage-fee__image-02 {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  #usage-fee::before, #usage-fee::after {
    height: 90px;
  }
  .usage-fee__image-01 {
    width: 70px;
    top: 136px;
  }
  .usage-fee__image-02 {
    width: 150px;
  }
}
.usage-fee__section {
  background: var(--body-color__003);
  padding: 0px 20px 100px;
}
.usage-fee {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(922px - 60px);
  padding: 20px 20px;
  border: 2px solid var(--part-color__011);
  border-radius: 26px;
  background: var(--body-color__000);
}
.usage-fee__list .usage-fee__item-cat {
  padding: 34px 0 14px;
  border-bottom: 1px solid var(--text-color__003);
}
.usage-fee__list .usage-fee__item {
  padding: 24px 0;
  border-bottom: 1px solid var(--text-color__003);
}
.usage-fee__list .usage-fee__cautionary-note {
  padding: 24px 0;
}
.usage-fee__item-label-cat {
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  color: var(--text-color__003);
  font-weight: bold;
}
.usage-fee__item-label {
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  color: var(--text-color__003);
  font-weight: bold;
}
.usage-fee__item-value {
  max-width: 650px;
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: bold;
  color: var(--text-color__003);
  text-align: end;
}
.usage-fee__cautionary-note-text {
  max-width: 650px;
  font-size: var(--font-size-16);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: bold;
  color: var(--text-color__003);
  text-align: end;
  line-height: 1.4;
}
.usage-fee__stamp-sun {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.usage-fee__shared-images {
  width: 300px;
  height: auto;
  margin: 150px 0 80px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1300px) {
  .usage-fee {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    max-width: 1162px;
    
  }
  .usage-fee__list .usage-fee__item-cat {
    display: grid;
    grid-template-columns: 4fr 2fr;
    column-gap: 32px;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
  }
  .usage-fee__list .usage-fee__item {
    display: grid;
    grid-template-columns: 4fr 2fr;
    column-gap: 32px;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
  }
  .usage-fee__list .usage-fee__cautionary-note {
    display: grid;
    column-gap: 32px;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
  }
  .usage-fee__item-label-cat {
    text-align: start;
    margin-left: 40px;
  }
  .usage-fee__item-label {
    text-align: start;
    margin-left: 70px;
  }
}
@media screen and (max-width: 1300px) {
  .usage-fee__item-label {
    margin-left: 50px;
  }
  .usage-fee__item-value {
    max-width: none;
    margin-right: 50px;
  }
  .usage-fee__cautionary-note-text {
    max-width: none;
  }
}
@media screen and (max-width: 800px) {
  .usage-fee__shared-images {
    margin: 80px 0 80px;
  }
}
@media screen and (max-width: 600px) {
  .usage-fee__list .usage-fee__item {
    padding: 24px 0 14px;
  }
  .usage-fee__item-label-cat {
    font-size: var(--font-size-16);
  }
  .usage-fee__item-label {
    font-size: var(--font-size-16);
    margin-left: 30px;
  }
  .usage-fee__item-value {
    font-size: var(--font-size-16);
    margin-top: 10px;
    margin-right: 30px;
  }
  .usage-fee__cautionary-note-text {
    font-size: var(--font-size-14);
  }
  .usage-fee__shared-images {
    margin: 80px 0 80px;
  }
}
@media screen and (max-width: 480px) {
  .usage-fee__list .usage-fee__item-cat {
    padding: 24px 0 14px;
  }
  .usage-fee__list .usage-fee__item {
    padding: 24px 0 4px;
  }
  .usage-fee__item-label-cat {
    font-size: var(--font-size-12);
  }
  .usage-fee__item-label {
    font-size: var(--font-size-12);
    margin-left: 20px;
  }
  .usage-fee__item-value {
    font-size: var(--font-size-12);
    margin-top: 10px;
    margin-right: 0;
  }
  .usage-fee__cautionary-note-text {
    font-size: var(--font-size-10);
  }
  .usage-fee__stamp-sun {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
  .usage-fee__shared-images {
    margin: 80px 0 80px;
  }
}
@media screen and (max-width: 400px) {
  .usage-fee__cautionary-note-text {
    font-size: var(--font-size-8);
  }
}
.usage-example {
  margin: 40px auto;
  max-width: calc(922px - 60px);
  padding: 20px 20px;
  background: var(--body-color__004);
  position: relative;
  z-index: 1;
}
.usage-example__list .usage-example__item-cat {
  padding: 0px 0 14px;
}
.usage-example__list .usage-example__item {
  line-height: 1.6;
}
.usage-example__item-label-cat {
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  color: var(--text-color__003);
  font-weight: bold;
}
.usage-example__item-label {
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  color: var(--text-color__003);
  font-weight: bold;
}
.usage-example__item-value {
  max-width: 650px;
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: bold;
  color: var(--text-color__003);
  text-align: center;
}
.usage-example__stamp-sun {
  width: 156px;
  height: auto;
  transform: translate(10%, -50%);
}
@media screen and (min-width: 1000px) {
  .usage-example {
    display: grid;
    column-gap: 32px;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    max-width: 1162px;
  }
  .usage-example__list .usage-example__item {
    display: grid;
    grid-template-columns: 4fr 2fr;
    column-gap: 32px;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    align-items: end;
  }
  .usage-example__item-label-cat {
    text-align: start;
    margin-left: 40px;
  }
  .usage-example__item-label {
    text-align: start;
    margin-left: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .usage-example {
    padding: 20px 40px;
  }
  .usage-example__stamp-sun {
    transform: translate(-10%, -50%);
  }
  .usage-example__item-value {
    max-width: none;
    text-align: end;
  }
}
@media screen and (max-width: 800px) {
  .usage-example__stamp-sun {
    width: 130px;
  }
  .usage-example__item-label-cat {
    font-size: var(--font-size-16);
  }
  .usage-example__item-label {
    font-size: var(--font-size-16);
  }
  .usage-example__item-value {
    font-size: var(--font-size-16);
    margin-top: 20px;
  }
}
@media screen and (max-width: 580px) {
  .usage-example__stamp-sun {
    width: 110px;
  }
  .usage-example__item-label-cat {
    font-size: var(--font-size-12);
  }
  .usage-example__item-label {
    font-size: var(--font-size-12);
  }
  .usage-example__item-value {
    font-size: var(--font-size-12);
  }
}