@charset "UTF-8";
#header_img{
	height: 40vw !important;
	width: 100%;
	padding: 0;
	position: relative;
}
.topimg {
	height: 40vw !important;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#header_img .img_catch{
	height: 40vw !important;
	width: 75%;
	max-width: 740px;
	margin: auto;
	padding: 0;
	position: absolute;
	z-index: 1;
	left: 0;right: 0;bottom: 0;
}
#header_img .img_catch  img{
	width:  100%;
	margin: auto;
	padding: 0;
	position: absolute;bottom:30px;
}


.page_link {
    text-align: center;
}
#contents{
	margin-top: 30px;
}
.contents_box{}
.contents_box .inner{
	margin: 30px 10px;
}
.contents_box .inner .flex_list{
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	flex-wrap:wrap;

	justify-content:space-between;
}
.contents_box .inner .flex_list li{
	flex:0 0 50%;
}
.contents_box .inner .flex_list a{
	margin: 5px;
	display: block;
	color: #000;
}
.contents_box .inner .flex_list a:hover{
	color: #ff88aa;
}
.contents_box .inner .flex_list h3{
	font-size: 1.7rem;
	position: relative;
	display: flex;
	justify-content:space-between;
	align-items: center;
	padding: 0;
	margin: 0;
	height: 4em;
}
.contents_box .inner .flex_list h3::after{
	content: "";
	height: 2rem;
	width: 2rem;
	background: url("/img/icon/arrow.png");
	display: block;
	background-size: cover;
	transform: rotate(-90deg);
}
.svg .contents_box .inner .flex_list h3::after{
	background: url("/img/icon/arrow.svg");
	background-size: cover;
	transform: rotate(-90deg);
}
.contents_box .inner .flex_list.facilities h3{
	font-size: 1.35rem;
}
.contents_box .inner .flex_list h3 span{
color: #ff88aa;
	width: 2em;
}
.contents_box .inner .flex_list img{
	width: 100%;
	display: block;
}
.contents_box .inner .flex_list p{
	font-size: 1.5rem;
	position: relative;
	margin: 0 0 1em;
}

.jobtype>div{
	display: block;
}
.jobtype h2{
	text-align: center;
	color: #727172;
	font-size: 2rem;
	padding: 1rem 0;
}
 div.jobtype h2{
	border-top: 3px solid #e98e3f;
	 text-align: center;
}
.faq div.list{
	margin: 0 20px;
	padding: 20px;
}
.faq div.list{
	margin: 0;
	padding:0;
}
.faq div.list::after{
	content: "";
	display: block;
	padding: 0 0 20px;
}
.faq div.list dl{
	margin: 10px 0;
	padding: 10px;
	font-size: 1.5rem;
	background: #fff;
}
.faq div.list dt{
	position: relative;
	margin: 0 0 5px;
	padding:10px 5px;
	padding-left: 50px;
	font-size: 1.8rem;
	line-height: 1.6;
	background: #ffd7e6;
	border-radius: 4px;
	font-weight: 700;
}
.faq div.list dt::before{
	content:"Q";
	position: absolute;
	left: 5px;
	color: #fff;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	background: #ff88aa;
	margin: auto;
	top: 0;bottom: 0;
	border-radius: 2em;

}

.faq div.list dd{
	position: relative;
	margin: 0 0 10px;
	padding: 5px;
	padding-left: 50px;

	font-size: 1.5rem;
	line-height: 1.75;
}
.faq div.list dd::before{
	font-size: 1.8rem;
	content:"A";
	position: absolute;
	left: 5px;
	color: #fff;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	background: #0263B4;
	margin: auto;
	top: 5px;		border-radius: 4px;
	font-weight: 700;
}
div.days_flow h2 {
    border-top: 3px solid #e98e3f;
    text-align: center;
    color: #727172;
    font-size: 2rem;
    padding: 1rem 0;
}
.days_flow div.list{
    background: #ffd7e6;
    border-top: 1px solid #ff88aa;
    height: 55px;
    margin: 10px auto;
    position: relative;
    text-align: center;
}

.days_flow div.list ul {
	display: inline-block;
	justify-content:center;
    bottom: 0;
    left: 0;
    list-style-type: none;
    margin: auto;
    position: absolute;
    right: 0;
    padding: 0;
	overflow-x: auto;
    white-space: nowrap;
}
.days_flow div.list li {
	cursor: pointer;
	height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 4px;
	padding: 0 10px;
}
.days_flow div.list li.slct{
	color:#000;
	background-color:#fff;
}
.days_flow div.data {
    margin:0 auto 20px;
}
.days_flow div.data h3{
	text-align: center;
    
}
.days_flow div.data ul {
	list-style-type: none;
    display: flex;
    margin: auto;
    padding: 0;
    text-align: center;
    justify-content: center;
}

.days_flow div.data li {
	cursor: pointer;
    display: block;
    margin: 0 10px;
    text-align: left;
    border-radius: 50px;
    padding: 10px 20px;
}

.days_flow div.data li.slct,
.days_flow div.data li.slct:hover
{
    background: #ff88aa;
	color: #fff;
    display: block;
}
.days_flow div.data li:hover {
    background: #ffd7e6;
    display: block;
}

.days_flow div.data dl {
    display: flex;
	justify-content: space-between;
	margin: 0;
	position: relative;
}
.days_flow div.data dl::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	background:#ff88aa;
	left: 9rem;
}
.days_flow div.data dl:first-of-type:before {
	top:4rem;
}

.days_flow div.data dt {
	position: relative;
    display: block;
	width: 9rem;
	margin: 1rem 0;
}
.days_flow div.data dt span {
	position: relative;
    display: block;
	text-align: center;
	font-size: 1.5rem;
}
.days_flow div.data dd {
    display: block;
	position: relative;
	margin: 3rem 0 1rem;
	width:calc(100% - 11rem);
	font-size: 1.4rem;
}
.days_flow div.data dd::before {
	content: "";
	position: absolute;
	width: 1.4rem;
	height: 1.4rem;
	background: #ff4971;
	left: -2.6rem;
	top: .5rem;
	border-radius: 1.4rem;
}
.clock{
	width: 6rem;
	height: 6rem;
}

.days_flow div.data dd strong{
    display: block;
	color:#ff4971;
	font-size: 1.6rem;
}


.page_link a{
	margin: auto;
}
h2.catch{
	text-align: center;
    color: #ff88aa;
    font-size: 2.2rem;
    padding: 35px 0 20px;
}



h2.catch span{
	display: block;
	color: #727172;
	font-size: 1.6rem;
}






@media (min-width: 768px) {
	#header_img{
		height: 40vw !important;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	#header_img .img_catch{
		height: 40vw !important;
		width: 75%;
		max-width: 740px;
		margin: auto;
		padding: 0;
		position: absolute;
		z-index: 1;
		left: 0;right: 0;bottom: 0;
	}
	#header_img .img_catch  img{
		width:  100%;
		margin: auto;
		padding: 0;
		position: absolute;bottom:60px;
	}
	.topimg {
		height: 40vw !important;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}	
	.contents_box{}
	.contents_box .inner{
		width: 1050px;
		max-width: 100%;
		margin: auto;
	}
	.contents_box .inner .flex_list{
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		flex-direction: row;
		flex-wrap:nowrap;
		justify-content:space-between;
	}
	.contents_box .inner .flex_list li{
		flex:0 0 16.5%;
	}
	.contents_box .inner .flex_list.facilities li{
		flex:0 0 25%;
	}
	.contents_box .inner .flex_list a:hover{
		color: #ff88aa;
	}
	.info_flex{
		display: flex;
		flex-direction:row;
		justify-content:space-between;
	}
	.info_flex>div{
		display: block;
		width: 100%;
		margin: 0 5px;
	}
	.info_flex>div .news{
		height: 550px;
		overflow-y: auto;

	}
	.info_flex div.info{
	}
	.services{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.services a{
		display: flex;
		flex-direction: column;
		border: 3px solid #ededed;
		background: #fff;
		align-items: center;
		font-size: 1.7rem;
		margin-bottom: 5px;
		width: 30%;		justify-content: space-between;
		color: #000;
		min-height: 180px;
	}
	.services a img{
		opacity: 0.5;
	}
	.services a:hover img{
		opacity: 1;
	}
	.services a:hover{
		color: #ff88aa;
		border-color: #ff88aa;
	}
	.services a:nth-child(even):hover{
		color: #e98e3f;
		border-color: #e98e3f;
	}
	.services a span {
		padding: 10px;
		flex: 0 0 40px;
	}
	.services a span img{
		width: 62px;
		height: 62px;
		padding: 1em 0;
	}
	.services a p {
		min-height: 3em;
		flex: 0 1 3em;
		padding: 0 0 0 0;
		margin: 0;
		line-height: 1.5
	}
	.access{
		display: flex;
		margin:0 5px
	}
	.access .map{
		flex:  1 0 auto;
	}
	.access .article{
		flex: 0 1 320px;
		padding-left: 20px;
	}

	#googlemap{
		width: 100%;
		height: 390px;

	}
	.inner.bana{
		display: flex;
		justify-content:space-between;
		flex-direction:row;
		width: 560px;
		margin: 20px auto;
	}
	.inner.bana img{
		max-width: 100%;
		margin: 0 auto 10px;
		display: block;
	}
	.days_flow div.data dl {
		display: flex;
		margin:0 20px;
	}

}

@media (min-width: 850px) {
	#header_img{
		max-height: 40vw !important;
		height: 480px !important;
		width: 1200px;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	#header_img .link{
		max-height: 40vw !important;
		min-height: 40vw !important;
		height: auto !important;
		width: 1040px;
		max-width: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		z-index: 1;
		top: 0;left: 0;right: 0;bottom: 0;
	}
	#header_img .link a{
		height: 170px;
		width: 170px;
		margin: auto;
		padding: 0;
		position: absolute;right:10px;bottom: 10px;
	}
	.topimg {
		max-height: 40vw !important;
		height: 480px !important;		width: 1200px;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}	



}



