/* 外国語学部 Re:New STRAT */
.foreign_studies{
    background-color: var(--BgForeign);
    color: var(--Foreign);
    border-color: var(--Foreign);
}
.foreign_studies--2{
    color: rgba(240, 3, 119, 0.3);
}
.foreign_studies--shadow{
    box-shadow: 8px 8px 0px 0px rgba(240, 3, 119, 0.25);
}
.contents-wrap{
    padding: 0 16px;
}
.programs-area{
    padding: 50px 0 100px;
}
.programs-area__movie-wrap{
    border-radius: 4px;
    overflow: hidden;
}
.programs-area__img{
    display: block;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.programs-area__list{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.programs-area__item{
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    overflow: hidden;
}
.programs-area__item-link{
    display: flex;
    flex-direction: column;
    border-left: 8px solid;
}
.programs-area__item-link-img-wrap{
    width: 100%;
    min-height: 124px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 10px 16px;
    padding-right: 12px;
}
.programs-area__item-link-title{
    font-size: 22px;
    font-weight: bold;
    color: var(--White);
}
.programs-area__item-link-button{
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-color: var(--White);
    border-radius: 50%;
    position: relative;
    margin-left: 16px;
    flex-shrink: 0;
}
.programs-area__item-link-button::before{
    content: "";
    display: block;
    width: 9px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    top: 13px;
    left: 12px;
    transform: rotate(45deg);
    background-color: var(--Foreign);
}
.programs-area__item-link-button::after{
    content: "";
    display: block;
    width: 9px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    top: 18px;
    left: 12px;
    transform: rotate(-45deg);
    background-color: var(--Foreign);
}
.programs-area__item-link-text-wrap{
    background-color: var(--White);
    padding: 10px 20px;
}
.programs-area__item-link-text{
    font-size: 14px;
    color: var(--Navy);
}
@media (min-width: 768px) {
    .contents-wrap{
        max-width: 1032px;
        margin: 0 auto;
    }
    .programs-area{
        padding: 60px 0 120px;
    }
    .programs-area__list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .programs-area__item{
        transition: .3s;
    }
    .programs-area__item:hover{
        opacity: 0.5;
    }
    .programs-area__item-link{
        height: 100%;
    }
    .programs-area__item-link-img-wrap{
        min-height: 174px;
        padding: 14px 18px;
    }
    .programs-area__item-link-title{
        font-size: 24px;
    }
    .programs-area__item-link-button{
        width: 40px;
        height: 40px;
    }
    .programs-area__item-link-button::before{
        width: 11px;
        height: 2px;
        top: 16px;
        left: 15px;
    }
    .programs-area__item-link-button::after{
        width: 11px;
        height: 2px;
        top: 23px;
        left: 15px;
    }
    .programs-area__item-link-text-wrap{
        padding: 16px;
        height: 100%;
        flex-grow: 1;
    }
    .programs-area__item-link-text{
        font-size: 16px;
        line-height: 1.7;
    }
}



.foreign_studies-lp .content{
    padding-bottom: 0;
}
.re-new{
    padding: 148px 0 0;
}
.re-new__lead{
    padding: 60px 16px;
    background-color: #FFF0F7;
}
.re-new__lead-content{
    max-width: 820px;
    margin: 0 auto;
    position: relative;
}
.re-new__lead-wrap{
    position: absolute;
    top: -202px;
    width: 100%;
}
.re-new__lead-text{
    font: 20px/1.6  var(--main-font-family);
    color: var(--Foreign);
    margin-bottom: 10px;
    text-align: center;
}
.re-new__lead-bubble{
    padding: 20px 24px;
    border: 2px solid var(--Foreign);
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.re-new__lead-bubble::after{
    content: "";
    display: block;
    width: 20px;
    height: 10px;
    background-image: url(/assets/img/programs/foreign_studies/pink-under-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -10px;
}
.re-new__lead-bubble-title{
    font: bold 20px/1.6 var(--main-font-family);
    letter-spacing: 2px;
    color: var(--Foreign);
    margin-bottom: 8px;
}
.re-new__lead-bubble-text{
    font: var(--body);
    text-align: center;
    letter-spacing: 1px;
}
.re-new__lead-detail{
    background-color: var(--White);
    padding: 26px 24px;
    border-radius: 20px;
}
.re-new__lead-detail-wrap{
    margin-bottom: 24px;
}
.re-new__lead-detail-wrap::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-radius: 100px;
    background-color: #FFCCE4;
    margin-top: 24px;
}
.re-new__lead-detail-wrap:last-of-type{
    margin-bottom: 0;
}
.re-new__lead-detail-wrap:last-of-type::after{
    display: none;
}
.re-new__lead-detail-text{
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
}

.re-new__lead-detail-span{
    display: inline-block;
    font-family: var(--main-font-family);
    font-weight: bold;
    line-height: 1.2;
    background: linear-gradient(transparent 75%, var(--AccentYellow) 0);
    color: #F46643;
    margin-bottom: 10px;
}
.re-new__lead-detail-span--s{
    font-size: 20px;
    margin-right: 5px;
}
.re-new__lead-detail-span--m{
    font-size: 24px;
}
.re-new__lead-detail-span--l{
    font-size: 32px;
}
.re-new__lead-detail-span--mark{
    margin: 0 10px;
}
.re-new__lead-detail-span--last{
    margin-top: 8px;
    display: inline-block;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .re-new__lead-wrap{
        top: -208px;
    }
    .re-new__lead-text{
        font: 24px/2  var(--main-font-family);
        margin-bottom: 8px;
    }
    .re-new__lead-bubble{
        padding: 20px 42px;
    }
    .re-new__lead-bubble::after{
        width: 28px;
        height: 14px;
        background-image: url(/assets/img/programs/foreign_studies/pink-under-arrow_pc.png);
        bottom: -14px;
    }
    .re-new__lead-bubble-title{
        font: bold 28px/1.6 var(--main-font-family);
    }
    .re-new__lead-detail{
        padding: 30px;
        display: flex;
        justify-content: space-between;
    }
    .re-new__lead-detail-wrap{
        width: 100%;
        margin-bottom: 0;
        display: flex;
    }
    .re-new__lead-detail-wrap::after{
        width: 1px;
        height: inherit;
        margin-top: 0;
        margin-left: 30px;
    }
    .re-new__lead-detail-wrap:last-of-type{
        margin-right: 0;
        margin-left: 30px;
    }
    .re-new__lead-detail-wrap:last-of-type::after{
        display: none;
    }
    .re-new__lead-detail-text{
        width: 100%;
        margin: auto;
    }
    .re-new__lead-detail-span{
        background: linear-gradient(transparent 75%, var(--AccentYellow) 0);
        color: #F46643;
        margin-bottom: 0;
    }
    .re-new__lead-detail-span--s{
        font-size: 18px;
    }
    .re-new__lead-detail-span--last{
        margin-top: 18px;
        display: inline-block;
    }
}

.key-word{
    padding: 40px 16px 72px;
    background-color: #FFE5F2;
    background-image: url(/assets/img/programs/foreign_studies/bg_pink-check-pattern.png);
    background-repeat: repeat;
}
.key-word__content{
    margin: 0 auto;
}
.key-word__text-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.key-word__text{
    font: bold 12px/1.6 var(--main-font-family);
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.key-word__title{
    font: bold 12px/1.2 var(--main-font-family);
    background: linear-gradient(transparent 70%, var(--AccentYellow) 0);
}
.key-word__title--foreign{
    color: var(--Foreign);
    font-size: 22px;
}
.key-word__title--foreign:first-of-type{
    font-size: 24px;
}
.key-word__img{
    display: block;
    width: 100%;
    max-width: 343px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .key-word{
        padding: 60px 16px 87px;
    }
    .key-word__content{
        display: flex;
        align-items: center;
        width: fit-content;
    }
    .key-word__text-wrap{
        margin-bottom: 0;
        margin-right: 40px;
    }
    .key-word__text{
        font: bold 20px/1.6 var(--main-font-family);
        letter-spacing: 2px;
    }
    .key-word__title{
        font: bold 28px/1.2 var(--main-font-family);
        background: linear-gradient(transparent 70%, var(--AccentYellow) 0);
        letter-spacing: 3px;
    }
    .key-word__title--foreign{
        font-size: 28px;
    }
    .key-word__title--foreign:first-of-type{
        font-size: 28px;
    }
}

.pop-up{
    position: relative;
    padding: 72px 16px 60px;
    background-color: #F7F8FE;
}
.pop-up__bubble{
    font: var(--body);
    font-family: var(--main-font-family);
    color: var(--White);
    padding: 10px 36px;
    background-color: #F46643;
    border-radius: 10px;
    width: fit-content;
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;
    top: -32px;
    letter-spacing: 1px;
}
.pop-up__bubble::after{
    content: "";
    position: absolute;
    border-color: transparent transparent transparent #F46643;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    transform: rotate(90deg);
    bottom: -10px;
}
.pop-up__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto 60px;
}
.pop-up__content:last-of-type{
    margin-bottom: 0;
}
.pop-up__sub-title{
    font: 16px/1.4 'Oswald', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    color: var(--Fujimino);
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pop-up__sub-title::before{
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}
.pop-up__sub-title--1::before{
    background-image: url(/assets/img/programs/foreign_studies/re-new-01.png);
}
.pop-up__sub-title--2::before{
    background-image: url(/assets/img/programs/foreign_studies/re-new-02.png);
}
.pop-up__sub-title--3::before{
    background-image: url(/assets/img/programs/foreign_studies/re-new-03.png);
}
.pop-up__title{
    font: bold 24px/1.6 var(--main-font-family);
    color: var(--Black);
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.pop-up__title-span{
    color: #F46643;
}
.pop-up__title-lead-text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    letter-spacing: normal;
    margin-top: 4px;
}

@media (min-width: 768px) {
    .pop-up{
        position: relative;
        padding: 87px 16px 120px;
        background-color: #F7F8FE;
    }
    .pop-up__bubble{
        padding: 12px 36px;
        top: -37px;
    }
    .pop-up__bubble::after{
        border-width: 8px 0 8px 16px;
        bottom: -16px;
    }
    .pop-up__content{
        margin-bottom: 120px;
    }
    .pop-up__sub-title{
        margin-bottom: 16px;
    }
    .pop-up__sub-title::before{
        width: 100px;
        height: 100px;
    }
    .pop-up__title{
        font: bold 28px/1.6 var(--main-font-family);
        letter-spacing: 3px;
        margin-bottom: 30px;
    }
    .pop-up__title-lead-text {
        font-size: 18px;
        margin-top: 8px;
    }
}

.pop-up__list{
    width: 100%;
}
.pop-up__item{
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #F352A0;
    margin-bottom: 16px;
    cursor: pointer;
}
.pop-up__item:last-of-type{
    margin-bottom: 0;
}
.pop-up__item-title{
    background-color: #F352A0;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    font: 24px/1 'Oswald', sans-serif;
    letter-spacing: 2px;
    color: var(--AccentYellow);
}
.pop-up__item-title--modal{
    align-items: center;
    height: 60px;
    padding: 5px 16px;
    padding-right: 80px;
}
.pop-up__item-title-span{
    display: flex;
    height: inherit;
    font-family: var(--main-font-family);
    font-weight: bold;
    font-size: 16px;
    color: var(--White);
    line-height: 1.6;
}
.pop-up__item-title-span::before{
    content: "";
    display: block;
    width: 1px;
    height: inherit;
    background-color: var(--White);
    margin-right: 10px;
    margin-left: 10px;
}
.pop-up__item-title-span--modal{
    align-items: center;
    height: calc(100% - 5px);
}
.pop-up__item-text{
    display: block;
    font: bold 14px/1.6 var(--main-font-family);
    font-weight: bold;
    padding: 16px;
    background-color: #FFF0F7;
}
.pop-up__item-text--tap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pop-up__item-text--tap::after{
    content: "";
    display: block;
    width: 28px;
    height: 40px;
    background-image: url(/assets/img/programs/foreign_studies/icon_tap.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 16px;
    flex-shrink: 0;
}
.pop-up__item-text--modal{
    padding: 0;
    background-color: transparent;
}
.pop-up__item-text--modal-span{
    font: bold 16px/1.4 var(--main-font-family);
    font-weight: bold;
    color: #F46643;
    background: linear-gradient(transparent 70%, var(--AccentYellow) 80%, var(--AccentYellow) 100%);
}
.pop-up__item-list{
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
}
.pop-up__item-list-item{
    display: flex;
    align-items: start;
    font: 14px/1.6  var(--main-font-family);
    color: var(--Black);
    margin-bottom: 5px;
    width: fit-content;
    min-width: 168px;
    margin-right: 7px;
}
.pop-up__item-list-item:nth-child(2n){
    margin-right: 0;
}
.pop-up__item-list-item:last-of-type{
    margin-bottom: 0;
    margin-right: 0;
}
.pop-up__item-list-item::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: relative;
    top: 8px;
    margin-right: 6px;
    background-color: #F352A0;
    border-radius: 100px;
}
@media (min-width: 768px) {
    .pop-up__list{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .pop-up__item{
        width: calc((100% - 20px) / 2);
        margin-bottom: 0;
        margin-right: 20px;
    }
    .pop-up__item:last-of-type{
        margin-right: 0;
    }
    .pop-up__item:nth-child(2){
        margin-right: 0;
    }
    .pop-up__item:nth-child(3){
        margin-top: 16px;
    }
    .pop-up__item-title{
        padding: 10px 20px;
        font: 28px/1 'Oswald', sans-serif;
        letter-spacing: 2px;
    }
    .pop-up__item-title--modal{
        height: 80px;
        flex-shrink: 0;
        padding-right: 100px;
        align-items: center;
        font-size: 32px;
    }
    .pop-up__item-title-span{
        font-size: 20px;
    }
    .pop-up__item-title-span--modal{
        font-size: 24px;
        align-items: center;
    }
    .pop-up__item-title-span::before{
        margin-right: 14px;
        margin-left: 14px;
    }
    .pop-up__item-title-span--modal::before{
        margin-right: 20px;
        margin-left: 20px;
    }
    .pop-up__item-text{
        font: bold 16px/1.6 var(--main-font-family);
        font-weight: bold;
        padding: 16px 20px;
    }
    .pop-up__item-text--tap{
        padding: 16px;
        flex-grow: 1;
    }
    .pop-up__item-text--tap::after{
        background-image: url(/assets/img/programs/foreign_studies/icon_tap-pc.png);
    }
    .pop-up__item-text--modal{
        padding: 0;
    }
    .pop-up__item-list{
        margin-top: 20px;
        max-height: 85px;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .pop-up__item-list--foreign{
        flex-direction: column;
        max-height: none;
    }
    .pop-up__item-list--foreign .pop-up__item-list-item{
        max-width: none;
    }
    .pop-up__item-list--nowrap{
        max-height: none;
    }
    .pop-up__item-list-item{
        color: var(--Black);
        margin-bottom: 6px;
        min-width: 205px;
        margin-right: 10px;
    }
    .pop-up__item-list-item:last-of-type{
        margin-bottom: 0;
    }
    .pop-up__item-list-item::before{
        margin-right: 10px;
    }
    .pop-up__item-list--nowrap .pop-up__item-list-item{
        max-width: none;
    }
}
@media (min-width: 850px) {
    .pop-up__item-title-span--modal{
        font-size: 28px;
    }
}
@media (min-width: 900px) {
    .pop-up__item-list--foreign{
        flex-direction: row;
    }
    .pop-up__item-list--foreign .pop-up__item-list-item{
        max-width: 200px;
    }
}


.pop-up__item-sub-title{
    color: var(--Foreign);
    font: bold 20px/1.2 var(--main-font-family);
}
.pop-up__item-sub-title-span{
    font: bold 14px/1.6 var(--main-font-family);
    font-weight: bold;
    color: var(--Black);
}
.pop-up__item-sub-title-emphasis{
    font: bold 24px/1.2 var(--main-font-family);
    color: #FFF0F7;
    text-shadow:1px 1px 0 var(--Foreign), -1px -1px 0 var(--Foreign),-1px 1px 0 var(--Foreign), 1px -1px 0 var(--Foreign),0px 1px 0 var(--Foreign),  0-1px 0 var(--Foreign),-1px 0 0 var(--Foreign), 1px 0 0 var(--Foreign);
}
.pop-up__item-sub-title--esp{
    letter-spacing: .4px;
}
.pop-up__detail{
    padding: 20px 16px 80px;
    height: calc(100% - 60px);
    overflow-y: scroll;
}
.pop-up__detail--speaking8{
    height: calc(100% - 60px);
    overflow-y: scroll;
    padding: 0 0 60px;
}
.pop-up__item-img{
    display: block;
    width: 100%;
    margin: 0 auto 20px;
}
.pop-up__item-badge-wrap{
    display: flex;
    
    margin-bottom: 16px;
}
.pop-up__item-badge{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 2px 10px;
    background-color: #F352A0;
    color: var(--White);
    font: bold 16px/1.6 var(--main-font-family);
    font-weight: bold;
    border-radius: 6px;
    margin-right: 16px;
    flex-shrink: 0;
    position: relative;
    bottom: 3px;
}
.pop-up__detail--small{
    height: auto;
    padding: 20px 16px;
}
.pop-up__detail--small .pop-up__item-badge-wrap{
    margin-bottom: 4px;
}
.pop-up__detail--small .pop-up__item-badge{
    font-size: 12px;
    margin-right: 10px;
}
.pop-up__detail--small .pop-up__item-img{
    margin-bottom: 10px;
}
.pop-up__detail--small .pop-up__item-sub-title{
    font-size: 18px;
}
.pop-up__item-title-wrap{
    margin-bottom: 10px;
}
.pop-up__movie-wrap{
    width: 100%;
    position: relative;
    /* 動画のレスポンシブ対応のため以下の%適用 */
    padding-top: 56.25%;
    margin-bottom: 20px;
}
.pop-up__movie{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
@media (min-width: 768px) {
    .pop-up__item-sub-title-span{
        font: bold 16px/1.6 var(--main-font-family);
        font-weight: bold;
    }
    .pop-up__detail{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 30px 60px;
        margin: auto;
        overflow: visible;
    }
    .pop-up__detail--speaking8{
        overflow: visible;
    }
    .pop-up__item-img{
        margin-bottom: 0;
        margin-right: 40px;
        max-width: 300px;
    }
    .pop-up__item-text-wrap{
        flex-grow: 1;
    }
    .pop-up__item-badge-wrap{
        display: flex;
        margin-bottom: 20px;
    }
    .pop-up__detail--small{
        height: auto;
        padding: 30px 80px 10px;
    }
    .pop-up__detail--small:last-of-type{
        padding: 10px 80px 30px;
    }
    .pop-up__detail--small:last-of-type .pop-up__item-text-wrap{
        order: 1;
    }
    .pop-up__detail--small:last-of-type .pop-up__item-img{
        margin-right: 0;
        margin-left: auto;
    }
    .pop-up__item-picture{
        display: flex;
        order: 2;
    }
    .pop-up__detail--small .pop-up__item-badge-wrap{
        margin-bottom: 20px;
    }
    .pop-up__detail--small .pop-up__item-badge{
        font-size: 16px;
        margin-right: 16px;
    }
    .pop-up__detail--small .pop-up__item-img{
        margin-bottom: 0;
        margin-right: 40px;
        max-width: 245px;
    }
    .pop-up__detail--small .pop-up__item-sub-title{
        font-size: 20px;
    }
    .pop-up__detail--movie{
        flex-direction: column;
        align-items: center;
    }
    .pop-up__detail--movie .pop-up__item-sub-title{
        text-align: center;
    }
    .pop-up__detail--movie .pop-up__item-text--modal{
        text-align: center;
    }
    .pop-up__item-title-wrap{
        margin-bottom: 12px;
    }
}


.pop-up__modal-bg{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.pop-up__modal{
    width: 100%;
    height: 100%;
    background-image: url(/assets/img/programs/foreign_studies/bg_pink-check-pattern.png);
    background-color: var(--White);
    background-repeat: repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10100;
}
.modal-close__button{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 110;
    padding: 10px;
    background-color: var(--White);
    border-bottom: 1px solid #F352A0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-close__button::before{
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background-color: var(--Black);
    position: absolute;
    transform: rotate(45deg);
}
.modal-close__button::after{
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background-color: var(--Black);
    position: absolute;
    transform: rotate(135deg);
}
.modal__inner{
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
}
.modal__inner--active{
    display: block;
}
@media (min-width: 768px) {
    .modal__inner--active{
        display: flex;
        flex-direction: column;
    }
    .pop-up__modal{
        max-width: 920px;
        max-height: 600px;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 20px;
        overflow: hidden;
    }
    .pop-up__movie-wrap{
        max-width: 450px;
        padding-top: 34%;
        margin-bottom: 14px;
    }
    .pop-up__movie-wrap--no-title{
        margin-bottom: 32px;
    }
    .modal-close__button{
        width: 80px;
        height: 80px;
    }
}
/* glide.js スタイル */
.glide{
    width: 100%;
    height: 100%;
    position: relative;
}
.glide__track{
    height: 100%;
}
.glide__slides{
    height: 100%;
}
.glide__slide {
    max-height: 100vh;
    height: auto !important;
}
.glide__bullets{
    display: flex;
    line-height: 0;
}
.glide__bullet{
    width: 8px;
    height: 8px;
    background-color: #2C3C4E;
    border-radius: 20px;
    margin-right: 16px;
    cursor: pointer;
}
.glide__bullet:last-of-type{
    margin-right: 0;
}
.glide__bullet--active{
    background-color: var(--Foreign);
}
.glide__controlers{
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background-color: #FFF0F7;
    border-top: 1px solid var(--Foreign);
}
.glide__arrow{
    background-color: #FF92C6;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.glide__arrow::before{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 16px;
    position: relative;
    background-image: url(/assets/img/programs/foreign_studies/icon_pink-arrow.svg);
    position: relative;
    top: 1px;
    background-color: transparent;
}
.glide__arrow::after{
    background-color: transparent;
}
.glide__arrow--left::before{
    transform: scaleX(-1);
    right: 2px;
}
.no-scroll {
    position: fixed;
    top: auto;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .glide__bullet{
        width: 12px;
        height: 12px;
        margin-right: 36px;
    }
    .glide__track{
        height: calc(100% - 60px);
    }
    .glide__slide{
        overflow-y: scroll;
    }
    .glide__controlers{
        padding: 10px 32px;
    }
    .glide__arrow{
        width: 60px;
        height: 60px;
    }
    .glide__arrow::before{
        width: 10px;
        height: 20px;
    }
}

.glide__slide--ml{
    background-color: var(--White);
    padding: 20px 24px;
    border-radius: 20px;
    height: auto !important;
}
.glide__controlers--ml{
    position: static;
}
.glide__bullets--ml{
    width: fit-content;
    margin: 20px auto 0;
}
.glide__bullet--ml{
    margin-right: 16px;
}
.glide__bullet--ml:last-of-type{
    margin-right: 0;
}
.glide__arrows--ml{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .5;
    top: calc(50% - 21px);
}
.glide__arrows--left{
    left: -12px;
    right: auto;
}
.glide__arrows--right{
    right: -12px;
    left: auto;
}
.glide__arrow--ml{
    width: 28px;
    height: 28px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/assets/img/programs/foreign_studies/black-circle-arrow.png);
}
.glide__arrow--ml::before{
    background-image: none;
}
.glide__arrow--left--ml{
    transform: scaleX(-1);
}
.glide__arrow--disabled{
    opacity: 0;
    pointer-events: none;
}


.my-learning{
    padding: 40px 16px;
    background-color: #FFE5F2;
}
.my-learning__title-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.my-learning__text{
    font: bold 14px/1.6 var(--main-font-family);
    color: var(--Black);
    letter-spacing: 1px;
    margin-bottom: 4px;
    position: relative;
}
.my-learning__text::before{
    content: "";
    display: block;
    background-image: url(/assets/img/programs/foreign_studies/my-learning_decoration.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 14px;
    position: absolute;
    top: -10px;
    left: -14px;
}
.my-learning__title{
    font: bold 24px/1.6 var(--main-font-family);
    color: var(--Foreign);
    letter-spacing: 2px;
}
.my-learning__item-head{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.my-learning__item-img{
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.my-learning__item-title{
    font: bold 14px/1.6 var(--main-font-family);
    color: var(--Foreign);
}
.my-learning__item-text{
    font: var(--small);
}
@media (min-width: 768px) {
    .my-learning{
        padding: 60px 16px;
    }
    .my-learning__title-wrap{
        margin-bottom: 30px;
    }
    .my-learning__text{
        font: bold 16px/1.6 var(--main-font-family);
    }
    .my-learning__text::before{
        width: 20px;
        height: 16px;
        top: -8px;
    }
    .my-learning__title{
        font: bold 28px/1.6 var(--main-font-family);
    }


    .my-learning__item-head{
        margin-bottom: 12px;
    }
    .my-learning__item-img{
        width: 70px;
        height: 70px;
        margin-right: 20px;
    }
    .my-learning__item-title{
        font: bold 16px/1.6 var(--main-font-family);
    }
    .my-learning__list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1032px;
        padding: 0 16px;
        margin: 0 auto;
    }
    .my-learning__item{
        width: calc((100% - 32px)/2);
        background-color: var(--White);
        border-radius: 20px;
        padding: 20px 24px;
        min-height: 240px;
    }
    .my-learning__item:nth-child(-n+2){
        margin-bottom: 32px;
    }
    .my-learning__item:nth-child(2n-1){
        margin-right: 32px;
    }
}
@media (max-width: 364px) {
    .pop-up__item-title-span{
        font-size: 14px;
        line-height: 1.2;
    }
    .pop-up__item-list-item{
        min-width: 128px;
        margin-right: 20px;
    }
}
@media (max-width: 860px) {
    .sp-none--intern{
        display: none;
    }
}
/* 外国語学部 Re:New END */

/* SNS Instagram ボタン */
.sns-follow{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}
.sns-follow--program{
    padding: 0 16px 80px;
}
.sns-follow__text-wrap{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.sns-follow__text-wrap::before{
    content: "";
    display: block;
    background-image: url(/assets/img/top/icon_instagram_2.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}
.sns-follow__title{
    font-family: Dosis, sans-serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: var(--Black);
    font-size: 26px;
    padding: 0 8px;
}
.sns-follow__text{
    font: var(--small);
    text-align: center;
    letter-spacing: 0.03em;
    font-size: 13px;
}
.sns-follow__link{
    display: flex;
    font-family: Dosis, sans-serif;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: var(--Gray);
    bottom: -4px;
}
.sns-follow__link::after{
    content: "";
    width: 10px;
    height: 10px;
    background: url(/assets/img/cmn/icn_windows_gry.png) no-repeat 100% 100%;
    top: 6px;
    position: relative;
    margin-left: 2px;
    display: block;
}
.am-common-button--instagram{
    background-color: var(--Instagram);
    margin-top: 0;
    width: 160px;
    height: 32px;
}
.am-common-button--instagram:hover{
    background-color: #be2363;
}
.am-common-button--instagram::after{
    bottom: 12px;
    border-width: 3px 6px;
    right: 5px;
}
.am-common-button__span{
    line-height: 1;
}
.page-programs_single .point .dd-default {
    transition: height 0.5s ease-in-out, padding 0.5s ease-in-out, opacity 0.3s ease-in-out; /* opacityのトランジションを追加 */
    opacity: 0;
    padding: 0 20px;
    height: 0; /* 初期状態の高さを0に */
    overflow: hidden;
    position: relative;
    z-index: -1;
}
@media (min-width: 768px) {
    .sns-follow{
        max-width: 1000px;
        margin: 80px auto 0;
    }
    .sns-follow--program{
        padding: 0 30px 100px;
    }
}