/* #welfareList
================================================ */
@media all and (min-width: 769px) {
	.tit01 {
		font-size: 4rem;
		line-height: 1.3;
		margin-bottom: 40px;
	}
}
.mod_btn01 {
	border-radius: 1px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}
.mod_btn01 p {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.46154;
	position: relative;
	display: block;
	overflow: hidden;
	padding: 18px 10px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #005bab;
	border-radius: 1px;
	will-change: contents;
}
.mod_btn01 p:after {
	position: absolute;
	top: 0;
	right: -263%;
	width: 300%;
	height: 100%;
	content: '';
	transform: skewX(-60deg);
	background: #eee;
	will-change: contents;
}
.mod_btn01 p span {
	position: relative;
	z-index: 2;
}
.mod_btn01 p[target='_blank'] span {
	padding-right: 20px;
	background: url(../img/common/ico_blank01.png) no-repeat 100% 50%;
	background-size: 9px;
}
@media all and (min-width: 769px) {
	.mod_btn01 {
		width: 381px;
		margin: 0;
		border-radius: 3px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	}
	.mod_btn01 p {
		font-size: 2.4rem;
		line-height: 1.125;
		padding-top: 35px;
		padding-bottom: 35px;
		border-radius: 3px;
	}
	.mod_btn01 p:after {
		right: -270%;
		transition: all .3s ease;
	}
	.mod_btn01 p:hover:after {
		right: -100%;
	}
}
#welfareList {
	padding: 25px 0 45px;
	background-color: #f4fdff;
}
#welfareList .list {
	margin: 0 -5px;
}
#welfareList .list .item {
	position: relative;
	display: table;
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding: 5px;
	padding-top: 50%;
}
#welfareList .list .item .link {
	position: relative;
	position: absolute;
	top: 5px;
	left: 5px;
	display: table-cell;
	box-sizing: border-box;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	text-align: center;
	border: 1px solid #005bab;
	background-color: #fff;
	box-shadow: 0 2px 2px 1px rgba(4, 0, 0, .1);
}
#welfareList .list .item .link:before {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 0 9px 9px;
	border-style: solid;
	border-color: transparent transparent #005bab transparent;
}
#welfareList .list .item .link .in {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}
#welfareList .list .item .link .in .ico, #welfareList .list .item .link .in .tit {
	display: inline-block;
}
#welfareList .list .item .link .in .ico img {
	width: 87px;
	max-width: 100%;
}
#welfareList .list .item .link .in .tit {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
	box-sizing: border-box;
	width: 100%;
	margin-top: 7px;
	padding: 0 5px;
	text-decoration: none;
	color: #005bab;
}
#welfareList .list .item .content {
	display: none;
}
@media all and (min-width: 769px) {
	#welfareList {
		padding: 120px 0 80px;
		border-top: 1px solid #fff;
	}
	#welfareList .list {
		margin: 0;
	}
	#welfareList .list .item {
		width: 285px;
		height: 285px;
		margin: 0 19px 19px 0;
		padding: 0;
	}
	#welfareList .list .item:nth-of-type(4n) {
		margin-right: 0;
	}
	#welfareList .list .item:nth-of-type(4n + 1) {
		clear: both;
	}
	#welfareList .list .item .link {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		width: 285px;
		height: 285px;
		transition: all .3s ease;
		box-shadow: 0 4px 4px 2px rgba(4, 0, 0, .1);
	}
	#welfareList .list .item .link:before {
		right: 9px;
		bottom: 9px;
		border-width: 0 0 17px 17px;
	}
	#welfareList .list .item .link .in {
		position: relative;
		top: 50px;
		transform: translateY(0);
	}
	#welfareList .list .item .link .in .ico img {
		width: 149px;
	}
	#welfareList .list .item .link .in .tit {
		font-size: 2rem;
		transition: all .3s ease;
	}
	#welfareList .list .item .link:hover {
		background-color: #005bab;
	}
	#welfareList .list .item .link:hover .tit {
		color: #fff;
	}
	#welfareList .list .item .link:hover:before {
		border-color: transparent transparent #fff transparent;
	}
}
.modaal-container .modaalWelfare {
	padding: 15px 10px;
}
.modaal-container .modaalWelfare .in {
	text-align: center;
}
.modaal-container .modaalWelfare .in .ico, .modaal-container .modaalWelfare .in .tit {
	display: inline-block;
}
.modaal-container .modaalWelfare .in .ico img {
	width: 115px;
	max-width: 100%;
}
.modaal-container .modaalWelfare .in .tit {
	font-size: 1.5rem;
	font-weight: bold;
	width: 100%;
	margin-top: 10px;
	text-decoration: none;
}
.modaal-container .modaalWelfare .txt {
	font-size: 1.3rem;
	line-height: 1.75;
	margin-bottom: 25px;
	text-align: center;
}
@media all and (min-width: 769px) {
	.modaal-container .modaalWelfare {
		padding: 30px 80px 20px;
	}
	.modaal-container .modaalWelfare .in {
		margin-bottom: 6px;
	}
	.modaal-container .modaalWelfare .in .ico img {
		width: 190px;
		max-width: 100%;
	}
	.modaal-container .modaalWelfare .in .tit {
		font-size: 2.4rem;
		margin-top: 10px;
	}
	.modaal-container .modaalWelfare .txt {
		font-size: 1.6rem;
		line-height: 2;
		margin-bottom: 22px;
		text-align: center;
	}
	.modaal-container .modaalWelfare .btn {
		width: auto;
	}
	.modaal-container .modaalWelfare .btn p {
		font-size: 1.8rem;
		padding: 25px 10px;
	}
}

/* .recruit_bnrs01
================================================ */

.recruit_bnrs01 {
	background-color: #eee;
	padding: 50px 0 45px;
}
.recruit_bnrs01 .list .item {
	margin-bottom: 5px;
}
@media all and (min-width: 769px) {
	.recruit_bnrs01 {
		padding: 100px 0;
		background: url(../img/common/bg_bnr02.png) repeat center;
	}
	.recruit_bnrs01 .list .item {
		width: 50%;
		margin-bottom: 0;
		float: left;
	}
}
