@charset "UTF-8";
/*====================================================================================
1. START MAIN VISUAL SECTION.
====================================================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .header__inner {
    max-width: 120rem;
    padding: 3.6rem 4.5rem 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .header__inner {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .header__logo {
    width: 35rem;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo {
    width: 22rem;
    margin: 1.2rem 0 0 1rem;
  }
  .header__logo img {
    width: 20rem;
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .header__right {
    margin-top: -0.4rem;
    gap: 4.7rem;
  }
}
.header__right .tell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #4ca736;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .header__right .tell {
    font-size: 4.8rem;
    margin-top: -0.9rem;
    gap: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .header__right .tell {
    font-size: 0;
    width: 6rem;
    height: 6rem;
    background: #46b023 url(../common_img/icon_tell_w.webp) no-repeat center center;
    background-size: 2rem auto;
  }
}
.header__right .tell img {
  position: relative;
  top: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .header__right .tell img {
    width: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .header__right .tell img {
    display: none;
  }
}
.header .cm-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0;
  font-family: 游ゴシック, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Verdana, sans-serif;
}
@media only screen and (min-width: 768px) {
  .header .cm-btn {
    background: var(--co-secondry) url(../common_img/mail.webp) no-repeat left 2.6rem center;
    background-size: 3rem auto;
    width: 20.5rem;
    height: 5rem;
    border-radius: 5rem;
    padding-left: 4.3rem;
    border: 0.2rem solid var(--co-secondry);
    margin-top: 0.8rem;
  }
  .header .cm-btn:hover {
    background: #fff url(../common_img/mail_yl.webp) no-repeat left 2.6rem center;
    background-size: 3rem auto;
    color: var(--co-secondry);
  }
}
@media only screen and (max-width: 767px) {
  .header .cm-btn {
    width: 6rem;
    height: 6rem;
    font-size: 0;
    background: var(--co-secondry) url(../common_img/mail.webp) no-repeat center center;
    background-size: 2rem auto;
  }
}

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

.footer {
  background: #0d8358;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 7.5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 4rem 0 0;
  }
}
.footer__inner {
  max-width: 120rem;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .footer__inner {
    padding: 0 4.5rem 8.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer__inner {
    padding: 0 2rem 3rem;
  }
}
.footer_logo {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer_logo {
    width: 25rem;
    margin: auto;
  }
}
.footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .footer_menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 9.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_menu {
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
.footer_menu a {
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  padding-right: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .footer_menu a {
    width: 26.8rem;
    border-bottom: 0.3rem solid #aae6cb;
    font-size: 2.2rem;
    padding-bottom: 2.5rem;
  }
  .footer_menu a:hover {
    color: #ffe200;
    border-bottom: 0.3rem solid #ffe200;
  }
  .footer_menu a:hover .icon:before {
    background: #ffe200;
  }
  .footer_menu a:hover .icon::after {
    border: solid #ffe200;
    border-width: 0 0.2rem 0.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer_menu a {
    border-bottom: 0.2rem solid #aae6cb;
    font-size: 1.6rem;
    padding-bottom: 1rem;
    width: 100%;
  }
}
.footer_menu a .icon {
  height: 1.7rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer_menu a .icon {
    width: 3rem;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_menu a .icon {
    width: 2rem;
    margin-top: 0.5rem;
  }
}
.footer_menu a .icon:before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer_menu a .icon::after {
  content: "";
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.5rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  right: 0;
  top: 50%;
}
.footer .copyright {
  background: #096141;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 1.1rem;
}

.cm-btn02 {
  border-style: solid;
  border-width: 0.2rem;
  border-color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0;
  font-family: 游ゴシック, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Verdana, sans-serif;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .cm-btn02 {
    width: 47.6rem;
    height: 9.5rem;
    background: var(--co-secondry) url(../common_img/mail.webp) no-repeat left 12.2rem center;
    background-size: 4.4rem auto;
    font-size: 2.5rem;
    padding-left: 7.2rem;
    border-radius: 5rem;
  }
  .cm-btn02:hover {
    background: #fff url(../common_img/mail.webp) no-repeat left 12.2rem center;
    background-size: 4.4rem auto;
    border-color: var(--co-secondry);
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn02 {
    width: 22rem;
    height: 6rem;
    background: var(--co-secondry) url(../common_img/mail.webp) no-repeat left 3rem center;
    background-size: 2rem auto;
    font-size: 1.8rem;
    padding-left: 2rem;
    border-radius: 4rem;
  }
}

.cm-listBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .cm-listBtn {
    gap: 1.8rem;
    margin: 4.7rem auto 6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-listBtn {
    gap: 1rem;
    margin: 3rem auto;
  }
}
.cm-listBtn a {
  background: #f3f8f6;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .cm-listBtn a {
    padding: 2.95rem 2.7rem;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    border-radius: 1.2rem;
  }
  .cm-listBtn a:hover {
    background: var(--co-secondry);
  }
}
@media only screen and (max-width: 767px) {
  .cm-listBtn a {
    padding: 0.5rem 0.9rem;
    border-radius: 0.5rem;
  }
}

.cm-title {
  text-align: center;
  position: relative;
  font-family: var(--font-Zen_maru);
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .cm-title {
    padding: 5.7rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title {
    padding: 1.7rem 0;
    margin-bottom: 3rem;
  }
}
.cm-title:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .cm-title:after {
    width: 18.5rem;
    border-bottom: 0.5rem dotted var(--co-primary);
    bottom: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title:after {
    width: 10rem;
    border-bottom: 0.3rem dotted var(--co-primary);
    bottom: 0.4rem;
  }
}
.cm-title__tit {
  font-weight: 500;
  letter-spacing: 0.02em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cm-title__tit {
    font-size: 5rem;
    padding: 0 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title__tit {
    font-size: 2rem;
    padding: 0 1.5rem;
  }
}
.cm-title__tit:before, .cm-title__tit:after {
  content: "";
  background: var(--co-primary);
  position: absolute;
  bottom: -0.1rem;
}
@media only screen and (min-width: 768px) {
  .cm-title__tit:before, .cm-title__tit:after {
    width: 0.5rem;
    height: 6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title__tit:before, .cm-title__tit:after {
    width: 0.3rem;
    height: 2.8rem;
  }
}
.cm-title__tit:before {
  left: 0;
  -webkit-transform: rotate(-37deg);
          transform: rotate(-37deg);
}
.cm-title__tit:after {
  right: 0;
  -webkit-transform: rotate(37deg);
          transform: rotate(37deg);
}
.cm-title__tit span {
  color: var(--co-primary);
  position: relative;
  z-index: 1;
}
.cm-title__tit span:after {
  content: "";
  width: 100%;
  background: #ffe200;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .cm-title__tit span:after {
    height: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title__tit span:after {
    height: 1rem;
  }
}
.cm-title__tit span i {
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .cm-title__tit span i {
    font-size: 6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title__tit span i {
    font-size: 3rem;
  }
}
.cm-title01 {
  background: url(../common_img/title01_bg.webp) no-repeat center center;
}
@media only screen and (max-width: 767px) {
  .cm-title01 {
    background-size: 20rem auto;
  }
}
.cm-title02 {
  background: url(../common_img/title02_bg.webp) no-repeat center center;
}
@media only screen and (max-width: 767px) {
  .cm-title02 {
    background-size: 20rem auto;
  }
}
.cm-title03 {
  background: url(../common_img/title03_bg.webp) no-repeat center center;
}
@media only screen and (max-width: 767px) {
  .cm-title03 {
    background-size: 20rem auto;
  }
}
.cm-title03:after {
  border-bottom: 0.5rem dotted #fff;
}
.cm-title03 .cm-title__tit {
  color: #fff;
}
.cm-title03 .cm-title__tit:before, .cm-title03 .cm-title__tit:after {
  background: #fff;
}

.main-mv {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main-mv {
    height: 86.7rem;
    padding-top: 17rem;
    background: #eef5ec url(../images/mv.webp) no-repeat top center;
  }
}
@media only screen and (max-width: 767px) {
  .main-mv {
    height: 30.2rem;
    background: #eef5ec url(../images/mv_sp.webp) no-repeat bottom center;
    background-size: 100% auto;
    padding-top: 3rem;
  }
}
.main-mv__title {
  text-align: center;
  color: var(--co-primary);
  font-family: var(--font-Zen_maru);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .main-mv__title {
    line-height: 1.3076923077;
    font-size: 6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-mv__title {
    font-size: 2.2rem;
  }
}
.main-mv__txt {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .main-mv__txt {
    font-size: 3.6rem;
    line-height: 1.3888888889;
    margin: 6.5rem 0 6.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-mv__txt {
    font-size: 1.8rem;
    margin: 1rem 0;
  }
}

.main-concerns {
  background: #fdf9f9;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-concerns {
    padding: 4rem 4rem 9rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-concerns {
    padding: 3rem 0 4rem;
  }
}
.main-concerns:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .main-concerns:after {
    border-left: 11.25rem solid transparent;
    border-right: 11.25rem solid transparent;
    border-top: 6.8rem solid #fdf9f9;
    bottom: -6.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-concerns:after {
    border-left: 3rem solid transparent;
    border-right: 3rem solid transparent;
    border-top: 3rem solid #fdf9f9;
    bottom: -2.9rem;
  }
}
.main-concerns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .main-concerns__list {
    margin-top: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-concerns__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .main-concerns__item {
    width: calc(33.3333333333% - 1.3333333333rem);
  }
}
@media only screen and (max-width: 767px) {
  .main-concerns__item {
    width: 100%;
  }
}
.main-concerns__item img {
  width: 100%;
  display: block;
}
.main-concerns__item .inner {
  border-radius: 1.2rem;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 2rem 0px rgba(56, 161, 219, 0.1);
          box-shadow: 0px 0px 2rem 0px rgba(56, 161, 219, 0.1);
}
@media only screen and (min-width: 768px) {
  .main-concerns__item .inner {
    padding: 2.4rem 2rem 3.6rem;
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-concerns__item .inner {
    padding: 2rem;
    margin-top: 1.5rem;
  }
}
.main-concerns__item .inner .ttl {
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--co-primary);
  font-family: var(--font-Zen_maru);
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .main-concerns__item .inner .ttl {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 0 0 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-concerns__item .inner .ttl {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
.main-concerns__item .inner p {
  margin: 0;
}

.main-solution {
  background: #c6f4e1 url(../images/bg1.webp) no-repeat top center;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .main-solution {
    padding-bottom: 14rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution {
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-solution01 {
    padding-top: 7.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution01 {
    padding-top: 2rem;
  }
  .main-solution01 .cm-title__tit {
    width: 30rem;
    display: block;
    margin: auto;
  }
}
.main-solution01__txt {
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .main-solution01__txt {
    font-size: 1.8rem;
    line-height: 2.2222222222;
    margin: 1.3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution01__txt {
    margin: 0;
  }
}
.main-solution01__box {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 2.7rem 0px rgba(106, 132, 156, 0.23);
          box-shadow: 0px 0px 2.7rem 0px rgba(106, 132, 156, 0.23);
  max-width: 57.6rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main-solution01__box {
    border-radius: 3rem;
    margin: 3rem auto 0;
    padding: 3.4rem 0 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution01__box {
    border-radius: 1rem;
    margin: 2rem auto 0;
    padding: 1.5rem;
  }
}
.main-solution01__box ul {
  margin: 0;
  padding: 0;
}
.main-solution01__box li {
  list-style-type: none;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .main-solution01__box li {
    font-size: 2.4rem;
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution01__box li {
    font-size: 1.8rem;
  }
}
.main-solution01__box li span {
  color: var(--co-primary);
}
.main-solution01__produces {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main-solution01__produces {
    margin-top: 5.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution01__produces {
    margin-top: 2rem;
  }
}
.main-solution01__produces p {
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .main-solution01__produces p {
    font-size: 1.8rem;
    margin-bottom: 8.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution01__produces p {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.main-solution01__produces .inner {
  width: 100%;
  background: #0ea971;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-solution01__produces .inner {
    border-radius: 2rem;
    margin: 10.7rem auto 8rem;
    padding: 2.5rem 4.3rem 2.4rem 56.9rem;
    max-width: 111rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution01__produces .inner {
    border-radius: 1rem;
    padding: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-solution01__produces .inner img {
    position: absolute;
    bottom: 0;
    left: 4.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution01__produces .inner img {
    margin-top: 2rem;
  }
}
.main-solution01__produces .inner_cicle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.main-solution01__produces .inner_cicle .cicle1 {
  position: absolute;
  left: 0;
}
.main-solution01__produces .inner_cicle .cicle3 {
  position: absolute;
  right: 0;
}
.main-solution01__produces .inner_cicle .cicle {
  background: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
  font-family: var(--font-Zen_maru);
  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;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .main-solution01__produces .inner_cicle .cicle {
    width: 18.2rem;
    height: 18.2rem;
    border: 0.3rem solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution01__produces .inner_cicle .cicle {
    width: 11rem;
    height: 11rem;
    border: 0.3rem solid #fff;
  }
}
.main-solution01__produces .inner_cicle .cicle p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .main-solution01__produces .inner_cicle .cicle p {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution01__produces .inner_cicle .cicle p {
    font-size: 1.6rem;
  }
}
.main-solution01__text {
  text-align: center;
  background: url(../images/icon1.png) no-repeat top center;
  background-size: auto;
}
@media only screen and (min-width: 768px) {
  .main-solution01__text {
    padding: 1.4rem 0 3rem;
  }
}
.main-solution01__text p {
  margin: 0;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .main-solution01__text p {
    font-size: 1.8rem;
    margin-bottom: 8.5rem;
    line-height: 2.2222222222;
  }
}
.main-solution01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .main-solution01__list {
    margin: 4.6rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution01__list {
    margin: 2rem 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-solution01__item {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 27px 0px rgba(106, 132, 156, 0.23);
          box-shadow: 0px 0px 27px 0px rgba(106, 132, 156, 0.23);
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main-solution01__item {
    width: calc(33.3333333333% - 1.3333333333rem);
    border-radius: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution01__item {
    width: 100%;
    border-radius: 1.5rem;
  }
}
.main-solution01__item .txt01 {
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-solution01__item .txt01 {
    font-size: 3rem;
    padding: 3.7rem 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution01__item .txt01 {
    font-size: 2rem;
    padding: 2rem 0 1.7rem;
  }
}
.main-solution01__item .txt01:before {
  content: "";
  background: url(../images/icon2.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  bottom: -1.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .main-solution01__item .txt01:before {
    width: 2.3rem;
    height: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution01__item .txt01:before {
    width: 1.8rem;
    height: 3rem;
  }
}
.main-solution01__item .txt02 {
  background: #f3f8f6;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .main-solution01__item .txt02 {
    padding: 2.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution01__item .txt02 {
    padding: 1.5rem 0;
  }
}
.main-solution01__item .txt02 span {
  display: block;
  margin: auto;
  font-family: var(--font-Zen_maru);
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: center;
  position: relative;
  color: #46b023;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .main-solution01__item .txt02 span {
    font-size: 4rem;
    width: 22rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution01__item .txt02 span {
    font-size: 2.8rem;
    width: 15rem;
  }
}
.main-solution01__item .txt02 span:after {
  content: "";
  width: 100%;
  background: #ffe200;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .main-solution01__item .txt02 span:after {
    height: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution01__item .txt02 span:after {
    height: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-solution02 {
    margin-top: 11rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution02 {
    margin-top: 4rem;
  }
  .main-solution02 .cm-title__tit {
    font-size: 1.8rem;
    display: block;
    width: 100%;
    padding: 0 0.5rem;
  }
}
.main-solution02__box {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .main-solution02__box {
    border-radius: 1.5rem;
    padding: 5.2rem 4.5rem 5.7rem;
    gap: 2.3rem;
    margin-top: 5.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution02__box {
    border-radius: 1rem;
    padding: 1.5rem;
    gap: 1.5rem;
    margin-top: 0rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-solution02__item {
  background: #fdf9f9;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .main-solution02__item {
    width: calc(25% - 1.725rem);
    border-radius: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution02__item {
    width: 100%;
    border-radius: 0.5rem;
  }
}
.main-solution02__item .img {
  text-align: center;
  background: #dcfbed;
}
@media only screen and (min-width: 768px) {
  .main-solution02__item .ct {
    padding: 1.9rem 2rem 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution02__item .ct {
    padding: 1.5rem 1rem;
  }
}
.main-solution02__item .ct p {
  margin: 0;
}
.main-solution02__item .ttl {
  text-align: center;
  font-family: var(--font-Zen_maru);
  font-weight: 500;
  margin: 0 0 1.5rem;
  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) {
  .main-solution02__item .ttl {
    min-height: 7.6rem;
    font-size: 2rem;
    padding-bottom: 1.6rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution02__item .ttl {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }
}
.main-solution02__item .ttl:after {
  content: "";
  width: 6.3rem;
  height: 0.1rem;
  background: var(--co-primary);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-solution03 {
  background: url(../images/bg2.webp) no-repeat center center;
  background-size: cover;
  border-radius: 1rem;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-solution03 {
    max-width: 111rem;
    margin: 10.3rem auto 0;
    height: 31.3rem;
    padding-top: 3.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution03 {
    margin-top: 2rem;
    padding: 2rem 1rem;
  }
}
.main-solution03 p {
  color: #ffcc52;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0;
  font-family: var(--font-Zen_maru);
}
@media only screen and (min-width: 768px) {
  .main-solution03 p {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution03 p {
    font-size: 1.4rem;
  }
}
.main-solution03 .ttl {
  font-family: var(--font-Zen_maru);
  font-weight: 500;
  letter-spacing: 0.02em;
  display: inline-block;
  color: #fff;
  margin: 0;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .main-solution03 .ttl {
    font-size: 4.2rem;
    border-bottom: 0.5rem dotted #ede302;
    padding-bottom: 0.1rem;
    margin-bottom: 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution03 .ttl {
    font-size: 1.6rem;
    border-bottom: 0.3rem dotted #ede302;
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
    margin-top: 0.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-solution03 .cm-btn02 {
    margin-top: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-solution03 .cm-btn02 {
    margin-top: 2rem;
  }
}

.main-case {
  background: #fdf9f9;
}
@media only screen and (min-width: 768px) {
  .main-case {
    padding: 7.6rem 0 16.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-case {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .main-case__list {
    margin-top: 6.9rem;
    margin-bottom: -1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__list {
    margin: 0;
  }
}
.main-case__box {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-case__box {
    padding-top: 12.4rem;
    min-height: 46rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__box {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-case__box.box_l .img {
    right: -10rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-case__box.box_r {
    margin-top: 10.1rem;
    margin-bottom: 9.5rem;
  }
  .main-case__box.box_r::after {
    content: "";
    clear: both;
    display: block;
  }
  .main-case__box.box_r .img {
    left: -10rem;
  }
  .main-case__box.box_r .ct {
    float: right;
  }
}
.main-case__box .img {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .main-case__box .img {
    width: 99.1rem;
    height: 46rem;
    border-radius: 2rem;
    position: absolute;
    top: 0;
  }
  .main-case__box .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;
  }
}
.main-case__box .ct {
  background: #fff;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .main-case__box .ct {
    width: 60rem;
    border-radius: 2rem;
    padding: 4.6rem 6.5rem 7.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__box .ct {
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }
}
.main-case__box .ct .ttl {
  font-family: var(--font-Zen_maru);
  letter-spacing: 0.1em;
  font-weight: 500;
  color: var(--co-primary);
}
@media only screen and (min-width: 768px) {
  .main-case__box .ct .ttl {
    font-size: 3rem;
    line-height: 1.3333333333;
    margin: 0 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__box .ct .ttl {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
  }
}
.main-case__box .ct .ttl span {
  background: #aae6cb;
  border-radius: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .main-case__box .ct .ttl span {
    width: 24rem;
    height: 3.3rem;
    font-size: 2rem;
    margin-left: -2rem;
    margin-bottom: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__box .ct .ttl span {
    width: 16rem;
    height: 2.5rem;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.main-case__box .ct p {
  margin: 0;
}
.main-case__inner {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .main-case__inner {
    padding: 5.9rem 4.4rem 9.5rem;
    margin-top: 11rem;
    margin-bottom: -1.2rem;
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__inner {
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    padding: 2.5rem 1.5rem;
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-case__sec {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__sec {
    margin-bottom: 3rem;
  }
}
.main-case__sec:last-child {
  margin-bottom: 0;
}
.main-case__secTtl {
  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) {
  .main-case__secTtl {
    gap: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__secTtl {
    gap: 1.5rem;
  }
}
.main-case__secTtl img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .main-case__secTtl img {
    width: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__secTtl img {
    width: 3rem;
  }
}
.main-case__secTtl .ttl {
  font-weight: 500;
  font-family: var(--font-Zen_maru);
  color: #46b023;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .main-case__secTtl .ttl {
    font-size: 3rem;
    margin: -0.6rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__secTtl .ttl {
    font-size: 1.8rem;
    margin: -0.6rem 0 0;
  }
}
.main-case__secTtl .ttl span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .main-case__secTtl .ttl span {
    font-size: 2.4rem;
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__secTtl .ttl span {
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-left: -4.5rem;
  }
}
.main-case__secTxt {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main-case__secTxt {
    margin: 5.6rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__secTxt {
    margin: 2rem auto 0;
  }
}
.main-case__secTxt span {
  font-weight: 700;
  color: #46b023;
}
@media only screen and (min-width: 768px) {
  .main-case__secTxt span {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__secTxt span {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-case__flx01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.3rem;
    margin-top: 5.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__flx01 {
    margin-top: 2rem;
  }
}
.main-case__flx01 .box {
  border-style: solid;
  border-color: rgb(70, 176, 35);
  background-color: rgb(255, 255, 255);
  text-align: center;
  letter-spacing: 0.05em;
  background: url(../images/ico03.webp) no-repeat bottom -0.5rem right 0.8rem;
}
@media only screen and (min-width: 768px) {
  .main-case__flx01 .box {
    width: 44.9rem;
    border-width: 0.5rem;
    padding: 0.9rem 0 2rem;
    line-height: 2.25;
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__flx01 .box {
    border-width: 0.2rem;
    margin-top: 2rem;
    padding: 1.5rem;
    border-radius: 1rem;
  }
}
.main-case__flx01 .box p {
  margin: 0;
}
.main-case__flx01 .box span {
  color: #46b023;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .main-case__flx01 .box span {
    font-size: 2.2rem;
    line-height: 1.6363636364;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__flx01 .box span {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-case__flx02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 7.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__flx02 {
    margin-top: 2rem;
  }
}
.main-case__flx02 .box {
  border-style: solid;
  border-width: 0.2rem;
  border-color: rgb(70, 176, 35);
  background: #fff url(../images/ico04.webp) no-repeat left top;
}
@media only screen and (min-width: 768px) {
  .main-case__flx02 .box {
    width: 50.9rem;
    border-radius: 2rem;
    padding: 2.7rem 3.5rem 3.4rem;
    background-size: 5.4rem auto;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__flx02 .box {
    border-radius: 1rem;
    padding: 1.5rem;
    background-size: 3.5rem auto;
    margin-bottom: 2rem;
  }
  .main-case__flx02 .box:last-child {
    margin-bottom: 0;
  }
}
.main-case__flx02 .box:nth-child(2) {
  background: #fff url(../images/ico05.webp) no-repeat left 1.4rem top 0.8rem;
  background-size: 2.5rem auto;
}
.main-case__flx02 .box:nth-child(2) .dl01 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.main-case__flx02 .box dl {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .main-case__flx02 .box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main-case__flx02 .box dl dt {
  margin: 0;
  padding: 0;
}
.main-case__flx02 .box dl dd {
  padding: 0;
  margin: 0;
}
.main-case__flx02 .box .dl01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-case__flx02 .box .dl01 dt {
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .main-case__flx02 .box .dl01 dt {
    width: 18.3rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__flx02 .box .dl01 dt {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.main-case__flx02 .box .dl01 dt span {
  display: block;
  font-size: 1.6rem;
}
.main-case__flx02 .box .dl01 dd {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .main-case__flx02 .box .dl01 dd {
    width: calc(100% - 18.3rem);
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__flx02 .box .dl01 dd {
    font-size: 1.4rem;
  }
}
.main-case__flx02 .box .dl01 dd p {
  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) {
  .main-case__flx02 .box .dl01 dd p {
    margin: 0 0 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__flx02 .box .dl01 dd p {
    margin: 0 0 1rem;
  }
}
.main-case__flx02 .box .dl01 dd p:last-child {
  margin-bottom: 0;
}
.main-case__flx02 .box .dl02 {
  border-top: 0.2rem solid rgb(70, 176, 35);
}
@media only screen and (min-width: 768px) {
  .main-case__flx02 .box .dl02 {
    margin-top: 2.8rem;
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__flx02 .box .dl02 {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }
}
.main-case__flx02 .box .dl02 dt {
  font-weight: 700;
  color: #46b023;
}
@media only screen and (min-width: 768px) {
  .main-case__flx02 .box .dl02 dt {
    font-size: 2rem;
    width: 24.5rem;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__flx02 .box .dl02 dt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__flx02 .box .dl02 dd {
    text-align: right;
    margin-top: 0.5rem;
  }
}
.main-case__flx02 .box .dl02 dd span {
  font-weight: 700;
  color: #46b023;
}
@media only screen and (min-width: 768px) {
  .main-case__flx02 .box .dl02 dd span {
    font-size: 2.2rem;
    background: url(../images/icon2.png) no-repeat left center;
    background-size: 1.6rem auto;
    padding: 0 0 0.5rem 2.5rem;
    border-bottom: 0.3rem solid #46b023;
  }
}
@media only screen and (max-width: 767px) {
  .main-case__flx02 .box .dl02 dd span {
    font-size: 1.8rem;
    background: url(../images/icon2.png) no-repeat left center;
    background-size: 1.2rem auto;
    padding: 0 0 0.5rem 2rem;
    border-bottom: 0.3rem solid #46b023;
  }
}

.main-construction {
  background: url(../images/bg3.webp);
}
@media only screen and (min-width: 768px) {
  .main-construction {
    padding: 8.6rem 0 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-construction {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .main-construction01 .cm-title {
    margin: 0;
  }
}
.main-construction01__list {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-construction01__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    margin-top: 8.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-construction01__list {
    margin-top: 4rem;
  }
}
.main-construction01__list:before {
  content: "";
  background: #45af26;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .main-construction01__list:before {
    width: calc(100% - 23.4rem);
    height: 1rem;
    top: 5.8rem;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-construction01__list:before {
    height: 90%;
    width: 0.3rem;
    top: 0;
    left: 7.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-construction01__item {
    width: calc(20% - 1.6rem);
  }
  .main-construction01__item:nth-child(2) .item {
    padding: 4.9rem 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-construction01__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2rem;
  }
}
.main-construction01__item:last-child {
  content: "";
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main-construction01__item:last-child {
    margin-bottom: 0;
  }
}
.main-construction01__item:last-child:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .main-construction01__item:last-child:after {
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
    border-left: 1.5rem solid #45af26;
    left: -1.5rem;
    top: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-construction01__item:last-child:after {
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #45af26;
    left: 6.5rem;
    top: -2.2rem;
  }
}
.main-construction01__item .item {
  border-style: solid;
  border-width: 0.2rem;
  border-color: rgb(49, 154, 127);
  border-radius: 1rem;
  background-color: rgb(255, 255, 255);
  position: relative;
  font-family: var(--font-Zen_maru);
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main-construction01__item .item {
    letter-spacing: 0.1em;
    width: 100%;
    height: 12.5rem;
    font-size: 2rem;
    padding-top: 6rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .main-construction01__item .item {
    width: 15rem;
    height: 9rem;
    font-size: 1.4rem;
    padding: 0 0.5rem;
    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;
  }
}
.main-construction01__item .item span {
  border-radius: 50%;
  background: #319a7f;
  color: #fff;
  font-family: var(--font-Zen_maru);
  letter-spacing: 0.02em;
  line-height: 0.5;
  display: block;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .main-construction01__item .item span {
    width: 6.3rem;
    height: 6.3rem;
    font-size: 4.2rem;
    padding-top: 1.7rem;
    padding-right: 0.7rem;
    top: -3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-construction01__item .item span {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    padding-top: 0.8rem;
    padding-right: 0.4rem;
    top: -1.5rem;
  }
}
.main-construction01__item .item p {
  margin: 0;
}
.main-construction01__item .txt {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .main-construction01__item .txt {
    padding: 2.4rem 1.9rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-construction01__item .txt {
    width: calc(100% - 15rem);
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-construction02 {
    margin-top: 12.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-construction02 {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-construction02__list {
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-construction02__item {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .main-construction02__item {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
}
@media only screen and (max-width: 767px) {
  .main-construction02__item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .main-construction02__item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .main-construction02__item .ct {
    padding: 2.2rem 3rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-construction02__item .ct {
    padding: 1.5rem;
  }
}
.main-construction02__item .ct p {
  margin: 0;
}
.main-construction02__item .ttl {
  color: var(--co-primary);
  font-family: var(--font-Zen_maru);
  font-weight: 500;
  letter-spacing: 0.01em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-construction02__item .ttl {
    font-size: 2.4rem;
    margin: 0 0 2.5rem;
    padding-bottom: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-construction02__item .ttl {
    font-size: 1.8rem;
    margin: 0 0 1rem;
    padding-bottom: 1rem;
  }
}
.main-construction02__item .ttl:after {
  content: "";
  width: 6.4rem;
  height: 0.2rem;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.main-background {
  background: url(../images/bg4.webp);
}
@media only screen and (min-width: 768px) {
  .main-background {
    padding-top: 9rem;
    padding-bottom: 13.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-background {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .main-faq__list {
    margin-top: 7.1rem;
  }
}
.main-faq__list dl {
  border-radius: 1rem;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .main-faq__list dl {
    border: 0.3rem solid #000;
    padding: 0 4.3rem;
    margin: 0 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-faq__list dl {
    border: 0.1rem solid #000;
    padding: 0 1rem;
    margin: 0 0 1.5rem;
  }
}
.main-faq__list dl.active dt .icon:before {
  opacity: 0;
}
.main-faq__list dl.active dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-faq__list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .main-faq__list dl dt {
    padding: 3.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-faq__list dl dt {
    padding: 1.5rem 0;
  }
}
.main-faq__list dl dt .icon {
  border-radius: 50%;
  background: #000;
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-faq__list dl dt .icon {
    width: 4.3rem;
    height: 4.3rem;
    margin-top: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-faq__list dl dt .icon {
    width: 2rem;
    height: 2rem;
    margin-top: 0.5rem;
  }
}
.main-faq__list dl dt .icon:before, .main-faq__list dl dt .icon:after {
  content: "";
  height: 0.2rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .main-faq__list dl dt .icon:before, .main-faq__list dl dt .icon:after {
    width: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-faq__list dl dt .icon:before, .main-faq__list dl dt .icon:after {
    width: 1rem;
  }
}
.main-faq__list dl dt .icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media only screen and (min-width: 768px) {
  .main-faq__list dl dt img {
    width: 6.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-faq__list dl dt img {
    width: 3rem;
  }
}
.main-faq__list dl dt p {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .main-faq__list dl dt p {
    width: calc(100% - 10.6rem);
    padding: 1.7rem 0 0 3.3rem;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-faq__list dl dt p {
    width: calc(100% - 5rem);
    padding: 0.5rem 0 0 1rem;
  }
}
.main-faq__list dl dd {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  display: none;
}
@media only screen and (min-width: 768px) {
  .main-faq__list dl dd {
    padding: 0 10rem 5.9rem 9.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-faq__list dl dd {
    padding: 0 0 1rem 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-faq__list dl dd .a {
    width: 6.3rem;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-faq__list dl dd .a {
    width: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-faq__list dl dd p {
    width: calc(100% - 6.3rem);
    margin: 2rem 0 0;
    padding: 0 0 0 3.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-faq__list dl dd p {
    width: calc(100% - 3rem);
    margin: -0.2rem 0 0;
    padding: 0 0 0 1rem;
  }
}

@media only screen and (min-width: 768px) {
  #contact {
    padding-top: 14.8rem;
  }
}
@media only screen and (max-width: 767px) {
  #contact {
    padding-top: 8rem;
  }
}

.main-contact {
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-radius: 3rem;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 2.7rem 0px rgba(106, 132, 156, 0.23);
          box-shadow: 0px 0px 2.7rem 0px rgba(106, 132, 156, 0.23);
  max-width: 120rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-contact {
    border-width: 0.3rem;
    margin: 0;
    padding: 0 4.2rem 8.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-contact {
    border-width: 0.1rem;
    padding: 1.5rem;
  }
}
.main-contact__ttl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .main-contact__ttl {
    top: -3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-contact__ttl {
    top: -2rem;
  }
}
.main-contact__ttl span {
  background: #000;
  border-radius: 2.6rem;
  text-align: center;
  font-family: var(--font-Zen_maru);
  color: #ffe200;
  font-weight: 500;
  display: block;
}
@media only screen and (min-width: 768px) {
  .main-contact__ttl span {
    width: 47.3rem;
    height: 5.2rem;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-contact__ttl span {
    width: 20rem;
    height: 4rem;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contact .form-content {
    padding: 10.8rem 9.3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-contact .form-content {
    padding: 3rem 0rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .main-contact .form-content .txt_confirm {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-contact .form-content .txt_confirm {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contact .form-content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-contact .form-content dl {
    margin: 0 0 1.5rem;
  }
}
.main-contact .form-content dl.form_dl1 {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .main-contact .form-content dl.form_dl1 {
    margin-top: 4rem;
  }
}
.main-contact .form-content dl dt {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .main-contact .form-content dl dt {
    font-size: 2rem;
    width: 21.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-contact .form-content dl dt {
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.main-contact .form-content dl dd {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .main-contact .form-content dl dd {
    width: calc(100% - 21.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .main-contact .form-content dl dd {
    width: 100%;
  }
}
.main-contact .form-content dl dd input {
  width: 100%;
  background: #ebebeb;
  border: 1px solid #ebebeb;
  border-radius: 1rem;
}
@media only screen and (min-width: 768px) {
  .main-contact .form-content dl dd input {
    padding: 1.6rem 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-contact .form-content dl dd input {
    padding: 1rem 2rem;
  }
}
.main-contact .form-content dl dd select {
  width: 100%;
  border-radius: 1rem;
}
@media only screen and (min-width: 768px) {
  .main-contact .form-content dl dd select {
    padding: 1.6rem 6rem;
    background: url(../images/icon.webp) no-repeat right 3rem center;
    border: 0.2rem solid #000;
  }
}
@media only screen and (max-width: 767px) {
  .main-contact .form-content dl dd select {
    padding: 1rem 2rem;
    background: url(../images/icon.webp) no-repeat right 1.5rem center;
    border: 0.1rem solid #000;
  }
}
.main-contact .customer-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .main-contact .customer-type {
    gap: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-contact .customer-type {
    gap: 2rem;
  }
}
.main-contact .customer-type label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-contact .customer-type label input {
  width: 2rem !important;
  height: 2rem;
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  .main-contact #formEnd {
    margin-top: 8.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-contact #formEnd {
    margin-top: 4rem;
  }
}
.main-contact #formEnd .label {
  background: #aae6cb;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .main-contact #formEnd .label {
    font-size: 2rem;
    padding: 4.2rem 0 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-contact #formEnd .label {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .main-contact #formEnd .label a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-contact #formEnd .label a {
    font-size: 1.2rem;
  }
}
.main-contact #formEnd label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-contact #formEnd label input {
  width: 1.8rem;
  height: 1.8rem;
}
.main-contact #formEnd .contact-group-btn {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main-contact #formEnd .contact-group-btn {
    margin-top: 3.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-contact #formEnd .contact-group-btn {
    margin-top: 3rem;
  }
}
.main-contact #formEnd input[type=submit],
.main-contact #formEnd button {
  border-style: solid;
  border-width: 0.2rem;
  border-color: #ffe200;
  border-radius: 4.7rem;
  background-color: #ffe200;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  font-family: 游ゴシック, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Verdana, sans-serif;
}
@media only screen and (min-width: 768px) {
  .main-contact #formEnd input[type=submit],
  .main-contact #formEnd button {
    width: 47.6rem;
    height: 9.4rem;
    font-size: 2.5rem;
  }
  .main-contact #formEnd input[type=submit]:hover,
  .main-contact #formEnd button:hover {
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .main-contact #formEnd input[type=submit],
  .main-contact #formEnd button {
    width: 30rem;
    height: 6rem;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contact #formEnd button:hover {
    opacity: 0.7;
  }
}
.main-contact #formEnd .disabled input[type=submit] {
  cursor: no-drop;
}
.main-contact #formEnd .disabled input[type=submit]:hover {
  background-color: #ffe200;
}
.main-contact .btn_complete {
  border-style: solid;
  border-width: 0.2rem;
  border-color: #ffe200;
  border-radius: 4.7rem;
  background-color: #ffe200;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  font-family: 游ゴシック, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Verdana, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .main-contact .btn_complete {
    width: 47.6rem;
    height: 9.4rem;
    font-size: 2.5rem;
  }
  .main-contact .btn_complete:hover {
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .main-contact .btn_complete {
    width: 30rem;
    height: 6rem;
    font-size: 1.8rem;
  }
}