@charset "utf-8";
.page-nav {
	display: flex;
	justify-content: space-between;
	padding: 90px 140px;
	max-width: 1440px;
	margin: 0 auto;
}

.page-nav-content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width:30%;
	max-width: 330px;
	padding: 25px 0 50px;
	text-align: center;
	background-color: #EF6C45;
	color: #FFF;
	font: bold 16px/20px 'Noto Sans JP', sans-serif;
	letter-spacing: 1.6px;
}

.page-nav-content::after {
	position: absolute;
	right: 0;
	bottom: 30px;
	left: 0;
	content: "";
	display: block;
	width: 23.6px;
	height: 13.5px;
	margin: 0 auto;
	background-image: url(../images/material/arrow_down.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (max-width:1200px){
	.page-nav{
		display: none;
	}
}

/*-------------------- about-service --------------------*/

.about-service {
	padding: 90px 220px 160px;
	max-width:1440px;
	margin:0 auto;
}

.about-service h2 {
	text-align: center;
	font: bold 34px 'Noto Serif', serif;
	letter-spacing: 3.4px;
	color: #E0472B;
	margin-bottom: 50px;
}

.about-service h3 {
	font: 400 24px/33px 'Noto Serif', serif;
	letter-spacing: 2.4px;
	color: #303233;
	margin-bottom: 66px;
}

.service-target {
	font: 400 28px 'Noto Serif', serif;
	letter-spacing: 2.8px;
	color: #E0472B;
	margin-bottom: 30px;
}

.service-target-content {
	font: 500 18px/36px 'Noto Sans JP', sans-serif;
	letter-spacing: 1.8px;
	color: #303233;
	margin-bottom: 80px;
}

.service-flow {
	font: 400 34px 'Noto Serif', serif;
	letter-spacing: 3.4px;
	color: #E0472B;
	margin-bottom: 45px;
}

.service-flow-list {
	margin-bottom: 115px;
}

.service-flow-list li {
	position: relative;
	font: 500 18px/27px 'Noto Sans JP', sans-serif;
	letter-spacing: 1.8px;
	color: #303233;
	padding-left: 60px;
}

.service-flow-list li:not(:last-child){
	margin-bottom: 27px;
}

.service-flow-list li::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	background-image: url(../images/material/checkbox_icon.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.service-flow-content {
	position: relative;
	border: 4px solid #DE4833;
	margin-bottom: 100px;
	display: flex;
	align-items: center;
	height: 210px;
	padding: 20px 80px 0;
}

.service-flow-content:not(:last-child):after, .service-flow-content-first::after {
	position: absolute;
	right: 0;
	bottom: -74px;
	left: 0;
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 44px 44px 0 44px;
	border-color: #EF6C45 transparent;
}

.service-flow-content-first {
	position: relative;
	border: 4px solid #DE4833;
	margin-bottom: 150px;
	padding: 70px 80px;
}

.service-flow-content .flow-label, .service-flow-content-first .flow-label {
	position: absolute;
	top: 0;
	left: 30px;
	font: bold 113px 'Times New Roman', serif;
	color: #080402;
	transform: translateY(-50%);
}

.service-flow-content-first .flow-text-1 {
	text-align: center;
	font: bold 30px 'Noto Serif', serif;
	letter-spacing: 3px;
	color: #080402;
	margin-bottom: 25px;
}

.service-flow-content .flow-text-2 {
	font: bold 24px/33px 'Noto Serif', serif;
	letter-spacing: 2.4px;
	color: #303233;
}

.service-flow-content-first .flow-notes {
	font: 500 24px/41px YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	text-align: center;
	letter-spacing: 2.4px;
	color: #080402;
	margin-top: 25px;
}

@media screen and (max-width:1200px){
	.about-service {
		padding: 40px 25px 50px;
	}
	
	.about-service h2 {
		text-align: center;
		font: bold 24px/24px 'Noto Serif', serif;
		letter-spacing: 2.4px;
		color: #E0472B;
		margin-bottom: 20px;
	}
	
	.about-service h3 {
		font: 400 16px/30px 'Noto Serif', serif;
		letter-spacing: 1.6px;
		color: #303233;
		margin-bottom: 40px;
	}
	
	.service-target {
		font: 400 22px 'Noto Serif', serif;
		letter-spacing: 2.2px;
		margin-bottom: 20px;
	}
	
	.service-target-content {
		font: 500 16px/30px 'Noto Sans JP', sans-serif;
		letter-spacing: 1.8px;
		margin-bottom: 50px;
	}
	
	.service-flow {
		font: 400 22px 'Noto Serif', serif;
		letter-spacing: 2.2px;
		margin-bottom: 20px;
	}
	
	.service-flow-list {
		margin-bottom: 60px;
	}
	
	.service-flow-list li {
		font: 500 16px/30px 'Noto Sans JP', sans-serif;
		letter-spacing: 1.6px;
	}
	
	.service-flow-content {
		margin-bottom: 0;
		height: auto;
		padding: 40px 20px 30px;
	}

	.service-flow-content:not(:last-child){
		margin-bottom: 80px;
	}
	
	.service-flow-content:not(:last-child):after, .service-flow-content-first::after {
		bottom: -54px;
		border-width: 24px 24px 0 24px;
	}
	
	.service-flow-content-first {
		margin-bottom: 80px;
		padding: 40px 20px 30px;
	}
	
	.service-flow-content .flow-label, .service-flow-content-first .flow-label {
		left: 20px;
		font: bold 60px 'Times New Roman', serif;
	}
	
	.service-flow-content-first .flow-text-1 {
		font: bold 20px 'Noto Serif', serif;
		letter-spacing: 2.0px;
		margin-bottom: 18px;
	}
	
	.service-flow-content .flow-text-2 {
		font: bold 18px/30px 'Noto Serif', serif;
		letter-spacing: 1.8px;
	}
	.service-flow-content .flow-text-2 br{
		display: none;
	}
	
	.service-flow-content-first .flow-notes {
		font: 500 14px/30px YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
		letter-spacing: 1.4px;
		margin-top: 20px;
		text-align: left;
	}
}

/*-------------------- daycare --------------------*/

.daycare {
	padding: 110px 220px 100px;
	background: #F7FAFC;
}

.daycare-wrap{
	max-width:1440px;
	margin:0 auto;
}

.daycare h2 {
	width: 100%;
	text-align: center;
	font: bold 34px/40px 'Noto Serif', serif;
	letter-spacing: 3.4px;
	color: #E0472B;
	margin-bottom: 30px;
}

.daycare .daycare-caption {
	width: 100%;
	text-align: center;
	font: bold 24px/24px 'Noto Serif', serif;
	letter-spacing: 2.4px;
	color: #303233;
	margin-bottom: 80px;
}

.daycare h3 {
	font: 500 18px/36px 'Noto Sans JP', sans-serif;
	letter-spacing: 1.8px;
	color: #303233;
}

.daycare h3:not(:last-child) {
	margin-bottom: 60px;
}

.daycare h3.daycare-content {
	padding: 45px 45px 42px;
	background-color: rgba(150, 202, 226, 0.3);
}

.daycare h3.daycare-content:last-child {
	padding: 5px 45px 42px;
}

.daycare h3.daycare-content .orange {
	color: #E0472B;
}

.daycare-content-title {
	display: block;
	margin: 40px 0 20px;
	font: bold 24px/24px 'Noto Serif', serif;
	letter-spacing: 2.4px;
}

@media screen and (max-width:1200px){
	.daycare {
		padding: 40px 25px 50px;
	}
	
	.daycare h2 {
		width: 100%;
		font: bold 22px/22px 'Noto Serif', serif;
		letter-spacing: 2.2px;
		margin-bottom: 18px;
	}
	
	.daycare .daycare-caption {
		font: bold 18px/20px 'Noto Serif', serif;
		letter-spacing: 1.8px;
		margin-bottom: 50px;
	}
	
	.daycare h3 {
		font: 500 16px/30px 'Noto Sans JP', sans-serif;
		letter-spacing: 1.6px;
	}
	
	.daycare h3:not(:last-child) {
		margin-bottom: 40px;
	}
	
	.daycare h3.daycare-content {
		padding: 20px;
		background-color: rgba(150, 202, 226, 0.3);
	}
	
	.daycare h3.daycare-content:last-child {
		padding: 5px 20px 20px;
	}
	
	.daycare-content-title {
		margin: 20px 0 12px;
		font: bold 18px/18px 'Noto Serif', serif;
		letter-spacing: 1.8px;
	}
}

/*-------------------- visit --------------------*/

.visit {
	padding: 95px 220px 150px;
	background-color: rgba(244, 71, 43, 0.1);
}
.visit-wrap{
	max-width:1440px;
	margin:0 auto;
}

.visit h2 {
	width: 100%;
	text-align: center;
	font: bold 34px/40px 'Noto Serif', serif;
	letter-spacing: 3.4px;
	color: #E0472B;
	margin-bottom: 30px;
}
.visit .visit-caption {
	width: 100%;
	text-align: center;
	font: bold 24px/24px 'Noto Serif', serif;
	letter-spacing: 2.4px;
	color: #303233;
	margin-bottom: 50px;
}
.visit h3 {
	font: 500 18px/36px 'Noto Sans JP', sans-serif;
	letter-spacing: 1.8px;
	color: #303233;
}
.visit h3:not(:last-child) {
	margin-bottom: 60px;
}
.visit h3.visit-content {
	padding: 45px 45px 42px;
	background-color: rgba(250, 186, 139, 0.3);
}
.visit h3.visit-content:last-child {
	padding: 5px 45px 42px;
}
.visit h3.visit-content .orange {
	color: #E0472B;
}

.visit-content-title {
	display: block;
	margin: 40px 0 20px;
	font: bold 24px/24px 'Noto Serif', serif;
	letter-spacing: 2.4px;
}

@media screen and (max-width:1200px){
	.visit {
		padding: 40px 25px 50px;
	}
	
	.visit h2 {
		font: bold 22px/22px 'Noto Serif', serif;
		letter-spacing: 2.2px;
		margin-bottom: 18px;
	}
	.visit .visit-caption {
		font: bold 18px/20px 'Noto Serif', serif;
		letter-spacing: 1.8px;
		margin-bottom: 50px;
	}
	.visit h3 {
		font: 500 16px/30px 'Noto Sans JP', sans-serif;
		letter-spacing: 1.6px;
	}
	.visit h3:not(:last-child) {
		margin-bottom: 40px;
	}
	.visit h3.visit-content {
		padding: 20px;
	}
	.visit h3.visit-content:last-child {
		padding: 5px 20px 20px;
	}
	.visit-content-title {
		margin: 20px 0 12px;
		font: bold 18px/18px 'Noto Serif', serif;
		letter-spacing: 1.8px;
	}
}