@charset "utf-8";
/* CSS Document */
/* サブのメイン画像とパンくずリスト共通▼ */
.sub-main{
	width: 100%;
	height: auto;
	background-color: #fefbf4; 
	background-image: url("../../img/common/sub-main-bg.png");
	background-position: top 60px right 5%;
	background-repeat: no-repeat;
	background-size:auto;
	padding-top: 60px;
	padding-left: 5%;
}
.sub-main-ttl{
	font-family:  "Mohave", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 115px;
	color: #8bc300;
	line-height: 1.1;
}
.sub-main-ttl-ja{
	font-family:  "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	color: #8bc300;
	margin-top: 0;
}
.sub-main p{
	width: 40%;
	margin-top: 20px;
	padding-bottom: 80px;
}
.breadcrumbs{
	width: 100%;
	height: auto;
	padding-left: 5%;
	background-color: #fefbf4; 
	padding-top: 20px;
}
.breadcrumbs-in{
	display: flex;
	font-size: 12px;
	color: #888;
	margin: 0 auto;
}
.breadcrumbs-in li span{
	padding-right: 5px;
}
.breadcrumbs-in li:after{
	content: " >";
}
.breadcrumbs-in li{
	margin-right: 14px;
}
li.bcl-last:after{
	content: none;
}
/* 福利厚生▼ */
.sub-benefits{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 50px;
	padding-bottom: 0;

}
.sub-benefits-in{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.sub-benefits-cover{
	display: flex;
}
.sub-benefits-left{
	margin-top: 100px;
	width: 47%;
	margin-right: 3%;
	border-top: 1px solid #8bc300;
	border-bottom: 1px solid #8bc300;
	padding-top: 10px;
	padding-bottom: 30px;
	position: relative;
}
.sub-benefits-right{
	margin-top: 100px;
	width: 47%;
	margin-left: 3%;
	border-top: 1px solid #8bc300;
	border-bottom: 1px solid #8bc300;
	padding-top: 10px;
	padding-bottom: 30px;
	position: relative;
	
}
.s-haguruma{
	position:absolute;
	top: -21px;
	
}
.sub-benefits-cover h3{
	color: #8bc300;
	padding-left: 40px;
	padding-right: 40px;
}
.sub-benefits-cover p{
	padding-left: 40px;
	padding-right: 40px;
}
.sub-benefits-right-img{
	margin-top: 100px;
	width: 47%;
	margin-left: 3%;
}
.sub-benefits-right-img img{
	width: 100%;
	height: auto;
}
/* 1200px以下▼ */
@media screen and (max-width:1200px) { 
/* サブのメイン画像とパンくずリスト共通▼ */
.sub-main p{
	width: 40%;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 60px;
	}
/* 福利厚生▼ */
.sub-benefits{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 50px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 0;

}
.sub-benefits-in{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
}
/* 960px以下▼ */
@media screen and (max-width:960px){
	.sub-main p{
	width: 60%;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 60px;
	}
/* 福利厚生▼ */
.sub-benefits-cover{
	display: flex;
	flex-direction: column;
}
.sub-benefits-left{
	margin-top: 100px;
	width: 100%;
	margin-right: 0;
	border-top: 1px solid #8bc300;
	border-bottom: none;
	padding-top: 10px;
	padding-bottom: 30px;
	position: relative;
}
.sub-benefits-right{
	margin-top: 100px;
	width: 100%;
	margin-left: 0;
	border-top: 1px solid #8bc300;
	border-bottom: none;
	padding-top: 10px;
	padding-bottom: 30px;
	position: relative;
	
}
}
/* 599px以下▼ */
@media screen and (max-width:599px) { 
/* サブメイン▼ */
.sub-main{
	width: 100%;
	height: auto;
	background-color: #fefbf4; 
	background-image: none;
	background-position: none;
	background-repeat: no-repeat;
	background-size:none;
	padding-top: 20px;
	padding-left: 2%;
	padding-right: 2%;
}
.sub-main p{
	width: 100%;
	margin-top: 20px;
	padding-bottom: 40px;
}
.sub-main-ttl{
	font-family:  "Mohave", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 56px;
	color: #8bc300;
}
.sub-main-ttl-ja{
	font-family:  "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	color: #8bc300;
	margin-top: 0;
}
/* パンくずリスト▼ */
.breadcrumbs{
	width: 100%;
	height: auto;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #fefbf4; 
	padding-top: 15px;
}
.breadcrumbs-in{
	display: flex;
	flex-wrap: wrap;
}
.breadcrumbs-in li{
	margin-top: 5px;
	margin-right: 14px;
}
/* 福利厚生▼ */
.sub-benefits{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 40px;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 0;
}

.sub-benefits-cover h3{
	padding-left: 4%;
	padding-right: 4%;
}

.sub-benefits-cover p{
	padding-left: 4%;
	padding-right: 4%;
}

.sub-benefits-left{
	margin-top: 60px;
	padding-bottom: 40px;

	}
.sub-benefits-right{
	margin-top: 60px;
	}
.sub-benefits-right-img {
	margin-top: 0;
    width: 100%;
	margin-left: 0;
	}
.sub-benefits-right-img img{
	width: 100%;
	height: auto;
	}

}
