﻿/* CSS Document */
* {
  margin : 0 ;
  padding : 0 ;
  font-size : 100% ;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
  font-style: normal;
  letter-spacing: .1vw;
  color: #54564E;
}
body {
  font-size: var(--font-size-default);
}
img { max-width: 100%; }
a { text-decoration: none; color: black; transition: all .3s ease-out; }
.z-index-1 { z-index:0; }
.z-index-1 { z-index: 1; }
.z-index-2 { z-index: 2; }
.z-index-3 { z-index: 3; }
.z-index-4 { z-index: 4; }
.z-index-5 { z-index: 5; }
.eng {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.text-gray { color: #797979; }
.bg-green { background-color: #CBE097; }
.bg-lightgreen { background-color: #F1F8E8; }
.cnt_title {
  font-size: 50px;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin: 100px auto;
}
.cnt_title::after {
  content:'';
  position: absolute;
  left: 50%;
  bottom: -1rem;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #74CD26 0, #10B45F 80%);
}

.kv {
  position: relative;
  z-index: 2;
}

.kv .container {
  z-index: 1;
}
.kv-btn {
  position: relative;
  z-index: 3;
}
.kv-btn img {
  margin: 0 auto;
}
.kv-img {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.kv-img--left {
  left: 0;
}
.kv-img--right {
  right: 0;
}
.kv-btn--wrap {
  background-color: #2C731E;
  padding: 2rem 1rem;
}

/* CNT 01 */
.cnt-01 {
  background: linear-gradient(180deg, #A2CC8F 0%, rgba(198, 229, 161, 0) 100%);
  position: relative;
  z-index: 1;
  background-color: #E9F5E9;
}
.cnt-01 p {
  font-weight: bold;
  line-height: 1.7;
  font-size: 21px;
}
.cnt-01 .cnt-01--header {
  background-color: #469039;
  transform: skewX(-38deg);
  position: relative;
}
.cnt-01--header::before, .cnt-01--header::after {
  position: absolute;
  content:'';
  top: 0;
  height: 100%;
  width: 80px;
  background-image: url(../image/cnt01-header--slash.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
  transform: skewX(38deg);
}
.cnt-01--header::before {
  background-position: left top;
}
.cnt-01--header::after {
  background-position: right top;
}
.cnt-01 .cnt-01--header h2 {
  transform: skewX(38deg);
  margin-bottom: 0;
}
.cnt-01 .cnt-01--header h2 span {
  color: white;
  font-weight: 300;
}
.cnt-01 .cnt-01--header h2 text {
  color: white;
}
.cnt-01 p span {
  color: #1E9709;
  font-weight: 700;
}
.cnt-01 h3 {
  font-size: 35px;
  line-height: 1.8;
}
.cnt-01 h3 span {
  display: inline-block;
  background:linear-gradient(transparent 50%, #ff6 50%);
  line-height: 1.4;
  color: #1E9709;
}
.cnt-01--imageWrap {
  position: relative;
  z-index: 3;
  background-color: #E9F5E9;
  max-width: 1080px;
  margin: 0 auto;
}
.cnt-01--img {
  width: 80%;
  max-width: 250px;
}

/* CNT 02 */
.cnt-02 {
  position: relative;
  z-index: 2;
  background-color: white;
}
.cnt-02::before {
  content:'';
  position: absolute;
  top: 0;
  left: 50%;
  width: 4rem;
  transform: translate(-50%);
}
.cnt-02 .container {
  max-width: 980px;
  margin: 0 auto;
}
.cnt-02 .container::before, .cnt-02 .container::after {
  content:'';
  position: absolute;
  display: block;
  border: 1px solid white;
}
.cnt-02--circle {
  background-color: #24451A;
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-weight: 700;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  font-size: 24px;
  z-index: 0;
}
.cnt-02--circle::after {
  content: '';
  position: absolute;
}
.cnt-02 h2 {
  font-size: 40px;
  position: relative;
  z-index: 2;
}
.cnt-02 p {
  font-weight: 700;
  line-height: 1.8;
  font-size: 20px;
}
.cnt-02 p span {
  color: #FAFF00;
  font-size: 25px;
}

/* CNT 03 */
.cnt-03 {
  position: relative;
  background: linear-gradient(180deg, #E0F7E5 50%, #E9F5E9 100%);
  z-index: 3;
}
.cnt-03 p {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}
.cnt-03 .point-text span {
  color: #1E9709;
  font-size: 24px;
}
.cnt-03 .cnt03-img {
  position: absolute;
  bottom: 0;
}
.cnt03-img--left {
  left: -1rem;
  width: 23%;
}
.cnt03-img--right {
  right: -1rem;
  width: 24%;
}

/* CNT 04 */
.cnt-04 {
  background: linear-gradient(180deg, #89C33C 44.03%, rgba(115, 183, 51, 1) 108.6%);
  position: relative;
  z-index: 1;
  box-shadow: 0px 24px 13px -15px rgba(0,0,0,0.1) inset;
}
.cnt-04::after {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(141, 199, 64, 0) 0%, #73B733 100%);
}
.cnt-04 h3, .cnt-04 h2, .cnt-04 p {
  color: white;
  font-weight: 700;
  text-shadow: 0px 0px 15px #0000002E;
  line-height: 1.6;
  font-size: 25px;
}
.cnt-04 h3 span, .cnt-04 p span {
  color: #FAFF00;
}
.cnt-04 p.small {
  font-size: 22px;
}
.cnt-04 p.small span {
  font-size: 33px;
}
.cnt-04--image {
  width: 100%;
  max-width: 680px;
  position: relative;
  margin: 0 auto;
}
.cnt-04--image::before {
  content:'';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  border-color: #31711E;
}
.cnt-04--image img {
  position: relative;
  z-index: 1;
}
.cnt-04--step {
  width: 90%;
  max-width: 280px;
}
.cnt-04--feature {
  max-width: 800px;
  margin: 0 auto;
  background-color: #E9F5D9;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0px 0px 15px var(--sds-size-depth-025) #0000002E;
}
.cnt-04--feature p {
  font-size: 20px;
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: auto 3px;
  color: #526439;
  text-shadow: none;
  margin: 5px 0;
}
.cnt-04--feature p span {
  color: #FF8800;
}
.cnt-04--arrow {
  width: 80%;
  max-width: 380px;
}

/* CNT 05 */
.cnt-05 {
  position: relative;
  z-index: 4;
}
.cnt-05::before, .cnt-05::after {
  content:'';
  position: absolute;
  top: -100%;
  height: 200%;
  z-index: 1;
}
.cnt-05::before {
  border-top: 20vw solid transparent;
  border-bottom: 20vw solid transparent;
  border-left: 50vw solid #F1F8E8;
  left: 0;
}
.cnt-05::after {
  border-top: 20vw solid transparent;
  border-bottom: 20vw solid transparent;
  border-right: 50vw solid #F1F8E8;
  right: 0;
}
.cnt-05 .container {
  position: relative;
  z-index: 2;
  background-color: white;
  max-width: 650px;
  margin: 0 auto;
  box-shadow: 0px 4px 54px 0px #00000026;
}
.cnt-05 .square1, .cnt-05 .square2, 
.cnt-12--btn .square1, .cnt-12--btn .square2 {
  border-top: 1px solid transparent;
  top: 1rem;
}
.cnt-05 .square1, .cnt-05 .square3, 
.cnt-12--btn .square1, .cnt-12--btn .square3 {
  border-left: 1px solid transparent;
  left: 1rem;
}
.cnt-05 .square2, .cnt-05 .square4, 
.cnt-12--btn .square2, .cnt-12--btn .square4 {
  border-right: 1px solid transparent;
  right: 1rem;
}
.cnt-05 .square3, .cnt-05 .square4, 
.cnt-12--btn .square3, .cnt-12--btn .square4 {
  border-bottom: 1px solid transparent;
  bottom: 1rem;
}
.cnt-05 .square, 
.cnt-12--btn .square {
  position: absolute;
  border-color: #8EC741;
  width: 2rem;
  height: 2rem;
}

/* CNT 06 */
.cnt-06 {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                  linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
.cnt-06 .container {
  padding-top: 7vw;
}
.cnt-06 h2 {
  font-weight: 700;
  font-size: 70px;
  background: linear-gradient(85.53deg, #2F931E 7.52%, #77BF4A 99.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
.cnt-06 h3 {
  color: #EAF0E2;
  font-size: 120px;
  font-weight: 300;
  position: absolute;
  top: 2vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.cnt-06 h4 {
  font-weight: 700;
  font-size: 20px;
}
.cnt-06 h4 span {
  font-size: 27px;
}
.cnt-06 span.bg-orange {
  display: inline-block;
  background: linear-gradient(84.45deg, #F37711 1.87%, #F5A50D 94.83%);
  color: white;
  font-weight: bold;
  padding: .5rem .75rem;
  border-radius: 5px;
  line-height: 1;
  margin: 0 5px;
}
.cnt-06 p {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.9;
}
.cnt-06 p.small {
  font-size: 17px;
}
.cnt-06--image {
  width: 90%;
  max-width: 420px;
  display: block;
}
.cnt-06--arrow {
  width: 80%;
  max-width: 180px;
  max-width: 250px;
  margin: 0 auto;
}
.cnt-06--feature {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}
.cnt-06--feature .inner {
  background-color: #F1F8E8;
  border-radius: 22px;
  z-index: 1;
  margin: 0 auto;
  position: relative;
}
.cnt-06--feature .inner p {
  position: relative;
  z-index: 3;
  font-size: 20px;
}
.cnt-06--feature---frame {
  position: absolute;
  top: .5rem;
  z-index: 2;
  width: 100%;
}
.cnt-06--feature---image {
  position: absolute;
  right: 0;
  width: 40%;
  max-width: 180px;
  z-index: 3;
}
.cnt-06--feature .orange {
  color: #FF8800;
}
.cnt-06--feature .green {
  color: #5DB328;
}

/* CNT 07 */
.cnt-07 {
  background: linear-gradient(180deg, #73B733 12.74%, #8DC740 74.4%);
  position: relative;
}
.cnt-07::before, .cnt-07::after {
  content:'';
  position: absolute;
  background-size: 100% auto;
  z-index: 0;
}
.cnt-07::before {
  width: 45%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../image/cnt07-bg--right.webp);
  background-position: top right;
  background-repeat: no-repeat;
}
.cnt-07::after {
  width: 30%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: url(../image/cnt07-bg--left.webp);
  background-position: bottom left;
  background-repeat: no-repeat;
}
.cnt-07 h2, .cnt-07 h4, .cnt-07 p {
  color: white;
}
.cnt-07 h1.eng {
  color: #EAF0E299;
  font-weight: 300;
  opacity: 0.4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.5rem;
  line-height: 1;
}
.cnt-07 h2 {
  font-size: 39px;
  font-weight: 700;
  padding-top: 90px;
  margin-bottom: 50px;
}
.cnt-07 h4 {
  position: relative;
}
.cnt-07 h4::before, .cnt-07 h4::after {
  position: relative;
  top: 0;
  content: ' /';
  display: inline-block;
}
.cnt-07 h4::before {
  left: -1.5rem;
  transform: rotateX(180deg);
}
.cnt-07 h4::after {
  right: -1.5rem;
}
.cnt-07--wrapper {
  max-width: 1080px;
  margin: 0 auto;
  align-items: stretch;
  position: relative;
  z-index: 2;
}
.cnt-07--inner {
  width: calc(100% - 10px);
  background-color: #EDF5E1;
  border: 10px solid white;
  border-radius: 10px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  color: #1E9709;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 3rem 0 2rem 0;
  margin-bottom: 1rem;
}
.cnt-07--inner:not(.border-0)::before {
  content:'';
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../image/cnt07-img--check.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.cnt-07--inner h3 {
  font-weight: 700;
  font-size: 26px;
}
.cnt-07--inner h3 small {
  font-size: 23px;
  color: #1E9709;
}
.cnt-07--inner .cnt07-img01 {
  max-width: 100px;
}
.cnt-07--inner .cnt07-img02 {
  max-width: 140px;
}
.cnt-07--inner .cnt07-img03 {
  max-width: 70px;
  padding-top: 20px;
}
.cnt-07--inner .cnt07-img04 {
  max-width: 110px;
}
.cnt-07--inner .cnt07-img05 {
  max-width: 70px;
}

/* CNT 08 */
.cnt-08 {
  background-color: #EAF5DD;
}
.cnt-08 h1 {
  color: #95BA69;
  font-size: 140px;
  font-weight: 300;
  opacity: 0.4;
  top: -1.5rem;
  line-height: 1;
  margin-bottom: -4rem;
  position: relative;
  z-index: 0;
}
.cnt-08 h2 {
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #2D7E1F;
  position: relative;
  z-index: 2;
}
.cnt-08 .cnt-08--wrap {
  text-align: left;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.cnt-08 .cnt-08--wrap > div {
  position: relative;
  padding: 1.5rem 2rem;
}
.cnt-08 .cnt-08--wrap p {
  margin-bottom: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 17px;
}
.cnt-08 .cnt-08--wrap p::before {
  font-size: 42px;
  line-height: 0;
  position: relative;
  margin-right: 1rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  vertical-align: sub;
}
.cnt-08 .faq-title {
  background-color: #2D9127;
  border-radius: 5px 5px 0 0;
}
.cnt-08 .faq-title p {
  color: #FCFF49;
  font-size: 20px;
  font-weight: 700;
}
.cnt-08 .faq-title p::before {
  content: 'Q';
  color: #C0E79C;
}
.cnt-08 .faq-answer {
  background-color: white;
  border-radius: 0 0 5px 5px;
}
.cnt-08 .faq-answer p::before {
  content: 'A';
  color: #83BF4B;
}

/* CNT 09 */
.cnt-09 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 110px;
}
.cnt-09::before {
  content:'';
  width: 1px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #526439;
}
.cnt-09 h3 {
  font-size: 17px;
  font-weight: 700;
  background: linear-gradient(147.47deg, #74CD26 -5.69%, #10B45F 116.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cnt-09 h2 {
  font-size: 39px;
  font-weight: 700;
}
.cnt-09--wrap {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  position: relative;
  width: 96%;
  max-width: 880px;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.cnt-09--wrap::before, .cnt-09--wrap::after {
  content:'';
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 50%;
  z-index: 0;
  background-color: rgba(0,0,0,0.1);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.cnt-09--wrap::before {
  left: 1rem;
  transform: rotate(-3deg);
}
.cnt-09--wrap::after {
  right: 1rem;
  transform: rotate(3deg);
}
.cnt-09--inner {
  background-color: white;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
.cnt-09--inner .eng {
  color: #95BA69;
  font-size: 26px;
  display: block;
  font-weight: 300;
  margin-bottom: .5rem;
}
.cnt-09--imageWrap {
  text-align: start;
}
.cnt-09--imageWrap p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
}
.cnt-09--imageWrap p span {
  display: block;
  font-size: 17px;
}
.cnt-09--textWrap {
  text-align: left;
}
.cnt-09--textWrap h4 {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.cnt-09--textWrap h4 span {
  color: white;
  font-weight: 700;
  display: inline-block;
  line-height: 1.5;
}
.cnt-09--textWrap p {
  font-weight: 600;
  font-size: 20px;
}
.cnt-09--textWrap p span {
  color: #FF8800;
}
.cnt-09--wrap---bg {
  position: absolute;
  top: 2rem;
  left: calc((100vw - 100%) / -2);
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* CNT 10 */
.cnt-10 {
  position: relative;
  min-height: 1000px;
  padding-top: 5rem;
  background-image: url(../image/cnt10-bg--bottom.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
}
.cnt-10::before, .cnt-10::after {
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
}
.cnt-10::after {
  bottom: 0;
  left: 0;
  height: 3rem;
  background: linear-gradient(180deg, rgba(66, 169, 86, 0) 0%, #42A956 90%);
  z-index: 2;
}
.cnt10-header {
  width: 90%;
  max-width: 680px;
  background: radial-gradient(122.91% 103.14% at 50% 0%, #078A05 0%, #29961D 100%);
  text-align: center;
  color: white;
  position: absolute;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  font-weight: 800;
  z-index: 1;
  line-height: 1.5;
}
.cnt10-header::after {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 2.1rem;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background: #29961D;
}
.cnt10-header::before {
  content:'';
  position: absolute;
  bottom: -3.5rem;
  left: 0;
  width: 100%;
  clip-path: polygon(0% 0%, 50% 80%, 100% 0%, 50% 70%);
  height: 3rem;
  aspect-ratio: 1;
  background-color: #29961D;
}
.cnt10-header span {
  color: #FCFF49;
  font-size: 30px;
}
.cnt10-wrapper {
  position: relative;
  z-index: 0;
  max-width: 880px;
  margin: 0 auto;
}
.cnt10-inner--01 {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  background: linear-gradient(91.3deg, #F8F9F8 1.1%, #F8F9F8 65%, rgba(248, 249, 248, 0) 80%);
  position: relative;
}
.cnt10-inner--01 h4 {
  font-size: 22px;
  margin-top: 7rem;
}
.cnt10-inner--01 h4 text {
  background-color: white;
  display: inline-block;
  margin: .5rem .25rem;
}
.cnt10-inner--01 h4 span {
  display: inline-block;
  padding: 5px;
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(147.47deg, #74CD26 -5.69%, #10B45F 116.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: white;
  margin: 0 .5rem;
}
.cnt10-inner--01 h4 span::after {
  content:'';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  z-index: -1;
}
.cnt10-inner--02 {
  background-image: url(../image/cnt10-inr02--bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.cnt10-inner--02 p {
  font-size: 22px;
  margin-bottom: 0;
  line-height: 2;
}
.cnt10-inner--02 p span {
  display: inline-block;
  background: linear-gradient(272.77deg, #818181 5.17%, #7C7F78 95%);
  padding: 5px;
  color: white;
  line-height: 1;
  font-size: 20px;
}
.cnt10-inner--02 h3 {
  background: linear-gradient(360deg, #B0B6AF 4.45%, #15460D 53.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 27px;
}
.cnt10-inner--03 {
  background-color: #D3F4BC;
  background-image: url(../image/cnt10-inr03--bg.webp);
  background-size: cover;
  background-position: right center;
  position: relative;
}
.cnt10-inner--03::before {
  content:'';
  width: 1px;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
}
.cnt10-inner--03 h4 {
  font-size: 20px;
  font-weight: 700;
  color: white;
  text-align: left;
}
.cnt10-inner--03 h4 span {
  color: #FCFF49;
}
.cnt10-inner--04 {
  position: relative;
  background: linear-gradient(180deg, #D3F4BC 0%, #FCFFD9 100%);
}
.cnt10-inner--04::before {
  content:'';
  width: 30px;
  height: 80px;
  background-image: url(../image/cnt10-inr04--arrow.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cnt10-inner--04 h4 {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  margin-top: 80px;
}
.cnt10-inner--04 h4 span {
  background: linear-gradient(147.47deg, #74CD26 -5.69%, #10B45F 116.56%);
  color: white;
  padding: 5px 8px;
}
.cnt10-inner--04---bg {
  background-image: url(../image/cnt10-inr04--bg.webp);
  background-size: cover;
  position: relative;
}
.cnt10-inner--04 h3 text {
  background-color: white;
  padding: 5px 8px;
  display: inline-block;
  margin-top: 1rem;
}
.cnt10-inner--04 h3 span {
  font-size: 38px;
  font-weight: 700;
  background: linear-gradient(147.47deg, #74CD26 -5.69%, #10B45F 116.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cnt10-arrow {
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translate(-50%, -25%);
  width: 50%;
  max-width: 200px;
}

/* CNT 11 */
.cnt-11 {
  background-color: #42A956;
  text-align: center;
  position: relative;
  z-index: 3;
}
.cnt-11 h3 {
  color: white;
}
.cnt-11 h3 span {
  color: #FCFF49;
  font-size: 130%;
}

/* CNT 12 */
.cnt-12 {
  position: relative;
  background-image: url(../image/cnt12-bg.webp);
  background-size: cover;
}
.cnt-12::before {
  background-image: url(../image/cnt12-bg--circle.webp);
  background-repeat: no-repeat;
  background-position: center top;
  content:'';
  position: absolute;
  max-width: 980px;
  z-index: 1;
  width: 100%;
  height: calc(100% + 140px);
  top: -140px;
  }
.cnt-12--head {
  position: relative;
}
.cnt-12--head::before {
  content: '';
  position: absolute;
  bottom: 0;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background: #42A956;
  z-index: 2;
  max-width: 440px;
}
.cnt-12--head h5 {
  text-align: center;
  position: relative;
  z-index: 3;
  color: white;
}
.cnt-12--head h5 span {
  color: #FCFF49;
}
.cnt-12 .container {
  max-width: 1000px;
}
.cnt-12 h3 {
  line-height: 1.5;
}
.cnt-12 h3, .cnt-12 h3 span {
  background: linear-gradient(272.77deg, #178F4E 5.17%, #6CD207 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cnt-12 h3 span {
  display: inline-block;
  position: relative;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 120%;
  font-weight: 700;
}
.cnt-12 h3 span::before {
  content: '';
  background-color: white;
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: -1;
}
.cnt-12 .container p {
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  line-height: 2;
}
.cnt-12 .container p span {
  position: relative;
  display: inline-block;
  background: linear-gradient(360deg, #00AB4F -0.04%, #00CA28 99.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cnt-12 .container p span::before {
  content: '';
  background-color: white;
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
}
.cnt-12--btn {
  position: relative;
  z-index: 2;
  background-color: white;
  max-width: 650px;
  margin: 0 auto;
  box-shadow: 0px 4px 54px 0px #00000026;
  transform: translateY(30%);
}
.cnt-12--arrow {
  margin: 0 auto;
  max-width: 300px;
  display: block;
}

/* CNT 13 */
.cnt-13 {
  background-color: #F5F7EE;
}
.cnt-13 .container {
  max-width: 1080px;
  margin: 0 auto;
}
.cnt-13 .cnt-13--head {
  border-top: 1px solid #1E9709;
  border-bottom: 1px solid #1E9709;
  font-size: 28px;
  color: #1E9709;
  padding: 10px 0;
  text-align: center;
}
.cnt-13 h5 {
  color: #1E9709;
  padding: 5px 0;
  border-bottom: 1px solid #1E9709;
  text-align: left;
  margin-bottom: 1.5rem;
  margin-top: 5rem;
}

/* FOOTER */
footer {
  background-color: #497840;
  padding: 3rem 0;
}
footer a {
  color: white;
  font-weight: 700;
  text-decoration: underline;
  transition: all .3s ease-out;
  margin: 0 1rem;
}
footer a:hover {
  text-decoration: none;
}

/* COMPANY */
.cnt_company dt, .cnt_company dd {
  padding: 1rem 0;
  text-align: left;
  font-weight: 700;
  margin-bottom: 0;
  border-bottom: 1px solid #CBCBCB;
}
.cnt_company dt {
  color: #1E9709;
}


/*-------------------
//// FOR SP ////
-------------------*/
@media screen and (max-width:575px) {
  .kv .container {
    width: 100%;
    overflow: hidden;
    background-color: #F9FCEB;
  }
  .kv-title {
    margin-bottom: 60px;
  }
  .kv-img--left {
    width: 30%;
  }
  .kv-img--right {
    width: 26%;
  }
  .cnt-01--header::before {
    left: -32px;
  }
  .cnt-01--header::after {
    right: -32px;
  }
  .cnt-01--header.upper {
    left: -15%;
  }
  .cnt-01--header.lower {
    right: 5%;
  }
  .cnt-02 {
    background-image: url(../image/cnt02-bg_sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .cnt-02::before {
    border-top: 2.8rem solid #E9F5E9;
    border-left: 3.2rem solid transparent;
    border-right: 3.2rem solid transparent;
  }
  .cnt-02 .container::before, .cnt-02 .container::after {
    width: calc(100% - 4rem);
    height: 2rem;
    left: 2rem;
  }
  .cnt-02 .container::before {
    border-bottom: none;
    top: 0;
  }
  .cnt-02 .container::after {
    border-top: none;
    bottom: 0;
  }
  .cnt-02--circle {
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .cnt-02--circle::after {
    border-top: 1.2rem solid #24451A;
    border-left: .8rem solid transparent;
    border-right: .8rem solid transparent;
    left: calc(50% - .8rem);
    bottom: -.8rem;
  }
  .cnt-04::before {
    content: '';
    position: absolute;
    top: -2.8rem;
    left: 50%;
    width: 4rem;
    height: 4rem;
    transform: translate(-50%) rotate(45deg);
    background-color: #E9F5E9;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  }
  .cnt-04--image::before {
    width: 40vw;
    height: 40vw;
    border: 20px solid #31711E;
    border-radius: 100%;
  }
  .cnt-04--feature {
    margin-bottom: 14rem;
  }
  .cnt-04--feature---image {
    min-height: 1rem;
  }
  .cnt-04--feature---image img {
    position: absolute;
    left: 15%;
    width: 70%;
  }
  .cnt-06 h2 {
    font-size: 39px;
    margin-top: 3rem;
  }
  .cnt-06 h3 {
    font-size: 77px;
  }
  .cnt-06--feature---image {
    bottom: -152px;
  }
  .cnt-06--feature .inner {
    margin-bottom: 150px;
  }
  .cnt-06--feature---frame {
    left: .25rem;
    height: calc(100% + 3.2rem);
  }
  .cnt-07 h1.eng {
    font-size: 100px;
  }
  .cnt-07--wrapper {
    padding-left: 10px;
  }
  .cnt07-img {
    width: 85%;
  }
  .cnt-08 h1 {
    font-size: 96px;
  }
  .cnt-09 {
    background-image: url(../image/cnt09-bg_sp.webp);
  }
  .cnt-09--imageWrap {
    display: flex;
    flex-wrap: wrap;
  }
  .cnt-09--imageWrap p {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .cnt-09--textWrap p {
    line-height: 1.6;
  }
  .cnt-09--textWrap h4 span {
    background: linear-gradient(147.47deg, #74CD26 -5.69%, #10B45F 116.56%);
    padding: .25rem .75rem;
    margin-bottom: .4rem;
  }
  .cnt-10 .container {
    padding: 0;
  }
  .cnt10-inner--01 h4 span {
    font-size: 47px;
  }
  .cnt10-inner--01 .sp-only {
    position: relative;
  }
  .cnt10-inner--01 .sp-only::before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: linear-gradient(0deg, #F8F9F800 0%, #F8F9F8 100%);
    z-index: 2;
  }
  .cnt10-inner--01 .sp-only {
    position: relative;
    z-index: 1;
  }
  .cnt10-inner--03 h4 {
    line-height: 1.7;
  }
  .cnt10-inner--04 h3 text.margin {
    margin-right: 4.4rem;
  }
  .cnt-12::before {
    background-size: 180% auto;
  }
  .cnt-12--head::before {
    width: 80%;
    left: 10%;
    height: 5rem;
    content: '';
    position: absolute;
    bottom: 0;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    background: #42A956;
    z-index: 2;
  }
  .cnt-12--head h5 {
    transform: translateY(-1rem);
  }
  .cnt_company dt, .cnt_company dd {
    width: 100%;
  }
  .cnt_company dt {
    border-bottom: none;
    padding-bottom: 0;
  }
}


/*-------------------
//// FOR TABLET ////
-------------------*/
@media screen and (min-width:576px) {
  .kv .container {
    width: 40%;
    background-color: white;
  }
  .kv::before, .kv::after {
    content:'';
    width: calc(100% / 3);
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    z-index: 0;
  }
  .kv::before {
    left: 0;
    background-image: url(../image/kv-img--left.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
  }
  .kv::after {
    right: 0;
    background-image: url(../image/kv-img--right.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
  }
  .kv-img--left {
    transform: translate(-65%);
    width: 40%;
  }
  .kv-img--right {
    transform: translate(55%);
    width: 40%;
  }
  .cnt-01--header::before {
    left: -60px;
  }
  .cnt-01--header::after {
    right: -60px;
  }
  .cnt-01 .cnt-01--header h2 {
    font-size: 23px;
  }
  .cnt-02 {
    background-image: url(../image/cnt02-bg_pc.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .cnt-02::before {
    border-top: 1.8rem solid #E9F5E9;
    border-left: 2.2rem solid transparent;
    border-right: 2.2rem solid transparent;
  }
  .cnt-02 .container::before, .cnt-02 .container::after {
    width: 2rem;
    height: 100%;
    top: 0;
  }
  .cnt-02 .container::before {
    left: 2rem;
    border-right: none;
  }
  .cnt-02 .container::after {
    right: 2rem;
    border-left: none;
  }
  .cnt-02--circle {
    top: 2.5rem;
    left: 18%;
  }
  .cnt-02--circle::after {
    border-left: 1rem solid #24451A;
    border-top: .5rem solid transparent;
    border-bottom: .5rem solid transparent;
    right: -.8rem;
    top: 50%;
    transform: rotate(10deg);
  }
  .cnt-03::before {
    transform: translateX(-50%);
    content: '';
    position: absolute;
    bottom: -3rem;
    left: 50%;
    width: 100%;
    max-width: 320px;
    height: 3.5rem;
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%, 50% 90%);
    background: linear-gradient(90deg, rgba(93, 179, 40, 0) 0%, #5DB328 10.59%, #5DB328 51.57%, #5DB328 89.2%, rgba(93, 179, 40, 0) 100%);
    z-index: 3;
  }
  .cnt-03::after {
    transform: translateX(-50%);
    content: '';
    position: absolute;
    bottom: -5rem;
    left: 50%;
    width: 100%;
    max-width: 320px;
    height: 3.5rem;
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%, 50% 90%);
    background: linear-gradient(90deg, rgba(93, 179, 40, 0) 0%, #5DB328 10.59%, #5DB328 51.57%, #5DB328 89.2%, rgba(93, 179, 40, 0) 100%);
    z-index: 3;
  }
  .cnt-03 .point-text {
    line-height: 3.5;
  }
  .cnt-03 .point-text span {
    display: inline-block;
    font-size: 140%;
    color: #1E9709;
    background-color: #FFFA83;
    line-height: 1.4;
    padding: .25rem .5rem;
  }
  .cnt-04::before {
    content: '';
    position: absolute;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    background: #E9F5E9;
    z-index: 2;
    max-width: 270px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3rem;
    width: 100%;
  }
  .cnt-04--image::before {
    width: 50%;
    height: 20px;
    background-color: #31711E;
  }
  .cnt-04--feature p {
    background-image: url(../image/cnt04-feature--border.webp);
  }
  .cnt-06--feature---image {
    bottom: -2px;
  }
  .cnt-06--feature .inner {
    margin-bottom: 100px;
  }
  .cnt-06--feature---frame {
    left: .5rem;
    height: calc(100% + 2.5rem);
  }
  .cnt-07 h1.eng {
    font-size: 10rem;
  }
  .cnt-07 .cnt-07--wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: start;
    position: relative;
  }
  .cnt-07--inner {
    width: calc(50% - 7.5px);
  }
  .cnt-07--inner.border-0 {
    position: relative;
    overflow: visible;
    align-items: flex-end;
    z-index: -1;
  }
  .cnt07-img {
    transform: translateX(10%);
    position: relative;
    margin-top: auto;
  }
  .cnt-09 {
    background-image: url(../image/cnt09-bg.webp);
  }
  .cnt-09--imageWrap p {
    margin-top: 1rem;
  }
  .cnt-09--textWrap h4 {
    background: linear-gradient(147.47deg, #74CD26 -5.69%, #10B45F 116.56%);
    padding: .25rem .75rem;
  }
  .cnt-10::before {
    top: 0;
    background-image: url(../image/cnt10-bg--top.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left;
  }
  .cnt10-inner--01::after {
    content:'';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../image/cnt10-inr01--bg.webp);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
    z-index: -1;
  }
  .cnt10-inner--01 h4 {
    margin-left: 3rem;
    margin-right: 2rem;
    margin-bottom: 5rem !important;
  }
  .cnt10-inner--03 h4 {
    line-height: 2;
  }
  .cnt-12::before {
    background-size: 100% auto;
    left: 50%;
    transform: translate(-50%);
  }
  .cnt-12--head::before {
    bottom: -4rem;
    left: 50%;
    transform: translateX(-50%);
    height: 7.2rem;
    width: 100%;
  }
  .cnt_company dt, .cnt_company dd {
    width: 50%;
  }
}


/*-------------------
//// FOR PC ////
-------------------*/
@media screen and (min-width:992px) {
  .cnt-01::before {
    z-index: 0;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    height: 80vw;
    max-width: 780px;
    max-height: 780px;
    background-color: white;
    border-radius: 100%;
  }
  .cnt-01--img {
    position: absolute;
    left: 0;
    margin-left: -1vw;
    bottom: -1rem;
    width: 23%;
  }
  .cnt-01 .cnt-01--header h2 {
    line-height: 1.5;
  }
  .cnt-02::before {
    border-top-color: white;
  }
  .cnt-07 .cnt-07--inner {
    width: calc((100% / 3) - 15px);
    position: relative;
  }
  .cnt-09--imageWrap {
    text-align: center;
  }
}
