@charset "UTF-8";
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* FLOCSS
----------------------------------------------------- */
#page_top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
#page_top a {
  border-radius: 50%;
  background: #009944;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  text-decoration: none;
  width: 100px;
  border: 1px solid white;
}

.top {
  max-width: 2000px;
  margin-inline: auto;
  background-color: #fff;
}

.inner {
  padding-inline: 15px;
  max-width: 1230px;
  margin-inline: auto;
}

.top-inner {
  padding-inline: 15px;
  max-width: 1620px;
  margin-inline: auto;
}

/* =====================================================
# 領域アニメーション
===================================================== */
.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-down {
  opacity: 0;
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-down.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.fade-in.is-in-view {
  opacity: 1;
}

/* =====================================
/* header
---------------------------- */
.header {
  height: 100px;
  position: fixed;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  max-width: 2000px;
  margin-inline: auto;
}
.header.is-top-header {
  background-color: transparent;
}

.is-active {
  color: #099d49;
}
.header__inner {
  max-width: 1620px;
  margin-inline: auto;
  padding-inline: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
}
.header__inner .button {
  font-size: 17px;
}
.is-top-header .header__inner {
  padding-top: 80px;
}

.header__left {
  display: contents;
}

.header__right {
  display: none;
}

.header__number {
  display: inline-block;
}
.header__number img {
  width: 263px;
  display: block;
}
.header__logo a img {
  width: 235px;
  display: block;
}

.header__nav {
  height: inherit;
}

.header__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.5748031496vw, 30px);
  padding-top: 5px;
}

.header__lists .header__list:last-of-type .header__link::after {
  display: none;
}

.header__tel {
  margin-top: 50px;
  background-color: #fff;
  padding: 12px 5px 5px 12px;
  border-radius: 10px;
}
.header__tel .header__number img {
  width: 200px;
}

.header__link {
  font-weight: bold;
  font-size: min(1.0498687664vw, 20px);
}

.header__scroll-active.is-top-header {
  background-color: #fff;
}
.header__scroll-active.is-top-header .header__inner {
  padding-top: 0px;
}

/* =====================================================
# footer
===================================================== */
.footer {
  padding-block: 60px;
}

.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(4.0419947507vw, 77px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__right-wrap {
  display: contents;
}

.footer__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 23.5%;
      -ms-flex: 0 1 23.5%;
          flex: 0 1 23.5%;
}

.footer__heading img {
  width: 356px;
}

.footer__text {
  margin-top: 22px;
}
.footer__text span {
  display: block;
  font-weight: bold;
  line-height: 1.88;
}
.footer__text .footer__number {
  display: inline-block;
}

.copylight {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
}

.footer__right-wrap {
  display: contents;
}

.footer__center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  text-align: center;
}

.footer__nav {
  height: inherit;
}
.footer__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.5748031496vw, 30px);
}

.footer__lists .footer__list:last-of-type .footer__link::after {
  display: none;
}

.footer__link {
  font-weight: bold;
  font-size: min(1.0498687664vw, 20px);
}

.footer__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 22.8%;
      -ms-flex: 0 1 22.8%;
          flex: 0 1 22.8%;
  text-align: right;
}

.footer__map iframe {
  aspect-ratio: 343/212;
  width: 100%;
  height: auto;
}

.footer__access {
  margin-top: 15px;
  font-weight: bold;
}

/* =====================================================
# TOPメインヴィジュアル
===================================================== */
.fv {
  background-color: #f1f2e7;
  position: relative;
}

.fv__catch-content {
  position: absolute;
  top: 16%;
  left: 0;
  width: 100%;
}

.fv__catch-area {
  position: relative;
}

.fv__catch-box {
  position: absolute;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.fv__catch-head img {
  width: min(5.7217847769vw, 109px);
}

.fv__catch-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
}
.fv__catch-text img {
  display: block;
  width: min(3.2545931759vw, 62px);
}

/* =====================================================
# 下層ページ メインビジュアル
===================================================== */
.mv {
  padding-top: 90px;
  background-color: #ffd800;
  position: relative;
  z-index: 1;
}
.mv-jumbotron {
  background-color: #999;
  background-size: cover;
  background-position: center center;
  height: 350px;
  position: relative;
  z-index: -1;
}
.mv-jumbotron.is-contact {
  background-position: center right;
}
.mv-jumbotron__inner {
  padding-top: 100px;
}
.mv .mv-h2 {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: white;
  max-width: 350px;
  background-color: rgba(0, 153, 68, 0.8);
  padding: 25px 35px;
  border-radius: 25px;
}
.mv .mv-h2__en {
  display: block;
  font-size: 45px;
  font-family: "Roboto", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  line-height: 1.2;
}
.mv .mv-h2__ja {
  display: block;
  font-size: 25px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.2;
  text-align: right;
  padding-top: 15px;
}

/* =====================================================
# top-service
===================================================== */
.top-service {
  position: relative;
}
.top-service .top-service__deco1 {
  position: absolute;
  left: 0;
  bottom: 21%;
  width: min(47.2440944882vw, 900px);
  height: 60px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #094;
}
.top-service .top-service__deco2 {
  position: absolute;
  bottom: 0%;
  left: min(2.0997375328vw, 40px);
  width: min(49.343832021vw, 980px);
  height: 60px;
  border-radius: 30px;
  background-color: #94c527;
}

.top-service__inner {
  margin-top: -322px;
  width: min(50.813648294vw, 968px);
  background-color: #f1f2e7;
  padding-block: 65px 0;
  padding-inline: min(2.624671916vw, 50px) min(8.1364829396vw, 155px);
  border-top-left-radius: 60px;
  margin-left: auto;
}

.top-service__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-service__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 228px;
}
.top-service__card img {
  display: block;
}
.top-service__card img:nth-of-type(2) {
  width: 228px;
}

.top-service__text {
  margin-top: -25px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  width: 228px;
}

/* =====================================================
# top-news
===================================================== */
.top-news {
  margin-top: -60px;
  background-color: #f1f2e7;
  padding-block: 120px 90px;
}

.top-news__inner {
  position: relative;
  z-index: 1;
}
.top-news__inner::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  max-width: calc(100% - 8.1364829396vw);
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}

.top-news__content {
  padding-block: min(4.7244094488vw, 90px) min(3.6745406824vw, 70px);
}

.top-news__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(4.1994750656vw, 80px);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.heading__ja {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 8px;
}

.heading__en {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #96c72b;
}

.top-news__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.5748031496vw, 30px);
}

.top-news__tab {
  width: 200px;
  height: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #b5dac6;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4.8px;
  text-align: center;
  color: #fff;
}

.top-news__tab.is-active {
  background-color: #009944;
  position: relative;
}
.top-news__tab.is-active::after {
  content: "";
  position: absolute;
  top: 85%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 20px solid #009944;
  border-bottom: 0;
}

.top-news__body {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.top-news__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.top-news__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-news__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.top-news__category {
  display: inline-block;
  min-width: 134px;
  border-radius: 25px;
  border: solid 3px #094;
  background-color: #fff;
  text-align: center;
  letter-spacing: 3.6px;
  text-indent: 3.6px;
  color: #094;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 20px;
}

.top-news__date {
  font-size: 24px;
}

.top-news__title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding-block: 10px;
  border-bottom: 1px solid #000;
}

.top-news__button {
  margin-top: 40px;
  margin-right: 7%;
  text-align: right;
}
.top-news__button .button {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: bold;
  color: #009944;
}
.top-news__button .button::before {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  width: 31px;
  height: 31px;
  background: url(../img/common/top-news-button.webp) center center/contain no-repeat;
  vertical-align: -7px;
  margin-right: 15px;
}

/* =====================================================
# top-works
===================================================== */
.top-works {
  padding-block: 100px 80px;
  background: url(../img/common/top-works-bg.webp) center center/cover no-repeat;
}

.top-works__heading {
  text-align: center;
}
.top-works__heading span {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 7.2px;
  color: #fff;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
}

.top-works__text {
  margin-top: 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 3.33;
  text-align: center;
  color: #fff;
}

.top-works__links {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(2.3622047244vw, 45px);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn,
.btn2,
.btn3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 500px;
  height: 120px;
  max-width: 100%;
  text-align: center;
  background-color: #ffd800;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 0 0 rgba(0, 76, 34, 0.2);
          box-shadow: 0px 4px 0 0 rgba(0, 76, 34, 0.2);
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #094;
  position: relative;
}
.btn::before,
.btn2::before,
.btn3::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn::after,
.btn2::after,
.btn3::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 31px;
  height: 31px;
  background: url(../img/common/btn-arrow.webp) center center/contain no-repeat;
}

.btn::before {
  background: url(../img/common/top-works-btn1.webp) center center/contain no-repeat;
  width: 53px;
  height: 63px;
}

.btn2::before {
  background: url(../img/common/top-works-btn2.webp) center center/contain no-repeat;
  width: 43px;
  height: 67px;
}

.btn3::before {
  background: url(../img/common/top-works-btn3.webp) center center/contain no-repeat;
  width: 61px;
  height: 48px;
}

.top-works__others {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: min(2.624671916vw, 50px);
}

.top-works__card {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-works__textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 min(4.7244094488vw, 90px);
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.top-works__title {
  background-color: #009944;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 6px;
  text-align: center;
  color: #fff;
  padding-block: 28px;
}

.top-works__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  height: 309px;
  border-bottom-right-radius: min(3.1496062992vw, 60px);
  border-bottom-left-radius: min(3.1496062992vw, 60px);
  padding: 45px min(3.1496062992vw, 60px) 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-works__card-text {
  font-size: 20px;
  line-height: 2.4;
  letter-spacing: normal;
}

.top-works__button {
  text-align: center;
  margin-top: 35px;
}
.top-works__button .button {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: bold;
  color: #009944;
}
.top-works__button .button::before {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  width: 31px;
  height: 31px;
  background: url(../img/common/top-news-button.webp) center center/contain no-repeat;
  vertical-align: -7px;
  margin-right: 15px;
}

/* =====================================================
# top-contact
===================================================== */
.top-contact {
  background-color: #f1f2e7;
  padding-block: 90px;
}

.top-contact__inner {
  position: relative;
}

.top-contact__img1 {
  position: absolute;
  bottom: 0;
  left: 35px;
}
.top-contact__img1 img {
  width: min(16.1679790026vw, 308px);
}

.top-contact__img2 {
  position: absolute;
  bottom: 0;
  right: -40px;
}
.top-contact__img2 img {
  width: min(16.8503937008vw, 321px);
}

.top-contact__pop {
  position: absolute;
  top: 17%;
  right: 14%;
}
.top-contact__pop img {
  width: min(9.9212598425vw, 189px);
}

.top-contact__content {
  position: absolute;
  top: 53%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 1500px;
}

.top-contact__catch1 img {
  width: min(28.6614173228vw, 546px);
}

.top-contact__catch2 {
  margin-top: 30px;
}
.top-contact__catch2 img {
  width: min(37.7427821522vw, 719px);
}

.top-contact__catch-box {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.top-contact__catch3 img {
  width: min(20.9973753281vw, 400px);
}

.top-contact__catch4 img {
  width: min(18.7401574803vw, 357px);
}

.top-contact__line {
  width: 65%;
  margin: 24px auto 0;
  border: solid 2px #094;
}

.top-contact__items {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-contact__item span {
  font-size: min(1.2598425197vw, 24px);
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: -1.2px;
  text-align: center;
  color: #000;
}

.top-contact__button a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  color: #094;
}
.top-contact__button a::before {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  width: 31px;
  height: 31px;
  background: url(../img/common/top-news-button.webp) center center/contain no-repeat;
  vertical-align: -7px;
  margin-right: 15px;
}

/* =====================================================
# news
===================================================== */
.detail-news {
  padding-block: 100px 0;
  position: relative;
  background-color: #f1f2e7;
}
.detail-news__label {
  width: 60px;
  padding: 5px;
  background-color: #cc3333;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
}
.detail-news__content {
  background-color: #fff;
  padding: 70px min(3.1496062992vw, 60px);
  border-radius: 30px;
}

.detail-news__head {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.detail__wrapper {
  margin-top: 60px;
}

.detail__meta {
  margin-top: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.detail__date {
  line-height: 1.81;
  letter-spacing: 1.2px;
  color: #1ba62d;
}

.detail__category {
  font-size: 12px;
  padding-inline: 8px;
  color: white;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 19px;
  height: 20px;
}
.detail__category.is-recruit {
  background-color: #d6a213;
}
.detail__category.is-blog {
  background-color: #009944;
}

.detail__title {
  margin-top: 10px;
  font-size: 25px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.detail__files {
  margin-top: 30px;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.detail__file {
  display: block;
  background-color: #f1f2e7;
  padding: 10px 20px 10px 50px;
  border-radius: 10px;
  width: 100%;
  max-width: 230px;
  position: relative;
}
.detail__file::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

.is-pdf::before {
  background: url(../img/common/pdf-img.webp) center center/contain no-repeat;
}

.detail__content {
  margin-top: 30px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
.detail__text-box {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 20px;
  max-width: 700px;
  margin-inline: auto;
}

.detail__history-back {
  padding-top: 100px;
  text-align: center;
}

.prev__btn,
.next__btn,
.history__btn {
  display: inline-block;
  width: 200px;
  background: #009944;
  color: white;
  border-radius: 10px;
  position: relative;
  padding: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  line-height: 1.2;
}
.prev__btn:after,
.next__btn:after,
.history__btn:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 20px;
  border-radius: 1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.prev__btn:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
  position: absolute;
  top: 38%;
  left: 20px;
  border-radius: 1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.history__btn {
  margin-top: 30px;
}
.history__btn:after {
  display: none;
}

.detail__swiper-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.detail-slider {
  margin-top: 15px;
}

.detail-slider__thumbnail {
  margin-top: 10px;
}

.detail-slider__thumbnail .swiper-slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 33.3333333333% !important;
}

.detail-slider__thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

/* レイアウトのためのスタイル */
.detail-slider,
.detail-slider__thumbnail {
  max-width: 550px;
  width: 100%;
}

.detail-next,
.detail-prev {
  color: white;
}

.photo-ofi {
  height: 0;
  display: block;
  background-color: #efefef;
  overflow: hidden;
  position: relative;
  padding-bottom: 66.6666%; /* 高さを指定（ボックスの横幅を基準） */
}

.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

/* =====================================================
# guide
===================================================== */
.guide__links {
  background-color: #f1f2e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 80px 10px;
  padding-inline: 15px;
}

.flow__content {
  margin-top: 50px;
  max-width: 850px;
  margin-inline: auto;
}

.flow__item {
  padding: 20px 10px;
  border-bottom: 1px dashed #96c72b;
}

.flow__number {
  display: block;
  margin-top: 15px;
}

.flow__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow__num {
  font-size: 27px;
  font-weight: 700;
  color: #96c72b;
}

.flow__title {
  font-size: 24px;
  font-weight: 600;
  color: #009944;
  border-left: 6px solid #64b0db;
  padding-left: 15px;
  line-height: 1.1;
}

.flow__body {
  margin-top: 10px;
}

.price {
  background-color: #f1f2e7;
}

.price__content {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  max-width: 1040px;
  margin-inline: auto;
}

.price__title {
  width: 300px;
  max-width: 100%;
  margin-inline: auto;
  background-color: #96c72b;
  color: #fff;
  padding: 8px 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
}

.price__td-small {
  width: 20%;
}

.price__note {
  margin-top: 22px;
  font-weight: 600;
  text-align: center;
}

.price__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 16px;
  table-layout: fixed;
}
.price__table .red-large {
  color: red;
}
.price__table .text-red {
  color: red;
  font-size: 13px;
}
.price__table th,
.price__table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}
.price__table th {
  background-color: #f5f5f5;
  font-weight: bold;
  color: #009944;
}
.price__table td {
  background-color: #fff;
}

/* =====================================================
# schedule
===================================================== */
.day-schedule__lists {
  margin-top: 50px;
  max-width: 980px;
  margin-inline: auto;
}

.day-schedule__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px dashed #96c72b;
  padding-block: 15px;
}

.day-schedule__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.day-schedule__image img {
  width: 70px;
}

.day-schedule__text,
.day-schedule__time {
  font-size: 24px;
  font-weight: 500;
}

.recreation {
  padding-top: 100px;
}

.recreation__wrap {
  margin-top: 50px;
}

.recreation__content {
  position: relative;
  z-index: 0;
}

.recreation__item {
  padding-block: 50px;
}

.is-spring {
  background-color: #fde8e8;
}

.is-summer {
  background-color: #daeff8;
}

.is-fall {
  background-color: #f5e3cf;
}

.is-winter {
  background-color: #ece0f8;
}

.recreation__description {
  margin-top: 50px;
  line-height: 2;
  max-width: 1000px;
  margin-inline: auto;
}

.recreation__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(5.249343832vw, 100px);
}
.recreation__media.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.recreation__head {
  position: relative;
  width: 50%;
}
.recreation__head::before {
  content: "春";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background-color: rgba(0, 153, 68, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 20px rgba(255, 255, 255, 0.7);
          box-shadow: 0 0px 20px rgba(255, 255, 255, 0.7);
}
.is-summer .recreation__head::before {
  content: "夏";
  background-color: rgba(22, 173, 211, 0.8);
}
.is-fall .recreation__head::before {
  content: "秋";
  background-color: rgba(255, 152, 0, 0.8);
}
.is-winter .recreation__head::before {
  content: "冬";
  background-color: rgba(156, 83, 225, 0.8);
}
.recreation__head img {
  border-radius: 10px;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}

.recreation__body {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.recreation__text {
  position: relative;
  margin-bottom: 0.2rem;
  padding: 1rem;
  border-left: 30px solid #b9deb2;
  background-color: #f7f7f7;
  font-weight: 500;
  font-size: 23px;
}
.recreation__text::after {
  position: absolute;
  right: 1px;
  bottom: 10px;
  width: 40%;
  height: 50%;
  -webkit-box-shadow: 0 5px 25px #666;
          box-shadow: 0 5px 25px #666;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  z-index: -1;
  content: "";
}

/* =====================================================
# company
===================================================== */
.company-map {
  padding-block: 100px;
}

.company-map__inner iframe {
  margin-top: 60px;
  width: 100%;
}

.company-map__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}

.company-map__content {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.company-map__link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #009944;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.company {
  background-color: #f1f2e7;
}
.company .profile {
  padding-top: 100px;
  padding-bottom: 100px;
}
.company .profile .horizontal-table {
  max-width: 1100px;
  margin-top: 60px;
  margin-inline: auto;
  background-color: #fff;
  padding: 60px 30px;
  border-radius: 30px;
}

.horizontal-table {
  padding-top: 50px;
}
.horizontal-table__inner {
  width: 100%;
  background-color: #fff;
  max-width: 980px;
  margin: 0 auto;
}
.horizontal-table__header {
  width: 25%;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  vertical-align: middle;
}
.horizontal-table__header:last-child {
  border-right-width: 0;
}
.horizontal-table__header:first-child {
  border-top: 1px solid #ddd;
}
.horizontal-table__text {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.horizontal-table__text:first-of-type {
  border-top: 1px solid #ddd;
}
.horizontal-table__text .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.horizontal-table__text .btn-link {
  text-align: center;
  min-width: 140px;
  background-color: #009944;
  color: #fff;
  padding: 5px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
}
.horizontal-table__row:nth-child(odd) {
  background-color: rgba(0, 153, 68, 0.1);
}
.horizontal-table .center {
  margin: 0 auto;
}

/* =====================================================
# contact
===================================================== */
.label {
  display: inline-block;
  background-color: #c42e2e;
  color: #fff;
  font-size: 13px;
  text-align: center;
  width: 45px;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
}

.tel-fax {
  background-color: #f1f2e7;
  padding-block: 80px;
}
.tel-fax__inner {
  max-width: 680px;
  padding-inline: 15px;
  margin-inline: auto;
}
.tel-fax__box {
  margin-top: 30px;
  width: 100%;
  max-width: 500px;
  border-radius: 40px;
  background: #009944;
  margin-inline: auto;
  padding: 40px 10px;
  text-align: center;
}
.tel-fax__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tel-fax__description {
  margin-top: 20px;
  text-align: center;
  line-height: 2;
}
.tel-fax__text {
  margin-top: 15px;
  color: #fff;
}
.tel-fax .tel__img img {
  width: 50px;
}
.tel-fax .tel-number {
  font-size: 50px;
  font-weight: 600;
  font-family: "Roboto", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
  line-height: 1;
  padding-left: 15px;
}

.mail-form {
  background-color: #fff;
  padding-block: 100px;
  letter-spacing: 0;
  /*ラジオボタンorチェックボックス
  ------------------------------------*/
  /*フォーカス時*/
  /*クリック範囲*/
  /*ラジオボタンスタイル*/
  /*ラジオボタンチェック印（未選択）*/
  /*ラジオボタンチェック印（選択）*/
  /*チェックボックススタイル*/
  /*チェックボックス未チェック時*/
  /*チェックボックスチェック時*/
  /*セレクトボックス
  ------------------------------------*/
  /*テキストエリア
  ------------------------------------*/
}
.mail-form__inner {
  max-width: 1100px;
  padding-inline: 15px;
  margin-inline: auto;
}
.mail-form ::-webkit-input-placeholder {
  color: #aaa;
}
.mail-form ::-moz-placeholder {
  color: #aaa;
}
.mail-form :-ms-input-placeholder {
  color: #aaa;
}
.mail-form ::-ms-input-placeholder {
  color: #aaa;
}
.mail-form ::placeholder {
  color: #aaa;
}
.mail-form__title {
  max-width: 530px;
  margin-inline: auto;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 13px;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #009944;
  padding-bottom: 20px;
}
.mail-form__text {
  margin-top: 50px;
}
.mail-form__text > p {
  line-height: 2;
}
.mail-form .form-p {
  display: inline-block;
}
.mail-form .form-input {
  border: 1px solid #aaa;
  padding: 5px 10px;
  width: 100%;
}
.mail-form .form-input._age {
  width: 40%;
}
.mail-form__file-text {
  display: block;
  font-size: 13px;
  color: #cc2a1f;
  text-indent: -13px;
  padding-left: 13px;
}
.mail-form .horizontal-table table {
  width: 100%;
}
.mail-form .horizontal-table th {
  width: 27%;
  padding: 20px;
  background-color: #f1f2e7;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-weight: bold;
  vertical-align: middle;
}
.mail-form .horizontal-table th .required {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mail-form .horizontal-table th:first-child {
  border-top: 1px solid #ccc;
}
.mail-form .horizontal-table th:last-child {
  border-right-width: 0;
}
.mail-form .horizontal-table td {
  padding: 10px 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.mail-form .horizontal-table td:first-of-type {
  border-top: 1px solid #ccc;
}
.mail-form .horizontal-table .center {
  margin: 0 auto;
}
.mail-form .privacy-policy {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.mail-form .box-scroll {
  width: 100%;
  height: 240px;
  padding: 20px;
  border: 1px solid #ddd;
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 40px;
  background-color: #fff;
}
.mail-form .box-scroll__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  border-left: 8px solid #333;
  margin-bottom: 8px;
  padding-left: 8px;
}
.mail-form .box-scroll__li {
  text-indent: -21px;
  padding-left: 21px;
  letter-spacing: 0;
  margin-bottom: 7px;
}
.mail-form .privacy-wrapper {
  margin-top: 50px;
  text-align: center;
}
.mail-form .privacy__title {
  font-weight: 600;
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.mail-form .privacy__address {
  text-indent: -43px;
  padding-left: 43px;
}
.mail-form .privacy__link {
  color: blue;
  text-decoration: underline;
}
.mail-form .privacy-btn {
  display: inline-block;
  background-color: #009944;
  color: #fff;
  padding: 15px 10px;
  width: 350px;
  border-radius: 10px;
}
.mail-form .privacy-btn__wrapper {
  text-align: center;
  margin-top: 50px;
}
.mail-form .send-btn__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.mail-form .send-btn {
  display: inline-block;
  background-color: #009944;
  color: #fff;
  border: 2px solid transparent;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  width: 320px;
}
.mail-form .send-btn--back {
  margin-right: 100px;
  color: #009944;
  background-color: #fff;
  border: 2px solid #009944;
}
.mail-form input[type=radio],
.mail-form input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.mail-form input[type=radio]:focus + span,
.mail-form input[type=checkbox]:focus + span {
  outline: 1px solid #ccc;
}
.mail-form input[type=radio] + span,
.mail-form input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  margin: 0 2em 0 0;
  padding: 0.3em 0.3em 0.3em 2em;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}
.mail-form input[type=radio] + span:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 1.375em;
  height: 1.375em;
  border: 1px solid #999;
  border-radius: 50%;
  line-height: 1;
  background: #fff;
}
.mail-form input[type=radio] + span:after {
  content: "";
  display: none;
}
.mail-form input[type=radio]:checked + span:after {
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  width: 1em;
  height: 1em;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #3d98b4;
  line-height: 1;
}
.mail-form input[type=checkbox] + span:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: "";
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #999;
  background: #fff;
  line-height: 1;
  vertical-align: middle;
}
.mail-form input[type=checkbox] + span:after {
  content: "";
  display: none;
}
.mail-form input[type=checkbox]:checked + span:after {
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0.4em;
  width: 0.5em;
  height: 1em;
  content: "";
  border-bottom: 3px solid #3d98b4;
  border-right: 3px solid #3d98b4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mail-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /*ブラウザ標準スタイルを解除*/
  display: block;
  width: 100%;
  padding: 5px 30px 5px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.mail-form .selectWrap {
  /*selectの親要素をアイコン配置の基準とする*/
  position: relative;
  display: block;
  width: 30%;
}
.mail-form .selectWrap::after {
  /*矢印アイコン自作*/
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none; /*矢印の上もクリック可能にする*/
}
.mail-form textarea {
  resize: none;
}

/* 重ねるメディア
----------------------------------------------------- */
.normal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.normal._reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.column {
  width: 58%;
  position: relative;
  z-index: 2;
}
.column._reverse {
  margin-left: -10%;
}
.column-outside-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: -10%;
}
.column-outside-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: -10%;
  text-align: right;
}
._top-intro .column {
  width: 65%;
}
._top-intro .column-outside-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: -20%;
}
.column .text-box {
  padding-block: 50px;
}
.is-business-intro .column .text-box {
  background-color: #fff;
}
._top-intro .column .text-box {
  background-color: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.column .text-box p {
  font-size: 16px;
  text-align: justify;
}
.is-business-intro .column .text-box p {
  margin-top: 30px;
}
._top-intro .column .text-box p {
  color: #000;
  margin-top: 40px;
}

/* 共通パーツ
----------------------------------------------------- */
.section {
  padding-block: 100px;
}

.button {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: bold;
  color: #009944;
}
.button::before {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  width: 31px;
  height: 31px;
  background: url(../img/common/top-news-button.webp) center center/contain no-repeat;
  vertical-align: -7px;
  margin-right: 15px;
}

.list {
  display: block;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  text-indent: -9px;
  padding-left: 9px;
}

.text-center {
  text-align: center;
}

.text-green {
  color: #009944;
}

#price,
#flow {
  margin-top: -110px;
  padding-top: 110px;
}

/* 左から右にカーテン
---------------------------------------------------- */
.curtainLefttoRight {
  position: relative;
}

.curtainLefttoRight.visible {
  -webkit-animation-name: curtainLeftFadeIn;
          animation-name: curtainLeftFadeIn;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.curtainLefttoRight.visible:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #000;
  -webkit-animation-name: curtainLeft;
          animation-name: curtainLeft;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes curtainLeftFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes curtainLeftFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes curtainLeft {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes curtainLeft {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/* FLOCSS
----------------------------------------------------- */
/* FLOCSS
----------------------------------------------------- */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

main {
  overflow: hidden; /*横スクロールの発生を防止*/
  background-size: auto auto;
}

html {
  background-color: #fafafa;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
}

a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a:hover {
  text-decoration: none;
}

img {
  height: auto;
}

/* FLOCSS
----------------------------------------------------- */
.l-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.l-inner--has-column {
  display: grid;
  gap: 40px;
  grid-template-columns: 3fr minmax(260px, 1fr);
}

/* FLOCSS
----------------------------------------------------- */
.c-btn {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #e25c00;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-btn:focus, .c-btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #e25c00;
}
.c-btn--arrow-right {
  position: relative;
  padding-right: 20px;
  padding-left: 13.8px;
}
.c-btn--arrow-right::after {
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 8.3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn--icon {
  position: relative;
  padding-right: 20px;
  padding-left: 13.8px;
}
.c-btn--icon::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 60px;
  background: transparent url(/images/nav_07.png) no-repeat center center/contain;
}
.c-btn--large {
  width: 340px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
}
.c-btn--warning {
  background-color: #f1de00;
  color: #222;
}
.c-btn--warning:focus, .c-btn--warning:hover {
  border-color: #f1de00;
  color: #222;
}

.c-rounded-btn {
  display: inline-block;
  width: 236px;
  max-width: 100%;
  padding: 15px 10px;
  background-color: #e25c00;
  border: 2px solid transparent;
  border-bottom-color: #d40152;
  border-radius: 10px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-rounded-btn:focus, .c-rounded-btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #e25c00;
}

.c-before-icon-btn {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.3em;
  border: 1px solid currentColor;
  color: #e25c00;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-before-icon-btn:focus, .c-before-icon-btn:hover {
  background-color: #e25c00;
  color: #fff;
}
.c-before-icon-btn::before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.c-before-icon-btn--download::before {
  content: "\f019";
}
.c-before-icon-btn--zoom::before {
  content: "\f00e";
  -webkit-transform: translateY(-6%);
          transform: translateY(-6%);
}

/* FLOCSS
----------------------------------------------------- */
.p-breadcrumb {
  margin: 10px 20px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-breadcrumb li {
  list-style: none;
}
.p-breadcrumb li:after {
  content: ">";
  padding: 0 5px;
}
.p-breadcrumb li:last-child:after {
  content: "";
}
.p-breadcrumb li a {
  text-decoration: none;
}
.p-breadcrumb li a:hover {
  text-decoration: underline;
}
.p-breadcrumb .u-current {
  color: #009944;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 60px;
}

.mb-7 {
  margin-bottom: 70px;
}

.mb-8 {
  margin-bottom: 80px;
}

.mb-9 {
  margin-bottom: 90px;
}

.mb-10 {
  margin-bottom: 100px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.mt-7 {
  margin-top: 70px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-9 {
  margin-top: 90px;
}

.mt-10 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #page_top a {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  .mv-jumbotron {
    height: 200px;
  }
  .mv-jumbotron__inner {
    padding-top: 30px;
  }
  .mv .mv-h2 {
    background-color: rgba(0, 153, 68, 0.5);
    font-size: 22px;
    padding-bottom: 25px;
    width: 100%;
  }
  .mv .mv-h2__en {
    font-size: 35px;
    padding-bottom: 6px;
  }
  .mv .mv-h2__ja {
    font-size: 20px;
  }
  .top-service__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
  .top-service__text {
    font-size: 16px;
  }
  .heading__ja {
    font-size: 32px;
  }
  .top-news__tabs {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px 10px;
  }
  .top-news__meta {
    gap: 20px;
  }
  .top-news__date {
    font-size: 20px;
  }
  .top-news__title {
    font-size: 16px;
  }
  .top-news__button .button {
    font-size: 18px;
  }
  .top-works__heading span {
    font-size: 25px;
  }
  .top-works__text {
    font-size: 16px;
  }
  .btn,
  .btn2,
  .btn3 {
    width: 100%;
    height: 100px;
    font-size: 19px;
  }
  .btn::before {
    width: 35px;
  }
  .btn2::before {
    width: 30px;
  }
  .btn3::before {
    width: 41px;
  }
  .top-works__others {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .top-works__card {
    width: 100%;
  }
  .top-works__button .button {
    font-size: 18px;
  }
  .top-contact__img1 {
    bottom: 4px;
    left: 20px;
  }
  .top-contact__img1 img {
    width: 14.0808344198vw;
  }
  .top-contact__img2 img {
    width: 14.9934810952vw;
  }
  .top-contact__content {
    top: 48%;
  }
  .top-contact__catch2 {
    margin-top: 15px;
  }
  .top-contact__catch-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detail__title {
    font-size: 20px;
  }
  .detail__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .detail__text-box {
    margin-top: 30px;
  }
  .detail__history-back {
    padding-top: 50px;
  }
  .price__table {
    font-size: 13px;
  }
  .price__table th,
  .price__table td {
    padding: 8px;
  }
  .day-schedule__lists {
    margin-top: 10px;
  }
  .day-schedule__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 5px 20px;
    border-bottom: 1px dashed #96c72b;
  }
  .day-schedule__box {
    gap: 20px;
  }
  .day-schedule__image img {
    width: 50px;
  }
  .recreation {
    padding-top: 50px;
  }
  .recreation__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .recreation__media.is-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recreation__head {
    width: 100%;
  }
  .recreation__body {
    width: 100%;
  }
  .company-map {
    padding-block: 50px;
  }
  .company-map__items {
    gap: 50px;
  }
  .company-map__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company-map__button {
    margin-top: 20px;
  }
  .company .profile {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .company .profile .horizontal-table {
    background-color: transparent;
    margin-top: 25px;
    padding: 20px 0;
  }
  .horizontal-table {
    padding-top: 25px;
  }
  .horizontal-table__header {
    width: 100%;
    border: 1px solid #ddd;
    background-color: #ddd;
    padding: 10px;
  }
  .horizontal-table__header:first-child {
    border-top-width: 0;
  }
  .horizontal-table__text {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .horizontal-table__text:first-of-type {
    border-top-width: 0;
  }
  .horizontal-table__text {
    width: 100%;
  }
  .horizontal-table__text .items.is-link {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .horizontal-table__text .btn-link {
    width: 60%;
  }
  .horizontal-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .horizontal-table__row:nth-child(odd) {
    background-color: #fff;
  }
  .tel-fax {
    padding-block: 50px;
  }
  .tel-fax__box {
    padding: 25px 10px;
  }
  .tel-fax__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tel-fax__text {
    margin-top: 0px;
  }
  .mail-form {
    padding-block: 50px;
  }
  .mail-form__title {
    font-size: 21px;
  }
  .mail-form__text {
    margin-top: 40px;
  }
  .mail-form .privacy-policy {
    font-size: 16px;
  }
  .mail-form .box-scroll__title {
    font-size: 16px;
  }
  .mail-form .privacy-btn {
    width: 100%;
    margin-bottom: 0px;
  }
  .mail-form .privacy-btn__wrapper {
    margin-top: 30px;
  }
  .mail-form .send-btn__wrapper {
    width: 100%;
    margin-bottom: 0px;
    display: block;
  }
  .mail-form .send-btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .mail-form .send-btn--back {
    margin-right: 0px;
  }
  .mail-form input[type=radio] + span,
  .mail-form input[type=checkbox] + span {
    font-size: 15px;
    margin-right: 0;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .mail-form input[type=radio] + span:before {
    top: 3px;
  }
  .mail-form input[type=radio]:checked + span:after {
    top: 6px;
  }
  .mail-form input[type=checkbox] + span:before {
    top: 0.3em;
  }
  .mail-form .selectWrap {
    width: 60%;
  }
  .mail-form .fileUpload {
    font-size: 0.9em; /* 文字を小さくする */
    width: 90%; /* 幅を小さくする */
    display: inline-block; /* インラインブロックにして幅を適用 */
  }
  .normal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .normal._reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .column {
    width: 100%;
  }
  .column-outside-right {
    margin-left: 0;
    margin-right: 0;
  }
  .column-outside-left {
    margin-left: 0;
    margin-right: 0;
  }
  ._top-intro .column {
    width: 100%;
  }
  ._top-intro .column-outside-right {
    margin-left: 0;
    margin-right: 0;
  }
  .is-business-intro .column .text-box {
    padding: 20px;
  }
  ._top-intro .column .text-box p {
    margin-top: 20px;
  }
  .section {
    padding-block: 50px;
  }
  .button {
    font-size: 18px;
  }
  .md-none {
    display: none;
  }
  .l-inner--has-column {
    grid-template-columns: 1fr;
  }
  .p-breadcrumb {
    font-size: 14px;
  }
  .hidden-sp {
    display: none;
  }
  .mb-2 {
    margin-bottom: 10px;
  }
  .mb-3 {
    margin-bottom: 15px;
  }
  .mb-4 {
    margin-bottom: 20px;
  }
  .mb-5 {
    margin-bottom: 25px;
  }
  .mb-6 {
    margin-bottom: 30px;
  }
  .mb-7 {
    margin-bottom: 35px;
  }
  .mb-8 {
    margin-bottom: 40px;
  }
  .mb-9 {
    margin-bottom: 45px;
  }
  .mb-10 {
    margin-bottom: 50px;
  }
  .mt-2 {
    margin-top: 10px;
  }
  .mt-3 {
    margin-top: 15px;
  }
  .mt-4 {
    margin-top: 20px;
  }
  .mt-5 {
    margin-top: 25px;
  }
  .mt-6 {
    margin-top: 30px;
  }
  .mt-7 {
    margin-top: 35px;
  }
  .mt-8 {
    margin-top: 40px;
  }
  .mt-9 {
    margin-top: 45px;
  }
  .mt-10 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  #page_top a:focus, #page_top a:hover {
    opacity: 0.6;
  }
  .top-news__tab {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .top-news__tab:focus, .top-news__tab:hover {
    background-color: #009944;
  }
  .top-news__title {
    -webkit-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
  }
  .top-news__title:focus, .top-news__title:hover {
    color: #96c72b;
    border-color: #96c72b;
  }
  .top-news__button .button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top-news__button .button:focus, .top-news__button .button:hover {
    opacity: 0.6;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .btn,
  .btn2,
  .btn3 {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  .btn:focus, .btn:hover,
  .btn2:focus,
  .btn2:hover,
  .btn3:focus,
  .btn3:hover {
    opacity: 0.8 !important;
    -webkit-transform: translateX(5px) !important;
            transform: translateX(5px) !important;
  }
  .top-works__button .button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top-works__button .button:focus, .top-works__button .button:hover {
    opacity: 0.6;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .top-contact__button a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top-contact__button a:focus, .top-contact__button a:hover {
    opacity: 0.6;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .detail__file {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .detail__file:focus, .detail__file:hover {
    background-color: #efefef;
  }
  .prev__btn:focus, .prev__btn:hover,
  .next__btn:focus,
  .next__btn:hover,
  .history__btn:focus,
  .history__btn:hover {
    background: #ffd800;
  }
  .prev__btn:focus:after, .prev__btn:hover:after,
  .next__btn:focus:after,
  .next__btn:hover:after,
  .history__btn:focus:after,
  .history__btn:hover:after {
    border-color: #fff;
  }
  .company-map__link {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .company-map__link:focus, .company-map__link:hover {
    background-color: #00662d;
  }
  .horizontal-table__text .btn-link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .horizontal-table__text .btn-link:focus, .horizontal-table__text .btn-link:hover {
    opacity: 0.6;
  }
  .mail-form .privacy__link:hover {
    color: #999;
  }
  .mail-form .privacy-btn:focus, .mail-form .privacy-btn:hover {
    opacity: 0.6;
  }
  .mail-form .send-btn:focus, .mail-form .send-btn:hover {
    opacity: 0.6;
  }
  .button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .button:focus, .button:hover {
    opacity: 0.6;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .header {
    height: 70px;
  }
  .header.is-top-header {
    background-color: #fff;
  }
  .header__inner {
    padding-inline: 15px;
  }
  .header__logo a img {
    width: 220px;
  }
  .drawer-icon {
    width: 30px;
    height: 18px;
    position: relative;
  }
  .drawer-icon.is-checked .drawer-icon__bar:nth-child(1), .drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
    top: 9px;
  }
  .drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
    display: none;
  }
  .drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .drawer-icon__bar {
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background: #009944;
    -webkit-transition: top 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, transform 0.3s;
    transition: top 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  .drawer-icon__bar:nth-child(1) {
    top: 0;
  }
  .drawer-icon__bar:nth-child(2) {
    top: 8px;
  }
  .drawer-icon__bar:nth-child(3) {
    top: 16px;
  }
  .header__nav {
    background: #009944;
    width: 270px;
    height: calc(100% - 70px);
    position: fixed;
    right: 0;
    top: 70px;
    padding: 40px 15px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    max-width: 100%;
    overflow-x: auto;
  }
  .header__nav.is-checked {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .header__lists .is-active {
    color: #ffd800 !important;
  }
  .header__link {
    display: inline-block;
    color: #fff;
    font-size: 18px;
  }
  .footer__inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__right-wrap {
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__right-wrap {
    display: block;
  }
  .footer__lists {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__lists .is-active {
    color: #009944 !important;
  }
  .footer__link {
    display: inline-block;
    font-size: 16px;
  }
  .footer__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33%;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
    margin-top: 30px;
  }
  .fv {
    padding-top: 50px;
    height: 80vh;
  }
  .fv__slide {
    height: 80vh;
  }
  .fv__slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% center;
       object-position: 20% center;
    height: 80vh;
    width: 100%;
  }
  .fv__catch-content {
    top: 18%;
  }
  .fv__catch-head img {
    width: 7.0892410342vw;
  }
  .fv__catch-text img {
    width: 4.1701417848vw;
  }
  .mv {
    padding-top: 70px;
    background-color: #fff;
  }
  .top-works__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .top-contact__banner img {
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 40px;
  }
  .top-contact__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  .top-contact__item span {
    font-size: 16px;
  }
  .top-contact__button a {
    font-size: 16px;
  }
  .top-contact__button a::before {
    width: 24px;
    height: 24px;
  }
  .detail-news {
    padding-top: 90px;
  }
  .detail__content {
    display: block;
  }
  .detail__swiper-wrap {
    margin-top: 50px;
  }
  .is-business-intro .column .text-box p {
    font-size: 1.5012510425vw;
  }
  #price,
  #flow {
    margin-top: -70px;
    padding-top: 70px;
  }
}

@media screen and (max-width: 1700px) {
  .is-top-header .header__inner {
    padding-top: 20px;
  }
}

@media screen and (max-width: 1700px) and (max-width: 1199px) {
  .is-top-header .header__inner {
    padding-top: 0px;
  }
}

@media screen and (min-width: 1200px) {
  .header__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 65px;
  }
  .header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .header__logo a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__logo a:focus, .header__logo a:hover {
    opacity: 0.6;
  }
  .header__icon {
    display: none;
  }
  .header__tel {
    display: none;
  }
  .header__link {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header__link:focus, .header__link:hover {
    color: #ffd800;
  }
  .header__link::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #000;
    margin-left: min(1.5748031496vw, 30px);
    vertical-align: -2px;
  }
  .footer__link {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer__link:focus, .footer__link:hover {
    color: #009944;
  }
  .footer__link::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #000;
    margin-left: min(1.5748031496vw, 30px);
    vertical-align: -2px;
  }
}

@media screen and (max-width: 1600px) {
  .footer {
    padding-bottom: 140px;
  }
  .top-service {
    background-color: #f1f2e7;
  }
  .top-service .top-service__deco1 {
    width: 44.6194225722vw;
    height: 30px;
    bottom: 100%;
  }
  .top-service__inner {
    margin-top: 0;
    margin-inline: auto;
    padding-inline: 15px;
  }
  .top-news__button {
    margin-right: 10%;
  }
}

@media screen and (max-width: 1600px) and (max-width: 767px) {
  .footer {
    padding-block: 0px 40px;
  }
  .top-service__inner {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__center {
    margin-top: 30px;
  }
  .footer__right {
    text-align: left;
  }
  .fv {
    padding-top: 0;
  }
  .top-contact__banner img {
    height: 400px;
    border-radius: 20px;
  }
  .top-contact__button a {
    font-size: 14px;
    letter-spacing: 0em;
  }
  .top-contact__button a::before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .detail-news {
    padding-top: 30px;
  }
  .detail-news__content {
    padding-block: 40px;
    padding-inline: 15px;
    gap: 30px;
  }
  .is-business-intro .column .text-box p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1570px) {
  .footer__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
  }
}

@media screen and (max-width: 1570px) and (max-width: 1199px) {
  .footer__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
}

@media screen and (max-width: 1570px) and (max-width: 1199px) and (max-width: 1023px) {
  .footer__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media screen and (max-width: 1570px) and (max-width: 1199px) and (max-width: 1023px) and (max-width: 767px) {
  .footer__left {
    margin-top: 50px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (max-width: 1023px) {
  .footer__heading img {
    width: 280px;
  }
  .copylight {
    font-size: 14px;
  }
  .footer__access {
    font-size: 14px;
  }
  .fv__catch-box {
    gap: 20px;
  }
  .fv__catch-text {
    gap: 15px;
  }
  .top-news__inner::after {
    max-width: calc(100% - 4.1701417848vw);
  }
  .top-news__content {
    padding-block: 40px;
  }
  .top-news__tab {
    width: 160px;
  }
  .top-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .top-works__title {
    font-size: 23px;
  }
  .top-works__card-text {
    font-size: 16px;
  }
  .top-contact__pop img {
    width: 120px;
  }
  .top-contact__catch1 img {
    width: 300px;
  }
  .top-contact__catch2 img {
    width: 380px;
  }
  .top-contact__catch3 img {
    width: 200px;
  }
  .top-contact__catch4 img {
    width: 190px;
  }
  .detail__files {
    gap: 20px;
  }
  .guide__links {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 50px;
  }
  .day-schedule__text,
  .day-schedule__time {
    font-size: 20px;
  }
  .recreation__head::before {
    font-size: 50px;
    width: 130px;
    height: 130px;
  }
  .recreation__text {
    font-size: 16px;
  }
  .company-map__inner iframe {
    margin-top: 50px;
  }
  .horizontal-table__text .items {
    gap: 30px;
    font-size: 14px;
  }
  .tel-fax .tel-number {
    font-size: 40px;
  }
  .mail-form .horizontal-table table {
    font-size: 16px;
  }
  .mail-form .horizontal-table th {
    border-bottom-width: 0;
    border-left: unset;
    background-color: #efefef;
    width: 100%;
    border-right: 0;
    padding: 10px;
  }
  .mail-form .horizontal-table td {
    border-bottom-width: 0;
    border-right: unset;
    border-left: unset;
    width: 100%;
    padding: 10px;
  }
  .mail-form .horizontal-table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mail-form .box-scroll {
    height: 220px;
    margin-bottom: 15px;
    padding: 15px;
    word-break: break-all;
  }
  .sp-none {
    display: none;
  }
  .hidden-tab {
    display: none;
  }
}

@media screen and (max-width: 1320px) {
  .footer__text span {
    font-size: 14px;
  }
}

@media screen and (max-width: 1199px) and (max-width: 1023px) {
  .footer__right-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45%;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
  }
  .footer__link {
    font-size: 11px;
  }
  .fv__catch-head img {
    width: 8.3402835696vw;
  }
  .fv__catch-text img {
    width: 4.8373644704vw;
  }
  .column .text-box {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1199px) and (max-width: 1023px) and (max-width: 767px) {
  .fv__catch-head img {
    width: 50px;
  }
  .fv__catch-text img {
    width: 37px;
  }
  .column .text-box {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 1800px) {
  .top-service .top-service__deco2 {
    width: 47.2440944882vw;
  }
}

@media screen and (max-width: 1800px) and (max-width: 1600px) {
  .top-service .top-service__deco2 {
    width: 44.6194225722vw;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 30px;
  }
}

@media screen and (max-width: 1340px) {
  .top-news__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 50px;
  }
}

@media screen and (max-width: 1500px) {
  .top-works__body {
    min-height: 309px;
    height: auto;
  }
}

@media screen and (max-width: 1500px) and (max-width: 767px) {
  .top-works__body {
    border-bottom-right-radius: min(6.518904824vw, 50px);
    border-bottom-left-radius: min(6.518904824vw, 50px);
  }
}

@media screen and (max-width: 1720px) {
  .top-contact__img2 {
    right: 0px;
  }
  .top-contact__pop {
    right: 16%;
  }
}

@media screen and (max-width: 1720px) and (max-width: 767px) {
  .top-contact__img2 {
    bottom: 4px;
    right: 10px;
  }
}

@media screen and (max-width: 1720px) and (max-width: 1023px) {
  .top-contact__pop {
    top: 5%;
    right: 10%;
  }
}

@media screen and (max-width: 1720px) and (max-width: 1023px) and (max-width: 767px) {
  .top-contact__pop {
    top: -60px;
    right: 10px;
  }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
  .top-contact__catch2 img {
    width: 300px;
  }
  .day-schedule__text,
  .day-schedule__time {
    font-size: 18px;
  }
  .company-map__inner iframe {
    height: 300px;
    margin-top: 20px;
  }
  .horizontal-table__text .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  .tel-fax .tel-number {
    margin-block: 10px;
    padding-left: 0;
  }
}

@media screen and (min-width: 2001px) {
  .column {
    max-width: 2000px;
  }
}
/*# sourceMappingURL=style.css.map */