@charset "UTF-8";
/* CSS Document */
/*================================

下層共通

================================*/
.main-lowpage {
  background-color: #f2f2f2;
}
.main-lowpage:after {
  background-color: #f2f2f2;
}

/*--- Head ----------*/
.low-head {
  width: 100%;
  height: 400px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 50px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 840px) {
  .low-head {
    height: 360px;
  }
}
@media (max-width: 600px) {
  .low-head {
    height: 240px;
    padding-top: 40px;
  }
}
.low-head .page-title span {
  display: block;
}
.low-head .page-title .en {
  color: #07A455;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 600px) {
  .low-head .page-title .en {
    font-size: 1.6rem;
  }
}
.low-head .page-title .jp {
  font-size: 4.6rem;
  line-height: 1.4;
  margin-top: 1rem;
}
@media (max-width: 600px) {
  .low-head .page-title .jp {
    font-size: 3.5rem;
  }
}

/*--- Single Head ----------*/
.single-head {
  display: block;
  padding-top: 180px;
  padding-bottom: 60px;
  line-height: 1.4;
}
@media (max-width: 840px) {
  .single-head {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .single-head {
    padding-top: 96px;
    padding-bottom: 30px;
  }
}
.single-head .sub-heading {
  font-size: 1.8rem;
  color: #07A455;
  font-weight: 600;
}
@media (max-width: 600px) {
  .single-head .sub-heading {
    font-size: 1.6rem;
  }
}
.single-head .heading {
  font-size: 3.2rem;
  margin-top: 1rem;
}
@media (max-width: 600px) {
  .single-head .heading {
    font-size: 2.8rem;
    margin-top: 0.8rem;
  }
}
.single-head .icon:before {
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
}
.single-head .cat {
  margin-top: 1.5rem;
  color: #07A455;
  font-weight: 600;
}
.single-head .cat:before {
  content: "\f07c";
}
.single-head .date {
  color: #07A455;
  margin-top: 0.3rem;
}
.single-head .date:before {
  content: "\f017";
}

/*--- Category ----------*/
.cat-list li {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cat-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: -webkit-gradient(linear, left top, right top, from(#32b466), to(#23b594));
  background: linear-gradient(to right, #32b466, #23b594);
  width: auto;
  height: 32px;
  padding-left: 26px;
  padding-right: 12px;
  border-radius: 15px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  margin-right: 8px;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .cat-list li a {
    font-size: 1.4rem;
    height: 30px;
    padding-left: 24px;
    margin-right: 6px;
  }
}
.cat-list li a:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f9db00;
}
@media (max-width: 600px) {
  .cat-list li a:before {
    width: 10px;
    height: 10px;
  }
}

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

初期設定

================================*/
* {
  --wp--preset--font-size--x-large: 24px;
  --wp--preset--font-size--large: 22px;
  --wp--preset--font-size--medium: 18px;
  --wp--preset--font-size--small: 14px;
  --wp--preset--spacing--20: 20px!important;
  --wp--preset--spacing--30: 35px!important;
  --wp--preset--spacing--40: 60px!important;
  --wp--preset--spacing--50: 75px!important;
  --wp--preset--spacing--60: 90px!important;
  --wp--preset--spacing--70: 105px!important;
  --wp--preset--spacing--80: 120px!important;
}

@media (max-width: 600px) {
  * {
    --wp--preset--font-size--x-large: 22px;
    --wp--preset--font-size--large: 20px;
    --wp--preset--font-size--medium: 17px;
    --wp--preset--font-size--small: 12px;
    --wp--preset--spacing--30: 25px !important;
    --wp--preset--spacing--40: 50px !important;
    --wp--preset--spacing--50: 65px !important;
    --wp--preset--spacing--60: 80px !important;
    --wp--preset--spacing--70: 95px !important;
    --wp--preset--spacing--80: 110px !important;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1rem;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.wp-block-image figcaption {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 0;
}

mark {
  font-style: normal;
}

sup {
  font-size: 0.8em;
  vertical-align: top;
}

.wp-block-button {
  margin-bottom: 1rem !important;
}

.wp-block-image {
  margin-top: 2rem;
  margin-bottom: 30px;
}

.wp-block-gallery {
  margin-top: 2rem !important;
  margin-bottom: 30px !important;
}
.wp-block-gallery > .wp-block-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/*--------------------------------
single / page
---------------------------------*/
.sec-single article hr,
.sec-page article hr {
  background-color: #bdbdbd;
  display: block;
  border: 0;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
}
.sec-single article h2, .sec-single article h3, .sec-single article h4, .sec-single article h5,
.sec-page article h2,
.sec-page article h3,
.sec-page article h4,
.sec-page article h5 {
  font-style: normal;
  line-height: 1.4;
  font-weight: 700;
}
.sec-single article h2,
.sec-page article h2 {
  display: block;
  font-size: 2.6rem;
  padding-bottom: 5px;
  margin-top: 50px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
}
.sec-single article h2:first-child,
.sec-page article h2:first-child {
  margin-top: 0;
}
@media (max-width: 600px) {
  .sec-single article h2,
  .sec-page article h2 {
    font-size: 2.3rem;
  }
}
.sec-single article h3,
.sec-page article h3 {
  font-size: 2.4rem;
  border-left: 2px solid #333;
  padding-left: 10px;
  margin-top: 46px;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .sec-single article h3,
  .sec-page article h3 {
    font-size: 2.1rem;
  }
}
.sec-single article h4,
.sec-page article h4 {
  font-size: 2.2rem;
  margin-top: 36px;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .sec-single article h4,
  .sec-page article h4 {
    font-size: 1.9rem;
  }
}
.sec-single article h5,
.sec-page article h5 {
  font-size: 2rem;
  margin-top: 30px;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .sec-single article h5,
  .sec-page article h5 {
    font-size: 1.8rem;
  }
}
.sec-single article h6,
.sec-page article h6 {
  font-size: 1.8rem;
  margin-top: 20px;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .sec-single article h6,
  .sec-page article h6 {
    font-size: 1.6rem;
  }
}
.sec-single article p,
.sec-page article p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.sec-single article p a,
.sec-page article p a {
  text-decoration: underline;
  word-wrap: break-word;
}
.sec-single article .wp-block-list,
.sec-page article .wp-block-list {
  margin-left: 2.2rem;
  margin-bottom: 1.2rem;
}
.sec-single article .wp-block-list li,
.sec-page article .wp-block-list li {
  list-style: inherit !important;
  line-height: 1.6;
}
.sec-single article .wp-block-list li:not(:last-of-type),
.sec-page article .wp-block-list li:not(:last-of-type) {
  margin-bottom: 0.6rem;
}

/* 前後 */
.post_single_navigation {
  overflow: hidden;
  padding: 0 0;
  letter-spacing: 0.01em;
  font-size: 1.3rem;
  margin-top: 60px;
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  .post_single_navigation {
    margin-top: 48px;
    margin-bottom: 32px;
  }
}
.post_single_navigation a {
  height: 38px;
  line-height: 38px;
  color: #07A455;
}
.post_single_navigation a:hover {
  background-color: #fff;
}
.post_single_navigation .prev a {
  position: relative;
  float: left;
  width: 50%;
  padding-left: 22px;
}
.post_single_navigation .next a {
  position: relative;
  float: right;
  width: 50%;
  text-align: right;
  padding-right: 22px;
}

.post_single_navigation .prev a::before {
  position: absolute;
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  left: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.post_single_navigation .next a:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  right: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*----------------------------------
Page Navi
----------------------------------*/
.nav-links ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 40px;
}

.nav-links li > * {
  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;
  font-size: 14px;
  height: 45px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  border-radius: 10px;
}
@media (max-width: 600px) {
  .nav-links li > * {
    height: 40px;
  }
}

.nav-links li > *:not(.dots) {
  width: 45px;
  color: #333;
  background: #fff;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
@media (max-width: 600px) {
  .nav-links li > *:not(.dots) {
    width: 40px;
  }
}

.nav-links li > .current,
.nav-links li > a:hover {
  color: #ffffff;
  background: #32B466;
  opacity: 1;
}

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

FAQ Page

================================*/
.faq-contents:not(:last-of-type) {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .faq-contents:not(:last-of-type) {
    margin-bottom: 80px;
  }
}
.faq-contents h3 {
  position: relative;
  padding-left: 22px;
  padding-bottom: 4px;
  border-bottom: 1px solid #32B466;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .faq-contents h3 {
    padding-left: 20px;
  }
}
.faq-contents h3:before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #32B466;
}
@media (max-width: 600px) {
  .faq-contents h3:before {
    top: 1rem;
    width: 12px;
    height: 12px;
  }
}
.faq-contents .qa-list {
  position: relative;
  border-bottom: 1px dotted #bdbdbd;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
.faq-contents .qa-list dt {
  position: relative;
  padding-left: 36px;
  padding-top: 3px;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media (max-width: 600px) {
  .faq-contents .qa-list dt {
    padding-left: 32px;
    margin-bottom: 0.6rem;
  }
}
.faq-contents .qa-list dt:before {
  font-size: 2.6rem;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  content: "Q.";
  font-family: "Jost", sans-serif;
  font-weight: 600 !important;
  color: #07A455;
}
@media (max-width: 600px) {
  .faq-contents .qa-list dt:before {
    font-size: 2.4rem;
  }
}
.faq-contents .qa-list dd {
  position: relative;
  padding-left: 36px;
  padding-top: 1px;
}
@media (max-width: 600px) {
  .faq-contents .qa-list dd {
    padding-left: 32px;
  }
}
.faq-contents .qa-list dd:before {
  font-size: 2.6rem;
}
@media (max-width: 600px) {
  .faq-contents .qa-list dd:before {
    font-size: 2.4rem;
  }
}
.faq-contents .qa-list dd:before {
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "A.";
  font-family: "Jost", sans-serif;
  font-weight: 600 !important;
  color: #07A455;
}

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

Blog Index

================================*/
.blog-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 60px 5%;
}
@media (max-width: 840px) {
  .blog-list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 55px 5%;
  }
}
@media (max-width: 600px) {
  .blog-list {
    grid-gap: 30px 5%;
  }
}
.blog-list .blog-list__card a:hover {
  opacity: 1;
}
.blog-list .blog-list__card a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.blog-list .blog-img {
  overflow: hidden;
  aspect-ratio: 300/380;
  border-radius: 20px;
}
@media (max-width: 600px) {
  .blog-list .blog-img {
    border-radius: 10px;
  }
}
.blog-list .blog-title {
  line-height: 1.5;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .blog-list .blog-title {
    margin-top: 10px;
  }
}
.blog-list .icon:before {
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
}
.blog-list .blog-cat {
  line-height: 1;
  color: #07A455;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .blog-list .blog-cat {
    margin-top: 8px;
  }
}
.blog-list .blog-cat:before {
  content: "\f07c";
}
.blog-list .blog-date {
  line-height: 1;
  color: #07A455;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .blog-list .blog-date {
    margin-top: 8px;
  }
}
.blog-list .blog-date:before {
  content: "\f017";
}

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

Contact

================================*/
.contact .tel-box {
  width: 100%;
  max-width: 468px;
  padding: 30px 15px;
  border: 1px solid #32B466;
  border-radius: 20px;
  background-color: #fff;
  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;
  margin: 0 auto;
  color: #07A455;
  text-align: center;
}
@media (max-width: 600px) {
  .contact .tel-box {
    padding: 20px 10px;
    border-radius: 14px;
  }
}
.contact .tel-box p {
  line-height: 1;
}
.contact .tel-box .icon {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact .tel-box .icon img {
  width: 34px;
  height: auto;
  margin-right: 5px;
  padding-top: 1px;
}
@media (max-width: 840px) {
  .contact .tel-box .icon img {
    width: 28px;
  }
}
@media (max-width: 600px) {
  .contact .tel-box .icon img {
    width: 26px;
  }
}
.contact .tel-box .fs-20 {
  font-weight: 600;
}
@media (max-width: 840px) {
  .contact .tel-box .fs-20 {
    font-size: 1.8rem;
  }
}
@media (max-width: 600px) {
  .contact .tel-box .fs-20 {
    font-size: 1.6rem;
  }
}
.contact .tel-box .fs-32 {
  font-weight: 600;
  margin-top: 14px;
}
@media (max-width: 840px) {
  .contact .tel-box .fs-32 {
    font-size: 2.8rem !important;
  }
}
@media (max-width: 600px) {
  .contact .tel-box .fs-32 {
    font-size: 2.6rem !important;
  }
}
.contact .tel-box .fs-14 {
  margin-top: 14px;
}

.formbox .hissu-txt {
  margin-bottom: 2rem;
}
.formbox .hissu-txt span {
  color: #cc0000;
}
.formbox dl {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.5;
}
.formbox dl dt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #07A455;
}
@media (max-width: 600px) {
  .formbox dl dt {
    font-size: 17px;
  }
}
.formbox dl dt span {
  margin-left: 6px;
  display: inline-block;
  border: 1px solid #07A455;
  color: #07A455;
  border-radius: 16px;
  padding: 1px 10px 2px;
  font-size: 13px;
}
@media (max-width: 600px) {
  .formbox dl dt span {
    font-size: 12px;
  }
}

.formbox input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
.formbox input[type=text],
.formbox input[type=email],
.formbox input[type=tel] {
  width: 100%;
  background: #fff;
  border: none;
  margin-bottom: 6px;
  padding: 10px;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
.formbox textarea {
  padding: 10px;
  width: 100%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 150px;
  border: none;
  background: #fff;
  border: none;
  font-style: normal;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
.formbox .wpcf7-list-item-label {
  cursor: pointer;
}
.formbox .wp-select {
  position: relative;
}
.formbox .wp-select select {
  width: 150px;
  max-width: 100%;
  padding: 10px 60px 10px 10px;
  margin-left: 10px;
  background: #fff;
  border: 1px solid #B3B3B3;
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.formbox .wp-select:before {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid #565656;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  pointer-events: none;
  content: "";
}

#formbtn {
  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;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  width: 260px;
  max-width: 100%;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  padding: 1rem;
  border: none !important;
  color: #fff;
  background: #32B466;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
}
@media (max-width: 600px) {
  #formbtn {
    font-size: 1.5rem;
    width: 240px;
    height: 56px;
    border-radius: 28px;
  }
}

.wpcf7-submit:disabled {
  background-color: #999 !important;
  color: #333 !important;
  cursor: not-allowed !important;
}

/*-- チェックボックス --*/
.formbox span.wpcf7-list-item {
  position: relative;
  margin: 0 1.5rem 0.5rem 0;
  line-height: 1.7;
  font-size: 17px;
}
@media (max-width: 600px) {
  .formbox span.wpcf7-list-item {
    font-size: 16px;
  }
}
.formbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.formbox .wpcf7-list-item-label:before {
  content: "";
  border: 1px solid #5a5a5a;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
.formbox input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
  width: 15px;
  height: 14px;
  background: url("../img/common/check.png") no-repeat center;
  background-size: contain;
}

/*-- 同意確認 --*/
.formbox .check-text-box {
  text-align: center;
  margin: 15px auto 30px auto;
}
.formbox .check-text-box span.wpcf7-list-item {
  font-size: 1.5rem;
}
.formbox .check-text-box a {
  text-decoration: underline;
}
.formbox .check-text-box span.wpcf7-list-item {
  margin-right: 0;
  margin-bottom: 0;
}
.formbox #formbtn:disabled {
  background-color: #b7b7b7;
  cursor: not-allowed;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid #cc0000 !important;
  color: #cc0000;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*
.wpcf7 form.sent .wpcf7-response-output {
  border-color: $green!important;
  color: $green!important;
}
*/
.wpcf7 .wpcf7-not-valid-tip {
  color: #cc0000 !important;
}

/*reCAPTCHAテキスト*/
.recaptcha-policy {
  margin-top: 20px;
  font-size: 1.3rem;
  text-align: center;
}
.recaptcha-policy a {
  text-decoration: underline;
}