@charset "UTF-8";
/* ******************************************************************

	--interview.css--

	Layout setting

****************************************************************** */

/*==================================================================
	STYLE
===================================================================*/
#pageInterview .sectionJob {
	margin-left: -30px;
	margin-right: -30px;
}
.bgHighLight {
	background: url(/recruit/img/common/bg_highlight.png) right top repeat-y, url(/recruit/img/common/bg_highlight.png) left top repeat-y;
}
.inner01 {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.titleInterView {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto -90px auto;
	padding: 50px 20px 0 20px;
}
.unicareSection {
	padding: 0 20px;
}
.unicareSection .headline6 {
	margin-bottom: 70px;
}
.interviewGroup a,
.momentsSection a {
	color: #348BC1;
}
.mainImage {
	/* margin-bottom: 30px; */
	max-width: 800px;
	margin: 0 auto 30px;
	text-align: center;
}
.mainImage img {
	display: block;
	/* width: 100%; */
	width: auto !important;
	height: auto !important;
	margin: auto;
}
.interviewGroup {
	margin-bottom: 160px;
}
.interviewGroup h3 {
	margin-bottom: 25px;
	margin-top: 60px;
	font-family: 'Noto Sans CJK JP' format('truetype');
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.interviewGroup p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 2;
}
.flowSection {
	padding: 0 20px;
}
.flowTitle {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}
.flowTitle .imgTitle {
	margin-bottom: -110px;
	margin-left: 224px;
}
.flowTitle .ttl01 {
	position: relative;
	z-index: 2;
	font-size: 26px;
	font-family: 'Noto Sans CJK JP' format('truetype');
	font-weight: bold;
	color: #FFF;
	padding: 10px 50px;
	margin-bottom: 30px;
	line-height: 1.4;
}
.flowTitle .ttl01::after {
	position: absolute;
	z-index: -1;
	background-color: #2A4088;
	transform: skewX(-5deg);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
}
.flowTitle .ttl02 {
	font-size: 38px;
	font-family: 'Noto Sans CJK JP' format('truetype');
	font-weight: bold;
	color: #000;
	line-height: 1.4;
}
.momentsSection {
	position: relative;
	padding-left: 100px;
	padding-top: 50px;
	margin-bottom: 80px;
}
.momentsSection::before {
	position: absolute;
	width: 2px;
	height: calc(100% - 30px);
	top: 50px;
	left: 40px;
	background-color: #E5E5E5;
	content: '';
}
.momentsSection.am::after {
	position: absolute;
	width: 42px;
	height: 23px;
	top: 0;
	left: 20px;
	background: url(/recruit/img/interview/text_am.svg) no-repeat 0 0/ 42px auto;
	content: '';
}
.momentsSection.pm::after {
	position: absolute;
	width: 42px;
	height: 23px;
	top: 0;
	left: 20px;
	background: url(/recruit/img/interview/text_pm.svg) no-repeat 0 0/ 42px auto;
	content: '';
}
.momentsSection .block {
	margin-bottom: 50px;
}
.momentsSection div:last-child {
	margin-bottom: 0;
}
.momentsSection pre {
	overflow: hidden;
	display: inline-block;
	width: 77px;
	white-space: nowrap;
	text-align: center;
	background-color: #2A4088;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	border-radius: 30px;
	padding: 6px 10px 5px 10px;
	margin-bottom: 20px;
}
.momentsSection h3 {
	font-size: 25px;
	font-weight: bold;
	font-family: 'Noto Sans CJK JP' format('truetype');
	line-height: 1.2;
	margin-bottom: 20px;
}
.momentsSection img {
	margin-bottom: 20px;
}
.momentsSection p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 2;
}
.medicalSection {
	padding-bottom: 200px;
}
.medicalBlock {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	background-color: #F7F7F7;
}
.medicalBlock .lBox {
	position: relative;
	display: flex;
	width: 47%;
	padding: 25px;
}
.medicalBlock .lBox::after {
	position: absolute;
	right: 0;
	top: 30px;
	bottom: 30px;
	width: 1px;
	background-color: #D1C2C2;
	content: '';
}
.medicalBlock .lBox .image {
	display: flex;
	align-items: center;
	width: 110px;
	margin-right: 20px;
	border-radius: 5px;
	overflow: hidden;
}
.medicalBlock .lBox .image img {
	display: block;
	width: 100%;
}
.medicalBlock .info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: baseline;
	width: calc(100% - 130px);
}
.medicalBlock .info .tag {
	margin-bottom: 10px;
	padding: 6px 10px 5px 10px;
	font-size: 12px;
	border: 1px solid #BFBFBF;
	background-color: #FFF;
	color: #000;
}
.medicalBlock .info .ttl {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.4;
}
.medicalBlock .info .subTitle {
	font-size: 15px;
	line-height: 1.4;
}
.medicalBlock .rBox {
	width: 53%;
	padding: 35px 30px;
}
.medicalBlock .rBox .text {
	font-size: 14px;
	line-height: 1.7;
}

/* loginInterview */
.loginBlock {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	height: 320px;
	margin-bottom: -160px;
}
.loginBlock::before {
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: -190px;
	height: 100%;
	border-bottom: 1px solid #E3E3E3;
	background: linear-gradient(to top, rgba(255,255,255,1) 60%,rgba(255,255,255,0.5) 100%);
	content: '';
}
.loginInterview {
	background-color: #F7F7F7;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 45px 75px 45px;
}
.loginInterview .ttl {
	margin-bottom: 35px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.loginInterview .block {
	text-align: center;
}
.loginInterview .registerButton {
	margin-right: 12px;
}
.registerButton {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	color: #FFF !important;
	border-radius: 3px;
	background: url(/recruit/img/common/icon_register_white.svg) no-repeat 25px 50%/ 18px auto #7DBE82;
	padding: 19px 25px 18px 55px;
	transition: 0.3s opacity;
}
.loginButton {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	color: #000!important;
	border: 1px solid #D5D5D5;
	border-radius: 3px;
	background: url(/recruit/img/common/icon_login_black.svg) no-repeat 20px 50%/ 20px auto #FFF;
	padding: 19px 20px 18px 50px;
	-webkit-appearance: none;
	transition: 0.3s opacity;
}
@media screen and (min-width: 1025px) {
	.loginButton:hover,
	.registerButton:hover {
		opacity: 0.7;
	}

}
@media screen and (max-width: 1000px) {
	.flowTitle .imgTitle {
		max-width: 300px;
		margin-bottom: -30px;
		margin-left: auto;
		margin-right: auto;
	}
	.flowTitle .ttl01 {
		font-size: 18px;
		padding: 8px 30px;
		margin-bottom: 10px;
	}
	.flowTitle .ttl02 {
		font-size: 24px;
	}
	.momentsSection {
		padding-left: 60px;
	}
	.interviewGroup {
		margin-bottom: 100px;
	}
}
@media screen and (max-width:736px) {
	#pageInterview .sectionJob {
		margin-left: -10px;
		margin-right: -10px;
	}
	#pageInterviewList .otherSection {
		padding-top: 90px;
		padding-bottom: 5px;
	}
	.loginBlock {
		height: 200px;
		margin-bottom: -100px;
	}
	.loginBlock::before {
		top: -100px;
	}
	.loginInterview {
		padding: 20px 20px 30px 20px;
	}
	.loginInterview .ttl {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.loginInterview .registerButton {
		margin-right: 10px;
	}
	.registerButton {
		font-size: 12px;
		border-radius: 2px;
		background: url(/recruit/img/common/icon_register_white.svg) no-repeat 10px 50%/ 14px auto #7DBE82;
		padding: 10px 10px 9px 35px;
	}
	.loginButton {
		font-size: 12px;
		border-radius: 2px;
		background: url(/recruit/img/common/icon_login_black.svg) no-repeat 10px 50%/ 14px auto #FFF;
		padding: 10px 10px 9px 35px;
	}
	.bgHighLight {
		background-size: 20px auto;
	}
	.mainImage {
		margin-bottom: 20px;
	}
	.titleInterView {
		margin-bottom: -15px;
		padding: 0 20px 0 20px;
	}
	.flowSection {
		padding: 0 10px;
	}
	.unicareSection {
		padding: 0 10px;
	}
	.unicareSection .headline6 {
		margin-bottom: 20px;
	}
	.interviewGroup {
		margin-bottom: 50px;
	}
	.interviewGroup h3 {
		margin-top: 30px;
		margin-bottom: 15px;
		font-size: 14px;
		text-align: left;
	}
	.interviewGroup p {
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 1.5;
	}
	.flowTitle {
		margin-bottom: 20px;
	}
	.flowTitle .imgTitle {
		max-width: 200px;
	}
	.momentsSection {
		padding-left: 30px;
		padding-top: 30px;
		margin-bottom: 30px;
	}
	.momentsSection::before {
		width: 1px;
		height: calc(100% - 30px);
		top: 30px;
		left: 15px;
	}
	.momentsSection.am::after {
		width: 21px;
		height: 12px;
		left: 5px;
		background: url(/recruit/img/interview/text_am.svg) no-repeat 0 0/ 21px auto;
	}
	.momentsSection.pm::after {
		width: 21px;
		height: 12px;
		left: 5px;
		background: url(/recruit/img/interview/text_pm.svg) no-repeat 0 0/ 21px auto;
	}
	.momentsSection .block {
		margin-bottom: 20px;
	}
	.momentsSection pre {
		width: 60px;
		font-size: 12px;
		border-radius: 15px;
		padding: 5px 6px 4px 6px;
		margin-bottom: 10px;
	}
	.momentsSection h3 {
		font-size: 16px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.momentsSection p {
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 1.7;
	}
	.medicalSection {
		padding-bottom: 70px;
	}
	.medicalBlock {
		flex-direction: column;
	}
	.medicalBlock .lBox {
		width: 100%;
		padding: 15px;
	}
	.medicalBlock .rBox {
		width: 100%;
		padding: 15px;
	}
	.medicalBlock .lBox::after {
		right: auto;
		top: auto;
		bottom: 0;
		width: calc(100% - 30px);
		height: 1px;
	}
	.medicalBlock .rBox .text {
		font-size: 12px;
		line-height: 1.6;
	}
	.medicalBlock .lBox .image {
		width: 100px;
		margin-right: 10px;
	}
	.medicalBlock .info {
		width: calc(100% - 110px);
	}
	.medicalBlock .info .tag {
		margin-bottom: 6px;
		padding: 5px 8px 4px 8px;
		font-size: 11px;
	}
	.medicalBlock .info .ttl {
		font-size: 15px;
	}
	.medicalBlock .info .subTitle {
		font-size: 13px;
	}
	.headline5 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:520px) {
	.loginInterview .ttl {
		margin-bottom: 20px;
		font-size: 12px;
		text-align: justify;
	}
}

@media screen and (max-width:374px) {
	.registerButton {
		font-size: 10px;
	}
	.loginButton {
		font-size: 10px;
	}
}
