@charset "UTF-8";
/*cmn*/
@font-face {
    font-family: "Noto Sans CJK JP";
    font-style: normal;
    font-weight: 500;
    src: local("Noto Sans CJK JP Medium"),
         url("../font/NotoSansCJKjp-Medium.woff") format("woff"),
         url("../font/NotoSansCJKjp-Medium.otf") format("opentype");
}
@font-face {
    font-family: "Noto Sans CJK JP";
    font-style: normal;
    font-weight: bold;
    src: local("Noto Sans CJK JP Bold"),
         url("../font/NotoSansCJKjp-Bold.woff") format("woff"),
         url("../font/NotoSansCJKjp-Bold.otf") format("opentype");
}
@font-face {
    font-family: "Noto Sans CJK JP";
    font-style: normal;
    font-weight: 900;
    src: url("../font/NotoSansCJKjp.eot");
    src: local("Noto Sans CJK JP Black"),
         url("../font/NotoSansCJKjp-Black.woff") format("woff"),
         url("../font/NotoSansCJKjp-Black.otf") format("opentype");
}
body {
    background: #f8f7f7;
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-weight: 500;
    padding-top: 60px;
}
a {
    transition: opacity 0.1s ease-in-out , all 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out , all 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out , all 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out , all 0.1s ease-in-out;
}
/*lp*/
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 9999;
}
.header_logo {
    padding: 60px 60px 0;
}
.header_logo a {
    display: block;
}
.header_logo img {
    width: 140px;
    height: auto;
}
.mv_wrap {
    padding-top: 15px;
    padding-bottom: 50px;
    background: url(../img/mv_bg1.png) no-repeat top right;
}
.mv_in{
    width: 1178px;
    margin: 0 auto;
    position: relative;
}
.mv-ttl {
    font-size: 40px;
    line-height: 2;
    font-weight: 900;
    position: absolute;
    top: 170px;
    left: -50px;
    z-index: 9;
    text-shadow: 0 0 30px #fff;
}
.mv-ttl span {
    color: #009944;
}
.lp_wrap {
    padding-top: 220px;
}
#sec02.lp_in {
    padding: 200px 0 0 0;
}
#sec03.lp_in {
    padding: 220px 0 0 0;
    margin: 0 0 100px;
}
.lpsec_wrap{
    position: relative;
}
.lpsec_wrap:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
    width: 1440px;
}
#sec01 .lpsec_wrap::after {
    height: 1080px;
    top: -273px;
    background: url(../img/mv_bg_pattern1n2.png) no-repeat center;
}
#sec02 .lpsec_wrap::after {
    height: 1410px;
    top: -48px;
    background: url(../img/mv_bg_pattern2n2.png) no-repeat center;
}
#sec03 .lpsec_wrap::after {
    height: 1520px;
    top: -165px;
    background: url(../img/mv_bg_pattern3n2.png) no-repeat center;
}
.last_box:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
}
.last_box:before {
    width: 1440px;
    height: 380px;
    top: -40px;
    background: url(../img/mv_bg_pattern4n2.png) no-repeat center;
}
.last-txt:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    margin: auto;
}
.last-txt:before {
    width: 328px;
    height: 374px;
    top: -270px;
    left: 0;
    background: url(../img/mv_bg_pattern5n.png) no-repeat center;
}

.lpsec_wrap::before {
    content: '';
    display: block;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
#sec01 .lpsec_wrap::before,
#sec03 .lpsec_wrap::before {
    left: 0;
    background: url("../img/sec_bg01.jpg") no-repeat center center / cover;
    border-radius: 0 40px 40px 0;
}
#sec02 .lpsec_wrap::before,
#sec03.ver2 .lpsec_wrap::before {
    right: 0;
    background: url("../img/sec_bg02.jpg") no-repeat center center / cover;
    border-radius: 40px 0 0 40px;
}
#sec03.ver2 .lpsec_wrap::before {
    left: auto;
}
#sec01 .lpsec_in {
    position: relative;
    padding: 120px 0 120px;
}
#sec02 .lpsec_in,
#sec03 .lpsec_in {
    position: relative;
    width: 880px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 100px 0 110px;
}
#sec03 .lpsec_in {
    padding: 90px 0 100px 0;
}
.sec_ttl {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 900;
    text-align: center;
}
.sec_ttl.is-ver2 {
    text-align: left;
}
.sec_ttl span {
    color: #009944;
}
.sec01-txt {
    font-size: 22px;
    line-height: 2.6;
    font-weight: 900;
    text-align: center;
    padding: 70px 0 0 0;
}
.sec01_btnbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sec01-btn {
    width: 460px;
    margin: 0 25px;
    background: #fff;
    border-radius: 70px;
}
.sec01-btn a {
    display: block;
    font-size: 18px;
    line-height: 66px;
    font-weight: 900;
    text-align: center;
    color: #009944;
    background: #fff url(../svg/arw_left_grn.svg) no-repeat center right 30px;
    background-size: 8px auto;
    border: 2px solid #009944;
    width: 100%;
    border-radius: 70px;
    text-decoration: none;
    box-sizing: border-box;
}
.sec-btn {
    width: 460px;
    margin: 0 auto;
    background: #fff;
    border-radius: 70px;
}
.sec-btn a {
    display: block;
    font-size: 24px;
    line-height: 100px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    background: #ff9600 url(../svg/arw_left_w.svg) no-repeat center right 30px;
    background-size: 8px auto;
    border: 1px solid #ff9600;
    width: 100%;
    border-radius: 70px;
    text-decoration: none;
}
@media (min-width:896px) {
    .sec01-btn a:hover {
        background-color: rgba(159, 255, 202, .1);
    }
    .sec-btn a:hover {
        opacity: .8;;
    }
}
.sec_free {
    width: 180px;
    height: 167px;
    position: absolute;
    top: -80px;
    left: -150px;
}
.sec_free span {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 167px 0 0 0;
    background: url(../img/sec_parts1.png) no-repeat 0;
}
.sec-txt {
    font-size: 18px;
    line-height: 2;
    text-align: justify;
    padding: 40px 0 50px;
}
#sec03 .sec-txt {
    padding: 30px 0 50px;
}
.sec_datebx {
    margin-bottom: 90px;
    position: relative;
}
#sec02 .sec_datebx {
    margin-bottom: 120px;
}
.sec_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 40px;
}
#sec02 .sec_date:nth-child(2) {
    margin-bottom: 10px;
}
#sec03 .sec_date {
    margin-bottom: 30px;
}
.sec_date:last-child {
    margin-bottom: 0;
}
.sec_date dt span {
    display: block;
    background: #99d447;
    border-radius: 10px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    width: 120px;
}
.sec_date dd {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding-left: 20px;
    vertical-align: middle;
}
.sec_date dd .txt1 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
}
.sec_date dd .txt1.ver2 {
    position: relative;
    padding-left: 128px;
}
.sec_date dd .txt1.ver2 span {
    position: absolute;
    left: 0;
}
.sec_date dd .txt2 {
    font-size: 26px;
    font-weight: bold;
}
.sec_date dd .txt2.sp {
    font-size: 22px;
}
.sec_date dd .txt2.sp .txt3 {
    font-size: 18px;
}
.sec_date dd .txt3 {
    font-size: 18px;
    font-weight: bold;
}
.sec_reco {
    margin-bottom: 100px;
}
.reco_mds {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 900;
    color: #009944;
    text-align: center;
    margin-bottom: 35px;
}
.reco_mds span {
    display: inline-block;
    padding: 0 100px;
    position: relative;
}
.reco_mds span:before,
.reco_mds span:after {
    content: '';
    display: block;
    width: 92px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/sec_parts2.png) no-repeat 0;
}
.reco_mds span:before {
    left: 0;
}
.reco_mds span:after {
    right: 0;
}
.reco_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.reco_lst li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 260px;
    height: 160px;
    background: #fff;
    border-radius: 16px;
}
.reco_lst li .txt {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 900;
    text-align: center;
}
.reco_lst li .txt span {
    color: #009944;
}
.last_box {
    margin-bottom: 110px;
    position: relative;
}
.last-txt {
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    background: #fff;
    border-radius: 40px;
    padding: 119px 0;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.lpbtm_wrap {
    text-align: center;
    padding: 24px 0 18px 0;
}
.lpbtm_wrap span {
    font-size: 12px;
    line-height: 1;
}
.prof_box {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.prof_box.ver2 {
    margin-bottom: 30px;
}
.prof_img {
    border-radius: 65px;
    overflow: hidden;
    margin-right: 30px;
}
@media (max-width: 896px) {
    body {
        padding-top: 80px;
    }
    /*lp*/
    .header_logo {
        padding: 20px 20px 0;
    }
    .header_logo img {
        width: 70px;
    }
    .mv_wrap {
        padding-top: 60px;
        padding-bottom: 60px;
        background: url(../img/sp/mv_bg1.png) no-repeat bottom right;
        background-size: 100% auto;
    }
    .mv_in{
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .mv-ttl {
        font-size: 23px;
        line-height: 1.5;
        top: -70px;
        left: 20px;
        z-index: 9;
    }
    .mv_slide .slick-slide {
        padding-right: 40px;
    }
    .mv_slide li img {
        width: 100%;
        height: auto;
        border-radius: 0 15px 15px 0;
    }
    .lp_wrap {
        padding-top: 40px;
    }
    #sec02.lp_in {
        padding: 100px 0 0 0;
    }
    #sec03.lp_in {
        padding: 75px 0 0 0;
        margin: 0 0 132px;
    }
    .lpsec_wrap:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        z-index: -1;
        margin: auto;
        width: 100%;
    }
    #sec01 .lpsec_wrap::after {
        height: 145px;
        top: -78px;
        background: url(../img/sp/mv_bg_pattern1n2.png) no-repeat center;
        background-size: 375px auto;
    }
    #sec02 .lpsec_wrap::after {
        height: 204px;
        top: -160px;
        background: url(../img/sp/mv_bg_pattern2n2.png) no-repeat center;
        background-size: 375px auto;
    }
    #sec03 .lpsec_wrap::after {
        height: 209px;
        top: -108px;
        background: url(../img/sp/mv_bg_pattern3n2.png) no-repeat center;
        background-size: 375px auto;
    }
    .last_box:before {
        width: 100%;
        height: 322px;
        top: -192px;
        background: url(../img/sp/mv_bg_pattern4n2.png) no-repeat center;
        background-size: 375px auto;
    }
    .sec_datebx:before {
        content: '';
        content: none;
        display: block;
        position: absolute;
        z-index: 2;
    }
    #sec02 .sec_datebx:before {
        width: 68px;
        height: 68px;
        top: 64px;
        right: -10px;
        background: url(../img/sp/mv_bg_pattern6.png) no-repeat center;
        background-size: 100% auto;
    }
    #sec03 .sec_datebx:before {
        width: 89px;
        height: 89px;
        top: 0;
        right: -30px;
        background: url(../img/sp/mv_bg_pattern5.png) no-repeat center;
        background-size: 100% auto;
    }
    .last-txt:before {
        content: none;
    }
    .lpsec_wrap::before {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    #sec01 .lpsec_wrap::before,
    #sec03 .lpsec_wrap::before {
        background: url("../img/sp/sec_bg01.jpg") no-repeat center center / cover;
        border-radius: 0 20px 20px 0;
    }
    #sec02 .lpsec_wrap::before {
        background: url("../img/sp/sec_bg02.jpg") no-repeat center center / cover;
        border-radius: 20px 0 0 20px;
    }
    #sec01 .lpsec_in {
        padding: 50px 40px 50px 20px;
    }
    #sec02 .lpsec_in {
        width: 100%;
        padding: 60px 20px 75px 40px;
    }
    #sec03 .lpsec_in {
        width: 100%;
        padding: 45px 40px 75px 20px;
    }
    #sec03.ver2 .lpsec_in {
        width: 100%;
        padding: 45px 20px 75px 40px;
    }
    #sec01 .sec_ttl {
        text-align: left;
    }
    .sec_ttl {
        font-size: 20px;
    }
    .sec_ttl.is-ver2 {
        text-align: center;
    }
    .sec01-txt {
        font-size: 15px;
        line-height: 2;
        font-weight: 900;
        text-align: left;
        padding: 20px 0 0 0;
    }
    .sec01_btnbx {
        display: block;
    }
    .sec01-btn {
        width: 100%;
        margin: 0 0 20px;
    }
    .sec01-btn:last-child {
        margin: 0;
    }
    .sec01-btn a {
        font-size: 13px;
        line-height: 1.2;
        background: #fff url(../svg/arw_left_grn.svg) no-repeat center right 15px;
        background-size: 5px auto;
        border: 2px solid #009944;
        width: 100%;
        padding: 16px 0;
    }
    .sec-btn {
        width: 100%;
    }
    .sec-btn a {
        font-size: 15px;
        line-height: 60px;
        background: #ff9600 url(../svg/arw_left_w.svg) no-repeat center right 15px;
        background-size: 5px auto;
        width: 100%;
    }
    .sec_free {
        width: 90px;
        height: 84px;
        top: -40px;
        left: 10px;
    }
    .sec_free span {
        padding: 84px 0 0 0;
        background: url(../img/sp/sec_parts1.png) no-repeat 0;
        background-size: 100% auto;
    }
    .sec-txt {
        font-size: 13px;
        padding: 15px 0 25px 0;
    }
    #sec03 .sec-txt {
        padding: 15px 0 25px;
    }
    .sec_datebx {
        margin-bottom: 30px;
    }
    #sec02 .sec_datebx {
        margin-bottom: 40px;
    }
    .sec_date {
        display: block;
        margin-bottom: 25px;
    }
    #sec02 .sec_date:nth-child(2) {
        margin-bottom: 35px;
    }
    .sec_date dt {
        margin-bottom: 5px;
    }
    .sec_date dt span {
        border-radius: 5px;
        font-size: 15px;
        line-height: 30px;
        width: 80px;
    }
    .sec_date dd {
        width: 100%;
        padding-left: 0;
    }
    .sec_date dd .txt1 {
        font-size: 16px;
    }
    .sec_date dd .txt1.ver2 {
        padding-left: 0;
    }
    .sec_date dd .txt1.ver2 span {
        position: inherit;
        left: auto;
    }
    .sec_date dd .txt2 {
        font-size: 16px;
    }
    .sec_date dd .txt3 {
        font-size: 13px;
    }
    #sec03 .sec_date dd .txt3 {
        font-size: 12px;
        font-weight: normal;
        margin-top: 5px;
    }
    .sec_date dd .txt2.sp {
        position: relative;
    }
    .sec_date dd .txt2.sp {
        font-size: 13px;
    }
    .sec_date dd .txt2.sp .txt3 {
        font-size: 13px;
    }
    .sec_reco {
        margin-bottom: 30px;
    }
    .reco_mds {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .reco_mds span {
        padding: 0 68px;
    }
    .reco_mds span:before,
    .reco_mds span:after {
        width: 66px;
        height: 15px;
        background: url(../img/sp/sec_parts2.png) no-repeat center;
        background-size: 100% auto;
    }
    .reco_lst {
        display: block;
    }
    .reco_lst li {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 8px;
        text-align: center;
        margin-bottom: 15px;
        padding: 20px 0 19px 0;
    }
    #sec03 .reco_lst li:nth-child(2) {
        padding: 9px 0;
    }
    .reco_lst li:last-child {
        margin-bottom: 0;
    }
    .reco_lst li .txt {
        font-size: 14px;
        line-height: 1.4;
    }
    .last_box {
        margin-bottom: 60px;
    }
    .last-txt {
        font-size: 21px;
        line-height: 1.4;
        padding: 21px 0;
        border-radius: 20px;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
    }
    .lpbtm_wrap {
        padding: 15px 0;
    }
    .prof_box {
        margin-top: 10px;
    }
    .prof_box.ver2 {
        margin-bottom: 10px;
    }
    .prof_img {
        width: 65px;
        height: 65px;
        margin-right: 15px;
    }
    .prof_img img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 374px) {
    .sec01-btn a {
        font-size: 10px;
    }
    .sec_ttl {
        font-size: 18px;
    }
    .sec_date dd .txt1 {
        font-size: 14px;
    }
    .sec_date dd .txt2 {
        font-size: 14px;
    }
    .reco_mds span {
        padding: 0 40px;
    }
    .reco_mds span:before,
    .reco_mds span:after {
        width: 38px;
    }

    #sec01 .lpsec_wrap::after {
        background-size: 320px auto;
    }
    #sec02 .lpsec_wrap::after {
        background-size: 320px auto;
    }
    #sec03 .lpsec_wrap::after {
        background-size: 320px auto;
    }
    .last_box:before {
        background-size: 320px auto;
    }
    .reco_lst li .txt {
        font-size: 12px;
    }
}
