body {
	font-feature-settings: "palt";
	background-color: #f2f4f7;
	color: #252930;
	font-family: "Noto Sans JP", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

*,
*::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 {
	-webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

.c-access-item {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.c-access-item__detail {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
}

.c-access-item__text-main {
	font-size: max(10px, 0.875rem);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6666666667;
}

.c-access-item__text-sub {
	font-size: max(10px, 0.75rem);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2;
}

.c-access-item__access-map {
	width: 100%;
}

.c-access-item__access-map > iframe {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.c-btn {
	background-color: #252930;
	border-radius: 100vmax;
	color: #f2f4f7;
	display: inline-block;
	min-width: 9.375rem;
	overflow: hidden;
	padding-bottom: 0.6875rem;
	padding-left: 1.375rem;
	padding-right: 1.375rem;
	padding-top: 0.6875rem;
	position: relative;
}

.c-btn.is-white {
	background-color: #fff;
	color: #252930;
}

.c-btn::before {
	aspect-ratio: 40/10;
	background-image: url(../../assets/images/common/btn-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s ease-in-out;
	width: 2.0625rem;
}

.c-btn.is-white::before {
	background-image: url(../../assets/images/common/btn-arrow-black.png);
}

.c-btn p {
	font-family: "Exo 2", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: max(10px, 0.75rem);
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
	text-transform: uppercase;
}

.c-btn::after {
	background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.5) 90%, transparent 100%);
	content: "";
	height: 200%;
	left: -75%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: -50%;
	transform: skewX(-30deg);
	width: 50%;
}

.c-btn.is-white::after {
	background: linear-gradient(120deg, transparent 0%, rgba(0, 0, 0, 0.5) 90%, transparent 100%);
	content: "";
	height: 200%;
	left: -75%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: -50%;
	transform: skewX(-30deg);
	width: 50%;
}

.c-btn.is-insta {
	min-width: auto;
	padding-left: 0;
	width: 7.5rem;
}

.c-company-list {
	background-color: #f2f4f7;
	border-top: 1px solid #cacdd7;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	padding: 0.875rem 1.25rem;
}

.c-company-list:last-of-type {
	border-bottom: 1px solid #cacdd7;
}

.c-company-list__title {
	width: 100%;
}

.c-company-list__title p {
	font-size: max(10px, 0.75rem);
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.875;
}

.c-company-list__detail {
	width: 100%;
}

.c-company-list__detail p {
	font-size: max(10px, 0.75rem);
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.875;
}

.c-facility-item {
	background-color: #f2f4f7;
	border-top: 1px solid #252930;
	display: flex;
	padding: 1.25rem 1.5625rem;
}

.c-facility-item:last-of-type {
	border-bottom: 1px solid #252930;
}

.c-facility-item p:first-of-type {
	font-size: max(10px, 0.75rem);
	letter-spacing: 0.1em;
	width: 93%;
}

.c-facility-item p:last-of-type {
	font-size: max(10px, 0.75rem);
	text-align: right;
	width: 7%;
}

.c-modal {
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.c-modal__overlay {
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.c-modal__content {
	margin: auto;
	max-height: 90%;
	max-width: 62.5rem;
	position: relative;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 90%;
}

.c-modal__content > img {
	-o-object-fit: cover;
	aspect-ratio: 3/2;
	object-fit: cover;
	width: 100%;
}

.c-modal__close {
	background: none;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 2rem;
	position: absolute;
	right: 1rem;
	top: -2.5rem;
}

.c-privacy-item {
	border-top: solid 1px #252930;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	padding: 0.625rem;
}

.c-privacy-item:last-child {
	border-bottom: solid 1px #252930;
}

.c-privacy-item__title {
	width: 100%;
}

.c-privacy-item__title p {
	font-size: max(10px, 0.75rem);
	font-weight: 900;
	letter-spacing: 0.2em;
	line-height: 2.0454545455;
}

.c-privacy-item__detail {
	width: 100%;
}

.c-privacy-item__detail p {
	font-size: max(10px, 0.75rem);
	font-weight: 500;
	letter-spacing: 0.17em;
	line-height: 2.0454545455;
}

.c-privacy-item__detail a {
	border-bottom: solid 1px #252930;
	font-size: max(10px, 0.75rem);
	font-weight: 500;
	letter-spacing: 0.17em;
	line-height: 2.0454545455;
	word-break: break-all;
}

.c-privacy-item__detail ul {
	padding-left: 1.25rem;
}

.c-privacy-item__detail ul li {
	font-size: max(10px, 0.75rem);
	font-weight: 500;
	letter-spacing: 0.17em;
	line-height: 2.0454545455;
	position: relative;
	word-break: break-all;
}

.c-privacy-item__detail ul li::before {
	content: "・";
	left: -0.9375rem;
	position: absolute;
	top: 0.0625rem;
}

.c-top-section-title {
	align-items: baseline;
	display: flex;
	flex-direction: column;
	gap: 0.8125rem;
	padding-bottom: 1.5rem;
	position: relative;
}

.c-top-section-title::before {
	background-color: #434851;
	bottom: 0rem;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100vw;
}

.c-top-section-title.is-none::before {
	content: none;
	position: absolute;
}

.c-top-section-title h2 {
	font-size: max(10px, 0.75rem);
	font-weight: 700;
	letter-spacing: 0.4em;
	line-height: 1;
}

.c-top-section-title p {
	font-family: "Exo 2", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: max(10px, 1.5625rem);
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 1.3;
	text-transform: uppercase;
}

.c-top-section-title.is-white {
	color: #f2f4f7;
}

.l-404 {
	margin-top: 3rem;
}

.l-business {
	margin-top: 3rem;
}

.l-company {
	margin-top: 3.125rem;
}

.l-contact {
	margin-top: 3.125rem;
}

.l-facility {
	margin-top: 3.125rem;
}

.l-footer {
	margin-top: 6.875rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.l-privacy {
	margin-top: 3.75rem;
}

.l-top-business {
	margin-top: 9.6875rem;
}

.l-top-facilities {
	margin-top: 7.125rem;
}

.l-top-footer {
	margin-top: 6.25rem;
}

.l-top-instagram {
	margin-top: 9.375rem;
}

.l-top-link {
	margin-top: 2.5rem;
}

.l-top-works {
	margin-top: 7.625rem;
}

.l-works {
	margin-top: 3rem;
}

.p-404__inner.l-inner {
	max-width: 33.75rem;
}

.p-404__btn-wrapper {
	margin-top: 2.5rem;
	text-align: center;
}

.p-business__inner.l-inner {
	min-width: 20.625rem;
	width: 70%;
}

.p-business__text {
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
	width: 100%;
}

.p-business__text h2 {
	font-size: max(10px, 1.5rem);
	font-weight: 900;
	letter-spacing: 0.2em;
}

.p-business__text p {
	font-size: max(10px, 0.75rem);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2;
}

.p-business__list-wrapper {
	margin-top: 5rem;
}

ul.p-business__list {
	display: flex;
	flex-direction: column;
	gap: 4.375rem;
}

.p-business__item {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.p-business__item-detail {
	display: flex;
	flex-direction: column;
	gap: 2.0625rem;
	padding-left: 0.625rem;
}

.p-business__item-title {
	display: flex;
	flex-direction: column;
	gap: 0.5625rem;
	margin-top: 0rem;
}

.p-business__item-title h3 {
	font-size: max(10px, 1.375rem);
	font-weight: 900;
	letter-spacing: 0.2em;
	line-height: 1;
}

.p-business__item-title p {
	font-size: 0.5625rem;
	font-weight: 500;
	letter-spacing: 0.19em;
	text-transform: uppercase;
}

.p-business__item-text {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

p.p-business__text-main {
	font-size: max(10px, 0.9375rem);
	font-weight: 900;
	letter-spacing: 0.05em;
}

p.p-business__text-sub {
	font-size: max(10px, 0.75rem);
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.8;
}

.p-business__swiper {
	padding-bottom: 1.5625rem;
	position: relative;
	width: 100%;
}

.p-company__inner.l-inner {
	max-width: 33.75rem;
}

.p-company__text {
	display: flex;
	flex-direction: column;
	margin-top: 3.125rem;
}

.p-company__text h2 {
	font-size: max(10px, 1.5rem);
	font-weight: 900;
	letter-spacing: 0.2em;
	line-height: 1.5;
}

.p-company__list-wrapper {
	margin-top: 1.875rem;
}

.p-company__list {
	display: flex;
	flex-direction: column;
}

.p-company__list-item:nth-child(even) {
	background-color: #e8ecf1;
}

.p-company__access {
	margin-top: 1.875rem;
}

.p-company__access-list {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

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

.p-company__past-list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.p-company__past-item {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.p-company__past-item p {
	font-size: max(10px, 0.75rem);
}

.p-contact__inner.l-inner {
	max-width: 33.75rem;
}

/* ------------------------
  テキスト・電話・メール
------------------------ */

.p-contact__text p {
	font-size: max(10px, 0.75rem);
	font-weight: 400;
	letter-spacing: 0.035em;
	line-height: 2;
}

.p-contact__text p a {
	border-bottom: solid 1px #252930;
}

.p-contact__tel {
	margin-top: 3.8125rem;
}

.p-contact__tel h2,
.p-contact__mail h2 {
	font-family: "Exo 2", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0.23em;
}

.p-contact__tel-number {
	font-family: "Exo 2", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.5625rem;
	font-weight: 300;
	letter-spacing: 0.21em;
	margin-top: 1.125rem;
}

.p-contact__tel-text {
	font-size: max(10px, 0.75rem);
	letter-spacing: 0.115em;
	margin-top: 0.375rem;
}

.p-contact__mail {
	margin-top: 4.625rem;
}

.p-contact__mail-text {
	margin-top: 1.875rem;
}

.p-contact__mail-text.is-confirm {
	margin-top: 1.6875rem;
}

.p-contact__mail-text p {
	font-size: max(10px, 0.75rem);
	font-weight: 500;
	line-height: 2;
}

/* ------------------------
  ステップ表示（process）
------------------------ */

.p-contact__process {
	align-items: center;
	display: flex;
	margin-top: 2.0625rem;
	width: 100%;
}

.p-contact__process-item {
	background-color: #475162;
	color: #f2f4f7;
	font-size: 10px;
	font-weight: 600;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.p-contact__process-item.is-now {
	background-color: #fff;
	color: #252930;
}

.p-contact__process-item:first-of-type {
	border-radius: 5px 0 0 5px;
	position: relative;
}

.p-contact__process-item:first-of-type::before {
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 100%, 0 0);
	background-color: #fff;
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 100%, 0 0);
	content: "";
	height: 101%;
	position: absolute;
	right: -0.5625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
	z-index: 1;
}

.p-contact__process-item.is-last:first-of-type::after {
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 100%, 0 0);
	background-color: #475162;
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 100%, 0 0);
	content: "";
	height: 100%;
	position: absolute;
	right: -0.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
	z-index: 1;
}

.p-contact__process-item.is-black:first-of-type::before {
	background-color: #475162;
}

.p-contact__process-item:nth-of-type(2)::before {
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 100%, 0 0);
	background-color: #475162;
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 100%, 0 0);
	content: "";
	height: 100%;
	position: absolute;
	right: -0.5625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
	z-index: 2;
}

.p-contact__process-item.is-now:nth-of-type(2)::before {
	background-color: #fff;
}

.p-contact__process-item:nth-of-type(2)::after {
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 100%, 0 0);
	background-color: #fff;
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 100%, 0 0);
	content: "";
	height: 100%;
	position: absolute;
	right: -0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
	z-index: 1;
}

.p-contact__process-item:last-of-type {
	border-radius: 0 5px 5px 0;
}

/* ------------------------
  Contact Form 7 レイアウト
------------------------ */

.p-contact__form-layout {
	display: flex;
	flex-direction: column;
	margin-top: 2.25rem;
}

.p-contact__form-layout.l-inner {
	max-width: 33.75rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.p-contact__line {
	display: flex;
	flex-direction: column;
}

.p-contact__line label {
	background-image: linear-gradient(to right, #cacdd7 1px, transparent 1px);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 4px 1px;
	padding: 1.75rem 2.375rem;
}

.p-contact__line label.is-textarea {
	background-image: linear-gradient(to right, #cacdd7 1px, transparent 1px);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 4px 1px;
	padding: 1.75rem 2.375rem;
}

label.p-wpcf7__label.is-noline {
	background: none;
	padding-top: 0;
}

label.p-wpcf7__label.is-zip {
	padding-bottom: 0;
}

.p-contact__form-layout label {
	background-image: linear-gradient(to right, #cacdd7 1px, transparent 1px);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 4px 1px;
	padding: 0.75rem 0rem;
}

.p-contact__form-layout label:last-of-type {
	background: none;
}

.p-contact__line label:last-of-type {
	background-position: left bottom;
}

.p-contact__thanks-text {
	margin-left: 0rem;
	margin-top: 2.5rem;
}

.p-contact__thanks-text p {
	font-size: max(12px, 0.875rem);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2;
}

.p-contact__thanks-btn-wrapper {
	margin-top: 3.75rem;
	text-align: center;
}

/* ------------------------
  確認画面見出し
------------------------ */

.p-contact__about h2 {
	font-size: 1.625rem;
	letter-spacing: 0.16em;
}

.p-facility__inner.l-inner {
	max-width: 33.75rem;
}

.p-facility__text {
	align-items: baseline;
	display: flex;
	flex-direction: row;
	gap: 0.6875rem;
	margin-top: 3.125rem;
}

.p-facility__text h2 {
	font-size: max(10px, 1.5rem);
	font-weight: 900;
	letter-spacing: 0.2em;
	line-height: 1.5;
}

.p-facility__text p {
	font-size: max(10px, 0.75rem);
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.5;
}

.p-facility__list-wrapper {
	margin-top: 2.3125rem;
}

.p-facility__list {
	grid-gap: 2.375rem;
	display: grid;
	gap: 2.375rem;
	grid-template-columns: 1fr;
}

.p-facility__item {
	display: flex;
	flex-direction: column;
	gap: 0.8125rem;
}

.p-facility__img > img {
	-o-object-fit: cover;
	aspect-ratio: 3/2;
	object-fit: cover;
	width: 100%;
}

.p-facility__item-detail p {
	font-size: max(10px, 0.75rem);
	font-weight: 700;
}

.p-facility__table-wrapper {
	margin-top: 110px;
}

table.p-facility__table {
	width: 100%;
}

.p-facility__layout {
	display: flex;
	flex-direction: column;
	gap: 3.4375rem;
	margin-top: 1.75rem;
}

.p-facility__content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.p-facility__content h3 {
	font-size: max(10px, 1.125rem);
	font-weight: 900;
	letter-spacing: 0.2em;
	width: 100%;
}

.p-facility__content-wrapper {
	width: 100%;
}

.p-facility__content-item:nth-child(even) {
	background-color: #e8ecf1;
}

.p-footer {
	background-color: #252930;
	color: #f2f4f7;
	padding-bottom: 2.5rem;
	padding-top: 4.6875rem;
	position: relative;
}

.p-footer__inner.l-inner {
	max-width: 33.75rem;
}

.p-footer__logo,
.p-footer__info,
.p-footer__privacy {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.p-footer__logo {
	gap: 1.25rem;
}

.p-footer__logo-sub {
	font-size: 0.5625rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.p-footer__logo-main {
	font-size: max(10px, 1.25rem);
	font-weight: 900;
	letter-spacing: 0.5em;
	line-height: 1.3;
	text-align: center;
}

.p-footer__logo-main span.small {
	font-size: max(10px, 1.0625rem);
	letter-spacing: 0.4em;
	padding-right: 0.625rem;
}

.p-footer__logo-main span.en {
	font-size: 0.5625rem;
	font-weight: 400;
	letter-spacing: 0.24em;
	padding-left: 1rem;
	text-transform: uppercase;
}

.p-footer__info {
	gap: 0.25rem;
	margin-top: 2.25rem;
}

.p-footer__info p,
.p-footer__info a {
	font-size: 0.6875rem;
	letter-spacing: 0.07em;
}

.p-footer__privacy {
	gap: 1.0625rem;
	margin-top: 4.375rem;
}

.p-footer__privacy a {
	font-size: 0.6875rem;
	letter-spacing: 0.1em;
}

.p-footer__copy {
	display: inline-block;
	font-family: "Exo 2", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 0.5rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.p-header {
	background-color: rgba(242, 244, 247, 0.8);
	border-bottom: 1px solid #cacdd7;
	display: block;
	height: 5rem;
	position: fixed;
	transition: background-color 0.4s ease, color 0.4s ease;
	width: 100%;
	z-index: 1000;
}

.p-header.is-lower {
	border-bottom: solid 1px #cacdd7;
	overflow: hidden;
}

.p-header__content {
	display: none;
}

.p-header__logo {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.0625rem;
}

.p-header__logo-jp {
	display: flex;
	flex-direction: column;
	font-size: max(10px, 1.625rem);
	font-weight: 700;
	gap: 0.375rem;
	letter-spacing: 0.3em;
	line-height: 1;
}

.p-header__logo-jp .is-small {
	font-size: 1rem;
	text-align: center;
}

.p-header__logo-en {
	font-family: "Exo 2", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 0.5625rem;
	font-weight: 500;
	letter-spacing: 0.3em;
	line-height: 1;
	text-transform: uppercase;
}

.p-header__nav {
	margin-top: 3.9375rem;
	padding-right: 0.625rem;
	position: relative;
}

.p-header__nav-list {
	display: flex;
	flex-direction: column;
	gap: 2.125rem;
}

.p-header__nav-item a {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	transition: 0.3s ease-in-out;
}

.p-header__nav-item.is-insta a {
	margin-top: 1.0625rem;
	padding-left: 2.125rem;
	position: relative;
}

.p-header__nav-item.is-insta a ::before {
	aspect-ratio: 1;
	background-image: url(../../assets/images/common/logo-instagram.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.4375rem;
}

.p-header__link-jp {
	font-size: max(10px, 0.9375rem);
	font-weight: 900;
	letter-spacing: 0.1em;
}

.p-header__link-en {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.p-header__hamburger {
	background-color: transparent;
	cursor: pointer;
	display: block;
	height: 5rem;
	position: fixed;
	right: 0;
	top: 0;
	transition: 0.3s ease-in-out;
	width: 5rem;
	z-index: 1000;
}

.p-header__hamburger span {
	background-color: #252930;
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: 0.3s ease-in-out;
	width: 2.3125rem;
}

.p-header__hamburger span:nth-child(1) {
	top: 44%;
	transition: 0.3s ease-in-out;
}

.p-header__hamburger span:nth-child(2) {
	top: 52%;
	transition: 0.3s ease-in-out;
}

.p-header__hamburger.is-active span {
	background-color: #252930;
}

.p-header__hamburger.is-active span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(20deg);
}

.p-header__hamburger.is-active span:nth-child(2) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-20deg);
}

.p-header__logo-hamburger {
	display: none;
}

.p-header__nav-hamburger {
	margin-top: 3.125rem;
}

.p-header.is-transparent {
	background-color: transparent;
	border-color: transparent;
}

.p-header.is-transparent .p-header__nav .p-header__link-jp,
.p-header.is-transparent .p-header__nav .p-header__link-en {
	color: #f2f4f7;
}

.p-header.is-transparent .p-header__logo .p-header__logo-jp,
.p-header.is-transparent .p-header__logo .p-header__logo-en {
	color: #f2f4f7;
}

.p-header.is-transparent .p-header__hamburger {
	background-color: transparent;
}

.p-header.is-transparent .p-header__hamburger span {
	background-color: rgba(242, 244, 247, 0.8);
}

.p-header.is-transparent .p-header__hamburger.is-active {
	background-color: transparent;
}

.p-header.is-transparent .p-header__hamburger.is-active span {
	background-color: #252930;
}

.p-header.is-black {
	background-color: transparent;
	border-color: #434851;
}

.p-header.is-black .p-header__nav .p-header__link-jp,
.p-header.is-black .p-header__nav .p-header__link-en {
	color: #f2f4f7;
}

.p-header.is-black .p-header__logo .p-header__logo-jp,
.p-header.is-black .p-header__logo .p-header__logo-en {
	color: #f2f4f7;
}

.p-header.is-black .p-header__hamburger {
	background-color: transparent;
}

.p-header.is-black .p-header__hamburger span {
	background-color: rgba(242, 244, 247, 0.8);
}

.p-header.is-black .p-header__hamburger.is-active {
	background-color: transparent;
}

.p-header.is-black .p-header__hamburger.is-active span {
	background-color: #252930;
}

.p-header__nav-item a.current .p-header__link-en {
	color: #00aab5;
}

.p-header__nav-item a.current .p-header__link-jp {
	position: relative;
}

.p-header__nav-item a.current .p-header__link-jp::before {
	background-color: #00aab5;
	content: "";
	height: 2px;
	left: -2.8125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.875rem;
}

.p-header__nav-item.is-insta a::before,
.p-header__nav-item.is-insta a::after {
	aspect-ratio: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.3s ease;
	width: 1.4375rem;
}

.p-header__nav-item.is-insta a::before {
	background-image: url(../../assets/images/common/logo-instagram.webp);
}

.p-header__nav-item.is-insta a::after {
	background-image: url(../../assets/images/common/logo-instagram-white.webp);
	opacity: 0;
}

.p-header.is-transparent .p-header__nav .p-header__nav-item.is-insta a::after,
.p-header.is-black .p-header__nav .p-header__nav-item.is-insta a::after {
	opacity: 1;
}

.p-header.is-transparent .p-header__nav .p-header__nav-item.is-insta a::before,
.p-header.is-black .p-header__nav .p-header__nav-item.is-insta a::before {
	opacity: 0;
}

.p-header__overlay {
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	background-color: rgba(255, 255, 255, 0);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	height: 100vh;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: opacity 0.3s ease;
	width: 100vw;
	z-index: 900;
}

.p-header__overlay.is-active {
	opacity: 1;
	pointer-events: auto;
}

.p-header__hamburger-nav {
	background-color: rgba(242, 244, 247, 0.949);
	color: #252930;
	height: 100vh;
	max-width: 15rem;
	opacity: 0;
	padding: 2.25rem 0.625rem 3.125rem 3.125rem;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease, background-color 0.4s ease, color 0.4s ease;
	visibility: hidden;
	width: 80%;
	z-index: 999;
}

.p-header__hamburger-nav a {
	color: inherit;
	transition: color 0.4s ease;
}

.p-header__hamburger-nav.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
	visibility: visible;
}

.p-header__hamburger-menu {
	font-family: "Exo 2", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: max(12px, 0.9375rem);
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.p-header.is-stopped {
	bottom: 0;
	position: absolute;
	right: 0;
}

.p-header__lower-scroll {
	background-color: rgba(242, 244, 247, 0.8);
	border-bottom: 1px solid #cacdd7;
	left: 0;
	opacity: 0;
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
	visibility: hidden;
	width: 100%;
	z-index: 50;
}

.p-header__lower-scroll.is-scroll {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.p-header__lower-scroll-inner.l-inner {
	max-width: 83.5625rem;
}

.p-header__lower-scroll-content {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 1.875rem;
}

.p-header__lower-scroll-en {
	font-family: "Exo 2", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
	text-transform: uppercase;
}

.p-header__lower-scroll-jp {
	font-size: 0.875rem;
	font-weight: 900;
	letter-spacing: 0.4em;
	line-height: 1;
}

.p-header__logo-mobile-wrapper {
	display: inline-block;
	margin-top: 1.875rem;
}

.p-header__logo-mobile {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 0.625rem;
}

.p-header__logo-mobile-jp {
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.4em;
	line-height: 1;
}

.p-header__logo-mobile-jp .is-small {
	font-size: 0.625rem;
}

.p-header__logo-mobile-en {
	font-family: "Exo 2", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 0.4375rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
	text-transform: uppercase;
}

.p-header__logo-tab {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 2.125rem;
	opacity: 1;
	transition: opacity 0.4s ease;
}

.p-header__logo-tab-jp {
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0.4em;
	line-height: 1;
	white-space: nowrap;
}

.p-header__logo-tab-en {
	font-family: "Exo 2", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
	text-transform: uppercase;
}

.p-header__logo-tab-scroll-jp {
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0.4em;
	line-height: 1;
}

.p-header__logo-tab-scroll-en {
	font-family: "Exo 2", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 0.5rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
	text-transform: uppercase;
}

/* スクロール後に非表示にする */

.p-header__logo-tab.is-hidden {
	opacity: 0;
}

/* スクロール後に表示する要素 */

.p-header__logo-tab-scroll-wrapper {
	display: flex;
	gap: 1.875rem;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease;
	visibility: hidden;
}

/* フェードイン時 */

.p-header__logo-tab-scroll-wrapper.is-visible {
	left: 1.5625rem;
	opacity: 1;
	pointer-events: auto;
	position: absolute;
	visibility: visible;
}

.p-header__logo-tab-wrapper {
	align-items: center;
	background-color: rgba(242, 244, 247, 0.8);
	display: flex;
	height: inherit;
}

.p-header__logo-tab-scroll-lower {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 2.125rem;
	opacity: 1;
	transition: opacity 0.4s ease;
}

.p-header__logo-tab-scroll-lower-jp {
	font-size: 0.875rem;
	font-weight: 900;
	letter-spacing: 0.4em;
	line-height: 1;
}

.p-header__logo-tab-scroll-lower-en {
	font-family: "Exo 2", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1;
	text-transform: uppercase;
}

.p-header__logo-tab-scroll {
	display: flex;
	flex-direction: column;
	gap: 0.5625rem;
}

.p-header__logo-mobile-jp,
.p-header__logo-mobile-en {
	color: #252930;
	transition: color 0.4s ease;
}

.p-header.is-transparent .p-header__logo-mobile-jp,
.p-header.is-transparent .p-header__logo-mobile-en {
	color: #f2f4f7;
}

.p-header.is-black .p-header__logo-mobile-jp,
.p-header.is-black .p-header__logo-mobile-en {
	color: #f2f4f7;
}

.p-lower-fv {
	overflow: hidden;
	padding-top: 8.875rem;
}

.p-lower-fv__inner.l-inner {
	max-width: 33.75rem;
}

.p-lower-fv__title {
	animation: slideInLeft 1s ease-out 0s forwards;
	display: flex;
	flex-direction: column;
	font-size: max(10px, 0.8125rem);
	gap: 1.125rem;
}

.p-lower-fv p {
	font-family: "Exo 2", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: max(10px, 1.875rem);
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 1.2;
	text-transform: uppercase;
}

.p-lower-fv h1 {
	font-size: max(10px, 0.8125rem);
	font-weight: 900;
	letter-spacing: 0.37em;
	line-height: 1;
}

.p-lower-fv__img,
.p-lower-fv__swiper {
	animation: slideInRight 1s ease-out 0s forwards;
	display: block;
	margin-right: calc(50% - 50vw);
	margin-top: 1.875rem;
}

.p-lower-fv__img > img {
	-o-object-fit: cover;
	aspect-ratio: 710/475;
	object-fit: cover;
	width: 100%;
}

.p-main-layout {
	overflow: hidden;
}

.p-privacy__inner.l-inner {
	max-width: 33.75rem;
}

.p-privacy__text p {
	font-size: max(10px, 1rem);
	font-weight: 400;
	letter-spacing: 0.035em;
	line-height: 1.875;
}

.p-privacy__wrapper {
	margin-top: 1.875rem;
}

.p-privacy__list {
	display: flex;
	flex-direction: column;
}

.p-privacy__item:nth-child(even) {
	background-color: #e8ecf1;
}

.p-scroll-top {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 10;
}

.p-scroll-top a {
	align-items: center;
	color: #252930;
	display: flex;
	flex-direction: column;
	font-family: "Exo 2", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 0.5625rem;
	font-weight: 700;
	gap: 16px;
	height: 4.875rem;
	letter-spacing: 0.15em;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: color 0.3s ease;
	width: 4.875rem;
}

.p-header__scroll-top {
	bottom: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.p-footer__scroll-top {
	left: 50%;
	top: -5rem;
	transform: translateX(-50%);
}

.p-scroll-top__arrow {
	height: auto;
	margin-left: 0.3125rem;
	transition: opacity 0.3s ease;
	vertical-align: middle;
	width: 1rem;
}

.p-scroll-top__arrow.is-hidden {
	opacity: 0;
}

.p-header.is-transparent .js-pagetop-text,
.p-header.is-black .js-pagetop-text {
	color: #fff;
}

.p-test {
	color: red;
	font-size: 1.25rem;
}

.p-top-business__inner.l-inner {
	max-width: 33.75rem;
}

.p-top-business01__inner.l-inner {
	max-width: 33.75rem;
}

.p-top-business__contain {
	display: flex;
	flex-direction: column-reverse;
}

.p-top-business__detail {
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
	margin-top: 0rem;
	width: 100%;
}

.p-top-business__detail h3 {
	font-size: max(10px, 1.625rem);
	font-weight: 900;
	letter-spacing: 0.23em;
	line-height: 1.4;
	padding-left: 1.875rem;
}

.p-top-business__text {
	padding-left: 1.5625rem;
	width: 100%;
}

.p-top-business__text p {
	font-size: max(10px, 0.75rem);
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
}

.p-top-business__swiper {
	margin-top: 2.5625rem;
	padding-bottom: 1.875rem;
	position: relative;
	width: 100%;
}

.p-top-business__btn {
	margin-top: -0.625rem;
	padding-left: 1.5625rem;
}

.p-top-facilities__inner.l-inner {
	max-width: 33.75rem;
}

.p-top-facilities01__inner.l-inner {
	max-width: 33.75rem;
}

.p-top-facilities__contain {
	display: flex;
	flex-direction: column;
}

.p-top-facilities__detail {
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
	margin-top: 3.125rem;
	width: 100%;
}

.p-top-facilities__detail h3 {
	font-size: max(10px, 1.625rem);
	font-weight: 900;
	letter-spacing: 0.19em;
	line-height: 1.4;
	padding-left: 1.875rem;
}

.p-top-facilities__text p {
	font-size: max(10px, 0.75rem);
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.8;
	line-height: 2;
	padding-left: 1.875rem;
	width: 85%;
}

.p-top-facilities__img {
	background-image: url(../../assets/images/top/facilities-sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 15.625rem;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.p-top-facilities__btn {
	margin-top: -0.625rem;
	padding-left: 1.875rem;
}

.p-top-fv {
	height: 100vh;
	position: relative;
	width: 100vw;
}

.p-top-fv__inner.l-inner {
	height: 100vh;
	width: 100vw;
}

.p-top-fv::before {
	background-color: rgba(0, 0, 0, 0.2);
	content: "";
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.p-top-fv__movie,
.p-top-fv__swiper {
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -2;
}

.p-top-fv__movie > video {
	-o-object-fit: cover;
	aspect-ratio: 1440/900;
	height: 100vh;
	object-fit: cover;
	width: 100vw;
}

.p-top-fv__contain {
	left: 1.875rem;
	position: absolute;
	top: 23.8095238095vh;
}

.p-top-fv__title {
	animation: slideInLeft 1s ease-out 0s forwards;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.p-top-fv__title h1 {
	color: #fff;
	font-family: "Exo 2", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: max(10px, 2.6875rem);
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1;
	text-shadow: 0 0 0.625rem #252930;
	text-transform: uppercase;
}

.p-top-fv__title p {
	color: #fff;
	font-size: max(10px, 1.5625rem);
	letter-spacing: 0.3em;
	line-height: 1;
	text-shadow: 0 0 0.625rem #252930;
}

.p-top-fv__title p .is-small {
	font-size: 1.0625rem;
}

.p-top-fv__title p .is-tag {
	color: #fff;
	font-size: max(10px, 0.6875rem);
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
	text-shadow: 0 0 0.625rem #252930;
}

.p-top-fv__text-wrapper {
	animation: slideInLeft 1s ease-out 0.5s forwards;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 5rem;
	opacity: 0;
}

.p-top-fv__text-bold {
	color: #fff;
	font-size: max(10px, 1.625rem);
	font-weight: 700;
	letter-spacing: 0.3em;
	line-height: 1.5;
	text-shadow: 0 0 0.625rem #252930;
	text-transform: uppercase;
}

.p-top-fv__text-sub {
	color: #fff;
	font-size: max(10px, 0.75rem);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.8;
	text-shadow: 0 0 0.625rem #252930;
}

.p-top-fv__scroll {
	bottom: 4.4375rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.p-top-fv__scroll p {
	color: #fff;
	font-family: "Exo 2", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 0.5625rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.p-top-fv__scroll::before {
	animation: scroll 2s ease-out infinite;
	background-color: #fff;
	bottom: -4.4375rem;
	content: "";
	height: 3.75rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1px;
	z-index: 0;
}

.p-top-instagram {
	overflow: hidden;
}

.p-top-instagram__inner.l-inner {
	max-width: 33.75rem;
}

.p-top-instagram__layout {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	position: relative;
}

.p-top-instagram__layout::before {
	background-color: #cacdd7;
	bottom: 0rem;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100vw;
}

.p-top-instagram__btn {
	text-align: center;
}

.p-top-instagram__content {
	padding-bottom: 1.75rem;
	padding-top: 1.75rem;
}

.p-top-link {
	border-top: 1px solid #cacdd7;
	overflow: hidden;
	position: relative;
}

.p-top-link__inner.l-inner {
	max-width: 33.75rem;
}

.p-top-link__list {
	grid-gap: 3rem;
	display: grid;
	gap: 3rem;
	grid-template-columns: 1fr;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

.p-top-link__list::before {
	background-color: #cacdd7;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
	width: 100vw;
}

.p-top-link__item {
	aspect-ratio: 560/230;
	max-width: 35rem;
	overflow: hidden;
}

.p-top-link__item.is-company a::before {
	aspect-ratio: 560/230;
	background-image: url(../../assets/images/top/link-company.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 50%;
	max-width: 35rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.4s ease;
	width: 100%;
	z-index: -2;
}

.p-top-link__item.is-contact a::before {
	aspect-ratio: 560/230;
	background-image: url(../../assets/images/top/link-contact.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	left: 50%;
	max-width: 35rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.4s ease;
	width: 100%;
	z-index: -2;
}

.p-top-link__item a {
	align-items: center;
	display: inline-flex;
	flex-direction: column;
	gap: 0rem;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	position: relative;
	transition: 0.3s ease-in-out;
	width: 100%;
}

.p-top-link_en {
	color: #fff;
	font-family: "Exo 2", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: max(10px, 1.3125rem);
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.p-top-link_jp {
	color: #fff;
	font-size: max(10px, 0.625rem);
	font-weight: 400;
	letter-spacing: 0.4em;
}

.p-top-works {
	background-color: #252930;
	color: #f2f4f7;
	padding-top: 9.375rem;
}

.p-top-works__inner.l-inner {
	max-width: 33.75rem;
}

.p-top-works01__inner.l-inner {
	max-width: 33.75rem;
}

.p-top-works__bg {
	background-color: #252930;
	background-image: url(../../assets/images/top/works-sp.webp);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 5rem;
	padding-top: 18.125rem;
}

.p-top-works__contain {
	width: 100%;
}

.p-top-works__detail {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.p-top-works__detail h3 {
	font-size: max(10px, 1.625rem);
	font-weight: 900;
	letter-spacing: 0.19em;
	letter-spacing: 0.19em;
	line-height: 1.4;
	padding-left: 1.875rem;
}

.p-top-works__text p {
	font-size: max(10px, 0.75rem);
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 2;
	padding-left: 1.875rem;
}

.p-top-works__btn {
	padding-left: 1.875rem;
}

.p-works__inner.l-inner {
	max-width: 33.75rem;
}

.p-works__list01 {
	grid-gap: 2.6875rem;
	display: grid;
	gap: 2.6875rem;
	grid-template-columns: repeat(1, 1fr);
}

.p-works__img01 {
	aspect-ratio: 460/305;
	overflow: hidden;
}

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

.p-works__list02 {
	grid-row-gap: 2.75rem;
	grid-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 2.75rem;
}

.p-works__img02 {
	aspect-ratio: 3/2;
	overflow: hidden;
}

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

.p-works h2 {
	font-size: 1.5rem;
	letter-spacing: 0.2em;
}

.p-works__list-wrapper {
	margin-top: 2.3125rem;
}

.p-works__list-wrapper02 {
	margin-top: 5rem;
}

.p-works__item-date {
	font-size: max(12px, 0.75rem);
	font-weight: 500;
	margin-top: 1.4375rem;
}

.p-works__list02 .p-works__item-date {
	font-size: max(12px, 0.75rem);
	font-weight: 500;
	margin-top: 0.9375rem;
}

.p-works h3 {
	font-size: 0.9375rem;
	letter-spacing: 0.12em;
	margin-top: 0.625rem;
}

.p-works__list02 h3 {
	font-size: 0.8125rem;
	letter-spacing: 0.12em;
	margin-top: 0.625rem;
}

.p-works__item-scale {
	font-size: 0.75rem;
	margin-top: 0.625rem;
}

.p-works__list02 .p-works__item-scale {
	font-size: 0.75rem;
	margin-top: 0.625rem;
}

.p-works__item-place {
	font-size: 0.75rem;
}

.p-works__list02 .p-works__item-place {
	font-size: 0.75rem;
}

.p-works__table-wrapper {
	margin-top: 4.5rem;
}

.p-works__item--no-data {
	color: #252930;
	font-size: 1rem;
	list-style: none;
	padding: 2em 1em;
}

.p-works__item {
	cursor: pointer;
}

form.wpcf7-form.init,
form.wpcf7-form.invalid {
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
}

input,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
	background-color: #fff;
	border-radius: 5px;
	padding: 0.8125rem 0.9375rem;
	width: 100%;
}

.wpcf7 input::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
	color: #a5a5a5;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
	color: #a5a5a5;
}

.p-wpcf7__label,
.p-wpcf7__label.is-note,
.p-wpcf7__label.is-textarea {
	grid-gap: 0.9375rem;
	align-items: center;
	display: grid;
	font-size: 0.75rem;
	font-weight: 500;
	gap: 0.9375rem;
	grid-template-columns: 1fr;
}

.p-wpcf7__label.is-textarea {
	word-wrap: anywhere;
	align-items: start;
}

.p-wpcf7__label.is-zip span.is-layout {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}

.p-wpcf7__text {
	width: 100%;
}

.p-wpcf7__text p {
	font-size: 0.75rem;
}

.span.wpcf7-list-item-label {
	font-size: 0.6875rem;
	letter-spacing: 0.02em;
	text-align: left;
}

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

.wpcf7-list-item-label {
	display: inline-block;
	font-size: 0.6875rem;
	padding-left: 2.9375rem;
	position: relative;
	text-align: left;
}

.wpcf7-list-item-label::before {
	background: #fff;
	border: 2px solid #cacdd7;
	border-radius: 3px;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 1.375rem;
	left: 0;
	position: absolute;
	top: 0.1875rem;
	width: 1.375rem;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before {
	background: #0e3455;
	border: 2px solid #0e3455;
	border-radius: 3px;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	content: "";
	display: block;
	height: 0.4375rem;
	left: 0.3125rem;
	position: absolute;
	top: 0.5rem;
	transform: rotate(-45deg);
	width: 0.6875rem;
}

.p-wpcf7__check {
	margin-top: 0;
	text-align: center;
}

.p-wpcf7__check a {
	border-bottom: solid 1px #252930;
}

.p-contact__thanks-btn,
.js-confirmButton,
input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background-color: #252930;
	border-radius: 100vmax;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	padding: 1.25rem 0;
	position: relative;
	text-align: center;
	transition: 0.3s ease-in-out;
	width: 9.0625rem;
}

.js-confirmButton[disabled] {
	background-color: #cacdd7;
	color: #fff;
	cursor: not-allowed;
}

.js-backButton {
	background-color: #fff;
	border-radius: 100vmax;
	color: #252930;
	display: inline-block;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	padding: 1.25rem 0;
	position: relative;
	text-align: center;
	transition: 0.3s ease-in-out;
	width: 9.0625rem;
}

.p-wpcf7__btn {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	justify-content: center;
	margin-top: 1.875rem;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner::after {
	background-image: url();
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.875rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 1.875rem;
}

.wpcf7-spinner {
	background-color: #23282d;
	border: none;
	border-radius: 100%;
	display: none;
	height: 24px;
	margin: 0 24px;
	opacity: 0.75;
	padding: 0;
	position: relative;
	visibility: hidden;
	width: 24px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	border: solid 2px rgb(152, 157, 164);
	outline: none;
}

.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid {
	background-color: rgb(254, 246, 248);
	border: solid 2px rgb(244, 168, 188);
}

input#your-company,
input#your-tel,
input#your-zip {
	width: 100%;
}

textarea#your-message {
	height: 8.25rem;
}

span.is-hankaku {
	font-size: 0.75rem;
	font-weight: 400;
	margin-left: 0.625rem;
	margin-top: 1rem;
	white-space: nowrap;
}

span.is-sp-row {
	display: flex;
}

.p-wpcf7__label-wrapper {
	display: flex;
	flex-direction: column;
}

.p-wpcf7__confirm-area {
	display: flex;
	flex-direction: column;
	gap: 2.3125rem;
}

.p-form.js-confirmArea {
	display: none;
}

.p-wpcf7__btn-wrapper {
	display: flex;
	gap: 1.875rem;
	justify-content: center;
}

.p-wpcf7__confirm-area .p-contact__line label {
	padding: 1.1875rem 0.5625rem;
}

.wpcf7-response-output {
	display: none;
}

.scroll-hint-icon {
	top: 3.125rem !important;
}

.scroll-hint-icon {
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	box-sizing: border-box;
	height: auto;
	left: calc(50% - 60px);
	opacity: 0;
	padding: 20px 10px 10px 10px;
	position: absolute;
	text-align: center;
	transition: opacity 0.3s;
	width: 120px;
}

.swiper-container {
	position: relative;
}

.swiper {
	height: 100%;
	overflow: visible;
	width: 100%;
}

.swiper-slide {
	width: 100%;
}

.swiper-slide img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.swiper-pagination-bullet-active {
	background-color: #00aab5 !important;
	border-radius: 100vmax !important;
	width: 1.5rem !important;
}

.swiper-pagination-bullet-active {
	transition: all 0.6s ease;
}

.top-fv-swiper {
	height: 100vh;
	margin-top: 0;
}

.top-fv-swiper .swiper-slide img {
	aspect-ratio: 819/546;
}

.top-business-swiper {
	padding-bottom: 1.5625rem !important;
}

.top-business-swiper .swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 670/475;
	object-fit: cover;
	width: 100%;
}

.swiper-pagination.top-business-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
	left: 1.25rem;
	position: absolute;
	width: -moz-fit-content;
	width: fit-content;
}

.lower-fv-swiper .swiper-slide img {
	aspect-ratio: 710/475;
	height: 14.875rem;
}

.swiper-pagination.lower-fv-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	display: none;
}

.business01-swiper,
.business02-swiper,
.business03-swiper {
	padding-bottom: 1.25rem !important;
}

.business01-swiper .swiper-slide img,
.business02-swiper .swiper-slide img,
.business03-swiper .swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 670/445;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.swiper-pagination.business01-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination.business02-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination.business03-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
	left: auto;
	right: 2px;
	width: -moz-fit-content;
	width: fit-content;
}

table {
	background-color: #fff;
	border-collapse: collapse;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	overflow-x: scroll;
	white-space: nowrap;
	width: 100%;
}

table th,
table td {
	border-bottom: 1px solid #cacdd7;
	border-top: 1px solid #cacdd7;
	font-size: 0.75rem;
	font-weight: 400;
	padding: 0.625rem 0.625rem;
	text-align: center;
}

table th.is-left,
table td.is-left {
	text-align: left;
}

table th {
	background-color: #475162;
	color: #fff;
}

table tr:nth-child(even) td {
	background-color: #e8ecf1;
}

.p-facility__table-wrapper th {
	font-weight: 400;
	text-align: center;
}

.p-facility__table-wrapper td {
	border-bottom: 1px solid #cacdd7;
	border-top: 1px solid #cacdd7;
	font-size: 0.75rem;
	font-weight: 400;
	padding: 0.625rem 0.625rem;
	text-align: center;
}

.p-facility__table-wrapper td.is-left {
	text-align: left;
}

.u-tab {
	display: none;
}

.u-xl {
	display: none;
}

@media (any-hover: hover) {

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

.c-btn:hover::after {
	animation: shine 0.8s ease-out forwards;
}

.p-footer__privacy a:hover {
	opacity: 0.7;
}

.p-header__nav-item a:hover,
.p-header__nav-item a:hover .p-header__link-jp {
	opacity: 0.7;
}

.p-header__nav-item a:hover .p-header__link-en {
	color: #00aab5;
}

.p-top-link__item a:hover::before {
	transform: translate(-50%, -50%) scale(1.05);
	transition: transform 0.4s ease;
}

.p-contact__thanks-btn:hover,
.js-confirmButton:hover,
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background-color: #fff;
	color: #252930;
}

.js-backButton:hover {
	background-color: #252930;
	color: #fff;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3559322034vw;
}

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

a:hover {
	opacity: 0.8;
}

.c-access-item {
	flex-direction: row;
	gap: 3.75rem;
}

.c-access-item__detail {
	gap: 2.25rem;
	max-width: 35.625rem;
	width: calc(41% - 3.75rem);
}

.c-access-item__text-main {
	font-size: max(10px, 1.125rem);
}

.c-access-item__text-sub {
	font-size: max(10px, 1rem);
}

.c-access-item__access-map {
	max-width: 35.625rem;
	width: 59%;
}

.c-access-item__access-map > iframe {
	aspect-ratio: 570/510;
}

.c-btn {
	min-width: 12.5rem;
	padding-bottom: 1rem;
	padding-left: 1.8125rem;
	padding-right: 1.8125rem;
	padding-top: 1rem;
}

.c-btn::before {
	right: 1.0625rem;
	width: 2.625rem;
}

.c-btn p {
	font-size: max(10px, 0.9375rem);
}

.c-btn.is-insta {
	min-width: auto;
	padding-left: 1.8125rem;
	width: 10rem;
}

.c-company-list {
	flex-direction: row;
	gap: 1.0625rem;
	padding: 1.75rem 2.5rem;
}

.c-company-list__title {
	width: 37%;
}

.c-company-list__title p {
	font-size: max(10px, 1rem);
}

.c-company-list__detail {
	width: calc(63% - 1.25rem);
}

.c-company-list__detail p {
	font-size: max(10px, 1rem);
}

.c-facility-item {
	justify-content: space-between;
	padding: 1.25rem 2.5rem;
}

.c-facility-item p:first-of-type {
	font-size: max(10px, 1rem);
}

.c-facility-item p:last-of-type {
	font-size: max(10px, 1rem);
}

.c-privacy-item {
	flex-direction: row;
	gap: 1.25rem;
	padding-bottom: 1.875rem;
	padding-left: 1.875rem;
	padding-right: 2.4375rem;
	padding-top: 1.875rem;
}

.c-privacy-item__title {
	width: calc(30% - 1.25rem);
}

.c-privacy-item__title p {
	font-size: max(10px, 0.875rem);
}

.c-privacy-item__detail {
	width: 70%;
}

.c-privacy-item__detail p {
	font-size: max(10px, 0.875rem);
}

.c-privacy-item__detail a {
	font-size: max(10px, 0.875rem);
}

.c-privacy-item__detail ul li {
	font-size: max(10px, 0.875rem);
}

.c-top-section-title {
	flex-direction: row;
	gap: 1.4375rem;
	padding-bottom: 2.5rem;
}

.c-top-section-title h2 {
	font-size: max(10px, 1rem);
}

.c-top-section-title p {
	font-size: max(10px, 2.1875rem);
	line-height: 1;
}

.l-404 {
	margin-top: 4.375rem;
}

.l-business {
	margin-top: 4.375rem;
}

.l-company {
	margin-top: 6.625rem;
}

.l-contact {
	margin-top: 6.625rem;
}

.l-facility {
	margin-top: 6.25rem;
}

.l-footer {
	margin-top: 14.0625rem;
}

.l-inner {
	max-width: 1230px;
	padding-left: 25px;
}

.l-privacy {
	margin-top: 7.875rem;
}

.l-top-business {
	margin-top: 8rem;
}

.l-top-facilities {
	margin-top: 13.125rem;
}

.l-top-footer {
	margin-top: 0rem;
}

.l-top-instagram {
	margin-top: 8.4375rem;
}

.l-top-link {
	margin-top: 0;
}

.l-top-works {
	margin-top: 0;
}

.l-works {
	margin-top: 6.75rem;
}

.p-404__inner.l-inner {
	max-width: 78.125rem;
}

.p-business__inner.l-inner {
	max-width: 78.125rem;
	width: 100%;
}

.p-business__text {
	gap: 2.75rem;
	width: 49%;
}

.p-business__text h2 {
	font-size: max(10px, 2.25rem);
}

.p-business__text p {
	font-size: max(10px, 1rem);
}

.p-business__list-wrapper {
	margin-top: 9rem;
}

ul.p-business__list {
	gap: 3.3125rem;
}

.p-business__item {
	flex-direction: row;
	gap: 4.8125rem;
}

.p-business__item-detail {
	gap: 2.75rem;
	padding-left: 0;
	width: calc(48% - 4.8125rem);
}

.p-business__item-title {
	margin-top: 2.5rem;
}

.p-business__item-title h3 {
	font-size: max(10px, 1.875rem);
	line-height: 1.5;
}

.p-business__item-title p {
	font-size: max(10px, 0.75rem);
	line-height: 1.5;
}

.p-business__item-text {
	gap: 0.625rem;
}

p.p-business__text-main {
	font-size: max(10px, 1.25rem);
	font-weight: 900;
	letter-spacing: 0.1em;
}

p.p-business__text-sub {
	font-size: max(10px, 1rem);
}

.p-business__swiper {
	margin-left: calc(50% - 50vw);
	padding-bottom: 2rem;
	width: 52%;
}

.p-company__inner.l-inner {
	max-width: 78.125rem;
}

.p-company__text {
	margin-top: 6.5rem;
}

.p-company__text h2 {
	font-size: max(10px, 2.25rem);
}

.p-company__list-wrapper {
	margin-top: 4.375rem;
}

.p-company__access {
	margin-top: 4.375rem;
}

.p-company__access-list {
	gap: 5.375rem;
}

.p-company__past {
	margin-top: 5.125rem;
}

.p-company__past-list {
	gap: 0.625rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-company__past-item p {
	font-size: max(10px, 1rem);
}

.p-contact__inner.l-inner {
	max-width: 78.125rem;
}

.p-contact__text p {
	font-size: max(10px, 1rem);
}

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

.p-contact__tel h2,
.p-contact__mail h2 {
	font-size: 2.0625rem;
	letter-spacing: 0.26em;
}

.p-contact__tel-number {
	font-size: 2.75rem;
	margin-top: 2.3125rem;
}

.p-contact__tel-text {
	margin-top: 0.625rem;
}

.p-contact__mail {
	margin-top: 7.375rem;
}

.p-contact__mail-text {
	margin: 2.875rem auto 0;
	max-width: 54.75rem;
}

.p-contact__mail-text.is-confirm {
	margin-left: 2.5rem;
	margin-top: 2.875rem;
	max-width: 54.75rem;
}

.p-contact__mail-text p {
	font-size: max(10px, 1rem);
}

.p-contact__process {
	margin-top: 3.125rem;
}

.p-contact__process-item {
	font-size: max(10px, 1rem);
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.p-contact__process-item:first-of-type::before {
	right: -1.5625rem;
	width: 1.9375rem;
}

.p-contact__process-item.is-last:first-of-type::after {
	right: -1.5rem;
	width: 1.9375rem;
}

.p-contact__process-item:nth-of-type(2)::before {
	right: -1.375rem;
	width: 1.9375rem;
}

.p-contact__process-item:nth-of-type(2)::after {
	right: -1.4375rem;
	width: 1.9375rem;
}

.p-contact__form-layout {
	gap: 1.25rem;
	margin-top: 4.375rem;
}

.p-contact__form-layout.l-inner {
	max-width: 58.125rem;
	padding-left: rme(20);
	padding-right: rme(20);
}

.p-contact__form-layout label {
	background: none;
	padding: 0rem 0rem;
}

.p-contact__thanks-text {
	margin-left: 2.5rem;
}

.p-contact__thanks-text p {
	font-size: max(12px, 1rem);
}

.p-contact__about h2 {
	font-size: 2.3125rem;
}

.p-facility__inner.l-inner {
	max-width: 78.125rem;
}

.p-facility__text {
	margin-top: 6.5rem;
}

.p-facility__text h2 {
	font-size: max(10px, 2.25rem);
}

.p-facility__text p {
	font-size: max(10px, 1rem);
}

.p-facility__list-wrapper {
	margin-top: 4.5rem;
}

.p-facility__list {
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 3.125rem;
}

.p-facility__item {
	gap: 1rem;
}

.p-facility__item-detail p {
	font-size: max(10px, 1rem);
}

.p-facility__table-wrapper {
	position: static !important;
}

.p-facility__layout {
	gap: 7.1875rem;
	margin-top: 4.1875rem;
}

.p-facility__content {
	flex-direction: row;
	gap: 1.875rem;
}

.p-facility__content h3 {
	font-size: max(10px, 1.375rem);
	letter-spacing: 0.3em;
	width: 22%;
}

.p-facility__content-wrapper {
	width: calc(78% - 1.875rem);
}

.p-footer {
	padding-bottom: 2.5rem;
	padding-top: 7.0625rem;
}

.p-footer__inner.l-inner {
	max-width: 83.125rem;
}

.p-footer__logo,
.p-footer__info,
.p-footer__privacy {
	align-items: start;
}

.p-footer__logo-sub {
	font-size: max(10px, 0.875rem);
}

.p-footer__logo-main {
	font-size: max(10px, 1.6875rem);
	line-height: 1;
}

.p-footer__logo-main span.small {
	font-size: max(10px, 1.375rem);
}

.p-footer__logo-main span.en {
	font-size: 0.75rem;
}

.p-footer__info p,
.p-footer__info a {
	font-size: max(10px, 1rem);
}

.p-footer__privacy {
	gap: 1rem;
	margin-top: 5rem;
}

.p-footer__privacy a {
	font-size: max(10px, 0.75rem);
	transition: 0.3s ease-in-out;
}

.p-footer__copy {
	font-size: 0.625rem;
}

.p-header {
	background-color: transparent;
	border-bottom: none;
}

.p-header.is-lower {
	border-bottom: none;
}

.p-header__hamburger {
	background-color: #252930;
}

.p-header__hamburger span {
	background-color: rgba(242, 244, 247, 0.8);
}

.p-header__hamburger.is-active span {
	background-color: rgba(242, 244, 247, 0.8);
}

.p-header__logo-hamburger {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.0625rem;
}

.p-header.is-transparent .p-header__logo .p-header__logo-jp,
.p-header.is-transparent .p-header__logo .p-header__logo-en {
	color: transparent;
}

.p-header.is-transparent .p-header__hamburger.is-active {
	background-color: #252930;
}

.p-header.is-transparent .p-header__hamburger.is-active span {
	background-color: rgba(242, 244, 247, 0.8);
}

.p-header.is-black .p-header__hamburger.is-active {
	background-color: #252930;
}

.p-header.is-black .p-header__hamburger.is-active span {
	background-color: rgba(242, 244, 247, 0.8);
}

.p-header__nav-item a.current .p-header__link-jp::before {
	left: -3.125vw;
	width: 2.0833333333vw;
}

.p-header__overlay {
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	background-color: transparent;
}

.p-header__hamburger-nav {
	min-width: 15rem;
	padding: 8.125rem 0.625rem 3.125rem 3.125rem;
	width: 16.6666666667vw;
}

.p-header__logo-mobile-wrapper {
	display: none;
}

.p-lower-fv {
	padding-top: 8.5rem;
}

.p-lower-fv__inner.l-inner {
	max-width: 83.5625rem;
}

.p-lower-fv__title {
	font-size: max(10px, 1.125rem);
	gap: 0.8125rem;
}

.p-lower-fv p {
	font-size: max(10px, 4.0625rem);
}

.p-lower-fv h1 {
	font-size: max(10px, 1.125rem);
}

.p-lower-fv__img,
.p-lower-fv__swiper {
	margin-top: 3.375rem;
}

.p-lower-fv__img > img {
	aspect-ratio: 1437/503;
}

.p-privacy__inner.l-inner {
	max-width: 78.125rem;
}

.p-privacy__wrapper {
	margin-top: 4.5625rem;
}

.p-scroll-top a {
	font-size: max(12px, 0.75rem);
}

.p-test {
	color: green;
	font-size: 3.125rem;
}

.p-top-business__inner.l-inner {
	max-width: 88.125rem;
}

.p-top-business01__inner.l-inner {
	max-width: 83.75rem;
}

.p-top-business__contain {
	flex-direction: row;
	gap: 3.125rem;
	margin-top: 1.75rem;
}

.p-top-business__detail {
	gap: 2.75rem;
	margin-top: 7.6875rem;
	width: calc(35% - 2.5rem);
}

.p-top-business__detail h3 {
	font-size: max(10px, 2.25rem);
	padding-left: 0.625rem;
}

.p-top-business__text {
	padding-left: 0rem;
}

.p-top-business__text p {
	font-size: max(10px, 1rem);
	line-height: 1.8;
}

.p-top-business__swiper {
	flex-grow: 1;
	margin-right: calc(50% - 50vw);
	margin-top: 3rem;
	width: 65%;
}

.p-top-business__btn {
	margin-top: 0;
	padding-left: 0;
}

.p-top-facilities__inner.l-inner {
	max-width: 88.125rem;
}

.p-top-facilities01__inner.l-inner {
	max-width: 90rem;
}

.p-top-facilities__contain {
	flex-direction: row;
}

.p-top-facilities__detail {
	gap: 2.5rem;
	margin-left: -1.5rem;
	margin-top: clamp(0.625rem, -15.946rem + 34.52vw, 15.125rem);
	width: 32%;
}

.p-top-facilities__detail h3 {
	font-size: max(10px, 2.25rem);
	padding-left: 0rem;
	white-space: nowrap;
}

.p-top-facilities__text p {
	font-size: max(10px, 1rem);
	padding-left: 0;
	width: 89%;
}

.p-top-facilities__img {
	background-image: none;
	height: min(700px, 48.6111111111vw);
	margin-left: -1.5625rem;
	margin-right: 0;
	position: relative;
	width: 55%;
}

.p-top-facilities__img::before {
	background-image: url(../../assets/images/top/facility-pc01.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: -7.5625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: min(560px, 38.8888888889vw);
}

.p-top-facilities__img::after {
	background-image: url(../../assets/images/top/facility-pc02.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	position: absolute;
	right: -1.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: min(560px, 38.8888888889vw);
}

.p-top-facilities__btn {
	margin-top: 0;
	padding-left: 0;
}

.p-top-fv {
	aspect-ratio: 1440/900;
}

.p-top-fv__contain {
	left: 11.8055555556vw;
	top: 50%;
	transform: translateY(-50%);
}

.p-top-fv__title h1 {
	font-size: max(10px, 3.75rem);
}

.p-top-fv__title p {
	letter-spacing: 0.5em;
}

.p-top-fv__title p .is-tag {
	font-size: max(10px, 0.8125rem);
}

.p-top-fv__text-wrapper {
	gap: 1.25rem;
	margin-top: 6.25rem;
}

.p-top-fv__text-bold {
	font-size: max(10px, 1.875rem);
	line-height: 1;
}

.p-top-fv__text-sub {
	font-size: max(10px, 1rem);
	line-height: 2;
}

.p-top-fv__scroll {
	bottom: 5.8125rem;
}

.p-top-fv__scroll p {
	font-size: max(12px, 0.75rem);
}

.p-top-fv__scroll::before {
	bottom: -5.8125rem;
	height: 5rem;
}

.p-top-instagram__inner.l-inner {
	max-width: 88.125rem;
}

.p-top-instagram__layout {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.p-top-instagram__btn {
	padding-bottom: 1.875rem;
	text-align: left;
}

.p-top-link__inner.l-inner {
	max-width: 88.125rem;
}

.p-top-link__list {
	gap: 1.5rem;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 1.25rem;
	margin-top: 1.25rem;
	position: relative;
}

.p-top-link__list::before {
	height: calc(100% + 3rem);
	top: -1.5rem;
	width: 1px;
}

.p-top-link__item a {
	aspect-ratio: 560/230;
	gap: 0.625rem;
}

.p-top-link_en {
	font-size: max(10px, 1.75rem);
}

.p-top-link_jp {
	font-size: max(10px, 0.875rem);
}

.p-top-works {
	padding-top: 8.4375rem;
}

.p-top-works__inner.l-inner {
	max-width: 88.125rem;
}

.p-top-works01__inner.l-inner {
	max-width: 76.625rem;
}

.p-top-works__bg {
	background-image: url(../../assets/images/top/works-img.webp);
	background-size: cover;
	padding-bottom: 0;
	padding-top: 0;
}

.p-top-works__contain {
	padding-bottom: 12.5rem;
	padding-top: 10.5rem;
	width: 43%;
}

.p-top-works__detail {
	gap: 2.5rem;
}

.p-top-works__detail h3 {
	font-size: max(10px, 2.25rem);
	padding-left: 0.625rem;
}

.p-top-works__text p {
	font-size: max(10px, 1rem);
	line-height: 1.8;
	padding-left: 0;
	width: 89%;
}

.p-top-works__btn {
	padding-left: 0;
}

.p-works__inner.l-inner {
	max-width: 78rem;
}

.p-works__list01 {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 5rem;
}

.p-works__list02 {
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 3.125rem;
}

.p-works h2 {
	font-size: 2.25rem;
}

.p-works__list-wrapper {
	margin-top: 4.6875rem;
}

.p-works__list-wrapper02 {
	margin-top: 5.625rem;
}

.p-works__item-date {
	font-size: max(12px, 1rem);
	margin-top: 1.25rem;
}

.p-works__list02 .p-works__item-date {
	font-size: max(12px, 1rem);
	margin-top: 1.25rem;
}

.p-works h3 {
	font-size: 1.125rem;
	letter-spacing: 0.2em;
	margin-top: 0.3125rem;
}

.p-works__list02 h3 {
	font-size: 1.125rem;
	letter-spacing: 0.2em;
	margin-top: 0.3125rem;
}

.p-works__item-scale {
	font-size: 0.875rem;
	margin-top: 1rem;
}

.p-works__list02 .p-works__item-scale {
	font-size: 0.875rem;
	margin-top: 1rem;
}

.p-works__item-place {
	font-size: 0.875rem;
}

.p-works__list02 .p-works__item-place {
	font-size: 0.875rem;
}

.p-works__table-wrapper {
	overflow: visible !important;
	position: static !important;
}

.p-works__table-wrapper {
	margin-top: 8.125rem;
}

form.wpcf7-form.init,
form.wpcf7-form.invalid {
	gap: 1.25rem;
}

input,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
	padding: 1.1875rem 1.875rem;
}

.p-wpcf7__label,
.p-wpcf7__label.is-note,
.p-wpcf7__label.is-textarea {
	font-size: 1rem;
	gap: 1rem;
	grid-template-columns: 22% 1fr;
}

.p-wpcf7__label.is-note {
	gap: 3.625rem;
	grid-template-columns: 20% 1fr 12%;
}

.p-wpcf7__label.is-textarea {
	gap: 1.875rem;
	grid-template-columns: 20% 1fr;
}

.p-wpcf7__label.is-tel {
	grid-template-columns: 22% 1fr 35%;
}

.p-wpcf7__label.is-mail {
	grid-template-columns: 22% 1fr 15%;
}

.p-wpcf7__label.is-zip {
	grid-template-columns: 22% 1fr 45%;
}

.p-wpcf7__text {
	margin-left: auto;
	width: 74%;
}

.span.wpcf7-list-item-label {
	font-size: 0.875rem;
}

.wpcf7-list-item-label {
	font-size: 0.9375rem;
}

.wpcf7-list-item-label::before {
	top: 0rem;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
	left: 0.375rem;
	top: 0.375rem;
}

.p-wpcf7__check {
	margin-top: 2.625rem;
}

.p-contact__thanks-btn,
.js-confirmButton,
input.wpcf7-form-control.wpcf7-submit.has-spinner {
	font-size: 1rem;
	padding: 2.3125rem 0.625rem;
	width: 21.375rem;
}

.js-backButton {
	font-size: 1rem;
	padding: 2.3125rem 0.625rem;
	width: 21.375rem;
}

.p-wpcf7__btn {
	flex-direction: row;
	gap: 1.875rem;
	margin-top: 3.75rem;
}

textarea#your-message {
	height: 14.75rem;
}

span.is-hankaku {
	font-size: 0.875rem;
}

.p-wpcf7__label-wrapper {
	gap: 0.5625rem;
}

.p-wpcf7__confirm-area {
	gap: 1.25rem;
}

.p-wpcf7__confirm-area .p-contact__line label {
	padding: 1.75rem 2.375rem;
}

.swiper-slide {
	align-items: center;
	background: #f2f4f7;
	display: flex;
	justify-content: center;
	text-align: center;
}

.top-business-swiper {
	height: 33.75rem;
	margin-right: calc(50% - 50vw);
}

.top-business-swiper .swiper-slide img {
	aspect-ratio: 911/540;
}

.lower-fv-swiper {
	padding-bottom: 2.5rem !important;
}

.lower-fv-swiper {
	margin-right: calc(50% - 50vw);
}

.lower-fv-swiper .swiper-slide img {
	aspect-ratio: 1437/553;
	height: 30.0625rem;
}

.swiper-pagination.lower-fv-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0.3125rem;
	display: block;
	left: auto;
	right: 20.3125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.business01-swiper,
.business02-swiper,
.business03-swiper {
	padding-bottom: 2.0625rem !important;
}

.business01-swiper,
.business02-swiper,
.business03-swiper {
	width: auto;
}

.business01-swiper .swiper-slide img,
.business02-swiper .swiper-slide img,
.business03-swiper .swiper-slide img {
	aspect-ratio: 620/405;
	height: 25.3125rem;
}

table {
	font-size: 0.9375rem;
	overflow-x: auto;
	padding: 1.125rem 0.625rem;
	white-space: normal;
}

table th,
table td {
	font-size: 0.9375rem;
	padding: 1.125rem 0.625rem;
}

table th:nth-child(1),
table td:nth-child(1) {
	width: 17%;
}

table th:nth-child(2),
table td:nth-child(2) {
	width: 57%;
}

table th:nth-child(3),
table td:nth-child(3) {
	width: 10%;
}

table th:nth-child(4),
table td:nth-child(4) {
	width: 16%;
}

.p-facility__table-wrapper td {
	font-size: 0.9375rem;
	padding: 1.125rem 0.625rem;
}

.p-facility__table-wrapper th:nth-child(1),
.p-facility__table-wrapper td:nth-child(1) {
	width: 25%;
}

.p-facility__table-wrapper th:nth-child(2),
.p-facility__table-wrapper td:nth-child(2) {
	width: 10%;
}

.p-facility__table-wrapper th:nth-child(3),
.p-facility__table-wrapper td:nth-child(3) {
	width: 25%;
}

.p-facility__table-wrapper th:nth-child(4),
.p-facility__table-wrapper td:nth-child(4) {
	width: 10%;
}

.p-facility__table-wrapper th:nth-child(5),
.p-facility__table-wrapper td:nth-child(5) {
	width: 30%;
}

.u-tab {
	display: flex;
	gap: 1.875rem;
}

}

@media (min-width: 1180px) {

html {
	font-size: 16px;
}

}

@media screen and (min-width: 1200px) {

.l-inner {
	max-width: 1230px;
	padding-left: 25px;
	padding-right: 25px;
}

.p-404__inner.l-inner {
	padding-right: calc(15rem + 25px);
}

.p-business__item-detail {
	margin-right: 240px;
}

.p-company__inner.l-inner {
	padding-right: calc(15rem + 25px);
}

.p-contact__inner.l-inner {
	padding-right: calc(15rem + 25px);
}

.p-facility__inner.l-inner {
	padding-right: calc(15rem + 25px);
}

.p-header {
	background-color: rgba(242, 244, 247, 0.8);
	border-left: solid 1px #cacdd7;
	height: 100vh;
	right: 0;
	top: 0;
	width: 16.6666666667vw;
	z-index: 100;
}

.p-header__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100vh;
	padding-top: 4rem;
}

.p-header__hamburger {
	display: none;
}

.p-header.is-black {
	background-color: rgba(0, 0, 0, 0.7);
}

.p-header__hamburger-nav {
	display: none;
}

.p-privacy__inner.l-inner {
	padding-right: calc(15rem + 25px);
}

.p-top-instagram__inner.l-inner {
	padding-right: calc(15rem + 25px);
}

.p-top-link__inner.l-inner {
	padding-right: calc(15rem + 25px);
}

.p-works__inner.l-inner {
	padding-right: calc(15rem + 25px);
}

.u-tab {
	display: none;
}

.u-xl {
	display: block;
}

}

@media screen and (min-width: 1440px) {

.p-business__swiper {
	width: calc(-8% + 50vw);
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes shine {

0% {
	left: -75%;
	opacity: 0;
}

30% {
	opacity: 1;
}

100% {
	left: 125%;
	opacity: 0;
}

}

@keyframes scroll {

0% {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	opacity: 0;
}

10% {
	-webkit-clip-path: inset(10% 0 0 0);
	clip-path: inset(10% 0 0 0);
	opacity: 1;
}

100% {
	-webkit-clip-path: inset(100% 0 0 0);
	clip-path: inset(100% 0 0 0);
}

}

@keyframes slideInLeft {

0% {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	opacity: 0;
}

100% {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	opacity: 1;
}

}

@keyframes slideInRight {

0% {
	-webkit-clip-path: inset(0% 0% 0% 100%);
	clip-path: inset(0% 0% 0% 100%);
	opacity: 0;
}

100% {
	-webkit-clip-path: inset(0% 0% 0% 0%);
	clip-path: inset(0% 0% 0% 0%);
	opacity: 1;
}

}

@keyframes slideInUp {

0% {
	opacity: 0;
	transform: translateY(20px);
}

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

}

@keyframes slideOutDown {

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

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

}


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