/* --------------------------------------------------------------------------------

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;
}

/* 灰色リンクボタン */
.gray_btn {
    font-size: 18px;
    font-weight: bold;
    line-height: 72px;
    text-align: center;
    margin: 65px auto 0;
    width: 476px;
    height: 72px;
}

.gray_btn a {
    color: #fff;
    display: block;
    position: relative;
    background: #95907D;
    border-radius: 50em;
}

.gray_btn a::after {
    content:"";
    display: block;
    position: absolute;
    top: 50%;
    left: 21px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(225deg);
}

.gray_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) {
#elder{
	padding-top: 125px;
}
}
@media screen and (max-width: 767px) {
    /* 灰色リンクボタン */
    .gray_btn {
        font-size: 4.53vw;
        line-height: 13.333vw;
        margin: 11.733vw auto 0;
        width: 80vw;
        height: 13.333vw;
    }

    .gray_btn a::after {
        left: 3.333vw;
        width: 2.133vw;
        height: 2.133vw;
        border-top: .14em solid #fff;
        border-right: .14em solid #fff;
    }

    /* パンくずリスト */
    .breadcrumb {
        display: none;
    }
}

/* --------------------------------------------------------------------------------

mv

-------------------------------------------------------------------------------- */
#elder .p-mv {
	padding: 7% 0 0;
    background: url(../../../assets/img/student/voice/bg_mv_elder01.jpg) no-repeat;
    background-size: cover;
	height: 297px;
}
#elder .p-mv .p-mv_box {
}
#elder .p-mv .p-mv_box .p-mv_img {
	text-align: center;
    display: block;
	margin-bottom: 1%;
}

#elder .p-mv .p-mv_box .p-mv_img img {
    width: 306px;
}

#elder .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) {
	#elder .p-mv {
		background: url(../../../assets/img/student/voice/sp_bg_mv_elder01.jpg) no-repeat;
		background-size: 100%;
		max-height: 40vw;
		padding: 11% 0 0;
	}
    
	#elder .p-mv .p-mv_box .p-mv_img {
		width: 90%;
		margin: 0 auto;
	}
    
    #elder .p-mv .p-mv_box .p-mv_img img {
        width: 87.066vw;
    }
    
	#elder .p-mv .p-mv_box .p-mv_txt {
		font-size: 5.06vw;
	}
}

/* --------------------------------------------------------------------------------

main

-------------------------------------------------------------------------------- */
main#elder {
    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;
}

/* interviewees_box
---------------------------------------- */
#elder .interviewees_box {
    margin-top: 129px;
    background: #FEFBE6;
}

#elder .interviewees_box .interviewees {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    width: 980px;
}

#elder .interviewees_box .row {
    display: flex;
    align-items: center;
    margin: 45px 0 44px;
}

#elder .interviewees_box .img_interview_num {
    font-size: 0;
    line-height: 1;
    text-align: center;
    margin-right: 36px;
    padding-top: 39px;
    width: 151px;
    height: 151px;
    background: #69BC5D;
}

#elder .interviewees_box .img_interview {
    width: 128px;
}

#elder .interviewees_box .img_num {
    margin-top: 17px;
    width: 66px;
}

#elder .interviewees_box .school {
    font-size: 16px;
    line-height: 2.25;
}

#elder .interviewees_box .name {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.666;
}

#elder .interviewees_box .name span {
    font-size: 16px;
}

#elder .interviewees_box .photo img {
    position: absolute;
    bottom: 31px;
    right:0;
}

@media screen and (max-width: 767px) {
    #elder .interviewees_box {
        margin-top: 17.333vw;
        padding: 5.733vw 0;
    }

    #elder .interviewees_box .interviewees {
        display: block;
        width: 86.666%;
    }

    #elder .interviewees_box .row {
        display: flex;
        align-items: center;
        margin: 0 0 3.866vw;
    }

    #elder .interviewees_box .img_interview_num {
        margin-right: 6.133vw;
        padding-top: 5.2vw;
        width: 20.133vw;
        height: 20.133vw;
    }

    #elder .interviewees_box .img_interview {
        width: 17.066vw;
    }

    #elder .interviewees_box .img_num {
        margin-top: 2.266vw;
        width: 8.8vw;
    }

    #elder .interviewees_box .school {
        font-size: 3.466vw;
        line-height: 1.884;
    }

    #elder .interviewees_box .name {
        font-size: 4.533vw;
        line-height: 1.676;
    }

    #elder .interviewees_box .name span {
        font-size: 3.466vw;
    }

    #elder .interviewees_box .photo img {
        position: static;
        width: 100%;
    }
}

/* interview_content_box
---------------------------------------- */
#elder .interview_content_box .interview_content {
    margin: 0 auto;
    width: 980px;
}

#elder .interview_content_box h2.ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 46px;
    padding-left: 56px;
    background: url(../../img/student/voice/txt_q1_green.png) no-repeat left 2.5px center / 40px;
}

#elder .interview_content_box .q2 h2.ttl {
    background-image: url(../../img/student/voice/txt_q2_green.png);
}

#elder .interview_content_box .q3 h2.ttl {
    background-image: url(../../img/student/voice/txt_q3_green.png);
}

#elder .interview_content_box .q4 h2.ttl {
    background-image: url(../../img/student/voice/txt_q4_green.png);
}

#elder .interview_content_box .q5 h2.ttl {
    background-image: url(../../img/student/voice/txt_q5_green.png);
}

#elder .interview_content_box .q6 h2.ttl {
    background-image: url(../../img/student/voice/txt_q6_green.png);
}

#elder .interview_content_box .txt {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 19px;
}

@media screen and (max-width: 767px) {
    #elder .interview_content_box .interview_content {
        width: 86.666%;
    }

    #elder .interview_content_box h2.ttl {
        font-size: 3.733vw;
        margin-top: 8.554vw;
        padding-left: 9.466vw;
        background: url(../../img/student/voice/txt_q1_green.png) no-repeat left center / 7.066vw;
    }

    #elder .interview_content_box .txt {
        font-size: 3.466vw;
        line-height: 1.769;
        margin-top: 3.2vw;
    }
}

/* others_interview_box
---------------------------------------- */
#elder .others_interview_box {
    padding: 65px 13.75px 90px;
}

#elder .others_interview_box h2.ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .05em;
    color: #4CA33F;
    text-align: center;
    position: relative;
    z-index: 1;
}

#elder .others_interview_box h2.ttl::before {
    content:"";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    z-index: -1;
    width: 13em;
    height: 20px;
    background: #FFF5B1;
    transform: translateX(-50%);
}

#elder .others_interview_box .elder_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 39.25px;
}

#elder .others_interview_box .elder_wrap li {
    position: relative;
    margin: 13.75px;
    width: 330px;
}

#elder .others_interview_box .elder_wrap a img {
    transition: .4s;
}

#elder .others_interview_box .elder_wrap a:hover {
    opacity: 1;
}

#elder .others_interview_box .elder_wrap a:hover img {
    opacity: .7;
}

#elder .others_interview_box .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;
}

#elder .others_interview_box .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;
}

#elder .others_interview_box .gray_btn {
    margin-top: 58.25px;
}

@media screen and (max-width: 767px) {
    #elder .others_interview_box {
        padding: 10.4vw 1.333vw 11.733vw;
    }

    #elder .others_interview_box h2.ttl {
        font-size: 5.333vw;
    }

    #elder .others_interview_box h2.ttl::before {
        bottom: -.4vw;
        height: 2.666vw;
    }
    
    #elder .others_interview_box .elder_wrap {
        justify-content: space-between;
        margin-top: 2.8vw;
        padding: 0 3.333vw;
    }

    #elder .others_interview_box .elder_wrap li {
        margin: 3.066vw 0;
        width: calc(50% - 2%);
    }

    #elder .others_interview_box .elder_wrap a img {
        width: 100%;
    }

    #elder .others_interview_box .elder_wrap h3.ttl {
        font-size: 3.466vw;
        line-height: 1.538;
        padding: 1.866vw 0 0 3vw;
        width: 100%;
        height: 9vw;
    }

    #elder .others_interview_box .elder_wrap h3.ttl .txt {
        display: none;
    }
}