@charset "utf-8";

#page .wrapper {
	min-height: auto;
	padding: 0 2vw;
	background: url(../img/common-img/bg.jpg) repeat;
}
.page_topImage_wrap {
	position: relative;
	width: 1440px;
	height: 340px;
	margin: 0 auto;
	border-radius: 20px;
	background: url('../img/welfare-img/welfare-top-img.jpg') no-repeat center top;
}
.page_topImage_wrap .welfare_top_h2 {
	position: absolute;
	width: 341px;
	height: 102px;
	left: 0;
	bottom: 0;
	background: url('../img/welfare-img/welfare-top-h2.png') no-repeat left bottom;
	/*テキスト*/
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.page_cts_wrapper {
	padding: 60px 0;
	text-align: center;
	background: url(../img/common-img/bg.jpg) repeat;
}
.page_cts_wrapper h2 {
	display: inline-block;
	width: 348px;
	height: 73px;
	margin-bottom: 38px;
	background: url('../img/welfare-img/welfare-page_cts_wrapper-h2.png') no-repeat center center;
	/*テキスト*/
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.page_cts_wrapper .lead {
	margin: 0 0 68px;
	font-size: 2.4rem;
	line-height: 1.8;
	font-weight: 400;
	color: #313131;
}
.welfare_cts_wrap {
	width: 1000px;
	margin: 0 auto 30px;
}

.welfare_cts_txt_left_wrap {
	width: 550px;
	height: 250px;
	float: left;
}
.welfare_cts_txt_left_wrap h3.working {
	position: relative;
	height: 46px;
	margin: 0 0 5px 0;
	font-size: 2.8rem;
	text-align: left;
	text-indent: 2em;
	line-height: 46px;
	font-weight: 500;
	letter-spacing: 1px;
	background: url('../img/welfare-img/icon-clock.png') no-repeat left center;
}
.welfare_cts_txt_left_wrap h3.dormitory {
	position: relative;
	height: 46px;
	margin: 0 0 5px 0;
	font-size: 2.8rem;
	text-align: left;
	text-indent: 2em;
	line-height: 46px;
	font-weight: 500;
	letter-spacing: 1px;
	background: url('../img/welfare-img/icon-dormitory.png') no-repeat left center;
}
.welfare_cts_txt_left_wrap h3.transfer {
	position: relative;
	height: 46px;
	margin: 0 0 5px 0;
	font-size: 2.8rem;
	text-align: left;
	text-indent: 2em;
	line-height: 46px;
	font-weight: 500;
	letter-spacing: 1px;
	background: url('../img/welfare-img/icon-transfer.png') no-repeat left center;
}
.welfare_cts_txt_left_wrap h3.overseas {
	position: relative;
	height: 46px;
	margin: 0 0 5px 0;
	font-size: 2.8rem;
	text-align: left;
	text-indent: 2em;
	line-height: 46px;
	font-weight: 500;
	letter-spacing: 1px;
	background: url('../img/welfare-img/icon-overseas.png') no-repeat left center;
}
.welfare_cts_txt_left_wrap h3::after {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -5px;
	content: "";
	border-bottom: 1px solid #ea5541;
}
.welfare_cts_txt_left_wrap p {
	padding: 15px 0 0;
	font-size: 1.6rem;
	line-height: 2;
	text-align: justify;
}
.welfare_cts_work_right_wrap {
	width: 400px;
	height: 250px;
	float: right;
	border-radius: 20px;
	background: url('../img/welfare-img/image-work.jpg') no-repeat center center;
}
.welfare_cts_dormitory_right_wrap {
	width: 400px;
	height: 250px;
	float: right;
	border-radius: 20px;
	background: url('../img/welfare-img/image-dormitory.jpg') no-repeat center center;
}
.welfare_cts_transfer_right_wrap {
	width: 400px;
	height: 250px;
	float: right;
	border-radius: 20px;
	background: url('../img/welfare-img/image-transfer.jpg') no-repeat center center;
}
.welfare_cts_overseas_right_wrap {
	width: 400px;
	height: 250px;
	float: right;
	border-radius: 20px;
	background: url('../img/welfare-img/image-overseas.jpg') no-repeat center center;
}
.one_day_image {
	width: 950px;
	height: 836px;
	margin: 0 auto 50px;
}

@media screen and (max-width: 1400px) {
	
	#page .wrapper {
		min-height: auto;
		padding: 0 2vw;
		background: url(../img/common-img/bg.jpg) repeat;
	}
	.page_topImage_wrap {
		width: 1100px;
		height: 340px;
		margin: 0 auto;
		background: url('../img/welfare-img/welfare-top-img.jpg') no-repeat center top;
	}
}
/* タブレット対策 */
@media screen and (max-width: 1150px) {
	.page_topImage_wrap .welfare_top_h2 {
		position: absolute;
		width: 342px;
		height: 103px;
		left: -1px;
		bottom: -1px;
		background: url('../img/welfare-img/welfare-top-h2.png') no-repeat left bottom;
		background-size: 342px 103px;
		/*テキスト*/
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
}

@media screen and (max-width: 599px) {
	#page .wrapper {
		min-height: auto;
		min-width: 100%;
		padding: 100px 0 0;
	}
	.page_topImage_wrap {
		position: relative;
		width: 90vw;
		height: 340px;
		margin: 0 auto;
		border-radius: 15px;
		background: url('../img/welfare-img/sp-welfare-top-img.jpg') no-repeat center top;
		background-size: cover;
	}
	.page_topImage_wrap .welfare_top_h2 {
		position: absolute;
		width: 265px;
		height: 75px;
		left: 0;
		bottom: 0;
		background: url('../img/welfare-img/sp-welfare-top-h2.png') no-repeat left bottom;
		background-size: 265px 75px;
		/*テキスト*/
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	.page_cts_wrapper {
		padding: 40px 0 0;
		text-align: center;
		background: url(../img/common-img/bg.jpg) repeat;	
	}
	.page_cts_wrapper h2 {
		display: inline-block;
		width: 262px;
		height: 56px;
		margin-bottom: 18px;
		background: url('../img/welfare-img/welfare-page_cts_wrapper-h2.png') no-repeat center center;
		background-size: 262px 56px;
		/*テキスト*/
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	.page_cts_wrapper .lead {
		margin: 0 0 34px;
		font-size: 1.4rem;
		line-height: 1.8;
		font-weight: 400;
		color: #313131;
	}
	.welfare_cts_wrap {
		position: relative;
		width: 90vw;
		margin: 0 auto 20px;
	}
	.welfare_cts_txt_left_wrap {
		width: 100%;
		height: auto;
		float: none;
	}
	.sp_height_work {
		margin: 0 0 10px 0;
	}
	.sp_height_dormitory {
		margin: 0 0 10px 0;
	}
	.sp_height_transfer {
		margin: 0 0 10px 0;
	}
	.sp_height_overseas {
		margin: 0 0 10px 0;
	}
	.welfare_cts_txt_left_wrap h3.working {
		position: relative;
		height: 35px;
		margin: 0 0 10px 0;
		font-size: 2.4rem;
		text-align: left;
		text-indent: 2em;
		line-height: 35px;
		font-weight: 500;
		letter-spacing: 0;
		background: url('../img/welfare-img/sp-icon-clock.png') no-repeat left center;
		background-size: auto 35px;
	}
	.welfare_cts_txt_left_wrap h3.dormitory {
		position: relative;
		height: 35px;
		margin: 0 0 10px 0;
		font-size: 2.4rem;
		text-align: left;
		text-indent: 2em;
		line-height: 35px;
		font-weight: 500;
		letter-spacing: 0;
		background: url('../img/welfare-img/sp-icon-dormitory.png') no-repeat left center;
		background-size: auto 35px;
	}
	.welfare_cts_txt_left_wrap h3.transfer {
		position: relative;
		height: 35px;
		margin: 0 0 10px 0;
		font-size: 2.4rem;
		text-align: left;
		text-indent: 2em;
		line-height: 35px;
		font-weight: 500;
		letter-spacing: 0;
		background: url('../img/welfare-img/sp-icon-transfer.png') no-repeat left center;
		background-size: auto 35px;
	}
	.welfare_cts_txt_left_wrap h3.overseas {
		position: relative;
		height: 35px;
		margin: 0 0 10px 0;
		font-size: 2.4rem;
		text-align: left;
		text-indent: 2em;
		line-height: 35px;
		font-weight: 500;
		letter-spacing: 0;
		background: url('../img/welfare-img/sp-icon-overseas.png') no-repeat left center;
		background-size: auto 35px;
	}
	.welfare_cts_txt_left_wrap h3::after {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: -5px;
		content: "";
		border-bottom: 1px solid #ea5541;
	}
	.welfare_cts_txt_left_wrap p {
		padding: 10px 0 0;
		font-size: 1.3rem;
		line-height: 2;
		text-align: justify;
	}
	.welfare_cts_work_right_wrap {
		width: 100%;
		height: 210px;
		float: none;
		border-radius: 15px;
		background: url('../img/welfare-img/image-work.jpg') no-repeat center center;
		background-size: cover;
	}
	.welfare_cts_dormitory_right_wrap {
		width: 100%;
		height: 210px;
		float: none;
		border-radius: 15px;
		background: url('../img/welfare-img/image-dormitory.jpg') no-repeat center center;
		background-size: cover;
	}
	.welfare_cts_transfer_right_wrap {
		width: 100%;
		height: 210px;
		float: none;
		border-radius: 15px;
		background: url('../img/welfare-img/image-transfer.jpg') no-repeat center center;
		background-size: cover;
	}
	.welfare_cts_overseas_right_wrap {
		width: 100%;
		height: 210px;
		float: none;
		border-radius: 15px;
		background: url('../img/welfare-img/image-overseas.jpg') no-repeat center center;
		background-size: cover;
	}
	.one_day_image {
		width: 375px;
		height: 545px;
		margin: 0 auto 20px;
	}
}

/*w320対策*/
@media screen and (max-width: 320px) {
	.one_day_image {
		width: 100vw;
		height: 545px;
		margin: 0 auto 20px;
	}
}

/*スマホ-横向き*/
@media (orientation: landscape) and (max-width: 896px) {
	#page .wrapper {
		min-height: auto;
		min-width: 100%;
		padding: 100px 0 0;
	}
	.page_topImage_wrap {
		position: relative;
		width: 90vw;
		height: 340px;
		margin: 0 auto;
		border-radius: 15px;
		background: url('../img/welfare-img/sp-welfare-top-img.jpg') no-repeat center top;
		background-size: cover;
	}
	.page_topImage_wrap .welfare_top_h2 {
		position: absolute;
		width: 265px;
		height: 75px;
		left: 0;
		bottom: 0;
		background: url('../img/welfare-img/sp-welfare-top-h2.png') no-repeat left bottom;
		background-size: 265px 75px;
		/*テキスト*/
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	.page_cts_wrapper {
		padding: 40px 0 0;
		text-align: center;
		background: url(../img/common-img/bg.jpg) repeat;	
	}
	.page_cts_wrapper h2 {
		display: inline-block;
		width: 262px;
		height: 56px;
		margin-bottom: 18px;
		background: url('../img/welfare-img/welfare-page_cts_wrapper-h2.png') no-repeat center center;
		background-size: 262px 56px;
		/*テキスト*/
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	.page_cts_wrapper .lead {
		margin: 0 0 34px;
		font-size: 1.4rem;
		line-height: 1.8;
		font-weight: 400;
		color: #313131;
	}
	.welfare_cts_wrap {
		position: relative;
		width: 90vw;
		margin: 0 auto 20px;
	}
	.welfare_cts_txt_left_wrap {
		width: 100%;
		height: auto;
		float: none;
	}
	.sp_height_work {
		margin: 0 0 10px 0;
	}
	.sp_height_dormitory {
		margin: 0 0 10px 0;
	}
	.sp_height_transfer {
		margin: 0 0 10px 0;
	}
	.sp_height_overseas {
		margin: 0 0 10px 0;
	}
	.welfare_cts_txt_left_wrap h3.working {
		position: relative;
		height: 35px;
		margin: 0 0 10px 0;
		font-size: 2.4rem;
		text-align: left;
		text-indent: 2em;
		line-height: 35px;
		font-weight: 500;
		letter-spacing: 0;
		background: url('../img/welfare-img/sp-icon-clock.png') no-repeat left center;
		background-size: auto 35px;
	}
	.welfare_cts_txt_left_wrap h3.dormitory {
		position: relative;
		height: 35px;
		margin: 0 0 10px 0;
		font-size: 2.4rem;
		text-align: left;
		text-indent: 2em;
		line-height: 35px;
		font-weight: 500;
		letter-spacing: 0;
		background: url('../img/welfare-img/sp-icon-dormitory.png') no-repeat left center;
		background-size: auto 35px;
	}
	.welfare_cts_txt_left_wrap h3.transfer {
		position: relative;
		height: 35px;
		margin: 0 0 10px 0;
		font-size: 2.4rem;
		text-align: left;
		text-indent: 2em;
		line-height: 35px;
		font-weight: 500;
		letter-spacing: 0;
		background: url('../img/welfare-img/sp-icon-transfer.png') no-repeat left center;
		background-size: auto 35px;
	}
	.welfare_cts_txt_left_wrap h3.overseas {
		position: relative;
		height: 35px;
		margin: 0 0 10px 0;
		font-size: 2.4rem;
		text-align: left;
		text-indent: 2em;
		line-height: 35px;
		font-weight: 500;
		letter-spacing: 0;
		background: url('../img/welfare-img/sp-icon-overseas.png') no-repeat left center;
		background-size: auto 35px;
	}
	.welfare_cts_txt_left_wrap h3::after {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: -5px;
		content: "";
		border-bottom: 1px solid #ea5541;
	}
	.welfare_cts_txt_left_wrap p {
		padding: 10px 0 0;
		font-size: 1.3rem;
		line-height: 2;
		text-align: justify;
	}
	.welfare_cts_work_right_wrap {
		width: 100%;
		height: 310px;
		float: none;
		border-radius: 15px;
		background: url('../img/welfare-img/image-work.jpg') no-repeat center center;
		background-size: cover;
	}
	.welfare_cts_dormitory_right_wrap {
		width: 100%;
		height: 310px;
		float: none;
		border-radius: 15px;
		background: url('../img/welfare-img/image-dormitory.jpg') no-repeat center center;
		background-size: cover;
	}
	.welfare_cts_transfer_right_wrap {
		width: 100%;
		height: 310px;
		float: none;
		border-radius: 15px;
		background: url('../img/welfare-img/image-transfer.jpg') no-repeat center center;
		background-size: cover;
	}
	.welfare_cts_overseas_right_wrap {
		width: 100%;
		height: 310px;
		float: none;
		border-radius: 15px;
		background: url('../img/welfare-img/image-overseas.jpg') no-repeat center center;
		background-size: cover;
	}
	.one_day_image {
		width: 375px;
		height: 545px;
		margin: 0 auto 20px;
	}
}








