@charset "UTF-8";
/* CSS Document */

#recruit_interview{
	margin-bottom: 7.69%;
}
#recruit_view_top{
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 11.53%;
    box-sizing: border-box;
}
#recruit_view_top_L{
    width: 59.23%;
    margin-top: 6.15%;
    margin-right: -30%;
    position: relative;
    overflow: hidden;
}
#recruit_view_top_L img{
	width: 100%;
  height: auto;
  display: block;
  /* 右辺を斜めにカット */
  clip-path: polygon(0 0, 69.6% 0, 100% 100%, 0 100%);
}
#recruit_view_top_R{
    width: 66.15%;
    margin-left: auto;
    z-index: 1;
    background-image: url("../images/recruit_view_top_bg.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6.92% 16.15%;
    padding-right: 0;
    padding-bottom: 7.69%;
    box-sizing: border-box;
}
.interview_img-num{
	box-sizing: border-box;
	display: flex;
    align-items: center;
    width: 100%;
	margin-bottom: 6.92%;
}
.interview_img{
	box-sizing: border-box;
	width: 176px;
	z-index: 2;
}
.interview_img img{
	box-sizing: border-box;
	width: 100%;
}
.interview_num{
	box-sizing: border-box;
	margin-left: -3.84%;
	font-size: 88px;
	line-height: 1em;
	font-weight: 500;
	color: #FFFFFF;
	letter-spacing:6.4px;
	z-index: 1;
}
#recruit_view_name{
	padding-left:10%;
}
#recruit_view_name h2{
	font-size: 50px;
	line-height: 1em;
	font-weight: 600;
}
#recruit_view_name .eng{
	margin-top: 6.15%;
	padding-left:7.69%;
	font-size: 32px;
	line-height: 1em;
	font-weight: 500;
	color: #75fbb0B3;
}
#recruit_view_job{
	margin-top: 6.92%;
	font-size: 24px;
	line-height: 1em;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: #FFFFFF;
	padding: 6px 16px;
	background-color: #002236;
	margin-left: 26.92%;
}


#recruit_view_main{
    padding-left: 6.15%;
    padding-right: 6.15%;
}
.recruit_view_each{
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3.84%;
    margin-bottom: 9.23%;
    box-sizing: border-box;
}
.recruit_view_each:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 87.69%;
    height: 75.38%;
    background: #f7f8fb;
    z-index: -1;
}
.recruit_view_each.reverce{
	flex-direction: row-reverse;
}
.recruit_view_each.reverce:before{
	left: 0;
	background-position: left 3.07% top 5.38%,right 40% bottom 10%;
	height: 79.23%;
}
.recruit_view_image-box{
    z-index: 1;
    width: 40.76%;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 16px #AFAFAF;
    box-shadow: 0px 0px 16px #AFAFAF;
}
.recruit_view_image-box img{
	width: 100%;
}
.recruit_view_tit-txt {
    z-index: 1;
    width: 54.61%;
    box-sizing: border-box;
    margin-top: -48px;
}
.recruit_view_tit-txt h2 {
    font-size: 38px;
    margin-bottom: 0;
    line-height: 1.5em;
    min-width: 457px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
	padding: 6.15% 7.69%;
	padding-bottom: 0;
	padding-right: 0;
    background-image: url(../images/arrow_gray.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 26.92% auto;
}
.recruit_view_text-box{
    box-sizing: border-box;
    padding-right: 9.23%;
    padding-bottom: 3.07%;
    background-image: url("../images/mark_l.svg"),url("../images/mark_r.svg");
    background-position: left top,right 9.23% bottom;
    background-size: 28px auto,28px auto;
    background-repeat: no-repeat,no-repeat;
    margin-top: 10.76%;
    padding-top: 6.15%;
}

.recruit_view_each.reverce .recruit_view_text-box{
	padding-left: 9.23%;
	padding-right: 0;
	background-position: left 9.23% top,right 0% bottom;
} 
.recruit_view_text-box p {
    font-size: 16px;
    line-height: 2em;
    font-weight: 500;
}
