@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	entry.css
*/

.body {
	padding: 0 0 180px 0;
}
@media screen and (max-width: 768px) {
	.body {
		padding: 0 0 80px 0;
	}
}

/*============================================================
	コンテナ
*/
.body .container {
	padding: 0;
	max-width: 1280px;
}
@media screen and (max-width: 768px) {
	.body .container {
		padding: 0 27px;
	}
}

/*============================================================
	 リスト
*/
.body .list {
}
.body .list ul {
	display: flex;
	justify-content: center;
    align-items: center;
}
.body .list ul li {
	flex-basis: 33.333%;
	max-width: 33.333%;
	padding: 0 20px;
}
.body .list ul li a {
	position: relative;
	display: block;
	color: #fff;
}
.body .list ul li a i {
	display: block;
	position: absolute;
	bottom: 14px;
	right: 14px;
	width: 14px;
	height: 14px;
	background: transparent url(/company/recruitment/assets/img/common/icon-blank.png) 50% 50% no-repeat;
	background-size: contain;
}
.body .list ul li .thumb {
	overflow: hidden;
}
.body .list ul li .thumb .base {
	-webkit-transition: -webkit-transform 0.3s ease;
	        transition: transform 0.3s ease;
}
.body .list ul li .info {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 140px;
	background-color: #00008f;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 0.1em;
}
.body .list ul li .info::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 4px;
	background-color: #ff1721;
}
.body .list ul li .info h2 {
	font-size: 28px;
}
@media screen and (min-width: 769px) {
	.body .list ul li a:hover .thumb .base {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}
@media screen and (max-width: 768px) {
	.body .list ul {
		display: block;
	}
	.body .list ul li {
		max-width: 100%;
		margin: 20px 0 0 0;
		padding: 0;
	}
	.body .list ul li:first-child {
		margin: 0;
	}
	.body .list ul li a i {
		bottom: 10px;
		right: 10px;
		width: 11px;
		height: 11px;
		background-image: url(/company/recruitment/assets/img/common/icon-blank-sp.png);
	}
	.body .list ul li .info {
		height: 100px;
		font-size: 10px;
	}
	.body .list ul li .info::before {
		margin-left: -20px;
		width: 40px;
	}
	.body .list ul li .info h2 {
		font-size: 20px;
		line-height: 1.3;
	}
}

/*============================================================
	インターンシップバナー
*/
.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: 4px;
	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;
	}
}

/*============================================================
	インターンシップバナー
*/
.internship {
	padding: 0 120px;
	margin: 140px 0 20px;
}
.body .internship .card-link .kv {
	float: left;
	width: 50%;
	height: 210px;
}
.body .internship .card-link .kv .base {
	background-image: url(/company/recruitment/assets/img/entry/thumb-internship.jpg);
}
.body .internship .card-link .detail {
	float: right;
	padding: 0 60px;
	width: 50%;
	height: 210px;
	background-color: #027180;
}
.body .internship .card-link .detail::before {
	left: 60px;
}
.body .internship .card-link .arrow {
	background-color: #025a66;
}
@media screen and (min-width: 769px) {
	.body .internship .card-link:hover .kv .base {
		-webkit-transform: scale(1.06);
		        transform: scale(1.06);
	}
}
@media screen and (max-width: 768px) {
	.internship {
		padding: 0;
		margin: 70px 0 45px;
	}
	.body .internship .container {
		padding: 0;
	}
	.body .internship .card-link .kv {
		float: none;
		padding-top: 52%;
		width: 100%;
		height: 0;
	}
	.body .internship .card-link .kv .base {
		background-image: url(/company/recruitment/assets/img/entry/thumb-internship-sp.jpg);
	}
	.body .internship .card-link .detail {
		float: none;
		padding: 0 0 0 20px;
		width: auto;
		height: 110px;
	}
	.body .internship .card-link .detail::before {
		left: 20px;
	}
}
