/* CSS Document */


#fv {
	padding: 0 20px;
	box-sizing: border-box;
	max-width: 1440px;
  margin: auto;
	position: relative;
}
#fv .swiper {
	border-radius: 20px;
}
#fv .swiper-slide {
  opacity: 0;
  transition: opacity 1s;
}
#fv .swiper-slide-active {
  opacity: 1;
}
#fv .slide-media img {
	transition: 7s 1s ease-out;
}

#fv .slide h2 {
	position: absolute;
}
#fv .slide.s1 h2 { top: 0; right: 0; background: #fff; width: 28%; height: 100%; text-align: center;}
#fv .slide.s1 h2 img { position: relative; top: 10%; height: 60%;}
#fv .slide.s2 h2 { width: 12%; top: 10%; left: 7%;}
#fv .slide.s3 h2 { width: 36%; top: 50%; left: 50%; transform: translate(-50% , -30%);}

#fv .swiper-slide[class*=-active] .slide-media img {
	transition-delay: 0s;
	transform: scale(1.05);
}
#fv .swiper-slide[class*=-active] .slide-title img {
	opacity: 0;
	filter: blur(20px);
	animation: fadeBlur 2s ease forwards;
	animation-delay: 1s;
}

@keyframes fadeBlur {
	to {
		filter: blur(0);
		opacity: 1;
	}
}

#fv .swiper .swiper-controller .swiper-pagination {
  text-align: left;
	padding: 0 30px;
  box-sizing: border-box;
}
#fv .swiper .swiper-controller .swiper-pagination-bullet {
	border-radius: unset;
	background: #333;
  height: 3px;
  width: 30px;
  margin: 0 2px;
	transition: all .4s;
}
#fv .swiper .swiper-controller .swiper-pagination-bullet-active {
	width: 40px;
	background: #EB9B71;
}




#catch {
	padding: 100px 0;
}
#catch .inner {
	max-width: 900px;
	text-align: center;
}
#catch h2 {
	font-size: 160%;
	line-height: 1.4;
	margin: 0 0 20px;
}
#catch p {
  font-size: 110%;
	font-weight: 500;
  line-height: 2;
}




#news {
	padding: 100px 0;
}
#news .inner {
	display: flex;
	gap: 120px;
	max-width: 940px;
}
#news h2 {
	font-size: 180%;
	flex-shrink: 0;
  display: flex;
  flex-direction: column;
	gap: 10px;
}
#news h2 .en {
	font-size: 13px;
	color: #888;
	margin: 0 5px;
}
#news ul {
	display: flex;
  flex-direction: column;
  gap: 20px;
	margin: 5px 0;
}
#news ul li {
	display: flex;
  gap: 40px;
}
#news ul li time {
	flex-shrink: 0;
	font-weight: 500;
	letter-spacing: 2px;
}
#news ul li h3 {
	font-size: 110%;
	margin: 0 0 5px;
}
#news ul li h3 a {
	text-decoration: underline;
}
#news ul li p {
	line-height: 1.6;
}




#aboutus {
	padding: 100px 0 180px;
	margin: 40px 0 0;
	background: #FEFAF2;
	position: relative;
}
#aboutus::before {
	content: url("../img/logo.svg");
	width: 80px;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}
#aboutus::after {
	content: url("../img/bg_wave.svg");
	width: 100%;
	line-height: 0;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
}
#aboutus .inner {
	max-width: 1040px;
	display: flex;
	gap: 80px;
}
#aboutus .txt,
#aboutus .img {
	width: 50%;
}
#aboutus .txt h2 {
	font-size: 220%;
	line-height: 1.4;
	margin: 20px 0;
}
#aboutus .txt h2 .col {
	color: #EB9B71;
}
#aboutus .txt p {
	text-align: justify;
}
#aboutus .txt .more {
	margin: 40px 0 0;
}
#aboutus .img img {
	border-radius: 20px;
}




#businessContent {
	padding: 40px 0;
}
#businessContent h2 {
	font-size: 200%;
	line-height: 1.4;
	letter-spacing: 4px;
	text-align: center;
	color: #999;
	margin: 0 0 80px;
	position: relative;
}
#businessContent h2::after {
	content: '';
	border-bottom: 4px dotted #ccc;
	width: 180px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}
#businessContent article.childcare,
#businessContent article.cisabilitySupport {
	display: flex;
	align-items: center;
	gap: 40px;
	position: relative;
}
#businessContent article.cisabilitySupport {
	flex-direction: row-reverse;
}

#businessContent article.childcare::before,
#businessContent article.childcare::after,
#businessContent article.cisabilitySupport::before,
#businessContent article.cisabilitySupport::after {
	content: '';
	position: absolute;
	border-radius: 100%;
}
#businessContent article.childcare::before { width: 180px; height: 180px; background: #D0E9DB; top: -8%; left: 85%}
#businessContent article.childcare::after { width: 60px; height: 60px; background: #F6F4A9; top: 90%; left: -4%;}
#businessContent article.cisabilitySupport::before { width: 80px; height: 80px; background: #E9D7E9; top: 95%; left: 35%;}
#businessContent article.cisabilitySupport::after { width: 50px; height: 50px; background: #E5EFF9; top: 90%; left: 95%;}

#businessContent article .img,
#businessContent article .txt {
	width: 50%;
}
#businessContent article .txt {
	margin: 0 50px;
}
#businessContent article .txt h3 {
	font-size: 160%;
	margin: 0 0 20px;
}
#businessContent article .txt p {
	text-align: justify;
}
#businessContent article .more {
	margin: 50px 0 0;
}
#businessContent article.childcare .txt h3 { color: #ef9db5;}
#businessContent article.childcare .txt .more a { color: #ef9db5; border-color: #ef9db5;}
#businessContent article.childcare .txt .more a::after { content: url("../img/more_pink.svg");}

#businessContent article.cisabilitySupport .txt h3 { color: #a1c856;}
#businessContent article.cisabilitySupport .txt .more a { color: #a1c856; border-color: #a1c856;}
#businessContent article.cisabilitySupport .txt .more a::after { content: url("../img/more_green.svg");}

#businessContent .areaMap {
  max-width: 800px;
	margin: 120px auto 0;
}




#recruit {
	padding: 180px 0 240px;
	background: #FEFAF2;
	position: relative;
}
#recruit::before,
#recruit::after {
	content: url("../img/bg_wave.svg");
	width: 100%;
	line-height: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
#recruit::before { top: -1px; transform: translateX(-50%) scaleY(-1);}
#recruit::after { bottom: -1px; transform: translateX(-50%) scaleX(-1);}

#recruit h2 {
	font-size: 200%;
	line-height: 1.4;
	letter-spacing: 4px;
	text-align: center;
	color: #EB9B71;
	margin: 0 0 80px;
	position: relative;
}
#recruit h2::after {
	content: '';
	border-bottom: 4px dotted #EB9B71;
	width: 180px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}
#recruit .block {
	display: flex;
}
#recruit .block .img,
#recruit .block .txt {
	width: 50%;
	border-radius: 15px;
	position: relative;
}
#recruit .block .img img {
	border-radius: 15px;
}
#recruit .block .img {
	left: 15px;
	z-index: 1;
}
#recruit .block .txt {
	background: #fff;
	padding: 40px 40px 0 80px;
  box-sizing: border-box;
  top: 40px;
	left: -15px;
	position: relative;
}
#recruit .block .txt::before {
	content: url("../img/logo.svg");
	width: 70px;
	position: absolute;
	top: -25px;
	right: 40px;
}
#recruit .block .txt h3 {
	font-size: 150%;
	line-height: 1.6;
	color: #C3AF97;
	margin: 0 0 20px;
}
#recruit .block .txt h3 span {
	display: inline-block;
}
#recruit .block .txt p {
	text-align: justify;
	line-height: 1.9;
}
#recruit .block .txt .more {
	text-align: center;
  margin: 30px 0 0;
}
#recruit .block .txt .more a {
  color: #fff;
	background: #EB9B71;
	border: none;
}
#recruit .block .txt .more a::after {
	content: url("../img/i_link.svg");
	width: 17px;
	right: 20px;
}




#contact {
	padding: 80px 0;
}
#contact h2 {
	font-size: 150%;
	line-height: 1.4;
  letter-spacing: 4px;
	text-align: center;
	color: #7E7E83;
	margin: 0 0 40px;
	padding: 0 0 5px;
	position: relative;
}
#contact h2::before {
  content: '';
  border-bottom: 2px solid #ccc;
  width: 160px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#contact h2::after {
  content: '';
  border-left: 2px solid #ccc;
	background: #fff;
  width: 12px;
	height: 12px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) skewX(45deg);
}
#contact .lead {
	text-align: center;
}
#contact ul {
	border: dotted #ccc;
	border-width: 4px 0;
	max-width: 440px;
  padding: 25px 0;
  margin: 40px auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
#contact ul li {
	/*width: 300px;*/
  margin: auto;
	display: flex;
	align-items: center;
	gap: 20px;
}
#contact ul li span {
	font-weight: 500;
	flex-shrink: 0;
	position: relative;
  top: 3px;
}
#contact ul li.tel a {
	font-size: 210%;
	font-weight: 600;
	letter-spacing: 1px;
	color: #7E7E83;
}
#contact ul li.mail a {
	font-weight: 600;
	color: #fff;
  background: #EB9B71;
  border-radius: 50px;
  padding: 4px 30px;
  display: flex;
  gap: 5px;
}
#contact ul li.mail a:hover {
	background: #e5914b;
}
#contact ul li.mail a::before {
	content: url("../img/i_mail.svg");
	width: 20px;
}






@media screen and (max-width: 480px) {
  
	
	#fv .swiper {
		border-radius: 15px;
	}
	#fv .slide.s1 h2 {
		background: none;
		height: auto;
		width: 20%;
    top: 8%;
    left: 10%;
	}
	#fv .slide.s2 h2 {
		width: 30%;
    top: 8%;
    left: 58%;
	}
	#fv .slide.s3 h2 {
		width: 32%;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
	}
	#fv .swiper .swiper-controller .swiper-pagination {
		text-align: center;
		padding: 0 10px;
	}
	
	
	
	#catch {
		padding: 40px 0;
	}
	#catch .inner {
		text-align: justify;
	}
	#catch h2 {
		font-size: 140%;
		text-align: center;
	}
	#catch p {
		font-size: 100%;
	}
	
	
	
	#news {
		padding: 40px 0;
	}
	#news .inner {
		flex-direction: column;
		gap: 10px;
	}
	#news h2 {
		text-align: center;
		gap: 5px;
	}
	#news ul li {
		gap: 20px;
	}
	
	
	#aboutus {
		padding: 60px 0 100px;
	}
	#aboutus::before {
		width: 60px;
		top: -30px;
	}
	#aboutus .inner {
		flex-direction: column-reverse;
		gap: 20px;
	}
	#aboutus .txt,
	#aboutus .img {
		width: 100%;
	}
	#aboutus .txt h2 {
		font-size: 160%;
		margin: 10px 0;
	}
	#aboutus .txt .more {
		text-align: center;
	}
	#aboutus .img img {
		border-radius: 10px;
	}
	
	
	
	
	#businessContent {
		overflow: clip;
	}
	#businessContent h2 {
		font-size: 160%;
	}
	#businessContent h2::after {
		width: 120px;
		bottom: -10px;
	}
	#businessContent article.childcare,
	#businessContent article.cisabilitySupport {
		flex-direction: column;
		gap: 25px;
	}
	#businessContent article .img,
	#businessContent article .txt {
		width: 100%;
	}
	#businessContent article .txt {
		margin: 0;
	}
	#businessContent article .txt h3 {
		text-align: center;
	}
	#businessContent article .txt .more {
		margin: 30px 0 0;
		text-align: center;
	}
	
	#businessContent article.cisabilitySupport {
		margin: 80px 0 0;
	}
	#businessContent article.childcare::before { width: 100px; height: 100px; top: -10%; left: 82%;}
	#businessContent article.childcare::after { width: 40px; height: 40px; top: 59%; left: -4%;}
	#businessContent article.cisabilitySupport::before { width: 60px; height: 60px; top: -8%; left: 5%;}
	#businessContent article.cisabilitySupport::after { width: 40px; height: 40px; top: 60%; left: 86%;}
	
	#businessContent .areaMap {
		margin: 80px auto 0;
	}
	
	
	
	
	#recruit {
		padding: 80px 0 100px;
	}
	#recruit h2 {
		font-size: 160%;
		margin: 0 0 40px;
	}
	#recruit h2::after {
		bottom: -10px;
	}
	#recruit .block {
		display: flex;
		flex-direction: column;
	}
	#recruit .block .img,
	#recruit .block .txt {
		width: 100%;
		border-radius: 0 0 10px 10px;
		position: static;
	}
	#recruit .block .img img {
		border-radius: 10px 10px 0 0;
    width: 100%;
		height: 240px;
    object-fit: cover;
	}
	#recruit .block .txt {
		padding: 20px 20px 40px;
	}
	#recruit .block .txt::before {
		width: 60px;
		top: 0;
		right: 20px;
	}
	#recruit .block .txt h3 {
		font-size: 140%;
		margin: 0 0 10px;
	}
	
	
	
	#contact {
		padding: 60px 0;
	}
	#contact .lead {
		line-height: 1.6;
	}
	#contact .lead span {
		display: inline-block;
	}
	#contact h2 {
		margin: 0 0 20px;
	}
	#contact ul {
		margin: 20px auto;
	}
	#contact ul li.tel a {
		text-decoration: underline;
	}
	#contact ul li {
		/*width: 270px;*/
	}
	
	
	
	
	
}
