@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto !important;
  }
}

.page-slug-contact * {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  color: #353232;
}

.fw-bold {
  font-family: "Noto Sans JP", sans-serif;
}

.btn {
  white-space: normal;
}

h6 {
  letter-spacing: 1.4px;
  text-transform: none;
  color: #155709 !important;
}

a {
  color: #333;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.tel a {
  text-decoration: underline;
}

#withgrows p {
  color: #353232;
}

#withgrows h4 {
  color: #353232;
}

body#withgrows {
  background-color: #ecf3eb;
}


/* -- header部分の修正 --*/

body#withgrows li.nav-item.ps-2.px-lg-0 {
  background: #83be79;
  margin-right: 30px;
  color: #fff;
  border-radius: 6px;
}

body#withgrows i.nav-item.ps-2.px-lg-0 a {
  color: #fff !important;
}

body#withgrows i.nav-item.ps-2.px-lg-0 a:hover {
  color: #fff !important;
}

body#withgrows .navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}

.navbar_01 {
  background-color: #ffffff;
}

@media (max-width: 768px) {

  .navbar_01 {
    background-color: rgba(0, 0, 0, 0.0);
  }

}

/* ------------------------------------------
　
withgrows.php　指示内容

---------------------------------------------*/

#withgrows .small {
  color: #155709;
}

.titlecontents_sab01 h2 {
  color: #155709;
}

.syokai h3 {
  color: #155709;
}

div.syokai p {
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
}

.text_style {
  color: #155709;
  font-size: 2rem;
}

div#about {
  padding-top: 80px;
}

.point h3 {
  color: #155709;
}

div#point {
  padding: 30px 0;
}

.pointbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.pointsabbox {
  background: #fff;
  padding: 1rem;
  width: calc((100% - 5%) / 3);
  border-radius: 10px;
  margin-top: 20px;
}

img.pc_block {
  display: block;
}

img.sp_block {
  display: none;
}

@media (max-width: 768px) {

  .pointbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
  }

  .pointsabbox {
    width: 100%;
  }

  .titlecontents_sab01 h2.fw-bold {
    text-align: center;
  }

  img.pc_block {
    display: none;
  }

  img.sp_block {
    display: block;
  }


}

/* ---　こんなお困りごとありませんか？の指示内容　---*/
/* ----------------------------------------------*/

/* ボックス全体 */
.trouble-box {
  background: #fff;
  border-radius: 20px;
  padding: 40px 50px;
  max-width: 900px;
  margin: 50px auto;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* 下の三角（吹き出し） */
.trouble-box::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #fff;
}

/* タイトル */
.trouble-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  color: #155709;
}

/* リスト */
.trouble-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 60%;
}

.trouble-list li {
  font-size: 20px;
  margin-bottom: 16px;
  padding-left: 30px;
  position: relative;
  line-height: 1.7;
}

/* 左のチェックアイコン */
.trouble-list li::before {
  content: "✔";
  font-size: 20px;
  color: #f6a623;
  position: absolute;
  left: 0;
  top: 2px;
}

/* 黄色マーカー */
.highlight {
  background: linear-gradient(transparent 60%, #ffe89b 60%);
  font-weight: 700;
}

.color-orange {
  color: #f6a623;
}




@media (max-width: 768px) {

  .trouble-box {
    padding: 40px 0px;
  }

  .trouble-list {
    width: 95%;
  }

  .trouble-list li {
    font-size: 16px;

  }

  .trouble-list li {
    font-size: 16px;
    margin-bottom: 16px;
    padding-left: 23px;
    position: relative;
    line-height: 1.5;
  }

  .trouble-list li::before {
    top: -3px;
    color: #f6a623;
  }

}


/* ----------------------ここまで------------------------*/



/* ---　Q&Aの指示内容　---*/
/* ----------------------------------------------*/

div.contact {
  padding: 80px 0;
}


/* 見出し */
.qa-heading {
  text-align: center;
  margin-bottom: 40px;
}

.qa-heading span {
  display: inline-block;
  padding: 10px 40px;
  border: 2px solid #000;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
}

/* --- Q&A block --- */
.qa-item {
  position: relative;
  margin: 40px auto;
  /* Qぶんの余白 */
}

/* Qバッジ（四角＋少し角丸、質問枠にかぶせる） */
.qa-label {
  position: absolute;
  top: -22px;
  left: -10px; /* かぶり具合の調整用。左右変えたいときはここを変更 */
  padding: 4px 10px;
  background-image: linear-gradient(45deg, #7cd56c 0%, #3ea92b 100%);
  border-radius: 6px;
  font-weight: 700;
  border: 1px solid #000;
  z-index: 3;
  color: #fff;
}

/* 質問枠（クリックできる＋右に矢印スペース） */
.qa-question {
  position: relative;
  margin: 0 0 8px;
  padding: 14px 40px 14px 16px; /* 右側に矢印分の余白 */
  border: 1px solid #000;
  border-radius: 4px;
  background: #fff;
  font-weight: 700;
  cursor: pointer; /* 指マーク */
}

/* 右端の矢印（閉じているとき） */
.qa-question::after {
  content: "▼"; /* ▶ に変えてもOK */
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  transition: transform 0.2s ease;
}

/* 開いているときは矢印の向きを変える */
.qa-item.is-open .qa-question::after {
  transform: translateY(-50%) rotate(180deg); /* ▲っぽく */
}

/* 回答テキスト：デフォルトは非表示 */
.qa-answer {
  display: none;
  margin: 0;
  background: #fff;
  padding: 0 5px 10px;
  line-height: 1.8;
}

/* is-open が付いたQ&Aだけ回答を表示 */
.qa-item.is-open .qa-answer {
  display: block;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .qa-item {
    padding-left: 0;
  }

  .qa-label {
    top: -20px;
    left: -10px;
  }

  .qa-section {
    margin: 40px auto;
    padding: 0;
  }
}



/* ----------------------ここまで------------------------*/

/* ---ボタン指示---*/
.btn-gradient-radius {
  width: 40%;
  display: inline-block;
  padding: 1.5rem 5rem;
  border-radius: 15px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #7cd56c 0%, #1f6812 100%);
  transition: .4s;
  margin-top: 10px;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #1f6812 0%, #7cd56c 100%);
  color: #FFF;
}



.messagebox {
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row-reverse;
  background: #FFF;
  padding: 2rem 3rem;
  border-radius: 10px;
}

p.img_pic {
  width: 18%;
  margin-bottom: 0;
}


.messagesabbox {
  width: 80%;
}

.messagesabbox p {
  line-height: 2.0rem;
  margin-top: 40px;
}

p.point_icon {
  width: 50%;
  margin: 0 auto;
}

span.title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 3.8rem;
}


@media (max-width: 768px) {
  span.title {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .messagebox {
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    padding: 2rem 1rem;
    border-radius: 10px;
  }

  p.img_pic {
    width: 40%;
    margin: 0 auto 20px;
  }

  .messagesabbox {
    width: 100%;
  }

  .btn-gradient-radius {
    width: 80%;
  }


}



/* ------------お問い合わせフォームの指示------------*/
/* -----------------------------------------------*/

section.py-5 {
  max-width: 900px;
  margin: 0 auto;
}