.c-wrapper {
  font-family: Hiragino Kaku Gothic ProN,Meiryo,Yu Gothic,sans-serif;
}

.c-wrapper .contents {
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .mainVisual {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}

.c-wrapper .contents .content.tal {
  padding: 35px 40px;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content.tal {
    padding: 12px;
  }
}

.c-wrapper .contents .content__list {
  font-weight: 500;
}

.c-wrapper .contents .content__list .title {
  background: #7aad0c;
  color: #ffffff;
  font-size: 24px;
  line-height: 18px;
  padding: 26px 30px;
  border-radius: 5px;
  letter-spacing: -1px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content__list .title {
    font-size: 20px;
    line-height: 28px;
    padding: 8.5px 10px;
    border-radius: 0;
  }
}

.c-wrapper .contents .content__list--01 {
  margin-top: 10px;
}

.c-wrapper .contents .content__list--01 .c-text {
  font-size: 20px;
  line-height: 36px;
  color: #525252;
  margin: 0;
  padding: 17px 25px 0 25px;
  letter-spacing: -.5px;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content__list--01 .c-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    padding: 0 12px;
  }
}

.c-wrapper .contents .content__list--01 .item {
  background: #f6f6f6;
  padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content__list--01 .item {
    padding-bottom: 20px;
  }
}

.c-wrapper .contents .content__list--01 .item:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content__list--01 .item .img1 {
    padding: 0 12px 0 12px;
    margin: 20px 0;
    width: 100%;
  }
}

.c-wrapper .contents .content__list--01 .item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content__list--01 .item__bottom {
    margin-top: 0;
    display: block;
  }
}

.c-wrapper .contents .content__list--01 .item__bottom .c-text {
  width: 396px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px 0 0 25px;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content__list--01 .item__bottom .c-text {
    width: 100%;
    padding: 0 12px 12px 12px;
  }
}

.c-wrapper .contents .content__list--01 .item__bottom img {
  width: 472px;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content__list--01 .item__bottom img {
    width: 100%;
  }
}

.c-wrapper .contents .content__list--01 .item--color {
  padding-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content__list--01 .item--color {
    padding-bottom: 28px;
  }
}

.c-wrapper .contents .content__list--02 {
  padding-bottom: 7px;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content__list--02 {
    padding-bottom: 0;
  }
}

.c-wrapper .contents .content__list--02 .box {
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content__list--02 .box {
    padding: 0;
  }
}

.c-wrapper .contents .content__list--02 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 2px 2px #aec6ae;
          box-shadow: 0px 0px 2px 2px #aec6ae;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content__list--02 .item {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    border-radius: 3px;
    margin-top: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 413px) {
  .c-wrapper .contents .content__list--02 .item {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.c-wrapper .contents .content__list--02 .item__number {
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 40px solid transparent;
  border-left: 75px solid #7aad0c;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content__list--02 .item__number {
    z-index: 1;
    border-bottom-width: 60px;
    border-left-width: 60px;
  }
}

.c-wrapper .contents .content__list--02 .item__number span {
  position: absolute;
  left: -65px;
  top: -3px;
  font-size: 18px;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content__list--02 .item__number span {
    font-size: 16px;
    left: -52px;
    top: 2px;
  }
}

.c-wrapper .contents .content__list--02 .item__info {
  width: 550px;
  text-align: center;
}

.c-wrapper .contents .content__list--02 .item__info__flex {
  position: relative;
  z-index: 1;
  padding-left: 50px;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content__list--02 .item__info__flex {
    padding-left: 0;
  }
}

.c-wrapper .contents .content__list--02 .item__info__flex--ml {
  left: 10px;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content__list--02 .item__info__flex--ml {
    position: static;
  }
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content__list--02 .item__info {
    width: 50%;
    padding: 20px 15px 20px 5px;
  }
}

@media screen and (max-width: 360px) {
  .c-wrapper .contents .content__list--02 .item__info {
    padding: 10px 15px 10px 5px;
  }
}

.c-wrapper .contents .content__list--02 .item__img {
  width: 300px;
  border-radius: 0 5px 5px 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content__list--02 .item__img {
    width: calc(50% - 16px);
    border-radius: 0;
  }
}

.c-wrapper .contents .content__list--02 .item__img:after {
  content: '';
  height: 102%;
  width: 180px;
  background: url("../../../image/feature/images/20210601/bg-trans.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 177px;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content__list--02 .item__img:after {
    display: none;
  }
}

.c-wrapper .contents .content__list--02 .item__img img {
  width: 100%;
  border-radius: 0 5px 5px 0;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content__list--02 .item__img img {
    border-radius: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.c-wrapper .contents .content__list--02 .item .ttl {
  color: #7aad0c;
  font-size: 24px;
  line-height: 18px;
  letter-spacing: -1px;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content__list--02 .item .ttl {
    font-size: 16px;
    line-height: 21px;
    text-align: justify;
  }
}

.c-wrapper .contents .content__list--02 .item .c-text {
  font-size: 18px;
  line-height: 24px;
  color: #525252;
  margin: 0;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .content__list--02 .item .c-text {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    font-weight: 300;
    margin-top: 10px;
  }
}

.c-wrapper .contents .lp_box.double_line {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 90px;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .lp_box.double_line {
    padding: 0 0 50px 0;
  }
}

.c-wrapper .contents .content-lp .lp_box {
  background: url("../../../image/feature/images/20210601/bg_box.jpg") no-repeat;
  background-size: 100% 100%;
}

.c-wrapper .contents .green.box.accent {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .green.box.accent {
    margin-top: 40px;
  }
}

.c-wrapper .contents .note {
  background: transparent;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 33px;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .note {
    margin-top: 23px;
    font-size: 14px;
    line-height: 2;
  }
}

.c-wrapper .contents .lp_header.type1 {
  padding: 31px 0;
  font-weight: bold;
  font-size: 28px;
  line-height: 44px;
  background: url("../../../image/feature/images/20210601/bg_title.jpg");
  color: #fff;
  border: 0;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .lp_header.type1 {
    font-size: 16px;
    line-height: 23px;
    padding: 15px 0;
  }
}

.c-wrapper .contents .lp_header.type1 span {
  display: block;
  margin-top: 2px;
  font-size: 42px;
  line-height: 45px;
}

@media only screen and (max-width: 768px) {
  .c-wrapper .contents .lp_header.type1 span {
    font-size: 20px;
    line-height: 22px;
  }
}
/*# sourceMappingURL=style.css.map */