@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-ltt */
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.noto {
	font-family: "Noto Sans JP", sans-serif;
}
.m-plus {
	font-family: "M PLUS Rounded 1c", sans-serif;
}
.gothamrnd {
	font-weight: 500;
	font-family: 'gothamrnd_medium';
}
.color {
	color: #EA7AAA;
}
.content {
	padding: 0 1.5rem;
}
@media all and (min-width: 641px) {
	.content {
		margin: 0 auto;
		padding: 0 6.7rem;
		max-width: 127.7rem;
	}
}
/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	padding: 7.1rem 0 27vw;
	background: #F7F4F2;
}
@media all and (min-width: 641px) {
	.mainVisual {
		padding: 7.4rem 0 25rem;
	}
}
@media all and (min-width: 1366px) {
	.mainVisual {
		padding-bottom: 20.8vw;
	}
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	padding-bottom: 9.6rem;
	position: relative;
	background-color: #fff;
}
.comBgBox:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -9vw;
	width: 220%;
	aspect-ratio: 822/609;
	border-radius: 50%;
	background-color: #fff;
	content: "";
}
.comBgBox .content {
	position: relative;
	z-index: 1;
}
@media all and (min-width: 641px) {
	.comBgBox {
		padding-bottom: 9.6rem;
	}
	.comBgBox:before {
		top: -10rem;
		width: 135%;
		min-width: 184.8rem;
		aspect-ratio: 1848/824;
	}
}
@media all and (min-width: 1366px) {
	.comBgBox:before {
		top: -10vw;
	}
}
/*------------------------------------------------------------
	comBtnBox
------------------------------------------------------------*/
.comBtnBox {
	margin-bottom: 3rem;
}
.comBtnBox .ttl {
	margin: 0 auto 1rem;
	width: fit-content;
	padding: 0 0.8rem 0 1.3rem;
	position: relative;
	color: #38516F;
	font-size: 1.6rem;
	line-height: 1.2;
	font-feature-settings: normal;
	text-align: center;
}
.comBtnBox .ttl:before,
.comBtnBox .ttl:after {
	position: absolute;
	left: 0;
	bottom: 0.1rem;
	width: 2px;
	height: 1.3rem;
	background-color: #37516E;
	border-radius: 0.2rem;
	transform: rotate(-40deg);
	content: "";
}
.comBtnBox .ttl:after {
	left: auto;
	right: 0;
	transform: rotate(40deg);
}
.comBtnBox .btn a {
	margin: 0 auto;
	width: 30.3rem;
	height: 5.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-family: "M PLUS Rounded 1c", sans-serif;
	border-radius: 3rem;
	background: linear-gradient(98.82deg, rgba(255, 111, 123, 1) 0%, rgba(255, 118, 132, 1) 25.19%, rgba(255, 138, 157, 1) 66.7%, rgba(255, 158, 182, 1) 100%);
}
@media all and (hover: hover) and (min-width: 641px) {
	.comBtnBox .btn a:hover {
		transform: scale(1.03);
	}
}
@media all and (min-width: 641px) {
	.comBtnBox {
		margin-bottom: 7.7rem;
	}
	.comBtnBox .ttl {
		margin-bottom: 2rem;
		padding: 0 1.8rem 0 2rem;
		letter-spacing: -0.05em;
		font-size: 2.3rem;
	}
	.comBtnBox .ttl:before,
	.comBtnBox .ttl:after {
		bottom: 0;
		height: 2rem;
	}
	.comBtnBox .btn a {
		width: 41.2rem;
		height: 8.5rem;
		font-size: 2.65rem;
		border-radius: 5rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 1.5rem;
	color: #EA7AAA;
	font-size: 3rem;
	line-height: 1.27;
	letter-spacing: 0.04em;
	text-align: center;
}
.headLine01 img {
	display: block;
	margin: 0 auto -0.4rem;
	width: 6.3rem;
}
.headLine01 .sml {
	margin-top: 0.4rem;
	display: block;
	font-size: 2rem;
}
@media all and (min-width: 641px) {
	.headLine01 {
		margin-bottom: 5.7rem;
		font-size: 4.6rem;
	}
	.headLine01 img {
		width: 9.6rem;
	}
	.headLine01 .sml {
		margin-top: 0;
		font-size: 3.1rem;
	}
}