@charset "utf-8";

/*******************************************

-------------------------------------------
共通パーツ
********************************************/

/* フェードインスピード
========================================== */

#main #welfare.fadein-up {
	transition-delay: 0.6s;
}

/*******************************************

-------------------------------------------
募集要項
********************************************/

#main .terms {
}
#main .terms h3 {
	border-top: 1px solid #193574;
	border-bottom: 1px solid #193574;
	text-align: center;
	color: #193574;
	font-weight: 700;
	font-size: 24px;
	padding: 15px;
	margin-top: 50px;
}
#main .terms #part-time h3 {
	margin-top: 100px;
}
#main .terms #rec_detail h3 span {
	font-weight: 700;
	background-color: #193574;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 8px 4px;
	position: relative;
	top: -3px;
}
#main .terms .detail {
	border: 1px solid #ccc;
	margin: 40px 20px 0;
	padding-bottom: 30px;
}
#main .terms #rec_detail .detail {
	border: none;
	margin-top: 60px;
	padding-bottom: 0;
}
#main .terms .detail span {
	display: inline-block;
}
#main .terms .detail h4 {
	background-color: #193574;
	color: #fff;
	font-weight: 700;
	padding: 15px 30px;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: .1em;
}
#main .terms .detail h4 span {
	font-weight: 700;
	background-color: #fff;
	border-radius: 5px;
	font-size: 13px;
	padding: 1px 5px 0;
	color: #193574;
	position: relative;
	top: -3px;
}
#main .terms .detail table {
	width: calc(100% - 60px);
	margin: 40px auto 0;
	border-top: 1px solid #cfd8dc;
}
#main .terms #rec_detail .detail table {
	width: 100%;
	margin: 0;
}
#main .terms .detail table th,
#main .terms .detail table td {
	padding: 15px 20px;
}
#main .terms .detail table th {
	font-weight: 700;
	background-color: #e6f0f6;
	border-bottom: 1px solid #fff;
	width: 180px;
	color: #193574;
	font-size: 15px;
}
#main .terms .detail table tbody tr:last-of-type th {
	border-bottom-color:  #cfd8dc;
}
#main .terms .detail table td {
	border-bottom: 1px solid #cfd8dc;
}
#main .terms .detail table td ul.listDots {
	padding: 5px 0;
}
#main .terms .detail table td ul.listDots li {
	position: relative;
	line-height: 1.4;
	padding-left: 15px;
}
#main .terms .detail table td ul.listDots li + li {
	margin-top: 10px;
}
#main .terms .detail table td ul.listDots li::before {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	background-color: #bbb;
	border-radius: 50%;
	width: 6px;
	height: 6px;
}

#main .terms .detail table td a.btnMap {
	display: inline-block;
	background-color: #54c3f1;
	border-radius: 50vh;
	color: #fff;
	font-weight: 700;
	padding: 2px 25px 1px;
	font-size: 14px;
}
#main .terms .detail table td a.btnMap:hover {
	opacity: 1;
	background-color: #193574;
}
#main .terms .detail table td span.add {
	margin-right: 10px;
}
#main .terms .detail .btnBox {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#main .terms .detail .btnBox [class^="btn"] {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px;
	width: 38%;
	border-radius: 16px;
	color: #fff;
	font-weight: 700;
	padding: 10px 15px;
	font-size: 20px;
	min-height: 70px;
	letter-spacing: .1em;
	position: relative;
}
#main .terms .detail .btnBox form {
	width: 38%;
	margin: 10px;
}
#main .terms .detail .btnBox [class^="btn"]::after {
	content: "";
	display: block;
	background: url("../img/common/ic_arrow_white.svg") center/ cover no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	transition: all 0.2s linear;
}
#main .terms .detail .btnBox [class^="btn"]:hover {
	opacity: 1;
}
#main .terms .detail .btnBox [class^="btn"]:hover::after {
	right: 20px;
}
#main .terms .detail .btnBox .btnDetail {
	background-color: #54c3f1;
	box-shadow: 0 5px 0 #3ba4cf;
}
#main .terms .detail .btnBox .btnApp {
	background-color: #f18800;
	box-shadow: 0 5px 0 #cb7403;
	border: none;
	width: 100%!important;
	margin: 0!important;
}
#main .terms .detail .btnBox .btnDetail:hover {
	background-color: #54d5f1;
	box-shadow: 0 5px 0 #54c3f1;
}
#main .terms .detail .btnBox .btnApp:hover {
	background-color: #f1b500;
	box-shadow: 0 5px 0 #f18800;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
	#main .terms h3 {
		font-size: 20px;
	}
	#main .terms .detail h4 {
		font-size: 18px;
	}
	#main .terms .detail h4 span {
		font-size: 12px;
		top: -2px;
	}
	#main .terms .detail table th,
	#main .terms .detail table td {
		display: block;
		width: 100%;
	}

}
@media only screen and (max-width: 640px) {
	#main .terms #part-time h3 {
		margin-top: 70px;
	}
	#main .terms .detail h4 {
		padding: 15px;
	}
	#main .terms .detail {
		margin: 40px 0 0;
	}
	#main .terms .detail table {
		width: calc(100% - 30px);
		margin-top: 30px;
	}
	#main .terms .detail table th {
		padding: 5px 15px;
	}
	#main .terms .detail table td {
		padding: 10px 15px;
	}
	#main .terms .detail .btnBox {
		margin-top: 20px;
	}
	#main .terms .detail .btnBox [class^="btn"] {
		width: 80%;
		max-width: 450px;
		min-height: 60px;
		font-size: 18px;
		border-radius: 50vh
	}
	#main .terms .detail .btnBox form {
		width: 80%;
		max-width: 450px;
	}
	#main .terms .detail .btnBox [class^="btn"]::after {
		right: 20px;
	}
}

/* 詳細ページ
========================================== */

#main .terms #rec_detail {
}

/*******************************************

-------------------------------------------
福利厚生
********************************************/

#main #welfare {
	background-color: #e6f0f6;
	margin-top: 100px;
	padding-top: 50px;
	padding-bottom: 35px;
}
#main #welfare ul {
}
#main #welfare ul li {
	background-color: #fff;
	margin-top: 20px;
	position: relative;
	padding: 50px 330px 50px 50px;
	min-height: 267px;
}
#main #welfare ul li h3 {
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: 700;
	color: #193574;
	line-height: 1.4;
}
#main #welfare ul li h3 em {
	display: flex;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #193574;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
	flex-shrink: 0;
}
#main #welfare ul li:nth-of-type(1) h3 em img {width: 40px;}
#main #welfare ul li:nth-of-type(2) h3 em img {width: 36px;}
#main #welfare ul li:nth-of-type(3) h3 em img {width: 42px;}
#main #welfare ul li:nth-of-type(4) h3 em img {width: 28px; display: inline-block; margin-left: 10px;}

#main #welfare ul li h3 + p {
	margin-top: 25px;
}
#main #welfare ul li > img {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 250px;
	display: block;
}
@media only screen and (max-width: 768px) {
	#main #welfare ul li {
		padding: 30px 330px 30px 30px;
		min-height: 227px;
	}

	#main #welfare ul li h3 em {
		margin-right: 15px;
	}
	#main #welfare ul li > img {
		top: 30px;
		right: 30px;
	}
}
@media only screen and (max-width: 640px) {
	#main #welfare ul li {
		padding: 20px 15px;
	}
	#main #welfare ul li h3 {
		font-size: 20px;
	}
	#main #welfare ul li h3 em {
		width: 40px;
		height: 40px;
	}
	#main #welfare ul li:nth-of-type(1) h3 em img {width: 26px;}
	#main #welfare ul li:nth-of-type(2) h3 em img {width: 24px;}
	#main #welfare ul li:nth-of-type(3) h3 em img {width: 28px;}
	#main #welfare ul li:nth-of-type(4) h3 em img {width: 18px; margin-left: 5px;}
	
	#main #welfare ul li > img {
		position: static;
		width: 100%;
		max-width: 450px;
		margin: 20px auto 0;
	}
}
