@charset "UTF-8";
/* 共通ヘッダー
======================================= */
.lp-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
}
.lp-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em 3%;
}
.lp-header__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.lp-header__logo {
  width: clamp(132px, 10vw, 200px);
}
.lp-header__catch {
  font-weight: bold;
}
@media (max-width: 768px) {
  .lp-header__catch {
    display: none;
  }
}
.lp-header__right-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.lp-header__right-item {
  width: 160px;
}
@media (max-width: 768px) {
  .lp-header__right-item {
    width: 90px;
  }
}
.lp-header__right-item a {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0;
  border-radius: 30px;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .lp-header__right-item a {
    height: 34px;
    font-size: 0.667em;
    padding: 0;
    gap: 8px;
  }
}
.lp-header__right-item a rect, .lp-header__right-item a path, .lp-header__right-item a line {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .lp-header__right-item a svg {
    width: 1em;
  }
}
.lp-header__right-item--contact a {
  background-color: #327028;
  border: 1px solid #327028;
}
.lp-header__right-item--contact a:hover {
  background-color: #fff;
  color: #327028;
}
.lp-header__right-item--contact a:hover rect, .lp-header__right-item--contact a:hover path, .lp-header__right-item--contact a:hover line {
  stroke: #327028;
}
.lp-header__right-item--online a {
  background-color: #9AAF48;
  border: 1px solid #9AAF48;
}
.lp-header__right-item--online a:hover {
  background-color: #fff;
  color: #9AAF48;
}
.lp-header__right-item--online a:hover path {
  fill: #9AAF48;
}

/* region共通
======================================= */
.region__title {
  font-size: 2.667em;
  font-weight: bold;
  padding-bottom: 0.7em;
  position: relative;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .region__title {
    font-size: 1.6em;
  }
}
.region__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 171px;
  height: 8px;
  background-color: #327028;
}
@media (max-width: 768px) {
  .region__title::after {
    width: 80px;
    height: 4px;
  }
}

#chatbot {
  bottom: 70px;
}

/* re_fv
======================================= */
.re_fv {
  background: url(../img/common/region/fv.jpg) no-repeat center center/cover;
}
.re_fv__inner {
  padding-top: 12.5vh;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .re_fv__inner {
    padding-bottom: 20px;
  }
}
.re_fv__title {
  font-size: clamp(3.6em, 6.25vw, 8em);
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .re_fv__title {
    margin-bottom: 0.2em;
  }
}
.re_fv__title-sub {
  font-size: clamp(2em, 3.125vw, 4em);
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  .re_fv__title-sub {
    line-height: 1.1;
    margin-bottom: 1.5em;
  }
}
.re_fv__lead {
  font-size: clamp(1em, 1.3vw, 1.667em);
  font-weight: bold;
}
@media (max-width: 768px) {
  .re_fv__lead {
    max-width: 77vw;
    margin: auto;
    text-align: left;
  }
}
.re_fv__img {
  -webkit-transform: translateY(6em);
          transform: translateY(6em);
}
@media (max-width: 768px) {
  .re_fv__img {
    -webkit-transform: translateY(3em);
            transform: translateY(3em);
  }
}
.re_fv__img img {
  width: clamp(260px, 18.6vw, 357px);
}
.re_fv__price-text {
  position: relative;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  font-size: clamp(1.333em, 2.08333vw, 2.667em);
  color: #4B5E2A;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  padding: 0.4em 1em;
  border: 6px solid #327028;
  border-radius: 52px;
}
@media (max-width: 768px) {
  .re_fv__price-text {
    line-height: 1.1;
    width: 100%;
  }
}
.re_fv__price-img {
  -webkit-transform: translate(15px, 30px);
          transform: translate(15px, 30px);
}
.re_fv__price-img img {
  width: auto;
}
@media (max-width: 768px) {
  .re_fv__price-img img {
    width: clamp(87px, 23.2vw, 100px);
  }
}

/* re_tel
======================================= */
.re_tel {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100vw;
  background-color: #327028;
}
.re_tel__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3%;
  color: #fff;
  padding: 0;
}
.re_tel__left {
  width: 25.6%;
}
.re_tel__left a {
  display: block;
  background-color: #DDB937;
  color: #fff;
  padding: 0.4em 0 0.2em;
}
.re_tel__left a img, .re_tel__left a span {
  display: block;
}
.re_tel__left a img {
  width: 1.5em;
  margin: 0 auto 5px;
}
.re_tel__left a span {
  font-size: 0.8em;
  white-space: nowrap;
}
.re_tel__right {
  text-align: left;
  width: 69.4%;
}
.re_tel__right-text {
  font-size: 1.1333em;
  font-weight: bold;
}
.re_tel__right-hours {
  font-size: 0.8em;
}

/* re_price
======================================= */
.re_price {
  background-color: #FAF8F5;
}
.re_price__inner {
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}
@media (max-width: 980px) {
  .re_price__inner {
    margin-bottom: 4em;
  }
}
.re_price__inner::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 42px 64px 0;
  border-color: #FAF8F5 transparent transparent;
}
@media (max-width: 768px) {
  .re_price__inner::after {
    border-width: 32px 50px 0;
  }
}
.re_price__yen {
  display: inline-block;
  font-size: 2.133em;
  font-weight: bold;
  margin-bottom: 3em;
  line-height: 1;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  position: relative;
}
.re_price__yen .big {
  font-family: "itc-avant-garde-gothic-pro";
  font-size: 3.5625em;
  margin-right: 0.2em;
}
@media (max-width: 768px) {
  .re_price__yen .big {
    font-size: clamp(70px, 16vw, 100px);
  }
}
.re_price__yen .note {
  font-size: 0.40625em;
  position: absolute;
  right: -3em;
  top: 100%;
}
@media (max-width: 768px) {
  .re_price__yen .note {
    right: 0;
  }
}
.re_price__lead {
  font-size: 2em;
  color: #4B5E2A;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .re_price__lead {
    font-size: 1.6em;
  }
}
.re_price__img {
  max-width: 934px;
  margin: 0 auto 9em;
}
@media (max-width: 768px) {
  .re_price__img {
    margin-bottom: 0;
  }
}
.re_price__tel {
  background-color: #327028;
  color: #fff;
  padding: 1em;
  margin: 0 calc(50% - 50vw);
}
.re_price__tel-left {
  font-size: 1.333em;
  font-weight: bold;
}
.re_price__tel-center {
  font-size: 3.1333em;
  font-weight: bold;
  font-family: "Inter";
  margin: 0 0.2em;
}
.re_price__tel-center img {
  width: auto;
}

/* re_worries
======================================= */
.re_worries__inner {
  padding-bottom: 0;
  margin-bottom: -150px;
}
@media (max-width: 768px) {
  .re_worries__inner {
    margin-bottom: 0;
    padding-bottom: 150px;
  }
}
.re_worries__img img {
  width: auto;
}
@media (max-width: 980px) {
  .re_worries__img img {
    margin: auto;
  }
}
.re_worries__img--01 {
  -webkit-transform: translateX(35px);
          transform: translateX(35px);
}
@media (max-width: 768px) {
  .re_worries__img--01 {
    -webkit-transform: inherit;
            transform: inherit;
  }
}
.re_worries__img--02 {
  -webkit-transform: translate(-180px, -80px);
          transform: translate(-180px, -80px);
}
@media (max-width: 768px) {
  .re_worries__img--02 {
    -webkit-transform: translateX(-65px);
            transform: translateX(-65px);
  }
}
.re_worries__img--03 {
  -webkit-transform: translate(100px, -220px);
          transform: translate(100px, -220px);
}
@media (max-width: 768px) {
  .re_worries__img--03 {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

/* re_solution
======================================= */
.re_solution {
  background-color: #E3E8E2;
  position: relative;
}
.re_solution__inner {
  max-width: inherit;
  overflow: hidden;
  padding-top: 10em;
  padding-bottom: 14em;
  position: inherit;
  z-index: 0;
}
@media (max-width: 768px) {
  .re_solution__inner {
    padding-top: 8em;
    padding-bottom: 10em;
  }
}
.re_solution__title {
  font-size: 3.333em;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .re_solution__title {
    font-size: 1.6em;
  }
}
.re_solution__title::after {
  display: none;
}
.re_solution__bg {
  position: absolute;
}
.re_solution__bg--01 {
  top: 0;
  left: 0;
  -webkit-transform: translate(-120px, -140px);
          transform: translate(-120px, -140px);
  width: 70.625vw;
}
@media (max-width: 768px) {
  .re_solution__bg--01 {
    width: 100vw;
    -webkit-transform: translate(-50px, -75px);
            transform: translate(-50px, -75px);
  }
}
.re_solution__bg--02 {
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translate(300px, 180px);
          transform: translate(300px, 180px);
  width: 69vw;
}
@media (max-width: 768px) {
  .re_solution__bg--02 {
    width: 110vw;
    -webkit-transform: translate(130px, 60px);
            transform: translate(130px, 60px);
  }
}
.re_solution__bg--upper {
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27vw;
  border-radius: 70px 0 0 70px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .re_solution__bg--upper {
    z-index: 1;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
    width: 75vw;
    max-width: 300px;
    border-radius: 35px 0 0 35px;
  }
}
.re_solution__bg--lower {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-25%, 50%);
          transform: translate(-25%, 50%);
  width: 37vw;
  border-radius: 0 70px 70px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .re_solution__bg--lower {
    z-index: 1;
    -webkit-transform: translate(0%, 75%);
            transform: translate(0%, 75%);
    width: 75vw;
    max-width: 300px;
    border-radius: 0 35px 35px 0;
  }
}
.re_solution__lead {
  font-size: 3.333em;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .re_solution__lead {
    font-size: 1.333em;
  }
}
.re_solution__img {
  max-width: 800px;
  margin: 0 auto 5em;
  -webkit-transform: translateX(-70px);
          transform: translateX(-70px);
}
@media (max-width: 768px) {
  .re_solution__img {
    margin-bottom: 1em;
  }
}

/* re_kinds
======================================= */
@media (max-width: 768px) {
  .re_kinds__inner {
    padding-top: 16em;
  }
}
.re_kinds__lead {
  font-weight: bold;
  line-height: 1.5625;
  font-size: 1rem;
  margin-bottom: 6em;
}
@media (max-width: 768px) {
  .re_kinds__lead {
    margin-bottom: 3em;
  }
}
.re_kinds__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
}
@media (max-width: 980px) {
  .re_kinds__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .re_kinds__list {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
.re_kinds__item:nth-child(2n) {
  padding-top: 3.333em;
}
@media (max-width: 980px) {
  .re_kinds__item:nth-child(2n) {
    padding-top: 0;
  }
}
@media (max-width: 980px) {
  .re_kinds__item:nth-child(n+3) {
    margin-top: 2em;
  }
}
.re_kinds__item-img {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .re_kinds__item-img {
    border-radius: 10px;
  }
}
.re_kinds__item-text {
  font-size: 1.6em;
  font-weight: bold;
  color: #327028;
}
@media (max-width: 768px) {
  .re_kinds__item-text {
    font-size: 1em;
  }
}

/* re_image
======================================= */
.re_image {
  height: 37vw;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/common/region/re_image.jpg);
}
@media (max-width: 768px) {
  .re_image {
    height: 54.4vw;
    background-attachment: inherit;
    background-image: url(../img/common/region/re_image-sp.jpg);
  }
}

/* re_grant
======================================= */
.re_grant__item:nth-child(n+2) {
  margin-top: 4em;
}
.re_grant__item-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .re_grant__item-title {
    font-size: 1em;
  }
}
.re_grant__item-banner {
  max-width: 700px;
  margin: auto;
}
.re_grant__item-banner a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.re_grant__item-banner a:hover {
  opacity: 0.7;
}

/* re_features
======================================= */
.re_features {
  background-color: #9AAF48;
}
.re_features__title {
  color: #fff;
}
.re_features__staff {
  max-width: 965px;
  margin: 0 auto 10em;
}
@media (max-width: 768px) {
  .re_features__staff {
    margin-bottom: 3em;
  }
}
.re_features__staff-title {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1em;
}
.re_features__staff-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .re_features__staff-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.re_features__staff-left {
  width: 20%;
}
@media (max-width: 768px) {
  .re_features__staff-left {
    width: 100%;
    max-width: 130px;
    margin: auto;
  }
}
.re_features__staff-img {
  margin-bottom: 1em;
}
.re_features__staff-name {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .re_features__staff-name {
    display: none;
  }
}
.re_features__staff-right {
  width: 75%;
  padding: 2.7em 2em;
  background-color: #fff;
  border-radius: 20px;
  text-align: left;
  line-height: 2.1875;
  position: relative;
}
@media (max-width: 768px) {
  .re_features__staff-right {
    width: 100%;
    margin-bottom: 2em;
  }
}
.re_features__staff-right::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  -webkit-transform: translateX(-40px) rotate(-17deg);
          transform: translateX(-40px) rotate(-17deg);
  width: 65px;
  height: 40px;
  background: url(../img/common/region/features_staff-bubble.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .re_features__staff-right::before {
    top: 100%;
    left: 25%;
    -webkit-transform: translateY(-50%) rotate(-100deg);
            transform: translateY(-50%) rotate(-100deg);
  }
}
.re_features__reasons-title {
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3%;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .re_features__reasons-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.re_features__reasons-title-left {
  text-align: right;
}
.re_features__reasons-title-left-upper {
  display: block;
  font-size: clamp(1.2em, 1.71875vw, 2.2em);
}
@media (max-width: 768px) {
  .re_features__reasons-title-left-upper {
    text-align: left;
    font-size: 1.5rem;
  }
}
.re_features__reasons-title-left-lower {
  display: block;
  font-size: clamp(2em, 2.08333vw, 2.667em);
}
@media (max-width: 768px) {
  .re_features__reasons-title-left-lower {
    font-size: 2.2em;
  }
}
.re_features__reasons-title-right {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(3em, 4.21875vw, 5.4em);
  font-weight: 500;
}
@media (max-width: 768px) {
  .re_features__reasons-title-right {
    font-size: 3.4em;
    line-height: 1;
    margin-top: -60px;
  }
}
.re_features__reasons-title-right span {
  font-size: 1.667em;
}
@media (max-width: 768px) {
  .re_features__reasons-title-right span {
    font-size: 2.1667em;
  }
}
.re_features__reasons-list {
  max-width: 1188px;
  margin: auto;
}
.re_features__reasons-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .re_features__reasons-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.re_features__reasons-item:nth-child(n+2) {
  margin-top: 6em;
}
.re_features__reasons-item:nth-child(2n+1) .re_features__reasons-item-left {
  text-align: left;
}
.re_features__reasons-item:nth-child(2n+1) .re_features__reasons-item-right {
  padding: 5em 7% 4em 22%;
  margin-left: -20%;
}
@media (max-width: 768px) {
  .re_features__reasons-item:nth-child(2n+1) .re_features__reasons-item-right {
    margin-left: 0;
    padding: 6em 7% 2em;
  }
}
@media (max-width: 768px) {
  .re_features__reasons-item:nth-child(2n+1) .re_features__reasons-item-img {
    border-radius: 20px 0 0 20px;
  }
}
.re_features__reasons-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .re_features__reasons-item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.re_features__reasons-item:nth-child(2n) .re_features__reasons-item-left {
  text-align: right;
}
@media (max-width: 768px) {
  .re_features__reasons-item:nth-child(2n) .re_features__reasons-item-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.re_features__reasons-item:nth-child(2n) .re_features__reasons-item-right {
  padding: 5em 22% 4em 7%;
  margin-right: -20%;
}
@media (max-width: 768px) {
  .re_features__reasons-item:nth-child(2n) .re_features__reasons-item-right {
    margin-right: 0;
    padding: 6em 7% 2em;
  }
}
.re_features__reasons-item:nth-child(2n) .re_features__reasons-item-num {
  margin-left: auto;
}
@media (max-width: 768px) {
  .re_features__reasons-item:nth-child(2n) .re_features__reasons-item-img {
    border-radius: 0 20px 20px 0;
  }
}
.re_features__reasons-item:nth-child(5) .re_features__reasons-item-left {
  margin-top: 1em;
}
.re_features__reasons-item-left {
  text-align: left;
  width: 44.52%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .re_features__reasons-item-left {
    width: 100vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.re_features__reasons-item-num {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.333em;
  color: #fff;
  line-height: 1;
  width: 130px;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  position: relative;
}
@media (max-width: 768px) {
  .re_features__reasons-item-num {
    font-size: 0.8em;
    width: 70px;
  }
}
.re_features__reasons-item-num::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.re_features__reasons-item-num .big {
  font-size: 5em;
}
@media (max-width: 768px) {
  .re_features__reasons-item-num .big {
    font-size: 4.4em;
  }
}
.re_features__reasons-item-num .middle {
  font-size: 3em;
}
.re_features__reasons-item-img {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .re_features__reasons-item-img {
    width: 75%;
  }
}
.re_features__reasons-item-right {
  width: 72.4%;
  min-height: 333px;
  background-color: #fff;
  border-radius: 20px;
  text-align: left;
  line-height: 1.875;
}
@media (max-width: 768px) {
  .re_features__reasons-item-right {
    width: 91%;
    margin-top: -4em;
  }
}
.re_features__reasons-item-title {
  font-size: 1.333em;
  color: #327028;
  font-weight: bold;
  margin-bottom: 1em;
}
.re_features__reasons-item-text {
  font-size: 1rem;
}

/* re_daikou
======================================= */
.re_daikou {
  background-color: #327028;
  position: relative;
  overflow: hidden;
}
.re_daikou__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 126vw;
  height: 130%;
}
.re_daikou__title {
  font-size: 1.6667em;
  color: #fff;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .re_daikou__title {
    font-size: 1.1em;
    margin-bottom: 4em;
  }
}
.re_daikou__title .big {
  font-size: 1.8em;
}
.re_daikou__title .yellow {
  display: inline-block;
  color: #E9BD43;
  padding: 0 1em;
  position: relative;
}
.re_daikou__title .yellow::before, .re_daikou__title .yellow::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 3px;
  height: 1em;
  background-image: -webkit-linear-gradient(top, #E9BD43 7px, transparent 7px);
  background-image: linear-gradient(to bottom, #E9BD43 7px, transparent 7px);
  background-size: 3px 10px;
  background-repeat: repeat-y;
  background-position: top;
}
.re_daikou__title .yellow::before {
  left: 0.5em;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}
.re_daikou__title .yellow::after {
  right: 0.5em;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}
.re_daikou__contents {
  background-color: #fff;
  -webkit-box-shadow: 10px 13px 14px rgba(0, 0, 0, 0.26);
          box-shadow: 10px 13px 14px rgba(0, 0, 0, 0.26);
  border-radius: 20px;
  padding: 3.6em 9%;
  max-width: 860px;
  margin: 0 auto 5em;
  position: relative;
}
@media (max-width: 768px) {
  .re_daikou__contents {
    padding: 4em 8% 2em;
    margin-bottom: 3em;
  }
}
.re_daikou__contents-img {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -25%);
          transform: translate(50%, -25%);
  width: clamp(120px, 12.8vw, 247px);
}
@media (max-width: 768px) {
  .re_daikou__contents-img {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    right: inherit;
    left: 50%;
  }
}
.re_daikou__contents-title {
  font-size: 2em;
  font-weight: bold;
  color: #327028;
}
@media (max-width: 768px) {
  .re_daikou__contents-title {
    font-size: 1.1em;
  }
}
.re_daikou__contents-yen {
  font-size: 2.1333em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.25em;
}
@media (max-width: 768px) {
  .re_daikou__contents-yen {
    white-space: nowrap;
    font-size: 1em;
    margin-bottom: 2em;
  }
}
.re_daikou__contents-yen span {
  font-family: "itc-avant-garde-gothic-pro";
  font-size: 3.65625em;
}
@media (max-width: 768px) {
  .re_daikou__contents-yen span {
    font-size: clamp(65px, 16vw, 100px);
  }
}
.re_daikou__reasons {
  border: 4px solid #9AAF48;
  border-radius: 20px;
  background-color: #F9FDE8;
  padding: 0 1em 1em;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.re_daikou__reasons-title {
  width: 80%;
  margin: auto;
  font-size: 1.3333em;
  font-weight: bold;
  color: #fff;
  background-color: #9AAF48;
  border-radius: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0.25em;
}
@media (max-width: 768px) {
  .re_daikou__reasons-title {
    font-size: 1em;
    width: 90%;
  }
}
.re_daikou__reasons-list {
  text-align: left;
  max-width: 400px;
  margin: auto;
}
.re_daikou__reasons-item {
  font-size: 1.2em;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
}
@media (max-width: 768px) {
  .re_daikou__reasons-item {
    font-size: 1em;
  }
}
.re_daikou__reasons-item:nth-child(n+2) {
  margin-top: 1em;
}
.re_daikou__reasons-item::before {
  content: "";
  width: 2.3em;
  height: 1.4em;
  display: inline-block;
  background: url(../img/common/region/icon_boat.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .re_daikou__reasons-item::before {
    width: 1.5em;
  }
}
.re_daikou__reasons-item span {
  width: calc(100% - 0.8em - 2.3em);
}
@media (max-width: 768px) {
  .re_daikou__reasons-item span {
    width: calc(100% - 0.8em - 1.5em);
  }
}
.re_daikou__btn {
  max-width: 460px;
  margin: auto;
}
.re_daikou__btn a {
  display: block;
  width: 100%;
  background-color: #E9BD43;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  padding: 1.5em 3em;
  border-radius: 70px;
  border: 4px solid #E9BD43;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .re_daikou__btn a {
    padding: 1em;
  }
}
.re_daikou__btn a:hover {
  color: #E9BD43;
  background-color: #fff;
}

/* re_example
======================================= */
.re_example {
  background-color: #FAF8F5;
}
@media (max-width: 768px) {
  .re_example .sec_example__list-item {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .re_example .sec_example__list-item-title-main {
    text-align: left;
  }
}

/* re_contact
======================================= */
.re_contact__lead {
  background-color: #327028;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.7333em;
  line-height: 1.73;
  padding: 2em;
  position: relative;
}
@media (max-width: 768px) {
  .re_contact__lead {
    font-size: 1em;
  }
}
.re_contact__lead::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #327028 transparent transparent;
  border-width: 42px 64px 0;
}
@media (max-width: 768px) {
  .re_contact__lead::after {
    border-width: 32px 50px 0;
  }
}
.re_contact__inner {
  max-width: inherit;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/common/region/contact_bg.jpg);
}
@media (max-width: 768px) {
  .re_contact__inner {
    background-image: inherit;
    background-color: #fff;
  }
}
.re_contact__container {
  background-color: #fff;
  max-width: 1132px;
  margin: auto;
  border-radius: 40px;
  padding: 4em 5%;
}
@media (max-width: 768px) {
  .re_contact__container {
    padding: 4em 0;
  }
}
.re_contact__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  max-width: 867px;
  margin: 0 auto 3em;
}
@media (max-width: 768px) {
  .re_contact__links {
    gap: 1%;
  }
}
.re_contact__link {
  width: 33.3333333333%;
  min-width: 190px;
}
@media (max-width: 980px) {
  .re_contact__link {
    width: auto;
    min-width: 100px;
  }
}
.re_contact__link a {
  font-size: 1.333em;
  color: #327028;
  font-weight: bold;
  line-height: 1;
  display: block;
  width: 100%;
  border: 3px solid #327028;
  border-radius: 15px;
  padding: 1em;
}
@media (max-width: 768px) {
  .re_contact__link a {
    font-size: 1em;
    padding: 0.7em 0.5em;
  }
}
.re_contact__link--contact a {
  background-color: #E3E8E2;
}
.re_contact .form__item-contents-text, .re_contact .form__item-contents-textarea, .re_contact .form__item-contents-select, .re_contact .form__item-contents-date {
  background-color: #E3E8E2;
}
.re_contact .form__item-contents-checkbox {
  width: 30px !important;
  height: 30px !important;
}
.re_contact .form__item-contents-check {
  color: #327028;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}

/* re_others
======================================= */
.re_others {
  background-color: #FAF8F5;
}
.re_others__title {
  font-size: 2rem;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .re_others__title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.re_others__title::after {
  display: none;
}
.re_others__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  max-width: 777px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .re_others__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.re_others__item a {
  font-size: 1.2em;
  color: #327028;
  font-weight: bold;
  display: block;
  background-color: #fff;
  border: 3px solid #327028;
  border-radius: 15px;
  padding: 1em 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media (max-width: 768px) {
  .re_others__item a {
    font-size: 1em;
  }
}
.re_others__item a:hover {
  background-color: #327028;
  color: #fff;
}
.re_others__item a:hover::after {
  border-left-color: #fff;
}
.re_others__item a::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 9px solid #327028;
  border-top: 9.5px solid transparent;
  border-bottom: 9.5px solid transparent;
}
.re_others__item:nth-child(n+5) {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .re_others__item:nth-child(n+5) {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .re_others__item:nth-child(n+3) {
    margin-top: 1em;
  }
}