@charset "UTF-8";
.cm-header {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.cm-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .cm-header__inner {
    padding: 2.3rem 3rem 2.4rem 2rem;
  }
}
@media only screen and (max-width: 1350px) {
  .cm-header__inner {
    padding: 2.3rem 2rem 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-header__inner {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .cm-header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.7rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 1350px) {
  .cm-header__left {
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-header__left {
    text-align: left;
    width: 53%;
    padding: 0.5rem 0 0.5rem 1rem;
  }
}
.cm-header__left p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  top: 0.2rem;
}
@media only screen and (max-width: 1350px) {
  .cm-header__left p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-header__left p {
    font-size: 0.9rem;
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .cm-header__left img {
    width: 27.5rem;
    height: 7.3rem;
  }
}
@media only screen and (max-width: 1350px) {
  .cm-header__left img {
    width: 25rem;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .cm-header__left img {
    width: 13.75rem;
    display: block;
  }
}
.cm-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .cm-header__right {
    gap: 2.8rem;
  }
}
.cm-header__rightTel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Jost", sans-serif;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 4.5rem;
  line-height: 1;
  gap: 1.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -0.1rem;
}
@media only screen and (max-width: 1350px) {
  .cm-header__rightTel a {
    font-size: 4rem;
    margin-top: 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-header__rightTel a {
    font-size: 0;
    width: 6.2rem;
    height: 100%;
    background: #f79b13 url(../common_img/tel_w.webp) no-repeat center center;
    background-size: 2.2rem auto;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .cm-header__rightTel a img {
    width: 3.3rem;
    height: 3.3rem;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .cm-header__rightTel a img {
    display: none;
  }
}
.cm-header__rightTel p {
  font-size: 1.4rem;
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: -0.3rem 0.1rem 0 0;
}
@media only screen and (max-width: 767px) {
  .cm-header__rightTel p {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .cm-header__right .cm-btn01 {
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-header__right .cm-btn01 {
    border-radius: 0;
    font-size: 0;
    width: 6.2rem;
    height: 100%;
    background: #52b147 url(../common_img/icon_mail.png) no-repeat center center;
    background-size: 2.2rem auto;
  }
}

@media only screen and (min-width: 768px) {
  #cm-main {
    margin-top: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  #cm-main {
    margin-top: 6.1rem;
  }
}

.cm-btn01 {
  width: 25rem;
  height: 6.5rem;
  border-radius: 0.2rem;
  background: #52b147;
  border: 0.2rem solid #52b147;
  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;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: -0.05em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media only screen and (min-width: 768px) {
  .cm-btn01:hover {
    background: #fff;
    color: #52b147;
  }
}
.cm-btn02 {
  border-radius: 0.2rem;
  color: #48ab35;
  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-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: 700;
  gap: 2.4rem;
  border: 0.2rem solid #52b147;
}
@media only screen and (min-width: 768px) {
  .cm-btn02 {
    width: 46.4rem;
    height: 9.9rem;
    font-size: 2.4rem;
    background: #fff;
  }
  .cm-btn02:hover {
    background: #48ab35;
    color: #fff;
    border: 0.2rem solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn02 {
    width: 100%;
    height: 7rem;
    font-size: 1.6rem;
    background: #fff;
  }
}
.cm-btn02.green {
  color: #fff;
  border: 0.2rem solid #fff;
}
@media only screen and (min-width: 768px) {
  .cm-btn02.green {
    background: #48ab35;
  }
  .cm-btn02.green:hover {
    background: #fff;
    color: #48ab35;
    border: 0.2rem solid #52b147;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn02.green {
    background: #48ab35;
  }
}

.cm-banner {
  background: #52b147;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cm-banner {
    padding: 8.8rem 0 9.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner {
    padding: 3rem 1.5rem;
  }
}
.cm-banner__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .cm-banner__title {
    font-size: 3.5rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner__title {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-bannerTel {
    margin-top: -0.7rem;
  }
}
.cm-bannerTel a {
  font-family: "Jost", sans-serif;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .cm-bannerTel a {
    font-size: 6rem;
    margin-top: -0.1rem;
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-bannerTel a {
    font-size: 4rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
  }
}
.cm-bannerTel a img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cm-bannerTel a img {
    width: 4.4rem;
    height: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-bannerTel a img {
    width: 3rem;
    height: 3rem;
  }
}
.cm-bannerTel p {
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0.3rem 0.2rem 0 0;
}
@media only screen and (min-width: 768px) {
  .cm-bannerTel p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-bannerTel p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-bannerFlx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 99rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 6.1rem auto 0;
    padding-right: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-bannerFlx {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-banner .cm-btn02 {
    margin-top: -0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner .cm-btn02 {
    margin-top: 1rem;
  }
}

.s-mainvisual {
  background: url(../images/bg_mv.webp) no-repeat center center;
  background-size: cover;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-mainvisual {
    padding: 13.5rem 0 10.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-mainvisual {
    padding: 4rem 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-mainvisual--txt img {
    width: 108.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-mainvisual--txt img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .problem-section {
    padding-top: 6.6rem;
    margin-bottom: 8.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section {
    padding-top: 4rem;
    margin-bottom: 4rem;
  }
}
.problem-section__title {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .problem-section__title {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__title {
    font-size: 1.8rem;
  }
}
.problem-section__title span {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  color: #52b147;
}
@media only screen and (min-width: 768px) {
  .problem-section__title span {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__title span {
    font-size: 2.5rem;
  }
}
.problem-section__list {
  max-width: 70.3rem;
  position: relative;
  text-align: center;
  height: 46rem;
}
@media only screen and (min-width: 768px) {
  .problem-section__list {
    margin: 2.8rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__list {
    margin-top: 3rem;
  }
}
.problem-section__list .img_problem {
  position: relative;
  left: -1.4rem;
}
@media only screen and (min-width: 768px) {
  .problem-section__list .img_problem {
    width: 13.6rem;
    margin: 15.9rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__list .img_problem {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .problem-section__list .item {
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__list .item {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .problem-section__list .item img {
    width: 5.5rem;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__list .item img {
    width: 6.2rem;
  }
}
.problem-section__list .item p {
  margin-top: 0.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (min-width: 768px) {
  .problem-section__list .item p {
    line-height: 1.44;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__list .item p {
    width: calc(100% - 6.2rem);
    text-align: left;
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .problem-section__list .item.item1 {
    left: 7.4rem;
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .problem-section__list .item.item2 {
    right: 12rem;
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .problem-section__list .item.item3 {
    top: 15.5rem;
    left: 0;
  }
  .problem-section__list .item.item3 p {
    margin-top: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .problem-section__list .item.item4 {
    top: 15.5rem;
    right: 0.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .problem-section__list .item.item5 {
    top: 31.1rem;
    left: 14.4rem;
  }
  .problem-section__list .item.item5 p {
    margin-top: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .problem-section__list .item.item6 {
    top: 31.1rem;
    right: 10rem;
  }
  .problem-section__list .item.item6 p {
    margin-top: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .problem-section__txt {
    margin: 2.2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__txt {
    margin: 2rem 0 0;
  }
}
.problem-section__txt .big_txt {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .problem-section__txt .big_txt {
    font-size: 3rem;
    line-height: 1.7333333333;
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__txt .big_txt {
    font-size: 1.8rem;
    padding-bottom: 3rem;
  }
}
.problem-section__txt .big_txt:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .problem-section__txt .big_txt:after {
    border-left: 2.4rem solid transparent;
    border-right: 2.4rem solid transparent;
    border-top: 3.5rem solid #000;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__txt .big_txt:after {
    border-left: 1.4rem solid transparent;
    border-right: 1.4rem solid transparent;
    border-top: 1.5rem solid #000;
  }
}
.problem-section__txt .img_txt {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .problem-section__txt .img_txt {
    font-size: 3.2rem;
    line-height: 1.96875;
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__txt .img_txt {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
.problem-section__txt .img_txt .big {
  color: #48ab35;
}
@media only screen and (min-width: 768px) {
  .problem-section__txt .img_txt .big {
    font-size: 4rem;
    line-height: 1.575;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__txt .img_txt .big {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .problem-section__txt .img_txt .small {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__txt .img_txt .small {
    font-size: 1.6rem;
  }
}
.problem-section__txt .img_txt img {
  height: auto;
  position: relative;
  margin: 0 0 0 -1rem;
  top: 2px;
}
@media only screen and (min-width: 768px) {
  .problem-section__txt .img_txt img {
    width: 19.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__txt .img_txt img {
    width: 10rem;
  }
}
@media only screen and (min-width: 768px) {
  .problem-section__box {
    max-width: 91rem;
    margin: -3.3rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__box {
    margin-top: 2rem;
  }
}
.problem-section__box .box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .problem-section__box .box_title {
    font-size: 3.5rem;
    gap: 3.3rem;
    padding-left: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__box .box_title {
    font-size: 1.8rem;
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .problem-section__box .box01 .box_title img {
    width: 10.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__box .box01 .box_title img {
    width: 7rem;
  }
}
@media only screen and (min-width: 768px) {
  .problem-section__box .box01 .box_title span {
    margin-bottom: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__box .box01 .box_title span {
    margin-bottom: 0.5rem;
  }
}
.problem-section__box .box01 .ttl {
  text-align: center;
  color: #f79b13;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .problem-section__box .box01 .ttl {
    font-size: 3.2rem;
    margin: 1.9rem 0 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__box .box01 .ttl {
    font-size: 1.8rem;
    margin: 1.5rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .problem-section__box .box01 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .problem-section__box .box01 .inner img {
    width: 41.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__box .box01 .inner img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .problem-section__box .box01 .inner p {
    width: 45rem;
    line-height: 2.0625;
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__box .box01 .inner p {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .problem-section__box .box02 {
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__box .box02 {
    margin-top: 3rem;
  }
}
.problem-section__box .box02 .box_title {
  gap: 0.9rem;
}
@media only screen and (min-width: 768px) {
  .problem-section__box .box02 .box_title img {
    width: 11.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__box .box02 .box_title img {
    width: 7rem;
  }
}
@media only screen and (min-width: 768px) {
  .problem-section__box .box02 .box_title span {
    margin-bottom: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__box .box02 .box_title span {
    margin-bottom: 0.5rem;
  }
}
.problem-section__box .box02 .inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .problem-section__box .box02 .inner {
    margin-top: 4.2rem;
    padding-bottom: 19.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__box .box02 .inner {
    margin-top: 2rem;
    padding-bottom: 15rem;
  }
}
.problem-section__box .box02 .inner img {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .problem-section__box .box02 .inner img {
    width: 55rem;
    top: 1.7rem;
    right: -0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__box .box02 .inner img {
    width: 100%;
    bottom: 0;
    right: 0;
  }
}
.problem-section__box .box02 .ttl {
  color: #48ab35;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .problem-section__box .box02 .ttl {
    font-size: 2.4rem;
    margin: 2.1rem 0 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__box .box02 .ttl {
    font-size: 1.8rem;
    margin: 1.5rem 0 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .problem-section__box .box02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 2rem;
    line-height: 1.85;
    max-width: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__box .box02 ul {
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .problem-section__box .box02 ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .problem-section__box .box02 ul li {
    width: 37%;
  }
}
.problem-section__box .box02 ul span {
  color: #48ab35;
}

.benefits-section {
  background: url(../images/bg1.webp) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .benefits-section {
    padding: 8.9rem 0 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .benefits-section {
    padding: 4rem 0 4rem;
  }
}
.benefits-section__title {
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .benefits-section__title {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .benefits-section__title {
    font-size: 2.5rem;
  }
}
.benefits-section__title span {
  color: #48ab35;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (min-width: 768px) {
  .benefits-section__title span {
    font-size: 9.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .benefits-section__title span {
    font-size: 4.5rem;
    line-height: 1;
  }
}
.benefits-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .benefits-section__list {
    gap: 3.5rem;
    margin-top: 5.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .benefits-section__list {
    gap: 1rem;
    margin-top: 3rem;
  }
}
.benefits-section__list .item {
  background: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .benefits-section__list .item {
    width: 33rem;
    padding: 3.8rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .benefits-section__list .item {
    width: 100%;
    padding: 2rem 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .benefits-section__list .item:first-child .ttl {
    margin-bottom: 1.7rem;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .benefits-section__list .item:nth-child(3) .ttl {
    font-size: 2.1rem;
    margin-bottom: 4.2rem;
  }
  .benefits-section__list .item:nth-child(3) .ttl .number {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .benefits-section__list .item:nth-child(4) .ttl,
  .benefits-section__list .item:nth-child(5) .ttl {
    margin-bottom: 3rem;
  }
  .benefits-section__list .item:nth-child(4) p,
  .benefits-section__list .item:nth-child(5) p {
    margin-top: 3.8rem;
  }
}
.benefits-section__list .item .ttl {
  color: #48ab35;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (min-width: 768px) {
  .benefits-section__list .item .ttl {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .benefits-section__list .item .ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.benefits-section__list .item .ttl .number {
  line-height: 1;
  display: block;
}
@media only screen and (min-width: 768px) {
  .benefits-section__list .item .ttl .number {
    font-size: 6rem;
    margin-bottom: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .benefits-section__list .item .ttl .number {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
.benefits-section__list .item .ttl .txt {
  color: #000;
  font-weight: 400;
  margin-top: -0.3rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  .benefits-section__list .item .ttl .txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .benefits-section__list .item .ttl .txt {
    font-size: 1.4rem;
  }
}
.benefits-section__list .item img {
  width: auto;
}
@media only screen and (min-width: 768px) {
  .benefits-section__list .item img {
    height: 5.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .benefits-section__list .item img {
    height: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .benefits-section__list .item p {
    line-height: 1.875;
    font-size: 1.6rem;
    margin-top: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .benefits-section__list .item p {
    margin-top: 1rem;
  }
}

.cm-title {
  font-weight: 700;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (min-width: 768px) {
  .cm-title {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .point-section {
    margin-top: 10.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .point-section {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .point-section__inner {
    margin-top: 8.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .point-section__inner {
    margin-top: 2rem;
  }
}
.point-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .point-section__item {
    margin-bottom: 8rem;
  }
  .point-section__item:nth-child(2n) .img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .point-section__item:nth-child(2n) .item_ct {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .point-section__item:nth-child(2n) .item_ct .ct {
    float: right;
    width: 49.5rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .point-section__item {
    margin-bottom: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.point-section__item:last-child {
  margin-bottom: 0;
}
.point-section__item .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.point-section__item .btn a {
  color: #48ab35;
  font-weight: 700;
  position: relative;
  text-decoration: underline;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (min-width: 768px) {
  .point-section__item .btn a {
    margin: 2.4rem 4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .point-section__item .btn a {
    margin: 1.5rem 3rem 0 0;
  }
}
.point-section__item .btn a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 1rem solid #48ab35;
  position: absolute;
  right: -2.3rem;
}
@media only screen and (min-width: 768px) {
  .point-section__item .btn a:after {
    top: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .point-section__item .btn a:after {
    top: 0.8rem;
  }
}
.point-section__item .img {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .point-section__item .img {
    width: calc(50% - 7.3rem);
    height: 31rem;
  }
}
@media only screen and (max-width: 767px) {
  .point-section__item .img {
    width: 100%;
    height: 20rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.point-section__item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
@media only screen and (min-width: 768px) {
  .point-section__item .item_ct {
    width: calc(50% + 8.1rem);
    padding-left: 4.5rem;
  }
  .point-section__item .item_ct:after {
    content: "";
    clear: both;
    display: block;
  }
  .point-section__item .item_ct .ct {
    width: 60.8rem;
  }
  .point-section__item .item_ct .ct p {
    letter-spacing: 0.1em;
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767px) {
  .point-section__item .item_ct {
    width: 100%;
    padding: 0 1.5rem 2rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.point-section__item .item_ct .ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #48ab35;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .point-section__item .item_ct .ttl {
    font-size: 2.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .point-section__item .item_ct .ttl {
    font-size: 1.7rem;
  }
}
.point-section__item .item_ct .ttl span {
  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: #48ab35;
  color: #fff;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .point-section__item .item_ct .ttl span {
    width: 13.5rem;
    height: 4.5rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .point-section__item .item_ct .ttl span {
    width: 10rem;
    height: 3rem;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.point-section__item .item_ct .ttl span:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .point-section__item .item_ct .ttl span:after {
    border-top: 1.5rem solid #48ab35;
    bottom: -1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .point-section__item .item_ct .ttl span:after {
    border-top: 1rem solid #48ab35;
    bottom: -0.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .plan-section {
    margin-top: 13.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .plan-section {
    margin-top: 4rem;
  }
}
.plan-section .txt {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .plan-section .txt {
    font-size: 2rem;
    line-height: 2;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .plan-section .txt {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .plan-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
    margin-top: 6.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .plan-section__list {
    margin-top: 4rem;
  }
}
.plan-section__list .item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .plan-section__list .item {
    width: calc(50% - 2.5rem);
    padding: 2.8rem 4.3rem 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .plan-section__list .item {
    width: 100%;
    padding: 2rem;
  }
}
.plan-section__list .item.item1 {
  background: #f9fcea;
}
@media only screen and (max-width: 767px) {
  .plan-section__list .item.item1 {
    margin-bottom: 5rem;
  }
}
.plan-section__list .item.item1 .ttl {
  color: #48ab35;
}
@media only screen and (min-width: 768px) {
  .plan-section__list .item.item1 .pln_ico {
    width: 8.1rem;
    top: -10.2rem;
    left: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .plan-section__list .item.item1 .pln_ico {
    width: 5rem;
    top: -4rem;
    left: 2.2rem;
  }
}
.plan-section__list .item.item2 {
  background: #fff8f0;
}
.plan-section__list .item.item2 .ttl {
  color: #d14e08;
}
@media only screen and (min-width: 768px) {
  .plan-section__list .item.item2 .pln_ico {
    width: 11.3rem;
    top: -10rem;
    right: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .plan-section__list .item.item2 .pln_ico {
    width: 7rem;
    top: -4rem;
    right: 2.2rem;
  }
}
.plan-section__list .item .pln_ico {
  position: absolute;
}
.plan-section__list .item .ttl {
  text-align: center;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (min-width: 768px) {
  .plan-section__list .item .ttl {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .plan-section__list .item .ttl {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .plan-section__list .item .ttl span {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .plan-section__list .item .ttl span {
    font-size: 3rem;
  }
}
.plan-section__list .item .item_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .plan-section__list .item .item_lst {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .plan-section__list .item .item_lst {
    margin-top: 2rem;
  }
}
.plan-section__list .item .item_lst p {
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .plan-section__list .item .item_lst p {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .plan-section__list .item .item_lst p {
    margin-top: 1.5rem;
    font-size: 1.3rem;
  }
}
.plan-section__list .item .item_lst p span {
  font-weight: 400;
  display: block;
  margin-top: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .plan-section__list .item .item_lst p span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .plan-section__list .item .item_lst p span {
    font-size: 1.2rem;
  }
}
.plan-section__list .item .item_lst .itbed {
  position: absolute;
  top: 0.4rem;
  right: 1.6rem;
}
.plan-section__list .item .item_lst .itbed .img {
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .plan-section__list .item .item_lst .itbed p {
    margin-top: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .plan-section__list .item .item_lst .itbed p {
    margin-top: 1rem;
  }
}
.plan-section__list .item .item_lst .it {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
}
.plan-section__list .item .item_lst .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .plan-section__list .item .item_lst .img {
    height: 17.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .plan-section__list .item .item_lst .img {
    height: 14.2rem;
  }
}
.plan-section__list .item .item_lst .img img {
  max-height: 100%;
}
@media only screen and (min-width: 768px) {
  .plan-section__list .item .item_lst .img .reizoko {
    width: 8.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .plan-section__list .item .item_lst .img .reizoko {
    width: 6.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .plan-section__list .item .item_lst .img .zenjido {
    width: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .plan-section__list .item .item_lst .img .zenjido {
    width: 5.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .plan-section__list .item .item_lst .img .microwave {
    width: 8.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .plan-section__list .item .item_lst .img .microwave {
    width: 6.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .plan-section__list .item .item_lst .img .bed {
    width: 11.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .plan-section__list .item .item_lst .img .bed {
    width: 6.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .products-section {
    margin-top: 10.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .products-section {
    margin-top: 4rem;
  }
}
.products-section__ttl {
  text-align: center;
  color: #f79b13;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .products-section__ttl {
    font-size: 3.2rem;
    margin: 1.9rem 0 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .products-section__ttl {
    font-size: 1.8rem;
    margin: 1.5rem 0;
  }
}
.products-section .txt {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .products-section .txt {
    font-size: 2rem;
    line-height: 2;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .products-section .txt {
    margin-top: 2rem;
  }
}
.products-section .txt_note {
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .products-section .txt_note {
    line-height: 1.5;
    margin-top: 2.2rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .products-section .txt_note {
    margin-top: 1.5rem;
  }
}
.products-section .ttl {
  text-align: center;
  background: #98b701;
  color: #fff;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .products-section .ttl {
    font-size: 3rem;
    margin: 0 0 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .products-section .ttl {
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .products-section__list {
    margin-top: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .products-section__list {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .products-section__listItem {
    margin-bottom: 6.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .products-section__listItem {
    margin-bottom: 2rem;
  }
}
.products-section__list .list_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .products-section__list .list_product {
    gap: 6.4rem 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .products-section__list .list_product {
    gap: 2rem 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .products-section__list .list_product .item {
    width: calc(33.3333333333% - 2.3333333333rem);
  }
}
@media only screen and (max-width: 767px) {
  .products-section__list .list_product .item {
    width: 100%;
  }
}
.products-section__list .list_product .item .item_img {
  background: #f8f8f8;
  border: 1px solid #d8d8d8;
  position: relative;
  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;
}
@media only screen and (min-width: 768px) {
  .products-section__list .list_product .item .item_img {
    height: 33rem;
    padding: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .products-section__list .list_product .item .item_img {
    padding: 0.5rem;
    height: 34rem;
    width: 34rem;
    margin: auto;
  }
}
.products-section__list .list_product .item .item_img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.products-section__list .list_product .item p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .products-section__list .list_product .item p {
    margin-top: 1.6rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .products-section__list .list_product .item p {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .flow-section {
    margin-top: 9.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow-section {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .flow-section__list {
    max-width: 82rem;
    margin: 6.6rem auto 5.8rem;
    padding-left: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow-section__list {
    margin-top: 2rem;
  }
}
.flow-section__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.4rem;
  position: relative;
}
.flow-section__list li:last-child {
  margin-bottom: 0;
}
.flow-section__list li:last-child .step:before,
.flow-section__list li:last-child .step:after {
  content: none;
}
.flow-section__list li .step {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .flow-section__list li .step {
    width: 7.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow-section__list li .step {
    width: 5.3rem;
  }
}
.flow-section__list li .step:before {
  content: "";
  width: 0.3rem;
  height: 96%;
  background: #000;
  position: absolute;
  top: 3%;
}
@media only screen and (min-width: 768px) {
  .flow-section__list li .step:before {
    left: 3.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow-section__list li .step:before {
    left: 2.5rem;
  }
}
.flow-section__list li .step:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.45rem solid transparent;
  border-right: 0.45rem solid transparent;
  border-top: 0.8rem solid #000;
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .flow-section__list li .step:after {
    left: 3.45rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow-section__list li .step:after {
    left: 2.25rem;
  }
}
.flow-section__list li .step span {
  color: #48ab35;
  font-family: "Jost", sans-serif;
  text-align: center;
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .flow-section__list li .step span {
    font-size: 2rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow-section__list li .step span {
    font-size: 1.4rem;
    padding-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .flow-section__list li .img {
    margin: 0.8rem 4.3rem 0 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow-section__list li .img {
    margin: 0.5rem 1rem 0 0.5rem;
    position: absolute;
    top: 0;
    left: 7.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .flow-section__list li .img img {
    width: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow-section__list li .img img {
    width: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .flow-section__list li .ct {
    width: 59.3rem;
    padding-bottom: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow-section__list li .ct {
    width: calc(100% - 5.3rem);
    padding-bottom: 2.5rem;
    padding-left: 2rem;
    padding-top: 4.5rem;
  }
}
.flow-section__list li .ct .ttl {
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: -0.2rem 0 1rem 0;
}
@media only screen and (min-width: 768px) {
  .flow-section__list li .ct .ttl {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow-section__list li .ct .ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .flow-section__list li .ct p {
    line-height: 1.5;
  }
}
.flow-section__list li .ct_tel {
  color: #48ab35;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (min-width: 768px) {
  .flow-section__list li .ct_tel {
    margin-top: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow-section__list li .ct_tel {
    margin-top: 2rem;
  }
}
.flow-section__list li .ct_tel .txt1 {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .flow-section__list li .ct_tel .txt1 {
    font-size: 1.2rem;
  }
}
.flow-section__list li .ct_tel .txt2 {
  font-weight: 700;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .flow-section__list li .ct_tel .txt2 {
    max-width: 46.4rem;
    margin-top: -0.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow-section__list li .ct_tel .txt2 {
    font-size: 1.2rem;
  }
}
.flow-section__list li .ct_tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Jost", sans-serif;
  color: #48ab35;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) {
  .flow-section__list li .ct_tel a {
    font-size: 6rem;
    margin: 0.7rem 0 0;
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow-section__list li .ct_tel a {
    font-size: 3rem;
    margin: 0.7rem 0 0;
    gap: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .flow-section__list li .ct_tel a img {
    width: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow-section__list li .ct_tel a img {
    width: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .flow-section__list li .cm-btn02 {
    margin: 3rem 0 0 0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow-section__list li .cm-btn02 {
    margin-top: 2rem;
    font-size: 1.4rem;
    padding-right: 2.5rem;
    padding-left: 1rem;
  }
}

.feedback-section {
  background: #f8f8f8;
}
@media only screen and (min-width: 768px) {
  .feedback-section {
    padding-top: 10.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .feedback-section {
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .feedback-section__list {
    margin-top: 6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .feedback-section__list {
    margin-top: 2rem;
  }
}
.feedback-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .feedback-section__item {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .feedback-section__item {
    margin-bottom: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.feedback-section__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .feedback-section__item img {
    width: 16rem;
    margin-top: 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .feedback-section__item img {
    width: 10rem;
  }
}
@media only screen and (min-width: 768px) {
  .feedback-section__item .ct {
    width: calc(100% - 16rem);
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .feedback-section__item .ct {
    width: 100%;
    margin-top: 2rem;
  }
}
.feedback-section__item .ct .ttl {
  color: #48ab35;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (min-width: 768px) {
  .feedback-section__item .ct .ttl {
    font-size: 3.2rem;
    margin: 0 0 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .feedback-section__item .ct .ttl {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
.feedback-section__item .ct p {
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .feedback-section__item .ct p {
    line-height: 1.875;
  }
}

.faq-section {
  background: #f8f8f8;
}
@media only screen and (min-width: 768px) {
  .faq-section {
    padding-top: 13rem;
    padding-bottom: 14.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .faq-section__list {
    margin-top: 5.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq-section__list {
    margin-top: 2rem;
  }
}
.faq-section__item {
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (min-width: 768px) {
  .faq-section__item {
    padding: 1.6rem 8.2rem 3.5rem 4rem;
    max-width: 90rem;
    margin: auto auto 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq-section__item {
    padding: 2rem;
    margin: auto auto 1.5rem;
  }
}
.faq-section__item:last-child {
  margin-bottom: 0;
}
.faq-section__item .question {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 3.1rem;
  margin-bottom: 1.1rem;
}
.faq-section__item .question span {
  font-size: 2rem;
  font-family: "Jost", sans-serif;
  position: absolute;
  left: 0;
  top: -0.5rem;
}
.faq-section__item .answer {
  position: relative;
  line-height: 1.875;
  color: #48ab35;
  font-weight: 500;
  padding-left: 3.1rem;
}
.faq-section__item .answer span {
  font-size: 2rem;
  font-family: "Jost", sans-serif;
  position: absolute;
  left: 0;
  top: -0.5rem;
}

#cm-footer {
  background: #aacc03;
  text-align: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (min-width: 768px) {
  #cm-footer {
    font-size: 1.8rem;
    padding: 3.3rem 0 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  #cm-footer {
    font-size: 1.4rem;
    padding: 2rem 0;
  }
}
#cm-footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#cm-footer a img {
  width: 2rem;
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out,
    -webkit-transform 0.6s ease-out;
}
.fadein.fadein_on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 768px) {
  .main-inquiry {
    padding-top: 10.4rem;
    padding-bottom: 10.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-inquiry {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-inquiry .form-content {
    margin-top: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-inquiry .form-content {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-inquiry .form-content__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 2.4rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .main-inquiry .form-content__dl {
    margin: 0;
  }
}
.main-inquiry .form-content__dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  letter-spacing: 0.01em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .main-inquiry .form-content__dt {
    width: 26.5rem;
    padding-right: 3.1rem;
    padding-top: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-inquiry .form-content__dt {
    background: #52b147;
    padding: 1rem;
    color: #fff;
  }
}
.main-inquiry .form-content__dt span {
  width: 5rem;
  height: 2.4rem;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  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;
}
.main-inquiry .form-content__dt span.hissu {
  background: #f79b13;
}
.main-inquiry .form-content__dt span.ninni {
  background: #52b147;
}
@media only screen and (max-width: 767px) {
  .main-inquiry .form-content__dt span.ninni {
    background: #fff;
    color: #52b147;
  }
}
.main-inquiry .form-content__dd {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .main-inquiry .form-content__dd {
    width: calc(100% - 26.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .main-inquiry .form-content__dd {
    padding: 1rem;
    background: #fff;
  }
}
.main-inquiry .form-content__dd input {
  width: 100%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: rgba(82, 177, 71, 0.4);
  border-radius: 0.4rem;
  background-color: rgb(255, 255, 255);
  padding: 0.7rem;
}
.main-inquiry .form-content__dd textarea {
  width: 100%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: rgba(82, 177, 71, 0.4);
  border-radius: 0.4rem;
  background-color: rgb(255, 255, 255);
  padding: 0.7rem;
  height: 12.8rem;
}
.main-inquiry .form-content__dd .contact-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .main-inquiry .form-content__dd .contact-radio {
    gap: 3rem;
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-inquiry .form-content__dd .contact-radio {
    gap: 0.5rem 0;
  }
}
.main-inquiry .form-content__dd .contact-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .main-inquiry .form-content__dd .contact-radio label {
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-inquiry .form-content__dd .contact-radio label {
    width: 50%;
    gap: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-inquiry .form-content__dd .contact-radio label input {
    width: 2rem;
    height: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-inquiry .form-content__dd .contact-radio label input {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.main-inquiry .form-privacy {
  border-style: solid;
  border-width: 1px;
  border-color: #52b147;
  border-radius: 0.4rem;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 1rem 1rem 0px 0px rgba(14, 60, 108, 0.1);
  box-shadow: 1rem 1rem 0px 0px rgba(14, 60, 108, 0.1);
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .main-inquiry .form-privacy {
    margin-top: 8rem;
    padding: 4.8rem 6rem;
    height: 68.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-inquiry .form-privacy {
    margin-top: 5rem;
    padding: 3rem 1.2rem;
    height: 40rem;
  }
}
.main-inquiry .form-privacy__ttl {
  text-align: center;
  font-weight: 600;
  color: #52b147;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-inquiry .form-privacy__ttl {
    font-size: 2.8rem;
    padding-bottom: 2.4rem;
    margin: 0 0 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-inquiry .form-privacy__ttl {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
    margin: 0 0 2rem;
  }
}
.main-inquiry .form-privacy__ttl:after {
  content: "";
  background: #52b147;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .main-inquiry .form-privacy__ttl:after {
    width: 8.8rem;
    height: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-inquiry .form-privacy__ttl:after {
    width: 5rem;
    height: 0.2rem;
  }
}
.main-inquiry .form-privacy p {
  letter-spacing: 0.01em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .main-inquiry .form-end {
    margin-top: 5.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-inquiry .form-end {
    margin-top: 5rem;
  }
}
.main-inquiry .form-end label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-inquiry .form-end input[type="checkbox"] {
  border: 1px solid #52b147;
  border-radius: 0.4rem;
  display: block;
  gap: 1.1rem;
}
@media only screen and (min-width: 768px) {
  .main-inquiry .form-end input[type="checkbox"] {
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-inquiry .form-end input[type="checkbox"] {
    width: 2rem;
    height: 2rem;
  }
}
.main-inquiry .form-end label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-inquiry .form-end p {
  margin: 0.6rem 0 0;
}
.main-inquiry .form-end .contact-group-btn {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main-inquiry .form-end .contact-group-btn {
    margin-top: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-inquiry .form-end .contact-group-btn {
    margin-top: 2rem;
  }
}
.main-inquiry .form-end .contact-group-btn .cm-btn01 {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .main-inquiry .form-end .contact-group-btn .cm-btn01 {
    width: 33.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-inquiry .form-end .contact-group-btn .cm-btn01 {
    width: 28rem;
  }
}
.main-inquiry .form-end .contact-group-btn .cm-btn01:hover input {
  color: #52b147;
}
.main-inquiry .form-end .contact-group-btn .cm-btn01 input {
  border: none;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.main-inquiry .form-end .contact-group-btn .disabled .cm-btn01:hover {
  background: #52b147;
}
.main-inquiry
  .form-end
  .contact-group-btn
  .disabled
  .cm-btn01:hover
  .icon:before {
  background: #fff;
}
.main-inquiry
  .form-end
  .contact-group-btn
  .disabled
  .cm-btn01:hover
  .icon:after {
  border: solid #fff;
  border-width: 0 0.3rem 0.3rem 0;
}
.main-inquiry .form-end .contact-group-btn .disabled .cm-btn01:hover input {
  color: #fff;
  cursor: no-drop;
}

/* 確認画面用ボタンスタイル */
.main-inquiry .form-end .contact-group-btn.confirm-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .main-inquiry .form-end .contact-group-btn.confirm-btns {
    gap: 3rem;
  }
}
.main-inquiry .form-end .contact-group-btn.confirm-btns .contact-btn {
  width: auto;
}
@media only screen and (min-width: 768px) {
  .main-inquiry .form-end .contact-group-btn.confirm-btns .contact-btn {
    min-width: 26rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-inquiry .form-end .contact-group-btn.confirm-btns .contact-btn {
    min-width: 20rem;
  }
}
.main-inquiry .form-end .contact-group-btn.confirm-btns .cm-btn01 input {
  border: none;
  outline: none;
  background: transparent;
}
