@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400&display=swap');


.view-btn{
	background: #ff9d1b;
	color: #fff;
	padding: 10px 0;
	width: 90%;
	max-width: 273px;
	margin: 30px auto;
	display: block;
	border-radius: 30px;
	text-align: center;
	position: relative;
}
.view-btn:after{
	content: '';
	display: inline-block;
	background: url(images/arrow-icon.svg) no-repeat;
	background-size: contain;
	width: 14px;
	height: 16px;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: -20px;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
}
/* main
------------------------------------------------------ */
.main-bg{
	background: url(images/main-img.jpg) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: 340px;
	position: relative;
	background-position: center;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.main-bg{
		height: 300px;
	}
	.voice-item{
		margin-bottom: 20px;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
}


/* voice
------------------------------------------------------ */
.voice-bg{
	width: 98vw;
	margin: 0 calc(50% - 50vw);
	padding: 600px 0 40px;
	margin-top: -560px;
	border-radius: 0 0 60px 0;
}
.voice-lead{
	text-align: center;
	margin-top: 80px;
}
.voice-lead span{
	color: #00ba88;
}
.voice-wrap{
	width: 90%;
	margin: 0 auto 20px;
	max-width: 953px;
}
.voice-item{
	padding: 33px 0;
	background: #fff;
	border-radius: 10px;
	border: 8px solid rgba(0,185,135,.24);
}
.voice-item.dayfit-voice{
	padding: 33px 0;
	background: #fff;
	border-radius: 10px;
	border: 8px solid rgba(255,158,26,.24);
}
.voice-item-content{
	display: flex;
	width: 90%;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}
.voice-institution{
	color: #00ba88;
	font-size: 1rem;
	line-height: 1.4rem;
  margin-bottom: 4px;
}
.voice-item.dayfit-voice .voice-institution{
	color: #ff9e1a;
}
.voice-ttl{
	font-size: 1.5rem;
	font-weight: 600;
	height: 80px;
}
.voice-txt{
	font-size: 1.2rem;
	line-height: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5em;
  max-height: 4.5em;
}

.voice-item-icon{
	width: 15%;
}
.voice-txt-wrap{
	width: 65%;
}
.voice-arrow{
	width: 7%;
}
.voice-category-item{
	text-align: center;
	padding: 10px 0;
}
.voice-category-item:first-child{
	border: 1px solid #ff9e1a;
}
.voice-category-item:first-child a{
	color: #ff9e1a;
	display: block;
}
.voice-category-item:first-child a:after{
	content: '';
	background: url(images/category-link-arrow01.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
}
.voice-category-item:last-child a:after{
	content: '';
	background: url(images/category-link-arrow02.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
}
.voice-category-item:last-child{
	border: 1px solid #00ba88;
}
.voice-category-item:last-child a{
	color: #00ba88;
	display: block;
}
.voice-category-wrap{
	width: 90%;
	max-width: 953px;
	margin: 0 auto;
}
.voice-item-content:before{
	content: '';
	background: url(images/voice-icon02.svg) no-repeat;
	width: 60px;
	height: 60px;
	display: inline-block;
	background-size: contain;
}
.voice-item.dayfit-voice .voice-item-content:before{
	content: '';
	background: url(images/voice-icon01.svg) no-repeat;
	width: 60px;
	height: 60px;
	display: inline-block;
	background-size: contain;
}
.voice-item-content:after{
	content: '';
	background: url(images/voice-arrow-green.svg) no-repeat;
	width: 28px;
	height: 28px;
	display: inline-block;
	background-size: contain;
}
.voice-item.dayfit-voice .voice-item-content:after{
	content: '';
	background: url(images/voice-arrow-orange.svg) no-repeat;
	width: 28px;
	height: 28px;
	display: inline-block;
	background-size: contain;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.voice-category-item{
		margin-bottom: 10px;
	}
	.voice-wrap{
		margin-bottom: 0px;
	}
	.voice-ttl{
		font-size: 1.4rem;
    line-height: 2rem;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
	.voice-wrap{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.voice-item{
		width: 47%;
		margin-bottom: 20px;
	}
	.voice-category-wrap{
		display: flex;
		justify-content: center;
	}
	.voice-category-item{
		width: 46%;
		margin: 10px;
	}
}
/* news
------------------------------------------------------ */
.news-bg{
	padding: 100px 0;
}
.news{
	width: 90vw;
	margin: 0 calc(50% - 50vw);
	margin-left: auto;
}
.news-list-item{
	margin-bottom: 40px;
}
.news-list-cat{
	background: #00b987;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	padding: 2px 30px;
	text-align: center;
	border-radius: 30px;
	margin-left: 10px;
}
.news-list-date{
	margin-bottom: 20px;
}
.news-list-ttl{
	font-size: 1.2rem;
	line-height: 2rem;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
	.news{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.news-img{
		width: 56%;
	}
	.news-contents{
		width: 30%;
	}
}



/* service
------------------------------------------------------ */
.service-bg{
	background: #e7f2ec;
	padding: 80px 0;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.service{
	width: 90%;
	max-width: 1020px;
	margin: 0 auto;
}
.service-icon{
	width: 30%;
	margin: 0 auto;
	margin-top: -50px;
}
.service h3,.service .section-lead{
	text-align: center;
}
.service-item{
	background: #fff;
	border-radius: 15px;
	padding-bottom: 40px;
}
.service-ttl{
	text-align: center;
	color: #00b987;
	font-size: 2rem;
	margin-top: -50px;
	margin-bottom: 20px;
}
.service-ttl span{
	display: block;
	font-size: 1rem;
	color: #333;
}
.service-txt{
	width: 70%;
	margin: 0 auto;
	font-size: 1.2rem;
	line-height: 2rem;
}
.service-wrap{
	margin: 60px auto;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
	.service-wrap{
		display: flex;
		justify-content: space-between;
	}
	.service-item{
		width: 46%;
	}
}


/* facility
------------------------------------------------------ */
	.facility-bg{
	padding: 80px 0;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	}
.facility h3{
	text-align: center;
}
.facility-wrap{
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	display: flex;
	justify-content: space-between;
}
.facility-wrap-bg{
	background: #e7f2ec;
	padding: 40px 0 20px;
}
.facility-item{
	width: 17%;
}
.facility-txt{
	background: #00b987;
	padding: 40px 10px 20px;
	color: #fff;
}
.facility-type{
	font-size: 1.2rem;
}
.facility-name{
	font-size: 1.5rem;
}
.facility .view-btn{
	margin-top: 80px;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){

}

/* recruit
------------------------------------------------------ */
.recruit-bg{
	width: 90vw;
	margin: 0 calc(50% - 50vw);
	background: #e7f2ec;
	padding: 80px 0 40px;
	margin-bottom: 80px;
}
.recruit-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.recruit-img{
	width: 64%;
}
.recruit-contents{
	width: 30%;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){

}

/* product
------------------------------------------------------ */
.product-bg{
	background: #e7f2ec;
	padding: 80px 0;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.product{
	width: 90%;
	margin: 0 auto;
	max-width: 890px;
}	
/*SP Layout
===================================*/
@media all and (max-width: 768px){

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
	.product-wrap{
		display: flex;
		justify-content: space-between;
	}
	.product-item{
		width: 32%;
	}
}