html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure{
    margin: revert;
    font-size: revert;
}
:last-child{
    margin: revert;
}
body{
    margin:0  !important;
    font-family: "Noto Sans JP", sans-serif;
    color: #1c1c1c;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
    letter-spacing: 0;
    line-height: normal;
}
*{
    box-sizing: border-box;
}

ul,ol,li{
    list-style: none;
    padding: 0;
    margin: 0;
}
h2{
    margin: 0;
    font-weight: bold;
}
h3,h4{
    font-weight: bold;
}
img{
    width: 100%;
    vertical-align: revert;
}
p{
    font-size: calc(0.3vw + 0.9rem);
    margin: 1em 0;
    line-height: 1.6;
}

.box{
    display:flex;
    flex-wrap: wrap;
}
.red{
    color: #D6262C;
}
.sp{
    display: none !important;
}
.font-ll{
    font-size: calc(2.6vw + 2.4rem);
}
.font-l{
    font-size: calc(1.8vw + 1.2rem);
    font-weight: 900;
}
.font-m{
    font-size: calc(1.2vw + 0.8rem);
}
.font-ms{
    font-size: calc(1vw + 0.9rem);
}
.font-s{
    font-size: calc(0.3vw + 0.9rem);
}  



@media screen and (max-width: 767px) {
    .inner {
        padding-left: revert;
        padding-right: revert;
    }
}
@media screen and (max-width: 768px){
    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
    p{
        font-size: 4vw ;
    }
    .font-s{
        font-size: 4vw ;
    }
    .font-m{
        font-size: 5.6vw ;
    }
    .font-l{
        font-size: 7vw ;
    }
    .font-ms{
        font-size: 5.3vw ;
    }
    .font-ll{
        font-size: 11vw ;
    }
}
#mv{
    background: url(../images/mv_bg.webp) no-repeat 0 0;
    background-size: cover;
}
#mv .inner{
    max-width: 1240px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
    #mv{
        background: none;
    }
}
#sec01{
    background: url(../images/sec01_bg.webp) no-repeat center 0;
    padding: 1rem 0;
    background-size: cover;
}
#sec01 > .inner{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1rem;
}
#sec01 .btn-area{
    background: #fff;
    width: 50%;
    padding: 0.8rem;
    position: relative;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    margin: 0 auto;
}
#sec01 .btn-area::after{
    content: "";
    display: block;
    position: absolute;
    background: url(../images/icon_ribbon.webp) no-repeat 0 0;
    width: 25px;
    height: 20px;
    top:0;
    left: 30px;
    background-size: 100%;
}
#sec01 h2{
    margin: 1rem 1rem 0.5rem;
    font-weight: 900;
    line-height: 1.4;
}
#sec01 ul{
    justify-content: center;
}
#sec01 ul li{
    width: 90%;
}
#sec01 ul li:nth-child(2),
#sec01 ul li:nth-child(3){
    width: 45%;
}
@media screen and (max-width: 1450px){
    #sec01 .btn-area{
        width: 46vw;
    }
}
@media screen and (max-width: 1300px){
    #sec01 .btn-area{
        width: 50vw;
    }
}
@media screen and (max-width: 1200px){
    #sec01 .btn-area{
        width: 56vw;
    }
}
@media screen and (max-width: 940px){
    #sec01 .btn-area{
        width: 60vw;
    }
}
@media screen and (max-width: 820px){
    #sec01 .btn-area{
        width: 64vw;
    }
}
@media screen and (max-width: 768px){
    #sec01{
        background: url(../images/sec01_bg_sp.webp) no-repeat 0 0;
        padding: 1rem 0 10rem;
        background-size: 100%;
    }
    #sec01 .btn-area{
        width: 100%;
        margin: 0 auto;
    }
    #sec01 ul{
        margin-bottom: 0;
    }
    #sec01 ul li{
        width: 100% !important;
    }
    #sec01 h2{
        margin: 1rem 0 0;
        text-align: center;
        font-size: 6.5vw !important;
    }
    #sec01 .btn-area::after{
        width: 5vw;
        height: 5vw;
    }
}

#sec02{
    background: url(../images/sec02_bg.webp) no-repeat 0 0;
    padding: 3rem ;
    background-size: cover;
}
#sec02 h2{
    text-align: center;
    font-weight: 900;
}
#sec02 img{
    background: #fff;
    display: block;
    margin:-1rem auto -4rem;
    width: 40%;
    background: #fff;
    padding: 2rem 2rem 7rem;
}
@media screen and (max-width: 1100px){
    #sec02 img {
        width: 60%;
    }
}
@media screen and (max-width: 768px){
    #sec02{
        background: url(../images/sec02_bg_sp.webp) no-repeat 0 0;
        background-size: cover;
        padding: 1.5rem;
    }
    #sec02 img{
        width: 100%;
        padding: 0 0 3rem;
    }
    #sec02 h2{
        z-index: 1;
        position: relative;
    }
}
#sec03{
    margin: 1rem auto 4rem;
}
#sec03 > .inner{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1rem 0 3rem;
}
#sec03 h2{
    text-align: center;
}

#sec03 b{
    padding: 0 0 0 0.5rem;
}
#sec03 .box{
    flex-wrap: nowrap;
    margin: 1rem auto 3rem;
}
#sec03 .box img{
    width: 60%;
    height: 100%;
}
#sec03 .box h3{
    margin: 1rem 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    font-weight: 900;
}
#sec03 .box h3 img{
    width: 17%;
    margin: 0 1rem 0 -2rem;
}
#sec03 .box h3::after{
    border-bottom: 1px solid #D6262C;
    content: "";
    display: block;
    width: 87%;
    height: 1px;
    position: absolute;
    bottom: 1vw;
    left: 4vw;
}
#sec03 .box p{
    margin: 0.5rem 0 0.5rem 4rem;
}
#sec03 .box:nth-child(3) .inner{
    position: relative;
    z-index: 1;
}
#sec03 .box:nth-child(3) .inner h3,
#sec03 .box:nth-child(3) .inner p{
    margin-right: -2rem;
}
#sec03 > .inner > p{
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 768px){
    #sec03{
        margin-bottom: 3rem;
    }
    #sec03 > .inner{
        width: 95%;
        padding: 0;
    }
    #sec03 .box{
        flex-wrap: wrap;
        width: 100%;
        margin: 1rem auto 0;
    }
    #sec03 .box img{
        width: 100%;
    }
    #sec03 h2{
        line-height: 1;
    }
    #sec03 h2 span{
        display: block;
        font-size: 7vw !important;
    }
    #sec03 h2 span b{
        font-size: 13vw !important;
    }
    #sec03 .box h3{
        margin: 0 !important;
    }
    #sec03 .box h3 img{
        margin: 0 2rem 0 0;
        position: relative;
        bottom: -0.5rem;
        left: 1rem;
    }
    #sec03 .box h3::after{
        width: 74%;
        left: auto;
        right: 0;
    }
    #sec03 .box p{
        margin: 1rem !important;
    }
    #sec03 .box img{
        height: auto;
    }
    #sec03 > p{
        text-align: left;
        margin: 1rem 3rem 0;
        display: inline-block;
    }
    #sec03 > .inner > p{
        font-size: 4.4vw !important;
    }
}
#sec04{
    background: url(../images/sec04_bg01.webp) no-repeat 0 0;
    padding: 3rem 0;
    background-size: 100%;
}
#sec04 > .inner{
    max-width: 1240px;
    margin: 0 auto;
}
#sec04 h2{
    margin:0 0 2rem 7vw;
}
#sec04 ul{
    background:rgba(26, 26, 26, 0.75);
    width: 45%;
    padding: 1.5rem 0 0.5rem 2vw;
    position: relative;
    left:17%;
}
#sec04 ul::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 12%;
    border-style: solid;
    border-width: 0 21px 24px 0;
    border-color:transparent #1c1c1c transparent transparent;
    translate: -50% 100%;
    opacity: 0.75;
}
#sec04 ul li{
    color: #fff;
    background: url(../images/icon_check.webp) no-repeat 0 center;
    background-size: 1rem;
    padding-left: 1.5rem;
    font-size: calc(0.25vw + 0.8rem);
    margin-bottom: 1rem;
}
#sec04 .inner > p{
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
}
#sec04 .inner > p b{
    display: inline-block;
    border-bottom: 2px solid #1c1c1c;
    line-height: 1.2;
    padding:0 1rem 0 4rem;
    background: url(../images/sec04_icon.webp) no-repeat 16% center;
    background-size: 2rem;
    margin-bottom: 1rem;
}
#sec04 .success{
    background: url(../images/sec04_bg02.webp) no-repeat 0 0 #1c1c1c;
    background-size: 100%;
    width: 75%;
    margin: 2rem auto 4rem;
    padding: 1.5rem 0 0;
}
#sec04 .success .box{
    flex-wrap: nowrap;
    color: #fff;
    padding: 1rem 3rem 1rem 4rem;
}
#sec04 .success h3{
    text-align: center;
    color: #fff;
    margin: 0;
}
#sec04 .success .box img{
    width: 35%;
    height: 100%;
    margin-right: 2rem;
}
#sec04 .success .box p{
    line-height: 1.8;
}
#sec04 .success .box p b{
    color:#FFF37F;
    font-size: calc(0.25vw + 1rem);
}
#sec04 .success + h2{
    text-align: center;
    margin-bottom: 0;
    line-height: 0.5;
    font-weight: 900;
}
#sec04 .success + h2 b{
}
#sec04 .success + h2 img{
    width: 10%;
}
#sec04 .success + h2 .box{
    justify-content: center;
    align-items: center;

}
#sec04 .img-area{
    background: url(../images/sec04_img03.webp) no-repeat -3vw 0;
    background-size: 86vh;
    padding: 2rem 0 8rem 55%;
    width: 100%;
    position: relative;
}
#sec04 .img-area p{
    margin-bottom: 2rem;
    line-height: 2;
}
#sec04 .img-area p:nth-child(2){
    margin-bottom: 0rem;
}
#sec04 .img-area b{
    background: linear-gradient(transparent 70%, #FFF37F 30%);
    line-height: 1.8;

}
#sec04 .img-area::after{
    content: "";
    background: url(../images/sec04_arrow.webp) no-repeat 0 0;
    background-size: 100%;
    display: block;
    width: 5%;
    height: 5vw;
    position: relative;
    z-index: 2;
    bottom: 2vh;
}
@media screen and (max-width: 1150px){
    #sec04 .img-area {
        background-size: 75vh;
        padding: 0 2rem 8rem 55%;
    }

}
@media screen and (max-width: 900px){
    #sec04 .img-area {
        background-size: 70vh;
        padding: 0 2rem 8rem 55%;
    }
    #sec04 .success .box img {
        margin-top: 3rem;
    }
}
@media screen and (max-width: 840px){
    #sec04 ul{
        width: 50%;
    }
    #sec04 .success{
        width: 85%;
    }

}
@media screen and (max-width: 768px){
    #sec04 {
        background: url(../images/sec04_bg01_sp.webp) no-repeat 0 0;
        padding: 1rem;
        background-size: 100%;
        overflow: hidden;
    }
    #sec04 h2{
        margin: 1rem;
    }
    #sec04 .img-area{
        padding: 0;
        width: 100%;
        left: 0;
    }
    #sec04 ul{
        width: 100%;
        left: 0;
        padding: 1.5rem 1.5rem 0.5rem;
    }
    #sec04 ul li{
        font-size: 4vw;
        background-position: 0 0.5rem;
        border-bottom: 1px solid #888;
        padding-bottom: 1rem;
        padding-left: 2rem;
    }
    #sec04 ul li:last-child{
        border: none;
        padding-bottom: 0;
    }
    #sec04 ul::after{
        right: 50%;
    }
    #sec04 >p{
        margin-top: 2rem;
        line-height: 1.4;
    }
    #sec04 >p b{
        padding: 0 0 0 3rem;
    }
    #sec04 .success{
        width: 110%;
        margin-left: -1rem;
        background: url(../images/sec04_bg02_sp.webp) no-repeat 0 0;
        background-size: cover;
        margin-bottom: 2rem;
    }
    #sec04 .success .box{
        flex-wrap: wrap;
        padding: 1rem 1rem;
    }
    #sec04 .success .box img{
        width: 78%;
        margin: 0 auto;
    }
    #sec04 .success + h2{
        line-height: 1.2;
    }
    #sec04 .success + h2 img{
        width: 15vw;
    }
    #sec04 .success + h2 b{
        line-height: 1.2;
    }
    #sec04 .success + h2 .box{
        align-items: baseline;
        position: relative;
        left: -2rem;
        top: -1.5rem;
        z-index: 1;
    }
    #sec04 .inner > p{
        line-height: 1.7;
    }
    #sec04 .img-area{
        background-size: 100%;
        margin-top: -2rem;
        padding-top: 53vw;
        background-position: 0 0;
    }
    #sec04 .img-area p{
        padding: 0 1rem;
        margin-bottom: 1rem;
        line-height: 1.7;
    }
    #sec04 .img-area p:last-child{
        text-align: center;
    }
    #sec04 .img-area p:last-child b{
        font-size: 4.4vw !important;
    }
    #sec04 .img-area::after{
        margin: 0 auto;
        height: 4rem;
        background-size: 70%;
        bottom: 0;
    }
}
@media screen and (max-width: 600px){
    #sec04 .img-area::after{
        height: 3rem;
        background-size: 100%;
    }
}

#sec05{
    background: url(../images/sec05_bg.webp) no-repeat 0 0;
    padding: 3rem 1rem 0.1rem;
    background-size: 100%;
    position: relative;
    z-index: 1;
    margin-top: -24vh;
}
#sec05 > .inner{
    max-width: 1240px;
    margin: 0 auto;
}
#sec05 h2{
    text-align: center;
}
#sec05 h2 b{
}
#sec05 h2::after{
    background: #D89D3A;
    content: "";
    display: block;
    width: 16vw;
    height: 1px;
    margin: 0 auto 2rem;
}
#sec05 .box img{
    width: 48%;
    height: 100%;
}
#sec05 .box img.number{
    width: 4vw;
    height: auto;
    display: block;
}
#sec05 .box{
    flex-wrap: nowrap;
    margin: 0 auto 4rem;
    align-items: center;
    background:  #F8F9F2;
}
#sec05 .box .inner{
    margin-right: 2.5vw;
}
#sec05 .box .inner p{
    line-height: 1.8;
}
#sec05 .box h3{
    padding: 0.2rem;
    margin-bottom: 0.5rem;
    background: #fff;
    display: inline;
    line-height: 1.8;
}
#sec05 .box h3 img{
    display: block;
    width: 7%;
    height: auto;
}
#sec05 .box:nth-child(3) .inner {
    order: 2;
}
#sec05 .box:nth-child(3) img {
    order: 1;
    margin-right: 2vw;
}
@media screen and (max-width: 1100px) {
    #sec05{
        padding: 3rem 3rem 0.1rem ;
    }
}
@media screen and (max-width: 768px){
    #sec05 {
        margin: -3rem 0 -3rem;
        padding: 2rem 1rem;
        z-index: 0;
        background: url(../images/sec05_bg_sp.webp) no-repeat 0 0;
        background-size: cover;
        overflow: hidden;
    }
    #sec05 h2{
        position: relative;
        left: 1rem;
        width: 95%;
        font-size:4vw;
        line-height: 1.2;
        font-weight: 700;
    }

    #sec05 h2 span{
        display: block;
        position: relative;
        top:-1rem;
        left: -1rem;
        font-size: 7vw !important;
        font-weight: 900;
    }
    #sec05 h2 span b{
        font-size: 13vw;
    }
    #sec05 .box{
        flex-wrap: wrap;
        width: 100%;
    }
    #sec05 .box img{
        width: 100%;
        margin-top: 0.5rem;
    }
    #sec05 h2::after{
        width: 46vw;
        position: relative;
        left: -1rem;
        top: -1rem;
    }
    #sec05 .box .inner{
        margin: 0;
    }
    #sec05 .box{
        margin-top: -2rem; 
        text-align: center;
}
    #sec05 .box img.number{
        width: 3rem;
        margin: 0 auto;
    }
    #sec05 .box h3{
        margin-bottom: 1rem;
    }
    #sec05 .box .inner p{
        text-align: left;
    }
}

.sec06{
    background: url(../images/sec06_bg.webp) no-repeat 0 bottom;
    background-size: cover;
    padding-bottom: 1rem;
}
.sec06 .ttl-area{
    background: #D6262C;
    text-align: center;
    padding: 0.2rem;
}
.sec06 .ttl-area h2{
    color: #fff;
}
.sec06 .ttl-area h2 .font-ll{
    font-size:calc(2vw + 1.8rem) ;
}
.sec06 .ttl-area p{
    color: #fff;
    margin: 0.2rem 0 1rem;
    position: relative;
}
.sec06 .ttl-area p::before{
    content: "";
    width: 5rem;
    border-top: 1px solid #fff;
    display: inline-block;
    position: relative;
    left:-1rem;
    top:-0.3rem;
}
.sec06 .ttl-area p::after{
    content: "";
    width: 5rem;
    border-top: 1px solid #fff;
    display: inline-block;
    position: relative;
    right:-1rem;
    top:-0.3rem;
}
#sec06 > .inner{
    max-width: 1240px;
    margin: 0 auto;
}
.sec06 .btn-area{
    background: #fff;
    width: 45%;
    padding: 1rem 0.7rem 0;
    position: relative;
    margin: 0 auto 1rem; 
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.sec06 .btn-area::after{
    content: "";
    display: block;
    position: absolute;
    background: url(../images/icon_ribbon.webp) no-repeat 0 0;
    width: 35px;
    height: 35px;
    top:0;
    left: 30px;
    background-size: 100%;
}
.sec06 h3{
    margin: 0.5rem 0.7rem;
    font-weight: 900;
}
.sec06 ul li:nth-child(2),
.sec06 ul li:nth-child(3){
    width: 50%;
}
@media screen and (max-width: 1200px) {
    .sec06 .btn-area{
        width: 55%;
    }
}
@media screen and (max-width: 1000px) {
    .sec06 .btn-area{
        width: 58%;
    }
}
@media screen and (max-width: 900px) {
    .sec06 .btn-area{
        width: 62%;
    }
}
@media screen and (max-width: 768px){
    .sec06{
        background: url(../images/sec06_bg_sp.webp) no-repeat 0 bottom;
        background-size: cover;
        padding-bottom: 1rem;
        position: relative;
    }
    .sec06 .ttl-area{
        padding-top: 0.7rem;
    }
    .sec06 .ttl-area h2{
        font-size: 6vw !important;
    }
    .sec06 .ttl-area h2 b{
        line-height: 1.2;
    }
    .sec06 .btn-area{
        width: 90%;
    }
    .sec06 .btn-area ul{
        padding-bottom: 0.5rem;
    }
    .sec06 h3{
        text-align: center;
        font-size: 6vw !important;
    }
    .sec06 ul li:nth-child(2), .sec06 ul li:nth-child(3){
            width: 100%;
    }
    .sec06 .ttl-area p::before{
        width: 2rem;
        top: -0.3rem;
    }
    .sec06 .ttl-area p::after{
        width: 2rem;
        top: -0.3rem;
    }
    .sec06 .btn-area::after{
        width: 5vw;
        height: 5vw;
    }
}
#sec07{
    background: url(../images/sec07_bg.webp) no-repeat 0 0;
    background-size: cover;
    padding: 3rem 1rem 4rem;
}
#sec07 > .inner{
    max-width: 1240px;
    margin: 0 auto;
}
#sec07 h2{
    text-align: center;
    color: #fff;
}
#sec07 h2 b{
    display: inline-block;
    margin:0 auto;
    background: linear-gradient(90deg, #E6D387 0%, #FAF4BB 45%, #fff 70%, #FAF4BB 85%, #E6D387 90% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#sec07 h2 + p{
    text-align: center;
    color: #fff;
    margin-bottom: 4rem;
}
#sec07 .box{
    flex-wrap: nowrap;
    margin: 0 auto;
    justify-content: space-between;
}
#sec07 .box .inner{
    width: 32.5%;
    background: #fff;
}
#sec07 .box .inner img:first-child{
    margin: -3vw auto -2vw;
    width: 80%;
    display: block;
}
#sec07 .box .inner img{
    width: 90%;
    margin: 0 auto 0.5rem;
    display: block;
}
#sec07 .box .inner h3{
    text-align: center;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    background: url(../images/border.webp) no-repeat 0 bottom;
    background-size: 100%;
}
#sec07 .box .inner p{
    width: 90%;
    display: block;
    margin: 0 auto;
    padding-bottom: 2rem;
    line-height: 1.8;
}
#sec07 .box .inner p b{
    padding-top: 1rem;
    background: linear-gradient(transparent 70%, #FFF37F 30%);
    line-height: 1.8;
}
@media screen and (max-width: 1100px) {
    #sec07{
        padding: 3rem 3% 4rem;
    }
}
@media screen and (max-width: 768px){
    #sec07{
        padding:2rem 1rem 0;
        background: url(../images/sec07_bg_sp.webp) no-repeat 0 0;
        background-size: cover;
    }
    #sec07 h2{
        font-size: 1rem;
    }
    #sec07 .box{
        flex-wrap: wrap;
        width: 100%;
    }
    #sec07 .box .inner{
        width: 100%;
        margin-bottom: 3rem;
    }
    #sec07 h2 b{
    }
    #sec07 h2 + p{
    }
    #sec07 .box .inner img:first-child{
        margin: -10vw auto -4vw;
        width: 60%;
    }
    #sec07 .box .inner h3{
        margin-top: 0;
        font-weight: 800;
    }
    #sec07 .box .inner h3 + img{
        width: 90%;
        margin: 0 auto 1rem;
        display: block;
    }
}

#sec08{
    background: url(../images/sec08_bg.webp) no-repeat 0 0;
    background-size: cover;
    padding: 3rem 0 4rem;
}
#sec08 > .inner{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1rem 0 2rem;
}
#sec08 h2{
    text-align: center;
    margin-bottom: 3rem;
}

#sec08 .box{
    flex-wrap: nowrap;
    width: 75%;
    background: #fff;
    margin: 0 0 3rem;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    background: url(../images/border.webp) no-repeat 0 top #fff;
    background-size: 100% 1px;
    padding:0 2rem 1.5rem 2rem;
}
#sec08 .box img{
    width: 15vw;
    height: 100%;
    margin: -1rem 2rem 0 -3rem;
}
#sec08 .box:nth-child(3){
    margin: 0 auto 4rem;
}
#sec08 .box:nth-child(4){
    margin: 0 0 1rem auto;
}
#sec08 .box h3{
    margin-bottom: 1rem;
    background: url(../images/sec08_icon01.webp) no-repeat 0 9px;
    background-size: 3.2rem;
    padding-left: 3.5rem;
    font-weight: 900;
}
#sec08 .box:nth-child(3) h3{
    background: url(../images/sec08_icon02.webp) no-repeat 0 12px;
    background-size: 2.6rem;
}
#sec08 .box:nth-child(4) h3{
    background: url(../images/sec08_icon03.webp) no-repeat 0 12px;
    background-size: 2.8rem;
}
@media screen and (max-width: 1100px) {
    #sec08 .box{
        width: 69vw;
    }
}
@media screen and (max-width: 768px){
    #sec08{
        padding: 3rem 0;
        background: url(../images/sec08_bg_sp.webp) no-repeat 0 0;
        background-size: cover;
        overflow: hidden;
    }
    #sec08 > .inner{
        padding: 0;
        width: 100%;
    }
    #sec08 .box{
        width: 90%;
        background: #fff;
        margin: 0 0 4rem auto;
        position: relative;
        padding: 0 0 0.5rem 2rem;
    }
    #sec08 .box::after{
        content: "";
        background: url(../images/sec08_icon01.webp) no-repeat 0 0;
        position: absolute;
        background-size: 100%;
        display: block;
        width: 4rem;
        height: 4rem;
        top:-1.5rem;
        left:2rem;

    }
    #sec08 .box:nth-child(3):after{
        background: url(../images/sec08_icon02.webp) no-repeat 0 0;
        left:71vw;
        background-size: 100%;
        display: block;
        width: 3rem;
        height: 3rem;
    }
    #sec08 .box:nth-child(4):after{
        background: url(../images/sec08_icon03.webp) no-repeat 0 0;
        background-size: 100%;
        display: block;
        top:-1rem;
        width: 3rem;
        height: 3rem;
    }
    #sec08 .box h3{
        padding:0.5rem 0 0 0;
        margin-bottom: 0;
        background: none !important;
    }
    #sec08 .box h3 .red{
        font-weight: 900;
    }
    #sec08 .box p{
        background: url(../images/border.webp)no-repeat 0 0;
        background-size: 100% 1px;
        padding: 1rem 1rem 1rem 0;
        margin-top: 0.5rem;
    }
    #sec08 .box img{
        width: 9rem;
        margin: -2rem 0;
    }
    #sec08 .box-sp{
        display: flex;
        justify-content: space-between;
    }
    #sec08 .box:nth-child(3){
        margin-left: 0;
        margin-bottom: 4rem;
    }
    #sec08 .box:nth-child(3) .inner{
        margin-left: -2rem;
        width: 100%;
    }
    #sec08 .box:nth-child(3) .inner .box-sp{
        justify-content: start;
    }
    #sec08 .box:nth-child(3) p{
        padding: 1rem 0 1rem 2rem;
    }
    #sec08 .box:nth-child(3) h3{
        margin-left: 7vw;
    }
    #sec08 .box:nth-child(4) h3{
        margin: 2.5rem 0 1.5rem 0;
    }
}

#sec09{
    background: url(../images/sec09_bg.webp) no-repeat 0 0;
    background-size: cover;
    padding: 3rem 0;
}
#sec09 h2{
    text-align: center;
    margin-bottom: 1rem;
}
#sec09 h2 b{
}
#sec09 .box{
    flex-wrap: nowrap;
    position: relative;
    display: block;
    height: 100%;
}
#sec09 .box img{
    width: 32vw;
    height: 100%;
    position: relative;
}
#sec09 .s-inner{
    margin: 0 1rem;
    padding-bottom: 2rem;
}
#sec09 .s-inner .box .inner{
    background: #fff;
    width: 72%;
    position: relative;
    padding: 1.5rem 2rem 1rem;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    height: 100%;
}
#sec09 .s-inner .box .inner h3{
    margin: 0 0 1rem;
    padding-right: 10rem;
    font-weight: 900;
    line-height: 1.4;
}
#sec09 .s-inner .box .inner img{
    width: 37%;
    height: auto;
    position: absolute;
    top:-1vw;
    right:-7vw;
}
#sec09 .s-inner .box .inner + img{
    position: absolute;
    top:2vw;
    right: 2vw;
    height: auto;
}
#sec09 .s-inner .box .inner .name{
    background: #444;
    color: #fff;
    padding: 0.2rem 1rem;
    font-size: calc(0.1vw + 0.8rem);
    width: 60%;
    position: relative;
}
#sec09 .s-inner .box .inner .name b{
    font-size: calc(0.2vw + 0.8rem);
}
#sec09 .s-inner .box .inner p{
    margin-bottom: 0.2rem;
    padding-right: 13vw;
    line-height: 1.7;
}
#sec09 .s-inner .box .inner p.last{
    margin-top:0 ;
    padding-right: 0;
}
#sec09 .s-inner .box .inner .name + p{
    margin-bottom: 0;
    padding-right: 25vw;
    font-size: calc(0.1vw + 0.8rem);
    line-height: 1.5;
}
#sec09 .s-inner .box .inner .tag li{
    display: inline-block;
    background:#d9d9d9 ;
    border-radius: 2rem;
    padding: 0.1rem 0.5rem;
    font-weight: bold;
    margin: 0.5rem 0.2rem 0 0;
    font-size: calc(0.1vw + 0.7rem);
    text-indent: 0;
}
#sec09 .s-inner .box .inner ul li{
    list-style: none;
    margin-left: 1.5vw;
    margin-bottom: 0.2rem;
    font-size: calc(0.25vw + 0.8rem);
    text-indent: -1rem;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    height: auto !important;
}
.slide_target {
  pointer-events: none;
}
.arrow_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 160px;
    margin: 0 auto;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    position:relative;
}
.prev-arrow:before{
    background: url(../images/slick_icon_l.webp) no-repeat 0 0;
    background-size: 100%;
    font-size: 0 !important;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    content: "";
}
.next-arrow:before{
    background: url(../images/slick_icon_r.webp) no-repeat 0 0;
    background-size: 100%;
    font-size: 0 !important;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    content: "";
}
.slick_pause{
    position: relative;
    bottom: 0;
}
.slick_pause button{
    background: url(../images/slick_icon_s.webp) no-repeat 0 0;
    background-size: 100%;
    font-size: 0 !important;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 1 !important;
    border: none;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.slick_pause button.paused{
    background: url(../images/slick_icon_p.webp) no-repeat 0 0;
    background-size: 100%;
}


@media screen and (max-width: 1250px){
    #sec09 .s-inner .box .inner img{
        width: 33%;
    }
    #sec09 .s-inner .box .inner .name + p{
        padding-right: 23vw;
    }
}
@media screen and (max-width: 1100px){
    #sec09 .s-inner .box .inner p{
        padding-right: 0;
    }
}
@media screen and (max-width: 1000px){
    #sec09 .s-inner .box .inner{
        width: 80%;
    }
    #sec09 .s-inner .box .inner img{
        width: 31%;
    }
    #sec09 .s-inner .box .inner + img{
        width: 28vw;
    }
    #sec09 .s-inner .box .inner p{
        padding-right: 0;
    }
}

@media screen and (max-width: 768px){
    #sec09 {
       background: url(../images/sec09_bg_sp.webp) no-repeat 0 0;
       background-size: cover;
       padding-bottom: 2rem;
       overflow: hidden;
    }
    #sec09 h2{
        line-height: 1.2;
        margin-bottom: 0.7rem;
    }
    #sec09 .s-inner .box .inner{
        width: 100%;
        padding:3rem 1rem 1rem;
        margin-top: 30vw;
        margin-bottom: -7rem;
    }
    #sec09 .s-inner .box .inner + img{
        top:-30vw;
        width: 65%;
        right:13vw;
    }
    .slick-list{
        overflow: visible !important;
    }
    #sec09 .s-inner{
        margin: 0 0.5rem 7rem;
    }
    #sec09 .s-inner .box .inner h3{
        padding-right: 0;
        margin-top: 0.5rem;
        line-height: 1.4;
        margin-bottom: 0;
    }
    #sec09 .s-inner .box .inner .name{
        width: 90%;
        margin-left: -1rem;
        font-size: 3vw;
        margin-top: 0.5rem;
    }
    #sec09 .s-inner .box .inner .name b{
        font-size: 4.2vw !important;
    }
    #sec09 .s-inner .box .inner .name + p{
        padding-right: 0;
        font-size: 3.5vw;
        margin-top: 0.5rem;
        line-height: 1.5;
    }
    #sec09 .s-inner .box .inner .tag li{
        font-size: 3vw;
    }
    #sec09 .s-inner .box .inner p{
        padding-right: 0;
        margin-top: 0.5rem;
        line-height: 1.7;
    }
    #sec09 .s-inner .box .inner img{
        top:-2vw;
        width: 25%;
        right: -10vw;
    }
    #sec09 .s-inner .box .inner ul li{
        margin-left: 0.8rem;
        font-size: 4vw;
        letter-spacing: -0.5px;
    }
    .slick-slider {
        margin-bottom: -0.5rem;
    }
}
@media screen and (max-width: 414px){
    #sec09 .s-inner .box .inner + img {
        width: 67%;
    }
    #sec09 .s-inner .box .inner img{
        right: -13vw;
    }
}
@media screen and (max-width: 375px){
    .slick-slider {
        margin-bottom: -1rem;
    }
}
#sec10{
    background: #F8F9F2;
    margin: 0 auto;
    padding: 3rem 0;
}
#sec10 > .inner{
    max-width: 1240px;
    margin: 0 auto;
}
#sec10 h2{
    text-align: center;
    margin-bottom: 1rem;
}
#sec10 h3{
    width: 35%;
    display: block;
    margin: 0 auto 3vw;
}
#sec10 .box {
    background: #fff;
    padding: 2vw 2vw 0;
    margin: 1rem auto 2.5rem;
    position: relative;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    width: 95%;
    align-items: center;
}
#sec10 .box img{
    width: 25%;
    margin-right: 2vw;
    height: 100%;

}
#sec10 .box .inner{
    width: 72%;
    margin-top: 1rem;
}
#sec10 .box h4{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: url(../images/sec10_arrow01.webp) no-repeat 15% 42%;
    background-size: 4%;
    margin: 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #D6262C;
    font-weight: 900;
}
#sec10 .box h4 .font-ms{
    font-size: calc(1vw + 0.6rem);
    font-weight: bold;
}
#sec10 .box h4 img{
    width: 12%;
    height: 100%;
    margin-right: 4vw;
}
#sec10 .box p{
    margin-bottom: 0;
}
#sec10 .box::after{
    content: "";
    display: block;
    background: url(../images/sec10_arrow02.webp) no-repeat 0 0;
    width: 3rem;
    height: 2rem;
    background-size: 100%;
    position: relative;
    bottom: -3rem;
    left: 0;
    right: 0;
    margin: auto;
}
#sec10 .box:last-child::after{
    background: none;
}


@media screen and (max-width: 940px){
    #sec10 .box img{
        width: 30%;
    }
    #sec10 .box .inner{
        width: 67%;
    }
    #sec10 h3{
        width: 45%;
    }
}
@media screen and (max-width: 820px){
    #sec10 .box .inner h4 span{
        font-size: calc(0.8vw + 0.5rem);
    }
}
@media screen and (max-width: 768px){
    #sec10{
        padding-bottom: 2rem;
    }
    #sec10 h2{
    }
    #sec10 h3{
        width: 90%;
    }
    #sec10 .box{
        width: 90%;
        padding: 0 1rem 0;
    }
    #sec10 .box .inner{
        width: 100%;
        height: 100%;
    }
    #sec10 .box .inner > img{
        width: 100%;
    }
    #sec10 .box h4{
        justify-content: center;
        flex-wrap: wrap;
        background: none;
        border: none;
        line-height: 1.4;
        position: relative;
        padding-bottom: 1rem;
    }
    #sec10 .box h4 img{
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 0 41% 0.5rem;
    }
    #sec10 .box h4::before{
        content: "";
        width: 7rem;
        border-top: 1px solid #D6262C;
        display: block;
        position: absolute;
        left:-0;
        top:1rem;
    }
    #sec10 .box h4::after{
        content: "";
        width: 7rem;
        border-top: 1px solid #D6262C;
        display: block;
        position: absolute;
        right:-0;
        top:1rem
    }
    #sec10 .box p{
    }
    #sec10 .box h4 span{
        font-weight: normal;
        display: block;
        font-size: 3.5vw !important;
    }
}

#sec11 {
    padding: 3rem;
    margin: 0 auto;
}
#sec11 > .inner{
    max-width: 1240px;
    margin: 0 auto;
}
#sec11 h2{
    text-align: center;
    margin-bottom: 3rem;
}
#sec11 h2 img{
    width: 3%;
    margin: 0 auto;
    display: block;
}
#sec11 .box{
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
}
#sec11 .box .f-box{
    width: 49%;
    border: 1px solid #ddd;
    padding: 0.8rem;
    background: url(../images/sec11_arrow01.webp) no-repeat 97% 1.2rem;
    background-size: 3%;
    margin-bottom: 1rem;
}
#sec11 .box .active{
    background: url(../images/sec11_arrow02.webp) no-repeat 97% 1.2rem;
    background-size: 3%;
}
#sec11 .box .f-box h3{
    background: url(../images/sec11_q.webp) no-repeat 0 68%;
    background-size: 3%;
    padding-left: 1.5rem;
    margin: 0;
    cursor: pointer;
    font-size: calc(0.3vw + 0.9rem);
    font-weight: 500;
}
#sec11 .box .active h3{
    color: #D6262C;
    background: url(../images/sec11_qr.webp) no-repeat 0 68%;
    background-size: 3%;
}
#sec11 .box .f-box p{
    display: none;
    padding: 0 1rem;
}
@media screen and (max-width: 768px){
    #sec11{
        padding:3rem 1rem 1rem;
    }
    #sec11 h2{
        margin-bottom: 2rem;
    }
    #sec11 h2 img{
        width: 7%;
    }
    #sec11 .box{
        width: 100%;
    }
    #sec11 .box .f-box{
        width: 100%;
        background-position: 95% 1.5rem;
        background-size: 15px;
    }
    #sec11 .box .f-box h3{
        background-size: 18px;
        background-position: 0 center;
        padding: 0 3rem 0 2rem;
        font-size: 3.8vw !important;
    }

}
@media screen and (max-width: 608px){
    #sec11 .box .f-box{
        background-position: 95% 2rem;        
    }
}
#sec12{
    background: url(../images/sec12_bg.webp) no-repeat 0 0;
    background-size: cover;
    padding: 3rem 0 4rem;
    position: relative;
}
#sec12 > .inner{
    max-width: 1240px;
    margin: 0 auto;
}
#sec12 h2{
    text-align: center;
    margin-bottom: 2rem;
    color: #fff;
}
#sec12 .box{
    background: #fff;
    width: 75%;
    margin: 0 auto;
    padding:1rem 2rem;
}
#sec12 .box h3{
    border-bottom: 1px solid #1c1c1c;
    padding:0 0 0.5rem 5vw;
    margin-left: -5vw;
    width: 73%;
    font-size: calc(1vw + 0.6rem);
}
#sec12 .box p{
    margin:1.5rem 1rem;
    line-height: 1.8;
    padding-right: 9rem;
}
#sec12 .box p.name{
    text-align: right;
}
#sec12 .box p.name b{
    font-weight: normal;
}
#sec12 .box img{
    width: 17%;
    height: auto;
    position: absolute;
    bottom: 15%;
    right: 9%;
}
@media screen and (max-width: 1100px) {
    #sec12 .box{
        width: 85%;
    }
    #sec12 .box img{
        right: 4%;
    }
}
@media screen and (max-width: 768px){
    #sec12{
        padding-bottom: 3rem;
        background: url(../images/sec12_bg_sp.webp) no-repeat 0 0;
        background-size: cover;
        overflow: hidden;
    }
    #sec12 .box{
        width: 90%;
        padding: 2rem 2rem 0;
        margin-top: 54vw;
    }
    #sec12 .box h3{
        text-align: center;
        margin-left: -8vw;
        padding-left: 14vw;
        width: 100%;
        font-size: 4.5vw !important;
    }
    #sec12 .box p{
        padding-right: 0;
        margin: 1.5rem 0;
    }
    #sec12 .box img{
        width: 40%;
        top: 14vh;
        margin-bottom: -8vh;
        left: 50%;
        transform: translateX(-50%);
    }
}
    @media screen and (max-width: 600px){
    #sec12 .box img{
        top: 15vh;
    }
}
#sec13{
    padding: 3rem 0 1rem;
}
#sec13 h2{
    text-align: center;
    margin-bottom: 2rem;
}
#sec13 h2 img{
    width: 6%;
    margin: 0 auto;
    display: block;
}
#sec13 dl{
    width: 60%;
    margin: 0 auto;
    flex-wrap: wrap;
    border-top: 2px solid #ddd;
}
#sec13 dl dt{
    width: 18%;
    border-bottom: 2px solid #ddd;
    padding: 1rem;
    font-weight: bold;
    line-height: 1.8;
}
#sec13 dl dd{
    width: 82%;
    border-bottom: 2px solid #ddd;
    padding: 1rem;
    margin: 0;
    line-height: 1.8;
}
@media screen and (max-width: 1100px) {
    #sec13 dl{
        width: 80%;
    }
}
@media screen and (max-width: 768px){
    #sec13{
        padding-top: 3rem;
    }
    #sec13 h2 img{
        width: 18%;
    }
    #sec13 h2 {
    }
    #sec13 dl{
        width: 90%;
    }
    #sec13 dl dt{
        width: 25%;
        padding: 1rem 0;
    }
    #sec13 dl dd{
        width: 75%;
        padding: 1rem 0;
    }
}
#sec14{
    padding-bottom: 3rem;
    overflow: hidden;
}
#sec14 p.bubble{
    position: relative;
    display: block;
    margin: 0 auto 2rem;
    padding: 1rem;
    border-radius: 4px;
    background-color: #FFF37F;
    text-align: center;
    font-weight: bold;
    width: 55%;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    }
#sec14 p.bubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 13px 10px 0 10px;
    border-color: #FFF37F transparent transparent;
    translate: -50% 100%;
}
#sec14 h2{
    background: #D6262C;
    color: #fff;
    padding: 1.2rem;
    text-align: center;
    font-weight: normal;
    margin-bottom: 2rem;
    font-weight: 700;
}
#sec14 h2 b{
    display: block;
}
.hbspt-form{
    width: 60%;
    margin: 0 auto;
    flex-wrap: wrap;
}
#sec14 dl dt{
    padding: 1rem 1rem 0;
    line-height: 0;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding-top: 0.5rem;
}
#sec14 dl dd{
    padding: 0.5rem;
    margin: 0;
}
#sec14 dl dt span,
#sec14 .check span.required{
    border-radius: 0.2rem;
    padding: 0.4rem 0.1rem;
    font-weight: normal;
    margin-left: 0.5rem;
    background: #aaa;
    color: #fff;
    display: inline-block;
    line-height: 0;
    font-size: calc(0.25vw + 0.4rem);
}
.required{
    background: #D6262C !important;
    color: #fff;

}
#sec14 dl dd input,
#sec14 dl dd textarea{
    border: 1px solid #ccc;
    background: #F8F9F2;
    width: 100%;
    padding: 0.7rem;
    border-radius: 0.2rem;
    font-size: calc(0.3vw + 0.9rem);
}
#sec14 dl dd textarea{
    height: 170px;
}
#sec14 .privacy{
    width: 48.5%;
    margin: 0 auto;
    border: 1px solid #ccc;
    height: 5rem;
    overflow: auto;
    padding: 1rem;
    border-radius: 0.2rem;
}
#sec14 .check{
    text-align: center;
    display: block;
    margin-bottom: 2rem;
    font-size: calc(0.3vw + 0.9rem);
}
#sec14 .privacy h3{
     margin-top: 0;
    font-size: calc(0.3vw + 0.9rem);
}
#sec14 .privacy ul{
    margin-bottom: 1rem;
}
#sec14 .privacy ul li{
     list-style: disc;
     margin-left: 1rem;
    font-size: calc(0.3vw + 0.9rem);
}
#sec14 .privacy h4,
#sec14 .privacy h5,
#sec14 .privacy p{
    margin: 0;
    font-size: calc(0.3vw + 0.9rem);
}
#sec14 .submit{
    background: url(../images/btn_submit.webp) no-repeat 0 0;
    background-size: 100%;
    width: 18%;
    margin: 0 auto;
    height: 5vw;
    display: block;
    text-align: center;
    border: 0;
    cursor: pointer;
    font-size: 0;
}
@media screen and (max-width: 1100px) {
    #sec14 dl{
        width: 80%;
    }
    #sec14 p.bubble{
        width: 70%;
    }
    .hbspt-form{
        width: 80%;
    }
    #sec14 .privacy{
        width: 78.5%;
    }
    #sec14 .submit{
        width: 23%;
        height: 6vw;
    }
}
@media screen and (max-width: 768px){
    #sec14{
        padding-top: 1rem;
    }
    #sec14 h2{
        position: relative;
        padding-top: 2rem;
    }
    #sec14 h2 b{
    }
    #sec14 h2 span{
        position: absolute;
        top: 4vw;
        left: 4vw;
        font-size: 14vw;
        font-weight: 100;
    }
    #sec14 h2 span:nth-child(3){
        right:-81vw;
        font-size: 14vw;
    }
    #sec14 p.bubble{
        width: 90%;
    }
    .hbspt-form{
        width: 90%;
    }
    #sec14 dl dt{
        line-height: 1.4;
    }
    #sec14 dl dd input{
        font-size: 4vw;
    }
    #sec14 dl dd textarea{
        height:16rem;
        font-size: 4vw;
    }
    #sec14 .privacy{
        width: 93%;
        padding: 1rem;
        height: 8rem;
    }
    #sec14 .privacy h3{
        margin-top: 0;
        font-size: 4vw;
    }
    #sec14 .check,#sec14 .privacy h4, #sec14 .privacy h5, #sec14 .privacy p{
        font-size: 4vw;
    }
    #sec14 .check{
        padding-right: 1rem;
    }
    #sec14 .privacy ul li{
        font-size: 3.9vw;
    }
    #sec14 .privacy h4,
    #sec14 .privacy h5{
        font-size: 3.9vw;
    }
    #sec14 dl dt span, #sec14 .check span.required{
        font-size: 3vw;
        padding: 0.5rem 0.1rem;
    }
    #sec14 .submit{
        width: 60%;
        height: 16vw;
    }
}
footer{
    display: none;
}
footer#lp-footer{
    background: #1c1c1c;
    display: block;
}
footer#lp-footer p{
    text-align: center;
    color: #fff;
    padding: 1.5rem;
    margin: 0;
}
@media screen and (max-width: 768px){
    footer#lp-footer p{
        padding: 2rem;
    }
}


@media screen and (min-width: 1240px) {
    .font-ll{
        font-size: 81px ;
    }
    .font-l{
        font-size: 42px ;
    }
    .font-m{
        font-size: 36px ;
    }
    .font-ms{
        font-size: 26px ;
    }
    #sec04 .success .box p b{
        font-size: 19px ;
    }
    .font-s,
    p,
    #sec04 ul li,
    #sec09 .s-inner .box .inner .name b,
    #sec09 .s-inner .box .inner ul li,
    #sec11 .box .f-box h3,
    #sec14 .privacy h3{
        font-size: 18px ;
    }
    #sec09 .s-inner .box .inner .name,
    #sec09 .s-inner .box .inner .name + p{
        font-size: 16px ;
    }
    #sec14 .privacy h4,
    #sec14 .privacy h5,
    #sec14 .privacy p,
    #sec14 .privacy ul li,
    #sec14 .check{
        font-size: 16px ;
    }
    #sec09 .s-inner .box .inner .tag li{
        font-size: 14px ;
    }
    #sec14 dl dt span,
    #sec14 .check span.required{
        font-size: 10px ;
    }
    .sec06 .ttl-area h2 .font-ll{
        font-size: 56px ;
    }
}