/* 採用メッセージ
=========================================================================
=========================================================================*/
/* PAGE TITLE
=========================================================================*/
#title {
	position: relative;
	padding-top: 138px;
	width: 100%;
	height: 813px;
	text-align: center;
	background: url(../img/special/index_title_bg.jpg) center top no-repeat;
	background-size: cover;	
}
#title .object_one {
	position: absolute;
	top: 62px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1042px;
	mix-blend-mode: hard-light;
}
@media screen and (max-width: 1042px) {
	#title .object_one {
		width: calc(389 / 375 * 100%);
	}
}
#title h1 {
	position: relative;
	margin: 0 auto 126px;
	padding-top:62px;
	width: 300px;
	z-index: 2;
}
#title h2 {
	position: relative;
	margin: 0 auto 80px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1em;
	color: #000;
	z-index: 2;
}
#title p {
	position: relative;
	margin: 0 auto 200px;
	font-weight: 500;
	/*font-size: 16px;
	font-size: 1.6rem;*/
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.375em;
	color: #333;
	z-index: 2;
}
#title .photo {
	position: relative;
	margin: 0 auto;
	width: 740px;
	z-index: 2;
}
#title .photo::after {
	content: "";
	position: absolute;
	top: 69px;
	left: 20px;
	width: 744px;
	height: 331px;
	background: #BBD5EA;
	z-index: -1;
}
#title .index_title_bottom {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
}

/* SECTION 01
=========================================================================*/
#sec_01 {
	position: relative;
	width: 100%;
	height: 845px;
	text-align: center;
	background: url(../img/special/index_sec_01_bg.jpg) center top no-repeat;
	background-size: cover;
}
#sec_01 .sec_01_top {
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	border-top: 1px solid #FFF;
}

/* SECTION 02
=========================================================================*/
#sec_02 {
	margin-bottom: 47px;
	width: 100%;
	height: 207px;
	text-align: center;
	background: url(../img/special/index_sec_02_bg.jpg) center top no-repeat;
	background-size: cover;
}

/* BANNER
=========================================================================*/
#banner {
	padding: 47px 15px 120px;
}
#banner ul {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 911px
}
#banner ul li {
	position: relative;
	overflow: hidden;
	width: calc(440 / 911 * 100%);
	background: #FFF;
}



/*  タブレット（960px未満）
=========================================================================
=========================================================================*/
@media screen and (max-width: 959px) {
	
}

/*  スマホ（767px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {
	
	/* PAGE TITLE
	=========================================================================*/
	#title {
		margin-top: 60px;
		padding-top: 60px;
		width: 100%;
		height: 560px;
		text-align: center;
		background: url(../img/special/index_title_bg@2x.jpg) center top no-repeat;
		background-size: cover;	
	}
	#title .object_one {
		top: 60px;
	}
	#title h1 {
		margin: 0 auto 79px;
		padding-top: 0;
		width: 213px;
	}
	#title h2 {
		margin: 0 auto 40px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	#title p {
		margin: 0 auto 64px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2.142857em;
	}
	#title .photo {
		padding: 0 15px;
		max-width: 400px;
		width: 100%;
		z-index: 2;
	}
	#title .photo::after {
		content: "";
		position: absolute;
		top: calc(30 / 172 * 100%);
		left: calc(20 / 375 * 100%);
		width: calc(336 / 375 * 100%);
		height: calc(150 / 172 * 100%);
		background: #BBD5EA;
	}
	#title .index_title_bottom {
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
	}
	/* SECTION 01
	=========================================================================*/
	#sec_01 {
		height: 562px;
		text-align: center;
		background: url(../img/special/index_sec_01_bg.jpg) center top no-repeat;
		background-size: cover;
	}
	#sec_01 .sec_01_top {

	}

	/* SECTION 02
	=========================================================================*/
	#sec_02 {
		margin-bottom: 0;
		height: 118px;
	}
	
	/* BANNER
	=========================================================================*/
	#banner {
		padding: 0 15px 54px;
	}
	#banner ul {
		width: 100%;
	}
	#banner ul li {
		width: calc(178 / 364 * 100%);
	}

}