
/* common
-------------------------------------------------- */
/* hl */
.hl_h2:before {
  background: #a8d375;
}
.hl_h3 {
  color: #a8d375;
}

/* box */
.box_lead li em {
  color: #a8d375;
}
.box02 {
  background: repeating-linear-gradient(-45deg, #dbf5bb, #dbf5bb 4px, #cbf09e 4px, #cbf09e 10px);
}
.box02_ttl {
  background: #ebfad9;
}

/* txt */
.txt em {
  color: #a8d375;
}

/* k1
-------------------------------------------------- */
body.k1 .box_lead {
  height: 430px;
  padding-right: 470px;
  font-size: 1.4rem;
}
body.k1 .box_lead_img {
  position: absolute;
  bottom: 0;
  right: 0;
}
body.k1 .box_lead li + li {
  margin-top: 5px;
}
body.k1 .section_type01 ul {
  margin-top: 26px;
}
body.k1 .section_type01 ul li {
  padding-left: 40px;
  position: relative;
  line-height: 2;
}
body.k1 .section_type01 ul li + li {
  margin-top: 18px;
}
body.k1 .section_type01 ul li:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
  border-radius: 50px;
  background: #a8d375;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 0;
}
body.k1 .section_type01 ul li:nth-child(1):before {
  content: '1';
}
body.k1 .section_type01 ul li:nth-child(2):before {
  content: '2';
}
body.k1 .section_type01 ul li:nth-child(3):before {
  content: '3';
}
body.k1 .section_type01 ul li:nth-child(4):before {
  content: '4';
}
body.k1 .section_type01 .box {
  margin-top: 54px;
}
@media screen and (max-width: 767px){
  body.k1 .box_lead {
    height: auto;
    padding-top: 125%;
    padding-right: 20px;
  }
  body.k1 .box_lead_img {
    display: block;
    bottom: auto;
    right: auto;
    top: 60px;
    left: 0;
  }
  body.k1 .box_lead_img img {
    width: 90%;
  }
  body.k1 .box_lead li + li {
    margin-top: 20px;
  }
  body.k1 .section_type01 ul {
    margin-top: 16px;
  }
  body.k1 .section_type01 ul li {
    padding-left: 30px;
  }
  body.k1 .section_type01 ul li + li {
    margin-top: 8px;
  }
  body.k1 .section_type01 ul li:before {
    width: 20px;
    height: 20px;
    font-size: 1.4rem;
    top: 5px;
  }
  body.k1 .section_type01 .box {
    margin-top: 26px;
  }
  body.k1 .section_type01 .box img {
    width: 100%;
  }
}

/* k2
-------------------------------------------------- */
body.k2 .box_lead {
  height: 270px;
}
body.k2 .section_type01 .box_list {
  display: flex;
  flex-wrap: wrap;
}
body.k2 .section_type01 .box_list > li {
  width: calc(50% - 20px);
}
body.k2 .section_type01 .box_list > li:nth-child(n + 3) {
  margin-top: 84px;
}
body.k2 .section_type01 .box_list > li:nth-child(even) {
  margin-left: 40px;
}
body.k2 .section_type01 .box_list_img img {
  width: 100%;
}
body.k2 .section_type01 .box_list_ttl {
  margin-top: 18px;
  margin-bottom: 10px;
  color: #a8d375;
  font-size: 2.0rem;
  line-height: 2;
  font-weight: 700;
}
body.k2 .section_type01 .box_list_ttl rt {
  color: #a8d375;
}
body.k2 .box_comment {
  width: 570px;
  height: 127px;
  padding: 13px 13px 14px 147px;
  background: url(../img/k2_bg_comment01.png) no-repeat 0 0 / 100% 100%;
  position: relative;
  top: auto;
  left: auto;
  margin: 46px auto 0 auto;
}
@media screen and (max-width: 767px){
  body.k2 .box_lead {
    height: auto;
  }
  body.k2 .section_type01 .box_list > li {
    width: calc(50% - 10px);
  }
  body.k2 .section_type01 .box_list > li:nth-child(n + 3) {
    margin-top: 22px;
  }
  body.k2 .section_type01 .box_list > li:nth-child(even) {
    margin-left: 20px;
  }
  body.k2 .section_type01 .box_list_ttl {
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 1.6rem;
  }
  body.k2 .box_comment {
    margin-top: 22px;
    width: 294px;
    height: 124px;
    padding: 6px 6px 35px 78px;
    background: url(../img/k2_bg_comment01_sp.png) no-repeat 0 0 / 100% auto;
  }
  body.k2 .box_comment p {
    font-size: 1.2rem;
    transform: scale(1);
  }
}

/* k3
-------------------------------------------------- */
body.k3 .box_lead li.icon_n02:after {
  bottom: 55px;
}
body.k3 .section_type01 .box {
  margin-top: 30px;
}
body.k3 .section_type01 .box_col > div {
  width: calc(100% - 320px);
}
body.k3 .section_type01 .box_col > div.box02_img {
  width: 280px;
}
body.k3 .section_type01 .box_col > div.box02_img > .box {
  margin-top: 0;
}
body.k3 .section_type01 .box02:nth-of-type(1) .box,
body.k3 .section_type01 .box02:nth-of-type(2) .box {
  padding-bottom: 20px;
}
body.k3 .section_type01 .box02:nth-of-type(1) img {
  width: 436px;
}
body.k3 .section_type01 .box02:nth-of-type(1) .box img {
  width: 232px;
}
body.k3 .section_type01 .box02:nth-of-type(2) .box img {
  width: 100px;
}
body.k3 .section_type01 .box02 .btn_type01 {
  margin-top: 12px;
}
body.k3 .section_type01 .box02 .btn_type01 > div {
  height: 40px;
}
body.k3 .section_type01 .box02 .box02_ttl_icon {
  position: relative;
}
body.k3 .section_type01 .box02 .box02_ttl_icon:after {
  content: '';
  display: block;
  width: 82px;
  height: 65px;
  background: url(../img/k3_icon_box02.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  top: -12px;
  right: 15px;
}
@media screen and (max-width: 767px){
  body.k3 .section_type01 .box_col > div,
  body.k3 .section_type01 .box_col > div.box02_img {
    width: 100%;
  }
  body.k3 .section_type01 .box img {
    width: 100%;
  }
  body.k3 .section_type01 .box02:nth-of-type(1) img {
    width: 100%;
  }
  body.k3 .section_type01 .box02:nth-of-type(1) .box img {
    width: 174px;
  }
  body.k3 .section_type01 .box02 .btn_type01 {
    margin-top: 20px;
  }
  body.k3 .section_type01 .box02 .box02_ttl_icon {
    padding-right: 75px;
  }
  body.k3 .section_type01 .box02 .box02_ttl_icon:after {
    width: 56px;
    height: 45px;
    top: 50%;
    margin-top: -22px;
    right: 10px;
  }
}

