.site-content{
    overflow: hidden;
}
@media (max-width: 767px) {
    .site-content{
        overflow: hidden;
    }
}
.lp_kv{

}
.lp_kv img{
    display: block;
}


.lp_concept{
    padding:168px 0 200px;
    background-image:url(../img/school_facelift/concept_bg.png);
    background-size:cover;
    background-position:center;
    background-repeat:repeat;
    position:relative;
}

@media (max-width: 767px) {
    .lp_concept{
        padding:100px 0 100px;
        background-image:url(../img/school_facelift/concept_bg_sp.png);
    }
}
.lp_concept:before{
    position:absolute;
    content: "";
    width: 817px;
    height: 827px;
    background-image:url(../img/school_facelift/concept_circle.svg);
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    top: -181px;
    right: -262px;
}
@media (max-width: 767px) {
    .lp_concept:before{
        width: 342px;
        height: 346px;
        top: -88px;
        right: -158px;
    }
}
.lp_concept-main{
    position:relative;
}
.lp_concept-text{
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 200px;
    letter-spacing: 0.1em;
    line-height: 0.75em;
    text-align: left;
    color: #fdf8f9;
    opacity: 0.6;
    position:absolute;
    top:-100px;
    left: 74px;
}
@media (max-width: 767px) {
    .lp_concept-text{
        font-size: 65px;
        top:-40px;
        left: -32px;
    }
}
.lp_concept-content01{
    display:flex;
    gap:40px;
    align-items:center;
    margin-bottom: 76px;
}

@media (max-width: 767px) {
    .lp_concept-content01{
        flex-direction: column;
        gap:32px;
        margin-bottom: 40px;
    }
}
.lp_concept-content01image{
    width: calc(384px + ((100vw - 1000px) / 2));
    max-width: calc(384px + ((100vw - 1000px) / 2));
    margin-left: calc(((100vw - 1000px) / 2) * -1);
}
@media (max-width: 1040px) {
    .lp_concept-content01image{
        width: 384px;
        max-width:  384px;
        margin-left: -20px;
    }
}
@media (max-width: 767px) {
    .lp_concept-content01image{
        width: 100%;
        max-width:  100%;
        margin-left: 0;
        text-align: center;
    }
}
.lp_concept-content01image img{
    width: 100%;
    height:650px;
    object-fit: cover;
    object-position: center;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
    .lp_concept-content01image img{
        width: 212px;
        height:auto;
        margin: auto;
    }
}
.lp_concept-content01text{

}
.lp_concept-content01text h2{
    margin-bottom: 48px;
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 40px;
    line-height: 1.5em;
    text-align: left;
    color: #b48a43;
}
@media (max-width: 767px) {
    .lp_concept-content01text h2{
        margin-bottom: 24px;
        font-size: 16px;
    }
}
.lp_concept-content01text-main{
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 28px;
    text-align: left;
    color: #000;
    margin-bottom: 28px;
}
@media (max-width: 767px) {
    .lp_concept-content01text-main{
        font-size: 14px;
        margin-bottom: 20px;
    }
}
.lp_concept-content01text-text{
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 16px;
    line-height: 2em;
    text-align: left;
    color: #262626;
}
@media (max-width: 767px) {
    .lp_concept-content01text-text{
        font-size: 12px;
    }
}

.lp_concept-blockarea{
    
}

.lp_concept-block{
    width:100%;
    position:relative;
}
.lp_concept-block01{
    margin-bottom: 64px;
    display: flex;
    gap: 54px;
}
@media (max-width: 767px) {
    .lp_concept-block01{
        margin-bottom: 40px;
        flex-direction: column;
        gap: 20px;
    }
}
.lp_concept-block02,
.lp_concept-block03{
    margin-bottom: 32px;
    background-color: #FFFFFF66;
    padding: 52px 40px;
    display: flex;
    gap: 32px;
}
@media (max-width: 767px) {
    .lp_concept-block02,
    .lp_concept-block03{
        margin-bottom: 28px;
        flex-direction: column;
        padding: 32px 20px 40px;
        gap: 24px;
    }
}
.lp_concept-block02:before{
    position:absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 212px;
    height: 57px;
    background-image: url(../img/school_facelift/ico_arrow.svg);
    background-size: 100%;
    background-position:center;
    background-repeat: no-repeat;
    content: "";
    z-index: 4;
}
@media (max-width: 767px) {
    .lp_concept-block02:before{
        bottom: -32px;
        left: 50%;
        transform: translateX(-50%);
        width: 126px;
        height: 34px;
    }
}
.lp_concept-block03{
    margin: 0;
    background-color: #FFFFFF;
}


.lp_concept-blockimage{
    width: 52%;
}
@media (max-width: 767px) {
    .lp_concept-blockimage{
        width:100%;
        max-width: 335px;
        margin:auto;
        margin-bottom: 20px;
    }
}
.lp_concept-block01 .lp_concept-blockimage{
    width: calc(50%);
}
.lp_concept-block02 .lp_concept-blockimage,
.lp_concept-block03 .lp_concept-blockimage{
    width: calc(47%);
}
@media (max-width: 767px) {
    .lp_concept-block01 .lp_concept-blockimage,
    .lp_concept-block02 .lp_concept-blockimage,
    .lp_concept-block03 .lp_concept-blockimage{
        width: 100%;
    }
}
.lp_concept-block01 .lp_concept-blocktext{
    width: calc(50% - 54px);
}
.lp_concept-block02 .lp_concept-blocktext,
.lp_concept-block03 .lp_concept-blocktext{
    width: calc(53% - 32px);
}
@media (max-width: 767px) {
    .lp_concept-block01 .lp_concept-blocktext,
    .lp_concept-block02 .lp_concept-blocktext,
    .lp_concept-block03 .lp_concept-blocktext{
        width:100%;
    }
}
.lp_concept-blocktext h3,
.lp_concept-blockimage h3{
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 28px;
    line-height: 1.5em;
    text-align: left;
    color: #262626;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .lp_concept-blocktext h3,
    .lp_concept-blockimage h3{
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 1.75em;
        text-align: center;
    }
}

.lp_concept-block03 .lp_concept-blocktext h3,
.lp_concept-block03 .lp_concept-blockimage h3{
    color: #b48a43;
}

.lp_concept-blocktext > p{
    font-size: 16px;
    line-height: 2em;
    text-align: left;
    color: #262626;
}
@media (max-width: 767px) {
    .lp_concept-blocktext > p{
        font-size: 13px;
    }
}

.lp_concept-blocktext-list{

}
.lp_concept-blocktext-list p{
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5em;
    text-align: left;
    color: #262626;
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .lp_concept-blocktext-list p{
        font-size: 16px;
        margin-bottom: 12px;
    }
}
.lp_concept-blocktext-list ul{
    
}
.lp_concept-blocktext-list ul > *:last-child{
    margin-bottom: 0;
}
.lp_concept-blocktext-list ul li{
    padding-left: 1.5em;
    position:relative;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .lp_concept-blocktext-list ul li{
        margin-bottom: 4px;
    }
}
.lp_concept-blocktext-list ul li:before{
    position:absolute;
    content: "";
    background-image: url(../img/school_facelift/ico_check02.svg);
    width: 16px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .lp_concept-blocktext-list ul li:before{
        width: 12px;
        height: 8px;
    }
}
.lp_concept-blocktext-list ul li p{
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5em;
    text-align: left;
    color: #262626;
    background-image: linear-gradient(to right, #333 4px, transparent 4px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
@media (max-width: 767px) {
    .lp_concept-blocktext-list ul li p{
        font-size: 15px;
        background-image:unset;
    }
}
.lp_concept-blocktext-list ul li p span{
    color: #B48A43;
    font-weight: bold;
}



.lp_worries{
    padding: 112px 0 152px;
    border-radius: 80px;
    background: #fff;
    position:relative;
    top: -80px;
    margin-bottom: -80px;
    z-index: 3;
}
@media (max-width: 767px) {
    .lp_worries{
        padding: 60px 0 52px;
        border-radius: 30px;
        top: -30px;
        margin-bottom: -30px;
    }
}
.lp_worries-main{

}

.lp_worries-titlet{
    text-align: center;
    margin-bottom: 36px;
}
@media (max-width: 767px) {
    .lp_worries-titlet{
        margin-bottom: 32px;
    }
}
.lp_worries-titlet span{
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 40px;
    line-height: 1.5em;
    text-align: center;
    color: #b48a43;
    position:relative;
    padding-bottom: 26px;
}
@media (max-width: 767px) {
    .lp_worries-titlet span{
        font-size: 20px;
        padding-bottom: 14px;
    }
}
.lp_worries-titlet span:before{
    position:absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 511px;
    height: 26px;
    background-image: url(../img/school_facelift/title_border01.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position:center;
    content: "";
}
@media (max-width: 767px) {
   .lp_worries-titlet span:before{
        width: 251.66px;
        height: 13.1px;
    }
}
.lp_worries-content01{
    border: 10px solid #fdf8f9;
    padding: 86px 0 26px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 34px;
    margin-bottom: 136px;
}
@media (max-width: 767px) {
    .lp_worries-content01{
        border: 5px solid #fdf8f9;
        padding: 24px 12px 0;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-bottom: 100px;
    }
}
.lp_worries-content01_block{
    width: 220px;
    height: 220px;
    background-image: url(../img/school_facelift/worries_bg.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media (max-width: 767px) {
    .lp_worries-content01_block{
        flex-direction: row;
        background-image: url(../img/school_facelift/worries_bg_sp.png);   
        background-size: cover;
        width: 300px;
        height: 87px;
        display: flex;
        gap: 12px;
        align-items: center;
        padding: 0px 12px 0 12px;
    }
}
.lp_worries-content01_block:nth-child(2){
    position:relative;
    top: -46px;
}
@media (max-width: 767px) {
    .lp_worries-content01_block:nth-child(1){
        order: 1;
    }
    .lp_worries-content01_block:nth-child(2){
        top: unset;
        order: 2;
    }
    .lp_worries-content01_block:nth-child(3){
        order: 3;
    }
    .lp_worries-content01_block:nth-child(4){
        order: 0;
    }
    .lp_worries-content01_block:nth-child(5){
        order: 5;
    }
    .lp_worries-content01_block:nth-child(6){
        order: 4;
    }
}
.lp_worries-content01_ico{
    margin-bottom: 12px;
    text-align: center;
    width: 34.24px;
}
@media (max-width: 767px) {
   .lp_worries-content01_ico{
        margin-bottom: 0;
        width: auto;
    }
}
.lp_worries-content01_ico img{
    width: 34.24px;
    display: block;
}
@media (max-width: 767px) {
    .lp_worries-content01_ico img{
        width: 25.24px;
    }
}

.lp_worries-content01_image{
    width: 220px;
    position:relative;
}
@media (max-width: 767px) {
    .lp_worries-content01_image{
        width: 100%;
        order: 5;
        text-align: center;
        top: -40px;
        margin-bottom: -40px;
    }
}
.lp_worries-content01_image img{
    width: 274px;
    max-width: 274px;
    height: 301px;
    position:absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .lp_worries-content01_image img{
        width: 189px;
        max-width: 189px;
        height: auto;
        position:static;
        bottom: unset;
        left: unset;
        transform: unset;
        margin: auto;
    }
}


.lp_concept-content01_text{
    
}
@media (max-width: 767px) {
    .lp_concept-content01_text{
        width: calc(100% - 34px);
    }
}
.lp_concept-content01_text p{
    font-family: "Shippori Mincho";
    font-weight: 600;
    font-size: 16px;
    line-height: 1.75em;
    text-align: center;
    color: #262626;
}
@media (max-width: 767px) {
    .lp_concept-content01_text p{
        font-size: 13px;
        text-align: left;
    }
}

.lp_concept-content01_text p span{
    font-size: 20px;
    color: #b48a44;
    line-height: 1.5em;
}
@media (max-width: 767px) {
    .lp_concept-content01_text p span{
        font-size: 15px;
    }
}

.lp_worries-content02{
    position:relative;
}
.lp_worries-content02:before{
    position:absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    width: 212px;
    height: 57px;
    background-image: url(../img/school_facelift/ico_arrow.svg);
    background-size: 100%;
    background-position:center;
    background-repeat: no-repeat;
    content: "";
}
@media (max-width: 767px) {
    .lp_worries-content02:before{
        top: -64px;
        left: 50%;
        transform: translateX(-50%);
        width: 126px;
        height: 34px;
    }
}
.lp_worries-content02-title{
    margin-bottom: 28px;
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 24px;
    line-height: 2.5em;
    text-align: center;
    color: #b48a43;
}
@media (max-width: 767px) {
    .lp_worries-content02-title{
        margin-bottom: 20px;
        font-size: 13px;
    }
}
.lp_worries-content02-title > span{
    font-size: 40px;
    line-height: 1em;
}
@media (max-width: 767px) {
    .lp_worries-content02-title > span{
        font-size: 20px;
    }
}
.lp_worries-content02-title > span > span{
    text-align: center;
    color: #fff;
    padding: 0px 8px;
    background-color:#B48A44;
    line-height: 1em;
    margin: 0 8px;
}
@media (max-width: 767px) {
    .lp_worries-content02-title > span > span{
        padding: 0px 8px;
        margin: 0 4px;
    }
}
.lp_worries-content02-text{
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 16px;
    line-height: 2em;
    text-align: center;
    color: #262626;
}

@media (max-width: 767px) {
    .lp_worries-content02-text{
        font-size: 12px;
    }
}

.lp_merit{
    background-image: url(../img/school_facelift/merit_bg.png);
    background-size: cover;
    background-position: center;
    padding: 186px 0 216px;
    position:relative;
    top: -80px;
    margin-bottom: -80px;
}

@media (max-width: 767px) {
    .lp_merit{
        background-image: url(../img/school_facelift/merit_bg_sp.png);
        padding: 100px 0 80px;
        top: -30px;
        margin-bottom: -30px;
    }
}

.lp_merit-main{

}

.lp_merit-titletarea{
    margin-bottom: 232px;
    position:relative;
}
@media (max-width: 767px) {
    .lp_merit-titletarea{
        margin-bottom: 26px;
    }
}
.lp_merit-titletarea p{
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 240px;
    letter-spacing: 0.2em;
    line-height: 0.75em;
    text-align: left;
    color: #fdf8f9;
    opacity: 0.44;
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
    .lp_merit-titletarea p{
        font-size: 75px;
    }
}
.lp_merit-titletarea h2{
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.25em;
    text-align: center;
    color: #b48a43;
    position: relative;
}
@media (max-width: 767px) {
    .lp_merit-titletarea h2{
        font-size: 20px;
    }
}
.lp_merit-titletarea h2 span{
    border-bottom: 1px solid #b48a43;
}

.lp_merit-content01{
    display: flex;
    flex-direction: column;
    gap: 186px;
}
@media (max-width: 767px) {
    .lp_merit-content01{
        gap: 44px;
    }
}

.lp_merit-content01-block{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    position: relative;
}
@media (max-width: 767px) {
    .lp_merit-content01-block{
        flex-direction: column-reverse;
        width: 100%;
        justify-content: center;
        position: relative;
    }
}
.lp_merit-content01-block:nth-child(2n){
    justify-content: flex-end;
}
@media (max-width: 767px) {
    .lp_merit-content01-block:nth-child(2n){
        justify-content: center;
    }
}

.lp_merit-content01-blocktext{
    position:relative;
    width: 100%;
    width: 680px;
    background-color: #FFFFFF;
    padding: 88px 100px 48px 68px;
    margin-left: -48px;
}
@media (max-width: 767px) {
    .lp_merit-content01-blocktext{      
        width: 100%;
        padding: 40px 20px 40px 20px;
        margin: auto;
        position: static;
    }
}
.lp_merit-content01-block:nth-child(2n) .lp_merit-content01-blocktext{
    margin: auto;
    margin-right: -48px;
    padding: 88px 48px 62px 116px;
}
@media (max-width: 767px) {
    .lp_merit-content01-block:nth-child(2n) .lp_merit-content01-blocktext{
        margin: auto;
        padding: 40px 20px 40px 20px;
    }
}
.lp_merit-content01-blocktext_num{
    font-family: Cormorant;
    font-weight: 300;
    font-style: italic;
    font-size: 320px;
    line-height: 1em;
    text-align: left;
    color: #b48a43;
    opacity: 0.1;
    position:absolute;
    top: -200px;
    left: -74px;
}
@media (max-width: 767px) {
    .lp_merit-content01-blocktext_num{
        font-size: 130px;
        top: -64px;
        left: unset;
        right:-16px;
    }
}
.lp_merit-content01-block:nth-child(2n) .lp_merit-content01-blocktext_num{
    top: -200px;
    left: unset;
    right: -32px;
}
@media (max-width: 767px) {
    .lp_merit-content01-block:nth-child(2n) .lp_merit-content01-blocktext_num{
        top: -64px;
        left: unset;
        right: -16px;
    }
}
.lp_merit-content01-blocktext_title{
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 32px;
    line-height: 1.25em;
    text-align: left;
    color: #b48a43;
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .lp_merit-content01-blocktext_title{
        font-size: 16px;
        margin-bottom: 16px;
    }
}

.lp_merit-content01-blocktext_subtitle{
    font-family: "Shippori Mincho";
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5em;
    text-align: left;
    color: #262626;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .lp_merit-content01-blocktext_subtitle{
        font-size: 14px;
        margin-bottom: 20px;
    }
}
.lp_merit-content01-blocktext_text{
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 13px;
    line-height: 2em;
    text-align: left;
    color: #262626;
}
@media (max-width: 767px) {
    .lp_merit-content01-blocktext_text{
        font-size: 12px;
    }
}
.lp_merit-content01-blockimage{
    position:absolute;
    bottom: 40px;
    right: calc(((100vw - 1000px) / 2) * -1);
    width: calc(450px + ((100vw - 1000px) / 2));
}
@media (max-width: 767px) {
    .lp_merit-content01-blockimage{
        position:relative;
        bottom: unset;
        right: unset;
        width: 100%;
        text-align: center;
        bottom: -20px;
    }
}
.lp_merit-content01-block:nth-child(2n) .lp_merit-content01-blockimage{
    position:absolute;
    bottom: 40px;
    right: unset;
    left: calc(((100vw - 1000px) / 2) * -1);
}
@media (max-width: 767px) {
    .lp_merit-content01-block:nth-child(2n) .lp_merit-content01-blockimage{
        position:relative;
        bottom: unset;
        right: unset;
        left: unset;
        bottom: -20px;
    }
}

.lp_merit-content01-blockimage img{
    height: 479px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
    .lp_merit-content01-blockimage img{
        width: 269.14px;
        height: auto;
    }
}

.lp_product{
    padding: 80px 0 88px;
    background: linear-gradient(90deg,#05329f 0%, #031950 100%);
}
@media (max-width: 767px) {
    .lp_product{
        padding: 80px 0 88px;
    }
}

.lp_product-main{

}

.lp_product-content01{
    display: flex;
    gap: 40px;
    align-items: center;
}
@media (max-width: 767px) {
    .lp_product-content01{
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
}

.lp_product-image{
    width: 50%;
}
@media (max-width: 767px) {
    .lp_product-image{
        width: 100%;
        text-align: center;
    }
    .lp_product-image img{
        width: 340px;
    }
}

.lp_product-textarea{
    width: calc(50% - 40px);
}
@media (max-width: 767px) {
    .lp_product-textarea{
        width: 100%;
    }
}

.lp_product-textarea h2,
.lp_product-image h2{
    margin-bottom: 28px;
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5em;
    text-align: left;
    color: #b48a43;
}
@media (max-width: 767px) {
    .lp_product-textarea h2,
    .lp_product-image h2{
        margin-bottom: 24px;
        font-size: 13px;
        text-align: center;
    }
}

.lp_product-textarea h2 span,
.lp_product-image h2 span{
    font-size: 40px;
    line-height: 1em;
}
@media (max-width: 767px) {
    .lp_product-textarea h2 span,
    .lp_product-image h2 span{
        font-size: 24px;
    }
}

.lp_product-textdetail{
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .lp_product-textdetail{
        margin-bottom: 24px;
    }
}

.lp_product-textdetail dl{
    display:flex;
    gap: 16px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .lp_product-textdetail dl{
        flex-direction: column;
        gap: 8px;
        margin-bottom: 20px;
    }
}
.lp_product-textdetail dl:last-child{
    margin-bottom: 0px;
}
.lp_product-textdetail dl dt{
    width: 80px;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 16px;
    line-height: 2em;
    text-align: left;
    color: #fff;
    border-right: 1px solid #FFF;
}
@media (max-width: 767px) {
    .lp_product-textdetail dl dt{
        width: 85px;
        height: 33px;
        font-size: 15px;
        border: 1px solid #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.lp_product-textdetail dl dd{
    width: calc(100% - 80px - 16px);
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 16px;
    line-height: 2em;
    text-align: left;
    color: #fff;
}
@media (max-width: 767px) {
    .lp_product-textdetail dl dd{
        width: 100%;
        font-size: 14px;
    }
}
.lp_product-textdetail dl dd span{
    font-size: 13px;
}
@media (max-width: 767px) {
    .lp_product-textdetail dl dd span{
        font-size: 13px;
    }
}

.lp_product-textdetail dl dd span.textdetail-note{
    font-size: 11px;
    padding-left: 1.5em;
    position:relative;
    display: inline-block;
}
@media (max-width: 767px) {
    .lp_product-textdetail dl dd span.textdetail-note{
        font-size: 11px;
    }
}
.lp_product-textdetail dl dd span.textdetail-note:before{
    position:absolute;
    top: 0;
    left: 0;
    content: "※";
}


.lp_product-textdetail dl dd.textdetail-price{
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 32px;
    line-height: 1.25em;
    text-align: left;
    color: #b48a43;
}
@media (max-width: 767px) {
    .lp_product-textdetail dl dd.textdetail-price{
        font-size: 32px;
    }
}
.lp_product-textdetail dl dd.textdetail-price span{
    font-size: 16px;
}
@media (max-width: 767px) {
    .lp_product-textdetail dl dd.textdetail-price span{
        font-size: 16px;
    }
}


.lp_product-btn a{
    width: 360px;
    height: 67px;
    border-radius: 10px;
    background: linear-gradient(90deg,#b58a43 0%, #714703 100%);
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Shippori Mincho";
    font-weight: bold;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    color: #fff;
    position:relative;
}
@media (max-width: 767px) {
    .lp_product-btn a{
        width: 335px;
        height: 62px;
        border-radius: 10px;
        font-size: 15px;
        margin: auto;
    }
}
.lp_product-btn a:before{
    position:absolute;
    content: "";
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 1px;
    background-color: #FFF;
}
@media (max-width: 767px) {
    .lp_product-btn a:before{
        right: 20px;
        width: 32px;
        height: 1px;
    }
}

.lp_bg01{
    background-image: url(../img/school_facelift/bg01.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .lp_bg01{
        background-image: url(../img/school_facelift/bg01_sp.png);
    }
}

.lp_voice{
    padding: 200px 0 0;
}
@media (max-width: 767px) {
    .lp_voice{
        padding: 80px 0 0;
    }
}
.lp_voice-main{

}

.lp_voice-titletarea{
    margin-bottom: 110px;
    position:relative;
}
@media (max-width: 767px) {
    .lp_voice-titletarea{
        margin-bottom: 40px;
    }
}
.lp_voice-titletarea p{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 240px;
    letter-spacing: 0.1em;
    line-height: 0.75em;
    text-align: left;
    color: #fdf8f9;
    opacity: 0.8;
}
@media (max-width: 767px) {
    .lp_voice-titletarea p{
        font-size: 75px;
    }
}
.lp_voice-titletarea h2{
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    text-align: center;
    color: #b48a43;
    z-index: 3;
    position: relative;
}
@media (max-width: 767px) {
    .lp_voice-titletarea h2{
        font-size: 20px;
    }
}
.lp_voice-titletarea h2 span{
    border-bottom: 1px solid #B48A43;   
}



.lp_voice-content01{
    display: flex;
    gap: 44px 35px;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 767px) {
    .lp_voice-content01{
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
}

.lp_voice-block{
    width: 310px;
    background-color: #FFF;
    padding:32px 28px 40px;
}
@media (max-width: 767px) {
    .lp_voice-block{
        width: 340px;
        padding:24px 24px 32px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap:16px 16px;
    }
}

.lp_voice-blockimage{
    width: 220px;
    margin: auto;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .lp_voice-blockimage{
        width: 110px;
        margin: 0;
    }
}
.lp_voice-bloctextarea{
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .lp_voice-bloctextarea{
        margin-bottom: 0;
        width: calc(100% - 110px - 16px);
    }
}
.lp_voice-blocktitle{
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .lp_voice-blocktitle{
        margin-bottom: 12px;
    }
}
.lp_voice-blocktitle h3{
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5em;
    text-align: center;
    color: #3b4043;
}
@media (max-width: 767px) {
    .lp_voice-blocktitle h3{
        font-size: 15px;
        text-align: left;
    }
}
.lp_voice-blocktitle p{
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5em;
    text-align: right;
    color: #3b4043;
}
@media (max-width: 767px) {
    .lp_voice-blocktitle p{
        font-size: 11px;
        text-align: left;
        color: #3b4043;
    }
}


.lp_voice-blocktext{

}
.lp_voice-blocktext p{
    margin-bottom: 20px;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 13px;
    line-height: 1.75em;
    text-align: left;
    color: #3b4043;
}
@media (max-width: 767px) {
    .lp_voice-blocktext p{
        margin-bottom: 12px;
        font-size: 11px;
    }
}

.lp_voice-blocktext p:last-child{
    margin-bottom: 0px;
}
.lp_voice-blockbtn{

}

@media (max-width: 767px) {
    .lp_voice-blockbtn{
        width: 100%;
    }
}
.lp_voice-blockbtn a{
    width: 100%;
    height: 60px;
    border-radius: 10px;
    background: linear-gradient(#203e77 0%, #101f3c 100%);
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Shippori Mincho";
    font-weight: bold;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    color: #fff;
    position:relative;
}
@media (max-width: 767px) {
    .lp_voice-blockbtn a{
        width: 250px;
        height: 51px;
        border-radius: 10px;
        font-size: 15px;
        margin: auto;
    }
}
.lp_voice-blockbtn a:before{
    position:absolute;
    content: "";
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 1px;
    background-color: #FFF;
}
@media (max-width: 767px) {
    .lp_voice-blockbtn a:before{
        right: 20px;
        width: 32px;
        height: 1px;
    }
}


.lp_faq{
    padding:180px 0 180px;
}
@media (max-width: 767px) {
    .lp_faq{
        padding:64px 0 110px;
    }
}

.lp_faq-main{

}

.lp_faq-titletarea{
    margin-bottom: 124px;
    position:relative;
}
@media (max-width: 767px) {
    .lp_faq-titletarea{
        margin-bottom: 40px;
    }
}

.lp_faq-titletarea p{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 240px;
    letter-spacing: 0.1em;
    line-height: 0.75em;
    text-align: left;
    color: #fdf8f9;
    opacity: 0.8;
}
@media (max-width: 767px) {
    .lp_faq-titletarea p{
        font-size: 75px;
        text-align: center;
    }
}
.lp_faq-titletarea h2{
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    text-align: center;
    color: #b48a43;
    z-index: 3;
    position: relative;
}
@media (max-width: 767px) {
    .lp_faq-titletarea h2{
        font-size: 20px;
    }
}
.lp_faq-titletarea h2 span{
    border-bottom: 1px solid #B48A43;   
}


.lp_faq-content01{

}
.lp_faq-content01 dl{
    margin-bottom: 32px;
}
@media (max-width: 767px) {
    .lp_faq-content01 dl{
        margin-bottom: 16px;
    }
}
.lp_faq-content01 dl:last-child{
    margin-bottom: 0px;
}
.lp_faq-content01 dl dt{
    padding: 40px 80px;
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5em;
    text-align: left;
    color: #3b4043;
    background-color: #FFF;
    position:relative;
    cursor: pointer;
}
@media (max-width: 767px) {
    .lp_faq-content01 dl dt{
        padding:12px 36px;
        font-size: 13px;
    }
}
.lp_faq-content01 dl dt.active{
    color: #FFF;
    background-color: #B48A43;
}

.lp_faq-content01 dl dt span.lp_faq-content01-qa,
.lp_faq-content01 dl dd span.lp_faq-content01-qa{
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 32px;
    line-height: 1.5em;
    text-align: left;
    color: #b48a44;
    position:absolute;
    top: 26px;
    left: 32px;
}
@media (max-width: 767px) {
    .lp_faq-content01 dl dt span.lp_faq-content01-qa,
    .lp_faq-content01 dl dd span.lp_faq-content01-qa{
        font-size: 13px;
        top: 12px;
        left: 16px;
    }
}
.lp_faq-content01 dl dt.active span.lp_faq-content01-qa{
    color: #FFF;
}
.lp_faq-content01 dl dd span.lp_faq-content01-qa{
    top: 18px;
}
@media (max-width: 767px) {
    .lp_faq-content01 dl dd span.lp_faq-content01-qa{
        top: 12px;
    }
}
.lp_faq-content01 dl dt span.lp_faq-content01-ico{
    position:absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius:50%;
    background-color: #B48A43;
}
@media (max-width: 767px) {
    .lp_faq-content01 dl dt span.lp_faq-content01-ico{
        right: 12px;
        width: 14px;
        height: 14px;
    }
}
.lp_faq-content01 dl dt.active span.lp_faq-content01-ico{
    background-color: #FFF;
}
.lp_faq-content01 dl dt span.lp_faq-content01-ico:before{
    width: 8px;
    height: 1px;
    position:absolute;
    top:50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color:#FFF;
    content: "";
}
@media (max-width: 767px) {
    .lp_faq-content01 dl dt span.lp_faq-content01-ico:before{
        width: 6px;
        height: 1px;
    }
}
.lp_faq-content01 dl dt.active span.lp_faq-content01-ico:before{
    background-color: #B48A43;
}
.lp_faq-content01 dl dt span.lp_faq-content01-ico:after{
    width: 8px;
    height: 1px;
    position:absolute;
    top:50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    content: "";
    background-color: #FFF;
}
@media (max-width: 767px) {
    .lp_faq-content01 dl dt span.lp_faq-content01-ico:after{
        width: 6px;
        height: 1px;
    }
}
.lp_faq-content01 dl dt.active span.lp_faq-content01-ico:after{
    opacity: 0;
}
.lp_faq-content01 dl dd{
    padding: 32px 80px 40px 80px;   
    background-color: #FFF;
    position:relative;
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 16px;
    line-height: 2em;
    text-align: left;
    color: #3b4043;
    display: none;
}
@media (max-width: 767px) {
    .lp_faq-content01 dl dd{
        padding: 12px 28px 20px 36px;   
        font-size: 11px;
    }
}
.lp_faq-content01 dl dd span{
    font-size: 14px;
}
@media (max-width: 767px) {
    .lp_faq-content01 dl dd span{
        font-size: 9px;
    }
}
.lp_faq-content01 dl dd a{
    color: #B48A43;
    text-decoration: underline;
    
}
/**********************************************/


.lp_contact{
    padding:  160px 0 260px;
    background-color: #FFF;
    border-radius: 80px;
    position:relative;
    top: -80px;
    margin-bottom:-80px;
}
@media (max-width: 767px) {
    .lp_contact{
        padding:  60px 0 90px;
        border-radius: 30px;
        top: -30px;
        margin-bottom:-30px;
    }
}

.lp_contact-main{

}
.lp_contact_title{
    margin-bottom: 68px;
}
@media (max-width: 767px) {
    .lp_contact_title{
        margin-bottom: 32px;
    }
}
.lp_contact_title h2{
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 40px;
    line-height: 1.5em;
    text-align: center;
    color: #b48a43;
}
@media (max-width: 767px) {
    .lp_contact_title h2{
        font-size: 20px;
    }
}
.lp_contact_title h2 span{
    border-bottom: 1px solid #B48A43;
}

.lp_contact-content{

}
.lp_contact-content > *:last-child,
.lp_contact-content form > *:last-child{
    margin-bottom: 0;
}

.lp_contact-content_text{

}
.lp_contact-content_text p{
    font-size: 18px;
    line-height: 2em;
    text-align: center;
    color: #262626;
}
@media (max-width: 767px) {
    .lp_contact-content_text p{
        font-size: 16px;
    }
}
.lp_contact-content_text p a{
    color: #b48a43;
    text-decoration: underline;
}
.lp_contact-content dl{
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 48px;
}
@media (max-width: 767px) {
    .lp_contact-content dl{
        flex-direction: column;
        gap: 16px;
        margin-bottom: 32px;
    }
}
.lp_contact-content dl.lp_contact-content-vt{
    align-items: flex-start;
}
.lp_contact-content dl dt{
    width: calc(40% - 20px);
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #3b4043;
    padding: 4px 0;
}
@media (max-width: 767px) {
    .lp_contact-content dl dt{
        width:100%;
        font-size: 15px;
        padding: 0 0;
    }
}
.lp_contact-content dl dd{
    width: calc(60% - 20px);
}
@media (max-width: 767px) {
    .lp_contact-content dl dd{
        width: 100%;
    }
}
.lp_contact-content dl dd input[type="text"],
.lp_contact-content dl dd input[type="tel"],
.lp_contact-content dl dd input[type="email"]{
    width:100%;
    background: #fff;
    border: 1px solid #cdd6dd;
    font-size: 16px;
    line-height: 1.75em;
    text-align: left;
    color: #000;
    padding: 20px;
}
@media (max-width: 767px) {
    .lp_contact-content dl dd input[type="text"],
    .lp_contact-content dl dd input[type="tel"],
    .lp_contact-content dl dd input[type="email"]{
        font-size: 16px;
        padding:12px 20px;
    }
}
.lp_contact-content dl dd ::placeholder{
    color: #cdd6dd;
}

.lp_contact-content-checkbox{
    display: flex;
    flex-wrap: wrap;
    gap: 18px 32px;
}
@media (max-width: 767px) {
    .lp_contact-content-checkbox{
        gap: 16px 20px;
        justify-content: flex-start;
    }
}
.lp_contact-content-checkbox li{

}
.lp_contact-content-checkbox li label{
    display: flex;
    gap: 8px;
    align-items: center;
}
@media (max-width: 767px) {
    .lp_contact-content-checkbox li label{
        gap: 6px;
    }
}
.lp_contact-content-checkbox li input[type="checkbox"]{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #CDD6DD;
    position:relative;
    -webkit-appearance: none;
        -moz-appearance: none;
            appearance: none;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 15px;
    line-height: 1.75em;
    text-align: left;
    color: #3b4043;
}
@media (max-width: 767px) {
    .lp_contact-content-checkbox li input[type="checkbox"]{
        width: 16px;
        height: 16px;
        font-size: 13px;
    }
}

.lp_contact-content-checkbox li input[type="checkbox"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 8px;
    height: 8px;
    content: '';
    background-color: #B48A43;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .lp_contact-content-checkbox li input[type="checkbox"]:checked:before {
        width: 8px;
        height: 8px;
    }
}
.lp_contact-note{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .lp_contact-note{
        margin-bottom: 32px;
    }
}
.lp_contact-note p{
    font-size: 13px;
    line-height: 1.75em;
    text-align: left;
    color: #3b4043;
    position:relative;
    padding-left: 1.5em;
}
@media (max-width: 767px) {
    .lp_contact-note p{
        font-size: 11px;
    }
}
.lp_contact-note p:before{
    content: "※";
    position:absolute;
    top: 0;
    left: 0;
}



.lp_contact-content-btnarea input[type="submit"]{
    width: 100%;
    height: 67px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Shippori Mincho";
    font-weight: bold;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    color: #fff;
    position:relative;
    background-color: transparent;
    border-radius: 10px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .lp_contact-content-btnarea input[type="submit"]{
        width: 335px;
        height: 62px;
        border-radius: 10px;
        font-size: 15px;
        margin: auto;
    }
}


.lp_contact-content-btn{
    position:relative;
    width: 451px;
    margin: auto;
    background: linear-gradient(90deg,#b58a43 0%, #714703 100%);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #fff;
}
@media (max-width: 767px) {
    .lp_contact-content-btn{
        width: 335px;
    }
}
.lp_contact-content-btn:before{
    position:absolute;
    content: "";
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 1px;
    background-color: #FFF;
}
@media (max-width: 767px) {
    .lp_contact-content-btn:before{
        right: 20px;
        width: 32px;
        height: 1px;
    }
}

.lp_contact-content-btn:hover{
    opacity: 0.6;
}

/**********************************************/

.lp_footer{
    background-color: #021954;
    padding: 40px;
}
@media (max-width: 767px) {
    .lp_footer{
        padding: 40px 20px;
    }
}
.lp_footer_main{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
}
@media (max-width: 767px) {
    .lp_footer_main{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 28px;
    }
}
.lp_footer_content{
    display: flex;
    gap: 40px;
}
@media (max-width: 767px) {
    .lp_footer_content{
        gap: 16px;
        flex-wrap: wrap;
        width: 100%;
    }
}
.lp_footer_content-name{
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #fff;
    line-height: 1em;
}
@media (max-width: 767px) {
    .lp_footer_content-name{
        font-size: 13px;
    }
}
.lp_footer_content-sns{

}
.lp_footer_content-sns a{

}
.lp_footer_content-sns a img{
    display: block;
    width: 20px;
}
@media (max-width: 767px) {
    .lp_footer_content-sns a img{
        width: 20px;
    }
}
.lp_footer_content-address{
    font-weight: 500;
    font-size: 14px;
    line-height: 1.75em;
    text-align: left;
    color: #fff;
}
@media (max-width: 767px) {
    .lp_footer_content-address{
        font-size: 12px;
        width: 100%;
    }
}
.lp_footer_copyright{
    font-weight: 500;
    font-size: 12px;
    line-height: 2em;
    text-align: right;
    color: #fff;
}
@media (max-width: 767px) {
    .lp_footer_copyright{
        font-size: 10px;
        text-align: center;
    }
}




/*******************************************************/

.load{
    display:none;
}
.load.load-active{
    background-color:rgba(0,0,0,0.4);
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index: 9999;
}

.sendarea{
    display:none;
}
.sendarea.sendarea-active{
    display:block;
    position:fixed;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    max-width:500px;
    width:100%;
    text-align: center;
    z-index: 9999;
    background-color:#FAFAFACC;
    border-radius:8px;
}
.sendarea_bg {
    position:relative;
    width:100%;
    padding:40px;
    text-align: center;
}
.sendarea p{
    font-weight:bold;
    font-size:18px;
}

.sendarea_close{
    position:absolute;
    top:24px;
    right:24px;
    width:23.02px;
    height:23.02px;
    cursor: pointer;
}
@media (max-width: 767px) {
    .sendarea_close{
        top:16px;
        right:24px;
        width:23.02px;
        height:23.02px;
    }
}
.sendarea_close div{
    position:relative;
    width:100%;
    height:100%;
}
.sendarea_close div:before{
    position:absolute;
    width:25px;
    height:2px;
    background-color:#0F0F10;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%) rotate(45deg);
    content:"";
}
@media (max-width: 767px) {
    .sendarea_close div:before{
        width:25px;
        height:2px;
    }
}
.sendarea_close div:after{
    position:absolute;
    width:25px;
    height:2px;
    background-color:#0F0F10;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%) rotate(-45deg);
    content:"";
}
@media (max-width: 767px) {
    .sendarea_close div:after{
        width:25px;
        height:2px;
    }
}

.message_area{
    color:red;
}

.message{
    margin-top:10px;
    font-size:14px;
}

.c_topbtn{
    position:fixed;
    bottom: 0;
    right: 40px;
    z-index: 9;
    display: none;
}
@media (max-width: 767px) {
    .c_topbtn{
        right: 8px;
    }
}
.c_topbtn a{
    display: block;
}
.c_topbtn a img{
    width: 165px;
}
@media (max-width: 767px) {
    .c_topbtn a img{
        width: 80px;
    }
}