@charset "UTF-8";
/* CSS Document */
/*----------------------------------------------------------
働く先輩の声css
----------------------------------------------------------*/


/*----------------------------------------------------------
働く先輩の声
----------------------------------------------------------*/
.voice_index_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.voice_index_wrap a {
    display: block;
}
.voice_index {
    width: calc(33.33333% - 20px);
    display: block;
    background-size: 289px 385px;
    background-position: top left;
    background-repeat: no-repeat;
    border-radius: 20px;
    position: relative;
    margin-bottom: 40px;
}
.voice_index_wrap::after {
    content: "";
    display: block;
    width: 30%;
}
.voice_image_sp {
    display: block;
    width: 289px;
    height: 385px;
    position: absolute;
    top: 0;
    left: 0;
	border-radius: 20px;
}
.voice_aika_list {
    background-image: url("images/voice_aika_list.jpg");
}
.voice_so_list {
    background-image: url("images/voice_so_list.jpg");
}
.voice_chiyo_list {
    background-image: url("images/voice_chiyo_list.jpg");
}
.voice_yuma_list {
    background-image: url("images/voice_yuma_list.jpg");
}
.voice_sayaka_list {
    background-image: url("images/voice_sayaka_list.jpg");
}
.voice_comment {
    width: 261px;
    min-height: 83px;
    background-image: url(images/voice_comment_bk.png);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding-left: 35px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 270px;
    right: 0;
    z-index: 10;
}
.voice-katagaki {
    width: fit-content;
    padding: 0 10px;
    background-color: #FFF500;
    color: #000000;
    border-radius: 3px;
    margin: 405px auto 0 0;
    font-weight: bold;
}
.voice-name {
    width: fit-content;
    padding: 0;
    margin: 10px auto 5px 0;
    font-size: 1.6em;
    color: #000000;
    font-weight: bold;
    line-height: 1.2em;
}
.voice-name span {
    color: #707070;
    font-size: 16px;
	padding-left: 1em;
}
.voice_year {
    color: #000000;
}

@media screen and (max-width: 736px) {
    .voice_index_wrap {
        flex-direction: column;
    }
    .voice_index {
        width: 100%;
        height: 480px;
        margin-bottom: 170px;
    }
    .voice_image_sp {
        width: 100%;
        height: 480px;
    }
    .voice_index {
        background-size: cover;
        background-position: center top;
    }
    .voice_comment {
        top: 340px;
    }
    .voice-katagaki {
        margin: 495px auto 0 0;
    }
}

/*----------------------------------------------------------
働く先輩の声 個別詳細ページ
----------------------------------------------------------*/
.q_content_wrap {
    margin: 0 auto 50px auto;
    padding: 0 0 50px 0;
    width: 1100px;
    overflow: hidden;
}
.head_image {
    width: 100%;
    height: 363px;
    min-width: 1100px;
    margin: 90px 0 0 0;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.head_image_aika {
    width: 50%;
    height: 363px;
    margin: 0 auto 0 0;
    background-image: url(images/voice_aika/head_image1.jpg);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}
.head_image_so {
    width: 50%;
    height: 363px;
    margin: 0 auto 0 0;
    background-image: url(images/voice_so/head_image1.jpg);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}
.head_image_chiyo {
    width: 50%;
    height: 363px;
    margin: 0 auto 0 0;
    background-image: url(images/voice_chiyo/head_image1.jpg);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}
.head_image_yuma {
    width: 50%;
    height: 363px;
    margin: 0 auto 0 0;
    background-image: url(images/voice_yuma/head_image1.jpg);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}
.head_image_sayaka {
    width: 50%;
    height: 363px;
    margin: 0 auto 0 0;
    background-image: url(images/voice_sayaka/head_image1.jpg);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}
.head_image::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    right: -10%;
    background: linear-gradient(45deg, #187D5F, #8EEB65);
    transform: skewX(-15deg);
}
.head_content {
    z-index: 20 !important;
    height: 363px;
    position: absolute;
    left: 50%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.head_content_comment {
    width: 100%;
    font-size: 1.6em;
    background: none;
    position: relative;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 1em;
    letter-spacing: 0.1em;
}
.head_content_katagaki {
    width: fit-content;
    padding: 0 10px;
    background-color: #FFF500;
    color: #000000;
    border-radius: 3px;
    margin: 0 auto 0 0;
    font-weight: bold;
}
.head_content_name {
    width: fit-content;
    padding: 0;
    margin: 10px auto 5px 0;
    font-size: 1.6em;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.2em;
}
.head_content_name span {
    font-size: 16px;
}
.head_content_year {
    color: #FFFFFF;
    line-height: 1.2em;
}
.q_title {
    background-color: #03BB99;
    color: #ffffff;
    padding: 1em 1em 1em 4em;
    border-radius: 20px;
    font-size: 1.05em;
    line-height: 1.5em;
    margin: 60px 0 1em 0;
    font-weight: bold;
    background-image: url(images/q_title.png);
    background-size: 41px 35px;
    background-position: left 20px center;
    background-repeat: no-repeat;
}
.q_text {
    padding: 0 10px 1em 10px;
}
.q_image {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.q_image_detail {
    width: calc(50% - 15px);
}
.q_image_detail img {
    width: 100%;
}

@media screen and (max-width: 736px) {
    .q_content_wrap {
        margin: 0 auto 30px auto;
        padding: 0 20px 50px 20px;
        width: 100%;
    }
    .head_image {
        min-width: 100%;
        height: 240px;
    }
    .head_content{
        height: 240px;
        padding-right: 30px;
    }
    .head_image_aika {
        width: 45%;
        height: 240px;
        background-position: center center;
        background-image: url(images/voice_aika/head_image1-smp.jpg);
    }
	.head_image_so {
        width: 45%;
        height: 240px;
        background-position: center center;
        background-image: url(images/voice_so/head_image1-smp.jpg);
    }
	.head_image_chiyo {
        width: 45%;
        height: 240px;
        background-position: center center;
        background-image: url(images/voice_chiyo/head_image1-smp.jpg);
    }
	.head_image_yuma {
        width: 45%;
        height: 240px;
        background-position: center center;
        background-image: url(images/voice_yuma/head_image1-smp.jpg);
    }
	.head_image_sayaka {
        width: 45%;
        height: 240px;
        background-position: center center;
        background-image: url(images/voice_sayaka/head_image1-smp.jpg);
    }
    .head_image::after {
        transform: skewX(-5deg);
    }
    .head_content_comment {
        letter-spacing: 0;
        font-size: 1.2em;
        margin-bottom: 0.5em;
        line-height: 1.2em;
    }
    .head_content_name {
        font-size: 0.9em;
    }
    .head_content_name span {
        display: block;
        font-size: 10px;
    }
    .head_content_katagaki { font-size: 0.7em;
        line-height: 0/8em;
    }
    .q_title {
    	background-position: left 20px top 12px;
}
    .q_image {
        flex-direction: column;
        flex-wrap: wrap
    }
    .q_image_detail {
        width: 100%;
        margin: 10px 0;
    }
}