@charset "UTF-8";

.mainView {
    position: relative;
    z-index: 0;
    margin-bottom: 25px;
    height: 420px;
    background-color: #faddd5;
}
.mainView_ttl {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    height: 100%;
}
.mainView_ttl picture,
.mainView_ttl img {
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 834px){
    .mainView {
        margin-bottom: 4.933vw;
        height: 73.333vw;
    }
}


/* passleadWrap
----------------------------------------- */
.passleadWrap {
    margin-bottom: 45px;
}
.passleadTtl {
    margin-bottom: 15px;
    font-size: 2.6rem;
    line-height: 1.3;
}
@media screen and (max-width: 834px){
    .passleadWrap {
        margin-bottom: 9.867vw;
    }
}


/* pickup 動画
----------------------------------------- */
.pickupWrap {
    margin-bottom: 54px;
    padding: 23px 0;
    border-style: solid;
    border-width: 3px 0;
    overflow: hidden;
    background:
        0 50%/auto 100% no-repeat,
        100% 50%/auto 100% no-repeat;
}
.pickupTtl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 17px;
    padding: 0 20px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
}
.movieSlider {
    display: flex;
    margin-bottom: 0;
}
.movieSlider_list {
    margin-right: 23px;
    width: 273px;
}
.movieSlider_list a {
    display: block;
}
.movieSlider_list a:hover {
    cursor: pointer;
}
.movieSliderList_img {
    margin-bottom: 6px;
    height: min(var(--sp-100px),138px);
    border: 1px solid #ccc;
}
.movieSliderList_img .imgLazy {
    width: 100%;
    height: 100%;
}
.movieSliderList_img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.ie .movieSliderList_img {
    position: relative;
    overflow: hidden;
}
.ie .movieSliderList_img img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: auto;
    max-width: none;
}
.movieSliderList_date {
    display: flex;
    display: none;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1;
}
.new .movieSliderList_date::before {
    content: 'New!';
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    width: 45px;
    height: 18px;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 3px;
    background-color: #d4001c;
}
.movieSliderList_catch p:first-of-type {
    font-family: YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
    color: #bb0004;
    font-size: 1.7rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 8px;
}
.movieSliderList_catch p:nth-of-type(2) {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2px;
}
.movieSliderList_catch p:last-of-type {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 0;
}
@media screen and (min-width: 481px){
    .pickupTtl::before,
    .pickupTtl::after {
        content: '';
        width: 30px;
        height: 1px;
        background-color: #09070a;
    }
    .pickupTtl::before {
        margin-right: 13px;
    }
    .pickupTtl::after {
        margin-left: 13px;
    }
}
@media screen and (max-width: 834px){
    .pickupWrap {
        margin-bottom: 5vw;
        padding-bottom: 18px;
        background:
            0 0/21.333vw no-repeat,
            100% 0/21.333vw no-repeat;
    }
    .pickupTtl {
        font-size: 1.8rem;
        font-size: max(1.6rem,min(4.8vw,2.2rem));
    }
    #pickupSlider .slick-list {
        padding: 0 19px;
    }
    .movieSlider_list {
        width: 48vw;
    }
/*    .movieSliderList_img {
        height: 27.733vw;
    }*/
}



/* タブ切替
----------------------------------------- */
.tabTtl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0 19px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
}
.tabTtl::before {
    content: '';
    margin: 5px 20px 0 0;
    width: 14px;
    height: 18px;
    background: url(../images/pass/tabTtl.svg) 0 0/contain no-repeat;
}
.tabLists {
    position: relative;
    margin: 0 auto;
    padding: 0 19px;
    max-width: 1060px;
    width: 100%;
}
.tabLists_btn {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    transition: .1s;
    font-weight: 700;
}
.tabLists_btn:not(.active):hover {
    opacity: 1;
}
.tabLists_btn.active {
    pointer-events: none;
}
@media screen and (min-width: 835px){
    .tabLists {
        display: flex;
    }
    .tabLists::after {
        content: '';
        position: absolute;
        transform: translateX(-50%);
        top: 100%;
        left: 50%;
        width: 100vw;
        height: 3px;
        background-color: #cba848;
    }
    .tabLists_btn {
        position: relative;
        padding: 0 10px;
        height: 92px;
        font-size: 1.8rem;
        line-height: 1.2;
        border: solid #bbb;
        border-width: 1px 1px 0;
        border-radius: 7px 7px 0 0;
    }
    .tabLists_btn:not(:last-of-type) {
        margin-right: 25px;
    }
    .tabLists_btn:not(.active) {
        color: #666;
        background-color: #f1f1f1;
    }
    .tabLists_btn:not(.active):hover {
        color: #fff;
        background-color: #c9a238;
        border-color: rgba(0,0,0,0);
    }
    .tabLists_btn:not(.active)::before {
        content: '';
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        right: 6px;
        width: 11px;
        height: 11px;
        background: url(../images/common/arrBlack_btm.svg) 0 0/contain no-repeat;
    }
    .tabLists_btn:not(.active):hover::before {
        background-image: url(../images/common/arrWhite_btm.svg);
    }
    .tabLists_btn.active {
        z-index: 1;
        color: #000;
        font-weight: 900;
        border-color: #cba848;
        border-width: 9px 3px 0;
    }
    .tabLists_btn.active::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: calc( 100% + 3px );
        background-color: #fff;
    }
}
@media screen and (max-width: 834px){
    .tabWrap {
        margin-bottom: 6.133vw;
    }
    .tabCatTtl {
        display: flex;
        align-items: center;
        margin-bottom: 18px;
        margin-bottom: max(18px,min(4.8vw,36px));
        padding: 10px 19px;
        min-height: 60px;
        min-height: max(60px,min(16vw,100px));
        font-size: 2.2rem;
        font-size: max(2rem,min(5.867vw,2.6rem));
        line-height: 1.3;
        border-top: 2.5px solid #cba848;
        border-top-width: max(2.5px,min(.667vw,5px));
        border-bottom: 1px solid #cba848;
        background-color: #fffdf7;
    }
    .tabTtl {
        font-size: 1.8rem;
        font-size: max(1.6rem,min(4.8vw,2.4rem));
    }
    .tabTtl::before {
        margin-right: 8.5px;
        margin-right: max(7px,min(2.267vw,17px));
        width: 21px;
        width: max(16px,min(5.6vw,42px));
        height: 27px;
        height: max(22px,min(7.2vw,54px));
    }
    .tabLists {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 16px 13px;
        grid-gap: max(14px,min(4.133vw,31px)) max(11px,min(3.467vw,26px));
    }
    .tabLists_btn {
        justify-content: space-between;
        padding: 10px 15px;
        padding: 10px max(10px,min(4vw,30px));
        min-height: 67px;
        min-height: max(65px,min(17.867vw,110px));
        color: #000;
        font-size: 1.5rem;
        font-size: max(1.4rem,min(4vw,2.4rem));
        line-height: 1.3;
        border-radius: 2vw;
    }
    .tabLists_btn:hover {
        transform: translateY(.8vw);
        box-shadow: none !important;
    }
    .tabLists_btn::after {
        content: '';
        border: solid rgba(0,0,0,0);
        border-width: 7.5px 5px 0;
        border-width: max(6px,min(2vw,15px)) max(4px,min(1.133vw,8.5px)) 0;
    }
    .tabLists_btn.active {
        color: #999;
        background-color: #eee;
    }
    #all,
    .tabLists_btn[href^='/voice/#'] {
        box-shadow: 0 .8vw 0 #8f6938;
        background-color: #eeb366;
    }
    #all::after,
    .tabLists_btn[href^='/voice/#']::after {
        border-top-color: #9c4900
    }
    #national_univ,
    .tabLists_btn[href*='seiseki'] {
        box-shadow: 0 .8vw 0 #a04c4b;
        background-color: #fa7c7a;
    }
    #national_univ::after,
    .tabLists_btn[href*='seiseki']::after {
        border-top-color: #a04c4b
    }
    #prv_univ,
    .tabLists_btn[href*='yaruki'] {
        box-shadow: 0 .8vw 0 #827832;
        background-color: #ede193;
    }
    #prv_univ::after,
    .tabLists_btn[href*='yaruki']::after {
        border-top-color: #726300
    }
    #medicine,
    .tabLists_btn[href*='thankyou'] {
        box-shadow: 0 .8vw 0 #617e4d;
        background-color: #b9e39d;
    }
    #medicine::after,
    .tabLists_btn[href*='thankyou']::after {
        border-top-color: #076900
    }
    #ao_internal,
    .tabLists_btn[href*='online'] {
        box-shadow: 0 .8vw 0 #5c7a95;
        background-color: #b9d7f3;
    }
    #ao_internal::after,
    .tabLists_btn[href*='online']::after {
        border-top-color: #263db0
    }
    .tabLists_btn[href*='goukaku'] {
        box-shadow: 0 0.8vw 0 #966573;
        background-color: #f6bfd0;
    }
    .tabLists_btn[href*='goukaku']::after {
        border-top-color: #f6bfd0
    }
}


/* 体験記コンテンツ
----------------------------------------- */
.passInbox,
.voiceImgBox {
    padding: 40px;
}
.passInbox_img,
.passInbox_img img {
    width: 100%;
    height: auto;
}
.passInBox_trans,
.voiceImgBox_trans {
    position: relative;
    margin: 20px auto 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}
.passInBox_trans::after,
.voiceImgBox_trans::after {
    content: "";
    position: absolute;
    top: 120%;
    left: calc( 50% - 30px );
    border: 30px solid transparent;
    border-top: 15px solid #666;
}
.passInBox_txt,
.voiceImgBox_txt {
    margin: 0;
    padding: 20px 40px 40px;
    background-color: #fff7ee;
}
.pPassTextTitle {
    text-align: center;
    font-family: YakuHanMP, 'Noto Serif JP', serif;
    font-weight: 900;
    font-size: 3.2rem;
    margin-bottom: 20px;
}
.passInBox_txt h3,
.voiceImgBox_txt h3 {
    font-size: 2rem;
    text-align: center;
}
.passInBox_txt h4,
.voiceImgBox_txt h4 {
    margin-bottom: 10px;
    text-align: justify;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
    font-family: YakuHanMP, 'Noto Serif JP', serif;
}
.passInBox_txt h4::before {
    content: '■';
}
.passInBox_txt p,
.voiceImgBox_txt p {
    margin-bottom: 30px;
    padding:0 1em;
    text-align: justify;
    line-height: 2.5em;
    border-bottom: 1px solid #ccc;
    background: linear-gradient(#ccc 1px, transparent 1px) 0 0/auto 2.5em, #fff7ee;
    overflow: hidden;
}
.passInBox_txt p:last-of-type,
.voiceImgBox_txt p:last-of-type {
    margin-bottom: 0;
}
.passInBox_txt table,
.voiceImgBox_txt table {
    margin: 20px 0;
    width: 100%;
}
.passInBox_txt th,
.voiceImgBox_txt th {
    padding: 10px;
    text-align: center;
    border: 1px solid #000;
}
.passInBox_txt td,
.voiceImgBox_txt td {
    padding: 10px;
    text-align: center;
    border: 1px solid #000;
}
@media screen and (max-width: 600px){
    .passInbox,
    .voiceImgBox {
        padding: 15px;
    }
    .passInBox_txt,
    .voiceImgBox_txt {
        padding: 20px 15px;
    }
    .pPassTextTitle {
        font-size: 2.6rem;
    }
}