@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	index.css
*/

.body {
	padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
	.body {
		padding-bottom: 100px;
	}
}

/*============================================================
	[汎用]  カード
*/
.card-link {
	display: block;
	position: relative;
}
.card-link::after {
	content: '';
	display: block;
	clear: both;
}
.card-link .kv {
	overflow: hidden;
	position: relative;
	float: right;
	width: 260px;
	height: 320px;
}
.card-link .kv .base {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: -webkit-transform 0.3s ease;
	        transition: transform 0.3s ease;
}
.card-link .detail {
	position: relative;
	float: left;
	padding: 40px;
	width: 320px;
	height: 320px;
	line-height: 1.5;
	color: #fff;
}
.card-link .detail::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 40px;
	width: 63px;
	height: 9px;
	background-color: #ff1721;
}
.card-link .detail .h {
	margin-top: 10px;
	font-size: 24px;
	line-height: 1.5;
}
.card-link .detail ul {
	margin-top: 15px;
}
.card-link .detail ul li {
	margin-bottom: 5px;
}
.card-link .arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
}
.card-link .arrow i {
	width: 18px;
	height: 18px;
}
@media screen and (min-width: 769px) {
	.card-link:hover .kv .base {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}
@media screen and (max-width: 768px) {
	.card-link .kv {
		float: none;
		padding-top: 56%;
		width: 100%;
		height: 0;
	}
	.card-link .detail {
		float: none;
		margin: 0 20px;
		margin-top: -70px;
		padding: 0 0 0 20px;
		width: auto;
		height: 140px;
	}
	.card-link .detail::before {
		left: 20px;
		width: 40px;
		height: 4px;
	}
	.card-link .detail .h {
		margin-top: 5px;
		font-size: 19px;
	}
	.card-link .detail ul {
		margin-top: 5px;
	}
	.card-link .detail ul li {
		margin-bottom: 5px;
		font-size: 10px;
	}
	.card-link .detail ul li br {
		display: none;
	}
	.card-link .arrow {
		right: 20px;
		width: 40px;
		height: 40px;
	}
	.card-link .arrow i {
		width: 13px;
		height: 13px;
	}
}

/*============================================================
	MAIN
*/
.body .main {
	position: relative;
	margin-bottom: 40px;
	padding-left: 100px;
}
.body .main .wrap {
	overflow: hidden;
	position: relative;
	padding-top: 790px;
	width: 100%;
	height: 0;
}
.body .main .kv,
.body .main .kv li,
.body .main .kv li::before,
.body .main .kv li::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.body .main .kv li,
.body .main .kv li::before,
.body .main .kv li::after {
	background-color: transparent;
	background-position: 50% 25%;
	background-repeat: no-repeat;
	background-size: cover;
}
.body .main .kv li::before {
	content: '';
	background-image: url(/company/recruitment/assets/img/index/main-base.png);
	background-position: 50% 50%;
}
.body .main .kv li::after {
	content: '';
}
.body .main .kv li {
	opacity: 0;
}
.body .main .kv li.kv01 {
	opacity: 1;
	background-image: url(/company/recruitment/assets/img/index/main-kv01.jpg);
}
.body .main .kv li.kv01::after {
	background-image: url(/company/recruitment/assets/img/index/main-kv01.png);
}
.body .main .kv li.kv02 {
	background-image: url(/company/recruitment/assets/img/index/main-kv02.jpg);
}
.body .main .kv li.kv02::after {
	background-image: url(/company/recruitment/assets/img/index/main-kv02.png);
}
.body .main .head {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.body .main .head span {
	display: block;
	position: absolute;
	left: 50%;
}
.body .main .head img {
	width: 100%;
}
.body .main .head .title01 {
	top: 256px;
	margin-left: 60px;
	width: 324px;
}
.body .main .head .title02 {
	top: 374px;
	margin-left: -28px;
	width: 490px;
}
.body .main .head .catch {
	top: 500px;
	margin-left: -78px;
	width: 458px;
}
@media screen and (min-width: 1400px) {
	.body .main .wrap {
		padding-top: 60.769%;
	}
	.body .main .head .title01 {
		top: 256px; /* 256 / 790 = 0.324050632911392 */
		top: 32.405%;
		margin-left: 0; /* 650 + 60 = 710 / 1300 = 0.546153846153846 */
		left: 54.615%;
		width: 324px; /* 324 / 1300 = 0.249230769230769 */
		width: 24.923%;
	}
	.body .main .head .title02 {
		top: 374px; /* 374 / 790 = 0.473417721518987 */
		top: 47.342%;
		margin-left: 0; /* 650 - 28 = 622 / 1300 = 0.478461538461538 */
		left: 47.846%;
		width: 490px; /* 490 / 1300 = 0.376923076923077 */
		width: 37.692%;
	}
	.body .main .head .catch {
		top: 500px; /* 500 / 790 = 0.632911392405063 */
		top: 63.291%;
		margin-left: 0; /* 650 - 78 = 572 / 1300 = 0.44 */
		left: 44%;
		width: 458px; /* 458 / 1300 = 0.352307692307692 */
		width: 35.231%;
	}
}
.body .main .scroll {
	position: absolute;
	z-index: 100;
	bottom: 0;
	left: 0;
	width: 100px;
}
.body .main .scroll img {
	display: block;
	margin: 0 auto;
	width: 10px;
}
.body .main .scroll .line {
	position: relative;
	margin: 15px auto 0 auto;
	width: 1px;
	height: 90px;
}
.body .main .scroll .line span {
	display: block;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.body .main .scroll .line span i {
	display: block;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: #00008f;
}

/* オープニング */
.body .main .kv {
	opacity: 0;
	-webkit-transition: opacity 0.8s linear 0.1s;
	        transition: opacity 0.8s linear 0.1s;
}
.body .main .head .title01 {
	-webkit-transform: translateX(60px);
	        transform: translateX(60px);
	opacity: 0;
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s, opacity 0.8s ease-out 1.1s;
	        transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s, opacity 0.8s ease-out 1.1s;
}
.body .main .head .title02 {
	-webkit-transform: translateX(60px);
	        transform: translateX(60px);
	opacity: 0;
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s, opacity 0.8s ease-out 1.6s;
	        transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s, opacity 0.8s ease-out 1.6s;
}
.body .main .head .catch {
	-webkit-transform: translateX(60px);
	        transform: translateX(60px);
	opacity: 0;
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s, opacity 0.8s ease-out 2.1s;
	        transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s, opacity 0.8s ease-out 2.1s;
}
.body .main .scroll {
	opacity: 0;
	-webkit-transition: opacity 0.8s linear 3s;
	        transition: opacity 0.8s linear 3s;
}
.opening-start .body .main .kv {
	opacity: 1;
}
.opening-start .body .main .head .title01 {
	-webkit-transform: translateX(0px);
	        transform: translateX(0px);
	opacity: 1;
}
.opening-start .body .main .head .title02 {
	-webkit-transform: translateX(0px);
	        transform: translateX(0px);
	opacity: 1;
}
.opening-start .body .main .head .catch {
	-webkit-transform: translateX(0px);
	        transform: translateX(0px);
	opacity: 1;
}
.opening-start .body .main .scroll {
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.body .main {
		margin-bottom: 40px;
		padding: 0;
	}
	.body .main .wrap {
		padding-top: 141.333%;
		height: 0;
	}
	.body .main .kv li::before,
	.body .main .kv li::after {
		display: none;
	}
	.body .main .kv li.kv01 {
		background-image: url(/company/recruitment/assets/img/index/main-kv01-sp.jpg);
	}
	.body .main .kv li.kv02 {
		background-image: url(/company/recruitment/assets/img/index/main-kv02-sp.jpg);
	}
	.body .main .head {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.body .main .head .title01 {
		left: 40%;
		top: 48.4%;
		margin: 0;
		width: 44%;
	}
	.body .main .head .title02 {
		left: 28.6%;
		top: 59.6%;
		margin: 0;
		width: 65%;
	}
	.body .main .head .catch {
		left: 22%;
		top: 72%;
		margin: 0;
		width: 61%;
	}
	.body .main .scroll {
		z-index: 100;
		bottom: -30px;
		width: 100%;
		text-align: center;
		color: #fff;
	}
	.body .main .scroll .line {
		margin: 10px auto 0 auto;
		height: 60px;
	}
	.body .main .scroll .line span i {
		height: 60px;
	}
	.body .main .scroll .line span i::before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 30px;
		background-color: #fff;
	}
}

/*============================================================
	NEWS
*/
.body .news {
	margin-bottom: 40px;
}
.body .news .container {
	position: relative;
}
.body .news .head {
	float: left;
	padding-left: 20px;
	width: 140px;
}
.body .news .head .h {
	font-size: 24px;
	line-height: 60px;
	color: #00008f;
}
.body .news .list {
	float: left;
	width: 930px;
}
.body .news .list .inner {
	width: 100%;
}
.body .news .list .slider {
	overflow: hidden;
}
.body .news .list .block {
	display: flex;
	align-items: center;
	height: 60px;
}
.body .news .list dl {
	display: table;
}
.body .news .list dl dt,
.body .news .list dl dd {
	display: table-cell;
}
.body .news .list dl dt {
	padding-right: 35px;
	font-weight: 700;
	font-family: Roboto-Condensed, sans-serif;
	font-size: 15px;
	color: #5f6669;
	letter-spacing: 2px;
}
.body .news .ctr {
	position: absolute;
	bottom: 0;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border: 3px solid #ecf2f6;
	text-align: center;
	color: #064f88;
}
.body .news .ctr span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.body .news .ctr span:last-child {
	background-color: #00008f;
	opacity: 0;
}
.body .news .ctr i {
	width: 18px;
	height: 18px;
}
.body .news .ctr-prev {
	right: 97px;
}
.body .news .ctr-next {
	right: 40px;
}
@media screen and (min-width: 769px) {
	.body .news .ctr span {
		-webkit-transition: opacity 0.3s ease;
		        transition: opacity 0.3s ease;
	}
	.body .news .ctr:hover span:last-child {
		opacity: 1;
	}
}
@media screen and (max-width: 768px) {
	.body .news {
		padding: 0 27px;
		margin-bottom: 20px;
	}
	.body .news .head {
		float: none;
		margin-bottom: 5px;
		padding: 0;
		width: auto;
	}
	.body .news .head .h {
		font-size: 18px;
		line-height: 1.5;
	}
	.body .news .list {
		float: none;
		width: auto;
	}
	.body .news .list .block {
		height: auto;
	}
	.body .news .list dl dt {
		padding-right: 20px;
		font-size: 12px;
		letter-spacing: 1px;
	}
	.body .news .list dl dd {
		font-size: 11px;
	}
	.body .news .ctr {
		display: none;
	}
}

/*============================================================
	ABOUT
*/
.body .about {
	float: left;
	margin-bottom: 80px;
	width: 580px;
}
.body .about .card-link .kv .base {
	background-image: url(/company/recruitment/assets/img/index/thumb-about.jpg);
}
.body .about .card-link .detail,
.body .about .card-link .arrow {
	background-color: #00008f;
}

@media screen and (max-width: 768px) {
	.body .about {
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}
	.body .about .card-link .kv .base {
		background-image: url(/company/recruitment/assets/img/index/thumb-about-sp.jpg);
	}
	.body .about .card-link .arrow {
		background-color: #00005b;
	}
}

/*============================================================
	INTERNSHIP
*/
.body .internship {
	float: right;
	margin-bottom: 80px;
	width: 580px;
}
.body .internship .card-link .kv .base {
	background-image: url(/company/recruitment/assets/img/index/thumb-internship.jpg);
}
.body .internship .card-link .detail,
.body .internship .card-link .arrow {
	background-color: #027180;
}

@media screen and (max-width: 768px) {
	.body .internship {
		float: none;
		margin-bottom: 40px;
		width: 100%;
	}
	.body .internship .card-link .kv .base {
		background-image: url(/company/recruitment/assets/img/index/thumb-internship-sp.jpg);
	}
	.body .internship .card-link .arrow {
		background-color: #025560;
	}
}

/*============================================================
	WORK
*/
.body .work {
	overflow: hidden;
	position: relative;
	clear: both;
	margin-bottom: 80px;
}
.body .work .container {
	padding-left: 620px;
}
.body .work .kv {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}
.body .work .kv .in {
	margin-right: -600px;
	height: 100%;
	background: transparent url(/company/recruitment/assets/img/index/kv-work.jpg) 50% 10% no-repeat;
	background-size: cover;
}
.body .work .detail {
	position: relative;
	padding: 80px;
	height: 540px;
	background-color: rgba(0,0,143,0.85);
	color: #fff;
}
.body .work .detail::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 80px;
	width: 63px;
	height: 9px;
	background-color: #ff1721;
}
.body .work .detail .head::after {
	content: '';
	display: block;
	margin-top: 20px;
	width: 60px;
	height: 2px;
	background-color: #fff;
}
.body .work .detail .head .h {
	margin-top: 10px;
	font-size: 24px;
	line-height: 1.5;
}
.body .work .detail .lead {
	margin-top: 20px;
	font-size: 13px;
	line-height: 2.4;
	letter-spacing: 0.1em;
}
.body .work .detail .btn {
	display: block;
	margin-top: 35px;
	width: 186px;
	border: 2px solid #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	font-family: Roboto-Condensed, sans-serif;
	line-height: 56px;
	letter-spacing: 0.1em;
	color: #fff;
}
.body .work .detail .comingsoon {
	background-color: rgba(0,0,91,0.5);
}
@media screen and (min-width: 769px) {
	.body .work .detail .btn:hover {
		background-color: #fff;
		color: #00008f;
	}
}
@media screen and (max-width: 768px) {
	.body .work {
		margin-bottom: 40px;
		padding: 48% 0 0 0;
	}
	.body .work .container {
		padding: 0;
	}
	.body .work .kv {
		width: 100%;
	}
	.body .work .kv .in {
		margin: 0;
		background-image: url(/company/recruitment/assets/img/index/kv-work-sp.jpg);
	}
	.body .work .detail {
		padding: 30px 27px 40px 27px;
		height: auto;
	}
	.body .work .detail::before {
		left: 27px;
		width: 40px;
		height: 4px;
	}
	.body .work .detail .head::after {
		margin-top: 15px;
		width: 40px;
	}
	.body .work .detail .head .h {
		margin-top: 5px;
		font-size: 19px;
	}
	.body .work .detail .lead {
		margin-top: 15px;
		font-size: 12px;
		line-height: 1.9;
	}
	.body .work .detail .lead p br {
		display: none;
	}
	.body .work .detail .btn {
		margin-top: 30px;
		width: 100%;
		font-size: 11px;
		line-height: 45px;
	}
}

/*============================================================
	PERSON
*/
.body .person {
	position: relative;
	margin-bottom: 80px;
	width: 100%;
	height: 540px;
}
.body .person .detail {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 50%;
	margin-right: 230px;
	padding: 40px;
	width: 370px;
	height: 100%;
	background-color: #00008f;
	color: #fff;
}
.body .person .detail::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 40px;
	width: 63px;
	height: 9px;
	background-color: #ff1721;
}
.body .person .detail .head::after {
	content: '';
	display: block;
	margin-top: 20px;
	width: 60px;
	height: 2px;
	background-color: #fff;
}
.body .person .detail .head .h {
	margin-top: 10px;
	font-size: 24px;
	line-height: 1.5;
}
.body .person .detail .lead {
	margin-top: 20px;
	font-size: 13px;
	line-height: 2.4;
	letter-spacing: 0.1em;
}
.body .person .detail .ctr {
	position: absolute;
	bottom: 0;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border: 3px solid #fff;
	text-align: center;
	color: #064f88;
}
.body .person .detail .ctr span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.body .person .detail .ctr span:last-child {
	background-color: #00008f;
	opacity: 0;
}
.body .person .detail .ctr i {
	width: 18px;
	height: 18px;
}
.body .person .detail .ctr-prev {
	right: 57px;
}
.body .person .detail .ctr-next {
	right: 0;
}
.body .person .list {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	left: 50%;
	margin-left: -230px;
}
.body .person .list .slider {
}
.body .person .list .block {
	float: left;
	width: 50%;
	height: 540px;
}
.body .person .list .block a {
	position: relative;
	display: block;
	height: 100%;
	color: #fff;
}
.body .person .list .block .thumb {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.body .person .list .block .thumb::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top, rgba(6,18,61,0) 0%, rgba(6,18,61,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(6,18,61,0) 0%, rgba(6,18,61,0.8) 100%);
	background: linear-gradient(to bottom, rgba(6,18,61,0) 0%, rgba(6,18,61,0.8) 100%);
}
.body .person .list .block .thumb .base {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-position: 50% 25%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: -webkit-transform 0.3s ease;
	        transition: transform 0.3s ease;
}
.body .person .list .block .head {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 35px;
	width: 100%;
}
.body .person .list .block .head .h {
	margin-top: 10px;
	font-size: 24px;
	line-height: 1.7;
}
.body .person .list .block .head p {
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.5;
}
.body .person .list .block .head .comingsoon {
	position: absolute;
	bottom: 35px;
	right: 35px;
}
.body .person .list .block01 .thumb .base {
	background-image: url(/company/recruitment/assets/img/index/person01.jpg);
}
.body .person .list .block02 .thumb .base {
	background-image: url(/company/recruitment/assets/img/index/person02.jpg);
}
.body .person .list .block03 .thumb .base {
	background-image: url(/company/recruitment/assets/img/index/person03.jpg);
}
.body .person .list .block04 .thumb .base {
	background-image: url(/company/recruitment/assets/img/index/person04.jpg);
}
@media screen and (min-width: 769px) {
	.body .person .list .block a:hover .thumb .base {
		-webkit-transform: scale(1.06);
		        transform: scale(1.06);
	}
	.body .person .detail .ctr span {
		-webkit-transition: opacity 0.3s ease;
		        transition: opacity 0.3s ease;
	}
	.body .person .detail .ctr:hover span:last-child {
		opacity: 1;
	}
}
@media screen and (max-width: 768px) {
	.body .person {
		margin-bottom: 40px;
		height: auto;
	}
	.body .person .detail {
		position: static;
		margin: 0;
		padding: 30px 27px 170px 27px;
		width: 100%;
		height: auto;
	}
	.body .person .detail::before {
		left: 27px;
		width: 40px;
		height: 4px;
	}
	.body .person .detail .head::after {
		margin-top: 15px;
		width: 40px;
	}
	.body .person .detail .head .h {
		margin-top: 5px;
		font-size: 19px;
	}
	.body .person .detail .lead {
		margin-top: 15px;
		font-size: 12px;
		line-height: 1.9;
	}
	.body .person .detail .lead p br {
		display: none;
	}
	.body .person .detail .ctr {
		display: none;
	}
	.body .person .list {
		position: static;
		margin: -140px 0 0 0;
	}
	.body .person .list .block {
		padding: 0 7px;
		height: 372px;
	}
	.body .person .list .block .head {
		padding: 25px;
	}
	.body .person .list .block .head .h {
		margin-top: 5px;
		font-size: 18px;
		line-height: 1.7;
	}
	.body .person .list .block .head p {
		margin-top: 15px;
		font-size: 10px;
		line-height: 1.5;
	}
	.body .person .list .block .head .comingsoon {
		bottom: 24px;
		right: 25px;
	}
}

/*============================================================
	下部メニュー
*/
.body .menu {
	position: relative;
	padding: 210px 0 0 0;
}
/**/
.body .menu .kv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 460px;
	background: transparent url(/company/recruitment/assets/img/index/menu-kv.jpg) 50% 60% no-repeat;
	background-size: cover;
}
/**/
.body .menu .list {
	margin-bottom: 88px;
	border-bottom: 3px solid #ecf2f6;
}
.body .menu .list li {
	float: left;
	width: 33.333%;
}
.body .menu .list li a {
	display: block;
	background-color: #fff;
	color: #00008f;
}
.body .menu .list li .thumb {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 200px;
}
.body .menu .list li .thumb .base {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: -webkit-transform 0.3s ease;
	        transition: transform 0.3s ease;
}
.body .menu .list li.message .thumb .base {
	background-image: url(/company/recruitment/assets/img/index/thumb-message.jpg);
}
.body .menu .list li.environment .thumb .base {
	background-image: url(/company/recruitment/assets/img/index/thumb-environment.jpg);
}
.body .menu .list li.career .thumb .base {
	background-image: url(/company/recruitment/assets/img/index/thumb-career.jpg);
}
.body .menu .list li .detail {
	position: relative;
	padding: 40px;
}
.body .menu .list li .detail i {
	display: block;
	position: absolute;
	top: 50%;
	right: 40px;
	margin-top: -10px;
	width: 18px;
	height: 18px;
}
.body .menu .list li .detail .h {
	margin-top: 5px;
	font-size: 24px;
	line-height: 1.5;
}
.body .menu .list li .detail .comingsoon {
	position: absolute;
	top: 50%;
	right: 24px;
	margin-top: -10px;
	line-height: 20px;
	color: #c6cada;
}
/**/
.body .menu .list-simple {
	margin: 0 -30px;
}
.body .menu .list-simple li {
	float: left;
	padding: 0 30px;
	width: 33.333%;
	font-weight: 500;
	font-size: 22px;
	line-height: 132px;
}
.body .menu .list-simple li a {
	position: relative;
	display: block;
	padding: 0 36px;
	background-color: #fff;
	border: 4px solid #00008f;
	color: #00008f;
}
.body .menu .list-simple li a span {
	display: block;
	position: relative;
}
.body .menu .list-simple li a span i {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	width: 18px;
	height: 18px;
}
.body .menu .list-simple li a span i:last-child {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
}
.body .menu .list-simple li a .comingsoon {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
	line-height: 20px;
	color: #c6cada;
}
@media screen and (min-width: 769px) {
	.body .menu .list li a:hover .thumb .base {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
	.body .menu .list-simple li a:hover {
		background-color: #00008f;
		color: #fff;
	}
	.body .menu .list-simple li a:hover span i:last-child {
		opacity: 1;
	}
}
@media screen and (max-width: 768px) {
	.body .menu {
		padding: 0;
	}
	/**/
	.body .menu .kv {
		top: 10%;
		bottom: 400px;
		height: auto;
	}
	/**/
	.body .menu .container {
		padding: 0 20px;
	}
	/**/
	.body .menu .list {
		margin: 0;
		border: 0;
	}
	.body .menu .list li {
		float: none;
		margin: 0 0 10px 0;
		border-bottom: 2px solid #ecf2f6;
		width: 100%;
	}
	.body .menu .list li:last-child {
		margin: 0;
	}
	.body .menu .list li .thumb {
		padding-top: 50%;
		height: 0;
	}
	.body .menu .list li .detail {
		padding: 22px;
	}
	.body .menu .list li .detail i {
		right: 18px;
		width: 13px;
		height: 13px;
	}
	.body .menu .list li .detail .h {
		font-size: 19px;
	}
	/**/
	.body .menu .list-simple {
		margin: 50px 0 0 0;
	}
	.body .menu .list-simple li {
		float: none;
		margin: 0 0 10px 0;
		padding: 0;
		width: 100%;
		font-size: 18px;
		line-height: 86px;
	}
	.body .menu .list-simple li:last-child {
		margin: 0;
	}
	.body .menu .list-simple li a {
		padding: 0 16px 0 20px;
		border-width: 2px;
	}
	.body .menu .list-simple li a span i {
		width: 13px;
		height: 13px;
	}
}

/*============================================================
	拠点センター紹介
*/
.base-person {
	margin: 0 0 60px 0;
}
.body .base-person .card-link .kv {
	float: left;
	width: 50%;
	height: 260px;
}
.body .base-person .card-link .kv .base {
	background-image: url(/company/recruitment/assets/img/index/thumb-base.jpg);
}
.body .base-person .card-link .detail {
	float: right;
	padding: 0 80px;
	width: 50%;
	height: 260px;
	background-color: #00008f;
}
.body .base-person .card-link .detail::before {
	left: 80px;
}
.body .base-person .card-link .arrow {
	background-color: #00005b;
}
@media screen and (min-width: 769px) {
	.body .base-person .card-link:hover .kv .base {
		-webkit-transform: scale(1.06);
		        transform: scale(1.06);
	}
}
@media screen and (max-width: 768px) {
	.base-person {
		margin: 0 0 40px 0;
	}
	.body .base-person .card-link .kv {
		float: none;
		padding-top: 64%;
		width: 100%;
		height: 0;
	}
	.body .base-person .card-link .kv .base {
		background-image: url(/company/recruitment/assets/img/index/thumb-base-sp.jpg);
	}
	.body .base-person .card-link .detail {
		float: none;
		padding: 0 0 0 20px;
		width: auto;
		height: 140px;
	}
	.body .base-person .card-link .detail::before {
		left: 20px;
	}
}

/*============================================================
	オフィス紹介
*/
.base-office {
	margin: 0 0 60px 0;
}
.body .base-office .card-link .kv {
	float: right;
	width: 50%;
	height: 260px;
}
.body .base-office .card-link .kv .base {
	background-image: url(/company/recruitment/assets/img/index/thumb-gallery.jpg);
}
.body .base-office .card-link .detail {
	float: left;
	padding: 0 80px;
	width: 50%;
	height: 260px;
	background-color: #00008f;
}
.body .base-office .card-link .detail::before {
	left: 80px;
}
.body .base-office .card-link .arrow {
	background-color: #00005b;
}
@media screen and (min-width: 769px) {
	.body .base-office .card-link:hover .kv .base {
		-webkit-transform: scale(1.06);
		        transform: scale(1.06);
	}
}
@media screen and (max-width: 768px) {
	.base-office {
		margin: 0 0 40px 0;
	}
	.body .base-office .card-link .kv {
		float: none;
		padding-top: 64%;
		width: 100%;
		height: 0;
	}
	.body .base-office .card-link .kv .base {
		background-image: url(/company/recruitment/assets/img/index/thumb-gallery-sp.jpg);
	}
	.body .base-office .card-link .detail {
		float: none;
		padding: 0 0 0 20px;
		width: auto;
		height: 140px;
	}
	.body .base-office .card-link .detail::before {
		left: 20px;
	}
}

/*============================================================
	仕事を体感する
*/
.base-movie {
	margin: 0 0 120px 0;
}
.body .base-movie .card-link .kv {
	float: left;
	width: 50%;
	height: 260px;
}
.body .base-movie .card-link .kv .base {
	background-image: url(/company/recruitment/assets/img/index/thumb-movie.jpg);
}
.body .base-movie .card-link .detail {
	float: right;
	padding: 0 80px;
	width: 50%;
	height: 260px;
	background-color: #00008f;
}
.body .base-movie .card-link .detail::before {
	left: 80px;
}
.body .base-movie .card-link .arrow {
	background-color: #00005b;
}
@media screen and (min-width: 769px) {
	.body .base-movie .card-link:hover .kv .base {
		-webkit-transform: scale(1.06);
		        transform: scale(1.06);
	}
}
@media screen and (max-width: 768px) {
	.base-movie {
		margin: 0 0 80px 0;
	}
	.body .base-movie .card-link .kv {
		float: none;
		padding-top: 64%;
		width: 100%;
		height: 0;
	}
	.body .base-movie .card-link .kv .base {
		background-image: url(/company/recruitment/assets/img/index/thumb-movie-sp.jpg);
	}
	.body .base-movie .card-link .detail {
		float: none;
		padding: 0 0 0 20px;
		width: auto;
		height: 140px;
	}
	.body .base-movie .card-link .detail::before {
		left: 20px;
	}
}
