@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-feature-settings: "palt" !important;
  -webkit-font-feature-settings: "palt" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

@media screen and (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .tb-hide {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .sp-hide {
    display: none !important;
  }
}
/*--------------------------
基本設定
---------------------------*/
a,
a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a img:hover {
  opacity: 0.8;
  text-decoration: none;
}

a.textlink:hover {
  text-decoration: none;
}

hr {
  background-color: #a8a8a8;
  display: block;
  border: 0;
  height: 1px;
}

a[href^="tel:"] {
  cursor: default;
}

.txt-link {
  color: #008D43 !important;
  text-decoration: underline;
}

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

.c-white {
  color: #fff;
}

.c-red {
  color: #ff0000;
}

.fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.anchor {
  display: block;
  padding-top: 110px;
  margin-top: -110px;
}
@media (max-width: 600px) {
  .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}
@media (max-width: 600px) {
  .anchor {
    padding-top: 50px;
    margin-top: -50px;
  }
}

@media (max-width: 1024px) {
  .img-res {
    overflow: hidden;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

/*---------------------------------
レイアウト関係
-----------------------------------*/
main {
  width: 100%;
  display: block;
}

/* LOW page */
.low-page {
  padding-top: 135px;
}
@media (max-width: 1024px) {
  .low-page {
    padding-top: 100px;
  }
}
@media (max-width: 600px) {
  .low-page {
    padding-top: 75px;
  }
}

.inner {
  width: 90%;
  margin: 0 auto;
  height: auto;
  position: relative;
}

.inner:after {
  clear: both;
  content: "";
  display: table;
}

.inner-wide {
  max-width: 1600px;
}

.inner-xl {
  max-width: 1240px;
}

.inner-lg {
  max-width: 1100px;
}

.inner-md {
  max-width: 768px;
}

/* 下層 Head Image */
.low-page-head-img {
  width: 95%;
  margin-inline: auto;
  aspect-ratio: 1366/260;
  margin-bottom: 3%;
}
@media (max-width: 1024px) {
  .low-page-head-img {
    width: 100%;
    aspect-ratio: 1000/250;
  }
}
@media (max-width: 600px) {
  .low-page-head-img {
    aspect-ratio: 800/250;
    margin-bottom: 0;
  }
}

/* 2 column */
.flex-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .flex-2col {
    display: block;
  }
}
.flex-2col .lt-wrap {
  width: 36.3%;
  height: 100%;
  position: sticky;
  top: 90px;
}
@media (max-width: 1024px) {
  .flex-2col .lt-wrap {
    width: 100%;
    height: inherit;
    position: relative;
    top: inherit;
  }
}
@media (max-width: 600px) {
  .flex-2col .lt-wrap {
    margin-bottom: 40px;
  }
}
.flex-2col .rt-wrap {
  width: 63.7%;
}
@media (max-width: 1024px) {
  .flex-2col .rt-wrap {
    width: 100%;
  }
}

/*--- スペース関係 ---*/
.pt-xl {
  padding-top: 140px;
}

.pb-xl {
  padding-bottom: 140px;
}

.pt-lg {
  padding-top: 95px;
}

.pb-lg {
  padding-bottom: 95px;
}

.pt-md {
  padding-top: 60px;
}

.mt50 {
  margin-top: 50px;
}

.mt30 {
  margin-top: 30px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb50 {
  margin-bottom: 50px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb10 {
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .pt-xl {
    padding-top: 100px;
  }
  .pb-xl {
    padding-bottom: 100px;
  }
  .pt-lg {
    padding-top: 70px;
  }
  .pb-lg {
    padding-bottom: 70px;
  }
}
@media (max-width: 600px) {
  .pt-xl {
    padding-top: 80px;
  }
  .pb-xl {
    padding-bottom: 80px;
  }
  .pt-lg {
    padding-top: 50px;
  }
  .pb-lg {
    padding-bottom: 50px;
  }
  .pt-md {
    padding-top: 30px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
}
/*-----------------------------
見出し・フォント
------------------------------*/
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.3;
  letter-spacing: 0.12rem;
}

.min {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-style: normal;
  letter-spacing: 0;
}

/* セクションタイトル */
.title-box {
  margin-top: -10px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .title-box {
    margin-bottom: 50px;
  }
}
.title-box:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  margin-top: 22px;
  background-color: #333;
}
.title-box span {
  letter-spacing: 0.06rem;
}

.non-border:after {
  display: none;
}

.sec-title {
  font-size: clamp(29px, 2.5vw, 36px);
  font-weight: 500;
  margin-top: 10px;
}

/* 下層ページタイトル */
.page-title-wrap {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 600px) {
  .page-title-wrap {
    margin-bottom: 30px;
  }
}
.page-title-wrap .page-title {
  font-size: clamp(30px, 2.9166666667vw, 42px);
  line-height: 1;
  letter-spacing: 0.05rem;
  margin-top: 12px;
}

.danraku p {
  line-height: 2;
}
.danraku p:not(:last-of-type) {
  margin-bottom: 1.2rem;
}

p {
  line-height: 1.6;
}

/*-- font --*/
.fs28 {
  font-size: 2.8rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs17 {
  font-size: 1.7rem;
}

body {
  font-size: 1.5rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs13 {
  font-size: 1.3rem;
}

.fs12 {
  font-size: 1.2rem;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.ls-xl {
  letter-spacing: 0.15rem;
}

.ls-lg {
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 600px) {
  .fs28 {
    font-size: 2.5rem;
  }
  .fs18 {
    font-size: 1.7rem;
  }
  .fs17 {
    font-size: 1.6rem;
  }
  body {
    font-size: 1.4rem;
  }
  .fs14 {
    font-size: 1.3rem;
  }
  .fs13 {
    font-size: 1.2rem;
  }
  .fs12 {
    font-size: 1.1rem;
  }
}
/*----------------------------
button
-----------------------------*/
.btn a {
  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;
  position: relative;
  width: 250px;
  max-width: 100%;
  height: 60px;
  color: #fff !important;
  background-color: #008D43;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media (max-width: 600px) {
  .btn a {
    font-size: 1.5rem;
    width: 230px;
    height: 50px;
  }
}
.btn a:hover {
  text-decoration: none;
  opacity: 1;
  background-color: #808080;
}

/*----------------------------
head
---------------------------*/
.site-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 70px;
  padding: 0 1.5%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.site-header.transform {
  background: rgba(255, 255, 255, 0.8);
}

.site-logo {
  padding: 0;
  margin: 0;
  line-height: 1;
}
.site-logo svg {
  width: 160px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

#top-page-header .site-logo .cls-1 {
  fill: #fff;
}

#top-page-header.transform .site-logo .cls-1 {
  fill: #008d43;
}

/*
.site-header.transform .site-logo img {
  width: 140px;
}
*/
@media screen and (max-width: 1024px) {
  .site-header,
  .site-header.transform {
    padding: 0 10px;
    height: 64px;
  }
  .site-logo svg {
    width: 150px;
  }
  .gnav {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .site-header,
  .site-header.transform {
    height: 56px;
  }
  .site-logo svg {
    width: 120px;
  }
}
/*----------------------------
PC NAV
---------------------------*/
#nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#nav ul li {
  position: relative;
}

#nav ul li a {
  display: block;
  white-space: nowrap;
  padding: 0 14px;
  line-height: 1;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}

#top-page-header #nav ul li a {
  color: #fff;
}

#top-page-header.transform #nav ul li a {
  color: #333;
}

#nav ul li.nav_btn a {
  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;
  background-color: #008D43;
  color: #fff !important;
  width: 150px;
  height: 40px;
  max-width: 100%;
  margin-left: 10px;
  font-size: 1.6rem;
  font-weight: 600;
}

#nav ul li a:hover {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  #nav {
    display: none;
  }
}
/*--------------------------
SP-navi
---------------------------*/
@media screen and (min-width: 1025px) {
  .zdo_drawer_menu {
    display: none;
  }
  .overlay {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #menu_btn {
    top: 8px;
    right: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 50px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #menu_btn {
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    color: #333;
  }
  #top-page-header #menu_btn {
    color: #fff;
  }
  #top-page-header.transform #menu_btn {
    color: #333;
  }
  #menu_btn.active,
  #top-page-header.transform #menu_btn.active {
    color: #fff;
  }
  .menu-trigger {
    width: 28px;
    height: 11px;
    position: relative;
    margin-bottom: 10px;
  }
  .menu-trigger span {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #top-page-header .menu-trigger span {
    background-color: #fff;
  }
  #top-page-header.transform .menu-trigger span {
    background-color: #333;
  }
  #menu_btn.active .menu-trigger span {
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-22deg);
            transform: translateY(5px) rotate(-22deg);
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    -webkit-transform: translateY(-5px) rotate(22deg);
            transform: translateY(-5px) rotate(22deg);
  }
  /*
   SP-NAVI
   ---------------------*/
  .overlay {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background: rgba(0, 0, 0, 0.7);
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #sp_nav {
    width: 320px;
    height: 100%;
    background: #008D43;
    background-color: rgba(0, 141, 67, 0.85);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    -webkit-transform: translate(320px);
            transform: translate(320px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #sp_nav .sp_nav_inner {
    width: 100%;
    height: 100%;
    padding: 90px 50px 20px;
    overflow: auto;
  }
  #sp_nav.open {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  #sp_nav .sp_nav_menu {
    margin-bottom: 20px;
  }
  #sp_nav .sp_nav_menu li {
    text-align: left;
  }
  #sp_nav .sp_nav_menu li a {
    position: relative;
    color: #fff;
    display: block;
    position: relative;
    white-space: nowrap;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
  }
  #sp_nav .sp_nav_menu li a:hover {
    opacity: 1;
  }
  /*-- 初期はsub-menuを隠す --*/
  #sp_nav .sp_nav_menu .menu-item-has-children .sub-menu {
    display: none;
  }
  #sp_nav .sp_nav_menu .menu-item-has-children .sub-menu {
    padding: 0 0 20px 0;
  }
  #sp_nav .sp_nav_menu .menu-item-has-children .sub-menu li {
    position: relative;
  }
  #sp_nav .sp_nav_menu .menu-item-has-children .sub-menu li:before {
    display: block;
    content: "";
    position: absolute;
    top: 55%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
  }
  #sp_nav .sp_nav_menu .menu-item-has-children .sub-menu li a {
    padding: 8px 0 8px 22px;
  }
  #sp_nav .sp_nav_menu .menu-item-has-children > a:after,
  #sp_nav .sp_nav_menu .menu-item-has-children > a:before {
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0px;
    margin: auto;
    width: 16px;
    height: 1px;
    background: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #sp_nav .sp_nav_menu .menu-item-has-children > a:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #sp_nav .sp_nav_menu .menu-item-has-children > a.open:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #sp_nav .sp_nav_menu .menu-item-has-children > a.open:after {
    background: transparent;
  }
  /*
  SNS ICON
  ------------------*/
  .sns-menu-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sns-menu-sp li a {
    color: #fff;
    font-size: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 600px) {
  #menu_btn {
    top: 5px;
    right: 5px;
    font-size: 10px;
  }
  #sp_nav {
    width: 100%;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  #sp_nav .sp_nav_inner {
    padding: 80px 40px 20px;
  }
  #sp_nav .sp_nav_menu li a {
    font-size: 15px;
  }
}
/*------------------------------------------
footer
-------------------------------------------*/
footer {
  width: 100%;
  background-color: #333;
  padding: 80px 0;
  color: #fff !important;
}
@media (max-width: 1024px) {
  footer {
    padding: 70px 0 30px;
  }
}
@media (max-width: 600px) {
  footer {
    padding: 50px 0 30px;
  }
}

.foot-top-wrap {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #666;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .foot-top-wrap {
    display: block;
  }
}
.foot-top-wrap .f-logo img {
  width: 170px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .foot-top-wrap .f-logo img {
    width: 120px;
  }
}
.foot-top-wrap .f-add {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .foot-top-wrap .f-add {
    padding-top: 20px;
  }
}
.foot-top-wrap .f-nav {
  text-align: right;
}
@media (max-width: 1024px) {
  .foot-top-wrap .f-nav {
    display: none;
  }
}
.foot-top-wrap .f-nav li {
  display: inline;
}
.foot-top-wrap .f-nav li:after {
  content: "/";
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
}
.foot-top-wrap .f-nav li:last-child:after {
  margin-left: 0;
  margin-right: 0;
  content: "";
}
.foot-top-wrap .f-nav li a {
  line-height: 1;
  padding: 0;
  margin: 0;
}
.foot-top-wrap .f-contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .foot-top-wrap .f-contact-wrap {
    display: block;
    margin-top: 30px;
  }
}
.foot-top-wrap .f-contact-wrap .f-con-txt {
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .foot-top-wrap .f-contact-wrap .f-con-txt {
    margin-bottom: 10px;
  }
}
.foot-top-wrap .f-contact-wrap .btn a i {
  margin-right: 6px;
}
.foot-top-wrap .f-contact-wrap .btn a:hover {
  background-color: #808080;
}

.foot-bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
}
@media (max-width: 1024px) {
  .foot-bottom-wrap {
    display: block;
  }
}
.foot-bottom-wrap .foot-bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .foot-bottom-wrap .foot-bottom-left {
    display: block;
  }
}
.foot-bottom-wrap .foot-bottom-right {
  text-align: right;
}
@media (max-width: 1024px) {
  .foot-bottom-wrap .foot-bottom-right {
    margin-top: 40px;
    text-align: center;
  }
}
.foot-bottom-wrap .policy {
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .foot-bottom-wrap .policy {
    margin-bottom: 6px;
  }
}
.foot-bottom-wrap .copy {
  line-height: 1;
  color: #B3B3B3;
}
.foot-bottom-wrap .copy:before {
  content: "©";
}
.foot-bottom-wrap .pagetop a {
  white-space: nowrap;
  padding: 10px 15px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .foot-bottom-wrap .pagetop a {
    display: block;
    width: 100%;
  }
}
.foot-bottom-wrap .pagetop a i {
  margin-left: 10px;
}
.foot-bottom-wrap .pagetop a:hover {
  opacity: 1;
}

/*-----------------------
 reCAPTCHAバッジ非表示
-----------------------*/
.grecaptcha-badge {
  visibility: hidden;
}