@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- common
- about_sec
- three_things_sec
- why_sec
- merit_sec
- howto_sec
- utilization_sec
-------------------------*/
/*=======================================
　common
=======================================*/
main.subpage {
  margin-bottom: 0;
  background: url("../img/common/cmn_bg.png") no-repeat;
  background-size: 100% auto !important;
  background-position: bottom center;
  padding-bottom: 200px;
  padding-bottom: 12.5vw;
}
@media only screen and (max-width: 1300px) {
  main.subpage {
    padding-bottom: 400px;
  }
}
@media screen and (max-width: 820px) {
  main.subpage {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 768px) {
  main.subpage {
    padding-bottom: 19px;
    background: url("../img/common/cmn_bg_sp.png") no-repeat;
    background-position: center calc(100% - 108px - 13.3333333333vw);
  }
}
@media only screen and (max-width: 375px) {
  main.subpage {
    background-position: center calc(100% - 42.1333333333vw);
  }
}

.cmn_ttl02 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .cmn_ttl02 {
    margin-bottom: 27px;
  }
}

.main_ttl h1 {
  margin-top: 118px;
}
@media screen and (max-width: 768px) {
  .main_ttl h1 {
    margin-top: 21.3333333333vw;
    text-shadow: 2px 2px 0px var(--bg_white), -2px -2px 0px var(--bg_white), -2px 2px 0px var(--bg_white), 2px -2px 0px var(--bg_white), 2px 0px 0px var(--bg_white), -2px 0px 0px var(--bg_white), 0px 2px 0px var(--bg_white), 0px -2px 0px var(--bg_white);
  }
}

.clm_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .clm_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
}
.clm_2:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .clm_2:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.clm_2:not(:last-of-type) {
  margin-bottom: 87px;
}
.clm_2 .item {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .clm_2 .item {
    width: 100%;
  }
}

/* cmn_navがあるページ用 */
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 55.98px;
  }
}
@media screen and (max-width: 768px) {
  footer .page_top {
    bottom: 95px;
  }
}

/*=======================================
　about_sec
=======================================*/
.about_sec .inner {
  max-width: 1000px;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .about_sec .inner {
    margin-bottom: 120px;
  }
}
.about_sec .inner .cmn_txt01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about_sec .inner .cmn_txt01 {
    margin-bottom: 50px;
  }
}

/*=======================================
　three_things_sec
=======================================*/
.three_things_sec {
  background: var(--sub_green02);
  padding: 89px 0 calc(100px + 19.375vw);
  margin-bottom: -19.375vw;
}
@media screen and (max-width: 768px) {
  .three_things_sec {
    padding: 41px 0 calc(70px + 32vw);
    margin-bottom: -32vw;
  }
}
.three_things_sec .inner .three_things_ttl {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.636;
  text-align: center;
  color: #fefff5;
  text-shadow: 2px 3px 6px rgba(33, 172, 112, 0.14);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 47px;
  padding: 0 109px;
}
@media screen and (max-width: 768px) {
  .three_things_sec .inner .three_things_ttl {
    padding: 0 90px 0 0;
    text-align: left;
    line-height: 1.028;
    margin-bottom: 30px;
  }
}
.three_things_sec .inner .three_things_ttl::after {
  content: "";
  background: url("../img/card/three_things_img01.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 105px;
  height: 105px;
}
@media screen and (max-width: 768px) {
  .three_things_sec .inner .three_things_ttl::after {
    width: 72px;
    height: 72px;
  }
}
.three_things_sec .inner .three_things_ttl strong {
  font-size: 35px;
}
.three_things_sec .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .three_things_sec .inner ul {
    gap: 15px 0;
  }
}
.three_things_sec .inner ul li {
  background: #fff;
  border: 1px dashed var(--main_green);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 7.7%;
  gap: 0 30px;
  border-radius: 50vw;
}
@media screen and (max-width: 768px) {
  .three_things_sec .inner ul li {
    padding: 18px 16px;
    min-height: 103px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
.three_things_sec .inner ul li .num {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.08em;
  color: #fff;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  background: var(--main_green);
  border-radius: 50vw;
  padding: 0 0 3px 2px;
}
@media screen and (max-width: 768px) {
  .three_things_sec .inner ul li .num {
    font-size: 18px;
    width: 28px;
    height: 28px;
  }
}
.three_things_sec .inner ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.888;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .three_things_sec .inner ul li p {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.714;
  }
}
.three_things_sec .inner ul li p .green {
  color: var(--main_green);
}

/*=======================================
　why_sec
=======================================*/
.why_sec {
  background: url("../img/card/why_bg01.png") no-repeat;
  background-size: 100% auto !important;
  padding: 73px 0 120px;
}
@media screen and (max-width: 768px) {
  .why_sec {
    background: url("../img/card/why_bg01_sp.png") no-repeat;
    padding: 50px 0 70px;
  }
}
.why_sec .inner {
  max-width: 1000px;
}
.why_sec .inner .cmn_ttl02 {
  padding-top: 104px;
}
@media screen and (max-width: 768px) {
  .why_sec .inner .cmn_ttl02 {
    padding-top: 72px;
  }
}
.why_sec .inner .cmn_ttl02::before {
  content: "";
  background: url("../img/common/icon_light.svg") no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 64px;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .why_sec .inner .cmn_ttl02::before {
    width: 46px;
    height: 52px;
  }
}

/*=======================================
　merit_sec
=======================================*/
.merit_sec {
  margin-bottom: 135px;
}
@media screen and (max-width: 768px) {
  .merit_sec {
    margin-bottom: 70px;
  }
}
.merit_sec .inner {
  max-width: 1000px;
}
.merit_sec .inner .clm_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .merit_sec .inner .clm_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
}
.merit_sec .inner .clm_2:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .merit_sec .inner .clm_2:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.merit_sec .inner .clm_2:not(:last-of-type) {
  margin-bottom: 87px;
}
@media screen and (max-width: 768px) {
  .merit_sec .inner .clm_2:nth-of-type(2) {
    width: 94.2%;
    margin: 0 auto;
  }
}
.merit_sec .inner .clm_2 .item {
  width: 48.7%;
}
@media screen and (max-width: 768px) {
  .merit_sec .inner .clm_2 .item {
    width: 100%;
  }
}
.merit_sec .inner .clm_2 .item .point_num {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
  border-radius: 50vw;
  background: -webkit-gradient(linear, left top, right top, from(#21ac70), to(#59c247));
  background: linear-gradient(90deg, #21ac70 0%, #59c247 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .merit_sec .inner .clm_2 .item .point_num {
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    height: 19px;
    padding: 0 18px;
  }
}
.merit_sec .inner .clm_2 .item .cmn_copy01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .merit_sec .inner .clm_2 .item .cmn_copy01 {
    text-align: center;
    margin-bottom: 15px;
  }
}

/*=======================================
　howto_sec
=======================================*/
.howto_sec {
  background: var(--sub_green02);
  padding: 100px 0;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .howto_sec {
    padding: 50px 0;
    margin-bottom: 65px;
  }
}
.howto_sec .inner .box_w {
  background: #fff;
  border: 2px dotted #21ac70;
  padding: 80px 0;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .howto_sec .inner .box_w {
    padding: 40px 0;
  }
}
.howto_sec .inner .box_w .box_w_inn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .howto_sec .inner .box_w .box_w_inn {
    width: 81.15%;
  }
}
.howto_sec .inner .box_w .box_w_inn .cmn_txt01 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .howto_sec .inner .box_w .box_w_inn .cmn_txt01 {
    margin-bottom: 50px;
  }
}
.howto_sec .inner .box_w .box_w_inn .st_txt {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #333;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .howto_sec .inner .box_w .box_w_inn .st_txt {
    font-size: 14px;
    margin: 0 auto 10px;
    text-align: left;
    line-height: 1.428;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.howto_sec .inner .box_w .box_w_inn .cmn_btn03 {
  margin: 0 auto;
  width: 270px;
}
.howto_sec .inner .box_w .box_w_inn .cmn_btn03 a {
  padding: 0 20px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .howto_sec .inner .box_w .box_w_inn .cmn_btn03 a {
    font-size: 14px;
  }
}
.howto_sec .inner .box_w .box_w_inn .cmn_btn03 a::before, .howto_sec .inner .box_w .box_w_inn .cmn_btn03 a::after {
  right: 20px;
}

/*=======================================
　improvement_sec
=======================================*/
.improvement_sec {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .improvement_sec {
    margin-bottom: 70px;
  }
}
.improvement_sec .inner {
  max-width: 1000px;
}
.improvement_sec .inner .cmn_txt01 {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .improvement_sec .inner .cmn_txt01 {
    margin-bottom: 30px;
  }
}
.improvement_sec .inner .img {
  max-width: 885px;
  margin: 0 auto;
}

/*=======================================
　utilization_sec
=======================================*/
.utilization_sec .inner {
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .utilization_sec .inner .cmn_ttl02 span {
    font-size: 17px;
  }
}
.utilization_sec .inner .clm_2 {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .utilization_sec .inner .clm_2 {
    margin-bottom: 57.3333333333vw;
  }
}
.utilization_sec .inner .clm_2 .item:nth-child(2) {
  width: 30.4%;
  margin-right: 7.9%;
}
@media screen and (max-width: 768px) {
  .utilization_sec .inner .clm_2 .item:nth-child(2) {
    width: 94.2%;
    margin: 0 auto;
  }
}
.utilization_sec .inner .clm_2 .item .img {
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .utilization_sec .inner .clm_2 .item .img {
    margin-bottom: 15px;
  }
}
.utilization_sec .inner .clm_2 .item .st_txt {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.777;
  text-align: center;
  color: var(--accent_red);
}
@media screen and (max-width: 768px) {
  .utilization_sec .inner .clm_2 .item .st_txt {
    font-size: 14px;
    line-height: 1.714;
  }
}/*# sourceMappingURL=card.css.map */