@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&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.png) no-repeat;
	background-size: cover;
	width: 90vw;
	margin: 0 calc(50% - 50vw);
	height: 800px;
	position: relative;
	background-position: top right;
	margin-left: auto;
	border-radius: 0 0 0 60px;
}
/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:60px;
	bottom:260px;
   /*全体の高さ*/
	height:50px;
}
/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	writing-mode: vertical-rl;
	align-items: center;
}
/* 線の描写 */
.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	right: 4px;
	height: 60px;
	background: #000;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
	margin-top: 30px;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}
.main-lead{
	width: 40%;
	max-width: 600px;
	position: absolute;
	bottom: 200px;
	left: -50px;
}
.main-lead-txt{
	position: absolute;
  right: 0;
  left: -30px;
  text-align: center;
  background: #fff;
  width: 90%;
  max-width: 400px;
  padding: 30px 0;
  transform: skewX(-15deg);
  border-right: 1px solid #00ba88;
  border-left: 1px solid #00ba88;
	bottom: 80px;
}
.main-lead-txt p{
  transform: skewX(15deg);
  font-size: 2.6rem;
	line-height: 3.4rem;
	font-family: 'Shippori Mincho', serif;
	margin-left: 40px;
}
.main-lead-txt p span{
	font-size: 3rem;
	display: block;
	font-family: 'Shippori Mincho', serif;
	margin-top: 10px;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.main-bg{
		height: 250px!important;
		background-position: center;
		background: url("images/main-img-sp.png")no-repeat;
		background-size: cover;
		border-radius: 0;
		width: 100vw;
    margin: 0 calc(50% - 50vw);
		margin-bottom: 40px;
	}
	.main-lead-txt{
		bottom: -20px;
		left: 20px;
		padding: 10px 0;
		width: 70%;
	}
	.main-lead-txt p{
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.main-lead-txt p span{
		font-size: 1.8rem;
		margin-top: 4px;
	}
	.main-lead{
		width: 60%;
		bottom: 40px;
		left: 10px;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
}
/* voice
------------------------------------------------------ */
.voice-bg{
	background: #e7f2ec;
	width: 98vw;
	margin: 0 calc(50% - 50vw);
	padding: 600px 0 40px;
	margin-top: -560px;
	border-radius: 0 0 60px 0;
}
.voice-wrap{
	width: 90%;
	margin: 0 auto 100px;
	max-width: 1270px;
}
.voice-item{
	padding: 33px 0;
	background: #fff;
	border-radius: 10px;
	border: 8px solid rgba(0,185,135,.24);
	margin: 10px;
}
.voice-item-content{
	display: flex;
	width: 90%;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}
.voice-institution{
	color: #ff9d1b;
	font-size: 1rem;
	line-height: 1.4rem;
	margin-bottom: 4px;
}
.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;
  /*IE対策*/
  line-height: 1.5em;
  max-height: 4.5em;	
}
.voice-item-icon{
	width: 20%;
}
.voice-txt-wrap{
	width: 78%;
}
.voice-about-ttl{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 20px;
}
.voice-about-txt{
	width: 60%;
	margin: 0 auto 30px;
	text-align: center;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.voice-item-content{
		flex-direction: column;
	}
	.voice-bg{
	padding: 560px 0 40px;
		width: 100vw;
}
	.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: 31%;
	}
}
/* news
------------------------------------------------------ */

.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;
}
.news-bg{
	padding: 80px 0 40px;
	margin-bottom: 80px;
	margin-left: auto;
}
.news-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 90vw;
	margin: 0 calc(50% - 50vw);
	margin-left: auto;
}
.news-img{
	width: 55%;
}
.recruit-contents{
	width: 30%;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.news-wrap{
		flex-direction: column;
	}
	.news-wrap{
		width: 100%;
		margin: 0 auto;
	}
	.news-img{
		display: none;
	}
	.news-list-date{
		margin-bottom: 0;
	}
	.news-bg{
		padding: 0;
		margin-bottom: 0;
	}
}
/*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){
	.service-item{
		margin-bottom: 10px;
	}
	.service-ttl{
		margin-top: -30px;
	}
	.service-bg{
		padding: 10px 0;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
	.service-wrap{
		display: flex;
		justify-content: space-between;
	}
	.service-item{
		width: 46%;
	}
	.service-bg{
		padding: 20px 0;
	}
}
/* 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%;
	margin: 20px;
}
.facility-txt{
	background: #00b987;
	padding: 40px 10px 20px;
	color: #fff;
	height: 90px;
}
.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){
	.facility-bg{
		padding: 20px 0;
	}
}
/*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){
	.recruit-wrap{
		flex-direction: column;
	}
	.recruit-contents{
		width: 80%;
	}
	.recruit-img{
		width: 80%;
	}
}
/*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;
}	
.product-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item {
  width: 46%;
  margin: 4px;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.product-bg{
		padding: 20px 0;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
	.product-wrap{
		display: flex;
		justify-content: space-between;
	}
	.product-item{
		width: 32%;
	}
}