/*========================================================================================

共通設定

=========================================================================================*/
/*GOOGLEFONT*/
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Pacifico&family=Zen+Maru+Gothic:wght@500;700&display=swap');
p, a, li, dt, dd, time, h1, h2, h3, h4, h5, h6, th, td, span, label, input {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  color: #55524e;
}
*, *::before, *::after {
  box-sizing: border-box !important;
}
body {
  background-color: #f3f5e9;
}
.home section {
  padding: clamp(80px, 15vw, 160px) 0 clamp(80px, 15vw, 160px);
  margin: 0px;
}
.home section.slider {
  padding: 0px;
}
section.home-section01 {
  padding: clamp(80px, 15vw, 160px) 0 clamp(80px + 250px, 15vw + 250px, 160px + 250px);
}
section.home-section04 {
  padding: clamp(80px, 15vw, 160px) 0 clamp(80px + 280px, 15vw + 280px, 160px + 280px);
  margin: 0px;
  border-radius: 150px 150px 0 0;
}
.footer-nav-wrap p {
  margin-bottom: 1em;
}
a {
  transition: all .3s;
  cursor: pointer;
}
/*ボタンのパターン★*/
.btn01 {
  border: 1px solid #a2c252;
  background-color: #a2c252;
}
.contact-band .btn01.btn01 {
  border: 1px solid #ffffff;
}
.contact-band .btn01.btn01 .btn-arrow {
  fill: #fff;
}
/*see more*/
/*<a href="/category/column/" class="see-more-btn">see more
    <span class="arrow active"><span class="arrow__item01"></span><span class="arrow__item02"></span></span>
    </a>*/
.see-more-btn {
  height: 60px;
  position: relative;
  text-decoration: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  transition: all .3s ease;
  font-size: 1.8rem;
  font-weight: 700;
}
.see-more-btn .arrow {
  width: 50px;
  height: 50px;
  position: relative;
  display: grid;
  place-items: center;
  background-color: #a2c252;
  border-radius: 30px;
  overflow: hidden;
}
.see-more-btn .arrow span {
  margin-left: 7px;
  clip-path: polygon(20% 0, 60% 50%, 20% 100%, 0% 100%, 40% 50%, 0% 0%);
  height: 14px;
  aspect-ratio: 1;
  background-color: #fff;
}
.see-more-btn .arrow__item02 {
  position: absolute;
  transform: translateX(-400%);
}
.see-more-btn:hover .arrow__item01 {
  transform: translateX(400%);
  transition: all .3s ease-in-out;
}
.see-more-btn:hover .arrow__item02 {
  transform: translateX(0);
  transition: all .3s ease-in-out 0.1s;
}
/*PC以外ホバー禁止*/
@media(hover: hover) {
  .btn01.btn01:hover {
    color: #a2c252;
    border: 1px solid #a2c252;
  }
  .btn01.btn01:hover .btn-arrow {
    fill: #a2c252;
  }
  .contact-band .btn01.btn01:hover {
    color: var(--main);
    background-color: #fff;
    border: 1px solid #ffffff;
  }
  .contact-band .btn01.btn01:hover .btn-arrow {
    fill: var(--main);
  }
}
/*TOPボタン*/
#page-top {
  right: 10px;
  bottom: 10px;
}
#page-top img {
  max-height: 70px;
  transition: all 0.3s;
}
/*ふわっと出現*/
/*下から*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*左から*/
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*右から*/
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*はじめに透過0を指定*/
.fadeInTrigger, .fadeUpTrigger, .fadeDownTrigger, .fadeLeftTrigger, .fadeRightTrigger {
  opacity: 0;
}
/*=====デフォルトフィードの調整=====*/
.news-img.news-img img, .news-list02 li .news-img.news-img img, .com-box02-img.com-box02-img img, .com-box03-img.com-box03-img img, .com-interview01-img.com-interview01-img img, .com-interview02-img.com-interview02-img img, .com-menu01-img.com-menu01-img img {
  height: auto;
  aspect-ratio: 3 / 2 !important;
  border-radius: 40px;
}
/*news-list*/
.info.info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info.info .news-list01 {
  flex: 1;
  margin-bottom: 10em;
}
.news-list02.news-list02 {
  margin-bottom: 10em;
  flex: 1;
}
.news-list03.news-list03 li .news-img img {
  height: auto;
}
/*com-menu01*/
.flex.com-menu01-list.com-menu01-list {
  gap: 8em 2em;
}
.com-menu01-list.com-menu01-list li {
  margin-bottom: 0px;
}
.com-menu01-list.com-menu01-list::after {
  content: none;
}
/*com-box01*は別見本/
/*com-box02*/
.com-box02-list.com-box02-list {
  gap: 5em 1em;
}
.com-box02-list.com-box02-list li {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 5vw;
}
.com-box02-img.com-box02-img {
  margin-bottom: 2em;
}
.com-box02-head.com-box02-head {
  margin-bottom: 1em;
  color: #ffffff;
  background-color: #216d00;
  border-radius: 20px;
}
.com-box02-txt {
  flex: 1;
}
/* 最後のコンテンツを左寄せにする指定 */
.com-box02-list.com-box02-list .flexbox:after {
  content: "";
  display: block;
  width: 32%; /*.boxに指定した幅*/
  height: 0;
}
/*com-box03*/
.com-box03-list.com-box03-list li {
  width: 30%;
}
.com-box03-img.com-box03-img {
  margin-bottom: 2em;
}
.com-box03-head.com-box03-head {
  margin-bottom: 1em;
  color: #ffffff;
  background-color: #216d00;
  border-radius: 20px;
  font-weight: 700;
}
.com-box03-list.com-box03-list {
  gap: 4em 2em;
  /*position: relative;
  z-index: 2;*/
}
/*左寄せのために疑似要素で調整
.com-box03-list::after {
  display: block;
  content: "";
  width: 30%;
}*/
/*com-list01*/
/* 最後のコンテンツを左寄せにする指定 */
.com-list01.com-list01:after {
  content: "";
  display: block;
  width: 30%; /*.boxに指定した幅*/
  height: 0;
}
/*不要な疑似要素を消す*/
.com-list01.com-list01::before {
  content: none;
}
.com-list01.com-list01.flex {
  gap: 8em 2em;
}
.com-list01.com-list01 li {
  background-color: transparent;
  width: 30%;
  padding: 0px;
  margin-bottom: 0px;
}
.com-list01-nm.com-list01-nm {
  font-size: 2.4rem;
  top: -45px;
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: #a2c252;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", serif;
}
.com-list01-txt.com-list01-txt {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}
.com-list01-head.com-list01-head {
  color: #ffffff;
  background-color: #00723e;
  margin: 2em 0 2em;
}
.com-list01-icon.com-list01-icon img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  height: auto;
  border-radius: 40px;
}
/*com-list02*/
/*com-list03*/
.com-list03.com-list03 > li {
  width: 47%;
  margin-bottom: 40px;
}
.com-list03-sub.com-list03-sub {
  display: none;
}
.com-list03.com-list03 > li {
  margin-bottom: 0px;
}
.flex.com-list03.com-list03 {
  gap: 5vw 2vw;
}
/*com-flow01*/
.com-flow01-box.com-flow01-box {
  background-color: #00723e;
}
.com-flow01-box.com-flow01-box::before {
  border-top: 25px solid #00723e;
}
.com-flow01-box.com-flow01-box:last-of-type {
  padding: 0px;
}
.com-flow01-icon.com-flow01-icon img {
  height: 150px;
}
/*com-flow02*/
.com-flow02-list.com-flow02-list li {
  /*width: 30%;*/
  margin-bottom: 0px;
}
.com-flow02-icon.com-flow02-icon img {
  height: auto;
  width: 60%;
  margin: 0 auto;
}
.com-flow02-txt.com-flow02-txt {
  background-color: transparent;
  color: #3a3227;
  border-radius: 15px;
  font-size: 16px;
  text-align: left;
}
.com-flow02-head.com-flow02-head h3 {
  color: #216d00;
  margin-top: 0.5em;
}
/*com-timeline01*/
.com-timeline01-list.com-timeline01-list {
  margin-bottom: 0px;
}
.com-timeline01-time.com-timeline01-time {
  color: #e9ab40;
  border-bottom: 3px solid #e9ab40;
}
.com-timeline01-head.com-timeline01-head {
  color: #e9ab40;
}
/*com-timeline02*/
.com-timeline02-list.com-timeline02-list {
  margin-bottom: 0px;
}
/*com-interview01*/
.plus.plus {
  color: #a2c252;
}
.com-interview01-q.com-interview01-q {
  border-bottom: 1px solid #a2c252;
}
.com-interview01-name.com-interview01-name {
  color: #00723e;
  position: relative;
  border-bottom: 6px solid #00723e;
  margin-bottom: 1em;
}
.com-interview01-name:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 30%;
  height: 6px;
  content: '';
  background: #a2c252;
}
.com-interview01-position.com-interview01-position {
  border-radius: 100px;
}
.com-interview01-img img {
  border-radius: 40px;
}
/*com-interview02*/
.com-interview02-position.com-interview02-position {
  background-color: #b64e4e;
  border-radius: 100px;
}
.com-interview02-list.com-interview02-list > li {
  width: 30%;
  margin-bottom: 0px;
}
.flex.com-interview02-list {
  gap: 5em 1em;
}
.com-interview01-q {
  margin-top: 10px;
}
.com-interview01-a {
  margin-top: 10px;
}
.com-interview02-img.com-interview02-img img {
  aspect-ratio: 1 / 1 !important;
  border-radius: 100% 100% 0 0;
}
/*Q&A*/
.com-faq01-q.com-faq01-q {
  padding-bottom: 1em;
}
.com-faq01-a {
  margin-top: 1em;
}
/*タブメニュー*/
/*タブ
<div class="width90 fadeUpTrigger"> 
      <!--タブ-->
      <div class="tab-wrap">
        <ul class="tab-list">
          <li class="tab-item is-active">平日</li>
          <li class="tab-item">祝・休日</li>
        </ul>
      </div>
      <!--タブ内コンテンツ-->
      <ul class="panel-list">
        <!--タブを切り替えて表示するコンテンツ1-->
        <li class="panel-item tab-area is-active">
          <div class="table-wrap02">[myphp file="/export/com-timeline01" id="1618"]</div>
        </li>
        <!--タブを切り替えて表示するコンテンツ2-->
        <li class="panel-item tab-area">
          <div class="table-wrap02">[myphp file="/export/com-timeline02" id="1857"]</div>
        </li>
      </ul>
    </div>*/
.tab-list, .tab-list2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tab-item {
  width: 48%;
  padding: 10px 0;
  background: #1276ad url(/wp-content/uploads/2024/11/bu-base@1.5x-8.png) repeat left top / 30%;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  transition: .3s ease-in-out;
  border-radius: 15px 15px 0 0;
}
.tab-item2 {
  width: 30%;
  padding: 10px 0;
  background: #1276ad url(/wp-content/uploads/2024/11/bu-base@1.5x-8.png) repeat left top / 30%;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  transition: .3s ease-in-out;
  border-radius: 15px 15px 0 0;
}
/*PC以外ホバー禁止*/
@media(hover: hover) {
  .tab-item:hover, .tab-item2:hover {
    background: #f4bd19 url(/wp-content/uploads/2024/11/ye-base@2x-8.png) repeat left 5%/110%;
  }
}
.tab-item.is-active, .tab-item2.is-active {
  background: #f4bd19 url(/wp-content/uploads/2024/11/ye-base@2x-8.png) repeat left 5%/110%;
}
/* パネル */
.panel-item, .panel-item2 {
  display: none;
  width: 100%;
  padding: 4rem 0 0;
}
.panel-item.is-active, .panel-item2.is-active {
  display: block;
  animation: panel-show .9s ease-in-out forwards;
}
/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*インスタグラム色変更*/
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a /*, span.sbi_btn_text*/ {
  color: #ffffff !important;
  background-color: #55524e;
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a, span.sbi_btn_text {
  color: #ffffff !important;
}
#sb_instagram #sbi_load .sbi_follow_btn.sbi_custom span {
  color: #ffffff !important;
}
#sb_instagram #sbi_images {
  padding: 0 0 80px;
}
.sns-icon-title p, .sns-sub-nav li a, .sns-icon-title span, .copyright p {
  color: #3a3227 !important;
}
.sns-icon-wrap.flex.sns-icon-wrap.flex .line {
  display: none;
}
.line-icon path {
  fill: #ffffff !important;
}
/*テーブルの調整*/
table.tablepress {
  border: none !important;
}
table.tablepress tbody td.column-1 {
  width: 30% !important;
  color: #00723f !important;
  background-color: transparent !important;
}
table.tablepress tbody td.column-2 {
  width: 70% !important;
  color: #333333 !important;
  background-color: transparent !important;
}
table.tablepress tbody th:not(:last-child) {
  border-right: 1px solid #00723f !important;
}
table.tablepress tbody td {
  border-left: none !important;
}
table.tablepress tbody th, table.tablepress tbody td {
  text-align: left !important;
}
table.tablepress > tfoot > .row-1 > td {
  border-top: none !important;
}
.tablepress-table-description.tablepress-table-description, .tablepress-table-name {
  display: none;
}
.tablepress > :where(thead) + tbody > * > *, .tablepress > tbody > * ~ * > *, .tablepress > tfoot > :where(:first-child) > * {
  border-top: 1px solid #00723f !important;
}
/*テーブル個別対応*/
/*table.tablepress.tablepress-id-4 tbody td.column-1 {
  width: 30% !important;
  color: #333333 !important;
}
table.tablepress.tablepress-id-4 tbody td.column-2 {
  width: 30% !important;
  color: #333333 !important;
}
table.tablepress.tablepress-id-4 tbody td.column-3 {
  width: 30% !important;
  color: #333333 !important;
}*/
/*iflameの調整*/
iframe.youtube-content {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
iframe.g-map {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
}
.youtube-area {
  text-align: center;
}
/*=========下層=========*/
#breadcrumbs {
  padding-bottom: 0px !important;
}
/*下層タイトル*/
.sub-header-txt {
  font-size: clamp(2rem, 1.273rem + 3.64vw, 4rem);
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*=========ブロックあしらいバリエーション=========*/
/*スライドショー
<ul class="slide-img-wrap width30 fadeRightTrigger">
          <li class="slide-img"><img src="/wp-content/uploads/2024/09/corina-rainer-f8QKOhRaaFw-unsplash.jpg" alt="" class="aspect2-3" loading="lazy" width="1920" height="1280"></li>
          <li class="slide-img"><img src="/wp-content/uploads/2024/09/pawel-janiak-dxFi8Ea670E-unsplash.jpg" alt="" class="aspect2-3" loading="lazy" width="1920" height="1280"></li>
          <li class="slide-img"><img src="/wp-content/uploads/2024/09/alina-kovalchuk-sVKNd73HhI8-unsplash.jpg" alt="" class="aspect2-3" loading="lazy" width="1920" height="1159"></li>
        </ul>*/
/*スライドショー*/
.slide-img-wrap {
  position: relative;
  z-index: 0;
}
.slide-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity;
  transition-delay: 0.5s;
  z-index: 0;
}
.slide-img.isCurrent {
  z-index: 1;
  position: relative;
  opacity: 1;
  transition-delay: 0s;
}
/*カードバナー
<div class="card-bnr mb-xlarge fadeUpTrigger"><img src="/wp-content/uploads/2024/09/4182392_m.jpg" alt=""><a class="fadeUpTrigger" href="#">ご利用者様専用ページはこちら<i class="fa-solid fa-arrow-right" style="color: #ffffff;"></i></a></div>*/
.card-bnr {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-inline: auto;
  aspect-ratio: 3 / 2;
}
.card-bnr img {
  height: auto;
  transition: transform .3s ease;
  position: absolute;
  aspect-ratio: 3 / 2;
}
.card-bnr:hover img {
  transform: scale(1.1);
}
.card-bnr a {
  font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 80%; /* テキストを横幅いっぱいにならないようにする */
  margin-inline: auto;
  z-index: 2;
}
.card-bnr::before {
  background: rgba(0, 0, 0, .5); /* マスクの色(黒の50%) */
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease;
  width: 100%;
  z-index: 1;
  aspect-ratio: 3 / 2;
}
.card-bnr:hover::before {
  opacity: 0;
}
/*パララックス背景
<div class="parallax_box">
  <div class="parallax_content">CONTENT1</div>
</div>*/
.parallax_content {
  padding: 10vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/wp-content/uploads/2024/10/24641443_m-3.jpg);
  position: relative;
}
/*ーアーチトリミングー*/
.arch-img img {
  border-radius: 100vw 100vw 0 0;
}
/*見出しバリエーション*/
/*TOPタイトル*/
/*大タイトル1
<h2 class="title-head fadeUpTrigger"><span class="head-icon block margin-auto"><img src="/wp-content/uploads/2024/08/head-bird@3x-8.png" class="" alt="鳥とクローバー" loading="lazy" width="369" height="238"></span><span class="title-ja">コンセプト</span><span class="title-en">concept</span></h2>*/
.title-head {
  margin-bottom: clamp(40px, 8vw, 100px);
  text-align: center;
}
.title-head span.title-ja {
  color: #545454;
  font-size: clamp(2rem, 1.273rem + 3.64vw, 4rem);
  letter-spacing: .1em;
  font-weight: 700;
  position: relative;
  z-index: 0;
}
/*.home-section04 .title-head span.title-ja {
  color: #ffffff;
}*/
.title-head span.title-ja::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 110px;
  background: url(/wp-content/uploads/2024/08/title-under@2.5x-8.png) no-repeat center bottom/100%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 100%;
  z-index: -1;
}
.title-head span.title-en {
  font-weight: 400;
  font-style: normal;
  display: block;
  text-align: center;
  color: #00723e;
  font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  padding-top: 0.5em;
  position: relative;
  z-index: 1;
}
.head-icon {
  width: clamp(60px, 8vw, 160px);
  padding-bottom: 1em;
}
.head-icon img {
  width: 100%;
}
/*大タイトル2
<h2 class="title_design-op fadeUpTrigger fadeUp" data-en="news">お知らせ</h2>*/
.title_design-op {
  font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  position: relative;
  padding: 50px 0 0 0;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.title_design-op span {
  position: relative;
  z-index: 2;
}
.title_design-op::before {
  font-family: "Homemade Apple", cursive;
  font-style: normal;
  font-weight: 700;
  content: attr(data-en);
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 1);
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
  font-size: 100px;
  z-index: -1;
  white-space: nowrap;
}
/*大タイトル３
<div class="flex">
    <h3 class="width15 Subtitle flex fadeUpTrigger"><span class="vertical-Ttl_en">Instagram</span><span class="vertical-Ttl_ja">インスタグラム</span></h3>
    <div class="width80"></div>*/
.vertical-Ttl_en {
  display: block;
  font-size: clamp(2rem, 0.545rem + 7.27vw, 6rem);
  writing-mode: vertical-rl;
  line-height: 1;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.vertical-Ttl_ja {
  font-size: clamp(1.4rem, 1.182rem + 1.09vw, 2rem);
  writing-mode: vertical-rl;
  line-height: 1;
  padding-top: 1em;
  font-weight: 700;
  border-top: solid 80px #3a3227;
  width: 3px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.flex.Subtitle {
  justify-content: flex-start;
  gap: 3em;
}
/*ースラッシュタイトルー*/
.slash-title {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto 2em;
  font-size: clamp(2rem, 1.855rem + 0.73vw, 2.4rem) !important;
}
.slash-title::before, .slash-title::after {
  content: '';
  border-radius: 50px;
  width: 3px;
  height: 40px;
  background-color: #ec7f38;
}
.slash-title::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.slash-title:after {
  margin-left: 30px;
  transform: rotate(35deg)
}
/*ー横棒タイトルー*/
.line-title {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  font-weight: 700;
  color: #00723e;
}
.line-title::before, .line-title::after {
  background-color: #00723e;
  border-radius: 5px;
  content: "";
  height: 3px;
  width: 80px;
}
.line-title::before {
  margin-right: 15px;
}
.line-title::after {
  margin-left: 15px;
}
/*ーサイズ・文字色・下線ー*/
.lead-txt {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 700;
  text-align: left;
  color: #00723e;
}
.linear {
  display: inline;
  background: linear-gradient(transparent 60%, #ffec51 30%);
}
/*クラス指定*/
.margin-auto {
  margin-inline: auto;
}
.text-center {
  text-align: center;
}
.none {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.bold {
  font-weight: 700;
}
.radius20 {
  border-radius: 20px;
}
.radius40 {
  border-radius: 40px;
}
.mb-ten5em {
  margin-bottom: 0.5em;
}
.mb-1em {
  margin-bottom: 1em;
}
.mb-2em {
  margin-bottom: 2em;
}
.mb-short {
  margin-bottom: clamp(20px, 4vw, 80px);
}
.mb-mid {
  margin-bottom: clamp(40px, 6vw, 100px);
}
.mb-large {
  margin-bottom: clamp(60px, 10vw, 120px);
}
.mb-xlarge {
  margin-bottom: clamp(80px, 20vw, 180px);
}
.aspect3-2, img.aspect3-2 {
  aspect-ratio: 3 / 2;
}
.aspect2-1, img.aspect2-1 {
  aspect-ratio: 2 / 1;
}
.aspect2-3, img.aspect2-3 {
  aspect-ratio: 2 / 3;
}
.aspect3-4, img.aspect3-4 {
  aspect-ratio: 3 / 4;
}
.aspect19-7, img.aspect19-7 {
  aspect-ratio: 19 / 7;
}
/*内包の余白０*/
.width1200 .width1200, .width1200 .width900 {
  padding: 0px;
}
/*ボックス幅*/
.width15 {
  width: 15%;
}
.width20 {
  width: 20%;
}
.width23 {
  width: 23%;
}
.width25 {
  width: 25%;
}
.width28 {
  width: 28%;
}
.width30 {
  width: 30%;
}
.width32 {
  width: 32%;
}
.width40 {
  width: 40%;
}
.width45 {
  width: 45%;
}
.width48 {
  width: 48%;
}
.width50 {
  width: 50%;
}
.width55 {
  width: 55%;
}
.width60 {
  width: 60%;
}
.width65 {
  width: 65%;
}
.width70 {
  width: 70%;
}
.width80 {
  width: 80%;
}
.flex.flex {
  justify-content: space-around;
  align-items: flex-start;
}
/*========<!-- ヘッダー　-->========*/
/* ヘッダー固定 */
/*<div class="header-placeholder"></div>←ヘッダーphp*/
/* ヘッダーの高さを補填するためのダミー要素 */
.header-placeholder {
  display: none;
  height: 0;
}
.fa-regular, .far {
  font-weight: 700;
  font-size: 3rem;
}
.g-nav-tel-pc {
  margin-right: 2em;
}
.header-box01.header-box01 .g-nav-tel-pc img {
  max-width: 200px;
}
.page-template-page-fullwidth header.header {
  background: transparent;
}
.g-sub-nav02.g-sub-nav02 .g-sub-nav-list.flex {
  margin-bottom: 0px;
}
.header-menu {
  background-color: transparent;
}
.header-menu.header-menu > li {
  padding: 30px 0;
}
.header-box01.header-box01 {
  margin-bottom: 0px;
}
.header-content02.header-content02 {
  padding: 20px 0 0;
}
header p.tel {
  margin-bottom: 0px;
}
header p.tel a {
  margin-bottom: 0px;
  font-size: 1.6rem;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  text-align: center;
  border: solid 2px #a2c252;
  background-color: #a2c252;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}
header p.tel a:hover {
  background-color: #ffffff;
  color: #a2c252;
}
.g-sub-nav02 .g-sub-nav-list.flex a:hover .fa-solid.fa-envelope {
  color: #a2c252 !important;
}
.header-sub-box .tel a:hover .fa-solid.fa-phone {
  color: #a2c252 !important;
}
.home .header-menu.header-menu > li a {
  color: #55524e;
  border-right: #55524e 3px dotted;
}
p.caution {
  text-align: right;
  padding-top: 0.5em;
  font-size: 1.2rem;
  margin-bottom: 0px;
  max-width: 1400px;
  margin: 0 auto;
  color: #a2c252;
}
.facility-name {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 auto;
  color: #00723e;
}
.flex.header-sub-box {
  flex: 1;
  gap: 1em;
  justify-content: center;
  align-items: flex-end;
}
.header-sub-box.header-sub-box div {
  width: 32%;
}
.header-box01 .logo {
  max-width: 500px;
  width: 100%;
}
.header-box01 > .flex {
  gap: 10em;
}
/*========<!-- 追従ナビ　
<nav class="sticky-nav">
  <div class="g-sub-nav-list fadeUpTrigger fadeUp"><a href="/"><i class="fa-solid fa-envelope" style="color: #ffffff;"></i>採用エントリーはこちらから&nbsp;<i class="fa-solid fa-arrow-right" style="color: #ffffff;"></i></a></div>
</nav>-->========*/
.sticky-nav {
  display: block;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.sticky-nav .g-sub-nav-list a {
  display: block;
  writing-mode: vertical-rl;
  width: 70px;
  font-size: 1.8rem;
  padding: 15px;
  text-align: center;
  margin-left: 0;
  background-color: #e2678b;
  border-radius: 10px 0 0 10px;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 600;
  border: 3px solid #fff;
  border-right: none;
  letter-spacing: 0.1em;
}
/*PC以外ホバー禁止*/
@media(hover: hover) {
  .sticky-nav .g-sub-nav-list a:hover {
    color: #e2678b;
    background-color: #ffffff;
    border: 3px solid #e2678b;
  }
  .sticky-nav .g-sub-nav-list a:hover i.fa-solid.fa-envelope, .sticky-nav .g-sub-nav-list a:hover i.fa-solid.fa-arrow-right {
    color: #e2678b !important;
  }
}
/*========<!-- お問い合わせ -->========*/
/*送信ボタン*/
input[type="submit"], input[type="button"] {
  width: 60%;
  border-radius: 50px;
  transition: all 0.3s;
  background: #a2c252 !important;
  border: 1px solid #a2c252 !important;
}
input[type="submit"]:hover, input[type="button"]:hover {
  color: #a2c252 !important;
  background: #fff !important;
}
input[type="text"], textarea, input[type="email"], input[type="tel"], input[type="radio"] {
  background-color: #dedede;
}
.required {
  color: #ffffff;
  background-color: #555555;
}
table.contact-form01 {
  border-collapse: separate;
  border-spacing: 0px 1px;
  margin-bottom: 8em;
}
table.contact-form01 th {
  /*border-right: 1px solid #a2c252;*/
  color: #555555;
  background: transparent;
}
table.contact-form01 th {
  border-bottom: 2px solid #a2c252; /*!!!!!!!!!!!!!!*/
}
table.contact-form01.contact-form01 th:not(:last-of-type) {
  border-bottom: 2px solid #a2c252;
}
table.contact-form01 tbody tr:first-child th, table.contact-form01 tbody tr:first-child td {
  line-height: 2.5;
  border-top: 2px solid #a2c252;
}
table.contact-form01 td {
  border-bottom: 2px solid #a2c252;
}
table.contact-form01 td {
  border-left: #a2c252 2px solid;
  font-size: 11px;
  background: transparent;
}
table.contact-form01.contact-form01 td:not(:last-of-type) {
  border-bottom: 2px solid #a2c252;
}
.wpcf7-list-item-label {
  font-size: 1.6rem;
}
.privacy-check {
  margin-bottom: 6em;
}
.privacy-check a {
  color: #50bbfd;
}
/*========<!-- CTN　-->========*/
.contact-band {
  display: none;
}
/* .home クラスが body にあるときだけ表示 */
.home .contact-band {
  display: flex; /* または block, grid など適切な値 */
}
.home .contact-band {
  padding: 4vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 63, 135, 0.3), rgba(0, 63, 135, 0.3)), url(/wp-content/uploads/2025/02/4838617_m.jpg);
  position: relative;
  width: 90%;
  height: 560px;
  margin-inline: auto;
  border-radius: 100px;
  margin-top: -280px;
}
.home .contact-band-inner {
  width: 80%;
}
.home .contact-band-tel-box {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px;
  position: relative;
}
.home .contact-band-tel-box:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: 0;
  width: 1px;
  background-color: #ffffff;
}
.home .contact-band-title {
  font-size: 3rem;
}
.home .contact-band-inner h2, .home .contact-band-inner p {
  color: #ffffff;
}
.home .contact-band-inner p {
  margin-bottom: 0px;
}
.home .contact-band-inner .cf-cb-txt {
  margin-bottom: 1em;
  font-size: 2rem;
}
.home .cf-cb-head.cf-cb-head {
  background-color: transparent !important;
  font-size: 2rem;
}
.home .contact-band-inner .btn01 {
  background: transparent;
  font-size: 1.6rem;
}
.home a.cf-tel-number {
  color: #ffffff;
}
.home .cf-cb-head {
  padding: 0px;
}
.home .contact-band-tel-block.flex {
  margin-top: 60px;
  align-items: stretch;
}
.home .contact-band-title {
  margin-bottom: 1em;
}
.home .flex.cf-tel-number {
  align-items: center;
}
.home .cf-cb-time .flex.cf-tel-number {
  justify-content: center;
}
/*========<!-- フッター　-->========*/
.footer {
  background: #f3f5e9 url(/wp-content/uploads/2025/03/oka_w2@2x-8.png) no-repeat center 100% / 102%;
}
.footer-logo {
  width: 70%;
  margin: 0 auto 30px;
  padding-bottom: 40px;
  border-bottom: 5px dotted #55524e;
  margin-bottom: 40px;
}
.footer-address {
  width: 70%;
}
.footer-address p, .footer-address a, .footer-menu a {
  color: #55524e !important;
}
.sns-icon-title p, .sns-sub-nav li a, .sns-icon-title span, .copyright p {
  color: #55524e !important;
}
.footer-menu-title.footer-menu-title {
  background-color: #55524e;
  color: #ffffff;
}
.footer-menu > li > a {
  border-bottom: 1px dashed #55524e;
}
.footer-menu a {
  color: #55524e !important;
}
.footer-logo-address {
  width: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer-logo-address.footer-logo-address {
  width: 50%;
}
.footer-nav-wrap.footer-nav-wrap {
  width: 45%;
}
.footer-address p {
  text-align: left;
  margin-top: 0px;
}
.footer-address .cf-tel-number {
  font-size: 1.6rem;
  font-weight: 600;
}
.footer-address .flex.flex {
  justify-content: flex-start;
}
/*========================================================================================

HOME

=========================================================================================*/
/*=====全階層共通背景色柄余白の指定=====*/
.home-section01, .home-section03 {
  background: #f3f5e9 url(/wp-content/uploads/2025/03/23200465-ye.png) repeat left top/65%;
}
/*========<!-- トップスライダー　-->========*/
.slider {
  position: relative;
  z-index: 0;
}
div#n2-ss-2 .n2-ss-slider-2 {
  border-radius: 100px 100px 0 0 !important;
}
.slider {
  position: relative;
  z-index: 0;
}
.slider::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/03/oka_w2@2x-8.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 102%;
  z-index: 1; /* 背景にまわす */
}

/* 下層ヘッダーのシャドウの位置調整 */
p.sub-header-txt.sub-header-txt {
  margin-bottom: 0px;
}
/*========<!-- home-section01 -->========*/
.news-list01 li {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #55524e;
}
.com-menu01-tit {
  font-size: 2rem;
  letter-spacing: .15em;
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
  display: inline-block;
  -webkit-transform: translate(20px, -30px);
  transform: translate(20px, -30px);
}
.com-menu01-txt {
  font-size: 1.6rem;
  line-height: 1.75em;
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  margin-bottom: 0;
}
.padding {
  width: 70%;
  margin: 0 auto;
}
.button-06 a {
  color: #55524e;
  font-weight: 700;
  border: solid 2px #55524e;
  border-radius: 100px;
  display: block;
  max-width: 300px;
  text-align: center;
  padding: 1em 4em;
  margin-inline: auto;
  cursor: pointer;
  transition: all 0.3s;
}
.button-06 a:hover {
  color: #fff;
  background: #55524e;
  transition: all 0.3s;
}
/*========<!-- home-section02 -->========*/
.home-section02 {
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #f3f5e9 100%), url(/wp-content/uploads/2025/03/water-green5-op2@2x-100.jpg);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100%;
  position: relative;
  z-index: 0;
  /*border-radius: 0 0 150px 150px;*/
}
.circle-img {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
/* 1枚目 */
.img1 {
  width: 20vw;
  height: 20vw;
  left: 4%;
  bottom: 14%;
  background-image: url(/wp-content/uploads/2025/02/22673594_m.jpg);
}
/* 2枚目 */
.img2 {
  width: 15vw;
  height: 15vw;
  right: 10%;
  bottom: 22%;
  background-image: url(/wp-content/uploads/2025/02/5006271_m.jpg);
}
/* 3枚目 */
.img3 {
  bottom: 15%;
  right: 5%;
  width: 10vw;
  height: 10vw;
  background-image: url(/wp-content/uploads/2025/02/4838617_m.jpg);
}
.vertical {
  font-size: 3.5rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #55524e;
}
.policy-wrapper {
  z-index: 0;
  display: flex;
  gap: 3em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10em 12em;
  background-image: url("/wp-content/uploads/2025/02/24641443_m.jpg");
  background-repeat: no-repeat;
  background-position: center 80%;
  background-size: cover;
  border-radius: 100vw;
  height: 500px;
  position: relative;
  top: -390px;
}
.policy {
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.policy p {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 0px;
  color: #55524e;
}
.objective {
  margin-top: -380px;
}
.object-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
/*.objective h3, .objective p {
  color: #ffffff;
}*/
.objective p:last-of-type {
  margin-bottom: 0px;
}
span.gr {
  color: #e68a00;
  font-weight: 600;
  font-size: 2.4rem;
}
/*========<!-- home-section03 -->========*/
section.home-section03 {
  padding: clamp(40px, 8vw, 80px) 0 clamp(80px, 15vw, 160px);
}
/*========<!-- home-section04 -->========*/
.home-section04 {
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #f3f5e9 100%), url(/wp-content/uploads/2025/03/water-green5-op2@2x-100.jpg);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100%;
}
.com-menu01-tit.com-menu01-tit {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  width: 200px;
  height: 200px;
  margin: -100px auto 2em;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  text-align: center;
  background: url(/wp-content/uploads/2025/03/yama@2x-8.png) no-repeat 19% bottom / 110% auto;
  color: #54524e;
  letter-spacing: 0.05em;
}
.com-menu01-txt.com-menu01-txt {
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
.com-menu01-link.com-menu01-link:hover {
  cursor: pointer;
  background-color: rgba(0, 114, 62, .3);
  border-radius: 15px;
}
.home-section04 .title01, p.com-menu01-txt {
  color: #00723e;
}
.home-section04 .title01::before {
  background: #ffffff;
}
/*========<!-- home-section05 -->========*/
/*========================================================================================

ABOUT

=========================================================================================*/
.title01 {
  margin-bottom: 3em;
}
.width70.facility-img {
  width: 70%;
  margin: 0 auto clamp(40px, 6vw, 100px);
}
.facility-img img {
  margin-inline: auto;
  border-radius: 60px;
}
.title06 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #00723e;
  margin-bottom: 1em;
  font-size: 3rem;
  color: #00723e;
  font-weight: 700;
}
.title06:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #a2c252;
}
.about-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.about-list li {
  background-color: #00723e;
  color: #ffffff;
  display: inline-block;
  padding: 0.5em 1em;
}
.col-22 p {
  font-weight: 700;
  margin-bottom: 0px;
}
.col-22 img {
  border-radius: 20px;
}
.flex.service-list {
  justify-content: flex-start;
  gap: 4%;
  align-items: flex-start;
}
.title02 {
  margin-bottom: 1em;
}
/*========================================================================================

SERVICE

=========================================================================================*/
.page-id-7 .sub-header {
  background-position: center 25%;
}
/*========================================================================================

RECRUIT

=========================================================================================*/
.page-id-939 .sub-header {
  background-position: center 25%;
}
.page-template-page-fullwidth main {
  background: #f3f5e9 url(/wp-content/uploads/2025/03/23200465-ye.png) repeat left top / 65%;
}
.com-flow01-box.com-flow01-box {
  background-color: #d5d5d5;
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #f3f5e9 100%), url(/wp-content/uploads/2025/03/water-green5-op2@2x-100.jpg);
  border-radius: 60px 60px 0 0;
}
ul.recruit-feed01 li {
  background: #a2c252 url(/wp-content/uploads/2025/03/water-green5-op2@2x-100.jpg) no-repeat left bottom/100%;
}
/*========================================================================================

COTACT

=========================================================================================*/
.form-message {
  font-size: 2rem;
  color: #00723e;
}


/* ========================
 * 2025/03/31 修正
 * ======================== */

span#tablepress-4-description {
    display: block;
}


/* ========================
 *2025-04-09　求人票背景色変更
 * ======================== */
.job-table th {
 background-color: #a2c252;
}

.recruit-single-title {
background-color: #a2c252;
}