@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
/* 挨拶 */
#top_msg {
	position: relative;
}
#top_msg::before {
	content: "";
	position: absolute;
	left: auto;
	right: -90px;
	top: 191px;
	display: inline-block;
	width: 382px;
	height: 382px;
	border-radius: 50%;
	background: url("../img/bg-maru.png") no-repeat center / 100% auto;
}
#top_msg .img {
	position: absolute;
	top: 100px;
	left: 0;
	width: 455px;
}
#top_msg .img img:not(.char) {
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px rgba(237, 153, 163, 0.5);
	border-radius: 100px;
}
#top_msg .img .char {
	position: absolute;
	right: -50px;
	bottom: -90px;
}
#top_msg .info {
	width: 50%;
	margin-left: auto;
}
#top_msg .info h3 {
	font-size: 54px;
	font-weight: 500;
	letter-spacing : 5.4px;
	padding-bottom: 20px;
	margin-bottom: 50px;
	background: url("../img/bg-dot-pink.png") no-repeat left bottom;
}
#top_msg .info .txt {
	font-size: 110%;
	line-height: 2;
	letter-spacing: 1.6px;
}
/* コンテンツ */
#top_service {
	background: #f5f5f2;
	position: relative;
	padding: 80px 0;
}
#top_service::before, #top_service::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 50px;
}
#top_service::after {
	background : linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	height: 50px;
	top: auto;
	bottom: 0;
}
#top_service .box {
	position: relative;
	min-height: 400px;
	margin-bottom: 80px;
	display: flex;
	align-items: center;
}
#top_service .box::before {
	background: url("../img/bg01.png") no-repeat left / 100% auto;
	width: 285px;
	height: 434px;
	top: 70px;
	left: -50px;
	z-index: 1;
}
#top_service .box:nth-of-type(even)::before {
	background-image: url("../img/bg02.png");
	top: -40px;
	left: auto;
	right: -50px;
}
#top_service .box:last-of-type {
	margin-bottom: 0;
}
#top_service .box .img {
	position: absolute;
	right: calc(50% - 50vw);
	width: calc( (100vw - 1100px) / 2 + (1100px - 310px) );
}
#top_service .box:nth-of-type(even) .img {
	right: auto;
	left: calc(50% - 50vw);
}
@media only screen and (max-width: 1150px) {
	#top_service .box .img {
		right: -30px;
		width: 800px;
	}
	#top_service .box:nth-of-type(even) .img {
		right: auto;
		left: -30px;
	}
}
#top_service .box .img img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius : 100px 0px 0px 100px;
	border: 5px solid #fff;
	border-right: none;
}
#top_service .box:nth-of-type(even) .img img {
	border-radius : 0px 100px 100px 0px;
	border: 5px solid #fff;
	border-left: none;
}
#top_service .box .info {
	width: 400px;
	background: #fff;
	border-radius: 20px;
	padding: 50px;
	position: relative;
	z-index: 1;
}
#top_service .box:nth-of-type(even) .info {
	margin-left: auto;
}
#top_service .box .info h3 {
	color: var(--color-primary);
	font-size : 44px;
	letter-spacing : 4.4px;
	font-weight: 500;
	margin-bottom: 20px;
}
#top_service .box .info .txt {
	font-size: 110%;
	line-height: 2;
}
#top_service .box .info .btn01 {
	position: absolute;
	right: 30px;
	bottom: -30px;
	margin-bottom: 0;
}
/*理念*/
#philosophy h3.sub,
#policy h3.sub{
	font-size: 54px;
	font-weight: 500;
	letter-spacing : 5.4px;
	text-indent: 5.4px;
	color: var(--color-font);
	padding-bottom: 20px;
	margin-bottom: 25px;
	background: url("../img/bg-dot-pink02.png") no-repeat center bottom;
}
#philosophy .text01 {
	font-size: 200%;
	margin-bottom: 0.5em;
	font-weight: 500;
}
#philosophy .text02 {
	font-size: 110%;
	line-height: 2;
}
/*運営方針*/
#policy h3.sub {
	margin-bottom: 50px;
	background: url("../img/bg-dot-pink03.png") no-repeat center bottom;
}
#policy h4 {
	font-size: 190%;
	font-weight: 500;
	margin-bottom: 0.3em;
	text-indent: -27px;
	padding-left: 27px;
}
#policy p {
	font-size: 110%;
	line-height: 2;
	padding-left: 45px;
	margin-bottom: 3em;
}
/* お知らせ */
#top_info .list {
	width: 900px;
	margin: 0 auto;
}
#top_info dl {
	padding: 20px;
	font-size: 110%;
	letter-spacing : 1.6px;
	background : #F5F5F2;
	margin-bottom: 20px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
		align-items: center;
		border-radius: 10px;
	}
	#top_info dt {
		width: 140px;
	}
	#top_info dd {
		width: calc(100% - 140px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
	#top_info dl {
		align-items: flex-start;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_ttl {
		position: relative;
		top: -20px;
		margin-bottom: -20px;
	}
	#top_msg::before {
		top: 100px;
		right: -150px;
	}
	#top_msg .img {
		width: 49%;
		top: 60px;
	}
	#top_msg .img img:not(.char) {
		width: 90%;
		border-radius: 80px;
	}
	#top_msg .img .char {
		width: 40%;
		right: 20px;
		bottom: -120px;
	}
	#top_msg .info h3 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	#top_msg .info .txt {
		font-size: 105%;
		line-height: 1.8;
	}
	#top_service {
		padding: 60px 0;
	}
	#top_service .box {
		min-height: 300px;
		margin-bottom: 40px;
	}
	#top_service .box .img {
		width: 400px;
		z-index: 2;
	}
	#top_service .box .img img {
		height: 300px;
	}
	#top_service .box .info {
		padding: 20px 20px 30px;
		z-index: 3;
	}
	#top_service .box .info h3 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	#top_service .box .info .txt {
	font-size: 105%;
	line-height: 1.8;
	}
	/*理念*/
	#philosophy h3.sub,
	#policy h3.sub{
		font-size: 30px;
		margin-bottom: 18px;
	}
	#philosophy .text01 {
		font-size: 140%;
	}
	#philosophy .text02 {
		font-size: 105%;
		line-height: 1.8;
	}
	/*運営方針*/
	#policy h3.sub {
		margin-bottom: 30px;
	}
	#policy h4 {
		font-size: 135%;
		margin-bottom: 0.3em;
	}
	#policy p {
		font-size: 105%;
		line-height: 1.8;
		padding-left: 30px;
		margin-bottom: 2em;
	}
	/**/
	#top_info .list {
		width: 100%;
	}
	#top_info dl {
		padding: 15px;
		font-size: 105%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_ttl {
		top: -5px;
		margin-bottom: -5px;
	}
	#top_msg::before {
		width: 250px;
    height: 250px;
	}
	#top_msg .info {
		width: 100%;
		margin-left: 0;
	}
	#top_msg .info h3 {
		font-size: 25px;
	}
	#top_msg .img {
		position: relative;
		top: 0;
		width: 100%;
		margin-bottom: 15px;
	}
	#top_msg .img img:not(.char) {
		width: 80%;
		border-radius: 20px;
	}
	#top_msg .img .char {
		width: 30%;
		bottom: 0;
		right: 0;
	}
	#top_service {
		padding: 30px 0;
	}
	#top_service .box {
		display: block;
		min-height: unset;
		margin-bottom: 60px;
		padding-top: 180px;
	}
	#top_service .box .img {
		top: 0;
		width: 95%;
		z-index: 3;
	}
	#top_service .box .img img {
		border-radius: 20px;
		height: 200px;
	}
	#top_service .box:nth-of-type(even) .img img {
		border-radius: 20px;
	}
	#top_service .box .info {
		width: 100%;
		position: relative;
		top: -30px;
		margin-bottom: -30px;
	}
	#top_service .box .info h3 {
		font-size: 25px;
		letter-spacing: 2px;
	}
	#top_service .box .info .txt {
		font-size: 100%;
	}
	#top_service .box .info .btn01 {
		bottom: -25px;
	}
	/*理念*/
	#philosophy h3.sub,
	#policy h3.sub{
		font-size: 25px;
		margin-bottom: 18px;
	}
	#philosophy .text01 {
		font-size: 120%;
	}
	#philosophy .text02 {
		font-size: 100%;
	}
	/*運営方針*/
	#policy h3.sub {
		margin-bottom: 30px;
	}
	#policy h4 {
		font-size: 115%;
		margin-bottom: 0.3em;
	}
	#policy p {
		font-size: 105%;
		line-height: 1.8;
		padding-left: 27px;
		margin-bottom: 2em;
	}
	/**/
}