@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*トップページの指定
*/
#contents > .inner {
  width: 100%;
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: bottom;
}

.mainblock img {
  max-width: 100%;
}

/*-- Q&A ------------*/
.qa-block {
  margin-bottom: 1.8em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #b0b0b0;
  position: relative;
}

/* + */
.qa-block:before,
.qa-block:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 15px;
  margin: auto;
  width: 3px;
  height: 15px;
  border-radius: 3px;
  background: #00402c;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.qa-block.open:before {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.qa-block:after {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

/* A */
.qa-block .answer {
  position: relative;
  padding: 7px 2px 10px 50px;
  margin-top: 40px;
  display: none;
}

.qa-block .answer p {
  padding: 0 0 12px 5px;
}

.qa-block .answer::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  background: #b1883a;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-top: 0.1em;
}

.qa-block .answer::after {
  content: "A";
  position: absolute;
  top: -1px;
  left: 11px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  border: none;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.qa-block .answer p {
  margin: 0;
}

/* Q */
.mce-content-body .qa-block h4,
.qa-block h4 {
  border-bottom: none;
  display: block;
  position: relative;
  color: #121212;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  padding: 5px 30px 0 50px !important;
  cursor: pointer;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.mce-content-body .qa-block h4::before,
.qa-block h4::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #00402c;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-top: -0.15em;
  border: none;
  -webkit-transform: none;
          transform: none;
}

.mce-content-body .qa-block h4::after,
.qa-block h4::after {
  content: "Q";
  position: absolute;
  top: 0;
  left: 9px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  border: none;
  -webkit-transform: none;
          transform: none;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.bold {
  font-weight: bold;
}

.sec_top {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec_top .sec_img {
  text-align: center;
  margin: 0;
}
.sec_top .sec_img img {
  margin: auto;
}
.sec_top div, .sec_top ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec_top .sec_text {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 1em;
}
.sec_top .sec_text:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sec_top .sec_text {
    font-size: 18px;
    line-height: 34px;
  }
}

.sec01 {
  padding: 50px 0 320px;
  background: url("../img/sp_sec01_bg.jpg") no-repeat center bottom/cover;
}
.sec01 h2 {
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0em;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #797979;
}
.sec01 h2 .sec_span {
  font-size: 30px;
  color: #01773c;
}
.sec01 .sec_title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: bold;
  color: #01773c;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 18px;
}
.sec01 .sec_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: -50px;
  top: 7px;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #01773c;
}
.sec01 .sec_text .sec_span {
  color: #01773c;
  font-weight: bold;
}
.sec01 .sec_list {
  position: relative;
  z-index: 0;
}
.sec01 .sec_list li {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  padding: 10px 0;
  padding-right: 10px;
  padding-left: 50px;
  background: url("../img/sec01_list_bg.png") no-repeat center/cover;
  font-weight: bold;
  position: relative;
}
.sec01 .sec_list li:not(:first-child) {
  margin-top: 15px;
}
.sec01 .sec_list li:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: -6px;
  top: 0;
  bottom: -6px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #8ebbb0;
}
.sec01 .sec_list li:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 15px;
  right: auto;
  top: 12px;
  bottom: auto;
  width: 26px;
  height: 24px;
  background: url("../img/sec01_check.png") no-repeat center/cover;
}
@media (min-width: 768px) {
  .sec01 {
    padding: 110px 0 120px;
    background: url("../img/sec01_bg.jpg") no-repeat center/cover;
  }
  .sec01 .sec_box {
    width: 715px;
  }
  .sec01 h2 {
    text-align: left;
    width: 753px;
    font-size: 42px;
    line-height: 72px;
    letter-spacing: 0.15em;
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
  .sec01 h2 .sec_span {
    display: inline-block;
    margin-left: -37px;
    font-size: 72px;
  }
  .sec01 .sec_title {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 23px;
    margin-top: 50px;
    padding-right: 18px;
  }
  .sec01 .sec_title:after {
    right: -158px;
    top: 7px;
    bottom: 0;
    width: 158px;
    height: 1px;
  }
  .sec01 .sec_list li {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.02em;
    padding: 16px 0;
    padding-left: 65px;
  }
  .sec01 .sec_list li:not(:first-child) {
    margin-top: 15px;
  }
  .sec01 .sec_list li:before {
    left: 0;
    right: -6px;
    top: 0;
    bottom: -6px;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .sec01 .sec_list li:after {
    left: 24px;
    right: auto;
    top: 22px;
    bottom: auto;
    width: 26px;
    height: 24px;
  }
}

.sec02 {
  padding: 50px 0;
  background: url("../img/sec02_bg.jpg") no-repeat center/cover;
}
.sec02 h2 {
  font-size: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.sec02 .sec_text {
  text-align: center;
}
.sec02 .sec_text {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .sec02 {
    padding: 100px 0 120px;
  }
  .sec02 h2 {
    font-size: 50px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
  }
  .sec02 .sec_text {
    line-height: 30px;
    margin-bottom: 50px;
  }
  .sec02 .row {
    gap: 0 40px;
  }
  .sec02 .row .col_2 {
    margin: 0;
    width: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.sec03 {
  padding: 300px 0 50px;
  background: url("../img/sp_sec03_bg.jpg") no-repeat right top/cover;
}
.sec03 h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  text-align: center;
}
.sec03 h2 .sec_span {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding: 9.5px 14px;
  letter-spacing: 0.05em;
  margin: auto;
  font-weight: bold;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
  background: url("../img/sec03_text.png") no-repeat center/cover;
}
.sec03 h2 .sec_span2 {
  font-size: 30px;
  font-weight: bold;
}
.sec03 h2 .sec_span3 {
  font-size: 20px;
  font-weight: 500;
}
.sec03 .sec_img {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .sec03 .sec_img {
    max-width: 85%;
    margin: 0 auto 20px;
  }
}
@media (min-width: 768px) {
  .sec03 {
    padding: 120px 0 140px;
    background: url("../img/sec03_bg.jpg") no-repeat center/cover;
  }
  .sec03 h2 {
    font-size: 72px;
    line-height: 1;
    letter-spacing: 0.25em;
    margin-bottom: 70px;
    text-align: left;
  }
  .sec03 h2 .sec_span {
    font-size: 38px;
    line-height: 1;
    padding: 9.5px 14px;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
    text-align: left;
    margin-left: 0;
  }
  .sec03 h2 .sec_span2 {
    font-size: 142px;
  }
  .sec03 h2 .sec_span3 {
    font-size: 56px;
    font-weight: 500;
  }
  .sec03 .sec_img {
    text-align: left;
    margin-right: 11%;
  }
}

.sec04 {
  padding: 50px 0;
  background: url("../img/sec04_bg.jpg") no-repeat center/cover;
}
.sec04 h2 {
  font-size: 24px;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 0 20px;
  padding-right: 25px;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.sec04 h2 .sec_span {
  color: #01773c;
}
.sec04 h2 .sec_span2 {
  color: #b18a41;
}
.sec04 h2:before, .sec04 h2:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  top: 30px;
  bottom: 0;
  width: 2px;
  height: 50px;
  background: #191919;
}
.sec04 h2:before {
  left: 0;
  right: auto;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.sec04 h2:after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.sec04 .sec_bnr a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  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;
  text-align: center;
  padding: 0 19px;
  height: 100px;
  position: relative;
}
.sec04 .sec_bnr a .sec_span {
  display: block;
  width: 100%;
  margin-top: -5px;
}
.sec04 .sec_bnr a .span_title1 {
  font-size: 18px;
  line-height: 1;
  padding-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.sec04 .sec_bnr a .span_title2 {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  display: block;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.sec04 .sec_bnr a .span_title2 .span_sub {
  font-size: 18px;
}
.sec04 .sec_bnr a .span_title2 {
  position: relative;
  padding-left: 35px;
}
.sec04 .sec_bnr a .span_title2:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
}
.sec04 .sec_bnr a:hover {
  opacity: 0.7;
}
.sec04 .sec_bnr a:hover img {
  opacity: 1;
}
.sec04 .sec_bnr.sec_bnr01 a {
  background: url("../img/sec04_bnr_bg01.png") no-repeat center/cover;
}
.sec04 .sec_bnr.sec_bnr01 a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 10px;
  top: auto;
  bottom: 10px;
  width: 15px;
  height: 16px;
  background: url("../img/sp_sec04_icon04.png") no-repeat center/cover;
}
.sec04 .sec_bnr.sec_bnr01 a .span_title2:after {
  top: 5px;
  background: url("../img/sp_sec04_icon01.png") no-repeat center/cover;
}
.sec04 .sec_bnr.sec_bnr02 a {
  background: url("../img/sec04_bnr_bg02.png") no-repeat center/cover;
}
.sec04 .sec_bnr.sec_bnr02 a .span_title2 {
  letter-spacing: 0.05em;
}
.sec04 .sec_bnr.sec_bnr02 a .span_title2:after {
  background: url("../img/sp_sec04_icon02.png") no-repeat center/cover;
}
.sec04 .sec_bnr.sec_bnr03 a {
  background: url("../img/sec04_bnr_bg03.png") no-repeat center/cover;
}
.sec04 .sec_bnr.sec_bnr03 a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 12px;
  top: auto;
  bottom: 12px;
  width: 28px;
  height: 5px;
  background: url("../img/sp_sec04_icon05.png") no-repeat center/cover;
}
.sec04 .sec_bnr.sec_bnr03 a .span_title2:after {
  background: url("../img/sp_sec04_icon03.png") no-repeat center/cover;
}
@media (max-width: 767px) {
  .sec04 .sec_bnr a {
    max-width: 360px;
    margin: auto;
  }
  .sec04 .row .col_3 {
    margin: 0;
  }
  .sec04 .row .col_3:not(:first-child) {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .sec04 {
    padding: 30px 0 65px;
  }
  .sec04 .row {
    gap: 0 24px;
  }
  .sec04 .row .col_3 {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: initial;
  }
  .sec04 h2 {
    font-size: 50px;
    line-height: 1;
    margin: 0 auto 40px;
    padding: 0 40px;
    padding-right: 30px;
    letter-spacing: 0.2em;
  }
  .sec04 h2:before, .sec04 h2:after {
    top: 30px;
    bottom: 0;
    width: 2px;
    height: 70px;
  }
  .sec04 .sec_bnr a {
    padding: 0 19px;
    height: 118px;
  }
  .sec04 .sec_bnr a .sec_span {
    width: 100%;
    margin-top: -5px;
  }
  .sec04 .sec_bnr a .span_title1 {
    font-size: 20px;
    line-height: 1;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
    width: 100%;
    margin-bottom: 10px;
  }
  .sec04 .sec_bnr a .span_title2 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  .sec04 .sec_bnr a .span_title2 .span_sub {
    font-size: 20px;
  }
  .sec04 .sec_bnr a .span_title2 {
    padding-left: 43px;
  }
  .sec04 .sec_bnr a .span_title2:after {
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 34px;
    height: 34px;
  }
  .sec04 .sec_bnr.sec_bnr01 a:after {
    right: 10px;
    top: auto;
    bottom: 10px;
    width: 15px;
    height: 16px;
    background: url("../img/sec04_icon04.png") no-repeat center/cover;
  }
  .sec04 .sec_bnr.sec_bnr01 a .span_title2:after {
    background: url("../img/sec04_icon01.png") no-repeat center/cover;
  }
  .sec04 .sec_bnr.sec_bnr02 a {
    background: url("../img/sec04_bnr_bg02.png") no-repeat center/cover;
  }
  .sec04 .sec_bnr.sec_bnr02 a .span_title2:after {
    background: url("../img/sec04_icon02.png") no-repeat center/cover;
  }
  .sec04 .sec_bnr.sec_bnr03 a {
    background: url("../img/sec04_bnr_bg03.png") no-repeat center/cover;
  }
  .sec04 .sec_bnr.sec_bnr03 a:after {
    left: auto;
    right: 12px;
    top: auto;
    bottom: 12px;
    width: 28px;
    height: 5px;
    background: url("../img/sec04_icon05.png") no-repeat center/cover;
  }
  .sec04 .sec_bnr.sec_bnr03 a .span_title2:after {
    background: url("../img/sec04_icon03.png") no-repeat center/cover;
  }
}

.sec05 {
  padding: 50px 0 300px;
  background: url("../img/sp_sec05_bg.jpg") no-repeat center/cover;
}
.sec05 h2 {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  margin-bottom: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #a6dcc1));
  background: linear-gradient(transparent 70%, #a6dcc1 70%);
}
.sec05 h2 .sec_span {
  font-size: 24px;
}
.sec05 .sec_title {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec05 .sec_title:after {
  content: "";
  height: 1px;
  background-color: #191919;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1rem;
}
.sec05 .sec_img {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .sec05 {
    padding: 110px 0;
    background: url("../img/sec05_bg.jpg") no-repeat center/cover;
  }
  .sec05 .sec_box {
    max-width: 780px;
  }
  .sec05 .sec_img {
    text-align: left;
    margin-bottom: 25px;
  }
  .sec05 h2 {
    font-size: 44px;
    line-height: 1;
    letter-spacing: 0.16em;
    padding-bottom: 10px;
    margin-bottom: 45px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #a6dcc1));
    background: linear-gradient(transparent 70%, #a6dcc1 70%);
  }
  .sec05 h2 .sec_span {
    font-size: 62px;
  }
  .sec05 .sec_title {
    letter-spacing: 0.15em;
    font-size: 37px;
  }
}

.sec06 {
  padding: 50px 0 0;
}
.sec06 .sec06_box {
  padding: 550px 0 50px;
  background: #167f62 url("../img/sp_sec06_bg.jpg") no-repeat center top;
}
.sec06 .sec_sub {
  font-size: 60px;
  line-height: 1;
  margin-bottom: -20px;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: center;
  color: #ebf3f1;
}
.sec06 h2 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}
.sec06 h2 .sec_span {
  color: #01773c;
}
.sec06 h2 .sec_span2 {
  font-size: 18px;
}
.sec06 .sec_no {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sec06 .sec_no .sec_span {
  text-align: center;
  font-size: 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #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;
}
.sec06 .sec_no .sec_span2 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.1em;
  display: block;
}
.sec06 .sec_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 35px;
}
.sec06 .sec_list li {
  width: clamp(100px, 27.7777777778vw, 213.0555555556px);
  height: clamp(100px, 27.7777777778vw, 213.0555555556px);
  font-weight: bold;
  text-align: center;
  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: url("../img/sec06_bnr_bg.png") no-repeat center/cover;
  font-size: clamp(12px, 3.3333333333vw, 25.5666666667px);
  line-height: clamp(22px, 6.1111111111vw, 46.8722222222px);
  color: #01773c;
}
.sec06 .sec_list li .sec_span2 {
  font-size: clamp(16px, 4.4444444444vw, 34.0888888889px);
}
.sec06 .sec_list li .sec_span3 {
  font-size: clamp(11px, 3.0555555556vw, 23.4361111111px);
}
.sec06 .sec_text {
  margin-bottom: 25px;
  color: #fff;
}
.sec06 .sec_box2 {
  padding: 30px 10px;
  background: #fff;
}
.sec06 .sec_title {
  font-size: 20px;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b2e5d8;
  font-weight: bold;
  color: #01773c;
  text-align: center;
}
.sec06 .sec_list2 li {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 18px;
}
.sec06 .sec_list2 li:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 10px;
  bottom: auto;
  width: 8px;
  height: 8px;
  background: #b18a41;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .sec06 h2 .sec_span {
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .sec06 {
    padding: 15px 0 0;
  }
  .sec06 .sec_box {
    max-width: 50%;
    margin-left: auto;
  }
  .sec06 .text_box {
    padding: clamp(51.6666666667px, 4.1666666667vw, 80px) clamp(33.5833333333px, 2.7083333333vw, 52px) clamp(51.6666666667px, 4.1666666667vw, 80px) clamp(64.5833333333px, 5.2083333333vw, 100px);
  }
  .sec06 .sec_text {
    margin-bottom: clamp(16.1458333333px, 1.3020833333vw, 25px);
    line-height: 30px;
  }
  .sec06 .container_wd {
    max-width: 100%;
    width: 100%;
  }
  .sec06 .sec06_box {
    padding: 0;
    background: url("../img/sec06_bg.jpg") no-repeat center/cover;
  }
  .sec06 .sec_list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7px 2%;
    max-width: 600px;
    margin: auto;
  }
  .sec06 .sec_list2 li {
    margin: 0;
    width: 42%;
  }
  .sec06 .sec_list2 li:nth-child(2n) {
    width: 56%;
  }
  .sec06 .sec_sub {
    font-size: clamp(96.875px, 7.8125vw, 150px);
    line-height: 1;
    margin-bottom: calc(clamp(32.2916666667px, 2.6041666667vw, 50px) * -1);
    letter-spacing: 0.2em;
  }
  .sec06 h2 {
    font-size: clamp(41.9791666667px, 3.3854166667vw, 65px);
    line-height: 1;
    margin-bottom: clamp(32.2916666667px, 2.6041666667vw, 50px);
    letter-spacing: 0.1em;
  }
  .sec06 h2 .sec_span2 {
    font-size: clamp(31px, 2.5vw, 48px);
  }
  .sec06 .sec_no {
    gap: clamp(16.1458333333px, 1.3020833333vw, 25px);
    margin-bottom: clamp(19.375px, 1.5625vw, 30px);
  }
  .sec06 .sec_no .sec_span {
    font-size: clamp(38.75px, 3.125vw, 60px);
    width: clamp(81.375px, 6.5625vw, 126px);
    height: clamp(81.375px, 6.5625vw, 126px);
    border-radius: 50%;
  }
  .sec06 .sec_no .sec_span2 {
    font-size: clamp(24.5416666667px, 1.9791666667vw, 38px);
    line-height: clamp(35.5208333333px, 2.8645833333vw, 55px);
    letter-spacing: 0.1em;
  }
  .sec06 .sec_list {
    gap: clamp(9.6875px, 0.78125vw, 15px);
    margin-bottom: clamp(22.6041666667px, 1.8229166667vw, 35px);
  }
  .sec06 .sec_list li {
    width: clamp(136.9166666667px, 11.0416666667vw, 212px);
    height: clamp(136.9166666667px, 11.0416666667vw, 212px);
    font-size: clamp(16.7916666667px, 1.3541666667vw, 26px);
    line-height: clamp(19.375px, 1.5625vw, 30px);
  }
  .sec06 .sec_list li .sec_span2 {
    font-size: clamp(17.4375px, 1.40625vw, 27px);
  }
  .sec06 .sec_list li .sec_span3 {
    font-size: clamp(12.2708333333px, 0.9895833333vw, 19px);
  }
  .sec06 .sec_box2 {
    padding: clamp(19.375px, 1.5625vw, 30px);
  }
  .sec06 .sec_title {
    font-size: 24px;
    line-height: 1;
    padding-bottom: clamp(9.6875px, 0.78125vw, 15px);
    margin-bottom: clamp(6.4583333333px, 0.5208333333vw, 10px);
  }
  .sec06 .sec_list2 li {
    font-size: 18px;
    letter-spacing: 0.1em;
    padding-left: 18px;
  }
  .sec06 .sec_list2 li:after {
    left: 0;
    right: auto;
    top: 12px;
    bottom: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
}

.sec07 {
  padding: 50px 0;
  background: url("../img/sec07_bg.jpg") no-repeat center/cover;
}
.sec07 .sec_no {
  font-size: 22px;
  gap: 15px;
  letter-spacing: 0;
  margin-bottom: 32px;
  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-weight: bold;
}
.sec07 .sec_no .sec_span {
  font-size: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  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: url("../img/sec07_no_bg.png") no-repeat center/cover;
}
.sec07 .sec_no .sec_span2 {
  display: block;
}
.sec07 .sec_box {
  position: relative;
}
.sec07 .sec_box.sec_bg01 {
  background: #f8f8f8 url("../img/sp_sec07_img001.png") no-repeat center top 55px/cover;
}
.sec07 .sec_box.sec_bg02 {
  background: #f8f8f8 url("../img/sp_sec07_img002.png") no-repeat center top 55px/cover;
}
.sec07 .sec_box.sec_bg03 {
  background: #f8f8f8 url("../img/sp_sec07_img003.png") no-repeat center top 55px/cover;
}
.sec07 .sec_title {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  height: 40px;
  color: #01773c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
.sec07 .sec_title .sec_span {
  font-size: 33px;
  display: block;
  position: relative;
}
.sec07 .sec_title .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: -15px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 40px;
  background: #01773c;
}
.sec07 .sec_title .sec_span2 {
  font-size: 20px;
  line-height: 23px;
  display: block;
}
.sec07 .sec_title .sec_span2 .sec_small {
  font-size: 18px;
}
.sec07 .text_mb {
  margin-bottom: 300px;
}
.sec07 .sec_box {
  padding: 20px 10px 20px;
}
@media (max-width: 767px) {
  .sec07 .sec_box {
    max-width: 360px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .sec07 {
    padding: 80px 0;
  }
  .sec07 .sec_no {
    font-size: 38px;
    gap: 20px;
    letter-spacing: 0.2em;
    margin-bottom: 32px;
    margin-left: -60px;
  }
  .sec07 .sec_no .sec_span {
    font-size: 60px;
    width: 126px;
    height: 126px;
    letter-spacing: 0em;
    border-radius: 50%;
  }
  .sec07 .sec_title {
    position: absolute;
    margin: auto;
    top: 30px;
    bottom: auto;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    height: 50px;
    gap: 0 40px;
  }
  .sec07 .sec_title .sec_span {
    font-size: 33px;
  }
  .sec07 .sec_title .sec_span:after {
    content: "";
    left: auto;
    right: -25px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 50px;
  }
  .sec07 .sec_title .sec_span2 {
    font-size: 25px;
    line-height: 28px;
  }
  .sec07 .sec_title .sec_span2 .sec_small {
    font-size: 20px;
  }
  .sec07 .text_mb {
    position: absolute;
    margin: auto;
    top: 95px;
    bottom: auto;
  }
  .sec07 .sec_text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .sec07 .sec_box {
    min-height: 693px;
    padding: 500px 30px 20px;
  }
  .sec07 .sec_box.sec_bg01 {
    background: url("../img/sec07_img001.png") no-repeat center/cover;
  }
  .sec07 .sec_box.sec_bg02 {
    background: url("../img/sec07_img002.png") no-repeat center/cover;
  }
  .sec07 .sec_box.sec_bg03 {
    background: url("../img/sec07_img003.png") no-repeat center/cover;
  }
  .sec07 .row {
    gap: 24px;
  }
  .sec07 .row .col_3 {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: initial;
  }
}

.sec08 {
  padding: 50px 0;
  background: url("../img/sec08_bg.jpg") no-repeat center/cover;
}
.sec08 .sec_no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.sec08 .sec_no .sec_span {
  font-size: 26px;
  line-height: 1;
  width: 65px;
  height: 65px;
  font-weight: bold;
  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;
  background: url("../img/sec07_no_bg.png") no-repeat center/cover;
}
.sec08 .sec_no .sec_span2 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.sec08 .row1 {
  margin-bottom: 30px;
}
.sec08 .row1 .sec_img {
  margin-bottom: 25px;
}
.sec08 .sec_box {
  padding: 30px 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sec08 .sec_title {
  font-size: 20px;
  padding-bottom: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  font-weight: bold;
  border-bottom: 2px solid #a1a1a1;
}
.sec08 .bnr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin: 20px 0 15px;
}
.sec08 .bnr_box .bnr_col {
  height: 120px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 0 0;
  background: url("../img/footer_bnr_bg.png") no-repeat center/cover;
}
.sec08 .bnr_box .bnr_col .sec_icon {
  text-align: center;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}
.sec08 .bnr_box .bnr_col .sec_bnr_text {
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  min-height: 60px;
  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;
}
.sec08 .bnr_box .bnr_col .sec_bnr_text .sec_span {
  font-size: 16px;
}
.sec08 .bnr_box .bnr_col .sec_bnr_text .sec_span2 {
  font-size: 11px;
}
@media (max-width: 767px) {
  .sec08 .row1 .col_2 {
    margin: 0;
  }
  .sec08 .row1 .col_2:not(:first-child) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .sec08 {
    padding: 80px 0 120px;
  }
  .sec08 .sec_no {
    gap: 20px;
    margin-bottom: 35px;
  }
  .sec08 .sec_no .sec_span {
    font-size: 52px;
    line-height: 1;
    width: 110px;
    height: 110px;
  }
  .sec08 .sec_no .sec_span2 {
    font-size: 33px;
    line-height: 48px;
    letter-spacing: 0.1em;
  }
  .sec08 .row1 {
    margin-bottom: 80px;
  }
  .sec08 .row1 .sec_img {
    margin-bottom: 25px;
  }
  .sec08 .sec_box {
    padding: 38px;
  }
  .sec08 .sec_title {
    font-size: 30px;
    padding-bottom: 15px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
  }
  .sec08 .sec_text {
    line-height: 30px;
    letter-spacing: 0.1em;
  }
  .sec08 .row2 {
    gap: 32px;
  }
  .sec08 .row2 .col_2 {
    margin: 0;
  }
  .sec08 .row2 .col_2:first-child {
    width: 542px;
  }
  .sec08 .row2 .col_2:last-child {
    width: calc(100% - 574px);
  }
  .sec08 .row1 {
    gap: 40px;
  }
  .sec08 .row1 .col_2 {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: initial;
  }
  .sec08 .bnr_box {
    gap: 6px;
  }
  .sec08 .bnr_box .bnr_col {
    height: 155px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 16px 0 0;
  }
  .sec08 .bnr_box .bnr_col .sec_icon {
    width: auto;
  }
  .sec08 .bnr_box .bnr_col .sec_bnr_text {
    font-size: 18px;
    line-height: 23px;
    min-height: 74px;
  }
  .sec08 .bnr_box .bnr_col .sec_bnr_text .sec_span {
    font-size: 27px;
  }
  .sec08 .bnr_box .bnr_col .sec_bnr_text .sec_span2 {
    font-size: 16px;
  }
}

.sec09 {
  padding: 50px 0;
  background: url("../img/sec09_bg.jpg") no-repeat center/cover;
}
.sec09 h2 {
  line-height: 1.5;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.sec09 h2 .sec_span {
  font-size: 20px;
  padding: 9.5px 5px;
  display: block;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  color: #fff;
  letter-spacing: 0.15em;
  background: url("../img/sec09_text_bg.png") no-repeat center/cover;
}
.sec09 h2 .sec_span2 {
  font-size: 26px;
}
.sec09 h2 .sec_span3 {
  font-size: 24px;
}
.sec09 .sec_title {
  font-weight: bold;
  color: #01773c;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  margin-bottom: 30px;
  padding-right: 24px;
}
.sec09 .sec_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: -150px;
  top: 0;
  bottom: 0;
  width: 150px;
  height: 1px;
  background: #01773c;
}
.sec09 .sec_title.sec_type2 {
  color: #b18a41;
  margin-bottom: 25px;
}
.sec09 .sec_title.sec_type2:after {
  background: #b18a41;
}
.sec09 .sec_no {
  position: absolute;
  margin: auto;
  left: 10px;
  right: auto;
  top: -60px;
  bottom: auto;
  font-size: 60px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#50947d), to(#107c48));
  background: linear-gradient(to bottom, #50947d, #107c48);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec09 .sec_box {
  position: relative;
  padding: 30px 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 0;
}
.sec09 .sec_box:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #c2e3db;
  z-index: -1;
}
.sec09 .sec_box2 {
  position: relative;
  padding: 30px 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 0;
}
.sec09 .sec_box2:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #c2e3db;
  z-index: -1;
}
.sec09 .sec_title2 {
  font-size: 20px;
  letter-spacing: 0em;
  font-weight: bold;
  color: #01773c;
  border-bottom: 2px solid #8dcbbb;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.sec09 .sec_text {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
}
.sec09 .sec_list li {
  position: relative;
  padding-left: 20px;
  line-height: 28px;
  margin: 0;
}
.sec09 .sec_list li:not(:first-child) {
  margin-top: 10px;
}
.sec09 .sec_list li:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 8px;
  bottom: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #b18a41;
}
.sec09 .sec_title3 {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #8dcbbb;
  font-weight: bold;
  text-align: center;
  color: #01773c;
}
.sec09 .sec_title3 .sec_span {
  font-size: 18px;
  display: block;
}
.sec09 .row1 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sec09 {
    background: #f7fcfa url("../img/sp_sec09_bg.jpg") no-repeat center top/100%;
  }
  .sec09 .row1 .col_2:not(:first-child) {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .sec09 {
    padding: 100px 0 120px;
  }
  .sec09 .row1 {
    gap: 59px 3%;
    margin-bottom: 45px;
  }
  .sec09 .row1 .col_2 {
    margin: 0;
    width: 48.5%;
  }
  .sec09 .row2 .col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec09 .row2 .col_3 .sec_box2 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .sec09 h2 {
    line-height: 1;
    margin-bottom: 35px;
    letter-spacing: 0.05em;
  }
  .sec09 h2 .sec_span {
    font-size: 38px;
    padding: 9.5px 5px;
    margin-bottom: 25px;
    letter-spacing: 0.15em;
  }
  .sec09 h2 .sec_span2 {
    font-size: 62px;
  }
  .sec09 h2 .sec_span3 {
    font-size: 44px;
  }
  .sec09 .sec_title {
    font-size: 45px;
    margin-bottom: 60px;
    padding-right: 24px;
  }
  .sec09 .sec_title:after {
    right: -260px;
    top: 0;
    bottom: 0;
    width: 260px;
    height: 1px;
  }
  .sec09 .sec_title.sec_type2 {
    margin-bottom: 30px;
  }
  .sec09 .sec_no {
    left: 20px;
    right: auto;
    top: -80px;
    bottom: auto;
    font-size: 83px;
  }
  .sec09 .sec_box {
    padding: 40px 35px;
  }
  .sec09 .sec_box:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
  .sec09 .sec_box2 {
    padding: 30px 35px;
  }
  .sec09 .sec_box2:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
  .sec09 .sec_title2 {
    font-size: 28px;
    letter-spacing: 0em;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .sec09 .sec_text {
    font-size: 22px;
    margin: 0 0 15px;
  }
  .sec09 .sec_list li {
    padding-left: 20px;
    line-height: 28px;
    margin: 0;
  }
  .sec09 .sec_list li:not(:first-child) {
    margin-top: 10px;
  }
  .sec09 .sec_list li:after {
    left: 0;
    right: auto;
    top: 8px;
    bottom: auto;
  }
  .sec09 .sec_title3 {
    font-size: 26px;
    line-height: 33px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sec09 .sec_title3 .sec_span {
    font-size: 22px;
  }
}

.sec10 {
  padding: 50px 0;
  background: url("../img/sp_sec10_bg.jpg") no-repeat center/cover;
}
.sec10 h2 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.sec10 h2 .sec_span {
  font-size: 22px;
}
.sec10 .sec_title {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 25px;
  color: #01773c;
}
.sec10 .sec_title2 {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 25px;
  border-bottom: 3px solid #b7d7cf;
  position: relative;
}
.sec10 .sec_title2.sec_title2_1 {
  margin-bottom: 15px;
}
.sec10 .sec_title2:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: auto;
  bottom: -3px;
  width: 88px;
  height: 3px;
  background: #01773c;
}
@media (max-width: 767px) {
  .sec10 .sec_title {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .sec10 {
    padding: 110px 0 120px;
    background: url("../img/sec10_bg.jpg") no-repeat center/cover;
  }
  .sec10 h2 {
    font-size: 62px;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 55px;
  }
  .sec10 h2 .sec_span {
    font-size: 44px;
  }
  .sec10 .sec_title {
    font-size: 37px;
    line-height: 1;
    margin: 0 0 25px;
  }
  .sec10 .sec_title2 {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.1em;
    padding-bottom: 25px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .sec10 .sec_title2:after {
    left: 0;
    right: auto;
    top: auto;
    bottom: -3px;
    width: 88px;
    height: 3px;
  }
  .sec10 .sec_text {
    line-height: 30px;
  }
  .sec10 .text_box {
    max-width: 700px;
    margin-left: auto;
    margin-bottom: 20px;
  }
}

.sec11 {
  padding: 50px 0;
  background: url("../img/sec11_bg.jpg") no-repeat center/cover;
}
.sec11 .sec_title {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 3px solid #b7d7cf;
  position: relative;
}
.sec11 .sec_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: auto;
  bottom: -3px;
  width: 88px;
  height: 3px;
  background: #01773c;
}
.sec11 .sec_text {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .sec11 {
    padding: 80px 0 90px;
  }
  .sec11 .sec_title {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.2em;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .sec11 .sec_title:after {
    left: 0;
    right: auto;
    top: auto;
    bottom: -3px;
    width: 88px;
    height: 3px;
  }
  .sec11 .sec_text {
    line-height: 30px;
  }
}

.sec12 {
  padding: 30px 0 50px;
  background: url("../img/sec12_bg.jpg") no-repeat center/cover;
}
.sec12 h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.sec12 h2 .sec_span {
  font-size: 80px;
  line-height: 1;
  margin-bottom: -20px;
  display: block;
  color: #e3edeb;
  letter-spacing: 0.1em;
}
.sec12 .sec_text {
  line-height: 28px;
  letter-spacing: 0;
}
.sec12 .sec_text2 {
  line-height: 30px;
}
.sec12 .sec_title {
  font-size: 24px;
  line-height: 1.5;
  padding: 15px 10px;
  letter-spacing: 0.2em;
  background: #b9e8dc;
  font-weight: bold;
  color: #01773c;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#b9e8dc), to(#9bdfce));
  background-image: linear-gradient(90deg, #b9e8dc, #9bdfce);
}
.sec12 .sec_title2 {
  font-size: 22px;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 25px;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #01773c;
  text-align: center;
  border-bottom: 2px solid #01773c;
}
.sec12 .sec_title3 {
  font-size: 18px;
  margin: 12px 0 8px;
  padding-left: 20px;
  font-weight: bold;
  position: relative;
}
.sec12 .sec_title3:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  width: 8px;
  height: 23px;
  background: url("../img/sec12_icon.png") no-repeat center/cover;
}
.sec12 .sec_price {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 5px 0 12px;
  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;
}
  .sec12 .sec_price .sec_label {
    display: inline-block;
    padding: 0 0.3em 0.1em;
    margin-top: 0.5em;
    margin-right: 0.5em;
    border: solid 1px;
    font-size: max(calc(26/65*100%),16px);
    font-weight: 500;
    line-height: calc(40/26);
  }
.sec12 .sec_price .sec_span {
  font-size: 20px;
  padding-top: 5px;
}
.sec12 .text_box {
  background: #fff;
}
.sec12 .row {
  margin-bottom: 25px;
}
.sec12 .row .col_2 {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sec12 .row .col_2:last-child .sec_title {
  color: #b18a41;
  background-image: -webkit-gradient(linear, left top, right top, from(#f1e0c1), to(#ecd8b2));
  background-image: linear-gradient(90deg, #f1e0c1, #ecd8b2);
}
.sec12 .sec_box {
  padding: 30px 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sec12 .sec_box.border{
    outline: solid 1px #8ecbbc;
    outline-offset: -10px;
}
.sec12 .sec_box .large{
font-size: calc(26/18*100%);
}
.sec12 .sec_btn a {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  display: block;
  text-align: center;
  margin: auto;
  max-width: 279px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background: #01773c;
  padding: 16.5px 0;
  position: relative;
}
.sec12 .sec_btn a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 17px;
  top: 0;
  bottom: 0;
  width: 28px;
  height: 5px;
  background: url("../img/btn_arrow.png") no-repeat center/cover;
}
.sec12 .sec_btn a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sec12 .sec_btn a:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .sec12 {
    padding: 10px 0 120px;
  }
  .sec12 h2 {
    font-size: 62px;
    line-height: 1;
    margin-bottom: 55px;
    letter-spacing: 0.2em;
  }
  .sec12 h2 .sec_span {
    font-size: 150px;
    line-height: 1;
    margin-bottom: -50px;
    letter-spacing: 0.2em;
  }
  .sec12 .sec_title {
    font-size: 33px;
    line-height: 1;
    padding: 15px 10px;
    letter-spacing: 0.2em;
  }
  .sec12 .sec_title2 {
    font-size: 30px;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 25px;
    letter-spacing: 0.2em;
  }
  .sec12 .sec_title3 {
    font-size: 24px;
    margin: 12px 0 8px;
    padding-left: 20px;
  }
  .sec12 .sec_title3:after {
    top: 11px;
    width: 8px;
    height: 23px;
  }
  .sec12 .sec_price {
    font-size: 65px;
    letter-spacing: 0.05em;
    padding: 5px 0 12px;
  }
  .sec12 .sec_price .sec_span {
    font-size: 38px;
    padding-top: 5px;
  }
  .sec12 .row {
    margin-bottom: 35px;
  }
  .sec12 .sec_box {
    padding: 40px;
    margin-top: 30px;
    margin-bottom: 35px;
  }
}

.sec13 {
  padding: 20px 0 50px;
  background: url("../img/sec13_bg.jpg") no-repeat center/cover;
}
.sec13 h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 0;
}
.sec13 h2 .sec_span {
  font-size: 80px;
  line-height: 1;
  margin-bottom: -20px;
  display: block;
  color: #ffffff;
  opacity: 0.66;
  letter-spacing: 0.1em;
  position: relative;
  z-index: -1;
}
.sec13 h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #01773c;
  position: relative;
  padding-bottom: 20px;
}
.sec13 h3:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 6px;
  width: 100%;
  height: 1px;
  background: #01773c;
}
.sec13 .sec_title {
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  letter-spacing: 0.2em;
  color: #01773c;
  font-weight: bold;
  border-bottom: 2px solid #01773c;
}
.sec13 .sec_text {
  line-height: 30px;
}
.sec13 .sec13_box:not(:last-child) .box_col:first-child {
  position: relative;
  z-index: 0;
}
.sec13 .sec13_box:not(:last-child) .box_col:first-child:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  width: 3px;
  height: 100%;
  background: #11916f;
  z-index: -1;
}
.sec13 .sec13_box:not(:last-child) .box_col:first-child:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9.5px 0 9.5px;
  border-color: #11916f transparent transparent transparent;
}
.sec13 .sec_no {
  width: 70px;
  height: 70px;
  background: url("../img/sec13_no.png") no-repeat center/cover;
  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;
  color: #fff;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec13 .sec_no .sec_span {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0px;
  display: block;
}
.sec13 .sec_no .sec_span2 {
  font-size: 30px;
  line-height: 1;
  display: block;
}
.sec13 .sec_box {
  padding: 30px 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sec13 .sec13_flow .sec13_box {
  padding-bottom: 25px;
}
.sec13 .sec13_flow .sec13_box:last-child {
  padding-bottom: 0;
}
.sec13 .text_box {
  padding: 10px 20px;
  border: 1px solid #e70000;
}
.sec13 .text_box .sec_text {
  font-size: 16px;
  line-height: 28px;
}
.sec13 .sec13_flow {
  margin-bottom: 30px;
}
.sec13 .sec13_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.sec13 .sec13_box .box_col:first-child {
  width: 70px;
}
.sec13 .sec13_box .box_col:last-child {
  width: calc(100% - 90px);
}
.sec13 .row2 .sec_img {
  margin-bottom: 20px;
}
.sec13 .sec_title2 {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
  color: #01773c;
  border-bottom: 2px solid #c7d9d0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.sec13 .sec_box2 {
  margin-top: 30px;
  padding: 30px 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
@media (max-width: 767px) {
  .sec13 .sp_col_2 {
    gap: 30px 2%;
  }
  .sec13 .sp_col_2 .col_4 {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .sec13 {
    padding: 10px 0 120px;
  }
  .sec13 h2 {
    font-size: 62px;
    line-height: 1;
    margin-bottom: 55px;
    letter-spacing: 0.2em;
  }
  .sec13 h2 .sec_span {
    font-size: 150px;
    line-height: 1;
    margin-bottom: -50px;
    letter-spacing: 0.2em;
  }
  .sec13 .sec_title {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 15px;
    padding-bottom: 15px;
    letter-spacing: 0.2em;
  }
  .sec13 .row1 {
    gap: 35px;
  }
  .sec13 .row1 .col_2 {
    margin: 0;
  }
  .sec13 .row1 .col_2:first-child {
    width: calc(100% - 454px);
  }
  .sec13 .row1 .col_2:last-child {
    width: 419px;
  }
  .sec13 .row2 {
    gap: 21px;
  }
  .sec13 .row2 .col_4 {
    margin: 0;
    width: calc(25% - 15.75px);
  }
  .sec13 .sec13_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 47px;
  }
  .sec13 .sec13_box .box_col:first-child {
    width: calc(100% - 1037px);
  }
  .sec13 .sec13_box .box_col:last-child {
    width: 990px;
  }
  .sec13 .sec13_box:not(:last-child) .box_col:first-child:after {
    width: 3px;
    height: calc(100% + 10px);
  }
  .sec13 .sec13_box:not(:last-child) .box_col:first-child:before {
    bottom: -20px;
  }
  .sec13 .sec_no {
    width: 165px;
    height: 165px;
  }
  .sec13 .sec_no .sec_span {
    font-size: 26px;
    line-height: 1;
    margin-bottom: -5px;
  }
  .sec13 .sec_no .sec_span2 {
    font-size: 70px;
    line-height: 1;
  }
  .sec13 .sec_text {
    line-height: 28px;
  }
  .sec13 .sec_box {
    padding: 40px;
  }
  .sec13 .sec13_flow .sec13_box {
    padding-bottom: 30px;
  }
  .sec13 .sec13_flow .sec13_box:last-child {
    padding-bottom: 0;
  }
  .sec13 .text_box {
    padding: 10px 20px;
  }
  .sec13 .text_box .sec_text {
    font-size: 16px;
    line-height: 28px;
  }
  .sec13 .sec13_flow {
    margin-bottom: 70px;
  }
  .sec13 h3 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 55px;
    letter-spacing: 0.2em;
    padding-bottom: 30px;
  }
  .sec13 h3:after {
    left: 0;
    right: 0;
    top: auto;
    bottom: 6px;
    width: 100%;
    height: 1px;
  }
  .sec13 .sec_title2 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.2em;
    padding-bottom: 16px;
    margin-bottom: 25px;
  }
  .sec13 .sec_box2 {
    margin-top: 80px;
    padding: 40px;
  }
}

.sec14 {
  padding: 50px 0;
  background: url("../img/sec14_bg.jpg") no-repeat center/cover;
}
.sec14 h2 {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
  margin: auto;
  margin-bottom: 55px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec14 h2 .sec_span {
  font-size: 20px;
  display: block;
  color: #fff;
  background: #3ea38e;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  position: relative;
  padding: 10px 10px;
  letter-spacing: 0.1em;
}
.sec14 h2 .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #3ea38e transparent transparent transparent;
}
.sec14 h2 .sec_span2 {
  font-size: 22px;
}
.sec14 h2 .sec_span3 {
  font-size: 18px;
  margin-top: 20px;
  display: block;
  text-align: center;
  color: #01773c;
  padding: 15px 0;
  letter-spacing: 0.1em;
  border-top: 1px solid #01773c;
  border-bottom: 1px solid #01773c;
}
.sec14 h2 .sec_span4 {
  font-size: 28px;
}
.sec14 .sec_text {
  line-height: 28px;
}
.sec14 .sec_list li {
  line-height: 23px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sec14 .sec_list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.sec14 .sec_list li .sec_span {
  display: block;
  font-weight: bold;
  color: #01773c;
}
.sec14 .sec_list li .sec_span2 {
  display: block;
}
.sec14 .sec_box {
  padding: 23px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sec14 .row {
  margin-bottom: 30px;
}
.sec14 .row .col_4 {
  position: relative;
}
.sec14 .row .col_4:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #b18a41 transparent transparent transparent;
}
.sec14 .row .col_4:last-child:after {
  display: none;
}
.sec14 .sec_title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
  padding: 6px 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #01773c;
  background-image: -webkit-gradient(linear, left top, right top, from(#b9e8dc), to(#9bdfce));
  background-image: linear-gradient(90deg, #b9e8dc, #9bdfce);
  text-align: center;
}
.sec14 .sec_sub {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #c5c5c5;
  font-weight: bold;
  text-align: center;
}
.sec14 .sec_title2 {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #01773c;
  color: #01773c;
  font-weight: bold;
  text-align: center;
}
.sec14 .text_box {
  border: 1px solid #98cec2;
  position: relative;
  z-index: 0;
  padding: 30px 20px;
}
.sec14 .text_box:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #98cec2;
}
@media (max-width: 767px) {
  .sec14 .sec_list li .sec_span {
    margin-bottom: 10px;
  }
  .sec14 .row .col_4 {
    margin: 0;
  }
  .sec14 .row .col_4:not(:first-child) {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .sec14 {
    padding: 120px 0;
  }
  .sec14 h2 {
    font-size: 72px;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-bottom: 55px;
  }
  .sec14 h2 .sec_span {
    font-size: 38px;
    margin: 0 auto 15px;
    padding: 10px 10px;
    letter-spacing: 0.1em;
  }
  .sec14 h2 .sec_span:after {
    bottom: -12px;
  }
  .sec14 h2 .sec_span2 {
    font-size: 56px;
  }
  .sec14 h2 .sec_span3 {
    font-size: 30px;
    margin-top: 20px;
    padding: 15px 0;
    letter-spacing: 0.1em;
  }
  .sec14 h2 .sec_span4 {
    font-size: 92px;
  }
  .sec14 .sec_title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 8px;
    padding: 6px 0;
    letter-spacing: 0.2em;
  }
  .sec14 .sec_sub {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    padding-bottom: 12px;
  }
  .sec14 .sec_title2 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .sec14 .sec_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .sec14 .sec_list li .sec_span {
    width: 180px;
  }
  .sec14 .sec_list li .sec_span2 {
    width: calc(100% - 200px);
  }
  .sec14 .text_box {
    padding: 30px 40px;
  }
  .sec14 .text_box:after {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
  .sec14 .row {
    margin-bottom: 80px;
    gap: 40px;
  }
  .sec14 .row .col_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    width: initial;
  }
  .sec14 .row .col_4 .sec_box {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .sec14 .row .col_4:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: -30px;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #b18a41;
  }
  .sec14 .row .col_4:last-child:after {
    display: none;
  }
}

.sec15 {
  padding: 30px 0 50px;
  background: url("../img/sec15_bg.jpg") no-repeat center/cover;
}
.sec15 h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 0;
}
.sec15 h2 .sec_span {
  font-size: 80px;
  line-height: 1;
  margin-bottom: -20px;
  display: block;
  color: #ffffff;
  opacity: 0.66;
  letter-spacing: 0.1em;
  position: relative;
  z-index: -1;
}
.sec15 .qa-block {
  padding: 0;
  margin: 0 0 20px !important;
  border: none;
  margin: 0;
}
.sec15 .qa-block:last-child {
  margin-bottom: 0 !important;
}
.sec15 .qa-block:before, .sec15 .qa-block:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 25px;
  top: 16px;
  bottom: auto;
  width: 2px;
  height: 20px;
  background: #fff;
  z-index: 1;
}
.sec15 .qa-block h4 {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
  background: #44976e;
  padding: 10px 0 !important;
  padding-right: 50px !important;
  padding-left: 70px !important;
}
.sec15 .qa-block h4:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  background: #01773c;
  border-radius: 0;
}
.sec15 .qa-block h4:after {
  font-size: 24px;
  line-height: 1;
  top: 13px;
  left: 13px;
  text-align: center;
  font-weight: bold;
}
.sec15 .qa-block .answer {
  margin-top: 0;
  background: #fff;
  padding: 20px 20px 20px;
  padding-left: 40px;
}
.sec15 .qa-block .answer:before {
  display: none;
}
.sec15 .qa-block .answer:after {
  font-size: 24px;
  color: #191919;
  font-weight: bold;
  top: 14px;
  left: 13px;
}
@media (min-width: 768px) {
  .sec15 {
    padding: 20px 0 120px;
  }
  .sec15 h2 {
    font-size: 62px;
    line-height: 1;
    margin-bottom: 55px;
    letter-spacing: 0.1em;
  }
  .sec15 h2 .sec_span {
    font-size: 150px;
    line-height: 1;
    margin-bottom: -50px;
    letter-spacing: 0.2em;
  }
  .sec15 .qa-block {
    padding: 0;
    margin: 0 0 20px !important;
    margin: 0;
  }
  .sec15 .qa-block:last-child {
    margin-bottom: 0 !important;
  }
  .sec15 .qa-block:before, .sec15 .qa-block:after {
    left: auto;
    right: 40px;
    top: 22px;
    bottom: auto;
    width: 2px;
    height: 26px;
  }
  .sec15 .qa-block h4 {
    font-size: 24px;
    letter-spacing: 0.1em;
    padding: 14px 0 !important;
    padding-right: 60px !important;
    padding-left: 90px !important;
  }
  .sec15 .qa-block h4:before {
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 70px;
    height: 100%;
  }
  .sec15 .qa-block h4:after {
    font-size: 30px;
    line-height: 1;
    top: 16px;
    left: 20px;
  }
  .sec15 .qa-block .answer {
    margin-top: 0;
    padding: 30px 70px 20px;
  }
  .sec15 .qa-block .answer:after {
    font-size: 30px;
    top: 21px;
    left: 33px;
  }
}
.sec16{
  background: url("../img/sec16_bg.jpg") no-repeat center/cover;
}
@media(min-width: 768px){
.sec16{
padding-top: 20px;
}
}
.sec16 .sec_box p{
line-height: calc(30/18);
}
@media(min-width: 768px){
.sec16 .sec_box{
padding: 30px;
}
}
.sec16 .ul_check {
  margin-bottom: 27px;
}
.sec16 .ul_check:last-child {
  margin-bottom: 0;
}
.sec16 .ul_check li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 13.5px;
  padding-left: calc(21px + 0.5em);
  position: relative;
}
.sec16 .ul_check li:last-child {
  margin-bottom: 0;
}
.sec16 .ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  width: 21px;
  height: 19px;
  background: url("../img/check.png") no-repeat center/cover;
  margin: auto;
  left: 0;
  right: auto;
  top: 6.25px;
  bottom: auto;
  z-index: 0;
}
.sec16 .ul_check li ul:first-child {
  margin-top: 13.5px;
}
#footer {
  padding: 50px 0 0;
  background: url("../img/footer_bg.jpg") no-repeat center/cover;
}
#footer .row {
  margin-bottom: 50px;
}
#footer .sec_logo {
  text-align: center;
  margin-bottom: 25px;
}
#footer .sec_title {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 0 0 15px;
}
#footer .sec_title2 {
  margin-top: 18px;
  line-height: 1;
  font-size: 18px;
  margin-bottom: 8px;
  padding-bottom: 14px;
  color: #01773c;
  font-weight: bold;
  border-bottom: 2px solid #01773c;
}
#footer .sec_text {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
}
#footer .sec_text2, #footer .sec_text4 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
}
#footer .sec_address {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.12em;
  margin-bottom: 1em;
  position: relative;
  padding-left: 43px;
}
#footer .sec_address:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 31px;
  background: url("../img/footer_icon09.png") no-repeat center/cover;
}
#footer .sec_text3 {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.12em;
  padding-left: 43px;
}
#footer .text_sub {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: left;
  border-top: 1px solid #dadada;
  margin-top: 25px;
  padding-top: 20px;
  margin-bottom: 15px;
}
#footer .consul {
  color: #01773c;
}
#footer .table_timetable {
  width: 100%;
}
#footer .table_timetable th, #footer .table_timetable td {
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
}
#footer .table_timetable thead th {
  padding: 1.5px 0;
  background: #01773c;
  color: #fff;
}
#footer .table_timetable thead th:first-child {
  width: 35%;
}
#footer .table_timetable tbody th, #footer .table_timetable tbody td {
  padding: 14px 5px;
  border-bottom: 1px solid #cccccc;
}
#footer .table_timetable tbody th {
  padding: 14px 10px;
  text-align: left;
  color: #191919;
}
#footer .table_timetable tbody td {
  color: #01773c;
}
#footer .bnr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
#footer .bnr_box .bnr_col {
  height: 120px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 0 0;
  background: url("../img/footer_bnr_bg.png") no-repeat center/cover;
}
#footer .bnr_box .bnr_col .sec_icon {
  text-align: center;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}
#footer .bnr_box .bnr_col .sec_bnr_text {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  min-height: 60px;
  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;
}
#footer .bnr_box .bnr_col .sec_bnr_text .sec_span {
  font-size: 18px;
}
#footer .bnr_box .bnr_col .sec_bnr_text .sec_span2 {
  font-size: 12px;
}
#footer .bnr_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-top: 20px;
}
#footer .bnr_box2 .sec_bnr {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#footer .sec_bnr a {
  padding: 0 12px;
  padding-top: 10px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  text-align: center;
  border: none;
  height: 123px;
}
#footer .sec_bnr a .sec_span {
  display: block;
}
#footer .sec_bnr a .sec_icon {
  width: 30px;
  margin: auto;
  display: block;
  margin-bottom: 2px;
}
#footer .sec_bnr a .span_title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding-bottom: 2px;
}
#footer .sec_bnr a .span_title2 {
  display: block;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  border-top: 1px solid rgba(255, 255, 255, 0.7803921569);
}
#footer .sec_bnr a .span_title2 .span_sub {
  font-size: 21px;
  letter-spacing: 0.1em;
}
#footer .sec_bnr a .span_title2 .span_sub2 {
  font-size: 16px;
}
#footer .sec_bnr a .span_title2 .span_sub3 {
  font-size: 20px;
  letter-spacing: 0.1em;
}
#footer .sec_bnr a:hover {
  opacity: 0.7;
}
#footer .sec_bnr a:hover img {
  opacity: 1;
}
#footer .sec_bnr.sec_bnr1 a {
  background: url("../img/footer_bnr_bg2.png") no-repeat center/cover;
  position: relative;
}
#footer .sec_bnr.sec_bnr1 a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 6px;
  top: auto;
  bottom: 6px;
  width: 12px;
  height: 12px;
  background: url("../img/sp_footer_icon07.png") no-repeat center/cover;
}
#footer .sec_bnr.sec_bnr2 a {
  background: url("../img/footer_bnr_bg3.png") no-repeat center/cover;
}
#footer .sec_bnr.sec_bnr3 a {
  background: url("../img/footer_bnr_bg4.png") no-repeat center/cover;
  position: relative;
}
#footer .sec_bnr.sec_bnr3 a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 8px;
  top: auto;
  bottom: 7px;
  width: 28px;
  height: 5px;
  background: url("../img/sp_footer_icon08.png") no-repeat center/cover;
}
@media (max-width: 767px) {
  #footer .sec_logo {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .bnr_box2 {
    gap: 6px 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .bnr_box2 .sec_bnr {
    width: 49%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
@media (min-width: 768px) {
  #footer {
    padding: 120px 0 0;
  }
  #footer .row {
    margin-bottom: 120px;
  }
  #footer .copyright {
    padding-bottom: 80px;
  }
  #footer .sec_logo {
    margin-bottom: 40px;
  }
  #footer .sec_title {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
  }
  #footer .sec_title2 {
    margin-top: 18px;
    line-height: 1;
    font-size: 22px;
    margin-bottom: 8px;
    padding-bottom: 14px;
  }
  #footer .sec_text {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.05em;
  }
  #footer .sec_text2, #footer .sec_text4 {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.05em;
  }
  #footer .sec_address {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.12em;
    margin-bottom: 1em;
    padding-left: 43px;
  }
  #footer .sec_address:after {
    width: 25px;
    height: 31px;
    background: url("../img/footer_icon09.png") no-repeat center/cover;
  }
  #footer .sec_text3 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.12em;
    padding-left: 43px;
  }
  #footer .text_sub {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-top: 30px;
    padding-top: 25px;
    margin-bottom: 20px;
  }
  #footer .consul {
    color: #01773c;
  }
  #footer .table_timetable {
    width: 100%;
  }
  #footer .table_timetable th, #footer .table_timetable td {
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 0.1em;
  }
  #footer .table_timetable thead th {
    padding: 1.5px 0;
    background: #01773c;
  }
  #footer .table_timetable thead th:first-child {
    width: 32%;
  }
  #footer .table_timetable tbody th, #footer .table_timetable tbody td {
    padding: 14px 5px;
  }
  #footer .table_timetable tbody th {
    padding: 14px 20px;
  }
  #footer .bnr_box {
    gap: 6px;
  }
  #footer .bnr_box .bnr_col {
    height: 146px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 16px 0 0;
  }
  #footer .bnr_box .bnr_col .sec_icon {
    width: auto;
  }
  #footer .bnr_box .bnr_col .sec_bnr_text {
    font-size: 18px;
    line-height: 23px;
    min-height: 74px;
  }
  #footer .bnr_box .bnr_col .sec_bnr_text .sec_span {
    font-size: 27px;
  }
  #footer .bnr_box .bnr_col .sec_bnr_text .sec_span2 {
    font-size: 16px;
  }
  #footer .bnr_box2 {
    gap: 6px;
    margin-top: 20px;
  }
  #footer .bnr_box2 .sec_bnr {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #footer .sec_bnr a {
    padding: 0 12px;
    padding-top: 10px;
    height: 123px;
  }
  #footer .sec_bnr a .sec_icon {
    width: auto;
    margin-bottom: 2px;
  }
  #footer .sec_bnr a .span_title {
    font-size: 18px;
    padding-bottom: 2px;
  }
  #footer .sec_bnr a .span_title2 {
    font-size: 22px;
    letter-spacing: 0.05em;
  }
  #footer .sec_bnr a .span_title2 .span_sub {
    font-size: 25px;
    letter-spacing: 0.1em;
  }
  #footer .sec_bnr a .span_title2 .span_sub2 {
    font-size: 18px;
  }
  #footer .sec_bnr a .span_title2 .span_sub3 {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  #footer .sec_bnr.sec_bnr1 a:after {
    right: 6px;
    bottom: 6px;
    width: 12px;
    height: 12px;
    background: url("../img/footer_icon07.png") no-repeat center/cover;
  }
  #footer .sec_bnr.sec_bnr2 a {
    background: url("../img/footer_bnr_bg3.png") no-repeat center/cover;
  }
  #footer .sec_bnr.sec_bnr3 a {
    background: url("../img/footer_bnr_bg4.png") no-repeat center/cover;
  }
  #footer .sec_bnr.sec_bnr3 a:after {
    right: 8px;
    bottom: 7px;
    width: 28px;
    height: 5px;
    background: url("../img/footer_icon08.png") no-repeat center/cover;
  }
}