


section.contents_title_section {

}

section.contents_title_section > div.wraper {
	width: 100%;
	/* max-width: 1400px; */
	margin: 0 auto;
		font-feature-settings : "palt";
}

.sp{
	display: none;
}

/* menu
--------------------------------------------------*/
section.interview_menu_section {

}

section.interview_menu_section > div.wraper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	/* max-width: 1400px; */
	margin: 0 auto;
}

div.interview_link {
  width: 25%;
	height: 55px;
	color: #333;
}
div.interview_link.active {
	background-color: #333;
	color: #FFF;
}
div.interview_link.active > a{
	color: #FFF;
}

div.interview_link > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 16px;
	box-sizing: border-box;
	border: solid 1px #333;
	text-decoration: none;
	color: #333;
	font-weight: 500;
	letter-spacing: 0.1rem;
}
div.interview_link > a:hover{
	background-color: #333;
	color: #FFF;
}

div.interview_link > a > span{
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

/* interview index
--------------------------------------------------*/
div.interview_index_con{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 10%;
}
section.interview_index_section{
	width: 49%;
	margin: 0 0 5%;
}
.interview_seat_b{
	width: 50%;
	min-height: 270px;
	padding: 9rem 1rem 9rem;
	background: rgba(40,128,161,0.65);
	text-align: center;
}
.interview_seat_b.interview_right{
	margin-left: auto;
}
section.interview_index_section .interview_seat_b > h3{
	margin: 3% 0 0;
	color: #FFF;
	font-size: 2.2rem;
	letter-spacing: 0.3rem;
	line-height: 150%;
}
section.interview_index_section .interview_seat_b > span{
	color: #FFF;
	font-weight: 400;
	letter-spacing: 0.2rem;
}
.interview_seat_w{
	width: 50%;
	min-height: 270px;
	padding: 9rem 1rem 9rem;
	background: rgba(255,255,255,0.8);
	text-align: center;
}
.interview_seat_w.name_two{
	width: 50%;
	padding: 6.7rem 1rem 9rem;
}
.interview_seat_w.interview_right{
	margin-left: auto;
}
section.interview_index_section .interview_seat_w > h3{
	margin: 3% 0 0;
	color: #1c7691;
	font-size: 2.2rem;
	letter-spacing: 0.3rem;
	line-height: 150%;
}
section.interview_index_section .interview_seat_w > span{
	color: #1c7691;
	font-weight: 400;
	letter-spacing: 0.2rem;
}
div.top_article_a_area a.top_article_a > span.link_box {
    bottom: 20%;
    left: 10%;
		border: 1px solid #006890;
}
div.interview_right div.top_article_a_area a.top_article_a > span.link_box {
    bottom: 10%;
		left:60%;
		border: 1px solid #006890;
}
section.interview_index_section div.wraper.people_01{
	background: url(../img/people/index_img_01.png) no-repeat;
	background-size: cover;
}
section.interview_index_section div.wraper.people_02{
	background: url(../img/people/index_img_02.png) no-repeat;
	background-size: cover;
}
section.interview_index_section div.wraper.people_03{
	background: url(../img/people/index_img_03.png) no-repeat;
	background-size: cover;
}
section.interview_index_section div.wraper.people_04{
	background: url(../img/people/index_img_04.png) no-repeat;
	background-size: cover;
}
section.interview_index_section div.wraper.people_05{
	background: url(../img/people/index_img_05.png) no-repeat;
	background-size: cover;
}
section.interview_index_section div.wraper.people_06{
	background: url(../img/people/index_img_06.png) no-repeat;
	background-size: cover;
}
section.interview_index_section div.wraper.people_07{
	background: url(../img/people/index_img_07.png) no-repeat;
	background-size: cover;
}

/* interview image
--------------------------------------------------*/
/*
section.interview_main_image_section {
	margin-bottom: 115px;
} */

section.interview_main_image_section > div.wraper {
	position: relative;
	width: 100%;
	/* max-width: 1400px; */
	margin: 0 auto;
}
section.interview_main_image_section > div.wraper img{
	width: 100%;
}
section.interview_main_image_section > div.wraper > div {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

div.interview_main_box {
	position: absolute;
	right: 0;
	bottom: -100px;
	width: 380px;
	height: 230px;
	padding: 40px 30px 40px 35px;
	background: -moz-linear-gradient(left, #066398 0%, #119499 100%);
	background: -webkit-linear-gradient(left, #066398 0%, #119499 100%);
	background: linear-gradient(to right, #066398 0%, #119499 100%);
	color: #FFF;
}


div.interview_main_box > h6 {
	font-size: 15px;
}
div.interview_main_box > h3 {
	font-size: 20px;
	margin: 0.5rem 0 1.5rem 0;
		font-feature-settings : "palt";
}
div.interview_main_box > p {
	font-size: 14px;
	line-height: 180%;
}



/* interview 1
--------------------------------------------------*/
section.interview_content_section {
	margin-bottom: 55px;
}

section.interview_content_section > div.wraper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

section.interview_content_section > div.wraper_r {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	position: relative;
	width: 100%;
	max-width: 90%;
	margin: 0 0 0 auto;
}
section.interview_content_section > div.wraper_c {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
}
section.interview_content_section > div.wraper_l {
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: flex-start;
	position: relative;
	width: 100%;
	max-width: 90%;
	margin: 0 auto 0 0;
}
section.interview_content_section > div.wraper_r div.interview_content_str {
	width: 37%;
	margin-right: 6%;
}
section.interview_content_section > div.wraper_c div.interview_content_str {
	width: 37%;
	margin-right: 6%;
}
section.interview_content_section > div.wraper_l div.interview_content_str {
	width: 37%;
	margin-left: 6%;
}
div.interview_content_str > div.wraper {
}
div.interview_content_str > div.wraper > h2 {
	width: calc(100% - 37.5px);
	font-size: 2.1rem;
	font-weight: 600;
	letter-spacing: 0.5rem;
  margin-top: 0;
}
div.interview_content_str > div.wraper > p {
	width: 100%;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 240%;
	letter-spacing: 0.05rem;
}

section.interview_content_section > div.wraper_r  div.interview_content_img {
	width: 52%;
	margin-top: 7%;
}
section.interview_content_section > div.wraper_c div.interview_content_img {
	width: 46.5%;
}
section.interview_content_section > div.wraper_l div.interview_content_img {
	width: 52%;
}


img#eigyo2 {
	position: relative;
	width: 100%;
}
img#eigyo3 {
	position: relative;
	width: 60%;
}
img#eigyo4 {
	position: relative;
	width: 100%;
}




/*左*/
div.interview_main_box.interview_left_box {
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 380px;
    height: 230px;
    padding: 40px 30px 40px 35px;
    background: -moz-linear-gradient(left, #066398 0%, #119499 100%);
    background: -webkit-linear-gradient(left, #066398 0%, #119499 100%);
    background: linear-gradient(to right, #066398 0%, #119499 100%);
    color: #FFF;
}
div.interview_main_box.interview_left_box.w_plus{
	width: 440px;
}
section.interview_content_section > div.wraper_c.interview_left_box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap-reverse;
	position: relative;
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
}
section.interview_content_section > div.wraper_c.interview_left_box div.interview_content_img {
    width: 46.5%;
		text-align:right;
}
section.interview_content_section > div.wraper_c.interview_left_box div.interview_content_str {
    width: 37%;
    margin-right: 0;
		margin-left: 6%;
}
section.interview_content_section > div.wraper_l.interview_left_box div.interview_content_img {
	width: 52%;
	margin-top: 7%;
}

section.interview_content_section > div.wraper_r.interview_left_box div.interview_content_img {
	width: 53%;
	margin-top: 0;
}








/* message
--------------------------------------------------*/
section.interview_message_section {
	background-image: url(../img/people/eigyo/message_for_you.png);
	background-repeat: no-repeat;
	background-position: left 15%;
	margin-top: 10%;
}
div.message_wraper {
	width: 100%;
	height: 100%;
	padding: 135px 0;
	background-color: rgba(40, 128, 163, 0.65);
}

div.message_wraper > div.wraper {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	color: #FFF;
}

h2.message_h2 {
	margin-bottom: 2%;
	font-size: 26px;
	letter-spacing: 0.5rem;
}
p.message_p {
	margin: 0;
	font-size: 14px;
	line-height: 2.3em;
}




/*
--------------------------------------------------*/
section.interview_info_section {
	padding: 100px 0 50px;
	background-color: #DDD;
}
section.interview_info_section > div.wraper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
div.schedule {
	position: relative;
	width: calc(50% - 30px);
	padding: 100px 0 50px 0;
	background-color: #FFF;
}
div.correlation {
	position: relative;
	width: calc(50% - 30px);
	padding: 100px 0 25px 0;
	background-color: #FFF;
}
div.correlation.p_plus {
    position: relative;
    width: calc(50% - 30px);
    padding: 100px 0 100px 0;
    background-color: #FFF;
}
div.info_label_area {
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
	width: 250px;
	height: 85px;
	padding: 20px 0;
	background: -moz-linear-gradient(left, #066398 0%, #119499 100%);
	background: -webkit-linear-gradient(left, #066398 0%, #119499 100%);
	background: linear-gradient(to right, #066398 0%, #119499 100%);
	color: #FFF;
}
h2.info_label {
	margin: 0 0 8px 0;
	font-size: 18px;
	text-align: center;
}
div.info_bar {
	width: 80px;
	margin: 0 auto 8px auto;
	/*border-bottom: solid 1px #333;*/
	border-bottom: solid 1px #FFF;
}
div.info_label_area > span {
	display: block;
	width: 100%;
	font-size: 8px;
	text-align: center;
}
div.schedule_row {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 60px);
	padding: 1rem 0;
}
div.schedule_line {
	position: relative;
	width: 70px;
}
span.line {
	display: block;
	width: 100%;
	margin-top: 9px;
	border-bottom: solid 1px #C3C3C3;
}
div.schedule_time {
	width: 3.8em;
	padding-left: 0.5em;
	font-size: 14px;
	color: #333;
	font-weight: 600;
}
div.schedule_text {
	width: calc(100% - 133px);
	font-size: 12px;
}
div.correlation_box {
	margin: 10px 0;
}
div.correlation_row {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}
div.correlation_row > div:nth-child(1) {
	width: 40%;
}
div.correlation_row > div:nth-child(2) {
	width: 20%;
}
div.correlation_row > div:nth-child(3) {
	width: 40%;
}
div.correlation_row > div > a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #333;
}
div.correlation_row > div > a:hover {
	opacity: 0.7;
	color: #00689a;
}
div.correlation_row > div > a:hover > span {
	color: #00689a;
}
div.correlation_row > div > a.no_link:hover {
	opacity: 1;
	color: #333;
}
div.correlation_row > div > a.no_link:hover > span {
	color: #333;
}
div.correlation_row > div > a > span {
	display: block;
	width: 100%;
	font-size: 12px;
	text-align: center;
	color: #333;
}
div.correlation_row > div > a > img {
	display: block;
	margin: 0 auto;
}
div.job_name {
	position: relative;
	width: 100%;
	font-size: 14px;
	height: 48px;
}
div.job_name > span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	font-weight: bold;
}
div.correlation_row_middle {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}
div.middle_left {
	position: relative;
	width: 35%;
}
div.middle_left > img {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
div.middle_center {
	position: relative;
	width: 30%;
}
div.middle_center > img {
	display: block;
	margin: 0 auto;
}
div.middle_center > span {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #00689d;
}
div.middle_right {
	position: relative;
	width: 35%;
}
div.middle_right > img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
section.interview_bottom_section {
	padding: 50px 0 75px 0;
}
section.interview_bottom_img_section img {
    width: 100%;
}
section.interview_bottom_section > div.wraper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}


div.bottom_link_left {
	width: 350px;
	height: 65px;
	border: solid 2px #333;
}
div.bottom_link_left > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: 400;
  color: #333;
  letter-spacing: 0.2rem;
	transition: 0.3s;
}

div.bottom_link_left > a > span.link_title {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
div.bottom_link_left > a > span.glyphicon {
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}



div.bottom_link_center {
	width: calc(100% - 700px);
	text-align: center;
}
div.bottom_link_center img {
	display: block;
	margin: 0 auto 15%;
}
div.bottom_link_center > a {
	display: block;
	width: 60px;
	margin: 0 auto;
	color: #333;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
}



div.bottom_link_right {
	width: 350px;
	height: 65px;
	border: solid 2px #333;
}
div.bottom_link_right > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #333;
	text-align: center;
	font-weight: 400;
  letter-spacing: 0.2rem;
	transition: 0.3s;
}

div.bottom_link_right > a > span.link_title {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
div.bottom_link_right > a > span.glyphicon {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

div.bottom_link_right > a:hover,
div.bottom_link_left > a:hover {
	color: #FFF;
	background-color: #333;
}
div.bottom_link_right > a:hover  > span.glyphicon,
div.bottom_link_right > a:left  > span.glyphicon {
	color: #FFF;
}







div.parawraper {
	position: relative;
	overflow: hidden;
	padding-top: 120px;
}


div.bg_01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/people/para.png) repeat-x;
	z-index: -5;
}

div.bg_02 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/people/para2.png);
	z-index: -5;
}

/* div.bg_03 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/people/para3.png);
} */






@media screen and (max-width: 960px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	/* interview index
	--------------------------------------------------*/
	section.interview_index_section {
	    width: 90%;
	    margin: 0 auto 5%;
	}

	div.top_article_a_area a.top_article_a > span.link_box {
		  width: 30%;
	    bottom: 10%;
	    left: 10%;
	    border: 1px solid #006890;
	}
	div.top_article_a_area a.top_article_a > span.link_box > span.read_more {
	    left:20%;
	}
	div.top_article_a_area a.top_article_a > span.link_box > span.read_more img{
		width:100%;
	}
	.interview_seat_b {
	    width: 50%;
	    min-height: 10px;
	    padding: 6rem 1rem 6.5rem;
	}
	.interview_seat_w.name_two {
    width: 50%;
    padding: 5rem 1rem 6.5rem;
	}
	.interview_seat_w {
	    width: 50%;
	    min-height: 10px;
	    padding: 6rem 1rem 6.5rem;
	    background: rgba(255,255,255,0.8);
	    text-align: center;
	}
	/* interview page
	--------------------------------------------------*/
	div.interview_content_str > div.wraper > p {
	    font-size: 1.8rem;
			font-weight: 400;
			line-height: 220%;
	}
	div.parawraper {
		padding-top: 30px;
	}
	section.interview_main_image_section > div.wraper {
	    padding-bottom: 25%;
			overflow: hidden;
	}
	section.interview_main_image_section > div.wraper img{
		width: 200%;
		margin-left: -50%;
	}
	div.interview_link {
	    width: 50%;
	    height: 45px;
	}
	div.interview_link > a {
    font-size: 1.3rem;
    letter-spacing: 0rem;
}

div.interview_main_box,
div.interview_main_box.interview_left_box,
div.interview_main_box.interview_left_box.w_plus {
	    position: absolute;
	    right: 0;
	    bottom: -80px;
	    width: 100%;
			height: auto;
	    padding: 5% 5%;
}
div.interview_main_box > h6 {
    font-size: 1.5rem;
}
div.interview_main_box > h3 {
    font-size: 2rem;
}
div.interview_main_box > p {
    font-size: 1.4rem;
    line-height: 180%;
}
div.interview_content_str > div.wraper > h2 {
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: 0.3rem;
		line-height: 180%;
}
	section.interview_content_section > div.wraper_r {
    margin: 5% auto;
	}
	section.interview_content_section > div.wraper_l {
    margin: 0 auto;
}
	section.interview_content_section > div.wraper_r div.interview_content_str {
	    width: 100%;
	    margin-right: 0;
	}
	section.interview_content_section > div.wraper_c div.interview_content_str,
	section.interview_content_section > div.wraper_c.interview_left_box div.interview_content_str {
    width: 100%;
    margin-right: 0;
		margin-left: 0;
	}
	section.interview_content_section > div.wraper_l div.interview_content_str {
	    width: 100%;
	    margin-left: 0;
	}
	section.interview_content_section > div.wraper_r div.interview_content_img,
	section.interview_content_section > div.wraper_r.interview_left_box div.interview_content_img {
	    width: 100%;
	    margin: 3% 0 5%;
	}
	section.interview_content_section > div.wraper_c div.interview_content_img,
	section.interview_content_section > div.wraper_c.interview_left_box div.interview_content_img {
	    width: 100%;
			text-align: center;
			margin: 3% 0 5%;
	}
	section.interview_content_section > div.wraper_l div.interview_content_img,
	section.interview_content_section > div.wraper_l.interview_left_box div.interview_content_img  {
	    width: 100%;
			margin: 3% 0 5%;
	}
	img#eigyo3 {
	    position: relative;
	    width: 100%;
	}
	h2.message_h2 {
	    margin-bottom: 5%;
	    font-size: 2.5rem;
	    letter-spacing: 0.2rem;
	}
	section.interview_message_section {
	    background-position: left 5%;
			background-size: 90% auto;
	    margin-top: 10%;
	}
	p.message_p {
	    margin: 0;
	    font-size: 14px;
	    line-height: 2em;
	}
	div.message_wraper {
		padding: 20% 0;
	}
	div.message_wraper > div.wraper {
	    width: 90%;
	    max-width: 950px;
	    margin: 0 auto;
	    color: #FFF;
	}
	div.schedule {
	    width: 90%;
			margin: 5% auto 20%;
			padding: 10rem 0;
	}
	div.schedule_row {
	    width: 95%;
	}
	div.schedule_line {
	    position: relative;
	    width: 10%;
	}
	div.schedule_text {
	    width: 70%;
	    font-size: 12px;
	}
	div.correlation {
	    width: 90%;
	    margin: 0 auto;
			padding: 10rem 0;
	}
	div.correlation.p_plus {
	    width: 90%;
	}
	section.interview_bottom_section > div.wraper {
			justify-content:space-around;
	}
	div.bottom_link_center {
	    width: 100%;
	    text-align: center;
	}
	div.bottom_link_left,
	div.bottom_link_right{
	    margin: 3% 0;
	}
	section.interview_bottom_img_section {
	    overflow: hidden;
	}
	section.interview_bottom_img_section img {
	    width: 200%;
			margin-left: -50%;
	}
}

@media screen and (max-width: 420px) {

	/* interview index
	--------------------------------------------------*/
	section.interview_index_section .interview_seat_b > h3{
		font-size: 1.8rem;
		letter-spacing: 0.1rem;
	}
	section.interview_index_section .interview_seat_w > h3{
		font-size: 1.8rem;
		letter-spacing: 0.1rem;
	}
	section.interview_index_section .interview_seat_b > span{
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
	}
	section.interview_index_section .interview_seat_w > span{
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
	}
	a.top_article_a > span.link_box > span.arrow {
		width: 15%;
	}
	a.top_article_a > span.link_box > span.arrow img{
		width: 100%;
	}
	/* interview page
	--------------------------------------------------*/
	div.bottom_link_center {
		margin: 3% 0;
	}
	div.bottom_link_left {
		width: 90%;
    height: 50px;
	}
	div.bottom_link_right{
		width: 90%;
		height: 50px;
	}
}
