body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

body.js-click {
	height: 100%;
	overflow: hidden;
}

main {
	flex: 1;
}

.main-wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

section img {
	margin-left: auto;
	margin-right: auto;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.acoding-items__item + .acoding-items__item {
	margin-top: 1.9375rem;
}

.acoding {
	background-color: #fff;
	border: 0.125rem solid #FA88A7;
	border-radius: 2.1875rem;
	margin: 0 auto;
	max-width: 22.5rem;
	transition: all 0.3s ease 0s;
}

.acoding.js-open {
	border-radius: 0.9375rem;
	border-width: 0.0625rem;
}

.acoding--gray {
	border: 0.125rem solid #707070;
}

.acoding__top {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 1.0625rem 2.375rem;
	position: relative;
	transition: all 0.3s ease 0s;
}

.acoding__top:hover {
	opacity: 0.7;
}

.acoding__top::-webkit-details-marker {
	display: none;
}

.acoding__top span {
	color: #FC5C87;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	padding-right: 2.3125rem;
	position: relative;
	text-align: justify;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.acoding__top.js-open span {
	color: #707070;
}

.acoding--gray .acoding__top span,
.acoding--gray .acoding__top.js-open span {
	color: #707070;
}

.acoding__top span::after,
.acoding__bottom::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
}

.acoding__top span::after {
	background-image: url(../images/common/ico-plus.webp);
	height: 1.0625rem;
	right: 0.4375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.0625rem;
}

.acoding--gray .acoding__top span::after {
	background-image: url(../images/common/ico-plus-gray.webp);
}

.acoding__top.js-open span::after {
	background-image: url(../images/common/ico-minus.webp);
	height: 0.125rem;
}

.acoding--gray .acoding__top.js-open span::after {
	background-image: url(../images/common/ico-minus-gray.webp);
}

.acoding__bottom {
	display: none;
	padding: 1.3125rem 2.375rem 0.9375rem;
	position: relative;
	transition: transform 0.5s, opacity 0.5s;
}

.acoding__bottom.show {
	animation: show 1s linear 0s;
	display: block;
}

.acoding__bottom::after {
	background-image: url(../images/common/dotted-border.webp);
	height: 0.0625rem;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 77%;
}

.bur__top {
	background-color: #FA88A7;
	border-radius: 0.6875rem 0.6875rem 0 0;
	height: 2.4375rem;
	max-width: 24.375rem;
	position: relative;
}

.bur__top img {
	left: 50%;
	max-width: 5.9375rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.contact {
	background-color: #fff;
	margin: 0 auto;
	padding-top: 1.25rem;
	width: 100%;
}

.footer {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 390px;
	padding-bottom: 2.5rem;
	padding-top: 1.8125rem;
	width: 100%;
}

.footer__body {
	margin-left: auto;
	margin-right: auto;
	max-width: 18.4375rem;
}

.footer__body img {
	margin: 0 auto 1.1875rem;
	max-width: 8.5625rem;
}

.footer__copy {
	border-top: 0.0625rem solid #707070;
	color: #707070;
	font-size: 0.75rem;
	padding-top: 0.625rem;
	text-align: center;
}

.group1 {
	background-color: #fff;
	padding-top: 1.4375rem;
}

.group1__top {
	background-color: #FA88A7;
	padding: 1.875rem 2.25rem;
}

.group1__top img {
	max-width: 19.875rem;
}

.group1__title {
	margin-top: 2.625rem;
}

.group1__title img {
	max-width: 15.8125rem;
}

.group1__body {
	margin-top: 2.75rem;
}

.group1__bottom img {
	margin-top: 1.25rem;
}

.group1__bottom img:nth-of-type(1) {
	width: 2.8125rem;
}

.group1__bottom img:nth-of-type(2) {
	width: 7.5625rem;
}

.group2__title {
	margin-top: 0.6875rem;
}

.group2__title img {
	max-width: 12.4375rem;
}

.group2__top {
	background: linear-gradient(to bottom, #E8E8E1, #FCF3EC, #F4D6D4, #E5D0D4, #E2D5E5);
	margin-top: 1.625rem;
	padding: 2rem 0 2.375rem;
}

.group2__top img {
	max-width: 21.125rem;
}

.group2__body {
	margin-top: 2.875rem;
	overflow: hidden;
}

.group2__wrap {
	margin-top: 1rem;
}

.group2__video {
	aspect-ratio: 392/520;
	height: 100%;
	position: relative;
	transform: translateX(0.125rem);
	width: 100%;
}

.group2__video video {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.group2__main {
	margin-top: 3.0625rem;
	overflow: hidden;
}

.group2__main img:nth-of-type(2) {
	margin: 3.6875rem 0 0 auto;
	max-width: 22.8125rem;
	transform: translateX(0.4375rem);
}

.group2__requit {
	background: linear-gradient(to bottom, #E8E8E1, #FCF3EC, #F4D6D4, #E5D0D4, #E2D5E5);
	border-top: 0.3125rem solid #FA88A7;
	padding: 1.6875rem 0 0;
}

.group2__requit img {
	margin-right: 8.5%;
	max-width: 21.375rem;
}

.group2__area {
	transform: translateY(-2.125rem);
}

.group3 {
	padding-top: 3.3125rem;
}

.group3__title {
	max-width: 9.375rem;
}

.group3__top {
	background-color: #FA88A7;
	border-radius: 1.5625rem 0 0 1.5625rem;
	margin-left: auto;
	margin-right: 0;
	margin-top: 1.1875rem;
	max-width: 22.375rem;
	padding: 1.8125rem 0 1.75rem;
}

.group3__top img {
	max-width: 18.125rem;
}

.group3__body {
	margin-top: 3.1875rem;
}

.group3__body img {
	max-width: 18.625rem;
}

.group3__wrap {
	aspect-ratio: 303/173;
	margin: 1.4375rem auto 0;
	max-width: 18.9375rem;
}

.group3__wrap iframe {
	display: block;
	height: 100%;
	width: 100%;
}

.group3__ex {
	padding-top: 4.375rem;
}

.group3__items {
	margin-top: 2rem;
}

.group3__item {
	background-color: #fff;
	margin: 0 auto;
	max-width: 18.4375rem;
	transition: all 0.3s ease 0s;
}

.group3__appered {
	align-items: center;
	background-color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 0.9375rem;
	justify-content: space-between;
	position: relative;
	transition: all 0.3s ease 0s;
}

.group3__appered:hover span {
	color: #FA88A7;
}

.group3__appered.js-open:hover span {
	color: #707070;
}

.group3__appered:hover span::after {
	border-top: 0.375rem solid #707070;
}

.group3__appered span {
	color: #707070;
	display: block;
	font-size: 0.9375rem;
	padding: 0.1875rem 2.5rem 0.1875rem 0;
	position: relative;
	text-align: justify;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.group3__appered span::after,
.group3__appered span::before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
}

.group3__appered span::before {
	background-image: url(../images/common/dotted-border.webp);
	bottom: 0;
	height: 0.0625rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.group3__appered span::after {
	border-bottom: 0;
	border-left: 0.375rem solid transparent;
	border-right: 0.375rem solid transparent;
	border-style: solid;
	border-top: 0.375rem solid #C3C0C0;
	height: 0;
	right: 0.3125rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 0;
}

.group3__appered.js-open span::after {
	border-top: 0.375rem solid #707070;
}

.group3__hidden {
	display: none;
	padding: 0.9375rem 0 2.375rem 0;
	position: relative;
	transition: transform 0.5s, opacity 0.5s;
}

.group3__hidden.show {
	animation: show 1s linear 0s;
	display: block;
}

.group4 {
	padding-bottom: 4.25rem;
	padding-top: 2.125rem;
	position: relative;
}

.group4 > img {
	max-width: 20.8125rem;
	position: relative;
	z-index: 1;
}

.group__body {
	margin-top: 2.0625rem;
	position: relative;
	z-index: 1;
}

.group4__bg {
	background: linear-gradient(to bottom, #E8E8E1, #E6CABC, #E0CCE3);
	border-radius: 0.9375rem;
	bottom: 0;
	height: 90%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 0;
}

.group4__box {
	background-color: #fff;
	max-width: 22.25rem;
	padding: 2.0625rem 0 2.125rem;
}

.group4__box:nth-of-type(2) {
	border-radius: 0 1.5625rem 1.5625rem 0;
	margin-left: 0;
	margin-right: auto;
}

.group4__box:nth-of-type(1),
.group4__box:nth-of-type(3) {
	border-radius: 1.5625rem 0 0 1.5625rem;
	margin-left: auto;
	margin-right: 0;
}

.group4__box + .group4__box {
	margin-top: 2.875rem;
}

.group5 {
	margin-top: 1.9375rem;
}

.group5>p {
	padding-right: 0.625rem;
	color: #707070;
	margin-top: 0.5rem;
	text-align: right;
	font-size: 0.9rem;
}

.group5__title {
	max-width: 21.9375rem;
}

.group5__top {
	margin-top: 1.9375rem;
}

.group5__top img:nth-of-type(1) {
	border-radius: 1.5rem 0 0 1.5rem;
	margin-left: auto;
	margin-right: 0;
	max-width: 22.875rem;
}

.group5__top img:nth-of-type(2) {
	margin-top: 2.4375rem;
	max-width: 21.1875rem;
}

.group5__box {
	background-color: #CAA4E6;
	margin-top: 2.3125rem;
	padding: 1.6875rem 0 2rem;
}

.group5__box img {
	max-width: 19.875rem;
}

.group5__comment {
	margin-top: 3.625rem;
	max-width: 14.25rem;
}

.group5__bottom {
	background-color: #FFD6E1;
	border-radius: 0 1.875rem 0 0;
	margin-top: 1.75rem;
	padding: 3.8125rem 0 4.125rem;
	position: relative;
	z-index: 0;
}

.group5__bottom::before {
	background: transparent url(../images/group5/bg.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.group5__bottom img {
	max-width: 20.4375rem;
}

.group5__btn {
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
	margin: 2.1875rem auto 0;
	max-width: 23.625rem;
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}

.group5__btn a {
	max-width: 11.4375rem;
}

.header-hamburger {
	display: none;
}

.header-hamburger:hover {
	opacity: 0.7;
}

.header-hamburger span {
	color: #fff;
	display: inline-block;
	left: 25%;
	position: absolute;
	transition: all 0.3s ease 0s;
}

.header-hamburger span:nth-child(1),
.header-hamburger span:nth-child(2) {
	background-color: white;
	height: 0.125rem;
	width: 1.3125rem;
}

.header-hamburger span:nth-child(1) {
	top: 38%;
}

.header-hamburger.js-click span:nth-child(1) {
	top: 43%;
	transform: rotate(-20deg);
}

.header-hamburger span:nth-child(2) {
	top: 58%;
}

.header-hamburger.js-click span:nth-child(2) {
	top: 43%;
	transform: rotate(20deg);
}

.header {
	left: 0;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
}

.header.js-active {
	opacity: 0;
}

.header__inner {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
	padding: 0.625rem 0.625rem 0;
}

.header__inner > img {
	margin-left: 0.625rem;
	max-width: 8.5625rem;
}

.header__body {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 14.375rem;
}

.header__nav {
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
}

.header__btn {
	max-width: 9.625rem;
	width: 50%;
}

.header__btn p {
	margin-top: 0.3rem;
	color: #707070;
	white-space: nowrap;
}

.header__btn .pink-btn + .pink-btn {
	margin-top: 0.625rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 390px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	width: 100%;
}

.main {
	background-color: #fff;
	border-radius: 0.6875rem 0.6875rem 1.875rem 0;
}

.mv-bg {
	background: transparent url(../images/common/mv-bg.webp) no-repeat center center/cover;
	height: 100vh;
	left: 0;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: -1;
}

.mv-bg.js-active {
	opacity: 0;
}

.mv-bg::before {
	aspect-ratio: 1440/351;
	background: transparent url(../images/common/mv-text.webp) no-repeat center center/cover;
	bottom: -4%;
	content: "";
	left: 50%;
	max-width: 90rem;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.mv__bottom {
	background-color: #fff;
	color: #FC5C87;
	padding: 0.25rem 0 0.3125rem;
}

.mv__bottom p {
	font-size: 1.0625rem;
	letter-spacing: 0.05em;
	text-align: center;
}

.mv__img > img:nth-of-type(1) {
	width: 3.125rem;
}

.mv__img > img:nth-of-type(2) {
	margin-top: 1.6875rem;
	width: 19.75rem;
}

.pink-btn {
	background-color: #FC5C87;
	border-radius: 2rem;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 3.9375rem;
	justify-content: center;
	max-width: 11.4375rem;
	position: relative;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.pink-btn:hover {
	opacity: 0.7;
}

.pink-btn span,
.pink-btn a {
	color: #fff;
	font-size: 1.0625rem;
	letter-spacing: 0.05em;
	text-align: center;
}

.pink-btn span:first-of-type {
	font-weight: 700;
}

span.pink-btn__small {
	font-size: 0.8125rem;
}

.pink-btn--tel a:nth-of-type(2) {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.pink-btn--tel span:nth-of-type(3) {
	display: none;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.pink-btn--tel {
	background-color: #F7ECF8;
	border: 0.0625rem solid #FA88A7;
}

.pink-btn--tel a,
.pink-btn--tel span {
	color: #FC5C87;
}

.price {
	padding-top: 3.1875rem;
}

.price > img {
	max-width: 6.25rem;
}

.price__body {
	margin-top: 2.5rem;
}

.price__body + .price__body {
	margin-top: 3rem;
}

.price__text {
	color: #5C4E4C;
	font-size: 0.75rem;
	margin-top: 0.625rem;
	text-align: center;
}

.qa-items__item + .qa-items__item {
	margin-top: 1.3125rem;
}

.qa {
	background-color: #fff;
	border-radius: 0 0.9375rem 0 0.9375rem;
	margin: 0 auto;
	max-width: 20.4375rem;
	transition: all 0.3s ease 0s;
}

.qa__question {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 1.125rem 1.5rem 1.125rem 1.1875rem;
	position: relative;
	transition: all 0.3s ease 0s;
}

.qa__question:hover {
	opacity: 0.7;
}

.qa__question::-webkit-details-marker {
	display: none;
}

.qa__question span {
	color: #FC5C87;
	display: block;
	font-size: 0.8125rem;
	letter-spacing: 0.03em;
	line-height: 1.8461538462;
	margin-left: 2.1875rem;
	padding-right: 2.8125rem;
	position: relative;
	text-align: justify;
	transition: all 0.3s ease 0s;
}

.qa__question::before,
.qa__question span::after,
.qa__answer::before,
.qa__answer::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
}

.qa__question::before {
	background-image: url(../images/common/ico-q.webp);
	height: 1rem;
	left: 1.1875rem;
	top: 1.1875rem;
	width: 0.75rem;
}

.qa__question span::after {
	background-image: url(../images/common/ico-plus.webp);
	height: 1.0625rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.0625rem;
}

.qa__question.js-open span::after {
	background-image: url(../images/common/ico-minus.webp);
	height: 0.125rem;
}

.qa__answer {
	background-color: #fff;
	border-radius: 0 0 0 0.9375rem;
	display: none;
	margin-left: 1.1875rem;
	padding: 1.375rem 1.5625rem 2rem 2.0625rem;
	position: relative;
	transition: transform 0.5s, opacity 0.5s;
}

.qa__answer p {
	color: #FC5C87;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.7857142857;
	text-align: justify;
}

.qa__answer.show {
	animation: show 1s linear 0s;
	display: block;
	font-size: 0.9375rem;
}

.qa__answer::before {
	background-image: url(../images/common/ico-a.webp);
	height: 0.9375rem;
	left: 0;
	top: 2.0625rem;
	width: 0.75rem;
}

.qa__answer::after {
	background-image: url(../images/common/dotted-border-pink.webp);
	height: 0.0625rem;
	left: 46%;
	top: 0;
	transform: translateX(-50%);
	width: 92%;
}

.question {
	background: linear-gradient(to bottom, #EBEBDB, #DECADE, #E0CCE3);
	border-radius: 1.875rem 0 1.875rem 0;
	margin-top: 3.625rem;
	padding: 2.4375rem 0;
}

.question__title {
	max-width: 5.8125rem;
}

.question__body {
	margin-top: 1.4375rem;
}

.reqruit-area {
	background-color: #fff;
	border-radius: 0.9375rem;
	font-size: 0.875rem;
	margin: 0 auto;
	max-width: 20.375rem;
	padding: 1.0625rem 0 1.375rem;
	position: relative;
	text-align: center;
}

.reqruit-area a {
	background-color: #FA88A7;
	border-radius: 0.6875rem;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	margin-top: 0.4375rem;
	max-width: 16.4375rem;
	padding: 0 1.5625rem;
	text-align: center;
}

.reqruit-area a:hover {
	opacity: 0.7;
}

.reqruit-area__block p {
	color: #5C4E4C;
}

.sp-fixed {
	background-color: rgba(136, 102, 102, 0.8);
	border-radius: 1.5625rem 1.5625rem 0 0;
	bottom: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 24.375rem; /* 表示する */
	opacity: 1;
	padding: 0.8125rem 0.5625rem 0;
	position: fixed;
	right: 0;
	transition: all 0.3s ease 0s;
	z-index: 99999;
}

.sp-fixed.js-active {
	opacity: 0;
}

.sp-fixed>p {
	color: #fff;
	text-align: center;
	margin-bottom: 0.7rem;
}

.sp-fixed__body {
	align-items: center;
	display: flex;
	gap: 0.875rem;
	justify-content: center;
}

.sp-fixed__item {
	width: 50%;
}

.sp-fixed__item > p {
	color: #fff;
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
	text-align: center;
}

.sp-fixed__item > p::before,
.sp-fixed__item > p::before {
	background: transparent url(../images/common/ico-calendar.webp) no-repeat center center/cover;
	content: "";
	display: inline-block;
	height: 1rem;
	margin-right: 0.1875rem;
	width: 1rem;
}

.sp-fixed__item--tel p::before {
	background: transparent url(../images/common/ico-tel.webp) no-repeat center center/cover;
	height: 1.0625rem;
	width: 0.875rem;
}

.sp-fixed__box {
	background-color: #FC5C87;
	border: 0.125rem solid #fff;
	border-radius: 0.5625rem 0.5625rem 0 0;
	cursor: pointer;
	margin-top: 0.625rem;
	transition: all 0.3s ease 0s;
}

.sp-fixed__box > a,
.sp-fixed__box > div {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 3.125rem;
	padding: 0.25rem 0 0.3125rem;
}

.sp-fixed__box:hover {
	opacity: 0.7;
}

.sp-fixed__box p {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 500;
	position: relative;
	text-align: center;
}

.sp-fixed__box span {
	border-bottom: solid 0.125rem #fff;
	border-right: solid 0.125rem #fff;
	display: block;
	height: 0.5rem;
	transform: rotate(45deg);
	width: 0.5rem;
}

.sp-fixed__item--tel .sp-fixed__box {
	background-color: #F8CDD9;
}

.sp-fixed__item--tel .sp-fixed__box a {
	color: #FC5C87;
	font-family: "Poppins", sans-serif;
	font-size: 1.125rem;
	letter-spacing: 0.03em;
}

.sp-fixed__item--tel .sp-fixed__box span {
	border-color: #FC5C87;
}

.sp-nav.js-click .sp-nav__item {
	animation-delay: 0.3s;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeAnime;
	opacity: 0;
}

.sp-nav__item a {
	color: #707070;
	cursor: pointer;
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	padding: 0.875rem 0 0.9375rem;
}

.sp-nav__item a::before {
	background-color: #FC5C87;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.8125rem;
	margin-right: 0.5625rem;
	opacity: 0;
	transition: all 0.3s;
	width: 0.8125rem;
}

.sp-nav__item a:hover::before {
	opacity: 1;
}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.acoding__top:hover {
	opacity: 1;
}

.bur__top {
	left: 50%;
	position: fixed;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: 2000;
}

.contact {
	max-width: 390px;
}

.group3__appered:hover span {
	color: #707070;
}

.group3__appered.js-open:hover span {
	color: #707070;
}

.header-hamburger {
	display: block;
	height: 2.4375rem;
	position: absolute;
	right: 1.75rem;
	top: 0;
	transition: 0.3s;
	width: 1.3125rem;
	z-index: 9999;
}

.header-hamburger:hover {
	opacity: 1;
}

.header {
	aspect-ratio: auto;
	background: transparent;
	z-index: 1001;
}

.header__inner {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.header__inner > img {
	display: none;
}

.header__body {
	height: 0;
	margin-top: 2.4375rem;
	opacity: 0;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	z-index: 1001;
}

.header__body.js-click {
	height: 100%;
	opacity: 1;
	visibility: visible;
}

.header__btn {
	display: none;
}

.header__btn .pink-btn + .pink-btn {
	margin-top: 0;
}

.inner {
	margin-top: 2.4375rem;
	padding-left: 0;
	padding-right: 0;
}

.mv-bg {
	display: none;
}

.pink-btn:hover {
	opacity: 1;
}

.pink-btn--tel a:nth-of-type(2) {
	display: none;
}

.pink-btn--tel span:nth-of-type(3) {
	display: block;
}

.qa__question:hover {
	opacity: 1;
}

.reqruit-area a:hover {
	opacity: 1;
}

.sp-fixed__box:hover {
	opacity: 1;
}

.sp-nav {
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 390px;
	padding-bottom: 5.1875rem;
	padding-top: 3.1875rem;
	position: relative;
	width: 100%;
}

.sp-nav.show {
	animation: show 0.3s linear 0s;
}

.sp-nav__items {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.01s ease 0s;
}

.sp-nav__item a {
	text-align: center;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes show {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes fadeAnime {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}


/*# sourceMappingURL=style.css.map */
