@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

/* respi_add.'2505.
		--------------------------- */
.pcSet {
	display: block;
}
.spSet {
	display: none;
}
a.pink {
	color: #e697a4;
	position: relative;
	display: inline-block;
}
a.pink:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e697a4;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .3s ease-out;
}
a.pink:hover:after {
	transform: scaleX(1);
}
#sec00, #sec01, #sec02 {
	padding: 3rem 7.5% 4.5rem;
}
#sec00 p {
	font-family: inherit;
	font-size: 2rem;
	line-height: 2;
	color: #333;
}
#sec00 .box_wh {
	background: #fff;
	padding: 1.5rem 3rem;
	margin: 3rem auto 6rem;
}
#sec00 .box_wh h6 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	color: #e697a4;
	margin-bottom: 1rem;
}
#sec00 .box_wh p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #4B4B4B;
	font-size: 1.5rem;
	line-height: 1.75;
}
#sec00 .nav_anchor {
	display: flex;
	align-items: flex-start;
	gap: 4.5rem;
}
#sec00 .nav_anchor a {
	color: #e697a4;
	position: relative;
	display: inline-block;
	padding: 1px 2px;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1px;
}
#sec00 .nav_anchor a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 3.5rem);
	height: 1px;
	background: #e697a4;
	transform: scaleX(1);
	transform-origin: left;
	transition: transform .3s ease-out;
}
#sec00 .nav_anchor a:hover:after {
	transform: scaleX(0);
}
#sec00 .nav_anchor a span {
	position: relative;
	padding-right: 3.5rem;
}
#sec00 .nav_anchor a span:before {
	content: '';
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
#sec00 .nav_anchor a span:after {
	content: '';
	width: .625rem;
	height: .625rem;
	border-top: 1px solid #e697a4;
	border-right: 1px solid #e697a4;
	transform: rotate(135deg);
	position: absolute;
	right: 1.125rem;
	top: 1rem;
}
#sec01 h2, #sec02 h2 {
	color: #e697a4;
	font-size: 3.5rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 2px;
	padding-bottom: 1rem;
	border-bottom: 1px solid #e697a4;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1.5rem auto 0;
}
.flex>a {
	display: block;
	width: calc(25% - 1.75rem);
	margin: .875rem;
	background: #fff;
	box-shadow: 4px 4px 8px rgba(204, 204, 204, .25);
	border-radius: 4px;
}
.flex>a>*,
.flex>a>dl>* {
	transition: all .3s ease;
}
.flex>a>img {
	width: 100%;
	display: block;
}
.flex>a>dl {
	padding: 1.25rem 1.5rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	transition: all .3s ease;
}
.flex>a>dl dt {
	/*font-size: 1.6rem;*/
	font-size: 1.8rem;
	line-height: 1.5;
}
.flex>a>dl dd {
	/*font-size: 1.2rem;*/
	font-size: 1.5rem;
	line-height: 1.5;
	color: #808080;
	padding-top: 1.5rem;
}
#sec02 .flex>a>dl dt {
	/*font-size: 1.4rem;*/
	font-size: 1.8rem;
}
#sec02 .flex>a>dl dt>span {
	display: block;
	width: 4em;
	padding: .375rem 0 .25rem;
	margin-bottom: .5rem;
	color: #fff;
	background: #ee8899;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
}
#sec02 .flex>a>dl dd {
	/*font-size: 1rem;*/
	font-size: 1.5rem;
	color: #ee8899;
}
.flex>a:hover>img {
	filter: brightness(1.1) opacity(.85);
}
.flex>a:hover>dl>* {
	color: #e697a4;
}


@media screen and (max-width: 767px) {
	.pcSet {
		display: none;
	}
	.spSet {
		display: block;
	}
	a.pink {
		text-decoration: underline;
	}
	a.pink:after,
	a.pink:hover:after {
		display: none;
	}
	#sec00, #sec01, #sec02 {
		padding: 15px 4% 30px;
	}
	#sec00 p {
		font-size: 15px;
	}
	#sec00 .box_wh {
		padding: 15px;
		margin: 15px auto 30px;
	}
	#sec00 .box_wh h6 {
		font-size: 15px;
		margin-bottom: 5px;
	}
	#sec00 .box_wh p {
		font-size: 14px;
	}
	#sec00 .nav_anchor a {
		font-size: 16px;
	}
	#sec00 .nav_anchor a:after {
		width: calc(100% - 30px);
	}
	#sec00 .nav_anchor a span {
		padding-right: 30px;
	}
	#sec00 .nav_anchor a span:before {
		width: 25px;
		height: 25px;
	}
	#sec00 .nav_anchor a span:after {
		width: 6px;
		height: 6px;
		right: 10px;
		top: 8px;
	}
	#sec01 h2, #sec02 h2 {
		font-size: 22px;
		padding-bottom: 10px;
	}
	.flex {
		margin: 15px auto 0;
	}
	.flex>a {
		display: block;
		width: calc(50% - 20px);
		margin: 10px;
	}
	.flex>a>dl {
		padding: 10px 15px;
	}
	.flex>a>dl dt {
		/*font-size: 16px;*/
		font-size: 18px;
	}
	.flex>a>dl dd {
		/*font-size: 12px;*/
		font-size: 15px;
		padding-top: 15px;
	}
	#sec02 .flex>a>dl dt {
		/*font-size: 14px;*/
		font-size: 18px;
	}
	#sec02 .flex>a>dl dt>span {
		padding: 3.75px 0 2.5px;
		margin-bottom: 5px;
		font-size: 12px;
	}
	#sec02 .flex>a>dl dd {
		/*font-size: 10px;*/
		font-size: 15px;
	}
	@media screen and (max-width: 560px) {
		#sec00 .nav_anchor {
			display: block;
		}
		#sec00 .nav_anchor a {
			margin: 5px 15px 5px 0;
		}
		.flex>a {
			width: 100%;
		}
		.flex>a>dl {
			/*padding: 15px 20px;*/
			padding: 10px 15px;
		}
	}
}