@charset "UTF-8";
.interview .main-content-wrap {
	background: #04306F;
}
/* 背景描画 1 */
.page-member main {
	margin: 60px 0 0;
	position: relative;
	overflow: hidden;
}
.page .content-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}
.i-bg-block01 {
	position: relative;
	height: 1200px;
}
.i-bg-block02 {
	position: relative;
	height: 1000px;
}
.i-bg-block01:before {
	height: 1200px;
	width: 100vw;
	background: linear-gradient(#0047a9 0%, #3075d0 100%);
	transform: skewY(-16.5deg);
	transform-origin: bottom right;
	z-index: -2;
}
.i-bg-block01:after {
	position: absolute;
	width: 470px;
	height: 303px;
	right: -200px;
	bottom: -150px;
	background-image: url("../img/common_img/deco01.svg");
}
.i-bg-block02:before {
	height: 1200px;
	width: 100vw;
	background: #00306F;
	transform: skewY(16.5deg);
	transform-origin: bottom right;
	z-index: -2;
}
.i-bg-block02:after {
	position: absolute;
	width: 297px;
	height: 196px;
	left: -100px;
	top: -33vw;
	background-image: url("../img/common_img/deco07.svg");
	z-index: -1;
}
.interview-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.interview-menu li {
	width: 46%;
	margin-bottom: 60px;
	position: relative
}
.interview-menu li .vis {
	position: relative;
}
.interview-menu li .vis .job {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	height: 50px;
	padding: 0 30px;
	line-height: 50px;
	color: #FFF;
	font-weight: 500;
	letter-spacing: .2em;
	font-size: 23px;
	background: #6DBAA9;
	z-index: 2;
}
.interview-menu li .vis .job:before {
	display: inline-block;
	width: 0;
	height: 0;
	right: -20px;
	top: 0;
	border-style: solid;
	border-width: 50px 20px 0 0;
	border-color: #6DBAA9 transparent transparent transparent;
}
.interview-menu li .cc {
	position: absolute;
	bottom: 20px;
	left: -10px;
	z-index: 2;
}
.interview-menu li .cc span {
	display: inline-block;
	background: #02213F;
	color: #FFF;
	font-size: min(1.8vw, 24px);
	line-height: min(3.4vw, 2.8rem);
	font-weight: bold;
	margin-bottom: .9%;
	padding: 0 12px;
}
.interview-menu li .vis ~ p {
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.page.interview .mc {
	font-size: 36px;
	font-weight: 600;
	margin: 0 0 80px;
	color: #FFF;
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 5px #6DBAA9 solid;
}
@media screen and (max-width:767px) {
	.page-member main {
		margin: 45px 0 0;
	}
	.interview .main-content-wrap {
		background: #04306F;
	}
	/* 背景描画 1 */
	.page .content-bg {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		overflow: hidden;
	}
	.i-bg-block01 {
		position: relative;
		height: 1200px;
	}
	.i-bg-block02 {
		position: relative;
		height: 1000px;
	}
	.i-bg-block01:before {
		height: 1200px;
		width: 100vw;
		background: linear-gradient(#0047a9 0%, #3075d0 100%);
		transform: skewY(-16.5deg);
		transform-origin: bottom right;
		z-index: -2;
	}
	.i-bg-block01:after {
		display: none;
	}
	.i-bg-block02:before {
		height: 1200px;
		width: 100vw;
		background: #00306F;
		transform: skewY(16.5deg);
		transform-origin: bottom right;
		z-index: -2;
	}
	.i-bg-block02:after {
		display: none;
	}
	.interview-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		z-index: 2;
	}
	.interview-menu li {
		width: 100%;
		margin-bottom: 40px;
		position: relative
	}
	.interview-menu li .vis {
		position: relative;
	}
	.interview-menu li .vis .job {
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		height: 30px;
		padding: 0 15px;
		line-height: 30px;
		color: #FFF;
		font-weight: 500;
		letter-spacing: .2em;
		font-size: 16px;
		background: #6DBAA9;
		z-index: 2;
	}
	.interview-menu li .vis .job:before {
		display: inline-block;
		width: 0;
		height: 0;
		right: -10px;
		top: 0;
		border-style: solid;
		border-width: 30px 10px 0 0;
		border-color: #6DBAA9 transparent transparent transparent;
	}
	.interview-menu li .cc {
		position: absolute;
		bottom: 10px;
		left: -10px;
		z-index: 2;
	}
	.interview-menu li .cc span {
		display: inline-block;
		background: #02213F;
		color: #FFF;
		font-size: min(4.5vw, 24px);
		line-height: min(7.5vw, 4rem);
		font-weight: bold;
		margin-bottom: .9%;
		padding: 0 12px;
	}
	.interview-menu li .vis ~ p {
		font-weight: 500;
		font-size: 14px;
		line-height: 36px;
		color: #fff;
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	}
	.page.interview .mc {
		font-size: min(4.8vw, 20px);
		font-weight: 600;
		margin: 20px 0 40px;
		color: #FFF;
		position: relative;
		display: inline-block;
		left: 50%;
		transform: translateX(-50%);
		border-bottom: 3px #6DBAA9 solid;
	}
}
.member-main {
	position: relative;
	min-height: 600px;
	margin: 0 0;
}
.member-main .ttl-vis img {
	min-height: 600px;
	object-fit: cover;
}
.page-member .ttl-box.eft {
	position: absolute;
	z-index: 5;
	top: 25%;
	width: 90%;
	max-width: 1000px;
	left: 50%;
	margin-left: -30px;
	transform: translate(-50%, 0);
	transition: all 1s .5s;
	opacity: 0;
}
.page-member .ttl-box.right {
	transform: translate(5%, 0);
}
.page-member .ttl-box.rightdown{
    transform: translate(5%, 82%);
}
.page-member .ttl-box.eon {
	opacity: 1;
	margin-left: 0px;
}
.page-member .ttl-box h1 {
	color: #0047A3;
	font-size: 26px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
}
.page-member .ttl-box .mc {
	position: relative;
	margin-bottom: 10px;
}
.page-member .ttl-box .mc span {
	display: inline-block;
	background: #02213F;
	color: #FFF;
	font-size: min(2.4vw, 35px);
	line-height: min(4vw, 3.5rem);
	font-weight: bold;
	margin-bottom: .9%;
	padding: 0 15px;
}
.page-member .ttl-box .prof {
	display: inline-block;
	background: #FFF;
	color: #0047A3;
	font-size: min(2vw, 18px);
	line-height: min(3.2vw, 2.2rem);
	font-weight: bold;
	margin-bottom: .9%;
	padding: 0 12px;
}
div[class^="interview-block0"] {
	position: relative;
	padding: 0;
}
div[class^="interview-block0"] .content {
	position: relative;
	z-index: 3;
}
.interview-block01:before {
	height: 200%;
	width: 100vw;
	background: linear-gradient(#0047a9 0%, #3075d0 100%);
	transform: skewY(16.5deg);
	top: 0;
	transform-origin: bottom center;
	z-index: 2;
}
.interview-block01:after {
	height: 100%;
	width: 100vw;
	background: #003881;
	transform: skewY(-16.5deg);
	top: 0;
	transform-origin: bottom center;
	z-index: 1;
}
.interview-block02:before {
	height: 200%;
	width: 100vw;
	background: #FFF;
	transform: skewY(-16.5deg);
	top: 0;
	transform-origin: bottom center;
	z-index: 2;
}
.interview-block02:after {
	height: 100%;
	width: 100vw;
	background: #FFF;
	transform: skewY(-16.5deg);
	top: 0;
	transform-origin: bottom center;
	z-index: 2;
}
.interview-block03:before {
	height: 200%;
	width: 100vw;
	background: #003881;
	transform: skewY(16.5deg);
	top: 0;
	transform-origin: bottom center;
	z-index: 2;
}
.interview-block04:before {
	height: 200%;
	width: 100vw;
	background: #FFF;
	transform: skewY(16.5deg);
	top: 0;
	transform-origin: bottom center;
	z-index: 2;
}
.deco01, .deco02, .deco03 {
	position: relative;
}
.deco01:before {
	position: absolute;
	width: 351px;
	height: 190px;
	left: -100px;
	top: -19vw;
	background-image: url("../img/common_img/deco02.svg");
	z-index: 2;
}
.deco02:before {
	position: absolute;
	width: 432px;
	height: 250px;
	right: -220px;
	top: -21.5vw;
	background-image: url("../img/common_img/deco08.svg");
	z-index: 3;
}
.deco03:before {
	position: absolute;
	width: 297px;
	height: 190px;
	left: -100px;
	top: -19vw;
	background-image: url("../img/common_img/deco09.svg");
	z-index: 2;
}
.deco03:after {
	position: absolute;
	width: 324px;
	height: 187px;
	right: -120px;
	bottom: -19vw;
	background-image: url("../img/common_img/deco10.svg");
	z-index: 3;
}
div[class^="article0"] {
	padding: 120px 0 160px;
}
div[class^="article0"] > .txt {
	width: 48%;
}
div[class^="article0"] > .txt p:not([class]) {
	padding-bottom: 1.6em;
}
div[class^="article0"] > .vis {
	width: 48%;
}
.article02 .txt, .article04 .txt {
	order: 2;
}
div[class^="article0"] > .txt .cc {
	font-size: min(4vw, 22px);
	font-weight: 600;
	line-height: 1.6em;
	margin-bottom: 30px;
}
.article01 p, .article03 p {
	color: #FFF;
}
.article02 p.cc, .article04 p.cc {
	color: #0047A3;
}
.interview-block04 .content {
	position: relative;
	top: -50px;
	margin-bottom: 80px;
}
.interview-block04 .vis-end {
	margin-bottom: 80px;
}
.interview-block04 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 46px;
	line-height: 1.4em;
	font-weight: bold;
	color: #0047A3;
	text-align: center;
}
.interview-block04 h2 ~ p {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
}
.btm-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.btm-links li {
	width: calc(48%);
	margin-bottom: 60px;
	position: relative;
}
.btm-links li .vis {
	position: relative;
	width: calc(100% - 20px);
}
.btm-links li .vis .job {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	color: #FFF;
	font-weight: 500;
	letter-spacing: .2em;
	font-size: 18px;
	background: #6DBAA9;
	z-index: 2;
}
.btm-links li .vis .job:before {
	display: inline-block;
	width: 0;
	height: 0;
	right: -15px;
	top: 0;
	border-style: solid;
	border-width: 40px 15px 0 0;
	border-color: #6DBAA9 transparent transparent transparent;
}
.btm-links li .cc {
	position: absolute;
	bottom: -30px;
	left: 15px;
	z-index: 2;
}
.btm-links li .cc span {
	display: inline-block;
	background: #02213F;
	color: #FFF;
	font-size: min(1.8vw, 17px);
	line-height: min(2.4vw, 1.8rem);
	font-weight: bold;
	margin-bottom: .9%;
	padding: 0 7px;
}
.btm-links li .vis ~ p:not([class]) {
	font-size: 12px;
	color: #0047A3;
	margin: 35px 0 0 15px;
}
.btm-links li:after {
	content: "INTERVIEW";
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: bold;
	color: #0047A3;
	writing-mode: vertical-rl;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
@media screen and (max-width:767px) {
	.member-main {
		position: relative;
		min-height: 300px;
		margin: 0px 0 0;
	}
	.member-main .ttl-vis img {
		min-height: 300px;
		object-fit: cover;
	}
	.page-member .ttl-box.eft {
		position: absolute;
		z-index: 5;
		top: 60%;
		width: 90%;
		max-width: 1000px;
		left: 50%;
		margin-left: -30px;
		transform: translate(-50%, 0);
		transition: all 1s .5s;
		opacity: 0;
	}
	.page-member .ttl-box.right {
		transform: translate(-50%, 0);
	}
	.page-member .ttl-box.eon {
		opacity: 1;
		margin-left: 0px;
	}
	.page-member .ttl-box h1 {
		color: #0047A3;
		font-size: 20px;
		font-weight: bold;
		font-family: 'Poppins', sans-serif;
	}
	.page-member .ttl-box .mc {
		position: relative;
		margin-bottom: 10px;
	}
	.page-member .ttl-box .mc span {
		display: inline-block;
		background: #02213F;
		color: #FFF;
		font-size: min(4.6vw, 24px);
		line-height: min(8vw, 3rem);
		font-weight: bold;
		margin-bottom: .9%;
		padding: 0 10px;
	}
	.page-member .ttl-box .prof {
		display: inline-block;
		background: #FFF;
		color: #0047A3;
		font-size: min(3.5vw, 18px);
		line-height: min(7vw, 3rem);
		font-weight: bold;
		margin-bottom: .9%;
		padding: 0 10px;
	}
	div[class^="interview-block0"] {
		position: relative;
		padding: 0;
	}
	div[class^="interview-block0"] .content {
		position: relative;
		z-index: 3;
	}
	.interview-block01:before {
		height: 200%;
		width: 100vw;
		background: linear-gradient(#0047a9 0%, #3075d0 100%);
		transform: skewY(16.5deg);
		top: 0;
		transform-origin: bottom center;
		z-index: 2;
	}
	.interview-block01:after {
		height: 100%;
		width: 100vw;
		background: #003881;
		transform: skewY(-16.5deg);
		top: 0;
		transform-origin: bottom center;
		z-index: 1;
	}
	.interview-block02:before {
		height: 200%;
		width: 100vw;
		background: #FFF;
		transform: skewY(-16.5deg);
		top: 0;
		transform-origin: bottom center;
		z-index: 2;
	}
	.interview-block02:after {
		height: 100%;
		width: 100vw;
		background: #FFF;
		transform: skewY(-16.5deg);
		top: 0;
		transform-origin: bottom center;
		z-index: 2;
	}
	.interview-block03:before {
		height: 200%;
		width: 100vw;
		background: #003881;
		transform: skewY(16.5deg);
		top: 0;
		transform-origin: bottom center;
		z-index: 2;
	}
	.interview-block04:before {
		height: 200%;
		width: 100vw;
		background: #FFF;
		transform: skewY(16.5deg);
		top: 0;
		transform-origin: bottom center;
		z-index: 2;
	}
	.deco01, .deco02, .deco03 {
		position: relative;
	}
	.deco01:before {
		position: absolute;
		width: calc(351px * .4);
		height: calc(190px * .4);
		left: -40px;
		top: -21vw;
		background-image: url("../img/common_img/deco02.svg");
		z-index: 2;
	}
	.deco02:before {
		display: none;
	}
	.deco03:before {
		display: none;
	}
	.deco03:after {
		display: none;
	}
	div[class^="article0"] {
		padding: 80px 0 80px;
	}
	div[class^="article0"] > .txt {
		width: 100%;
	}
	div[class^="article0"] > .txt p:not([class]) {
		padding-bottom: 1.6em;
	}
	div[class^="article0"] > .vis {
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
	}
	.article02 .txt, .article04 .txt {
		order: 1;
	}
	.article02 .vis, .article04 .vis {
		order: 2;
	}
	div[class^="article0"] > .txt .cc {
		font-size: min(5.7vw, 18px);
		font-weight: 600;
		line-height: 1.6em;
		margin-bottom: 30px;
	}
	.article01 p, .article03 p {
		color: #FFF;
	}
	.article02 p.cc, .article04 p.cc {
		color: #0047A3;
	}
	.interview-block04 .content {
		position: relative;
		top: -50px;
		margin-bottom: 80px;
	}
	.interview-block04 .vis-end {
		margin-bottom: 30px;
		width: 100vw;
		position: relative;
		left: -5vw;
	}
	.interview-block04 .vis-end img {
		object-fit: cover;
		min-height: 200px;
	}
	.interview-block04 h2 {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		line-height: 1.4em;
		font-weight: bold;
		color: #0047A3;
		text-align: center;
	}
	.interview-block04 h2 ~ p {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 40px;
	}
	.btm-links {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		z-index: 2;
	}
	.btm-links li {
		width: calc(100%);
		margin-bottom: 20px;
		position: relative;
	}
	.btm-links li .vis {
		position: relative;
		width: calc(100% - 20px);
	}
	.btm-links li .vis .job {
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		height: 20px;
		padding: 0 10px;
		line-height: 20px;
		color: #FFF;
		font-weight: 500;
		letter-spacing: .2em;
		font-size: 12px;
		background: #6DBAA9;
		z-index: 2;
	}
	.btm-links li .vis .job:before {
		display: inline-block;
		width: 0;
		height: 0;
		right: -10px;
		top: 0;
		border-style: solid;
		border-width: 20px 10px 0 0;
		border-color: #6DBAA9 transparent transparent transparent;
	}
	.btm-links li .cc {
		display: none;
	}
	.btm-links li .cc span {
		display: inline-block;
		background: #02213F;
		color: #FFF;
		font-size: 9px;
		line-height: 2em;
		font-weight: bold;
		margin-bottom: 2px;
		padding: 0 2px;
	}
	.btm-links li .vis ~ p:not([class]) {
		font-size: 13px;
		color: #0047A3;
		margin: 5px 0 0 5px;
	}
	.btm-links li:after {
		content: "INTERVIEW";
		font-family: 'Poppins', sans-serif;
		font-size: 11px;
		line-height: 1.4em;
		font-weight: bold;
		color: #0047A3;
		writing-mode: vertical-rl;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
	}
}