@font-face {
	font-family: "badoni";
	src: url(../font/bodoni-72-book.ttf);
}

body {
	font-family: "ryo-text-plusn", serif;
}

body {
	color: #0C1E3C;
}

.u-desktop {
	display: none;
}

main {
	overflow: hidden;
}

html.is-fixed {
	overflow: hidden;
}

.sub {
	background-color: #0C1E3C;
}

::-webkit-scrollbar {
	display: none;
}

html {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

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

html {
	font-size: 16px;
}

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

/* ホバー */

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

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

textarea {
	resize: vertical;
}

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

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

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

picture {
	display: block;
}

.c-arrow {
	background-color: #0C1E3C;
	border-radius: 50%;
	display: inline-block;
	height: 1.9375rem;
	position: relative;
	position: relative;
	transition: all 0.45s;
	width: 1.9375rem;
}

.c-arrow::before {
	-webkit-mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	background-color: #fff;
	content: "";
	height: 1.125rem;
	inset: 0;
	margin: auto;
	mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	position: absolute;
	transition: all 0.45s;
	width: 0.9375rem;
}

.c-bg {
	padding-bottom: 3.875rem;
	padding-top: 6.25rem;
	position: relative;
	z-index: 1;
}

.c-bg::before {
	background-color: #FAFAFA;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: calc(100vw - 1rem);
	z-index: -1;
}

.c-bg.--left {
	padding-right: 0.9375rem;
}

.c-bg.--right {
	padding-left: 0.9375rem;
}

.c-bg.--left::before {
	border-radius: 0 1.25rem 0 0;
	left: 0;
	margin-left: calc(50% - 50vw);
}

.c-bg.--left::after {
	margin-right: calc(50% - 50vw);
	right: 0;
}

.c-bg.--right::before {
	border-radius: 1.25rem 0 0 0;
	margin-right: calc(50% - 50vw);
	right: 0;
}

.c-bg.--right::after {
	left: 0;
	margin-left: calc(50% - 50vw);
}

.c-bgBtn {
	align-items: center;
	border-radius: 2rem;
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	color: #fff;
	display: inline-flex;
	gap: 1rem;
	height: 4rem;
	justify-content: center;
	max-width: 16.75rem;
	width: 100%;
}

.c-bgBtn img {
	-o-object-fit: contain;
	height: 2rem;
	object-fit: contain;
	width: 2.0625rem;
}

.c-bgBtn.--line {
	background-color: #57763A;
}

.c-bgBtn.--web {
	background-color: #B99568;
}

.c-bgBtn.--web img {
	filter: brightness(0) invert(1);
}

.c-bgBtn.--tel {
	background-color: #122B53;
}

.c-bigCard {
	background-color: #fff;
	display: grid;
	gap: 1.5625rem;
	position: relative;
}

.c-bigCard__content {
	padding-inline: 1rem;
}

.c-bigCard__content:has(.c-bigCard__subTitle) {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.c-bigCard__title {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.5652173913;
}

.c-bigCard__title small {
	font-size: 0.75rem;
}

.c-bigCard__text {
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 1rem;
}

.c-bigCard__text strong {
	display: inline-block;
	font-size: 1.0625rem;
	margin-top: 0.5em;
}

.c-bigCard__subTitle {
	background-color: #315498;
	color: #fff;
	font-size: 1.125rem;
	margin-left: -1rem;
	padding-block: 1rem;
	padding-inline: 1rem;
	width: calc(100% + 2rem);
}

.c-bigCard__subTitle small {
	font-size: 0.75rem;
}

.c-box {
	box-shadow: 0.125rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.16);
	position: relative;
}

.c-box + .c-box {
	margin-top: 1.875rem;
}

.c-box__title {
	background: linear-gradient(-45deg, #315498, #122B53);
	color: #fff;
	font-size: 1.0625rem;
	font-weight: 600;
	padding-block: 1.125rem;
	padding-inline: 2.25rem 1.25rem;
	position: relative;
}

.c-box__title img {
	display: inline-block;
	margin-right: 0.25rem;
	vertical-align: bottom;
	width: 1.25rem;
}

.c-box__text {
	background-color: #fff;
	color: #122B53;
	font-size: 0.75rem;
	line-height: 1.8333333333;
	padding: 1.25rem;
}

.c-box__list + .c-box__list {
	margin-top: 1em;
}

.c-box__list span {
	display: block;
	font-size: 1.0625rem;
	font-weight: bold;
	line-height: 1.6666666667;
	margin-bottom: 0.5em;
	margin-top: 0.875rem;
	padding-left: 2.6875rem;
	position: relative;
}

.c-box__list span::before {
	background: url(../images/common/icon_flower.webp) center center/contain no-repeat;
	content: "";
	height: 2.1875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.1875rem;
}

.c-box__grid {
	display: grid;
	gap: 1.25rem;
}

.c-box .p-block__title {
	line-height: 1.25;
}

.c-box__wrap {
	display: grid;
	gap: 1.875rem;
	margin-top: 1rem;
}

.c-box__smallText {
	font-size: 0.75rem;
	line-height: 2;
}

.c-box__bigText {
	font-size: 1.125rem;
	font-weight: bold;
}

.c-box__block + .c-box__block {
	margin-top: 1.25rem;
}

.c-box__block .u-grid-3 {
	margin-top: 1.25rem;
}

.c-btn {
	background-color: black;
	color: yellow;
	padding: 0.625rem 2.5rem;
}

.c-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.c-card__thumbnail {
	position: relative;
}

.c-card__thumbnail picture {
	aspect-ratio: 286/165;
	overflow: hidden;
}

.c-card__thumbnail picture img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: all 0.45s;
	width: 100%;
}

.c-card__category {
	background-color: #fff;
	bottom: 0;
	font-size: 0.8125rem;
	left: 0;
	line-height: 1.5;
	min-width: 7.4375rem;
	padding: 0.3125rem;
	position: absolute;
	text-align: center;
}

.c-card__body {
	background-color: #fff;
	flex-grow: 1;
	padding: 0.625rem 0.625rem 1.875rem;
}

.c-card__time {
	font-family: "badoni", serif;
	font-size: 0.9375rem;
}

.c-card__title {
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.c-card__desc {
	font-size: 0.6875rem;
	font-weight: 500;
	line-height: 1.8181818182;
	margin-top: 0.75rem;
}

.c-case__img {
	position: relative;
}

.c-case__img img {
	-o-object-fit: cover;
	aspect-ratio: 290/212;
	height: 100%;
	object-fit: cover;
}

.c-case__title {
	background-color: #0C1E3C;
	bottom: 0.875rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	left: 0.875rem;
	padding: 0.375rem 1.75rem;
	position: absolute;
}

.c-case__doctor {
	font-size: 1rem;
	font-weight: 500;
	margin-left: 0.75rem;
	margin-top: 1.375rem;
}

.c-columnTitle {
	color: #A57F4E;
	padding-top: 1.75rem;
	position: absolute;
	top: 0;
	writing-mode: vertical-rl;
}

.c-columnTitle.--left {
	left: 0.625rem;
}

.c-columnTitle.--right {
	right: 1rem;
}

.c-columnTitle::before {
	background: url(../images/common/title_img.webp) center center/contain no-repeat;
	content: "";
	height: 6.5625rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 6.5625rem;
}

.c-columnTitle .c-columnTitle__main,
.c-columnTitle h2 {
	font-size: 1.0625rem;
	letter-spacing: 0.1em;
	line-height: 1.1666666667;
}

.c-columnTitle .c-columnTitle__text,
.c-columnTitle p:not(.c-columnTitle__main) {
	font-size: 0.625rem;
	line-height: 2;
}

.c-download {
	align-items: center;
	background-color: #0C1E3C;
	border-radius: 3.125rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.125rem;
	justify-content: center;
	padding-block: 1rem;
	position: relative;
	width: 100%;
}

.c-doctor__img {
	aspect-ratio: 281/413;
	border-radius: 0 6.25rem 0 6.25rem;
	overflow: hidden;
}

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

.c-doctor__content {
	margin-top: 1.875rem;
}

.c-doctor__name {
	font-size: 1.75rem;
}

.c-doctor__name span {
	font-size: 0.75rem;
}

.c-doctor__lead {
	font-size: 0.9375rem;
	line-height: 1.5;
	margin-top: 0.3125rem;
}

.c-doctor__box {
	margin-top: 1.875rem;
}

.c-doctor__box .c-box__title {
	align-items: center;
	display: flex;
	padding-block: 0.3125rem;
}

.c-faq {
	background: linear-gradient(to bottom, #FAFAFA 20%, #E6E6E6);
	padding: 1.875rem;
	position: relative;
}

.c-faq.--small {
	margin-left: auto;
	max-width: 59.75rem;
}

.c-faq.--small.--left {
	margin-left: 0;
}

.c-faq::before {
	background: linear-gradient(to top, #122B53, #315498);
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 0.625rem;
}

.c-faq__q {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.7857142857;
}

.c-faq__a {
	font-size: 0.75rem;
	line-height: 1.8333333333;
	margin-top: 1rem;
}

.c-flow {
	background-color: #fff;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.16);
	padding: 1.25rem;
	position: relative;
}

.c-flow + .c-flow {
	margin-top: 1.25rem;
}

.c-flow + .c-flow::before {
	background: url(../images/service/flow.webp) center center/contain no-repeat;
	content: "";
	height: 2rem;
	left: 50%;
	position: absolute;
	top: -1.5rem;
	transform: translateX(-50%);
	width: 2rem;
}

.c-flow__number {
	color: #BC986B;
	font-size: 1.125rem;
	padding-bottom: 0.1875rem;
	position: relative;
}

.c-flow__number span {
	font-size: 1.0625rem;
}

.c-flow__number::before {
	background: linear-gradient(to right, #B59B79, #E3D1BC, #775935);
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 0;
	max-width: 27.375rem;
	position: absolute;
	width: 100%;
}

.c-flow__text {
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 0.25rem;
}

.c-flow__text strong {
	font-size: 1.125rem;
}

.c-hamburger {
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background: rgba(255, 255, 255, 0.6);
	border-bottom-left-radius: 0.9375rem;
	cursor: pointer;
	height: 100%;
	position: relative;
	transition: all 0.45s;
	width: 100%;
}

.c-hamburger span {
	background-color: #0C1E3C;
	display: inline-block;
	height: 1px;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: all 0.45s;
}

.c-hamburger span:nth-child(1) {
	left: 50%;
	top: calc(50% - 0.5625rem);
	width: 2.5rem;
}

.c-hamburger span:nth-child(2) {
	left: calc(50% + 0.375rem);
	top: 50%;
	width: 1.6875rem;
}

.c-hamburger span:nth-child(3) {
	left: calc(50% + 0.375rem);
	top: calc(50% + 0.5625rem);
	width: 1.6875rem;
}

.c-hamburger.is-active {
	background-color: #0C1E3C;
}

.c-hamburger.is-active span {
	background-color: #fff;
	width: 2.75rem;
}

.c-hamburger.is-active span:nth-child(1) {
	left: 50%;
	right: initial;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-23deg);
}

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

.c-hamburger.is-active span:nth-child(3) {
	left: 50%;
	right: initial;
	top: 50%;
	transform: translate(-50%, -50%) rotate(23deg);
}

.c-menu {
	background-color: #fff;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.16);
	padding-bottom: 1.5rem;
}

.c-menu__content {
	margin-top: 1.5rem;
	padding-inline: 1.25rem;
}

.c-menu__title {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.5;
}

.c-menu__title small {
	display: block;
	margin-top: 0.375rem;
}

.c-menu__lists {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	margin-top: 1.125rem;
}

.c-menu__list {
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.6666666667;
	padding-left: 2rem;
	position: relative;
}

.c-menu__list::before {
	background: url(../images/common/icon_flower.webp) center center/contain no-repeat;
	content: "";
	height: 1.3125rem;
	left: 0;
	position: absolute;
	top: 0.25em;
	width: 1.3125rem;
}

.c-menu__text {
	font-size: 0.875rem;
	line-height: 2.25;
	margin-top: 0.625rem;
}

.c-menu__link {
	margin-top: 1.25rem;
	text-align: right;
}

.c-more {
	align-items: center;
	color: #0C1E3C;
	display: inline-flex;
	font-size: 1.125rem;
	font-style: italic;
}

.c-more span {
	background: transparent;
	border: 1px solid #0C1E3C;
	margin-left: 1.25rem;
	transition: all 0.45s;
}

.c-more span::before {
	background-color: #0C1E3C;
}

.c-more span.--navy {
	background-color: #0C1E3C;
}

.c-more span.--navy::before {
	background-color: #fff;
}

.c-more em {
	font-size: 1rem;
	font-style: normal;
}

.c-news {
	border-bottom: 1px solid #0C1E3C;
	display: block;
	padding-bottom: 0.6875rem;
	padding-top: 0.375rem;
	position: relative;
}

.c-news__row::before {
	-webkit-mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	background-color: #0C1E3C;
	content: "";
	height: 0.6875rem;
	mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 0.625rem;
}

.c-news__time {
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.3076923077;
}

.c-news__row {
	align-items: flex-start;
	display: flex;
	gap: 0.75rem;
	margin-top: 0.375rem;
	padding-right: 2.75rem;
	position: relative;
}

.c-news__tag {
	background-color: #0C1E3C;
	color: #fff;
	font-size: 0.625rem;
	font-weight: bold;
	min-width: 4rem;
	padding: 0.3125rem;
	text-align: center;
}

.c-news__title {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.5833333333;
}

.c-none {
	font-size: 0.875rem;
	text-align: center;
}

.c-textLink {
	display: inline-block;
	font-size: 0.875rem;
	padding-right: 1.25rem;
	position: relative;
}

.c-textLink::before {
	-webkit-mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	background-color: #0C1E3C;
	content: "";
	height: 0.875rem;
	mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 0.75rem;
}

.c-title {
	text-align: center;
}

.c-title p {
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
}

.c-title h2,
.c-title h3 {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.c-title2 {
	color: #A57F4E;
	position: relative;
}

.c-title2::before {
	background: url(../images/common/title_img.webp) center center/contain no-repeat;
	content: "";
	height: 7.5rem;
	left: -1.875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 7.5rem;
}

.c-title2__en {
	font-family: "badoni", serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.c-title2__main {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 0.25rem;
	text-transform: uppercase;
}

.c-title2__main small {
	font-size: 1rem;
}

.l-archive {
	margin-bottom: 3.75rem;
}

.l-contact {
	margin-bottom: 3.75rem;
}

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

.l-section {
	background: linear-gradient(to bottom, #030C22, #5A82CE, #030C22);
	padding-top: 3.75rem;
}

.l-section.--bottom {
	padding-bottom: 3.75rem;
}

.l-section.--first {
	padding-top: 0;
}

.l-single {
	margin-bottom: 3.75rem;
	margin-top: 5.5rem;
}

.l-topAbout {
	margin-top: -2.375rem;
}

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

.nav-links {
	align-items: center;
	display: flex;
	gap: 0.3125rem;
	justify-content: center;
}

.page-numbers {
	align-items: center;
	background-color: #fff;
	border: 1px solid #0C1E3C;
	border-radius: 50%;
	display: inline-flex;
	height: 1.875rem;
	justify-content: center;
	width: 1.875rem;
}

.page-numbers.current {
	background-color: #0C1E3C;
	color: #fff;
}

.page-numbers.next {
	aspect-ratio: 1;
	background: #0C1E3C url(../images/common/arrow.svg) center center/50% auto no-repeat;
	border-radius: 50%;
}

.page-numbers.prev {
	aspect-ratio: 1;
	background: #0C1E3C url(../images/common/arrow.svg) center center/50% auto no-repeat;
	border-radius: 50%;
	transform: rotate(180deg);
}

.p-about {
	position: relative;
}

.p-about__inner {
	position: relative;
}

.p-about__wrap {
	margin-top: -3.125rem;
	position: relative;
	z-index: 1;
}

.p-about__logo {
	margin-inline: auto;
	width: 80%;
}

.p-about__text {
	font-size: 1rem;
	line-height: 1.75;
}

.p-about__text p + p {
	margin-top: 1.5em;
}

.p-access__wrap {
	display: grid;
	gap: 2.125rem;
}

.p-access__content {
	padding-left: 1.0625rem;
}

.p-access__title .c-title {
	text-align: left;
}

.p-access__logo {
	margin-top: 0.8125rem;
	max-width: 13.25rem;
}

.p-access__info {
	align-items: flex-start;
	display: grid;
	font-size: 0.8125rem;
	font-weight: 500;
	grid-template-columns: 5.625rem 1fr;
	line-height: 2.3076923077;
	margin-top: 1rem;
}

/* .p-access__map {
	filter: grayscale(100%);
} */

.p-access__map iframe {
	aspect-ratio: 354/250;
	height: 100%;
	width: 100%;
}

.p-archive-column__cards {
	display: grid;
	gap: 1.875rem;
	margin-top: 3rem;
}

.p-archive-column__nav {
	margin-top: 3.125rem;
}

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

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

.p-block {
	position: relative;
}

.p-block__title {
	background: linear-gradient(to bottom, #fff, #F5F5F5);
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 1.25;
	padding-block: 1.125rem;
	padding-inline: 2.25rem 0.75rem;
	position: relative;
}

.p-block__title::before {
	background: linear-gradient(to bottom, #122B53, #315498);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.625rem;
}

.p-block__text {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.8333333333;
	margin-top: 1.25rem;
}

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

.p-block__download {
	margin-top: 1.875rem;
	text-align: center;
}

.p-breadcrumb {
	color: #fff;
	padding-block: 1.25rem;
	position: relative;
	z-index: 1;
}

.p-breadcrumb__list {
	align-items: center;
	display: flex;
	gap: 2em;
}

.p-breadcrumb__list span {
	font-family: "badoni", serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4166666667;
}

.p-breadcrumb__list > span + span {
	display: inline-block;
	position: relative;
}

.p-breadcrumb__list > span + span::before {
	content: ">";
	left: -1.5em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-concept__logo {
	margin-left: 1.25rem;
	margin-top: -4rem;
}

.p-concept__lead {
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 1.5;
	margin-left: 1em;
	text-align: center;
	text-indent: -2em;
}

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

.p-concept__img {
	border-radius: 0 0.625rem 0.625rem 0;
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	margin-left: calc(50% - 50vw);
}

.p-concept__text {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.8333333333;
	margin-top: 1.25rem;
}

.p-concept2__inner {
	position: relative;
}

.p-concept2__logo {
	margin-inline: auto;
	margin-top: -4rem;
	max-width: 15.625rem;
}

.p-concept2__text {
	font-size: 0.75rem;
	line-height: 1.75;
	margin-top: 1.25rem;
}

.p-contact {
	padding-top: 10rem;
}

.p-contact__text {
	font-size: 1.0625rem;
	line-height: 1.75;
}

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

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

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

.p-cv {
	background: url(../images/common/bg_cv.webp) center center/cover no-repeat;
	padding-bottom: 2.8125rem;
	padding-top: 3.75rem;
	position: relative;
}

.p-cv__title {
	color: #fff;
}

.p-cv__btns {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: center;
	margin-top: 3rem;
}

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

.p-cv__text {
	bottom: 0.625rem;
	color: #fff;
	font-size: 0.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: absolute;
	right: 0.375rem;
}

.p-director__img {
	margin-inline: auto;
	max-width: 15.625rem;
}

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

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

.p-director__box .c-box__text h5 {
	background-color: #0C1E3C;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	margin: 0;
	margin-bottom: 0.375rem;
	padding: 0.25rem 0.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-doctor-intro {
	padding-top: 12rem;
}

.p-doctor-intro__text {
	font-size: 1.0625rem;
	line-height: 1.75;
}

.p-doctor__block + .p-doctor__block {
	margin-top: 2.5rem;
}

.p-drawer {
	-webkit-backdrop-filter: blur(13px);
	backdrop-filter: blur(13px);
	background-color: rgba(12, 30, 60, 0.7);
	bottom: 0;
	color: #fff;
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow-y: scroll;
	padding-top: 1rem;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(105%);
	transition: all 0.8s;
	visibility: hidden;
	width: 100%;
}

.p-drawer.is-active {
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
}

.p-drawer__inner {
	height: -moz-fit-content;
	height: fit-content;
	padding-bottom: 3.125rem;
}

.p-drawer__logo {
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2.5;
}

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

.p-faq__main {
	margin-top: 5rem;
}

.p-faq .p-block__title {
	margin-bottom: 1.875rem;
}

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

.p-faq__text {
	line-height: 1.5;
	margin-top: 1.875rem;
}

.p-float {
	background-color: #fff;
	border-radius: 50%;
	bottom: 1.5625rem;
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	height: 6.25rem;
	padding: 0.71875rem;
	position: fixed;
	right: 1.125rem;
	transition: all 0.45s;
	width: 6.25rem;
	z-index: 101;
}

.p-float__circle {
	animation: 12s rotate linear infinite;
	height: 100%;
	left: 0;
	padding: 0.125rem;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-flow {
	padding-top: 8.75rem;
}

.p-footer {
	background-color: #102F62;
	color: #fff;
	padding-top: 3.5rem;
	position: relative;
}

.p-footer::before {
	background: url(../images/common/bg_footer_sp.webp) center bottom/100% auto no-repeat;
	bottom: 2.5rem;
	content: "";
	height: 8.75rem;
	left: 0;
	position: absolute;
	width: 100%;
}

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

.p-footer__copy {
	align-items: center;
	background-color: #fff;
	color: #000;
	display: flex;
	font-size: 0.9375rem;
	height: 2.5rem;
	justify-content: center;
	margin-top: 3.5rem;
	text-align: center;
}

.p-form {
	margin-inline: auto;
	max-width: 56.25rem;
}

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

.p-form__lead img {
	display: inline-block;
	vertical-align: text-top;
	width: 0.5rem;
}

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

.p-form__text {
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.p-form__text img {
	display: inline-block;
	margin-left: 0.1875rem;
	vertical-align: top;
	width: 0.5rem;
}

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

.p-form__input input,
.p-form__input textarea {
	background-color: #fff;
	border: 1px solid #0C1E3C;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	height: 2.5rem;
	padding: 0.375rem 0.9375rem;
	transition: all 0.45s;
	width: 100%;
}

.p-form__input input::-moz-placeholder,
.p-form__input textarea::-moz-placeholder {
	opacity: 0.3;
}

.p-form__input input::placeholder,
.p-form__input textarea::placeholder {
	opacity: 0.3;
}

.p-form__input input:focus,
.p-form__input textarea:focus {
	box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.3);
}

.p-form__input textarea {
	height: 10rem;
	line-height: 1.5;
}

.p-form__select {
	margin-top: 0.9375rem;
	position: relative;
}

.p-form__select::before {
	-webkit-mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	background-color: #0C1E3C;
	content: "";
	height: 1.5rem;
	mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	pointer-events: none;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	width: 1.25rem;
	z-index: 1;
}

.p-form__select select {
	background-color: #fff;
	border: 1px solid #0C1E3C;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	height: 2.5rem;
	padding: 0.375rem 0.9375rem;
	transition: all 0.45s;
	width: 100%;
}

.p-form__confirm {
	margin-top: 2.5rem;
	text-align: center;
}

.p-form__confirm span {
	margin: 0;
}

.p-form__confirm label span {
	display: inline-block;
	font-size: 0.6875rem;
	letter-spacing: 0.03em;
	padding-left: 2rem;
	position: relative;
}

.p-form__confirm label span a {
	text-decoration: underline;
}

.p-form__confirm label span::before {
	border: 1px solid #0C1E3C;
	border-radius: 0.375rem;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.p-form__confirm label span::after {
	border-bottom: 3px solid #0C1E3C;
	border-right: 6px solid #0C1E3C;
	content: "";
	display: block;
	height: 1.25rem;
	left: 7px;
	opacity: 0;
	position: absolute;
	top: 40%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.5625rem;
}

.p-form__confirm label input:checked + span::after {
	opacity: 1;
}

.p-form__submit {
	margin-top: 1.875rem;
	text-align: center;
}

.p-form__submit input {
	background-color: #0C1E3C;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-not-valid-tip {
	font-size: 0.75rem;
	margin-top: 1em;
}

.p-header {
	height: 4.5625rem;
	padding-top: 0.8125rem;
	position: absolute;
	width: 100%;
	z-index: 100;
}

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

.p-header__logo {
	width: 6.9375rem;
}

.p-header__logo a {
	display: block;
}

.p-header__hamburger {
	height: 3.4375rem;
	position: fixed;
	right: 0;
	top: 0;
	width: 3.75rem;
	z-index: 1;
}

.p-main__wrap {
	display: grid;
	gap: 1.875rem;
	margin-top: 1.875rem;
	position: relative;
	z-index: 1;
}

.p-main__wrap.--small {
	margin-top: 5rem;
}

.p-main__lead {
	font-size: 1.0625rem;
	line-height: 1.75;
}

.p-main__lead.--mt {
	margin-top: 1.5rem;
}

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

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

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

.p-member__lead,
.p-member__form {
	font-size: 0.9375rem;
	line-height: 2.1333333333;
	padding-top: 5rem;
}

.p-member__form {
	padding-top: 0;
}

.p-member__form .swpm-registration-success-msg {
	border: 1px solid #0C1E3C;
	padding: 1.25rem;
	text-align: center;
}

.p-member__form .swpm-form-desc li {
	text-align: right;
}

.p-member__lead + .p-member__form {
	margin-top: 5rem;
}

.p-member__form input[type=text],
.p-member__form input[type=password] {
	border: 1px solid #0C1E3C;
	display: inline-block;
	width: 100%;
}

.p-member__form input[type=checkbox] {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	border: 1px solid #0C1E3C;
	display: inline-block;
}

.p-member__form input[type=submit],
.p-member__form button {
	background-color: #0C1E3C;
	color: #fff;
}

.p-member__form a {
	text-decoration: underline;
}

.p-member__form .swpm-logged-username {
	display: grid;
}

.p-member__address {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.5;
}

.p-member__units {
	display: grid;
	gap: 3.125rem;
	margin-top: 3.75rem;
}

.p-member__unitTitle {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.6666666667;
	margin-top: 0.875rem;
	padding-left: 2.6875rem;
	position: relative;
}

.p-member__unitTitle::before {
	background: url(../images/common/icon_flower.webp) center center/contain no-repeat;
	content: "";
	height: 2.1875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.1875rem;
}

.p-member__unitText {
	font-size: 0.9375rem;
	line-height: 1.5;
	margin-top: 1.25rem;
}

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

.p-member__link a {
	font-family: "ryo-text-plusn", serif;
	font-style: normal;
	font-weight: 400;
}

.p-member__btn {
	margin-top: 6.25rem;
	text-align: center;
}

.p-menu__head {
	width: calc(100% - 3rem);
}

.p-menu__bigText {
	font-size: 1.5rem;
	line-height: 1.6666666667;
	margin-bottom: 2rem;
	text-align: center;
}

.p-menu__lead {
	font-size: 1.0625rem;
	line-height: 1.75;
}

.p-menu__lead.--mb {
	margin-bottom: 1.25rem;
	width: calc(100% - 3rem);
}

.p-menu__btn {
	margin-top: 2rem;
	text-align: right;
}

.p-menu__cards {
	margin-top: 2.5rem;
	position: relative;
	z-index: 1;
}

.p-menu__cards.--top {
	margin-top: 10rem;
}

.p-menu__card + .p-menu__card {
	margin-top: 1.875rem;
}

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

.p-mv {
	background: url(../images/top/bg_mv_sp.webp) center top/cover no-repeat;
	padding-bottom: 2.9375rem;
	padding-top: 5.5625rem;
	position: relative;
}

.p-mv__inner {
	padding-left: 1rem;
}

.p-mv__img {
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	max-height: 75vh;
	max-width: 24.375rem;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 5.5625rem;
	width: calc(100% - 1rem);
	z-index: 1;
}

.p-mv__flower {
	margin-left: 1rem;
	position: relative;
	transform: rotate(-14deg);
	width: 7.0625rem;
	z-index: 2;
}

.p-mv__title {
	margin-top: -7.1875rem;
	position: relative;
	z-index: 2;
}

.p-mv__title span {
	background: linear-gradient(to bottom, #B59B79, #775935);
	box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.16);
	color: #fff;
	display: block;
	font-size: 1.5625rem;
	font-weight: 400;
	padding: 0.5rem 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__title span + span {
	margin-top: 0.75rem;
}

.p-mv__title span:nth-child(2) {
	margin-left: 2.25rem;
}

.p-mv__title span:nth-child(3) {
	margin-left: 1.4375rem;
}

.p-mv__en {
	margin-left: 1.4375rem;
	margin-top: 0.6875rem;
	position: relative;
	z-index: 2;
}

.p-mv__en span {
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	background-color: rgba(255, 255, 255, 0.49);
	display: block;
	font-size: 0.8125rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.25rem 0.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__en span + span {
	margin-top: 0.375rem;
}

.p-mv__text {
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	background-color: rgba(255, 255, 255, 0.49);
	box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.16);
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 2.5;
	margin-left: 1.4375rem;
	margin-top: 1.25rem;
	max-width: 25.875rem;
	padding: 0.875rem 0.625rem;
	position: relative;
	width: calc(100% - 2.875rem);
	z-index: 2;
}

.p-nav__link > a {
	align-items: center;
	display: grid;
	font-size: 1.875rem;
	font-weight: 500;
	gap: 0.875rem;
	grid-template-columns: 1.5625rem 1fr;
	line-height: 1.6666666667;
}

.p-nav__link > a.u-desktop {
	display: none;
}

.p-nav__link + .p-nav__link {
	margin-top: 3.1875rem;
}

.p-nav__subMenu {
	align-items: flex-start;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.375rem;
	row-gap: 1.375rem;
}

.p-nav__subLinks {
	display: grid;
	grid-template-columns: 100%;
	margin-inline: auto;
	row-gap: 0.3125rem;
	width: 90%;
}

.p-nav__subLinks.u-desktop {
	display: none;
}

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

.p-nav__subLink > a {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 2.3333333333;
}

.p-nav__subLink:nth-child(n+2) {
	margin-left: 1em;
}

.p-nav__subLink:nth-child(2) {
	margin-top: 0.5em;
}

.p-nav__subLink:nth-child(1) a {
	line-height: 1.3333333333;
}

.p-nav__units {
	border-top: 1px solid #fff;
	margin-top: 3.5rem;
	padding-top: 3.1875rem;
}

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

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

.p-nav__textLink a {
	display: block;
	font-size: 0.9375rem;
	font-weight: 500;
	padding-left: 1.0625rem;
}

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

.p-nav__info {
	margin-top: 1.5rem;
	order: 1;
	padding-left: 1.0625rem;
}

.p-nav__logo {
	max-width: 15.8125rem;
}

.p-nav__sns {
	align-items: center;
	display: flex;
	gap: 1.1875rem;
	justify-content: flex-start;
	margin-top: 1.75rem;
}

.p-nav__sns li {
	width: 2.625rem;
}

.p-nav__sns li a {
	display: block;
}

.p-philosophy__text {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.6666666667;
}

.p-privacy {
	margin-top: 5rem;
}

.p-privacy__block + .p-privacy__block {
	margin-top: 2.5rem;
}

.p-privacy__title {
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.6666666667;
	margin-bottom: 0.5em;
	margin-top: 0.875rem;
	padding-left: 2.6875rem;
	position: relative;
}

.p-privacy__title::before {
	background: url(../images/common/icon_flower.webp) center center/contain no-repeat;
	content: "";
	height: 2.1875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.1875rem;
}

.p-privacy__text {
	font-size: 0.875rem;
	line-height: 1.875;
	margin-top: 0.5rem;
}

.p-privacy__subBlocks {
	margin-left: 1.25rem;
	margin-top: 2rem;
}

.p-privacy__subBlock + .p-privacy__subBlock {
	margin-top: 1.75rem;
}

.p-privacy__subTitle {
	font-size: 1.25rem;
	font-weight: bold;
}

.p-privacy__btn {
	margin-top: 3.75rem;
	text-align: center;
}

.p-service-top {
	padding-top: 9rem;
}

.p-service-top__text {
	font-size: 1.0625rem;
	line-height: 1.75;
}

.p-service-top__img {
	border-radius: 0.625rem;
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	margin-top: 1.25rem;
	overflow: hidden;
}

.p-service-top__img.--no-radius {
	border-radius: 0 !important;
}

.p-service-top__img + .p-service-top__text {
	margin-top: 1.25rem;
}

.p-service__wrap {
	display: grid;
	gap: 1.25rem;
}

.p-service__img {
	width: calc(100% - 3rem);
}

.p-service__img.--sp-right {
	margin-left: auto;
}

.p-service__lead {
	font-size: 1.0625rem;
	line-height: 1.5;
}

.p-service__body {
	margin-top: 2.375rem;
}

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

.p-single__breadcrumb .p-breadcrumb {
	color: #0C1E3C;
}

.p-single__info {
	align-items: center;
	display: flex;
	gap: 0.75rem;
}

.p-single__time {
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.3076923077;
}

.p-single__cat {
	background-color: #0C1E3C;
	color: #fff;
	font-size: 0.625rem;
	font-weight: bold;
	min-width: 4rem;
	padding: 0.3125rem;
	text-align: center;
}

.p-single__title {
	font-size: 1.25rem;
	line-height: 2;
	margin-top: rem810;
}

.p-single__content {
	line-height: 1.5;
}

.p-single__content h2 {
	font-size: 1.125rem;
	line-height: 1.5;
}

.p-single__content h3 {
	font-size: 1.0625rem;
	line-height: 1.5;
}

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

.p-single__content a {
	color: #000;
	text-decoration: underline;
	transition: all 0.45s;
}

.p-single__content * + *:not(li) {
	margin-top: 1.25rem;
}

.p-single__content * + h2,
.p-single__content * + h3 {
	margin-top: 1.875rem;
}

.p-single__content ul {
	list-style-type: disc;
	margin-left: 1em;
}

.p-single__content ol {
	list-style: decimal;
	margin-left: 1em;
}

.p-single__content .wp-block-button a {
	background-color: #0C1E3C;
	color: #fff;
	text-decoration: none;
	transition: all 0.45s;
}

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

.p-single__content .addtoany_share_save_container {
	text-align: center;
}

.p-single__content .a2a_kit a + a {
	margin-top: 0;
}

.p-single__nav {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
}

.p-single__link a {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	gap: 0.375rem;
	position: relative;
}

.p-single__link a::before {
	align-items: center;
	background: #0C1E3C url(../images/common/arrow.svg) center center/50% no-repeat;
	border-radius: 50%;
	content: "";
	display: flex;
	height: 1.875rem;
	justify-content: center;
	width: 1.875rem;
}

.p-single__link.--archive a {
	flex-direction: row-reverse;
}

.p-single__link.--top a::before {
	flex-direction: row-reverse;
	transform: rotate(180deg);
}

.p-subMv {
	background-color: #0C1E3C;
	padding-top: 5.5rem;
	position: relative;
}

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

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

.p-subMv__img {
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	width: calc(100vw - 1rem);
}

.p-subMv__content {
	color: #fff;
	position: absolute;
	text-align: right;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.p-subMv__en {
	font-family: "badoni", serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.25;
	opacity: 0.8;
}

.p-subMv__ja {
	font-family: "badoni", serif;
	font-size: 1.625rem;
	font-weight: 400;
	margin-top: 0.375rem;
}

.p-subMv__ja small {
	display: block;
	font-size: 60%;
	line-height: 1.5;
}

.p-subMv__title {
	font-family: "badoni", serif;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.3076923077;
	margin-top: 1.5rem;
}

.p-symptoms {
	padding-top: 6.0625rem;
	position: relative;
}

.p-symptoms__inner::after {
	background: url(../images/common/flower.webp) center center/contain no-repeat;
	bottom: 4.9375rem;
	content: "";
	height: 21.4375rem;
	position: absolute;
	right: -3.0625rem;
	width: 14rem;
}

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

.p-symptoms__block + .p-symptoms__block {
	margin-top: 2.5rem;
}

.p-symptoms__img {
	width: 17.5rem;
}

.p-symptoms__subTitle {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.6666666667;
	margin-top: 0.875rem;
	padding-left: 2.6875rem;
	position: relative;
}

.p-symptoms__subTitle::before {
	background: url(../images/common/icon_flower.webp) center center/contain no-repeat;
	content: "";
	height: 2.1875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.1875rem;
}

.p-symptoms__text {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.9166666667;
	margin-top: 1.5rem;
}

.p-system {
	padding-top: 3.125rem;
}

.p-system__inner.--flower {
	position: relative;
}

.p-system__title .c-columnTitle.--left {
	left: 1.1rem;
}

.p-system__lead {
	font-size: 0.75rem;
	line-height: 1.8333333333;
	padding-left: 3.5rem;
}

.p-system__img {
	margin-top: 1.75rem;
}

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

.p-system__figureTitle {
	font-size: 0.9375rem;
	font-weight: 600;
	margin-bottom: 1.875rem;
	text-align: center;
}

.p-system__figureTitle span {
	background: linear-gradient(to bottom, #091A34, #002C71);
	color: #fff;
	display: block;
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 0.75rem;
	padding-block: 0.625rem;
}

.p-system__blocks {
	display: grid;
	gap: 2.8125rem;
	grid-template-columns: 1fr;
	margin-top: 2.1875rem;
}

.p-system__box {
	box-shadow: 0.125rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.16);
	margin-top: 2rem;
	position: relative;
}

.p-system__boxTitle {
	background: linear-gradient(-45deg, #315498, #122B53);
	color: #fff;
	font-size: 1.0625rem;
	font-weight: 600;
	padding-block: 1.125rem;
	padding-inline: 2.25rem 1.25rem;
	position: relative;
}

.p-system__boxText {
	background-color: #fff;
	color: #122B53;
	font-size: 0.75rem;
	line-height: 1.8333333333;
	padding: 1.25rem;
}

.p-system__infoText {
	font-size: 0.75rem;
	line-height: 1.8333333333;
	padding-right: 3.5rem;
}

.p-system__links {
	display: flex;
	flex-wrap: wrap;
	gap: 1.875rem;
	justify-content: center;
	margin-top: 3.125rem;
}

.p-system__link {
	width: 100%;
}

.p-system__link a {
	border: 0.1875rem solid #BFA88C;
	display: block;
	overflow: hidden;
	position: relative;
}

.p-system__link a::before {
	background: url(../images/system/arrow.webp) center center/contain no-repeat;
	bottom: 0.625rem;
	content: "";
	height: 1rem;
	position: absolute;
	right: 0.625rem;
	transition: all 0.45s;
	width: 3.5rem;
	z-index: 1;
}

.p-system__link picture {
	display: block;
	position: relative;
}

.p-system__link picture img {
	transition: all 0.45s;
}

.p-system__link picture::before {
	background: linear-gradient(to bottom, #000000 20%, transparent);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.2;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-system__linkText {
	color: #fff;
	font-size: 1.125rem;
	position: absolute;
	right: 1.125rem;
	text-shadow: 0.0625rem 0.125rem 0.25rem rgba(0, 0, 0, 0.55);
	top: 1.125rem;
	z-index: 2;
}

.p-team__img {
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}

.p-team__text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 1.25rem;
}

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

.p-topAbout {
	background: #fff url(../images/top/bg_about_sp.webp) center center/cover no-repeat;
	padding-top: 4.25rem;
	position: relative;
}

.p-topAbout::before {
	background: url(../images/top/bg_about.webp) center center/contain no-repeat;
	bottom: 7.1875rem;
	content: "";
	height: 15.6875rem;
	left: -4.875rem;
	position: absolute;
	width: 26.1875rem;
}

.p-topAbout__inner {
	display: grid;
	position: relative;
	z-index: 1;
}

.p-topAbout__title {
	margin-top: 1.9375rem;
	padding-inline: 0.875rem;
}

.p-topAbout__title .c-title {
	text-align: left;
}

.p-topAbout__wrap {
	display: contents;
}

.p-topAbout__content {
	margin-top: 1.875rem;
	padding-inline: 0.875rem;
}

.p-topAbout__lead span {
	display: block;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.5882352941;
}

.p-topAbout__lead small {
	display: block;
	font-size: smaller;
	margin-top: 0.3125rem;
}

.p-topAbout__text {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 2.125rem;
}

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

.p-topAbout__btn {
	margin-top: 1.5625rem;
	text-align: right;
}

.p-topAbout__btn .c-arrow {
	background-color: #0C1E3C;
}

.p-topAbout__btn .c-arrow::before {
	background-color: #fff;
}

.p-topAbout__gallery {
	order: -1;
	position: relative;
}

.p-topAbout__img1 {
	margin-left: -1rem;
	width: 20.9375rem;
}

.p-topAbout__img2 {
	position: absolute;
	right: -3rem;
	top: 7.6875rem;
	width: 15.9375rem;
}

.p-topAbout__note {
	bottom: 0.3125rem;
	color: #fff;
	font-size: 0.5rem;
	left: 1.5rem;
	letter-spacing: 0.1em;
	position: absolute;
}

.p-topAbout__slider {
	margin-top: 2.6875rem;
	position: relative;
	z-index: 1;
}

.p-topAbout__slider picture {
	width: 11.25rem;
}

.p-topCase {
	background: url(../images/top/bg_case_sp.webp) center center/cover no-repeat;
	padding-bottom: 3.9375rem;
	padding-top: 4.375rem;
}

.p-topCase__slider {
	margin-inline: auto;
	margin-top: 3rem;
	max-width: 18.125rem;
}

.p-topCase__slider .slick-list {
	overflow: unset;
}

.p-topCase__slider .slide-arrow {
	bottom: -5.625rem;
	cursor: pointer;
	position: absolute;
}

.p-topCase__slider .prev-arrow {
	right: 3.75rem;
	transform: rotate(180deg);
}

.p-topCase__slider .next-arrow {
	right: 0px;
}

.p-topCase__case {
	margin: 0 0.375rem;
	width: 18.125rem;
}

.p-topCase__btn {
	margin-left: 1.875rem;
	margin-top: 3.5625rem;
}

.p-topClinic {
	background: url(../images/top/bg_clinic_sp.webp) center center/cover no-repeat;
	padding-bottom: 3rem;
	padding-top: 3.875rem;
}

.p-topClinic__title {
	position: relative;
}

.p-topClinic__title::before {
	background: url(../images/top/border_clinic_sp.webp) center center/contain no-repeat;
	bottom: -4.25rem;
	content: "";
	height: 2.625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 22.8125rem;
}

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

.p-topClinic__link {
	position: relative;
}

.p-topClinic__subtitle {
	color: #000;
	margin-top: -1.375rem;
}

.p-topClinic__subtitle .c-title {
	text-align: left;
}

.p-topClinic__subtitle .c-title p {
	font-size: 1.8125rem;
	text-transform: capitalize;
}

.p-topClinic__subtitle .c-title h3 {
	font-size: 0.5rem;
}

.p-topClinic__arrow {
	bottom: 0.5rem;
	position: absolute;
	right: 0.625rem;
}

.p-topMenu {
	background: url(../images/top/bg_menu_sp.webp) center top/100% auto no-repeat;
	padding-top: 7.3125rem;
	position: relative;
	z-index: 1;
}

.p-topMenu__title {
	color: #fff;
}

.p-topMenu__title .c-title {
	text-align: left;
}

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

.p-topMenu__block {
	width: calc(50% - 0.625rem);
}

.p-topMenu__block + .p-topMenu__block {
	margin-top: -8.5rem;
}

.p-topMenu__block:nth-child(odd) {
	margin-left: auto;
}

.p-topMenu__img {
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	position: relative;
}

.p-topMenu__en {
	color: #fff;
	font-size: 1.625rem;
	font-style: italic;
	left: 1rem;
	letter-spacing: 0.06em;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	white-space: nowrap;
	z-index: 2;
}

.p-topMenu__block:last-child .p-topMenu__en {
	top: 80%;
}

.p-topMenu__img picture {
	background-color: #0C1E3C;
	position: relative;
}

.p-topMenu__img picture img {
	transition: all 0.45s;
}

.p-topMenu__lists {
	opacity: 0;
	position: absolute;
	right: 0.9375rem;
	top: 0.625rem;
	transition: all 0.45s;
	z-index: 2;
}

.p-topMenu__list {
	align-items: center;
	background: rgba(11, 30, 60, 0.3);
	border: 1px solid #fff;
	color: #fff;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 500;
	height: 1.5rem;
	justify-content: center;
	text-align: center;
	text-align: center;
	width: 7rem;
}

.p-topMenu__list + .p-topMenu__list {
	margin-top: 0.3125rem;
}

.p-topMenu__text {
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	gap: 0.1875rem;
	justify-content: center;
	letter-spacing: 0.06em;
	margin-top: 0.8125rem;
	position: relative;
}

.p-topMenu__text::before {
	-webkit-mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	background-color: #0C1E3C;
	content: "";
	display: block;
	height: 1rem;
	mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	width: 0.75rem;
}

.p-topMenu__block a:hover {
	opacity: 1;
}

.p-topMenu__block a:hover .p-topMenu__img img {
	opacity: 0.4;
}

.p-topMenu__block a:hover .p-topMenu__lists {
	opacity: 1;
}

.p-topNews {
	background: url(../images/top/bg_news_02_sp.webp) center bottom/100% auto no-repeat;
	padding-bottom: 1.875rem;
	position: relative;
}

.p-topNews__img1 {
	margin-left: calc(50% - 50vw);
	width: 23.5897435897vw;
}

.p-topNews__img2 {
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	margin-top: -19.3125rem;
	width: 91.0256410256vw;
}

.p-topNews__wrap {
	margin-top: 2.125rem;
}

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

.p-topNews__btn {
	margin-right: 1.5rem;
	margin-top: 1.25rem;
	text-align: right;
}

.p-topNews__btn .c-arrow {
	background-color: #0C1E3C;
}

.p-topNews__btn .c-arrow::before {
	background-color: #fff;
}

.p-topSystem {
	padding-top: 3.75rem;
	position: relative;
	z-index: 1;
}

.p-topSystem__wrap {
	display: grid;
}

.p-topSystem__content {
	display: contents;
}

.p-topSystem__text {
	font-size: 0.75rem;
	font-weight: 500;
	font-weight: 500;
	line-height: 2;
	margin-top: 2.5rem;
}

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

.p-topSystem__btn {
	margin-top: 2.5rem;
	order: 1;
	text-align: right;
}

.p-topSystem__btn .c-arrow {
	background-color: #0C1E3C;
}

.p-topSystem__btn .c-arrow::before {
	background-color: #fff;
}

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

.p-traffic__address {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.5;
}

.p-traffic__units {
	display: grid;
	gap: 3.125rem;
	margin-top: 3.75rem;
}

.p-traffic__unitTitle {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.6666666667;
	margin-top: 0.875rem;
	padding-left: 2.6875rem;
	position: relative;
}

.p-traffic__unitTitle::before {
	background: url(../images/common/icon_flower.webp) center center/contain no-repeat;
	content: "";
	height: 2.1875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.1875rem;
}

.p-traffic__unitText {
	font-size: 0.9375rem;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.p-traffic__map {
/* 	filter: grayscale(100%); */
	margin-top: 3.75rem;
}

.p-traffic__map iframe {
	aspect-ratio: 1;
	height: 100%;
	width: 100%;
}

.p-treatment {
	padding-top: 10rem;
	position: relative;
}

.p-treatment.--contact {
	padding-top: 5rem;
}

.p-treatment__block {
	background-color: #fff;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.16);
	padding: 1.25rem;
}

.p-treatment__block + .p-treatment__block {
	margin-top: 1.875rem;
}

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

.p-treatment__subTitle {
	font-size: 1.125rem;
	font-weight: bold;
}

.p-treatment__text {
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.p-treatment__textLink {
	margin-top: 1.25rem;
	text-align: right;
}

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

.p-treatment__lead {
	font-size: 1.0625rem;
	line-height: 1.75;
	margin-bottom: 2rem;
	width: calc(100% - 3rem);
}

.c-bg.--left .p-treatment__lead {
	margin-left: auto;
}

.p-under {
	padding-block: 2.5rem;
}

.p-under.--faq {
	padding-top: 9.375rem;
}

.p-under__subTitle.c-faq {
	background: linear-gradient(45deg, #122B53, #315498);
	color: #fff;
	font-size: 1.25rem;
	min-height: unset;
	padding-block: 1rem;
	padding-inline: 1rem;
}

.p-under__subTitle.c-faq::before {
	display: none !important;
}

.p-under__box {
	box-shadow: 0.125rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.16);
	position: relative;
}

.p-under__box + .p-under__box {
	margin-top: 1.875rem;
}

.p-under__boxTitle {
	background: linear-gradient(-45deg, #315498, #122B53);
	color: #fff;
	font-size: 1.0625rem;
	font-weight: 600;
	padding-block: 1.125rem;
	padding-inline: 2.25rem 1.25rem;
	position: relative;
}

.p-under__boxText {
	background-color: #fff;
	color: #122B53;
	font-size: 0.75rem;
	line-height: 1.8333333333;
	padding: 1.25rem;
}

.p-under__block {
	margin-bottom: 1.875rem;
}

.p-under__btn {
	margin-top: 1.25rem;
	text-align: right;
}

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

.u-mt-0 {
	margin-top: 0;
}

.u-en {
	font-family: "badoni", serif;
	font-weight: bold;
}

.u-grid-3 {
	display: grid;
	gap: 1.25rem;
}

.u-grid-3 a {
	display: inline-block;
}

.u-grid-3 a + a {
	margin-top: 1.25rem;
}

@media (hover: hover) {

.c-card:hover .c-card__thumbnail picture img {
	transform: scale(1.05);
}

.c-more:hover span {
	transform: translateX(0.3125rem);
}

.c-textLink:hover::before {
	right: -0.3125rem;
}

.p-float:hover {
	transform: scale(1.03);
}

.p-system__link a:hover {
	opacity: 1;
}

.p-system__link a:hover::before {
	transform: translateX(0.8125rem);
}

.p-system__link a:hover img {
	transform: scale(1.1);
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.2307692308vw;
}

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

a:hover {
	opacity: 0.8;
}

.c-arrow {
	height: 3.1875rem;
	width: 3.1875rem;
}

.c-arrow::before {
	height: 1.8125rem;
	width: 1.5625rem;
}

.c-bg {
	padding-bottom: 8rem;
	padding-top: 10.75rem;
}

.c-bg::before {
	width: calc(100% - (50vw - min(46.1538461538vw, 37.5rem)));
}

.c-bg::after {
	background: linear-gradient(to bottom, #0C1E3C, transparent, #0C1E3C), url(../images/common/bg.webp) center bottom/100% auto no-repeat;
	bottom: 0;
	content: "";
	height: 100%;
	max-width: 7.5rem;
	position: absolute;
	width: calc(100vw - (100% - (50vw - min(46.1538461538vw, 37.5rem))));
}

.c-bg.--left {
	padding-right: 0;
}

.c-bg.--right {
	padding-left: 0;
}

.c-bg.--left::before {
	border-radius: 0 3.125rem 3.125rem 0;
}

.c-bg.--right::before {
	border-radius: 3.125rem 0 0 3.125rem;
}

.c-bg.--left .l-inner {
	padding-right: calc(25px + 3.75rem);
}

.p-under.c-bg.--left .l-inner {
	padding-right: 0;
}

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

.c-bigCard {
	align-items: center;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.16);
	gap: 0;
	grid-template-columns: 20.75rem 1fr;
	margin-inline: auto;
	max-width: 61.5625rem;
}

.c-bigCard:before {
	background: linear-gradient(to bottom, #315498, #122B53);
	bottom: 0.3125rem;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	content: "";
	height: 2.5rem;
	position: absolute;
	right: 0.3125rem;
	width: 2.5rem;
}

.c-bigCard__content {
	padding-inline: 2.5rem;
}

.c-bigCard__title {
	font-size: 1.4375rem;
}

.c-bigCard__title small {
	font-size: 0.9375rem;
}

.c-bigCard__text {
	font-size: 1rem;
	line-height: 2.25;
	margin-top: 1.25rem;
}

.c-bigCard__text strong {
	font-size: 1.25rem;
}

.c-bigCard__subTitle {
	font-size: 1.4375rem;
	margin-left: -2.5rem;
	padding-left: 2.5rem;
	width: calc(100% + 5rem);
}

.c-bigCard__subTitle small {
	font-size: 0.9375rem;
}

.c-box {
	max-width: 67.5rem;
}

.c-box--small {
	margin-left: auto;
	max-width: 63.75rem;
}

.c-box + .c-box {
	margin-top: 2.5rem;
}

.c-box:before {
	background: linear-gradient(to bottom, #315498, #122B53);
	bottom: 0.3125rem;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	content: "";
	height: 2.5rem;
	position: absolute;
	right: 0.3125rem;
	width: 2.5rem;
}

.c-box__title {
	font-size: 1.875rem;
	padding-block: 1.25rem;
	padding-inline: 3.1875rem 1.25rem;
}

.c-box__title img {
	margin-right: 0.5rem;
	width: 2.1875rem;
}

.c-box__text {
	font-size: 1rem;
	line-height: 1.875;
	padding: 1.5625rem 2.1875rem;
}

.c-box__list span {
	font-size: 1.25rem;
	line-height: 1.3043478261;
}

.c-box__grid {
	gap: 3.125rem;
	grid-template-columns: repeat(2, 1fr);
}

.c-box__grid img {
	height: 16.6875rem;
	margin-inline: auto;
	width: auto;
}

.c-box__wrap {
	align-items: center;
	gap: 3.375rem;
	grid-template-columns: 1fr 50%;
	margin-left: 1.125rem;
	margin-top: 1.25rem;
}

.c-box__smallText {
	font-size: 0.9375rem;
}

.c-box__bigText {
	font-size: 1.4375rem;
}

.c-box__block + .c-box__block {
	margin-top: 1.875rem;
}

.c-box__block .u-grid-3 {
	margin-top: 1.875rem;
}

.c-columnTitle {
	padding-top: 3.75rem;
	top: 1.25rem;
}

.c-columnTitle.--left {
	left: calc(50% - min(48.6111111111vw, 700px));
}

.c-columnTitle.--right {
	right: calc(50% - min(41.6666666667vw, 600px));
}

.c-columnTitle::before {
	height: 13.3125rem;
	width: 13.3125rem;
}

.c-columnTitle .c-columnTitle__main,
.c-columnTitle h2 {
	font-size: 2.1875rem;
}

.c-columnTitle .c-columnTitle__text,
.c-columnTitle p:not(.c-columnTitle__main) {
	font-size: 1.25rem;
}

.c-download {
	font-size: 1.25rem;
	max-width: 33.125rem;
	padding-block: 1.125rem;
}

.c-download::before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 2.5rem;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5rem;
}

.c-download::after {
	-webkit-mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	background-color: #0C1E3C;
	content: "";
	height: 1.25rem;
	mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	width: 1.5rem;
}

.c-doctor {
	align-items: flex-start;
	display: grid;
	gap: 2rem;
	grid-template-columns: 17.5625rem 1fr;
}

.c-doctor__content {
	margin-top: 0rem;
}

.c-doctor__name {
	font-size: 2rem;
}

.c-doctor__lead {
	font-size: 1.125rem;
}

.c-doctor__box .c-box__title img {
	width: 2.1875rem;
}

.c-faq {
	min-height: 11.0625rem;
	padding: 2.25rem 3.75rem;
}

.c-faq.--small.--left {
	margin-left: -3.75rem;
}

.c-faq::before {
	width: 1.125rem;
}

.c-faq__q {
	font-size: 1.75rem;
}

.c-faq__a {
	font-size: 0.9375rem;
	line-height: 2.1333333333;
	margin-top: 1.25rem;
}

.c-flow {
	max-width: 61.5625rem;
	padding: 1.5625rem;
}

.c-flow + .c-flow {
	margin-top: 1.5rem;
}

.c-flow.--small {
	margin-inline: auto;
	max-width: 54.8125rem;
}

.c-flow.--right {
	margin-left: auto;
}

.c-flow + .c-flow::before {
	height: 3.1875rem;
	top: -2.1875rem;
	width: 3.1875rem;
}

.c-flow__number {
	font-size: 1.5625rem;
}

.c-flow__number span {
	font-size: 1.25rem;
}

.c-flow__text {
	font-size: 1.125rem;
}

.c-flow__text strong {
	font-size: 1.5625rem;
}

.c-menu {
	align-items: center;
	display: grid;
	gap: 1.1875rem;
	grid-template-columns: 23.5rem 1fr;
	padding-block: 2.25rem;
	padding-right: 1.6875rem;
}

.c-menu:not(:has(.c-menu__text,
.c-menu__list)) {
	gap: 4.3125rem;
}

.c-menu__img img {
	-o-object-fit: cover;
	aspect-ratio: 376/158;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-menu__content {
	display: flex;
	flex-direction: column;
	margin-top: 0;
	min-height: 100%;
	padding: 0;
}

.c-menu__title {
	font-size: 1.4375rem;
}

.c-menu__title small {
	margin-top: 1rem;
}

.c-menu__lists {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.625rem 2.25rem;
	margin-top: 1.25rem;
}

.c-menu__list {
	font-size: 1.25rem;
}

.c-menu__text {
	font-size: 1rem;
}

.c-menu__link {
	margin-top: auto;
	padding-top: 2rem;
}

.c-more {
	font-size: 1.375rem;
}

.c-more span {
	margin-left: 1.75rem;
}

.c-news {
	padding-bottom: 1rem;
	padding-top: 0.875rem;
}

.c-news__row::before {
	height: 1.6875rem;
	right: 0;
	width: 1.375rem;
}

.c-news__time {
	font-size: 0.9375rem;
}

.c-news__row {
	gap: 1.75rem;
	margin-top: 0.5rem;
}

.c-news__tag {
	font-size: 0.8125rem;
	min-width: 7.4375rem;
	padding: 0.5rem;
}

.c-news__title {
	font-size: 0.9375rem;
	line-height: 2;
}

.c-none {
	font-size: 1rem;
}

.c-title p {
	font-size: 3.125rem;
	letter-spacing: 0.05em;
}

.c-title h2,
.c-title h3 {
	margin-top: 0.3125rem;
}

.c-title2::before {
	height: 13.3125rem;
	left: -3.75rem;
	width: 13.3125rem;
}

.c-title2__en {
	font-size: 1.5625rem;
	margin-top: 0.3125rem;
}

.c-title2__main {
	font-size: 2.1875rem;
	letter-spacing: 0.05em;
	margin-top: 0.4375rem;
}

.c-title2__main small {
	font-size: 1.25rem;
}

.l-archive {
	margin-bottom: 6.25rem;
}

.l-contact {
	margin-bottom: 5rem;
}

.l-inner {
	max-width: calc(min(75rem, 1200px) + 25px + 25px);
	padding-left: 25px;
	padding-right: 25px;
}

.l-section {
	background: none;
	padding-top: 6.25rem;
}

.l-section.--bottom {
	padding-bottom: 6.25rem;
}

.l-section.--first {
	padding-top: 0;
}

.l-single {
	margin-bottom: 6.25rem;
	margin-top: 15.625rem;
}

.l-topAbout {
	margin-top: -0.375rem;
}

.nav-links {
	gap: 0.4375rem;
}

.page-numbers {
	height: 3.3125rem;
	width: 3.3125rem;
}

.p-about {
	padding-bottom: 5.75rem;
	padding-top: 5.75rem;
}

.p-about__inner::after {
	background: url(../images/common/flower.webp) center center/contain no-repeat;
	content: "";
	height: 42.1875rem;
	opacity: 0.37;
	position: absolute;
	right: -2.5rem;
	top: -5.75rem;
	width: min(30.625vw, 27.5625rem);
}

.p-about__wrap {
	align-items: center;
	display: grid;
	gap: 2.125rem;
	grid-template-columns: 21.875rem 1fr;
	margin-right: 6.25rem;
	margin-top: 0;
	max-width: 68.75rem;
}

.p-about__logo {
	margin: 0;
	width: 100%;
}

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

.p-access__wrap {
	grid-template-columns: 1fr 42.6875rem;
}

.p-access__content {
	padding: 0;
}

.p-access__logo {
	margin-top: 1.125rem;
	max-width: 15.75rem;
}

.p-access__info {
	font-size: 0.9375rem;
	gap: 0.3125rem 0;
	line-height: 2;
	margin-top: 1.75rem;
}

.p-access__map iframe {
	aspect-ratio: 683/400;
}

.p-archive-column {
	padding-top: 8.875rem;
}

.p-archive-column__cards {
	gap: 3.125rem 2.75rem;
	grid-template-columns: repeat(3, 1fr);
	margin-inline: auto;
	margin-top: 0;
	max-width: 59.125rem;
}

.p-archive-column__nav {
	margin-top: 5.8125rem;
}

.p-archive {
	padding-top: 9.125rem;
}

.p-archive__main {
	margin-left: 9.875rem;
	margin-top: 0;
	max-width: 47.8125rem;
}

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

.p-block__title {
	font-size: 1.875rem;
	max-width: -moz-fit-content;
	max-width: fit-content;
	min-width: 30rem;
	padding-block: 1.25rem;
	padding-inline: 3.1875rem 1.25rem;
}

.p-block__title::before {
	width: 1.125rem;
}

.p-block__text {
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 2rem;
}

.p-block__img {
	bottom: -3.75rem;
	position: absolute;
	right: 0;
	width: 25.9375rem;
}

.p-block__img2 {
	bottom: 1.25rem;
	position: absolute;
	right: 0;
	width: 25.9375rem;
}

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

.p-breadcrumb {
	padding-block: 1.5rem;
}

.p-breadcrumb__list span {
	font-size: 0.9375rem;
}

.p-concept {
	padding-top: 4.8125rem;
}

.p-concept__logo {
	margin-inline: auto;
	margin-top: 0;
	max-width: 33.25rem;
}

.p-concept__lead {
	font-size: 1.875rem;
	margin-inline: 0;
	margin-top: 0.75rem;
	text-indent: 0;
}

.p-concept__wrap {
	align-items: center;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 1fr 39.375rem;
	margin-top: 5.75rem;
	padding-inline: 3.75rem;
}

.p-concept__img {
	margin-left: calc((50vw - (25px + min(27.5rem, 600px))) * -1 + 25px);
}

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

.p-concept2 {
	padding-top: 3.875rem;
}

.p-concept2__inner::before {
	background: url(../images/common/flower.webp) center center/contain no-repeat;
	content: "";
	height: 42.1875rem;
	position: absolute;
	right: 3.75rem;
	top: -0.625rem;
	width: min(30.625vw, 27.5625rem);
}

.p-concept2__logo {
	margin-top: 0;
	max-width: 21.875rem;
}

.p-concept2__text {
	font-size: 1.25rem;
	margin-top: 2.375rem;
	text-align: center;
}

.p-contact {
	padding-block: 9.375rem;
}

.p-contact__text {
	font-size: 1.25rem;
	line-height: 2.25;
	margin-inline: auto;
	max-width: 60rem;
}

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

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

.p-contact__form {
	margin-top: 5rem;
}

.p-cv {
	background-image: url(../images/common/bg_cv_pc.webp);
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.p-cv__btns {
	flex-direction: row;
	gap: 1.875rem;
	margin-top: 3.5625rem;
}

.p-cv__btn {
	width: 16.75rem;
}

.p-director {
	padding-block: 1.5rem;
}

.p-director__title .c-columnTitle.--right {
	right: calc(50% - min(38.8888888889vw, 560px));
}

.p-director__wrap {
	display: grid;
	gap: 0.4375rem;
	grid-template-columns: 21.875rem 1fr;
	margin-left: 1.25rem;
}

.p-director__img {
	margin-left: 1.25rem;
	max-width: unset;
}

.p-director__img img {
	margin-top: 1.25rem;
	max-width: 17.5625rem;
}

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

.p-director__box {
	margin-top: 2.5rem;
	max-width: 39.25rem;
}

.p-director__box .c-box__title {
	align-items: center;
	display: flex;
	font-size: 1.4375rem;
	padding-block: 0.3125rem;
}

.p-director__box .c-box__text {
	font-size: 1.125rem;
	line-height: 1.6666666667;
	padding-block: 0.75rem;
}

.p-director__box .c-box__text h5 {
	font-size: 1.125rem;
	margin-bottom: 0.625rem;
	padding: 0.3125rem 0.8125rem;
}

.p-doctor-intro {
	padding-block: 9.375rem;
}

.p-doctor-intro__text {
	font-size: 1.25rem;
	line-height: 2.25;
	margin-inline: auto;
	max-width: 60rem;
}

.p-doctor__inner {
	max-width: 67.5rem;
}

.p-doctor__block + .p-doctor__block {
	margin-top: 5rem;
}

.p-faq.c-bg.--left .l-inner {
	padding-right: 0;
}

.p-faq__main {
	margin-left: auto;
	margin-top: 0;
	max-width: 59.75rem;
}

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

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

.p-flow {
	padding-block: 6.875rem;
}

.p-footer {
	background: url(../images/common/bg_footer_pc.webp) center calc(100% - 4.375rem)/cover no-repeat;
	padding-top: 6.5625rem;
}

.p-footer::before {
	background: url(../images/common/bg_access_pc.webp) center center/contain no-repeat;
	bottom: initial;
	height: 24.125rem;
	left: initial;
	right: 0;
	top: 0;
	width: 40.3125rem;
}

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

.p-footer__copy {
	height: 4.4375rem;
	margin-top: 10.125rem;
}

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

.p-form__select::before {
	right: 2rem;
}

.p-form__confirm label span::before {
	border-radius: 0.4375rem;
}

.p-form__confirm label span::after {
	top: 35%;
}

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

.wpcf7-not-valid-tip {
	font-size: 0.875rem;
}

.p-header {
	height: auto;
	padding-top: 0;
	top: 1.875rem;
}

.p-header__inner {
	max-width: unset;
	padding-left: 3.6875rem;
}

.p-header__logo {
	width: 15.8125rem;
}

.p-main {
	padding-top: 5.9375rem;
}

.p-main__inner.l-inner {
	margin-inline: auto;
	max-width: calc(75rem + 25px + 25px + 3.75rem);
}

.c-bg.--right .p-main__inner {
	margin-left: auto;
	max-width: calc(71.25rem + 25px + 25px + 3.75rem);
	padding-left: calc(25px + 3.75rem);
}

.p-main__wrap {
	gap: 2.6875rem;
	grid-template-columns: 33.25rem 1fr;
	margin-top: 3.4375rem;
}

.p-main__wrap.--small {
	margin-left: -3.75rem;
	margin-top: 3.4375rem;
	width: calc(100% - 6.25rem);
}

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

.p-main__lead.--mt {
	margin-top: 2rem;
}

.p-main__body {
	margin-top: 3.3125rem;
	max-width: 67.5rem;
}

.p-main__cards {
	margin-top: 5rem;
}

.p-main__card + .p-main__card {
	margin-top: 4.25rem;
}

.p-member {
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.p-member__inner {
	max-width: calc(68.75rem + 25px + 25px);
	transform: translateX(-1.875rem);
}

.p-member__title .c-columnTitle.--left {
	left: 1.875rem;
}

.p-member__lead,
.p-member__form {
	margin-left: 10.375rem;
	max-width: 33.25rem;
	padding-top: 6.25rem;
}

.p-member__form {
	max-width: 45rem;
	padding-top: 0;
}

.p-member__form .swpm-form-desc {
	grid-column: span 2;
}

.p-member__lead + .p-member__form {
	margin-top: 7.5rem;
}

.p-member__form .swpm-form .swpm-form-row {
	display: grid;
	gap: 0.625rem;
	grid-template-columns: 30% 1fr;
}

.p-member__form .swpm-form .swpm-registration-submit-section {
	display: block;
}

.p-member__form .swpm-logged-username {
	grid-template-columns: 50% 50%;
}

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

.p-member__units {
	gap: 7.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-inline: auto;
	margin-top: 9.125rem;
}

.p-member__unitTitle {
	font-size: 1.4375rem;
	line-height: 1.3043478261;
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-member__unitText {
	line-height: 2.1333333333;
}

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

.p-member__btn {
	margin-top: 9.6875rem;
}

.p-menu {
	padding-top: 6.875rem;
}

.p-menu.c-bg.--right .p-menu__inner {
	padding-left: 11.25rem;
}

.p-menu.c-bg.--left .p-menu__inner {
	padding-left: 3.75rem;
	padding-right: 11.25rem;
}

.p-menu.c-bg.--left .p-menu__inner .p-menu__head {
	margin-left: 6.25rem;
}

.p-menu.c-bg.--left .p-menu__inner .p-menu__cards {
	margin-left: auto;
}

.p-menu__head {
	max-width: 52.5rem;
	width: 100%;
}

.p-menu__bigText {
	font-size: 1.875rem;
	margin-bottom: 3.25rem;
	text-align: center;
}

.p-menu__lead {
	font-size: clamp(0.9375rem, 1.3888888889vw, 1.25rem);
	line-height: 2.25;
}

.p-menu__lead.--mb {
	width: 100%;
}

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

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

.p-menu__cards {
	margin-top: 3.875rem;
	max-width: 61.5625rem;
}

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

.p-menu__cards.--left {
	margin-left: -5.9375rem;
	margin-top: -2rem;
}

.p-menu__cards.--right {
	margin-right: -5.9375rem;
	margin-top: -2rem;
}

.p-menu__card + .p-menu__card {
	margin-top: 2.5rem;
}

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

.p-mv {
	background-image: url(../images/top/bg_mv.webp);
	height: 100vh;
	max-height: 800px;
	padding-top: 11.125rem;
}

.p-mv__inner {
	margin-inline: auto;
	max-width: calc(87.5rem + 25px + 25px);
}

.p-mv__img {
	border-top-left-radius: 6.25rem;
	bottom: 0;
	height: 80vh;
	max-height: unset;
	max-width: unset;
	right: calc(50% - min(50vw, 60rem));
	top: initial;
	width: 66.9375rem;
}

.p-mv__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-mv__flower {
	margin-left: 4.8125rem;
	position: absolute;
	top: 11.125rem;
	transform-origin: left top;
	width: 18.4375rem;
}

.p-mv__title {
	margin-top: 4vh;
}

.p-mv__title span {
	font-size: 2.3125rem;
	padding: 0.625rem;
}

.p-mv__title span + span {
	margin-top: 1.0625rem;
}

.p-mv__title span:nth-child(2) {
	margin-left: 2.125rem;
}

.p-mv__en {
	margin-left: 2.125rem;
	margin-top: 1.75rem;
}

.p-mv__en span {
	font-size: 1.25rem;
	padding: 0.1875rem 1.875rem;
}

.p-mv__text {
	font-size: 0.875rem;
	line-height: 2.1428571429;
	margin-left: 2.125rem;
	margin-top: 1.75rem;
	max-width: 27.5rem;
	padding: 0.9375rem;
}

.p-nav__link {
	display: flex;
	flex-wrap: wrap;
}

.p-nav__link.u-mobile {
	display: none;
}

.p-nav__link > a {
	font-size: 1.5rem;
	gap: 0.75rem;
	grid-template-columns: 1.375rem 1fr;
	min-width: 25%;
}

.p-nav__link > a.u-desktop {
	display: grid;
}

.p-nav__link + .p-nav__link {
	margin-top: 2.75rem;
}

.p-nav__subMenu {
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
}

.p-nav__subLinks {
	gap: 0.375rem 0;
	grid-template-columns: 100%;
	margin-left: 2.1875rem;
	max-width: 63.125rem;
	width: 100%;
}

.p-nav__subLinks.u-desktop {
	display: grid;
}

.p-nav__subLinks.wide {
	grid-column: initial;
}

.p-nav__subLink > a {
	line-height: 2.9333333333;
}

.p-nav__subLink:nth-child(1) a {
	line-height: 1.3333333333;
}

.p-nav__units {
	border: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 0;
	max-width: 50rem;
	padding-top: 0;
}

.p-nav__unit + .p-nav__unit {
	margin-top: 0;
}

.p-nav__textLink a {
	padding: 0;
}

.p-nav__wrap {
	display: grid;
	gap: 4rem;
	grid-template-columns: 14.0625rem 1fr;
	margin-top: 4.5rem;
}

.p-nav__info {
	order: initial;
	padding: 0;
}

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

.p-nav__sns {
	gap: 0.875rem;
	margin-top: 3.75rem;
}

.p-philosophy {
	padding-block: 8.9375rem;
}

.p-philosophy__title .c-columnTitle {
	top: calc(50% - 1.875rem);
	transform: translateY(-50%);
}

.p-philosophy__text {
	font-size: 1.875rem;
	margin-inline: auto;
	max-width: 46.875rem;
}

.p-privacy__block + .p-privacy__block {
	margin-top: 3.875rem;
}

.p-privacy__title {
	font-size: 1.4375rem;
	line-height: 1.3043478261;
}

.p-privacy__text {
	font-size: 1rem;
}

.p-privacy__subBlocks {
	margin-left: 2.5rem;
	margin-top: 3rem;
}

.p-privacy__subTitle {
	font-size: 1.4375rem;
}

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

.p-service-top {
	height: -moz-fit-content;
	height: fit-content;
	min-height: 30rem;
	padding-block: 4.6875rem;
}

.p-service-top__inner.l-inner {
	align-items: center;
	display: flex;
	height: 100%;
	max-width: 74.375rem;
	min-height: 20.625rem;
	padding-right: 3.75rem !important;
}

.p-service-top__inner.l-inner.-pr-zero {
	padding-right: 0 !important;
}

.c-bg.--left .p-service-top__inner.l-inner {
	padding-right: 0;
}

.p-service-top__content {
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: 100%;
	margin-left: auto;
	max-width: min(79.1666666667vw, 71.25rem);
}

.p-service-top__text {
	font-size: clamp(0.9375rem, 1.3888888889vw, 1.25rem);
	line-height: 2.25;
}

.p-service-top__text.wide {
	grid-column: span 2;
	padding-right: 3.75rem;
}

.p-service-top__img {
	border-radius: 0.625rem 0 0 0.625rem;
	margin-top: 0;
}

.p-service-top__img + .p-service-top__text {
	margin-top: 0;
	padding-left: 1.25rem;
}

.c-bg.--left .p-service__inner {
	max-width: calc(67.5rem + 25px + 25px + 3.75rem);
	padding-left: calc(25px + 3.75rem);
	padding-right: 3.75rem;
}

.c-bg.--right .p-service__inner {
	padding-left: calc(25px + 3.75rem);
}

.p-service__wrap {
	align-items: center;
	gap: 1.625rem;
	grid-template-columns: 33.25rem 1fr;
}

.p-service__wrap.--small {
	max-width: 60.375rem;
}

.p-service__img {
	width: 100%;
}

.p-service__img.--sp-right {
	margin-left: 0;
}

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

.p-single {
	padding-top: 1.25rem;
}

.p-single__main {
	margin-inline: auto;
	margin-top: 5.625rem;
	max-width: 51.875rem;
}

.p-single__info {
	gap: 1.75rem;
}

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

.p-single__cat {
	font-size: 0.8125rem;
	min-width: 7.4375rem;
	padding: 0.5rem;
}

.p-single__title {
	line-height: 2.5;
	margin-top: 1.25rem;
}

.p-single__content {
	line-height: 2;
}

.p-single__content h2 {
	font-size: 1.4375rem;
}

.p-single__content h3 {
	font-size: 1.25rem;
}

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

.p-single__content * + *:not(li) {
	margin-top: 1.875rem;
}

.p-single__content * + h2,
.p-single__content * + h3 {
	margin-top: 2.1875rem;
}

.p-single__nav {
	margin-top: 7.625rem;
}

.p-single__link a {
	font-size: 1.25rem;
	gap: 0.625rem;
}

.p-single__link a::before {
	height: 3.125rem;
	width: 3.125rem;
}

.p-subMv {
	padding-top: 8.5rem;
}

.p-subMv::before {
	background-image: url(../images/common/bg_subMv_pc.webp);
}

.p-subMv__inner {
	max-width: unset;
}

.p-subMv__img {
	width: max(71.875rem, 79.8611111111vw);
}

.p-subMv__content {
	left: 50%;
	max-width: 112.5rem;
	transform: translate(-50%, -50%);
}

.p-subMv__en {
	font-size: clamp(3.75rem, 4.1666666667vw, 3.75rem);
}

.p-subMv__ja {
	font-size: clamp(2.5rem, 2.7777777778vw, 3.75rem);
	margin-top: 0.75rem;
}

.p-subMv__ja small {
	display: inline-block;
}

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

.p-subMv__breadcrumb {
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	width: max(71.875rem, 79.8611111111vw);
}

.p-symptoms__inner {
	max-width: calc(67.5rem + 25px + 25px);
}

.p-symptoms__inner::after {
	bottom: 2.25rem;
	height: 42.1875rem;
	right: 0;
	width: min(30.625vw, 27.5625rem);
}

.p-symptoms__block {
	align-items: center;
	display: grid;
	gap: 4.375rem;
	grid-template-columns: 20.1875rem 1fr;
}

.p-symptoms__block + .p-symptoms__block {
	margin-top: 5rem;
}

.p-symptoms__img {
	width: 100%;
}

.p-symptoms__subTitle {
	font-size: 1.4375rem;
	line-height: 1.3043478261;
}

.p-symptoms__text {
	font-size: 1rem;
	line-height: 1.875;
}

.p-system {
	padding-top: 8.125rem;
}

.p-system.--pt-small {
	padding-top: 4.375rem;
}

.p-system__inner {
	max-width: calc(75rem + 25px + 25px);
}

.p-system__inner.--flower::before {
	background: url(../images/common/flower.webp) center center/contain no-repeat;
	bottom: -6.25rem;
	content: "";
	height: 42.1875rem;
	opacity: 0.8;
	position: absolute;
	right: 0rem;
	width: min(30.625vw, 27.5625rem);
}

.p-system.--right .p-system__inner {
	transform: translateX(3.125rem);
}

.p-system.--right .p-system__inner:not(.--wide) {
	max-width: calc(68.75rem + 25px + 25px);
}

.p-system.--right .p-system__inner:not(.--wide) .p-system__lead {
	padding-left: 4rem;
}

.p-system.--left .p-system__inner {
	transform: translateX(-3.125rem);
}

.p-system.--left .p-system__inner:not(.--wide) {
	max-width: calc(68.75rem + 25px + 25px);
	padding-right: 0;
}

.p-system.--left .p-system__inner:not(.--wide) .p-system__lead {
	padding-left: 4rem;
}

.p-system__wrap {
	align-items: flex-start;
	display: grid;
	grid-template-columns: 1fr 43.5%;
}

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

.p-system__title .c-columnTitle.--left {
	left: calc(50% - min(45vw, 600px));
}

.p-system__title .c-columnTitle {
	top: -6.875rem;
}

.p-system__title.--1 .c-columnTitle {
	top: -6rem;
}

.p-system.--pt-small .p-system__title .c-columnTitle {
	top: -4rem;
}

.p-system__lead {
	font-size: 0.9375rem;
	line-height: 2.1333333333;
	min-height: 10rem;
	padding-left: 6rem;
}

.p-system__img {
	margin-top: 4.875rem;
	max-width: 37.5rem;
}

.p-system__img.--small {
	margin-left: 4rem;
	margin-top: 2.375rem;
	max-width: 30rem;
}

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

.p-system__figureTitle {
	font-size: 1.125rem;
	margin-bottom: 2.8125rem;
}

.p-system__figureTitle span {
	font-size: 1.375rem;
	margin-inline: auto;
	max-width: 23.125rem;
	padding-block: 0.71875rem;
}

.p-system__figure img {
	margin-inline: auto;
	max-width: 32.6875rem;
}

.p-system__blocks {
	gap: 2.5rem 3.125rem;
	grid-template-columns: 33.3333% 1fr;
	margin-top: 2.5rem;
}

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

.p-system__img2 {
	grid-row: span 2;
}

.p-system__box {
	margin-top: 5rem;
	max-width: 65rem;
}

.p-system__box.--wide {
	margin-top: 3.4375rem;
	max-width: 100%;
}

.p-system__box::before {
	background: linear-gradient(to bottom, #315498, #122B53);
	bottom: 0.3125rem;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	content: "";
	height: 2.5rem;
	position: absolute;
	right: 0.3125rem;
	width: 2.5rem;
}

.p-system__boxTitle {
	font-size: 1.875rem;
	padding-block: 1.25rem;
	padding-inline: 3.1875rem 1.25rem;
}

.p-system__boxText {
	font-size: 1rem;
	line-height: 1.875;
	padding: 1.5625rem 2.1875rem;
}

.p-system__infoText {
	font-size: 0.9375rem;
	line-height: 2.1333333333;
	max-width: 53.125rem;
	padding-right: 0;
}

.p-system__links {
	gap: 0.875rem;
	margin-top: 5rem;
}

.p-system__link {
	width: calc(33.3333333333% - 0.5833333333rem);
}

.p-system__link a {
	border-width: 0.25rem;
}

.p-system__link a::before {
	bottom: 0.75rem;
	height: 1.5rem;
	right: 0.75rem;
	width: 4.375rem;
}

.p-system__linkText {
	right: 1.25rem;
	top: 1.375rem;
}

.p-team {
	padding-block: 3.9375rem 7.0625rem;
}

.p-team__title .c-columnTitle.--right {
	right: calc(50% - min(38.8888888889vw, 560px));
}

.p-team__logo {
	margin-inline: auto;
	max-width: 33.25rem;
}

.p-team__wrap {
	align-items: center;
	display: grid;
	gap: 3.4375rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.125rem;
}

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

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

.p-topAbout {
	background-image: url(../images/top/bg_about_pc.webp);
	padding-top: 11.25rem;
}

.p-topAbout::before {
	bottom: 14.375rem;
	height: 35.25rem;
	left: -12.6875rem;
	width: 58.875rem;
}

.p-topAbout__title {
	margin-top: 0;
	padding: 0;
}

.p-topAbout__wrap {
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 60% 1fr;
	margin-top: 3rem;
}

.p-topAbout__content {
	margin-top: 0;
	order: -1;
	padding: 0;
}

.p-topAbout__lead span {
	font-size: 1.875rem;
	line-height: 1.5;
}

.p-topAbout__lead span:nth-child(2) {
	margin-left: 0.5em;
}

.p-topAbout__lead small {
	font-size: 0.9375rem;
	letter-spacing: 0.1em;
	margin-top: 1.3125rem;
}

.p-topAbout__text {
	font-size: 0.8rem;
	line-height: 2.1428571429;
	margin-top: 2.5rem;
}

.p-topAbout__text p + p {
	margin-top: 2.0625rem;
}

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

.p-topAbout__gallery {
	margin-left: auto;
	margin-right: calc(0vw - 25px);
	order: initial;
}

.p-topAbout__img1 {
	margin: 0;
	width: 100%;
}

.p-topAbout__img2 {
	right: 0;
	top: 25.625rem;
	width: 20.25rem;
}

.p-topAbout__note {
	bottom: 0;
	font-size: 0.8125rem;
	left: 6.25rem;
}

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

.p-topAbout__slider picture {
	width: 22.5rem;
}

.p-topCase {
	background-image: url(../images/top/bg_case.webp);
	padding-bottom: 8.125rem;
	padding-top: 4.75rem;
}

.p-topCase__slider {
	margin-top: 4.375rem;
	max-width: 100%;
}

.p-topCase__slider .slick-list {
	overflow: hidden;
}

.p-topCase__slider .slide-arrow {
	bottom: -6.25rem;
}

.p-topCase__slider .prev-arrow {
	right: 6.625rem;
}

.p-topCase__case {
	width: auto;
}

.p-topCase__btn {
	margin-left: 0;
	margin-top: 3rem;
}

.p-topClinic {
	background-image: url(../images/top/bg_clinic.webp);
	padding-bottom: 4.875rem;
	padding-top: 6.5625rem;
}

.p-topClinic__title::before {
	background-image: url(../images/top/border_clinic.webp);
	bottom: -5.9375rem;
	height: 5.3125rem;
	width: 75rem;
}

.p-topClinic__links {
	gap: 1.5625rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 4.5rem;
}

.p-topClinic__subtitle {
	margin-top: -2.25rem;
}

.p-topClinic__subtitle .c-title p {
	font-size: 2.9375rem;
}

.p-topClinic__subtitle .c-title h3 {
	font-size: 0.8rem;
}

.p-topMenu {
	background-image: url(../images/top/bg_menu.webp);
	background-position: center top;
	background-size: 100% 32.125rem;
	padding-top: 5.0625rem;
}

.p-topMenu__title .c-title {
	text-align: center;
}

.p-topMenu__blocks {
	align-items: flex-start;
	display: flex;
	gap: 0.875rem;
	justify-content: center;
	margin-top: -2.8125rem;
}

.p-topMenu__block {
	width: calc(20% - 0.7rem);
}

.p-topMenu__block + .p-topMenu__block {
	margin-top: initial;
}

.p-topMenu__block:nth-child(odd) {
	margin-left: initial;
}

.p-topMenu__block + .p-topMenu__block:nth-child(2),
.p-topMenu__block + .p-topMenu__block:nth-child(4) {
	margin-top: 4rem;
}

.p-topMenu__block + .p-topMenu__block:nth-child(3) {
	margin-top: 8rem;
}

.p-topMenu__en {
	font-size: 2.1875rem;
	left: 1.3125rem;
}

.p-topMenu__lists {
	left: 50%;
	right: initial;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-topMenu__list {
	font-size: 0.9rem;
	height: 2.0625rem;
	width: 12.375rem;
}

.p-topMenu__text {
	font-size: 1.31rem;
	gap: 0.375rem;
	margin-top: 1.25rem;
}

.p-topMenu__text::before {
	height: 1.5rem;
	width: 1.25rem;
}

.p-topNews {
	background-image: url(../images/top/bg_news_02.webp);
	background-size: 100% min(51.5vw, 45.0625rem);
	padding-bottom: min(2.7777777778vw, 4.375rem);
	padding-top: min(10.1388888889vw, 9.125rem);
}

.p-topNews__img1 {
	bottom: 0;
	left: 0;
	max-width: 350px;
	position: absolute;
	width: 20.8333333333vw;
}

.p-topNews__img2 {
	bottom: 5.8125rem;
	left: 3.5rem;
	max-width: 450px;
	position: absolute;
	width: 31.25vw;
}

.p-topNews__wrap {
	display: grid;
	grid-template-columns: 1fr min(52.9166666667vw, 47.625rem);
	margin-left: auto;
	margin-top: 0;
	width: min(76.3888888889vw, 68.75rem);
}

.p-topNews__main {
	margin-top: 0;
	max-width: min(52.9166666667vw, 47.625rem);
}

.p-topNews__blocks {
	min-height: 27.8125rem;
}

.p-topNews__btn {
	margin-right: 0;
	margin-top: 2.9375rem;
}

.p-topSystem {
	padding-top: 4.1875rem;
}

.p-topSystem__wrap {
	align-items: flex-start;
	gap: 4.6875rem;
	grid-template-columns: 1fr 32.6875rem;
}

.p-topSystem__content {
	display: block;
}

.p-topSystem__title .c-title {
	text-align: left;
}

.p-topSystem__text {
	font-size: 0.8rem;
	line-height: 2.1428571429;
	margin-top: 2.375rem;
}

.p-topSystem__text p + p {
	margin-top: 2.0625rem;
}

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

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

.p-traffic {
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.p-traffic__inner {
	max-width: calc(68.75rem + 25px + 25px);
	transform: translateX(-1.875rem);
}

.p-traffic__title .c-columnTitle.--left {
	left: 1.875rem;
}

.p-traffic__logo {
	margin-inline: auto;
	max-width: 33.25rem;
}

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

.p-traffic__units {
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-inline: auto;
	margin-top: 9.125rem;
	max-width: 48.25rem;
}

.p-traffic__unit {
	display: grid;
	gap: 0;
	grid-row: span 2;
	grid-template-rows: subgrid;
}

.p-traffic__unitTitle {
	font-size: 1.4375rem;
	line-height: 1.3043478261;
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-traffic__unitText {
	line-height: 2.1333333333;
	text-align: center;
}

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

.p-traffic__map iframe {
	aspect-ratio: 1200/400;
}

.p-treatment.--contact {
	padding-block: 6.25rem;
}

.p-treatment__blocks {
	margin-inline: auto;
	max-width: 61.5625rem;
}

.p-treatment__blocks.--left {
	margin-left: 3.75rem;
}

.p-treatment__block {
	align-items: center;
	display: grid;
	gap: 3.125rem;
	grid-template-columns: 20.1875rem 1fr;
	padding: 1.4375rem;
}

.p-treatment__block + .p-treatment__block {
	margin-top: 2.5rem;
}

.p-treatment__content {
	display: flex;
	flex-direction: column;
	height: -webkit-fill-available;
	margin-top: 1.25rem;
}

.p-treatment__subTitle {
	font-size: 1.4375rem;
}

.p-treatment__text {
	font-size: 1rem;
	line-height: 2.25;
	margin-top: 1.5625rem;
}

.p-treatment__textLink {
	margin-top: auto;
}

.p-treatment__more {
	margin-inline: auto;
	margin-top: 3.375rem;
	max-width: 61.5625rem;
}

.p-treatment__lead {
	font-size: 1.25rem;
	line-height: 2.25;
	margin-bottom: 4.375rem;
	margin-left: 7.5rem;
	width: 100%;
}

.c-bg.--left .p-treatment__lead {
	margin-left: 7.5rem;
}

.p-under {
	padding-block: 5rem;
}

.p-under.--faq {
	padding-top: 5rem;
}

.p-under__inner {
	width: 100%;
}

.c-bg.--left .p-under__main {
	margin-left: auto;
	margin-right: 7.5rem;
	width: 67.5rem;
}

.p-under__subTitle.c-faq {
	font-size: 2rem;
	padding-block: 1.6875rem;
	padding-inline: 1.875rem;
}

.c-bg.--left.--first .p-under__main {
	margin-right: 3.75rem;
}

.c-bg.--right .p-under__main {
	margin-left: 7.5rem;
	width: 67.5rem;
}

.p-under__box {
	max-width: 67.5rem;
}

.p-under__box.--small {
	margin-left: auto;
	max-width: 63.75rem;
}

.p-under__box + .p-under__box {
	margin-top: 2.5rem;
}

.p-under__box::before {
	background: linear-gradient(to bottom, #315498, #122B53);
	bottom: 0.3125rem;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	content: "";
	height: 2.5rem;
	position: absolute;
	right: 0.3125rem;
	width: 2.5rem;
}

.p-under__boxTitle {
	font-size: 1.875rem;
	padding-block: 1.25rem;
	padding-inline: 3.1875rem 1.25rem;
}

.p-under__boxText {
	font-size: 1rem;
	line-height: 1.875;
	padding: 1.5625rem 2.1875rem;
}

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

.p-under__btn.--left {
	margin-left: -3.75rem;
	max-width: 59.75rem;
}

.p-under__main + .p-under__main {
	margin-top: 1.875rem;
}

.u-grid-3 {
	align-items: flex-start;
	gap: 2.8125rem;
	grid-template-columns: repeat(3, 1fr);
}

.u-grid-3 a + a {
	margin-top: 3rem;
}

}

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

.c-news:hover .c-news__row::before {
	right: -0.3125rem;
}

}

@media (min-width: 1301px) {

html {
	font-size: 16px;
}

}

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

.c-bg.--left::after {
	right: calc(50% - 37.5rem - 7.5rem);
}

.c-bg.--right::after {
	left: calc(50% - 37.5rem - 7.5rem);
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

@keyframes rotate {

0% {
	transform: rotate(0);
}

100% {
	transform: rotate(360deg);
}

}


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