body {
	color: #465069;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 350;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

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

* {
	min-height: 0vw;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

/* Set core body defaults */

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

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

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

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

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

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

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.1s ease-in;
}

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

body.is-scroll {
	overflow: hidden;
}

.wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1;
}

.color-accent {
	color: #3a8dbe;
	font-style: normal;
}

.footer {
	background-color: #1d304e;
	color: #fff;
	padding: 2.875rem 0 0;
}

.footer__inner {
	margin: 0 auto;
	max-width: 68.75rem;
	padding: 0 1.25rem 2.5rem;
	width: 100%;
}

.footer__main {
	display: flex;
	gap: 7.125rem;
	padding: 0 1.25rem;
}

.footer__left {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 1.75rem;
}

.footer__logo a {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.footer__logo-icon {
	flex-shrink: 0;
	max-width: 17.125rem;
	width: 100%;
}

.footer__buttons {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(2, 1fr);
}

.footer__btn {
	align-items: center;
	border-radius: 0.375rem;
	display: inline-flex;
	font-size: max(0.75rem, 12px);
	font-weight: 700;
	gap: 0.5rem;
	height: 2.75rem;
	justify-content: center;
	letter-spacing: 0.05em;
	min-width: 10rem;
	padding: 0.6875rem 1.5rem;
	transition: opacity 0.1s;
}

.footer__btn--tel {
	background-color: #e74c3c;
	color: #fff;
}

.footer__btn--tel img {
	height: 1rem;
	width: 1rem;
}

.footer__btn--web {
	background-color: #3a8dbe;
	color: #fff;
}

.footer__btn--line {
	background-color: #06c755;
	color: #fff;
}

.footer__nav-area {
	display: flex;
	flex: 1;
	gap: 0.875rem;
}

.footer__nav {
	flex: 1;
}

.footer__nav-heading {
	color: rgba(255, 255, 255, 0.5);
	font-family: "Lato", sans-serif;
	font-size: max(0.875rem, 12px);
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 1.0625rem;
	text-transform: uppercase;
}

.footer__nav-list {
	display: flex;
	flex-direction: column;
	gap: 0.4375rem;
}

.footer__nav-list li a {
	color: rgba(255, 255, 255, 0.8);
	display: block;
	font-size: max(0.875rem, 12px);
	font-weight: 350;
	letter-spacing: 0.05em;
	padding: 0.4375rem 0;
}

.footer__nav-list li a span.u-mobile {
	display: none;
}

.footer__schedule-note {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	gap: 4rem;
	justify-content: center;
	margin-top: 1.5rem;
	padding: 1.375rem 0;
	text-align: center;
}

.footer__schedule-note img {
	height: 6.375rem;
	width: 18.75rem;
}

.footer__schedule-note p {
	font-size: max(0.75rem, 12px);
	font-weight: 350;
	letter-spacing: 0.05em;
	line-height: 1.8;
	opacity: 0.6;
}

.footer__map {
	margin-top: 1.875rem;
	overflow: hidden;
	width: 100%;
}

.footer__map iframe {
	height: 18.75rem;
	width: 100%;
}

.footer__copyright {
	background-color: #1a2a3a;
	color: rgba(255, 255, 255, 0.4);
	font-size: max(0.75rem, 12px);
	font-weight: 350;
	letter-spacing: 0.05em;
	padding: 1.125rem 0;
	text-align: center;
}

.header {
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background-color: rgba(255, 255, 255, 0.97);
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
	height: 5rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	gap: 0 0.5rem;
	margin: 0 auto;
	max-width: 78.75rem;
	padding: 0 max(0.625rem, min(1vw, 1.25rem)) 0 max(1rem, min(1vw, 2.5rem));
	width: 100%;
}

.header__logo {
	height: inherit;
	/* max-width: max(100px, min(12vw, 12.75rem)); */
	max-width: max(204px, min(14vw, 224px));
	width: 100%;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__logo img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.header__nav {
	height: inherit;
}

.header__nav-list {
	align-items: center;
	display: flex;
	gap: max(0.5rem, min(1vw, 1.5rem));
	height: inherit;
}

.header__nav-item {
	height: inherit;
}

.header__nav-link {
	align-items: center;
	color: #465069;
	display: flex;
	font-size: max(0.8125rem, 12px);
	font-weight: 500;
	height: inherit;
	letter-spacing: 0.05em;
	line-height: 1.3;
	transition: color 0.1s;
}

.header__nav-item--has-sub {
	position: relative;
}

.header__sub-menu {
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 12.5rem;
}

.header__sub-menu li {
	border-bottom: 1px solid #fff;
}

.header__sub-menu .header__sub-menu-item {
	background-color: #3a8ebe;
	color: #fff;
	display: block;
	font-size: max(0.8125rem, 12px);
	font-weight: 400;
	line-height: 1.3;
	padding: 0.5rem 1rem;
}

.header__actions {
	align-items: center;
	display: flex;
	gap: max(0.5rem, min(0.5vw, 1rem));
}

.header__actions img {
	width: 1.125rem;
}

.header__tel {
	align-items: center;
	color: #465069;
	display: flex;
	font-size: max(0.8125rem, 12px);
	font-weight: 700;
	gap: 0.375rem;
	letter-spacing: 0.05em;
	transition: opacity 0.1s;
}

.header__reserve-btn {
	align-items: center;
	background-color: #3a8ebe;
	border-radius: 0.375rem;
	color: #fff;
	display: inline-flex;
	font-size: max(0.8125rem, 12px);
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.05em;
	padding: 0.6875rem max(0.625rem, min(1.5vw, 1.25rem));
	transition: opacity 0.1s;
}

.header__reserve-btn--line {
	background-color: #06c755;
	color: #fff;
}

.header__reserve-btn--line img {
	height: 1.25rem;
	width: 1.25rem;
}

.header__hamburger {
	display: none;
}

.header__hamburger span {
	background-color: #fff;
	border-radius: 0.1875rem;
	display: block;
	height: 0.1875rem;
	transition: 0.3s;
	width: 1.25rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
	transform: translateY(0.25rem) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	display: none;
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	transform: translateY(-0.25rem) rotate(-45deg);
}

.header__drawer {
	background-color: #cfe8f6;
	display: none;
	height: calc(100dvh - 5rem);
	overflow-y: auto;
	position: fixed;
	right: -100%;
	top: 5rem;
	transition: right 0.4s;
	width: 100%;
	z-index: 800;
}

.header__drawer.is-open {
	right: 0;
}

.header__drawer-nav {
	padding: 0 2.5rem 2.5rem;
}

.header__drawer-columns {
	display: flex;
	gap: 1.5rem;
	margin-top: 3.375rem;
}

.header__drawer-col {
	flex: 1;
}

.header__drawer-heading {
	color: #465069;
	font-family: "Lato", sans-serif;
	font-size: max(0.875rem, 12px);
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 0.75rem;
	text-transform: uppercase;
}

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

.header__drawer-item a {
	color: #465069;
	display: block;
	font-size: max(1rem, 12px);
	font-weight: 350;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.header__drawer-buttons {
	display: flex;
	flex-direction: column-reverse;
	gap: 0.75rem;
	margin-top: 3.75rem;
}

.header__drawer-btn {
	align-items: center;
	border-radius: 0.375rem;
	color: #fff;
	display: flex;
	font-size: max(1rem, 12px);
	font-weight: 700;
	gap: 0.125rem;
	justify-content: center;
	letter-spacing: 0.05em;
	padding: 1.5rem;
	text-align: center;
}

.header__drawer-btn--web {
	background-color: #3a8ebe;
	font-size: 1.25rem;
}

.header__drawer-btn--tel {
	background-color: #e74c3c;
}

.header__drawer-btn--tel img {
	height: 1rem;
	width: 1rem;
}

.header__drawer-btn--line {
	background-color: #06c755;
	color: #fff;
	font-size: 1.25rem;
}

.header__drawer-info {
	border-bottom: 1px solid #465069;
	border-top: 1px solid #465069;
	margin-top: 2.5rem;
	padding: 1.4375rem 0;
	text-align: center;
}

.header__drawer-info p {
	color: #465069;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.not-found {
	text-align: center;
}

.not-found__code {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(180deg, #3a8dbe, #0db6e5);
	background-clip: text;
	font-family: "Lato", sans-serif;
	font-size: 7.5rem;
	font-weight: 700;
	line-height: 1;
}

.not-found__heading {
	color: #465069;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
	margin-top: 1.5rem;
}

.not-found__text {
	color: #333333;
	font-size: max(1rem, 12px);
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1rem;
}

.not-found__btn {
	margin-top: 3rem;
}

.single-fv {
	align-items: center;
	display: flex;
	height: 15.6875rem;
	justify-content: center;
	margin-top: 5rem;
	overflow: hidden;
	position: relative;
}

.single-fv__bg {
	background: url("../images/common/fv-single.webp") center/cover no-repeat;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.single-fv__title-area {
	margin: 0 auto;
	max-width: 63.75rem;
	padding: 0 1.25rem;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 1;
}

.single-fv__title {
	color: #333333;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

.single-fv__en {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(180deg, #3a8dbe, #0db6e5);
	background-clip: text;
	font-family: "Lato", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.3;
	margin-top: 0.5rem;
}

.single-fv__en::before {
	content: "-";
}

.single-content {
	padding: 1.5rem 0 6.25rem;
}

.single-content__inner {
	margin: 0 auto;
	max-width: 66.25rem;
	padding: 0 1.25rem;
	width: 100%;
}

.single-breadcrumb__list {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: flex-end;
}

.single-breadcrumb__item {
	color: #3a8ebe;
	font-size: max(0.875rem, 12px);
	font-weight: 500;
	letter-spacing: 0.05em;
}

.single-breadcrumb__item a {
	color: #3a8ebe;
	transition: opacity 0.1s;
}

.single-breadcrumb__item:not(:last-child)::after {
	color: #3a8ebe;
	content: "＞";
	margin-left: 0.5rem;
}

.single-article {
	margin-top: 5.5rem;
}

.single-article__body h2 {
	background-color: #3a8ebe;
	color: #f5f5f5;
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 4rem;
	margin-top: 5.5rem;
	padding: 0.25rem 1.5rem;
}

.single-article__body h2:first-child {
	margin-top: 0;
}

.single-article__body h3 {
	border-left: 4px solid #3a8ebe;
	color: #3a8ebe;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	margin-bottom: 2.25rem;
	margin-left: 1.4375rem;
	margin-top: 4rem;
	padding-left: 1rem;
}

.single-article__body h4 {
	color: #465069;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 1.25rem;
	margin-top: 2.5rem;
}

.single-article__body p {
	color: #333333;
	font-size: max(1rem, 12px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
	margin-bottom: 1rem;
	padding-left: 1.4375rem;
}

.single-article__body strong {
	color: #3a8dbe;
	font-weight: 700;
}

.single-article__body a {
	-webkit-text-decoration: underline;
	color: #3a8ebe;
	text-decoration: underline;
	transition: opacity 0.1s;
}

.single-article__body ul {
	background-color: #e8f4fa;
	border-radius: 0.25rem;
	margin-bottom: 1rem;
	margin-left: 1.4375rem;
	margin-top: 2.25rem;
	padding: 1.5rem 2rem;
}

.single-article__body ul li {
	color: #333333;
	font-size: max(1rem, 12px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
	padding-left: 0.875rem;
	position: relative;
}

.single-article__body ul li::before {
	background-color: #3a8ebe;
	border-radius: 50%;
	content: "";
	height: 0.375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.375rem;
}

.single-article__body ul li + li {
	margin-top: 0.5rem;
}

.single-article__body ol {
	background-color: #e8f4fa;
	border-radius: 0.25rem;
	counter-reset: ol-counter;
	margin-bottom: 1rem;
	padding: 1.5rem 2rem;
}

.single-article__body ol li {
	color: #333333;
	counter-increment: ol-counter;
	font-size: max(1rem, 12px);
	font-weight: 400;
	line-height: 1.6;
	padding-left: 1.5rem;
	position: relative;
}

.single-article__body ol li::before {
	color: #3a8ebe;
	content: counter(ol-counter) ".";
	font-weight: 700;
	left: 0;
	position: absolute;
}

.single-article__body ol li + li {
	margin-top: 0.5rem;
}

.single-article__body blockquote {
	background-color: #f8f8f8;
	border-left: 4px solid #3a8ebe;
	border-radius: 0.25rem;
	margin-bottom: 1rem;
	padding: 1.5rem 2rem;
}

.single-article__body blockquote p {
	color: #555555;
	margin-bottom: 0;
}

.single-article__body blockquote cite {
	color: #999999;
	display: block;
	font-size: 0.8125rem;
	margin-top: 0.75rem;
}

.single-article__body table {
	border-collapse: collapse;
	font-size: max(0.875rem, 12px);
	margin-bottom: 1rem;
	width: 100%;
}

.single-article__body table th,
.single-article__body table td {
	border: 1px solid #dddddd;
	line-height: 1.6;
	padding: 0.75rem 1rem;
	text-align: left;
}

.single-article__body table th {
	background-color: #3a8ebe;
	color: #fff;
	font-weight: 700;
}

.single-article__body table tbody tr:nth-child(even) {
	background-color: #f8f8f8;
}

.single-article__body img {
	-o-object-fit: cover;
	aspect-ratio: 300/200;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.single-article__body figure {
	margin-bottom: 1rem;
}

.single-article__body figure img {
	display: block;
	width: 100%;
}

.single-article__body figure figcaption {
	color: #666666;
	font-size: 0.8125rem;
	margin-top: 0.5rem;
	text-align: center;
}

.single-article__body .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.single-article__body .alignleft {
	float: left;
	margin-bottom: 1rem;
	margin-right: 1.5rem;
}

.single-article__body .alignright {
	float: right;
	margin-bottom: 1rem;
	margin-left: 1.5rem;
}

.single-article__body .wp-block-columns {
	display: flex;
	gap: 2.25rem;
	margin-bottom: 1rem;
}

.single-article__body .wp-block-column {
	flex: 1;
}

.single-article__body::after {
	clear: both;
	content: "";
	display: table;
}

.single-article__body .box-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.5rem;
}

.single-article__body .box-list li {
	width: auto;
}

.single-article__body .box-list li + li {
	margin-top: 0;
}

.wp-block-media-text {
	align-items: flex-start;
	display: flex;
	gap: 2.25rem;
	margin-left: 1.4375rem;
}

.wp-block-media-text .wp-block-media-text__content {
	align-self: auto;
	padding: 0;
	width: 100%;
}

.wp-block-media-text h3 {
	margin-left: 0;
	margin-top: 0;
}

.wp-block-media-text p {
	margin-left: 0;
	padding-left: 0;
}

.wp-block-media-text img {
	-o-object-fit: cover;
	aspect-ratio: 300/200;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wp-block-media-text figure.wp-block-media-text__media {
	align-self: auto;
	max-width: 18.75rem;
}

.wp-block-media-text:not(:first-child) {
	margin-top: 4rem;
}

.section-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	position: relative;
	z-index: 1;
}

.section-title__en {
	color: #3a8ebe;
	font-family: "Lato", sans-serif;
	font-size: max(0.875rem, 12px);
	font-weight: 400;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.section-title__ja {
	color: #465069;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: center;
}

.section-title__line {
	background-color: #3a8ebe;
	display: block;
	height: 2px;
	width: 3.75rem;
}

.btn-primary {
	align-items: center;
	background: linear-gradient(to right, #3a8ebe, #66bed2);
	border-radius: 0.125rem;
	color: #fff;
	display: inline-flex;
	font-size: max(1rem, 12px);
	font-weight: 700;
	height: 3.75rem;
	justify-content: center;
	letter-spacing: 0.05em;
	max-width: 25rem;
	overflow: hidden;
	position: relative;
	transition: color 0.1s;
	width: 100%;
}

.btn-primary::before {
	background: linear-gradient(to right, #66bed2, #bef5ff);
	border-radius: inherit;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.1s;
	z-index: 0;
}

.btn-primary span {
	position: relative;
	z-index: 1;
}

.btn-primary::after {
	background: url("../images/top/arrow-white.svg") no-repeat center/contain;
	content: "";
	height: 0.875rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.1s;
	width: 0.5rem;
	z-index: 1;
}

.fv {
	height: 100vh;
	margin-top: 5rem;
	max-height: 37.5rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fv .swiper {
	height: 100%;
	margin-left: auto;
	margin-right: 0;
	width: 74.8438%;
}

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

.fv__img {
	height: 100%;
	position: relative;
	width: 100%;
}

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

.fv__img::before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.6), transparent);
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 65.8664%;
	z-index: 3;
}

.fv__content {
	left: 50%;
	max-width: 64rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 3;
}

.fv__title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: #465069;
	background: linear-gradient(180deg, #3a8dbe, #0db6e5);
	background-clip: text;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

.fv__title span {
	display: block;
}

.fv__gradient-text,
.fv__gradient-texts {
	-webkit-text-fill-color: transparent;
	font-style: normal;
}

.fv__subtitle {
	color: #465069;
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
	margin-top: 1rem;
	text-shadow: 0 0 24px #fff;
}

.fv__subtitle span {
	display: block;
}

.fv__btn {
	align-items: center;
	background: linear-gradient(to right, #3a8ebe, #66bed2);
	border-radius: 0.125rem;
	color: #fff;
	display: inline-flex;
	font-size: max(1rem, 12px);
	font-weight: 700;
	height: 3.0625rem;
	justify-content: center;
	letter-spacing: 0.05em;
	margin-top: 2.25rem;
	overflow: hidden;
	position: relative;
	transition: color 0.1s;
	width: 25rem;
}

.fv__btn::before {
	background: linear-gradient(to right, #66bed2, #bef5ff);
	border-radius: inherit;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.1s;
	z-index: 0;
}

.fv__btn span {
	position: relative;
	z-index: 1;
}

.fv__btn::after {
	background: url("../images/top/arrow-white.svg") no-repeat center/contain;
	content: "";
	height: 0.875rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.1s;
	width: 0.5rem;
	z-index: 1;
}

.doctor-medical-wrapper {
	position: relative;
}

.doctor-medical-wrapper::before {
	aspect-ratio: 1280/1706;
	background: url("../images/top/bg-doctor.webp") no-repeat center center/cover;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.doctor {
	padding-bottom: 10rem;
}

.doctor__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 62.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.doctor__content {
	display: flex;
	gap: 2.5rem;
	margin-top: 3rem;
}

.doctor__text {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
}

.doctor__lead {
	color: #3a8ebe;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

.doctor__desc {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 1.5rem;
}

.doctor__desc p {
	color: #465069;
	font-size: max(0.875rem, 12px);
	font-weight: 350;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.doctor__btn {
	margin-right: auto;
	margin-top: 3rem;
}

.doctor__photo {
	flex-shrink: 0;
	max-width: 28.25rem;
	width: 100%;
}

.doctor__photo-img img {
	-o-object-fit: cover;
	aspect-ratio: 452/420;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.doctor__photo-name {
	background-color: #fff;
	border-left: 0.375rem solid #3a8ebe;
	padding: 1rem 1.5rem 0.625rem 1.5rem;
	position: relative;
}

.doctor__photo-name p {
	color: #3a8ebe;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.feature {
	padding-bottom: 10rem;
	position: relative;
}

.feature__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 62.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.feature__list {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	margin-top: 3rem;
}

.feature__item {
	align-items: flex-start;
	display: flex;
	gap: 2.5rem;
}

.feature__item:nth-child(even) {
	flex-direction: row-reverse;
}

.feature__item-img {
	max-width: 28.25rem;
	width: 100%;
}

.feature__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 452/339;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.feature__item-text {
	flex: 1;
}

.feature__item-title {
	color: #3a8ebe;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

.feature__item-desc {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 1.5rem;
}

.feature__item-desc p {
	color: #465069;
	font-size: max(0.875rem, 12px);
	font-weight: 350;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.feature__item-desc p strong {
	color: #3a8ebe;
	font-weight: 700;
}

.safety {
	padding-bottom: 6.25rem;
}

.safety__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 50rem;
	padding: 0 1.25rem;
	width: 100%;
}

.safety__intro {
	color: #465069;
	font-size: max(0.9375rem, 12px);
	font-weight: 350;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 3rem;
}

.safety__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 2.25rem;
	width: 100%;
}

.safety__item {
	align-items: center;
	background-color: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 2px 15px rgba(183, 229, 255, 0.8);
	display: flex;
	gap: 0.75rem;
	padding: 0.9375rem 1.25rem;
}

.safety__item svg {
	flex-shrink: 0;
}

.safety__item span {
	color: #465069;
	font-size: max(0.875rem, 12px);
	font-weight: 350;
	letter-spacing: 0.05em;
	line-height: 2;
}

.news-column {
	overflow: hidden;
	padding: 5rem 0 10rem;
	position: relative;
}

.news-column__bg-text {
	color: #e8f7ff;
	font-family: "Zen Old Mincho", serif;
	font-size: 8rem;
	font-weight: 700;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: -0.9375rem;
	transform: translateX(-50%);
	white-space: nowrap;
}

.news-column__inner {
	margin: 0 auto;
	max-width: 65.25rem;
	padding: 0 1.25rem;
	position: relative;
	width: 100%;
}

.news-column__inner::before {
	background: url("../images/top/bg-treat.webp") no-repeat center center/cover;
	content: "";
	height: 43.0625rem;
	left: -18.4375rem;
	position: absolute;
	top: -10.9375rem;
	width: 43.0625rem;
	z-index: -1;
}

.news-column__inner::after {
	background: url("../images/top/bg-treat.webp") no-repeat center center/cover;
	content: "";
	height: 25.875rem;
	position: absolute;
	right: -15.625rem;
	top: 15.625rem;
	width: 25.875rem;
	z-index: -1;
}

.news-column__grid {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 3.25rem;
}

.news-column__card {
	background-color: #fff;
	box-shadow: 0 0 24px #cfe8f6;
	padding: 1.75rem 1.5rem;
}

.news-column__card-heading {
	align-items: center;
	border-bottom: 0.125rem solid #e8f4fa;
	display: flex;
	gap: 0.5rem;
	padding-bottom: 0.875rem;
}

.news-column__card-heading h3 {
	color: #3a8ebe;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.news-column__card-heading img {
	width: 1.25rem;
}

.news-column__list {
	margin-top: 0.5rem;
}

.news-column__item {
	border-bottom: 0.0625rem solid #eeeeee;
}

.news-column__item a {
	align-items: center;
	display: flex;
	gap: 1rem;
	padding: 0.8125rem 0;
}

.news-column__item time {
	color: #999999;
	flex-shrink: 0;
	font-family: "Lato", sans-serif;
	font-size: max(0.75rem, 12px);
	letter-spacing: 0.05em;
}

.news-column__item p {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #333333;
	display: -webkit-box;
	font-size: max(0.875rem, 12px);
	font-weight: 350;
	letter-spacing: 0.05em;
	overflow: hidden;
}

.news-column__item:last-child {
	border-bottom: none;
}

.news-column__more {
	align-items: center;
	color: #3a8ebe;
	display: flex;
	font-size: max(0.875rem, 12px);
	font-weight: 700;
	gap: 0.5rem;
	justify-content: flex-end;
	letter-spacing: 0.05em;
	margin-top: 0.75rem;
	transition: opacity 0.1s;
}

.news-column__more::after {
	background: url("../images/top/arrow-blue.svg") no-repeat center/contain;
	content: "";
	display: block;
	height: 0.75rem;
	width: 0.4375rem;
}

.dizziness {
	position: relative;
}

.dizziness__inner {
	margin: 0 auto;
	max-width: 62.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.dizziness__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 3rem;
}

.dizziness__tag {
	align-items: center;
	background-color: #f0f7fb;
	color: #3a8ebe;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.3;
	padding: 0.8125rem;
	text-align: center;
}

.dizziness__content {
	align-items: flex-start;
	display: flex;
	gap: 3rem;
	margin-top: 3rem;
}

.dizziness__text {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.dizziness__text .btn-primary {
	align-self: flex-start;
}

.dizziness__lead {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 2;
}

.dizziness__desc {
	color: #465069;
	font-size: max(1rem, 12px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 2;
	margin-top: 1.5rem;
}

.dizziness__photo {
	border-radius: 0.625rem;
	flex-shrink: 0;
	max-width: 27rem;
	overflow: hidden;
	width: 100%;
}

.dizziness__photo img {
	-o-object-fit: cover;
	aspect-ratio: 432/364;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.dizziness-medical-wrapper {
	position: relative;
}

.dizziness-medical-wrapper::before {
	aspect-ratio: 1280/1152;
	background: url("../images/top/bg-medical.webp") no-repeat center center/cover;
	content: "";
	left: 0;
	position: absolute;
	top: 37.875rem;
	width: 100%;
}

.dizziness__btn {
	margin-top: 2rem;
}

.medical {
	padding: 10rem 0;
	position: relative;
}

.medical__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 66.25rem;
	padding: 0 1.25rem;
	width: 100%;
}

.medical__intro {
	margin-top: 3rem;
}

.medical__intro-heading {
	color: #3a8ebe;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.medical__intro-text {
	color: #465069;
	font-size: max(0.875rem, 12px);
	font-weight: 350;
	letter-spacing: 0.06em;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.medical__cards {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 3.5625rem;
	width: 100%;
}

.medical__card {
	align-items: center;
	background-color: #fff;
	box-shadow: 0 0 24px #cfe8f6;
	display: flex;
	flex-direction: column;
	overflow: visible;
	padding: 1.8125rem 1.5rem 1.5rem;
	position: relative;
}

.medical__card .medical__card-btn {
	margin-top: auto;
}

.medical__card::before {
	aspect-ratio: 240/344;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.medical__card::after {
	border: 4px solid #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.medical__card:nth-child(1)::before {
	background: url("../images/top/medical01.webp") no-repeat center center/cover;
}

.medical__card:nth-child(2)::after {
	background: url("../images/top/medical02.webp") no-repeat center center/cover;
}

.medical__card:nth-child(3)::before {
	background: url("../images/top/medical03.webp") no-repeat center center/cover;
}

.medical__card:nth-child(4)::after {
	background: url("../images/top/medical04.webp") no-repeat center center/cover;
}

.medical__card-badge {
	left: 1.3125rem;
	position: absolute;
	top: -0.5625rem;
	z-index: 1;
}

.medical__card-badge img {
	height: 1.9375rem;
	width: 4.4375rem;
}

.medical__card-icon-wrap {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.medical__card-icon {
	align-items: center;
	display: flex;
	height: 3rem;
	justify-content: center;
	width: 3rem;
}

.medical__card-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.medical__card-title {
	color: #3a8ebe;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.125rem;
	font-weight: 700;
}

.medical__card-list {
	border-top: 0.125rem solid #eee;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	margin-bottom: 1.25rem;
	margin-top: 1rem;
	padding-top: 0.875rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.medical__card-list li {
	color: #465069;
	font-size: max(0.875rem, 12px);
	font-weight: 350;
	padding-left: 0.875rem;
	position: relative;
}

.medical__card-list li::before {
	color: #3a8ebe;
	content: "●";
	font-size: 0.375rem;
	left: 0;
	line-height: 2.4;
	position: absolute;
	top: 0.25rem;
}

.medical__card-btn {
	align-items: center;
	background-color: #3a8ebe;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-flex;
	font-size: max(0.75rem, 12px);
	font-weight: 700;
	gap: 0.5rem;
	height: 2.5625rem;
	justify-content: center;
	position: relative;
	transition: background-color 0.1s, color 0.1s;
	width: 12rem;
	z-index: 1;
}

.medical__card-btn::after {
	background: url("../images/top/arrow-white.svg") no-repeat center/contain;
	content: "";
	display: block;
	height: 0.625rem;
	position: absolute;
	right: 1rem;
	transition: background 0.1s;
	width: 0.3125rem;
}

.medical__card-btn--accent {
	background-color: #55c3e1;
}

.medical__inner > .btn-primary {
	margin-top: 3rem;
}

.medical__note {
	align-items: flex-start;
	background-color: #ffffdc;
	border-left: 4px solid #e8dda1;
	border-right: 4px solid #e8dda1;
	display: flex;
	gap: 1rem;
	margin-top: 3rem;
	padding: 1.5625rem 1.75rem;
	width: 100%;
}

.medical__note-icon {
	flex-shrink: 0;
	height: 2rem;
	margin-top: 0.125rem;
	width: 2rem;
}

.medical__note-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.medical__note-content {
	flex: 1;
}

.medical__note-title {
	color: #daa32c;
	font-size: max(1rem, 12px);
	font-weight: 700;
	letter-spacing: 0.1em;
}

.medical__note-text {
	color: #465069;
	font-size: max(0.875rem, 12px);
	font-weight: 350;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 0.4375rem;
}

.schedule {
	padding-bottom: 10rem;
	position: relative;
}

.schedule__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 68.75rem;
	padding: 0 1.25rem;
	position: relative;
	width: 100%;
}

.schedule__table-wrap {
	border-radius: 0.375rem;
	margin-top: 2rem;
	max-width: 43.75rem;
	overflow-x: auto;
	width: 100%;
}

.schedule__table {
	border-collapse: separate;
	border-spacing: 0 0;
	font-size: max(0.875rem, 12px);
	text-align: center;
	width: 100%;
}

.schedule__table thead tr {
	background-color: #3a8ebe;
	color: #fff;
}

.schedule__table th {
	font-size: max(0.875rem, 12px);
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 0.9375rem 0.75rem;
}

.schedule__table th:first-child {
	width: 38%;
}

.schedule__table th:last-child {
	padding-left: 1.375rem;
	text-align: left;
	width: 16%;
}

.schedule__table td {
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 1.0625rem 0.75rem;
}

.schedule__table tbody tr {
	background-color: #f0f7fb;
}

.schedule__table tbody tr + tr {
	border-top: 1px solid #fff;
}

.schedule__table tbody td:first-child {
	font-weight: 500;
	letter-spacing: 0.05em;
}

.schedule__table tbody td:last-child {
	padding-left: 1.5rem;
	text-align: left;
}

.schedule__table .is-open {
	color: #465069;
	font-weight: 700;
}

.schedule__table .is-closed {
	color: #cccccc;
	font-weight: 350;
}

.schedule__table .is-limited {
	color: #e67e22;
	font-weight: 700;
}

.schedule__note {
	color: #666666;
	font-size: max(0.875rem, 12px);
	font-weight: 350;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 1.25rem;
	text-align: center;
}

.schedule__note2 {
	color: #daa32c;
	font-size: max(1rem, 12px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 2rem;
	width: 100%;
	max-width: 43.75rem;
}

.schedule__note2-box {
	background-color: #f0f7fb;
	border-left: 4px solid #3a8ebe;
	border-right: 4px solid #3a8ebe;
	margin-top: 2rem;
	padding: 1.25rem 1rem;
	width: 100%;
	max-width: 43.75rem;
}

.schedule__note2-title {
	color: #3a8ebe;
	font-size: max(1rem, 12px);
	font-weight: 700;
	letter-spacing: 0.1em;
}

.schedule__note2-text {
	color: #465069;
	font-size: max(0.875rem, 12px);
	font-weight: 350;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 0.4375rem;
}


.schedule__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
	margin-top: 2rem;
	position: relative;
	z-index: 3;
}

.schedule__btn {
	align-items: center;
	border-radius: 0.125rem;
	display: inline-flex;
	font-size: max(0.875rem, 12px);
	font-weight: 700;
	gap: 0.5rem;
	height: 4.4375rem;
	letter-spacing: 0.05em;
	position: relative;
	transition: opacity 0.1s;
	width: 14.0625rem;
}

.schedule__btn .arrow {
	margin-left: auto;
	padding-right: 1rem;
}

.schedule__btn--web {
	background-color: #3a8ebe;
	border: 2px solid #3a8ebe;
	color: #fff;
	padding-left: 2.25rem;
}

.schedule__btn--web::after {
	background: url("../images/top/arrow-white.svg") no-repeat center/contain;
	content: "";
	display: block;
	height: 0.625rem;
	position: absolute;
	right: 1rem;
	width: 0.3125rem;
}

.schedule__btn--web img {
	height: 1.25rem;
	width: 1.25rem;
}

.schedule__btn--line {
	background-color: #fff;
	border: 1px solid #06c755;
	color: #06c755;
	gap: 1rem;
	padding-left: 1rem;
}

.schedule__btn--line img {
	height: 30px;
	width: 30px;
}

.schedule__btn--line::after {
	background: url("../images/top/arrow-green.svg") no-repeat center/contain;
	content: "";
	display: block;
	height: 0.625rem;
	position: absolute;
	right: 1rem;
	width: 0.3125rem;
}

.schedule__btn--tel {
	background-color: #f06f8f;
	border: 2px solid #f06f8f;
	color: #fff;
	flex-wrap: wrap;
	padding-left: 2.125rem;
}

.schedule__btn--tel::after {
	background: url("../images/top/arrow-white.svg") no-repeat center/contain;
	content: "";
	display: block;
	height: 0.625rem;
	position: absolute;
	right: 1rem;
	width: 0.3125rem;
}

.schedule__btn--tel img {
	height: 1.25rem;
	width: 1.25rem;
}

.schedule__btn-label {
	font-weight: 700;
}

.access {
	background-color: #f5faff;
	overflow-x: clip;
	padding-bottom: 10rem;
	position: relative;
}

.access::before {
	background: url("../images/top/bg-treats.webp") no-repeat center center/cover;
	content: "";
	height: 43.0625rem;
	left: -9.8125rem;
	position: absolute;
	top: -15.4375rem;
	width: 43.0625rem;
	z-index: 1;
}

.access::after {
	background: url("../images/top/bg-treats.webp") no-repeat center center/cover;
	bottom: -4.375rem;
	content: "";
	height: 25.875rem;
	position: absolute;
	right: -6.0625rem;
	width: 25.875rem;
	z-index: 1;
}

.access__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 68.75rem;
	padding: 0 1.25rem;
	position: relative;
	width: 100%;
}

.access__inner::before {
	background: linear-gradient(to top, #f5faff, transparent);
	content: "";
	height: 7.5rem;
	position: absolute;
	top: -7.5rem;
	width: 100vw;
}

.access__inner::after {
	background: linear-gradient(to top, #fff, transparent);
	bottom: -10rem;
	content: "";
	height: 7.5rem;
	position: absolute;
	width: 100vw;
}

.access__content {
	display: flex;
	gap: 3rem;
	margin-top: 3rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.access__map {
	border-radius: 0.75rem;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	flex: 1;
	max-width: 38.5rem;
	overflow: hidden;
}

.access__map iframe {
	aspect-ratio: 616/350;
	display: block;
	height: 100%;
	width: 100%;
}

.access__info {
	flex-shrink: 0;
}

.access__clinic-corp {
	color: #666666;
	font-size: max(0.875rem, 12px);
	font-weight: 350;
	letter-spacing: 0.1em;
}

.access__clinic-name {
	color: #3a8ebe;
	font-size: 1.3125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 0.3125rem;
}

.access__detail {
	display: flex;
	flex-direction: column;
	margin-top: 2.25rem;
}

.access__detail dt {
	color: #3a8ebe;
	font-size: max(0.875rem, 12px);
	font-weight: 700;
	letter-spacing: 0.05em;
}

.access__detail dt:not(:first-child) {
	margin-top: 1.5rem;
}

.access__detail dd {
	color: #666666;
	font-size: max(0.875rem, 12px);
	font-weight: 350;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin-top: 0.375rem;
}

.access__detail dd a {
	color: #3a8ebe;
	font-weight: 500;
}

.access__detail dd ul {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
}

.access__detail dd li {
	padding-left: 0.75rem;
	position: relative;
}

.access__detail dd li::before {
	color: #3a8dbe;
	content: "・";
	left: 0;
	position: absolute;
}

.access__detail dd li span {
	color: #465069;
	font-weight: 500;
}

.access__detail dd strong {
	color: #3a8ebe;
	font-weight: 700;
}

.gallery-slider {
	overflow: hidden;
}

.gallery-slider .swiper {
	width: 100%;
}

.gallery-slider .swiper-wrapper {
	transition-timing-function: linear !important;
}

.gallery-slider .swiper-slide {
	width: auto;
}

.gallery-slider .swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 320/240;
	display: block;
	height: 15rem;
	object-fit: cover;
	width: auto;
}

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

@media (any-hover: hover) {

a:hover {
	opacity: 0.6;
}

.header__nav-link:hover {
	color: #3a8ebe;
	opacity: 1;
}

.header__nav-item--has-sub:hover .header__sub-menu {
	opacity: 1;
	visibility: visible;
}

.header__tel:hover {
	opacity: 0.7;
}

.header__reserve-btn:hover {
	opacity: 0.8;
}

.single-breadcrumb__item a:hover {
	opacity: 0.7;
}

.single-article__body a:hover {
	opacity: 0.7;
}

.btn-primary:hover {
	color: #3a8ebe;
	opacity: 1;
}

.btn-primary:hover::before {
	opacity: 1;
}

.btn-primary:hover::after {
	background: url("../images/top/arrow-blue.svg") no-repeat center/contain;
}

.fv__btn:hover {
	color: #3a8ebe;
	opacity: 1;
}

.fv__btn:hover::before {
	opacity: 1;
}

.fv__btn:hover::after {
	background: url("../images/top/arrow-blue.svg") no-repeat center/contain;
}

.medical__card-btn:hover {
	background-color: #cfe8f6;
	color: #3a8ebe;
	opacity: 1;
}

.medical__card-btn:hover::after {
	background: url("../images/top/arrow-blue.svg") no-repeat center/contain;
}

.schedule__btn:hover {
	opacity: 0.8;
}

}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

@media (max-width: 768px) {

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

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.footer {
	padding: 3.5rem 0 0;
}

.footer__inner {
	max-width: 36.25rem;
	padding: 0 2.5rem 1.25rem;
}

.footer__main {
	flex-direction: column-reverse;
	gap: 1.1875rem;
	padding: 0;
}

.footer__logo-icon {
	margin: 0 auto;
	max-width: 19.9375rem;
}

.footer__buttons {
	flex-direction: column-reverse;
	justify-content: center;
}

.footer__btn {
	gap: 0.125rem;
	height: 4.0625rem;
}

.footer__btn--tel img {
	height: 1.375rem;
	width: 1.375rem;
}

.footer__btn--tel {
	font-size: 1rem;
}

.footer__btn--web {
	font-size: 1.25rem;
}

.footer__btn--line {
	font-size: 1.25rem;
}

.footer__nav-area {
	gap: 2rem;
}

.footer__nav-heading {
	margin-bottom: 0.75rem;
}

.footer__nav-list {
	gap: 0.75rem;
}

.footer__nav-list li a {
	padding: 0;
	position: relative;
}

.footer__nav-list li a span.u-mobile {
	display: inline-block;
}

.footer__schedule-note {
	flex-direction: column;
	gap: 1.875rem;
}

.footer__map {
	margin-top: 1.5rem;
}

.footer__map iframe {
	height: 18.75rem;
}

.footer__copyright {
	padding: 1rem 2.5rem;
}

.header {
	height: 5rem;
}

.header__inner {
	padding: 0 1.5rem;
}

.header__logo {
	max-width: 12.75rem;
}

.header__nav {
	display: none;
}

.header__actions {
	display: none;
}

.header__hamburger {
	align-items: center;
	background: #3a8dbe;
	border: none;
	border-radius: 0.1875rem;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	height: 2.75rem;
	justify-content: center;
	width: 2.75rem;
	z-index: 999;
}

.header__drawer {
	display: block;
}

.header__drawer-btn--tel img {
	height: 1.25rem;
	width: 1.25rem;
}

.not-found__code {
	font-size: 5rem;
}

.not-found__heading {
	font-size: 1.25rem;
}

.not-found__text {
	font-size: 0.875rem;
}

.not-found__btn {
	margin-top: 2rem;
}

.single-fv__bg {
	background: url("../images/common/fv-single-sp.webp") center/cover no-repeat;
}

.single-fv__title-area {
	padding: 0 2.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.single-fv__title {
	font-size: 2.25rem;
}

.single-fv__en {
	font-size: 1.25rem;
	margin-top: 0.25rem;
}

.single-content {
	padding: 1.5rem 0 5.0625rem;
}

.single-content__inner {
	max-width: 36.25rem;
	padding: 0 2.5rem;
}

.single-article__body h2 {
	font-size: 1.75rem;
	margin-bottom: 3rem;
	margin-top: 4rem;
	padding: 0.25rem 1rem;
}

.single-article__body h3 {
	margin-bottom: 2rem;
	margin-left: 0;
	margin-top: 3rem;
}

.single-article__body h4 {
	font-size: 1.125rem;
	margin-bottom: 1rem;
	margin-top: 2rem;
}

.single-article__body p {
	padding-left: 0;
}

.single-article__body ul {
	margin-left: 0;
	margin-top: 2rem;
}

.single-article__body ol {
	padding: 1.25rem 1.25rem;
}

.single-article__body blockquote {
	padding: 1.25rem 1.25rem;
}

.single-article__body .alignleft {
	float: none;
	margin-right: 0;
}

.single-article__body .alignright {
	float: none;
	margin-left: 0;
}

.single-article__body .wp-block-columns {
	flex-direction: column;
	gap: 1.5rem;
}

.wp-block-media-text {
	flex-direction: column;
	gap: 2rem;
	margin-left: 0;
}

.wp-block-media-text h3 {
	margin-top: 0;
}

.wp-block-media-text:not(:first-child) {
	margin-top: 2rem;
}

.btn-primary {
	height: 3.75rem;
	max-width: 100%;
}

.fv {
	height: 34.75rem;
	margin-top: 5rem;
}

.fv .swiper {
	height: 18.75rem;
	width: 80%;
}

.fv__img::before {
	display: none;
}

.fv__content {
	bottom: 0;
	max-width: 36.25rem;
	padding: 0 10vw;
	top: auto;
	transform: translateX(-50%);
}

.fv__title {
	font-size: min(7vw, 1.75rem);
}

.fv__subtitle {
	font-size: min(6vw, 1.5rem);
	margin-top: 0.75rem;
}

.fv__btn {
	margin-top: 1.5rem;
	max-width: 20rem;
	width: 100%;
}

.doctor {
	padding-bottom: 5rem;
}

.doctor__inner {
	max-width: 36.25rem;
	padding: 0 2.5rem;
}

.doctor__content {
	flex-direction: column-reverse;
	gap: 2.5rem;
}

.doctor__btn {
	margin-top: 2rem;
}

.doctor__photo {
	max-width: 100%;
}

.doctor__photo-img img {
	aspect-ratio: 320/298;
}

.doctor__photo-name {
	padding: 0.4375rem 0 0.4375rem 0.6875rem;
}

.feature {
	padding-bottom: 5rem;
}

.feature__inner {
	max-width: 36.25rem;
	padding: 0 2.5rem;
}

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

.feature__item:nth-child(even) {
	flex-direction: column;
}

.feature__item-img {
	max-width: 100%;
}

.feature__item-img img {
	aspect-ratio: 320/240;
}

.safety {
	padding-bottom: 5rem;
}

.safety__inner {
	padding: 0 2.5rem;
}

.safety__list {
	margin-top: 2rem;
}

.safety__item {
	gap: 1rem;
	padding: 0.8125rem 1.25rem;
}

.safety__item span {
	line-height: 1.6;
}

.news-column {
	padding: 6.625rem 0 5rem;
}

.news-column__bg-text {
	font-size: 5rem;
	top: 3.75rem;
}

.news-column__inner {
	max-width: 36.25rem;
	padding: 0 2.5rem;
}

.news-column__inner::before {
	left: -16.0625rem;
	top: -11.25rem;
}

.news-column__inner::after {
	display: none;
}

.news-column__grid {
	grid-template-columns: 1fr;
	margin-top: 3rem;
}

.news-column__card {
	padding: 1.75rem 1.5rem 1.5rem;
}

.news-column__item a {
	align-items: flex-start;
	padding: 0.5rem 0;
}

.news-column__item:last-child a {
	border-bottom: 0.0625rem solid #eeeeee;
}

.news-column__item time {
	line-height: 1.8;
}

.news-column__item p {
	line-height: 1.3;
}

.news-column__more {
	gap: 1rem;
	margin-top: 1rem;
}

.dizziness__inner {
	max-width: 36.25rem;
	padding: 0 2.5rem;
}

.dizziness__tags {
	flex-direction: column;
}

.dizziness__tag {
	padding: 0.75rem 0;
}

.dizziness__content {
	flex-direction: column-reverse;
	margin-top: 2rem;
}

.dizziness__photo {
	margin: 0 auto;
	width: 100%;
}

.dizziness__photo img {
	aspect-ratio: 320/270;
}

.dizziness-medical-wrapper::before {
	aspect-ratio: 400/1907;
	background: url("../images/top/bg-medical-sp.webp") no-repeat center center/cover;
	top: 36.5rem;
}

.medical {
	padding: 5rem 0;
}

.medical__inner {
	max-width: 36.25rem;
	padding: 0 2.5rem;
}

.medical__intro-heading {
	line-height: 1.3;
}

.medical__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5625rem;
	justify-content: center;
}

.medical__card {
	max-width: 20rem;
	width: 100%;
}

.medical__card-icon-wrap {
	justify-content: flex-start;
	margin-right: auto;
}

.medical__card-list {
	margin-bottom: 1.5rem;
}

.medical__card-btn {
	width: 100%;
}

.schedule {
	padding-bottom: 7.625rem;
	z-index: 2;
}

.schedule__inner {
	max-width: 36.25rem;
	padding: 0 2.5rem;
}

.schedule__table th {
	padding: 0.9375rem 0;
}

.schedule__table th:last-child {
	padding-left: 0.625rem;
}

.schedule__table td {
	padding: 0.9375rem 0;
}

.schedule__table tbody td:last-child {
	padding-left: 0.75rem;
}

.schedule__buttons {
	align-items: center;
	flex-direction: column;
	gap: 0.5rem;
	width: 100%;
}

.schedule__btn {
	font-size: 1rem;
	height: 3.75rem;
	max-width: 100%;
	width: 100%;
}

.schedule__btn--web img {
	height: 1.875rem;
	width: 1.875rem;
}

.schedule__btn--web {
	padding-left: 3.1875rem;
}

.schedule__btn--line img {
	height: 40px;
	width: 40px;
}

.schedule__btn--line {
	gap: 0.5rem;
	padding-left: 2.9375rem;
}

.schedule__btn--tel img {
	height: 1.875rem;
	width: 1.875rem;
}

.schedule__btn--tel {
	padding-left: 3.3125rem;
}

.access {
	padding-bottom: 5rem;
}

.access::before {
	left: -18.1875rem;
	top: -12.9375rem;
}

.access::after {
	bottom: -4.0625rem;
	right: -12.25rem;
	z-index: 0;
}

.access__inner {
	max-width: 36.25rem;
	padding: 0 2.5rem;
}

.access__inner::after {
	bottom: -5rem;
}

.access__content {
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 3.5625rem;
}

.access__map iframe {
	aspect-ratio: 320/350;
}

.access__map {
	max-width: 100%;
}

.access__clinic-name {
	font-size: 1rem;
	margin-top: 0.6875rem;
}

.access__detail {
	margin-top: 1.5rem;
}

.access__detail dt:not(:first-child) {
	margin-top: 1rem;
}

.access__detail dd {
	margin-top: 0.5rem;
}

.gallery-slider .swiper-slide img {
	aspect-ratio: 250/200;
	height: 12.5rem;
}

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

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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