@charset "UTF-8";


/***************************************************

	recruit-midcareer

***************************************************/


.modal_btn{
    cursor: pointer;
}

main{
	overflow: hidden;
}

#kv_area{
    position: relative;
}

#kv_area .image02,
#kv_area .image03{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#kv_area picture,
#kv_area img{
    width: 100%;
    display: block;
}

/* 初期状態 */
#kv_area .image02,
#kv_area .image03{
    opacity: 0;
    transition: opacity 0.5s ease;
}

/* 表示 */
#kv_area .is-show{
    opacity: 1;
}

.kV_catch{
	padding: 120px 0;
	text-align: center;
}

.kV_catch .main_catch{
	font-size: 24px;
	font-weight: 400;
	line-height: 2.0;
	margin-bottom: 64px;
}

.kV_catch .modal_btn{
	width: 512px;
	margin: 0 auto;
}

.kV_catch .modal_btn .btn_wrapp{
	width: 100%;
	height: 96px;
	background: #0090C5;
	position: relative;
}

.kV_catch .modal_btn .btn_wrapp::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/common/icon_submit_arrow.png) no-repeat 0 0 / contain;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translate(0, -50%);
}

.kV_catch .modal_btn .btn_wrapp strong{
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.celebration_banner{
	padding: 120px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-image: url('../images/recruit-midcareer/top/iwai_bg.webp');
	color: #fff;
}

.celebration_banner .banner_wrapp{
	width: 1600px;
	margin: 0 auto;
}

.celebration_banner .banner_wrapp .title{
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin-bottom: 40px;
}

.celebration_banner .banner_wrapp .image_box{
	background: #fff;
}

.celebration_banner .banner_wrapp .image_box a{
	display: block;
}

.celebration_banner .banner_wrapp .date{
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	margin-top: 40px;
}

.celebration_banner .banner_wrapp .date strong{
	font-weight: 700;
}


.consultant{
	position: relative;
}

.consultant .cont_wrapp{
	width: 1920px;
	padding: 240px 0;
	margin: 0 auto;
	position: relative;
}

.consultant .head_area{
	width: 1600px;
	margin: 0 auto;
}

.consultant .head_area h2{
	font-size: 160px;
	font-size: 500;
	line-height: 1.0;
	margin-bottom: 24px;
}

.consultant .head_area .cons_title_caption{
	font-size: 24px;
	font-size: 400;
	line-height: 2.0;
}

.consultant .image_wrapp01{
	padding-left: 540px;
	position: relative;
}

.consultant .image_wrapp01 .main_catch{
	font-size: 60px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	position: absolute;
	top: 160px;
	left: 162px;
}

.consultant .image_wrapp01 .main_caption{
	width: 1220px;
	font-size: 24px;
	font-weight: 400;
	line-height: 2.0;
	margin-top: 80px;
}

.consultant .imabe_block2{
	width: 400px;
	position: absolute;
	top: 1112px;
	left: 0;
}

.consultant .point_area{
	width: 1600px;
	margin: 160px auto 0;
}

.consultant .point_area ul{
	display: flex;
	justify-content: space-between;
}

.consultant .point_area ul li{
	width: 512px;
}

.consultant .point_area ul li .image_box{
	margin-bottom: 32px;
}

.consultant .point_area ul li p{
	font-size: 28px;
	font-weight: 500;
	line-height: 1,6;
	text-align: center;
}

.consultant .point_area ul li p strong{
	font-weight: 500;
	color: #0090C5;
}


.case_area{
	background: #000;
	padding: 160px 0 200px;
	color: #fff;
}

.case_area .case_wrapp{
	width: 1600px;
	margin: 0 auto;
}

.case_area .case_wrapp ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: -120px;
}

.case_area .case_wrapp ul li{
	width: 720px;
	margin-bottom: 120px;
}

.case_area .case_wrapp ul li .item{
	font-size: 28px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 25px;
}

.case_area .case_wrapp ul li .case_catch{
	font-size: 48px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 44px;
}

.case_area .case_wrapp ul li .case_caption{
	font-size: 24px;
	font-weight: 400;
	line-height: 2.0;
	margin-bottom: 104px;
}

.case_area .case_wrapp ul li .link_btn{
	width: 100%;
}

.case_area .case_wrapp ul li .link_btn a{
	display: block;
	width: 100%;
	height: 96px;
	border: 2px solid #fff;
	position: relative;
	color: #fff;
}

.case_area .case_wrapp ul li .link_btn a::after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/common/icon_chevron_right_white.webp) no-repeat 0 0 / contain;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translate(0, -50%);
}

.case_area .case_wrapp ul li .link_btn a strong{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.0;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}


.consultant .position{
	background: #E3E1DC;
	padding: 240px 0;
}

.consultant .position .cont_wrapp{
	width: 1600px;
	margin: 0 auto;
}

.consultant .position .cont_wrapp .head_area{
	margin-bottom: 80px;
}

.consultant .position .cont_wrapp .head_area .name{
	font-size: 160px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 24px;
}

.consultant .position .cont_wrapp .head_area .title_caption{
	font-size: 24px;
	font-weight: 400;
	line-height: 2.0;
}

.consultant .position .cont_wrapp .link_block{

}

.consultant .position .cont_wrapp .link_block ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: -32px;
}

.consultant .position .cont_wrapp .link_block ul li{
	width: 784px;
	margin-bottom: 32px;
	background: #fff;
}

.consultant .position .cont_wrapp .link_block ul li a{
	display: block;
	width: 100%;
	height: 333px;
	border: 1px solid #DCDCDC;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-image: url('../images/recruit-midcareer/common/link_bg.webp');
	position: relative;
	color: #000;
}

.consultant .position .cont_wrapp .link_block ul li a::after{
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../images/common/icon_link_arrow.png) no-repeat 0 0 / contain;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.consultant .position .cont_wrapp .link_block ul li a .text_box{
    position: absolute;
    top: 80px;
    left: 80px;
}

.consultant .position .cont_wrapp .link_block ul li a .text_box .title{
	font-size: 64px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 16px;
}

.consultant .position .cont_wrapp .link_block ul li a .text_box .title small{
	font-size: 24px;
	font-weight: 400;
	line-height: 2.0;
}

.consultant .position .cont_wrapp .link_block ul li a .text_box .sub{
	font-size: 28px;
	font-weight: 500;
	line-height: 1.6;
}

.consultant .position .cont_wrapp .position_caption{
	margin-top: 80px;
	font-size: 24px;
	font-weight: 400;
	line-height: 2.0;
}



.nb_deveropment{
	background: #EEECE7;
}

.nb_deveropment .cont_wrapp{
	width: 1920px;
	margin: 0 auto;
	padding: 240px 0;
}

.nb_deveropment .cont_wrapp .head_area{
	margin-bottom: 120px;
	margin-left: 160px;
}

.nb_deveropment .position .cont_wrapp .head_area{
	margin-left: 0;
}

.nb_deveropment .cont_wrapp .head_area h2{
	font-size: 160px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 24px;
}

.nb_deveropment .cont_wrapp .head_area .title_caption{
	font-size: 24px;
	font-weight: 400;
	line-height: 2.0;
}

.nb_deveropment .cont_wrapp .image_block{
	margin-bottom: 160px;
}

.nb_deveropment .cont_wrapp .main_capton p{
	font-size: 24px;
	font-weight: 400;
	line-height: 2.0;
	margin-bottom: 1em;
	text-align: center;
}

.nb_deveropment .cont_wrapp .main_capton p:last-of-type{
	margin-bottom: 0;
}


.nb_deveropment .position{
	background: #E3E1DC;
}

.nb_deveropment .position .cont_wrapp{
	width: 1600px;
	margin: 0 auto;
}

.nb_deveropment .position .cont_wrapp .name{
    font-size: 160px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 24px;
}

.nb_deveropment .position .cont_wrapp .head_area .title_caption {
    font-size: 24px;
    font-weight: 400;
    line-height: 2.0;
}

.nb_deveropment .position .cont_wrapp .link_block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -32px;
}

.nb_deveropment .position .cont_wrapp .link_block ul li {
    width: 784px;
    margin-bottom: 32px;
    background: #fff;
}

.nb_deveropment .position .cont_wrapp .link_block ul li a {
    display: block;
    width: 100%;
    height: 397px;
    border: 1px solid #DCDCDC;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(../images/recruit-midcareer/common/link_bg.webp);
    position: relative;
	color: #000;
}

.nb_deveropment .position .cont_wrapp .link_block ul li:nth-child(4) a,
.nb_deveropment .position .cont_wrapp .link_block ul li:nth-child(3) a {
    height: 333px;
}

.nb_deveropment .position .cont_wrapp .link_block ul li a::after {
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../images/common/icon_link_arrow.png) no-repeat 0 0 / contain;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.nb_deveropment .position .cont_wrapp .link_block ul li a .text_box {
    position: absolute;
    top: 80px;
    left: 80px;
}

.nb_deveropment .position .cont_wrapp .link_block ul li a .text_box .title {
    font-size: 64px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 16px;
}

.nb_deveropment .position .cont_wrapp .link_block ul li a .text_box .sub {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.6;
}



.process{
	background: #EEECE7;
}

.process .cont_wrapp{
	width: 1600px;
	margin: 0 auto;
	padding: 240px 0;
}

.process .cont_wrapp .head_area{
	margin-bottom: 80px;
}

.process .cont_wrapp .head_area h2{
	font-size: 160px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 24px;
}

.process .cont_wrapp .head_area .title_caption{
	font-size: 36px;
	font-weight: 500;
	line-height: 1.6;
}

.process .cont_wrapp .process_flow{

}

.process .cont_wrapp .process_flow ul{
	display: flex;
	justify-content: space-between;
	counter-reset: flow_num 0;
}

.process .cont_wrapp .process_flow ul li{
	width: 304px;
	height: 326px;
	border: 4px solid #DCDCDC;
	position: relative;
	box-sizing: border-box;
}

.process .cont_wrapp .process_flow ul li::after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/recruit-midcareer/top/icon_flow_arrow.png) no-repeat 0 0 / contain;
    position: absolute;
    top: 50%;
    right: -26px;
    transform: translate(0, -50%);
}

.process .cont_wrapp .process_flow ul li:last-child::after{
    content: none;
}

.process .cont_wrapp .process_flow ul li::before{
	counter-increment: flow_num 1;
	content: counter(flow_num, decimal-leading-zero) '';
	display: inline-block;
	width: 65px;
	height: 65px;
	line-height: 65px;
	background: #0090C5;
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	font-family: "Sen";
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.process .cont_wrapp .process_flow ul li .icon{
	width: 120px;
	margin: 89px auto 8px;
}

.process .cont_wrapp .process_flow ul li p{
	font-size: 28px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}



.ratio{
	background: #fff;
}

.ratio .cont_wrapp{
	width: 1600px;
	margin: 0 auto;
	padding: 240px 0;
}

.ratio .cont_wrapp .head_area{
	margin-bottom: 80px;
}

.ratio .cont_wrapp .head_area h2{
	font-size: 160px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 24px;
}

.ratio .cont_wrapp .head_area .title_caption{
	font-size: 36px;
	font-weight: 500;
	line-height: 1.6;
}

.ratio .ratio_data{

}

.ratio .ratio_data ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 48px;
	row-gap: 80px;
}

.ratio .ratio_data ul li{
	width: 500px;
    opacity: 0;
    transform: translateY(40px);
}

.ratio .ratio_data ul li .title{
	font-size: 48px;
	font-weight: 500;
	line-height: 1.6;
	color: #0090C5;
	text-align: center;
	margin-bottom: 24px;
    opacity: 0;
    transform: translateY(20px);
}

.ratio .ratio_data ul li .item{
	width: 340px;
	margin: 0 auto;
    opacity: 0;
    transform: scale(.7);
}

/* active発火 */
.ratio.active .ratio_data ul li{
    animation: ratioFade .6s ease forwards;
}

.ratio.active .ratio_data ul li .title{
    animation: titleFade .5s ease forwards;
}

.ratio.active .ratio_data ul li .item{
    animation: itemZoom .5s ease forwards;
}


/* li順番 */
.ratio.active .ratio_data ul li:nth-child(1){animation-delay:0s;}
.ratio.active .ratio_data ul li:nth-child(2){animation-delay:.25s;}
.ratio.active .ratio_data ul li:nth-child(3){animation-delay:.5s;}
.ratio.active .ratio_data ul li:nth-child(4){animation-delay:.75s;}
.ratio.active .ratio_data ul li:nth-child(5){animation-delay: 1s;}

/* titleはliの直後 */
.ratio.active .ratio_data ul li:nth-child(1) .title{animation-delay:.1s;}
.ratio.active .ratio_data ul li:nth-child(2) .title{animation-delay:.35s;}
.ratio.active .ratio_data ul li:nth-child(3) .title{animation-delay:.6s;}
.ratio.active .ratio_data ul li:nth-child(4) .title{animation-delay:.85s;}
.ratio.active .ratio_data ul li:nth-child(5) .title{animation-delay:1.1s;}

/* itemはtitleの後 */
.ratio.active .ratio_data ul li:nth-child(1) .item{animation-delay:.35s;}
.ratio.active .ratio_data ul li:nth-child(2) .item{animation-delay:.6s;}
.ratio.active .ratio_data ul li:nth-child(3) .item{animation-delay:.85s;}
.ratio.active .ratio_data ul li:nth-child(4) .item{animation-delay:1.1s;}
.ratio.active .ratio_data ul li:nth-child(5) .item{animation-delay:1.35s;}

/* アニメーション */

@keyframes ratioFade{
    from{
        opacity:0;
        transform:translateY(40px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@keyframes titleFade{
    from{
        opacity:0;
        transform:translateY(20px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@keyframes itemZoom{
    from{
        opacity:0;
        transform:scale(.7);
    }
    to{
        opacity:1;
        transform:scale(1);
    }
}



.interview{
	padding: 240px 0 0;
	position: relative;
	z-index: 2;
}

.interview::before{
	content: '';
	display: inline-block;
	width: 1760px;
	height: 842px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/recruit-midcareer/top/interview_image.webp');
	position: absolute;
	top: 240px;
	left: 0;
	z-index: -1;
}

.interview .head_area{
	width: 1600px;
	margin: 200px auto 120px;
	color: #fff;
}

.interview .head_area h2{
	font-size: 160px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 24px;
}

.interview .head_area .title_caption{
	font-size: 36px;
	font-weight: 500;
	line-height: 1.6;
}

.interview .slider_base{
	width: 1920px;
	height: 640px;
	margin: 0 auto;
	position: relative;

}

.interview .slider_base .slider_wrapp{
	width: 1602px;
	position: absolute;
	top: 0;
	right: -130px;
}

.interview_slider li{
    padding: 0 16px;
    position: relative;
    box-sizing: border-box;
}

.interview_slider li .image_bg{
	background: #fff;
}

.interview_slider li a{
    display: block;
    background: #F8F8F8;
}

.interview_slider li a .image{
    aspect-ratio: 4 / 5;
    position: relative;
}

.interview_slider li a .image::after{
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 512 / 327;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 50%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.interview_slider li a  .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interview_slider li a .text_box{
    position: absolute;
    bottom: 56px;
    left: 40px;
    right: 40px;
    color: #fff;
    z-index: 3;
}

.interview_slider li a .text_box .post{
    font-size: 20px;
    font-weight: 400;
    line-height: 2.0;
    margin-bottom: -12px;
}

.interview_slider li a .text_box .name{
    font-size: 48px;
    font-weight: 700;
    line-height: 2.0;
    margin-bottom: -8px;
}

.interview_slider li a .text_box .name_en{
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}

.interview_slider li a .text_box .caption{
    font-size: 16px;
    font-weight: 400;
    line-height: 2.0;
    margin-top: 48px;
}

.interview_slider li a .text_box .link_btn{
    display: inline-block;
    width: auto;
    height: 54px;
    padding: 16px 0 0 16px;
    background: #fff;
    position: absolute;
    bottom: -56px;
    right: -25px;
    z-index: 2;
    line-height: 1;
    box-sizing: border-box;
}

.interview_slider li a .text_box .link_btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 120px;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 54px solid #fff;
}

.interview_slider li a .text_box .link_btn strong {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    color: #0090C5;
    padding-right: 28px;
    position: relative;
    z-index: 3;
}

.interview_slider li a .text_box .link_btn strong::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../images/common/arrow_consultant.png);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}


.slick-prev,
.slick-next {
    top: unset;
    bottom: 0;
    width: 64px;
    height: 64px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.slick-prev {
    left: -298px;
}

.slick-next {
	right: unset;
    left: -209px;
}

.slick-prev:before,
.slick-next:before {
    content: '';
    opacity: 1;
    display: inline-block;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../images/common/btn_slider_arrow.png);
    position: absolute;
    top: 0;
    left: 0;
}

.slick-next:before {
    transform: scale(-1, 1);
}



.our_commitment{
	padding: 240px 0 0;
	position: relative;
	z-index: 2;
}

.our_commitment .cont_wrapp{
	width: 1600px;
	margin: 0 auto;
}

.our_commitment .head_area{
	margin-bottom: 80px;
}

.our_commitment .head_area h2{
	font-size: 160px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 24px;
}

.our_commitment .head_area .title_caption{
	font-size: 36px;
	font-weight: 500;
	line-height: 1.6;
}

.our_commitment .prof_wrapp{
	padding-left: 400px;
	margin-bottom: 230px;
	position: relative;
}

.our_commitment .prof_wrapp .text_block{
	width: 620px;
	padding: 64px;
	background: #FFF;
	box-sizing: border-box;
	position: absolute;
	top: 160px;
	left: 0;
	z-index: 2;
}

.our_commitment .prof_wrapp .text_block .post{
	font-size: 24px;
	font-weight: 400;
	line-height: 2.0;
	margin-bottom: 16px;
}

.our_commitment .prof_wrapp .text_block .name{
	font-size: 48px;
	font-weight: 400;
	line-height: 1.6;
	color: #0090C5;
	margin-bottom: 32px;
}

.our_commitment .prof_wrapp .text_block .name small{
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
	margin-left: 16px;
}

.our_commitment .prof_wrapp .text_block .item{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
	color: #0090C5;
	margin-bottom: 16px;
}

.our_commitment .prof_wrapp .text_block .data{
	font-size: 24px;
	font-weight: 400;
	line-height: 2.0;
}

.our_commitment .comment_area{
	margin-bottom: 160px;
}

.our_commitment .comment_area .sub_catch{
	font-size: 48px;
	font-weight: 500;
	line-height: 1.6;
}

.our_commitment .comment_area .main_catch{
	font-size: 80px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-bottom: 64px;
}

.our_commitment .comment_area .message_head{
	font-size: 48px;
	font-weight: 500;
	line-height: 1.6;
	color: #6E9EB0;
	margin-bottom: 40px;
}

.our_commitment .comment_area .message_body p{
	font-size: 24px;
	font-weight: 400;
	line-height: 2.0;
	margin-bottom: 1em;
}

.our_commitment .comment_area .message_body p:last-of-type{
	margin-bottom: 0;
}



.faq{
	padding: 240px 0 0;
	position: relative;
	z-index: 2;
}

.faq .cont_wrapp{
	width: 1600px;
	margin: 0 auto;
}

.faq .head_area{
	margin-bottom: 80px;
}

.faq .head_area h2{
	font-size: 160px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 24px;
}

.faq .head_area .title_caption{
	font-size: 36px;
	font-weight: 500;
	line-height: 1.6;
}

.faq .faq_section{
	margin-bottom: 120px;
}

.faq .faq_section:last0of-type{
	margin-bottom: 0;
}

.faq .faq_section h3{
	font-size: 56px;
	font-weight: 300;
	line-height: 1.6;
	margin-bottom: 48px;
}

.faq .faq_section ul{
	border-top: 1px solid #000;
}

.faq .faq_section ul li{
    transition: all 0.2s linear;
	border-bottom: 1px solid #000;
}

.faq .faq_section ul li.active {

}

.faq .faq_section ul li .q_area{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.6;
    padding: 48px 136px 48px 98px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s linear;
}

.faq .faq_section ul li.active .q_area{
	color: #0090C5;
}

.faq .faq_section ul li .q_area::before {
    content: 'Q.';
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    font-family: "Lato";
    letter-spacing: 0.02em;
    color: #0090C5;
    position: absolute;
    top: 55px;
    left: 40px;
}


.faq .faq_section ul li .q_area::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/common/icon_accordion_open.png) no-repeat 0 0 / contain;
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translate(0, -50%);
}

.faq .faq_section ul li.active .q_area::after {
    background: url(../images/common/icon_accordion_close.png) no-repeat 0 0 / contain;
}

.faq .faq_section ul li .a_area{
	padding: 128px 64px 64px;
    position: relative;
    background: #fff;
    display: none;
}

.faq .faq_section ul li .a_area::before {
    content: 'Answer.';
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    font-family: "Lato";
    letter-spacing: 0.02em;
    position: absolute;
    top: 64px;
    left: 64px;
}

.faq .faq_section ul li .a_area p{
    font-size: 24px;
    font-weight: 400;
    line-height: 2.0;
}


.faq .bottom_message{
	width: 1920px;
	margin: 240px auto;
	position: relative;
}

.faq .bottom_message .head_text{
	position: absolute;
	top: 160px;
	left: 160px;
}

.faq .bottom_message .head_text .main_catch{
	font-size: 80px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
}

.faq .bottom_message .head_text .sub_catch{
	font-size: 48px;
	font-weight: 500;
	line-height: 1.6;
}

.faq .bottom_message .image_area{
	padding-left: 540px;
}

.faq .bottom_message .image_area .list_ul{
	width: 1220px;
	margin-top: 80px;
}

.faq .bottom_message .image_area .list_ul li{
	background: #fff;
	margin-bottom: 8px;
	padding: 16px 34px 16px 72px;
	font-size: 24px;
	font-weight: 400;
	line-height: 2.0;
	position: relative;
}

.faq .bottom_message .image_area .list_ul li:last-child{
	margin-bottom: 0;
}

.faq .bottom_message .image_area .list_ul li::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/recruit-midcareer/top/icon_check.png) no-repeat 0 0 / contain;
    position: absolute;
    top: 24px;
    left: 24px;
}

.faq .bottom_message .sub_image{
	width: 400px;
	position: absolute;
	bottom: 0;
	left: 0;
}


.faq .bottom_message{
	width: 100%;
	margin: 12.5vw auto;
}

.faq .bottom_message .head_text{
	top: 8.333333vw;
	left: 8.333333vw;
}

.faq .bottom_message .head_text .main_catch{
	font-size: 4.166667vw;
}

.faq .bottom_message .head_text .sub_catch{
	font-size: 2.5vw;
}

.faq .bottom_message .image_area{
	padding-left: 28.125vw;
}

.faq .bottom_message .image_area .list_ul{
	width: 63.541667vw;
	margin-top: 4.166667vw;
}

.faq .bottom_message .image_area .list_ul li{
	margin-bottom: 0.416667vw;
	padding: 0.833333vw 1.770833vw 0.833333vw 3.75vw;
	font-size: 1.25vw;
}

.faq .bottom_message .image_area .list_ul li::before {
    width: 1.666667vw;
    height: 1.666667vw;
    top: 1.25vw;
    left: 1.25vw;
}

.faq .bottom_message .sub_image{
	width: 20.833333vw;
}








/********************************************************************************
	リッキド用 CSS
********************************************************************************/

@media(max-width:1920px){


.kV_catch{
	padding: 6.25vw 0;
}

.kV_catch .main_catch{
	font-size: 1.25vw;
	margin-bottom: 3.333333vw;
}

.kV_catch .modal_btn{
	width: 26.666667vw;
}

.kV_catch .modal_btn .btn_wrapp{
	height: 5vw;
}

.kV_catch .modal_btn .btn_wrapp::after {
    width: 1.25vw;
    height: 1.25vw;
    right: 1.25vw;
}

.kV_catch .modal_btn .btn_wrapp strong{
	font-size: 1.041667vw;
}


.celebration_banner{
	padding: 6.25vw 0;
}

.celebration_banner .banner_wrapp{
	width: 83.333333vw;
}

.celebration_banner .banner_wrapp .title{
	font-size: 3.333333vw;
	margin-bottom: 2.083333vw;
}

.celebration_banner .banner_wrapp .date{
	font-size: 1.25vw;
	margin-top: 2.083333vw;
}



.consultant{

}

.consultant .cont_wrapp{
	width: 100%;
	padding: 12.5vw 0;
}

.consultant .head_area{
	width: 83.333333vw;
}

.consultant .head_area h2{
	font-size: 8.333333vw;
	margin-bottom: 1.25vw;
}

.consultant .head_area .cons_title_caption{
	font-size: 1.25vw;
}

.consultant .image_wrapp01{
	padding-left: 28.125vw;
}

.consultant .image_wrapp01 .main_catch{
	font-size: 3.125vw;
	top: 8.333333vw;
	left: 8.4375vw;
}

.consultant .image_wrapp01 .main_caption{
	width: 63.541667vw;
	font-size: 1.25vw;
	margin-top: 4.166667vw;
}

.consultant .imabe_block2{
	width: 20.833333vw;
	top: 57.916667vw;
}

.consultant .point_area{
	width: 83.333333vw;
	margin: 8.333333vw auto 0;
}

.consultant .point_area ul li{
	width: 26.666667vw;
}

.consultant .point_area ul li .image_box{
	margin-bottom: 1.666667vw;
}

.consultant .point_area ul li p{
	font-size: 1.458333vw;
}



.case_area{

	padding: 8.333333vw 0 10.416667vw;
}

.case_area .case_wrapp{
	width: 83.333333vw;
}

.case_area .case_wrapp ul{
	margin-bottom: -6.25vw;
}

.case_area .case_wrapp ul li{
	width: 37.5vw;
	margin-bottom: 6.25vw;
}

.case_area .case_wrapp ul li .item{
	font-size: 1.458333vw;
	margin-bottom: 1.302083vw;
}

.case_area .case_wrapp ul li .case_catch{
	font-size: 2.5vw;
	margin-bottom: 2.291667vw;
}

.case_area .case_wrapp ul li .case_caption{
	font-size: 1.25vw;
	margin-bottom: 5.416667vw;
}

.case_area .case_wrapp ul li .link_btn a{
	height: 5vw;
	border: 0.104167vw solid #fff;
}

.case_area .case_wrapp ul li .link_btn a::after {
    width: 1.145833vw;
    height: 1.145833vw;
    right: 1.25vw;
}

.case_area .case_wrapp ul li .link_btn a strong{
	font-size: 1.25vw;
}



.consultant .position{
	padding: 12.5vw 0;
}

.consultant .position .cont_wrapp{
	width: 83.333333vw;
}

.consultant .position .cont_wrapp .head_area{
	margin-bottom: 4.166667vw;
}

.consultant .position .cont_wrapp .head_area .name{
	font-size: 8.333333vw;
	margin-bottom: 1.25vw;
}

.consultant .position .cont_wrapp .head_area .title_caption{
	font-size: 1.25vw;
}

.consultant .position .cont_wrapp .link_block ul{
	margin-bottom: -1.666667vw;
}

.consultant .position .cont_wrapp .link_block ul li{
	width: 40.833333vw;
	margin-bottom: 1.666667vw;
}

.consultant .position .cont_wrapp .link_block ul li a{
	height: 17.34375vw;
}

.consultant .position .cont_wrapp .link_block ul li a::after{
    width: 2.5vw;
    height: 2.5vw;
    bottom: 2.083333vw;
    right: 2.083333vw;
}

.consultant .position .cont_wrapp .link_block ul li a .text_box{
    top: 4.166667vw;
    left: 4.166667vw;
}

.consultant .position .cont_wrapp .link_block ul li a .text_box .title{
	font-size: 3.333333vw;
	margin-bottom: 0.833333vw;
}

.consultant .position .cont_wrapp .link_block ul li a .text_box .title small{
	font-size: 1.25vw;
}

.consultant .position .cont_wrapp .link_block ul li a .text_box .sub{
	font-size: 1.458333vw;
}

.consultant .position .cont_wrapp .position_caption{
	margin-top: 4.166667vw;
	font-size: 1.25vw;
}



.nb_deveropment{

}

.nb_deveropment .cont_wrapp{
	width: 100%;
	padding: 12.5vw 0;
}

.nb_deveropment .cont_wrapp .head_area{
	margin-bottom: 6.25vw;
	margin-left: 8.333333vw;
}

.nb_deveropment .cont_wrapp .head_area h2{
	font-size: 8.333333vw;
	margin-bottom: 1.25vw;
}

.nb_deveropment .cont_wrapp .head_area .title_caption{
	font-size: 1.25vw;
}

.nb_deveropment .cont_wrapp .image_block{
	margin-bottom: 8.333333vw;
}

.nb_deveropment .cont_wrapp .main_capton p{
	font-size: 1.25vw;
}


.nb_deveropment .position{

}

.nb_deveropment .position .cont_wrapp{
	width: 83.333333vw;
}

.nb_deveropment .position .cont_wrapp .name{
    font-size: 8.333333vw;
    margin-bottom: 24px;
}

.nb_deveropment .position .cont_wrapp .head_area .title_caption {
    font-size: 1.25vw;
}

.nb_deveropment .position .cont_wrapp .link_block ul {
    margin-bottom: -1.666667vw;
}

.nb_deveropment .position .cont_wrapp .link_block ul li {
    width: 40.833333vw;
    margin-bottom: 1.666667vw;
}

.nb_deveropment .position .cont_wrapp .link_block ul li a {
    height: 20.677083vw;
}

.nb_deveropment .position .cont_wrapp .link_block ul li:nth-child(4) a,
.nb_deveropment .position .cont_wrapp .link_block ul li:nth-child(3) a {
    height: 17.34375vw;
}

.nb_deveropment .position .cont_wrapp .link_block ul li a::after {
    width: 2.5vw;
    height: 2.5vw;
    bottom: 2.083333vw;
    right: 2.083333vw;
}

.nb_deveropment .position .cont_wrapp .link_block ul li a .text_box {
    top: 4.166667vw;
    left: 4.166667vw;
}

.nb_deveropment .position .cont_wrapp .link_block ul li a .text_box .title {
    font-size: 3.333333vw;
    margin-bottom: 0.833333vw;
}

.nb_deveropment .position .cont_wrapp .link_block ul li a .text_box .sub {
    font-size: 1.458333vw;
}



.process{
}

.process .cont_wrapp{
	width: 83.333333vw;
	padding: 12.5vw 0;
}

.process .cont_wrapp .head_area{
	margin-bottom: 4.166667vw;
}

.process .cont_wrapp .head_area h2{
	font-size: 8.333333vw;
	margin-bottom: 1.25vw;
}

.process .cont_wrapp .head_area .title_caption{
	font-size: 1.875vw;
}

.process .cont_wrapp .process_flow ul li{
	width: 15.833333vw;
	height: 16.979167vw;
	border: 0.208333vw solid #DCDCDC;
}

.process .cont_wrapp .process_flow ul li::after{
    width: 1.041667vw;
    height: 1.041667vw;
    right: -1.354167vw;
}

.process .cont_wrapp .process_flow ul li::before{
	width: 3.385417vw;
	height: 3.385417vw;
	line-height: 3.385417vw;
	font-size: 1.666667vw;
}

.process .cont_wrapp .process_flow ul li .icon{
	width: 6.25vw;
	margin: 4.635417vw auto 0.416667vw;
}

.process .cont_wrapp .process_flow ul li p{
	font-size: 1.458333vw;
}



.ratio{

}

.ratio .cont_wrapp{
	width: 83.333333vw;
	padding: 12.5vw 0;
}

.ratio .cont_wrapp .head_area{
	margin-bottom: 4.166667vw;
}

.ratio .cont_wrapp .head_area h2{
	font-size: 8.333333vw;
	margin-bottom: 1.25vw;
}

.ratio .cont_wrapp .head_area .title_caption{
	font-size: 1.875vw;
}

.ratio .ratio_data ul{
	column-gap: 2.5vw;
	row-gap: 4.166667vw;
}
.ratio .ratio_data ul li{
	width: 26.041667vw;
    transform: translateY(2.083333vw);
}

.ratio .ratio_data ul li .title{
	font-size: 2.5vw;
	margin-bottom: 1.25vw;
    transform: translateY(1.041667vw);
}

.ratio .ratio_data ul li .item{
	width: 17.708333vw;
}


.interview{
	padding: 12.5vw 0 0;
}

.interview::before{
	width: 91.666667vw;
	height: 43.854167vw;
	top: 12.5vw;
}

.interview .head_area{
	width: 83.333333vw;
	margin: 10.416667vw auto 6.25vw;
}

.interview .head_area h2{
	font-size: 8.333333vw;
	margin-bottom: 1.25vw;
}

.interview .head_area .title_caption{
	font-size: 1.875vw;
}

.interview .slider_base{
	width: 100%;
	height: 33.333333vw;

}

.interview .slider_base .slider_wrapp{
	width: 83.4375vw;
	right: -6.770833vw;
}

.interview_slider li{
    padding: 0 0.833333vw;
}

.interview_slider li a .text_box{
    bottom: 2.916667vw;
    left: 2.083333vw;
    right: 2.083333vw;
}

.interview_slider li a .text_box .post{
    font-size: 1.041667vw;
    margin-bottom: -0.625vw;
}

.interview_slider li a .text_box .name{
    font-size: 2.5vw;
    margin-bottom: -0.416667vw;
}

.interview_slider li a .text_box .name_en{
    font-size: 1.25vw;
}

.interview_slider li a .text_box .caption{
    font-size: 0.833333vw;
    margin-top: 2.5vw;
}

.interview_slider li a .text_box .link_btn{
    height: 2.8125vw;
    padding: 0.833333vw 0 0 0.833333vw;
    bottom: -2.916667vw;
    right: -1.302083vw;
}

.interview_slider li a .text_box .link_btn::before {
    left: -1.041667vw;
    width: 6.25vw;
    border-left: 1.041667vw solid transparent;
    border-bottom: 2.8125vw solid #fff;
}

.interview_slider li a .text_box .link_btn strong {
    font-size: 1.25vw;
    padding-right: 1.458333vw;
}

.interview_slider li a .text_box .link_btn strong::after {
    width: 1.041667vw;
    height: 0.416667vw;
}


.slick-prev,
.slick-next {
    top: unset;
    bottom: 0;
    width: 3.333333vw;
    height: 3.333333vw;
}

.slick-prev {
    left: -298px;
}

.slick-next {
	right: unset;
    left: -209px;
}

.slick-prev:before,
.slick-next:before {
    width: 3.333333vw;
    height: 3.333333vw;
}



.our_commitment{
	padding: 12.5vw 0 0;
}

.our_commitment .cont_wrapp{
	width: 83.333333vw;
}

.our_commitment .head_area{
	margin-bottom: 4.166667vw;
}

.our_commitment .head_area h2{
	font-size: 8.333333vw;
	margin-bottom: 1.25vw;
}

.our_commitment .head_area .title_caption{
	font-size: 1.875vw;
}

.our_commitment .prof_wrapp{
	padding-left: 20.833333vw;
	margin-bottom: 11.979167vw;
}

.our_commitment .prof_wrapp .text_block{
	width: 32.291667vw;
	padding: 3.333333vw;
	top: 8.333333vw;
}

.our_commitment .prof_wrapp .text_block .post{
	font-size: 1.25vw;
	margin-bottom: 0.833333vw;
}

.our_commitment .prof_wrapp .text_block .name{
	font-size: 2.5vw;
	margin-bottom: 1.666667vw;
}

.our_commitment .prof_wrapp .text_block .name small{
	font-size: 1.041667vw;
	margin-left: 0.833333vw;
}

.our_commitment .prof_wrapp .text_block .item{
	font-size: 0.9375vw;
	margin-bottom: 0.833333vw;
}

.our_commitment .prof_wrapp .text_block .data{
	font-size: 1.25vw;
}

.our_commitment .comment_area{
	margin-bottom: 8.333333vw;
}

.our_commitment .comment_area .sub_catch{
	font-size: 2.5vw;
}

.our_commitment .comment_area .main_catch{
	font-size: 4.166667vw;
	margin-bottom: 3.333333vw;
}

.our_commitment .comment_area .message_head{
	font-size: 2.5vw;
	margin-bottom: 2.083333vw;
}

.our_commitment .comment_area .message_body p{
	font-size: 1.25vw;
}



.faq{
	padding: 12.5vw 0 0;
}

.faq .cont_wrapp{
	width: 83.333333vw;
}

.faq .head_area{
	margin-bottom: 4.166667vw;
}

.faq .head_area h2{
	font-size: 8.333333vw;
	margin-bottom: 1.25vw;
}

.faq .head_area .title_caption{
	font-size: 1.875vw;
}

.faq .faq_section{
	margin-bottom: 6.25vw;
}

.faq .faq_section h3{
	font-size: 2.916667vw;
	margin-bottom: 2.5vw;
}

.faq .faq_section ul li .q_area{
    font-size: 1.875vw;
    padding: 2.5vw 7.083333vw 2.5vw 5.104167vw;
}

.faq .faq_section ul li .q_area::before {
    font-size: 2.083333vw;
    top: 2.864583vw;
    left: 2.083333vw;
}


.faq .faq_section ul li .q_area::after {
    width: 2.083333vw;
    height: 2.083333vw;
    right: 1.666667vw;
}

.faq .faq_section ul li .a_area{
	padding: 128px 3.333333vw 3.333333vw;
}

.faq .faq_section ul li .a_area::before {
    font-size: 2.083333vw;
    top: 3.333333vw;
    left: 3.333333vw;
}

.faq .faq_section ul li .a_area p{
    font-size: 1.25vw;
}











}


/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:768px){


.kV_catch{
	padding: 21.333333vw 0;
}

.kV_catch .main_catch{
	font-size: 4.266667vw;
	margin-bottom: 10.666667vw;
}

.kV_catch .modal_btn{
	width: 89.333333vw;
}

.kV_catch .modal_btn .btn_wrapp{
	height: 22.4vw;
}

.kV_catch .modal_btn .btn_wrapp::after {
    width: 6.4vw;
    height: 6.4vw;
    right: 6.4vw;
}

.kV_catch .modal_btn .btn_wrapp strong{
	font-size: 4.8vw;
}


.celebration_banner{
	padding: 21.333333vw 5.333333vw;
	background-image: url('../images/recruit-midcareer/top/iwai_bg_sp.webp');
}

.celebration_banner .banner_wrapp{
	width: auto;
}

.celebration_banner .banner_wrapp .title{
	font-size: 8.533333vw;
	margin-bottom: 6.4vw;
}

.celebration_banner .banner_wrapp .date{
	font-size: 4.266667vw;
	margin-top: 6.4vw;
}


.consultant{

}

.consultant .cont_wrapp{
	width: auto;
	padding: 27.733333vw 0;
}

.consultant .head_area{
	width: auto;
	margin: 0 5.333333vw 17.066667vw;
}

.consultant .head_area h2{
	font-size: 12.8vw;
	margin-bottom: 4.266667vw;
}

.consultant .head_area .cons_title_caption{
	font-size: 4.266667vw;
}

.consultant .image_wrapp01{
	padding-left: 0;
}

.consultant .image_wrapp01 .main_catch{
	font-size: 8.533333vw;
	position: relative;
	top: 0;
	left: 0;
	margin: 17.066667vw 5.333333vw 0;
}

.consultant .image_wrapp01 .main_caption{
	width: auto;
	font-size: 4.266667vw;
	margin: 6.4vw 5.333333vw 0;
}

.consultant .imabe_block2{
	display: none;
}

.consultant .point_area{
	width: auto;
	margin: 17.066667vw 5.333333vw 0;
}

.consultant .point_area ul{
	display: block;
}

.consultant .point_area ul li{
	width: auto;
	margin-bottom: 8.533333vw;
}

.consultant .point_area ul li:last-child{
	margin-bottom: 0;
}

.consultant .point_area ul li .image_box{
	margin-bottom: 4.266667vw;
}

.consultant .point_area ul li p{
	font-size: 4.8vw;
}



.case_area{
	padding: 21.333333vw 5.333333vw;
}

.case_area .case_wrapp{
	width: auto;
	margin: 0 auto;
}

.case_area .case_wrapp ul{
	display: block;
	margin-bottom: 0;
}

.case_area .case_wrapp ul li{
	width: auto;
	margin-bottom: 18.133333vw;
}

.case_area .case_wrapp ul li:last-child{
	margin-bottom: 0;
}

.case_area .case_wrapp ul li .item{
	font-size: 4.8vw;
	margin-bottom: 6.666667vw;
}

.case_area .case_wrapp ul li .case_catch{
	font-size: 6.4vw;
	margin-bottom: 5.333333vw;
}

.case_area .case_wrapp ul li .case_caption{
	font-size: 4.266667vw;
	margin-bottom: 6.4vw;
}

.case_area .case_wrapp ul li .link_btn{
	width: 100%;
}

.case_area .case_wrapp ul li .link_btn a{
	height: 21.333333vw;
	border: 0.533333vw solid #fff;
}

.case_area .case_wrapp ul li .link_btn a::after {
    width: 5.866667vw;
    height: 5.866667vw;
    right: 6.4vw;
}

.case_area .case_wrapp ul li .link_btn a strong{
	font-size: 4.8vw;
}



.consultant .position{
	padding: 27.733333vw 5.333333vw;
}

.consultant .position .cont_wrapp{
	width: auto;
	margin: 0 5.333333vw;
}

.consultant .position .cont_wrapp .head_area{
	margin: 0 0 17.066667vw;
}

.consultant .position .cont_wrapp .head_area .name{
	font-size: 12.8vw;
	margin-bottom: 4.266667vw;
}

.consultant .position .cont_wrapp .head_area .title_caption{
	font-size: 4.266667vw;
}

.consultant .position .cont_wrapp .link_block{

}

.consultant .position .cont_wrapp .link_block ul{
	display: block;
	margin-bottom: 0;
}

.consultant .position .cont_wrapp .link_block ul li{
	width: auto;
	margin-bottom: 4.266667vw;
}

.consultant .position .cont_wrapp .link_block ul li:last-child{
	margin-bottom: 0;
}

.consultant .position .cont_wrapp .link_block ul li a{
	height: auto;
	padding: 8.533333vw 8.533333vw 23.466667vw;
}

.consultant .position .cont_wrapp .link_block ul li a::after{
    width: 8.533333vw;
    height: 8.533333vw;
    bottom: 8.533333vw;
    right: 8.533333vw;
}

.consultant .position .cont_wrapp .link_block ul li a .text_box{
    position: static
}

.consultant .position .cont_wrapp .link_block ul li a .text_box .title{
	font-size: 9.6vw;
	margin-bottom: 4.266667vw;
}

.consultant .position .cont_wrapp .link_block ul li a .text_box .title small{
	font-size: 3.733333vw;
	line-height: 1.0;
}

.consultant .position .cont_wrapp .link_block ul li a .text_box .sub{
	font-size: 4.8vw;
}

.consultant .position .cont_wrapp .position_caption{
	margin-top: 10.666667vw;
	font-size: 4.266667vw;
}



.nb_deveropment{

}

.nb_deveropment .cont_wrapp{
	width: auto;
	padding: 27.733333vw 0;
}

.nb_deveropment .cont_wrapp .head_area{
	margin: 0 5.333333vw 17.066667vw;
}

.nb_deveropment .position .cont_wrapp .head_area{
	margin: 0 5.333333vw 17.066667vw;
}

.nb_deveropment .cont_wrapp .head_area h2{
	font-size: 12.8vw;
	margin-bottom: 4.266667vw;
}

.nb_deveropment .cont_wrapp .head_area .title_caption{
	font-size: 4.266667vw;
}

.nb_deveropment .cont_wrapp .image_block{
	margin-bottom: 10.666667vw;
}

.nb_deveropment .cont_wrapp .main_capton{
	margin: 0 5.333333vw;
}

.nb_deveropment .cont_wrapp .main_capton p{
	font-size: 4.266667vw;
	text-align: left;
}


.nb_deveropment .position{

}

.nb_deveropment .position .cont_wrapp{
	width: auto;
	margin: 0 auto;
}

.nb_deveropment .position .cont_wrapp .name{
    font-size: 12.8vw;
    margin-bottom: 4.266667vw;
}

.nb_deveropment .position .cont_wrapp .head_area .title_caption {
    font-size: 4.266667vw;
}

.nb_deveropment .position .cont_wrapp .link_block ul {
    display: block;
    margin: 0 5.333333vw;
}

.nb_deveropment .position .cont_wrapp .link_block ul li {
    width: auto;
    margin-bottom: 4.266667vw;
}

.nb_deveropment .position .cont_wrapp .link_block ul li:last-child{
    margin-bottom: 0;
}

.nb_deveropment .position .cont_wrapp .link_block ul li a {
    height: auto;
    padding: 8.533333vw 8.533333vw 23.466667vw;
}

.nb_deveropment .position .cont_wrapp .link_block ul li:nth-child(4) a,
.nb_deveropment .position .cont_wrapp .link_block ul li:nth-child(3) a {
    height: auto;
}

.nb_deveropment .position .cont_wrapp .link_block ul li a::after {
    width: 8.533333vw;
    height: 8.533333vw;
    bottom: 8.533333vw;
    right: 8.533333vw;
}

.nb_deveropment .position .cont_wrapp .link_block ul li a .text_box {
    position: static;
}

.nb_deveropment .position .cont_wrapp .link_block ul li a .text_box .title {
    font-size: 9.6vw;
    margin-bottom: 4.266667vw;
}

.nb_deveropment .position .cont_wrapp .link_block ul li a .text_box .sub {
    font-size: 4.8vw;
}



.process{

}

.process .cont_wrapp{
	width: auto;
	padding: 27.733333vw 5.333333vw;
}

.process .cont_wrapp .head_area{
	margin-bottom: 17.066667vw;
}

.process .cont_wrapp .head_area h2{
	font-size: 12.8vw;
	margin-bottom: 4.266667vw;
}

.process .cont_wrapp .head_area .title_caption{
	font-size: 5.866667vw;
}

.process .cont_wrapp .process_flow{

}

.process .cont_wrapp .process_flow ul{
	display: block;
}

.process .cont_wrapp .process_flow ul li{
	width: auto;
	height: 53.333333vw;
	border: 0.533333vw solid #DCDCDC;
	margin-bottom: 5.333333vw;
}

.process .cont_wrapp .process_flow ul li:last-child{
	margin-bottom: 0;
}

.process .cont_wrapp .process_flow ul li::after{
    width: 5.333333vw;
    height: 5.333333vw;
    top: unset;
    right: unset;
    bottom: -5.333333vw;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
}

.process .cont_wrapp .process_flow ul li:last-child::after{
    content: none;
}

.process .cont_wrapp .process_flow ul li::before{
	width: 10.666667vw;
	height: 10.666667vw;
	line-height: 10.666667vw;
	font-size: 5.333333vw;
}

.process .cont_wrapp .process_flow ul li .icon{
	width: 21.333333vw;
	margin: 14.933333vw auto 1.066667vw;
}

.process .cont_wrapp .process_flow ul li p{
	font-size: 4.8vw;
}



.ratio{

}

.ratio .cont_wrapp{
	width: auto;
	padding: 27.733333vw 5.333333vw;
}

.ratio .cont_wrapp .head_area{
	margin-bottom: 17.066667vw;
}

.ratio .cont_wrapp .head_area h2{
	font-size: 12.8vw;
	margin-bottom: 4.266667vw;
}

.ratio .cont_wrapp .head_area .title_caption{
	font-size: 5.866667vw;
}

.ratio .ratio_data{

}

.ratio .ratio_data ul{
	margin-bottom: -10.666667vw;
	justify-content: flex-start;
}

.ratio .ratio_data ul li{
	width: 46.4%;
	margin: 0 4.2% 10.666667vw 0;
    transform: translateY(5.333333vw);
}

.ratio .ratio_data ul li:nth-child(even){
	margin-right: 0;
}

.ratio .ratio_data ul li:last-child{
	width: 100%;
	margin: 0;
}

.ratio .ratio_data ul li .title{
	font-size: 5.333333vw;
	margin-bottom: 10.666667vw;
    transform: translateY(2.666667vw);
}

.ratio .ratio_data ul li:last-child .title{
	font-size: 10.666667vw;
}

.ratio .ratio_data ul li .item{
	width: 100%;
}

.ratio .ratio_data ul li:last-child .item{
	width: 58.666667vw;
}

.interview{
	padding: 27.733333vw 0 21.333333vw;
}

.interview::before{
	width: 100%;
	height: 107.466667vw;
	background-image: url('../images/recruit-midcareer/top/interview_image_sp.webp');
	top: 0;
}

.interview .head_area{
	width: auto;
	margin: 0 5.333333vw 17.066667vw;
}

.interview .head_area h2{
	font-size: 12.8vw;
	margin-bottom: 4.266667vw;
}

.interview .head_area .title_caption{
	font-size: 5.866667vw;
}

.interview .slider_base{
	width: auto;
	height: auto;

}

.interview .slider_base .slider_wrapp{
	width: auto;
	position: static;
}

.interview_slider li{
    padding: 0 2.6vw;
}

.interview_slider li a{

}

.interview_slider li a .image{
    aspect-ratio: 1 / 1;
}

.interview_slider li a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.interview_slider li a .image::after{
    content: none;
}

.interview_slider li a .text_box{
    position: static;
    padding: 6.4vw 6.4vw 16.533333vw;
    color: #000;
    box-sizing: border-box;
}

.interview_slider li a .text_box .post{
    font-size: 4.266667vw;
    margin-bottom: -1.6vw;
}

.interview_slider li a .text_box .name{
    font-size: 5.333333vw;
    margin-bottom: -1.066667vw;
}

.interview_slider li a .text_box .name_en{
    font-size: 3.733333vw;
    letter-spacing: 0.02em;
}

.interview_slider li a .text_box .caption{
    font-size: 3.733333vw;
    font-weight: 400;
    line-height: 2.0;
    margin-top: 5.333333vw;
}

.interview_slider li a .text_box .link_btn{
    display: inline-block;
    width: auto;
    height: 12.266667vw;
    padding: 3.2vw 3.2vw 0 0;
    background: #0090C5;
    bottom: -0;
    right: 2.666667vw;
}

.interview_slider li a .text_box .link_btn::before {
    left: -8.533333vw;
    width: 32vw;
    border-left: 5.333333vw solid transparent;
    border-bottom: 12.266667vw solid #0090C5;
}

.interview_slider li a .text_box .link_btn strong {
    font-size: 4.8vw;
    color: #fff;
    padding-right: 7.466667vw;
}

.interview_slider li a .text_box .link_btn strong::after {
    width: 5.333333vw;
    height: 2.133333vw;
}


.slick-prev,
.slick-next {
    top: unset;
    bottom: -21.333333vw;
    width: 10.666667vw;
    height: 10.666667vw;
}

.slick-prev {
    left: 30.666667vw;
    right: unset;
}

.slick-next {
	left: unset;
    right: 30.666667vw;
}

.slick-prev:before,
.slick-next:before {
    width: 10.666667vw;
    height: 10.666667vw;
}

.slick-next:before {
    transform: scale(-1, 1);
}



.our_commitment{
	padding: 17.066667vw 0 0;
}

.our_commitment .cont_wrapp{
	width: auto;
	margin: 0 auto;
}

.our_commitment .head_area{
	margin: 0 5.333333vw 17.066667vw;
}

.our_commitment .head_area h2{
	font-size: 12.8vw;
	margin-bottom: 4.266667vw;
}

.our_commitment .head_area .title_caption{
	font-size: 5.866667vw;
}

.our_commitment .prof_wrapp{
	padding-left: 5.333333vw;
	margin-bottom: 0;
}

.our_commitment .prof_wrapp .text_block{
	width: 94.666667vw;
	padding: 10.666667vw 5.333333vw;
	position: relative;
	top: 0;
	left: -5.333333vw;
	margin: -11.733333vw 0 17.066667vw;
}

.our_commitment .prof_wrapp .text_block .post{
	font-size: 4.266667vw;
	margin-bottom: 2.133333vw;
}

.our_commitment .prof_wrapp .text_block .name{
	font-size: 6.4vw;
	margin-bottom: 8.533333vw;
}

.our_commitment .prof_wrapp .text_block .name small{
	font-size: 3.2vw;
	margin-left: 4.266667vw;
}

.our_commitment .prof_wrapp .text_block .item{
	font-size: 3.733333vw;
	line-height: 1.0;
	letter-spacing: 0.08em;
	margin-bottom: 2.133333vw;
}

.our_commitment .prof_wrapp .text_block .data{
	font-size: 4.266667vw;
}

.our_commitment .comment_area{
	margin: 0 5.333333vw 27.733333vw;
}

.our_commitment .comment_area .sub_catch{
	font-size: 6.4vw;
	margin-bottom: -1.066667vw;
}

.our_commitment .comment_area .main_catch{
	font-size: 10.666667vw;
	margin-bottom: 10.666667vw;
}

.our_commitment .comment_area .message_head{
	font-size: 6.4vw;
	margin-bottom: 6.4vw;
}

.our_commitment .comment_area .message_body p{
	font-size: 4.266667vw;
}



.faq{
	padding: 27.733333vw 5.333333vw 0;
}

.faq .cont_wrapp{
	width: auto;
}

.faq .head_area{
	margin-bottom: 17.066667vw;
}

.faq .head_area h2{
	font-size: 12.8vw;
	margin-bottom: 4.266667vw;
}

.faq .head_area .title_caption{
	font-size: 5.866667vw;
}

.faq .faq_section{
	margin-bottom: 12.8vw;
}

.faq .faq_section h3{
	font-size: 7.466667vw;
	margin-bottom: 6.4vw;
}

.faq .faq_section ul{

}

.faq .faq_section ul li{

}

.faq .faq_section ul li.active {

}

.faq .faq_section ul li .q_area{
	font-size: 4.8vw;
	padding: 6.4vw 17.866667vw 6.4vw 15.2vw;
}

.faq .faq_section ul li .q_area::before {
	font-size: 6.4vw;
	top: 6.933333vw;
	left: 5.333333vw;
}


.faq .faq_section ul li .q_area::after {
	width: 8.533333vw;
	height: 8.533333vw;
	right: 5.333333vw;
}

.faq .faq_section ul li .a_area{
	padding: 19.2vw 4.266667vw 6.4vw;
}

.faq .faq_section ul li .a_area::before {
	font-size: 6.4vw;
	top: 6.4vw;
	left: 4.266667vw;
}

.faq .faq_section ul li .a_area p{
	font-size: 4.266667vw;
}


.faq .bottom_message{
	width: auto;
	margin: 27.733333vw -5.333333vw;
}

.faq .bottom_message .head_text{
	position: static;
	margin: 0 5.333333vw 10.666667vw;
}

.faq .bottom_message .head_text .main_catch{
	font-size: 10.666667vw;
	margin-bottom: 1.066667vw;
}

.faq .bottom_message .head_text .sub_catch{
	font-size: 6.4vw;
}

.faq .bottom_message .image_area{
	padding-left: 0;
}

.faq .bottom_message .image_area .list_ul{
	width: auto;
	margin: 10.666667vw 5.333333vw 0;
}

.faq .bottom_message .image_area .list_ul li{
	margin-bottom: 1.066667vw;
	padding: 3.2vw 4.266667vw 3.2vw 12.800000vw;
	font-size: 4.266667vw;
	line-height: 1.6;
}

.faq .bottom_message .image_area .list_ul li::before {
    width: 5.333333vw;
    height: 5.333333vw;
    top: 3.733333vw;
    left: 4.266667vw;
}

.faq .bottom_message .sub_image{
	display: none
}

















}
