@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	lp-future.css
*/

.body {
	padding: 0 0 180px 0;
}
@media screen and (max-width: 768px) {
	.body {
		padding: 0 0 80px 0;
		font-size: 13px;
		line-height: 2;
	}
}

/*============================================================
	区切り罫
*/
.body .hr {
	height: 4px;
	background-color: #ecf2f6;
}
@media screen and (max-width: 768px) {
	.body .hr {
		margin: 0 10px;
		height: 2px;
	}
}

/*============================================================
	コンテナ
*/
.body .container {
	padding: 0;
	max-width: 960px;
}
.body .container-inner {
	padding: 30px 30px 0 30px;
}
@media screen and (max-width: 768px) {
	.body .container {
		padding: 0 10px;
	}
	.body .container-inner {
		padding: 20px 15px 0 15px;
	}
}

/*============================================================
	メイン
*/
.body .main {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.body .main .v-center {
	height: 510px;
	text-align: center;
}
.body .main .headline span {
	display: block;
}
.body .main .headline .en-cond-i {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.3;
}
.body .main .headline .line {
	display: block;
	margin: 15px auto;
	width: 30px;
	height: 2px;
	background-color: #fff;
}
.body .main .headline .jp {
	font-weight: 400;
	font-size: 48px;
	line-height: 1.42;
}
.body .main .department {
	display: inline-block;
	margin-top: 20px;
	padding: 0.2em 0.6em 0.3em 0.6em;
	border: 2px solid #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.body .main .lead {
	background-color: rgba(0,0,143,0.8);
	font-size: 13px;
	line-height: 2.4;
}
.body .main .lead .container {
	padding: 35px 0;
}
.body .main .lead .container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 60px;
	height: 8px;
	background-color: #ff1721;
}
.body .main .lead .h {
	font-size: 14px;
}
.body .main .lead p.note {
	margin-top: 1em;
	font-size: 12px;
}
/* KV */
.body-lp-future .main {
	background-position: 50% 10%;
	background-image: url(/company/recruitment/assets/img/lp-future/lp-future-main-kv.jpg);
}
/* アニメーション */
.body .anim-main .headline .en-cond-i,
.body .anim-main .headline .jp {
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
}
.body .anim-main .headline .line {
	width: 0;
}
.body .anim-main .department,
.body .anim-main .lead {
	opacity: 0;
}
.body .anim-main-active .headline .en-cond-i {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.8s ease-out 0s;
	        transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.8s ease-out 0s;
	opacity: 1;
	-webkit-transform: translateY(0px);
	        transform: translateY(0px);
}
.body .anim-main-active .headline .line {
	-webkit-transition: width 0.5s ease-out 0.5s;
	        transition: width 0.5s ease-out 0.5s;
	width: 30px;
}
.body .anim-main-active .headline .jp {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s, opacity 0.8s ease-out 0.8s;
	        transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s, opacity 0.8s ease-out 0.8s;
	opacity: 1;
	-webkit-transform: translateY(0px);
	        transform: translateY(0px);
}
.body .anim-main-active .department,
.body .anim-main-active .lead {
	-webkit-transition: opacity 0.5s linear 1.4s;
	        transition: opacity 0.5s linear 1.4s;
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.body .main {
		background-image: none !important;
	}
	.body .main .v-center {
		height: 380px;
		background-color: transparent;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.body .main .headline .en-cond-i {
		font-size: 15px;
	}
	.body .main .headline .line {
		margin: 10px auto 12px auto;
	}
	.body .main .headline .jp {
		font-size: 30px;
		letter-spacing: 0;
	}
	.body .main .department {
		margin-top: 20px;
		border-width: 1px;
		font-size: 10px;
	}
	.body .main .lead {
		background-color: #00008f;
		font-size: 12px;
		line-height: 2;
	}
	.body .main .lead .container {
		padding: 30px 27px 30px 27px;
	}
	.body .main .lead .container::before {
		margin-left: 27px;
		width: 40px;
		height: 5px;
	}
	.body .main .lead .h {
		margin-bottom: 5px;
	}
	.body .main .lead p.note {
		margin-top: 1em;
		font-size: 11px;
	}
	/* KV */
	.body-lp-future .main .v-center {
		background-image: url(/company/recruitment/assets/img/lp-future/lp-future-main-kv-sp.jpg);
	}
}
@media screen and (max-width: 360px) {
	.body .main .headline .jp {
		font-size: 26px;
	}
}

/*============================================================
	見出し
*/
.body .unit-subhead {
	margin: 60px 0 20px 0;
}
.body .subhead-caption {
	padding: 15px;
	background-color: #00008f;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	.body .unit-subhead {
		margin: 45px 0 25px 0;
	}
	.body .subhead-caption {
		padding: 12px;
		font-size: 16px;
	}
}

/*============================================================
	本文
*/
.body article {
	margin: 65px 0 0 0;
}
.body article .title {
	position: relative;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 34px;
	line-height: 1.8;
	color: #000090;
}
.body article .title:after {
	content: '';
	position: absolute;
	top: 30px;
	left: -80px;
	display: block;
	width: 40px;
	height: 2px;
	background-color: #00008f;
}
.body article .title.indent-half {
	text-indent: -0.5em;
}
.body article p {
	line-height: 2.57;
}
@media screen and (max-width: 768px) {
	.body article {
		margin: 40px 17px 30px 17px;
		font-size: 13px;
	}
	.body article .title {
		margin-bottom: 25px;
		font-size: 23px;
		line-height: 1.7;
	}
	.body article .title:after {
		position: static;
		margin: 20px 0 0 0;
	}
	.body article p {
		line-height: 2;
	}
}
@media screen and (max-width: 360px) {
	.body article .title {
		font-size: 20px;
	}
}


/*============================================================
	テーブル
*/
.body table.table {
	border-bottom: 1px solid #cdced0;
}
.body table.table th,
.body table.table td {
	vertical-align: top;
	border-top: 1px solid #cdced0;
	text-align: left;
	font-size: 14px;
	line-height: 2.2;
}
.body table.table th {
	padding: 20px 20px;
	width: 180px;
	background-color: #f0f2f7;
	font-weight: 500;
	color: #00008f;
}
.body table.table td {
	padding: 20px 20px 20px 30px;
}
@media screen and (max-width: 768px) {
	.body table.table {
		display: block;
		width: 100%;
	}
	.body table.table tbody,
	.body table.table tr,
	.body table.table th,
	.body table.table td {
		display: block;
		width: 100%;
		border: 0;
		font-size: 13px;
		line-height: 2;
	}
	.body table.table th {
		padding: 10px 15px;
		border-top: 1px solid #cdced0;
	}
	.body table.table td {
		padding: 15px 15px 20px 15px;
	}
}

/*============================================================
	画像
*/
.body .photo {
	margin: 100px 0 0 0;
}
.body .img {
	overflow: hidden;
	position: relative;
	height: 480px;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.body .img div {
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-position: 50% 20%;
	background-repeat: no-repeat;
	background-size: cover;
}
/* img */
.sec02 .img .visible-pc {
	background-image: url(/company/recruitment/assets/img/lp-future/lp-future-photo01.jpg);
}
.sec03 .img .visible-pc {
	background-image: url(/company/recruitment/assets/img/lp-future/lp-future-photo02.jpg);
}
.sec04 .img .visible-pc {
	background-image: url(/company/recruitment/assets/img/lp-future/lp-future-photo03.jpg);
}
.sec05 .img .visible-pc {
	background-image: url(/company/recruitment/assets/img/lp-future/lp-future-photo04.jpg);
}
@media screen and (max-width: 768px) {
	.body .photo {
		margin: 80px 0 0 0;
	}
	.body .img {
		padding-top: 77.333%;
		height: 0;
	}
	/* img */
	.sec02 .img {
		background-image: url(/company/recruitment/assets/img/lp-future/lp-future-photo01-sp.jpg);
	}
	.sec03 .img {
		background-image: url(/company/recruitment/assets/img/lp-future/lp-future-photo02-sp.jpg);
	}
	.sec04 .img {
		background-image: url(/company/recruitment/assets/img/lp-future/lp-future-photo03-sp.jpg);
	}
	.sec05 .img {
		background-image: url(/company/recruitment/assets/img/lp-future/lp-future-photo04-sp.jpg);
	}
}
