@charset "UTF-8";

.interviews.top .sec01.fresh_2024 {
    background: url(../images/interviews/freshman/fv2024-02.png) center top / cover;
    height: 32vw;
}
.interviews.top .sec01 {
    background: url(../images/interviews/freshman/fv2024.png) center top / cover;
    height: 32vw;
}
.interviews.top .sec01.fresh_2023 {
    background: url(../images/interviews/freshman/fv.jpg) center top / cover;
    height: 32vw;
}

/* 下層 */
.recruit_contents .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
.prof_area {
	position: relative;
}
.prof_area:before {
    content: "";
    width: 100%;
    height: 75%;
    background: #F6FCFE;
    position: absolute;
}
.prof_area .inner {
    display: flex;
    padding-top: 90px;
    position: relative;
}
.prof_area .img_area {
    position: relative;
}
.prof_area .main_img {
    max-width: 380px;
    margin: 0;
}
.prof_area .sub_img {
    max-width: 260px;
    position: absolute;
    bottom: 5%;
    right: -60%;
}
.prof_area .text_area {
    width: 45%;
    max-width: 310px;
    margin: 0 0 0 auto;
}
.prof_text {
    padding-bottom: 55px;
}
.prof_text .job_name {
    max-width: 120px;
    padding-top: 30px;
    display: block;
}
.prof_text .name_ja {
    font-size: 48px;
    margin-top: -7px;
}
.prof_text .name_en {
    font-size: 18px;
    margin-top: -7px;
}
.prof_text .dept {
    font-size: 14px;
    padding-top: 10px;
    line-height: 1.7;
}
.message_area {
    margin-top: 60px;
    padding-bottom: 130px;
}
.message_area .sec_ttl {
    max-width: 567px;
    position: relative;
    z-index: 1;
}
.message_area .text {
    font-size: 18px;
    background: #FFFCF2;
    border-radius: 20px;
    box-shadow: 5px 5px #f2c411;
    padding: 20px 30px;
    line-height: 2.1;
    margin-top: -10px;
    color: #333 ;
}
.message_sec + .message_sec {
    margin-top: 120px;
}
.top .top_content .ttl_area {
    max-width: 380px;
    margin: 0 auto 30px;
}
.top .top_content + .top_content {
    padding-top: 0;
}
.message_area + .top_btn_area a.top_btn {
    margin-top: 0 !important;
}
@media screen and (max-width:767px) {
    .sec01_ttl img {
        padding-top: 48vw;
    }
	.interviews.top .sec01.fresh_2024 {
    	background: url(../images/interviews/freshman/fv2024-02-sp.png) center top / cover;
    	height: 75vh;
	}
	.interviews.top .sec01 {
    	background: url(../images/interviews/freshman/fv-sp.jpg) center top / cover;
    	height: 75vh;
	}
	.message_area .text {
	    display: block;
	}
	.prof_area .inner {
    	padding-top: 40px;
	}
	.prof_area .img_area {
    	position: absolute;
    	top: 40px;
    	left: 20px;
    	height: 100%;
	}
.prof_area .main_img {
    max-width: none;
    width: 50%;
}
.prof_area .sub_img {
    max-width: none;
    width: 30%;
    bottom: 22%;
    left: 40%;
    right: auto;
}
.prof_area .text_area {
    width: 100%;
    max-width: none;
}
.prof_text {
    padding-bottom: 37vw;
    width: 45%;
    margin: 0 0 0 auto;
}
.prof_text .job_name {
    max-width: 70px;
    padding-top: 0;
}
.prof_text .name_ja {
    font-size: 24px;
    font-weight: bold;
}
.prof_text .name_en {
    font-size: 12px;
}
.prof_text .dept {
    font-size: 11px;
    padding-top: 0;
}
.prof_area .joine {
    width: 70%;
    margin: 0 0 0 auto;
}
.prof_area:before {
    height: 92%;
}
.message_area {
    margin-top: 30px;
    padding-bottom: 75px;
}
.message_area .sec_ttl {
    max-width: 325px;
}
.message_area .text {
    display: block;
    font-size: 14px;
    padding: 10px 20px;
    box-shadow: 3px 3px #f2c411;
}
.message_sec + .message_sec {
    margin-top: 60px;
}
}