@media (max-width: 812px){
    .fs-24 {
        letter-spacing: 0.08em;
        font-size: calc((24/750)*100vw);
        line-height: calc((38/750)*100vw);
    }
    .sp-mt30 {
        margin-top: calc((30/750)*100vw);
    }
    .sp-mt45 {
        margin-top: calc((45/750)*100vw);
    }
    .sp-mt50 {
        margin-top: calc((50/750)*100vw);
    }
    .sp-mt60 {
        margin-top: calc((60/750)*100vw);
    }
    .sp-mt75 {
        margin-top: calc((75/750)*100vw);
    }
    .sp-mt80 {
        margin-top: calc((80/750)*100vw);
    }
    /* main */
    .L4_cover .cover_subTtl {
        letter-spacing: .11em;
    }
    .L4_cover .cover_catch {
        letter-spacing: .11em;
        margin-top: calc((53/750)*100vw);
    }
    .L4_cover .cover_lead {
        letter-spacing: .04em;
    }
    /* program */
    .educational_material_content {
        margin-top: calc((30/750)*100vw);
    }
    /* accordion */
    .accordion_button-area {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: calc((16/750)*100vw);
        font-size: calc((22/750)*100vw);
    }
    .toggle_button {
        background-color: #0076C0;
        border: 0;
        position: relative;
        width: calc((61/750)*100vw);
        height: calc((61/750)*100vw);
        cursor: pointer;
    }
    .toggle_button:focus {
        outline: 0;
    }
    .toggle_button span {
        position: absolute;
        top: calc(50% - 1px);
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .toggle_button span::before,
    .toggle_button span::after {
        content: '';
        display: block;
        width: 15px;
        height: 2px;
        background: #fff;
    }
    .toggle_button span::before {
        position: relative;
        top: 2px;
    }
    .toggle_button span::after {
        background: #fff;
        transform: translateY(0) rotate(90deg);
        transition: 0.5s;
    }
    .toggle_button span.active::after {
        transform: rotate(0);
        transition: 0.5s;
        opacity: 0;
    }
    .toggle_button span::before, .toggle_button span::after {
        content: '';
        display: block;
        width: 15px;
        height: 2px;
        background: #fff;
    }
    .questionFramework.accordion_contents {
        padding-top: 15px;
    }
    /* accordion common */
    /* .accordion_contents{
        display: none;
    } */
    .flexBox.-answer {
        align-items: baseline;
    }
}

/* main */
img {
    width: 100%;
}
/* program */
.educational_material_content_img {
    width: calc((302/750)*100vw);
}
h2.cover_catch{
    font-size: calc((28/750)*100vw);
    line-height: calc((44/750)*100vw);
    letter-spacing: .11em;
}
.programWrapper {
    margin-top: calc((34/750)*100vw)
}
.programWrapper.sp-mt50 {
    margin-top: calc((50/750)*100vw)
}
.programWrapper .cover_lead {
    margin-top: calc((30/750)*100vw)
}
.programWrapper .cover_lead.sp-mt45 {
    margin-top: calc((45/750)*100vw)
}
.cover_lead {
    font-size: calc((22/750)*100vw);
    line-height: calc((36/750)*100vw);
    letter-spacing: .095em;
    margin-top: calc((53/750)*100vw);
}
.cover_lead.profile {
    letter-spacing: .1em;
}
.h3_educational_material {
    font-size: calc((24/750)*100vw);
    line-height: calc((38/750)*100vw);
    letter-spacing: .08em;
}
.programArrow {
    border-bottom: 1px solid #0076c0;
}
/* How to apply */
.applicationFramework {
    border-bottom: #666666 1px solid;
    margin-top: calc((38/750)*100vw);
}
.applicationBlock {
    display: flex;
    border-top: #666666 1px solid;
    align-items: center;
    padding-top: calc((25/750)*100vw);
    padding-bottom: calc((25/750)*100vw);
}
.applicationBlock dt {
    width: calc((130/750)*100vw);
    font-size: calc((22/750)*100vw);
    line-height: calc((36/750)*100vw);
    letter-spacing: 0.06em;
    font-weight: bold;
}
.applicationBlock dl {
    width: calc((500/750)*100vw);
}
.applicationBlock dd {
    font-size: calc((22/750)*100vw);
    line-height: calc((36/750)*100vw);
    letter-spacing: 0.055em;
}
/* question */
.questionFrameBox {
    margin-top: calc((16/750)*100vw);
}
.flexBox {
    display: flex;
}
.flexBox.-question {
    color: #0076C0;
    align-items: center;
}
.flexBox.-answer {
    margin-top: calc((19/750)*100vw);
}
.questionLogo {
    letter-spacing: 0.12em;
    font-size: calc((47.75/750)*100vw);
    line-height: calc((36/750)*100vw);
}
.flexBox.-answer .questionLogo {
    color: #0076C0;
}
.questionSentence {
    letter-spacing: 0.06em;
    font-size: calc((22/750)*100vw);
    line-height: calc((36/750)*100vw);
    margin-left: calc((35/750)*100vw);
}
.cover_linkText{
    font-size: calc((22/750)*100vw);
    line-height: calc((36/750)*100vw);
    letter-spacing: .095em;
    margin-top: calc((30/750)*100vw);
}


@media screen and (min-width: 813px){
.fsPc-32 {
    font-size: 32px;
    line-height: 75px;
    letter-spacing: .148em;
}
.programWrapper .cover_lead.pc-mt35 {
    margin-top: 35px;
}
.pc-mt60 {
    margin-top: 60px;
}
.pc-mt106 {
    margin-top: 106px;
}
.pc-mt108 {
    margin-top: 108px;
}
/* main */
.L4_cover .cover_mainTtl {
    letter-spacing: 0.06em;
}
.L4_cover .cover_catch {
    margin-top: 51px;
    letter-spacing: 0.14em;
}
.L4_cover .cover_lead {
    letter-spacing: 0.05em;
    margin-top: 51px;
}
.container_tab .container_tab_ttl {
    top: 56%;
}
/* accordion */
.accordion_button-area {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7px;
    letter-spacing: 0.1em;
}
.toggle_button {
    background-color: #0076C0;
    position: relative;
    width: 38px;
    min-width: 38px;
    height: 38px;
    cursor: pointer;
    margin: 0 auto 0 54px;
    top: -14px;
}
.toggle_button:focus {
    outline: 0;
}
.toggle_button span {
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    transform: translate(-50%, -50%);
}
.toggle_button span::before,
.toggle_button span::after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
}
.toggle_button span::before {
    position: relative;
    top: 2px;
}
.toggle_button span::after {
    background: #fff;
    transform: translateY(0) rotate(90deg);
    transition: 0.5s;
}
.toggle_button span.active::after {
    transform: rotate(0);
    transition: 0.5s;
    opacity: 0;
}
/* program */
.programContainer .cover_catch {
    font-size: 37px;
    line-height: 60px;
    letter-spacing: .118em;
}
.cover_catch .catch_underLine {
    padding-bottom: 5px;
}
.h3_educational_material {
    font-size: 30px;
    line-height: 47px;
    letter-spacing: .118em;
}
.programWrapper {
    margin-top: 45px;
}
.programWrapper .cover_lead {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: .12em;
    margin-top: 33px;
}
.programWrapper .cover_lead.-profile {
    margin-top: 15px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: .168em;
}
.h3_educational_material.programSecondTtl {
    font-size: 23px;
    line-height: 38px;
    letter-spacing: .1em;
}
.programWrapper.sp-mt50 {
    margin-top: 60px;
}
.programWrapper .cover_lead.programSubTxt {
    margin-top: 25px;
    letter-spacing: .15em;
}
.educational_material_content_img {
    width: 156px;
}
.h3_educational_material.programProfile {
    font-size: 15px;
    line-height: 58px;
    letter-spacing: 0.03em;
}
.profileFlexContainer {
    display: flex;
    margin-top: 55px;
}
.educational_material_content {
    margin-right: 30px;
}
/* How to apply */
h2.cover_catch {
    font-size: 37px;
    line-height: 60px;
    letter-spacing: .118em;
}
.applicationBlock dt {
    width: 118px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.09em;
}
.applicationBlock dd {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: .14em;
}
.applicationFramework {
    margin-top: 52px;
}
.applicationBlock {
    padding-top: 24px;
    padding-bottom: 24px;
}
/* question */
.questionSentence {
    letter-spacing: 0.098em;
    font-size: 15px;
    line-height: 25px;
    margin-left: 55px;
}
.questionFrameBox {
    margin-top: 45px;
}
.questionLogo {
    letter-spacing: 0.12em;
    font-size: 48.71px;
    line-height: 7px;
}
.questionSentence {
    letter-spacing: 0.14em;
    font-size: 15px;
    line-height: 25px;
    margin-left: 55px;
}
.flexBox.-answer {
    margin-top: 6px;
    align-items: center;
}
.cover_linkText{
    font-size: 15px;
    line-height: 25px;
    letter-spacing: .12em;
    margin-top: 33px;
}

}