@charset "utf-8";
/* CSS Document */
/*body{
	background-color:#E4F1F1;
}*/
.base-title {
    width: 100%;
    height: 70vh;
    background-image: url(../images/staff/voice-top2.jpg);	
	background-position: top;
	background-size: cover;
	position:relative;
}
/*.base-title-bottom {
	background-color:#E4F1F1;
}*/
.description {
	width:90%;
	max-width:960px;
	margin:auto;
	position:relative;
}
.description-content {
	/*border:solid 3px #CEE8E8;*/
	border-radius:20px;
	padding:60px 0;
	margin-bottom:100px;
	/*background-color:#fff;*/
}
@media(max-width:960px){
.description-content {
	/*border:solid 3px #CEE8E8;*/
	border-radius:20px;
	padding:20px 0;
	margin-bottom:100px;
	/*background-color:#fff;*/
}	
}
.description-location h2{
	border-bottom:dotted 2px #80C4C4;
	padding:0 0 5px 15px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size:20px;
	position:relative;
}
.description-location h2::before{
	display:block;
	content:"";
	background-color:#80C4C4;
	width:5px;
	height:35px;
	position:absolute;
	left:0;
	bottom:0;
}
.description-location h3{
	border-bottom:dotted 2px #80C4C4;
	padding:0 0 5px 15px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size:20px;
	position:relative;
}
.description-location h3::before{
	display:block;
	content:"";
	background-color:#80C4C4;
	width:5px;
	height:35px;
	position:absolute;
	left:0;
	bottom:0;
}
.description-btn {
	margin:30px auto;
}
.description-btn p{
	display:flex;
	align-items:center;
	font-weight:bold;
	margin-bottom:5px;
}
.description-btn p::before{
	content:"●";
	color:#80C4C4;
	font-size:12px;
	margin-right:2px;
}
.description-btn ul{
	display:flex;
	flex-wrap:wrap;
}
.description-btn ul li{
	width:25%;
}
.description-btn ul li a{
	width:100%;
	display:block;
	background-color:#80C4C4;
	padding:10px;
	text-align:center;
	border-right:solid 1px #fff;
	color:#fff;
}
.description-btn ul li:last-child a{
	border-right:none;
}
.description-btn2 ul li{
	width:50%;
}
@media(max-width:960px){
	.description-btn ul li{
	width:50%;
}
	.li1 a, .li2 a{
	border-bottom:solid 1px #fff!important;	
}
	.li2 a{
	border-right:none!important;	
}
}
@media(max-width:520px){
.description-btn ul li a{
	font-size:14px;
}	
}





/*近くの店舗*/
.near-shop-flex{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:10px;
}
.near-shop-box{
	border:solid 2px #80C4C4;
	padding: 20px;
	text-align: center;
	margin-top: 10px;
	width:48%;
	display:flex;
	flex-direction:column;
    background-color: #fff;
}
@media(max-width:520px){
.near-shop-box{
	width: 100%;
	}
}
.shop-name{
	margin-bottom: 10px;
	padding-bottom: 2px;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}
.detail-btn{
	margin-top: 14px;
}
.detail-btn a{
	text-align:center;
	display:block;
	background-color:#80C4C4;
	/*border-radius: 50px;*/
	color:#fff;
	font-weight:bold;
	padding:5px;
	width:80%;
	margin:auto;
}


/*駅から勤務地を探す*/

/*ボタン*/
.jobdescription-btn {
	margin-bottom:30px;
}
.jobdescription-btn ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.jobdescription-btn ul li{
	width:24%;
	/*width:32%;*/
	margin:5px 0;
}
.jobdescription-btn ul li a{
	display:block;
	color:#fff;
	background-color:#80C4C4;
	text-align:center;
	width:100%;
	padding:10px 0;
	border-radius:10px;
}
.jobdescription-btn ul li a:hover{
	opacity:0.7;
}
.jobdescription-btn ul::after{
	content:"";
	width:24%;
	margin:5px 0;
	display:block;
}

@media(max-width:960px){
.jobdescription-btn ul li{
	width:32%;
	margin:5px 0;
}	
.jobdescription-btn ul::after{
	content:"";
	width:32%;
	margin:5px 0;
	display:block;
}
}
@media(max-width:640px){
.jobdescription-btn ul li{
	width:49%;
	margin:5px 0;
}	
.jobdescription-btn ul::after{
	content:"";
	width:49%;
	margin:5px 0;
	display:block;
}
}
@media(max-width:480px){
.jobdescription-btn ul li{
	width:49.5%;
	margin:3px 0;
}	
.jobdescription-btn ul li a{
	font-size:15px;
	padding:7px 0;
	border-radius:7px;
}	
}


.station-content {
	margin: 28px 0px;
}
.station-list {
	
}
.station-list ul{
	display:flex;
	flex-wrap:wrap;
}
.station-list ul li{
}
.station-list ul li a{
	displya:block;
	margin:0 10px;
	text-align:center;
	color:#707070;
}
.station-list ul li a::before{
	content:"・";
}



.job-description-title{
	margin-bottom: 64px;
	display: flex;
	justify-content: center;
}
.job-description-title h2{
	text-align: center;
	margin-bottom: 8px;
	line-height: 1.5;
	border-bottom:dotted 3px #80C4C4;
	display: inline-block;
	padding-bottom: 4px;
}
.job-description-title span{
	display: inline-block;
}