/* --------------------------------------------------------------------------------

common class

-------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

.clearfix {zoom:1;}
.clearfix:after{content: "";display: block;clear: both; overflow:hidden;}

a {
    color: #000;
    transition: .4s;
}

/* 緑リンクボタン */
.green_btn {
    font-size: 18px;
    font-weight: bold;
    line-height: 72px;
    text-align: center;
    margin: 65px auto 0;
    width: 476px;
    height: 72px;
}

.green_btn a {
    color: #fff;
    display: block;
    position: relative;
    background: #00B900;
    border-radius: 50em;
}

.green_btn a::after {
    content:"";
    display: block;
    position: absolute;
    top: 50%;
    right: 21px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.green_btn a:hover {
    text-decoration: none;
}

/* パンくずリスト */
.breadcrumb .breadcrumb_box {
    display: flex;
}

.breadcrumb .breadcrumb_box li {
    font-size: 13px;
    line-height: 4.07;
    position: relative;
}

.breadcrumb .breadcrumb_box li + li {
    margin-left: 15px;
    padding-left: 25px;
}

.breadcrumb .breadcrumb_box li + li::before {
    content:"";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    transform: translateY(-50%) rotate(45deg);
}

.breadcrumb .breadcrumb_box li .current {
    pointer-events: none;
}


@media screen and (min-width: 767px) {
#voice{
	padding-top: 125px;
}
}
@media screen and (max-width: 767px) {
    /* 緑リンクボタン */
    .green_btn {
        font-size: 4.53vw;
        line-height: 13.333vw;
        margin: 11.733vw auto 0;
        width: 80vw;
        height: 13.333vw;
    }

    .green_btn a::after {
        right: 3.333vw;
        width: 2.133vw;
        height: 2.133vw;
        border-top: .14em solid #fff;
        border-right: .14em solid #fff;
    }

    /* パンくずリスト */
    .breadcrumb {
        display: none;
    }
}

/* --------------------------------------------------------------------------------

mv

-------------------------------------------------------------------------------- */

#voice .p-mv {
	padding: 7% 0 0;
    background: url(../../../assets/img/student/voice/bg_mv_voice.jpg) no-repeat;
    background-size: cover;
	height: 297px;
}

#voice .p-mv .p-mv_box .p-mv_img {
	text-align: center;
    display: block;
	margin-bottom: 1%;
}

#voice .p-mv .p-mv_box .p-mv_img img {
    width: 166px;
}

#voice .p-mv .p-mv_box .p-mv_txt {
	color: #fff;
	font-size: 31px;
	font-weight: 700;
	text-align: center;
    display: block;
}


@media screen and (max-width: 767px) {
    #voice .p-mv {
        background: url(../../../assets/img/student/voice/sp_bg_mv_voice.jpg) no-repeat;
        background-size: 100%;
        max-height: 40vw;
        padding: 11% 0 0;
    }

    #voice .p-mv .p-mv_box .p-mv_img {
        width: 47.06vw;
        margin: 0 auto;
    }

    #voice .p-mv .p-mv_box .p-mv_img img {
        width: 100%;
    }

    #voice .p-mv .p-mv_box .p-mv_txt {
        font-size: 5.06vw;
    }
}

/* --------------------------------------------------------------------------------

main

-------------------------------------------------------------------------------- */
main#voice {
    background-image: -webkit-repeating-linear-gradient( to bottom, transparent, transparent 19px, rgba(34,167,15,.05) 19px, rgba(34,167,15,.05) 21px);
    background-image: -moz-repeating-linear-gradient( to bottom, transparent, transparent 19px, rgba(34,167,15,.05) 19px, rgba(34,167,15,.05) 21px);
    background-image: repeating-linear-gradient( to bottom, transparent, transparent 19px, rgba(34,167,15,.05) 19px, rgba(34,167,15,.05) 21px);
    background-size: 100% 21px;
}

/* student_interview
---------------------------------------- */
#voice .student_interview {
    padding: 35px 5px 63.5px;
}

#voice .student_interview h2.ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .05em;
    color: #4CA33F;
    text-align: center;
    position: relative;
    z-index: 1;
}

#voice .student_interview h2.ttl::before {
    content:"";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    z-index: -1;
    width: 11em;
    height: 20px;
    background: #FFF5B1;
    transform: translateX(-50%);
}

#voice .student_interview .elder_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40.5px;
}

#voice .student_interview .elder_wrap li {
    position: relative;
    margin: 12.5px;
    width: 330px;
}

#voice .student_interview .elder_wrap a img {
    transition: .4s;
}

#voice .student_interview .elder_wrap a:hover {
    opacity: 1;
}

#voice .student_interview .elder_wrap a:hover img {
    opacity: .7;
}

#voice .student_interview .elder_wrap h3.ttl {
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px 16.5px 16px 13.5px;
    height: 105px;
    background: rgba(255,255,255,.8);
    overflow: hidden;
}

#voice .student_interview .elder_wrap h3.ttl .txt {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428;
    color: #4A4A4A;
    display: block;
    margin-top: 10px;
    padding-top: 3px;
    border-top: 1px solid #5EB453;
}

@media screen and (max-width: 767px) {
    #voice .student_interview {
        padding: 12vw 0 9.026vw;
    }

    #voice .student_interview h2.ttl {
        font-size: 5.333vw;
    }

    #voice .student_interview h2.ttl::before {
        bottom: -.4vw;
        height: 2.666vw;
    }

    #voice .student_interview .elder_wrap {
        justify-content: space-between;
        margin-top: 2.8vw;
        padding: 0 3.333vw;
    }

    #voice .student_interview .elder_wrap li {
        margin: 3.066vw 0;
        width: calc(50% - 2%);
    }

    #voice .student_interview .elder_wrap a img {
        width: 100%;
    }

    #voice .student_interview .elder_wrap h3.ttl {
        font-size: 3.466vw;
        line-height: 1.538;
        padding: 1.866vw 0 0 3vw;
        width: 100%;
        height: 9vw;
    }

    #voice .student_interview .elder_wrap h3.ttl .txt {
        display: none;
    }
}

/* parent_interview
---------------------------------------- */
#voice .parent_interview {
    padding: 75px 0;
    background-image: -webkit-repeating-linear-gradient( 130deg, #FEFBE6, #FEFBE6 34px, #FFFEF7 34px, #FFFEF7 68px);
    background-image: -moz-repeating-linear-gradient( 130deg, #FEFBE6, #FEFBE6 34px, #FFFEF7 34px, #FFFEF7 68px);
    background-image: repeating-linear-gradient( 130deg, #FEFBE6, #FEFBE6 34px, #FFFEF7 34px, #FFFEF7 68px);
    background-size: 100%;
}

#voice .parent_interview h2.ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .05em;
    color: #4CA33F;
    text-align: center;
    position: relative;
    z-index: 1;
}

#voice .parent_interview h2.ttl::before {
    content:"";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    z-index: -1;
    width: 11em;
    height: 20px;
    background: #FFF5B1;
    transform: translateX(-50%);
}

#voice .parent_interview .parent_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 14px;
}

#voice .parent_interview .parent_wrap li {
    margin-top: 34px;
    width: 538px;
}

#voice .parent_interview .parent_wrap h3.ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 70px;
    letter-spacing: .02em;
    color: #fff;
    padding-left: 77px;
    height: 70px;
    border-radius: 18px 18px 0 0;
    background: #69BC5D url(../../img/student/voice/txt_q1_white.png) no-repeat left 24.8px center / 38px;
}

#voice .parent_interview .parent_wrap h3.ttl.q2 {
    background-image: url(../../img/student/voice/txt_q2_white.png);
}

#voice .parent_interview .parent_wrap h3.ttl.q3 {
    background-image: url(../../img/student/voice/txt_q3_white.png);
}

#voice .parent_interview .parent_wrap .row {
    display: flex;
    align-items: center;
    padding: 0 16px 0;
    height: 213px;
    border: 2px solid #69BC5D;
    border-radius: 0 0 20px 20px;
    background: #fff;
}

#voice .parent_interview .parent_wrap h4.ttl {
    text-align: center;
    position: relative;
    margin-right: 8px;
    width: 150px;
}

#voice .parent_interview .parent_wrap h4.ttl .name {
    font-size: 16px;
    font-weight: bold;
    color: #4CA33F;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

#voice .parent_interview .parent_wrap .txt {
    font-size: 16px;
    line-height: 1.75;
    width: 336px;
}

@media screen and (max-width: 767px) {
    #voice .parent_interview {
        padding: 11.866vw 0;
        background-image: -webkit-repeating-linear-gradient( 130deg, #FEFBE6, #FEFBE6 4.666vw, #FFFEF7 4.666vw, #FFFEF7 9.333vw);
        background-image: -moz-repeating-linear-gradient( 130deg, #FEFBE6, #FEFBE6 4.666vw, #FFFEF7 4.666vw, #FFFEF7 9.333vw);
        background-image: repeating-linear-gradient( 130deg, #FEFBE6, #FEFBE6 4.666vw, #FFFEF7 4.666vw, #FFFEF7 9.333vw);
    }

    #voice .parent_interview h2.ttl {
        font-size: 5.333vw;
    }

    #voice .parent_interview h2.ttl::before {
        bottom: -.4vw;
        height: 2.666vw;
    }
    
    #voice .parent_interview .parent_wrap {
        display: block;
        margin: 0 auto;
        width: 93.333%;
    }

    #voice .parent_interview .parent_wrap li {
        margin-top: 6vw;
        width: 100%;
    }
    
    #voice .parent_interview .parent_wrap li > img {
        width: 100%;
    }

    #voice .parent_interview .parent_wrap h3.ttl {
        font-size: 3.733vw;
        line-height: 10.8vw;
        padding-left: 16.4vw;
        height: 10.8vw;
        border-radius: 2.4vw 2.4vw 0 0;
        background: #69BC5D url(../../img/student/voice/txt_q1_white.png) no-repeat left 3.813vw center / 7.066vw;
    }

    #voice .parent_interview .parent_wrap .row {
        padding: 6.133vw 0 5.066vw 4vw;
        height: auto;
        border-radius: 0 0 2.666vw 2.666vw;
    }

    #voice .parent_interview .parent_wrap h4.ttl {
        margin-right: 3VW;
        width: 28.666vw;
    }

    #voice .parent_interview .parent_wrap h4.ttl .name {
        font-size: 3.066vw;
    }

    #voice .parent_interview .parent_wrap .txt {
        font-size: 2.933vw;
        line-height: 1.636;
        width: calc(100% - 4vw - 28.666vw - 3vw);
    }
}