.u-font__noto {
	font-family: "Noto Sans JP", sans-serif !important;
}

.u-font__rbt {
	font-family: "Jost", sans-serif !important;
}

html {
	scroll-behavior: smooth;
}

body {
	background: #EFF8FF;
	scroll-behavior: smooth;
	scroll-padding-top: calc(90px + 0.625rem);
	color: #1B1B1B;
	font-family: "Noto Sans JP", sans-serif;
}

body.is-active {
	overflow: hidden;
}

a {
	transition: 0.3s;
	color: #1B1B1B;
	text-decoration: none;
}

picture,
img {
	display: inline-block;
}

img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

details summary {
	cursor: pointer;
	list-style: none;
}

details summary::-webkit-details-marker {
	display: none;
}

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	vertical-align: baseline;
	margin: 0;
	border: 0;
	padding: 0;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	vertical-align: bottom;
	border: none;
}

.l-main {
	font-family: "Noto Sans JP", sans-serif;
}

.l-main.l-thanks {
	position: relative;
}

.l-main.l-thanks::before {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/contact_bg.jpg) no-repeat bottom -2px center/cover;
	width: 100%;
	height: 100%;
	content: "";
}

.pagetop {
	display: inline-block;
	position: fixed;
	right: 10rem;
	bottom: 2.5rem;
	z-index: 100;
	width: 2.625rem;
	height: 2.625rem;
}

.l-inner {
	position: relative;
	margin: 0 auto;
	padding: 0 10rem;
	width: 100%;
	max-width: 1440px;
	height: inherit;
}

.l-footer {
	background: #EFF8FF;
	padding: 2.5rem 0 3.9375rem;
}

.l-footer__logo {
	width: 2.6875rem;
	height: 3.3125rem;
}

.l-footer__content {
	display: flex;
	-moz-column-gap: 5rem;
	column-gap: 5rem;
	margin-top: 1.25rem;
}

.l-footer__info {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: normal;
}

.l-footer__tel {
	margin-top: 0.625rem;
}

.l-footer__sns a {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
}

.l-footer__nav-item a {
	padding: 0.1875rem 0;
}

.l-footer__nav-item + .l-footer__nav-item {
	margin-top: 1.25rem;
}

.l-footer__copyright {
	text-align: right;
}

.l-section {
	padding: 6.25rem 0;
}

.l-cta {
	border-radius: 1.25rem;
	background: #70C4EC;
	padding: 3.75rem 0 4.25rem;
}

.l-cta.--2 {
	border-radius: 0;
}

.l-cta__content {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.l-cta__content::before {
	position: absolute;
	bottom: -5.4375rem;
	left: 1.5rem;
	z-index: 10;
	background: url(../img/cta_men.png) no-repeat center center/cover;
	width: 16.375rem;
	height: 17.5625rem;
	content: "";
}

.l-cta__content::after {
	position: absolute;
	right: 1.5rem;
	bottom: -5.4375rem;
	background: url(../img/cta_women.png) no-repeat center center/cover;
	width: 17.25rem;
	height: 17rem;
	content: "";
}

.l-cta__text {
	display: inline-flex;
	position: relative;
	justify-content: center;
	align-items: end;
	color: #ffffff;
	font-style: normal;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: normal;
	letter-spacing: 0.25rem;
	text-align: center;
}

.l-cta__text::before {
	position: absolute;
	top: 69%;
	left: -1.875rem;
	transform: translateY(-50%) rotate(-25deg);
	border-radius: 50%;
	background: #ffffff;
	width: 0.125rem;
	height: 1.25rem;
	content: "";
}

.l-cta__text::after {
	position: absolute;
	top: 69%;
	right: -1.875rem;
	transform: translateY(-50%) rotate(25deg);
	border-radius: 50%;
	background: #ffffff;
	width: 0.125rem;
	height: 1.25rem;
	content: "";
}

.l-cta__text--yellow {
	color: #FFF500;
	font-size: 1.5rem;
	letter-spacing: 0.3rem;
}

.l-cta__btnWrap {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	margin-top: 0.75rem;
	border-radius: 2.125rem;
	background: #CE5420;
	width: 33.125rem;
	height: 4.5625rem;
}

.l-cta__btn {
	display: flex;
	position: absolute;
	top: -0.1875rem;
	left: -0.28125rem;
	justify-content: center;
	align-items: flex-end;
	transition: all 0.3s ease;
	border-radius: 2.125rem;
	background: linear-gradient(180deg, #F0AA3B 0%, #F0AA3B 50%, #EB9F36 50%, #EB9F36 100%);
	padding: 0.625rem 0 1rem 2.6875rem;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-style: normal;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: normal;
}

.l-cta__btn::after {
	position: absolute;
	top: 0.1875rem;
	left: 0.1875rem;
	z-index: -1;
	border-radius: 2.125rem;
	background: #CE5420;
	width: 100%;
	height: 100%;
	content: "";
}

.l-cta__text--dot {
	position: relative;
	font-size: 1.875rem;
}

.l-cta__text--dot::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	background: #CE5420;
	width: 0.375rem;
	height: 0.375rem;
	content: "";
}

.l-cta__text--arrow {
	display: inline-block;
	margin-bottom: 0.3125rem;
	margin-left: 0.625rem;
	width: 1.75rem;
}

/*====================================
# Section-common
====================================*/

.c-section-title.--center {
	text-align: center;
}

.c-section__title--en {
	color: #70C4EC;
	font-style: italic;
	font-weight: 500;
	font-size: 1rem;
	line-height: normal;
	font-family: "Jost", sans-serif;
}

.c-section__title--jp {
	font-style: normal;
	font-weight: 700;
	font-size: 2rem;
	line-height: normal;
}

/*====================================
# FV
====================================*/

.p-fv {
	display: flex;
	height: 50rem;
}

.p-fv__left {
	position: relative;
	flex: 1;
	background: url(../img/fv.jpg) no-repeat center center/cover;
	padding: 0rem 1.625rem 4.875rem 4.4375rem;
	padding-top: 0.8125rem;
}

.p-fv__logo {
	width: 3.25rem;
	height: 4rem;
}

.p-fv__messageWrap {
	display: flex;
	position: absolute;
	right: 3%;
	bottom: 5rem;
	row-gap: 1.875rem;
	flex-direction: column;
	align-items: flex-end;
}

.p-fv__title {
	display: inline-block;
	position: relative;
	right: 0.5rem;
	color: #000;
	font-style: italic;
	font-weight: 500;
	font-size: 6.25rem;
	line-height: 95%;
	font-family: "Jost", sans-serif;
}

.p-fv__title span {
	position: absolute;
	right: -1.9375rem;
	color: #FF6B00;
	font-size: 7.5rem;
}

.p-fv__title::before {
	position: absolute;
	top: 3.9375rem;
	right: -0.75rem;
	background: url(../img/fv_en.png) no-repeat center center/cover;
	width: 14.0625rem;
	height: 5.375rem;
	content: "";
}

.p-fv__points {
	display: flex;
	gap: 3.9375rem;
}

.p-fv__points .p-fv__point {
	width: 12.1875rem;
}

.p-fv__points .p-fv__point:nth-child(2) {
	width: 26.25rem;
}

.p-fv__contact {
	width: 100%;
	max-width: 25rem;
}

/* sp-entry-btn
-------------------------------------*/

.p-contact__button.p-fv__entry--sp {
	display: none;
}

/* SP-form
-------------------------------------*/

/*====================================
# problem
====================================*/

.p-probrem {
	position: relative;
	padding-top: 6.0625rem;
}

.p-probrem::before {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/problem_bg.png) no-repeat center bottom/cover;
	width: 100%;
	height: 85%;
	content: "";
}

.p-probrem__content {
	position: relative;
}

.p-probrem__content::before {
	position: absolute;
	bottom: -5.8125rem;
	left: 0;
	background: url(../img/probrem_men.png) no-repeat center center/cover;
	width: 15.0625rem;
	height: 27.75rem;
	content: "";
}

.p-probrem__content::after {
	position: absolute;
	right: 0;
	bottom: -5.8125rem;
	background: url(../img/probrem_women.png) no-repeat center center/cover;
	width: 14.1875rem;
	height: 25.9375rem;
	content: "";
}

.p-probrem__lists {
	margin-top: 3.75rem;
	margin-inline: auto;
	max-width: 31.25rem;
}

.p-probrem__item {
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.13);
	border: 2px solid #70C4EC;
	border-radius: 0.3125rem;
	background: #ffffff;
	padding: 1.4375rem 0 1.4375rem 2.5rem;
	font-style: normal;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: normal;
}

.p-probrem__item p {
	position: relative;
	padding-left: 2.5rem;
}

.p-probrem__item p::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(../img/check.svg) no-repeat center center/contain;
	width: 2rem;
	height: 1.75rem;
	content: "";
}

.p-probrem__item + .p-probrem__item {
	margin-top: 1.5rem;
}

.p-probrem__message {
	margin-top: 9.75rem;
	margin-inline: auto;
	width: 57.05625rem;
}

/*====================================
# reason
====================================*/

.p-reason {
	padding-top: 4.5rem;
}

.p-reason__title {
	letter-spacing: 0.2rem;
}

.p-reason__lists {
	display: flex;
	margin-top: 2.5rem;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
}

.p-reason__item {
	position: relative;
	border: 2px solid #70C4EC;
	background: #ffffff;
	padding: 2.5rem 1.75rem;
	width: calc((100% - 1.5rem) / 3);
}

.p-reason__item::before {
	position: absolute;
	top: 0.625rem;
	left: -0.25rem;
	background: url(../img/reason_num_bg.svg) no-repeat center center/cover;
	width: 6.25rem;
	height: 4.25rem;
	content: "";
}

.p-reason__item::after {
	position: absolute;
	top: 0.375rem;
	left: 0.375rem;
	z-index: -1;
	border: 2px solid #70C4EC;
	background: #ffffff;
	width: 100%;
	height: 100%;
	content: "";
}

.p-reason__num {
	position: absolute;
	top: 1.1875rem;
	left: 1.6875rem;
	z-index: 5;
	color: #ffffff;
	font-style: normal;
	font-weight: 700;
	font-size: 2rem;
	line-height: normal;
	font-family: "Jost", sans-serif;
}

.p-reason__head {
	margin-inline: auto;
	border-radius: 50%;
	width: 12.5rem;
	height: 12.5rem;
}

.p-reason__body {
	margin-top: 2.6875rem;
}

.p-reason__message {
	font-style: normal;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: normal;
}

.p-reason__texts {
	margin-top: 1rem;
}

.p-reason--text {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: normal;
}

.p-reason--text + .p-reason--text {
	margin-top: 1rem;
}

/*====================================
# success
====================================*/

.p-success {
	margin-top: -0.75rem;
	background: url(../img/voice_bg2.jpg) no-repeat center center/cover;
}

.p-success__list {
	margin-top: 2.5rem;
	margin-left: auto;
	width: 61.5625rem;
}

.p-success__list .p-success__item:nth-child(even) {
	flex-direction: row-reverse;
}

.p-success__list .p-success__item:nth-child(even) .p-success__body::before {
	background: url(../img/voice_bg2.png) no-repeat center center/cover;
}

.p-success__item {
	display: flex;
	gap: 2.5rem;
}

.p-success__item + .p-success__item {
	margin-top: 2.6875rem;
}

.p-success__img {
	border-radius: 50%;
	width: 13.75rem;
	height: 13.75rem;
}

.p-success__body {
	position: relative;
	margin-top: 1.375rem;
	padding: 1rem 1.5rem;
	width: 45.3125rem;
}

.p-success__body::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(../img/voice_bg.png) no-repeat center center/cover;
	width: 102%;
	height: 11.25rem;
	content: "";
}

.p-success__name {
	font-style: normal;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: normal;
}

.p-success__name span {
	font-size: 1rem;
}

.p-success__text {
	margin-top: 0.5rem;
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: normal;
}

.p-success__text--accent {
	color: #FF6B00;
	font-weight: 700;
}

/* SP用 
-------------------------------------*/

.p-success__head {
	display: flex;
	align-items: center;
	gap: 1rem;
}

/*====================================
# counselor
====================================*/

.p-counselor__content {
	display: flex;
	margin: 2.5rem auto 0;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	width: 100%;
	max-width: 59.9375rem;
}

.p-counselor__head {
	width: 13.4375rem;
}

.p-counselor__img {
	margin-left: 0.9375rem;
	width: 11.375rem;
	height: 11.375rem;
}

.p-counselor__info {
	margin-top: 1rem;
	font-style: normal;
	font-weight: 700;
	font-size: 1rem;
	line-height: normal;
}

.p-counselor__body {
	flex: 1;
}

.p-counselor__text {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: normal;
}

.p-counselor__text + .p-counselor__text {
	margin-top: 1rem;
}

/*====================================
# flow
====================================*/

.p-flow__title {
	letter-spacing: 0.2rem;
}

.p-flow__list {
	display: flex;
	gap: 1.75rem;
	margin-top: 2.5rem;
}

.p-flow__list .p-flow__item:last-child::before {
	display: none;
}

.p-flow__item {
	position: relative;
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
	background: #FFF;
	width: calc((100% - 1.75rem) / 5);
	min-height: 18rem;
}

.p-flow__item::before {
	position: absolute;
	top: 50%;
	right: -1.4375rem;
	transform: translateY(-50%);
	background: url(../img/flow_arrow.svg) no-repeat center center/cover;
	width: 0.875rem;
	height: 2.5rem;
	content: "";
}

.p-flow__num {
	position: relative;
	width: 5.125rem;
	height: 2.625rem;
	overflow: hidden;
}

.p-flow__num p {
	position: absolute;
	top: -60%;
	left: -8%;
	color: #E2F2FF;
	font-style: italic;
	font-weight: 700;
	font-size: 3.8125rem;
	line-height: 100%;
	line-height: normal;
	font-family: "Jost", sans-serif;
}

.p-flow__img {
	margin-top: 1rem;
	margin-inline: auto;
	width: 5.125rem;
	height: 5.3125rem;
}

.p-flow__body {
	padding: 0 1rem;
}

.p-flow__flowTitle {
	margin-top: 1.1875rem;
	font-style: normal;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: normal;
}

.p-flow__text {
	margin-top: 0.25rem;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: normal;
}

/*====================================
# Promise
====================================*/

.p-promise {
	background: #ffffff;
}

.p-promise__inner {
	display: flex;
}

.p-promise__content {
	gap: 2rem;
	width: 100%;
	max-width: 43.75rem;
}

.p-promise__title span {
	display: inline-block;
	margin-left: 0.0625rem;
	background: #70C4EC;
	padding: 0.3125rem;
	color: #ffffff;
	line-height: 1;
}

.p-promise__messageWrap {
	margin-top: 2.5rem;
}

.p-promise__message {
	display: inline-block;
	background: #70C4EC;
	padding: 0 0.3125rem;
	color: #ffffff;
	font-style: normal;
	font-weight: 700;
	font-size: 2rem;
	line-height: normal;
}

.p-promise__message span {
	color: #FFF500;
	font-size: 2.5rem;
}

.p-promise__message + .p-promise__message {
	margin-top: 1rem;
}

.p-promise__texts {
	margin-top: 2.5rem;
	width: 100%;
	max-width: 43.75rem;
}

.p-promise__text {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: normal;
}

.p-promise__text {
	margin-top: 1.25rem;
}

.p-promise__img {
	width: 24.25rem;
	height: 25.9375rem;
}

.p-promise__img img {
	-o-object-fit: contain;
	object-fit: contain;
}

/*====================================
# FAQ
====================================*/

.p-qa {
	background: #ffffff;
}

.p-qa__title--en {
	text-transform: uppercase;
}

.p-qa__list {
	margin-top: 1rem;
	margin-inline: auto;
	width: 100%;
	max-width: 43.75rem;
}

.c-accordion__summary {
	position: relative;
	cursor: pointer;
	border-bottom: 1px dashed #70C4EC;
	padding: 2.5rem 0 2rem;
}

.c-accordion__summary::before {
	position: absolute;
	top: 50%;
	right: 0rem;
	transform: translateY(-50%) rotate(90deg);
	transition: all 0.3s ease-in-out;
	background: #1B1B1B;
	width: 0.9375rem;
	height: 0.0625rem;
	content: "";
}

.c-accordion__summary::after {
	position: absolute;
	top: 50%;
	right: 0rem;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	background: #1B1B1B;
	width: 0.9375rem;
	height: 0.0625rem;
	content: "";
}

.c-accordion__summary.open::before {
	transform: rotate(0);
}

.c-accordion__head {
	position: relative;
	padding-left: 1.375rem;
	font-style: normal;
	font-weight: 700;
	font-size: 1rem;
	line-height: normal;
}

.c-accordion__head::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "Q,";
}

.c-accordion__head-marker {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.c-accordion__answer {
	display: none;
	padding: 1.5rem 2.5rem;
}

.c-accordion__answer.open {
	display: block;
}

.c-accordion__answer-inner {
	position: relative;
	padding-left: 1.5rem;
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: normal;
}

.c-accordion__answer-inner::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "A,";
}

.c-accordion__summary {
	position: relative;
}

.c-accordion__head {
	position: relative;
	padding-right: 2.25rem;
}

/* アコーディオンが開いた時のスタイル */

details[open] .c-accordion__head-marker::before {
	transform: rotate(180deg);
}

details[open] .c-accordion__head-marker::after {
	opacity: 0;
}

/*====================================
# message
====================================*/

.p-message {
	background: #ffffff;
	padding-top: 0;
	padding-bottom: 5rem;
}

.p-message__img {
	margin-inline: auto;
	width: 63%;
}

.p-contact__title {
	margin-inline: auto;
	width: 18rem;
	height: 5.0625rem;
}

.p-contact__form {
	margin-inline: auto;
	width: 70%;
}

.button-area {
	display: flex;
	position: absolute;
	bottom: 10px;
	left: 50%;
	justify-content: center;
	gap: 1.25rem;
	transform: translateX(-50%);
	z-index: 100;
	max-width: 46.875rem;
}

.button-area.is-active {
	position: fixed;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.contact-btn {
	position: absolute;
	top: 9.5%;
	left: 50%;
	transform: translateX(-50%);
	width: 31.6875rem;
}

.p-contact {
	position: relative;
	background: url(../img/form_bg.jpg) no-repeat center center/cover;
	padding: 2.5rem 0;
}

.p-contact.--thanks {
	background: #ffffff;
	height: 70vh;
	text-align: center;
}

.p-contact.--thanks .p-contact__formWrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.l-thanks .p-contact::before {
	display: none;
}

.p-contact__title--thanks {
	margin: auto;
	padding: 0 23px;
}

.p-contact___text {
	font-size: 16.5px;
	line-height: 2.4242424242;
}

.p-contact__formWrapper {
	margin: 0.8125rem auto 0;
}

.p-contact__text {
	font-size: 16.5px;
	line-height: 1.8181818182;
}

.p-contact__text.--thanks {
	text-align: center;
}

.p-contact__row + .p-contact__row {
	margin-top: 1.1875rem;
}

.p-contact__name {
	position: relative;
	color: #ffffff;
	font-weight: 700;
	font-size: 1rem;
}

.is-requird {
	position: absolute;
	top: 0.125rem;
	right: -1.4375rem;
	color: #FF6B00;
	font-size: 0.75rem;
}

.p-contact__data {
	margin-top: 0.6875rem;
	width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	outline: none;
	border: none;
	border-radius: 0.3125rem;
	background: #ffffff;
	padding: 0.25rem 1rem;
	width: 100%;
	height: auto;
	font-size: 1rem;
	font-family: "Noto Sans JP", sans-serif;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	outline: 1px solid #70C4EC;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #9f9f9f;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
	color: #9f9f9f;
}

textarea {
	height: 382px;
}

/* select
-------------------------------------*/

.p-contact__select {
	position: relative;
	width: 12.5rem;
	height: 2rem;
}

.p-contact__select select {
	border: none;
	width: 12.5rem;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0.3125rem;
	padding: 0.25rem 1rem;
	font-size: 1rem;
}

.p-contact__select select:focus {
	outline: 1px solid #70C4EC;
}

.p-contact__select select::-moz-placeholder {
	color: #9f9f9f;
}

.p-contact__select select::placeholder {
	color: #9f9f9f;
}

.p-contact__select select:hover {
	cursor: pointer;
}

.p-contact__select::after {
	position: absolute;
	top: 50%;
	right: 1.25rem;
	transform: translateY(-50%);
	border-width: 5px 5px 0 5px;
	border-style: solid;
	border-color: #70C4EC transparent transparent transparent;
	width: 0;
	height: 0;
	pointer-events: none;
	content: "";
}

/* date
-------------------------------------*/

input[type=date] {
	position: relative;
	box-sizing: border-box;
	outline: none;
	border: 0;
	border-radius: 0.3125rem;
	background: #ffffff;
	padding: 0.25rem 1rem;
	width: 100%;
	height: 2rem;
	font-size: 14px;
}

input[type=date]:focus {
	outline: 1px solid #70C4EC;
}

input[type=date]::-webkit-calendar-picker-indicator {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.p-contact__button {
	display: flex;
	margin: clamp(0.938rem, -0.28rem + 2.53vw, 2rem) auto 0;
}

.p-contact__button .button_text {
	position: relative;
	padding-left: 0;
	width: 100%;
	height: 4.625rem;
}

.p-contact__button .button_text::before {
	position: absolute;
	top: 50%;
	right: 4rem;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	background: url(../img/form_arrow.svg) no-repeat center center/contain;
	width: 1.875rem;
	height: 1.25rem;
	content: "";
}

.p-contact__button input[type=submit] {
	transition: all 0.3s ease;
	cursor: pointer;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	border: none;
	border-radius: 3.125rem;
	background: #FF6B00;
	width: inherit;
	height: inherit;
	color: #ffffff;
	font-style: italic;
	font-weight: 500;
	font-size: 2.5rem;
	line-height: normal;
	font-family: "Jost", sans-serif;
}

.page-top {
	position: absolute;
	right: 6.5%;
	bottom: -3.8%;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
	transition: all 0.3s ease;
	background: url(../img/page_top.svg) no-repeat center center/cover;
	width: 3.25rem;
	height: 3.25rem;
}

.page-top img {
	-o-object-fit: contain;
	object-fit: contain;
}

.page-top.is-active {
	visibility: visible;
	opacity: 1;
}

.confirmation__form {
	padding: 12.5rem 0;
}

.reserve-confirmation-ttl {
	margin-bottom: 1.875rem;
	font-size: 1.5rem;
	text-align: center;
}

.confirm-btn__wrapper {
	display: flex;
	justify-content: space-evenly;
	margin-top: 3.75rem;
}

.reserve__button {
	transition: all 0.3s ease;
	cursor: pointer;
	border: 1px solid #1B1B1B;
	background: #1B1B1B;
	padding: 1.25rem;
	width: 12.5rem;
	height: auto;
	color: #ffffff;
	font-size: 1.25rem;
}

.reserve__button.prev {
	cursor: pointer;
	border: 1px solid #878787;
	background: #878787;
}

.error {
	display: inline-block;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	color: red;
	font-size: 90%;
}

.error::before {
	display: none;
}

.to-top-button {
	display: inline-block;
	transition: all 0.3s ease;
	cursor: pointer;
	margin-top: 60px;
	border: 1px solid #1B1B1B;
	background: #1B1B1B;
	padding: 1.25rem;
	width: 12.5rem;
	height: auto;
	color: #ffffff;
	font-size: 1.25rem;
}

.u-animation__fadeInUp,
.u-animation__fadeInLeft,
.u-animation__fadeInRight,
.u-animation__fadeInLeftBig,
.u-animation__fadeInRightBig {
	opacity: 0;
}

/* フェードイン時に入るクラス */

.js-fadeInUp {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInUpContents;
}

.js-fadeInUp__delay--1s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInUpContents;
}

.js-fadeInUp__delay--2s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInUpContents;
}

.js-fadeInLeft {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInLeftContents;
}

.js-fadeInLeft__delay--1s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInLeftContents;
}

.js-fadeInLeft__delay--2s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInLeftContents;
}

.js-fadeInLeftBig {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInLeftBigContents;
}

.js-fadeInLeftBig__delay--1s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInLeftBigContents;
}

.js-fadeInLeftBig__delay--2s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInLeftBigContents;
}

.js-fadeInRight {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInRightContents;
}

.js-fadeInRight__delay--1s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInRightContents;
}

.js-fadeInRight__delay--2s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInRightContents;
}

.js-fadeInRightBig {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInRightBigContents;
}

.js-fadeInRightBig__delay--1s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInRightBigContents;
}

.js-fadeInRightBig__delay--2s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInRightBigContents;
}

.u-sp {
	display: none;
}

.u-pc {
	display: none !important;
}

.u-center {
	text-align: center !important;
}

.u-left {
	text-align: left !important;
}

.u-right {
	text-align: right !important;
}

.u-pointer__none {
	pointer-events: none !important;
}

.u-nowrap {
	white-space: nowrap;
}

@media (hover: hover) {

a:hover {
	cursor: pointer;
}

.l-cta__btn:hover {
	top: 0;
	left: 0;
}

.l-cta__btn:hover::after {
	top: 0rem;
	left: 0rem;
}

.p-contact__button .button_text:hover::before {
	right: 3.625rem;
}

}

@media (min-width: 769px) {

.p-contact-sp {
	display: contents;
}

.page-top:hover {
	background: url(../img/page_top_black.svg) no-repeat center center/cover;
}

.reserve__button:hover {
	opacity: 0.7;
}

.reserve__button.prev:hover {
	opacity: 0.7;
}

.to-top-button:hover {
	opacity: 0.7;
}

.js-fadeInUp__delay--1s {
	animation-delay: 1s;
}

.js-fadeInUp__delay--2s {
	animation-delay: 2s;
}

.js-fadeInLeft__delay--1s {
	animation-delay: 1s;
}

.js-fadeInLeft__delay--2s {
	animation-delay: 2s;
}

.js-fadeInLeftBig__delay--1s {
	animation-delay: 1s;
}

.js-fadeInLeftBig__delay--2s {
	animation-delay: 2s;
}

.js-fadeInRight__delay--1s {
	animation-delay: 1s;
}

.js-fadeInRight__delay--2s {
	animation-delay: 2s;
}

.js-fadeInRightBig__delay--1s {
	animation-delay: 1s;
}

.js-fadeInRightBig__delay--2s {
	animation-delay: 2s;
}

.u-pc {
	display: block !important;
}

.u-center--pc {
	text-align: center !important;
}

.u-left--pc {
	text-align: left !important;
}

.u-right--pc {
	text-align: right !important;
}

.u-pointer__none--pc {
	pointer-events: none !important;
}

.u-nowrap--pc {
	white-space: nowrap;
}

}

@media screen and (max-width: 1439px) and (min-width: 769px) {

html {
	font-size: calc(1600 / 1440 * 1vw);
}

}

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

html {
	font-size: calc(1600 / 375 * 1vw);
}

body {
	scroll-padding-top: calc(90px + 0.625rem);
}

.l-main {
	position: relative;
}

.pagetop {
	right: 0.9375rem;
}

.l-inner {
	padding: 0 0.9375rem;
	width: 100%;
	max-width: 100%;
}

.l-footer {
	padding: 2.5rem 0 3.375rem;
}

.l-footer__content {
	margin-top: 1.8125rem;
	-moz-column-gap: 2.3125rem;
	column-gap: 2.3125rem;
}

.l-footer__sns {
	margin-top: 1rem;
}

.l-footer__nav-item a {
	font-size: 0.875rem;
}

.l-footer__nav-item + .l-footer__nav-item {
	margin-top: 1.8125rem;
}

.l-footer__copyright {
	margin-top: 2.6875rem;
	font-size: 0.875rem;
	text-align: center;
}

.l-section {
	padding: 2.5rem 0;
}

.l-cta {
	padding: 1rem 0 1.5rem;
}

.l-cta__content::before {
	bottom: -1.3125rem;
	left: -0.875rem;
	background: url(../img/cta_men_sp.png) no-repeat center center/cover;
	width: 4rem;
	height: 4.5rem;
}

.l-cta__content::after {
	right: -0.875rem;
	bottom: -1.3125rem;
	width: 4rem;
	height: 4.5rem;
}

.l-cta__btnWrap {
	margin-top: 0.625rem;
	width: 100%;
}

.l-cta__btn {
	padding: 0.625rem 0 1rem 0.5625rem;
	font-size: 1.25rem;
}

.l-cta__text--dot {
	font-size: 1.75rem;
}

.l-cta__text--arrow {
	margin-left: 0.5rem;
}

.c-section__title--jp {
	font-size: 1.25rem;
}

.p-fv {
	height: 43.75rem;
}

.p-fv__left {
	background: url(../img/fv_sp.jpg) no-repeat center center/cover;
	padding: 0rem 0.9375rem;
}

.p-fv__logo {
	margin-top: 0.875rem;
}

.p-fv__messageWrap {
	right: initial;
	bottom: 1rem;
	left: 50%;
	row-gap: 1rem;
	align-items: flex-start;
	transform: translateX(-50%);
}

.p-fv__title span {
	right: -1.1875rem;
	font-size: 4.6875rem;
}

.p-fv__title {
	right: initial;
	color: #ffffff;
	font-size: 4rem;
}

.p-fv__title::before {
	top: 1.75rem;
	right: -2.25rem;
	width: 10.0625rem;
	height: 3.8125rem;
}

.p-fv__points {
	display: grid;
	grid-template-rows: 5.625rem 5.625rem;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.p-fv__points .p-fv__point:nth-child(1) {
	grid-row: 1/2;
	grid-column: 1/2;
	width: 9.3125rem;
}

.p-fv__points .p-fv__point:nth-child(2) {
	grid-row: 2/3;
	grid-column: 1/3;
	width: 20.5625rem;
}

.p-fv__points .p-fv__point:nth-child(3) {
	grid-row: 1/2;
	grid-column: 2/3;
	width: 9.3125rem;
}

.p-contact__button {
	transition: all 0.3s ease;
	cursor: pointer;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	border: none;
	border-radius: 3.125rem;
	background: #FF6B00;
	width: 8.5rem;
	height: 2.4375rem;
	color: #ffffff;
	font-style: italic;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: normal;
	font-family: "Jost", sans-serif;
}

.p-contact__button.p-fv__entry--sp {
	display: inline-flex;
	position: fixed;
	top: 1.5625rem;
	right: 0.9375rem;
	justify-content: center;
	align-items: center;
	z-index: 100;
	margin-top: 0;
}

.p-contact__button.p-fv__entry--sp::before {
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	background: url(../img/form_arrow.svg) no-repeat center center/contain;
	width: 1rem;
	height: 0.6875rem;
	content: "";
}

.p-contact-sp {
	position: absolute;
	bottom: 0;
}

.p-probrem::before {
	background: url(../img/problem_bg_sp.png) no-repeat center bottom/cover;
}

.p-probrem {
	padding-top: 2.5rem;
}

.p-probrem__content::before {
	bottom: -53%;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/probrem_img.png) no-repeat center center/cover;
	width: 12rem;
	height: 8.875rem;
}

.p-probrem__content::after {
	display: none;
}

.p-probrem__lists {
	margin-top: 1.5rem;
	width: 100%;
	max-width: initial;
}

.p-probrem__item p {
	padding-left: 2.125rem;
}

.p-probrem__item p::before {
	width: 1.625rem;
	height: 1.25rem;
}

.p-probrem__item {
	padding: 1rem;
	font-size: 1rem;
}

.p-probrem__item + .p-probrem__item {
	margin-top: 1rem;
}

.p-probrem__message {
	margin-top: 10rem;
	width: 100%;
}

.p-reason__lists {
	row-gap: 1.875rem;
	flex-direction: column;
	margin-top: 1.5rem;
}

.p-reason__item {
	padding: 2.5rem 1.125rem 2rem;
	width: 100%;
}

.p-reason__body {
	margin-top: 1.5rem;
}

.p-reason__message {
	text-align: center;
}

.p-success {
	background: url(../img/voice_bg_sp.jpg) no-repeat center center/cover;
}

.p-success__list {
	margin: 1.5rem auto 0;
	width: 100%;
}

.p-success__item {
	display: block;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 0.3125rem;
	background-color: #FAFAFA;
	padding: 1.5rem 1rem;
}

.p-success__item + .p-success__item {
	margin-top: 1.5rem;
}

.p-success__img {
	width: 6.25rem;
	height: 6.25rem;
}

.p-success__body::before {
	display: none;
}

.p-success__body {
	padding: 0;
	width: 100%;
}

.p-success__text {
	margin-top: 0.5rem;
}

.p-counselor {
	padding-top: 6.6875rem;
}

.p-counselor__contentHead {
	display: flex;
}

.p-counselor__head {
	width: 100%;
}

.p-counselor__img {
	position: absolute;
	top: -16%;
	right: 0.8125rem;
	margin-left: 0;
	width: 8.375rem;
	height: 8.375rem;
}

.p-flow__title {
	letter-spacing: 0;
}

.p-flow__list {
	flex-direction: column;
	gap: 3.5rem;
}

.p-flow__item {
	display: flex;
	align-items: flex-end;
	padding: 0 1.5rem 1.75rem;
	width: 100%;
	min-height: 10.0625rem;
}

.p-flow__item::before {
	top: initial;
	right: initial;
	bottom: -2.4375rem;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/flow_arrow_sp.svg) no-repeat center center/cover;
	width: 11.25rem;
	height: 1.5rem;
}

.p-flow__num {
	overflow: visible;
}

.p-flow__num p {
	position: initial;
	font-size: 2.5rem;
}

.p-flow__flowTitle {
	margin-top: 0;
}

.p-promise__content {
	max-width: initial;
}

.p-promise__messageWrap {
	margin-top: 1rem;
}

.p-promise__message span {
	font-size: 1.125rem;
}

.p-promise__message {
	padding: 0;
	font-size: 1.125rem;
}

.p-promise__message + .p-promise__message {
	margin-top: 0.5rem;
}

.p-promise__texts {
	margin-top: 1rem;
	max-width: initial;
}

.p-qa__list {
	max-width: initial;
}

.p-qa__list {
	margin-top: 1.5625rem;
}

.p-qa__list .c-accordion:first-child .c-accordion__summary {
	padding-top: 0;
}

.c-accordion__summary {
	padding: 2.5rem 0 1rem;
}

.c-accordion__head::before {
	top: 0.5rem;
}

.c-accordion__answer {
	padding: 1rem 1.5rem;
}

.p-message {
	padding-top: 2.25rem;
	padding-bottom: 2.5rem;
}

.p-message__img {
	width: 100%;
}

.p-contact__form {
	width: 77%;
}

.button-area {
	width: 80%;
}

.contact-btn {
	top: clamp(8.625rem, 0.392rem + 41.16vw, 20.125rem);
	width: 54.5%;
}

.p-contact___text {
	font-size: 0.90625rem;
	line-height: 1.8620689655;
	text-align: center;
}

.p-contact__text {
	font-size: 0.90625rem;
	line-height: 1.8620689655;
	text-align: center;
}

.p-contact__name {
	font-size: 14px;
	line-height: 1;
}

.is-requird {
	padding: 0 0.3125rem;
	font-size: 0.625rem;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	font-size: 16px;
}

textarea {
	height: 17.125rem;
}

.p-contact__button {
	margin-top: 3.5rem;
}

.p-contact__button .button_text {
	width: 8.6875rem;
	height: 2.4375rem;
}

.p-contact__button .button_text::before {
	right: 1.25rem;
	width: 1.5rem;
	height: 1rem;
}

.p-contact__button input[type=submit] {
	font-size: 1.5rem;
}

.page-top {
	right: 2.9%;
	bottom: -8.9%;
}

.confirm-btn__wrapper {
	flex-direction: column;
	align-items: center;
	gap: 1.875rem;
}

.reserve__button.--confirm {
	height: 3.75rem;
}

.js-fadeInLeft {
	animation-name: fadeInUpContents;
}

.js-fadeInLeft__delay--1s {
	animation-name: fadeInUpContents;
}

.js-fadeInLeft__delay--2s {
	animation-name: fadeInUpContents;
}

.js-fadeInLeftBig {
	animation-name: fadeInUpContents;
}

.js-fadeInLeftBig__delay--1s {
	animation-name: fadeInUpContents;
}

.js-fadeInLeftBig__delay--2s {
	animation-name: fadeInUpContents;
}

.js-fadeInRight {
	animation-name: fadeInUpContents;
}

.js-fadeInRight__delay--1s {
	animation-name: fadeInUpContents;
}

.js-fadeInRight__delay--2s {
	animation-name: fadeInUpContents;
}

.js-fadeInRightBig {
	animation-name: fadeInUpContents;
}

.js-fadeInRightBig__delay--1s {
	animation-name: fadeInUpContents;
}

.js-fadeInRightBig__delay--2s {
	animation-name: fadeInUpContents;
}

.u-sp {
	display: block !important;
}

.u-center--sp {
	text-align: center !important;
}

.u-left--sp {
	text-align: left !important;
}

.u-right--sp {
	text-align: right !important;
}

.u-pointer__none--sp {
	pointer-events: none !important;
}

.u-nowrap--sp {
	white-space: nowrap;
}

}

@keyframes fadeInUpContents {

0% {
	transform: translateY(1.25rem);
	opacity: 0;
}

100% {
	transform: translateY(0);
	opacity: 1;
}

}

@keyframes fadeInLeftContents {

0% {
	transform: translateX(-1.25rem);
	opacity: 0;
}

100% {
	transform: translateX(0);
	opacity: 1;
}

}

@keyframes fadeInRightContents {

0% {
	transform: translateX(1.25rem);
	opacity: 0;
}

100% {
	transform: translateX(0);
	opacity: 1;
}

}

@keyframes fadeInLeftBigContents {

0% {
	transform: translateX(-62.5rem);
	opacity: 0;
}

100% {
	transform: translateX(0);
	opacity: 1;
}

}

@keyframes fadeInRightBigContents {

0% {
	transform: translateX(62.5rem);
	opacity: 0;
}

100% {
	transform: translateX(0);
	opacity: 1;
}

}

