@charset "utf-8";
/*================================================================
all
=================================================================*/
/*:::::::::::【背景】::::::::::*/
.back {
	padding: 100px 0;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	.back {
		padding: 50px 0;
	}
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【背景】::::::::::*/
.width {
	max-width: 90%;
	margin: 0 auto;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【背景】::::::::::*/
.contents {
	margin: 100px auto;
	margin-bottom: 0;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
	.contents {
		margin-top: 50px;
	}
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*================================================================
保育所等訪問支援について
=================================================================*/
/*:::::::::::【背景】::::::::::*/
.about-back {
	position: relative;
	background-image: url("../image/houmonshien/about-img.jpg");
	background-size: cover;
	background-position: center;
	height: 100vh;
	margin-top: 50px;
}
.about-back::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 247, 220, 0.7);
	z-index: 2;
}
.about-width {
	height: 100%;
	position: relative;
	z-index: 5;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
/*:::::::::::【コンテンツ】::::::::::*/
.about-contents p {
	width: 60%;
	margin: 0 auto;
	line-height: 3;
	font-size: 20px;
}
@media (max-width:1500px) {
	
		/*:::::::::::【背景】::::::::::*/
.about-back {
height: auto;
}
			/*:::::::::::【コンテンツ】::::::::::*/
	.about-contents p {
		width: 80%;
}
}
@media (max-width:1400px) {

}
@media (max-width:1280px) {

	/*:::::::::::【コンテンツ】::::::::::*/
	.about-contents p {
		width: 90%;
		margin: 0 auto;
		line-height: 2.8;
		font-size: 18px;
	}
}
@media (max-width:1024px) {
	/*:::::::::::【コンテンツ】::::::::::*/
	.about-contents p {
		width: 100%;
	}
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
	/*:::::::::::【背景】::::::::::*/
	.about-back {
		background-image: url("../image/houmonshien/about-img-res.jpg");
		background-size: cover;
		background-position: center;
		margin-top: 50px;
	}
	/*:::::::::::【コンテンツ】::::::::::*/
	.about-contents p {
		line-height: 2;
		font-size: 16px;
	}
}
@media (max-width:450px) {}
@media (max-width: 400px) {
	/*:::::::::::【背景】::::::::::*/
	.about-back {
		background-position: right;
	}
}
/*================================================================
訪問先の範囲
=================================================================*/
/*:::::::::::【背景】::::::::::*/
.area-back {
	background-image: url("../image/houmonshien/area-back.png");
	background-position: bottom;
	background-size: auto;
	background-repeat: repeat-x;
}
.area-back::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	z-index: 2;
}
.area-width {
	position: relative;
	z-index: 2;
}
/*:::::::::::【コンテンツ】::::::::::*/
.area-contents {
	width: 70%;
}
.area-contents p {
	font-size: 1.4rem;
	line-height: 2.5;
	text-align: center;
}
@media (max-width:1280px) {
	/*:::::::::::【コンテンツ】::::::::::*/
	.area-contents {
		margin-top: 50px;
	}
	.area-contents p {
		font-size: 1.3rem;
	}
}
@media (max-width:1024px) {
	.area-contents p {
		font-size: 1.2rem;
	}
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	/*:::::::::::【コンテンツ】::::::::::*/
	.area-contents {
		width: 80%;
	}
	.area-contents p {
		/*text-align: left;*/
	}
}
@media (max-width:600px) {
	.area-contents p {
		font-size: 16px;
		line-height: 2.5;
		text-align: center;
	}
}
@media (max-width:450px) {
	/*:::::::::::【コンテンツ】::::::::::*/
	.area-contents {
		width: 90%;
		margin-top: 20px;
	}
}
@media (max-width: 400px) {}
/*================================================================
支援内容
=================================================================*/
/*:::::::::::【背景】::::::::::*/
.support-back {
	background-color: #ffe5b4;
}
.support-width {
	width: 80%;
	margin: 0 auto;
}
/*:::::::::::【コンテンツ】::::::::::*/
.support-contents {
	position: relative;
	z-index: 5;
	width: 70%;
}
.list-box {
	margin-bottom: 100px;
	position: relative;
}
/*:::::::::::【テキスト】::::::::::*/
.list-box dt {
	font-size: 1.8rem;
	font-weight: 800;
	color: #5b2c1c;
}
.list-box dt span {
	padding: 15px;
	background-image: url("../image/houmonshien/circle.png");
	background-position: left;
	background-size: contain;
}
.list-box dd {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list-box dd ul {
	font-size: 1.1rem;
	margin: 20px;
	line-height: 3;
}
.list-box p {
	font-size: 1.2rem;
	margin-top: 20px;
	text-decoration: underline;
}
/*:::::::::::【イメージ】::::::::::*/
.list-box img {
	display: block;
	width: 40%;
}
/*:::::::::::【コメント】::::::::::*/
.support-comment {
	font-family: "Kosugi Maru", sans-serif;
	margin: 0 auto;
	font-size: 1.3rem;
	text-align: center;
	line-height: 2;
	/*color: #ff8ba7;*/
	color: #dda10b;
}
@media (max-width:1280px) {
	/*:::::::::::【コンテンツ】::::::::::*/
	.support-contents {
		width: 90%;
	}
	/*:::::::::::【テキスト】::::::::::*/
	.list-box dt {
		font-size: 1.7rem;
	}
	.list-box dd ul {
		font-size: 1.1rem;
	}
	/*:::::::::::【イメージ】::::::::::*/
	.image-wrapper {
		width: 40%;
	}
	/*:::::::::::【コメント】::::::::::*/
	.support-comment {
		font-size: 1.2rem;
	}
}
@media (max-width:1024px) {
	/*:::::::::::【コンテンツ】::::::::::*/
	.support-contents {
		width: 100%;
	}
	/*:::::::::::【イメージ】::::::::::*/
	.image-wrapper {
		width: 50%;
	}
	/*:::::::::::【コメント】::::::::::*/
	.support-comment {
		text-align: left;
		line-height: 1.8;
	}
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	.support-width {
		width: 90%;
		margin: 0 auto;
	}
}
@media (max-width:600px) {
	/*:::::::::::【テキスト】::::::::::*/
	.list-box dt {
		text-align: center;
	}
	.list-box dt span {
		padding: 10px;
	}
	.list-box dd {
		flex-direction: column-reverse;
	}
	.list-box dd ul {
		font-size: 1.1rem;
		line-height: 2;
		margin: 30px;
	}
	.list-box p {
		margin-top: 20px;
	}
	/*:::::::::::【イメージ】::::::::::*/
	.list-box img {
		width: 60%;
	}
	/*:::::::::::【コメント】::::::::::*/
	.support-comment {
		font-size: 1.1rem;
	}
}
@media (max-width:450px) {
	/*:::::::::::【コンテンツ】::::::::::*/
	.list-box {
		margin-bottom: 80px;
	}
	/*:::::::::::【テキスト】::::::::::*/
	.list-box dd ul {
		font-size: 16px;
		margin: 20px 0;
		line-height: 2.2;
	}
	/*:::::::::::【コメント】::::::::::*/
	.support-comment {
		font-size: 16px;
	}
}
@media (max-width: 400px) {
	/*:::::::::::【テキスト】::::::::::*/
	.list-box dt {
		font-size: 1.4rem;
		white-space: nowrap;
	}
}
/*================================================================
ご利用までの流れ
=================================================================*/
/*:::::::::::【背景】::::::::::*/
.step-contents {
	margin-top: 150px;
}
/*:::::::::::【コンテンツ】::::::::::*/
.step-list {
	width: 80%;
}
.step-list li {
	margin: 30px auto;
}
.step-list li dl {
	background-color: #f4c542;
	border-radius: 30px;
	padding: 15px 20px;
	box-shadow: 2px 2px 4px rgba(45, 35, 12, 0.6);
}
.step-list dt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
	line-height: 1.3;
}
.step-list dt span {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-size: 1.4rem;
	margin-right: 20px;
}
.step-list dt p {
	font-family: "Kosugi Maru", sans-serif;
	font-weight: bold;
	font-size: 1.2rem;
}
.step-list dd {}
.yazirushi {
	background: none;
	text-align: center;
	font-size: 1.5rem;
}
.yazirushi span {
	margin: 0 20px;
}
@media (max-width:1280px) {
	/*:::::::::::【背景】::::::::::*/
	.step-contents {
		margin-top: 100px;
	}
}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
	.step-list {
		width: 80%;
	}
}
@media (max-width:900px) {
	.step-list {
		width: 80%;
	}
}
@media (max-width:600px) {
	/*:::::::::::【背景】::::::::::*/
	.support-width {
		width: 90%;
	}
	.step-list {
		width: 100%;
	}
	/*:::::::::::【コンテンツ】::::::::::*/
	.step-list dt {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 20px;
	}
	.step-list dt span {
		font-family: "Poppins", sans-serif;
		font-weight: 800;
		font-size: 1.4rem;
		margin-right: 20px;
	}
	.step-list dt p {
		font-family: "Kosugi Maru", sans-serif;
		font-weight: bold;
		font-size: 1.2rem;
	}
}
@media (max-width:450px) {
	/*:::::::::::【背景】::::::::::*/
	.step-contents {
		margin-top: 80px;
	}
	/*:::::::::::【背景】::::::::::*/
	.step-list li dl {
		padding: 15px 15px;
	}
	.step-list dt {
		margin-bottom: 10px;
	}
	.step-list dt span {
		font-size: 1.2rem;
		margin-right: 10px;
	}
	.step-list dt p {
		font-size: 18px;
	}
}
@media (max-width: 400px) {
	.step-list dt span {
		white-space: nowrap;
	}
	.step-list dt p {
		font-size: 1.1rem;
	}
}