@charset "utf-8";

.lb {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	background: #87322e;
	color: #ffffff;
	border-radius: 50%;
	position: absolute;
	bottom: -59px;
	right: -33px;
	line-height: 1;
	z-index: 5;
}

.lb::before {
	content: '';
	width: 90%;
	height: 90%;
	border-radius: 50%;
	border: 1px solid #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.lb .num {
	display: block;
	font-size: 260%;
	margin-bottom: 5px;
}

.lb .sm {
	display: block;
	width: 100%;
	font-size: 50%;
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
	.lb {
		width: 18vw;
		height: 18vw;
		bottom: -3vw;
		right: 2vw;
		font-size: 3vw;
	}

	.lb .num {
		font-size: 180%;
	}
}


/* areaTit */
.areaTit {
	position: relative;
}

.areaTit img {
	width: 100%;
}

.areaTit .txt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #ffffff;
	background: linear-gradient(to right, rgba(165, 140, 92, 0), rgba(165, 140, 92, 0.8) 50%, rgba(165, 140, 92, 0));
	width: 100%;
	left: 0;
	text-align: center;
	padding: 2rem 0;
}

.areaTit .txt span {
	display: block;
	letter-spacing: 0.1em;
	line-height: 1;
}

.areaTit .txt .jp {
	font-size: 3rem;
	font-weight: 500;
	margin-bottom: 2rem;
	max-width: 512px;
	width: 100%;
	margin: 0 auto 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #ffffff;
}

.areaTitKawa .txt {
	background: linear-gradient(to right, rgba(165, 140, 92, 0), rgba(83, 71, 65, 0.8) 50%, rgba(165, 140, 92, 0));
}

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

	.areaTit img {
		min-height: 200px;
		object-fit: cover;
		object-position: center;
	}

	.areaTit .txt {
		width: 90%;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 1rem 0;
	}

	.areaTit .txt .jp {
		font-size: min(5vw, 3rem);
		margin-bottom: 1rem;
		padding-bottom: 1rem;
	}

	.areaTit .txt .en {
		font-size: min(3vw, 1.6rem);
	}
}


/* locate */
.locate {
	border-bottom: 15px solid #857e7a;
	margin-bottom: 4rem;
}

.locate .bigImg {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.locate .bigImg img {
	width: 100%;
}

.locate .txt {
	margin: -100px auto 0;
	background: #ede8de;
	padding: 150px 4rem 4rem;
}

.locate .txt .titLocate {
	margin: 0 0 2rem;
	font-size: 2.2rem;
}

.locate .txt .col01 {
	width: 49%;
}

.locate .txt .col01 p {
	line-height: 2;
}

.locate .txt .col02 {
	width: 49%;
	position: relative;
	background: #978576;
	color: #ffffff;
	padding: 2rem;
}

.locate .txt .col02 h4 {
	margin-bottom: 2rem;
	font-size: 2rem;
	display: flex;
	gap: 5px;
	align-items: center;
}

.locate .txt .col02 h4::after {
	content: '';
	flex: 1;
	height: 1px;
	background: #fff;
}

.locate .txt .col02 h4 span {
	font-size: 1.2rem;
}

.locate .txt .col02 ul li {
	width: 48%;
	font-size: 1.2rem;
}

@media screen and (max-width: 768px){
	.locate .bigImg {
		width: calc(100% - 40px);
	}

	.locate .txt {
		margin: -16vw auto 0;
		padding: 20vw 20px 4rem;
	}

	.locate .txt .col01 {
		width: 100%;
		margin-bottom: 4rem;
	}

	.locate .txt .col02 {
		width: 100%;
	}

	.locate .txt .titLocate {
		font-size: min(5vw, 2.2rem);
		margin-bottom: 1rem;
	}

}

/* box01 */
.box01 .row02 .item {
	position: relative;
	width: 49%;
	margin-bottom: 2%;
}

.box01 .row02 .item .lb {
	top: -10px;
	right: -10px;
}

.box01 .row02 .item figure {
	position: relative;
	z-index: 0;
}

.box01 .row02 .item .sm {
	font-size: 1.2rem;
}

@media screen and (max-width: 768px){
	.box01 .row02 .item {
		margin-bottom: 2rem;
	}

	.box01 .row02 .item .sm {
		font-size: 1rem;
	}
}



/* box02 */
.box02 {
	padding-bottom: 16rem;
}

.box02 .row01 .item {
	width: 49%;
}

.box02 .row02 {
	margin-top: 4rem;
	padding-bottom: 15px;
}

.box02 .row02 .item {
	width: 32%;
	position: relative;
	z-index: 2;
}

.box02 .row02 .item .titLocate {
	position: absolute;
	top: calc(100% + 20px);
	left: 0;
	display: block;
}

.box02 .row02 .item .titLocate span {
	display: block;
}

.box02 .row02 {
	position: relative;
}

.box02 .row02::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 100%;
	background: #857e7a;
	z-index: 1;
}


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

	.box02 .row01 .item {
		margin-bottom: 2rem;
	}

	.box02 .row02 {
		margin-top: 0;
	}

	.box02 .row02::after {
		display: none;
	}

	.box02 .row02 .item {
		width: 49%;
		margin: 0 2% 2rem 0;
	}

	.box02 .row02 .item:nth-child(2n) {
		margin-right: 0;
	}

	.box02 .row02 .item .titLocate {
		position: static;
	}
}


/* box04 */
.box04 {
	margin-bottom: 6rem;
}

.box04 .inner {
	background: #f4f4f3;
	padding: 4rem;
}

.box04 .img li {
	width: 50%;
}

.box04 h3 {
	/*font-size: 2.3rem;*/
	font-size: 2rem;
	text-align: center;
	color: #534741;
	border: 1px solid #534741;
	background: #ffffff;
	padding: 0.5rem;
	margin-bottom: 2rem;
}

.box04 h4 {
	/*font-size: 2.3rem;*/
	font-size: 2rem;
	color: #534741;
	border-bottom: 1px solid #534741;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.box04 h5 {
	/*font-size: 2.3rem;*/	
	font-size: 2rem;
	margin: 2rem 0;
	color: #534741;
}

.box04 .child {
	margin: 0 0 4rem;
}

.box04 .child .listTxt01 {
	margin-bottom: 2rem;
}

.box04 .child .listTxt01 li {
	width: 32%;
	padding: 2rem;
	background: #fff;
}

.box04 .child .listTxt01 li p span {
	/*font-size: 3rem;*/
	font-size: 2.4rem
}

.box04 .child .listTxt02 {
	margin: 2rem 0;
}

.box04 .child .listTxt02 li {
	width: 49%;
	align-items: stretch;
}

.box04 .child .listTxt02 .full {
	width: 100%;
}

.box04 .child .listTxt02 li p:first-child {
	width: 100px;
	padding: 1rem 0;
	background: #958d87;
	color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.box04 .child .listTxt02 li p:last-child {
	width: calc(100% - 100px);
	background: #fff;
	padding: 1rem;
	display: flex;
	align-items: center;
}

.box04 .child03 .listTxt01 li {
	width: 49%;
}

.box04 .childCare ul {
	margin-top: 4rem;
}

.box04 .childCare li {
	width: 24%;
	background: #fff;
	border: 1px solid #534741;
	padding: 2rem
}

.box04 .childCare li h6 {
	color: #534741;
	font-size: 1.8rem;
	margin-bottom: 2rem;
	min-height: 51px;
}

.box04 .m-cap {
	margin-top: 1rem;
	text-align: right;
}

.box04 .m-cap2 {
	margin-top: 0;
	padding: 0.5rem;
	background: #534741;
	color: #ffffff;
	text-align: right;
}

@media screen and (max-width: 768px){
	.box04 .inner {
		padding: 3rem 2rem;
	}

	.box04 .child .listTxt01 li {
		width: 100%;
		margin-bottom: 2rem;
		text-align: center;
		padding: 2rem 0.5rem;
	}

	.box04 .child .listTxt01 li:last-child {
		margin-bottom: 0;
	}

	.box04 .child .listTxt01 li p:last-child {
		font-size: min(5vw, 2rem);
	}

	.box04 .child .listTxt01 li p:last-child span {
		font-size: min(7vw, 3rem);
	}

	.box04 .child .listTxt02 li {
		width: 100%;
		margin-bottom: 2rem;
	}

	.box04 .child .listTxt02 li:last-child {
		margin-bottom: 0;
	}

	.box04 .child .listTxt02 li p:first-child {
		width: 80px;
	}

	.box04 .child .listTxt02 li p:last-child {
		width: calc(100% - 80px);
	}

	.box04 .childCare li {
		width: 100%;
		margin-bottom: 2rem;
	}

	.box04 .childCare li:last-child {
		margin-bottom: 0;
	}

	.box04 .childCare li h6 {
		font-size: 2rem;
		min-height: unset;
	}

	.box04 .m-cap {
		text-align: left;
	}
}