@font-face {
	font-family: "Shippori Mincho bold";
	font-style: normal;
	font-weight: 700;
	src: url("../font/ShipporiMincho-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "Shippori Mincho semibold";
	font-style: normal;
	font-weight: 600;
	src: url("../font/ShipporiMincho-SemiBold.ttf") format("truetype");
}

@font-face {
	font-family: "Shippori Mincho medium";
	font-style: normal;
	font-weight: 500;
	src: url("../font/ShipporiMincho-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "Shippori Mincho regular";
	font-style: normal;
	font-weight: 400;
	src: url("../font/ShipporiMincho-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Oswald";
	font-style: normal;
	src: url("../font/Oswald-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-family: "Libre Baskerville";
	font-style: normal;
	font-weight: normal;
	src: url("../font/LibreBaskerville-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Rosarivo";
	font-style: normal;
	font-weight: normal;
	src: url("../font/Rosarivo-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "KozGoPr6N";
	font-style: normal;
	font-weight: normal;
	src: url("../font/KozGoPr6N-Regular.otf") format("opentype");
}

body {
	color: #3c3b3b;
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

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

html {
	font-size: 16px;
}

/* ハンバーガーメニュー表示時にページのスクロールを禁止 */

body.no-scroll {
	overflow: hidden;
}

*,
*::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 body defaults */

body {
	min-height: 100vh;
}

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

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

/* ホバー */

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

.top-clinic {
	background-image: url(../images/top/top-clinic-bg@2x.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
	padding-bottom: 6.875rem;
	padding-top: 10.625rem;
	position: relative;
}

.top-clinic__inner.inner {
	position: relative;
	z-index: 1;
}

.top-clinic__title-wrapper {
	position: relative;
	z-index: 1;
}

.top-clinic__title-wrapper::before {
	font-feature-settings: "palt" 1;
	color: #f3f6f7;
	content: "CLINIC";
	font-family: "Rosarivo", serif;
	font-size: 9.5rem;
	font-weight: 400;
	left: 50%;
	letter-spacing: 0.025em;
	line-height: 1.1907894737;
	position: absolute;
	top: -6.25rem;
	transform: translateX(-50%);
	z-index: -1;
}

.top-clinic__slider-container.swiper {
	margin-top: 6.25rem;
}

.top-clinic__slider-wrapper.swiper-wrapper {
	transition-timing-function: linear;
}

.top-clinic__slider-slide.swiper-slide {
	width: 29.75rem;
}

.top-clinic__access-wrapper {
	grid-gap: 3.625rem;
	display: grid;
	gap: 3.625rem;
	grid-template-columns: 33rem 1fr;
	margin-top: 6.875rem;
}

.top-clinic__access h3 {
	font-feature-settings: "palt" 1;
	align-items: center;
	display: flex;
	font-family: "Shippori Mincho semibold", serif;
	font-size: 1.625rem;
	font-weight: 600;
	gap: 0.625rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

.top-clinic__access h3 img {
	width: 1.25rem;
}

.top-clinic__access-body {
	margin-top: 1.5625rem;
}

.top-clinic__access ul {
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	gap: 1.1875rem;
	letter-spacing: 0.075em;
	line-height: 1;
}

.top-clinic__access-address {
	font-size: 1rem;
	letter-spacing: 0.075em;
	line-height: 2.25;
	margin-top: 3.125rem;
}

.top-clinic__access-address-detail {
	font-size: 1rem;
	letter-spacing: 0.075em;
	line-height: 2.25;
}

.top-clinic__access-address-detail-note {
	font-size: 0.875rem;
	line-height: 2.5714285714;
}

.top-clinic__access-button {
	margin-top: 3.125rem;
}

.top-clinic__access-button a {
	align-content: center;
	border: 1px solid #4b3c33;
	border-radius: 41px;
	color: #4b3c33;
	display: grid;
	font-family: "Shippori Mincho regular", serif;
	font-size: 1.375rem;
	font-weight: 400;
	height: 5.125rem;
	justify-content: center;
	letter-spacing: 0.025em;
	line-height: 1;
	place-content: center;
	position: relative;
	transition: opacity 0.3s ease;
	width: 20.375rem;
}

.top-clinic__access-button a::before {
	background-image: url(../images/common/map-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.875rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.top-doctor {
	background-image: url(../images/top/top-doctor-bg@2x.webp);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
	padding-bottom: 10.625rem;
	padding-top: 4.125rem;
	position: relative;
}

.top-doctor::before {
	color: #f4f6f7;
	content: "DOCTOR";
	font-family: "Rosarivo", serif;
	font-size: 9.5rem;
	font-weight: 400;
	left: -15rem;
	letter-spacing: 0.025em;
	position: absolute;
	top: 34.375rem;
	transform: rotate(-90deg) translateY(-50%);
	z-index: -1;
}

.top-doctor__service-list {
	grid-gap: 1.125rem;
	align-items: center;
	display: grid;
	gap: 1.125rem;
	grid-template-columns: repeat(3, 21.25rem);
	justify-content: center;
}

.top-doctor__service-item a {
	grid-gap: 0.625rem;
	align-items: center;
	background-color: #fff;
	border: 1px solid #a9bfe0;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: 3.5rem 1fr 0.75rem;
	justify-content: center;
	padding: 1.4375rem 0.75rem 1.4375rem 1.4375rem;
	transition: background-color 0.3s ease;
}

.top-doctor__service-item-body {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.top-doctor__service-item-body-text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.top-doctor__service-item-body-text span {
	font-size: 0.5rem;
	vertical-align: super;
}

.top-doctor__service-item-body-title {
	font-family: "Shippori Mincho semibold", serif;
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.top-doctor__service-item-body-title--oyashirazu {
	font-feature-settings: "palt" 1;
}

.top-doctor__service-note {
	font-size: 0.625rem;
	letter-spacing: 0.075em;
	margin-top: 0.75rem;
	text-align: center;
}

.top-doctor__container {
	grid-gap: 6.25rem;
	display: grid;
	gap: 6.25rem;
	grid-template-columns: 36.5rem 31.25rem;
	justify-content: space-between;
	margin-top: 4.625rem;
}

.top-doctor__content-wrapper {
	margin-top: 0.625rem;
}

.top-doctor__content {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	margin-top: 3.125rem;
}

.top-doctor__content p {
	font-feature-settings: "palt" 1;
	font-size: 1rem;
	letter-spacing: 0.075em;
	line-height: 2.3125;
}

.top-doctor__content p.top-doctor__content-note {
	font-size: 0.875rem;
}

.top-doctor__profile {
	margin-top: 3.5rem;
}

.top-doctor__name {
	color: #6bb2b2;
	font-family: "Shippori Mincho medium", serif;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.top-doctor__name span {
	letter-spacing: 0.7em;
}

.top-doctor__profile-list {
	font-feature-settings: "palt" 1;
	display: flex;
	flex-direction: column;
	font-size: 0.875rem;
	font-weight: 500;
	gap: 0.25rem;
	letter-spacing: 0.075em;
	line-height: 2.1428571429;
	margin-top: 1.625rem;
}

.top-doctor__profile-list li {
	padding-left: 1em;
	text-indent: -1em;
}

.top-doctor__link-container {
	display: flex;
	justify-content: center;
	margin-top: 4rem;
}

.top-feature {
	background-image: url(../images/top/top-feature-bg@2x.webp);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
	padding-bottom: 7.875rem;
	padding-top: 10.6875rem;
	position: relative;
}

.top-feature__inner.inner {
	position: relative;
}

.top-feature__inner::before {
	color: #f3f6f7;
	content: "FEATURE";
	font-family: "Rosarivo", serif;
	font-size: 9.5rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	position: absolute;
	right: -8.5rem;
	top: -5rem;
	z-index: -1;
}

.top-feature__feature-list {
	grid-gap: 0 1.5rem;
	display: grid;
	gap: 0 1.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5.25rem;
}

.top-feature__feature-item {
	background-color: #fff;
	border: 1px solid #79c6cc;
	height: 32.1875rem;
}

.top-feature__feature-item:nth-of-type(3n+2) {
	margin-top: 2.5rem;
}

.top-feature__feature-item:nth-of-type(3n) {
	margin-top: 5rem;
}

.top-feature__feature-item:nth-of-type(3n+4) {
	margin-top: -2.5rem;
}

.top-feature__feature-item:nth-of-type(3n+5) {
	margin-top: 0;
}

.top-feature__feature-item:nth-of-type(3n+6) {
	margin-top: 2.5rem;
}

.top-feature__item-icon {
	align-content: center;
	aspect-ratio: 384/220;
	display: grid;
	justify-content: center;
	place-content: center;
	width: 100%;
}

.top-feature__feature-item--record .top-feature__item-icon img {
	width: 7.25rem;
}

.top-feature__feature-item--mind .top-feature__item-icon img {
	width: 9.5625rem;
}

.top-feature__feature-item--clean .top-feature__item-icon img {
	width: 8.875rem;
}

.top-feature__feature-item--explain .top-feature__item-icon img {
	width: 10.1875rem;
}

.top-feature__feature-item--fast .top-feature__item-icon img {
	width: 9.5rem;
}

.top-feature__feature-item--price .top-feature__item-icon img {
	width: 8.0625rem;
}

.top-feature__item-body {
	padding: 0.75rem 2.25rem;
}

.top-feature__item-body-title {
	font-feature-settings: "palt" 1;
	align-items: center;
	color: #73bfbf;
	display: flex;
	font-family: "Shippori Mincho bold", serif;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 0.625rem;
	letter-spacing: 0.075em;
	line-height: 2.4;
}

.top-feature__item-body-title span {
	align-content: center;
	aspect-ratio: 1;
	background-color: #79c6cc;
	border-radius: 50%;
	color: #fff;
	display: grid;
	font-family: "Oswald", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	justify-content: center;
	letter-spacing: 0.025em;
	line-height: 1;
	place-content: center;
	width: 1.9375rem;
}

.top-feature__item-body-text {
	font-feature-settings: "palt" 1;
	font-size: 1rem;
	letter-spacing: 0.075em;
	line-height: 2.25;
}

.top-feature__note {
	font-feature-settings: "palt" 1;
	font-size: 0.75rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-top: 0.625rem;
	text-align: right;
}

.top-feature__link-container {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.top-feature__banner-wrapper {
	grid-gap: 2.75rem;
	display: grid;
	gap: 2.75rem;
	grid-template-columns: repeat(2, 31.25rem);
	justify-content: center;
	margin-top: 10.625rem;
	text-align: center;
}

.top-feature__banner-item a {
	display: block;
	transition: opacity 0.3s ease;
}

.top-flow {
	background-color: #7698cd;
	padding-bottom: 10.625rem;
	padding-top: 10.625rem;
}

.top-flow__title-wrapper {
	position: relative;
	z-index: 1;
}

.top-flow__title-wrapper::before {
	font-feature-settings: "palt" 1;
	color: #a1bde5;
	content: "FLOW";
	font-family: "Rosarivo", serif;
	font-size: 9.5rem;
	font-weight: 400;
	left: 50%;
	letter-spacing: 0.025em;
	line-height: 1.1907894737;
	position: absolute;
	top: -6.25rem;
	transform: translateX(-50%);
	z-index: -1;
}

.top-flow__contents {
	margin-top: 6.25rem;
	position: relative;
}

.top-flow__swiper-wrapper {
	position: relative;
}

.top-flow__swiper-slide.swiper-slide {
	height: auto;
}

.top-flow__card {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	height: 100%;
	padding: 2.875rem 2.875rem 2.25rem;
}

.top-flow__card-image {
	-o-object-fit: cover;
	aspect-ratio: 490/343;
	height: auto;
	object-fit: cover;
	overflow: hidden;
	width: 100%;
}

.top-flow__card-body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.top-flow__card-title {
	align-items: center;
	color: #7798cd;
	display: flex;
	gap: 0.625rem;
}

.top-flow__card-step {
	font-family: "Oswald", sans-serif;
	font-size: rem(16);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
}

.top-flow__card-title-text {
	font-feature-settings: "palt" 1;
	font-family: "Shippori Mincho semibold", serif;
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
}

.top-flow__card-text {
	font-feature-settings: "palt" 1;
	flex-grow: 1;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 2.25;
	margin-top: 0.875rem;
}

.top-flow__swiper-button-prev,
.top-flow__swiper-button-next {
	aspect-ratio: 1;
	cursor: pointer;
	position: absolute;
	top: 40%;
	transition: all 0.3s ease;
	width: 4.375rem;
	z-index: 10;
}

.top-flow__swiper-button-prev:hover,
.top-flow__swiper-button-next:hover {
	opacity: 0.8;
}

.top-flow__swiper-button-prev.swiper-button-disabled,
.top-flow__swiper-button-next.swiper-button-disabled {
	cursor: not-allowed;
	opacity: 0.3;
}

.top-flow__swiper-button-prev {
	left: calc(50vw - min(50vw, 44.375rem));
}

.top-flow__swiper-button-next {
	right: calc(50vw - min(50vw, 44.375rem));
	transform: rotate(180deg);
}

.top-flow__swiper-pagination {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 2.8125rem;
}

.swiper-pagination-bullet {
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	height: 1.5rem;
	transition: all 0.3s ease;
	width: 1.5rem;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #bdd2ec;
}

.top-fv {
	aspect-ratio: 1500/780;
	position: relative;
}

.top-fv-swiper {
	height: 100%;
	width: 100%;
}

.top-fv-swiper .swiper-slide {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.top-fv-swiper .swiper-slide[class*=-active] .top-fv__image-container {
	transform: scale(1);
	transition-delay: 0s;
}

.top-fv__image-container {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	transform: scale(1.2);
	transition: 13s 0s ease-out;
	width: 100%;
}

.top-fv__image-container picture {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.top-fv__content {
	align-items: center;
	display: flex;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.top-fv__title-container {
	left: 4.8vw;
	opacity: 0;
	position: absolute;
	top: 29.0666666667vw;
	z-index: 1;
}

.top-fv-swiper { /* スライド アクティブ時 */
}

.top-fv-swiper .swiper-slide[class*=-active] .top-fv__title-container {
	animation: fadeIn 1s 0.5s ease-out both;
}

.top-fv__title {
	font-feature-settings: "palt" 1;
	color: #fff;
	font-family: "Shippori Mincho bold", serif;
	font-size: 4.8vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}

.top-fv__title-small {
	font-size: 4.2666666667vw;
}

.top-fv__text {
	font-feature-settings: "palt" 1;
	color: #fff;
	font-family: "Shippori Mincho bold", serif;
	font-size: 2.4vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5833333333;
	margin-left: 0.6666666667vw;
	margin-top: 1.5333333333vw;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}

.top-fv__leaf-container {
	grid-gap: 2.1333333333vw;
	align-items: center;
	bottom: 5.4666666667vw;
	display: grid;
	gap: 2.1333333333vw;
	grid-template-columns: repeat(2, 11.4666666667vw);
	position: absolute;
	right: 3.6666666667vw;
	z-index: 2;
}

.top-fv__note {
	font-feature-settings: "palt" 1;
	background-color: #f3f5f6;
	font-size: 0.75rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	padding-right: 2.5rem;
	padding-top: 0.625rem;
	text-align: right;
}

.top-image {
	height: 25rem;
	width: 100%;
}

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

.top-news {
	background-color: #f3f5f6;
	padding-bottom: 3.375rem;
	padding-top: 3.125rem;
}

.top-news__container {
	align-items: center;
	display: flex;
}

.top-news__title-container {
	align-items: flex-end;
	display: flex;
	gap: 0.3125rem;
}

.top-news__title-en {
	color: #7698cd;
	font-family: "Rosarivo", serif;
	font-size: 5.3125rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1;
	text-transform: uppercase;
}

.top-news__title {
	font-feature-settings: "palt" 1;
	font-family: "Shippori Mincho medium", serif;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 1.25rem;
}

.top-news__news-list {
	grid-gap: 0;
	display: grid;
	gap: 0;
	grid-template-columns: 1fr;
	margin-left: 3.125rem;
	max-width: 29.25rem;
	width: 100%;
}

.top-news__news-item {
	border-bottom: 1px solid #7798cd;
	width: 100%;
}

.top-news__news-item a {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	max-width: 100%;
	transition: opacity 0.3s ease;
	width: 100%;
}

.top-news__news-item a time {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.075em;
}

.top-news__news-item a span {
	font-size: 1rem;
	letter-spacing: 0.075em;
	max-width: 21.875rem;
	overflow: hidden;
	padding: 1rem 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.top-news__more-container {
	margin-left: auto;
	margin-top: auto;
}

.top-news__more-link {
	align-items: center;
	background-color: #7698cd;
	border-radius: 32px;
	color: #fff;
	display: flex;
	font-family: "Shippori Mincho medium", serif;
	font-size: 1.375rem;
	font-weight: 500;
	gap: 0.625rem;
	justify-content: center;
	letter-spacing: 0.025em;
	line-height: 1;
	padding: 1.1875rem 0.625rem;
	text-align: center;
	transition: opacity 0.3s ease;
	width: 15.125rem;
}

.top-news__more-icon {
	align-content: center;
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 50%;
	display: grid;
	justify-content: center;
	place-content: center;
	width: 1.5625rem;
}

.top-news__more-icon img {
	width: 0.5rem;
}

.top-reason {
	background-color: #f3f5f6;
	overflow: hidden;
	padding-top: 10.875rem;
	position: relative;
	z-index: 0;
}

.top-reason::before {
	background-color: #bdd3ec;
	content: "";
	height: 1px;
	left: -5.1875rem;
	position: absolute;
	top: 12.8125rem;
	transform: rotate(-226.342deg);
	width: 35.625rem;
}

.top-reason__title-wrapper {
	position: relative;
	text-align: center;
	z-index: 2;
}

.top-reason__title-wrapper::before {
	color: #fff;
	content: "REASON";
	font-family: "Rosarivo", serif;
	font-size: 9.5rem;
	font-weight: 400;
	left: 50%;
	letter-spacing: 0.025em;
	position: absolute;
	top: -4.875rem;
	transform: translateX(-50%);
	z-index: -1;
}

.top-reason__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1384px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
}

.top-reason__inner::before {
	background-color: #bdd3ec;
	bottom: 12.8125rem;
	content: "";
	height: 1px;
	position: absolute;
	right: -25.9375rem;
	transform: rotate(-226.342deg);
	width: 35.625rem;
}

.top-reason__01 {
	grid-gap: 4.7619047619%;
	display: grid;
	gap: 4.7619047619%;
	grid-template-columns: repeat(2, 43.1547619048%);
	margin-top: 6.25rem;
	padding-bottom: 6.25rem;
	position: relative;
}

.top-reason__body-title {
	font-feature-settings: "palt" 1;
	color: #7698cd;
	font-family: "Shippori Mincho bold", serif;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.top-reason__body-text-wrapper {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	margin-top: 1.25rem;
	position: relative;
	z-index: 2;
}

.top-reason__body-text-wrapper p {
	font-feature-settings: "palt" 1;
	font-size: 1rem;
	letter-spacing: 0.075em;
	line-height: 2.25;
}

.top-reason__body-text-wrapper p span {
	background-color: #ddf1f2;
	font-weight: 700;
}

.top-reason__number {
	font-family: "Libre Baskerville", serif;
	font-size: 11.25rem;
	letter-spacing: 0.025em;
	line-height: 1;
	position: absolute;
	z-index: 1;
}

.top-reason__number--01 {
	bottom: 4.75rem;
	color: #dce4ea;
	right: 0;
}

.top-reason__contents-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.top-reason__02 {
	background-color: #d7e1f1;
	padding: 6rem 5.25rem;
	position: relative;
}

.top-reason__02::before {
	background-color: #fff;
	bottom: 5.9375rem;
	content: "";
	height: 1px;
	position: absolute;
	right: -15.25rem;
	transform: rotate(-226.342deg);
	width: 81.25rem;
}

.top-reason__02-inner {
	margin-left: auto;
	max-width: 580px;
}

.top-reason__02-body {
	position: relative;
}

.top-reason__number--02 {
	bottom: -3.5625rem;
	color: #ffffff;
	right: -2.1875rem;
}

.top-reason__number.top-reason__number--02::after {
	background-color: #bdd3ec;
	bottom: -1.5625rem;
	content: "";
	display: none;
	height: 1px;
	position: absolute;
	right: -4.8125rem;
	transform: rotate(-226.342deg);
	width: 9.1875rem;
	z-index: -1;
}

.top-reason__02-image {
	margin-top: 4rem;
	position: relative;
	z-index: 2;
}

.top-reason__03 {
	background-color: #fff;
	padding: 6.625rem 5.25rem;
	position: relative;
}

.top-reason__03-inner {
	margin-right: auto;
	max-width: 580px;
	position: relative;
}

.top-reason__03-inner::after {
	background-color: #bdd3ec;
	bottom: 1.75rem;
	content: "";
	height: 1px;
	position: absolute;
	right: -25.9375rem;
	transform: rotate(-226.342deg);
	width: 35.625rem;
}

.top-reason__03-body {
	margin-top: 3.5rem;
	position: relative;
	z-index: 2;
}

.top-reason__number--03 {
	bottom: -5.3125rem;
	color: #dce4ea;
	right: -1.1875rem;
}

.top-reason__number.top-reason__number--03::after {
	display: none;
}

.top-recruit {
	padding-bottom: 6rem;
	padding-top: 4.75rem;
}

.top-recruit__recruit-banner {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.875rem;
	position: relative;
	width: 100%;
}

.top-recruit__recruit-banner-content {
	left: 0;
	position: absolute;
	top: 0;
}

.top-recruit__recruit-banner-content-title {
	color: #79c6cc;
	font-family: "Rosarivo", serif;
	font-size: 5.3125rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1;
	margin-left: 2.375rem;
	margin-top: 2.375rem;
}

.top-recruit__recruit-banner-content-body {
	background-color: rgba(255, 255, 255, 0.6);
	margin-left: 1.75rem;
	margin-top: 1.25rem;
	padding: 1.375rem 0.625rem 1.5625rem 2.5rem;
	width: 20.25rem;
}

.top-recruit__recruit-banner-content-body-title {
	font-feature-settings: "palt" 1;
	color: #79c6cc;
	font-family: "Shippori Mincho bold", serif;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}

.top-recruit__recruit-banner-content-body-text {
	font-size: 0.9375rem;
	letter-spacing: 0.025em;
	line-height: 2;
	margin-top: 0.625rem;
}

.top-recruit__recruit-banner-content-button {
	grid-gap: 0.625rem;
	font-feature-settings: "palt" 1;
	align-content: center;
	background-color: #79c6cc;
	border-radius: 2.5rem;
	color: #fff;
	display: grid;
	font-family: "Shippori Mincho regular", serif;
	font-size: 1.375rem;
	font-weight: 400;
	gap: 0.625rem;
	height: 5rem;
	justify-content: center;
	letter-spacing: 0.3em;
	line-height: 1;
	margin-left: 1.75rem;
	margin-top: 1.875rem;
	padding-right: 1.375rem;
	place-content: center;
	position: relative;
	transition: opacity 0.3s ease;
	width: 18.75rem;
}

.top-recruit__recruit-banner-content-button::before {
	aspect-ratio: 1;
	background-image: url(../images/top/top-recruit-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	position: absolute;
	right: 3.125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5625rem;
}

.top-recruit__recruit-list {
	grid-gap: 2.8125rem;
	display: grid;
	gap: 2.8125rem;
	grid-template-columns: repeat(3, 13.3125rem);
	justify-content: center;
	margin-top: 4.6875rem;
}

.top-recruit__recruit-item a {
	display: block;
	transition: opacity 0.3s ease;
}

.top-services {
	background-color: #f3f5f6;
	overflow: hidden;
	padding-bottom: 10.625rem;
	padding-top: 10.375rem;
}

.top-services__title-wrapper {
	position: relative;
	z-index: 1;
}

.top-services__title-wrapper::before {
	font-feature-settings: "palt" 1;
	color: #fff;
	content: "MEDICAL\aSERVICES";
	font-family: "Rosarivo", serif;
	font-size: 9.5rem;
	font-weight: 400;
	left: -9.375rem;
	letter-spacing: 0.025em;
	line-height: 1.1907894737;
	position: absolute;
	top: -5.8125rem;
	z-index: -1;
}

.top-services__service-list {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 4.375rem;
	position: relative;
	z-index: 1;
}

.top-services__service-item a {
	background-color: #f3f5f6;
	border: 1px solid #afc4e2;
	display: block;
	padding: 2.25rem 1rem 2.5rem;
	transition: background-color 0.3s ease;
}

.top-services__service-item-icon {
	aspect-ratio: 1;
	margin-left: auto;
	margin-right: auto;
	width: 4.625rem;
}

.top-services__service-item-body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	margin-top: 1.4375rem;
}

.top-services__service-item-body-title {
	font-feature-settings: "palt" 1;
	font-family: "Shippori Mincho semibold", serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
}

.top-services__service-item-body-text {
	font-feature-settings: "palt" 1;
	color: #7a9ccf;
	font-family: "Oswald", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.075em;
	line-height: 1;
	position: relative;
}

.top-services__service-item-body-text::before {
	aspect-ratio: 6/10;
	background-image: url(../images/common/arrow-blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: -0.625rem;
	top: 50%;
	transform: translateY(-48%);
	width: 0.375rem;
}

.top-symptoms {
	background-image: url(../images/top/top-symptoms-bg@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 10.625rem;
	padding-top: 10.375rem;
	position: relative;
}

.top-symptoms__title-wrapper {
	position: relative;
	z-index: 1;
}

.top-symptoms__title-wrapper::before {
	font-feature-settings: "palt" 1;
	color: #fff;
	content: "SYMPTOMS";
	font-family: "Rosarivo", serif;
	font-size: 9.5rem;
	font-weight: 400;
	left: 50%;
	letter-spacing: 0.025em;
	line-height: 1.1907894737;
	position: absolute;
	top: -7.8125rem;
	transform: translateX(-50%);
	z-index: -1;
}

.top-symptoms__symptoms-list {
	grid-gap: 0.875rem 1rem;
	display: grid;
	gap: 0.875rem 1rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 6.25rem;
	position: relative;
	z-index: 1;
}

.top-symptoms__symptoms-item a {
	align-items: center;
	background-color: #fff;
	display: block;
	display: flex;
	justify-content: space-between;
	padding: 1.5625rem 1.375rem 1.5rem 3.5rem;
	transition: opacity 0.3s ease;
}

.top-symptoms__item-body {
	grid-gap: 1.125rem;
	align-items: center;
	display: grid;
	gap: 1.125rem;
	grid-template-columns: 1.25rem 1fr;
}

.top-symptoms__item-body-title {
	font-feature-settings: "palt" 1;
	font-size: rem(18);
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1;
}

.top-symptoms__item-arrow {
	width: 0.9375rem;
}

.banners {
	grid-gap: 1.5625rem;
	align-items: center;
	display: grid;
	gap: 1.5625rem;
	grid-template-columns: repeat(2, 10.875rem);
	justify-content: center;
	margin-top: 1.5rem;
}

.banners__contact a {
	align-content: center;
	background-color: #4a3c32;
	display: grid;
	height: 3.5rem;
	justify-content: center;
	place-content: center;
	transition: opacity 0.3s ease;
}

.banners__contact-title {
	color: #fff;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
}

.banners__contact-phone {
	font-feature-settings: "palt" 1;
	align-items: center;
	display: flex;
	gap: 0.25rem;
	justify-content: center;
	margin-top: 0.125rem;
}

.banners__contact-phone img {
	height: auto;
	width: 0.5625rem;
}

.banners__contact-phone-text {
	color: #fff;
	font-family: "Shippori Mincho bold", serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.banners__contact-button a {
	align-content: center;
	background-color: #2c8e93;
	color: #fff;
	display: grid;
	height: 3.5rem;
	justify-content: center;
	place-content: center;
	transition: opacity 0.3s ease;
}

.banners__contact-button-head {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
}

.banners__contact-button-text {
	font-feature-settings: "palt" 1;
	align-items: center;
	display: flex;
	font-family: "Shippori Mincho bold", serif;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.25rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 0.125rem;
}

.banners__contact-button-text img {
	height: auto;
	width: 1rem;
}

.breadcrumb {
	background-color: #F2F4F5;
	font-size: 14px;
	height: auto;
	line-height: 0.075em;
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.breadcrumb__container {
	align-items: center;
	display: flex;
	gap: 1.25rem;
}

/* ドロワーメニュー */

.drawer {
	max-width: 31.25rem;
	width: 100%;
}

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

.drawer__nav {
	border-bottom: 1px solid #7698cd;
	padding-bottom: 0.625rem;
}

.drawer__menu-list {
	align-content: flex-start;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 21.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.drawer__menu-item {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	width: 50%;
}

.drawer.is-open .drawer__menu-item {
	opacity: 1;
	transform: translateY(0);
}

.drawer__menu-link {
	-webkit-text-decoration: none;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1;
	padding: 0.8125rem 0;
	text-decoration: none;
	transition: color 0.3s ease;
}

.drawer__menu-item-accordion {
	display: none;
}

.drawer__menu-item-accordion::before,
.drawer__menu-item-accordion::after {
	background: #7897ce;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 1.25rem;
}

.drawer__menu-item-accordion::after {
	transform: rotate(90deg);
}

.drawer__menu-item-accordion.is-open::after {
	transform: rotate(0deg);
}

.drawer__menu-sub-list {
	list-style: none;
	margin: 0;
	margin-left: 1.5rem;
	padding: 0;
}

.drawer__menu-sub-list li {
	transform: translateX(-10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.drawer__menu-sub-list li a {
	-webkit-text-decoration: none;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	padding: 0.625rem 0;
	text-decoration: none;
	transition: color 0.3s ease;
}

.drawer__info {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 28.75rem;
	width: 100%;
}

.drawer__info-wrapper {
	grid-gap: 0.875rem;
	align-items: center;
	display: grid;
	gap: 0.875rem;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
}

.drawer__info-name p {
	font-size: 0.625rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

.drawer__info-name-logo {
	margin-top: 0.375rem;
	width: 13.25rem;
}

.drawer__info-address {
	font-size: 0.875rem;
	letter-spacing: 0.075em;
	line-height: 1.7142857143;
}

.drawer__info-contact-wrapper {
	margin-top: 1.5rem;
}

.footer-banner {
	display: none;
}

/* フッター */

.footer {
	padding-bottom: 10.625rem;
}

.footer__wrapper {
	background-color: #7698cd;
	padding-bottom: 2.5rem;
	padding-top: 3.875rem;
	position: relative;
}

.footer__inner.inner {
	display: grid;
	grid-template-columns: 17rem 50rem;
}

.footer__title {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 2.375rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1;
}

.footer__nav {
	margin-top: -0.75rem;
}

.footer__menu-list {
	align-content: flex-start;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 0 1.25rem;
	height: 18rem;
}

.footer__menu-item {
	width: 16.875rem;
}

.footer__menu-link {
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.4375;
	transition: opacity 0.3s ease;
}

.footer__copyright {
	color: #7698cd;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 1.5rem;
	text-align: center;
}

/* ハンバーガーメニュー */

.hamburger {
	align-items: center;
	aspect-ratio: 1;
	background-color: #7698cd;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 5.625rem;
	z-index: 305;
}

.hamburger__line {
	height: 1.625rem;
	position: relative;
	width: 3.125rem;
	z-index: 300;
}

.hamburger__line span {
	background-color: #fff;
	height: 1px;
	position: absolute;
	transition: all 0.2s ease-in-out;
	width: 100%;
}

.hamburger__line span:nth-child(1) {
	top: 0;
}

.hamburger__line span:nth-child(2) {
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5625rem;
}

.hamburger__line span:nth-child(3) {
	bottom: 0;
	left: 50%;
	width: 1.5625rem;
}

.hamburger.is-open .hamburger__line span:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.hamburger.is-open .hamburger__line span:nth-child(2) {
	opacity: 0;
}

.hamburger.is-open .hamburger__line span:nth-child(3) {
	bottom: 50%;
	left: auto;
	left: initial;
	transform: translateY(50%) rotate(-45deg);
	width: 3.125rem;
}

.hamburger__text {
	color: #fff;
	font-family: "Shippori Mincho bold", serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.625rem;
}

/*-------------------------------------
ヘッダー
-------------------------------------*/

/* ヘッダー */

.header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

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

.header__logo {
	margin: 0;
	width: 13.6875rem;
}

.header__logo-link {
	display: block;
	transition: opacity 0.3s;
}

.header__logo-link img {
	height: auto;
	max-width: 100%;
}

.header__menu-wrapper {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 300;
}

.header__nav {
	display: none;
	height: 100%;
}

.header__nav.is-open {
	align-content: center;
	display: grid;
	justify-content: center;
	place-content: center;
}

.header__menu-list {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 0.75rem;
	height: 100%;
	margin: 0;
}

.header__menu-item {
	align-content: center;
	display: grid;
	height: 100%;
	justify-content: center;
	margin: 0;
	place-content: center;
	position: relative;
	transition: all 0.3s;
}

.header__menu-link {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-weight: 500;
	gap: 0.25rem;
	height: 3.5rem;
	justify-content: center;
	transition: opacity 0.3s;
	width: 10.875rem;
}

.header__menu-item--tel .header__menu-link {
	background-color: #4b3c33;
}

.header__menu-item--line .header__menu-link {
	background-color: #1b8d91;
}

.header__menu-link > span {
	font-size: 0.75rem;
	line-height: 1;
}

.header__menu-link-text {
	align-items: center;
	display: flex;
	gap: 0.125rem;
}

.header__menu-item--tel .header__menu-link-text > img {
	width: 0.5625rem;
}

.header__menu-item--line .header__menu-link-text > img {
	width: 0.9375rem;
}

.header__menu-link-text > span {
	font-family: "Shippori Mincho bold", serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
}

.header__menu-link-contact-icon {
	aspect-ratio: 1;
	width: 1.25rem;
}

.header__overlay {
	background-color: #fff;
	height: 100%;
	left: 0;
	opacity: 0;
	padding-top: 9.375rem;
	position: fixed;
	top: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 100;
}

.header__overlay.is-open {
	max-height: 100vh;
	opacity: 1;
	overflow-x: hidden;
	overflow-y: auto;
	visibility: visible;
}

.header__drawer {
	margin-left: auto;
	margin-right: auto;
}

.info-section {
	background-color: #f3f5f6;
	padding-bottom: 5.625rem;
	padding-top: 5.25rem;
}

.info-section__inner.inner {
	grid-gap: 5rem;
	display: grid;
	gap: 5rem;
	grid-template-columns: 36.25rem 1fr;
}

.info-section__name p {
	font-feature-settings: "palt" 1;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-left: 6.25rem;
}

.info-section__name-logo {
	margin-top: 1.25rem;
	max-width: 36.375rem;
}

.info-section__detail-list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, 11.25rem);
	margin-top: 1.25rem;
}

.info-section__detail-list li {
	align-content: center;
	background-color: #fff;
	border: 1px solid #79c6cc;
	color: #4db0b2;
	display: grid;
	font-family: "Shippori Mincho semibold", serif;
	font-size: 0.9375rem;
	font-weight: 600;
	height: 4.9375rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.6;
	max-width: 11.25rem;
	place-content: center;
	text-align: center;
}

.info-section__contact {
	align-items: center;
	background-color: #fff;
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center;
	margin-top: 2.125rem;
	padding: 1.875rem 1.25rem;
	width: 100%;
}

.info-section__contact-title {
	font-feature-settings: "palt" 1;
	color: #4b3c33;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
}

.info-section__contact-phone {
	grid-gap: 0.5rem;
	font-feature-settings: "palt" 1;
	color: #4b3c33;
	display: grid;
	font-family: "Shippori Mincho bold", serif;
	font-size: 2.375rem;
	font-weight: 700;
	gap: 0.5rem;
	grid-template-columns: 1.375rem auto;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 0.625rem;
	text-align: center;
}

.info-section__contact-button {
	align-content: center;
	display: grid;
	justify-content: center;
	margin-top: 1.4375rem;
	place-content: center;
}

.info-section__contact-button a {
	align-content: center;
	background-color: #4b3c33;
	border-radius: 40px;
	color: #fff;
	display: grid;
	height: 5.75rem;
	justify-content: center;
	place-content: center;
	position: relative;
	transition: opacity 0.3s ease;
	width: 27.875rem;
}

.info-section__contact-button a::before {
	aspect-ratio: 1;
	background-image: url(../images/common/contact-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.1875rem;
}

.info-section__contact-button-head {
	color: #fff;
	font-family: "Shippori Mincho medium", serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
}

.info-section__contact-button-text {
	grid-gap: 0.625rem;
	font-feature-settings: "palt" 1;
	color: #fff;
	display: grid;
	font-family: "Shippori Mincho medium", serif;
	font-size: 1.625rem;
	font-weight: 500;
	gap: 0.625rem;
	grid-template-columns: 1.6875rem 1fr;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 0.625rem;
}

.info-section__info-title {
	grid-gap: 0.5rem;
	font-feature-settings: "palt" 1;
	display: grid;
	font-family: "Shippori Mincho bold", serif;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 0.5rem;
	grid-template-columns: 1.25rem 1fr;
	letter-spacing: 0.1em;
	line-height: 1;
}

.info-section__info-table {
	margin-top: 1.5rem;
}

.info-section__info-time {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	gap: 0.625rem;
	justify-content: flex-end;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-right: 2.8125rem;
	margin-top: 0.625rem;
}

.info-section__info-card {
	margin-top: 4rem;
}

.info-section__info-card-wrapper {
	grid-gap: 1.5rem;
	display: grid;
	flex-wrap: wrap;
	gap: 1.5rem;
	grid-template-columns: 4.6875rem 6.5rem 7.625rem 5.75rem;
	margin-top: 2rem;
}

.info-section__info-card-text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 1.625rem;
}

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

.more-link {
	grid-gap: 0.75rem;
	align-items: center;
	background-color: #ebf6f7;
	border: 1px solid #7698cd;
	border-radius: 2.875rem;
	display: grid;
	font-family: "Shippori Mincho regular", serif;
	font-size: 1.375rem;
	font-weight: 400;
	gap: 0.75rem;
	grid-template-columns: auto 1.5625rem;
	height: 5.625rem;
	justify-content: center;
	letter-spacing: 0.025em;
	max-width: 20.375rem;
	transition: opacity 0.3s ease;
	width: 100%;
}

.more-link__icon {
	align-content: center;
	aspect-ratio: 1;
	background-color: #79c6cc;
	border-radius: 50%;
	display: grid;
	justify-content: center;
	place-content: center;
}

.more-link__icon img {
	aspect-ratio: 8/14;
	width: 0.5rem;
}

.page-content {
	font-size: 1rem;
	letter-spacing: 0.075em;
	line-height: 2.25;
	padding-bottom: 6.875rem;
	padding-top: 4.75rem;
}

/* .page-content ul,
.page-content ol {
	padding: inherit;
}
 */
.page-content ul {
	list-style: inherit;
}

.page-content body,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
/* .page-content p, */
.page-content ul,
.page-content ol,
/* .page-content figure, */
.page-content blockquote,
.page-content dl,
.page-content dd {
	margin: inherit;
}

.page-content article > * + * {
	margin-top: inherit;
}

.page-content .page-content__title-container {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-left: -20px;
	margin-right: -20px;
	overflow: hidden;
	text-align: center;
}

.page-content .page-content__title-en--sub {
	font-feature-settings: "palt" 1;
	color: #f2f5f6;
	font-family: "Rosarivo", serif;
	font-size: 9.5rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.1907894737;
	text-transform: uppercase;
	white-space: nowrap;
}

.page-content .page-content__title-en {
	font-feature-settings: "palt" 1;
	color: #666666;
	font-family: "Rosarivo", serif;
	font-size: 5.3125rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.1907894737;
	margin-left: auto;
	margin-right: auto;
	margin-top: -5.625rem;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}

.page-content .page-content__title {
	font-feature-settings: "palt" 1;
	font-family: "Shippori Mincho medium", serif;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
}

.page-content .page-content__contents {
	margin-top: 6.25rem;
}

.page-content .post_content h2 {
	-webkit-text-decoration: underline;
	font-feature-settings: "palt" 1;
	font-family: "Shippori Mincho bold", serif;
/* 	font-size: 1.75rem; */
	line-height: 1.8;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 10px;
}

.page-content .post_content h3 {
	font-feature-settings: "palt" 1;
	font-family: "Shippori Mincho bold", serif;
/* 	font-size: 1.75rem; */
	padding-bottom: 0.25rem;
	padding-left: 1.25rem;
	padding-top: 0.25rem;
}

.page-fv {
	filter: brightness(60%);
}

.page-fv__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 1500/450;
	object-fit: cover;
	width: 100%;
}

.schedule-table {
	background: #fff;
	border-collapse: collapse;
	table-layout: fixed;
	width: 30.625rem;
}

.schedule-table__header,
.schedule-table__time,
.schedule-table__cell {
	border: 1px solid #666;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.schedule-table__header {
	font-size: 0.9375rem;
	height: 2.5rem;
	letter-spacing: 0.05em;
	width: 3.75rem;
}

.schedule-table__header.schedule-table__header--time {
	width: 8.25rem;
}

.schedule-table__header,
.schedule-table__time {
	background: #e8e8e8;
}

.schedule-table__time,
.schedule-table__cell {
	height: 3.25rem;
}

.schedule-table__time {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	width: 8.25rem;
}

.schedule-table__cell {
	background: #fff;
	width: 3.75rem;
}

.schedule-table__mark {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	top: 2px;
}

.schedule-table__available {
	aspect-ratio: 1;
	background: #79c6cc;
	border-radius: 50%;
	width: 1.125rem;
}

.schedule-table__unavailable {
	margin-left: auto;
	margin-right: auto;
	width: 1.1875rem;
}

.top-button {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
}

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

.top-button a {
	align-items: center;
	aspect-ratio: 1;
	background-color: #dbe3e9;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	justify-content: center;
	width: 4.375rem;
}

.top-button a span {
	color: #7997ce;
	font-family: "Oswald", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1;
}

.top-button a img {
	width: 1.25rem;
}

.top-section-title__en {
	color: #666666;
	font-family: "Rosarivo", serif;
	font-size: 5.3125rem;
	font-weight: 400;
	letter-spacing: 0.025em;
}

.top-section-title__jp {
	font-feature-settings: "palt" 1;
	font-family: "Shippori Mincho medium", serif;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-top: 1rem;
}

.top-reason .top-section-title__en,
.top-reason .top-section-title__jp,
.top-feature .top-section-title__en,
.top-feature .top-section-title__jp,
.top-symptoms .top-section-title__en,
.top-symptoms .top-section-title__jp,
.top-flow .top-section-title__en,
.top-flow .top-section-title__jp,
.top-clinic .top-section-title__en,
.top-clinic .top-section-title__jp {
	text-align: center;
}

.top-flow .top-section-title__en,
.top-flow .top-section-title__jp {
	color: #fff;
}

@media (hover: hover) {

.top-clinic__access-button a:hover {
	opacity: 0.8;
}

.top-doctor__service-item a:hover {
	background-color: #dee6f3;
}

.top-feature__banner-item a:hover {
	opacity: 0.7;
}

.top-news__news-item a:hover {
	opacity: 0.8;
}

.top-news__more-link:hover {
	opacity: 0.8;
}

.top-recruit__recruit-banner-content-button:hover {
	opacity: 0.8;
}

.top-recruit__recruit-item a:hover {
	opacity: 0.8;
}

.top-services__service-item a:hover {
	background-color: #afc4e2;
}

.top-symptoms__symptoms-item a:hover {
	opacity: 0.8;
}

.banners__contact a:hover {
	opacity: 0.8;
}

.banners__contact-button a:hover {
	opacity: 0.8;
}

.breadcrumb a:hover {
	color: #7698cd;
}

.drawer__menu-link:hover,
.drawer__menu-sub-list li a:hover {
	color: #7698cd;
}

.footer__menu-link:hover {
	opacity: 0.8;
}

.header__logo-link:hover {
	opacity: 0.8;
}

.header__menu-link:hover {
	opacity: 0.8;
}

.info-section__contact-button a:hover {
	opacity: 0.8;
}

.more-link:hover {
	opacity: 0.8;
}

}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

.top-news__news-list {
	margin-left: 1.25rem;
}

}

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

.pc {
	display: none;
}

.sp {
	display: block;
}

html {
	font-size: 16px;
}

.top-clinic {
	background-image: url(../images/top/top-clinic-bg-sp@2x.webp);
	padding-bottom: 3.75rem;
	padding-top: 5rem;
}

.top-clinic__inner.inner {
	max-width: 500px;
}

.top-clinic__title-wrapper::before {
	font-size: 6.25rem;
	top: -3.125rem;
}

.top-clinic__slider-container.swiper {
	margin-top: 3.625rem;
}

.top-clinic__slider-slide.swiper-slide {
	width: 19.875rem;
}

.top-clinic__access-wrapper {
	gap: 0;
	grid-template-columns: 1fr;
	margin-top: 3rem;
}

.top-clinic__map {
	margin-top: 2.6875rem;
	order: 3;
}

.top-clinic__access {
	display: contents;
}

.top-clinic__access h3 {
	font-size: 1.125rem;
	order: 1;
}

.top-clinic__access-body {
	margin-top: 1.625rem;
	order: 2;
}

.top-clinic__access ul {
	gap: 1.0625rem;
}

.top-clinic__access-address {
	margin-top: 1.875rem;
}

.top-clinic__access-address-detail-note {
	line-height: 1.5714285714;
	margin-top: 0.3125rem;
}

.top-clinic__access-button {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
	order: 4;
}

.top-clinic__access-button a {
	border-radius: 35px;
	font-size: 1.25rem;
	height: 4.375rem;
	width: 17.5rem;
}

.top-clinic__access-button a::before {
	right: 0.9375rem;
}

.top-doctor {
	background-image: url(../images/top/top-doctor-bg-sp@2x.webp);
	padding-bottom: 4.75rem;
	padding-top: 2.5rem;
}

.top-doctor::before {
	font-size: 6.25rem;
	left: -12rem;
	top: 40.875rem;
	transform: rotate(-90deg);
}

.top-doctor__inner.inner {
	max-width: 500px;
}

.top-doctor__service-list {
	gap: 1.3125rem;
	grid-template-columns: 1fr;
}

.top-doctor__service-item a {
	padding: 1.25rem 0.5rem 1.4375rem 1rem;
}

.top-doctor__service-note {
	margin-top: 1.25rem;
	text-align: right;
}

.top-doctor__container {
	gap: 0;
	grid-template-columns: 1fr;
	margin-top: 4.375rem;
}

.top-doctor__content-wrapper {
	display: contents;
	margin-top: 0;
}

.top-doctor__title-wrapper {
	order: 1;
	text-align: center;
}

.top-doctor__content {
	gap: 0.625rem;
	margin-top: 2.0625rem;
	order: 3;
}

.top-doctor__content p {
	line-height: 2;
}

.top-doctor__profile {
	margin-top: 2.75rem;
	order: 4;
}

.top-doctor__name {
	font-size: 1.125rem;
}

.top-doctor__name span:last-child {
	letter-spacing: 0.4em;
}

.top-doctor__profile-list {
	font-size: 0.875rem;
	gap: 0.5rem;
	letter-spacing: 0.05em;
	line-height: 1.8571428571;
	margin-top: 1.25rem;
}

.top-doctor__image-container {
	margin-top: 3.5625rem;
	order: 2;
}

.top-doctor__link-container {
	margin-top: 3.125rem;
}

.top-feature {
	background-image: url(../images/top/top-feature-bg-sp@2x.webp);
	padding-bottom: 3.875rem;
	padding-top: 8rem;
}

.top-feature__inner.inner {
	max-width: 500px;
}

.top-feature__inner::before {
	font-size: 4.625rem;
	left: 50%;
	right: auto;
	right: initial;
	top: -3.125rem;
	transform: translateX(-50%);
}

.top-feature__feature-list {
	gap: 1.875rem;
	grid-template-columns: 1fr;
	margin-top: 3.625rem;
}

.top-feature__feature-item {
	height: auto;
}

.top-feature__feature-item:nth-of-type(3n+2) {
	margin-top: 0;
}

.top-feature__feature-item:nth-of-type(3n) {
	margin-top: 0;
}

.top-feature__feature-item:nth-of-type(3n+4) {
	margin-top: 0;
}

.top-feature__feature-item:nth-of-type(3n+6) {
	margin-top: 0;
}

.top-feature__item-icon {
	aspect-ratio: 330/200;
}

.top-feature__feature-item--record .top-feature__item-icon img {
	width: 5.4375rem;
}

.top-feature__feature-item--mind .top-feature__item-icon img {
	width: 7.125rem;
}

.top-feature__feature-item--clean .top-feature__item-icon img {
	width: 6.875rem;
}

.top-feature__feature-item--explain .top-feature__item-icon img {
	width: 8rem;
}

.top-feature__feature-item--fast .top-feature__item-icon img {
	width: 7.75rem;
}

.top-feature__feature-item--price .top-feature__item-icon img {
	width: 6.5625rem;
}

.top-feature__item-body {
	padding: 0 1.625rem 2.625rem;
}

.top-feature__item-body-title {
	font-size: 1.125rem;
	line-height: 2;
}

.top-feature__item-body-text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 0.5rem;
}

.top-feature__link-container {
	margin-top: 2.1875rem;
}

.top-feature__banner-wrapper {
	gap: 1.875rem;
	grid-template-columns: 1fr;
	margin-top: 6.25rem;
}

.top-flow {
	padding-bottom: 5.125rem;
	padding-top: 5rem;
}

.top-flow__title-wrapper::before {
	font-size: 6.25rem;
	top: -3.125rem;
}

.top-flow__contents {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.625rem;
	max-width: 500px;
}

.top-flow__card {
	gap: 1.6875rem;
	padding: 2.1875rem 1.5625rem 3.125rem;
}

.top-flow__card-step {
	font-size: 0.875rem;
}

.top-flow__card-title-text {
	font-size: 1.25rem;
}

.top-flow__card-text {
	line-height: 2;
}

.top-flow__swiper-button-prev,
.top-flow__swiper-button-next {
	width: 2.8125rem;
}

.top-flow__swiper-button-prev {
	left: calc(50vw - min(50vw, 21.875rem));
}

.top-flow__swiper-button-next {
	right: calc(50vw - min(50vw, 21.875rem));
}

.top-flow__swiper-pagination {
	gap: 0.75rem;
	margin-top: 1.75rem;
}

.swiper-pagination-bullet {
	height: 1.25rem;
	width: 1.25rem;
}

.top-fv {
	aspect-ratio: 380/580;
}

.top-fv__title-container {
	left: 0;
	top: 70vw;
	width: 100%;
}

.top-fv__title {
	font-feature-settings: "palt" 1;
	font-size: 11.0526315789vw;
	line-height: 1.2619047619;
	text-align: center;
}

.top-fv__title-small {
	font-size: 9.7368421053vw;
	line-height: 1.4324324324;
}

.top-fv__title-adjust {
	letter-spacing: -0.04em;
}

.top-fv__text {
	font-size: 5vw;
	line-height: 2;
	margin-left: 0;
	margin-top: 0;
	text-align: center;
}

.top-fv__leaf-container {
	bottom: 16.3157894737vw;
	gap: 5.2631578947vw;
	grid-template-columns: repeat(2, 29.2105263158vw);
	justify-content: center;
	left: 0;
	right: auto;
	right: initial;
	width: 100%;
}

.top-fv__note {
	padding-right: 1.5625rem;
}

.top-image {
	height: 15.625rem;
}

.top-news {
	padding-bottom: 2.5rem;
	padding-top: 2rem;
}

.top-news__inner.inner {
	max-width: 500px;
}

.top-news__container {
	align-items: flex-start;
	flex-direction: column;
}

.top-news__title-container {
	gap: 0.4375rem;
}

.top-news__title-en {
	font-size: 2.8125rem;
}

.top-news__title {
	font-size: 1.125rem;
	line-height: 1.7777777778;
	margin-bottom: 0;
}

.top-news__news-list {
	gap: 0;
	margin-left: 0;
	margin-top: 0.375rem;
	width: 100%;
}

.top-news__news-item a {
	gap: 0.75rem;
	padding: 0;
}

.top-news__news-item a time {
	font-size: 0.625rem;
}

.top-news__news-item a span {
	font-size: 0.875rem;
	max-width: 63.1578947368vw;
}

.top-news__more-link {
	display: none;
}

.top-reason {
	background-color: #f2f4f5;
	padding-top: 5rem;
}

.top-reason::before {
	left: -12.5rem;
	top: 6.25rem;
	width: 18.75rem;
}

.top-reason__title-wrapper::before {
	font-size: 4.625rem;
	top: -2.625rem;
}

.top-reason__inner {
	max-width: 500px;
	padding-bottom: 3.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.top-reason__inner::before {
	right: -27.375rem;
}

.top-reason__01 {
	gap: 1.875rem;
	grid-template-columns: 1fr;
	margin-top: 3.6875rem;
	padding-bottom: 0;
}

.top-reason__body-title {
	font-size: 1.25rem;
	line-height: 1.8;
}

.top-reason__body-text-wrapper {
	gap: 0.625rem;
	margin-top: 1rem;
}

.top-reason__body-text-wrapper p {
	line-height: 2;
}

.top-reason__number {
	font-size: 6.25rem;
}

.top-reason__number--01 {
	bottom: -1.4375rem;
	right: -0.8125rem;
}

.top-reason__contents-wrapper {
	grid-template-columns: 1fr;
}

.top-reason__02 {
	padding: 3.375rem 1.5625rem 3.5rem;
}

.top-reason__02::before {
	bottom: 0.75rem;
	right: -3.75rem;
	width: 12.5rem;
}

.top-reason__02-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.top-reason__number--02 {
	bottom: -1.25rem;
	right: -1.25rem;
}

.top-reason__number.top-reason__number--02::after {
	display: none;
}

.top-reason__02-image {
	margin-top: 2.5rem;
}

.top-reason__03 {
	padding: 4rem 1.5625rem 3.75rem;
}

.top-reason__03-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.top-reason__03-inner::after {
	bottom: 6.375rem;
}

.top-reason__03-body {
	margin-top: 2.75rem;
}

.top-reason__number--03 {
	bottom: -1.5rem;
	right: -0.75rem;
}

.top-recruit {
	background: #f2f4f5;
	padding-bottom: 3.125rem;
	padding-top: 0;
}

.top-recruit__inner.inner {
	max-width: 500px;
}

.top-recruit__recruit-banner-content-title {
	font-size: 2.625rem;
	margin-left: 1.125rem;
	margin-top: 1.375rem;
}

.top-recruit__recruit-banner-content-body {
	margin-left: 1rem;
	margin-top: 0.625rem;
	padding: 0.625rem 0.625rem 0.625rem 1rem;
	width: 12.4375rem;
}

.top-recruit__recruit-banner-content-body-title {
	font-size: 0.75rem;
}

.top-recruit__recruit-banner-content-body-text {
	font-size: 0.625rem;
	line-height: 1.6;
	margin-top: 0.25rem;
}

.top-recruit__recruit-banner-content-button {
	font-size: 0.75rem;
	height: 2.5rem;
	margin-left: 1rem;
	margin-top: 0.875rem;
	padding-right: 0;
	width: 9.25rem;
}

.top-recruit__recruit-banner-content-button::before {
	right: 0.5625rem;
	width: 1rem;
}

.top-recruit__recruit-list {
	gap: 1.25rem;
	grid-template-columns: 13.3125rem;
	margin-top: 3.3125rem;
}

.top-services {
	padding-bottom: 5rem;
	padding-top: 4.5625rem;
}

.top-services__inner.inner {
	max-width: 500px;
}

.top-services__title-wrapper::before {
	font-size: 4.625rem;
	left: -1.625rem;
	line-height: 1.0135135135;
	top: 5.875rem;
}

.top-services__service-list {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.625rem;
}

.top-services__service-item a {
	background-color: #f2f4f5;
	border: 1px solid rgba(177, 195, 228, 0.6);
	padding: 1.25rem 0.625rem 1.1875rem;
}

.top-services__service-item-icon {
	width: 2.8125rem;
}

.top-services__service-item-body {
	gap: 0.4375rem;
	margin-top: 0.75rem;
}

.top-services__service-item-body-title {
	font-size: 0.6875rem;
}

.top-services__service-item-body-text {
	font-size: 0.625rem;
}

.top-services__service-item-body-text::before {
	width: 0.25rem;
}

.top-symptoms {
	background-image: url(../images/top/top-symptoms-bg-sp@2x.webp);
	padding-bottom: 5rem;
	padding-top: 5.3125rem;
}

.top-symptoms__inner.inner {
	max-width: 500px;
}

.top-symptoms__title-wrapper::before {
	font-size: 4.625rem;
	left: -13.75rem;
	top: 7.25rem;
	transform: rotate(-90deg);
}

.top-symptoms__symptoms-list {
	gap: 0.875rem;
	grid-template-columns: 1fr;
	margin-top: 3.4375rem;
}

.top-symptoms__symptoms-item a {
	padding: 0.875rem 0.75rem;
}

.top-symptoms__item-body {
	gap: 0.625rem;
}

.top-symptoms__item-body-title {
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

.top-symptoms__item-body-title span {
	font-size: 0.75rem;
}

.top-symptoms__item-arrow {
	width: 0.4375rem;
}

.banners {
	gap: 0.25rem;
	grid-template-columns: repeat(2, 11.25rem);
	margin-top: 1rem;
}

.banners__contact-phone {
	margin-top: 0.25rem;
}

.breadcrumb {
	font-size: 0.75rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.breadcrumb__container {
	gap: 0.625rem;
}

.drawer__nav {
	border-bottom: none;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.drawer__menu-list {
	flex-direction: row;
	flex-wrap: wrap;
	height: auto;
}

.drawer__menu-item {
	border-bottom: 1px solid #bdd2ec;
	width: 100%;
}

.drawer__menu-link {
	align-items: center;
	display: flex;
	height: 3.25rem;
	padding: 0.8125rem 0.625rem 0.8125rem 0.9375rem;
}

.drawer__menu-item-accordion-wrapper {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr 2.5rem;
	height: 3.25rem;
	justify-content: space-between;
}

.drawer__menu-item-accordion {
	display: block;
	height: 3.25rem;
	padding-right: 1.25rem;
	position: relative;
	width: 2.5rem;
}

.drawer__menu-sub-list {
	border-top: 1px solid #bdd2ec;
	display: none;
	margin-left: 0;
}

.drawer__menu-sub-list li {
	transform: translateX(0);
}

.drawer__menu-sub-list li a {
	background-color: #f2f4f5;
	border-bottom: 1px solid #dddddd;
	padding: 0.75rem 0.625rem 0.75rem 2.125rem;
}

.drawer__menu-sub-list li:last-child a {
	border-bottom: none;
}

.drawer__info {
	margin-top: 1.5625rem;
	padding-bottom: 1.875rem;
}

.drawer__info-wrapper {
	grid-template-columns: 1fr;
}

.drawer__info-name p {
	text-align: center;
}

.drawer__info-name-logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.75rem;
}

.drawer__info-address {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.4375rem;
	max-width: 13.5rem;
}

.footer-banner {
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 40;
}

.footer {
	padding-bottom: 4.375rem;
}

.footer__wrapper {
	padding-bottom: 3.25rem;
	padding-top: 3.5rem;
}

.footer__inner.inner {
	grid-template-columns: 1fr;
	max-width: 500px;
}

.footer__title {
	font-size: 1.75rem;
}

.footer__nav {
	margin-top: 0.875rem;
}

.footer__menu-list {
	height: auto;
}

.footer__menu-item {
	width: 100%;
}

.footer__menu-link {
	font-size: 0.875rem;
	line-height: 2.4285714286;
}

.footer__copyright {
	font-size: 0.625rem;
	line-height: 1.8;
	margin-top: 0.625rem;
}

.hamburger {
	width: 3.75rem;
}

.hamburger__line {
	height: 1.125rem;
	width: 2.125rem;
}

.hamburger__line span:nth-child(2) {
	width: 1.0625rem;
}

.hamburger__line span:nth-child(3) {
	width: 1.0625rem;
}

.hamburger.is-open .hamburger__line span:nth-child(3) {
	width: 2.125rem;
}

.hamburger__text {
	font-size: 0.625rem;
	letter-spacing: 0.1em;
	margin-top: 0.5rem;
}

.header__inner {
	height: 3.75rem;
	padding-left: 1.5625rem;
}

.header__logo {
	position: relative;
	width: 15.75rem;
	z-index: 100;
}

.header__nav {
	display: none;
}

.header__nav.is-open {
	display: none;
}

.header__overlay {
	padding-top: 3.625rem;
}

.info-section {
	padding-bottom: 2.875rem;
	padding-top: 3.875rem;
}

.info-section__inner.inner {
	gap: 2.375rem;
	grid-template-columns: 1fr;
	max-width: 500px;
}

.info-section__name p {
	font-size: 0.75rem;
	margin-left: 0;
	text-align: center;
}

.info-section__name-logo {
	margin-left: 0;
	margin-top: 0.375rem;
	max-width: 19.9375rem;
}

.info-section__detail-list {
	gap: 0.5625rem;
	grid-template-columns: repeat(3, 6.5rem);
	justify-content: center;
	margin-top: 1.125rem;
}

.info-section__detail-list li {
	border: 1px solid #7fc6cd;
	font-size: 0.625rem;
	height: 3.75rem;
	line-height: 1.6;
	max-width: 6.5rem;
}

.info-section__contact {
	padding: 1.875rem 0.625rem 2.625rem;
}

.info-section__contact-title {
	font-size: 1rem;
}

.info-section__contact-phone {
	font-size: 1.75rem;
	gap: 0.375rem;
	grid-template-columns: 1.0625rem auto;
}

.info-section__contact-button {
	margin-top: 1.25rem;
}

.info-section__contact-button a {
	height: 4.375rem;
	width: 18.25rem;
}

.info-section__contact-button a::before {
	right: 1.25rem;
	width: 1.375rem;
}

.info-section__contact-button-head {
	font-size: 0.875rem;
}

.info-section__contact-button-text {
	font-size: 1.25rem;
	grid-template-columns: 1.3125rem 1fr;
}

.info-section__info-title {
	font-size: 1.125rem;
}

.info-section__info-table {
	margin-top: 1.25rem;
}

.info-section__info-time {
	font-size: 0.75rem;
	justify-content: flex-start;
	margin-right: 0;
}

.info-section__info-card {
	margin-top: 2.75rem;
}

.info-section__info-card-wrapper {
	gap: 1rem;
	grid-template-columns: 16.0606060606% 22.1212121212% 26.0606060606% 19.696969697%;
	margin-top: 1.5rem;
}

.info-section__info-card-text {
	font-size: 0.75rem;
	margin-top: 0.875rem;
}

.inner {
	padding-left: 25px;
	padding-right: 25px;
}

.more-link {
	font-size: 1.25rem;
	gap: 0.375rem;
	grid-template-columns: auto 1.125rem;
	height: 4.375rem;
	max-width: 17.5rem;
}

.more-link__icon img {
	width: 0.375rem;
}

.page-content {
	padding-bottom: 3.75rem;
	padding-top: 2.5rem;
}

.page-content .page-content__title-container {
	margin-left: -25px;
	margin-right: -25px;
}

.page-content .page-content__title-en--sub {
	font-size: 5.625rem;
}

.page-content .page-content__title-en {
	font-size: 3.125rem;
	margin-top: -3.125rem;
	max-width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}

.page-content .page-content__title {
	font-size: 1.125rem;
	max-width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}

.page-content .page-content__contents {
	margin-top: 3.75rem;
}

.page-content .post_content h2 {
/* 	font-size: 1.25rem; */
	line-height: 1.8;
}

.page-content .post_content h3 {
/* 	font-size: 1.25rem; */
	line-height: 1.8;
	padding-left: 0.625rem;
}

.page-fv__thumbnail img {
	aspect-ratio: 380/200;
}

.schedule-table {
	width: 100%;
}

.schedule-table__header {
	font-size: 0.6875rem;
	height: 1.75rem;
	letter-spacing: 0.05em;
	width: 12.1212121212%;
}

.schedule-table__header.schedule-table__header--time {
	width: 27.2727272727%;
}

.schedule-table__time,
.schedule-table__cell {
	height: 2.25rem;
}

.schedule-table__time {
	font-size: 0.6875rem;
	width: 27.2727272727%;
}

.schedule-table__cell {
	width: 12.1212121212%;
}

.schedule-table__available {
	width: 0.75rem;
}

.schedule-table__unavailable {
	width: 0.75rem;
}

.top-button {
	bottom: 4.375rem;
	display: block;
	position: fixed;
	right: 1.25rem;
	z-index: 40;
}

.top-section-title__en {
	font-size: 3.125rem;
}

.top-section-title__jp {
	font-size: 1.125rem;
	margin-top: 0.625rem;
}

.top-services .top-section-title__en {
	line-height: 1.24;
}

.top-services .top-section-title__jp {
	margin-top: 0.375rem;
}

}

@media (max-width: 380px) {

html {
	font-size: 4.2105263158vw;
}

}

@keyframes zoomDown {

0% {
	filter: blur(100px);
	opacity: 0;
	transform: scale(1.2);
}

100% {
	filter: blur(0);
	opacity: 1;
	transform: scale(1);
}

}

@keyframes fadeIn {

0% {
	filter: blur(300px);
	opacity: 0;
	transform: scale(0.8);
}

100% {
	filter: blur(0);
	opacity: 1;
	transform: scale(1);
}

}


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