@charset "UTF-8";
footer {
    background: #008f68;
    padding: 30px 0
}
footer .copy {
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    text-align: center
}
.cv_wrap {
    background: #fff;
    padding: 36px 0 88px;
}
.cv_in {
    max-width: 1187px;
    margin: 0 auto;
    position: relative;
}
.cv_img {
    text-align: center;
}
.cv_btn {
    position: absolute;
    bottom: 22px;
    right: 92px;
}
.sec1_wrap {
    padding: 55px 0 0;
    background: #008f68;
}
.sec1_wrap.is-ver2 {
    padding: 70px 0 65px;
}
.sec1_ttl {
    text-align: center;
    margin-bottom: 50px;
}
.sec1_wrap.is-ver2 .sec1_ttl {
    margin-bottom: 0;
    margin-right: 24px;
    text-align: right;
}
.sec1_lst {
    display: flex;
    justify-content: center;
    gap: 0 25px;
    margin-bottom: 60px;
}
.sec1_wrap.is-ver2 .sec1_lst {
    margin-bottom: 0;
}
.sec1_box {
    width: 380px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.sec1_box .ttl {
    background: #ffd200;
    color: #104e26;
    padding: 15px 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.sec1_box .box {
    padding: 20px 24px;
    display: flex;
    align-items: center;
}
.sec1_box .lst {
    width: 45%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
}
.sec1_box .lst.is-comp {
    width: 55%;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42;
    color: #ff7c00;
    position: relative;
}
.sec1_box .lst.is-comp:before {
    content: '';
    display: block;
    width: 20px;
    height: 35px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arw.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.sec1_box .lst.is-comp dt span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: #008f68;
    padding: 5px 18px 5px;
}
.sec1_box .lst.is-comp dd span {
    font-size: 38px;
}
.sec1_read {
    text-align: center;
}
.sec2_wrap {
    background:#f5f9ef url(../img/bg.png) repeat;
}
.sec2_in {
    padding: 36px 0 78px;
    position: relative;
}
.sec2_ttl {
    text-align: center;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    margin: auto;
}
.sec2_lst {
    text-align: center;
    margin-bottom: 62px;
}
.sec2_read {
    text-align: center;
}
.sec2In_wrap {
    background: #edf9f6;
    padding: 98px 0 80px;
    position: relative;
}
.sec2In_wrap:before {
    content: '';
    display: block;
    width: 352px;
    height: 98px;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin: auto;
    background: url(../webp/arw.webp) no-repeat center / 100% auto;
    z-index: 1;
}
.sec2In_ttl {
    text-align: center;
    margin-bottom: 68px;
}
.sec2In_check {
    background: #fff;
    width: 100%;
    max-width: 1185px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 25px;
    padding: 32px 68px;
    position: relative;
}
.sec2In_check:before {
    content: '';
    display: block;
    width: 402px;
    height: 352px;
    position: absolute;
    right: 68px;
    bottom: 54px;
    background: url(../svg/img.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.sec2In_check .lst {
    max-width: 540px;
    display: block;
}
.sec2In_check .lst li {
    font-size: 36px;
    font-weight: 700;
    color: #08795a;
    position: relative;
    line-height: 1;
    padding: 22px 0;
    padding-left: 50px;
    background-image: linear-gradient(to right, #3ba98b 2px, transparent 2px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.sec2In_check .lst li:last-child {
    background-image: none;
}
.sec2In_check .lst li span {
    color: #ff8c00;
}
.sec2In_check .lst li:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/check.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.sec2In_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 56px 52px;
    margin-top: 170px;
}
.sec2In_box {
    width: 344px;
}
.sec2In_box .img {
    margin-bottom: 28px;
}
.sec2In_box .box .ttl {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #258b2d;
    text-align: center;
    margin-bottom: 20px;
    font-feature-settings: "palt";
}
.sec2In_box .box .ttl span.is-in {
    padding-left: 42px;
    position: relative;
}
.sec2In_box .box .ttl span.is-in:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/check.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.sec2In_box .box .ttl span.is-or {
    color: #ff8c00;
}
.sec2In_box .box .txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.77;
}
.sec2In_last {
    padding-top: 172px;
    position: relative;
}
.sec2In_last:before {
    content: '';
    display: block;
    width: 352px;
    height: 98px;
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
    margin: auto;
    background: url(../webp/arw.webp) no-repeat center / 100% auto;
    z-index: 1;
}
.sec2In_read {
    text-align: center;
    margin-bottom: 68px;
}
.sec3_wrap {
    padding: 55px 0 90px;
    background: url(../img/sec3_bg.png) repeat center;
}
.sec3_ttl {
    text-align: center;
    margin-bottom: 20px;
}
.sec3_box {
    display: flex;
}
.sec3_box .box {
    width: -webkit-calc(100% - 518px);
    width: calc(100% - 518px);
    box-sizing: border-box;
    padding-top: 50px;
    padding-left: 56px;
}
.sec3_box .ttl {
    margin-bottom: 58px;
}
.sec3_box .txt {
    font-size: 22px;
    font-weight: 500;
    line-height: 2;
}
@media(min-width:896px) {
    .cv_btn a:hover {
        opacity: .8;
    }
}
@media only screen and (max-width:896px) {
    footer {
        padding: 20px 0
    }
    footer .copy {
        font-size: 10px
    }
    .cv_wrap {
        padding: 0;
    }
    .cv_in {
        max-width: 375px;
    }
    .cv_img img,.cv_img source {
        width: 100%;
        height: auto;
    }
    .cv_btn {
        text-align: center;
        bottom: 16px;
        right: 0;
        left: 0;
        margin: auto;
    }
    .sec1_wrap {
        padding: 40px 0 0;
    }
    .sec1_wrap.is-ver2 {
        padding: 55px 0 62px;
    }
    .sec1_ttl {
        margin-bottom: 35px;
    }
    .sec1_wrap.is-ver2 .sec1_ttl {
        text-align: center;
        margin-right: 0;
    }
    .sec1_wrap.is-ver2 .sec1_ttl img,
    .sec1_wrap.is-ver2 .sec1_ttl source {
        width: 100%;
        height: auto;
        max-width: 336px;
    }
    .sec1_lst {
        padding: 0 20px;
        display: block;
        margin-bottom: 25px;
    }
    .sec1_box {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .sec1_box:last-child {
        margin-bottom: 0;
    }
    .sec1_box .ttl {
        padding: 12px 0;
        font-size: 22px;
    }
    .sec1_box .box {
        padding:14px 14px;
    }
    .sec1_box .lst {
        width: 44%;
        font-size: 12px;
    }
    .sec1_box .lst.is-comp {
        width: 56%;
    }
    .sec1_box .lst.is-comp:before {
        width: 18px;
        height: 30px;
        left: -30px;
    }
    .sec1_box .lst.is-comp dt span {
        font-size: 12px;
        padding: 4px 23px 6px;
    }
    .sec1_box .lst.is-comp {
        font-size: 12px;
    }
    .sec1_box .lst.is-comp span {
        font-size: 32px;
    }
    .sec1_read img,
    .sec1_read source {
        width: 100%;
        height: auto;
        max-width: 375px;
    }
    .sec2_wrap {
        background:#f5f9ef url(../img/bg.png) repeat;
        margin-top: 50px;
        position: relative;
    }
    .sec2_wrap:before {
        content: '';
        display: block;
        width: 168px;
        height: 60px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: -30px;
        background: url(../webp/sp/sec2_icn.webp) no-repeat center / 100% auto;
        z-index: 1;
    }
    .sec2_in {
        padding: 42px 0 38px;
    }
    .sec2_ttl {
        position: static;
        margin-bottom: 25px;
    }
    .sec2_ttl img,
    .sec2_ttl source {
        width: 100%;
        height: auto;
        max-width: 342px;
    }
    .sec2_lst {
        margin-bottom: 30px;
    }
    .sec2_lst img,
    .sec2_lst source {
        width: 100%;
        height: auto;
        max-width: 375px;
    }
    .sec2_read {
        text-align: center;
    }
    .sec2_read img,
    .sec2_read source {
        width: 100%;
        height: auto;
        max-width: 330px;
    }
    .sec2In_wrap {
        padding: 56px 0 38px;
    }
    .sec2In_wrap:before {
        width: 176px;
        height: 49px;
        top: -18px;
        background: url(../webp/sp/arw.webp) no-repeat center / 100% auto;
    }
    .sec2In_in {
        padding: 0 20px;
    }
    .sec2In_ttl {
        margin-bottom: 30px;
    }
    .sec2In_check {
        display: block;
        min-height: auto;
        padding: 0;
    }
    .sec2In_check {
        margin-top: 210px;
        border-radius: 8px;
        padding: 14px 18px;
        position: relative;
    }
    .sec2In_check:before {
        width: 205px;
        height: 180px;
        right: 0;
        left: 0;
        margin: auto;
        bottom: auto;
        top: -180px;
    }
    .sec2In_check .lst {
        max-width: none;
        display: block;
    }
    .sec2In_check .lst li {
        font-size: 22px;
        line-height: 1.2;
        padding: 12px 0;
        padding-left: 30px;
    }
    .sec2In_check .lst li:before {
        width: 22px;
        height: 22px;
        top: 16px;
        transform: none;
    }
    .sec2In_lst {
        display: block;
        margin-top: 60px;
    }
    .sec2In_box {
        width: 100%;
        position: relative;
        margin-bottom: 35px;
    }
    .sec2In_box:last-child {
        margin-bottom: 0;
    }
    .sec2In_box .img {
        text-align: center;
        margin-bottom: 20px;
    }
    .sec2In_box .img img,
    .sec2In_box .img source {
        width: 100%;
        height: auto;
        max-width: 338px;
    }
    .sec2In_box .box {
        width: 100%;
    }
    .sec2In_box .box .ttl {
        font-size: 22px;
        line-height: 1.2;
        text-align: left;
        margin-bottom: 20px;
        font-feature-settings: normal;
    }
    .sec2In_box .box .ttl span.is-in {
        padding-left: 30px;
    }
    .sec2In_box .box .ttl span.is-in:before {
        width: 22px;
        height: 22px;
        top: 17px;
    }
    .sec2In_box .box .txt {
        font-size: 18px;
        line-height: 1.66;
    }
    .sec2In_last {
        padding-top: 84px;
    }
    .sec2In_last:before {
        width: 176px;
        height: 49px;
        top: 20px;
        background: url(../webp/sp/arw.webp) no-repeat center / 100% auto;
    }
    .sec2In_read {
        margin-bottom: 30px;
    }
    .sec3_wrap {
        padding: 30px 0 40px;
        background: url(../img/sec3_bg.png) repeat center / 11px auto;
    }
    .sec3_in {
        padding: 0 20px;
    }
    .sec3_ttl {
        margin-bottom: 10px;
    }
    .sec3_box {
        display: block;
    }
    .sec3_box .img {
        text-align: center;
    }
    .sec3_box .img img,
    .sec3_box .img source {
        width: 100%;
        height: auto;
        max-width: 326px;
    }
    .sec3_box .box {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }
    .sec3_box .ttl {
        margin-bottom: 30px;
        text-align: center;
    }
    .sec3_box .txt {
        font-size: 14px;
        line-height: 1.8;
    }
}
@media only screen and (max-width: 380px) {
    .cv_btn img,.cv_btn source {
        width: 90%;
        height: auto;
    }
}
@media only screen and (max-width: 360px) {
    .sec1_box .lst.is-comp dt span {
        padding: 4px 16px 6px;
    }
    .sec1_box .lst.is-comp dd span {
        font-size: 30px;
    }
    .sec1_box .lst.is-comp:before {
        width: 12px;
        height: 18px;
        left: -18px;
    }
}
