body {
	background-color: #FCF9EF;
	color: #5F5E5E;
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html.scroll-prevent {
	overflow: hidden;
}

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 */

/* 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;
	text-decoration: none;
	transition: opacity 0.3s;
}

.l-footer {
	width: 100%;
}

.l-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 900;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	padding-left: 70px;
	padding-right: 70px;
	width: 100%;
}

.l-main-view {
	position: relative;
	width: 100%;
}

.c-button {
	-webkit-text-decoration: none;
	align-items: center;
	background: linear-gradient(90deg, #3EA1CC 0%, #3F8CB4 100%);
	border-radius: 3.125rem;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	gap: 2.0625rem;
	justify-content: space-between;
	padding: 1.125rem 1.5625rem 1.0625rem 2.125rem;
	text-decoration: none;
	transition: background-color 0.3s;
}

.c-button::after {
	background-image: url(../images/common/arrow-right.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	flex-shrink: 0;
	height: 1.875rem;
	transition: transform 0.3s;
	width: 1.875rem;
}

.c-button:hover::after {
	transform: translateX(4px);
}

.c-button--white {
	background: #fff;
	color: #5F5E5E;
}

.c-button--white::after {
	background-image: url(../images/common/arrow-right-white.svg);
}

.c-button--white:hover::after {
	transform: translateX(4px);
}

.c-section-header__title {
	display: flex;
	flex-direction: column;
	gap: 0.4375rem;
}

.c-section-header__title-en {
	color: #0F7ED5;
	font-family: "Montserrat", sans-serif;
	font-size: 1.4375rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2173913043;
}

.c-section-header__title-ja {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.4444444444;
}

.p-about-company {
	padding: 0 0 8rem;
}

.p-about-company__container {
	display: flex;
	gap: 3.125rem;
	justify-content: space-between;
}

.p-about-company__header {
	flex-shrink: 0;
}

.p-about-company__content {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	max-width: 51.6875rem;
	padding-top: 0.5rem;
	width: 100%;
}

.p-about-company__table {
	border-radius: 0.625rem;
	overflow: hidden;
}

.p-about-company__row {
	display: flex;
}

.p-about-company__label {
	align-items: center;
	border-bottom: 2px solid #0F7ED5;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 700;
	height: 4.6875rem;
	padding-left: 2.4375rem;
	width: 10.4375rem;
}

.p-about-company__value {
	align-items: center;
	border-bottom: 1px solid #000000;
	display: flex;
	flex: 1;
	font-size: 0.9375rem;
	gap: 1rem;
	height: 4.65625rem;
	line-height: 1.8666666667;
	padding-bottom: 0.03125rem;
	padding-left: 3.1875rem;
	padding-right: 1.25rem;
}

.p-about-company__address {
	display: block;
}

.p-about-company__map-link {
	-webkit-text-decoration: underline;
	align-items: center;
	display: inline-flex;
	gap: 0.375rem;
	text-decoration: underline;
	transition: opacity 0.3s;
}

.p-about-company__map-link::after {
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='22' viewBox='0 0 17 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 0C3.80558 0 0 3.80558 0 8.5C0 14.875 8.5 22 8.5 22C8.5 22 17 14.875 17 8.5C17 3.80558 13.1944 0 8.5 0ZM8.5 11.5C6.84315 11.5 5.5 10.1569 5.5 8.5C5.5 6.84315 6.84315 5.5 8.5 5.5C10.1569 5.5 11.5 6.84315 11.5 8.5C11.5 10.1569 10.1569 11.5 8.5 11.5Z' fill='%233DA1CC'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.25rem;
	width: 1rem;
}

.p-about-company__map-link:hover {
	opacity: 0.7;
}

.p-about-company__map {
	aspect-ratio: 827/470;
}

.p-about-company__map iframe {
	display: block;
	height: 100%;
	width: 100%;
}

.p-about-features {
	margin-top: 4.375rem;
	overflow: hidden;
	padding: 4.625rem 0 9.6875rem;
}

.p-about-features__title {
	font-size: 2.0625rem;
	font-weight: 700;
	line-height: 1.4545454545;
	text-align: center;
}

.p-about-features__items {
	display: flex;
	flex-direction: column;
	gap: 2.625rem;
	margin-top: 2.625rem;
}

.p-about-features__item {
	position: relative;
	text-align: center;
}

.p-about-features__number {
	color: #BCBCBC;
	font-family: "Montserrat", sans-serif;
	font-size: 1.5625rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}

.p-about-features__text {
	margin-top: 0.6875rem;
	position: relative;
	z-index: 1;
}

.p-about-features__description {
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.4666666667;
	text-align: center;
}

.p-about-features__highlight {
	color: #0D7ED5;
	display: inline-block;
	margin-bottom: 0.625rem;
}

.p-about-features__footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.625rem;
	max-width: 48.125vw;
}

.p-about-features__footer-text {
	font-size: 0.9375rem;
	line-height: 2.1333333333;
}

.p-about {
	margin-top: -12rem;
	padding-top: calc(9.16666vw + 5.625rem);
	position: relative;
	z-index: 2;
}

.p-about::before {
	background-image: url(../images/about/about-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 9.16666vw;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-about::after {
	background-color: #FCF9EF;
	content: "";
	height: calc(100% - 9.16666vw);
	left: 0;
	position: absolute;
	top: 9.16666vw;
	width: 100%;
	z-index: -1;
}

.p-about__inner {
	align-items: flex-start;
	display: flex;
	gap: 3rem;
	justify-content: space-between;
}

.p-about__content {
	flex: 1;
	max-width: 40.5rem;
	padding-left: 11.5%;
	padding-top: 2rem;
	position: relative;
}

.p-about__title {
	left: calc(50% - min(26vw, 22rem));
	line-height: 1;
	position: absolute;
	top: 0;
}

.p-about__title img {
	display: block;
	height: 24.125rem;
	width: auto;
}

.p-about__heading {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.4444444444;
}

.p-about__text-wrap {
	margin-top: 2.4375rem;
}

.p-about__text {
	font-size: 0.9375rem;
	line-height: 2.1333333333;
}

.p-about__text:not(:first-child) {
	margin-top: 1.25rem;
}

.p-about__button {
	margin-top: 1.6875rem;
}

.p-about__image {
	flex: 1;
	margin-right: calc(50% - 50vw);
	max-width: 38.2638889vw;
	width: 100%;
}

.p-about__image img {
	aspect-ratio: 551/402;
	border-radius: 1.875rem 0 0 1.875rem;
	display: block;
	height: auto;
	width: 100%;
}

.p-advantages {
	background-color: #FCF9EF;
	margin-top: 4.5rem;
}

.p-advantages__inner {
	align-items: flex-start;
	display: flex;
	gap: 7.0625rem;
	justify-content: space-between;
}

.p-advantages__content {
	max-width: 31.25rem;
}

.p-advantages__title {
	border-bottom: 2px solid #0D7ED5;
	color: #0D7ED5;
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1.44;
	padding-bottom: 0.28125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-advantages__heading {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.4444444444;
	margin-top: 0.625rem;
}

.p-advantages__text {
	font-size: 0.9375rem;
	line-height: 2.1333333333;
	margin-top: 3.125rem;
}

.p-advantages__text p:not(:first-child) {
	margin-top: 1.25rem;
}

.p-advantages__image {
	flex: 1;
	margin-right: calc(50% - 50vw);
	max-width: 45rem;
	position: relative;
	width: 50%;
}

.p-advantages__image > img {
	aspect-ratio: 720/502;
	border-radius: 1.875rem 0 0 1.875rem;
	display: block;
	height: auto;
	width: 100%;
}

.p-advantages__image-label {
	height: auto;
	left: -3.5%;
	position: absolute;
	top: 0.375rem;
	width: 8%;
}

.p-advantages__image-label img {
	display: block;
	height: 100%;
	width: auto;
}

.p-company {
	background-color: #FCF9EF;
	padding-bottom: 14.375rem;
	padding-top: 9.625rem;
}

.p-company__inner {
	align-items: flex-start;
	display: flex;
	flex-direction: row-reverse;
	gap: 3rem;
	justify-content: space-between;
}

.p-company__content {
	flex: 1;
	max-width: 40.5rem;
	padding-right: 11%;
	padding-top: 1.875rem;
	position: relative;
}

.p-company__title {
	line-height: 1;
	position: absolute;
	right: calc(50% - min(26vw, 22.5rem));
	top: 0;
}

.p-company__title img {
	display: block;
	height: 24.125rem;
	width: auto;
}

.p-company__heading {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-company__text-wrap {
	margin-top: 2.8125rem;
}

.p-company__text {
	font-size: 0.9375rem;
	line-height: 2.1333333333;
}

.p-company__text:not(:first-child) {
	margin-top: 1.25rem;
}

.p-company__button {
	margin-top: 1.6875rem;
}

.p-company__image {
	flex: 1;
	margin-left: calc(50% - 50vw);
	max-width: 38.2638889vw;
	position: relative;
	width: 100%;
}

.p-company__image img {
	aspect-ratio: 551/402;
	border-radius: 0 1.875rem 1.875rem 0;
	display: block;
	height: auto;
	width: 100%;
}

.p-contact-flow {
	margin-top: 4.625rem;
	padding: 0 0 7.375rem;
}

.p-contact-flow__inner {
	max-width: 1243px;
	padding: 0 25px;
}

.p-contact-flow__title {
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.4666666667;
	text-align: center;
}

.p-contact-flow__steps {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 3.75rem;
	max-width: 100%;
}

.p-contact-flow__step {
	flex: 1 1 0;
	max-width: 12.5rem;
	width: 100%;
}

.p-contact-flow__step-number {
	color: #0D7ED5;
	font-family: "Montserrat", sans-serif;
	font-family: "Montserrat", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	order: 0;
	text-align: center;
}

.p-contact-flow__step-content {
	align-items: center;
	background-color: #E8E8E8;
	border-radius: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	justify-content: center;
	max-width: 12.5rem;
	min-height: 17.5rem;
	padding: 2.625rem 0.625rem;
	width: 100%;
}

.p-contact-flow__step-title {
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.4782608696;
	order: 1;
	text-align: center;
}

.p-contact-flow__step-icon {
	align-items: center;
	display: flex;
	flex-grow: 1;
	justify-content: center;
	order: 2;
}

.p-contact-flow__step-icon img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}

.p-contact-flow__step:nth-child(1) .p-contact-flow__step-icon img {
	width: 7.9375rem;
}

.p-contact-flow__step:nth-child(3) .p-contact-flow__step-icon img {
	width: 6.9375rem;
}

.p-contact-flow__step:nth-child(5) .p-contact-flow__step-icon img {
	width: 5.375rem;
}

.p-contact-flow__step:nth-child(7) .p-contact-flow__step-icon img {
	width: 7.875rem;
}

.p-contact-flow__step:nth-child(9) .p-contact-flow__step-icon img {
	width: 5.75rem;
}

.p-contact-flow__step-title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.p-contact-flow__arrow {
	flex-shrink: 0;
}

.p-contact-flow__arrow img {
	display: block;
	height: 2.2vw;
	width: auto;
}

.p-contact-flow__cta {
	display: flex;
	justify-content: center;
	margin-top: 5.3125rem;
}

.p-contact-flow__cta-button {
	-webkit-text-decoration: none;
	align-items: center;
	background: linear-gradient(90deg, #4BA9D0 0%, #3D8DB8 100%);
	border-radius: 6.25rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.375rem;
	gap: 3.5625rem;
	justify-content: center;
	max-width: 29rem;
	padding: 2.75rem 3.125rem 3rem 4.8125rem;
	text-decoration: none;
	width: 100%;
}

.p-contact-flow__cta-icon {
	display: block;
	flex-shrink: 0;
	height: 2.0625rem;
	transition: transform 0.3s ease;
	width: 2rem;
}

.p-contact-flow__cta-button:hover .p-contact-flow__cta-icon {
	transform: translateY(-5px);
}

.p-contact-form {
	margin-top: 5.125rem;
	padding-bottom: 14.0625rem;
}

.p-contact-form__notice {
	margin-bottom: 2.5rem;
}

.p-contact-form__notice-text {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 2.1333333333;
	text-align: center;
}

.p-contact-form__form {
	margin: 0 auto;
	max-width: 51.875rem;
}

.p-contact-form__row {
	display: flex;
	margin-top: 1.9375rem;
}

.p-contact-form__row:first-child {
	margin-top: 0;
}

.p-contact-form__label {
	align-items: flex-start;
	display: flex;
	font-size: 0.9375rem;
	padding-top: 1.4375rem;
	width: 12.6875rem;
}

.p-contact-form__form--confirm .p-contact-form__label {
	align-items: center;
	padding-top: 0;
}

.p-contact-form__row:first-child .p-contact-form__label {
	align-items: center;
	padding-top: 0;
}

.p-contact-form__row:last-child .p-contact-form__label {
	padding-top: 0.9375rem;
}

.p-contact-form__required {
	color: #D90303;
	margin-left: 0.25rem;
}

.p-contact-form__input {
	flex: 1;
	margin-bottom: 0.625rem;
	width: 39.1875rem;
}

.p-contact-form__field {
	background-color: #E3E3E3;
	border: none;
	border-radius: 0.25rem;
	font-size: 0.9375rem;
	line-height: 1.8666666667;
	padding: 1.3125rem 1.25rem;
	width: 100%;
}

.p-contact-form__field::-moz-placeholder {
	color: #B5B5B5;
	font-size: 0.9375rem;
}

.p-contact-form__field::placeholder {
	color: #B5B5B5;
	font-size: 0.9375rem;
}

.p-contact-form__field:focus {
	background-color: #fff;
	outline: none;
}

.p-contact-form__textarea {
	background-color: #E3E3E3;
	border: none;
	border-radius: 0.25rem;
	font-family: inherit;
	font-size: 0.9375rem;
	height: 18.5rem;
	line-height: 1.8666666667;
	padding: 0.9375rem 1.25rem;
	resize: vertical;
	width: 100%;
}

.p-contact-form__textarea::-moz-placeholder {
	color: #B5B5B5;
	font-size: 0.9375rem;
}

.p-contact-form__textarea::placeholder {
	color: #B5B5B5;
	font-size: 0.9375rem;
}

.p-contact-form__textarea:focus {
	background-color: #fff;
	outline: none;
}

.p-contact-form__radio-group {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 0.9375rem;
}

.p-contact-form__radio {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.9375rem;
	position: relative;
}

.p-contact-form__radio input[type=radio] {
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.p-contact-form__radio input[type=radio]:checked + span::before {
	border-color: #3DA1CC;
}

.p-contact-form__radio input[type=radio]:checked + span::after {
	opacity: 1;
}

.p-contact-form__radio span {
	-webkit-user-select: none;
	-moz-user-select: none;
	padding-left: 1.125rem;
	position: relative;
	user-select: none;
}

.p-contact-form__radio span::before {
	background-color: #fff;
	border: 2px solid #CCCCCC;
	border-radius: 50%;
	content: "";
	height: 0.9375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: border-color 0.2s;
	width: 0.9375rem;
}

.p-contact-form__radio span::after {
	background-color: #3DA1CC;
	border-radius: 50%;
	content: "";
	height: 0.4375rem;
	left: 0.25rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.2s;
	width: 0.4375rem;
}

.p-contact-form__submit {
	margin-left: 12.6875rem;
	margin-top: 3.375rem;
}

.p-contact-form__button {
	-webkit-text-decoration: none;
	align-items: center;
	background: linear-gradient(90deg, #3EA1CC 0%, #3F8CB4 100%);
	border: none;
	border-radius: 3.125rem;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.125rem;
	justify-content: space-between;
	max-width: 23.3125rem;
	padding: 2.1875rem 2.5rem;
	text-decoration: none;
	transition: opacity 0.3s;
	width: 100%;
}

.p-contact-form__button span:first-child {
	flex: 1;
	margin-left: 0.8125rem;
	margin-right: 1.1875rem;
	text-align: left;
}

.p-contact-form__button:hover {
	opacity: 0.8;
}

.p-contact-form__button-arrow {
	background-image: url(../images/common/arrow-right.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
	height: 1.875rem;
	transition: transform 0.3s;
	width: 1.875rem;
}

.p-contact-form__button:hover .p-contact-form__button-arrow {
	transform: translateX(4px);
}

.p-contact-intro {
	margin-top: 4.1875rem;
}

.p-contact-intro--thanks {
	margin-bottom: 12.5rem;
}

.p-contact-intro__text-wrap {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.p-contact-intro__text {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 2.1333333333;
	text-align: center;
}

.p-contact-intro__text--big {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3333333333;
}

.p-contact-intro__required {
	color: #D90303;
}

.p-facilities {
	margin-top: 5.6875rem;
}

.p-facilities__title {
	font-size: 2.0625rem;
	font-weight: 700;
	line-height: 1.4545454545;
	text-align: center;
}

.p-facilities__nav {
	align-items: center;
	background-color: #FCF9EF;
	border-radius: 1.875rem;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.6875rem;
	max-width: 60rem;
	padding: 1.25rem 1.25rem;
	position: sticky;
	top: 9.875rem;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	width: 100%;
	z-index: 100;
}

.p-facilities__nav.is-hidden {
	opacity: 0;
	pointer-events: none;
	transform: translateY(calc(-100% - 9.25rem));
}

.p-facilities__nav-divider {
	background-color: #5F5E5E;
	height: 4.625rem;
	width: 0.0625rem;
}

.p-facilities__nav-button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	position: relative;
}

.p-facilities__nav-button:first-child {
	padding-left: 3.125rem;
}

.p-facilities__nav-button:last-child {
	padding-right: 3.125rem;
}

.p-facilities__nav-button-image {
	display: block;
	height: auto;
	opacity: 0.45;
	transition: opacity 0.3s;
	width: 12.75rem;
}

.p-facilities__nav-button.is-active .p-facilities__nav-button-image {
	opacity: 1;
}

.p-facilities__item {
	padding-bottom: 4.0625rem;
	padding-top: 5.3125rem;
}

.p-facilities__item:first-child {
	margin-top: 0;
}

.p-facilities__item:not(:first-child) {
	border-top: 1px solid #707070;
}

.p-facilities__item-header {
	margin-top: 0rem;
}

.p-facilities__item-title {
	line-height: 1;
	text-align: center;
}

.p-facilities__item-title img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 20.875rem;
}

.p-facilities__item-main {
	display: flex;
	gap: 4rem;
}

.p-facilities__item-image {
	border-radius: 1.25rem;
	margin-left: calc(50% - min(47.5vw, 39.5rem));
	max-width: 35.5rem;
	overflow: hidden;
	width: 100%;
}

.p-facilities__item-image img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

#kosaka .p-facilities__item-image img,
#ekinishi .p-facilities__item-image img {
	mix-blend-mode: multiply;
}

.p-facilities__item-content {
	max-width: 34.375rem;
	padding-top: 2.5rem;
	width: 100%;
}

.p-facilities__item-heading {
	color: #54B1A8;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.4666666667;
}

#kosaka .p-facilities__item-heading {
	color: #F2A9BF;
}

#ekinishi .p-facilities__item-heading {
	color: #EDC84E;
}

.p-facilities__item-text {
	font-size: 0.9375rem;
	line-height: 2.1333333333;
	margin-top: 2.125rem;
}

.p-facilities__item-features {
	grid-gap: 1.25rem 1.875rem;
	display: grid;
	gap: 1.25rem 1.875rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 5.875rem;
}

.p-facilities__item-feature {
	align-items: center;
	background-color: #C0D67B;
	border-radius: 0.625rem;
	display: flex;
	font-size: 1.375rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1.2727272727;
	list-style: none;
	min-height: 4.8125rem;
	padding: 0.625rem 0.75rem 0.6875rem;
	text-align: center;
}

#kosaka .p-facilities__item-feature {
	background-color: #E0B6CF;
}

#ekinishi .p-facilities__item-feature {
	background-color: #EAE36A;
}

.p-facilities__item-access {
	align-items: flex-start;
	display: flex;
	gap: 2.6875rem;
	margin-top: 3.75rem;
}

.p-facilities__item-map {
	border-radius: 1.25rem;
	flex: 0 0 34.375rem;
	overflow: hidden;
}

.p-facilities__item-map img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-facilities__item-access-info {
	flex: 1;
}

.p-facilities__item-access-heading {
	color: #54B1A8;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.4666666667;
}

#kosaka .p-facilities__item-access-heading {
	color: #F2A9BF;
}

#ekinishi .p-facilities__item-access-heading {
	color: #EDC84E;
}

.p-facilities__item-address {
	align-items: center;
	display: flex;
	gap: 0.125rem;
	justify-content: space-between;
	margin-top: 1.375rem;
}

.p-facilities__item-address-label {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-facilities__item-google-map {
	-webkit-text-decoration: none;
	background-color: #54B1A8;
	border-radius: 3.125rem;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	line-height: 1;
	padding: 0.375rem 1.0625rem 0.5rem;
	text-decoration: none;
	transition: opacity 0.3s;
	white-space: nowrap;
}

#kosaka .p-facilities__item-google-map {
	background-color: #E0B6CF;
}

#ekinishi .p-facilities__item-google-map {
	background-color: #EDC84E;
}

.p-facilities__item-google-map:hover {
	opacity: 0.8;
}

.p-facilities__item-access-text {
	font-size: 0.9375rem;
	line-height: 2.1333333333;
	margin-top: 0.6875rem;
}

.p-flow-price {
	background-color: #FCF9EF;
	margin-top: 5.375rem;
}

.p-flow-price__inner {
	display: flex;
	gap: 4.875rem;
}

.p-flow-price__flow {
	max-width: 32.9375rem;
	width: 100%;
}

.p-flow-price__flow-title {
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.4666666667;
	text-align: center;
}

.p-flow-price__flow-image {
	margin-top: 1.4375rem;
}

.p-flow-price__flow-image img {
	display: block;
	height: auto;
	width: 100%;
}

.p-flow-price__price {
	max-width: 30.625rem;
	width: 100%;
}

.p-flow-price__price-title {
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.4666666667;
	text-align: center;
}

.p-flow-price__table {
	border-collapse: collapse;
	margin-top: 1.5625rem;
	width: 100%;
}

.p-flow-price__table-row {
	border-bottom: 0.125rem solid #3DA1CC;
}

.p-flow-price__table-header {
	font-size: 1.25rem;
	font-weight: 400;
	padding: 1.25rem 1rem;
	text-align: left;
	vertical-align: top;
	width: 43%;
}

.p-flow-price__table-row:first-child .p-flow-price__table-header {
	padding-top: 0;
}

.p-flow-price__table-data {
	font-size: 1.25rem;
	line-height: 1.6;
	padding: 1.25rem 1rem;
	text-align: right;
	vertical-align: top;
}

.p-flow-price__table-data-item-note {
	font-size: 0.9375rem;
	line-height: 1.6;
}

.p-flow-price__table-row:first-child .p-flow-price__table-data {
	padding-top: 0;
}

.p-flow-price__table-data-item {
	font-size: 1.25rem;
	line-height: 1.2;
	margin-top: 2.1875rem;
}

.p-flow-price__table-data-item:first-child {
	margin-top: 0;
}

.p-flow-price__price-note {
	font-size: 0.875rem;
	margin-top: 0.9375rem;
	text-align: right;
}

.p-footer {
	background-color: #FCF9EF;
	padding: 0 0 4.125rem;
}

.p-footer__inner {
	align-items: stretch;
	display: flex;
}

.p-footer__info {
	flex: 0 0 52.1818182%;
	padding-top: 0.625rem;
	position: relative;
}

.p-footer__info::after {
	background-color: #D9D9D9;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0.0625rem;
}

.p-footer__text {
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 1.7058823529;
}

.p-footer__logo {
	margin-top: 0.375rem;
}

.p-footer__logo img {
	height: auto;
	width: 19.5625rem;
}

.p-footer__details {
	font-size: 1.0625rem;
	margin-top: 0.625rem;
}

.p-footer__address {
	line-height: 1.7058823529;
}

.p-footer__map-link {
	-webkit-text-decoration: underline;
	align-items: center;
	display: inline-flex;
	gap: 0.375rem;
	text-decoration: underline;
	transition: opacity 0.3s;
}

.p-footer__map-link::after {
	background-image: url(../images/common/map-pin-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: 1.25rem;
	width: 1.0625rem;
}

.p-footer__map-link:hover {
	opacity: 0.7;
}

.p-footer__contact {
	margin-left: auto;
	padding-bottom: 2.75rem;
	padding-top: 1.4375rem;
}

.p-footer__contact-title {
	line-height: 1;
	padding-left: 0.375rem;
}

.p-footer__contact-title img {
	display: block;
	height: auto;
	width: 17.125rem;
}

.p-footer__contact-buttons {
	display: flex;
	flex-direction: column;
	gap: 1.5625rem;
	margin-top: 1.8125rem;
}

.p-footer__contact-button {
	-webkit-text-decoration: none;
	align-items: center;
	background: linear-gradient(90deg, #3EA1CC 0%, #3F8CB4 100%);
	border-radius: 3.125rem;
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 2.1875rem 2.5rem;
	text-decoration: none;
}

.p-footer__contact-button-icon {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
	height: 1.375rem;
	width: 1.6875rem;
}

.p-footer__contact-button-icon--mail {
	background-image: url(../images/common/mail-icon.svg);
}

.p-footer__contact-button-icon--recruit {
	background-image: url(../images/common/recruit-icon.svg);
	height: 1.875rem;
}

.p-footer__contact-button-text {
	flex: 1;
	font-size: 1.125rem;
	margin-left: 1.1875rem;
	margin-right: 1.1875rem;
}

.p-footer__contact-button-arrow {
	background-image: url(../images/common/arrow-right.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
	height: 1.875rem;
	transition: transform 0.3s;
	width: 1.875rem;
}

.p-footer__contact-button:hover .p-footer__contact-button-arrow {
	transform: translateX(4px);
}

.p-footer__copyright {
	margin-top: 6.875rem;
}

.p-footer__copyright-text {
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.2857142857;
}

.p-group-home {
	padding-bottom: 7.25rem;
}

.p-group-home__container {
	background-color: #3DA1CC;
	border-radius: 1.875rem 0 0 1.875rem;
	margin-left: 10.5454545%;
	margin-right: calc(50% - 50vw);
	padding: 4.875rem 0 4rem 5.9375rem;
	position: relative;
}

.p-group-home__main {
	align-items: flex-start;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
}

.p-group-home__content {
	flex: 1;
	max-width: 27.3125rem;
	position: relative;
}

.p-group-home__title {
	left: calc(50% - min(28.5vw, 22.5rem) - 6.3125rem);
	line-height: 1;
	position: absolute;
	top: -4.875rem;
}

.p-group-home__title img {
	display: block;
	height: 31.8125rem;
	width: auto;
}

.p-group-home__heading {
	color: #fff;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.4444444444;
}

.p-group-home__text {
	color: #fff;
	font-size: 0.9375rem;
	line-height: 2.1333333333;
	margin-top: 2.4375rem;
}

.p-group-home__text p {
	color: #fff;
}

.p-group-home__text p:not(:first-child) {
	margin-top: 1.25rem;
}

.p-group-home__button {
	margin-top: 1.6875rem;
}

.p-group-home__image {
	flex: 1;
	max-width: 35.2778vw;
	width: 100%;
}

.p-group-home__image img {
	border-radius: 1.875rem 0 0 1.875rem;
	display: block;
	height: auto;
	width: 100%;
}

.p-group-home__facilities {
	margin-top: 3.75rem;
}

.p-group-home__facility {
	align-items: center;
	display: flex;
	gap: 1.6875rem;
	text-align: left;
}

.p-group-home__facility:not(:first-child) {
	margin-top: 2.5rem;
}

.p-group-home__facility-name {
	line-height: 1;
}

.p-group-home__facility-name img {
	display: block;
	height: auto;
	width: 11.5rem;
}

.p-group-home__facility-address {
	color: #fff;
	font-size: 1.0625rem;
	line-height: 1.6;
}

.p-group-home__contact {
	align-items: baseline;
	display: flex;
	gap: 1.5972vw;
	margin-top: 3.75rem;
}

.p-group-home__tel {
	-webkit-text-decoration: none;
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 2.8125rem;
	font-weight: 600;
	gap: 0.625vw;
	line-height: 1;
	text-decoration: none;
	transition: opacity 0.3s;
}

.p-group-home__tel:hover {
	opacity: 0.8;
}

.p-group-home__tel-icon {
	flex-shrink: 0;
	height: 2.25rem;
	width: 2.125rem;
}

.p-group-home__hours {
	color: #fff;
	font-size: 0.875rem;
	line-height: 1;
	margin-left: 2.9375rem;
	margin-top: 0.5rem;
}

.p-group-home__fax {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.2142857143;
}

.p-group-home__fax-label {
	font-size: 1.375rem;
	margin-right: 0.55vw;
}

.p-header {
	background-color: #FCF9EF;
	transition: background-color 0.3s;
}

body:has(.p-main-view) .p-header {
	background-color: transparent;
}

body:has(.p-main-view) .p-header.has-bg,
.p-header.has-bg {
	background-color: #FCF9EF;
}

.p-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 1.875rem 4.375rem;
	padding-left: 3.75rem;
}

.p-header__logo {
	height: 4.375rem;
	position: relative;
	width: 16.375rem;
}

.p-header__logo a {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.p-header__logo-white,
.p-header__logo-black {
	-o-object-fit: contain;
	height: 100%;
	left: 0;
	object-fit: contain;
	position: absolute;
	top: 0;
	transition: opacity 0.5s;
	width: 100%;
}

.p-header__logo-white {
	opacity: 0;
}

.p-header__logo-black {
	opacity: 1;
}

.p-header.is-scrolled .p-header__logo-white {
	opacity: 0;
}

.p-header.is-scrolled .p-header__logo-black {
	opacity: 1;
}

.p-header__nav {
	align-items: center;
	background-color: #fff;
	border-radius: 3.125rem;
	display: flex;
	height: 5.5rem;
	margin-left: auto;
	padding: 1.375rem 2rem 1.375rem 3.125rem;
}

.p-header__nav-list {
	align-items: center;
	display: flex;
}

.p-header__nav-item {
	list-style: none;
}

.p-header__nav-item:not(:first-child) {
	margin-left: 4.125rem;
}

.p-header__nav-item.p-header__nav-contact {
	margin-left: 2.625rem;
}

.p-header__nav-link {
	-webkit-text-decoration: none;
	display: block;
	font-size: 1.0625rem;
	font-weight: 500;
	text-decoration: none;
	transition: opacity 0.3s;
	white-space: nowrap;
}

.p-header__nav-link:hover {
	opacity: 0.7;
}

.p-header__nav-contact .p-header__nav-link {
	background: linear-gradient(60deg, #3EA1CC 0%, #3F8CB4 100%);
	border-radius: 3.125rem;
	color: #fff;
	display: inline-block;
	padding: 0.8125rem 2.6875rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.p-header__nav-contact .p-header__nav-link:hover {
	box-shadow: 0 4px 12px rgba(62, 161, 204, 0.3);
	opacity: 1;
	transform: translateY(-2px) scale(1.02);
}

.p-header__hamburger {
	align-items: center;
	background-color: #3EA1CC;
	border: none;
	border-radius: 0 0 0 0.625rem;
	cursor: pointer;
	display: none;
	flex-direction: column;
	gap: 0.5rem;
	height: 4.0625rem;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 4.0625rem;
	z-index: 1000;
}

.p-header__hamburger span {
	background-color: #fff;
	display: block;
	height: 0.0625rem;
	transition: all 0.3s;
	width: 2rem;
}

.p-header__hamburger.is-active span {
	width: 2.35875rem;
}

.p-header__hamburger.is-active span:nth-child(1) {
	transform: translateY(0.5625rem) rotate(32deg);
}

.p-header__hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.p-header__hamburger.is-active span:nth-child(3) {
	transform: translateY(-0.5625rem) rotate(-32deg);
}

.p-header__drawer {
	background-color: #3EA1CC;
	height: 100vh;
	max-width: 100%;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.3s;
	width: 18.125rem;
	z-index: 999;
}

.p-header__drawer.is-open {
	transform: translateX(0);
}

.p-header__drawer-inner {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	padding: 10.875rem 1.25rem 2.5rem;
	text-align: center;
}

.p-header__drawer-nav {
	margin-top: 0;
}

.p-header__drawer-list {
	display: flex;
	flex-direction: column;
	gap: 4.8125rem;
}

.p-header__drawer-item {
	list-style: none;
}

.p-header__drawer-link {
	-webkit-text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1.0625rem;
	font-weight: 500;
	text-decoration: none;
	transition: opacity 0.3s;
}

.p-header__drawer-link:hover {
	opacity: 0.7;
}

.p-header__drawer-footer {
	margin-top: 4.6875rem;
}

.p-header__drawer-footer-text {
	color: #fff;
	font-size: 0.6875rem;
	line-height: 1.5;
}

.p-header__drawer-footer-logo {
	margin-top: 0.5rem;
}

.p-header__drawer-footer-logo img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 12.5rem;
}

.p-header__drawer-footer-contact {
	display: flex;
	justify-content: center;
	margin-top: 1.0625rem;
}

.p-header__drawer-footer-tel {
	align-items: flex-start;
	display: flex;
	gap: 0.375rem;
}

.p-header__drawer-footer-tel-icon {
	flex-shrink: 0;
	height: 1.4375rem;
	margin-top: 0.5rem;
	width: 1.3125rem;
}

.p-header__drawer-footer-tel-info {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.p-header__drawer-footer-tel-number {
	-webkit-text-decoration: none;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 1.6875rem;
	font-weight: 600;
	text-decoration: none;
}

.p-header__drawer-footer-hours {
	color: #fff;
	font-size: 0.75rem;
	margin-top: 0.375rem;
}

.p-main-view {
	height: auto;
	overflow: hidden;
	position: relative;
}

.p-main-view__slider {
	height: 100%;
	position: relative;
	width: 100%;
}

.p-main-view__slider .swiper-wrapper {
	height: 100%;
	width: 100%;
}

.p-main-view__slide {
	height: 100%;
	position: relative;
	width: 100%;
}

.p-main-view__slide picture {
	display: block;
	height: 100%;
	width: 100%;
}

.p-main-view__slide img {
	-o-object-fit: cover;
	-o-object-position: bottom;
	aspect-ratio: 1440/1007;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
	width: 100%;
}

.p-main-view__catchcopy {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	gap: 1.375rem;
	position: absolute;
	right: 6.875rem;
	top: 12.1875rem;
	z-index: 10;
}

.p-main-view__catchcopy-text {
	background: linear-gradient(#3EA1CC 0%, #3F8CB4 100%);
	border-radius: 0.625rem;
	color: #fff;
	font-size: 1.8125rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.2068965517;
	padding: 0.75rem 0.6875rem;
	writing-mode: vertical-rl;
}

.p-main-view .swiper-pagination {
	bottom: 14.3125rem;
}

.p-main-view .swiper-pagination-bullet {
	background-color: #fff;
	height: 0.875rem;
	margin: 0 0.625rem;
	opacity: 1;
	width: 0.875rem;
}

.p-main-view .swiper-pagination-bullet-active {
	background-color: #0D7ED5;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	top: auto;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.625rem;
}

.p-sub-fv {
	margin-top: 8.125rem;
}

.p-sub-fv__inner {
	margin: 0 auto;
	padding: 0 70px;
	position: relative;
}

.p-sub-fv__image {
	border-radius: 1.875rem;
	height: 18.75rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-sub-fv__image::before {
	background-color: rgba(0, 0, 0, 0.34);
	border-radius: 1.875rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-sub-fv__image img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-sub-fv__content {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 55%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-sub-fv__title {
	line-height: 1;
}

.p-sub-fv__title img {
	display: block;
	height: 3rem;
	margin: 0 auto;
	width: auto;
}

.p-sub-fv__subtitle {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.4285714286;
	margin-top: 0.5625rem;
}

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

.p-header__inner {
	padding: 1.5625rem 2.5rem;
	padding-left: 1.875rem;
}

.p-header__nav {
	height: auto;
	padding: 1.25rem 1.75rem 1.25rem 2.5rem;
}

.p-header__nav-item:not(:first-child) {
	margin-left: 2.25rem;
}

.p-header__nav-item.p-header__nav-contact {
	margin-left: 2rem;
}

.p-header__nav-link {
	font-size: 1rem;
}

.p-header__nav-contact .p-header__nav-link {
	padding: 1.25rem 2.25rem;
}

.p-sub-fv {
	margin-top: 7.5rem;
}

}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

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

.p-header__inner {
	padding: 1.25rem 1.875rem;
	padding-left: 1.5625rem;
}

.p-header__nav {
	padding: 1.125rem 1.25rem 1.125rem 1.875rem;
}

.p-header__nav-item:not(:first-child) {
	margin-left: 1.75rem;
}

.p-header__nav-item.p-header__nav-contact {
	margin-left: 1.5rem;
}

.p-header__nav-link {
	font-size: 0.9375rem;
}

.p-header__nav-contact .p-header__nav-link {
	padding: 1.125rem 1.875rem;
}

.p-sub-fv {
	margin-top: 6.875rem;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.c-button {
	font-size: 0.625rem;
	padding: 0.9375rem 1.25rem 0.9375rem 1.6875rem;
}

.c-button::after {
	height: 1.4375rem;
	width: 1.4375rem;
}

.c-section-header__title {
	gap: 0.3125rem;
}

.c-section-header__title-en {
	font-size: 1rem;
	line-height: 1.25;
}

.c-section-header__title-ja {
	font-size: 1.375rem;
	line-height: 1.4545454545;
}

.p-about-company {
	padding: 0 0 3.75rem;
}

.p-about-company__container {
	flex-direction: column;
	gap: 1.875rem;
}

.p-about-company__header {
	flex-shrink: 1;
}

.p-about-company__content {
	gap: 1.875rem;
	width: 100%;
}

.p-about-company__label {
	height: auto;
	padding: 0.625rem 0.9375rem;
	padding-bottom: 0.625rem;
	width: 6.25rem;
}

.p-about-company__value {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.3125rem;
	height: auto;
	padding: 0.625rem 0.9375rem;
	padding-bottom: 0.625rem;
}

.p-about-company__map-link::after {
	height: 1.0625rem;
	width: 0.875rem;
}

.p-about-company__map {
	aspect-ratio: 16/10;
}

.p-about-features {
	margin-top: 0;
	padding: 7.5rem 0 18.6vw;
}

.p-about-features__title {
	font-size: 1.25rem;
}

.p-about-features__items {
	gap: 3.75rem;
	margin-top: 1.875rem;
}

.p-about-features__number {
	font-size: 1.75rem;
}

.p-about-features__description {
	font-size: 1.125rem;
	line-height: 1.7777777778;
}

.p-about-features__highlight {
	margin-bottom: 0.3125rem;
}

.p-about-features__footer {
	margin-top: 1.875rem;
	max-width: 31.25rem;
}

.p-about-features__footer-text {
	font-size: 0.875rem;
	line-height: 2;
}

.p-about {
	margin-top: -9.75rem;
	overflow: hidden;
	padding-top: calc(15.1162791vw + 1.6875rem);
}

.p-about::before {
	background-image: url(../images/about/about-bg-sp.png);
	height: 15.1162791vw;
	top: 1px;
}

.p-about::after {
	height: calc(100% - 15.1162791vw);
	top: 15.1162791vw;
}

.p-about__inner {
	flex-direction: column;
	gap: 2rem;
}

.p-about__content {
	max-width: 100%;
	padding-left: 13.8461538%;
	padding-top: 0;
}

.p-about__title {
	left: calc(50% - min(45vw, 20.8rem));
	top: 0.3125rem;
}

.p-about__title img {
	height: 9.5625rem;
}

.p-about__heading {
	font-size: 1.375rem;
	line-height: 1.4545454545;
}

.p-about__text-wrap {
	margin-top: 1.8125rem;
}

.p-about__text {
	font-size: 0.8125rem;
	line-height: 1.9230769231;
}

.p-about__text:not(:first-child) {
	margin-top: 1rem;
}

.p-about__image {
	max-width: 100vw;
	width: 100vw;
}

.p-about__image img {
	aspect-ratio: 408/290;
}

.p-advantages {
	margin-top: 3.75rem;
	overflow: hidden;
}

.p-advantages__inner {
	flex-direction: column;
	gap: 2.5rem;
}

.p-advantages__content {
	max-width: 100%;
}

.p-advantages__title {
	font-size: 0.875rem;
}

.p-advantages__heading {
	font-size: 1.375rem;
	margin-top: 1rem;
}

.p-advantages__text {
	font-size: 0.8125rem;
	margin-top: 1.5rem;
}

.p-advantages__text p:not(:first-child) {
	margin-top: 1rem;
}

.p-advantages__image {
	max-width: 100vw;
	width: 100vw;
}

.p-advantages__image-label {
	height: 16.6875rem;
	left: -0.8125rem;
	width: auto;
}

.p-company {
	overflow: hidden;
	padding-bottom: 7.5rem;
	padding-top: 3.5625rem;
}

.p-company__inner {
	flex-direction: column;
	gap: 3.125rem;
}

.p-company__content {
	max-width: 100%;
	padding-right: 13.8461538%;
	padding-top: 0;
}

.p-company__title {
	right: calc(50% - min(45vw, 20.8rem));
	top: -0.3125rem;
}

.p-company__title img {
	height: 9.5625rem;
}

.p-company__heading {
	font-size: 1.375rem;
	line-height: 1.4545454545;
}

.p-company__text-wrap {
	margin-top: 2rem;
}

.p-company__text {
	font-size: 0.8125rem;
}

.p-company__text:not(:first-child) {
	margin-top: 1rem;
}

.p-company__button {
	margin-top: 2rem;
}

.p-company__image {
	max-width: 100%;
}

.p-company__image img {
	aspect-ratio: 408/290;
}

.p-contact-flow {
	margin-top: 3.75rem;
	padding: 0 0 5.3125rem;
}

.p-contact-flow__inner {
	padding: 0 20px;
}

.p-contact-flow__title {
	font-size: 1.5rem;
}

.p-contact-flow__steps {
	flex-direction: column;
	gap: 0.3125rem;
	margin-top: 2.5rem;
}

.p-contact-flow__step {
	flex: none;
	max-width: 17.5rem;
}

.p-contact-flow__step-number {
	font-size: 1.125rem;
}

.p-contact-flow__step-content {
	border-radius: 0.9375rem;
	gap: 0.9375rem;
	max-width: 17.5rem;
	min-height: 12.5rem;
	padding: 2.5rem 1.5625rem;
}

.p-contact-flow__step-title {
	font-size: 1rem;
}

.p-contact-flow__step:nth-child(1) .p-contact-flow__step-icon img {
	width: 5.9375rem;
}

.p-contact-flow__step:nth-child(3) .p-contact-flow__step-icon img {
	width: 5.625rem;
}

.p-contact-flow__step:nth-child(5) .p-contact-flow__step-icon img {
	width: 4.25rem;
}

.p-contact-flow__step:nth-child(7) .p-contact-flow__step-icon img {
	width: 6.5625rem;
}

.p-contact-flow__step:nth-child(9) .p-contact-flow__step-icon img {
	width: 4.875rem;
}

.p-contact-flow__step-title {
	font-size: 1rem;
}

.p-contact-flow__arrow {
	transform: rotate(90deg);
}

.p-contact-flow__arrow img {
	height: 1.25rem;
	width: auto;
}

.p-contact-flow__cta {
	margin-top: 3.125rem;
}

.p-contact-flow__cta-button {
	font-size: 0.8125rem;
	gap: 2.5rem;
	max-width: 17.875rem;
	padding: 1.5625rem 1.75rem 1.8125rem 2.5rem;
}

.p-contact-flow__cta-icon {
	height: 1.5625rem;
	width: 1.5rem;
}

.p-contact-form {
	margin-top: 3.75rem;
	padding-bottom: 7.5rem;
}

.p-contact-form__notice {
	margin-bottom: 1.875rem;
}

.p-contact-form__notice-text {
	font-size: 0.875rem;
	line-height: 2;
}

.p-contact-form__notice-text br {
	display: none;
}

.p-contact-form__form {
	max-width: 100%;
}

.p-contact-form__row {
	flex-direction: column;
	margin-top: 1.25rem;
}

.p-contact-form__label {
	font-size: 0.875rem;
	padding-top: 0;
	width: 100%;
}

.p-contact-form__input {
	margin-bottom: 0;
	width: 100%;
}

.p-contact-form__field {
	font-size: 0.875rem;
	padding: 1rem 0.9375rem;
}

.p-contact-form__field::-moz-placeholder {
	font-size: 0.875rem;
}

.p-contact-form__field::placeholder {
	font-size: 0.875rem;
}

.p-contact-form__textarea {
	font-size: 0.875rem;
	padding: 0.75rem 0.9375rem;
}

.p-contact-form__textarea::-moz-placeholder {
	font-size: 0.875rem;
}

.p-contact-form__textarea::placeholder {
	font-size: 0.875rem;
}

.p-contact-form__radio-group {
	gap: 0.625rem 0.9375rem;
}

.p-contact-form__radio {
	font-size: 0.875rem;
}

.p-contact-form__radio span {
	padding-left: 1.25rem;
}

.p-contact-form__radio span::before {
	height: 0.9375rem;
	width: 0.9375rem;
}

.p-contact-form__radio span::after {
	height: 0.4375rem;
	left: 0.25rem;
	width: 0.4375rem;
}

.p-contact-form__submit {
	margin-left: 0;
	margin-top: 2.5rem;
	text-align: center;
}

.p-contact-form__button {
	font-size: 0.8125rem;
	max-width: 17.875rem;
	padding: 1.75rem 1.75rem;
	padding-left: 2.25rem;
}

.p-contact-form__button span:first-child {
	margin-left: 0.5rem;
	margin-right: 0.75rem;
}

.p-contact-form__button-arrow {
	height: 1.4375rem;
	width: 1.4375rem;
}

.p-contact-intro {
	margin-top: 3.125rem;
}

.p-contact-intro--thanks {
	margin-bottom: 7.5rem;
}

.p-contact-intro__text-wrap {
	gap: 0.9375rem;
}

.p-contact-intro__text {
	font-size: 0.875rem;
	line-height: 2;
}

.p-contact-intro__text--big {
	font-size: 1.25rem;
	line-height: 1.5;
}

.p-facilities {
	margin-top: 3.75rem;
}

.p-facilities__title {
	font-size: 1.25rem;
}

.p-facilities__nav {
	gap: 1.5rem;
	margin-top: 1.5rem;
	padding: 0.9375rem 0.625rem;
	top: 5.3125rem;
	width: 100%;
}

.p-facilities__nav.is-hidden {
	transform: translateY(calc(-100% - 5rem));
}

.p-facilities__nav-divider {
	height: 2.375rem;
}

.p-facilities__nav-button-image {
	width: 9.375rem;
}

.p-facilities__item {
	padding-bottom: 1.875rem;
	padding-top: 2.5rem;
}

.p-facilities__item-title img {
	width: 13.75rem;
}

.p-facilities__item-main {
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 1.25rem;
}

.p-facilities__item-image {
	border-radius: 0.625rem;
	flex: none;
	margin-left: 0;
	width: 100%;
}

.p-facilities__item-content {
	padding-top: 1.875rem;
}

.p-facilities__item-heading {
	font-size: 1.125rem;
	line-height: 1.5555555556;
}

.p-facilities__item-text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 0.9375rem;
}

.p-facilities__item-features {
	gap: 0.75rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.875rem;
}

.p-facilities__item-feature {
	font-size: 0.8125rem;
	line-height: 1.5384615385;
	padding: 0.75rem 0.5rem;
}

.p-facilities__item-access {
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 2.5rem;
}

.p-facilities__item-map {
	border-radius: 0.625rem;
	flex: none;
	width: 100%;
}

.p-facilities__item-access-heading {
	font-size: 1.125rem;
	line-height: 1.5555555556;
}

.p-facilities__item-address {
	gap: 0.625rem;
	margin-top: 0.9375rem;
}

.p-facilities__item-address-label {
	font-size: 0.875rem;
}

.p-facilities__item-google-map {
	font-size: 0.75rem;
	padding: 0.5rem 1.25rem;
}

.p-facilities__item-access-text {
	font-size: 0.8125rem;
	line-height: 1.8461538462;
	margin-top: 0.9375rem;
}

.p-flow-price {
	margin-top: 3.75rem;
}

.p-flow-price__inner {
	flex-direction: column;
	gap: 3.125rem;
}

.p-flow-price__flow-title {
	font-size: 1.375rem;
}

.p-flow-price__flow-image {
	margin-top: 1.25rem;
}

.p-flow-price__price-title {
	font-size: 1.375rem;
}

.p-flow-price__table {
	margin-top: 1.25rem;
}

.p-flow-price__table-header {
	font-size: 0.875rem;
	padding: 0.9375rem 0.75rem;
	width: 45%;
}

.p-flow-price__table-data {
	font-size: 0.875rem;
	padding: 0.9375rem 0.75rem;
}

.p-flow-price__table-data-item {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 1.75rem;
}

.p-flow-price__price-note {
	font-size: 0.75rem;
	margin-top: 0.75rem;
}

.p-footer {
	padding: 0 0 3rem;
}

.p-footer__inner {
	align-items: flex-start;
	flex-direction: column;
}

.p-footer__info {
	flex: none;
	padding-top: 0;
	width: 100%;
}

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

.p-footer__text {
	font-size: 0.6875rem;
}

.p-footer__logo img {
	width: 13.0625rem;
}

.p-footer__details {
	font-size: 0.8125rem;
	margin-top: 1.25rem;
}

.p-footer__address {
	line-height: 1.7692307692;
}

.p-footer__map-link::after {
	height: 1.1875rem;
	width: 0.9375rem;
}

.p-footer__contact {
	margin-left: 0;
	margin-top: 2.9375rem;
	padding-bottom: 0;
	padding-top: 0;
	width: 100%;
}

.p-footer__contact-title {
	display: flex;
	justify-content: center;
	padding-left: 0;
}

.p-footer__contact-title img {
	width: 9.25rem;
}

.p-footer__contact-buttons {
	align-items: center;
	gap: 1.5rem;
	margin-top: 2rem;
}

.p-footer__contact-button {
	max-width: 17.875rem;
	padding: 1.75rem 1.75rem;
	padding-left: 2.25rem;
	width: 100%;
}

.p-footer__contact-button-icon {
	height: 1rem;
	width: 1.25rem;
}

.p-footer__contact-button-icon--recruit {
	height: 1.4375rem;
}

.p-footer__contact-button-text {
	font-size: 0.8125rem;
	margin-left: 0.75rem;
}

.p-footer__contact-button-arrow {
	height: 1.4375rem;
	width: 1.4375rem;
}

.p-footer__copyright {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.6875rem;
}

.p-footer__copyright-text {
	font-size: 0.625rem;
}

.p-group-home {
	padding-bottom: 5.875rem;
}

.p-group-home__container {
	margin-left: 11.538461538%;
	padding: 2.4375rem 0 6.25rem 2rem;
}

.p-group-home__main {
	flex-direction: column;
	gap: 2.4375rem;
}

.p-group-home__content {
	max-width: 100%;
	padding-right: calc(50vw - 50% - 1.78125rem);
	padding-top: 0;
	width: 100%;
}

.p-group-home__title {
	left: calc(50% - min(56vw, 27.8rem));
	top: -2.4375rem;
}

.p-group-home__title img {
	height: 12.625rem;
}

.p-group-home__heading {
	font-size: 1.375rem;
	line-height: 1.4545454545;
}

.p-group-home__text {
	font-size: 0.8125rem;
	line-height: 1.9230769231;
	margin-top: 2rem;
}

.p-group-home__text p:not(:first-child) {
	margin-top: 1rem;
}

.p-group-home__button {
	margin-top: 2rem;
}

.p-group-home__image {
	max-width: 100%;
}

.p-group-home__facilities {
	margin-top: 2.625rem;
}

.p-group-home__facility {
	align-items: flex-start;
	flex-direction: column;
	gap: 0;
}

.p-group-home__facility:not(:first-child) {
	margin-top: 1.25rem;
}

.p-group-home__facility-name img {
	width: 9.25rem;
}

.p-group-home__facility-address {
	font-size: 0.8125rem;
	margin-top: 1rem;
}

.p-group-home__contact {
	align-items: flex-start;
	flex-direction: column;
	gap: 0;
	margin-top: 2.625rem;
}

.p-group-home__tel-wrapper {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.p-group-home__tel {
	font-size: 2.125rem;
	gap: 0.75rem;
}

.p-group-home__tel-icon {
	height: 1.9375rem;
	width: 1.8125rem;
}

.p-group-home__hours {
	font-size: 0.75rem;
	margin-top: 0.75rem;
}

.p-group-home__fax {
	font-size: 1.3125rem;
	line-height: 1.1904761905;
	margin-top: 1.1875rem;
}

.p-group-home__fax-label {
	font-size: 0.8125rem;
	margin-right: 1.1875rem;
}

.p-header__inner {
	padding: 0.9375rem 1.25rem;
}

.p-header__logo {
	height: 3.125rem;
	width: 11.5625rem;
}

.p-header__hamburger {
	display: flex;
}

.p-main-view__slide img {
	aspect-ratio: 430/864;
}

.p-main-view__catchcopy {
	gap: 0.9375rem;
	right: 2.5rem;
	top: 9.375rem;
}

.p-main-view__catchcopy-text {
	border-radius: 0.4375rem;
	font-size: 1.1875rem;
	letter-spacing: 0.2em;
	line-height: 1.2105263158;
	padding: 1.125rem 0.6875rem;
}

.p-main-view .swiper-pagination {
	bottom: 11.4375rem;
}

.p-main-view .swiper-pagination-bullet {
	height: 0.625rem;
	width: 0.625rem;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.46875rem;
}

.p-sub-fv {
	margin-top: 5rem;
}

.p-sub-fv__inner {
	max-width: 100%;
	padding: 0 20px;
}

.p-sub-fv__image {
	border-radius: 1.25rem;
	height: 12.5rem;
}

.p-sub-fv__image::before {
	border-radius: 1.25rem;
}

.p-sub-fv__title img {
	height: 1.875rem;
}

.p-sub-fv__subtitle {
	font-size: 0.875rem;
	margin-top: 0.75rem;
}

}

@media (max-width: 430px) {

html {
	font-size: 3.7209302326vw;
}

}


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