html {
	font-size: 16px;
}

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

a {
	color: inherit;
	text-decoration: none;
}

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

ul,
ol {
	padding: 0;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 1rem;
}

body {
	-webkit-text-size-adjust: 100%;
	line-height: 1;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

ul,
ol {
	list-style: none;
}

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

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

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

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

picture {
	display: block;
}

summary {
	display: block;
}

summary::marker {
	content: "";
}

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

body {
	background-color: #fff;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1400px;
	padding-inline: 50px;
	width: 100%;
}

.js-fade {
	opacity: 0;
	transform: translateY(max(10%, 2.5rem));
	transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

.js-fade.is-fade {
	opacity: 1;
	transform: translateY(0);
}

.p-box__title {
	margin-inline: auto;
	position: relative;
	z-index: 1;
}

.p-box__title + .p-box__main {
	margin-top: 3.125rem;
}

.l-breadcrumb {
	margin-top: 7.5rem;
}

.p-breadcrumb {
	position: relative;
}

.p-breadcrumb__inner {
	max-width: unset;
	padding-inline: 1.0625rem;
}

.p-breadcrumb__list {
	background-color: #F5F5F5;
	border-radius: 0.375rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.3125rem;
	padding: 0.125rem 0.5625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-breadcrumb__list > span {
	align-items: center;
	color: #979797;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 400;
	gap: 0.5rem;
	letter-spacing: 0.1em;
	line-height: 1.25;
	position: relative;
}

.p-breadcrumb__list > span + span::before {
	align-items: center;
	background: url(../images/common/arrow/breadcrumb.webp) center center/contain no-repeat;
	content: "";
	display: flex;
	height: 0.9375rem;
	justify-content: center;
	width: 0.9375rem;
}

.p-contents__blocks {
	display: grid;
	gap: 7.6875rem;
	margin-top: 6.6875rem;
}

.p-contents__blocks.--ortho {
	gap: 2.5rem;
	margin-top: 3.125rem;
}

.p-contents__blocks:not(.--ortho) .p-contents__block:nth-child(even) .c-block {
	flex-direction: row-reverse;
}

.p-contents__block:nth-child(odd) .c-block__illust {
	left: max(-7.2368421053vw, -6.875rem);
	top: 0;
}

.p-contents__block:nth-child(even) .c-block__illust {
	bottom: -3.75rem;
	right: max(-8.0263157895vw, -7.625rem);
}

.p-contents__lists {
	display: grid;
	gap: 0.5em;
	margin-top: 1.25rem;
}

.p-contents__list {
	display: grid;
	font-size: 1.0625rem;
	font-weight: 400;
	grid-template-columns: 1em 1fr;
	line-height: 1.8235294118;
}

.p-contents__list::before {
	content: "・";
	display: block;
}

.p-contents2__img {
	border-radius: 0.625rem;
	margin-top: 2.375rem;
	overflow: hidden;
}

.p-contents2__img img {
	-o-object-fit: cover;
	aspect-ratio: 1300/464;
	object-fit: cover;
}

.p-contents2__box {
	margin-top: 4.4375rem;
}

.p-contents2__lists {
	display: grid;
	gap: 2.0625rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 4rem;
}

.p-contents2__lists.--3 {
	gap: 5rem;
	grid-template-columns: repeat(3, 1fr);
}

.l-cv {
	margin-block: 11.25rem;
}

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

.p-data__lead {
	margin-top: 3.625rem;
	text-align: center;
}

.p-data__text {
	margin-inline: auto;
	margin-top: 2rem;
	max-width: 50rem;
	overflow: hidden;
	position: relative;
}

.p-data__text:not(.is-full)::before {
	background: linear-gradient(to bottom, transparent, white 50%);
	bottom: 0;
	content: "";
	height: 7.5rem;
	left: 0;
	position: absolute;
	transition: all 0.1s;
	width: 100%;
}

.p-data.is-opened .p-data__text::before {
	opacity: 0;
	visibility: hidden;
}

.p-data__btn {
	align-items: center;
	bottom: 2.625rem;
	display: flex;
	font-size: 1rem;
	gap: 0.5rem;
	justify-content: center;
	left: 0;
	margin-inline: auto;
	transition: all 0.45s;
	z-index: 1;
}

.p-data__btn .c-arrow {
	position: relative;
	transform: rotate(90deg);
	transition: all 0.45s;
}

.p-data__btnText {
	color: #494949;
	position: relative;
}

.p-data__btnText span {
	display: block;
	text-align: center;
	transition: all 0.45s;
	width: 100%;
}

.p-data__btnText span:nth-child(2) {
	opacity: 0;
	position: absolute;
	top: 0;
}

.p-data.is-opened .p-data__btn {
	padding-top: 1.25rem;
}

.p-data.is-opened::before {
	opacity: 0;
	visibility: hidden;
}

.p-data.is-opened .p-data__btnText span:nth-child(1) {
	opacity: 0;
}

.p-data.is-opened .p-data__btnText span:nth-child(2) {
	opacity: 1;
}

.p-data.is-opened .p-data__btn .c-arrow {
	transform: rotate(-90deg);
}

.p-drawer {
	background-color: #C6F0D5;
	height: 100svh;
	left: 0;
	opacity: 0;
	overflow: auto;
	padding-block: 8.4375rem 1.25rem;
	position: fixed;
	top: 0;
	transition: all 0.75s;
	visibility: hidden;
	width: 100%;
}

.p-drawer.is-active {
	opacity: 1;
	visibility: visible;
}

.p-drawer__inner {
	height: -moz-fit-content;
	height: fit-content;
	position: relative;
}

.p-drawer__info {
	align-items: center;
	display: flex;
	gap: 1.6875rem;
}

.p-drawer__tel {
	align-items: center;
	display: grid;
	gap: 0.9375rem;
	grid-template-columns: 1.75rem 1fr;
}

.p-drawer__tel a {
	font-size: 1.875rem;
	letter-spacing: 0.15em;
}

.p-drawer__nav {
	margin-top: 1.375rem;
}

.p-drawer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
	justify-content: flex-start;
	margin-top: 1.75rem;
}
/*
.p-drawer__link:nth-child(2) {
	margin-left: auto;
}
	*/
.p-drawer__link:nth-child(3) {
	margin-left: auto;
}

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

.p-drawer__link:nth-child(1),
.p-drawer__link:nth-child(2)  {
	font-size: 1rem;
}

.p-drawer__img {
	bottom: 0;
	position: fixed;
	right: 0;
	width: min(18.3854166667vw, 22.0625rem);
	z-index: -1;
}

.p-faq__blocks {
	margin-top: 3.875rem;
}

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

.p-faq__subTitle {
	align-items: center;
	border-radius: 0.625rem;
	cursor: pointer;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 3.4375rem 1fr;
	padding-block: 2.125rem;
	padding-inline: 2.875rem 7.75rem;
	position: relative;
}

.p-faq__subTitle span.u-sub-font {
	font-size: 4.6875rem;
	line-height: 1;
	margin-bottom: 0.25em;
}

.p-faq__arrow {
	right: 3.0625rem;
	transition: all 0.45s;
}

.p-faq__block.is-opened .p-faq__arrow {
	transform: translateY(-50%) rotate(225deg);
}

.p-faq__content {
	margin-top: 0.625rem;
}

.p-faq__main {
	align-items: flex-start;
	border-radius: 0.625rem;
	display: grid;
	gap: 1.8125rem;
	grid-template-columns: 3.25rem 1fr;
	padding-block: 2.8125rem;
	padding-inline: 2.6875rem 8.8125rem;
}

.p-feature__img {
	border-radius: 0.625rem;
	margin-top: 2rem;
	overflow: hidden;
}

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

.p-feature__lists.--3 .p-lists {
	gap: 2.125rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-feature__listContent {
	margin-top: 10.9375rem;
}

.p-feature__wrap {
	display: grid;
	gap: 5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.875rem;
}

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

.p-feature__text p + p {
	margin-top: 0.75em;
}

.p-float {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.75s;
	width: 4.0625rem;
	z-index: 99;
}

.p-float__btns {
	border-radius: 0.625rem 0 0 0.625rem;
	display: grid;
	gap: 0.375rem;
	overflow: hidden;
}

.p-float__btn {
	height: 12.875rem;
	position: relative;
}

.p-float__btn a {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	font-weight: 400;
	gap: 0.1875rem;
	height: 100%;
	justify-content: center;
	transition: all 0.45s;
	width: 100%;
	writing-mode: vertical-rl;
}

.p-float__btn img {
	-o-object-fit: contain;
	height: 2.875rem;
	object-fit: contain;
	width: 2.875rem;
}

.l-footer {
	margin-bottom: 2.5rem;
	margin-top: 12.875rem;
}

.p-footer__main {
	position: relative;
}

.p-footer__main > picture {
	margin-left: -3.8125rem;
}

.p-footer__animation {
	left: 50%;
	position: absolute;
	top: -10.0625rem;
	transform: translateX(-50%);
	width: 27.75rem;
}

.p-footer__animation--menu {
	left: 52%;
	top: -13.4375rem;
	width: 37.5625rem;
}

.p-footer__logo {
	margin-inline: auto;
	margin-top: 8.4375rem;
	width: 24.25rem;
}

.p-footer__sns {
	margin-inline: auto;
	margin-top: 4.1875rem;
	width: 3.125rem;
}

.p-footer__sns a img {
	transition: all 0.45s;
}

.p-footer__copy {
	font-size: 1rem;
	line-height: 1.25;
	margin-top: 5.3125rem;
	text-align: center;
}

.l-gallery {
	margin-block: 4.3125rem 6.6875rem;
}

.p-gallery__slider {
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
}

.p-gallery__group {
	display: flex;
	flex-shrink: 0;
	gap: 5rem;
	padding-right: 5rem;
}

.p-gallery__group:nth-child(1) {
	animation: gallery_slide1 60s -30s linear infinite;
}

.p-gallery__group:nth-child(2) {
	animation: gallery_slide2 60s linear infinite;
}

.p-gallery__img {
	display: flex;
}

.p-gallery__img.big {
	width: 18.6875rem;
}

.p-gallery__img.middle {
	width: 18.3125rem;
}

.p-gallery__img.small {
	width: 15.125rem;
}

.p-gallery__img.top {
	align-items: flex-start;
}

.p-gallery__img.top-middle {
	align-items: flex-start;
	margin-top: 2.5rem;
}

.p-gallery__img.center {
	align-items: center;
}

.p-gallery__img.bottom-middle {
	align-items: flex-end;
	margin-bottom: 5rem;
}

.p-gallery__img.bottom {
	align-items: flex-end;
}

.p-globalNav {
	height: 100%;
}

.p-globalNav__links {
	display: flex;
	height: 100%;
}

.p-globalNav__link {
	height: 100%;
}

.p-globalNav__link a {
	align-items: center;
	display: flex;
	font-size: 1.1875rem;
	font-weight: 400;
	height: 100%;
	justify-content: center;
	padding-inline: 1.25rem;
	transition: all 0.45s;
}

.p-header {
	height: 6.4375rem;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.45s;
	width: 100%;
	z-index: 100;
}

.l-header.front .p-header {
	top: -6.5625rem;
}

.l-header.front .p-header .p-header__fixMenu {
	top: -6.5625rem;
}

.l-header.front.is-active .p-header {
	top: 0;
}

.l-header.front.is-active .p-header .p-header__fixMenu {
	top: 0;
}

.p-header__inner {
	align-items: center;
	display: flex;
	max-width: unset;
	padding: 0;
}

.p-header__logo {
	height: 100%;
	max-width: 26.6875rem;
	position: relative;
	z-index: 1;
}

.p-header__logo a {
	align-items: center;
	background-color: #fff;
	border-bottom-right-radius: 0.625rem;
	display: flex;
	height: 100%;
	padding-inline: 1rem 1.375rem;
	transition: all 0.45s;
}

.p-header__globalNav {
	height: 100%;
	margin-left: auto;
	margin-right: 27.5rem;
}

.p-header__fixMenu {
	align-items: center;
	background-color: #fff;
	border-bottom-left-radius: 0.625rem;
	display: flex;
	height: 6.4375rem;
	overflow: hidden;
	padding-inline: 1.125rem 1.875rem;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.45s;
	width: 27.5rem;
	z-index: 100;
}

.p-header__fixMenu.--menuOpen {
	background: transparent;
}

.p-header__fixMenu.--menuOpen .p-header__tel {
	opacity: 0;
	visibility: hidden;
}

.p-header__tel {
	display: grid;
	gap: 1.0625rem;
	grid-template-columns: 2.5rem 1fr;
	transition: all 0.45s;
}

.p-header__tel a {
	display: flex;
	flex-direction: column;
	font-size: 1.875rem;
	letter-spacing: 0.15em;
}

.p-header__tel a span {
	font-size: 1rem;
	line-height: 1.25;
}

.p-header__hamburger {
	height: 5.6875rem;
	margin-left: auto;
	width: 5.6875rem;
}

.p-lists {
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-lists__list {
	border-radius: 0.625rem;
	padding: 2.3125rem 3.125rem;
}

.p-lists__text {
	margin-top: 1.0625rem;
}

.p-loading {
	background-color: #fff;
	display: grid;
	height: 100dvh;
	left: 0;
	place-items: center;
	position: fixed;
	top: 0;
	transition: all 1s;
	width: 100%;
	z-index: 1000;
}

.p-loading.is-hide {
	opacity: 0;
	visibility: hidden;
}

.p-loading__logo {
	max-width: 9.375rem;
}

.p-menu {
	padding-block: 6.25rem 10.625rem;
}

.p-menu__main {
	margin-top: 3.3125rem;
}

.p-menu__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.375rem;
	margin-top: 2rem;
}

.p-menu__tags.--center {
	-moz-column-gap: 2.25rem;
	column-gap: 2.25rem;
	justify-content: center;
}

.p-menu__tag span,
.p-menu__tag a {
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2;
}

.p-menu__tag span::before,
.p-menu__tag a::before {
	color: #99DBC0;
	content: "#";
	display: block;
}

.p-modal {
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.5s;
	visibility: hidden;
	width: 100%;
	z-index: 100;
}

.p-modal.is-active {
	opacity: 1;
	visibility: visible;
}

.p-modal__bg {
	background-color: #000;
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-modal__contents {
	align-items: center;
	display: flex;
	height: calc(100% - 3.125rem);
	inset: 0;
	margin: auto;
	max-width: 54.25rem;
	padding-inline: 2.125rem;
	position: absolute;
	width: calc(100% - 1.875rem);
}

.p-modal__content {
	border-radius: 0.625rem;
	height: 100%;
	max-height: -moz-fit-content;
	max-height: fit-content;
	max-width: 50rem;
	opacity: 0;
	overflow-y: auto;
	padding: 6.25rem 4.6875rem 5.625rem;
	position: absolute;
	transition: all 0.45s;
	visibility: hidden;
	width: inherit;
}

.p-modal__content.is-active {
	opacity: 1;
	visibility: visible;
}

.p-modal__close.c-arrow {
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	transform: translateY(0);
	transition: all 0.45s;
}

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

.p-modal__title {
	margin-top: 1.9375rem;
	text-align: center;
}

.p-modal__text.c-p1-big {
	margin-top: 1.9375rem;
}

.p-modal__btn {
	margin-top: 3.125rem;
	text-align: center;
}

.p-modal__arrow.c-arrow {
	cursor: pointer;
	height: 4.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 4.25rem;
}

.p-modal__arrow:disabled {
	cursor: not-allowed;
	filter: grayscale(1);
	pointer-events: none;
}

.p-modal__arrow.--prev {
	left: 0;
	transform: translateY(-50%) rotate(180deg);
}

.p-modal__arrow.--next {
	right: 0;
}

.p-modal__head {
	margin-bottom: 1.5rem;
	text-align: center;
}

.p-modal__lead {
	margin-bottom: 0.5rem;
	margin-top: 1.5rem;
}

.p-movie-modal {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.p-movie-modal__bg {
	background-color: #000;
	cursor: pointer;
	height: 100;
	inset: 0;
	margin: auto;
	opacity: 0.6;
	position: absolute;
	width: 100%;
}

.p-movie-modal__video {
	bottom: 0;
	height: -moz-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	max-width: 50rem;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - 3.125rem);
	z-index: 1;
}

.p-movie-modal__close {
	cursor: pointer;
	height: 1.4375rem;
	margin-bottom: 0.625rem;
	margin-left: auto;
	position: relative;
	transition: all 0.45s;
	width: 1.4375rem;
}

.p-movie-modal__close::before {
	background-color: #fff;
	content: "";
	height: 0.125rem;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 1.875rem;
}

.p-movie-modal__close::after {
	background-color: #fff;
	content: "";
	height: 0.125rem;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 1.875rem;
}

.p-movie-modal__iframe iframe {
	-o-object-fit: cover;
	aspect-ratio: 560/315;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-nav__links {
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(4, 1fr);
}

.p-nav__link.--square {
	grid-row: span 2;
}

.p-nav__link.--wide {
	grid-column: span 2;
}

.p-pageLink {
	padding-block: 4.375rem 8.75rem;
}

.p-pageLink__btn + .p-pageLink__btn {
	margin-top: 1.25rem;
}

.p-prof__img {
	aspect-ratio: 1;
	border-radius: 50%;
	margin-inline: auto;
	max-width: 26.6875rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.p-prof__box {
	border-radius: 0.625rem;
	margin-top: -15.0625rem;
	padding: 17rem 9.8125rem 9.0625rem;
	position: relative;
}

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

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

.p-prof__message p + p {
	margin-top: 1em;
}

.p-prof__blocks {
	display: grid;
	gap: 3rem;
	grid-template-columns: repeat(2, 1fr);
	grid-template-columns: 35rem 1fr;
	margin-top: 5.125rem;
}

.p-prof__history {
	display: grid;
	grid-template-columns: 5.3125rem 1fr;
	margin-top: 2.625rem;
	row-gap: 0.5em;
}

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

.p-prof__cat {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 11.625rem;
}

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

.p-step__card {
	margin-right: 3.125rem;
	width: 40.625rem;
}

.l-subMv {
	margin-top: 0.3125rem;
	overflow: hidden;
}

.p-subMv__inner.l-inner {
	max-width: calc(98.1875rem + 25px + 25px);
}

.p-subMv__icon {
	border-radius: 50%;
	display: grid;
	height: 6.4375rem;
	margin-inline: auto;
	padding-block: 0.8125rem;
	padding-inline: 0.625rem;
	place-items: center;
	width: 6.4375rem;
}

.p-subMv.faq .p-subMv__icon {
	padding: 1.25rem;
}

.p-subMv__icon img {
	-o-object-fit: contain;
	aspect-ratio: 1;
	max-width: 3.75rem;
	object-fit: contain;
}

.p-subMv__title {
	margin-top: 0.3125rem;
	text-align: center;
}

.p-subMv__img {
	border-radius: 0.625rem;
	margin-top: 2.9375rem;
	overflow: hidden;
}

.p-subMv__content {
	margin-inline: auto;
	margin-top: 4.375rem;
	max-width: 52.5rem;
}

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

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

.p-topAbout {
	background: url(../images/index/bg_about.webp) center center/100% 100% no-repeat;
	margin-inline: auto;
	max-width: 115.625rem;
	padding-block: 19.0625rem 12.5rem;
	position: relative;
	width: 96.3541666667vw;
}

.p-topAbout::before {
	background: url(../images/index/about_img.webp) center center/contain no-repeat;
	content: "";
	height: 13.5625rem;
	position: absolute;
	right: calc(50% - min(35.6770833333vw, 42.8125rem));
	top: 11.8125rem;
	width: 14.5625rem;
}

.p-topAbout__blocks {
	display: grid;
	gap: 6.25rem;
	margin-top: 3.75rem;
}

.p-topAbout__block {
	align-items: flex-start;
	display: grid;
	gap: 5rem;
	grid-template-columns: repeat(2, 1fr);
}

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

.p-topAbout__block:nth-child(even) .p-topAbout__img {
	order: 1;
}

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

.p-topAbout__subTitle {
	display: grid;
	gap: 2.25rem;
	grid-template-columns: 4.5rem 1fr;
}

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

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

.p-topAbout__link {
	margin-top: 8rem;
}

.l-topAccess {
	margin-top: 9.5625rem;
}

.p-topAccess {
	padding-block: 4.25rem 3.3125rem;
}

.p-topAccess__map {
	aspect-ratio: 1300/500;
	border-radius: 0.625rem;
	margin-top: 2.0625rem;
	overflow: hidden;
}

.p-topAccess__map iframe {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-topAccess__address.c-p2-small {
	margin-top: 1.5rem;
	text-align: center;
}

.p-topAccess__btn {
	margin-top: 1.375rem;
	text-align: center;
}

.p-topAccess__blocks {
	display: grid;
	gap: 5.8125rem 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 10.4375rem;
}

.p-topAccess__block {
	background-color: #EFF9F1;
	border-radius: 0.625rem;
	padding: 2.3125rem 3.25rem 4.5625rem;
	position: relative;
}

.p-topAccess__icon {
	background-color: #EFF9F1;
	border-radius: 50%;
	display: grid;
	height: 8.75rem;
	left: 0;
	place-items: center;
	position: absolute;
	top: -4.375rem;
	width: 8.75rem;
}

.p-topAccess__icon img {
	-o-object-fit: contain;
	height: 5rem;
	object-fit: contain;
	width: 5rem;
}

.p-topAccess__subTitle {
	position: relative;
	z-index: 1;
}

.p-topAccess__text {
	margin-top: 2.75rem;
	position: relative;
	z-index: 1;
}

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

.p-topAccess__block:has(.p-topAccess__img) {
	display: grid;
	grid-column: span 2;
	grid-template-columns: repeat(2, 1fr);
	padding: 2.6875rem 3.125rem;
}

.l-topInfo {
	margin-top: 17.0625rem;
}

.p-topInfo__container {
	align-items: center;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-topInfo__logo {
	max-width: 24.25rem;
}

.p-topInfo__wrap {
	align-items: flex-end;
	display: grid;
	grid-template-columns: 1fr 18.75rem;
	margin-top: 1.875rem;
}

.p-topInfo__tel {
	align-items: center;
	display: grid;
	font-size: 1.875rem;
	gap: 0.9375rem;
	grid-template-columns: 1.75rem 1fr;
	letter-spacing: 0.15em;
	margin-top: 0.4375rem;
}

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

.p-topInfo__img {
	border-radius: 0.5rem;
	overflow: hidden;
}

.p-topInfo__contact {
	margin-top: 6.25rem;
}

.p-topInfo__house {
	left: 8.5rem;
	position: absolute;
	top: -15.375rem;
	width: 38.5rem;
	z-index: -1;
}

.l-topNews {
	margin-top: 5rem;
}

.p-topNews {
	padding-block: 7.6875rem 4.3125rem;
	position: relative;
}

.p-topNews__blocks {
	margin-top: 2.8125rem;
}

.p-topNews__block + .p-topNews__block {
	margin-top: 1.25rem;
}

.p-topNews__btn {
	margin-top: 2.875rem;
	text-align: center;
}

.p-topNews__img {
	position: absolute;
	right: calc(50% - min(38.125vw, 732px));
	top: 0;
	width: 15.0625rem;
}

html.is-fixed {
	overflow: hidden;
}

main {
	overflow: hidden;
}

.l-section {
	margin-top: 10.9375rem;
}

.l-section--small {
	margin-top: 6.25rem;
}

.l-section--x-small {
	margin-top: 5rem;
}

.l-section--xx-small {
	margin-top: 1.9375rem;
}

body {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.js-slider .slick-list {
	overflow: unset;
}

.js-slider .slide-arrow {
	cursor: pointer;
	height: 3.3125rem;
	position: absolute;
	top: -6.3125rem;
	transition: all 0.45s;
	width: 3.625rem;
	z-index: 1;
}

.js-slider .slide-arrow.slick-disabled {
	cursor: default;
	filter: grayscale(1);
}

.js-slider .prev-arrow {
	right: 12.5625rem;
	transform: rotate(180deg);
}

.js-slider .next-arrow {
	right: 0;
}

.js-slider .slick-count.c-lead {
	position: absolute;
	right: 3.5625rem;
	text-align: center;
	top: -6.0625rem;
	width: 9rem;
}

.slick-track {
	display: flex;
}

.slick-slide {
	height: auto !important;
}

.u-bg00 {
	background-color: #FFFFFF;
}

.u-bg01 {
	background-color: #F5F5F5;
}

.u-bg02 {
	background-color: #E7E7E7;
}

.u-bg03 {
	background-color: #CACACA;
}

.u-bg04 {
	background-color: #979797;
}

.u-bg05 {
	background-color: #EFF9F1;
}

.u-bg06 {
	background-color: #C6F0D5;
}

.u-bg07 {
	background-color: #99DBC0;
}

.u-main-font {
	font-family: "Zen Maru Gothic", sans-serif;
}

.u-sub-font {
	font-family: "Slackside One", cursive;
}

.u-bold {
	font-weight: bold;
}

.u-modium {
	font-weight: 500;
}

.u-regular {
	font-weight: 400;
}

@media (hover: hover) {

.p-breadcrumb__list a {
	transition: all 0.45s;
}

.p-breadcrumb__list a:hover {
	opacity: 0.6;
}

.p-float__btn a:hover {
	background-color: #E1F5E7;
}

.p-footer__sns a:hover img {
	filter: brightness(1.2);
}

.p-globalNav__link a:hover {
	opacity: 0.6;
}

.p-header__logo a:hover {
	opacity: 0.8;
}

.p-modal__close:hover::before,
.p-modal__arrow:hover::before {
	transform: translate(-50%, -50%) scale(1.15);
}

.p-movie-modal__close:hover {
	transform: rotate(90deg);
}

}

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

.u-mobile {
	display: none;
}

}

@media (max-width: 1500px) {

html {
	font-size: 1.0666666667vw;
}

}

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

.p-contents__block:nth-child(odd) .c-block__illust {
	left: -15px;
	top: -3.75rem;
}

.p-contents__block:nth-child(even) .c-block__illust {
	right: -15px;
}

}

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

html {
	font-size: 16px;
}

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

.l-inner {
	max-width: 33.75rem;
	padding-left: 15px;
	padding-right: 15px;
}

.js-fade {
	transform: translateY(max(10%, 1.875rem));
}

.p-box__title + .p-box__main {
	margin-top: 2rem;
}

.l-breadcrumb {
	margin-top: 4.6875rem;
}

.p-breadcrumb__list {
	gap: 0.3125rem;
	padding-inline: 0.25rem;
}

.p-breadcrumb__list > span {
	font-size: 0.625rem;
	gap: rem84;
}

.p-breadcrumb__list > span + span::before {
	height: 0.8125rem;
	top: 55%;
	width: 0.8125rem;
}

.p-contents__blocks {
	gap: 1.875rem;
	margin-top: 1.5rem;
}

.p-contents__blocks.--ortho {
	gap: 1.25rem;
	margin-top: 2rem;
}

.p-contents__blocks:not(.--ortho) .p-contents__block:nth-child(even) .c-block {
	flex-direction: column;
}

.p-contents__block:nth-child(odd) .c-block__illust {
	left: 0;
	top: -4rem;
}

.p-contents__block:nth-child(even) .c-block__illust {
	right: 0;
	top: -4.625rem;
}

.p-contents__blocks:has(.c-block__illust) {
	gap: 4.375rem;
}

.p-contents__list {
	font-size: 0.9375rem;
}

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

.p-contents2__img {
	border-radius: 0.3125rem;
}

.p-contents2__img img {
	aspect-ratio: 360/234;
}

.p-contents2__box {
	margin-top: 1.0625rem;
}

.p-contents2__lists {
	display: block;
	margin-inline: auto;
	margin-top: 3.25rem;
	max-width: 18.75rem;
}

.p-contents2__list {
	margin-inline: 0.625rem;
	width: 18.75rem;
}

.l-cv {
	margin-block: 5.625rem;
}

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

.p-data__text:not(.is-full)::before {
	height: 3.75rem;
}

.p-data__btn {
	bottom: 1.25rem;
	font-size: 0.8125rem;
	gap: 0.5rem;
}

.p-drawer {
	height: 100dvh;
	padding-block: 0rem 0rem;
}

.p-drawer__logo {
	align-items: center;
	display: flex;
	height: 3.9375rem;
	max-width: calc(17rem - 30px);
}

.p-drawer__info {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.3125rem;
	margin-top: 1.3125rem;
}

.p-drawer__address.c-p2-small {
	font-size: 1.0625rem;
	line-height: 1.8235294118;
}

.p-drawer__nav {
	margin-top: 0.8125rem;
}

.p-drawer__links {
	gap: 0.9375rem;
	justify-content: space-between;
	justify-content: left;
	margin-top: 1.25rem;
}
.p-drawer__link:nth-child(2) {
	width: 40%;
}

.p-drawer__link:nth-child(3) {
	margin-left: 0;
}
/*
.p-drawer__link:nth-child(4) {
	margin-left: auto;
}*/

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

.p-drawer__link:nth-child(1) {
	font-size: 1rem;
}

.p-drawer__img {
	bottom: -3px;
	left: 0;
	margin: auto;
	max-width: 24.375rem;
	position: relative;
	right: 0;
	width: 100%;
}

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

.p-faq__block + .p-faq__block {
	margin-top: 0.625rem;
}

.p-faq__subTitle {
	border-radius: 0.3125rem;
	gap: 0.875rem;
	grid-template-columns: 1.75rem 1fr;
	padding-block: 1.25rem;
	padding-inline: 1.1875rem 3.75rem;
}

.p-faq__subTitle span.u-sub-font {
	font-size: 3.125rem;
}

.p-faq__arrow {
	right: 1.125rem;
}

.p-faq__content {
	margin-top: 0.3125rem;
}

.p-faq__main {
	border-radius: 0.3125rem;
	gap: 0.6875rem;
	grid-template-columns: 2.3125rem 1fr;
	padding-block: 1.5625rem;
	padding-inline: 0.8125rem 1.25rem;
}

.p-feature__img {
	border-radius: 0.3125rem;
	margin-top: 1.0625rem;
}

.p-feature__lists {
	margin-top: 0.625rem;
}

.p-feature__lists.--3 .p-lists {
	gap: 0.625rem;
	grid-template-columns: 100%;
}

.p-feature__listContent {
	margin-top: 6.25rem;
}

.p-feature__wrap {
	gap: 3.125rem;
	grid-template-columns: 100%;
	margin-top: 0.875rem;
}

.p-feature__text {
	margin-top: 0.4375rem;
}

.p-float {
	border-top: 1px solid #494949;
	bottom: 0;
	height: 3.125rem;
	left: 0;
	top: initial;
	transform: translate(0, 105%);
	width: 100%;
}

.p-float.is-active {
	transform: translate(0, 0);
}

.p-float__btns {
	border-radius: 0;
	gap: 0;
	grid-template-columns: repeat(3, 1fr);
	height: 100%;
}

.p-float__btn {
	height: 100%;
}

.p-float__btn:nth-child(n+2)::before {
	background-color: #494949;
	content: "";
	height: 1.8125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.p-float__btn a {
	background-color: #fff;
	font-size: 1rem;
	font-weight: bold;
	gap: 0.125rem;
	letter-spacing: 0.1em;
	writing-mode: unset;
}

.p-float__btn img {
	height: 1.5625rem;
	width: 1.5625rem;
}

.l-footer {
	margin-bottom: 4.375rem;
	margin-top: 8.9375rem;
}

.p-footer__main {
	margin-inline: calc(50% - 50vw);
}

.p-footer__main > picture {
	margin-left: 0;
}

.p-footer__animation {
	top: -7.3125rem;
	width: 15.25rem;
}

.p-footer__animation--menu {
	top: -8.0625rem;
	width: 18.5625rem;
}

.p-footer__logo {
	margin-top: 3.5625rem;
	max-width: 17rem;
}

.p-footer__sns {
	margin-top: 2.75rem;
	width: 2rem;
}

.p-footer__copy {
	font-size: 0.75rem;
	line-height: 1.6666666667;
	margin-top: 3.125rem;
}

.l-gallery {
	margin-block: 2.5625rem 4.8125rem;
}

.p-gallery__group {
	gap: 2.875rem;
	padding-right: 2.875rem;
}

.p-gallery__img.big {
	width: 10.75rem;
}

.p-gallery__img.middle {
	width: 10.875rem;
}

.p-gallery__img.small {
	width: 9rem;
}

.p-gallery__img.top-middle {
	margin-top: 0.9375rem;
}

.p-gallery__img.bottom-middle {
	margin-bottom: 1.25rem;
}

.p-header {
	height: 3.9375rem;
}

.l-header.front .p-header {
	top: -3.9375rem;
}

.l-header.front .p-header .p-header__fixMenu {
	top: -3.9375rem;
}

.p-header__inner {
	padding: 0;
}

.p-header__logo {
	max-width: 17rem;
	z-index: unset;
}

.p-header__logo a {
	padding-inline: 15px;
}

.p-header__fixMenu {
	background: none;
	border: none;
	border-radius: 50%;
	height: 4.375rem;
	padding: 0;
	right: 0.3125rem;
	top: 0.3125rem;
	width: 4.375rem;
}

.p-header__hamburger {
	height: 100%;
	width: 100%;
}

.p-lists {
	gap: 0.625rem;
	grid-template-columns: 100%;
}

.p-lists__list {
	padding: 1.125rem 0.9375rem;
}

.p-lists__text {
	margin-top: 0.625rem;
}

.p-loading__logo {
	max-width: 7.8125rem;
}

.p-menu {
	padding-block: 2.25rem 2.8125rem;
}

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

.p-menu__tags {
	gap: 0.4375rem 1.0625rem;
	margin-top: 0.625rem;
}

.p-menu__tag span,
.p-menu__tag a {
	font-size: 0.8125rem;
	line-height: 1.5384615385;
}

.p-modal__contents {
	padding-inline: 0.6875rem;
}

.p-modal__content {
	border-radius: 0.3125rem;
	padding: 2.5rem 1.875rem 1.6875rem;
	width: calc(100% - 1.375rem);
}

.p-modal__close.c-arrow {
	height: 2rem;
	right: 0.3125rem;
	top: 0.375rem;
	width: 2rem;
}

.p-modal__img {
	border-radius: 0.3125rem;
}

.p-modal__title {
	margin-top: 0.75rem;
}

.p-modal__text.c-p1-big {
	font-size: 0.8125rem;
	line-height: 1.9230769231;
	margin-top: 0.75rem;
}

.p-modal__btn {
	margin-top: 1.9375rem;
}

.p-modal__arrow.c-arrow {
	height: 2rem;
	width: 2rem;
}

.p-modal__arrow.--prev {
	left: -0.3125rem;
}

.p-modal__arrow.--next {
	right: -0.3125rem;
}

.p-modal__head {
	margin-bottom: 1.25rem;
}

.p-movie-modal__video {
	max-width: 24.375rem;
}

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

.p-pageLink {
	padding-block: 0.9375rem 4.625rem;
}

.p-prof__img {
	max-width: 12.75rem;
}

.p-prof__box {
	margin-top: -6.25rem;
	padding: 7.375rem 0.9375rem 6.0625rem;
}

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

.p-prof__blocks {
	gap: 3.25rem;
	grid-template-columns: 100%;
	margin-top: 2.625rem;
}

.p-prof__history {
	gap: 0.375rem 0.5em;
	grid-template-columns: 4.5625rem 1fr;
	grid-template-columns: 3rem 1fr;
	margin-top: 1.3125rem;
	font-size: 0.88rem;
	letter-spacing: 0;
}

.p-prof__lists {
	margin-top: 1.4375rem;
}

.p-prof__list {
	line-height: 1.7647058824;
}

.p-prof__cat {
	width: 7.8125rem;
}

.p-step__cards {
	margin-inline: auto;
	margin-top: rem824;
	max-width: 18.75rem;
}

.p-step__card {
	margin-inline: 0.625rem;
	width: 18.75rem;
}

.l-subMv {
	margin-top: 1.9375rem;
}

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

.p-subMv__icon {
	height: 6.875rem;
	padding-block: 0.3125rem;
	width: 6.875rem;
}

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

.p-subMv__img {
	border-radius: 0;
	margin-inline: calc(50% - 50vw);
	margin-top: 1.125rem;
}

.p-subMv__content {
	margin-top: 1.4375rem;
}

.p-subMv__text {
	margin-top: 1.4375rem;
}

.p-topAbout {
	background-position: center top;
	background-size: 474.358974359vw auto;
	padding-block: 11rem 3.125rem;
	width: 100%;
}

.p-topAbout::before {
	height: 6.1875rem;
	left: 50%;
	right: initial;
	top: 3.375rem;
	transform: translateX(-50%);
	width: 6.625rem;
}

.p-topAbout__blocks {
	gap: 2.4375rem;
	margin-top: 2.4375rem;
}

.p-topAbout__block {
	gap: 0.8125rem;
	grid-template-columns: 100%;
}

.p-topAbout__img {
	border-radius: 0.3125rem;
}

.p-topAbout__block:nth-child(even) .p-topAbout__img {
	order: -1;
}

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

.p-topAbout__subTitle {
	align-items: center;
	gap: 0.8125rem;
	grid-template-columns: 2.8125rem 1fr;
}

.p-topAbout__text {
	margin-top: 0.8125rem;
}

.p-topAbout__btn {
	margin-top: 1.5rem;
	text-align: center;
}

.p-topAbout__link {
	margin-top: 3.25rem;
}

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

.p-topAccess {
	padding-block: 2.125rem 0;
}

.p-topAccess__map {
	aspect-ratio: 360/260;
	margin-top: 1.625rem;
}

.p-topAccess__address.c-p2-small {
	font-size: 1.0625rem;
	line-height: 1.7647058824;
	margin-top: 0.75rem;
}

.p-topAccess__btn {
	margin-top: 0.9375rem;
}

.p-topAccess__blocks {
	gap: 3.75rem;
	grid-template-columns: 100%;
	margin-top: 5.625rem;
}

.p-topAccess__block {
	padding: 1.375rem 1.5625rem;
}

.p-topAccess__icon {
	align-items: flex-start;
	height: 6.125rem;
	padding-top: 0.9375rem;
	top: -3.125rem;
	width: 6.125rem;
}

.p-topAccess__icon img {
	height: 2.875rem;
	width: 2.875rem;
}

.p-topAccess__text {
	margin-top: 1.125rem;
}

.p-topAccess__img {
	border-radius: 0.3125rem;
}

.p-topAccess__block:has(.p-topAccess__img) {
	gap: 1.25rem;
	grid-column: unset;
	grid-template-columns: 100%;
	padding: 1.375rem 1.5625rem;
}

.l-topInfo {
	margin-top: 8.875rem;
}

.p-topInfo__container {
	gap: 0.9375rem;
	grid-template-columns: 100%;
}

.p-topInfo__logo {
	margin-inline: auto;
	max-width: 17rem;
}

.p-topInfo__wrap {
	display: block;
}

.p-topInfo__info {
	margin-top: 1.0625rem;
}

.p-topInfo__address.c-p2-small {
	font-size: 1.0625rem;
	line-height: 1.7647058824;
	text-align: center;
}

.p-topInfo__tel {
	margin-inline: auto;
	margin-top: 0.75rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-topInfo__btn {
	margin-top: 1.5625rem;
	text-align: center;
}

.p-topInfo__schedule {
	margin-top: 1.375rem;
}

.p-topInfo__img {
	border-radius: 0.25rem;
	order: -1;
}

.p-topInfo__contact {
	margin-top: 1.625rem;
}

.p-topInfo__house {
	left: 0;
	margin: auto;
	right: 0;
	top: -6.25rem;
	width: 14.375rem;
}

.l-topNews {
	margin-top: 1.6875rem;
}

.p-topNews {
	padding-block: 4.375rem 0.625rem;
}

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

.p-topNews__block + .p-topNews__block {
	margin-top: 0.625rem;
}

.p-topNews__btn {
	margin-top: 0.625rem;
}

.p-topNews__img {
	right: 1.75rem;
	top: 1.4375rem;
	width: 7.8125rem;
}

.u-desktop {
	display: none;
}

.l-section {
	margin-top: 5.625rem;
}

.l-section--small {
	margin-top: 3.125rem;
}

.l-section--x-small {
	margin-top: 2.5rem;
}

.l-section--xx-small {
	margin-top: 0.625rem;
}

.js-slider {
	padding-bottom: 3.4375rem;
}

.js-slider .slide-arrow {
	bottom: 0;
	height: 1.875rem;
	top: initial;
	width: 2rem;
}

.js-slider .prev-arrow {
	left: 0;
	right: initial;
}

.js-slider .next-arrow {
	left: 7rem;
	right: initial;
}

.js-slider .slick-count.c-lead {
	bottom: 0.3125rem;
	font-size: 1rem;
	left: 2rem;
	top: initial;
	width: 5rem;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

@keyframes gallery_slide1 {

0% {
	transform: translate(100%);
}

to {
	transform: translate(-100%);
}

}

@keyframes gallery_slide2 {

0% {
	transform: translate(0);
}

to {
	transform: translate(-200%);
}

}

