@charset "UTF-8";

/* -----------------------------------------------
 [home.css]
-------------------------------------------------- */
.section-hero {
	width: 100%;
	height: 100%;
}
.section-hero__bg{
	overflow: hidden;
	position: relative;
}
.section-hero__scroll{
	display: none;
}
#videoObj{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
}
#imgObj{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
}
#imgObj img{
	width: 100%;
	height: 100%;
}
.section{
	margin-bottom: 160px;
}
.section__line{
	display: block;
	position: absolute;
	background: url("/recruit/assets/images/pct-line02.png") repeat-y top center;
	width: 4px;
	height: 100px;
	z-index: 1;
	left: 50%;
	margin-left: -2px;
	bottom: -100px;
}
@media only screen and (min-width:1px) and (max-width:1024px){
	.section{
		margin-bottom: 48px;
	}
	#imgObj img{
		width: 100%;
		height: auto;
		max-width: 100%;
		min-width: auto;
		min-height:auto;
		position: static;
		transform: none;
	}
	.section-hero .section__line{
		height: 160px;
		bottom: -158px;
	}
}
.box-top-content{
	display: table;
	width: 100%;
	direction: rtl;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding: 0 10px;
}
.box-top-content__image{
	font-size: 0;
	text-align: center;
}
.box-top-content__image,
.box-top-content__content{
	display: table-cell;
	vertical-align: top;
}
.box-top-content__content{
	background: rgba(255,255,255,0.8);
	border-radius: 2px;
	max-width: 500px;
	direction: ltr;
	font-size: 16px;
	padding: 90px 55px 60px 95px;
	box-sizing: border-box;
}
.box-top-content__button{
	margin-top: 55px;
}
.box-top-content__button .btn{
	font-size: 14px;
}
.box-top-content__title{
	font-size: 40px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 200;
	margin-bottom: 10px;
	letter-spacing: -0.05em;
}
.box-top-content--02,
.box-top-content--02 .box-top-content__image,
.box-top-content--02 .box-top-content__content{
	display: block;
}
.box-top-content--02{
	direction: ltr;
}
.box-top-content--02 .js-fullbg,
.box-top-content--02 .box-top-content__content{
	position: absolute;
}
.box-top-content--02 .js-fullbg{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.box-top-content--02 .box-top-content__content{
	top: 152px;
	right: 55px;
	padding: 45px 50px 50px 65px;
}
.box-top-content--02 .box-top-content__button{
	margin-top: 50px;
}
@media only screen and (min-width:1px) and (max-width:1024px){
	.box-top-content,
	.box-top-content .box-top-content__image,
	.box-top-content .box-top-content__content{
		display: block;
	}
	.box-top-content{
		padding: 0;
	}
	.box-top-content__content{
		max-width: none;
		font-size: 14px;
		padding: 20px 15px 13px;
		background: #fff;
	}
	.box-top-content__title{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.box-top-content__button,
	.box-top-content--02 .box-top-content__button{
		text-align: center;
		margin-top: 10px;
	}
	.box-top-content__button .btn{
		min-width: 150px;
	}
	.box-top-content--02 .js-fullbg,
	.box-top-content--02 .box-top-content__content{
		position: static;
	}
	.box-top-content--02 .box-top-content__content{
		padding: 18px 15px 13px;
	}
}/* endMedia */

.box-top-intro{
	padding: 0 15px;
	margin-bottom: 70px;
	font-size: 12px;
	position: relative;
	text-align: center;
	width: 100%;
}
.box-top-intro .wrp-structure__inner{
	display: inline-block;
}
.box-top-intro .section__line{
	bottom: -123px;
}
/* .section-hero
-------------------------------------------------- */
.section-hero{
	position: relative;
}
.section-hero__scroll a{
	display: block;
	width: 100px;
	height: 100px;
	margin-left: -22px;
	position: fixed;
	bottom: 0;
	left: 50%;
	right: 0;
	top: 0;
	z-index: 1000;
}
.section-hero__scroll img{
	position: relative;
	left: 0;
	bottom: 0;
	z-index: 1500;
}
.section-hero .section__line{
	height: 137px;
	bottom: -158px;
	background: url("/recruit/assets/images/pct-line01.png") repeat-y top center;
}
@media only screen and (min-width:1px) and (max-width:1024px){
	.section-hero{
		margin-bottom: 33px;
	}
}/* endMedia */

/* .section-message
-------------------------------------------------- */
#section-message{
	margin-top: 100px;
}
#section-message .section__line{
	height: 160px;
	bottom: -158px;
}
@media only screen and (min-width:1px) and (max-width:1024px){
	.section-message .wrp-structure__inner{
		padding: 0;
		text-align: center;
	}
	#section-message{
		z-index: 2;
	}
}

/* .section-works
-------------------------------------------------- */
.section-works .section__line{
	height: 160px;
	bottom: -158px;
}
.section-works{
	height: 600px;
}
.section-works .box-top-content{
	height: 600px;
}
@media only screen and (min-width:1px) and (max-width:1024px){
	.section-works,
	.section-works .box-top-content{
		height: auto;
		text-align: center;
	}
	#section-field{
		z-index: 2;
	}
}/* endMedia */

/* .section-field
-------------------------------------------------- */
.section-field{
	margin-bottom: 95px;
}
.section-field .section__line{
	height: 160px;
	bottom: -158px;
}
@media only screen and (min-width:1px) and (max-width:1024px){
	.section-field{
		margin-bottom: 50px;
	}
	.section-field .wrp-structure__inner{
		padding: 0;
		text-align: center;
	}
	#section-works{
		z-index: 2;
	}
}/* endMedia */

/* .section-case
-------------------------------------------------- */
.section-case{
	height: 600px;
}
.section-case .box-top-content{
	height: 600px;
}
.section-case .box-top-content--02 .box-top-content__content{
	right: 85px;
	top: 145px;
}
.section-case .section__line{
	height: 160px;
	bottom: -158px;
}
@media only screen and (min-width:1px) and (max-width:1024px){
	.section-case{
		margin-bottom: 35px;
	}
	.section-case,
	.section-case .box-top-content{
		height: auto;
		text-align: center;
	}
	.section-case .section__line{
		height: 35px;
		bottom: -35px;
	}
	#section-case{
		z-index: 2;
	}
}/* endMedia */

/* .section-change
-------------------------------------------------- */
.section-change{
	text-align: center;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}
.section-change__content{
	padding: 25px 0 30px;
	position: relative;
}
.section-change__title{
	font-size: 36px;
	font-weight: 200;
	margin-bottom: 25px;
}
.section-change__content .section__line{
	height: 300px;
	bottom: -290px;
}
.section-change__title span{
	border: 1px solid #4b4b4b;
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	padding: 0 28px;
	margin: 0 30px 0 10px;
}
.section-change{
	height: 535px;
}
@media only screen and (min-width:1px) and (max-width:1024px){
	.section-change{
		text-align: left;
		font-size: 12px;
		position: relative;
	}
	.section-change__content{
		padding: 10px 15px 5px;
	}
	.section-change__title{
		font-size: 24px;
		margin-bottom: 25px;
	}
	.section-change__content .section__line{
		height: 150px;
		bottom: -160px;
	}
	.section-change{
		height: 400px;
		text-align: center;
	}
}/* endMedia */
