@charset "UTF-8";
.frontpage {
  margin-bottom: 108px;
}
@media screen and (max-width: 1079.98px) {
  .frontpage {
    margin-bottom: 0;
  }
}

/* ──────────────────────────────
# kv
────────────────────────────── */
.kv {
  background: url("../images/index/kv_bg-lg.jpg") no-repeat center top/auto 100%, #3ea763;
  height: clamp(420px, 38.4615384615vw, 500px);
}
@media screen and (max-width: 767.98px) {
  .kv {
    background: url("../images/index/kv_bg-sm.jpg") no-repeat center top/100vw auto;
    height: auto;
    padding-top: 69.0104166667vw;
  }
}
.kv__inner {
  max-width: 1280px;
  width: 94%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .kv__inner {
    width: 92.1875vw;
  }
}
.kv__txtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(540px, 63.6923076923vw, 828px);
  padding-top: 60px;
}
@media screen and (max-width: 767.98px) {
  .kv__txtarea {
    width: 100%;
    padding: 4.8177083333vw 3.90625vw;
    background: -webkit-gradient(linear, left bottom, left top, from(#078f50), to(#0ea05d));
    background: linear-gradient(0deg, #078f50 0%, #0ea05d 100%);
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 7px 2px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 7px 2px 0px rgba(0, 0, 0, 0.15);
    border-radius: 3.90625vw;
    margin-top: -12.3697916667vw;
  }
}
@media screen and (max-width: 767.98px) {
  .kv__copy {
    width: 78.125vw;
  }
}
.kv__btn {
  font-size: 1.4375rem;
  width: 545px;
  height: 76px;
  margin: 40px clamp(5px, 3.0769230769vw, 40px) 0 0;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767.98px) {
  .kv__btn {
    font-size: 3.90625vw;
    width: 100%;
    height: 13.0208333333vw;
    margin: 3.3854166667vw auto 0;
  }
}

/* ──────────────────────────────
# news
────────────────────────────── */
.news {
  max-width: 1280px;
  width: 96%;
  margin: calc(clamp(25px, 3.515625vw, 45px) * -1) auto 60px;
  background: #fff;
  border-radius: 15px;
  padding: 24px 40px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767.98px) {
  .news {
    width: 92.1875vw;
    margin: 4.6875vw auto 5.5989583333vw;
    padding: 3.3854166667vw 4.5572916667vw;
  }
}
.news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__txtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 767.98px) {
  .news__txtarea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.8229166667vw 2.2135416667vw;
  }
}
.news__cat {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 18px;
  font-weight: bold;
  color: #fff;
  background: #4baa6d;
  text-align: center;
  border-radius: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .news__cat {
    font-size: 2.8645833333vw;
  }
}
.news__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .news__date {
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 767.98px) {
  .news__txt {
    font-size: 3.125vw;
  }
}
.news__txt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__txt a::after {
  content: "\e901";
  font-family: "common-icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4baa6d;
  margin-left: 0.8em;
}
.news__txt a:hover {
  color: #4baa6d;
}
.news__btn {
  margin: 0 0 0 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 1079.98px) {
  .news__btn {
    display: none;
  }
}
.news__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  background: #000;
  font-weight: bold;
  border-radius: 100px;
  background: #f6f6f6;
  padding: 10px 20px;
}
.news__btn a::after {
  content: "\e901";
  font-family: "common-icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4baa6d;
  margin-left: 0.8em;
}
.news__btn a:hover {
  background: #eaeaea;
}

/* ──────────────────────────────
# feature
────────────────────────────── */
.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feature__main {
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #eee), to(#eee));
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #eee 50%, #eee 100%);
  border: 1px solid #dadada;
  padding: 65px 0 43px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .feature__main {
    border: none;
    border-radius: 0px;
    padding: 0 0 6.9010416667vw;
    margin-bottom: 0;
  }
}
.feature__main::after {
  content: "";
  display: inline-block;
  width: clamp(316px, 31.71875vw, 406px);
  height: 270px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: url("../images/index/feature_bg.png") no-repeat bottom right/contain;
}
@media screen and (max-width: 1079.98px) {
  .feature__main::after {
    width: clamp(316px, 41.1458333333vw, 406px);
  }
}
@media screen and (max-width: 767.98px) {
  .feature__main::after {
    display: none;
  }
}
.feature__ttl {
  font-size: clamp(30px, 2.8125vw, 36px);
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.86em;
  line-height: 1.2916666667;
}
@media screen and (max-width: 1079.98px) {
  .feature__ttl {
    font-size: clamp(32px, 3.3333333333vw, 36px);
  }
}
@media screen and (max-width: 767.98px) {
  .feature__ttl {
    font-size: 6.25vw;
  }
}
.feature__note {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .feature__note {
    font-size: 3.3854166667vw;
    margin-bottom: 7.421875vw;
  }
}
.feature__list {
  position: relative;
  z-index: 1;
  padding-bottom: 23px;
}
@media screen and (max-width: 767.98px) {
  .feature__list {
    padding-bottom: 5.078125vw;
  }
}
.feature__list::after {
  content: "";
  display: block;
  background: #f6f6f6;
  width: 85%;
  height: 32px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .feature__list::after {
    width: 100%;
    height: 4.1666666667vw;
  }
}
.feature__item {
  background: #f6f6f6;
  padding: 0 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature__item:nth-of-type(2n) {
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .feature__item {
    padding: 0 3.2552083333vw;
  }
}
.feature__num {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Alata", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  color: #4baa6d;
  font-weight: bold;
  width: 44px;
  min-width: 44px;
  margin-right: 10px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .feature__num {
    width: 1.5em;
    min-width: 1.5em;
    font-size: 5.2083333333vw;
  }
}
.feature__num::before {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  width: 7px;
  height: 3px;
  background: #4baa6d;
}
@media screen and (max-width: 767.98px) {
  .feature__num::before {
    display: none;
  }
}
.feature__txt {
  font-size: clamp(16px, 1.5625vw, 20px);
  font-weight: bold;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
  padding: 0.55em 0;
}
@media screen and (max-width: 767.98px) {
  .feature__txt {
    font-size: 3.6458333333vw;
  }
}
.feature__txt--large {
  background: linear-gradient(0deg, #fff29c 0%, #fff29c 6px, transparent 6px, transparent 100%);
}
@media screen and (max-width: 767.98px) {
  .feature__txt--large {
    font-size: 1em;
    font-weight: bold;
  }
}
.feature__btn {
  font-size: 1.125rem;
  position: relative;
  z-index: 3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .feature__btn {
    font-size: 4.4270833333vw;
    line-height: 1.3529411765;
    width: 84%;
  }
}
.feature__btn a {
  padding: 0.8em 3.5em;
}
.feature__img-top {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 9.5052083333vw;
}
@media screen and (min-width: 768px) {
  .feature__img-top {
    display: none;
  }
}

/* ──────────────────────────────
# type
────────────────────────────── */
.type {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .type {
    margin-top: 4.4270833333vw;
  }
}
.type__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .type__ttl {
    margin-bottom: 4.8177083333vw;
  }
}

/* ──────────────────────────────
# route
────────────────────────────── */
.route {
  margin-top: 62px;
}
@media screen and (max-width: 767.98px) {
  .route {
    margin: 4.0364583333vw auto 0;
    width: 92.1875vw;
  }
}
.route__ttl {
  margin-bottom: 33px;
}
@media screen and (max-width: 767.98px) {
  .route__ttl {
    margin-bottom: 4.1666666667vw;
  }
}
.route__img {
  display: block;
  margin: 0 auto 36px;
}
@media screen and (max-width: 767.98px) {
  .route__img {
    margin: 0 auto 4.1666666667vw;
  }
}
.route__img img {
  width: 100%;
}
.route__note {
  margin: 0 auto 52px;
}
@media screen and (max-width: 767.98px) {
  .route__note {
    font-size: 3.3854166667vw;
    margin: 0 auto 4.8177083333vw;
  }
}

/* ──────────────────────────────
# area
────────────────────────────── */
.area {
  margin-top: 74px;
}
@media screen and (max-width: 767.98px) {
  .area {
    margin: 9.1145833333vw auto 0;
    width: 92.1875vw;
  }
}
.area__ttl {
  margin-bottom: 36px;
}
@media screen and (max-width: 767.98px) {
  .area__ttl {
    margin-bottom: 4.1666666667vw;
  }
}
.area__img {
  display: block;
  margin-bottom: 38px;
}
@media screen and (max-width: 767.98px) {
  .area__img {
    margin: 0 auto 5.859375vw;
  }
}
.area__img img {
  width: 100%;
}
.area__note {
  margin: 0 auto 40px;
}
@media screen and (max-width: 767.98px) {
  .area__note {
    font-size: 3.3854166667vw;
    margin: 0 auto 5.859375vw;
  }
}

/* ──────────────────────────────
# case
────────────────────────────── */
.case {
  margin-top: 88px;
}
@media screen and (max-width: 767.98px) {
  .case {
    margin-top: 8.203125vw;
  }
}
.case__ttl {
  margin-bottom: 52px;
}
@media screen and (max-width: 767.98px) {
  .case__ttl {
    margin-bottom: 5.46875vw;
  }
}
.case__ttltxt {
  border-left: 8px solid #fea13b;
}
@media screen and (max-width: 767.98px) {
  .case__ttltxt {
    border-left: 1.0416666667vw solid #fea13b;
  }
}
@media screen and (max-width: 767.98px) {
  .case__block {
    width: 85%;
  }
}
.case__btn {
  font-size: 1.125rem;
  margin: 55px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  .case__btn {
    font-size: 4.4270833333vw;
    line-height: 1.3529411765;
    width: 83.59375vw;
    margin: 7.8125vw auto 0;
  }
}
.case__btn a {
  padding: 0.75em 4.35em;
}

.case .splide__arrows {
  width: 92%;
}

/* ──────────────────────────────
# about
────────────────────────────── */
.about {
  border: 1px solid #dadada;
  border-radius: 15px;
  margin: 97px auto 0;
  padding: 37px 33px 52px;
}
@media screen and (max-width: 767.98px) {
  .about {
    border-radius: 1.953125vw;
    margin: 8.7239583333vw auto 0;
    padding: 4.6875vw 4.4270833333vw 7.03125vw;
    width: 92.1875vw;
  }
}
.about__ttl {
  width: 100%;
  padding: 14px 20px;
  margin-bottom: 33px;
}
@media screen and (max-width: 767.98px) {
  .about__ttl {
    padding: 3.3854166667vw 3.90625vw;
    margin-bottom: 4.5572916667vw;
  }
}
.about__ttltxt {
  border-left: none;
  padding-left: 0;
}
.about__ttltxt--icon {
  font-size: 2.0625rem;
  margin-right: 18px;
  color: #4baa6d;
}
@media screen and (max-width: 767.98px) {
  .about__ttltxt--icon {
    font-size: 5.3385416667vw;
    margin-right: 3.6458333333vw;
  }
}
.about__img {
  display: block;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767.98px) {
  .about__img {
    margin: 0 auto 4.6875vw;
  }
}
.about__img img {
  width: 100%;
}
.about__txt {
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .about__txt {
    font-size: 3.3854166667vw;
  }
}
.about__txt--marker {
  padding: 0.15em 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeea9), to(#ffeea9));
  background: linear-gradient(0deg, #ffeea9 0%, #ffeea9 100%);
  font-weight: bold;
}

/* ──────────────────────────────
# merit
────────────────────────────── */
.merit {
  border-radius: 15px;
  background: #eee;
  padding: 30px 35px 43px;
  margin: 56px auto 0;
}
@media screen and (max-width: 767.98px) {
  .merit {
    padding: 5.2083333333vw 4.4270833333vw;
    margin: 5.46875vw auto 0;
    width: 92.1875vw;
  }
}
.merit__ttl {
  background: #fff;
  padding: 15px 25px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .merit__ttl {
    margin-bottom: 4.4270833333vw;
    padding: 3.90625vw;
  }
}
.merit__ttltxt {
  border-left: none;
  padding-left: 0;
}
.merit__ttltxt--icon {
  font-size: 2.1875rem;
  margin-right: 30px;
  color: #4baa6d;
}
@media screen and (max-width: 767.98px) {
  .merit__ttltxt--icon {
    font-size: 5.2083333333vw;
    margin-right: 3.3854166667vw;
  }
}
.merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px 0;
}
@media screen and (max-width: 767.98px) {
  .merit__list {
    gap: 5.5989583333vw 0;
  }
}
.merit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  background: #fff;
  padding: 25px 30px;
}
@media screen and (max-width: 767.98px) {
  .merit__item {
    border-radius: 1.953125vw;
    padding: 3.6458333333vw 4.1666666667vw 5.859375vw;
  }
}
@media screen and (min-width: 768px) {
  .merit__txtarea {
    margin-right: 40px;
  }
}
.merit__sttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  margin-bottom: 18px;
}
@media screen and (max-width: 767.98px) {
  .merit__sttl {
    margin-bottom: 3.2552083333vw;
  }
}
.merit__sttl-numarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  background: #4baa6d;
  border-radius: 100%;
  width: 62px;
  height: 62px;
  margin-right: 26px;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .merit__sttl-numarea {
    width: 8.0729166667vw;
    height: 8.0729166667vw;
    margin-right: 3.515625vw;
  }
}
.merit__sttl-num--txt {
  font-size: 0.6875rem;
  line-height: inherit;
}
@media screen and (max-width: 767.98px) {
  .merit__sttl-num--txt {
    display: none;
  }
}
.merit__sttl-num--num {
  font-size: 1.375rem;
  line-height: inherit;
}
@media screen and (max-width: 767.98px) {
  .merit__sttl-num--num {
    font-size: 3.6458333333vw;
  }
}
.merit__sttl-txt {
  font-size: 1.375rem;
}
@media screen and (max-width: 767.98px) {
  .merit__sttl-txt {
    font-size: 3.90625vw;
  }
}
.merit__txt {
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .merit__txt {
    font-size: 3.3854166667vw;
  }
}
.merit__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .merit__img {
    margin-bottom: 4.9479166667vw;
  }
}