@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/

#footer{
    margin-top: 15rem;
}
@media only screen and (max-width:1215px){
    #footer{
        margin-top: 7rem;
    }
}

.secTop{
    margin-top: 10rem;
    display: none;
}
.secTop .topBnr{
    padding-top: 22.728%;
}
.secTop .box{
    margin-top: 5rem;
    display: flex;
    align-items: center;
}
.secTop .img{
    width: 30rem;
    height: 30rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5rem;
    flex-shrink: 0;
}
.secTop .txtBox{
    width: calc(100% - 35rem);
}
.secTop .tit{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_30);
    font-weight: 700;
}
.secTop .txt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_25);
    margin-top: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: var(--pcFontSize15) * var(--pcLineHeight15_25) * 4;/*任意の値*/
}
.secTop .list{
    display: flex;
    flex-direction: row;
    margin-top: 2rem;
}
.secTop .item:nth-child(n+2){
    margin-left: 0.5rem;
}
.secTop .linkLine{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_25);
    text-decoration: none;
    color: var(--whiteColor);
    font-weight: 700;
    background: var(--colorLine);
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
}
@media only screen and (max-width:1215px){
    .secTop{
        margin-top: 5rem;
    }
    .secTop .box{
        margin-top: 3rem;
        display: block;
    }
    .secTop .img{
        width: 15rem;
        height: 15rem;
        margin: 0 auto;
    }
    .secTop .txtBox{
        width: 100%;
        margin-top: 2rem;
    }
    .secTop .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_30);
        font-weight: 700;
        text-align: center;
    }
    .secTop .txt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_22);
        margin-top: 1rem;
        max-height: var(--spFontSize13) * var(--spLineHeight13_22) * 4;/*任意の値*/
    }
    .secTop .list{
        flex-wrap: wrap;
        margin: 1.5rem -0.5rem 0;
    }
    .secTop .item{
        margin: 0.5rem;
    }
    .secTop .linkLine{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_18);
        padding: 0.5rem 1rem;
        border-radius: 1.5rem;
    }
}

/* secMain */
.secMain{
    display: flex;
    flex-flow: row-reverse;
    width: 132rem;
    margin-top: 6rem;
}
@media only screen and (max-width:1215px){
    .secMain{
        display: block;
        width: 89.334%;
        margin-top: 4rem;
    }
}

.secPickup{
    width: 23rem;
    margin-left: 4rem;
    margin-top: 0;
}
.secPickup .tit{
    font-size: var(--pcFontSize30);
    font-weight: 700;
}
.secPickup .list{
    margin-top: 3rem;
}
.secPickup .item{
    width: 100%;
}
.secPickup .item:nth-child(n+2){
    margin-top: 3rem;
}
.secPickup .item:nth-child(n+3){
    display: none;
}
.secPickup .linkInterview{
    display: block;
}
.secPickup .img{
    padding-top: 130%;
}
.secPickup .tit{
    font-size: var(--pcFontSize17);
}
.secPickup .titInterview{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_20);
    font-weight: 700;
    margin-top: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: var(--pcFontSize12) * var(--pcLineHeight12_20) * 2;/*任意の値*/
}
video{
    max-width: 1200px !important;
    max-height: 80vh !important;
    height: auto !important;
    width: 80vw !important;
}
@media only screen and (max-width:1215px){
    .secPickup{
        width: 100%;
        margin: 0;
    }
    .secPickup .tit{
        font-size: var(--spFontSize18);
    }
    .secPickup .list{
        margin-top: 2rem;
        flex-wrap: wrap;
        flex-direction: row;
        row-gap: 0;
    }
    .secPickup .item{
        width: calc(50% - 1rem);
        margin-right: 2rem;
    }
    .secPickup .item:nth-child(2n){
        margin-right: 0;
    }
    .secPickup .item:nth-child(n+2){
        margin-top: 0;
    }
    .secPickup .item:nth-child(n+3){
        margin-top: 0;
    }
    .secPickup .item:nth-child(n+5){
        display: none;
    }
    .secPickup .titInterview{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_15);
        margin-top: 1rem;
        max-height: var(--spFontSize10) * var(--spLineHeight10_15) * 2;/*任意の値*/
    }
}

.secMainTab .list{
    display: flex;
    flex-direction: row;
}
.secMainTab .item{
    width: 30rem;
}
.secMainTab .item:nth-child(n+2){
    margin-left: 4rem;
}
.secMainTab .linkTab{
    font-size: var(--pcFontSize18);
    font-weight: 700;
    text-decoration: none;
    color: var(--textColor);
    width: 100%;
    height: 7rem;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3.5rem;
    font-weight: 700;
}
.secMainTab .active .linkTab{
    background: #71D506;
    color: var(--whiteColor);
}
.secMainTab .subTabList{
    display: flex;
    flex-direction: row;
    margin-top: 6rem;
}
.secMainTab .subItem:nth-child(n+2){
    margin-left: 3rem;
}
.secMainTab .linkSub{
    font-size: var(--pcFontSize18);
    font-weight: 700;
    text-decoration: none;
    color: var(--textColor);
    position: relative;
}
.secMainTab .active .linkSub::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0.3rem;
    background: var(--textColor);
    left: 0;
    bottom: -0.3rem;
}
@media only screen and (max-width:1215px){
    .secMainTab{
        margin-top: 5rem;
    }
    .secMainTab .list{
        flex-wrap: wrap;
    }
    .secMainTab .item{
        width: calc(50% - 1rem);
        margin: 0 2rem 0 0;
    }
    .secMainTab .item:nth-child(2n){
        margin: 0;
    }
    .secMainTab .item:nth-child(n+3){
        margin: 1rem 0 0;
    }
    .secMainTab .linkTab{
        font-size: var(--spFontSize13);
        height: 5rem;
        border-radius: 2.5rem;
    }
    .secMainTab .subTabList{
        flex-wrap: wrap;
        margin-top: 3rem;
    }
    .secMainTab .subItem{
        width: calc(100% / 3);
        margin: 0;
        text-align: center;
    }
    .secMainTab .subItem:nth-child(2n){
        margin: 0;
    }
    .secMainTab .subItem:nth-child(n+2){
        margin: 0;
    }
    .secMainTab .subItem:nth-child(n+4){
        margin: 3rem 0 0;
    }
    .secMainTab .linkSub{
        font-size: var(--spFontSize14);
    }
    .secMainTab .active .linkSub::before{
        height: 0.2rem;
    }
}


.secVoiceContent{
    margin-top: 7rem;
}
.secVoiceContent .list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.secVoiceContent .item{
    width: calc((100% - 8rem) / 3);
    margin-right: 4rem;
}
.secVoiceContent .item:nth-child(3n){
    margin-right: 0;
}
.secVoiceContent .item:nth-child(n+4){
    margin-top: 4rem;
}
.secVoiceContent .topBox{
    position: relative;
}
.secVoiceContent .icon{
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -1.5rem;
    right: -1rem;
    z-index: 1;
}
.secVoiceContent .img{
    padding-top: 125%;
    display: block;
}
.secVoiceContent .tit{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_25);
    font-weight: 700;
    margin-top: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: var(--pcFontSize15) * var(--pcLineHeight15_25) * 4;
}
.secVoiceContent .txt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_25);
    font-weight: 700;
    text-align: center;
    padding: 1.5rem 1rem;
}
.secVoiceContent .txt.style01{
    background: var(--colorMen);
    color: var(--whiteColor);
}
.secVoiceContent .txt.style02{
    background: var(--colorWomen);
    color: var(--whiteColor);
}
@media only screen and (max-width:1215px){
    .secVoiceContent{
        margin-top: 4rem;
    }
    .secVoiceContent .item,.secVoiceContent .item:nth-child(3n){
        width: calc(50% - 0.5rem);
        margin-right: 1rem;
    }
    .secVoiceContent .item:nth-child(2n){
        margin-right: 0;
    }
    .secVoiceContent .item:nth-child(n+3){
        margin-top: 3rem;
    }
    .secVoiceContent .tit{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_22);
        margin-top: 1rem;
        max-height: var(--spFontSize13) * var(--spLineHeight13_22) * 4;/*任意の値*/
    }
    .secVoiceContent .txt{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_15);
        margin-top: 1rem;
        max-height: var(--spFontSize13) * var(--spLineHeight13_22) * 4;/*任意の値*/
        padding: 0.8rem;
    }
    .secVoiceContent .icon{
        width: 7rem;
        height: 7rem;
    }
}

.secInterviewContent{
    margin-top: 7rem;
}
.secInterviewContent .list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 3rem;
}
.secInterviewContent .item{
    width: calc(25% - 3rem);
    margin-right: 4rem;
}
.secInterviewContent .item:nth-child(4n){
    margin-right: 0;
}
.secInterviewContent .item:nth-child(n+5){
    margin-top: 4rem;
}
.secInterviewContent .linkInterview{
    display: block;
}
.secInterviewContent .img{
    padding-top: 177.778%;
}
.secInterviewContent .titInterview{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_20);
    font-weight: 700;
    margin-top: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: var(--pcFontSize12) * var(--pcLineHeight12_20) * 2;/*任意の値*/
}
@media only screen and (max-width:1215px){
    .secInterviewContent{
        margin-top: 4rem;
    }
    .secInterviewContent .list{
        margin-top: 3rem;
    }
    .secInterviewContent .item{
        width: calc(50% - 1rem);
        margin-right: 2rem;
    }
    .secInterviewContent .item:nth-child(2n){
        margin-right: 0;
    }
    .secInterviewContent .item:nth-child(n+3){
        margin-top: 2rem;
    }
    .secInterviewContent .titInterview{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_15);
        margin-top: 1rem;
        max-height: var(--spFontSize10) * var(--spLineHeight10_15) * 2;/*任意の値*/
    }
}


/* secStudentContent */
.secStudentContent{
    margin-top: 7rem;
}
.secStudentContent .list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.secStudentContent .item{
    width: calc((100% - 9rem) / 4);
    margin-right: 3rem;
    position: relative;
}
.secStudentContent .item:nth-child(4n){
    margin-right: 0;
}
.secStudentContent .item:nth-child(n+5){
    margin-top: 5rem;
}
.secStudentContent .imgIcon{
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -1.5rem;
    left: -1.5rem;
    z-index: 1;
}
.secStudentContent .name{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_25);
    font-weight: 700;
    text-align: center;
    padding: 1.5rem 1rem;
}
.secStudentContent .name.style01{
    background: var(--colorMen);
    color: var(--whiteColor);
}
.secStudentContent .name.style02{
    background: var(--colorWomen);
    color: var(--whiteColor);
}
.secStudentContent .imgRight{
    padding-top: 70.939%;
    display: block;
}
@media only screen and (max-width:1215px){
    .secStudentContent{
        margin-top: 6rem;
    }
    .secStudentContent .item{
        width: calc(50% - 0.5rem);
        margin-right: 1rem;
        display: flex;
        flex-direction: column;
    }
    .secStudentContent .item:nth-child(2n){
        margin-right: 0;
    }
    .secStudentContent .item:nth-child(n+3){
        margin-top: 4rem;
    }
    .secStudentContent .name{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_15);
        padding: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
    }
    .secStudentContent .imgIcon{
        width: 6rem;
        height: 6rem;
        top: -2.5rem;
        left: -0.5rem;
    }
    .secStudentContent .boxRight{
        width: 100%;
    }
}

/* secCmnIndexPager */
.secCmnIndexPager{
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secCmnIndexPager .boxList{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.secCmnIndexPager .btnPager{
    min-width: 50px;
    height: 50px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px -5px 0px 0px rgba(1, 1, 1, 0.05);
}
.secCmnIndexPager .btnPrev .inner{
    position: relative;
}
.secCmnIndexPager .btnPrev .inner:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 7px 5px 0;
    border-color: transparent #000 transparent transparent;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 3px);
}
.secCmnIndexPager .btnNext .inner{
    position: relative;
}
.secCmnIndexPager .btnNext .inner::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 7px 5px 0;
    border-color: transparent #000 transparent transparent;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 3px);
    transform: scale(-1, 1);
}
.secCmnIndexPager a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 -4px #f2f2f2 inset;
}
.secCmnIndexPager .btnPager{
    margin:-1px 0 0 -1px;
}
.secCmnIndexPager .on{
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: none;
    background-color: #3e3a39;
    color: #fff;
}
.secCmnIndexPager .btnPager.dots{
    border: 0;
    background: transparent;
    display: block;
    height: 30px;
    padding: 7px 0;
    font-size: 16px;
    color: #000;
    box-shadow: none;
}
.secCmnIndexPager .inner{
    font-size: 16px;
    color: inherit;
    text-decoration: none;
    font-weight: 700;
}
.secCmnIndexPager .btnPrev,
.secCmnIndexPager .btnNext{
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    border-color:#d9d9d9;
    box-shadow: inset 0px -5px 0px 0px rgba(1, 1, 1, 0.05);
    flex-shrink: 0;
}
.secCmnIndexPager .btnPrev{
    margin-right:20px;
}
.secCmnIndexPager .btnNext{
    margin-left:20px;
}
@media only screen and (max-width:1215px){
    .secCmnIndexPager{
        margin-top: 52px;
    }
    .secCmnIndexPager .btnPrev,
    .secCmnIndexPager .btnNext{
        display: none;
    }
}
@media only screen and (max-width:374px){
    .secCmnIndexPager .btnPager.dots{
        margin: 0 -4px;
    }
}
@media only screen and (max-width:359px){
    .secCmnIndexPager .btnPager{
        min-width: 45px;
        height: 45px;
    }
}



/* 仮 */

.secMianWrapper{
    width: calc(100% - 27rem);
    margin: 0;
}
@media only screen and (max-width:1215px){
    .secMianWrapper{
        width: 100%;
        margin: 0;
    }
}