@charset "UTF-8";

/* base */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
	--scrollbar: 0;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

html:has(#navi[aria-hidden=false]) {
	overflow: hidden;
}

body {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #5F4A22;
	word-wrap: break-word;
}

a {
	color: inherit;
}

div[id],
section[id],
article[id] {
	scroll-margin-top: 110px;
}

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

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

button,
a {
	cursor: pointer;
}

button:focus-visible,
a:focus-visible {
	outline: auto;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Tools */

.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

.hidden {
	display: none !important;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

.spmenu-only {
	display: none !important;
}

/* font
-------------------------------*/

.fw-500 {
	font-weight: 500;
}

.fw-700 {
	font-weight: 700;
}

/* margin
-------------------------------*/

.mt-sec-xl {
	margin-top: 120px;
}

.mt-sec-lg {
	margin-top: 90px;
}

.mt-sec-md {
	margin-top: 60px;
}

/* padding
-------------------------------*/

.pl-sec {
	padding-left: 50px;
}

.mt-0 {
	margin-top: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mt-45 {
	margin-top: 45px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mt-55 {
	margin-top: 55px !important;
}

.mb-55 {
	margin-bottom: 55px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mt-200 {
	margin-top: 200px !important;
}

.mb-200 {
	margin-bottom: 200px !important;
}

/* padding
-------------------------------*/

.pt-0 {
	padding-top: 0px !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-25 {
	padding-top: 25px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-35 {
	padding-top: 35px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-45 {
	padding-top: 45px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-55 {
	padding-top: 55px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pt-90 {
	padding-top: 90px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pt-200 {
	padding-top: 200px !important;
}

/* gap
-------------------------------*/

.gap-0 {
	gap: 0px;
}

.gap-x-0 {
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}

.gap-y-0 {
	row-gap: 0px;
}

.gap-5 {
	gap: 5px;
}

.gap-x-5 {
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.gap-y-5 {
	row-gap: 5px;
}

.gap-10 {
	gap: 10px;
}

.gap-x-10 {
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.gap-y-10 {
	row-gap: 10px;
}

.gap-15 {
	gap: 15px;
}

.gap-x-15 {
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.gap-y-15 {
	row-gap: 15px;
}

.gap-20 {
	gap: 20px;
}

.gap-x-20 {
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.gap-y-20 {
	row-gap: 20px;
}

.gap-25 {
	gap: 25px;
}

.gap-x-25 {
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}

.gap-y-25 {
	row-gap: 25px;
}

.gap-30 {
	gap: 30px;
}

.gap-x-30 {
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.gap-y-30 {
	row-gap: 30px;
}

.gap-35 {
	gap: 35px;
}

.gap-x-35 {
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px;
}

.gap-y-35 {
	row-gap: 35px;
}

.gap-40 {
	gap: 40px;
}

.gap-x-40 {
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.gap-y-40 {
	row-gap: 40px;
}

.gap-45 {
	gap: 45px;
}

.gap-x-45 {
	-webkit-column-gap: 45px;
	-moz-column-gap: 45px;
	column-gap: 45px;
}

.gap-y-45 {
	row-gap: 45px;
}

.gap-50 {
	gap: 50px;
}

.gap-x-50 {
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}

.gap-y-50 {
	row-gap: 50px;
}

.gap-55 {
	gap: 55px;
}

.gap-x-55 {
	-webkit-column-gap: 55px;
	-moz-column-gap: 55px;
	column-gap: 55px;
}

.gap-y-55 {
	row-gap: 55px;
}

.gap-60 {
	gap: 60px;
}

.gap-x-60 {
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
}

.gap-y-60 {
	row-gap: 60px;
}

.gap-70 {
	gap: 70px;
}

.gap-x-70 {
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
	column-gap: 70px;
}

.gap-y-70 {
	row-gap: 70px;
}

.gap-80 {
	gap: 80px;
}

.gap-x-80 {
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
}

.gap-y-80 {
	row-gap: 80px;
}

.gap-90 {
	gap: 90px;
}

.gap-x-90 {
	-webkit-column-gap: 90px;
	-moz-column-gap: 90px;
	column-gap: 90px;
}

.gap-y-90 {
	row-gap: 90px;
}

.gap-100 {
	gap: 100px;
}

.gap-x-100 {
	-webkit-column-gap: 100px;
	-moz-column-gap: 100px;
	column-gap: 100px;
}

.gap-y-100 {
	row-gap: 100px;
}

.gap-200 {
	gap: 200px;
}

.gap-x-200 {
	-webkit-column-gap: 200px;
	-moz-column-gap: 200px;
	column-gap: 200px;
}

.gap-y-200 {
	row-gap: 200px;
}

/* grid
-------------------------------*/

.grid-1col > *,
.grid-2col > *,
.grid-3col > *,
.grid-4col > * {
	min-width: 0;
}

.grid-1col {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

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

.grid-3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.grid-4col {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.col-grid-wide {
	grid-column: 1/-1;
}

/* Layout */

.l-body {
	width: 100%;
	overflow: clip;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	position: sticky;
	top: 0;
	left: 0;
	padding: 17px 2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	background: #FFF;
	height: 100px;
	-webkit-box-shadow: 0 0 24px rgba(68, 68, 68, 0.08);
	box-shadow: 0 0 24px rgba(68, 68, 68, 0.08);
	z-index: 500;
}

.l-navi__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 26px;
}

.l-wrapper {
	position: relative;
	width: 89.3333%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1220px;
}

.l-wrapper--sm {
	max-width: 1100px;
}

/* Module */

.noscript {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	padding: 1em;
	border: 3px solid red;
}

.noscript span {
	color: red;
}

/*
#styleguide
heading-primary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-primary">見出し２です</p>
```
*/

.heading-primary {
	margin-bottom: 50px;
}

.heading-primary__ja {
	position: relative;
	padding-left: 2.4rem;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.4375;
}

.heading-primary__ja::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 0.1rem;
	background: #5CB531;
}

.heading-primary__ja--white::before {
	background: #FFF;
}

.heading-primary__en {
	display: inline-block;
	background: -webkit-gradient(linear, left top, right top, from(rgba(92, 181, 49, 0.7)), color-stop(58%, rgba(48, 174, 82, 0.7)), to(rgba(7, 167, 112, 0.7)));
	background: linear-gradient(90deg, rgba(92, 181, 49, 0.7) 0%, rgba(48, 174, 82, 0.7) 58%, rgba(7, 167, 112, 0.7) 100%);
	font-weight: 500;
	font-size: 8rem;
	line-height: 1.5;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-transform: translateX(-0.1em);
	transform: translateX(-0.1em);
}

.heading-primary__en--white {
	color: #FFF;
	opacity: 1;
	background: none;
	background-clip: initial;
}

/*
#styleguide
heading-secondary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-secondary">見出し２です</p>
```
*/

.heading-secondary {
	position: relative;
	padding-left: 2rem;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-bottom: 25px;
}

.heading-secondary::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	display: inline-block;
	width: 4px;
	height: calc(1.2em - 6px);
	background: #07A770;
	border-radius: 1px;
}

.heading-secondary--white::before {
	background: #FFF;
}

.heading-secondary--mb-lg {
	margin-bottom: 35px;
}

/*
#styleguide
heading-tertiary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-tertiary">見出し２です</p>
```
*/

.heading-tertiary {
	position: relative;
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.heading-tertiary::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background: #5CB531;
	position: absolute;
	bottom: 0;
	left: 0;
}

.heading-tertiary--mb-lg {
	margin-bottom: 45px;
}

.heading-quaternary {
	position: relative;
	padding-left: 4.6rem;
	font-size: 3.4rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}

.heading-quaternary::before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 1.6rem;
	height: 1.6rem;
	background: #5CB531;
	border-radius: 1px;
}

.heading-quinary {
	display: inline;
	font-size: 3.8rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	color: #FFF;
	line-height: 2.05;
	padding: 0.08em 0.4em;
	background-color: #07A770;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.heading-senary {
	position: relative;
	padding: 0.75rem 5.4rem;
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #FFF;
	z-index: 1;
}

.heading-senary::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: calc(100% - 28px);
	background: #F1F7E7;
	border-radius: 1px;
}

.heading-senary::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#5CB531), color-stop(58%, #30AE52), to(#07A770));
	background: linear-gradient(90deg, #5CB531 0%, #30AE52 58%, #07A770 100%);
	border-radius: 5px;
	opacity: 0.7;
	z-index: -1;
}

.heading-septenary {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #5CB531;
}

.heading-septenary--border {
	padding-bottom: 12px;
	border-bottom: 1px solid #E4E5DB;
}

.heading-octonary {
	position: relative;
	padding-left: 18px;
	margin-bottom: 8px;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

.heading-octonary::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.75em;
	width: 8px;
	height: 8px;
	background: #5CB531;
	border-radius: 50%;
}

.heading-label {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	color: #FFF;
	background: #07A770;
	border-radius: 20px;
	padding: 1px 28px;
	margin-left: 18px;
}

.text-base {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 2;
}

.text-base p:not(:last-child),
.text-base ol:not(:last-child),
.text-base ul:not(:last-child) {
	margin-bottom: 2em;
}

.text-base--ls-sm {
	letter-spacing: 0.05em;
}

.text-sm {
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

.text-sm p:not(:last-child),
.text-sm ol:not(:last-child),
.text-sm ul:not(:last-child) {
	margin-bottom: 2em;
}

.text-note {
	font-size: 1.2rem;
	line-height: 2;
	letter-spacing: 0.1em;
	padding-left: 1.1em;
	text-indent: -1.1em;
}

.text-note--no-indent {
	padding-left: 0;
	text-indent: 0;
}

.text-note--pc-lg {
	font-size: 1.4rem;
	line-height: 2.2857;
}

.buttons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 50px;
	margin-top: 80px;
}

.buttons-wrap--left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

/*
#styleguide
button-primary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-primary">ボタン</a>
	<button type="button" class="button-primary">ボタン</button>
</div>
```
*/

.button-primary {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 8px;
	background: linear-gradient(60deg, #00584B 0%, #00787E 100%);
	width: 100%;
	max-width: 460px;
	border: none;
	padding: 14px 25px 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 5px;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-primary::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 5px;
	height: 5px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
}

.button-primary__icon {
	display: block;
}

.button-primary__icon img {
	display: block;
}

/*
#styleguide
button-secondary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-secondary">ボタン</a>
	<button type="button" class="button-secondary">ボタン</button>
</div>
```
*/

.button-secondary {
	position: relative;
	display: block;
	width: 100%;
	max-width: 460px;
	padding: 16px 28px;
	border-radius: 5px;
	border: 2px solid #5CB531;
	background: #5CB531;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-secondary--white {
	background: #FFF;
	color: #5CB531;
}

.button-secondary--lg {
	max-width: 520px;
}

.button-secondary--sm {
	max-width: 440px;
	padding: 10px 25px;
}

.button-secondary[target=_blank] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
}

.button-secondary[target=_blank]::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	-webkit-mask: url(../img/icon_external.svg) no-repeat center center/contain;
	mask: url(../img/icon_external.svg) no-repeat center center/contain;
	background: currentColor;
}

.button-secondary::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 5px;
	height: 5px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
}

.bg-pale-green {
	background: #FAFCF7;
}

.bg-light-green {
	background: #F1F7E7;
}

.bg-green {
	background: #EBF8F4;
}

.bg-pale-green-gradient {
	background: #F1F7E7;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(241, 247, 231)), to(rgb(231, 247, 243)));
	background: linear-gradient(180deg, rgb(241, 247, 231) 0%, rgb(231, 247, 243) 100%);
}

.bg-pale-green-gradient-2 {
	background: -webkit-gradient(linear, left top, right top, from(#FCFDFA), to(#F1F7E7));
	background: linear-gradient(90deg, #FCFDFA, #F1F7E7);
}

.bg-green-square {
	position: relative;
	background: url(../img/bg_square_pc.svg) no-repeat top center/1920px auto;
}

.bg-green-square::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(20px);
	z-index: 0;
}

.bg-green-square-2 {
	position: relative;
	background: url(../img/bg_square_02.jpg) repeat-y top -30px center/2191px auto;
}

.header-logo {
	max-width: 314px;
	width: 21%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header-logo a {
	display: block;
	width: 100%;
}

.header-logo img {
	display: block;
}

.menu-btn {
	display: none;
}

.gnavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 10px 0;
}

.gnavi__item:not(:last-child) {
	border-right: 1px solid #E4E5DB;
}

.gnavi__item a {
	text-decoration: none;
	letter-spacing: 0.05em;
	padding: 0 14px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.gnavi-btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 204px;
	font-size: 1.6rem;
}

.related {
	padding: 85px 0 70px;
}

.related__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px 55px;
	width: 89.3333%;
	max-width: 1472px;
	margin: 0 auto;
}

.related__head {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.related__heading {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.related__heading span {
	display: block;
	margin-top: 6px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

.related__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 55px;
}

.related__list {
	padding-top: 0.5rem;
}

.related__label {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.333;
	color: #5CB531;
	margin-bottom: 18px;
}

.related__detail--3col {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 33px;
}

.related-link__item--mt {
	margin-top: 30px;
}

.related-link__item--mt-lg {
	margin-top: 40px;
}

.related-link__item:not(:last-child) {
	margin-bottom: 0.68em;
}

.related-link__item a {
	position: relative;
	display: inline-block;
	padding-left: 2.2rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.related-link__item a::before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	border-top: 1px solid #5CB531;
	border-right: 1px solid #5CB531;
}

.related-link__bnr {
	display: block;
	width: 260px;
	border: 1px solid #F2F2F2;
	border-radius: 5px;
	margin-top: 13px;
	overflow: hidden;
}

.related-link__bnr img {
	display: block;
}

.footer-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 35px 0;
	border: 1px solid #E4E5DB;
}

.footer-navi__item {
	position: relative;
}

.footer-navi__item:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 1.4rem;
	background: #E4E5DB;
}

.footer-navi__item a {
	display: block;
	padding: 0 15px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.copyright {
	background: #444444;
	padding: 15px 0;
	color: #FFF;
	text-align: center;
}

.copyright small {
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.scrollin {
	opacity: 0;
	-webkit-transform: translate(0, 20px);
	transform: translate(0, 20px);
}

.scrollin.is-visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.mainvisual {
	width: calc(100% - 100px);
	margin: 40px auto;
}

.mainvisual__images {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.mainvisual__images .swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
	left: 4.3956% !important;
	bottom: 30px !important;
}

.mainvisual__images .swiper-pagination-bullet {
	background: #FFF;
	border-radius: 0;
	width: 48px;
	height: 6px;
	opacity: 1;
	margin: 0 !important;
}

.mainvisual__images .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #00787E;
}

.mainvisual__image {
	height: calc(100vh - 100px - 80px) !important;
	max-height: 740px;
	min-height: 500px;
}

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

.home-section {
	padding: 90px 0;
}

.home-information {
	display: grid;
	grid-template-columns: 1fr 55.7377%;
	grid-template-rows: auto auto;
	gap: 0 clamp(3rem, -10.6666666667rem + 13.3333333333vw, 8rem);
}

.home-information__cta {
	grid-area: 1/1/2/2;
}

.home-information__card {
	grid-area: 1/2/3/3;
}

.home-information__detail {
	grid-area: 2/1/3/2;
}

.home-information__text {
	margin-bottom: 15px;
}

.clinic-info__hours {
	margin-top: 30px;
}

.clinic-info__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 2em;
}

.clinic-info__list:not(:last-of-type) {
	margin-bottom: 0.5em;
}

.clinic-info__list__item {
	line-height: 2;
	letter-spacing: 0.05em;
}

.clinic-info__tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	margin-top: 4px;
	font-weight: 500;
	line-height: 1.5;
	color: #5CB531;
}

.clinic-info__tel--white {
	color: #FFF;
}

.clinic-info__tel__label {
	font-size: 2.4rem;
	letter-spacing: 0.05em;
}

.clinic-info__tel__detail a {
	font-size: 3.6rem;
	letter-spacing: 0.1em;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.clinic-info__note {
	margin-top: 8px;
}

.clinic-info__btns {
	margin-top: 15px;
}

.schedule-card {
	border-radius: 20px;
	-webkit-box-shadow: 0 0 24px rgba(0, 88, 75, 0.08);
	box-shadow: 0 0 24px rgba(0, 88, 75, 0.08);
	background: #FFF;
	padding: 50px clamp(2.5rem, -18.5rem + 17.5vw, 6rem) 57px;
}

.schedule-card__list {
	margin-top: 16px;
}

.schedule-card__list li {
	position: relative;
	padding-left: 1.57em;
	line-height: 1.714;
	letter-spacing: 0.1em;
}

.schedule-card__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;
	display: block;
	width: 0.4286em;
	height: 0.4286em;
	border-radius: 1px;
	background: #07A770;
}

.schedule-card__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 25px;
	margin-top: 8px;
}

.schedule-card__note {
	margin-top: 15px;
}

.schedule-card__icon a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background: #FCFCF9;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.schedule-card__icon img {
	display: block;
}

.schedule-table {
	table-layout: fixed;
	width: 100%;
}

.schedule-table__thead__th {
	padding: 8px 0 14px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.schedule-table__thead__th:first-child {
	font-size: 1.6rem;
}

.schedule-table__thead__th--wide {
	width: 16rem;
}

.schedule-table__thead__th--wide-md {
	width: 12.8rem;
}

.schedule-table__thead__th--p-xs {
	padding: 0 0 8px;
}

.schedule-table__tr {
	border-bottom: 1px solid #E4E5DB;
}

.schedule-table__th {
	padding: 18px 12px 18px 0;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: right;
}

.schedule-table__th--p-xs {
	padding: 14px 0 12px;
}

.schedule-table__td {
	font-size: 1.6rem;
	vertical-align: middle;
	text-align: center;
}

.schedule-table__dot {
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	background: #5CB531;
	border-radius: 50%;
}

.schedule-table__dot--white {
	background: #FFF;
}

.home-news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.home-news__head {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.home-news__main {
	width: 74.3443%;
}

.news-list__item {
	border-bottom: 1px solid #E4E5DB;
}

.news-list__item:first-child a {
	padding-top: 0;
}

.news-list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	padding: 25px 25px 24px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.news-list__item--pd-lg a {
	padding: 30px 25px;
}

.news-list__item--pd-lg:first-child a {
	padding-top: 30px;
}

.news-list__date {
	margin-right: 30px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.news-list__cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 10rem;
	border: 1px solid #5CB531;
	border-radius: 13px;
	padding: 5px 0.8em;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	color: #5CB531;
}

.news-list__title {
	margin-left: 50px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.access-section {
	position: relative;
	background: url(../img/bg_access.jpg) no-repeat top center/cover;
	color: #FFF;
}

.access-section--mt {
	margin-top: 100px;
}

.access-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background: #444444;
	opacity: 0.8;
	z-index: 0;
}

.access-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.access-content__info {
	width: 44.2623%;
	padding-top: 10px;
	padding-right: clamp(3rem, -10.6666666667rem + 13.3333333333vw, 8rem);
}

.access-content__map {
	width: 55.7377%;
}

.access-content__map__inner {
	position: relative;
	width: calc(50vw - 89.7045% + 100%);
	height: 100%;
}

.access-content__map__inner iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.access-content__head {
	margin-bottom: 42px;
}

.access-content__head img {
	display: block;
}

.access-content__address {
	letter-spacing: 0.05em;
	line-height: 1.7143;
	margin-bottom: 30px;
}

.access-content__address span {
	font-size: 1.6rem;
}

.access-schedule {
	margin-top: 30px;
}

.access-schedule__list {
	margin-top: 10px;
}

.access-schedule__list li {
	position: relative;
	padding-left: 1.57em;
	line-height: 1.714;
	letter-spacing: 0.1em;
}

.access-schedule__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;
	display: block;
	width: 0.4286em;
	height: 0.4286em;
	border-radius: 1px;
	background: #FFF;
}

.access-schedule__note {
	margin-top: 15px;
}

.fixed-cta {
	display: none;
}

.fixed-cta__tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%;
	background: #5CB531;
	padding: 5px;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fixed-cta__tel__icon {
	display: inline-block;
	margin-right: 6px;
}

.fixed-cta__tel__icon img {
	display: block;
}

.fixed-cta__tel__label {
	display: inline-block;
	margin-right: 4px;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.fixed-cta__tel__num {
	font-size: 1.6rem;
	line-height: 1.4375;
}

.fixed-cta__reservation {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px;
	background: #00787E;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fixed-cta__reservation__icon {
	display: inline-block;
	margin-right: 6px;
}

.fixed-cta__reservation__icon img {
	display: block;
}

.fixed-cta__reservation__text {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.4375;
	letter-spacing: 0.1em;
}

.home-contents {
	position: relative;
	background: #07A770;
}

.home-contents::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: url(../img/bg_home_contents_pc.jpg) no-repeat center/cover;
	opacity: 0.7;
}

.contents-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px 1.6%;
	margin-bottom: 70px;
}

.contents-list__item {
	background: #FFF;
	border-radius: 10px;
	width: 23.8%;
	min-height: 360px;
}

.contents-list__item a {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 20px 10.3% 75px;
	height: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.contents-list__item a::before {
	position: absolute;
	bottom: 38px;
	right: 10.3%;
	content: "";
	width: 60px;
	height: 10px;
	display: block;
	-webkit-mask: url(../img/arrow_right.svg) no-repeat center center/contain;
	mask: url(../img/arrow_right.svg) no-repeat center center/contain;
	background: currentColor;
}

.contents-list__icon {
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.contents-list__icon img {
	display: block;
	width: 100%;
}

.contents-list__heading {
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	line-height: 1.45;
	margin: 9px -0.5em 0;
}

.contents-list__text {
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 17px;
}

.other-contents {
	position: relative;
	z-index: 1;
	padding: 70px 0 0;
}

.other-contents::before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 100vw;
	height: calc(100% + 90px);
	display: block;
	background: rgba(0, 88, 75, 0.7);
	z-index: -1;
}

.other-contents__text {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
	color: #FFF;
	margin-bottom: 60px;
}

.other-contents__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px 80px;
}

.other-contents__list__item {
	width: 36.1%;
	border-radius: 10px;
}

.other-contents__list__item--light-green {
	background: #B1EA97;
}

.other-contents__list__item--mint-green {
	background: #8CE2C4;
}

.other-contents__list__item a {
	display: block;
	text-decoration: none;
	padding: 50px 20px 45px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.other-contents__list__icon {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}

.other-contents__list__icon img {
	display: block;
	width: 100%;
}

.other-contents__list__text {
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-top: 24px;
	text-align: center;
}

.other-contents__list__text::after {
	content: "";
	width: 1.6em;
	height: 1.6em;
	display: inline-block;
	background: url(../img/arrow_right_02.svg) no-repeat center/0.3em auto, #FFF;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	margin-left: 0.65em;
}

.health-check-list {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 1.6%;
}

.health-check-list__item a {
	-webkit-box-shadow: 0 0 8px rgba(0, 120, 126, 0.08);
	box-shadow: 0 0 8px rgba(0, 120, 126, 0.08);
	background: #FFF;
	border-radius: 10px;
	position: relative;
	display: block;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding: 10px 110px 10px 3.3%;
	height: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.health-check-list__item a::before {
	position: absolute;
	top: 47%;
	right: 6.5%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 60px;
	height: 10px;
	display: block;
	-webkit-mask: url(../img/arrow_right.svg) no-repeat center/contain;
	mask: url(../img/arrow_right.svg) no-repeat center/contain;
	background: currentColor;
}

.health-check-list__icon {
	width: 100px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.health-check-list__icon img {
	display: block;
	width: 100%;
}

.health-check-list__text {
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	line-height: 1.45;
}

.health-check-list__text span {
	display: inline-block;
}

.features-list {
	margin-top: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 106px;
}

.features-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.features-list__image {
	position: relative;
	z-index: 10;
	width: 650px;
	margin-right: -80px;
}

.features-list__image img {
	-webkit-box-shadow: 0 0 24px rgba(0, 119, 101, 0.16);
	box-shadow: 0 0 24px rgba(0, 119, 101, 0.16);
	width: 100%;
	display: block;
	border-radius: 20px;
}

.features-list__number {
	position: absolute;
	top: -74px;
	left: 30px;
	color: #5CB531;
	font-size: 12rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	text-shadow: 3px 2px 0 #f1f7e7;
}

.features-list__content {
	margin-top: 40px;
	background: #fcfdfa;
	background: -webkit-gradient(linear, left top, right top, from(rgb(252, 253, 250)), to(rgb(241, 247, 231)));
	background: linear-gradient(90deg, rgb(252, 253, 250) 0%, rgb(241, 247, 231) 100%);
	border-radius: 20px;
	padding: 49px 55px 55px 141px;
	width: 650px;
	min-height: 400px;
}

.features-list__title {
	color: #31A650;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
}

.features-list__text {
	margin-top: 21px;
}

.page-head {
	position: relative;
	margin-top: 40px;
	height: 340px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0;
}

.page-head__title {
	margin-top: 50px;
	color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 27px;
}

.page-head__title__ja {
	font-size: 4.8rem;
	letter-spacing: 0.05em;
}

.page-head__title__en {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}

.page-head__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: calc(100% - 100px);
	min-width: calc(89.3333% + 50px);
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page-head__bg:after {
	content: "";
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#5F4A22), color-stop(50%, #F2F2F2), to(transparent));
	background: linear-gradient(to right, #5F4A22, #F2F2F2 50%, transparent);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.7;
}

.page-head__bg--burn::after {
	background: -webkit-gradient(linear, left top, right top, from(#6A6A6A), color-stop(50%, #FFFFFF), to(transparent));
	background: linear-gradient(to right, #6A6A6A, #FFFFFF 50%, transparent);
	mix-blend-mode: color-burn;
}

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

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	margin-top: 90px;
}

.pagination .page-numbers {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 5px;
	font-size: 1.6rem;
	background-color: #F1F7E7;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.pagination .page-numbers.current {
	background-color: #5CB531;
	color: #fff;
	cursor: default;
	pointer-events: none;
}

.pagination .page-numbers.dots {
	background: none;
	pointer-events: none;
}

.pagination .prev,
.pagination .next {
	width: auto;
	background: none;
	padding: 0 12px;
}

.pagination .prev::before,
.pagination .next::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 15px;
	background: url(../img/icon_arrow_brown.svg) no-repeat center/contain;
}

.pagination .prev.prev::before,
.pagination .next.prev::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pagination .prev,
.pagination .next {
	text-indent: -9999px;
	overflow: hidden;
}

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

.col-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.image {
	display: block;
	border-radius: 20px;
}

.table-1 {
	table-layout: fixed;
	width: 100%;
	border-top: 1px solid #E4E5DB;
}

.table-1__item {
	border-bottom: 1px solid #E4E5DB;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.table-1__label {
	width: 27.2131%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #F1F7E7;
	padding: 25px 1em;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #5CB531;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.table-1__content {
	width: 100%;
	padding: 25px 8%;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: left;
}

.table-2 {
	width: 100%;
}

.table-2 th,
.table-2 td {
	border-bottom: 1px solid #E4E5DB;
}

.table-2 th:not(:last-child),
.table-2 td:not(:last-child) {
	border-right: 1px solid #E4E5DB;
}

.table-2 thead th {
	background: #f1f7e7;
	padding: 27px 0.5em;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.5714;
	letter-spacing: 0.1em;
	color: #5CB531;
	vertical-align: middle;
}

.table-2 tbody th,
.table-2 tbody td {
	vertical-align: middle;
	height: 80px;
}

.table-2 tbody th {
	padding: 23px 2% 25px 4%;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.33333;
	letter-spacing: 0.1em;
}

.table-2 tbody td {
	padding: 23px 10px;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

.table-2--course th:nth-child(1),
.table-2--course td:nth-child(1) {
	width: 27.2%;
}

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

.table-2--course th:nth-child(3),
.table-2--course td:nth-child(3) {
	width: 57.3%;
}

.table-2--course td:nth-child(3) {
	padding: 23px 2.8%;
}

.table-2--schedule {
	table-layout: fixed;
}

.table-2--schedule th:nth-child(1),
.table-2--schedule td:nth-child(1) {
	width: 19.6721%;
}

.table-2--schedule td:not(:last-child) {
	border-right: none;
}

.table-2--schedule tbody th {
	padding: 7px 0.5em;
}

.table-2--schedule tbody th:not(:last-child) {
	border-right: none;
}

.table-2--schedule tbody td {
	padding: 7px 0.5em;
}

.table-2__list span {
	display: inline-block;
}

.table-of-contents {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px 40px;
}

.table-of-contents__item a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	min-height: 60px;
	padding: 14px 16%;
	border: 1px solid #5F4A22;
	border-radius: 10px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-decoration: none;
	-webkit-box-shadow: 0 0 6px #CCCCCC;
	box-shadow: 0 0 6px #CCCCCC;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.table-of-contents__item a::after {
	content: "";
	position: absolute;
	right: 10.8%;
	top: 48%;
	width: 6px;
	height: 6px;
	border-right: 2px solid #5F4A22;
	border-bottom: 2px solid #5F4A22;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.box {
	border-radius: 20px;
	padding: 40px 55px 40px 60px;
}

.box-lg {
	border-radius: 20px;
	padding: 80px 100px;
}

.line-green {
	border: 1px solid #5CB531;
}

.text-green {
	color: #5CB531;
}

.text-green-grad {
	position: relative;
	background: -webkit-gradient(linear, left top, right top, from(rgba(92, 181, 49, 0.7)), color-stop(58%, rgba(48, 174, 82, 0.7)), to(rgba(7, 167, 112, 0.7)));
	background: linear-gradient(90deg, rgba(92, 181, 49, 0.7) 0%, rgba(48, 174, 82, 0.7) 58%, rgba(7, 167, 112, 0.7) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	display: inline-block;
}

.list-1 li {
	position: relative;
	padding-left: 18px;
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: 0.1em;
}

.list-1 li.nowrap {
	white-space: nowrap;
}

.list-1 li:not(:last-child) {
	margin-bottom: 16px;
}

.list-1 li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 8px;
	height: 8px;
	background: #5CB531;
	border-radius: 50%;
}

.list-1--sm li {
	font-size: 1.4rem;
}

.list-1--sm li:not(:last-child) {
	margin-bottom: 20px;
}

.list-1--nogap li {
	line-height: 2;
}

.list-1--nogap li:not(:last-child) {
	margin-bottom: 0;
}

.list-1--nogap li::before {
	top: 0.75em;
}

.list-1--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 14px 69px;
}

.list-1--2col::before,
.list-1--2col::after {
	content: "";
	display: table;
}

.list-1--2col::after {
	clear: both;
}

.list-1--2col li {
	width: 50%;
}

.list-1--2col li:nth-child(odd) {
	float: left;
	padding-right: 30px;
}

.list-1--2col li:nth-child(even) {
	float: right;
}

.list-1--2col li:last-child {
	float: left;
}

.list-1--grid-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 15px;
}

.list-1--3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 15px;
}

.list-1--mb-sm li:not(:last-child) {
	margin-bottom: 6px;
}

.list-2 {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 2;
}

.list-2 li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.image-text-2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
}

.image-text-2col__image {
	width: 42.623%;
}

.image-text-2col__image img {
	display: block;
}

.image-text-2col__image video {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	aspect-ratio: 192/108;
}

.image-text-2col__image figcaption {
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 12px;
	padding: 0 1.5em;
}

.image-text-2col__main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.image-text-2col__head {
	font-weight: 500;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #5CB531;
	margin-bottom: 25px;
}

.image-text-2col-overlap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.image-text-2col-overlap__image-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.image-text-2col-overlap__image {
	position: relative;
	left: 100%;
	-webkit-transform: translateX(calc(-100% + 60px));
	transform: translateX(calc(-100% + 60px));
	width: calc(50vw - 50% + 48.3607% + 60px);
	height: 620px;
	border-radius: 0 20px 20px 0;
	overflow: hidden;
	z-index: -1;
}

.image-text-2col-overlap__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.image-text-2col-overlap__main {
	padding-top: 70px;
	width: 51.6393%;
}

.image-text-2col-overlap__lead {
	display: inline;
	padding: 0.1em 0.4em;
	background-color: rgba(7, 167, 112, 0.8);
	font-weight: 500;
	font-size: clamp(3rem, 0.8212765957rem + 2.1276595745vw, 3.8rem);
	line-height: 2.12;
	letter-spacing: 0.075em;
	color: #FFF;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.image-text-2col-overlap__text {
	margin-top: 56px;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	line-height: 2;
}

.wide-image-text-2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wide-image-text-2col--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.wide-image-text-2col__image-wrap {
	width: 48.3607%;
}

.wide-image-text-2col__image {
	position: relative;
	left: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	width: calc(50vw - 50% + 48.3607%);
	height: 620px;
	border-radius: 0 20px 20px 0;
	-webkit-box-shadow: 0 0 24px rgba(0, 119, 102, 0.16);
	box-shadow: 0 0 24px rgba(0, 119, 102, 0.16);
	overflow: hidden;
}

.wide-image-text-2col__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	-o-object-position: right;
	object-position: right;
}

.wide-image-text-2col--reverse .wide-image-text-2col__image {
	left: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	border-radius: 20px 0 0 20px;
}

.wide-image-text-2col--reverse .wide-image-text-2col__image img {
	-o-object-position: left;
	object-position: left;
}

.wide-image-text-2col__main {
	padding: 30px 0 0;
	width: 45.082%;
}

.wide-image-text-2col__heading {
	font-weight: 700;
	font-size: 4rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	background: -webkit-gradient(linear, left top, right top, from(rgba(92, 181, 49, 0.7)), color-stop(58%, rgba(48, 174, 82, 0.7)), to(rgba(7, 167, 112, 0.7)));
	background: linear-gradient(90deg, rgba(92, 181, 49, 0.7) 0%, rgba(48, 174, 82, 0.7) 58%, rgba(7, 167, 112, 0.7) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin-bottom: 18px;
}

.wide-image-text-2col__lead {
	font-weight: 500;
	font-size: 3rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 28px;
}

.wide-image-text-2col__label {
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 16px;
}

.glossary {
	padding: 40px 4.9%;
	border-bottom: 1px solid #E4E5DB;
}

.profile-col {
	display: grid;
	grid-template-columns: 3fr 2fr;
}

.youtube {
	aspect-ratio: 16/9;
}

.youtube iframe {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.btn-accordion::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background: #5CB531;
}

.btn-accordion button {
	position: relative;
	display: block;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	text-align: left;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding-bottom: 20px;
	padding-right: 50px;
}

.btn-accordion button::after {
	content: "";
	position: absolute;
	top: calc((100% - 20px) / 2);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 25px;
	width: 2rem;
	height: 2rem;
	background: url(../img/icon_cross.svg) no-repeat center center/contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.btn-accordion button.is-open::after {
	-webkit-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}

.btn-accordion button:focus-visible {
	outline: auto;
}

.page-lead__heading {
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 28px;
}

.page-lead__text {
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 2.4;
}

.separator {
	margin: 90px 0 0;
	border: none;
	border-top: 1px solid #E4E5DB;
}

.about-doctor {
	position: relative;
	padding-bottom: 20px;
}

.about-doctor__photo {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 520px;
}

.about-doctor__photo img {
	display: block;
	border-radius: 20px;
}

.about-doctor__photo figcaption {
	padding-right: 8%;
	margin-top: 18px;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: right;
}

.about-doctor__photo rt {
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 2px;
}

.about-doctor__copy {
	font-weight: 500;
	font-size: 3.8rem;
	line-height: 1.8947;
	letter-spacing: 0.075em;
	margin-bottom: 35px;
}

.about-doctor__text {
	width: calc(100% - 520px - 4.918%);
}

.medical-department {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
}

.medical-department__symbol {
	position: relative;
	padding-top: 20px;
}

.medical-department__label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.medical-department__number {
	display: block;
	font-weight: 500;
	font-size: 4rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-shadow: -4px -4px 0 #fff, 0px -4px 0 #fff, 4px -4px 0 #fff, -4px 0px 0 #fff, 4px 0px 0 #fff, -4px 4px 0 #fff, 0px 4px 0 #fff, 2px 2px 0 #fff;
}

.medical-department__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 220px;
	height: 220px;
	border: 1px solid #5CB531;
	border-radius: 50%;
}

.medical-department__icon img {
	display: block;
}

.medical-department__main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.medical-department__heading {
	display: inline-block;
	background: -webkit-gradient(linear, left top, right top, from(rgba(92, 181, 49, 0.7)), color-stop(58%, rgba(48, 174, 82, 0.7)), to(rgba(7, 167, 112, 0.7)));
	background: linear-gradient(90deg, rgba(92, 181, 49, 0.7) 0%, rgba(48, 174, 82, 0.7) 58%, rgba(7, 167, 112, 0.7) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 4rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: transparent;
}

.medical-department__lead {
	margin-bottom: 14px;
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.medical-department__text {
	width: 100%;
}

.treatment-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	min-height: 90px;
	padding: 0 0 26px 50px;
	border-bottom: 1px solid #E4E5DB;
}

.treatment-menu:not(:last-of-type) {
	margin-bottom: 27px;
}

.treatment-menu__term {
	width: 26.5%;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.3333;
	letter-spacing: 0.1em;
}

.treatment-menu__term span:not([class]) {
	position: relative;
	top: -0.5em;
	font-size: 70%;
}

.treatment-menu__sub-term {
	display: block;
	margin-top: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #5CB531;
}

.treatment-menu__detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.treatment-menu__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 4px;
	max-width: 21rem;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.treatment-menu__label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.treatment-menu__supplement {
	margin-top: 18px;
	font-size: 1.4rem;
	line-height: 1.7143;
	letter-spacing: 0.1em;
}

.treatment-menu__explanation {
	font-size: 1.4rem;
	line-height: 1.7143;
	letter-spacing: 0.1em;
}

.treatment-menu__explanation:not(:first-child) {
	margin-top: 18px;
}

.treatment-menu__explanation p:not(:last-child) {
	margin-bottom: 1.7143em;
}

.reception-hours {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: clamp(3rem, 0.0285714286rem + 2.9017857143vw, 5.6rem);
}

.reception-hours__card {
	width: 55.7377%;
}

.reception-hours__detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flow-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 40px;
	background: -webkit-gradient(linear, left top, right top, from(#FCFDFA), to(#F1F7E7));
	background: linear-gradient(90deg, #FCFDFA 0%, #F1F7E7 100%);
	border-radius: 20px;
	padding: 30px;
}

.flow-list__item:not(:last-child) {
	margin-bottom: 30px;
}

.flow-list__image {
	width: 32.7586%;
	border-radius: 20px;
	overflow: hidden;
}

.flow-list__image img {
	display: block;
}

.flow-list__main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flow-list__label {
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #5CB531;
}

.flow-list__num {
	font-size: 2.4rem;
}

.flow-list__heading {
	font-weight: 500;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #5CB531;
	margin-bottom: 20px;
}

.article-head {
	margin-bottom: 33px;
}

.article-head__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.article-head__date {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.article-head__cat {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 10rem;
	border: 1px solid #5CB531;
	border-radius: 13px;
	padding: 5px 0.8em;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	color: #5CB531;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.article-head__title {
	margin-top: 24px;
	font-size: 2.8rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding-bottom: 26px;
	border-bottom: 4px solid #5CB531;
}

.wp-content {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 2;
}

.wp-content > *:first-child {
	margin-top: 0;
}

.wp-content > figure:not(:last-child),
.wp-content p:not(:last-child) {
	margin-bottom: 2em;
}

.wp-content ol:not(:first-child),
.wp-content ul:not(:first-child) {
	margin-top: 2em;
}

.wp-content ol:not(:last-child),
.wp-content ul:not(:last-child) {
	margin-bottom: 2em;
}

.wp-content img {
	border-radius: 12px;
	display: block;
}

.wp-content h2:not(:first-child),
.wp-content h3:not(:first-child),
.wp-content h4:not(:first-child),
.wp-content h5:not(:first-child),
.wp-content h6:not(:first-child) {
	margin-top: 2.1em;
}

.wp-content h2 {
	position: relative;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.wp-content h2::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background: #5CB531;
	position: absolute;
	bottom: 0;
	left: 0;
}

.wp-content h3 {
	position: relative;
	padding-left: 2rem;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-bottom: 30px;
}

.wp-content h3::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	display: inline-block;
	width: 4px;
	height: calc(1.2em - 6px);
	background: #07A770;
	border-radius: 1px;
}

.wp-content h4,
.wp-content h5,
.wp-content h6 {
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	line-height: 1.65;
	margin: 40px 0 16px;
}

.wp-content a:not([class]) {
	text-decoration: underline;
}

.wp-content strong {
	font-weight: 700;
}

.wp-content em {
	font-style: italic;
}

.wp-content ul,
.wp-content ol {
	padding: 5px 0;
}

.wp-content ul.wp-block-list li {
	padding-left: 1.6rem;
	text-indent: -1.6rem;
}

.wp-content ul.wp-block-list li:not(:last-child) {
	margin-bottom: 4px;
}

.wp-content ul.wp-block-list li::before {
	content: "";
	display: inline-block;
	width: 0.8rem;
	height: 0.8rem;
	margin: 0 0.8rem 0.2rem 0;
	border-radius: 50%;
	background: #5CB531;
}

.wp-content ul.wp-block-list ul {
	margin-top: 15px;
}

.wp-content ol.wp-block-list {
	counter-reset: item;
}

.wp-content ol.wp-block-list li {
	position: relative;
	padding-left: 3rem;
}

.wp-content ol.wp-block-list li:before {
	counter-increment: item;
	content: counter(item) ".";
	width: 3rem;
	display: inline-block;
	margin-left: -3rem;
}

.wp-content ol.wp-block-list ol {
	margin-top: 15px;
}

.wp-content blockquote {
	display: block;
	padding: 20px 24px;
	border-left: 1px solid currentColor;
	background: rgba(255, 255, 255, 0.2);
	margin: 28px 0 28px 20px;
	font-size: 1.4rem;
}

.wp-content blockquote p {
	line-height: 1.75;
	color: rgba(23, 42, 136, 0.6);
}

.wp-content figure {
	width: 100%;
}

.wp-content figcaption {
	margin-top: 8px;
	font-size: 1.4rem;
}

.wp-content .wp-block-buttons {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
}

.wp-content .wp-block-button {
	max-width: 100%;
	width: 460px;
}

.wp-content .wp-block-button__link {
	position: relative;
	display: block;
	width: 100%;
	padding: 16px 25px;
	border-radius: 5px;
	border: 2px solid #5CB531;
	background: #5CB531;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.wp-content .wp-block-button__link--white {
	background: #FFF;
	color: #5CB531;
}

.wp-content .wp-block-button__link--lg {
	max-width: 520px;
}

.wp-content .wp-block-button__link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 5px;
	height: 5px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
}

.faq:not(:last-child) {
	margin-bottom: 35px;
}

.faq__question button {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	background: #f1f7e7;
	border: none;
	width: 100%;
	padding: 0;
	border-radius: 10px;
	text-align: left;
}

.faq__question button::before,
.faq__question button::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	width: 18px;
	height: 2px;
	background-color: #5CB531;
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.faq__question button::before {
	-webkit-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
}

.faq__question button::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.faq__question button[aria-expanded=true]::before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.faq__question button[aria-expanded=true]::after {
	-webkit-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}

.faq__question__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	background: #5CB531;
	width: 80px;
	padding: 19px 10px 19px;
	border-radius: 10px 0 0 10px;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.faq__question__icon small {
	font-size: 2.1rem;
}

.faq__question__text {
	padding: 14px 60px 14px 20px;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.7778;
}

.faq__answer {
	padding: 25px 80px 0 100px;
}

.access-info {
	display: grid;
	grid-template-columns: 1.15fr 1fr 1fr;
}

.access-info__item {
	position: relative;
	padding: 0 clamp(24px, 3vw, 60px);
}

.access-info__item:not(:nth-child(3n))::after {
	content: "";
	background: #E4E5DB;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.access-info__item:nth-child(3n-2) {
	padding-left: 0;
}

.access-info__item:nth-child(3n) {
	padding-right: 0;
}

.access-info__text {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 2;
}

.googlemap iframe {
	width: 100%;
	height: 750px;
	border-radius: 20px;
}

.access-detail {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 40px;
}

.access-detail__item {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.6667;
}

.access-detail__image img {
	border-radius: 20px;
	display: block;
}

.access-detail__text {
	margin-top: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px 0 8px;
}

.access-detail__number {
	color: #5CB531;
	font: 500 2.4rem "M PLUS Rounded 1c", sans-serif;
	margin-top: -5px;
	margin-right: 16px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.future-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 40px 20px;
	counter-reset: listnum;
	list-style: none;
}

.future-list__item {
	position: relative;
	border: 1px solid #5CB531;
	border-radius: 10px;
	width: calc((100% - 60px) / 4);
	margin-top: 40px;
	padding: 43px 25px 23px;
}

.future-list__num {
	position: absolute;
	top: -40px;
	left: 24px;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
}

.future-list__num span {
	position: relative;
	display: block;
	font-size: 4rem;
	z-index: 1;
	margin-top: 12px;
}

.future-list__num span::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	counter-increment: listnum;
	content: counter(listnum, decimal-leading-zero);
	-webkit-text-stroke-width: 8px;
	-webkit-text-stroke-color: #FFF;
	z-index: -1;
	background: #FFF;
}

.future-list__heading {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 18px;
}

.flow-list-2 {
	padding: 30px 30px 55px;
}

.flow-list-2__item:not(:last-child) {
	margin-bottom: 80px;
}

.flow-list-2__image {
	aspect-ratio: 50/26;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 25px;
}

.flow-list-2__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.flow-list-2__main {
	padding: 0 20px;
}

.flow-list-2__label {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #5CB531;
	margin-bottom: 9px;
}

.flow-list-2__label span {
	font-size: 2.4rem;
}

.flow-list-2__heading {
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.3;
	margin-bottom: 20px;
	color: #5CB531;
}

.inspection-flow {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 8.2%;
}

.inspection-flow__item {
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #09A770;
}

.inspection-flow__heading {
	background: #07A770;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: center;
	padding: 25px 10px;
}

.partner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.partner__bnr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 25px;
	border-radius: 5px;
	border: 1px solid #E4E5DB;
	width: 100%;
	max-width: 520px;
	padding: 24px;
	margin-top: 15px;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.partner__bnr__logo {
	width: 87px;
}

.partner__bnr__logo img {
	display: block;
}

.partner__bnr__text {
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.doctors-comment {
	display: grid;
	grid-template-columns: 1fr 42.623%;
	grid-template-rows: auto auto;
	gap: 0 80px;
}

.doctors-comment__image {
	grid-area: 1/2/3/3;
	max-width: 520px;
	margin: 0 auto;
}

.doctors-comment__image img {
	display: block;
}

.doctors-comment__position {
	grid-area: 2/1/3/2;
	margin-top: 20px;
	line-height: 1.5;
	text-align: right;
}

.doctors-comment__position__sub {
	display: inline-block;
	margin-right: 24px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}

.doctors-comment__position__main {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}

.doctors-comment__text {
	grid-area: 1/1/2/2;
	margin-top: 15px;
}

.treatment-2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
}

.treatment-2col__main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.treatment-2col__schedule {
	width: 51.9%;
}

.treatment-2col__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4.5%;
}

.treatment-2col__label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #07A770;
	border-radius: 20px;
	padding: 1px 30px;
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #FFF;
}

.treatment-2col__detail {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.treatment-2col__dot-text {
	position: relative;
	padding-left: 1.57em;
	line-height: 1.714;
	letter-spacing: 0.1em;
}

.treatment-2col__dot-text::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;
	display: block;
	width: 0.4286em;
	height: 0.4286em;
	border-radius: 1px;
	background: #07A770;
}

/*
#styleguide
タブ
```
<div class="js-accordion">
	<button type="button" aria-expanded="false" aria-controls="【コンテンツとボタンを紐付けするid名】" class="js-accordion-btn">トリガーボタンテキスト <img src="img/icon_arrow_red.svg" alt="開く" class="js-accordion-icon"></button>
	<div id="【コンテンツとボタンを紐付けするid名】" class="js-accordion-content" aria-hidden="true">
		ここが開閉により表示が変わるテキストです。
	</div>
</div>
```
*/

.js-accordion-content {
	display: none;
}

/**
 * Swiper 12.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 18, 2025
 */

:root {
	--swiper-theme-color: #007aff; /*
		--swiper-preloader-color: var(--swiper-theme-color);
		--swiper-wrapper-transition-timing-function: initial;
		*/
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

/* Slide styles end */

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px; /*
		--swiper-navigation-top-offset: 50%;
		--swiper-navigation-sides-offset: 4px;
		--swiper-navigation-color: var(--swiper-theme-color);
		*/
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	width: var(--swiper-navigation-size);
	height: var(--swiper-navigation-size);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform-origin: center;
	transform-origin: center;
	fill: currentColor;
	pointer-events: none;
}

.swiper-button-lock {
	display: none;
}

.swiper-button-prev,
.swiper-button-next {
	top: var(--swiper-navigation-top-offset, 50%);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, 4px);
	right: auto;
}

.swiper-button-prev .swiper-navigation-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-button-next {
	right: var(--swiper-navigation-sides-offset, 4px);
	left: auto;
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next {
	top: var(--swiper-navigation-top-offset, 50%);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	margin-left: 0;
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal.swiper-rtl .swiper-button-next,
.swiper-horizontal.swiper-rtl ~ .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 4px);
	right: auto;
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal.swiper-rtl .swiper-button-prev,
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 4px);
	left: auto;
}

.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next {
	left: var(--swiper-navigation-top-offset, 50%);
	right: auto;
	margin-left: calc(0px - var(--swiper-navigation-size) / 2);
	margin-top: 0;
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
	top: var(--swiper-navigation-sides-offset, 4px);
	bottom: auto;
}

.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
	bottom: var(--swiper-navigation-sides-offset, 4px);
	top: auto;
}

.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

:root { /*
		--swiper-pagination-color: var(--swiper-theme-color);
		--swiper-pagination-left: auto;
		--swiper-pagination-right: 8px;
		--swiper-pagination-bottom: 8px;
		--swiper-pagination-top: auto;
		--swiper-pagination-fraction-color: inherit;
		--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
		--swiper-pagination-progressbar-size: 4px;
		--swiper-pagination-bullet-size: 8px;
		--swiper-pagination-bullet-width: 8px;
		--swiper-pagination-bullet-height: 8px;
		--swiper-pagination-bullet-border-radius: 50%;
		--swiper-pagination-bullet-inactive-color: #000;
		--swiper-pagination-bullet-inactive-opacity: 0.2;
		--swiper-pagination-bullet-opacity: 1;
		--swiper-pagination-bullet-horizontal-gap: 4px;
		--swiper-pagination-bullet-vertical-gap: 6px;
		*/
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button .swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

:root { /*
		--swiper-scrollbar-border-radius: 10px;
		--swiper-scrollbar-top: auto;
		--swiper-scrollbar-bottom: 4px;
		--swiper-scrollbar-left: auto;
		--swiper-scrollbar-right: 4px;
		--swiper-scrollbar-sides-offset: 1%;
		--swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
		--swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
		--swiper-scrollbar-size: 4px;
		*/
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

/* Zoom container styles start */

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

/* Zoom container styles end */

.swiper-slide-zoomed {
	cursor: move;
	-ms-touch-action: none;
	touch-action: none;
}

/* a11y */

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-thumbs .swiper-slide-thumb-active { /* Styles for active thumb slide */
}

.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

/* Cube slide shadows start */

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Cube slide shadows end */

.swiper.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

/* Flip slide shadows start */

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Flip slide shadows end */

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-property: opacity, height, -webkit-transform;
	transition-property: opacity, height, -webkit-transform;
	transition-property: transform, opacity, height;
	transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

@media (hover: hover) {

.button-primary:hover {
	opacity: 0.6;
}

.button-secondary:hover {
	opacity: 0.6;
}

.gnavi__item a:hover {
	opacity: 0.6;
}

.related-link__item a:hover {
	opacity: 0.6;
}

.footer-navi__item a:hover {
	opacity: 0.6;
}

.clinic-info__tel__detail a:hover {
	opacity: 0.6;
}

.schedule-card__icon a:hover {
	opacity: 0.6;
}

.news-list__item a:hover {
	opacity: 0.6;
}

.fixed-cta__tel:hover {
	opacity: 0.6;
}

.fixed-cta__reservation:hover {
	opacity: 0.6;
}

.contents-list__item a:hover {
	color: #5CB531;
}

.contents-list__item a:hover .contents-list__icon {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.other-contents__list__item a:hover {
	opacity: 0.6;
}

.health-check-list__item a:hover {
	color: #5CB531;
}

.health-check-list__item a:hover .health-check-list__icon {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.pagination .page-numbers:hover {
	opacity: 0.6;
}

.table-of-contents__item a:hover {
	opacity: 0.6;
}

.article-head__cat:hover {
	opacity: 0.6;
}

.wp-content .wp-block-button__link:hover {
	opacity: 0.6;
}

.partner__bnr:hover {
	opacity: 0.6;
}

}

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

.text-pc-left { /* pc */
	text-align: left;
}

.text-pc-center { /* pc */
	text-align: center;
}

.text-pc-right { /* pc */
	text-align: right;
}

/* pc */

.gap-pc-0 {
	gap: 0px;
}

.gap-pc-x-0 {
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}

.gap-pc-y-0 {
	row-gap: 0px;
}

/* pc */

.gap-pc-5 {
	gap: 5px;
}

.gap-pc-x-5 {
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.gap-pc-y-5 {
	row-gap: 5px;
}

/* pc */

.gap-pc-10 {
	gap: 10px;
}

.gap-pc-x-10 {
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.gap-pc-y-10 {
	row-gap: 10px;
}

/* pc */

.gap-pc-15 {
	gap: 15px;
}

.gap-pc-x-15 {
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.gap-pc-y-15 {
	row-gap: 15px;
}

/* pc */

.gap-pc-20 {
	gap: 20px;
}

.gap-pc-x-20 {
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.gap-pc-y-20 {
	row-gap: 20px;
}

/* pc */

.gap-pc-25 {
	gap: 25px;
}

.gap-pc-x-25 {
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}

.gap-pc-y-25 {
	row-gap: 25px;
}

/* pc */

.gap-pc-30 {
	gap: 30px;
}

.gap-pc-x-30 {
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.gap-pc-y-30 {
	row-gap: 30px;
}

/* pc */

.gap-pc-35 {
	gap: 35px;
}

.gap-pc-x-35 {
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px;
}

.gap-pc-y-35 {
	row-gap: 35px;
}

/* pc */

.gap-pc-40 {
	gap: 40px;
}

.gap-pc-x-40 {
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.gap-pc-y-40 {
	row-gap: 40px;
}

/* pc */

.gap-pc-45 {
	gap: 45px;
}

.gap-pc-x-45 {
	-webkit-column-gap: 45px;
	-moz-column-gap: 45px;
	column-gap: 45px;
}

.gap-pc-y-45 {
	row-gap: 45px;
}

/* pc */

.gap-pc-50 {
	gap: 50px;
}

.gap-pc-x-50 {
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}

.gap-pc-y-50 {
	row-gap: 50px;
}

/* pc */

.gap-pc-55 {
	gap: 55px;
}

.gap-pc-x-55 {
	-webkit-column-gap: 55px;
	-moz-column-gap: 55px;
	column-gap: 55px;
}

.gap-pc-y-55 {
	row-gap: 55px;
}

/* pc */

.gap-pc-60 {
	gap: 60px;
}

.gap-pc-x-60 {
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
}

.gap-pc-y-60 {
	row-gap: 60px;
}

/* pc */

.gap-pc-70 {
	gap: 70px;
}

.gap-pc-x-70 {
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
	column-gap: 70px;
}

.gap-pc-y-70 {
	row-gap: 70px;
}

/* pc */

.gap-pc-80 {
	gap: 80px;
}

.gap-pc-x-80 {
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
}

.gap-pc-y-80 {
	row-gap: 80px;
}

/* pc */

.gap-pc-90 {
	gap: 90px;
}

.gap-pc-x-90 {
	-webkit-column-gap: 90px;
	-moz-column-gap: 90px;
	column-gap: 90px;
}

.gap-pc-y-90 {
	row-gap: 90px;
}

/* pc */

.gap-pc-100 {
	gap: 100px;
}

.gap-pc-x-100 {
	-webkit-column-gap: 100px;
	-moz-column-gap: 100px;
	column-gap: 100px;
}

.gap-pc-y-100 {
	row-gap: 100px;
}

/* pc */

.gap-pc-200 {
	gap: 200px;
}

.gap-pc-x-200 {
	-webkit-column-gap: 200px;
	-moz-column-gap: 200px;
	column-gap: 200px;
}

.gap-pc-y-200 {
	row-gap: 200px;
}

.gnavi-btn .button-primary { /* pc */
	font-size: 1.6rem;
	gap: 5px;
	padding: 14px 25px 14px 8px;
}

.features-list__item:nth-child(even) { /* pc */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.features-list__item:nth-child(even) .features-list__image {
	margin-right: auto;
	margin-left: -80px;
}

.features-list__item:nth-child(even) .features-list__number {
	left: auto;
	top: -77px;
	right: 24px;
}

.features-list__item:nth-child(even) .features-list__content {
	padding: 49px 140px 55px 60px;
}

.wp-content a:not([class]) { /* pc */
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.wp-content a:not([class]):hover {
	text-decoration: none;
	opacity: 0.6;
}

}

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

.spmenu-only { /* tab */
	display: block !important;
}

/* tab */

.gap-tab-0 {
	gap: 0px;
}

.gap-tab-x-0 {
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}

.gap-tab-y-0 {
	row-gap: 0px;
}

/* tab */

.gap-tab-5 {
	gap: 5px;
}

.gap-tab-x-5 {
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.gap-tab-y-5 {
	row-gap: 5px;
}

/* tab */

.gap-tab-10 {
	gap: 10px;
}

.gap-tab-x-10 {
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.gap-tab-y-10 {
	row-gap: 10px;
}

/* tab */

.gap-tab-15 {
	gap: 15px;
}

.gap-tab-x-15 {
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.gap-tab-y-15 {
	row-gap: 15px;
}

/* tab */

.gap-tab-20 {
	gap: 20px;
}

.gap-tab-x-20 {
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.gap-tab-y-20 {
	row-gap: 20px;
}

/* tab */

.gap-tab-25 {
	gap: 25px;
}

.gap-tab-x-25 {
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}

.gap-tab-y-25 {
	row-gap: 25px;
}

/* tab */

.gap-tab-30 {
	gap: 30px;
}

.gap-tab-x-30 {
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.gap-tab-y-30 {
	row-gap: 30px;
}

/* tab */

.gap-tab-35 {
	gap: 35px;
}

.gap-tab-x-35 {
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px;
}

.gap-tab-y-35 {
	row-gap: 35px;
}

/* tab */

.gap-tab-40 {
	gap: 40px;
}

.gap-tab-x-40 {
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.gap-tab-y-40 {
	row-gap: 40px;
}

/* tab */

.gap-tab-45 {
	gap: 45px;
}

.gap-tab-x-45 {
	-webkit-column-gap: 45px;
	-moz-column-gap: 45px;
	column-gap: 45px;
}

.gap-tab-y-45 {
	row-gap: 45px;
}

/* tab */

.gap-tab-50 {
	gap: 50px;
}

.gap-tab-x-50 {
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}

.gap-tab-y-50 {
	row-gap: 50px;
}

/* tab */

.gap-tab-55 {
	gap: 55px;
}

.gap-tab-x-55 {
	-webkit-column-gap: 55px;
	-moz-column-gap: 55px;
	column-gap: 55px;
}

.gap-tab-y-55 {
	row-gap: 55px;
}

/* tab */

.gap-tab-60 {
	gap: 60px;
}

.gap-tab-x-60 {
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
}

.gap-tab-y-60 {
	row-gap: 60px;
}

/* tab */

.gap-tab-70 {
	gap: 70px;
}

.gap-tab-x-70 {
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
	column-gap: 70px;
}

.gap-tab-y-70 {
	row-gap: 70px;
}

/* tab */

.gap-tab-80 {
	gap: 80px;
}

.gap-tab-x-80 {
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
}

.gap-tab-y-80 {
	row-gap: 80px;
}

/* tab */

.gap-tab-90 {
	gap: 90px;
}

.gap-tab-x-90 {
	-webkit-column-gap: 90px;
	-moz-column-gap: 90px;
	column-gap: 90px;
}

.gap-tab-y-90 {
	row-gap: 90px;
}

/* tab */

.gap-tab-100 {
	gap: 100px;
}

.gap-tab-x-100 {
	-webkit-column-gap: 100px;
	-moz-column-gap: 100px;
	column-gap: 100px;
}

.gap-tab-y-100 {
	row-gap: 100px;
}

/* tab */

.gap-tab-200 {
	gap: 200px;
}

.gap-tab-x-200 {
	-webkit-column-gap: 200px;
	-moz-column-gap: 200px;
	column-gap: 200px;
}

.gap-tab-y-200 {
	row-gap: 200px;
}

/* tab */

.tab-grid-1col {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.tab-grid-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.tab-grid-3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.tab-grid-4col {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.l-navi { /* tab */
	display: none;
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	height: calc(100% - 100px);
	background: rgba(255, 255, 255, 0.95);
	z-index: 100;
	overflow-y: auto;
	padding: 15px 20px 50px;
}

.l-navi__inner { /* tab */
	display: block;
}

.menu-btn { /* tab */
	display: block;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	position: relative;
	z-index: 1000;
	width: 34px;
	height: 34px;
}

.menu-btn__icon {
	display: block;
	width: 34px;
	height: 8px;
	position: relative;
	margin: 0 auto;
}

.menu-btn__icon span {
	display: block;
	width: 100%;
	height: 2px;
	background: currentColor;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

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

.menu-btn__icon span:nth-child(2) {
	top: 100%;
}

.menu-btn.is-open .menu-btn__icon span:nth-child(1) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(25deg);
	transform: translate(-50%, -50%) rotate(25deg);
}

.menu-btn.is-open .menu-btn__icon span:nth-child(2) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-25deg);
	transform: translate(-50%, -50%) rotate(-25deg);
}

.gnavi { /* tab */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0;
}

.gnavi__item { /* tab */
	border-bottom: 1px solid #E4E5DB;
}

.gnavi__item:not(:last-child) {
	margin-bottom: 3px;
}

.gnavi__item:not(:last-child) { /* tab */
	border-right: none;
}

.gnavi__item a { /* tab */
	position: relative;
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	padding: 18px 10px 18px 32px;
}

.gnavi__item a::before {
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 6px;
	height: 6px;
	display: block;
	background: #CCCCCC;
}

.gnavi-btn { /* tab */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	width: 100%;
}

.home-information { /* tab */
	display: block;
}

.schedule-card { /* tab */
	margin-top: 30px;
	padding: 30px 5.33335% 20px;
}

.home-news { /* tab */
	display: block;
}

.home-news__main { /* tab */
	width: 100%;
}

.access-content { /* tab */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	gap: 50px;
}

.access-content__info { /* tab */
	width: 100%;
	padding: 0;
}

.access-content__map { /* tab */
	width: 100%;
	height: 400px;
}

.access-content__map__inner { /* tab */
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
}

.access-schedule__list { /* tab */
	margin-top: 20px;
}

.health-check-list__item a { /* tab */
	gap: 9px;
	padding: 7px 60px 7px 10px;
}

.health-check-list__item a::before { /* tab */
	top: 50%;
	right: 20px;
	width: 30px;
	height: 5px;
}

.health-check-list__icon { /* tab */
	width: 76px;
}

.health-check-list__text { /* tab */
	font-size: 1.6rem;
}

.features-list__item:nth-child(even) { /* tab */
}

.features-list__item:nth-child(even) .features-list__image {
	margin-left: auto;
	margin-right: 0;
}

.features-list__item:nth-child(even) .features-list__content {
	padding: 110px 115px 55px 35px;
	margin-left: 0;
}

.features-list__item { /* tab */
	display: block;
}

.features-list__image { /* tab */
	width: 70%;
}

.features-list__content { /* tab */
	margin-top: -80px;
	padding: 110px 35px 55px 115px;
	min-height: initial;
	width: 90%;
	margin-left: auto;
}

.table-2--schedule tbody th { /* tab */
	font-size: 1.6rem;
}

.table-2--schedule tbody td { /* tab */
	font-size: 1.4rem;
}

.table-2__list span { /* tab */
	font-size: 1.2rem;
}

.table-of-contents { /* tab */
	grid-template-columns: repeat(2, 1fr);
	gap: 15px 20px;
}

.table-of-contents__item a { /* tab */
	padding: 14px 12%;
}

.table-of-contents__item a::after { /* tab */
	right: 8.8%;
}

.box { /* tab */
	padding: 30px 5.5% 20px;
}

.box-lg { /* tab */
	padding: 30px 6%;
}

.list-1--2col li:nth-child(odd) { /* tab */
	padding-right: 0;
}

.list-1--2col li { /* tab */
	width: 100%;
	float: none;
}

.list-1--grid-2col { /* tab */
	grid-template-columns: repeat(1, 1fr);
}

.list-1--3col { /* tab */
	grid-template-columns: repeat(1, 1fr);
}

.image-text-2col-overlap { /* tab */
	display: block;
}

.image-text-2col-overlap__image-wrap { /* tab */
}

.image-text-2col-overlap__image { /* tab */
	left: auto;
	width: 100%;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	height: auto;
	border-radius: 20px;
}

.image-text-2col-overlap__main { /* tab */
	padding: 0;
	width: 100%;
	margin-top: -22px;
}

.wide-image-text-2col { /* tab */
	display: block;
}

.wide-image-text-2col__image-wrap { /* tab */
	width: 100%;
	margin-bottom: 24px;
}

.wide-image-text-2col__image { /* tab */
	width: calc(50vw + 50%);
	height: auto;
}

.wide-image-text-2col__main { /* tab */
	padding: 0;
	width: 100%;
}

.profile-col { /* tab */
	grid-template-columns: 1fr;
	gap: 40px;
}

.page-lead__heading { /* tab */
	font-size: 3.2rem;
}

.about-doctor__photo { /* tab */
	position: static;
	width: auto;
	margin: 0 auto;
}

.about-doctor__main { /* tab */
	margin-top: 18px;
}

.about-doctor__text { /* tab */
	width: 100%;
}

.reception-hours { /* tab */
	display: block;
}

.reception-hours__card { /* tab */
	width: 100%;
}

.reception-hours__detail { /* tab */
	margin-top: 30px;
}

.wp-content h4,
.wp-content h5,
.wp-content h6 { /* tab */
	font-size: 1.8rem;
}

.access-info { /* tab */
	grid-template-columns: 1fr;
	gap: 35px;
}

.access-info__item:not(:nth-child(3n))::after { /* tab */
	content: none;
}

.access-detail { /* tab */
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 25px;
}

.doctors-comment { /* tab */
	display: block;
}

.doctors-comment__position { /* tab */
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

}

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

div[id],
section[id],
article[id] { /* sp */
	scroll-margin-top: 70px;
}

.text-sp-left { /* sp */
	text-align: left;
}

.text-sp-center { /* sp */
	text-align: center;
}

.text-sp-right { /* sp */
	text-align: right;
}

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

.mt-sec-xl { /* sp */
	margin-top: 50px;
}

.mt-sec-lg { /* sp */
	margin-top: 40px;
}

.mt-sec-lg--sp-lg { /* sp */
	margin-top: 80px;
}

.mt-sec-md { /* sp */
	margin-top: 30px;
}

.mt-sec-md--sp-lg { /* sp */
	margin-top: 40px;
}

.pl-sec { /* sp */
	padding-left: 0;
}

/* sp */

.mt-sp-0 {
	margin-top: 0px !important;
}

.mb-sp-0 {
	margin-bottom: 0px !important;
}

/* sp */

.mt-sp-5 {
	margin-top: 5px !important;
}

.mb-sp-5 {
	margin-bottom: 5px !important;
}

/* sp */

.mt-sp-10 {
	margin-top: 10px !important;
}

.mb-sp-10 {
	margin-bottom: 10px !important;
}

/* sp */

.mt-sp-15 {
	margin-top: 15px !important;
}

.mb-sp-15 {
	margin-bottom: 15px !important;
}

/* sp */

.mt-sp-20 {
	margin-top: 20px !important;
}

.mb-sp-20 {
	margin-bottom: 20px !important;
}

/* sp */

.mt-sp-25 {
	margin-top: 25px !important;
}

.mb-sp-25 {
	margin-bottom: 25px !important;
}

/* sp */

.mt-sp-30 {
	margin-top: 30px !important;
}

.mb-sp-30 {
	margin-bottom: 30px !important;
}

/* sp */

.mt-sp-35 {
	margin-top: 35px !important;
}

.mb-sp-35 {
	margin-bottom: 35px !important;
}

/* sp */

.mt-sp-40 {
	margin-top: 40px !important;
}

.mb-sp-40 {
	margin-bottom: 40px !important;
}

/* sp */

.mt-sp-45 {
	margin-top: 45px !important;
}

.mb-sp-45 {
	margin-bottom: 45px !important;
}

/* sp */

.mt-sp-50 {
	margin-top: 50px !important;
}

.mb-sp-50 {
	margin-bottom: 50px !important;
}

/* sp */

.mt-sp-55 {
	margin-top: 55px !important;
}

.mb-sp-55 {
	margin-bottom: 55px !important;
}

/* sp */

.mt-sp-60 {
	margin-top: 60px !important;
}

.mb-sp-60 {
	margin-bottom: 60px !important;
}

/* sp */

.mt-sp-70 {
	margin-top: 70px !important;
}

.mb-sp-70 {
	margin-bottom: 70px !important;
}

/* sp */

.mt-sp-80 {
	margin-top: 80px !important;
}

.mb-sp-80 {
	margin-bottom: 80px !important;
}

/* sp */

.mt-sp-90 {
	margin-top: 90px !important;
}

.mb-sp-90 {
	margin-bottom: 90px !important;
}

/* sp */

.mt-sp-100 {
	margin-top: 100px !important;
}

.mb-sp-100 {
	margin-bottom: 100px !important;
}

/* sp */

.mt-sp-200 {
	margin-top: 200px !important;
}

.mb-sp-200 {
	margin-bottom: 200px !important;
}

/* sp */

.gap-sp-0 {
	gap: 0px;
}

.gap-sp-x-0 {
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}

.gap-sp-y-0 {
	row-gap: 0px;
}

/* sp */

.gap-sp-5 {
	gap: 5px;
}

.gap-sp-x-5 {
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.gap-sp-y-5 {
	row-gap: 5px;
}

/* sp */

.gap-sp-10 {
	gap: 10px;
}

.gap-sp-x-10 {
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.gap-sp-y-10 {
	row-gap: 10px;
}

/* sp */

.gap-sp-15 {
	gap: 15px;
}

.gap-sp-x-15 {
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.gap-sp-y-15 {
	row-gap: 15px;
}

/* sp */

.gap-sp-20 {
	gap: 20px;
}

.gap-sp-x-20 {
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.gap-sp-y-20 {
	row-gap: 20px;
}

/* sp */

.gap-sp-25 {
	gap: 25px;
}

.gap-sp-x-25 {
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}

.gap-sp-y-25 {
	row-gap: 25px;
}

/* sp */

.gap-sp-30 {
	gap: 30px;
}

.gap-sp-x-30 {
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.gap-sp-y-30 {
	row-gap: 30px;
}

/* sp */

.gap-sp-35 {
	gap: 35px;
}

.gap-sp-x-35 {
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px;
}

.gap-sp-y-35 {
	row-gap: 35px;
}

/* sp */

.gap-sp-40 {
	gap: 40px;
}

.gap-sp-x-40 {
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.gap-sp-y-40 {
	row-gap: 40px;
}

/* sp */

.gap-sp-45 {
	gap: 45px;
}

.gap-sp-x-45 {
	-webkit-column-gap: 45px;
	-moz-column-gap: 45px;
	column-gap: 45px;
}

.gap-sp-y-45 {
	row-gap: 45px;
}

/* sp */

.gap-sp-50 {
	gap: 50px;
}

.gap-sp-x-50 {
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}

.gap-sp-y-50 {
	row-gap: 50px;
}

/* sp */

.gap-sp-55 {
	gap: 55px;
}

.gap-sp-x-55 {
	-webkit-column-gap: 55px;
	-moz-column-gap: 55px;
	column-gap: 55px;
}

.gap-sp-y-55 {
	row-gap: 55px;
}

/* sp */

.gap-sp-60 {
	gap: 60px;
}

.gap-sp-x-60 {
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
}

.gap-sp-y-60 {
	row-gap: 60px;
}

/* sp */

.gap-sp-70 {
	gap: 70px;
}

.gap-sp-x-70 {
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
	column-gap: 70px;
}

.gap-sp-y-70 {
	row-gap: 70px;
}

/* sp */

.gap-sp-80 {
	gap: 80px;
}

.gap-sp-x-80 {
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
}

.gap-sp-y-80 {
	row-gap: 80px;
}

/* sp */

.gap-sp-90 {
	gap: 90px;
}

.gap-sp-x-90 {
	-webkit-column-gap: 90px;
	-moz-column-gap: 90px;
	column-gap: 90px;
}

.gap-sp-y-90 {
	row-gap: 90px;
}

/* sp */

.gap-sp-100 {
	gap: 100px;
}

.gap-sp-x-100 {
	-webkit-column-gap: 100px;
	-moz-column-gap: 100px;
	column-gap: 100px;
}

.gap-sp-y-100 {
	row-gap: 100px;
}

/* sp */

.gap-sp-200 {
	gap: 200px;
}

.gap-sp-x-200 {
	-webkit-column-gap: 200px;
	-moz-column-gap: 200px;
	column-gap: 200px;
}

.gap-sp-y-200 {
	row-gap: 200px;
}

/* sp */

.sp-grid-1col {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.sp-grid-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.sp-grid-3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.sp-grid-4col {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.--sp-grid-2col { /* sp */
	grid-template-columns: repeat(2, 1fr);
}

.--sp-grid-1col { /* sp */
	grid-template-columns: repeat(1, 1fr);
}

.l-header { /* sp */
	padding: 13px 14px 13px 10px;
	height: 60px;
}

.l-navi { /* sp */
	top: 60px;
	height: calc(100% - 60px);
}

.l-wrapper { /* sp */
}

.heading-primary { /* sp */
	margin-bottom: 10px;
}

.heading-primary__ja { /* sp */
	padding-left: 1.6rem;
	font-size: 1.4rem;
}

.heading-primary__en { /* sp */
	font-size: 5.2rem;
}

.heading-secondary { /* sp */
	padding-left: 1.2rem;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

.heading-secondary::before { /* sp */
	top: 2px;
	height: calc(1.2em - 4px);
}

.heading-secondary--mb-lg { /* sp */
	margin-bottom: 20px;
}

.heading-secondary--sp-lg { /* sp */
	padding-left: 2rem;
	font-size: 2rem;
}

.heading-secondary--sp-fz-lg { /* sp */
	padding-left: 2rem;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.heading-secondary--sp-fz-lg::before {
	top: 5px;
	height: calc(1.5em - 11px);
}

.heading-tertiary { /* sp */
	padding-bottom: 7px;
	font-size: 2.2rem;
	margin-bottom: 25px;
}

.heading-quaternary { /* sp */
	padding-left: 2.8rem;
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.heading-quaternary::before { /* sp */
	width: 1.2rem;
	height: 1.2rem;
}

.heading-senary { /* sp */
	padding: 0.6rem 2.7rem;
	font-size: 2.4rem;
}

.heading-senary::before { /* sp */
	left: 11px;
	width: 5px;
	height: calc(100% - 22px);
}

.heading-senary--sp-sm { /* sp */
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	padding: 0.9rem 1rem 0.7rem 2.7rem;
}

.heading-label-wrap { /* sp */
	padding-bottom: 25px;
}

.heading-label { /* sp */
	position: absolute;
	top: calc(100% + 13px);
	left: 0;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-size: 1.4rem;
	padding: 2px 30px;
	margin-left: 0;
}

.text-base--sp-sm { /* sp */
	font-size: 1.4rem;
	line-height: 2.2857;
}

.text-base--lh-sp-175 { /* sp */
	line-height: 1.75;
}

.text-base--lh-sp-150 { /* sp */
	line-height: 1.5;
}

.text-base--fz-sp-sm { /* sp */
	font-size: 1.4rem;
}

.text-note { /* sp */
	letter-spacing: 0.05em;
	padding-left: 1.05em;
	text-indent: -1.05em;
}

.text-note--no-indent { /* sp */
	padding-left: 0;
	text-indent: 0;
}

.text-note--pc-lg { /* sp */
	font-size: 1.2rem;
	line-height: 2;
}

.text-note--lh-sm { /* sp */
	line-height: 1.5;
}

.buttons-wrap { /* sp */
	margin-top: 50px;
}

.button-primary { /* sp */
	gap: 5px;
	font-weight: 500;
	max-width: none;
}

.button-secondary { /* sp */
	width: 100%;
	max-width: none;
}

.button-secondary--sm { /* sp */
	padding: 16px 25px;
}

.button-secondary[target=_blank] { /* sp */
	gap: 6px;
}

.bg-green-square { /* sp */
	background: url(../img/bg_square_sp.svg) no-repeat top center/auto 100%;
}

.header-logo { /* sp */
	width: 180px;
}

.related { /* sp */
	padding: 50px 0;
}

.related__inner { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.related__heading { /* sp */
	font-size: 2rem;
}

.related__lists { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 27px;
}

.related__list { /* sp */
	padding-top: 0;
}

.related__detail--3col { /* sp */
	grid-template-columns: 1fr;
	gap: 27px;
}

.related-link__item--mt { /* sp */
	margin-top: 15px;
}

.related-link__item--mt-lg { /* sp */
	margin-top: 30px;
}

.footer-navi { /* sp */
	display: none;
}

.copyright { /* sp */
	padding: 13px 0;
}

.copyright small { /* sp */
	font-size: 1rem;
}

.mainvisual { /* sp */
	width: calc(100% - 20px);
	margin: 10px auto;
}

.mainvisual__images .swiper-pagination { /* sp */
	left: 5.6338% !important;
	bottom: 20px !important;
}

.mainvisual__image { /* sp */
	aspect-ratio: 355/420;
	height: auto !important;
	max-height: initial;
}

.home-section { /* sp */
	padding: 50px 0;
}

.home-section--sp-pb-none { /* sp */
	padding-bottom: 0;
}

.home-information__card { /* sp */
	display: contents;
}

.clinic-info__cta { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.clinic-info__list:not(:last-of-type) { /* sp */
	margin-bottom: 1em;
}

.clinic-info__list__item { /* sp */
	line-height: 1.7142;
	width: 100%;
}

.clinic-info__tel { /* sp */
	margin-top: 10px;
}

.clinic-info__tel__label { /* sp */
	font-size: 2rem;
}

.clinic-info__tel__detail a { /* sp */
	letter-spacing: 0;
}

.clinic-info__note { /* sp */
	margin-top: 17px;
}

.schedule-card__list li { /* sp */
	font-size: 1.2rem;
}

.schedule-card__bottom { /* sp */
	margin-top: 20px;
}

.schedule-card__note { /* sp */
	margin-top: 0;
}

.schedule-table__thead__th { /* sp */
	padding: 5px 0 16px;
}

.schedule-table__thead__th--wide { /* sp */
	width: 10rem;
}

.schedule-table__thead__th--wide-md { /* sp */
	width: 11.4rem;
}

.schedule-table__thead__th--p-xs { /* sp */
	padding: 0 0 10px;
}

.schedule-table__thead__th--sp-fz-sm { /* sp */
	font-size: 1.2rem;
}

.schedule-table__th { /* sp */
	padding: 22px 10px 20px 0;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}

.schedule-table__th--sp-fz-sm { /* sp */
	font-size: 1.2rem;
}

.schedule-table__dot { /* sp */
	width: 1.4rem;
	height: 1.4rem;
}

.news-list__item a { /* sp */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 24px 0;
}

.news-list__item--pd-lg:first-child a { /* sp */
	padding-top: 10px;
}

.news-list__date { /* sp */
	margin-right: 16px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}

.news-list__cat { /* sp */
	padding: 6px 0.8em;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}

.news-list__title { /* sp */
	width: 100%;
	margin-top: 14px;
	margin-left: 0;
}

.access-section { /* sp */
	background: url(../img/bg_access_sp.jpg) no-repeat top left 46.5%/2192px auto;
}

.access-section--mt { /* sp */
	margin-top: 50px;
}

.access-content { /* sp */
	gap: 30px;
}

.access-content__head { /* sp */
	margin-bottom: 20px;
}

.access-content__head img { /* sp */
	height: 3.6rem;
}

.access-content__address span { /* sp */
	font-size: 1.4rem;
}

.access-schedule__list li { /* sp */
	padding-left: 1em;
}

.fixed-cta { /* sp */
	position: sticky;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 4.4rem;
	width: 100%;
	color: #FFF;
	z-index: 50;
}

.home-contents::before { /* sp */
	background-image: url(../img/bg_home_contents_sp.jpg);
}

.contents-list { /* sp */
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 7px;
	margin-bottom: 50px;
}

.contents-list__item { /* sp */
	width: calc(50% - 3.5px);
	min-height: 250px;
}

.contents-list__item a { /* sp */
	padding: 15px 20px 27px;
}

.contents-list__item a::before { /* sp */
	bottom: 16px;
	right: 16px;
	width: 30px;
	height: 5px;
}

.contents-list__icon { /* sp */
	width: 76px;
}

.contents-list__heading { /* sp */
	font-size: 1.6rem;
	margin: 9px 0 0;
}

.contents-list__text { /* sp */
	line-height: 1.5;
	margin-top: 14px;
}

.other-contents { /* sp */
	padding: 50px 0 0;
}

.other-contents::before { /* sp */
	height: calc(100% + 50px);
}

.other-contents__text { /* sp */
	font-size: 2rem;
	margin-bottom: 26px;
}

.other-contents__list { /* sp */
	gap: 16px;
}

.other-contents__list__item { /* sp */
	width: calc(50% - 8px);
}

.other-contents__list__item a { /* sp */
	padding: 24px 10px;
}

.other-contents__list__icon { /* sp */
	width: 87px;
}

.other-contents__list__text { /* sp */
	font-size: 1.6rem;
	margin-top: 12px;
}

.other-contents__list__text::after { /* sp */
	width: 1.06em;
	height: 1.06em;
	background-size: 0.2em;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	margin-left: 0.44em;
}

.health-check-list { /* sp */
	margin-top: 20px;
	grid-template-columns: repeat(1, 1fr);
	gap: 8px;
}

.features-list { /* sp */
	margin-top: 45px;
	gap: 65px;
}

.features-list__item:nth-child(even) { /* sp */
}

.features-list__item:nth-child(even) .features-list__content {
	padding: 68px 0 44px;
}

.features-list__image { /* sp */
	width: 100%;
	margin-right: auto;
}

.features-list__number { /* sp */
	font-size: 4.8rem;
	text-shadow: 2px 1px 0 #f1f7e7;
	top: -35px;
	left: 20px;
}

.features-list__content { /* sp */
	margin-top: -40px;
	position: relative;
	width: 100%;
	padding: 68px 0 44px;
	border-radius: 0;
}

.features-list__content::after {
	content: "";
	background: -webkit-gradient(linear, left top, right top, from(rgb(252, 253, 250)), to(rgb(241, 247, 231)));
	background: linear-gradient(90deg, rgb(252, 253, 250) 0%, rgb(241, 247, 231) 100%);
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

.features-list__title { /* sp */
	font-size: 2rem;
	line-height: 1.5;
}

.features-list__text { /* sp */
	margin-top: 14px;
}

.page-head { /* sp */
	margin-top: 10px;
	height: 180px;
}

.page-head__title { /* sp */
	margin-top: 76px;
	margin-left: 9%;
	gap: 10px;
}

.page-head__title__ja { /* sp */
	font-size: 2.8rem;
}

.page-head__title__en { /* sp */
	font-size: 1.2rem;
}

.page-head__bg { /* sp */
	width: calc(100% - 20px);
	min-width: initial;
}

.page-head__bg:after { /* sp */
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(41.6%, #F2F2F2), to(#5F4A22));
	background: linear-gradient(to bottom, transparent, #F2F2F2 41.6%, #5F4A22 100%);
}

.page-head__bg--burn::after { /* sp */
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(41.6%, #F2F2F2), to(#6A6A6A));
	background: linear-gradient(to bottom, transparent, #F2F2F2 41.6%, #6A6A6A 100%);
}

.pagination { /* sp */
	margin-top: 50px;
}

.col-2 { /* sp */
	grid-template-columns: repeat(1, 1fr);
}

.col-3 { /* sp */
	grid-template-columns: repeat(1, 1fr);
}

.table-1 { /* sp */
	border-top: none;
}

.table-1__item { /* sp */
	display: block;
	border-bottom: none;
}

.table-1__label { /* sp */
	width: 100%;
	font-size: 1.6rem;
	padding: 8px 20px;
	border-bottom: 1px solid #E4E5DB;
}

.table-1__content { /* sp */
	padding: 20px 20px;
}

.table-2 thead th { /* sp */
	padding: 18px 0.5em;
	font-size: 1.4rem;
}

.table-2 tbody th { /* sp */
	padding: 7px 0;
	font-size: 1.2rem;
}

.table-2 tbody td { /* sp */
	padding: 14px 0.1em;
	font-size: 1.2rem;
}

.table-2--schedule th:nth-child(1),
.table-2--schedule td:nth-child(1) { /* sp */
	width: 16.7164%;
}

.table-2__sp-block { /* sp */
	display: block;
}

.table-2__list span { /* sp */
	display: block;
	font-size: 0.8rem;
	line-height: 1;
}

.table-3 { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.table-3__item {
	width: 100%;
	border-bottom: 1px solid #E4E5DB;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.table-3__item--half {
	width: 50%;
}

.table-3__label {
	background: #f1f7e7;
	padding: 8px 0.5em;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.375;
	letter-spacing: 0.1em;
	color: #5CB531;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #E4E5DB;
}

.table-3__label--br {
	border-right: 1px solid #E4E5DB;
}

.table-3__heading {
	padding: 19px 19px 18px;
	height: 100%;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.table-3__price {
	height: 100%;
	padding: 19px 19px 18px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.table-3__content {
	padding: 14px 14px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.table-of-contents { /* sp */
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
}

.list-1 li.nowrap { /* sp */
	white-space: normal;
}

.list-1 li { /* sp */
	font-size: 1.4rem;
}

.list-1 li:not(:last-child) { /* sp */
	margin-bottom: 10px;
}

.list-1--sp-lg li { /* sp */
	font-size: 1.6rem;
}

.list-1--lh-sm li { /* sp */
	line-height: 1.5;
}

.list-1--lh-sm li::before {
	top: 0.5em;
}

.list-1--nogap li:not(:last-child) { /* sp */
	margin-bottom: 0;
}

.list-1--flex { /* sp */
	gap: 14px 40px;
}

.list-1--mb-sm li:not(:last-child) { /* sp */
	margin-bottom: 6px;
}

.list-2 { /* sp */
	line-height: 1.5;
}

.list-2 li:not(:last-child) { /* sp */
	margin-bottom: 20px;
}

.image-text-2col { /* sp */
	display: block;
}

.image-text-2col__image { /* sp */
	width: 100%;
	margin-bottom: 30px;
}

.image-text-2col__image figcaption { /* sp */
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-top: 20px;
	padding: 0;
}

.image-text-2col__head { /* sp */
	font-size: 2.2rem;
	margin-bottom: 30px;
	line-height: 1.6364;
	margin-bottom: 15px;
}

.image-text-2col-overlap__lead { /* sp */
	padding: 0.25em 0.6em 0.25em 0.8em;
	font-size: 2rem;
	line-height: 2.25;
	letter-spacing: 0.1em;
}

.image-text-2col-overlap__text { /* sp */
	margin-top: 25px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}

.wide-image-text-2col__heading { /* sp */
	font-size: 2.6rem;
}

.wide-image-text-2col__lead { /* sp */
	font-size: 2rem;
	margin-bottom: 8px;
}

.wide-image-text-2col__label { /* sp */
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.glossary { /* sp */
	padding-left: 0;
	padding-right: 0;
}

.btn-accordion button { /* sp */
	font-size: 2rem;
	padding-bottom: 15px;
	padding-right: 35px;
}

.btn-accordion button::after { /* sp */
	top: calc((100% - 15px) / 2);
	right: 15px;
}

.page-lead__heading { /* sp */
	font-size: 2rem;
	line-height: 1.8;
	margin-bottom: 18px;
}

.page-lead__text { /* sp */
	font-size: 1.6rem;
	line-height: 2;
}

.separator { /* sp */
	margin: 40px 0 0;
}

.about-doctor { /* sp */
	padding-bottom: 0;
}

.about-doctor__photo figcaption { /* sp */
	padding-right: 6%;
	font-size: 1.8rem;
}

.about-doctor__photo rt { /* sp */
	font-weight: 500;
	font-size: 0.8rem;
}

.about-doctor__copy { /* sp */
	font-size: 2.4rem;
	line-height: 1.6667;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.medical-department { /* sp */
	display: block;
}

.medical-department__symbol { /* sp */
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 24px;
}

.medical-department__icon { /* sp */
	width: 180px;
	height: 180px;
}

.medical-department__icon img { /* sp */
	width: 140px;
}

.medical-department__main { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.medical-department__heading { /* sp */
	margin-bottom: 20px;
	font-size: 3rem;
	text-align: center;
}

.medical-department__lead { /* sp */
	margin-bottom: 25px;
	text-align: center;
}

.treatment-menu { /* sp */
	gap: 0 8px;
	min-height: auto;
	padding: 0 0 27px;
}

.treatment-menu:has(.treatment-menu__explanation) {
	display: grid;
	grid-template-columns: 50% calc(50% - 8px);
	grid-template-rows: auto auto;
}

.treatment-menu:not(:has(.treatment-menu__meta)) {
	display: block;
}

.treatment-menu__term { /* sp */
	width: 50%;
	line-height: 1.5556;
}

.treatment-menu:has(.treatment-menu__explanation) .treatment-menu__term {
	grid-area: 1/1/2/2;
	width: 100%;
}

.treatment-menu__sub-term { /* sp */
	margin-top: 0;
}

.treatment-menu__detail { /* sp */
	width: calc(50% - 8px);
}

.treatment-menu:has(.treatment-menu__explanation) .treatment-menu__detail {
	display: contents;
}

.treatment-menu__meta { /* sp */
}

.treatment-menu:has(.treatment-menu__explanation) .treatment-menu__meta {
	grid-area: 1/2/2/3;
}

.treatment-menu__supplement { /* sp */
	margin-top: 10px;
	text-align: right;
}

.treatment-menu__explanation { /* sp */
	margin-top: 16px;
	grid-area: 2/1/3/3;
}

.treatment-menu__explanation p:not(:last-child) { /* sp */
	margin-bottom: 0;
}

.flow-list__item:not(:last-child) { /* sp */
	margin-bottom: 20px;
}

.flow-list__item { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px 20px 25px;
	gap: 30px;
}

.flow-list__image { /* sp */
	width: 100%;
	aspect-ratio: 295/185;
}

.flow-list__label { /* sp */
	font-size: 1.1rem;
}

.flow-list__num { /* sp */
	font-size: 1.7rem;
}

.flow-list__heading { /* sp */
	font-size: 2rem;
	margin-bottom: 13px;
}

.article-head { /* sp */
	margin-bottom: 25px;
}

.article-head__info { /* sp */
	gap: 16px;
}

.article-head__date { /* sp */
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}

.article-head__cat { /* sp */
	padding: 6px 0.8em;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}

.article-head__title { /* sp */
	width: 100%;
	padding-bottom: 15px;
	margin-top: 20px;
	margin-left: 0;
	border-bottom: 2px solid #5CB531;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}

.wp-content h2 { /* sp */
	padding-bottom: 7px;
	font-size: 2.2rem;
	margin-bottom: 25px;
}

.wp-content h3 { /* sp */
	padding-left: 2rem;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}

.wp-content h3::before { /* sp */
	top: 5px;
	height: calc(1.2em - 4px);
}

.wp-content .wp-block-buttons { /* sp */
	margin-top: 20px;
}

.wp-content .wp-block-button__link { /* sp */
	width: 100%;
	max-width: none;
}

.faq:not(:last-child) { /* sp */
	margin-bottom: 25px;
}

.faq__question button::before,
.faq__question button::after { /* sp */
	right: 16px;
}

.faq__question__icon { /* sp */
	width: 70px;
}

.faq__question__icon small { /* sp */
	font-size: 2rem;
}

.faq__question__text { /* sp */
	font-size: 1.6rem;
	line-height: 1.75;
	padding: 17px 35px 17px 20px;
}

.faq__answer { /* sp */
	padding: 26px 0 0;
}

.access-info__item { /* sp */
	padding: 0;
}

.access-info__text { /* sp */
	font-size: 1.4rem;
	line-height: 2.28571;
}

.googlemap iframe { /* sp */
	height: 399px;
}

.access-detail { /* sp */
	grid-template-columns: repeat(1, 1fr);
}

.access-detail__item { /* sp */
	line-height: 1.3333333;
}

.access-detail__text { /* sp */
	margin-top: 16px;
	padding: 0 0 0 10px;
}

.future-list { /* sp */
	gap: 19px;
}

.future-list__item { /* sp */
	width: 100%;
	padding: 43px 30px 23px;
}

.future-list__num span { /* sp */
}

.future-list__heading { /* sp */
	line-height: 1.58;
	margin-bottom: 17px;
}

.flow-list-2 { /* sp */
	padding: 35px 20px 25px;
}

.flow-list-2__item:not(:last-child) { /* sp */
	margin-bottom: 45px;
}

.flow-list-2__image { /* sp */
	aspect-ratio: 295/185;
	margin-bottom: 35px;
}

.flow-list-2__main { /* sp */
	padding: 0;
}

.flow-list-2__label { /* sp */
	font-size: 1.1rem;
	margin-bottom: 8px;
}

.flow-list-2__label span { /* sp */
	font-size: 1.7rem;
}

.flow-list-2__heading { /* sp */
	font-size: 2rem;
	margin-bottom: 10px;
}

.inspection-flow { /* sp */
	grid-template-columns: repeat(1, 1fr);
	gap: 40px 0;
}

.inspection-flow__heading { /* sp */
	font-size: 2rem;
	padding: 17px 10px;
}

.partner__bnr { /* sp */
	gap: 20px;
	padding: 15px;
}

.partner__bnr__logo { /* sp */
	width: 56px;
}

.partner__bnr__text { /* sp */
	font-size: 1.4rem;
}

.doctors-comment__position { /* sp */
	margin-top: 15px;
}

.doctors-comment__position__sub { /* sp */
	display: block;
	margin-right: 0;
	margin-bottom: 5px;
	font-size: 1.4rem;
}

.doctors-comment__position__main { /* sp */
	font-size: 1.6rem;
}

.doctors-comment__text { /* sp */
	margin-top: 25px;
}

.treatment-2col { /* sp */
	display: block;
}

.treatment-2col__schedule { /* sp */
	width: 100%;
	margin-top: 50px;
}

.treatment-2col__list { /* sp */
	gap: 18px;
}

.treatment-2col__label { /* sp */
	font-size: 1.4rem;
}

.treatment-2col__detail { /* sp */
	font-size: 1.6rem;
}

}

@-webkit-keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

