@charset "UTF-8";
/*
Theme Name: アイユウ城下町長府.
Theme URI: https://
Description: アイユウ城下町長府サイトオリジナルテーマ
Author: Arase
Author URI:
Version: 1.0.0

*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.9px) {
  * {
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  text-align: left;
  font-weight: normal;
  color: #212121;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-animation: fadeIn 1.2s ease-out normal;
          animation: fadeIn 1.2s ease-out normal;
}
html body {
  overflow-x: hidden;
}

@media (scripting: none) {
  html {
    scroll-behavior: smooth;
  }
}
@-webkit-keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}
@keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}
.upper {
  text-transform: uppercase;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sp-none {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .sp-block {
    display: block;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc-none {
    display: block;
  }
}

.pc-block {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-block {
    display: none;
  }
}

p {
  font-weight: 400;
}

p,
a {
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.9px) {
  p,
  a {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

.wrapper {
  width: 100%;
}

.cont {
  width: 86.7%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .cont {
    max-width: 1400px;
  }
}

li {
  list-style: none;
}

.jost {
  font-family: "Jost", sans-serif;
}

.zen {
  font-family: "Zen Maru Gothic", serif;
}

.heading1 {
  font-size: 4.5rem;
  line-height: 1.4444444444;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .heading1 {
    font-size: 3rem;
    line-height: 1.3333333333;
    text-align: center;
  }
}
.heading1 span {
  display: block;
  text-align: center;
  color: #3d8848;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .heading1 span {
    font-size: 2.2rem;
  }
}
.heading1 span::after {
  content: "";
  width: 2px;
  height: 12px;
  margin: 6px auto 1px;
  background: #3d8848;
  border-radius: 2px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .heading1 span::after {
    width: 1.5px;
  }
}

.heading2 {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767.9px) {
  .heading2 {
    font-size: 3rem;
    line-height: 1.3333333333;
  }
}
.heading2 span {
  font-size: 2.4rem;
  display: block;
  font-weight: 500;
  color: #3d8848;
  line-height: 1.4166666667;
}
@media screen and (max-width: 767.9px) {
  .heading2 span {
    margin-bottom: 6px;
    font-size: 2rem;
    line-height: 1.2;
  }
}

.heading3 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.3428571429;
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 767.9px) {
  .heading3 {
    font-size: 2.7rem;
    padding-left: 30px;
  }
}
.heading3::before, .heading3::after {
  content: "";
  width: 5px;
  height: 18px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .heading3::before, .heading3::after {
    width: 4px;
    height: 13px;
  }
}
.heading3::before {
  top: 8px;
  border-radius: 3px 3px 0 0;
  background: #3d8848;
}
.heading3::after {
  top: 26px;
  border-radius: 0 0 3px 3px;
  background: #acce29;
}
@media screen and (max-width: 767.9px) {
  .heading3::after {
    top: 21px;
  }
}

.heading4 {
  background: #3d8848;
  color: #fff;
  border-radius: 10px;
  padding: 8px 30px 11px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767.9px) {
  .heading4 {
    font-size: 2rem;
    line-height: 1.1;
    padding: 8px 26px 9px;
  }
}

@media screen and (min-width: 1180px) {
  .header {
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 11;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
  }
  .header h1 {
    position: fixed;
    top: 0;
    left: 0;
  }
  .header h1 a {
    padding: 29px 50px 35px;
    background: #fff;
    border-radius: 0 0 30px 0;
  }
  .header h1 img {
    display: block;
    width: 170px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header h1 a:hover {
    opacity: 1;
  }
  .header h1 a:hover img {
    opacity: 0.6;
  }
  .ham_block {
    display: none;
  }
  .header__inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px 0;
  }
  .gnav {
    height: 100%;
    width: 86.6%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1260px) {
  .gnav {
    margin-left: auto;
    margin-right: 0;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1180px) {
  .gnav ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 60px;
  }
  .gnav li {
    margin-left: 25px;
    position: relative;
    height: 100%;
  }
  .gnav li a,
  .gnav li .p_menu_text {
    cursor: pointer;
    display: grid;
    place-content: center;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.3125;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .gnav li a span,
  .gnav li .p_menu_text span {
    color: #3d8848;
    display: block;
    margin-top: 3px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.2727272727;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .gnav li a:hover,
  .gnav li .p_menu_text:hover {
    color: #24c43c;
    opacity: 1;
  }
  .gnav li a:hover span,
  .gnav li .p_menu_text:hover span {
    color: #24c43c;
  }
  .gnav .gnav-recruit a,
  .gnav .gnav-contact a {
    width: 160px;
    color: #fff;
    text-align: center;
    border-radius: 35px;
  }
  .gnav .gnav-recruit a span,
  .gnav .gnav-contact a span {
    color: #fff;
    font-weight: 700;
  }
  .gnav .gnav-recruit {
    margin-left: 40px;
  }
  .gnav .gnav-recruit a {
    background: #ff9300;
    border: solid 2px #ff9300;
  }
  .gnav .gnav-recruit a:hover {
    background: #fff;
    color: #ff9300;
  }
  .gnav .gnav-recruit a:hover span {
    color: #ff9300;
  }
  .gnav .gnav-contact {
    margin-left: 5px;
  }
  .gnav .gnav-contact a {
    background: #ff6486;
    border: solid 2px #ff6486;
  }
  .gnav .gnav-contact a:hover {
    background: #fff;
    color: #ff6486;
  }
  .gnav .gnav-contact a:hover span {
    color: #ff6486;
  }
  .gnav .p_menu {
    position: relative;
  }
  .gnav .c_menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 2;
    padding-top: 30px;
  }
  .gnav .c_menu .inner {
    background: #3d8848;
    padding: 40px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gnav .c_menu a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-wrap: nowrap;
  }
  .gnav .c_menu a br {
    display: none;
  }
  .gnav .c_menu a::before {
    content: "";
    width: 5px;
    min-width: 5px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
  }
  .gnav .c_menu a:hover {
    color: #fff;
    opacity: 0.6;
  }
  .gnav .p_menu:hover .c_menu {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 1179.9px) {
  .header {
    height: 60px;
    top: 0;
    display: block;
    width: 100%;
    z-index: 11;
    position: fixed;
    background: #fff;
  }
  .header .header__inner {
    padding: 14px 25px;
    height: 100%;
  }
  .header h1 {
    width: 154px;
  }
  .header .header-wrap {
    border-radius: 0;
    background: #053d21;
    display: block;
    margin: 0;
    width: 100%;
    height: 100dvh;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    padding-right: 25px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    overflow: auto;
  }
  .header .header-wrap * {
    color: #fff;
    display: block;
  }
  .header .gnav {
    margin-bottom: 77px;
  }
  .header .gnav ul {
    display: block;
    margin-right: -20px;
  }
  .header .gnav li span {
    display: none;
  }
  .header .gnav a,
  .header .gnav .p_menu_text {
    margin-bottom: 10px;
    font-weight: 500;
  }
  .header .gnav a br,
  .header .gnav .p_menu_text br {
    display: none;
  }
  .header .gnav .c_menu {
    padding-left: 24px;
  }
  .header .gnav .c_menu a {
    font-weight: 500;
  }
  .header .gnav .c_menu a::before {
    content: "";
    width: 5px;
    height: 2px;
    display: inline-block;
    margin-right: 10px;
    background: #fff;
    vertical-align: middle;
    margin-bottom: 4px;
  }
  .header small {
    display: block;
    text-align: center;
    font-size: 1rem;
    opacity: 0.6;
    font-weight: 400;
  }
}
.hamburger {
  display: none;
}

@media screen and (max-width: 1179.9px) {
  .hamburger {
    display: block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    border: none;
    background: #fff;
  }
  .hamburger__line,
  .hamburger__line::before,
  .hamburger__line::after {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    width: 25px;
    height: 2px;
    background: #000;
    border-radius: 2px;
  }
  .hamburger__line {
    top: 20px;
    left: 17px;
  }
  .hamburger__line::before {
    content: "";
    top: 10px;
    left: 0;
  }
  .hamburger__line::after {
    content: "";
    top: 20px;
    left: 0;
  }
  /*activeクラスが付与されると線が回転して×になる*/
  .hamburger.active span {
    top: 22px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 27px;
  }
  .hamburger.active span::before {
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
  }
  .hamburger.active span::after {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 27px;
  }
  .header-wrap.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
}
.more_btn {
  min-width: 180px;
  background: #3d8848;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 2px #3d8848;
  border-radius: 23px;
  padding: 11px 30px;
  line-height: 1.3125;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767.9px) {
  .more_btn {
    min-width: 135px;
    padding: 7px 20px;
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
}
.more_btn::after {
  content: "";
  width: 9px;
  height: 11px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .more_btn::after {
    width: 6px;
    height: 7px;
    right: 20px;
  }
}
.more_btn:hover {
  color: #3d8848;
  background: #fff;
  opacity: 1;
}
.more_btn:hover::after {
  background: #3d8848;
}

.more_btn.white {
  background: #fff;
  color: #3d8848;
  border-color: #fff;
}
.more_btn.white::after {
  background: #3d8848;
}
.more_btn.white:hover {
  color: #fff;
  background: none;
  opacity: 1;
}
.more_btn.white:hover::after {
  background: #fff;
}

.page_top2 {
  margin-top: 220px;
}
@media screen and (max-width: 767.9px) {
  .page_top2 {
    margin-top: 110px;
  }
}

.page-id-13 .page_top,
.page-id-15 .page_top,
.page-id-17 .page_top {
  background-image: url(assets/img/page_contact@2x.jpg);
}
@media screen and (max-width: 767.9px) {
  .page-id-13 .page_top,
  .page-id-15 .page_top,
  .page-id-17 .page_top {
    background-image: url(assets/img/page_contact-sp@2x.jpg);
  }
}

.tax-cat_blog .page_top,
.post-type-archive-blog .page_top,
.page-id-84 .page_top,
.category .page_top {
  background-image: url(assets/img/page_news.jpg);
}
@media screen and (max-width: 767.9px) {
  .tax-cat_blog .page_top,
  .post-type-archive-blog .page_top,
  .page-id-84 .page_top,
  .category .page_top {
    background-image: url(assets/img/page_news-sp.jpg);
  }
}

.page-id-3 .page_top {
  background-image: url(assets/img/page_pp.jpg);
}
@media screen and (max-width: 767.9px) {
  .page-id-3 .page_top {
    background-image: url(assets/img/page_pp-sp.jpg);
  }
}

.page-id-36 .page_top {
  background-image: url(assets/img/page_about@2x.jpg);
}
@media screen and (max-width: 767.9px) {
  .page-id-36 .page_top {
    background-image: url(assets/img/page_about-sp@2x.jpg);
  }
}

.page-id-38 .page_top {
  background-image: url(assets/img/page_health-facility@2x.jpg);
}
@media screen and (max-width: 767.9px) {
  .page-id-38 .page_top {
    background-image: url(assets/img/page_health-facility-sp@2x.jpg);
  }
}

.page-id-40 .page_top {
  background-image: url(assets/img/page_chofu@2x.jpg);
}
@media screen and (max-width: 767.9px) {
  .page-id-40 .page_top {
    background-image: url(assets/img/page_chofu-sp@2x.jpg);
  }
}

.page_top {
  margin-top: 100px;
  height: 400px;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .page_top {
    height: 265px;
  }
}
.page_top::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0.3;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1179.9px) {
  .page_top {
    margin-top: 60px;
  }
}
.page_top .cont {
  position: absolute;
  z-index: 2;
  top: 49%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.page_top .cont h2 {
  text-align: center;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2222222222;
}
@media screen and (max-width: 767.9px) {
  .page_top .cont h2 {
    font-size: 3rem;
  }
}
.page_top .cont span {
  display: block;
  font-size: 3rem;
  margin-bottom: 15px;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .page_top .cont span {
    font-size: 2.2rem;
  }
}
.page_top .cont span::after {
  content: "";
  width: 2px;
  border-radius: 2px;
  height: 12px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .page_top .cont span::after {
    bottom: -12px;
  }
}

.pankuzu {
  background: #eef5d4;
  padding: 14px 0;
}
@media screen and (max-width: 767.9px) {
  .pankuzu {
    padding: 9px 0;
  }
}
.pankuzu .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  .pankuzu .cont {
    gap: 5px 15px;
  }
}
@media screen and (max-width: 767.9px) {
  .pankuzu .cont span,
  .pankuzu .cont span a {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.pankuzu .cont span br {
  display: none;
}
.pankuzu .cont .pankuzu_arrow {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 5px;
  height: 6px;
  background: #212121;
  margin-left: 5px;
  margin-top: 4px;
}
@media screen and (max-width: 767.9px) {
  .pankuzu .cont .pankuzu_arrow {
    margin-left: 0;
  }
}

.common_content {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .common_content {
    padding: 80px 0;
    overflow: hidden;
  }
}
.common_content::before {
  content: "";
  width: 200px;
  height: 204px;
  background-image: url(assets/img/ahirai.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 60px;
  right: 83px;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .common_content::before {
    width: 120px;
    height: 122px;
    right: -20px;
    top: 50px;
  }
}

.contact_top {
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .contact_top {
    margin-bottom: 75px;
  }
}
.contact_top .description {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .contact_top .description {
    margin-bottom: 51px;
  }
}

.tel_box {
  background: #009cd0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .tel_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 15px;
  }
}
.tel_box * {
  color: #fff;
}
.tel_box p:nth-child(1) {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .tel_box p:nth-child(1) {
    font-size: 1.2rem;
  }
  .tel_box p:nth-child(1) br {
    display: none;
  }
}
.tel_box .tel {
  margin: 0 25px 0 22px;
  font-size: 5rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .tel_box .tel {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767.9px) {
  .tel_box .tel {
    font-size: 4rem;
    margin: 0;
    line-height: 1.5;
  }
}
.tel_box .tel::before {
  content: "";
  margin-right: 6px;
  margin-top: 3px;
  display: inline-block;
  width: 28px;
  height: 39px;
  background-image: url(assets/img/tel_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .tel_box .tel::before {
    width: 21px;
    height: 29px;
  }
}
.tel_box p:nth-child(3) {
  font-size: 1.8rem;
  line-height: 1.2222222222;
}
@media screen and (max-width: 767.9px) {
  .tel_box p:nth-child(3) {
    font-size: 1.4rem;
  }
}

.form table,
.form tbody {
  display: block;
}
.form .check {
  display: inline-block;
  background: #3d8848;
  color: #fff;
  border-radius: 4px;
  padding: 3px 15px 4px;
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 18px;
}
@media screen and (max-width: 767.9px) {
  .form .check {
    font-size: 1rem;
    padding: 2px 12px 3px;
    line-height: 1.5;
    margin-right: 12px;
  }
}
.form br {
  display: none;
}
.form .ninni {
  background: #eef5d4;
  color: #3d8848;
}
.form tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .form tr {
    margin-bottom: 28px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
}
.form th {
  width: 310px;
  margin-top: 15px;
}
@media screen and (max-width: 767.9px) {
  .form th {
    width: 100%;
    margin-top: 0;
  }
}
.form th p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .form th p {
    font-size: 1.4rem;
  }
}
.form td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form input,
.form textarea {
  width: 100%;
  border-radius: 4px;
  border: solid 1px #8b8b8b;
  padding: 15px 25px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .form input,
  .form textarea {
    font-size: 1.6rem;
    padding: 7px 18px;
  }
}
.form textarea {
  min-height: 168px;
}
@media screen and (max-width: 767.9px) {
  .form textarea {
    min-height: 137px;
  }
}
.form .form_comment {
  margin-top: 14px;
  margin-bottom: 13px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .form .form_comment {
    margin-top: 13px;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.form .zip_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.form .zip_wrap::before {
  content: "〒";
  margin-right: 15px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .form .zip_wrap::before {
    font-size: 1.4rem;
  }
}
.form .zip_wrap p {
  width: 100%;
}
.form .zip_wrap input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.form ::-webkit-input-placeholder {
  color: #8b8b8b;
}
.form ::-moz-placeholder {
  color: #8b8b8b;
}
.form :-ms-input-placeholder {
  color: #8b8b8b;
}
.form ::-ms-input-placeholder {
  color: #8b8b8b;
}
.form ::placeholder {
  color: #8b8b8b;
}
@media screen and (max-width: 767.9px) {
  .form ::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .form ::-moz-placeholder {
    font-size: 1.4rem;
  }
  .form :-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .form ::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .form ::placeholder {
    font-size: 1.4rem;
  }
}
.form .zip_wrap input {
  width: 216px;
}
@media screen and (max-width: 767.9px) {
  .form .zip_wrap input {
    width: 158px;
  }
}
.form .radio {
  margin-top: 35px;
}
.form .radio th {
  margin-top: 0;
}
.form input[type=radio] {
  accent-color: #3d8848;
  width: 25px;
  height: 25px;
  margin-top: 0;
}
@media screen and (max-width: 767.9px) {
  .form input[type=radio] {
    width: 20px;
    height: 20px;
    padding: 0;
  }
}
.form .wpcf7-list-item {
  margin-left: 0;
  margin-right: 25px;
}
.form .privacy_policy_check {
  margin-top: 74px;
  margin-bottom: 60px;
  background: #eef5d4;
  text-align: center;
  padding: 31px 20px 35px;
  border-radius: 10px;
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check {
    margin-top: 54px;
    margin-bottom: 50px;
    padding: 20px 35px;
  }
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check label {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.form .privacy_policy_check p {
  display: inline-block;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check p {
    font-size: 1.4rem;
    text-align: left;
  }
  .form .privacy_policy_check p br {
    display: block;
  }
}
.form .privacy_policy_check a {
  font-size: 1.8rem;
  text-decoration: underline;
  color: #3d8848;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check .wpcf7-checkbox {
    display: block;
  }
}
.form .privacy_policy_check input {
  margin-right: 12px;
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check input {
    margin-right: 9px;
    vertical-align: middle;
  }
}
.form .privacy_policy_check .wpcf7-list-item {
  margin-right: 0;
}
.form .privacy_policy_check .check {
  margin-left: 15px;
  vertical-align: middle;
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check .check {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check > p {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.form .wpcf7-not-valid-tip {
  position: absolute;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  width: 90vw;
}
.form input[type=checkbox] {
  width: 25px;
  height: 25px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  margin-left: 0;
  padding: 0;
}
@media screen and (max-width: 767.9px) {
  .form input[type=checkbox] {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-left: 0;
    margin-right: 17px;
  }
}
.form .wpcf7-list-item {
  margin-left: 0;
}
.form .wpcf7-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767.9px) {
  .form .wpcf7-radio label {
    gap: 9px;
  }
}
.form input[type=checkbox]:checked::before {
  content: "";
  display: block;
  width: 17px;
  height: 12px;
  background-image: url("assets/img/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767.9px) {
  .form input[type=checkbox]:checked::before {
    width: 13px;
    height: 10px;
  }
}
.form .wpcf7-spinner {
  position: absolute;
}
.form .submit {
  text-align: center;
  width: 290px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .form .submit {
    width: 155px;
  }
}
.form .submit input {
  background: #3d8848;
  color: #fff;
  padding: 8px 30px 7px;
  border-radius: 23px;
  text-align: left;
  border: solid 2px #3d8848;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .form .submit input {
    padding: 9px 20px;
    font-size: 1.2rem;
  }
}
.form .submit::after {
  content: "";
  width: 9px;
  height: 11px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  right: 30px;
  top: 17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .form .submit::after {
    width: 6px;
    height: 7.5px;
    right: 20px;
    top: 17px;
  }
}
.form .submit:hover input {
  background: #fff;
  color: #3d8848;
}
.form .submit:hover::after {
  background: #3d8848;
}
.form .submit2 {
  margin-top: 20px;
}

.thanks_wrap {
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .thanks_wrap {
    padding-top: 30px;
  }
}
.thanks_wrap h3 {
  font-size: 2.8rem;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .thanks_wrap h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.thanks_wrap .description {
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .thanks_wrap .description {
    text-align: left;
  }
}
.thanks_wrap .more_btn {
  margin: 0 auto;
}

.page-id-15 .form th {
  margin-top: 0;
}

@media screen and (max-width: 767.9px) {
  .page-id-15 .form .privacy_policy_check p {
    font-size: 1.2rem;
  }
}

.bottom_contact {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.bottom_contact a {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 20px;
}
@media screen and (max-width: 767.9px) {
  .bottom_contact a {
    width: 100%;
    padding: 50px 40px;
    gap: 22px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.bottom_contact a .icon_wrap {
  border-radius: 50%;
  background: #fff;
  width: 100px;
  height: 100px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 1024px) {
  .bottom_contact a .icon_wrap {
    width: 75px;
    height: 75px;
  }
}
.bottom_contact a p {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .bottom_contact a p {
    font-size: 3rem;
  }
}
.bottom_contact a p span {
  display: block;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 3px;
}
@media screen and (max-width: 1024px) {
  .bottom_contact a p span {
    font-size: 2.2rem;
  }
}
.bottom_contact .bottom_contact_mail {
  background: #ff6486;
}
.bottom_contact .bottom_contact_mail img {
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .bottom_contact .bottom_contact_mail img {
    height: 30px;
  }
}
.bottom_contact .bottom_contact_tel {
  background: #009cd0;
  padding-right: 50px;
}
.bottom_contact .bottom_contact_tel img {
  width: 40px;
  -webkit-filter: brightness(0) saturate(100%) invert(41%) sepia(97%) saturate(1268%) hue-rotate(163deg) brightness(91%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(41%) sepia(97%) saturate(1268%) hue-rotate(163deg) brightness(91%) contrast(103%);
}
@media screen and (max-width: 1024px) {
  .bottom_contact .bottom_contact_tel img {
    width: 30px;
  }
}

.footer {
  background: #053d21;
  padding: 120px 0 10px;
}
@media screen and (max-width: 767.9px) {
  .footer {
    padding: 80px 0 100px;
  }
}
.footer * {
  color: #fff;
}
.footer .cont.flex-top {
  gap: 75px 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .footer .cont.flex-top {
    gap: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 54px;
  }
}
.footer .f_sns {
  margin-top: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.9px) {
  .footer .f_sns {
    margin-bottom: 60px;
    margin-top: 54px;
  }
}
@media screen and (max-width: 430px) {
  .footer .f_sns {
    width: 100%;
  }
}
.footer .f_sns p {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 10px;
}
.footer .f_sns p::before, .footer .f_sns p::after {
  content: "";
  width: 16px;
  height: 25px;
  background-image: url(assets/img/sns_bar.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.footer .f_sns p::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.footer .f_sns div {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.footer .f_sns a {
  border-radius: 10px;
  background: #e2ede3;
  display: grid;
  place-content: center;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 430px) {
  .footer .f_sns a {
    width: calc(50% - 5px);
  }
}
.footer .f_sns a img {
  width: 40px;
  height: 40px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer .f_sns a:hover {
  opacity: 1;
}
.footer .f_sns a:hover img {
  opacity: 0.5;
}
.footer .left {
  width: 237px;
}
.footer .left .f_logo {
  width: 100%;
  display: block;
  margin-bottom: 55px;
}
@media screen and (max-width: 767.9px) {
  .footer .left .f_logo {
    margin-bottom: 60px;
  }
}
.footer .left .f_logo img {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .footer .left p {
    font-size: 1.6rem;
  }
}
.footer .f_nav {
  gap: 20px 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767.9px) {
  .footer .f_nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 30px;
  }
}
.footer .f_nav li {
  margin-bottom: 14px;
}
.footer .f_nav a,
.footer .f_nav p {
  line-height: 1.3125;
}
@media screen and (max-width: 767.9px) {
  .footer .f_nav a,
  .footer .f_nav p {
    font-size: 1.6rem;
  }
  .footer .f_nav a br,
  .footer .f_nav p br {
    display: none;
  }
}
.footer .f_nav .f_c_menu {
  margin-top: 14px;
}
.footer .f_nav .f_c_menu a {
  max-width: 206px;
  margin-left: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .footer .f_nav .f_c_menu a {
    max-width: unset;
  }
}
.footer .f_nav .f_c_menu a::before {
  content: "";
  width: 5px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  margin-top: 10px;
  margin-right: 10px;
}
.footer .footer_bottom {
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 117px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
    gap: 15px;
  }
}
.footer .footer_bottom a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 26px 20px;
  gap: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom a {
    padding: 21px 60px 23px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 7px;
  }
}
.footer .footer_bottom a img {
  width: 75px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom a img {
    width: 56px;
  }
}
.footer .footer_bottom a p {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom a p {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.footer .footer_bottom a p span {
  display: block;
  font-size: 2rem;
  line-height: 1.45;
  margin-bottom: 3px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom a p span {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.footer .footer_bottom a:nth-child(1) p {
  padding-right: 50px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom a:nth-child(1) p {
    padding-right: 0;
  }
}
.footer small {
  text-align: center;
  color: #fff;
  opacity: 0.6;
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .footer small {
    font-size: 1rem;
  }
}

.time_wrap {
  gap: 6px 17px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .time_wrap {
    gap: 9px;
  }
}

time {
  color: #8b8b8b;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  time {
    font-size: 1.2rem;
  }
}

.news_category,
.post_category {
  gap: 10px;
}
@media screen and (max-width: 767.9px) {
  .news_category,
  .post_category {
    gap: 5px;
  }
}
.news_category p,
.post_category p {
  color: #8b8b8b;
  border: solid 1px #8b8b8b;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  padding: 5px 15px;
  border-radius: 17px;
}
@media screen and (max-width: 767.9px) {
  .news_category p,
  .post_category p {
    font-size: 1rem;
    padding: 3px 15px;
    line-height: 1.5;
  }
}

.article_news .time_wrap {
  margin-bottom: 30px;
}
.article_news .news_title {
  font-size: 3.5rem;
  line-height: 1.5714285714;
  padding-bottom: 12px;
  border-bottom: solid 2px #3d8848;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .article_news .news_title {
    font-size: 2.7rem;
    line-height: 1.4814814815;
    padding-bottom: 13px;
  }
}
.article_news .time_wrap {
  gap: 14px;
}
@media screen and (max-width: 767.9px) {
  .article_news .time_wrap {
    gap: 11px;
  }
}
.article_news .content {
  padding-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .article_news .content {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
.article_news .content p,
.article_news .content img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .article_news .content p,
  .article_news .content img {
    margin-bottom: 30px;
  }
}
.article_news .content a {
  text-decoration: underline;
}
.article_news .more_btn {
  margin: 0 auto;
}

.page_news .cont {
  max-width: 730px;
}
.page_news .news_category {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 60px;
  gap: 20px 0;
}
@media screen and (max-width: 767.9px) {
  .page_news .news_category {
    row-gap: 10px;
    margin-bottom: 50px;
  }
}
.page_news .news_category p {
  color: #3d8848;
  border: none;
  padding: 0;
  font-size: 2.4rem;
  font-weight: 500;
  margin-right: 10px;
}
@media screen and (max-width: 767.9px) {
  .page_news .news_category p {
    width: 100%;
    font-size: 2rem;
    margin: 0;
  }
}
.page_news .news_category p::before {
  content: "";
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: #3d8848;
  margin-right: 8px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 6px;
  vertical-align: middle;
}
@media screen and (max-width: 767.9px) {
  .page_news .news_category p::before {
    width: 6px;
    margin-right: 6px;
    margin-bottom: 4px;
  }
}
.page_news .news_category div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}
@media screen and (max-width: 767.9px) {
  .page_news .news_category div {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page_news .news_category a {
  min-width: 140px;
  color: #8b8b8b;
  border: solid 1px #8b8b8b;
  border-radius: 18px;
  text-align: center;
  padding: 5px 20px;
  line-height: 1.3125;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .page_news .news_category a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: unset;
    font-size: 1rem;
    padding: 3px 14px;
    line-height: 1.5;
  }
}
.page_news .news_category a:hover, .page_news .news_category a.current {
  border-color: #3d8848;
  background: #3d8848;
  color: #fff;
}
.page_news .news_list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 45px 35px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .page_news .news_list {
    margin-bottom: 75px;
    gap: 31px 27px;
  }
}
.page_news .news_list li {
  width: 220px;
}
@media screen and (max-width: 767.9px) {
  .page_news .news_list li {
    width: calc((100% - 27px) / 2);
  }
}
.page_news .news_list li img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767.9px) {
  .page_news .news_list li img {
    margin-bottom: 12px;
  }
}
.page_news .news_list li .post_category {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.9px) {
  .page_news .news_list li .post_category {
    margin-bottom: 12px;
  }
}
.page_news .news_list li .post_category p {
  padding: 5px 15px 7px;
}
@media screen and (max-width: 767.9px) {
  .page_news .news_list li .post_category p {
    padding: 3px 15px;
  }
}
.page_news .news_list li .news_title {
  color: #3d8848;
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
}
@media screen and (max-width: 767.9px) {
  .page_news .news_list li .news_title {
    font-size: 1.6rem;
    line-height: 1.375;
    margin-bottom: 5px;
  }
}

.pagenation {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.pagenation span,
.pagenation a {
  width: 35px;
  height: 35px;
  color: #3d8848;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .pagenation span,
  .pagenation a {
    width: 30px;
    height: 30px;
  }
}
.pagenation .current,
.pagenation .page-numbers:hover {
  color: #fff;
  background: #3d8848;
}
.pagenation .next::before,
.pagenation .prev::before {
  content: "";
  width: 9px;
  height: 11px;
  background: #3d8848;
}
.pagenation .next:hover,
.pagenation .prev:hover {
  background: unset;
}
.pagenation .next::before {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.pagenation .prev::before {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.pp_wrapper .cont {
  max-width: 1010px;
}
.pp_wrapper h2 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .pp_wrapper h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.pp_wrapper h3 {
  margin-top: 30px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .pp_wrapper h3 {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
.pp_wrapper h4 {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .pp_wrapper h4 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.pp_wrapper .ml1 {
  margin-left: 1em;
}
.pp_wrapper .ml2 {
  margin-left: 2em;
}
.pp_wrapper .pp_sign {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  margin: 30px 0 50px auto;
}
.pp_wrapper .pp_sign .name {
  font-size: 2.4rem;
  display: inline-block;
  margin-left: 15px;
}
.pp_wrapper .pp_sign p:nth-child(2) {
  margin-right: 1em;
  margin-bottom: -8px;
}

.philosophy {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .philosophy {
    padding-bottom: 75px;
  }
}
.philosophy::before {
  content: "";
  width: 100%;
  height: calc(100% - 360px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #eef5d4;
}
@media screen and (max-width: 767.9px) {
  .philosophy::before {
    height: calc(100% - 230px);
  }
}
.philosophy .cont {
  position: relative;
}
.philosophy .heading3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .philosophy .heading3 {
    margin-bottom: 50px;
  }
}
.philosophy .philosophy_top_img {
  border-radius: 20px;
  display: block;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .philosophy .philosophy_top_img {
    margin-bottom: 38px;
  }
}
.philosophy ol {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .philosophy ol {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.philosophy ol li {
  width: 320px;
  max-width: 35%;
  background: rgba(61, 136, 72, 0.9);
  border-radius: 50%;
  height: auto;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  position: relative;
  padding-left: 33px;
  padding-right: 33px;
}
@media screen and (max-width: 1024px) {
  .philosophy ol li {
    max-width: unset;
  }
}
@media screen and (max-width: 767.9px) {
  .philosophy ol li {
    width: 280px;
    padding-bottom: 10px;
  }
}
.philosophy ol li:nth-child(2) {
  margin: 0 -30px;
}
@media screen and (max-width: 1024px) {
  .philosophy ol li:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .philosophy ol li:nth-child(2) {
    margin: -30px 0;
  }
}
@media screen and (max-width: 1024px) {
  .philosophy ol li:nth-child(3) {
    margin-top: -60px;
  }
}
@media screen and (max-width: 767.9px) {
  .philosophy ol li:nth-child(3) {
    margin: 0;
  }
}
.philosophy ol p {
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding-top: 15px;
}
.philosophy ol .no {
  font-size: 5rem;
  font-weight: 700;
  position: absolute;
  top: 22px;
  width: 100%;
  line-height: 1;
  padding-top: 0;
}
@media screen and (max-width: 767.9px) {
  .philosophy ol .no {
    font-size: 4.2rem;
    position: static;
  }
}
.philosophy .philosophy_detail .heading4 {
  margin-bottom: 26px;
}
.philosophy .philosophy_detail .description {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  margin-bottom: 54px;
}
@media screen and (max-width: 767.9px) {
  .philosophy .philosophy_detail .description {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-bottom: 50px;
  }
}
.philosophy .philosophy_detail .flex {
  background: #fff;
  border-radius: 20px;
  padding: 40px 60px 40px 50px;
}
@media screen and (max-width: 767.9px) {
  .philosophy .philosophy_detail .flex {
    padding: 30px;
  }
}
.philosophy .philosophy_detail .flex img {
  width: 42%;
}
@media screen and (max-width: 767.9px) {
  .philosophy .philosophy_detail .flex img {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 400px;
  }
}
.philosophy .philosophy_detail .flex p {
  width: 53.2%;
  margin-top: 4%;
}
@media screen and (max-width: 767.9px) {
  .philosophy .philosophy_detail .flex p {
    width: 100%;
    margin-top: 0;
  }
}

.greeting {
  padding-top: 100px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 93px;
}
@media screen and (max-width: 767.9px) {
  .greeting {
    padding-top: 75px;
    margin-bottom: 75px;
  }
}
.greeting .heading3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .greeting .heading3 {
    margin-bottom: 50px;
  }
}
.greeting .flex-top {
  gap: 45px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .greeting .flex-top {
    gap: 40px;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.greeting .flex-top .img_wrap {
  position: relative;
  width: 18.5%;
}
@media screen and (max-width: 767.9px) {
  .greeting .flex-top .img_wrap {
    width: 185px;
  }
}
.greeting .flex-top .img_wrap img {
  width: 100%;
  aspect-ratio: 185/279;
  height: auto;
  border-radius: 20px;
  position: relative;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .greeting .flex-top .img_wrap img {
    aspect-ratio: 185/239;
  }
}
.greeting .flex-top .img_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15px;
  right: -15px;
  background: #3d8848;
  border-radius: 20px;
}
.greeting .flex-top .greeting_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -5px;
}
@media screen and (max-width: 767.9px) {
  .greeting .flex-top .greeting_detail {
    width: 100%;
    margin-top: 0;
  }
}
.greeting .flex-top .greeting_detail p {
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
@media screen and (max-width: 767.9px) {
  .greeting .flex-top .greeting_detail p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.greeting .flex-top .greeting_detail p:nth-child(1) {
  margin-bottom: 13px;
}
@media screen and (max-width: 767.9px) {
  .greeting .flex-top .greeting_detail p:nth-child(1) {
    margin-bottom: 15px;
  }
}
.greeting .flex-top .greeting_detail .greeting_name {
  text-align: right;
}

.overview .heading3 {
  margin-bottom: 56px;
}
@media screen and (max-width: 767.9px) {
  .overview .heading3 {
    margin-bottom: 50px;
  }
}
.overview .table1 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .overview .table1 {
    margin-bottom: 75px;
  }
}
.overview .heading4 {
  margin-bottom: 42px;
}
@media screen and (max-width: 767.9px) {
  .overview .heading4 {
    margin-bottom: 30px;
  }
}
.overview a {
  background: #eef5d4;
  border-radius: 20px;
  padding: 25px 30px;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 24px 26px 25px;
}
.overview a p {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3333333333;
  margin-bottom: 4px;
  color: #3d8848;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media screen and (max-width: 767.9px) {
  .overview a p {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}
.overview a address {
  font-style: normal;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  font-weight: 400;
}
.overview a::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #3d8848;
  position: absolute;
  top: 0;
  left: -200%;
  -webkit-transition: left 1s;
  transition: left 1s;
}
.overview a:hover {
  opacity: 1;
}
.overview a:hover p,
.overview a:hover address {
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.overview a:hover::before {
  left: 0;
  -webkit-transition: left 0.6s;
  transition: left 0.6s;
}

.table1 {
  display: block;
}
.table1 tbody {
  display: block;
}
.table1 th,
.table1 td {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5555555556;
}
@media screen and (max-width: 767.9px) {
  .table1 th,
  .table1 td {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.table1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 17px 15px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .table1 tr {
    padding: 15px;
  }
}
.table1 tr::after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  position: absolute;
}
.table1 tr:first-child::before {
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  position: absolute;
}
.table1 th {
  width: 153px;
}
@media screen and (max-width: 767.9px) {
  .table1 th {
    width: 110px;
  }
}
.table1 td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main_visual {
  margin-top: 100px;
  position: relative;
  padding-bottom: 178px;
  margin-bottom: 33px;
}
@media screen and (max-width: 1179.9px) {
  .main_visual {
    margin-top: 60px;
    padding-bottom: 0;
    margin-bottom: 7px;
  }
}
.main_visual::before, .main_visual::after {
  content: "";
  content: "";
  width: 200px;
  height: 204px;
  background-image: url(assets/img/ahirai.png);
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .main_visual::before, .main_visual::after {
    content: none;
  }
}
.main_visual::before {
  top: 50px;
  right: 83px;
}
.main_visual::after {
  bottom: 124px;
  left: 80px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.main_visual .cont {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .main_visual .cont {
    width: 100vw;
    border-radius: 0;
    height: 645px;
  }
  .main_visual .cont::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(assets/img/mv_bg.png);
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
.main_visual .swiper {
  width: 100%;
  height: 668px;
}
@media screen and (max-width: 767.9px) {
  .main_visual .swiper {
    height: 100%;
  }
}
.main_visual h2 {
  color: #fff;
  font-size: 5.5rem;
  line-height: 1.3636363636;
  position: absolute;
  top: 250px;
  left: 140px;
  z-index: 2;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .main_visual h2 {
    left: 70px;
    top: 70px;
  }
}
@media screen and (max-width: 767.9px) {
  .main_visual h2 {
    font-size: 4.7rem;
    line-height: 1.170212766;
    top: 281px;
    left: 46px;
  }
}
.main_visual .mv_right {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767.9px) {
  .main_visual .mv_right {
    position: static;
  }
}
@media screen and (min-width: 1500px) {
  .main_visual .mv_right {
    right: calc(50vw - 700px);
  }
}
@media (min-width: 2000px) {
  .main_visual .mv_right {
    right: calc(50vw - 900px);
  }
}
.main_visual .mv_right .mv_lead {
  background: #fff;
  border-radius: 30px 0 0 0;
  padding: 50px;
  max-width: 600px;
}
@media screen and (max-width: 767.9px) {
  .main_visual .mv_right .mv_lead {
    border-radius: 25px 25px 0 0;
    padding: 38px;
    margin-top: -38px;
    position: relative;
    max-width: 100%;
    z-index: 2;
  }
  .main_visual .mv_right .mv_lead::before {
    content: "";
    width: 120px;
    height: 122px;
    left: -20px;
    top: -20px;
    background-image: url(assets/img/ahirai.png);
    background-size: contain;
    position: absolute;
    z-index: 2;
  }
}
.main_visual .mv_right .mv_lead p {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .main_visual .mv_right .mv_lead p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.main_visual .mv_right .recruit_banner {
  margin: 0 20px 20px auto;
  width: 330px;
  display: block;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media screen and (max-width: 767.9px) {
  .main_visual .mv_right .recruit_banner {
    position: absolute;
    top: 512px;
    z-index: 3;
    right: 15px;
    width: 170px;
    margin: 0;
  }
}
.main_visual .mv_right .recruit_banner img {
  display: block;
}
.main_visual .scroll {
  position: absolute;
  left: calc(-39px + (100% - 1000px) / 2);
  top: 35.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1179.9px) {
  .main_visual .scroll {
    left: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .main_visual .scroll {
    top: 500px;
    left: 24px;
    z-index: 3;
    width: 24px;
  }
}
.main_visual .scroll p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.8rem;
  color: #3d8848;
  padding-top: 50px;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .main_visual .scroll p {
    font-size: 1.4rem;
    padding-top: 43px;
  }
}
.main_visual .scroll p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 1px;
  height: 40px;
  background: #3d8848;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}
@media screen and (max-width: 767.9px) {
  .main_visual .scroll p::before {
    height: 35px;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

.top_news {
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .top_news {
    margin-bottom: 120px;
  }
}
.top_news .cont {
  gap: 70px;
}
@media screen and (max-width: 767.9px) {
  .top_news .cont {
    position: relative;
    padding-bottom: 95px;
    gap: 0;
  }
}
.top_news .heading1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .top_news .heading1 {
    margin: 0 auto 60px;
  }
}
.top_news .more_btn {
  margin-bottom: 33px;
}
@media screen and (max-width: 767.9px) {
  .top_news .more_btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 0;
  }
}
.top_news .left {
  width: 180px;
}
@media screen and (max-width: 767.9px) {
  .top_news .left {
    width: 100%;
  }
}
.top_news .tab-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top_news .news_list li {
  position: relative;
  width: 100%;
}
.top_news .news_list li::after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  position: absolute;
}
.top_news .news_list li a {
  padding: 20px 0;
  gap: 30px;
}
@media screen and (max-width: 767.9px) {
  .top_news .news_list li a {
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top_news .news_list li a img {
  width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 10px;
}
@media screen and (max-width: 767.9px) {
  .top_news .news_list li a img {
    width: 90px;
  }
}
.top_news .news_list li a time {
  display: inline-block;
  margin-right: 17px;
}
@media screen and (max-width: 767.9px) {
  .top_news .news_list li a time {
    margin-right: 9px;
  }
}
.top_news .news_list li a .post_category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 767.9px) {
  .top_news .news_list li a .post_category {
    vertical-align: middle;
  }
}
.top_news .news_list li a .post_category p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top_news .news_list li a .news_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .top_news .news_list li a .news_detail {
    margin-top: -5px;
  }
}
.top_news .news_list li a .news_title {
  margin-top: 12px;
  width: 100%;
  color: #3d8848;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767.9px) {
  .top_news .news_list li a .news_title {
    margin-top: 4px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.top_news .news_list li a:hover {
  opacity: 1;
}
.top_news .news_list li a:hover .news_title {
  color: #24c43c;
}
.top_news .news_list li:first-child::before {
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  position: absolute;
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .tab-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}

.tab-list-ttl {
  color: #3d8848;
  border: none;
  padding: 0;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: -1px;
}
@media screen and (max-width: 767.9px) {
  .tab-list-ttl {
    display: none;
  }
}
.tab-list-ttl::before {
  content: "";
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: #3d8848;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.tab-list-item {
  line-height: 1.3125;
  cursor: pointer;
  position: relative;
  color: #707070;
  border-radius: 18px;
  padding: 5px 20px;
  min-width: 140px;
  text-align: center;
  border: solid 1px #707070;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .tab-list-item {
    font-size: 1.2rem;
    min-width: unset;
    padding: 3px 12px 4px;
  }
}
.tab-list-item:hover {
  opacity: 0.6;
}

.tab-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .tab-contents {
    margin-top: 0;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}

.tab-contents-item {
  display: none;
}

.tab-contents-item.show {
  display: block;
}

.top_about {
  padding-top: 120px;
  padding-bottom: 240px;
  position: relative;
  background: #eef5d4;
  border-radius: 200px 0 200px 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .top_about {
    margin-top: -40px;
    border-radius: 40px 0 40px 0;
    padding-top: 80px;
    padding-bottom: 108px;
    margin-bottom: 80px;
  }
}
.top_about::before {
  content: "";
  width: 92.75%;
  background-image: url(assets/img/top_bg.svg);
  height: auto;
  aspect-ratio: 1267/1217;
  position: absolute;
  top: 657px;
  left: 3.6%;
  background-size: contain;
}
@media screen and (max-width: 767.9px) {
  .top_about::before {
    background-image: url(assets/img/top_bg-sp.svg);
    aspect-ratio: 348/334;
    width: 92.8%;
    top: 169px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top_about::after {
  content: "";
  width: 100%;
  background-image: url(assets/img/top_bg2.svg);
  height: auto;
  aspect-ratio: 1366/122;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: contain;
}
@media screen and (max-width: 767.9px) {
  .top_about::after {
    background-image: url(assets/img/top_bg2-sp.svg);
    aspect-ratio: 375/33.6;
    width: 100%;
  }
}
.top_about .heading1 {
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .top_about .heading1 {
    margin-bottom: 60px;
  }
}
.top_about .cont {
  position: relative;
}
.top_about ul {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767.9px) {
  .top_about ul {
    margin-top: 60px;
    gap: 40px;
  }
}
.top_about li {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  border-radius: 20px;
}
.top_about li img {
  width: 58%;
}
@media screen and (max-width: 767.9px) {
  .top_about li img {
    width: 100%;
    aspect-ratio: 325/274;
    height: auto;
  }
}
.top_about li .detail {
  width: 42%;
  background: #3d8848;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 6.5% 65px;
}
@media screen and (max-width: 767.9px) {
  .top_about li .detail {
    width: 100%;
    padding: 26px 30px 30px;
  }
}
.top_about li .detail h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4583333333;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .top_about li .detail h3 {
    font-size: 2rem;
    line-height: 1.45;
    margin-bottom: 15px;
  }
}
.top_about li .detail h3 span {
  display: block;
  margin-bottom: 2px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .top_about li .detail h3 span {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.top_about li .detail p {
  color: #fff;
  margin-bottom: 12px;
}
@media screen and (max-width: 767.9px) {
  .top_about li .detail p {
    margin-bottom: 17px;
    line-height: 1.8333333333;
  }
}
.top_about li .detail .more_btn {
  margin-top: auto;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .top_about li .detail .more_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.top_about li .detail .kikan {
  border: solid 1px #fff;
  font-size: 1.8rem;
  padding: 7px 20px;
  border-radius: 18px;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 14px;
}
@media screen and (max-width: 767.9px) {
  .top_about li .detail .kikan {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    padding: 1px 26px;
    margin-bottom: 6px;
  }
}

.top_service {
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .top_service {
    margin-bottom: 80px;
  }
}
.top_service .heading1 {
  margin: 0 auto 70px;
}
@media screen and (max-width: 767.9px) {
  .top_service .heading1 {
    margin-bottom: 60px;
  }
}
.top_service ul {
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .top_service ul {
    gap: 15px;
  }
}
@media screen and (max-width: 430px) {
  .top_service ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top_service ul li {
  width: 320px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.top_service ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.top_service ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 32/23;
  display: block;
}
.top_service ul li .bottom {
  background: #eef5d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .top_service ul li .bottom {
    padding: 30px;
  }
}
.top_service ul li .bottom h3 {
  color: #3d8848;
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .top_service ul li .bottom h3 {
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.top_service ul li .bottom p:nth-child(2) {
  margin-bottom: 16px;
}
.top_service ul li .bottom .more {
  margin-top: auto;
  margin-left: auto;
  font-size: 2rem;
  line-height: 1.4;
  color: #3d8848;
  font-weight: 500;
  position: relative;
  padding-bottom: 4px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media screen and (max-width: 767.9px) {
  .top_service ul li .bottom .more {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 7px;
  }
}
.top_service ul li .bottom .more::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #3d8848;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.top_service ul li a:hover {
  opacity: 1;
}
.top_service ul li a:hover .more {
  color: #24c43c;
}

.top_blog {
  background: #eef5d4;
  padding: 120px 0;
}
@media screen and (max-width: 767.9px) {
  .top_blog {
    padding: 80px 0;
  }
}
.top_blog .heading1 {
  margin: 0 auto 70px;
}
@media screen and (max-width: 767.9px) {
  .top_blog .heading1 {
    margin-bottom: 60px;
  }
}
.top_blog ul {
  gap: 20px 2%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 80px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .top_blog ul {
    margin-bottom: 51px;
  }
}
.top_blog ul li {
  width: 49%;
  max-width: 490px;
  min-height: 140px;
}
@media screen and (max-width: 767.9px) {
  .top_blog ul li {
    width: 100%;
    min-height: 104px;
  }
}
.top_blog ul a {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  height: 100%;
}
.top_blog ul a .right {
  padding: 21px 25px 28px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
@media screen and (max-width: 767.9px) {
  .top_blog ul a .right {
    padding: 18px;
  }
}
.top_blog ul a img {
  width: 140px;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .top_blog ul a img {
    width: 108px;
  }
}
.top_blog ul a .time_wrap {
  margin-bottom: 12px;
}
@media screen and (max-width: 767.9px) {
  .top_blog ul a .time_wrap {
    margin-bottom: 4px;
  }
}
.top_blog ul a .blog_title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  color: #3d8848;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767.9px) {
  .top_blog ul a .blog_title {
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.top_blog ul a:hover {
  opacity: 1;
}
.top_blog ul a:hover .blog_title {
  color: #24c43c;
}
.top_blog ul a .time_wrap {
  margin-right: -10px;
}
@media screen and (max-width: 767.9px) {
  .top_blog ul a .post_category p {
    padding: 3px 8px;
  }
}
.top_blog .more_btn {
  margin: 0 auto;
}

.top_recruit {
  border-top: solid 20px #053d21;
  border-bottom: solid 20px #053d21;
  padding: 80px 0;
  background-color: #ff9300;
  background-image: url(assets/img/top_recruit@2x.png);
  background-size: cover;
  background-position: bottom center;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top_recruit {
    border-width: 15px;
    padding: 75px 0;
    background-image: url(assets/img/top_recruit-sp@2x.png);
  }
}
.top_recruit::before {
  content: "";
  background-image: url(assets/img/top_recruit2@2x.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .top_recruit::before {
    background-image: url(assets/img/top_recruit2-sp@2x.png);
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 97.6%;
    background-position: center;
  }
}
.top_recruit .cont {
  max-width: 290px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top_recruit .cont {
    max-width: 135px;
  }
}
.top_recruit .heading1 {
  color: #053d21;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767.9px) {
  .top_recruit .heading1 {
    margin-bottom: 26px;
  }
}
.top_recruit .heading1 span {
  color: #053d21;
}
.top_recruit .heading1 span::after {
  background: #053d21;
}
.top_recruit p {
  color: #053d21;
  margin-bottom: 25px;
}
@media screen and (max-width: 767.9px) {
  .top_recruit p {
    margin-bottom: 35px;
  }
}
.top_recruit .more_btn {
  background: #053d21;
  color: #ff9300;
  width: 100%;
  border-color: #053d21;
}
.top_recruit .more_btn::after {
  background: #ff9300;
}
.top_recruit .more_btn:hover {
  color: #053d21;
  background: #ff9300;
}
.top_recruit .more_btn:hover::after {
  background: #053d21;
}

.article_service .heading3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .article_service .heading3 {
    margin-bottom: 50px;
  }
}
.article_service .heading3 br {
  display: none;
}
.article_service .service_top-flex {
  margin-bottom: 65px;
}
@media screen and (max-width: 767.9px) {
  .article_service .service_top-flex {
    margin-bottom: 51px;
  }
}
.article_service .service_top-flex img {
  width: 60%;
  border-radius: 20px;
  aspect-ratio: 600/408;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .article_service .service_top-flex img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 26px;
  }
}
.article_service .service_top-flex p {
  width: 37%;
}
@media screen and (max-width: 767.9px) {
  .article_service .service_top-flex p {
    width: 100%;
  }
}
.article_service .service_flow {
  margin-bottom: 60px;
}

.service_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .service_top {
    margin-bottom: 50px;
  }
}

.service_top-point {
  gap: 50px 41px;
  margin-bottom: 54px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .service_top-point {
    gap: 34px 20px;
    margin-bottom: 50px;
  }
}
.service_top-point li {
  width: 306px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .service_top-point li {
    width: 100%;
    max-width: 375px;
  }
}
.service_top-point li .point {
  position: absolute;
  top: -15px;
  left: -15px;
  color: #3d8848;
  border: solid 2px #3d8848;
  border-radius: 22px 22px 0 22px;
  padding: 5px 20px 7px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  background: #fff;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.9px) {
  .service_top-point li .point {
    top: -12px;
    left: -12px;
    font-size: 1.4rem;
    padding: 3px 15px 4px;
  }
}
.service_top-point li img {
  display: block;
  border-radius: 10px;
  width: 100%;
  height: auto;
  aspect-ratio: 306/208;
  margin-bottom: 25px;
}
@media screen and (max-width: 767.9px) {
  .service_top-point li img {
    margin-bottom: 18px;
  }
}
.service_top-point li .description {
  color: #3d8848;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767.9px) {
  .service_top-point li .description {
    font-size: 1.6rem;
    line-height: 1.375;
  }
}

.service_top .table1 {
  margin-bottom: 55px;
}
@media screen and (max-width: 767.9px) {
  .service_top .table1 {
    margin-bottom: 50px;
  }
}

.service_top_detail {
  background: #eef5d4;
  border-radius: 20px;
  padding: 45px 40px 37px;
}
@media screen and (max-width: 767.9px) {
  .service_top_detail {
    padding: 30px;
  }
}
.service_top_detail h3 {
  color: #3d8848;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 500;
  padding-bottom: 7px;
  border-bottom: solid 1px #3d8848;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .service_top_detail h3 {
    font-size: 2rem;
    line-height: 1.2;
    padding-bottom: 8px;
    margin-bottom: 26px;
  }
}
.service_top_detail strong {
  display: block;
  color: #3d8848;
  margin-top: 25px;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 2px;
}
@media screen and (max-width: 767.9px) {
  .service_top_detail strong {
    margin-top: 27px;
    margin-bottom: 6px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}

.service_flow {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .service_flow {
    margin-bottom: 50px;
  }
}
.service_flow .heading4 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767.9px) {
  .service_flow .heading4 {
    margin-bottom: 38px;
  }
}
.service_flow ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 767.9px) {
  .service_flow ol {
    gap: 28px;
  }
}
.service_flow li {
  position: relative;
  gap: 18px;
}
.service_flow li .flow_time {
  position: absolute;
  top: -15px;
  left: -15px;
  color: #3d8848;
  border: solid 2px #3d8848;
  border-radius: 22px 22px 0 22px;
  padding: 5px 20px 7px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  background: #fff;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.9px) {
  .service_flow li .flow_time {
    top: -12px;
    left: -12px;
    font-size: 1.4rem;
    padding: 3px 15px 4px;
  }
}
.service_flow li img {
  width: 306px;
  aspect-ratio: 306/208;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 767.9px) {
  .service_flow li img {
    width: 100%;
    max-width: 400px;
  }
}
.service_flow li .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .service_flow li .right {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.service_flow li .flow_title {
  color: #3d8848;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4583333333;
  margin-bottom: 11px;
}
@media screen and (max-width: 767.9px) {
  .service_flow li .flow_title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}

.service_staff_message {
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .service_staff_message {
    margin-bottom: 75px;
  }
}
.service_staff_message .heading4 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .service_staff_message .heading4 {
    margin-bottom: 26px;
  }
}
.service_staff_message ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767.9px) {
  .service_staff_message ol {
    gap: 15px;
  }
}
.service_staff_message li {
  padding: 40px 40px 33px;
  border: solid 2px #3d8848;
  border-radius: 20px;
  gap: 35px;
}
@media screen and (max-width: 767.9px) {
  .service_staff_message li {
    padding: 30px;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.service_staff_message li img {
  width: 185px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 20px;
  -webkit-box-shadow: 15px 15px 0 #3d8848;
          box-shadow: 15px 15px 0 #3d8848;
}
@media screen and (max-width: 767.9px) {
  .service_staff_message li img {
    width: 115px;
    aspect-ratio: 115/160;
  }
}
.service_staff_message li .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service_staff_message li .facility,
.service_staff_message li .position,
.service_staff_message li .name {
  color: #3d8848;
  font-weight: 500;
}
.service_staff_message li .facility,
.service_staff_message li .position {
  line-height: 1.375;
}
@media screen and (max-width: 767.9px) {
  .service_staff_message li .facility,
  .service_staff_message li .position {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.service_staff_message li .name {
  margin: 9px 0 12px;
  font-size: 2.4rem;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767.9px) {
  .service_staff_message li .name {
    font-size: 2rem;
    line-height: 1.2;
    margin: 13px 0 0;
  }
}
.service_staff_message li .description {
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
.service_staff_message .sp-block.description {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}

.service_price {
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .service_price {
    margin-bottom: 75px;
  }
}
.service_price .heading3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .service_price .heading3 {
    margin-bottom: 50px;
  }
}
.service_price .service_price_wrap {
  margin-bottom: 55px;
}
@media screen and (max-width: 767.9px) {
  .service_price .service_price_wrap {
    margin-bottom: 26px;
  }
}
.service_price .heading4 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .service_price .heading4 {
    margin-bottom: 26px;
  }
}
.service_price .mt {
  margin-top: 60px;
}
@media screen and (max-width: 767.9px) {
  .service_price .mt {
    margin-top: 50px;
  }
}
.service_price h5 {
  margin-top: 30px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #3d8848;
  line-height: 1.3333333333;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .service_price h5 {
    margin-bottom: 26px;
    font-size: 2rem;
    line-height: 1.2;
    margin: 26px 0;
  }
}
.service_price img {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .service_price img {
    min-width: 700px;
  }
}
.service_price table {
  width: 1000px;
  overflow: scroll;
}
.service_price table::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .service_price table {
    width: auto;
  }
}

.service_overview .heading3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .service_overview .heading3 {
    margin-bottom: 50px;
  }
}
.service_overview table {
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .service_overview table {
    margin-bottom: 26px;
  }
}
.service_overview .download a {
  color: #3d8848;
  padding-bottom: 3px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 1px #3d8848;
  margin-bottom: 50px;
  line-height: 1.5;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .service_overview .download a {
    padding-bottom: 2px;
    margin-bottom: 38px;
  }
}
.service_overview .download a::after {
  content: "";
  width: 13px;
  height: 16px;
  background-image: url(assets/img/pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 4px;
}
@media screen and (max-width: 767.9px) {
  .service_overview .download a::after {
    width: 10px;
    height: 12px;
  }
}
.service_overview .map {
  width: 100%;
  height: 300px;
  margin-bottom: 24px;
  margin-top: 50px;
}
@media screen and (max-width: 767.9px) {
  .service_overview .map {
    height: 225px;
    margin-bottom: 26px;
  }
}
.service_overview .map iframe {
  width: 100%;
  height: 100%;
}

.facility_top .heading2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .facility_top .heading2 {
    margin-bottom: 27px;
  }
}
.facility_top .tel_box {
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 9px 0;
}
@media screen and (max-width: 767.9px) {
  .facility_top .tel_box {
    margin-top: 27px;
    margin-bottom: 50px;
    padding: 24px 13px;
  }
}
.facility_top .facility_swiper_wrap {
  overflow: hidden;
  position: relative;
  margin-bottom: 90px;
}
@media screen and (max-width: 767.9px) {
  .facility_top .facility_swiper_wrap {
    margin-bottom: 75px;
  }
}
.facility_top .facility_swiper,
.facility_top .facility_swiper2 {
  border-radius: 20px;
  width: 100%;
  height: auto;
  aspect-ratio: 100/68;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .facility_top .facility_swiper,
  .facility_top .facility_swiper2 {
    aspect-ratio: 325/221;
  }
}
.facility_top .facility_swiper img,
.facility_top .facility_swiper2 img {
  width: 100%;
  height: 100%;
}
.facility_top .facility_swiper-thumbnail,
.facility_top .facility_swiper-thumbnail2 {
  position: absolute;
  bottom: 27px;
  right: 12px;
}
@media screen and (max-width: 767.9px) {
  .facility_top .facility_swiper-thumbnail,
  .facility_top .facility_swiper-thumbnail2 {
    max-width: unset;
    margin-top: 10px;
    position: static;
  }
}
.facility_top .facility_swiper-thumbnail .swiper-slide,
.facility_top .facility_swiper-thumbnail2 .swiper-slide {
  width: 100px;
  height: auto;
  aspect-ratio: 100/68;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .facility_top .facility_swiper-thumbnail .swiper-slide,
  .facility_top .facility_swiper-thumbnail2 .swiper-slide {
    width: calc((100% - 30px) / 4);
    height: auto;
    aspect-ratio: 75/51;
  }
}
.facility_top .facility_swiper-thumbnail .swiper-slide img,
.facility_top .facility_swiper-thumbnail2 .swiper-slide img {
  width: 100%;
  height: 100%;
}
.facility_top .facility_swiper-thumbnail .swiper-slide-thumb-active,
.facility_top .facility_swiper-thumbnail2 .swiper-slide-thumb-active {
  border: solid 2px #fff;
}
@media screen and (max-width: 767.9px) {
  .facility_top .facility_swiper-thumbnail .swiper-slide-thumb-active,
  .facility_top .facility_swiper-thumbnail2 .swiper-slide-thumb-active {
    border-color: #acce29;
  }
}
.facility_top .facility_swiper-thumbnail {
  left: auto;
  width: 876px;
  max-width: calc(100% - 40px);
  height: auto;
  aspect-ratio: 876/68;
}
@media screen and (max-width: 767.9px) {
  .facility_top .facility_swiper-thumbnail {
    width: unset;
    max-width: unset;
    height: auto;
    aspect-ratio: 250/85;
  }
}
.facility_top .facility_swiper-thumbnail .swiper-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.facility_top .facility_swiper-thumbnail .swiper-slide {
  width: 11%;
  max-width: 100px;
}
@media screen and (max-width: 767.9px) {
  .facility_top .facility_swiper-thumbnail .swiper-slide {
    margin-top: 0 !important;
    width: auto;
    max-width: unset;
    height: auto;
  }
}

@media screen and (max-width: 767.9px) {
  .swiper-grid-column > .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-gap: 10px;
  }
}

.area_map {
  gap: 30px 20px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767.9px) {
  .area_map {
    row-gap: 23px;
    margin-bottom: 72px;
  }
}
.area_map li {
  width: calc((100% - 20px) / 2);
  height: auto;
  aspect-ratio: 49/30;
  position: relative;
  background: #ebf3ec;
  border-radius: 10px;
  padding: 40px 13px 25px;
}
@media screen and (max-width: 767.9px) {
  .area_map li {
    width: 100%;
    padding: 35px 12px 24px;
  }
}
.area_map li p {
  position: absolute;
  background: #3d8848;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  padding: 10px 31px 11px;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 28px;
  white-space: nowrap;
  text-align: center;
  max-width: 100%;
}
@media screen and (max-width: 767.9px) {
  .area_map li p {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 8px 26px;
    top: -16px;
  }
}
.area_map li p::after {
  content: "";
  width: 11px;
  height: 11px;
  background: #3d8848;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.area_map .pt {
  padding-top: 70px;
}
@media screen and (max-width: 767.9px) {
  .area_map .pt {
    padding-top: 35px;
  }
}
@media screen and (max-width: 767.9px) {
  .area_map .pt.sp {
    padding-top: 60px;
  }
}

.facility_detail .heading3 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .facility_detail .heading3 {
    margin-bottom: 66px;
  }
}
.facility_detail .facility_detail_service .heading4 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .facility_detail .facility_detail_service .heading4 {
    margin-bottom: 26px;
  }
}
.facility_detail .facility_detail_service ul {
  margin-bottom: 100px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 767.9px) {
  .facility_detail .facility_detail_service ul {
    gap: 15px;
  }
}
.facility_detail .facility_detail_service li {
  width: calc((100% - 20px) / 2);
  padding: 32px 40px 40px;
  background: #eef5d4;
  border-radius: 10px;
}
@media screen and (max-width: 767.9px) {
  .facility_detail .facility_detail_service li {
    width: 100%;
    padding: 30px;
  }
}
.facility_detail .facility_detail_service li a {
  display: block;
}
.facility_detail .facility_detail_service li h3 {
  color: #3d8848;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 500;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767.9px) {
  .facility_detail .facility_detail_service li h3 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 12px;
  }
}
.facility_detail .facility_detail_service li h3::before {
  content: "";
  width: 9px;
  height: 11px;
  background: #3d8848;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin-top: 12px;
}
@media screen and (max-width: 767.9px) {
  .facility_detail .facility_detail_service li h3::before {
    margin-top: 7px;
  }
}
.facility_detail .facility_detail_service li .more {
  margin-top: 6px;
  font-size: 2rem;
  line-height: 1.45;
  color: #3d8848;
  font-weight: 500;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding-bottom: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.9px) {
  .facility_detail .facility_detail_service li .more {
    margin-top: 13px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.facility_detail .facility_detail_service li .more::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #3d8848;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.facility_detail .facility_detail_service li a:hover {
  opacity: 1;
}
.facility_detail .facility_detail_service li a:hover .more {
  color: #24c43c;
}

.page_facility .top-point {
  margin-bottom: 60px;
}
.page_facility .service_flow {
  margin-bottom: 90px;
}
@media screen and (max-width: 767.9px) {
  .page_facility .service_flow {
    margin-bottom: 75px;
  }
}
.page_facility .service_price {
  margin-bottom: 90px;
}
@media screen and (max-width: 767.9px) {
  .page_facility .service_price {
    margin-bottom: 75px;
  }
}

.service_flow {
  margin-bottom: 100px;
}

.table2 {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .table2 {
    width: 100%;
    max-width: 470px;
  }
}
.table2 thead {
  font-weight: 500;
  display: block;
}
.table2 thead tr {
  background: #eef5d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table2 thead th {
  width: 160px;
  text-align: center;
  padding: 10px 10px 11px;
}
@media screen and (max-width: 767.9px) {
  .table2 thead th {
    width: 94px;
    padding: 7px 5px 9px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.table2 thead th:nth-child(2) {
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
}
.table2 thead th:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.table2 tbody {
  font-weight: 400;
  display: block;
}
.table2 tbody tr {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table2 tbody tr:nth-child(2n) {
  background: #f8f8f8;
}
.table2 tbody td {
  width: 160px;
  text-align: center;
  padding: 6px 20px 7px;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .table2 tbody td {
    width: 94px;
    padding: 7px 5px 9px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.table2 tbody td:nth-child(2) {
  border-left: solid 2px #ebebeb;
  border-right: solid 2px #ebebeb;
}
.table2 tbody td:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.table3 {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .table3 {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.table3 thead {
  font-weight: 500;
  display: block;
}
.table3 thead tr {
  background: #eef5d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table3 thead th {
  width: 68%;
  text-align: center;
  padding: 10px 20px 11px;
}
@media screen and (max-width: 767.9px) {
  .table3 thead th {
    width: 320px;
    padding: 7px 5px 9px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.table3 thead th:last-child {
  border-left: solid 2px #fff;
  width: 32%;
}
@media screen and (max-width: 767.9px) {
  .table3 thead th:last-child {
    width: 94px;
  }
}
.table3 tbody {
  font-weight: 400;
  display: block;
}
.table3 tbody tr {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table3 tbody tr:nth-child(2n) {
  background: #f8f8f8;
}
.table3 tbody td {
  width: 68%;
  text-align: center;
  padding: 6px 20px 7px;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .table3 tbody td {
    width: 320px;
    padding: 7px 10px 9px 15px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.table3 tbody td:last-child {
  border-left: solid 2px #ebebeb;
  width: 32%;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .table3 tbody td:last-child {
    width: 94px;
  }
}
.table3 tbody tr.rowspan td {
  width: 34%;
}
@media screen and (max-width: 767.9px) {
  .table3 tbody tr.rowspan td {
    width: 170px;
  }
}
.table3 tbody tr.rowspan td:nth-child(2) {
  border-left: solid 2px #ebebeb;
}
@media screen and (max-width: 767.9px) {
  .table3 tbody tr.rowspan td:nth-child(2) {
    width: 150px;
  }
}
.table3 tbody tr.rowspan td:last-child {
  width: 32%;
}
@media screen and (max-width: 767.9px) {
  .table3 tbody tr.rowspan td:last-child {
    width: 94px;
  }
}

.table4 {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .table4 {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.table4 thead {
  font-weight: 500;
  display: block;
}
.table4 thead tr {
  background: #eef5d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table4 thead th {
  width: 160px;
  text-align: center;
  padding: 10px 10px 11px;
}
@media screen and (max-width: 767.9px) {
  .table4 thead th {
    width: 94px;
    padding: 7px 5px 9px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.table4 thead th:nth-child(2) {
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
}
.table4 thead th:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .table4 thead th:first-child {
    width: 284px;
  }
}
.table4 tbody {
  font-weight: 400;
  display: block;
}
.table4 tbody tr {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table4 tbody tr:nth-child(2n) {
  background: #f8f8f8;
}
.table4 tbody td {
  border-right: solid 2px #ebebeb;
  text-align: center;
  line-height: 2;
  padding: 6px 20px 7px;
}
@media screen and (max-width: 767.9px) {
  .table4 tbody td {
    padding: 7px 5px 9px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.table4 tbody td:nth-child(3),
.table4 tbody td:nth-child(4) {
  width: 160px;
}
@media screen and (max-width: 767.9px) {
  .table4 tbody td:nth-child(3),
  .table4 tbody td:nth-child(4) {
    width: 93px;
  }
}
.table4 tbody td:nth-child(1) {
  width: 240px;
}
@media screen and (max-width: 767.9px) {
  .table4 tbody td:nth-child(1) {
    width: 86px;
  }
}
.table4 tbody td:nth-child(2) {
  width: 440px;
}
@media screen and (max-width: 767.9px) {
  .table4 tbody td:nth-child(2) {
    width: 200px;
  }
}
.table4 tbody td:last-child {
  border: none;
}

.table4-2 {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .table4-2 {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.table4-2 thead {
  font-weight: 500;
  display: block;
}
.table4-2 thead tr {
  background: #eef5d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table4-2 thead th {
  width: 320px;
  text-align: center;
  padding: 10px 10px 11px;
}
@media screen and (max-width: 767.9px) {
  .table4-2 thead th {
    padding: 7px 5px 9px;
    font-size: 1.2rem;
    line-height: 2;
    width: 95px;
  }
}
.table4-2 thead th:nth-child(2) {
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
}
.table4-2 thead th:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .table4-2 thead th:first-child {
    width: 284px;
  }
}
@media screen and (max-width: 767.9px) {
  .table4-2 thead th:first-child {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 284px;
  }
}
.table4-2 tbody {
  font-weight: 400;
  display: block;
}
.table4-2 tbody tr {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table4-2 tbody tr:nth-child(2n) {
  background: #f8f8f8;
}
.table4-2 tbody td {
  border-right: solid 2px #ebebeb;
  text-align: center;
  line-height: 2;
  padding: 6px 20px 7px;
}
@media screen and (max-width: 767.9px) {
  .table4-2 tbody td {
    padding: 7px 5px 9px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.table4-2 tbody td:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .table4-2 tbody td:nth-child(1) {
    width: 86px;
  }
}
.table4-2 tbody td:nth-child(2) {
  width: 440px;
}
@media screen and (max-width: 767.9px) {
  .table4-2 tbody td:nth-child(2) {
    width: 200px;
  }
}
.table4-2 tbody td:last-child {
  width: 320px;
  border: none;
}
@media screen and (max-width: 767.9px) {
  .table4-2 tbody td:last-child {
    width: 93px;
  }
}

.table5 {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .table5 {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.table5 thead {
  font-weight: 500;
  display: block;
}
.table5 thead tr {
  background: #eef5d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table5 thead th {
  width: 68%;
  text-align: center;
  padding: 10px 20px 11px;
}
@media screen and (max-width: 767.9px) {
  .table5 thead th {
    padding: 7px 5px 9px;
    font-size: 1.2rem;
    line-height: 2;
    width: 400px;
  }
}
.table5 thead th:last-child {
  border-left: solid 2px #fff;
  width: 32%;
}
@media screen and (max-width: 767.9px) {
  .table5 thead th:last-child {
    width: 100px;
  }
}
.table5 tbody {
  font-weight: 400;
  display: block;
}
.table5 tbody tr {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table5 tbody tr:nth-child(2n) {
  background: #f8f8f8;
}
.table5 tbody td {
  width: 68%;
  text-align: center;
  padding: 6px 20px 7px;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .table5 tbody td {
    padding: 7px 5px 9px;
    font-size: 1.2rem;
    line-height: 2;
    width: 400px;
  }
}
.table5 tbody td:last-child {
  border-left: solid 2px #ebebeb;
  width: 32%;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .table5 tbody td:last-child {
    width: 100px;
  }
}
.table5 tbody tr.rowspan td:nth-child(1) {
  width: 280px;
}
@media screen and (max-width: 767.9px) {
  .table5 tbody tr.rowspan td:nth-child(1) {
    width: 105px;
  }
}
.table5 tbody tr.rowspan td:nth-child(2) {
  width: 400px;
}
@media screen and (max-width: 767.9px) {
  .table5 tbody tr.rowspan td:nth-child(2) {
    width: 295px;
  }
}
.table5 tbody tr.rowspan td:nth-child(2) {
  border-left: solid 2px #ebebeb;
}
.table5 tbody tr.rowspan td:last-child {
  width: 32%;
}
@media screen and (max-width: 767.9px) {
  .table5 tbody tr.rowspan td:last-child {
    width: 100px;
  }
}

.page_facility.chofu .facility_detail .heading3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .page_facility.chofu .facility_detail .heading3 {
    margin-bottom: 50px;
  }
}
.page_facility.chofu .facility_detail {
  margin-bottom: 90px;
}
@media screen and (max-width: 767.9px) {
  .page_facility.chofu .facility_detail {
    margin-bottom: 75px;
  }
}

.chofu_detail_wrap {
  margin-bottom: 56px;
}
@media screen and (max-width: 767.9px) {
  .chofu_detail_wrap {
    margin-bottom: 50px;
  }
}
.chofu_detail_wrap .chofu_detail {
  background: #eef5d4;
  border-radius: 20px;
  position: relative;
  height: auto;
  aspect-ratio: 1000/452;
  margin-bottom: 63px;
}
@media screen and (max-width: 767.9px) {
  .chofu_detail_wrap .chofu_detail {
    padding: 26px 30px 270px;
    width: 100%;
    aspect-ratio: unset;
    margin-bottom: 50px;
  }
}
@media (max-width: 1155px) {
  .chofu_detail_wrap .chofu_detail p {
    font-size: 1.38vw;
  }
}
@media screen and (max-width: 767.9px) {
  .chofu_detail_wrap .chofu_detail p {
    font-size: 1.4rem;
  }
}
.chofu_detail_wrap .chofu_detail .img1 {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 767.9px) {
  .chofu_detail_wrap .chofu_detail .img1 {
    max-width: 450px;
  }
}
@media screen and (max-width: 430px) {
  .chofu_detail_wrap .chofu_detail .img1 {
    z-index: 3;
    max-width: 325px;
  }
}
.chofu_detail_wrap .chofu_detail .img2 {
  width: 26.8%;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .chofu_detail_wrap .chofu_detail .img2 {
    width: 120px;
    bottom: auto;
    top: 260px;
    z-index: 3;
  }
}
@media screen and (max-width: 430px) {
  .chofu_detail_wrap .chofu_detail .img2 {
    top: 296px;
  }
}
.chofu_detail_wrap .chofu_detail .chofu_detail_description {
  position: absolute;
  left: 4%;
  top: 30px;
  z-index: 3;
  width: 30.5%;
  margin-bottom: 9px;
}
@media screen and (max-width: 767.9px) {
  .chofu_detail_wrap .chofu_detail .chofu_detail_description {
    width: 100%;
    position: static;
    margin-bottom: 27px;
  }
}
.chofu_detail_wrap .chofu_detail .chofu_detail_description p:nth-child(1) {
  color: #3d8848;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1.4571428571;
  margin-bottom: 6px;
}
@media (max-width: 1155px) {
  .chofu_detail_wrap .chofu_detail .chofu_detail_description p:nth-child(1) {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767.9px) {
  .chofu_detail_wrap .chofu_detail .chofu_detail_description p:nth-child(1) {
    font-size: 2.7rem;
    margin-bottom: 9px;
  }
}
.chofu_detail_wrap .chofu_detail .chofu_detail_description p:nth-child(1) span {
  display: inline-block;
  margin-left: 5px;
  font-size: 2.4rem;
  line-height: 1.4583333333;
}
@media (max-width: 1155px) {
  .chofu_detail_wrap .chofu_detail .chofu_detail_description p:nth-child(1) span {
    font-size: 2.08vw;
  }
}
@media screen and (max-width: 767.9px) {
  .chofu_detail_wrap .chofu_detail .chofu_detail_description p:nth-child(1) span {
    font-size: 2rem;
  }
}
.chofu_detail_wrap .chofu_detail .comment {
  z-index: 3;
  border-radius: 10px;
  background: #3d8848;
  color: #fff;
  width: 23.2%;
  height: auto;
  aspect-ratio: 232/111;
  position: absolute;
  top: 9.3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1155px) {
  .chofu_detail_wrap .chofu_detail .comment {
    font-size: 2.08vw;
  }
}
@media screen and (max-width: 767.9px) {
  .chofu_detail_wrap .chofu_detail .comment {
    font-size: 2rem;
    padding: 10px 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-wrap: nowrap;
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
    left: auto;
  }
}
.chofu_detail_wrap .chofu_detail .comment span {
  display: block;
  text-align: center;
  font-size: 3.5rem;
  line-height: 1.4571428571;
}
@media (max-width: 1155px) {
  .chofu_detail_wrap .chofu_detail .comment span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767.9px) {
  .chofu_detail_wrap .chofu_detail .comment span {
    font-size: 2.7rem;
  }
}
.chofu_detail_wrap .chofu_detail .comment::after {
  content: "";
  width: 9px;
  height: 11px;
  background: #3d8848;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.chofu_detail_wrap .chofu_detail .matsunaga,
.chofu_detail_wrap .chofu_detail .chofu {
  z-index: 3;
  color: #fff;
  text-align: center;
  background: #3d8848;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
}
@media (max-width: 1155px) {
  .chofu_detail_wrap .chofu_detail .matsunaga,
  .chofu_detail_wrap .chofu_detail .chofu {
    font-size: 2.08vw;
  }
}
@media screen and (max-width: 767.9px) {
  .chofu_detail_wrap .chofu_detail .matsunaga,
  .chofu_detail_wrap .chofu_detail .chofu {
    width: 120px;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.chofu_detail_wrap .chofu_detail .matsunaga span,
.chofu_detail_wrap .chofu_detail .chofu span {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .chofu_detail_wrap .chofu_detail .matsunaga span,
  .chofu_detail_wrap .chofu_detail .chofu span {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 1px;
  }
}
.chofu_detail_wrap .chofu_detail .matsunaga {
  left: -12px;
  bottom: -12px;
}
@media screen and (max-width: 767.9px) {
  .chofu_detail_wrap .chofu_detail .matsunaga {
    left: -10px;
    bottom: 132px;
  }
}
.chofu_detail_wrap .chofu_detail .chofu {
  right: -10px;
  bottom: -12px;
}
@media screen and (max-width: 767.9px) {
  .chofu_detail_wrap .chofu_detail .chofu {
    right: -10px;
    bottom: 132px;
  }
}
.chofu_detail_wrap .chofu_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767.9px) {
  .chofu_detail_wrap .chofu_note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-bottom: 13px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.chofu_detail_wrap .chofu_note p {
  color: #3d8848;
  font-weight: 500;
}
.chofu_detail_wrap .chofu_note p:nth-child(1) {
  font-size: 2.4rem;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767.9px) {
  .chofu_detail_wrap .chofu_note p:nth-child(1) {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.facility_detail_criterion {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .facility_detail_criterion {
    margin-bottom: 50px;
  }
}
.facility_detail_criterion .heading4 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .facility_detail_criterion .heading4 {
    margin-bottom: 26px;
  }
}
.facility_detail_criterion ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.facility_detail_criterion ul li {
  width: 16.6666666667%;
}
@media screen and (max-width: 1024px) {
  .facility_detail_criterion ul li {
    width: 25%;
  }
}
@media screen and (max-width: 767.9px) {
  .facility_detail_criterion ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767.9px) {
  .facility_detail_criterion ul li.sp-none {
    display: none;
  }
}
.facility_detail_criterion ul li p {
  padding: 10px 20px 11px;
  text-align: center;
  line-height: 1.5;
  min-height: 45px;
}
@media screen and (max-width: 767.9px) {
  .facility_detail_criterion ul li p {
    width: 50%;
    min-height: unset;
    line-height: 1;
  }
}
.facility_detail_criterion ul li p:nth-child(1) {
  font-weight: 500;
  background: #eef5d4;
  border-right: solid 2px #fff;
}
@media (max-width: 1155px) {
  .facility_detail_criterion ul li p:nth-child(1) {
    font-size: 1.38vw;
  }
}
@media screen and (max-width: 767.9px) {
  .facility_detail_criterion ul li p:nth-child(1) {
    font-size: 1.4rem;
    border: none;
    border-bottom: solid 2px #fff;
  }
}
.facility_detail_criterion ul li p:nth-child(2) {
  border-right: solid 2px #ebebeb;
}
@media screen and (max-width: 767.9px) {
  .facility_detail_criterion ul li p:nth-child(2) {
    border: none;
    border-bottom: solid 2px #ebebeb;
  }
}
.facility_detail_criterion ul li:nth-child(6) p,
.facility_detail_criterion ul li:last-child p {
  border: none;
}
@media screen and (max-width: 1024px) {
  .facility_detail_criterion ul li:nth-child(6) p:nth-child(1) {
    border-right: solid 2px #fff;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767.9px) {
  .facility_detail_criterion ul li:nth-child(6) p:nth-child(1) {
    border-right: none;
    border-bottom: solid 2px #fff;
  }
}
@media screen and (max-width: 1024px) {
  .facility_detail_criterion ul li:nth-child(6) p:nth-child(2) {
    border-right: solid 2px #ebebeb;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767.9px) {
  .facility_detail_criterion ul li:nth-child(6) p:nth-child(2) {
    border-right: none;
    border-bottom: solid 2px #ebebeb;
  }
}
@media screen and (max-width: 1024px) {
  .facility_detail_criterion ul li p {
    font-size: 1.5rem !important;
  }
  .facility_detail_criterion ul li:nth-child(4) p,
  .facility_detail_criterion ul li:nth-child(8) p {
    border: none;
  }
}
@media screen and (max-width: 767.9px) {
  .facility_detail_criterion ul li:nth-child(4) p:nth-child(1),
  .facility_detail_criterion ul li:nth-child(8) p:nth-child(1) {
    border-bottom: solid 2px #fff;
  }
  .facility_detail_criterion ul li:nth-child(4) p:nth-child(2),
  .facility_detail_criterion ul li:nth-child(8) p:nth-child(2) {
    border-bottom: solid 2px #ebebeb;
  }
}
@media screen and (max-width: 767.9px) {
  .facility_detail_criterion ul li:nth-child(11) p {
    border-bottom: none;
  }
}

.room_information .heading3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .room_information .heading3 {
    margin-bottom: 50px;
  }
}
.room_information .heading4 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .room_information .heading4 {
    margin-bottom: 26px;
  }
}
.room_information .area_map {
  margin-top: 50px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 30px;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
}
@media screen and (max-width: 767.9px) {
  .room_information .area_map {
    margin-top: 37px;
    margin-bottom: 26px;
  }
}
.room_information .area_map li {
  padding: 27px 5px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.9px) {
  .room_information .area_map li {
    padding: unset;
  }
}
.room_information .area_map li img {
  -o-object-fit: contain;
     object-fit: contain;
}
.room_information .area_map .floor {
  width: 41%;
}
@media screen and (max-width: 767.9px) {
  .room_information .area_map .floor {
    width: 100%;
    padding: 36px 38px 22px 17px;
  }
}
.room_information .area_map .floor img {
  width: 87.8%;
}
@media screen and (max-width: 767.9px) {
  .room_information .area_map .floor img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.room_information .area_map .room {
  width: 57%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  aspect-ratio: 57/52;
}
@media screen and (max-width: 767.9px) {
  .room_information .area_map .room {
    width: 100%;
    padding: 34px 25px 24px 24px;
    aspect-ratio: unset;
  }
}
.room_information .area_map .room img {
  width: 68.77%;
  max-height: 100%;
}
@media screen and (max-width: 767.9px) {
  .room_information .area_map .room img {
    width: 100%;
    max-height: 321px;
    max-width: 400px;
    margin: 0 auto;
  }
}
.room_information .room_img {
  margin-bottom: 60px;
  gap: 15px 2%;
}
@media screen and (max-width: 767.9px) {
  .room_information .room_img {
    margin-bottom: 50px;
  }
}
.room_information .room_img img {
  width: 49%;
  height: auto;
  aspect-ratio: 490/328;
  border-radius: 10px;
}
@media screen and (max-width: 767.9px) {
  .room_information .room_img img {
    width: 100%;
  }
}

.room_price {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .room_price {
    margin-bottom: 50px;
  }
}
.room_price h5 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #3d8848;
  line-height: 1.4583333333;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .room_price h5 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 26px;
  }
}
.room_price table {
  display: block;
  border-bottom: solid 2px #ebebeb;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .room_price table {
    margin-bottom: 26px;
  }
}
.room_price table tbody {
  display: block;
}
.room_price table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f8f8f8;
}
.room_price table tr:nth-child(2n) {
  background: #fff;
}
.room_price table th {
  font-weight: 400;
  width: 26%;
  padding: 9px 20px 10px;
  border-right: solid 2px #ebebeb;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .room_price table th {
    width: 100px;
    padding: 6px 15px 8px;
  }
}
.room_price table th span {
  line-height: 1.5;
  width: 50px;
  display: inline-block;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 767.9px) {
  .room_price table th span {
    width: 45px;
  }
}
.room_price table td {
  font-weight: 400;
  line-height: 1.5;
  width: 74%;
  padding: 9px 40px 10px;
}
@media screen and (max-width: 767.9px) {
  .room_price table td {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 6px 15px 8px;
  }
}
.room_price table:nth-child(3) {
  border: none;
}

.room_information.other {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767.9px) {
  .room_information.other {
    margin-top: 75px;
    margin-bottom: 70px;
  }
}
.room_information.other .area_map {
  margin-bottom: 45px;
}
@media screen and (max-width: 767.9px) {
  .room_information.other .area_map {
    margin-bottom: 38px;
  }
}
.room_information.other .area_map li {
  padding: 43px 5px 38px;
}
@media screen and (max-width: 767.9px) {
  .room_information.other .area_map li {
    padding: 36px 38px 22px 17px;
  }
}
.room_information.other .area_map li img {
  width: 90%;
}
@media screen and (max-width: 767.9px) {
  .room_information.other .area_map li img {
    width: 100%;
  }
}

.room_information.other2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .room_information.other2 {
    margin-bottom: 75px;
  }
}
.room_information.other2 .area_map {
  margin-bottom: 45px;
}
@media screen and (max-width: 767.9px) {
  .room_information.other2 .area_map {
    margin-bottom: 38px;
  }
}
.room_information.other2 .area_map li {
  padding: 43px 5px 52px;
}
@media screen and (max-width: 767.9px) {
  .room_information.other2 .area_map li {
    padding: 36px 38px 22px 17px;
  }
}
.room_information.other2 .area_map li img {
  width: 95%;
}
@media screen and (max-width: 767.9px) {
  .room_information.other2 .area_map li img {
    width: 100%;
  }
}

#scroll-top {
  position: fixed;
  z-index: 2;
  bottom: 12px;
  right: 24px;
  width: 60px;
  height: 60px;
  display: none;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}

@media screen and (max-width: 767.9px) {
  #scroll-top {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    right: 8px;
    bottom: 0;
  }
}
#scroll-top:hover {
  bottom: 16px;
}

@media screen and (max-width: 767.9px) {
  #scroll-top:hover {
    bottom: 6px;
  }
}
#scroll-top a {
  width: 100%;
  height: 100%;
  display: block;
}

#scroll-top a span {
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 29px;
  right: 11px;
}

#scroll-top a span::before {
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: #999;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 9px;
  right: 9px;
}

@media screen and (max-width: 767.9px) {
  .post-type-archive-blog .page_news .news_category div,
  .tax-cat_blog .page_news .news_category div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}/*# sourceMappingURL=style.css.map */