@charset "UTF-8";

@media screen and (max-width: 767px) {
.pageTitSecond {
	font-size: 24px;
	font-size: 2.4rem;
}
}

.recruitDetailRead {
	background: #fff;
	padding: 10px 0;
}

.read {
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	margin-top: 30px;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.read {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}
}


/* サービス
--------------------------------------------------*/
.serviceTop {
	background: #fff;
	padding-top: 20px;
	margin-top: 35px;
}
	.serviceTop ul {
		margin-left: -20px;
		margin-right: -20px;
	}
	.serviceTop ul li {
		float: left;
		display: block;
		width: 346px;
		margin: 10px 0;
	}
	.serviceTop ul li:nth-child(3n) {
		float: right;
	}
		.serviceTop ul li a {
			display: block;
			background: #fff;
			padding: 20px;
			text-align: center;
			text-decoration: none;
			-webkit-transition: all .4s;
			transition: all .4s;
		}
		.serviceTop ul li a:hover {
			background: #6da5db;
		}
			.serviceTop ul li a h2 {
				color: #646464;
				font-size: 18px;
				font-size: 1.8rem;
				margin-top: 15px;
			}
			.serviceTop ul li a:hover h2 {
				color: #fff;
			}
			.serviceTop ul li a figure {
				position: relative;
			}
			.serviceTop ul li a figure:after {
				content: "";
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				background: url(../image/bg_thum_hover.svg) center no-repeat rgba(0, 0, 0, .4);
				background-size: auto 60%;
				opacity: 0;
				-webkit-transition: 0.5s;
								transition: 0.5s;
			}
			.serviceTop ul li a:hover figure:after {
				opacity: 1;
			}
@media screen and (max-width: 767px) {
.serviceTop {
	padding-top: 1px;
	border-top: 1px solid #b2b2b2;
}
	.serviceTop ul {
		margin-left: auto;
		margin-right: auto;
	}
	.serviceTop ul li {
		float: none;
		display: block;
		width: 100%;
		max-width: 278px;
		margin: 30px auto 0;
	}
	.serviceTop ul li:nth-child(even) {
		float: none;
	}
		.serviceTop ul li a {
			padding: 0;
		}
		.serviceTop ul li a:hover {
			background: #fff;
		}
			.serviceTop ul li a h2 {
				font-size: 14px;
				font-size: 1.4rem;
				margin-top: 7px;
			}
			.serviceTop ul li a figure:after {
				display: none;
			}
}


/* 大切なお知らせ
--------------------------------------------------*/
.notices {
	background-color: #fff;
}
.notices .inner-notices {
	box-sizing: border-box;
	width: 100%;
	max-width: 1300px;
	min-width: 1000px;
	margin: 0 auto;
	padding-top: 64px;
	padding-right: 28px;
	padding-left: 28px;
}
.notices .ttl-notices {
	position: relative;
	font-size: 24px;
}
.notices .ttl-notices:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	width: 4px;
	height: 30px;
	background-color: #6da5db;
}
.notices .ttl-notices > span {
	display: inline-block;
	padding-left: 14px;
	font-weight: bold;
}

.wrp-notices-list {
	margin-top: 20px;
}
.list-notices {
	box-sizing: border-box;
	padding: 10px 10px;
}
.list-notices.blue {
	border-bottom: 1px solid #93bbe2;
	background-color: #f4f8fc;
}
.list-notices.blue:first-of-type {
	border-top: 1px solid #93bbe2;
}
.list-notices.orange {
	border-bottom: 1px solid #FF8217;
	background-color: #FFF5EF;
}
.list-notices.orange:first-of-type {
	border-top: 1px solid #FF8217;
}
.list-notices.green {
	border-bottom: 1px solid #55C655;
	background-color: #F4FCF4;
}
.list-notices.green:first-of-type {
	border-top: 1px solid #55C655;
}
.list-notices.red {
	border-bottom: 1px solid #ED615B;
	background-color: #FFEFEF;
}
.list-notices.red:first-of-type {
	border-top: 1px solid #ED615B;
}
.list-notices.purple {
	border-bottom: 1px solid #7495F5;
	background-color: #EFF3FF;
}
.list-notices.purple:first-of-type {
	border-top: 1px solid #7495F5;
}


.list-notices .sttl-notices {
	box-sizing: border-box;
	display: table;
	width: 100%;
	min-height: 50px;
}
.list-notices .sttl-notices > p {
	display: table-cell;
	padding: 0 10px;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}
.list-notices .dtl-notices {
	margin-top: 10px;
	padding: 20px 25px 30px;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.6;
}
/* お知らせ１つめ */
.list-notices:nth-child(1) {
	position: relative;
	z-index: 4;
}
.list-notices:nth-child(1):before {
	content: "続きを読む";
	position: absolute;
	bottom: 15px;
	left: 50%;
	display: block;
	width: 100px;
	height: 26px;
	padding-left: 13px;
	background-image: url(/recruit/-/media/image/recruit/msh/message_board/arrow_btm.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 16px auto;
	color: #6da5db;
	font-size: 16px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;
}
.list-notices:hover:before {
	text-decoration: underline;
}
.list-notices:nth-child(1).open:before {
	content: "閉じる";
	width: 64px;
	background-image: url(/recruit/-/media/image/recruit/msh/message_board/arrow_tp.png);
}

.list-notices:nth-child(1) > dl {
	position: relative;
	z-index: 2;
}
.list-notices:nth-child(1) > dl::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 90px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 56%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 100%); 
	z-index: 0;
}
.list-notices:nth-child(1).open > dl::before {
	display: none;
}
.list-notices:nth-child(1).open > dl .dtl-notices {
	padding-bottom: 45px;
}

.list-notices.min > dl {
	height: auto !important;
}
.list-notices.min:before,
.list-notices.min > dl::before {
	display: none;
}

/* お知らせ２つめ以降 */
.list-notices.js-toggle .sttl-notices {
	position: relative;
}
.list-notices.js-toggle .sttl-notices:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 29px;
	height: 30px;
	background-image: url(/recruit/-/media/image/recruit/msh/message_board/icon_plus.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.list-notices.js-toggle .sttl-notices:hover:before {
	background-image: url(/recruit/-/media/image/recruit/msh/message_board/icon_plus_2.svg);
}
.list-notices.js-toggle.open .sttl-notices:before {
	background-image: url(/recruit/-/media/image/recruit/msh/message_board/icon_minus.svg);
}
.list-notices.js-toggle.open .sttl-notices:hover:before {
	background-image: url(/recruit/-/media/image/recruit/msh/message_board/icon_minus_2.svg);
}
.list-notices.js-toggle .sttl-notices p {
	padding-right: 40px
}
.list-notices.js-toggle .dtl-notices {
	display: none;
}

@media screen and (min-width: 768px) {
	.list-notices:nth-child(1) > dl {
		overflow: hidden;
		height: 268px;
	}
	.list-notices.js-toggle .sttl-notices:hover {
		cursor: pointer;
		text-decoration: underline;
	}
	.list-notices.js-toggle .sttl-notices:before {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
}
@media screen and (max-width: 767px) {
	.notices {
	}
	.notices .inner-notices {
		min-width: 0;
		padding-top: 40px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.notices .ttl-notices {
		font-size: 20px;
	}
	.notices .ttl-notices:before {
		top: 3px;
		width: 4px;
		height: 24px;
	}
	.list-notices {
  	padding: 17px 10px 16px;
	}
	.list-notices:nth-child(1):before {
		bottom: 25px;
	}
	.list-notices:nth-child(1) > dl {
		overflow: hidden;
		height: 288px;
	}
	.list-notices:nth-child(1) > dl::before {
		height: 110px;
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	.list-notices .sttl-notices p {
		font-size: 17px;
		line-height: 1.6;
	}
	.list-notices.js-toggle .sttl-notices:before {
		right: 8px;
		width: 24px;
		height: 24px;
		background-size: auto 100%;
	}
	.list-notices.js-toggle .sttl-notices p {
		padding-right: 35px;
	}
}