@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */

html {
  font-size: 62.5%;
}

object {
  pointer-events: none;
}

.sp,
.header_sp {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

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

.img_r {
  overflow: hidden;
}

.img_r > img {
  float: right;
  width: 33%;
  margin-left: 15px;
  margin-bottom: 15px;
}

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★インスタグラム
--------------------------------------------------------------------------- */

.instagramcont li {
  width: calc(100% / 4);
}

.instagramcont li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0 0 100%;
  background: #949494;
}

.instagramcont li a img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/* ---------------------------------------------------------------------------
  ★ここから新規制作
--------------------------------------------------------------------------- */
/* 並び方 */
.flex_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}

.flex_row > div {
  width: calc((100% - 20px) / 2);
}

.flex_3col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}

.flex_3col > div {
  width: calc((100% - 40px) / 3);
}

.flex_4col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}

.flex_4col > div {
  width: calc((100% - 60px) / 4);
}

/* 白ボタン */

.btn {
  min-width: 200px;
  display: block;
}

.btn .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  color: #0b7c24;
  border: solid 1px #0b7c24;
  text-decoration: none;
  border-radius: 50px;
  padding: 17px 25px 17px 30px;
  min-width: 200px;
}

.btn .link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 64, 175, 0.4);
}

/* 緑ボタン */

.btn_green {
  min-width: 200px;
  display: block;
}

.btn_green .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0b7c24;
  color: #fff;
  border: solid 1px #0b7c24;
  text-decoration: none;
  border-radius: 50px;
  padding: 17px 25px 17px 30px;
  min-width: 200px;
}

.btn_green .link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(8, 86, 25, 0.4);
}

.btn_green .arrow_circle_w {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  padding-right: 2px;
}

.btn_green .arrow_w {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0b7c24;
  border-bottom: 2px solid #0b7c24;
  transform: rotate(-45deg);
}

/* オレンジボタン */

.btn_orange {
  min-width: 200px;
  display: block;
}

.btn_orange .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ef970f;
  color: #fff;
  border: solid 1px #ef970f;
  text-decoration: none;
  border-radius: 50px;
  padding: 17px 25px 17px 30px;
  min-width: 200px;
}

.btn_orange .link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(206, 132, 17, 0.4);
}

.btn_orange .arrow_circle_w {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  padding-right: 2px;
}

.btn_orange .arrow_w {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ef970f;
  border-bottom: 2px solid #ef970f;
  transform: rotate(-45deg);
}

/* ================================================
   下層KV共通
================================================ */

div:not(#home) .kv {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

div:not(#home) .kv_bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

#area_store .kv_bg_image {
  background-color: #e2ede4;
  /* background-image: url(../img/kv_area.jpg); */
}

.kv_bg_image {
  background-color: #e2ede4;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.1) 10px,
    rgba(255, 255, 255, 0.1) 20px
  );
}

div:not(#home) .kv_content {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}

div:not(#home) .kv p.sub_title {
}

div:not(#home) .kv_title {
  line-height: 1.4;
  font-size: 35px;
  letter-spacing: 6px;
  margin-top: 170px;
  padding: 40px 60px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-text-stroke: 8px #f0f7f1;
  paint-order: stroke fill;
  font-family: "Zen Kaku Gothic New";
}

/* 上の装飾線 */
div:not(#home) .kv_title::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 3px;
  background: linear-gradient(
    to right,
    transparent,
    #0b7c24 20%,
    #0b7c24 80%,
    transparent
  );
}

/* 下の装飾線 */
div:not(#home) .kv_title::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 3px;
  background: linear-gradient(
    to right,
    transparent,
    #0b7c24 20%,
    #0b7c24 80%,
    transparent
  );
}

/* ================================================
   キービジュアル共通
================================================ */

div#home .kv {
  position: relative;
  min-height: 400px;
  display: block;
  padding: 180px 0 80px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    0deg,
    rgba(229, 255, 255, 1) 0%,
    rgba(227, 245, 241, 0.41) 59.36%,
    rgba(226, 237, 228, 0) 100%
  );
}

div#home .kv_content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}

div#home .kv_absolute {
  position: absolute;
  top: 60%;
  left: -22px;
  transform: translateY(-50%);
  width: 665px;
  height: 230px;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
  border-radius: 7px;
  z-index: 3;
}

div#home .kv_title {
  color: #0d230f;
  text-align: left;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 3.6px;
  white-space: nowrap;
  margin-left: 11px;
  margin-top: -4px;
  position: relative;
  -webkit-text-stroke: unset;
  paint-order: unset;
  background-color: unset;
  padding: 0;
  font-family: "Noto Sans JP";
}

div#home .kv_title::before {
  content: none;
}

div#home .kv_title::after {
  content: none;
}

div#home .kv_title .bikkuri {
  transform: rotate(15deg);
  transform-origin: center center;
  display: inline-block;
  font-size: 40px;
  margin-left: -10px;
}

div#home .kv_title p {
  line-height: 45px;
  font-size: 33px;
}

div#home .kv_title .in_white {
  margin-top: 29px;
  margin-left: 11px;
}

div#home .kv_title .in_white p:nth-child(1) {
  letter-spacing: 3px;
}

div#home .kv_title .in_white p:nth-child(2) {
  letter-spacing: 4.4px;
  margin-left: 3px;
}

div#home .kv_title .in_white p:nth-child(3) span.otodoke {
  letter-spacing: 4.4px;
}

div#home .kv_circle {
  position: absolute;
  left: -16px;
  top: 40px;
  transform: translateY(-50%);
  width: 124px;
  height: 124px;
  background: #ef970f;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
  font-weight: bold;
  z-index: 2;
}

div#home .kv_circle p:first-child {
  font-size: 24px;
  font-weight: bold;
  margin-top: 31px;
  margin-left: 6px;
  letter-spacing: 0px;
  line-height: 1.2;
}

div#home .kv_circle > div {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: -6px;
  margin-left: 17px;
}

div#home .kv_circle > div p.muryo {
  font-weight: bold;
  font-size: 24px;
  line-height: 34.64px;
  letter-spacing: 2.4px;
  margin: 0;
}

div#home .kv_circle .bikkuri {
  font-size: 28px;
  display: inline-block;
  font-weight: normal;
  transform: rotate(15deg);
}

div#home .kv_white_bar {
  background: #ffffff;
  border: 2px solid #ef970f;
  border-radius: 38px;
  padding: 18px 30px 18px 57px;
  display: flex;
  align-items: center;
  gap: 0;
  width: 392px;
  height: 80px;
  margin-top: -59px;
  margin-left: 64px;
  transition: box-shadow 0.3s ease;
}

div#home .kv_white_bar:hover {
  box-shadow: inset 0 0 30px rgba(239, 151, 15, 0.5);
}

div#home .kv_white_bar img:first-child {
  width: 37px;
  height: 27px;
}

div#home .kv_white_bar p {
  font-weight: bold;
  font-size: 21px;
  line-height: 60.66px;
  letter-spacing: 1.7px;
  color: #ef970f;
  margin-left: 10px;
}

div#home .kv_white_bar img:last-child {
  width: 31px;
  height: 21px;
  margin-top: 4px;
  margin-left: 12px;
}

div#home .kv_bg_image {
  width: 100%;
  max-width: 750px;
  position: relative;
  z-index: 2;
  margin-top: 2px;
  margin-right: -68px;
  background-color: unset;
  background-image: none;
}

div#home .slideshow-container {
  position: relative;
  width: 100%;
  height: 336px;
}

@media (max-width: 1370px) {
  div#home .kv_bg_image {
    margin-right: 0;
    max-width: 100%;
  }

  div#home .slide img {
    margin-left: auto;
  }
}

@media (max-width: 1200px) {
  div#home .kv_bg_image {
    max-width: 90%;
  }

  div#home .slideshow-container {
    height: auto;
    aspect-ratio: 700 / 336;
    /* 比率を維持しつつ高さを自動調整 */
  }
}

div#home .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

div#home .slide.active {
  opacity: 1;
  z-index: 1;
}

div#home .slide img {
  width: 700px;
  height: 336px;
  border-radius: 9px;
  object-fit: cover;
}

/* ---------------------------------------------------------------------------
  ★TOP
--------------------------------------------------------------------------- */

/* sec_mv */

.green_squ {
  color: #009900;
  letter-spacing: 3.6px;
  display: inline-block;
  margin-left: 3px;
  margin-top: 2px;
  font-size: 34px;
  font-weight: bold;
  position: relative;
}

/* sec_01 */

.section_01.clean_menu {
  background: #ffffff;
  border-radius: 52px 52px 2px 2px;
  padding: 60px 0 58px;
  margin-top: -58px;
  position: relative;
  z-index: 10;
}

.section_01.clean_menu h2 {
  font-size: 28px;
  color: #0d230f;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  letter-spacing: 1.4px;
  color: #0b7c24;
  font-weight: bold;
  margin-top: -40px;
  margin-left: -5px;
  position: relative;
}

.section_01.clean_menu h2::after {
  content: "";
  position: absolute;
  top: 115%;
  left: 0;
  right: 0px;
  margin: 0 auto;
  width: 50px;
  height: 2px;
  background-color: #d7ddd8;
}

.section_01.clean_menu h2 span {
  margin-top: 0px;
  margin-left: -9px;
}

.section_01.clean_menu h2 span img {
  width: 45px;
  height: 45px;
}

.section_01.clean_menu .container {
  width: 100%;
  margin-left: 3px;
}

.section_01.clean_menu .flex_4col {
  margin-bottom: 25px;
}

.section_01.clean_menu .flex_4col:nth-child(2) {
  margin-bottom: 20px;
}

.section_01.clean_menu .flex_4col:nth-child(3) {
  margin-bottom: 26px;
}

.section_01.clean_menu .flex_4col > div {
  background: #ffffff;
  border-radius: 7px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.section_01.clean_menu .flex_4col > div:hover {
  transform: translateY(-8px);
}

.section_01.clean_menu .flex_4col > div img {
  width: 280px;
  height: 130px;
  height: auto;
  display: block;
  border-radius: 7px;
}

.section_01.clean_menu .flex_4col > div p {
  padding: 2px 0;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #0d230f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.9px;
  line-height: 30px;
  margin-left: -1px;
}

.section_01.clean_menu .flex_4col:nth-child(3) > div p {
  margin-top: 2px;
}

.section_01.clean_menu .flex_4col:nth-child(4) > div p {
  margin-top: 4px;
}

.section_01.clean_menu .flex_4col > div p.haiki_duct {
  letter-spacing: -0.2px;
}

.section_01.clean_menu .flex_4col .naname_arrow.dan {
  margin-top: -28px;
  margin-right: 7px;
}

.naname_arrow {
  width: 25px;
  height: 25px;
  margin-top: 5px;
  margin-right: 6px;
}

.section_01.clean_menu .btn_orange {
  margin: -3px auto 0;
  margin-left: -8px;
}

.section_01.clean_menu .btn_orange .link {
  width: 339px;
  height: 67px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.9px;
  position: relative;
}

.section_01.clean_menu .btn_orange .link span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -7px;
}

.section_01.clean_menu .btn_orange .link img {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 25px;
}

@media (max-width: 1250px) and (min-width: 901px) {
  .section_01.clean_menu .container {
    margin-left: 0;
  }

  .section_01.clean_menu .flex_4col > div p {
    font-size: 15px;
    letter-spacing: 0.5px;
  }

  .naname_arrow {
    margin-right: 0;
    width: 20px;
    height: 20px;
  }

  .section_01.clean_menu .flex_4col > div p.haiki_duct {
    letter-spacing: -0.5px;
  }

  .flex_4col {
    gap: 7px;
  }

  .flex_4col > div {
    width: calc((100% - 21px) / 4);
  }
}

/* sec_02 */

.section_02.sisetsu {
  background: #f0f7f1;
  border-radius: 50px 50px 0 0;
  padding: 51px 0 57px;
  position: relative;
  z-index: 1;
}

.section_02.sisetsu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 86%;
  height: 2px;
  background-color: #d7ddd8;
  z-index: 2;
}

.section_02.sisetsu h2 {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 1.4px;
  color: #0b7c24;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  margin: 4px 0 33px;
  margin-left: -6px;
  position: relative;
}

.section_02.sisetsu h2::after {
  content: "";
  position: absolute;
  top: 125%;
  left: 0;
  right: 0px;
  margin: 0 auto;
  width: 50px;
  height: 2px;
  background-color: #d7ddd8;
}

.section_02.sisetsu h2 span img {
  width: 51px;
  height: auto;
  margin-right: 7px;
  margin-top: -2px;
}

.section_02.sisetsu .container {
  width: 100%;
}

.section_02.sisetsu .flex_3col {
  flex-direction: row;
  justify-content: center;
  gap: 62px;
}

.section_02.sisetsu .flex_4col {
  margin: 0 5px;
}

.section_02.sisetsu .flex_3col {
  margin-bottom: 11px;
}

.section_02.sisetsu .flex_4col {
  margin-bottom: 15px;
}

.section_02.sisetsu .flex_3col > div,
.section_02.sisetsu .flex_4col > div {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.section_02.sisetsu .flex_3col > div:hover,
.section_02.sisetsu .flex_4col > div:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.section_02.sisetsu .flex_3col > div a,
.section_02.sisetsu .flex_4col > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background-size: 250px 250px;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1.2px;
  position: relative;
}

/* 各画像の背景指定 */
.section_02.sisetsu .flex_3col > div:nth-child(1) a {
  background-image: url("../img/sisetsu_01.png");
}

.section_02.sisetsu .flex_3col > div:nth-child(2) a {
  background-image: url("../img/sisetsu_02.png");
}

.section_02.sisetsu .flex_3col > div:nth-child(3) a {
  background-image: url("../img/sisetsu_03.png");
}

.section_02.sisetsu .flex_4col > div:nth-child(1) a {
  background-image: url("../img/sisetsu_04.png");
}

.section_02.sisetsu .flex_4col > div:nth-child(2) a {
  background-image: url("../img/sisetsu_05.png");
}

.section_02.sisetsu .flex_4col > div:nth-child(3) a {
  background-image: url("../img/sisetsu_06.png");
}

.section_02.sisetsu .flex_4col > div:nth-child(4) a {
  background-image: url("../img/sisetsu_07.png");
}

/* タブレット対応（1250px以下） */
@media (max-width: 1250px) and (min-width: 901px) {
  .section_02.sisetsu .flex_3col {
    gap: clamp(30px, 5vw, 62px);
    /* 画面幅に応じて調整 */
  }

  .section_02.sisetsu .flex_4col {
    gap: clamp(20px, 3vw, 40px);
  }

  .section_02.sisetsu .flex_3col > div,
  .section_02.sisetsu .flex_4col > div {
    width: clamp(180px, 18vw, 250px);
    /* 画面幅に応じて180〜250px */
    height: clamp(180px, 18vw, 250px);
    /* 正円を維持 */
  }

  .section_02.sisetsu .flex_3col > div a,
  .section_02.sisetsu .flex_4col > div a {
    background-size: clamp(180px, 18vw, 250px) clamp(180px, 18vw, 250px);
    font-size: clamp(18px, 2vw, 24px);
    /* 文字サイズも調整 */
    line-height: clamp(27px, 3vw, 36px);
    letter-spacing: clamp(0.9px, 0.12vw, 1.2px);
  }
}

/* さらに小さい画面（1100px以下） */
@media (max-width: 1100px) and (min-width: 901px) {
  .section_02.sisetsu .flex_3col {
    gap: 35px;
  }

  .section_02.sisetsu .flex_4col {
    gap: 25px;
  }

  .section_02.sisetsu .flex_3col > div,
  .section_02.sisetsu .flex_4col > div {
    width: 200px;
    height: 200px;
  }

  .section_02.sisetsu .flex_3col > div a,
  .section_02.sisetsu .flex_4col > div a {
    background-size: 200px 200px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
  }
}

/* 901px付近 */
@media (max-width: 1000px) and (min-width: 901px) {
  .section_02.sisetsu .flex_3col {
    gap: 30px;
  }

  .section_02.sisetsu .flex_4col {
    gap: 20px;
    margin: 0;
  }

  .section_02.sisetsu .flex_3col > div,
  .section_02.sisetsu .flex_4col > div {
    width: 180px;
    height: 180px;
  }

  .section_02.sisetsu .flex_3col > div a,
  .section_02.sisetsu .flex_4col > div a {
    background-size: 180px 180px;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.9px;
  }
}

/* sec_03 */

.section_03.nayami {
  background: #f0f7f1;
  padding: 38px 0 56px;
  position: relative;
  z-index: 1;
}

.section_03.nayami h2 {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 1.4px;
  color: #0b7c24;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  position: relative;
  margin: 4px 0 35px;
  margin-left: -20px;
  position: relative;
}

.section_03.nayami h2::after {
  content: "";
  position: absolute;
  top: 120%;
  left: 15px;
  right: 0px;
  margin: 0 auto;
  width: 50px;
  height: 2px;
  background-color: #d7ddd8;
}

.section_03.nayami h2 span img {
  width: 56px;
  height: auto;
  margin-right: 7px;
  margin-top: -2px;
}

.section_03.nayami .container {
  width: 100%;
}

.section_03.nayami .flex_3col {
  margin-bottom: 34px;
  justify-content: center;
  gap: 37px;
  margin-left: -5px;
}

.section_03.nayami .flex_3col:last-child {
  margin-bottom: 0;
}

.section_03.nayami .flex_3col > a {
  background: #ffffff;
  border: 2px solid #0b7c24;
  border-radius: 10px;
  width: 301px;
  height: 221px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
  min-height: 200px;
}

.section_03.nayami .flex_3col > a:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 153, 0, 0.2);
}

.section_03.nayami .flex_3col > a img {
  width: 100px;
  height: 100px;
  margin-bottom: 9px;
  display: block;
}

.section_03.nayami .flex_3col:last-child > a img {
  margin-top: 5px;
}

.section_03.nayami .flex_3col:last-child > a p {
  margin-top: -5px;
}

.section_03.nayami .flex_3col > a p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #0d230f;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 1000px) and (min-width: 901px) {
  .section_03.nayami .flex_3col > a {
    padding: 20px 7px;
  }
}

/* sec_04 */
.section_04.service {
  background: #ffffff;
  padding: 57px 0 59px;
  position: relative;
  overflow: hidden;
}

.section_04.service::before {
  content: "";
  position: absolute;
  top: 270px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1130px;
  height: 376px;
  background-image: url("../img/service_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

@media (max-width: 1200px) and (min-width: 901px) {
  .section_04.service::before {
    width: 90%;
    /* 画面幅の90% */
    max-width: 1130px;
    height: auto;
    aspect-ratio: 1130 / 376;
    /* 縦横比を維持 */
  }
}

@media (max-width: 1000px) and (min-width: 901px) {
  .section_04.service::before {
    width: 85%;
  }
}

.section_04.service .container {
  position: relative;
  z-index: 2;
}

.section_04.service p:first-of-type {
  font-size: 22px;
  letter-spacing: 1.1px;
  color: #ef970f;
  margin-bottom: 3px;
  margin-top: -2px;
}

.section_04.service p:first-of-type span {
  margin: 0 4px;
}

.section_04.service .green {
  display: inline-block;
  position: relative;
  width: 20px;
  /* 空白スペースを確保 */
}

.section_04.service .green::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  /* 棒の太さ */
  height: 18px;
  /* 棒の長さ */
  background-color: #009900;
}

/* 左側の縦棒（左に傾ける） */
.section_04.service p:first-of-type .green:first-of-type::before {
  transform: translate(-50%, -86%) rotate(-28deg);
}

/* 右側の縦棒（右に傾ける） */
.section_04.service p:first-of-type .green:last-of-type::before {
  transform: translate(-50%, -86%) rotate(28deg);
}

.section_04.service h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 44px;
  letter-spacing: 1.4px;
  color: #0b7c24;
  margin-bottom: 17px;
  -webkit-text-stroke: 5px #ffffff;
  paint-order: stroke fill;
}

.section_04.service p:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 1px;
  margin-bottom: 28px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
}

.section_04.service .btn_green .link {
  width: 339px;
  height: 67px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.9px;
  position: relative;
}

.section_04.service .btn_green .link span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -7px;
  margin-left: -11px;
  white-space: nowrap;
}

.section_04.service .btn_green .link img {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 25px;
  margin-top: -12px;
}

/* sec_05 */

.section_05.area {
  background-color: #e2ede4;
  background-image: url("../img/nihon_tizu.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 87px 0 100px;
  position: relative;
  z-index: 6;
}

.section_05.area .container {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin-left: 94px;
}

.section_05.area .sub_title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #0b7c24;
  margin-bottom: 2px;
}

.section_05.area h2 {
  font-size: 22px;
  letter-spacing: 1.1px;
  margin-bottom: 22px;
}

.section_05.area p:nth-of-type(2) {
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 1.4px;
  margin-bottom: 23px;
}

.section_05.area p:nth-of-type(3) {
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.9px;
  margin-bottom: 34px;
}

.section_05.area .btn_green .link {
  width: 339px;
  height: 67px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.9px;
  position: relative;
}

.section_05.area .btn_green .link span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -5px;
  margin-left: 1px;
  white-space: nowrap;
}

.section_05.area .btn_green .link img {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  margin-top: 2px;
}

/* sec_06 */

.section_06.news_sonota {
  background: #ffffff;
  padding: 63px 0;
  position: relative;
  z-index: 5;
}

.section_06.news_sonota::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
  height: 2px;
  background: rgba(215, 221, 216, 1);
}

.section_06.news_sonota .container {
  width: 100%;
  margin-left: 58px;
}

/* NEWSボックス */
.section_06.news_sonota .news {
  border: 2px solid #0b7c24;
  border-radius: 11px;
  padding: 20px 90px 19px 40px;
  margin-bottom: 57px;
  max-width: 982px;
  width: min(982px, 90%);
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  background: #ffffff;
  position: relative;
}

.section_06.news_sonota .news h2 {
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #0b7c24;
  margin: 0;
  flex-shrink: 0;
  margin-left: 22px;
  position: relative;
}

.section_06.news_sonota .news h2::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 114px;
  margin: 0 auto;
  width: 2px;
  height: 42px;
  background-color: #d7ddd8;
}

.section_06.news_sonota .news a {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  flex: 1;
  transition: opacity 0.3s ease;
}

.section_06.news_sonota .news a:hover {
  opacity: 0.7;
}

.section_06.news_sonota .news a p:first-child {
  font-size: 16px;
  letter-spacing: 0.8px;
  margin: 0;
  flex-shrink: 0;
  margin-left: 81px;
  color: #0d230f;
}

.section_06.news_sonota .news a p:nth-child(2) {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #0d230f;
  margin-left: -4px;
}

.section_06.news_sonota .news .naname_arrow {
  width: 30px;
  height: 30px;
  right: 0;
  margin-top: 0px;
  margin-right: 40px;
  position: absolute;
}

@media (max-width: 1100px) and (min-width: 901px) {
  .section_06.news_sonota .news h2 {
    margin-left: 0;
  }

  .section_06.news_sonota .news h2::after {
    left: 62px;
  }

  .section_06.news_sonota .news a p:first-child {
    margin-left: 20px;
  }

  .section_06.news_sonota .news a p:nth-child(2) {
    font-size: 15px;
  }
}

/* パートナー募集・よくあるご質問 横並び */
.section_06.news_sonota .flex_row {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}

@media (max-width: 1200px) and (min-width: 901px) {
  .section_06.news_sonota .container {
    margin-left: 0;
  }

  .section_06.news_sonota .news {
    padding: 18px 80px 17px 20px;
    gap: 10px;
    margin: 0 auto;
    margin-bottom: 57px;
  }

  .section_06.news_sonota .flex_row {
    justify-content: center;
    margin: 0 auto;
  }
}

.section_06.news_sonota .flex_row a {
  display: block;
  border: 2px solid #0b7c24;
  border-radius: 10px;
  max-width: 481px;
  width: min(44%, 481px);
  height: 186px;
  padding: 16px 6px 10px 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.section_06.news_sonota .flex_row a:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 153, 0, 0.2);
}

/* 背景画像 */
.section_06.news_sonota .flex_row a:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/sonota_01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.section_06.news_sonota .flex_row a:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/sonota_02.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.section_06.news_sonota .flex_row a h2,
.section_06.news_sonota .flex_row a p {
  position: relative;
  z-index: 3;
}

.section_06.news_sonota .flex_row a h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 42px;
  letter-spacing: 1.3px;
  color: #0b7c24;
  margin-bottom: 6px;
}

.section_06.news_sonota .flex_row a p:nth-of-type(1) {
  font-family: "Zen Kaku Gothic New";
  font-size: 17px;
  color: #0d230f;
  letter-spacing: 0.09px;
  margin-bottom: 7px;
}

.section_06.news_sonota .flex_row a:nth-child(2) p:nth-of-type(1) {
  letter-spacing: 0.08px;
}

.section_06.news_sonota .flex_row a p:nth-of-type(2) {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #ef970f;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section_06.news_sonota .flex_row .naname_arrow {
  width: 25px;
  height: 25px;
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 0;
}

@media (max-width: 1100px) and (min-width: 901px) {
  .section_06.news_sonota .flex_row a h2 {
    margin-bottom: 0;
  }

  .section_06.news_sonota .flex_row a p:nth-of-type(1) {
    margin-bottom: 0;
  }
}

/* sec_07 */

.section_07.syouhin {
  background: #ffffff;
  padding: 68px 0 71px;
  position: relative;
  z-index: 4;
}

.section_07.syouhin .flex_3col {
  gap: 15px;
}

.section_07.syouhin .flex_3col a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 390px;
  height: 202px;
}

.section_07.syouhin .flex_3col a:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.section_07.syouhin .flex_3col a img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.section_07.syouhin .flex_3col a:hover img {
  transform: scale(1.05);
}

/* ---------------------------------------------------------------------------
  ★ヘッダー全体
--------------------------------------------------------------------------- */
header a {
  color: #0d230f;
  text-decoration: none;
}

.main_header {
  width: 100%;
  height: 150px;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}

.header_container {
  display: flex;
  width: 100%;
  /* 画面幅100%を使用 */
  height: 150px;
  box-shadow: 0px 0px 3px rgba(40, 23, 8, 0.2);
}

/* ---------------------------------------------------------------------------
  ★ロゴエリア
--------------------------------------------------------------------------- */
.logo_area {
  padding: 18px 50px 20px;
  margin-top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.logo {
  margin: 0;
  flex-shrink: 0;
}

.logo p {
  font-size: 12px;
}

.logo a {
  display: block;
  line-height: 1;
}

.logo img {
  margin-top: 6px;
  width: 271px;
  height: auto;
  max-width: 100%;
}

/* ---------------------------------------------------------------------------
  ★メイン背景エリア（伸縮対応）
--------------------------------------------------------------------------- */
.header_bg {
  flex: 1;
  /* 残りのスペースを全て使用（伸縮対応） */
  display: flex;
  flex-direction: column;
  /* 上下配置 */
  justify-content: center;
  padding: 10px 20px;
  max-width: 1400px;
  /* メインエリアのみ最大幅制限 */
  margin: 0 auto;
  /* メインエリアのみ中央揃え */
}

/* ---------------------------------------------------------------------------
  ★ボタンエリア
--------------------------------------------------------------------------- */
.button_area {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  gap: 0px;
  padding: 5px 32px;
}

/* 吹き出し */
.fukidashi {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #ef970f;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-align: center;
  flex-shrink: 0;
  margin-right: -23px;
  margin-top: 46px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}

/* 吹き出し画像を背景に配置 */
.fukidashi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 60px;
  background-image: url("../img/header_fukidashi.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.fukidashi div:first-child {
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #0d230f;
  font-weight: normal;
  margin-right: 25px;
  margin-top: 8px;
}

.fukidashi div:last-child {
  display: inline-block;
  margin-right: 14px;
  margin-top: -9px;
}

.fukidashi span:first-child {
  margin-right: -8px;
}

.fukidashi span:last-child {
  font-size: 21px;
  letter-spacing: 0.8px;
  color: #0b7c24;
  transform: rotate(22deg) translateY(2px);
  transform-origin: center center;
  display: inline-block;
}

/* 電話番号エリア */
header .tel_area {
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-top: 18px;
  margin-right: -11px;
}

header .tel_area:hover {
  background: #f0f7f1;
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(0, 153, 0, 0.2);
}

header .tel_area .flex_row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}

header .tel_area .flex_row:first-child img {
  width: 20px;
  height: auto;
  margin-right: 6px;
  margin-top: 2px;
}

header .tel_area .flex_row:first-child p {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 28px;
  line-height: 28.98px;
  letter-spacing: 1.4px;
  color: #0b7c24;
  margin: 0;
  margin-top: -2px;
}

header .tel_area .flex_row:last-child {
  margin-top: 3px;
}

header .tel_area .flex_row:last-child p:first-child {
  font-family: "Zen Kaku Gothic New";
  font-size: 13px;
  color: #0b7c24;
  border: solid 1px #acccaf;
  border-radius: 5px;
  height: 25px;
  width: 72px;
  text-align: center;
  margin-left: 0;
}

header .tel_area .flex_row:last-child p:last-child {
  font-family: "小塚ゴシック Pr6N";
  font-size: 14px;
  margin-left: 5px;
  letter-spacing: 0.2px;
}

.header_btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding: 6px 10px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  height: 59px;
  width: 199px;
  min-width: 200px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 15px;
  line-height: 42px;
  letter-spacing: 0.75px;
  white-space: nowrap;
}

/* ボタン内の画像 */
.header_btn img {
  width: 20px;
  height: auto;
}

/* ボタン1（オレンジ） */
header .btn_orange {
  background: #ef970f;
  color: #ffffff;
}

header .btn_orange p {
  width: 141px;
  white-space: nowrap;
  letter-spacing: 0.75px;
  margin-left: 6px;
}

header a.btn_orange {
  padding-top: 5px;
  padding-left: 11px;
  margin-right: 36px;
}

header .btn_orange:hover {
  background: #e55a00;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(255, 102, 0, 0.3);
}

header a.btn_orange img {
  width: 26px;
  height: 16px;
  margin-top: -2px;
  margin-left: 3px;
}

/* ボタン2（グリーン） */
header .btn_green {
  background: #009900;
  color: #ffffff;
  position: relative;
}

header .btn_green::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 48%;
  transform: translateY(-50%);
  width: 2px;
  height: 75%;
  background: #d7ddd8;
}

header .btn_green:hover {
  background: #006200;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 76, 0, 0.3);
}

header a.btn_green {
  padding-left: 20px;
  padding-top: 4px;
}

header a.btn_green img {
  width: 29px;
  height: 23px;
  margin-left: 5px;
  margin-top: -2px;
}

header a.btn_green p {
  margin-left: 7px;
  margin-top: -3px;
}

/* ---------------------------------------------------------------------------
  ★ナビゲーションエリア（中段）
--------------------------------------------------------------------------- */
.nav_list_mini {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  font-family: "Zen Kaku Gothic New";
  font-size: 15px;
  letter-spacing: 0.75px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 21px;
  gap: 1px;
}

.nav_list_mini li {
  padding: 5px 10px;
}

.nav_list_mini li:hover {
  color: #0b7c24;
  font-weight: bold;
}

/* ---------------------------------------------------------------------------
  ★ナビゲーションエリア（下段）
--------------------------------------------------------------------------- */
.header_nav {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 0 10px 0 30px;
  position: static;
  z-index: 9200;
}

.nav_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 0;
  padding: 10px 72px 10px 57px;
  list-style: none;
  margin-top: -8px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 1px 2.4px rgba(40, 23, 8, 0.2);
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(27px);
  max-width: 1300px;
  width: 93%;
  height: 70px;
  z-index: 9995;
  isolation: isolate;
  font-family: "Zen Kaku Gothic New";
  font-size: 17px;
  letter-spacing: 0.85px;
  white-space: nowrap;
}

@media (max-width: 1300px) {
  .nav_list {
    padding: 10px 7% 10px 7%;
  }
}

@media (max-width: 1100px) {
  .nav_list {
    padding: 10px 3% 10px 3%;
  }
}

/* クリックでアクティブな状態がある場合は、ホバーを無効化 */
.nav_list.has-clicked-active
  .nav_item.dropdown:not(.clicked-active):hover
  .dropdown_menu {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  display: none !important;
}

/* 左端の黄緑色 */
.nav_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  background: #9ec60a;
  border-radius: 8px 0 0 8px;
}

/* 右端の黄緑色 */
.nav_list::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  background: #9ec60a;
  border-radius: 0 8px 8px 0;
}

.nav_item {
  position: relative;
  margin: 4px 0 0 0;
  padding: 0;
  width: 225px;
  flex: 1;
  text-align: center;
}

.nav_item:hover {
  background: linear-gradient(
    to bottom,
    #acccaf 0%,
    #acccaf calc(100% - 6px),
    transparent calc(100% - 6px),
    transparent 100%
  );
}

.nav_item p {
  margin-top: 0;
}

.nav_item:nth-child(1) p {
  margin-left: 6px;
}

.nav_item:nth-child(2) p {
  margin-left: 6px;
}

.nav_item:nth-child(3) p {
  margin-left: 4px;
}

.nav_item:nth-child(4) p {
  margin-left: 3px;
}

.nav_link {
  margin-top: 3px;
}

.nav_link,
.dropdown_trigger {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 17px 5px;
  position: relative;
}

.nav_link.dropdown_trigger::after {
  content: "";
  position: absolute;
  right: 0;
  top: 46%;
  transform: translateY(-50%);
  width: 2px;
  height: 52%;
  background: #d7ddd8;
}

.nav_item:nth-child(1) .nav_link.dropdown_trigger::after {
  right: -3px;
}

.nav_item:nth-child(2) .nav_link.dropdown_trigger::after {
  right: -2px;
}

.nav_item:nth-child(3) .nav_link.dropdown_trigger::after {
  right: -2px;
}

.nav_link:hover {
  color: #0d230f;
}

.text_with_plus {
  display: flex;
  align-items: center;
  gap: 3px;
}

.plus::after {
  content: "＋";
  color: #0b7c24;
  font-size: 14px;
  font-weight: bold;
}

/* 通常のホバー時（メニューが開いていない時のみ） */
.nav_list:not(.has-clicked-active) .nav_item:hover .plus::after {
  content: "ー";
}

/* クリックでアクティブな時 */
.nav_item.dropdown.clicked-active .plus::after {
  content: "ー";
}

/* ---------------------------------------------------------------------------
  ★ドロップダウンメニュー
--------------------------------------------------------------------------- */
.dropdown {
  position: static;
}

.dropdown_trigger {
  pointer-events: auto;
  cursor: pointer;
}

.dropdown_menu {
  position: fixed;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  width: 1300px;
  height: auto;
  background: #ffffff;
  list-style: none;
  margin: 0;
  padding: 10px 89px 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 9998;
  box-shadow: 0px 1px 2.4px rgba(40, 23, 8, 0.2);
  border-radius: 0 0 8px 8px;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

/* ホバー時にドロップダウンを表示 */
.nav_item.dropdown:hover .dropdown_menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: grid;
  z-index: -1;
}

/* クリックで固定表示（ホバーが離れても表示を維持） */
.nav_item.dropdown.clicked-active .dropdown_menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  display: grid !important;
  z-index: -1;
}

/* ドロップダウンメニューそのものにホバーしている間も表示を維持 */
.dropdown_menu:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: grid;
}

.dropdown_menu li {
  margin: 0;
  padding: 0;
  position: relative;
}

.dropdown_menu li::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 6px;
  width: 95.5%;
  height: 2px;
  background-color: #d7ddd8;
}

.dropdown_menu li:nth-last-child(-n + 3) {
  border-bottom: none;
}

.dropdown_menu li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 0 14px 1px;
  text-decoration: none;
  color: #0d230f;
  font-size: 15px;
  font-weight: normal;
  transition: background 0.3s ease;
}

.dropdown_menu li a:hover {
  background: #acccaf;
}

.dropdown_menu li a img {
  width: 98px;
  height: 46px;
  border-radius: 3px;
}

.dropdown_menu li a p {
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  line-height: 65px;
  letter-spacing: 0.8px;
  color: #0d230f;
  margin-left: 9px !important;
}

.dropdown_menu li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  transform: rotate(-45deg);
  margin-right: 3px;
  margin-top: 8px;
  flex-shrink: 0;
}

/* 右側の矢印 */
.dropdown_menu li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  transform: rotate(-45deg);
  margin-left: auto;
  flex-shrink: 0;
}

.nav_link img {
  width: 40px;
}

.dropdown_trigger .arrow {
  color: #0d230f;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #0d230f;
  border-bottom: 1px solid #0d230f;
  transform: rotate(45deg);
  margin-left: 7px;
  margin-top: -2px;
  transition: transform 0.3s ease;
}

/* アクティブ状態の親メニュー */
.dropdown.active .dropdown_trigger {
  color: #0d230f;
  background: #c9e4f4;
}

/* ドロップダウンメニューの表示状態 */
.dropdown.active .dropdown_menu {
  display: grid !important;
  animation: fadeInDown 0.3s ease;
}

.dropdown.active .dropdown_menu li {
  margin: 0 -20px;
  padding: 0 20px;
}

.dropdown.active .dropdown_menu li:first-child {
  margin-top: -10px;
  /* 上側をもっと広げる */
  padding-top: 10px;
}

.dropdown.active .dropdown_menu li:last-child {
  margin-bottom: -10px;
  /* 下側をもっと広げる */
  padding-bottom: 10px;
}

.dropdown.active .dropdown_menu li:hover {
  background-color: #c9e4f4;
}

.dropdown.active .dropdown_menu a {
  display: block;
  color: #0d230f;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}

.dropdown.active .dropdown_menu a:visited {
  color: #0d230f;
}

/* フェードインアニメーション */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

/* タブレット対応 */
@media (max-width: 1300px) and (min-width: 901px) {
  /* ロゴエリア */
  .logo_area {
    padding: 18px 25px 20px 20px;
  }

  .logo p {
    font-size: 10px;
  }

  .logo img {
    width: 220px;
    /* ロゴを小さく */
    margin-top: 5px;
  }

  .header_bg {
    padding: 10px 10px;
  }

  /* ボタンエリア全体 */
  .button_area {
    gap: 0;
    padding: 5px 0px;
  }

  /* 吹き出し */
  .fukidashi {
    width: 85px;
    height: 85px;
    font-size: 14px;
    margin-right: -18px;
    margin-top: 42px;
  }

  .fukidashi::before {
    width: 75px;
    height: 55px;
  }

  .fukidashi div:first-child {
    font-size: 11px;
    margin-right: 22px;
    margin-top: 7px;
  }

  .fukidashi div:last-child {
    margin-right: 12px;
    margin-top: -8px;
  }

  .fukidashi span:last-child {
    font-size: 19px;
  }

  /* 電話番号エリア */
  header .tel_area {
    padding: 6px 14px;
    margin-right: -8px;
    margin-top: 16px;
  }

  header .tel_area .flex_row:first-child img {
    width: 18px;
    margin-right: 5px;
  }

  header .tel_area .flex_row:first-child p {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1.2px;
  }

  header .tel_area .flex_row:last-child p:first-child {
    font-size: 12px;
    height: 23px;
    width: 68px;
  }

  header .tel_area .flex_row:last-child p:last-child {
    font-size: 12px;
    margin-left: 4px;
  }

  /* ボタン共通 */
  .header_btn {
    height: 54px;
    width: 175px;
    min-width: 175px;
    font-size: 13px;
    padding: 5px 9px;
  }

  .header_btn img {
    width: 19px;
  }

  /* オレンジボタン */
  header .btn_orange p {
    width: 130px;
    font-size: 13px;
    letter-spacing: 0.65px;
    margin-left: 5px;
  }

  header a.btn_orange {
    padding-left: 10px;
    margin-right: 30px;
  }

  header a.btn_orange img {
    width: 24px;
    height: 15px;
  }

  /* グリーンボタン */
  header .btn_green::before {
    left: -16px;
  }

  header a.btn_green {
    padding-left: 17px;
  }

  header a.btn_green img {
    width: 26px;
    height: 21px;
    margin-left: 4px;
  }

  header a.btn_green p {
    margin-left: 6px;
    font-size: 13px;
  }

  .achievement_img {
    width: 380px;
  }

  .top_achievement_content {
    gap: 40px;
  }

  .service_circle_group {
    gap: 20px;
  }

  .top_attempt_icon {
    width: 55px;
    height: 55px;
  }

  .top_attempt_icon img {
    width: 45px;
    height: 45px;
  }

  .attempt_content {
    font-size: 12px;
  }
}

/* 901px付近での微調整 */
@media (max-width: 950px) and (min-width: 901px) {
  .logo img {
    width: 200px;
    /* さらに小さく */
  }

  .button_area {
    padding: 5px 0;
  }

  header a.btn_orange {
    margin-right: 20px;
  }

  .header_btn {
    width: 165px;
    min-width: 165px;
    font-size: 12px;
  }
}

/* 画面幅拡大時の背景画像対応 */
@media (min-width: 1401px) {
  .top_section02 {
    border-radius: 60px 60px 0 0;
  }

  .service_circle_group {
    gap: 40px;
  }

  .top_section03 {
    border-radius: 60px 60px 0 0;
  }

  .top_attempt_grid {
    gap: 50px;
  }

  .recruit_slider_container {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    /* 要素の幅の半分だけ左にずらして中央寄せ */
  }
}

/* 2000px以上の大画面対応 */
@media (min-width: 2000px) {
  .top_main_bg_image {
    background-position: center center;
    /* 画像の35%の位置を表示領域の中央に配置 = 上に15%移動した効果 */
  }
}

@media (max-width: 1400px) {
  .recruit_slider_container {
    position: absolute;
    width: 96%;
  }

  .top_section05 {
    background-size: cover;
    margin-left: 3%;
  }
}

/* ---------------------------------------------------------------------------
  ★背景オーバーレイ
--------------------------------------------------------------------------- */
.nav_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9997;
}

.nav_overlay.active {
  opacity: 1;
  visibility: visible;
}

/* =====================================================
   ★フッター
===================================================== */

footer .inner_1400 {
  max-width: 1400px !important;
  position: relative;
  width: 95%;
  margin: 0 auto;
}

/* ★問い合わせエリア */

.top_section_contact {
  background-image: url(../img/contact_bg.png);
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 65px 0 85px;
  position: relative;
}

.top_section_contact .container {
  position: relative;
}

.top_section_contact .sub_title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #e2ede4;
  margin-bottom: 1px;
  margin-left: -1px;
}

.top_section_contact h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 1.4px;
  color: #ffffff;
  margin-bottom: 31px;
}

.top_section_contact .sub_cont {
  font-family: "Zen Kaku Gothic New";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #ffffff;
  margin-left: 2px;
  margin-bottom: 34px;
}

.top_section_contact .hukidashi {
  position: absolute;
  top: -20px;
  left: 147px;
  width: 162px;
  height: 154px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 1.7px;
  color: #ffffff;
  text-align: center;
  z-index: 10;
}

.top_section_contact .hukidashi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/fukidashi.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.top_section_contact .hukidashi .mini {
  font-weight: bold;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0.9px;
  color: #ffffff;
  display: block;
  margin-top: 30px;
  margin-left: -9px;
}

.top_section_contact .hukidashi span:nth-child(2) {
  margin-top: -13px;
}

.top_section_contact .hukidashi span:nth-child(2) span:first-child {
  margin-left: 24px;
}

/* ビックリマーク */
.top_section_contact .exclamation {
  font-weight: bold;
  font-size: 43px;
  line-height: 70.76px;
  letter-spacing: 2.15px;
  color: #ffffff;
  transform: rotate(22deg) translate(-7px, 7px);
  transform-origin: center center;
  display: inline-block;
}

.top_section_contact .flex_row {
  display: flex;
  gap: 38px;
  justify-content: center;
}

.top_section_contact .white_square {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 30px;
  border: solid 2px #0b7c24;
  width: 380px;
  height: 100px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.top_section_contact .white_square:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.top_section_contact .white_square .tell {
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-left: 10px;
  margin-top: 1px;
}

.top_section_contact .white_square .tell img {
  width: 28px;
  height: 37px;
  margin-top: 5px;
}

.top_section_contact .white_square .tell p {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 1.8px;
  color: #0b7c24;
  white-space: nowrap;
}

.top_section_contact .white_square .time {
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-top: 5px;
  margin-left: 47px;
}

.top_section_contact .white_square .time p {
  font-family: "小塚ゴシック Pr6N";
  font-size: 15px;
  color: #0d230f;
  margin-top: 1px;
  letter-spacing: 0.1px;
}

.top_section_contact .white_square .time p:first-child {
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  color: #0b7c24;
  border: solid 1px #acccaf;
  border-radius: 5px;
  padding: 0px 9px;
  height: 25px;
  margin-top: 0;
}

.top_section_contact .orange_square {
  background: #ef970f;
  border-radius: 10px;
  padding: 30px 40px;
  width: 380px;
  height: 100px;
  text-decoration: none;
  align-items: center;
  transition: all 0.3s ease;
}

.top_section_contact .orange_square:hover {
  background: #e55a00;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(239, 151, 15, 0.4);
}

.top_section_contact .orange_square .time {
  align-items: center;
  gap: 17px;
  margin-top: 0px;
  margin-left: 5px;
  justify-content: flex-start;
}

.top_section_contact .orange_square .time img {
  width: 40px;
  height: 29px;
}

.top_section_contact .orange_square .time p {
  font-weight: bold;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 1.2px;
  color: #ffffff;
  margin-top: -2px;
  white-space: nowrap;
}

/* ★通常フッター */

footer {
  position: relative;
}

.scroll_to_top_container {
  position: absolute;
  top: -104px;
  right: 6px;
  transform: translateX(-50%);
  z-index: 2;
}

.scroll_to_top_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #acccaf;
  opacity: 0.9;
  text-decoration: none;
  border-radius: 50%;
  padding-bottom: 12px;
}

.scroll_to_top_link:hover {
  background: #80aa84;
}

.scroll_to_top_link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-135deg);
  margin-top: 24px;
}

.footer_wrap {
  width: 100%;
  background: #ffffff;
  padding-bottom: 15px;
}

.footer_container {
  max-width: 1260px;
  margin: 0 auto;
}

/* フッター上部 */

.footer_top {
  margin-top: 68px;
}

.footer_top .flex_row {
  gap: 0;
  justify-content: space-between;
}

.footer_top .flex_row > div:last-child a {
  width: 20%;
  font-family: "Zen Kaku Gothic New";
  font-weight: bold;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 1px;
  color: #0b7c24;
  margin-top: -4px;
  margin-left: 8px;
}

.footer_top .flex_row > div:last-child a:hover {
  opacity: 0.6;
}

.footer_top .flex_3col {
  justify-content: flex-start;
  gap: 10px;
  width: 75%;
  padding-left: 30px;
}

.footer_top .flex_3col > div {
  width: auto;
}

.footer_top .flex_3col > div:nth-child(2),
.footer_top .flex_3col > div:nth-child(3) {
  padding-left: 53px;
}

.footer_top .flex_3col > div p {
  font-family: "Zen Kaku Gothic New";
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  color: #0b7c24;
}

.footer_top .flex_3col > div ul {
  list-style: none;
  margin-top: 2px;
  margin-left: 16px;
}

.footer_top .flex_3col > div ul li {
  margin-bottom: 0;
}

.footer_top .flex_3col > div ul li a,
.footer_top .flex_3col > div ul li {
  font-family: "Zen Kaku Gothic New";
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.85px;
  color: #0d230f;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.footer_top .flex_3col > div ul li a:hover {
  color: #009900;
}

.footer_top .flex_3col > div ul li span.before- {
  position: absolute;
  content: "";
  top: 53%;
  left: -15px;
  width: 4px;
  margin: 0 auto;
  height: 1px;
  background-color: #0d230f;
}

/* フッター下部 */
.footer_bottom {
  padding: 49px 0 0;
  position: relative;
}

.footer_bottom::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 49.8%;
  transform: translateX(-50%);
  width: 1202px;
  height: 2px;
  background: #d7ddd8;
}

.footer_bottom > a {
  display: block;
  width: 271px;
  margin-left: 33px;
  margin-bottom: 30px;
}

.footer_bottom > a:hover {
  opacity: 0.7;
}

.footer_bottom > a img {
  width: 100%;
  height: auto;
}

.footer_bottom .flex_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}

.footer_bottom .flex_row > div {
  width: auto;
}

.footer_bottom .flex_row > div:first-child {
  margin-left: 32px;
  margin-top: 9px;
}

.footer_bottom .flex_row > div p {
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  color: #566b56;
}

footer .flex_row > div:last-child p {
  font-family: "Noto Sans JP";
  font-size: 15px;
  letter-spacing: 0.75px;
  color: #acccaf;
}

footer .flex_row > div:last-child {
  margin-right: -46px;
  margin-top: -4px;
  width: 25%;
}

@media (max-width: 1399px) and (min-width: 901px) {
  footer .flex_row > div:last-child {
    margin-right: 0;
  }

  .footer_bottom::after {
    width: 95%;
  }
}

/* ================================================
   下層共通
================================================ */

h2 {
  font-size: 28px;
  letter-spacing: 1.4px;
  color: #0b7c24;
  font-weight: bold;
}

/* ================================================
   パンくずナビゲーション
================================================ */
.breadcrumb_area {
  background: #0b7c24;
  padding: 5px 0;
}

.breadcrumb_area .pankuzu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pankuzu li {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.pankuzu li a {
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pankuzu li .arrow {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

.pankuzu .pankuzu_right {
  padding: 0 14px;
}

.pankuzu li a:hover {
  background-color: #f0f7f1;
  color: #0b7c24;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* ================================================
   対応エリア・店舗一覧
================================================ */

[id] {
  scroll-margin-top: 245px;
}

#area_store section {
  background-color: #f0f7f1;
  padding-top: 50px;
}

#area_store .section_01 {
  background-color: #ffffff;
}

#area_store .area_container {
  position: relative;
  width: 60%;
  margin: 40px auto;
}

/* aspect-ratioを削除するとMAP読み込みが遅れるので削除しないでください */
#area_store .map_base {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1045 / 912;
}

/* ハイライト画像（重ねる） */
#area_store .map_highlight {
  position: absolute;
  top: 40px;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1045 / 912;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 2;
}

/* ホバー時にハイライト表示 */
#area_store .hokkaidou_button:hover ~ .hokkaido_highlight,
#area_store .koushinetsu_button:hover ~ .koushinetsu_highlight,
#area_store .kantou_button:hover ~ .kantou_highlight,
#area_store .hokuriku_button:hover ~ .hokuriku_highlight,
#area_store .toukai_button:hover ~ .toukai_highlight,
#area_store .kinki_button:hover ~ .kinki_highlight,
#area_store .chugoku_button:hover ~ .chugoku_highlight,
#area_store .shikoku_button:hover ~ .shikoku_highlight,
#area_store .kyushu_okinawa_button:hover ~ .kyushu_highlight,
#area_store .kankoku_button:hover ~ .kankoku_highlight {
  opacity: 1;
}

/* サブメニューからのホバー（例） */
#area_store .kantou_button:hover ~ .kantou_highlight,
#area_store .area_button_wrapper.kantou_button:hover ~ .kantou_highlight {
  opacity: 1;
}

/* エリアボタン共通スタイル */
#area_store .area_button {
  background-color: #0b7c24;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
  white-space: nowrap;
  display: block;
  position: relative;
}

/* ホバー時の色変更 */
#area_store .area_button:hover {
  background: rgba(11, 124, 36, 0.6);
}

/* 該当なしエリア（押せない） */
#area_store .area_button.disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  pointer-events: none;
}

/* === ボタンラッパー（サブメニューあり）=== */
#area_store .area_button_wrapper {
  position: absolute;
  z-index: 100;
}

/* ホバー時に親要素ごと最前面へ */
#area_shop .area_button_wrapper:hover {
  z-index: 1000;
  /* 超高い値 */
}

/* === 単独ボタン（サブメニューなし）=== */
#area_store .area_container > .area_button {
  position: absolute;
  z-index: 100;
}

#area_shop .area_container > .area_button:hover {
  z-index: 1000;
}

#area_store .area_container > .area_button.disabled {
  position: absolute;
  z-index: 100;
}

/* サブメニュー */
#area_store .sub_menu {
  position: absolute;
  color: #0d230f;
  top: 100%;
  left: 0;
  margin: 4px 0 0 0;
  padding: 8px 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #f0f7f1;
  border-radius: 4px;
  min-width: 90px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  z-index: 1000;
}

#area_store .sub_menu li {
  padding: 4px 12px;
  font-size: 13px;
}

#area_store .sub_menu li a {
  display: block;
  color: #0d230f;
  padding: 6px 12px;
  text-decoration: none;
  font-size: 13px;
  transition: background-color 0.2s;
}

#area_store .sub_menu li a:hover {
  background-color: #7fdd94;
  color: #0d230f;
}

/* ホバー時にサブメニュー表示 */
#area_store .area_button_wrapper:hover .sub_menu {
  opacity: 1;
  visibility: visible;
}

/* 各エリアの位置指定（実際の地図に合わせて調整が必要） */
#area_store .hokkaidou_button {
  top: 9%;
  right: 12%;
}

#area_store .touhoku_button {
  top: 45%;
  right: 13%;
}

#area_store .koushinetsu_button {
  top: 65%;
  right: 33%;
}

#area_store .kantou_button {
  top: 66%;
  right: 7%;
}

#area_store .hokuriku_button {
  top: 53%;
  right: 46%;
}

#area_store .toukai_button {
  top: 85%;
  right: 23%;
}

#area_store .kinki_button {
  top: 75%;
  right: 48%;
}

#area_store .chugoku_button {
  top: 64%;
  left: 27%;
}

#area_store .shikoku_button {
  top: 90%;
  left: 28%;
}

#area_store .kyushu_okinawa_button {
  bottom: 20%;
  left: -2%;
}

#area_store .kankoku_button {
  top: 10%;
  left: 10%;
}

/* エリア名（h2）- クリックで開閉 */

#area_store .flex_row {
  gap: 30px;
}

#area_store .area_toggle {
  display: none;
}

#area_store .area_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 2px solid #0b7c24;
  border-radius: 6px;
  padding: 10px 30px;
  margin-bottom: 0;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  user-select: none;
  position: relative;
  z-index: 2;
}

#area_store .area_title:hover {
  box-shadow: 0 0 15px rgba(11, 124, 36, 0.6);
}

#area_store .area_title h2 {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: bold;
  color: #0b7c24;
  flex: 1;
}

/* 内側のバー */
#area_store .inner_bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #0b7c24;
  border-radius: 0 0 3px 3px;
}

/* ＋/−アイコン */
#area_store .toggle_icon {
  position: relative;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

/* ＋の縦線 */
#area_store .toggle_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 30px;
  background-color: #0b7c24;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

/* ＋の横線 */
#area_store .toggle_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 4px;
  background-color: #0b7c24;
  transition: transform 0.3s ease;
}

/* 開いた時：縦線を消す（−にする） */
#area_store .area_toggle:checked + .area_title .toggle_icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

/* h3部分（県名リスト） */
#area_store .area_detail h3 {
  background-color: #0b7c24;
  color: #fff;
  padding: 12px 60px 12px 30px;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  border-radius: 0 0 6px 6px;
  letter-spacing: 0.5px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
}

/* コンテンツ部分 */
#area_store .area_detail {
  position: relative;
  z-index: 1;
  margin-top: -6px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

#area_store .area_toggle:checked ~ .area_detail {
  max-height: 15000px;
  transition: max-height 0.4s ease-in;
}

/* 店舗情報エリア */
#area_store .stores_wrapper {
  padding: 30px 0;
}

/* 店舗名 */
#area_store .store_name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
  background-color: #f0f9f3;
}

/* 店舗情報テーブル */
#area_store .store_table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border: 2px solid #0b7c24;
  border-radius: 8px;
  overflow: hidden;
}

#area_store .store_table th {
  padding: 16px 18px;
  text-align: left;
  border: 1px solid #fff;
  background-color: #0b7c24;
  font-weight: bold;
  color: #fff;
  width: 120px;
  white-space: nowrap;
}

#area_store .store_table td {
  padding: 16px 20px;
  text-align: left;
  border: 1px solid #0b7c24;
  background-color: #fff;
  font-weight: 500;
}

#area_store .store_table tr:last-child th,
#area_store .store_table tr:last-child td {
  border-bottom: none;
}

/* 空白プレースホルダー */
#area_store .empty_placeholder {
  visibility: hidden;
}

#home .empty_placeholder {
  visibility: hidden;
}

/* 管轄外エリアのスタイル */
#area_store .area_title.disabled {
  background-color: #f5f5f5;
  border-color: #7a9b82;
  cursor: default;
  opacity: 0.85;
}

#area_store .area_title.disabled h2 {
  margin-left: -30px;
}

#area_store .area_title.disabled:hover {
  box-shadow: none;
}

#area_store .area_title.disabled h2 {
  color: #7a9b82;
}

#area_store .area_title.disabled .inner_bar {
  background-color: #7a9b82;
}

#area_store .area_title.disabled .toggle_icon::before,
#area_store .area_title.disabled .toggle_icon::after {
  background-color: #7a9b82;
}

/* 管轄外メッセージ */
#area_store .unavailable_message {
  margin-top: 12px;
  padding: 12px 20px;
  background-color: #d7dfd9;
  color: #575e59;
  font-size: 14px;
  border-radius: 4px;
}

/* ========================================
   おそうじライクについて（company.php）
======================================== */
/*------------------- 理念セクション -------------------*/
.section_01.rinen {
  background-color: #f0f7f1;
}

.section_01.rinen img {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto 30px;
  border-radius: 8px;
}

.section_01.rinen p {
  line-height: 1.9;
  text-align: justify;
}

/*------------------- コンセプトセクション（section_02） -------------------*/

.section_02.concept {
  background-color: #fff;
}

.section_02.concept .flex_row {
  gap: 30px;
  margin-bottom: 30px;
}

.section_02.concept .flex_row:last-child {
  margin-bottom: 0;
}

.section_02.concept .flex_row > div {
  flex: 1;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  border: 2px solid #0b7c24;
}

.section_02.concept .flex_row > div h3 {
  font-size: 24px;
  font-weight: bold;
  color: #0b7c24;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0b7c24;
  text-align: center;
}

.section_02.concept .flex_row > div p {
  line-height: 1.8;
}

/*------------------- 概要セクション（section_03） -------------------*/

.section_03.gaiyou {
  background-color: #f0f7f1;
}

.section_03.gaiyou table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border: 2px solid #0b7c24;
  border-radius: 8px;
  overflow: hidden;
}

.section_03.gaiyou table th {
  border: 1px solid #fff;
  background-color: #0b7c24;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
  width: 180px;
}

.section_03.gaiyou table td {
  border: 1px solid #0b7c24;
  background-color: #fff;
  font-weight: 500;
  padding: 15px 20px;
  line-height: 1.8;
}

.section_03.gaiyou .flex_3col {
  display: flex;
  gap: 15px;
  margin-bottom: 12px;
  align-items: flex-start;
  position: relative;
}

.section_03.gaiyou .flex_3col::after {
  content: "";
  position: absolute;
  width: 95%;
  height: 1px;
  bottom: -7px;
  left: 0;
  background-color: rgba(11, 124, 36, 0.3);
}

.section_03.gaiyou .flex_3col:last-child {
  margin-bottom: 0;
}

.section_03.gaiyou .flex_3col:last-child::after {
  content: none;
}

.section_03.gaiyou .flex_3col > div:first-child {
  min-width: 120px;
  font-weight: 600;
}

.section_03.gaiyou .flex_3col > div:nth-child(2) {
  flex: 1;
}

.section_03.gaiyou .flex_3col > div:last-child {
  min-width: 200px;
  font-weight: 600;
}

/* ========================================
   清掃メニューから探す（clean_menu.php）
======================================== */
/* セクション背景色 */
.section_01.anchor_menu {
  background-color: #ffffff;
}

.section_02.daily_cleaning {
  background-color: #f0f7f1;
}

.section_03.floor_cleaning {
  background-color: #ffffff;
}

.section_04.air_sanitary {
  background-color: #f0f7f1;
}

.section_05.kitchen_equipment {
  background-color: #ffffff;
}

.section_06.gym_pool {
  background-color: #f0f7f1;
}

.section_07.exterior_window {
  background-color: #ffffff;
}

.section_08.interior_equipment {
  background-color: #f0f7f1;
}

.section_09.hygiene_safety {
  background-color: #ffffff;
}

.section_10.reform_estate {
  background-color: #f0f7f1;
}

.section_11.house_cleaning {
  background-color: #ffffff;
}

/* ===================================
   アンカーメニューセクション
   =================================== */
.section_01.anchor_menu .anchor_menu_row {
  margin-bottom: 20px;
}

.section_01.anchor_menu .anchor_menu_row:last-of-type {
  margin-bottom: 40px;
}

.section_01.anchor_menu .anchor_menu_item a {
  display: block;
  padding: 20px 15px;
  background-color: #fff;
  border: 2px solid #0b7c24;
  color: #0b7c24;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition:
    background-color 0.3s ease,
    transform 0.2s ease,
    color 0.3s ease;
}

.section_01.anchor_menu .anchor_menu_item a:hover {
  background-color: #0b7c24;
  color: #fff;
  transform: translateY(-2px);
}

.section_01.anchor_menu .anchor_menu_note {
  text-align: center;
  font-size: 14px;
  margin-top: 0;
}

/* ===================================
   共通：メニューアイテムスタイル
   =================================== */
.menu_item_row {
  gap: 40px;
  margin-bottom: 40px;
}

.menu_item_row:last-of-type {
  margin-bottom: 0;
}

.menu_item {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.menu_item_single {
  width: calc(50% - 20px);
  margin: 0 auto;
}

.menu_item_title {
  font-size: 22px;
  font-weight: bold;
  color: #0b7c24;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0b7c24;
  text-align: center;
}

.menu_item_image {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 8px;
  aspect-ratio: 600 / 450;
}

.menu_item_description {
  line-height: 1.8;
  margin-bottom: 30px;
  flex-grow: 1;
}

.menu_item .btn_green,
.menu_item_single .btn_green {
  margin-top: auto;
}

.menu_item .btn_green .link,
.menu_item_single .btn_green .link {
  max-width: 300px;
  margin: 0 auto;
}

.menu_item .btn_green span,
.menu_item_single .btn_green span {
  margin: 0 auto;
}

.menu_item .btn_green img,
.menu_item_single .btn_green img {
  width: 30px;
  height: auto;
}

/* ===================================
   日常清掃セクション
   =================================== */
/* 共通スタイルを使用 */

/* ===================================
   床・フロア清掃セクション
   =================================== */
.section_03.floor_cleaning .menu_item_row {
  gap: 40px;
  margin-bottom: 60px;
}

.section_03.floor_cleaning .menu_item_row:last-of-type {
  margin-bottom: 0;
}

/* ===================================
   空調・衛生設備清掃セクション
   =================================== */
.section_04.air_sanitary .menu_item_row {
  gap: 40px;
  margin-bottom: 60px;
}

.section_04.air_sanitary .menu_item_row:last-of-type {
  margin-bottom: 0;
}

/* ===================================
   厨房設備清掃セクション
   =================================== */
.section_05.kitchen_equipment .menu_item_row {
  gap: 40px;
  margin-bottom: 60px;
}

.section_05.kitchen_equipment .menu_item_row:last-of-type {
  margin-bottom: 0;
}

/* ===================================
   体育館・プール清掃セクション
   =================================== */
.section_06.gym_pool .menu_item_row {
  gap: 40px;
  margin-bottom: 60px;
}

.section_06.gym_pool .menu_item_row:last-of-type {
  margin-bottom: 0;
}

/* ===================================
   建物外装・窓まわり・側溝セクション
   =================================== */
.section_07.exterior_window .menu_item_row {
  gap: 40px;
  margin-bottom: 60px;
}

.section_07.exterior_window .menu_item_row:last-of-type {
  margin-bottom: 0;
}

/* ===================================
   室内清掃・備品メンテナンスセクション
   =================================== */
.section_08.interior_equipment .menu_item_row {
  gap: 40px;
  margin-bottom: 60px;
}

.section_08.interior_equipment .menu_item_row:last-of-type {
  margin-bottom: 0;
}

/* ===================================
   衛生・安全管理セクション
   =================================== */
.section_09.hygiene_safety .menu_item_row {
  gap: 40px;
  margin-bottom: 60px;
}

.section_09.hygiene_safety .menu_item_row:last-of-type {
  margin-bottom: 0;
}

/* ===================================
   リフォーム・遺品・不用品セクション
   =================================== */
.section_10.reform_estate .menu_item_row {
  gap: 40px;
  margin-bottom: 60px;
}

.section_10.reform_estate .menu_item_row:last-of-type {
  margin-bottom: 0;
}

/* ===================================
   ハウスクリーニングセクション
=================================== */
/* 共通スタイルを使用 */

/* ===================================
   施設系ページ　（facility_◯◯.php）
=================================== */
/* ================================================
   section_01 施設紹介セクション
   ================================================ */
.section_01.facility_intro {
  background-color: #ffffff;
}

.section_01.facility_intro img {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto 30px;
  border-radius: 8px;
}

.section_01.facility_intro > .inner_1100 > .container > p {
  line-height: 1.8;
  margin-bottom: 40px;
}

.section_01.facility_intro h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 40px;
  text-align: center;
}

/* 吹き出しコンテナ */
.section_01.facility_intro .fuwafuwa_hukidasi {
  position: relative;
  min-height: 300px;
}

/* 吹き出し共通スタイル（角丸四角） */
.section_01.facility_intro .fuwafuwa_hukidasi p {
  position: absolute;
  background-color: #e8f5ec;
  padding: 25px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(11, 124, 36, 0.15);
}

/* 楕円しっぽ - 小さい丸（::before） */
.section_01.facility_intro .fuwafuwa_hukidasi p::before {
  content: "";
  position: absolute;
  background-color: #e8f5ec;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

/* 楕円しっぽ - 中くらいの丸（::after） */
.section_01.facility_intro .fuwafuwa_hukidasi p::after {
  content: "";
  position: absolute;
  background-color: #e8f5ec;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}

/* 1番目の吹き出し（左上） */
.section_01.facility_intro .fuwafuwa_hukidasi .cloud_01 {
  top: 0;
  left: 5%;
  max-width: 440px;
  animation: float_01 4s ease-in-out infinite;
}

.section_01.facility_intro .fuwafuwa_hukidasi .cloud_01::before {
  bottom: -35px;
  left: 30px;
}

.section_01.facility_intro .fuwafuwa_hukidasi .cloud_01::after {
  bottom: -22px;
  left: 40px;
}

/* 2番目の吹き出し（左下） */
.section_01.facility_intro .fuwafuwa_hukidasi .cloud_02 {
  top: 140px;
  left: 300px;
  max-width: 350px;
  animation: float_02 5s ease-in-out infinite;
}

.section_01.facility_intro .fuwafuwa_hukidasi .cloud_02::before {
  bottom: -35px;
  left: 25px;
}

.section_01.facility_intro .fuwafuwa_hukidasi .cloud_02::after {
  bottom: -22px;
  left: 35px;
}

/* 3番目の吹き出し（右側） */
.section_01.facility_intro .fuwafuwa_hukidasi .cloud_03 {
  top: 60px;
  right: 8%;
  max-width: 400px;
  animation: float_03 4.5s ease-in-out infinite;
}

.section_01.facility_intro .fuwafuwa_hukidasi .cloud_03::before {
  bottom: -35px;
  right: 35px;
}

.section_01.facility_intro .fuwafuwa_hukidasi .cloud_03::after {
  bottom: -22px;
  right: 45px;
}

/* フワフワ浮遊アニメーション */
@keyframes float_01 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(-10px, -15px);
  }

  50% {
    transform: translate(5px, -10px);
  }

  75% {
    transform: translate(-5px, -5px);
  }
}

@keyframes float_02 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(8px, -12px);
  }

  50% {
    transform: translate(-8px, -18px);
  }

  75% {
    transform: translate(5px, -8px);
  }
}

@keyframes float_03 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(-12px, -10px);
  }

  50% {
    transform: translate(-5px, -20px);
  }

  75% {
    transform: translate(-15px, -12px);
  }
}

/* 解決テキスト（線で構成された力強い吹き出し） */
.section_01.facility_intro .kaiketsu {
  background-color: #ffffff;
  color: #0b7c24;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 35px 40px;
  margin-top: 50px;
  border: 4px solid #0b7c24;
  border-radius: 8px;
  position: relative;
  box-shadow:
    0 5px 0 #0b7c24,
    0 8px 20px rgba(11, 124, 36, 0.3);
  letter-spacing: 0.05em;
}

/* 吹き出しの尖った部分（下向き三角） */
.section_01.facility_intro .kaiketsu::before {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 30px 0 30px;
  border-color: #0b7c24 transparent transparent transparent;
}

.section_01.facility_intro .kaiketsu::after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 21px 0 21px;
  border-color: #ffffff transparent transparent transparent;
}

/* ================================================
   section_02 清掃メニューセクション
   ================================================ */
.section_02.seisou_menu {
  background-color: #f0f7f1;
}

.section_02.seisou_menu > .inner_1100 > .container > p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 14px;
}

/* メニューカード */
.section_02.seisou_menu .menu_card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.section_02.seisou_menu .menu_card h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0b7c24;
  text-align: center;
  min-height: 2.5em;
}

.section_02.seisou_menu .menu_card img {
  width: 400px;
  height: auto;
  margin: 0 auto 20px;
}

.section_02.seisou_menu .menu_card p {
  line-height: 1.7;
  margin-bottom: 20px;
  flex-grow: 1;
}

.section_02.seisou_menu .flex_3col {
  margin-bottom: 30px;
}

.section_02.seisou_menu .flex_3col:last-child {
  margin-bottom: 0;
}

.section_02.seisou_menu .btn_green {
  margin: 0 auto;
}

.section_02.seisou_menu .btn_green .link {
  width: 200px;
  padding: 13px 25px 13px 30px;
}

.section_02.seisou_menu .btn_green img {
  width: 30px;
  height: auto;
  margin: 0;
}

/* ================================================
   依頼の流れ・よくある質問ページ （flow_and_question.php）
================================================ */

.section_01.irai_flow {
  background-color: #ffffff;
}

/* 流れ全体のラッパー */
.section_01.irai_flow .flow_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}

/* フローボックス（横書き） */
.section_01.irai_flow .flow_box {
  background-color: #f0f7f1;
  border: 3px solid #0b7c24;
  border-radius: 8px;
  padding: 25px 18px;
  min-height: 200px;
  width: 280px;
  display: flex;
  flex-direction: column;
}

.section_01.irai_flow .flow_box h3 {
  font-size: 18px;
  font-weight: bold;
  color: #0b7c24;
  margin-bottom: 15px;
  text-align: center;
}

.section_01.irai_flow .flow_box p {
  line-height: 1.8;
  font-size: 14px;
}

.section_01.irai_flow .flow_box:first-child p {
  margin-top: 20px;
}

/* 三角形の矢印（右向き） */
.section_01.irai_flow .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #ef970f;
  align-self: center;
}

.section_01.irai_flow .btn_green .link {
  margin: 0 auto;
  width: 300px;
}

.section_01.irai_flow .btn_green .link span {
  margin: 0 auto;
}

.section_01.irai_flow .btn_green .link img {
  width: 30px;
  height: auto;
}

/* 注意事項 */
.section_01.irai_flow .caution_note {
  margin-top: 40px;
  padding: 20px;
  background-color: rgba(239, 151, 15, 0.3);
  border-radius: 4px;
}

.section_01.irai_flow .caution_note p {
  font-size: 13px;
  line-height: 1.8;
}

/* ================================================
   section_02 よくある質問セクション
   ================================================ */
.section_02.faq_section {
  background-color: #f0f7f1;
}

/* FAQ 2カラムグリッド */
.section_02.faq_section .faq_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}

/* FAQ各アイテム */
.section_02.faq_section .faq_item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* 質問 */
.section_02.faq_section .faq_item .question {
  font-size: 18px;
  font-weight: bold;
  color: #0b7c24;
  margin-bottom: 15px;
  padding-left: 55px;
  position: relative;
}

.section_02.faq_section .faq_item .question::before {
  content: "Q";
  position: absolute;
  left: 0px;
  top: 53%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #0b7c24;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
}

/* 回答 */
.section_02.faq_section .faq_item .answer {
  line-height: 1.8;
  padding-left: 55px;
  padding-top: 20px;
  margin-top: 15px;
  position: relative;
  background-image: linear-gradient(
    to right,
    rgba(239, 151, 15, 0) 0%,
    rgba(239, 151, 15, 1) 20%,
    rgba(239, 151, 15, 1) 80%,
    rgba(239, 151, 15, 0) 100%
  );
  background-size: 100% 2px;
  background-position: top left;
  background-repeat: no-repeat;
}

.section_02.faq_section .faq_item .answer::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 27px;
  width: 40px;
  height: 40px;
  background-color: #ef970f;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
}

/* ================================================
   お悩みページ（3ポイント有り系）
   ================================================ */
.section_01.facility_intro {
  background-color: #ffffff;
}

.section_01.facility_intro img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  border-radius: 8px;
}

.section_01.facility_intro > .inner_1100 > .container > p {
  line-height: 1.8;
  margin-bottom: 40px;
}

/* ================================================
   section_02 サービスメニューセクション
   ================================================ */
.section_02.service_menu {
  background-color: #f0f7f1;
}

/* 注意書き */
.section_02.service_menu .note_text {
  text-align: center;
  margin-bottom: 50px;
  font-size: 14px;
}

/* サービスアイテム */
.section_02.service_menu .service_item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.section_02.service_menu .service_item:last-child {
  margin-bottom: 0;
}

/* サービスタイトル */
.section_02.service_menu .service_item h3 {
  font-size: 26px;
  background-color: #0b7c24;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding: 15px;
}

/* 画像 */
#trouble_unused .section_02.service_menu .service_item img {
  max-width: 800px;
  width: 600px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 8px;
}

/* POINTタイトル */
.section_02.service_menu .service_item .point_title {
  font-size: 26px;
  font-weight: bold;
  color: #0b7c24;
  text-align: center;
  margin-bottom: 25px;
}

/* POINTリスト */
.section_02.service_menu .service_item .point_list {
  margin-bottom: 30px;
}

/* POINTの行 */
.section_02.service_menu .service_item .point_row {
  align-items: center;
  margin-bottom: 15px;
  background-color: #f0f7f1;
  border-radius: 8px;
}

.section_02.service_menu .service_item .point_row:last-child {
  margin-bottom: 0;
}

/* POINTラベル */
.section_02.service_menu .service_item .point_label {
  color: #0b7c24;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 20px;
  white-space: nowrap;
  font-size: 22px;
  max-width: 90px;
  text-align: center;
  margin-right: 20px;
}

/* POINTテキスト */
.section_02.service_menu .service_item .point_text {
  flex: 1;
  line-height: 1.6;
  font-weight: 500;
}

/* ================================================
   悩み（リフォーム）ページ　trouble_reform.php
================================================ */
.section_01.facility_intro {
  background-color: #ffffff;
}

.section_01.facility_intro img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  border-radius: 8px;
}

.section_01.facility_intro > .inner_1100 > .container > p {
  line-height: 1.8;
  margin-bottom: 40px;
}

/* ONEステップボックス */
.section_01.facility_intro .one_step_box {
  background-color: #f0f7f1;
  border: 3px solid #0b7c24;
  border-radius: 12px;
  padding: 40px;
  margin-top: 50px;
}

.section_01.facility_intro .one_step_box h3 {
  font-size: 24px;
  font-weight: bold;
  color: #0b7c24;
  margin-bottom: 20px;
  text-align: center;
}

.section_01.facility_intro .one_step_box p {
  line-height: 1.9;
}

/* ================================================
   section_02 サービスメニューセクション
   ================================================ */
.section_02.service_menu {
  background-color: #f0f7f1;
}

/* サービスアイテム */
.section_02.service_menu .service_item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.section_02.service_menu .service_item:last-child {
  margin-bottom: 0;
}

/* 画像 */
.section_02.service_menu .service_item img {
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 8px;
}

/* サービス説明文 */
.section_02.service_menu .service_item .service_description {
  line-height: 1.9;
  padding: 25px;
  background-color: #f9f9f9;
  border-radius: 4px;
  margin-bottom: 30px;
}

/* 例のタイトル */
.section_02.service_menu .service_item .example_title {
  font-size: 22px;
  font-weight: bold;
  color: #0b7c24;
  margin-bottom: 20px;
  text-align: center;
}

/* 例の行（2カラム） */
.section_02.service_menu .service_item .example_row {
  gap: 30px;
  margin-bottom: 40px;
}

/* 例のカード */
.section_02.service_menu .service_item .example_card {
  flex: 1;
  background-color: #f0f7f1;
  border: 2px solid #0b7c24;
  border-radius: 8px;
  padding: 25px;
}

.section_02.service_menu .service_item .example_card h4 {
  font-size: 24px;
  font-weight: bold;
  color: #0b7c24;
  margin-bottom: 10px;
  text-align: center;
}

.section_02.service_menu .service_item .example_card .example_subtitle {
  font-size: 16px;
  font-weight: bold;
  color: #ef970f;
  text-align: center;
  margin-bottom: 15px;
  background-color: #fff;
  padding: 3px;
}

.section_02.service_menu .service_item .example_card p {
  line-height: 1.8;
}

/* 詳細グリッド（3カラム） */
.section_02.service_menu .service_item .detail_grid {
  margin-bottom: 30px;
}

.section_02.service_menu .service_item .detail_grid:last-child {
  margin-bottom: 0;
}

/* 詳細カード */
.section_02.service_menu .service_item .detail_card {
  background-color: #ffffff;
  border: 2px solid #0b7c24;
  border-radius: 8px;
  padding: 25px;
}

.section_02.service_menu .service_item .detail_card h4 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #0b7c24;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.section_02.service_menu .service_item .detail_card img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 4px;
}

.section_02.service_menu .service_item .detail_card p {
  line-height: 1.7;
  margin-bottom: 15px;
  font-size: 14px;
}

.section_02.service_menu .service_item .detail_card p:last-child {
  margin-bottom: 0;
}

/* 詳細カードの例のタイトル */
.section_02.service_menu .service_item .detail_card .detail_example_title {
  font-weight: bold;
  color: #ef970f;
  margin-bottom: 8px;
  font-size: 13px;
  text-align: center;
}

/* 詳細カードの例のテキスト */
.section_02.service_menu .service_item .detail_card .detail_example_text {
  background-color: #f0f7f1;
  padding: 10px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* ================================================
   section_03 対応エリアセクション
   ================================================ */
.section_03.area_section {
  background-color: #ffffff;
}

/* エリアリスト */
.section_03.area_section .area_list {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #0b7c24;
  padding: 30px;
  background-color: #f0f7f1;
  border-radius: 8px;
  border: 2px solid #0b7c24;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ================================================
   パートナー募集ページ
================================================ */
.intro_area {
  margin: 20px auto 100px;
  background-color: #fff;
}

.intro_area img {
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
}

/* ================================================
   section_01 加盟店募集セクション
   ================================================ */
.section_01.partner_kamei {
  background-color: #ffffff;
}

/* セクションタイトル */
.section_01.partner_kamei .section_title {
  font-size: 32px;
  font-weight: bold;
  color: #0b7c24;
  text-align: center;
  margin-bottom: 40px;
  padding: 12px;
  background-color: #f0f7f1;
  border-radius: 8px;
}

/* コンテンツブロック */
.section_01.partner_kamei .content_block {
  background-color: #ffffff;
  border: 3px solid #0b7c24;
  border-radius: 8px;
  padding: 35px;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 800px;
}

.section_01.partner_kamei .content_block h3 {
  font-size: 22px;
  font-weight: bold;
  color: #0b7c24;
  margin-bottom: 20px;
  text-align: center;
}

.section_01.partner_kamei .content_block p {
  line-height: 1.9;
}

/* メリットブロック */
.section_01.partner_kamei .merit_block {
  margin-bottom: 50px;
}

.section_01.partner_kamei .merit_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section_01.partner_kamei .merit_item {
  background: linear-gradient(135deg, #f0f7f1 0%, #e3f2e6 100%);
  padding: 20px 25px;
  border-radius: 4px;
  font-weight: bold;
  line-height: 1.6;
  display: block;
  min-width: 700px;
  margin: 0 auto;
  text-align: center;
  border: 4px solid #0b7c24;
  box-shadow:
    0 6px 0 #0b7c24,
    0 8px 10px rgba(11, 124, 36, 0.3);
  font-size: 18px;
  position: relative;
  transform: translateY(0);
  transition: transform 0.2s ease;
}

.section_01.partner_kamei .merit_item::before {
  content: "✓";
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-color: #0b7c24;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

.section_01.partner_kamei .merit_item:hover {
  transform: translateY(-3px);
}

/* エリアブロック */
.section_01.partner_kamei .area_block {
  background-color: #0b7c24;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 0;
  padding: 40px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* ウロボロス風の枠線 - 上 */
.section_01.partner_kamei .area_block::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  height: 3px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 1) 20%,
    rgba(255, 255, 255, 1) 80%,
    rgba(255, 255, 255, 1)
  );
}

/* ウロボロス風の枠線 - 右 */
.section_01.partner_kamei .area_block::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  width: 3px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 7%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 80%,
    rgba(255, 255, 255, 1)
  );
}

.section_01.partner_kamei .area_title {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}

/* ウロボロス風の枠線 - 下 */
.section_01.partner_kamei .area_title::before {
  content: "";
  position: absolute;
  bottom: -85px;
  left: -30px;
  right: -40px;
  height: 3px;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 3%,
    rgba(255, 255, 255, 1) 20%,
    rgba(255, 255, 255, 1) 80%,
    rgba(255, 255, 255, 1)
  );
}

/* ウロボロス風の枠線 - 左 */
.section_01.partner_kamei .area_title::after {
  content: "";
  position: absolute;
  bottom: -85px;
  left: -30px;
  top: -30px;
  width: 3px;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0) 7%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 80%,
    rgba(255, 255, 255, 1)
  );
}

.section_01.partner_kamei .area_text {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  position: relative;
}

/* 装飾的な円1（斜め線で構成） */
/*
.section_01.partner_kamei .area_text::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: repeating-linear-gradient(45deg,
            transparent,
            transparent 3px,
            rgba(255, 255, 255, 0.4) 3px,
            rgba(255, 255, 255, 0.4) 6px);
}

*/

/* 装飾的な円2（重なる円） */
/*
.section_01.partner_kamei .area_text::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 70%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: repeating-linear-gradient(-45deg,
            transparent,
            transparent 3px,
            rgba(255, 255, 255, 0.3) 3px,
            rgba(255, 255, 255, 0.3) 6px);
}

*/

/* ================================================
   section_02 協力企業募集セクション
   ================================================ */
.section_02.partner_kyouryoku {
  background-color: #f0f7f1;
}

/* セクションタイトル */
.section_02.partner_kyouryoku .section_title {
  font-size: 32px;
  font-weight: bold;
  color: #0b7c24;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
}

/* コンテンツブロック */
.section_02.partner_kyouryoku .content_block {
  background-color: #ffffff;
  border: 3px solid #0b7c24;
  border-radius: 8px;
  padding: 35px;
  margin-bottom: 50px;
}

.section_02.partner_kyouryoku .content_block h3 {
  font-size: 22px;
  font-weight: bold;
  color: #0b7c24;
  margin-bottom: 20px;
  text-align: center;
}

.section_02.partner_kyouryoku .content_block p {
  line-height: 1.9;
}

/* エリアブロック */

.section_02.partner_kyouryoku .area_block {
  background-color: #ef970f;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 0;
  padding: 40px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* ウロボロス風の枠線 - 上 */
.section_02.partner_kyouryoku .area_block::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  height: 3px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 1) 20%,
    rgba(255, 255, 255, 1) 80%,
    rgba(255, 255, 255, 1)
  );
}

/* ウロボロス風の枠線 - 右 */
.section_02.partner_kyouryoku .area_block::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  width: 3px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 7%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 80%,
    rgba(255, 255, 255, 1)
  );
}

.section_02.partner_kyouryoku .area_title {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}

/* ウロボロス風の枠線 - 下 */
.section_02.partner_kyouryoku .area_title::before {
  content: "";
  position: absolute;
  bottom: -138px;
  left: -30px;
  right: -40px;
  height: 3px;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 3%,
    rgba(255, 255, 255, 1) 20%,
    rgba(255, 255, 255, 1) 80%,
    rgba(255, 255, 255, 1)
  );
}

/* ウロボロス風の枠線 - 左 */
.section_02.partner_kyouryoku .area_title::after {
  content: "";
  position: absolute;
  bottom: -138px;
  left: -30px;
  top: -30px;
  width: 3px;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0) 7%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 80%,
    rgba(255, 255, 255, 1)
  );
}

.section_02.partner_kyouryoku .area_text {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  position: relative;
}

/* ================================================
   よくある質問ページ
   ================================================ */

/* ================================================
   section_01 お見積り・ご依頼・お支払いについて
   ================================================ */
.section_01.mitumori_irai {
  background-color: #ffffff;
}

/* FAQボックス */
.section_01.mitumori_irai .faq_box {
  background-color: #f9f9f9;
  padding: 25px 20px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  min-height: 200px;
}

/* 質問 */
.section_01.mitumori_irai .faq_box .question {
  font-size: 16px;
  font-weight: bold;
  color: #0b7c24;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}

.section_01.mitumori_irai .faq_box .question::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-color: #0b7c24;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

/* 回答 */
.section_01.mitumori_irai .faq_box .answer {
  line-height: 1.8;
  padding-left: 35px;
  padding-top: 18px;
  margin-top: 12px;
  position: relative;
  background-image: linear-gradient(
    to right,
    rgba(239, 151, 15, 0) 0%,
    rgba(239, 151, 15, 1) 20%,
    rgba(239, 151, 15, 1) 80%,
    rgba(239, 151, 15, 0) 100%
  );
  background-size: 100% 2px;
  background-position: top left;
  background-repeat: no-repeat;
}

.section_01.mitumori_irai .faq_box .answer::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 18px;
  width: 26px;
  height: 26px;
  background-color: #ef970f;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

/* ================================================
   section_02 作業について
   ================================================ */
.section_02.sagyou_faq {
  background-color: #f0f7f1;
}

/* FAQボックス */
.section_02.sagyou_faq .faq_box {
  background-color: #ffffff;
  padding: 25px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 200px;
}

/* 質問 */
.section_02.sagyou_faq .faq_box .question {
  font-size: 16px;
  font-weight: bold;
  color: #0b7c24;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}

.section_02.sagyou_faq .faq_box .question::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-color: #0b7c24;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

/* 回答 */
.section_02.sagyou_faq .faq_box .answer {
  line-height: 1.8;
  padding-left: 35px;
  padding-top: 18px;
  margin-top: 12px;
  position: relative;
  background-image: linear-gradient(
    to right,
    rgba(239, 151, 15, 0) 0%,
    rgba(239, 151, 15, 1) 20%,
    rgba(239, 151, 15, 1) 80%,
    rgba(239, 151, 15, 0) 100%
  );
  background-size: 100% 2px;
  background-position: top left;
  background-repeat: no-repeat;
}

.section_02.sagyou_faq .faq_box .answer::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 18px;
  width: 26px;
  height: 26px;
  background-color: #ef970f;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

/* ================================================
   section_03 リフォームについて
   ================================================ */
.section_03.reform_faq {
  background-color: #ffffff;
}

/* FAQボックス */
.section_03.reform_faq .faq_box {
  background-color: #f9f9f9;
  padding: 25px 20px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  min-height: 200px;
}

/* 質問 */
.section_03.reform_faq .faq_box .question {
  font-size: 16px;
  font-weight: bold;
  color: #0b7c24;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}

.section_03.reform_faq .faq_box .question::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-color: #0b7c24;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

/* 回答 */
.section_03.reform_faq .faq_box .answer {
  line-height: 1.8;
  padding-left: 35px;
  padding-top: 18px;
  margin-top: 12px;
  position: relative;
  background-image: linear-gradient(
    to right,
    rgba(239, 151, 15, 0) 0%,
    rgba(239, 151, 15, 1) 20%,
    rgba(239, 151, 15, 1) 80%,
    rgba(239, 151, 15, 0) 100%
  );
  background-size: 100% 2px;
  background-position: top left;
  background-repeat: no-repeat;
}

.section_03.reform_faq .faq_box .answer::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 18px;
  width: 26px;
  height: 26px;
  background-color: #ef970f;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

/* ================================================
   ニュースページ
================================================ */
/* ================================================
   section_01 カテゴリセクション
   ================================================ */
.section_01.category_section {
  background-color: #ffffff;
}

/* カテゴリボタンコンテナ */
.section_01.category_section .category_buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* カテゴリボタン */
.section_01.category_section .category_btn {
  background-color: #ffffff;
  border: 2px solid #0b7c24;
  border-radius: 30px;
  padding: 15px 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.section_01.category_section .category_btn p {
  margin: 0;
  font-size: 16px;
  color: #0b7c24;
}

.section_01.category_section .category_btn:hover {
  background-color: #f0f7f1;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(11, 124, 36, 0.2);
}

.section_01.category_section .category_btn.active {
  background-color: #0b7c24;
  color: #ffffff;
}

.section_01.category_section .category_btn.active p {
  color: #ffffff;
}

/* ================================================
   section_02 ニュース一覧セクション
   ================================================ */
.section_02.news_list_section {
  background-color: #f0f7f1;
}

/* ニュース記事アイテム */
.section_02.news_list_section .news_item {
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: none;
  /* ページネーションで制御 */
}

.section_02.news_list_section .news_item.show {
  display: block;
  /* 表示する記事 */
}

.section_02.news_list_section .news_item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

/* ニュースリンク */
.section_02.news_list_section .news_link {
  display: flex;
  text-decoration: none;
  color: inherit;
}

/* サムネイル画像 */
.section_02.news_list_section .news_thumbnail {
  flex-shrink: 0;
  width: 280px;
  height: 180px;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
}

.section_02.news_list_section .news_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.section_02.news_list_section .news_item:hover .news_thumbnail img {
  transform: scale(1.05);
}

/* ニュースコンテンツ */
.section_02.news_list_section .news_content {
  flex: 1;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
}

/* ニュースメタ情報 */
.section_02.news_list_section .news_meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

/* ニュースタイトル */
.section_02.news_list_section .news_title {
  font-size: 20px;
  font-weight: bold;
  color: #0b7c24;
  margin: 0;
  flex: 1;
}

/* ニュース日付 */
.section_02.news_list_section .news_date {
  font-size: 14px;
  margin: 0;
}

/* ニュースカテゴリラベル */
.section_02.news_list_section .news_category {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

.section_02.news_list_section .news_category.cat_info {
  background-color: #0b7c24;
}

.section_02.news_list_section .news_category.cat_construction {
  background-color: #ef970f;
}

/* ニュース抜粋 */
.section_02.news_list_section .news_excerpt {
  line-height: 1.8;
  color: #333;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ================================================
   section_03 ページネーションセクション
   ================================================ */
.section_03.pagination_section {
  background-color: #ffffff;
}

/* ページネーションラッパー */
.section_03.pagination_section .pagination_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

/* ページ番号コンテナ */
.section_03.pagination_section .page_numbers {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* ページ番号ボタン */
.section_03.pagination_section .page_number {
  width: 40px;
  height: 40px;
  border: 2px solid #0b7c24;
  background-color: #ffffff;
  color: #0b7c24;
  border-radius: 50%;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_03.pagination_section .page_number:hover {
  background-color: #f0f7f1;
  transform: scale(1.1);
}

.section_03.pagination_section .page_number.active {
  background-color: #0b7c24;
  color: #ffffff;
}

/* moreボタン */
.section_03.pagination_section .page_more {
  padding: 8px 20px;
  border: 2px solid #0b7c24;
  background-color: #ffffff;
  color: #0b7c24;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
}

.section_03.pagination_section .page_more:hover {
  background-color: #f0f7f1;
}

/* 前へ・次へ矢印ボタン */
.section_03.pagination_section .pagination_arrow {
  width: 40px;
  height: 40px;
  border: 2px solid #0b7c24;
  background-color: #ffffff;
  color: #0b7c24;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_03.pagination_section .pagination_arrow:hover:not(:disabled) {
  background-color: #0b7c24;
  color: #ffffff;
  transform: scale(1.1);
}

.section_03.pagination_section .pagination_arrow:disabled {
  border-color: #ccc;
  color: #ccc;
  cursor: not-allowed;
  opacity: 0.5;
}

.section_03.pagination_section .pagination_arrow span {
  display: block;
}

/* ================================================
   ニュース個別ページ
================================================ */

.section_01.news_detail {
  background-color: #ffffff;
}

/* 日付 */
.section_01.news_detail .news_date {
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
  font-weight: 500;
}

/* ニュース画像 */
.section_01.news_detail .news_image {
  margin-bottom: 40px;
}

.section_01.news_detail .news_image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* ニュース本文 */
.section_01.news_detail .news_text {
  margin-bottom: 40px;
}

.section_01.news_detail .news_text p {
  line-height: 1.9;
  font-size: 16px;
  margin-bottom: 20px;
}

.section_01.news_detail .news_text p:last-child {
  margin-bottom: 0;
}

/* 一覧に戻るボタン */
.section_01.news_detail .back_to_list {
  margin-top: 60px;
  text-align: center;
}

.section_01.news_detail .back_to_list .btn_green {
  width: 300px;
  margin: 0 auto;
}

.section_01.news_detail .back_to_list .btn_green span {
  margin: 0 auto;
}

.section_01.news_detail .back_to_list .btn_green img {
  width: 30px;
  height: auto;
}

/*------------------- エントリーフォーム -------------------*/

/* フォーム説明エリア */
.form_intro {
  text-align: center;
}

.form_intro h2 {
  color: #009900;
}

.form_intro p {
  line-height: 1.6;
}

/* フォームスタイリング */
.entry_form {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
}

.c_table_01 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.c_table_01 table th {
  background: #0b7c24;
  color: #fff;
  font-weight: bold;
  padding: 20px 15px;
  text-align: left;
  border-bottom: 1px solid #fff;
  vertical-align: top;
  width: 200px;
  min-width: 200px;
}

.c_table_01 table {
  border: 1px solid #0b7c24;
}

.c_table_01 table td {
  background: #ffffff;
  padding: 20px 15px;
  border-bottom: 1px solid #0b7c24;
  border-left: none;
  vertical-align: top;
}

.c_table_01 table tr:last-child td,
.c_table_01 table tr:last-child th {
  border-bottom: none;
}

.c_table_01 table tr:first-child th {
  border-radius: 12px 0 0 0;
}

.c_table_01 table tr:first-child td {
  border-radius: 0 12px 0 0;
}

.c_table_01 table tr:last-child th {
  border-radius: 0 0 0 12px;
}

.c_table_01 table tr:last-child td {
  border-radius: 0 0 12px 0;
}

/* 必須マーク */
.hissu {
  background: #dc3545;
  color: white;
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 3px;
  margin-left: 5px;
  font-weight: normal;
}

/* 入力フィールド */
.entry_form input[type="text"],
.entry_form input[type="email"] {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.entry_form input[type="text"]:focus,
.entry_form input[type="email"]:focus {
  border-color: #009900;
  outline: none;
  box-shadow: 0 0 5px rgba(27, 73, 152, 0.2);
}

/* チェックボックスグループ */
.checkbox_group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkbox_group label {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}

.checkbox_group input[type="checkbox"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

/* 住所入力エリア */
.address_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.zip_code {
  display: flex;
  align-items: center;
  gap: 5px;
}

.zip_code p {
  margin: 0;
  font-weight: bold;
  color: #009900;
}

.zip_input {
  width: 150px !important;
  /* padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  font-size: 16px; */
}

.address_inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ファイルアップロードエリア */
.file_upload_area {
  padding: 20px;
  background: #f8fdff;
  text-align: center;
}

.file_upload_area p {
  margin: 0 0 15px 0;
  line-height: 1.5;
}

.file_input {
  width: 100%;
  padding: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  background: #fbfbfb;
}

/* テキストエリア */
.entry_textarea {
  width: 100% !important;
  min-height: 150px;
  padding: 15px;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.6;
  resize: vertical;
  box-sizing: border-box;
  font-family: inherit;
}

.entry_textarea:focus {
  border-color: #009900;
  outline: none;
  box-shadow: 0 0 5px rgba(27, 73, 152, 0.2);
}

/* プライバシーポリシー同意 */
.privacy_agreement {
  background: #f0f8ff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e0f2fe;
}

.privacy_label {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
}

.privacy_label input[type="checkbox"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.privacy_link {
  color: #009900;
  text-decoration: underline;
  cursor: pointer;
}

.privacy_link:hover {
  color: #0f3375;
}

/* ポップアップスタイル */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.popup.is-show {
  display: block;
}

.popup-inner {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  overflow-y: auto;
  background: white;
  margin: 5% auto;
  padding: 30px;
  border-radius: 8px;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: white;
}

.close-btn:hover {
  background: #999;
}

.black-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* タブレット対応 */
@media (max-width: 1200px) and (min-width: 901px) {
  .entry_form {
    padding: 30px;
  }

  .office_contact_list {
    gap: 30px;
  }

  .c_table_01 table th {
    width: 180px;
    min-width: 180px;
  }
}

/* お問い合わせ */

/* セクション01：電話でのお問い合わせ（メインカラー） */
.contact_section01 {
  background: #e0f2fe;
}

/* 電話お問い合わせエリア */
.phone_contact_area {
  text-align: center;
}

.phone_contact_area h2 {
  color: #009900;
}

.office_phone_list {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.office_phone_item {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(27, 73, 152, 0.1);
  text-align: center;
  min-width: 280px;
  flex: 1;
  max-width: 320px;
  border: 2px solid #ffffff;
  transition: all 0.3s ease;
}

.office_phone_item:hover {
  border-color: #009900;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(27, 73, 152, 0.2);
}

.office_name {
  color: #009900;
  border-bottom: 2px solid #e0f2fe;
  padding-bottom: 8px;
  margin-bottom: 15px;
  display: inline-block;
}

.office_tel {
  color: #009900;
  font-weight: bold;
  margin-bottom: 10px;
}

.office_tel a {
  color: #009900;
  text-decoration: none;
}

.office_tel a:hover {
  text-decoration: underline;
}

/* セクション02：フォームエリア（基本背景色） */

/* フォーム説明エリア */
.form_intro {
  text-align: center;
}

.form_intro h2 {
  color: #009900;
}

.form_intro p {
  line-height: 1.6;
}

/* フォームスタイリング */
.contact_form {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
}

/* 必須・任意マーク */
.hissu {
  background: #dc3545;
  color: white;
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 3px;
  margin-left: 5px;
  font-weight: normal;
}

.optional {
  background: #b8bbb8;
  color: white;
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 3px;
  margin-left: 5px;
  font-weight: normal;
}

/* 入力フィールド */

.contact_form input[type="text"]:focus,
.contact_form input[type="email"]:focus {
  border-color: #009900;
  outline: none;
  box-shadow: 0 0 5px rgba(27, 73, 152, 0.2);
}

/* チェックボックスグループ */
.checkbox_group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkbox_group label {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}

.checkbox_group input[type="checkbox"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

/* 住所入力エリア */
.address_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.zip_code {
  display: flex;
  align-items: center;
  gap: 5px;
}

.zip_code p {
  margin: 0;
  font-weight: bold;
  color: #009900;
}

.address_inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* テキストエリア */
.contact_textarea {
  width: 100% !important;
  min-height: 150px;
  padding: 15px;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.6;
  resize: vertical;
  box-sizing: border-box;
  font-family: inherit;
}

.contact_textarea:focus {
  border-color: #009900;
  outline: none;
  box-shadow: 0 0 5px rgba(27, 73, 152, 0.2);
}

/* プライバシーポリシー同意 */
.privacy_agreement {
  background: #f0f7f1;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #0b7c24;
}

.privacy_label {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
}

.privacy_label input[type="checkbox"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.privacy_link {
  color: #009900;
  text-decoration: underline;
  cursor: pointer;
}

.privacy_link:hover {
  color: #0f3375;
}

/* タブレット対応 */
@media (max-width: 1200px) and (min-width: 901px) {
  .contact_form {
    padding: 30px;
  }

  .office_phone_list {
    gap: 30px;
  }

  .office_phone_item {
    min-width: 250px;
  }

  .c_table_01 table th {
    width: 180px;
    min-width: 180px;
  }
}

/* 大画面対応 */
@media (min-width: 1400px) {
  .office_phone_list {
    gap: 50px;
  }

  .office_phone_item {
    min-width: 300px;
    max-width: 350px;
    padding: 35px 25px;
  }

  .contact_form {
    padding: 50px;
  }
}

/* ================================================
   問い合わせページ
   ================================================ */
.section_01.contact_info {
  background-color: #ffffff;
}

.section_01.contact_info .inner_1000 {
  text-align: center;
}

/* 連絡メッセージ */
.section_01.contact_info .contact_message {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
}

/* 連絡先詳細 */
.section_01.contact_info .contact_details {
  background-color: #f0f7f1;
  padding: 40px;
  border-radius: 8px;
  max-width: 600px;
  margin: 0 auto;
}

/* 電話番号リンク */
.section_01.contact_info .tel_link {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #0b7c24;
  text-decoration: none;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.section_01.contact_info .tel_link:hover {
  color: #ef970f;
}

/* 営業時間 */
.section_01.contact_info .business_hours {
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 500;
}

/* FAX番号 */
.section_01.contact_info .fax_number {
  font-size: 18px;
  font-weight: bold;
  color: #0b7c24;
  margin-bottom: 10px;
}

/* FAX注意書き */
.section_01.contact_info .fax_note {
  font-size: 14px;
}

/* ================================================
   section_02 お問い合わせフォームセクション
   ================================================ */
.section_02.contact_form_section {
  background-color: #f0f7f1;
}

/* フォームテーブル */
.section_02.contact_form_section .c_table_01 table {
  border-collapse: collapse;
  background-color: #fff;
  border: 2px solid #0b7c24;
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

/* テーブルヘッダー（th） */
.section_02.contact_form_section .c_table_01 th {
  border: 1px solid #fff;
  background-color: #0b7c24;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  width: 200px;
}

/* テーブルデータ（td） */
.section_02.contact_form_section .c_table_01 td {
  border: 1px solid #0b7c24;
  background-color: #fff;
  font-weight: 500;
  padding: 20px;
}

/* 必須マーク */
.section_02.contact_form_section .hissu {
  background-color: #ef970f;
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 12px;
  margin-left: 10px;
  font-weight: bold;
}

/* 任意マーク */
.section_02.contact_form_section .optional {
  background-color: #999;
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 12px;
  margin-left: 10px;
  font-weight: bold;
}

/* チェックボックスグループ */
.section_02.contact_form_section .checkbox_group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section_02.contact_form_section .checkbox_group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
}

.section_02.contact_form_section .checkbox_group input[type="checkbox"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* テキスト入力欄 */
.section_02.contact_form_section input[type="text"],
.section_02.contact_form_section input[type="email"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.section_02.contact_form_section input[type="text"]:focus,
.section_02.contact_form_section input[type="email"]:focus {
  outline: none;
  border-color: #0b7c24;
}

/* 郵便番号入力欄 */
.section_02.contact_form_section .zip_input {
  width: 200px;
}

/* テキストエリア */
.section_02.contact_form_section .contact_textarea {
  width: 100%;
  min-height: 200px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  font-family: inherit;
  resize: vertical;
  transition: border-color 0.3s ease;
}

.section_02.contact_form_section .contact_textarea:focus {
  outline: none;
  border-color: #0b7c24;
}

/* ファイルアップロードエリア */
.section_02.contact_form_section .file_upload_area {
  padding: 15px;
}

.section_02.contact_form_section .file_input {
  font-size: 14px;
}

/* プライバシーポリシー本文 */
.contact_form_section .privacy_container {
  margin: 20px 0;
  border: 2px solid #0b7c24;
  border-radius: 8px;
  overflow: hidden;
}

.contact_form_section .privacy_toggle_checkbox {
  display: none;
}

.contact_form_section .privacy_toggle_header {
  text-align: center;
  padding: 20px;
  background-color: #f0f7f1;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  width: 100%;
  box-sizing: border-box;
}

.contact_form_section .privacy_toggle_header:hover {
  background-color: #e3f0e5;
}

.contact_form_section .privacy_title {
  font-size: 16px;
}

.contact_form_section .privacy_arrow {
  transition: transform 0.3s ease;
  color: #0b7c24;
  font-weight: bold;
  margin-left: 10px;
}

.contact_form_section
  .privacy_toggle_checkbox:checked
  + .privacy_toggle_header
  .privacy_arrow {
  transform: rotate(180deg);
}

.contact_form_section .privacy_content {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    padding-top 0.3s ease,
    padding-bottom 0.3s ease;
  background-color: #fff;
  padding: 0 30px;
}

.contact_form_section .privacy_toggle_checkbox:checked ~ .privacy_content {
  max-height: 2000px;
  padding: 30px;
}

.contact_form_section .privacy_content p {
  margin: 10px auto;
  line-height: 1.8;
  color: #333;
}

/* プライバシーポリシー同意 */
.section_02.contact_form_section .privacy_agreement {
  text-align: center;
}

.section_02.contact_form_section .privacy_label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}

.section_02.contact_form_section .privacy_label input[type="checkbox"] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.section_02.contact_form_section .privacy_label a {
  color: #0b7c24;
  text-decoration: underline;
  font-weight: bold;
}

.section_02.contact_form_section .privacy_label a:hover {
  color: #ef970f;
}

/* 送信ボタン */
.section02.contact_form_section .entry_submit_btn {
  background-color: #0b7c24;
  color: #fff;
  padding: 18px 60px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.section02.contact_form_section .entry_submit_btn:hover {
  background-color: #0a6b1f;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(11, 124, 36, 0.4);
}

.section02.contact_form_section .entry_submit_btn:active {
  transform: translateY(0);
}

/*------------------- サンクスページ -------------------*/

/* サンクスメッセージセクション */

.thanks_message_area {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

/* チェックアイコン */
.thanks_icon {
  margin-bottom: 30px;
}

.check_circle {
  width: 80px;
  height: 80px;
  background: #4caf50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
  animation: pulse 2s infinite;
}

.check_mark {
  width: 24px;
  height: 12px;
  border: 3px solid white;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  margin-top: -6px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
  }
}

/* サンクスコンテンツ */
.thanks_content {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
}

.thanks_content > p:first-child {
  color: #009900;
  margin-bottom: 25px;
}

/* メッセージボックス */
.message_box {
  background: #f0f7f1;
  border: 2px solid #0b7c24;
  border-radius: 8px;
  padding: 30px 25px;
  margin: 25px 0;
}

.line_height_wide {
  line-height: 1.7;
}

/* タブレット対応 */
@media (max-width: 1200px) and (min-width: 901px) {
  .thanks_content {
    padding: 35px 30px;
  }

  .contact_tel_list {
    gap: 25px;
  }

  .tel_item {
    min-width: 160px;
  }
}

/* 大画面対応 */
@media (min-width: 1400px) {
  .thanks_message_area {
    max-width: 900px;
  }

  .thanks_content {
    padding: 50px 40px;
  }

  .message_box {
    padding: 35px 30px;
  }

  .contact_tel_list {
    gap: 40px;
  }

  .tel_item {
    min-width: 200px;
    padding: 18px 25px;
  }

  .check_circle {
    width: 90px;
    height: 90px;
  }

  .check_mark {
    width: 28px;
    height: 14px;
    border-width: 3px;
    border-top: none;
    border-right: none;
    margin-top: -7px;
  }
}

/* アニメーション効果の調整 */
@media (prefers-reduced-motion: reduce) {
  .check_circle {
    animation: none;
  }

  .thanks_btn_home:hover,
  .thanks_btn_contact:hover {
    transform: none;
  }
}

a[href^="tel:"] {
  pointer-events: auto !important;
  display: flex !important;
  position: relative !important;
  z-index: 100 !important;
  cursor: pointer !important;
}

.white_square,
.sp_nav_link {
  pointer-events: auto !important;
}

.section_01.clean_menu .more_btn {
  display: flex;
  justify-content: center;
}

.more_btn {
  min-width: 200px;
  display: block;
  margin-bottom: 30px;
  margin-left: -8px;
}

.more_btn .link {
  align-items: center;
  background: #009900;
  color: #fff;
  font-weight: bold;
  border: solid 1px #009900;
  text-decoration: none;
  border-radius: 50px;
  padding: 17px 25px 17px 30px;
  min-width: 200px;
  width: 339px;
  height: 67px;
  text-align: center;
}

.more_btn .link:hover {
  transform: translateY(-2px);
  background: #006200;
  box-shadow: 0 2px 8px rgba(0, 76, 0, 0.3);
}

/* 清掃メニューの非表示要素 */
.clean_menu .hidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease-out,
    opacity 0.3s ease-out;
}

.clean_menu .hidden.show {
  max-height: 1000px;
  opacity: 1;
}
/* 
2025.2.18 グリストラップ自動石鹸化装置のバナーを非表示 */
#top .section_07 .flex_3col {
  justify-content: center;
}
