@charset "UTF-8";
@font-face {
font-family: 'icomoon';
src:  url('../fonts/icomoon.eot?ck3lon');
src:  url('../fonts/icomoon.eot?ck3lon#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ck3lon') format('truetype'),
    url('../fonts/icomoon.woff?ck3lon') format('woff'),
    url('../fonts/icomoon.svg?ck3lon#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
content: "\e947";
}
.icon-location2:before {
content: "\e948";
}

.pc {}
.sp {
    display: none;
}

.-interview .img img{
    width: auto;
}

.-interview .sec{
    margin-bottom: 114px;
    border-bottom: solid 1px #E8E8E8;
}

.-interview .sec:last-of-type{
    margin-bottom: 164px;
    border-bottom: none;
}

.sec.advice .inner {
    padding-bottom: 114px;
} 

.inte-sec-ttl{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 31px;
}

.inte-sec-ttl span{
    position: relative;
    font-size: 28px;
    font-weight: bold;
}

.inte-sec-ttl span::before,
.inte-sec-ttl span::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 110px;
    height: 1px;
    background-color: #000;
}

.inte-sec-ttl span::before{
    left: -120px;
}

.inte-sec-ttl span::after{
    right: -120px;
}

.inte-block{
    margin-bottom: 92px;
    text-align: center;
}

.school .inte-block {
    text-align: left;
}

.area {}

.area-cnt {
    margin-bottom: 30px;
    padding: 30px 40px;
    background: #dceaf5;
    border-radius: 30px;
}

.area-cnt .icon-location:before {
    content: "\e947";
    margin-right: 10px;
}

.area-ttl {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
}

.school-cnt {
    display: flex;
    justify-content: flex-start;
}

.school-item {
    width: 30%;
}

.school-item .two-line {
    display: flex;
}

.school-item .one-line {
}

.educational-institution {
    font-weight: 500;
    font-size: 20px;
}

.national,
.public,
.private {
    list-style: disc;
    margin-left: 1.5rem;
}

.mgn-right {
    margin-right: 30px;
}

.national {}
.national li {}

.public {}
.public li {}

.private {}
.private li {}


.row-1{
    text-align: center;
}

.row-2,
.row-3{
    display: flex;
    justify-content: center;
    gap: 61px;
    text-align: center;
}

.row-2.wide{
    gap: 140px;
}

.inte-box-ttl{
    display: inline-block;
    margin-bottom: 39px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.inte-box-ttl span{
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.fig-ttl{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}

.people {
    margin-top: -7px;
    margin-bottom: 10px;
}

.fig-ttl em{
    font-size: 22px;
    font-weight: bold;
    color: #EA6876;
}

.txt-blocks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.txt-blocks-01 {}
.txt-blocks-02 {}

.txt-block{
    border-radius: 31px;
    background: #FFE6E9;
    padding: 14px 41px 15px;
    font-size: 14px;
    font-weight: 500;
}

.txt-block-01 {
    padding: 20px 30px;
    border-radius: 15px;
    background-color: #dceaf6;
    text-align: left;
    margin-bottom: 30px;
}

.txt-blocks-01 .txt-block-01 {
    background-color: #dceaf6;
}

.txt-block-01 h5 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
}
.txt-block-01 p {}

.blue .txt-block{
    background-color: #D5F1F8;
}

.inte-list{
    width: 934px;
    margin: auto;
    border-top: 1px dotted #BABABA;
}

.inte-list li{
    padding: 21px 17px 21px 56px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px dotted #BABABA;
    background: url(/recruit/img/interview/img-ic.svg) top 27px left 20px / 27px auto no-repeat;
}

.card-blocks{
    display: flex;
    /* justify-content: space-between; */
    align-items: stretch;
    flex-wrap: wrap;
    gap:16px;
}

.card{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 269px;
    padding: 20px 0 16px;
    background-color: #F7F7F7;
    text-align: center;
}

.card .txt{
    font-size: 14px;
    font-weight: 500;
}

.card .txt em{
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.card .num strong{
    font-size: 36px;
    color: #EA6876;
}

@media screen and (max-width:949px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .-interview .img img{
        width: 100%;
    }
    
    .-interview .sec{
        margin-bottom: 48px;
    }
    
    .-interview .sec:last-of-type{
        margin-bottom: 98px;
    }

    .sec.advice .inner {
        padding-bottom: 60px;
    } 
    
    .inte-sec-ttl{
        font-size: 12px;
        margin-bottom: 16px;
    }
    
    .inte-sec-ttl span{
        font-size: 20px;
    }
    
    .inte-sec-ttl span::before,
    .inte-sec-ttl span::after{
        width: 50px;
    }
    
    .inte-sec-ttl span::before{
        left: -60px;
    }
    .school .inte-sec-ttl span::before {
        left: -80%;
    }
    
    .inte-sec-ttl span::after{
        right: -60px;
    }
    
    .inte-block{
        margin-bottom: 48px;
    }

    .txt-block-01 h5 {
        font-size: 18px;
    }

    .national li,
    .public li,
    .private li {
     width: 50%;   
    }

    .national,
    .public,
    .private {
        list-style: disc;
        margin-left: 1.5rem;
        display: flex;
        flex-wrap: wrap;
    }

    .area-ttl {
        font-size: 20px;
    }

    .educational-institution {
        font-size: 16px;
    }

    .school-cnt {
        flex-wrap: wrap;
    }

    .school-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .school-item .two-line {
        display: none;
    }

    .school-item .one-line {
        display: block;
    }

    .row-1 .inte-box{
        width: 77%;
        margin: auto;
    }
    
    .row-2,
    .row-3{
        gap: 22px;
    }
    
    .row-2.wide{
        flex-flow: column;
        align-items: center;
        gap: 32px;
    }

    .row-2.wide .inte-box{
        width: 77%;
    }

    .row-3{
        flex-wrap: wrap;
    }

    /* .row-3 .img{
        width: calc(50% - 11px);
    } */
    
    .inte-box-ttl{
        font-size: 16px;
    }
    
    .inte-box-ttl span{
        font-size: 12px;
    }
    
    .fig-ttl{
        margin-bottom: 13px;
        font-size: 12px;
    }
    
    .fig-ttl em{
        font-size: 18px;
    }
    
    .txt-blocks{
        gap: 12px;
    }
    
    .txt-block{
        border-radius: 18px;
        padding: 6px 21px 7px;
        font-size: 13px;
        text-align: left;
    }

    .inte-list{
        width: 100%;
    }
    
    .inte-list li{
        padding: 16px 12px 16px 42px;
        font-size: 13px;
        background: url(/recruit/img/interview/img-ic.svg) top 22px left 12px / 23px auto no-repeat;
    }
    
    .card-blocks{
        gap:12px;
    }
    
    .card{
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        width: calc(50% - 6px);
        padding: 9px 5px 10px; 
    }
    
    .card .txt{
        font-size: 13px;
    }
    
    .card .txt em{
        font-size: 15px;
    }
    
    .card .num strong{
        font-size: 22px;
    }
}