@charset "UTF-8";
/* CSS Document */

/* ============================
		Reset
 ============================ */


/* ============================
		mainVisualSection
 ============================ */

.mainVisualSection {
background-image: url("../images/vi002b.webp");
width: 100%;
height: 470px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

.mainVisualSection .catchCopy {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.8rem;
line-height: 1.5em;
color: #fff;
position: absolute;
top: 20px;
left: 15px;
filter: drop-shadow(0px 0px 2px rgba(0,0,0,1)) drop-shadow(0px 0px 2px rgba(0,0,0,1));
}




/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){

	.mainVisualSection {
/*	height: calc(100vh - 155px);*/
	height: calc(100vh - 70px);
	background-position: center calc(50% + 0px);
	}

	.mainVisualSection .catchCopy {
	font-size: 3.4rem;
	top: 40px;
	left: 40px;
	}

}


/* for PC */
@media screen and (min-width: 1201px) {


	.mainVisualSection {
/*	height: calc(100vh - 155px);*/
	height: calc(100vh - 155px);
	background-position: center top calc(50% + 0px);
	}

	.mainVisualSection .catchCopy {
	font-size: 3.2rem;
	top: 30px;
	left: 30px;
	}
	

}



/* ============================
		pageTabSection
 ============================ */

.pageTabSection {
padding: 2em 0;
background-color: #edf5f7;
}

.pageTabSection .pageTabList li {
margin-bottom: 16px;
}
.pageTabSection .pageTabList li:last-child {
margin-bottom: 0;
}

.pageTabSection .pageTabList a {
display: table;
width: 100%;
background-image: url("../../common/images/arrow004.svg");
background-repeat: no-repeat;
background-position: right 12px center;
background-size: 26px auto;
box-sizing: border-box;
padding: 15px 0;
border-radius: 50px;
background-color: #65b68d;
max-width: 400px;
margin: 0 auto;
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.7rem;
color: #fff;
text-align: center;
filter: drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1));
}
.pageTabSection .pageTabList a .small {
font-size: 1.4rem;
}

.pageTabSection .pageTabList a:hover {
opacity: 0.9;
}

.pageTabSection .pageTabList li:nth-child(2) a {
padding-right: 30px;
}



/* for SP */
@media screen and (max-width: 767px) {

.pageTabSection {
padding: 2em 2em;
}

.pageTabSection .pageTabList li:nth-child(1) a,
.pageTabSection .pageTabList li:nth-child(2) a {
padding-right: 25px;
}


.pageTabSection .pageTabList li:nth-child(2) a {
padding-right: 30px;
font-size: 1.6rem;
line-height: 1.1em;
padding: 5px 0;
}


}


/* for PC */
@media screen and (min-width: 1201px) {

	.pageTabSection {
	padding: 0;
	background-color: transparent;
	margin: -150px 0 25px 0;
	}

	.pageTabSection .pageTabList {
	display: block;
	text-align: center;
	width: 100%;
	margin: 0 auto ;
	}

	.pageTabSection .pageTabList li {
	display: inline-block;
	width: 28%;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 1.5em;
	}

	.pageTabSection .pageTabList a {
	display: block;
	width: 100%;
	padding: 15px 0;
	border-radius: 50px;
	max-width: none;
	margin: 0 auto;
	font-size: 1.7rem;
	color: #fff;
	text-align: center;
	}
	
	.bottomPageTab {
	height: 1em;
	}

}


/* ============================
		common
 ============================ */

.commonSection {
margin: 4em 0 6em 0;
}



.common-h2 {
text-align: center;
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.8rem;
letter-spacing: 0.12em;
line-height: 1.2em;
margin-bottom: 20px;
}


@media screen and (max-width: 767px) {

	.spNoLetter {
	letter-spacing: 0em;
	}

}


.common-h3 {
font-size: 2.4rem;
line-height: 1.5em;
margin-bottom: 1em;
}

.common-h3 span {
display: inline;
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.4rem;
letter-spacing: 0.12em;
color: #e7668c;
background:linear-gradient(transparent 70%, rgba(231,103,146,0.1) 10%);
}

.singleSection .common-h3 {
font-size: 1.8rem;
}

.singleSection .common-h3 span {
font-size: 1.8rem;
letter-spacing: 0em;
}

.common-h4 {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.0rem;
line-height: 1.2em;
/*border-left: 1em solid #e7668c;
padding-left: 0.25em;*/
margin-bottom: 1em;
padding-left: 1em;
text-indent: -1em;
}

.common-h4::before {
content: "■";
color: #e7668c;
}

.common-h5 {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.8rem;
color: #e7668c;
line-height: 1.25em;
margin-bottom: 1em;
}

.common-h5.withBorder {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 0.5em 0;
}


.common-h6 {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.8rem;
line-height: 1.25em;
margin-bottom: 1em;
}




/* list */

.basicTypeList {
margin-bottom: 3em;
}
.basicTypeList > li {
line-height: 1.5em;
padding-left: 1em;
background-image: url("../images/makr001.svg");
background-repeat: no-repeat;
background-position: left top 0.5em;
margin-bottom: 0.75em;
box-sizing: border-box;
}

.basicTypeList.markSmall > li {
background-size: 8px ;
background-position: left 0.3em top 0.6em;
}



/* ol.basicNumberList */

.basicNumberList {
counter-reset:number;
list-style-type: none!important;
margin-bottom: 3em;
}

.basicNumberList li {
position: relative;
padding-left: 30px;
line-height: 1.5em;
padding: 0.5em 0.5em 0.5em 30px;
margin-left: 0;
counter-increment: cnt;
}

.basicNumberList li::before{
position: absolute;
counter-increment: number;
content: counter(number);
display:inline-block;
background-color: #e7668c;
color: #fff;
font-family: 'Avenir','Arial Black','Arial',sans-serif;
font-weight:bold;
font-size: 1.5rem;
border-radius: 50%;
left: 0;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
top: 1.3em;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.basicNumberList.gray li::before{
background-color: #999;
}

.basicNumberList.second {
margin: 0.5em 0;
}

.basicNumberList.second li {
padding: 0.25em 0em 0.25em 25px;
}

.basicNumberList.second li::before{
position: absolute;
counter-increment: number;
content: counter(number)".";
display:inline-block;
background-color: transparent;
color: #000;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Segoe UI, "Helvetica Neue", HelveticaNeue, "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
font-weight:normal;
font-size: 1.8rem;
border-radius: 0;
left: 0;
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
top: 0.9em;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}



/* basicTable */

.commonSection .basicTable {
width: 100%;
border-collapse: collapse;
}

.commonSection .basicTable th,
.commonSection .basicTable td {
border: 1px solid #aaa;
padding: 0.5em;
line-height: 1.5em;
}

.commonSection .basicTable thead th {
text-align: center;
background-color: #ccc;
}

.commonSection .basicTable thead td {
}

.commonSection .basicTable tbody th {
text-align: center;
background-color: #eee;
font-weight: normal;
}

.commonSection .tableFrame {
width: 100%;
overflow-x: auto;
}


.body {
line-height: 1.75em;
margin-bottom: 4em;
}

.body a {
color: #e7668c;
text-decoration: underline;
}


.photoGalleryList li {
margin-bottom: 2em;
}

.photoGalleryList li .photo {
text-align: center;
margin-bottom: 1em;
}

.photoGalleryList li .photo img {
max-width: 100%;
border-radius: 10px;
}

.photoGalleryList li p {
line-height: 1.75em;
}

.photoGallery002 li {
margin-bottom: 1em;
}

.photoGallery002 img {
width: 100%;
border-radius: 10px;
}


.photoGallery003 li {
margin-bottom: 1em;
}

.photoGallery003 img {
width: 100%;
border-radius: 10px;
}

.photoGallery004 li {
margin-bottom: 1em;
text-align: center;
}

.photoGallery004 img {
width: 100%;
}



/* for PC */
@media screen and (min-width: 1201px) {

	.commonSection {
	margin: 0;
	padding: 4em 0;
	}

	.commonSection .smartContainer {
	padding: 0 100px;
	}

	.common-h2 {
	font-size: 4.6rem;
	margin-bottom: 60px;
	}

	.common-h3 {
	margin-bottom: 30px;
	}

	.common-h3 span {
	font-size: 3.4rem;
	}

	.singleSection .common-h3 span {
	font-size: 2.4rem;
	}

	.common-h4 {
	font-size: 2.4rem;
	}

	.common-h5 {
	font-size: 2.2rem;
	}

	.common-h6 {
	font-size: 2.0rem;
	}


	/* list */
	.basicTypeList > li {
	font-size: 1.6rem;
	background-position: left top 0.45em;
	}

	.basicTypeList.markSmall > li {
	background-position: left 0.35em top 0.65em;
	}

	/* ol.basicNumberList */
	.basicNumberList li {
	font-size: 1.6rem;
	}

	.basicNumberList li::before{
	}

	.commonSection .indentWrap01 {
	margin-left: 1em;
	}

	.photoGalleryList li {
	float: left;
	width: calc(33.3333% - 20px);
	margin-right: 30px;
	margin-bottom: 3em;
	}
	.photoGalleryList li:nth-child(3n) {
	margin-right: 0;
	}
	.photoGalleryList li:nth-child(3n+1) {
	clear: both;
	}


	.photoGallery002 {
	float: left;
	width: calc(30% - 0px);
	margin-right: 2em;
	}

	.photoGallery003 {
	float: left;
	margin-right: 1em;
	width: calc(63% - 0px);
	}
	.photoGallery003 li {
	float: left;
	width: calc(50% - 1em);
	margin-right: 1em;
	}
	.photoGallery003 li:last-child {
	margin-right: 0;
	}


	.photoGallery004 li {
	float: left;
	width: calc(50% - 1em);
	margin-right: 1em;
	}
	.photoGallery004 li:nth-child(even) {
	float: right;
	}
	.photoGallery004 li:nth-child(odd) {
	clear: both;
	}


}


/* ============================
		konoikesouSection
 ============================ */

.konoikesouSection {
padding-top: 0;
}


.konoikesouSection .supportList {
margin-bottom: 2em;
}


.konoikesouSection .supportList li {
line-height: 1.75em;
margin-bottom: 2em;
border: 1px solid #e7668c;
padding: 1em;
background-color: rgba(231,103,146,0.05);
}



/* for PC */
@media screen and (min-width: 1201px) {

	.konoikesouSection .supportList {
	margin-bottom: 4em;
	}



	.konoikesouSection .supportList li {
	float: left;
	width: calc(50% - 20px);
	box-sizing: border-box;
	}
	.konoikesouSection .supportList li:nth-child(even) {
	float: right;
	}

	
}


/* ============================
		shortStaySection
 ============================ */

.shortStaySection .servicNote {
line-height: 1.75em;
margin-bottom: 2em;
border: 1px solid #e7668c;
padding: 1em;
background-color: rgba(231,103,146,0.05);
}

.shortStaySection .techList li {
margin-bottom: 2em;
}

.shortStaySection .techList li .photo {
text-align: center;
margin-bottom: 1em;
}

.shortStaySection .techList li .photo img {
max-width: 100%;
border-radius: 10px;
}



.shortStaySection .otherList > li {
margin-bottom: 0em;
}

.shortStaySection .engeshokuList li {
float: left;
width: calc(50% - 10px);
margin-bottom: 20px;
}
.shortStaySection .engeshokuList li:nth-child(even) {
float: right;
}
.shortStaySection .engeshokuList li:nth-child(odd) {
clear: both;
}

.shortStaySection .engeshokuList li img {
width: 100%;
}

.shortStaySection .engeshokuSecondList > li {
margin-bottom: 0em;
}
.shortStaySection .engeshokuSecondList > li:last-child {
margin-bottom: 0;
}




/* for PC */
@media screen and (min-width: 1201px) {

	.shortStaySection {
	margin-bottom: 4em;
	}

	.shortStaySection .servicNote {
	padding: 3em;
	}

	.shortStaySection .techList li {
	margin-bottom: 3em;
	float: left;
	width: calc(50% - 50px)
	}
	.shortStaySection .techList li:nth-child(even) {
	float: right;
	}
	.shortStaySection .techList li:nth-child(odd) {
	clear: both;
	}
	
	.shortStaySection .techList li .common-h5 {
	margin-bottom: 0.5em;
	}

	.shortStaySection .otherList > li {
	margin-bottom: 4em;
	}

	.shortStaySection .engeshokuList {
	margin-bottom: 4em;
	}

	.shortStaySection .engeshokuList li {
	float: left;
	width: calc(20% - 16px);
	margin-bottom: 0;
	margin-right: 20px;
	}
	.shortStaySection .engeshokuList li:nth-child(even) {
	float: left;
	}
	.shortStaySection .engeshokuList li:nth-child(odd) {
	clear: none;
	}
	.shortStaySection .engeshokuList li:last-child {
	margin-right: 0;
	}
	
	.shortStaySection .engeshokuSecondList {
	margin-bottom: 4em;
	}

	.shortStaySection .engeshokuSecondList > li {
	margin-bottom: 4em;
	}

}


/* ============================
		daycareSection
 ============================ */


.daycareSection .ninchishouShien {
margin-bottom: 2em;
}

.daycareSection .ninchishouShien .cover {
text-align: center;
}

.daycareSection .ninchishouShien .cover img {
max-width: 100%;
border: 1px solid #ddd;
}

.daycareSection .ninchishouShienList li {
margin-bottom: 4em;
}
.daycareSection .ninchishouShienList li:last-child {
margin-bottom: 0;
}

.daycareSection .ninchishouShienList li .body {
margin-bottom: 0;
}

.daycareSection .ninchishouShienList .photoGallery002 {
margin-bottom: 1em;
}


/* for PC */
@media screen and (min-width: 1201px) {

	.daycareSection .carePlusService .iRight {
	float: right;
	width: calc(70% - 3em);
	}

	.daycareSection .ninchishouShien .iLeft {
	float: left;
	width: calc(70% - 2em);
	}

	.daycareSection .ninchishouShien .cover {
	float: right;
	width: calc(30% - 0px);
	}

	.daycareSection .ninchishouShienList li {
	margin-bottom: 4em;
	}
	.daycareSection .ninchishouShienList li:last-child {
	margin-bottom: 0;
	}


}


/* ============================
		eventSection
 ============================ */

.eventSection .eventList li {
margin-bottom: 3em;
}

.eventSection .eventList li img {
width: 100%;
border: 1px solid #ddd;
border-radius: 10px;
}

.eventSection .volunteer {
text-align: center;
}

.eventSection .volunteer a {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 400;
font-style: normal;
display: inline-block;
text-decoration: none;
background-color: #e7668c;
font-size: 1.6rem;
color: #fff;
padding: 1em 3.5em 1em 2em;
border-radius: 4em;
background-image: url("../../common/images/fig_pdf001.svg");
background-repeat: no-repeat;
background-position: right 20px center;
background-size: 25px auto;
}


.eventSection .eventMenulist li {
margin-bottom: 2em;
}

.eventSection .eventMenulist .photo {
text-align: center;
margin-bottom: 0.5em;
}

.eventSection .eventMenulist img {
width: 100%;
border-radius: 10px;
}

.eventSection .eventMenulist .body {
text-align: center;
margin-bottom: 0;
}


/* for PC */
@media screen and (min-width: 1201px) {

	.eventSection .eventList li {
	float: left;
	width: calc(33.3333% - 33.34px);
	margin-right: 50px;
	}

	.eventSection .eventList li:nth-child(3n) {
	margin-right: 0;
	}

	.eventSection .eventList li:nth-child(3n+1) {
	clear: both;
	}



	.eventSection .volunteer {
	margin-top: 4em;
	}

	.eventSection .volunteer a {
	font-size: 2.2rem;
	padding: 1em 5em 1em 3em;
	border-radius: 4em;
	background-image: url("../../common/images/fig_pdf001.svg");
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-size: 35px auto;
	}


	.eventSection .eventMenulist li {
	float: left;
	width: calc(33.333333% - 20px);
	margin-right: 30px;
	}
	.eventSection .eventMenulist li:nth-child(3n) {
	margin-right: 0;
	}

	.eventSection .eventMenulist .photo {
	text-align: center;
	margin-bottom: 0.5em;
	}

	.eventSection .eventMenulist img {
	width: 100%;
	}

	.eventSection .eventMenulist .body {
	text-align: center;
	margin-bottom: 0;
	}




}


/* ============================
		flowSection
 ============================ */

.flowSection .flowList {
counter-reset:number;
list-style-type: none!important;
margin-bottom: 3em;
}

.flowSection .flowList li {
position: relative;
line-height: 1.5em;
margin-left: 0;
counter-increment: cnt;
margin-bottom: 4em;
border: 1px solid #ccc;
/*padding: 0.5em 0.5em 0.5em 30px;*/
padding: 1em 1em 1em 3em;
}

.flowSection .flowList li::before{
position: absolute;
counter-increment: number;
content: counter(number);
display:inline-block;
background-color: #e7668c;
color: #fff;
font-family: 'Avenir','Arial Black','Arial',sans-serif;
font-weight:bold;
font-size: 1.5rem;
border-radius: 50%;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
top: 1.85em;
left: 1em;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}


.flowSection .flowList li::after {
content: " ";
width: 40px;
height: 40px;
background-image: url("../images/arrow001.svg");
background-repeat: no-repeat;
background-position: center center;
background-size: 40px auto;
position: absolute;
bottom: -50px;
left: calc(50% - 20px);
}

.flowSection .flowList li:last-child {
margin-bottom: 0;
}

.flowSection .flowList li:last-child::after {
content: none;
background-image: none;
}


/* for PC */
@media screen and (min-width: 1201px) {

	.flowSection .flowList {
	width: 720px;
	margin: 0 auto;
	}

	.flowSection .flowList li {
	font-size: 2rem;
	padding: 1.5em 1.5em 1.5em 4.5em;
	}
	
	.flowSection .flowList li::before{
	font-size: 2rem;
	width: 30px;
	height: 30px;
	line-height: 30px;
	top: 2.25em;
	left: 2em;
	}


	.flowSection .flowList li::after {
	width: 50px;
	height: 50px;
	background-size: 50px auto;
	bottom: -62px;
	left: calc(50% - 25px);
	}

}



/* ============================
		downloadSection
 ============================ */

.downloadSection .downloadLink,
.downloadSection .newDownloadList {
text-align: center;
margin: 2em 0;
}

.downloadSection .downloadLink a,
.downloadSection .newDownloadList a {
display: inline-block;
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.6rem;
line-height: 1.2em;
color: #fff;
padding: 1em 4em;
border-radius: 3em;
background-color: #e7668c;
background-image: url("../../common/images/fig_pdf001.svg");
background-repeat: no-repeat;
background-position: right 20px center;
background-size: 25px auto;
}


/* for PC */
@media screen and (min-width: 1201px) {

	.downloadSection .downloadLink {
	margin: 2em 0;
	}

	.downloadSection .downloadLink a {
	font-size: 2.4rem;
	background-position: right 30px center;
	background-size: 35px auto;
	}

	.downloadSection .downloadList li {
	float: left;
	width: calc(50% - 30px);
	}
	.downloadSection .downloadList li:nth-child(even) {
	float: right;
	}



	.downloadSection .newDownloadList {
	margin: 2em 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}

	.downloadSection .newDownloadList a {
	font-size: 2.4rem;
	background-position: right 30px center;
	background-size: 35px auto;
	}

	.downloadSection .newDownloadList li {
	width: calc(50% - 30px);
	margin: 0 15px;
	}
	.downloadSection .newDownloadList li:nth-child(even) {
	
	}

}




/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}
