@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
}

* {
	word-break: break-word;
}

*:not(html) {
	font-size: 0.875rem;
	color: #3E3E3E;
	line-height: 1.75;
	font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, serif, sans-serif;
}

::-moz-selection {
	background: #DCDEE3;
	color: #303338;
}

::selection {
	background: #DCDEE3;
	color: #303338;
}

::-moz-placeholder {
	color: #cfcfcf;
}

:-ms-input-placeholder {
	color: #cfcfcf;
}

::placeholder {
	color: #cfcfcf;
}

a[href^="tel:"] {
	pointer-events: none;
}

@media (max-width: 768px) {
	a[href^="tel:"] {
		pointer-events: auto;
	}
}

.container {
	max-width: 1128px;
	width: 100%;
	margin: 0 auto;
	padding: 0 1rem;
}

.btn--base {
	color: #FFFFFF;
	color: #E587A9;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
	line-height: 1.4;
	display: table;
	padding: 1.25rem 0.5rem;
	max-width: 320px;
	width: 100%;
	position: relative;
	z-index: 0;
	bottom: 4px;
	right: 4px;
	margin-top: 4px !important;
	box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
	transition: all 0.2s;
}

.btn--base:hover {
	bottom: 0;
	right: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}

.btn--base::after, .btn--base::before {
	content: "";
	display: flex;
	position: absolute;
	z-index: 0;
	top: 50%;
	right: 18px;
}

.btn--base::before {
	width: 10px;
	height: 10px;
	border-top: solid 1px #E587A9;
	transform: translate(0, -50%) rotate(45deg);
}

.btn--base::after {
	width: 26px;
	height: 1px;
	background-color: #E587A9;
	transform: translate(1px, -50%);
}

.common-gradation {
	background: #E587A9;
	background: transparent linear-gradient(72deg, #F4A178 0%, #E587A9 37%, #DF487A 100%) 0 0 no-repeat padding-box;
}

.section-title {
	color: #E587A9;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	display: table;
	margin: 0 auto 2.5rem;
	position: relative;
	z-index: 0;
}

@media (max-width: 768px) {
	.section-title {
		font-size: 2.5rem;
		margin-bottom: 1.5rem;
	}
}

.section-title::after, .section-title::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	background-repeat: no-repeat;
	background-size: contain;
}

.section-title::before {
	background-image: url("../images/section-title_decoration_01.svg");
	width: 24px;
	height: 14px;
	top: 4px;
	left: -30px;
}

@media (max-width: 768px) {
	.section-title::before {
		width: 18px;
		height: 10px;
		top: -8px;
		left: -16px;
	}
}

.section-title::after {
	background-image: url("../images/section-title_decoration_02.svg");
	width: 22px;
	height: 20px;
	bottom: -4px;
	right: -28px;
}

@media (max-width: 768px) {
	.section-title::after {
		width: 16px;
		height: 15px;
	}
}

.common-page-heading {
	height: 252px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.common-page-heading::after, .common-page-heading::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.common-page-heading::before {
	background: transparent linear-gradient(92deg, #FFFFFF 0%, #EAEAEA 100%) 0 0 no-repeat padding-box;
}

.common-page-heading::after {
	background-image: url("../images/heading_bg.svg");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right bottom;
}

@media (max-width: 768px) {
	.common-page-heading {
		height: 150px;
	}
}

.common-page-heading .common-page-heading-inner {
	position: relative;
	z-index: 0;
}

.common-page-heading .section-title {
	margin: 0;
	position: absolute;
	top: 100px;
	left: 20px;
}

@media (max-width: 768px) {
	.common-page-heading .section-title {
		top: 70px;
	}
}

.common-page-heading .section-title span {
	font-size: 2rem;
	color: inherit;
	font-weight: inherit;
	text-transform: none;
}

@media (max-width: 768px) {
	.common-page-heading .section-title span {
		font-size: 1.25rem;
	}
}
