/* ============================
foundation
========================= */

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: default;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

/* ============================
カラーパレット
 ========================= */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ============================
カラーパレット
 ========================= */

/* ============================
用途別
 ========================= */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

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

body {
	color: #565656;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.17rem;
	line-height: 1.8;
}

body.is-overlay {
	position: relative;
	transition: background 0.3s ease;
}

body.is-overlay::after {
	background: rgba(0, 0, 0, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

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

a {
	display: block;
	transition: opacity 0.3s 0s ease-in-out;
}

a:hover {
	opacity: 0.7;
}

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

.no-post {
	padding: 6.4rem 0;
}

.no-post p {
	text-align: center;
}

/* ============================
layout
========================= */

/* ============================
header
 ========================= */

.l-header {
	background: #FFF;
	height: 13.1rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.l-header::after {
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
	content: "";
	height: 13.1rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.l-header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	padding-left: 4rem;
}

.l-header__logo-text {
	color: #4CA10B;
	font-size: 1.4rem;
}

.l-header__logo-img {
	margin-top: 0.4rem;
	width: 37.2rem;
}

.l-header__drawer-button {
	display: none;
}

.l-header__drawer-bar {
	background: #fff;
	border-radius: 0.1rem;
	height: 0.2rem;
	transition: transform 0.5s ease 0s;
	width: 2.2rem;
}

.l-header__drawer-bar.is-active.--top {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.l-header__drawer-bar.is-active.--middle {
	display: none;
}

.l-header__drawer-bar.is-active.--bottom {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.l-header__content {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
}

.l-header__contact {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	display: flex;
}

.l-header__contact.--pc .l-header__contact-link.--tel {
	border-right: 0.1rem solid #ccc;
	margin-right: 0.8rem;
	padding-right: 0.8rem;
}

.l-header__contact.--pc .l-header__contact-link.--tel .l-header__contact-text {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 1.7px;
	line-height: 120%;
}

.l-header__contact.--pc .l-header__contact-link.--tel .l-header__contact-number {
	color: #4CA10B;
	font-family: "Forum", serif;
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 100%;
}

.l-header__contact.--pc .l-header__contact-link.--line,
.l-header__contact.--pc .l-header__contact-link.--web {
	-moz-column-gap: 1rem;
	align-items: center;
	column-gap: 1rem;
	display: flex;
	height: 100%;
	padding: 0.8rem 3.2rem 0.8rem 2.4rem;
}

.l-header__contact.--pc .l-header__contact-link.--line .l-header__contact-icon,
.l-header__contact.--pc .l-header__contact-link.--web .l-header__contact-icon {
	width: 2.8rem;
}

.l-header__contact.--pc .l-header__contact-link.--line .l-header__contact-text span,
.l-header__contact.--pc .l-header__contact-link.--web .l-header__contact-text span {
	display: block;
	font-weight: 700;
	line-height: 120%;
}

.l-header__contact.--pc .l-header__contact-link.--line .l-header__contact-text span .--18,
.l-header__contact.--pc .l-header__contact-link.--web .l-header__contact-text span .--18 {
	font-size: 1.8rem;
}

.l-header__contact.--pc .l-header__contact-link.--line .l-header__contact-text span .--14,
.l-header__contact.--pc .l-header__contact-link.--web .l-header__contact-text span .--14 {
	font-size: 1.4rem;
}

.l-header__contact.--pc .l-header__contact-link.--line {
	background: rgba(93, 198, 13, 0.1);
	color: #4CA10B;
}

.l-header__contact.--pc .l-header__contact-link.--web {
	background: #4CA10B;
	color: #fff;
}

.l-header__contact.--sp {
	display: none;
}

.l-header__contact.--sp .l-header__contact-item {
	width: 100%;
}

.l-header__contact.--sp .l-header__contact-link {
	-moz-column-gap: 1.6rem;
	align-items: center;
	border-radius: 0.4rem;
	column-gap: 1.6rem;
	display: flex;
	padding: 1.6rem 4rem;
}

.l-header__contact.--sp .l-header__contact-link .l-header__contact-icon {
	width: 3.2rem;
}

.l-header__contact.--sp .l-header__contact-link.--web {
	background: #4CA10B;
	color: #fff;
}

.l-header__contact.--sp .l-header__contact-link.--web .l-header__contact-text {
	font-size: 1.2rem;
	font-size: 1.7rem;
	font-weight: 500;
	font-weight: 700;
	line-height: 120%;
}

.l-header__contact.--sp .l-header__contact-link.--tel,
.l-header__contact.--sp .l-header__contact-link.--line {
	background: #fff;
	border: 0.1rem solid #4CA10B;
}

.l-header__contact.--sp .l-header__contact-link.--tel .l-header__contact-number {
	font-family: "Forum", serif;
	font-size: 2.4rem;
	font-weight: 400;
}

.l-header__contact.--sp .l-header__contact-link.--line .l-header__contact-text {
	color: #4CA10B;
	font-size: 1.7rem;
	font-weight: 700;
}

.l-header__contact-left {
	align-items: center;
	display: flex;
	padding-top: 1.6rem;
}

.l-header__contact-left-small-heading {
	background: rgba(93, 198, 13, 0.1);
	color: #4CA10B;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	line-height: 100%;
	margin-right: 0.8rem;
	padding: 0.4rem;
	text-align: center;
	writing-mode: vertical-rl;
}

.l-header__contact-right {
	display: flex;
}

.l-header__contact-time {
	flex-shrink: 0;
}

.l-header__contact-time .c-clinic-hours {
	font-size: 1rem;
}

.l-header__nav {
	flex-shrink: 0;
}

.l-header__nav-list {
	-moz-column-gap: 2.8rem;
	align-items: center;
	column-gap: 2.8rem;
	display: flex;
	justify-content: space-between;
	padding: 1.6rem 4rem 0 0;
}

.l-header__nav-link {
	cursor: pointer;
	font-size: 1.6rem;
	padding-bottom: 1.6rem;
	transition: opacity 0.3s 0s ease-in-out;
}

.l-header__nav-link[aria-expanded=true] {
	color: #4CA10B;
}

.l-header__nav-link[aria-expanded=true] .--icon::before,
.l-header__nav-link[aria-expanded=true] .--icon::after {
	background: #4CA10B;
}

.l-header__nav-link .--icon {
	flex-shrink: 0;
	height: 1.6rem;
	margin-top: 0.2rem;
	position: relative;
	transition: background 0.3s 0s ease-in-out;
	width: 1.6rem;
}

.l-header__nav-link .--icon::before,
.l-header__nav-link .--icon::after {
	background: #565656;
	border-radius: 0.1rem;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.l-header__nav-link .--icon::before {
	height: 0.15rem;
	width: 1.3rem;
}

.l-header__nav-link .--icon::after {
	height: 1.3rem;
	width: 0.15rem;
}

.l-header__nav-link:has(.--icon) {
	-moz-column-gap: 0.4rem;
	align-items: center;
	column-gap: 0.4rem;
	display: flex;
}

.l-header__nav-down {
	position: relative;
}

.l-header__nav-down-menu {
	background: #fff;
	border-radius: 0 0 0.8rem 0.8rem;
	left: 50%;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 1.6rem 2rem;
	position: absolute;
	top: 90%;
	transform: translate(-50%, -10px);
	transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease;
	z-index: -2;
}

.l-header__nav-down-menu.is-open {
	max-height: 500px;
	opacity: 1;
	transform: translateX(-50%);
}

.l-header__nav-item-down-item {
	white-space: nowrap;
}

.l-header__nav-item-down-item:not(:first-of-type) {
	margin-top: 0.4rem;
}

.l-header__nav-item-down-item-link {
	font-size: 1.2rem;
	padding-left: 0.9rem;
	position: relative;
}

.l-header__nav-item-down-item-link::before {
	background: #565656;
	content: "";
	height: 0.2rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background 0.3s 0s ease-in-out;
	width: 0.5rem;
}

.l-header__nav-arrow {
	transition: filter 0.3s 0s ease-in-out;
}

/* hover */

.l-header__nav-link,
.l-header__nav-item-down-item-link {
	transition: color 0.2s 0s ease-in-out;
}

.l-header__nav-link:hover,
.l-header__nav-item-down-item-link:hover {
	color: #4CA10B;
	opacity: 1;
}

.l-header__nav-link:hover .--icon::before,
.l-header__nav-link:hover .--icon::after {
	background: #4CA10B;
}

.l-header__nav-link:hover .l-header__nav-arrow img {
	filter: invert(48%) sepia(47%) saturate(1657%) hue-rotate(59deg) brightness(92%) contrast(91%);
}

.l-header__nav-item-down-item-link:hover::before {
	background: #4CA10B;
}

/* ============================
main
 ========================= */

.home .l-main {
	margin-top: 13.1rem;
}

.l-main {
	margin-top: 17.1rem;
}

.l-main__inner {
	margin: 0 auto;
	max-width: 117rem;
	padding: 0 2.5rem;
	width: 100%;
}

.l-main__inner-large {
	margin: 0 auto;
	max-width: 150rem;
	width: 100%;
}

/* ============================
footer
 ========================= */

.l-footer {
	background-color: #fff;
	background-image: repeating-linear-gradient(-45deg, rgba(93, 198, 13, 0.1019607843), rgba(93, 198, 13, 0.1019607843) 0.2rem, transparent 0.2rem, transparent 0.6rem);
	padding: 6.4rem 0;
}

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

.l-footer__wrap {
	-moz-column-gap: 10rem;
	column-gap: 10rem;
	display: flex;
	justify-content: space-between;
}

.l-footer__content {
	flex: 1;
}

.l-footer__logo {
	max-width: 47.4rem;
	width: 100%;
}

.l-footer__address {
	margin-top: 0.8rem;
}

.l-footer__address p:first-of-type {
	font-size: 1.6rem;
}

.l-footer__address p:last-of-type {
	background: rgba(93, 198, 13, 0.1);
	color: #4CA10B;
	font-size: 1.4rem;
	margin-top: 1rem;
	padding: 0 0.8rem;
	width: -moz-fit-content;
	width: fit-content;
}

.l-footer__contact {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	display: flex;
	margin-top: 2.8rem;
}

.l-footer__button.--tel {
	-moz-column-gap: 0.8rem;
	align-items: center;
	column-gap: 0.8rem;
	display: flex;
	font-family: "Forum", serif;
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	line-height: 120%;
	margin-top: 2.4rem;
}

.l-footer__button.--tel img {
	width: 4rem;
}

.l-footer__button.--web,
.l-footer__button.--line {
	-moz-column-gap: 1rem;
	align-items: center;
	column-gap: 1rem;
	display: flex;
	font-size: 1.8rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	padding: 1.6rem;
}

.l-footer__button.--line {
	color: #4CA10B;
}

.l-footer__contact-time {
	margin-top: 0.8rem;
}

.l-footer__contact-time .c-clinic-hours {
	font-size: 12px;
	letter-spacing: 0;
}

.l-footer__contact-time .c-clinic-hours td:nth-of-type(1) {
	width: 9rem;
}

.l-footer__contact-time .c-clinic-hours + small {
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0;
	margin-top: 0.8rem;
}

.l-footer__nav {
	-moz-column-gap: 3.2rem;
	column-gap: 3.2rem;
	display: flex;
	flex: 1;
}

.l-footer__nav-list {
	display: flex;
	flex: 1;
	flex-direction: column;
	row-gap: 1.6rem;
}

.l-footer__nav-item {
	width: 100%;
}

.l-footer__nav-link {
	align-items: center;
	border-bottom: 0.1rem solid #565656;
	cursor: pointer;
	display: flex;
	font-size: 1.6rem;
	justify-content: space-between;
	padding: 1rem 0;
	padding-bottom: 1.6rem;
	transition: opacity 0.3s 0s ease-in-out;
	width: 100%;
}

.l-footer__nav-down > .l-footer__nav-link {
	pointer-events: none;
}

.l-footer__nav-down-menu {
	display: flex;
	flex-direction: column;
	margin-left: 0.8rem;
	margin-top: 1.6rem;
	row-gap: 0.4rem;
}

.l-footer__nav-item-down-item {
	white-space: nowrap;
}

.l-footer__nav-item-down-item-link {
	font-size: 1.2rem;
	padding-left: 0.9rem;
	position: relative;
}

.l-footer__nav-item-down-item-link::before {
	background: #565656;
	content: "";
	height: 0.1rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background 0.3s 0s ease-in-out;
	width: 0.5rem;
}

.l-footer__nav-arrow {
	transition: filter 0.3s 0s ease-in-out;
}

.l-footer__bottom {
	align-items: center;
	display: flex;
	font-size: 1.2rem;
	justify-content: space-between;
	margin-top: 8rem;
}

.l-footer__bottom small {
	font-family: "Forum", serif;
	font-size: 1.4rem;
	font-weight: 400;
}

.l-footer__bottom-list {
	-moz-column-gap: 2.4rem;
	align-items: center;
	column-gap: 2.4rem;
	display: flex;
}

.l-footer__bottom-item {
	font-feature-settings: "palt";
	font-size: 1.4rem;
}

.l-footer__bottom-link {
	border-bottom: 0.1rem solid #ccc;
}

/* hover */

.l-footer__nav-link,
.l-footer__nav-item-down-item-link {
	transition: color 0.2s 0s ease-in-out;
}

.l-footer__nav-link:hover,
.l-footer__nav-item-down-item-link:hover {
	border-bottom: 0.1rem solid #4CA10B;
	color: #4CA10B;
	opacity: 1;
}

.l-footer__nav-link:hover .--icon::before,
.l-footer__nav-link:hover .--icon::after {
	background: #4CA10B;
}

.l-footer__nav-link:hover .l-footer__nav-arrow img {
	filter: invert(48%) sepia(47%) saturate(1657%) hue-rotate(59deg) brightness(92%) contrast(91%);
}

.l-footer__nav-item-down-item-link:hover::before {
	background: #4CA10B;
}

/* ============================
component
========================= */

/* ============================
animation
 ========================= */

.fadein {
	opacity: 0;
	transition: opacity 1.2s ease 0.2s;
}

.fadein.is-visible {
	opacity: 1;
}

/* ============================
c-pagination
 ========================= */

.c-pagination {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	display: flex;
	justify-content: center;
	margin-top: 10rem;
}

.page-numbers {
	border: 0.1rem solid #4CA10B;
	color: #4CA10B;
	display: grid;
	font-family: "Forum", serif;
	font-size: 2.2rem;
	font-weight: 400;
	height: 3.2rem;
	place-content: center;
	width: 3.2rem;
}

.page-numbers.current {
	background: #4CA10B;
	color: #fff;
}

.page-numbers.prev,
.page-numbers.next {
	border: none;
	display: grid;
	height: 3.2rem;
	place-content: center;
	width: 3.2rem;
}

.page-numbers.prev::before,
.page-numbers.next::before {
	border: 0.2rem solid #ccc;
	border-bottom: 0;
	border-left: 0;
	content: "";
	height: 1rem;
	line-height: 1;
	width: 1rem;
}

.page-numbers.prev::before {
	transform: rotate(223deg);
}

.page-numbers.next::before {
	transform: rotate(45deg);
}

/* ============================
c-accordion
 ========================= */

.c-accordion__item .--icon {
	border-radius: 100%;
	display: grid;
	flex-shrink: 0;
	font-family: "Forum", serif;
	font-weight: 400;
	height: 3.3rem;
	place-content: center;
	width: 3.3rem;
}

.c-accordion__item .--icon span {
	font-size: 2.2rem;
	line-height: 100%;
}

.c-accordion__title {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.c-accordion__title.open .c-accordion__title-arrow .--arrow::before {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg);
}

.c-accordion__title.open + .c-accordion__text {
	opacity: 1;
}

.c-accordion__text {
	display: none;
	opacity: 0;
	transition: opacity 0.5s 0s ease-in-out;
}

/* ============================
c-modules
 ========================= */

/* タブ */

.c-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem;
	margin-top: 6.4rem;
}

.c-tabs.--4col .c-tabs-link {
	width: calc(25% - 1.2rem);
}

.c-tabs-link {
	max-width: 36.3rem;
	width: calc(33.3% - 1.0666666667rem);
}

.c-tabs-link .--arrow {
	transform: translateY(-50%) rotate(90deg);
}

/* 緑丸アイコン */

.c-green-icon {
	background: #4CA10B;
	border-radius: 50%;
	display: grid;
	flex-shrink: 0;
	height: 11.4rem;
	place-content: center;
	position: relative;
	width: 11.4rem;
	z-index: 1;
}

.c-green-icon::before {
	background: rgba(93, 198, 13, 0.1);
	border-radius: 50%;
	content: "";
	height: calc(100% + 1.6rem);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 1.6rem);
	z-index: -1;
}

/* ============================
breadcrumb
 ========================= */

.c-breadcrumb {
	margin: 0 auto;
	max-width: 112rem;
	padding: 2.4rem 2.5rem 0;
	width: 100%;
}

.c-breadcrumb__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.c-breadcrumb__item {
	align-items: center;
	display: flex;
	font-size: 1.2rem;
	gap: 0.8rem;
}

.c-breadcrumb__item::after {
	background: url(../../public/img/common/icon-breadcrumb-arrow.svg) no-repeat center center/cover;
	content: "";
	display: block;
	display: grid;
	height: 1.2rem;
	place-content: center;
	width: 1.2rem;
}

.c-breadcrumb__item:last-of-type {
	display: block;
}

.c-breadcrumb__item:last-of-type::after {
	display: none;
}

.c-breadcrumb__link {
	opacity: 0.5;
}

/* ============================
button
 ========================= */

.c-button {
	font-size: 1.6rem;
	width: 100%; /* テキスト */ /* 矢印アイコン */ /* 背景色_緑 */ /* 枠線 */ /* 背景色+枠線 */ /* サイズ_大 */ /* 縦積み */
}

.c-button:hover {
	opacity: 0.7;
}

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

.c-button .--14 {
	font-size: 1.4rem;
}

.c-button .--copy {
	font-size: 1.2rem;
	text-align: center;
}

.c-button:has(.--arrow) {
	position: relative;
}

.c-button .--arrow {
	height: 2.4rem;
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.4rem;
}

.c-button .--arrow.--bottom {
	transform: translateY(-50%) rotate(90deg);
}

.c-button .--icon {
	width: 2.8rem;
}

.c-button .--icon-web {
	width: 2.4rem;
}

.c-button--green {
	background: #4CA10B;
	border-radius: 0.4rem;
	border-radius: 0.4rem;
	color: #fff;
	line-height: 150%;
	max-width: 32.5rem;
	padding: 1.75rem;
}

.c-button--green .--copy {
	color: #fff;
}

.c-button--outline {
	background: #fff;
	border: 0.1rem solid #4CA10B;
	border-radius: 0.4rem;
	max-width: 32.5rem;
	padding: 1.75rem;
	width: 100%;
}

.c-button--outline .--copy {
	color: #4CA10B;
}

.c-button--outline--inversion {
	transition: all 0.2s 0s ease-in-out;
}

.c-button--outline--inversion:hover {
	background: #4CA10B;
	color: #fff;
	opacity: 1;
}

.c-button--solid {
	background: #4CA10B;
	border: 0.4rem solid #CFEEB7;
	border-radius: 0.6rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 auto;
	max-width: 54.4rem;
	padding: 2.8rem 2rem;
	width: 100%;
}

.c-button--solid--sm {
	font-size: 1.6rem;
	max-width: 32.5rem;
	padding: 1.75rem 1.6rem;
	width: 100%;
}

.c-button--lg {
	font-size: 1.8rem;
	max-width: 53.6rem;
}

.c-button--lg .--arrow {
	right: 2rem;
	width: 3.2rem;
}

.c-button--stack {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 8.7rem;
	padding: 0.8rem 3.2rem;
}

.c-button--stack .--body {
	align-items: center;
	display: flex;
	justify-content: center;
}

.c-button--stack .--body.--tel {
	-moz-column-gap: 0.4rem;
	column-gap: 0.4rem;
}

.c-button--stack .--body.--web {
	-moz-column-gap: 0.8rem;
	column-gap: 0.8rem;
}

.c-button--stack .--icon-tel {
	width: 3rem;
}

.c-button--stack .--icon-web {
	width: 2.4rem;
}

.c-button--stack .--tel {
	font-family: "Forum", serif;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	line-height: 150%;
}

.c-button--stack .--web {
	color: #fff;
	font-weight: 700;
}

/* ============================
c-access
 ========================= */

.top .c-access {
	padding: 10rem 0 6.4rem;
	position: relative;
}

.top .c-access::after {
	background: #f8f8f8;
	bottom: 0;
	content: "";
	height: 78.5rem;
	left: 0;
	position: absolute;
	width: 108.7rem;
	z-index: -1;
}

.c-access__heading {
	letter-spacing: 0.5rem;
	text-align: center;
}

.c-access__heading::before {
	font-size: 18rem;
	left: 50%;
	letter-spacing: -0.6rem;
	top: -10rem;
	transform: translateX(-50%);
}

.c-access__wrap {
	-moz-column-gap: 6rem;
	column-gap: 6rem;
	display: flex;
	margin-top: 4rem;
}

.c-access__content-address {
	margin-top: 0.8rem;
}

.c-access__content-tel {
	-moz-column-gap: 0.8rem;
	align-items: center;
	column-gap: 0.8rem;
	display: flex;
	font-family: "Forum", serif;
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	line-height: 120%;
	margin-top: 0.8rem;
	width: -moz-fit-content;
	width: fit-content;
}

.c-access__content-tel-icon {
	width: 4rem;
}

.c-access__content-table {
	background: #fff;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	margin-top: 1.6rem;
	width: 100%;
}

.c-access__content-table tr {
	font-feature-settings: "palt";
}

.c-access__content-table tr:first-of-type {
	background: #4CA10B;
	color: #fff;
	font-weight: 700;
}

.c-access__content-table tr:nth-of-type(2) {
	border-bottom: 0.1rem solid #ccc;
}

.c-access__content-table th {
	padding: 1.5rem 1.4rem;
	text-align: center;
}

.c-access__content-table th:first-of-type {
	width: 16.5rem;
}

.c-access__content-table td {
	font-weight: 700;
	padding: 1.5rem 1.4rem;
	text-align: center;
}

.c-access__content-info {
	font-size: 1.4rem;
	margin-top: 0.8rem;
}

.c-access__content-info-space {
	display: none;
}

.c-access__content-info-table th {
	display: block;
	font-weight: 400;
	margin-right: 0.8rem;
	width: 9rem;
}

.c-access__area {
	display: flex;
	flex-direction: column;
	row-gap: 1.6rem;
}

.c-access__area-map {
	aspect-ratio: 136/75;
	height: 100%;
	width: 100%;
}

.c-access__area-map iframe {
	height: 100%;
	width: 100%;
}

.c-access__area-transport {
	-moz-column-gap: 3.2rem;
	background: #fff;
	border: 0.1rem solid #ccc;
	column-gap: 3.2rem;
	display: flex;
	margin-top: 1.6rem;
	padding: 1.6rem 2rem;
}

.c-access__area-transport-title {
	-moz-column-gap: 0.8rem;
	align-items: center;
	border-right: 0.1rem solid #ccc;
	column-gap: 0.8rem;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	padding: 0 3.2rem 0 1.6rem;
}

.c-access__area-transport-title-icon {
	width: 2rem;
}

.c-access__area-transport-list li {
	font-feature-settings: "palt";
	font-size: 1.2rem;
	padding-left: 2.4rem;
	position: relative;
}

.c-access__area-transport-list li::before {
	background: #565656;
	border-radius: 50%;
	content: "";
	height: 0.4rem;
	left: 1.2rem;
	position: absolute;
	top: 1.2rem;
	width: 0.4rem;
}

.c-access__area-outlink {
	-moz-column-gap: 0.8rem;
	align-items: center;
	color: #4CA10B;
	column-gap: 0.8rem;
	display: flex;
	font-family: "Forum", serif;
	font-size: 1.4rem;
	font-weight: 400;
	margin-left: auto;
}

.c-access__area-outlink-icon {
	width: 2rem;
}

.c-access__slider {
	margin-top: 10.4rem;
}

/* ============================
c-heading
 ========================= */

/* タイトル共通 */

.c-heading {
	font-family: "Shippori Mincho B1", serif;
	font-size: 3.8rem;
	font-weight: 600;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}

.c-heading::before {
	color: #CCC;
	content: attr(data-label);
	font-family: "Forum", serif;
	font-weight: 400;
	line-height: 100%;
	opacity: 0.16;
	position: absolute;
	white-space: nowrap;
	z-index: -1;
}

.c-heading--section {
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: 0.17rem;
}

.c-heading--border {
	border-bottom: 0.6rem solid #4CA10B;
	padding-bottom: 0.2rem;
}

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

.c-heading .--space-small {
	letter-spacing: -0.3rem;
}

.c-heading--small {
	color: #4CA10B;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 150%;
}

.c-heading--small .--space-small {
	letter-spacing: -0.3rem;
}

.c-heading--small.--black {
	color: #565656;
}

.c-heading--page {
	margin: 0 auto;
	max-width: 136rem;
	position: relative;
	width: 100%;
}

.c-heading--page h1 {
	font-family: "Shippori Mincho B1", serif;
	font-size: 4rem;
	font-weight: 600;
	left: 50%;
	letter-spacing: 0.5rem;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

/* ============================
cta
 ========================= */

.c-cta {
	background: url(../../public/img/common/cta-bg_pc.webp) no-repeat center top/cover;
	padding: 13.2rem 0 6.4rem;
}

.c-cta__inner {
	margin: 0 auto;
	max-width: 129.8rem;
	padding: 0 2.5rem;
	width: 100%;
}

.c-cta__heading .--text {
	color: #fff;
	display: block;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.34);
	width: -moz-fit-content;
	width: fit-content;
}

.c-cta__heading::before {
	color: #fff;
	font-size: 20rem;
	left: 50%;
	letter-spacing: -0.6rem;
	opacity: 0.3;
	top: -13.2rem;
	transform: translateX(-50%);
}

.c-cta__wrap {
	align-items: center;
	background: #fff;
	border-radius: 0.4rem;
	box-shadow: 0 2px 16px 0 rgba(110, 110, 110, 0.4);
	display: flex;
	justify-content: space-between;
	margin-top: 1.6rem;
	padding: 4rem 6.4rem;
}

.c-cta__small-heading {
	letter-spacing: -0.08rem;
	line-height: 1.5;
}

.c-cta__small-heading .--38 {
	font-size: 3.8rem;
}

.c-cta__content-description {
	margin-top: 1.6rem;
}

.c-cta__contact {
	display: flex;
	flex-direction: column;
	max-width: 34rem;
	row-gap: 1.6rem;
	width: 100%;
}

.c-cta__contact a {
	max-width: 100%;
}

/* c-cta--section */

.c-cta--section {
	background: url(../../public/img/common/section-cta_pc.webp) no-repeat center center/cover;
	margin-top: 10rem;
	padding: 6.4rem 0;
}

.c-cta--section .c-cta__heading {
	color: #565656;
	text-align: center;
}

.c-cta--section .c-cta__content-text {
	margin-top: 0.8rem;
	text-align: center;
}

.c-cta--section .c-cta__contact {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 3.2rem auto 0;
	max-width: 70rem;
	width: 100%;
}

/* ============================
c-mv
 ========================= */

.c-mv {
	background: url(../../public/img/top/mv-bg_pc.webp) no-repeat center center/cover;
	position: relative;
}

.c-mv__inner {
	padding: 4rem 4rem 8rem;
}

.c-mv__wrap {
	bottom: -2.8rem;
	display: flex;
	justify-content: space-between;
	left: 0;
	padding-right: 8rem;
	position: absolute;
	width: 100%;
}

.c-mv__content {
	background-color: #fff;
	background-image: repeating-linear-gradient(-45deg, rgba(93, 198, 13, 0.1019607843), rgba(93, 198, 13, 0.1019607843) 0.2rem, transparent 0.2rem, transparent 0.8rem);
	border-left: 1.2rem solid #4CA10B;
	border-radius: 0 0.4rem 0.4rem 0;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	padding: 3.2rem 6rem 2rem 8rem;
	width: -moz-fit-content;
	width: fit-content;
}

.c-mv__heading h2 {
	color: #4CA10B;
	font-family: "Shippori Mincho B1", serif;
	font-size: 3.6rem;
	font-weight: 600;
	font-weight: 600;
	letter-spacing: 2.407px;
	line-height: 120%;
}

.c-mv__heading p {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-weight: 500;
	letter-spacing: 0.6px;
	line-height: 1.5;
}

.c-mv__heading p .--54 {
	font-size: 5.4rem;
}

.c-mv__heading p .--40 {
	font-size: 4rem;
}

.c-mv__list {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	display: flex;
}

.c-mv__item {
	background: #4CA10B;
	border-radius: 50%;
	color: #fff;
	display: grid;
	font-size: 1.4rem;
	height: 14.6rem;
	line-height: 120%;
	place-content: center;
	position: relative;
	text-align: center;
	width: 14.6rem;
}

.c-mv__item::after {
	border: 0.1rem solid #fff;
	border-radius: 50%;
	content: "";
	height: 13.4rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 13.4rem;
}

/* ============================
c-fixed-cta
 ========================= */

.c-fixed-cta {
	bottom: 0;
	box-shadow: 0 -4px 8px 0 rgba(166, 166, 166, 0.2);
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	transition: opacity 0.5s ease;
	z-index: 10;
}

.c-fixed-cta__list {
	display: flex;
}

.c-fixed-cta__item {
	border-radius: 0.4rem 0.4rem 0 0;
	display: grid;
	flex: 1;
	overflow: hidden;
	place-content: center;
}

.c-fixed-cta__item.--tel {
	background: #fff;
}

.c-fixed-cta__item.--line {
	background: linear-gradient(0deg, rgba(93, 198, 13, 0.1) 0%, rgba(93, 198, 13, 0.1) 100%), #FFF;
	color: #4CA10B;
}

.c-fixed-cta__item.--web {
	background: #4CA10B;
	color: #fff;
}

.c-fixed-cta__link {
	-moz-column-gap: 0.6rem;
	align-items: center;
	column-gap: 0.6rem;
	display: flex;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 1rem 0.2rem;
}

.c-fixed-cta__link .--icon {
	flex-shrink: 0;
	width: 2rem;
}

.c-fixed-cta__link .--12 {
	font-size: 1.2rem;
}

/* ============================
c-case
 ========================= */

/* 検索 */

.c-case__search {
	border: 0.1rem solid #ccc;
}

.c-case__search-title {
	padding: 4rem;
}

.c-case__search-title-inner {
	align-items: center;
}

.c-case__search-title-inner img {
	flex-shrink: 0;
	width: 3.6rem;
}

.c-case__search-content {
	padding: 0 4rem 4rem;
}

.c-case__search-content-inner {
	flex-direction: column;
}

.c-case__search-content-item:last-of-type {
	border-bottom: 0.1rem solid #ccc;
	margin-top: 4rem;
	padding-bottom: 4rem;
}

.c-case__search-content-heading {
	border-bottom: 0.1rem solid #4CA10B;
	color: #4CA10B;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
	padding-bottom: 0.8rem;
}

.c-case__search-content-item-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem;
	margin-top: 2.4rem;
}

.c-case__search-content-item-link {
	border: 0.1rem solid #ccc;
	border-radius: 0.4rem;
	font-size: 1.2rem;
	padding: 0.8rem 1.6rem;
	text-align: center;
}

.c-case__search-content-item-link.is-current {
	background: rgba(93, 198, 13, 0.1);
	border: 0.1rem solid #4CA10B;
	color: #4CA10B;
}

.c-case__search-button {
	background: #4CA10B;
	border: 0.1rem solid #4CA10B;
	border: 0.1rem solid #ccc;
	border-radius: 0.4rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	margin-top: 4rem;
	padding: 0.8rem 1.6rem;
	text-align: center;
	transition: all 0.2s 0s ease-in-out;
	width: -moz-fit-content;
	width: fit-content;
}

.c-case__search-button:hover {
	background: #fff;
	border: 0.1rem solid #ccc;
	color: #4CA10B;
}

.c-case__wrap {
	padding-top: 6.4rem;
}

.c-case__archive {
	margin-top: 10rem;
}

.c-case__list {
	display: flex;
	flex-wrap: wrap;
	gap: 3.2rem;
}

.c-case__item {
	background: #fff;
	border-radius: 0.4rem;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	width: calc(50% - 1.6rem);
}

.c-case__item-heading {
	-moz-column-gap: 1.6rem;
	align-items: center;
	border-bottom: 0.1rem solid #ccc;
	column-gap: 1.6rem;
	display: flex;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
	font-weight: 600;
	line-height: 150%;
	padding: 2rem 2rem 0.8rem;
}

.c-case__item-heading-number {
	color: #4CA10B;
	font-family: "Forum", serif;
	font-size: 3.8rem;
	font-weight: 400;
	line-height: 100%;
	text-transform: capitalize;
}

.c-case__item-body {
	display: flex;
	flex-direction: column;
	padding: 2rem 2rem 3.2rem;
	row-gap: 1.6rem;
}

.c-case__item-gallery {
	-moz-column-gap: 0.8rem;
	align-items: center;
	column-gap: 0.8rem;
	display: flex;
}

.c-case__item-gallery-column {
	flex: 1;
}

.c-case__item-gallery-column:nth-of-type(1) .c-case__item-gallery-label {
	background: rgba(93, 198, 13, 0.1);
	color: #4CA10B;
}

.c-case__item-gallery-column:nth-of-type(3) .c-case__item-gallery-label {
	background: #4CA10B;
	color: #fff;
}

.c-case__item-gallery-label {
	font-family: "Forum", serif;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

.c-case__item-gallery-img {
	aspect-ratio: 238/159;
	max-width: 23.8rem;
	overflow: hidden;
}

.c-case__item-gallery-img img {
	-o-object-fit: cover;
	object-fit: cover;
}

.c-case__item-gallery-arrow {
	border-color: transparent transparent transparent #4CA10B;
	border-style: solid;
	border-width: 1.2rem 0 1.2rem 1.2rem;
	flex-shrink: 0;
	height: 0;
	width: 0;
}

.c-case__item-comment {
	background: #f8f8f8;
	padding: 1.6rem;
}

.c-case__item-comment-text {
	font-feature-settings: "palt";
	font-size: 1.2rem;
	text-align: justify;
}

.c-case__item-table {
	font-size: 12px;
	width: 100%;
}

.c-case__item-table tr {
	border-bottom: 0.1rem solid #ccc;
	display: block;
	padding: 0.8rem 1.6rem;
}

.c-case__item-table th {
	font-weight: 700;
	width: 12rem;
}

.c-case__item-table td {
	font-feature-settings: "palt";
	text-align: justify;
}

/* ============================
c-flow
 ========================= */

.c-flow {
	background: #FFF6CC;
	padding: 4.8rem 0;
}

.c-flow__inner {
	margin: 0 auto;
	max-width: 98rem;
	padding: 0 2rem;
	width: 100%;
}

.c-flow__list {
	margin-top: 4.8rem;
}

.c-flow__item {
	background: #fff;
	border-radius: 0.8rem;
	padding: 2.4rem;
}

.c-flow__item-inner {
	-moz-column-gap: 2.4rem;
	column-gap: 2.4rem;
	display: flex;
}

.c-flow__item-content {
	flex: 1;
}

.c-flow__item-heading {
	-moz-column-gap: 1.6rem;
	align-items: center;
	column-gap: 1.6rem;
	display: flex;
}

.c-flow__item-number {
	background-color: #EA5413;
	border-radius: 100%;
	color: #fff;
	display: grid;
	flex-shrink: 0;
	font-family: Quicksand, sans-serif;
	font-size: 2.4rem;
	height: 4.9rem;
	line-height: 100%;
	place-content: center;
	width: 4.9rem;
}

.c-flow__item-title {
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 135%;
}

.c-flow__item-text {
	font-size: 1.6rem;
	font-weight: 700;
	margin-top: 2.4rem;
}

.c-flow__item-text > *:not(:first-child) {
	margin-top: 2.4rem;
}

.c-flow__item-img {
	max-width: 34.2rem;
}

.c-flow__item-arrow {
	margin: 0.8rem auto;
	width: 3.2rem;
}

.p-first-flow .c-flow__content-list {
	background: #FFF6CC;
}

.c-flow__content-list {
	border-radius: 0.8rem;
}

.c-flow__content-list > *:not(:first-child) {
	margin-top: 0.8rem;
}

.--kids-dental .c-flow__content-list {
	background: #FFF6CC;
	padding: 1.2rem 1.6rem;
}

.c-flow__content-item {
	display: flex;
}

.c-flow__content-item-check {
	flex-shrink: 0;
	width: 2.6rem;
}

.c-flow__content-item-text {
	font-weight: 700;
}

/* ============================
c-footer__slider
 ========================= */

.c-footer__slider {
	background: linear-gradient(to bottom, #FFE200 50%, #FFF6CC 50%);
	padding: 4.8rem 0;
}

/* ============================
c-list
 ========================= */

.c-list__item {
	padding-left: 1.8rem;
	position: relative;
}

.c-list__item::before {
	background: #565656;
	border-radius: 50%;
	content: "";
	height: 0.4rem;
	left: 0.4rem;
	position: absolute;
	top: 1.3rem;
	width: 0.4rem;
}

/* =====================================================
c-section
 ================================================== */

.c-section__heading-bl {
	border-left: 0.8rem solid #4CA10B;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.8rem;
	font-weight: 600;
	font-weight: 600;
	letter-spacing: 0.17rem;
	line-height: 1.5;
	padding-left: 1.6rem;
}

.c-section__small-list {
	display: flex;
	flex-wrap: wrap;
	gap: 3.2rem;
	margin-top: 4rem;
}

.c-section__small-item {
	background: #FFF;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	padding: 2rem;
	width: calc(33.3% - 2.1333333333rem);
}

.c-section__small-item-title {
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
	font-weight: 600;
	letter-spacing: 0.17rem;
	line-height: 1.5;
	text-align: center;
}

.c-section__small-item-title + .c-section__small-item-img {
	margin-top: 1.6rem;
}

.c-section__small-item-label {
	background: linear-gradient(0deg, rgba(93, 198, 13, 0.1) 0%, rgba(93, 198, 13, 0.1) 100%), #FFF;
	color: #4CA10B;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	margin: -2rem auto 0;
	max-width: 28rem;
	padding: 0.4rem;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.c-section__small-item-label .--12 {
	font-size: 1.2rem;
}

.c-section__small-item-text {
	margin-top: 1.6rem;
}

/* ============================
c-section__overview
 ========================= */

.c-section__overview {
	padding: 15.6rem 0 24rem;
}

.c-section__overview-wrap {
	-moz-column-gap: 14rem;
	align-items: center;
	column-gap: 14rem;
	display: flex;
	position: relative;
	z-index: 1;
}

.c-section__overview-wrap::after {
	background: url(../../public/img/common/section-overview-bg_pc.webp) no-repeat center center/cover;
	content: "";
	height: 60rem;
	left: -16rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 108.8rem;
	z-index: -1;
}

.c-section__overview-content {
	max-width: 64rem;
	width: 100%;
}

.c-section__overview-content-description {
	margin-top: 2.4rem;
}

.c-section__overview-content-description p:not(:first-of-type) {
	margin-top: 1.6rem;
}

.c-section__overview-img {
	margin-right: calc(50% - 50vw);
	max-width: 40.8rem;
}

/* ============================
c-section__about
 ========================= */

.c-section__about-heading {
	text-align: center;
}

.c-section__about-heading::before {
	color: #ccc;
	font-size: 14rem;
	left: 50%;
	letter-spacing: -0.46rem;
	opacity: 0.16;
	position: absolute;
	top: -7.4rem;
	transform: translateX(-50%);
}

.c-section__about-wrap {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 10rem;
}

.c-section__about-content {
	max-width: 57.6rem;
	width: 100%;
}

.c-section__about--content-description {
	margin-top: 2.4rem;
}

.c-section__about--content-description > *:not(:first-child) {
	margin-top: 1.6rem;
}

.c-section__about--content-description h3 {
	font-weight: 700;
}

.c-section__about-img {
	max-width: 44.8rem;
	width: 100%;
}

/* メリットデメリット */

.c-section__about-summary {
	margin-top: 11.8rem;
	padding: 6.4rem;
	position: relative;
	z-index: 1;
}

.c-section__about-summary::after {
	background: url(../../public/img/common/section-about-bg_pc.webp) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.c-section__about-summary-heading {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	width: 100%;
}

.c-section__about-summary-wrap {
	-moz-column-gap: 4rem;
	column-gap: 4rem;
	display: flex;
}

.c-section__about-summary-item {
	background: #fff;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	flex: 1;
	padding: 2rem 4rem 4rem;
}

.c-section__about-summary-item:nth-of-type(1) .c-section__about-summary-item-heading {
	border-bottom: 0.1rem solid #4CA10B;
	color: #4CA10B;
}

.c-section__about-summary-item:nth-of-type(2) .c-section__about-summary-item-heading {
	border-bottom: 0.1rem solid #ccc;
}

.c-section__about-summary-item-heading {
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: 0.17rem;
	line-height: 1.5;
	padding-bottom: 0.8rem;
	text-align: center;
}

.c-section__about-summary-list {
	margin-top: 2.4rem;
}

.c-section__about-summary-list li {
	-moz-column-gap: 0.8rem;
	align-items: flex-start;
	column-gap: 0.8rem;
	display: flex;
}

.c-section__about-summary-list li:not(:first-of-type) {
	margin-top: 1.6rem;
}

.c-section__about-summary-list li img {
	flex-shrink: 0;
	width: 3rem;
}

/* c-section__about-article */

.c-section__about-article-wrap {
	position: relative;
}

.c-section__about-article-wrap::after {
	background: #F8F8F8;
	bottom: -10rem;
	content: "";
	height: 56rem;
	position: absolute;
	right: -16rem;
	width: 108.8rem;
	z-index: -1;
}

.c-section__about-article {
	margin-top: 10rem;
}

.c-section__about-article-lead {
	margin-top: 4rem;
}

.c-section__about-article-list {
	margin-top: 4rem;
}

.c-section__about-article-item {
	-moz-column-gap: 4rem;
	column-gap: 4rem;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.c-section__about-article-item:not(:first-of-type) {
	margin-top: 4rem;
}

.c-section__about-article-item.--big {
	align-items: center;
	background: #fff;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	display: flex;
	flex-direction: row;
	padding: 4rem;
}

.c-section__about-article-item.--big .c-section__about-article-item-heading {
	border: none;
}

.c-section__about-article-item.--big .c-section__about-article-item-description {
	font-feature-settings: "palt";
	text-align: justify;
}

.c-section__about-article-item.--big .c-section__about-article-item-video {
	max-width: 60rem;
	width: 100%;
}

.c-section__about-article-item.--big .c-section__about-article-item-video video {
	height: auto;
	width: 100%;
}

.c-section__about-article-item-content {
	flex: 1;
}

.c-section__about-article-item-heading {
	border-bottom: 0.1rem solid #4CA10B;
	color: #4CA10B;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
	font-weight: 600;
	letter-spacing: 0.17rem;
	line-height: 1.5;
	padding-bottom: 0.8rem;
}

.c-section__about-article-item-description {
	margin-top: 2.4rem;
}

.c-section__about-article-item-description p:not(:first-of-type) {
	margin-top: 1.6rem;
}

.c-section__about-article-item-link {
	color: #ccc;
	font-size: 1.2rem;
	margin-top: 1.6rem;
	text-align: justify;
}

.c-section__about-article-check {
	background: url(../../public/img/common/section-about-bg_pc.webp) no-repeat center center/cover;
	margin-top: 5.7rem;
	padding: 4rem;
	position: relative;
}

.c-section__about-article-check-heading {
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translate(-50%, -50%);
	width: 100%;
}

.c-section__about-article-check-list {
	background: #fff;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem 3.2rem;
	padding: 4rem;
}

.c-section__about-article-check-list li {
	-moz-column-gap: 0.8rem;
	align-items: flex-start;
	column-gap: 0.8rem;
	display: flex;
	width: calc(50% - 1.6rem);
}

.c-section__about-article-check-list li img {
	padding-top: 0.2rem;
	width: 3rem;
}

.c-section__about-article-item-img {
	max-width: 54rem;
	width: 100%;
}

.c-section__about-article-note {
	background: #fff;
	border: 0.1rem solid #ccc;
	margin: 4rem auto 0;
	padding: 4rem;
	width: -moz-fit-content;
	width: fit-content;
}

.c-section__about-article-note p {
	font-feature-settings: "palt";
	font-size: 1.4rem;
}

.c-section__about-article-note p:first-of-type {
	margin-top: 2.4rem;
}

.c-section__about-article-note p:not(:first-of-type) {
	margin-top: 0.8rem;
}

.c-section__about-article-note-heading {
	color: #4CA10B;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
	font-weight: 600;
	letter-spacing: 0.17rem;
	line-height: 1.5;
	text-align: center;
}

.c-section__about-article-note-button {
	margin-top: 2.4rem;
}

.c-section__about-note {
	display: block;
	font-size: 1.2rem;
	line-height: 180%;
	margin-top: 4rem;
}

/* ============================
c-section__start
 ========================= */

.c-section__start {
	margin-top: 28.4rem;
}

.c-section__start-lead {
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.8rem;
	font-weight: 600;
	font-weight: 600;
	letter-spacing: 0.17rem;
	line-height: 1.5;
	margin-top: 10rem;
	text-align: center;
}

.c-section__start-main-text {
	margin-top: 4rem;
	text-align: center;
}

.c-section__start-main-text p:not(:first-of-type) {
	margin-top: 1.6rem;
}

/* ============================
c-section__cause
 ========================= */

.c-section__cause {
	margin-top: 18.4rem;
}

.c-section__cause-lead {
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.8rem;
	font-weight: 600;
	font-weight: 600;
	letter-spacing: 0.17rem;
	line-height: 1.5;
	margin-top: 10rem;
	text-align: center;
}

.c-section__cause-main-text {
	margin-top: 2.4rem;
	text-align: center;
}

.c-section__cause-main-text p:not(:first-of-type) {
	margin-top: 1.6rem;
}

.c-section__cause-wrap {
	margin-top: 10rem;
}

.c-section__cause-list {
	display: flex;
	flex-wrap: wrap;
	gap: 3.2rem 6.4rem;
	margin-top: 4rem;
}

.c-section__cause-list .c-section__cause-item {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	display: flex;
	flex-direction: row-reverse;
	width: calc(50% - 3.2rem);
}

.c-section__cause-list .c-section__cause-item-heading {
	border-bottom: 0.1rem solid #4CA10B;
	color: #4CA10B;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
	font-weight: 600;
	letter-spacing: 0.17rem;
	line-height: 1.5;
	padding-bottom: 0.8rem;
}

.c-section__cause-list .c-section__cause-item-text {
	margin-top: 1.6rem;
}

.c-section__cause-list .c-section__cause-item-img {
	max-width: 25.6rem;
	width: 100%;
}

.c-section__cause-2col {
	margin-top: 4rem;
}

.c-section__cause-2col .c-section__cause-item {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	display: flex;
	flex-direction: row-reverse;
}

.c-section__cause-2col .c-section__cause-item-heading {
	border-bottom: 0.1rem solid #4CA10B;
	color: #4CA10B;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
	font-weight: 600;
	letter-spacing: 0.17rem;
	line-height: 1.5;
	padding-bottom: 0.8rem;
}

.c-section__cause-2col .c-section__cause-item-text p:not(:first-of-type) {
	margin-top: 1.6rem;
}

.c-section__cause-2col .c-section__cause-item-img {
	max-width: 54rem;
	width: 100%;
}

.c-section__cause-item-content {
	flex: 1;
}

/* ============================
c-section__feature
 ========================= */

.c-section__feature {
	margin-top: 18.4rem;
}

.c-section__feature-list {
	margin-top: 10rem;
	position: relative;
}

.c-section__feature-list::after {
	background: #F8F8F8;
	content: "";
	height: 98rem;
	left: -16rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 108.8rem;
	z-index: -1;
}

.c-section__feature-item {
	-moz-column-gap: 6.2rem;
	align-items: flex-start;
	column-gap: 6.2rem;
	display: flex;
	position: relative;
	z-index: 1;
}

.c-section__feature-item::after {
	background: #fff;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	content: "";
	height: calc(100% - 6.4rem);
	position: absolute;
	top: 6.4rem;
	width: 96rem;
	z-index: -1;
}

.c-section__feature-item:not(:first-of-type) {
	margin-top: 4rem;
}

.c-section__feature-item:nth-of-type(odd) {
	flex-direction: row-reverse;
}

.c-section__feature-item:nth-of-type(odd)::after {
	right: 0;
}

.c-section__feature-item:nth-of-type(odd) .c-section__feature-item-content {
	padding-right: 6.4rem;
}

.c-section__feature-item:nth-of-type(even) {
	flex-direction: row;
}

.c-section__feature-item:nth-of-type(even)::after {
	left: 0;
}

.c-section__feature-item:nth-of-type(even) .c-section__feature-item-content {
	padding-left: 6.4rem;
}

.c-section__feature-item-content {
	flex: 1;
	min-height: 44.4rem;
	padding-bottom: 6.4rem;
}

.c-section__feature-item-content small {
	display: block;
	font-size: 1.4rem;
	margin-top: 2.4rem;
}

.c-section__feature-item-number {
	color: #4CA10B;
	font-family: "Forum", serif;
	font-size: 12rem;
	font-weight: 400;
	line-height: 100%;
}

.c-section__feature-item-heading {
	margin-top: 0.8rem;
}

.c-section__feature-item-text {
	margin-top: 2.4rem;
}

.c-section__feature-item-img {
	max-width: 54.4rem;
	width: 100%;
}

/* ============================
c-section__flow
 ========================= */

.c-section__flow {
	margin-top: 28.4rem;
	padding-bottom: 10rem;
}

.c-section__flow-list {
	margin-top: 10rem;
	position: relative;
}

.c-section__flow-list::before,
.c-section__flow-list::after {
	background: #F8F8F8;
	content: "";
	position: absolute;
	z-index: -1;
}

.c-section__flow-list::before {
	height: 83rem;
	right: -16rem;
	top: 0;
	width: 80rem;
}

.c-section__flow-list::after {
	bottom: -10rem;
	height: 74rem;
	left: -16rem;
	width: 108.8rem;
}

.c-section__flow-item {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	display: flex;
}

.c-section__flow-item:not(:last-of-type) .c-section__flow-item-content {
	padding-bottom: 4rem;
}

.c-section__flow-item-left {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.c-section__flow-item-left .--line {
	background: #4CA10B;
	flex: 1;
	height: 100%;
	width: 0.1rem;
}

.c-section__flow-item-number {
	background: #4CA10B;
	border-radius: 50%;
	color: #fff;
	display: grid;
	font-family: "Forum", serif;
	font-size: 3.8rem;
	font-weight: 400;
	height: 4.2rem;
	line-height: 100%;
	place-content: center;
	width: 4.2rem;
}

.c-section__flow-item-right {
	max-width: 106.2rem;
	width: 100%;
}

.c-section__flow-item-heading {
	letter-spacing: 0.17rem;
}

.c-section__flow-item-time {
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0.17rem;
	line-height: 150%;
}

.c-section__flow-item-content {
	margin-top: 1.6rem;
}

.c-section__flow-item-content-inner {
	-moz-column-gap: 4rem;
	background: #fff;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	column-gap: 4rem;
	display: flex;
	flex: 1;
	justify-content: space-between;
	padding: 2rem 4rem;
}

.c-section__flow-item-description {
	text-align: justify;
}

.c-section__flow-item-description > *:not(:first-child) {
	margin-top: 0.8rem;
}

.c-section__flow-item-description small {
	display: block;
	font-size: 1.2rem;
}

.c-section__flow-item-img {
	flex-shrink: 0;
	max-width: 40rem;
	width: 100%;
}

/* ============================
c-section__notes
 ========================= */

.c-section__notes {
	padding: 18.3rem 0 10rem;
}

.c-section__notes-wrap {
	background: url(../../public/img/common/section-about-bg_pc.webp) no-repeat center center/cover;
	margin-top: 4rem;
	padding: 4rem 9.6rem;
}

.c-section__notes-wrap-text {
	font-size: 1.8rem;
	text-align: center;
}

.c-section__notes-list {
	background: #fff;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	margin-top: 2.4rem;
	padding: 4rem 9.6rem;
}

.c-section__notes-list li {
	-moz-column-gap: 0.8rem;
	align-items: flex-start;
	column-gap: 0.8rem;
	display: flex;
}

.c-section__notes-list li:not(:first-of-type) {
	margin-top: 1.6rem;
}

.c-section__notes-list li img {
	flex-shrink: 0;
	padding-top: 0.2rem;
	width: 3rem;
}

.c-section__notes-bottom-text {
	font-size: 1.4rem;
	margin-top: 4rem;
	text-align: center;
}

/* ============================
c-section__menu
 ========================= */

.c-section__menu {
	padding: 6.4rem 0 8rem;
}

.c-section-menu__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem;
	margin-top: 2.4rem;
}

.c-section-menu__item {
	background: #fff;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	width: calc(33.33% - 1.0666666667rem);
}

.c-section-menu__link {
	-moz-column-gap: 1.3rem;
	align-items: center;
	column-gap: 1.3rem;
	display: flex;
	padding: 2rem 2rem 3.2rem;
}

.c-section-menu__item-icon {
	height: 8rem;
	width: 8rem;
}

.c-section-menu__item-icon img {
	width: 3.5rem;
}

.c-section-menu__item-heading {
	font-size: 2.2rem;
}

.c-section-menu__item-text {
	font-feature-settings: "palt";
	font-size: 1.4rem;
	margin-top: 0.8rem;
}

.c-section-menu__item-arrow {
	bottom: 1rem;
	filter: invert(48%) sepia(47%) saturate(1657%) hue-rotate(59deg) brightness(92%) contrast(91%);
	position: absolute;
	right: 1.3rem;
	width: 2.4rem;
}

/* ============================
c-clinic-hours
 ========================= */

.c-clinic-hours {
	font-size: 1.2rem;
	line-height: 1.2;
}

.c-clinic-hours th {
	background: rgba(93, 198, 13, 0.1);
	color: #4CA10B;
	font-weight: 500;
	padding: 0 0.4rem;
	text-align: center;
}

.c-clinic-hours th .--inner {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.c-clinic-hours tr td {
	font-feature-settings: "palt";
}

.c-clinic-hours tr td:first-of-type {
	padding: 0 0.8rem;
	width: 7.1rem;
}

.c-clinic-hours + small {
	display: block;
	font-size: 1.2rem;
	line-height: 150%;
}

.c-clinic-hours + small.--pl {
	padding-left: 0.8rem;
}

/* ============================
project
========================= */

/* ============================
p-top-news
 ========================= */

.p-top-news {
	background: rgba(93, 198, 13, 0.1);
	margin-top: 8.4rem;
}

.p-top-news__inner {
	margin: 0 auto;
	max-width: 117rem;
	padding: 4rem 2.5rem 3.6rem;
	width: 100%;
}

.p-top-news__post {
	-moz-column-gap: 6.4rem;
	column-gap: 6.4rem;
	display: flex;
}

.p-top-news__post-heading {
	-moz-column-gap: 0.25rem;
	color: #4CA10B;
	column-gap: 0.25rem;
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
}

.p-top-news__post-heading-icon {
	flex-shrink: 0;
	padding-top: 0.2rem;
	padding-top: 0.2rem;
	width: 2.4rem;
}

.p-top-news__post-content {
	font-size: 1.4rem;
}

/* ============================
about
 ========================= */

.p-top-about {
	margin-top: 16rem;
}

.p-top-about__inner {
	position: relative;
}

.p-top-about__inner::before {
	background: url(../../public/img/top/about-bg_pc.webp) no-repeat center center/cover;
	bottom: 7rem;
	content: "";
	height: 55rem;
	left: 0;
	position: absolute;
	width: 108.8rem;
	z-index: -1;
}

.p-top-about__item {
	-moz-column-gap: 8rem;
	column-gap: 8rem;
	display: flex;
}

.p-top-about__item:nth-of-type(1) {
	flex-direction: row-reverse;
	padding-right: 16rem;
}

.p-top-about__item:nth-of-type(1) .p-top-about__item-img {
	max-width: 72.4rem;
	width: 100%;
}

.p-top-about__item:nth-of-type(2) {
	align-items: center;
	margin-top: -11.2rem;
	padding-left: 16rem;
}

.p-top-about__item:nth-of-type(2) .p-top-about__item-img {
	max-width: 75.2rem;
	width: 100%;
}

.p-top-about__item-content {
	flex: 1;
}

.p-top-about__heading {
	font-size: 2.8rem;
	letter-spacing: 0.17rem;
}

.p-top-about__heading::before {
	font-size: 18rem;
	left: -3.1rem;
	letter-spacing: -0.6rem;
	top: -11.2rem;
}

.p-top-about__heading .--38 {
	font-size: 3.8rem;
}

.p-top-about__item-content-small-heading {
	font-size: 1.8rem;
	line-height: 180%;
}

h2 + .p-top-about__item-content-small-heading {
	margin-top: 4rem;
}

.p-top-about__item-content-text {
	font-size: 1.6rem;
	margin-top: 2.4rem;
	text-align: justify;
}

.p-top-about__item-button {
	margin-top: 4rem;
}

/* ============================
p-top-symptoms
 ========================= */

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

.p-top-symptoms::before {
	background: url(../../public/img/top/symptoms-bg_pc.webp) no-repeat center center/cover;
	content: "";
	height: 106.5rem;
	position: absolute;
	right: 0;
	top: 13.5rem;
	width: 136rem;
	z-index: -1;
}

.p-top-symptoms::after {
	color: #CCC;
	content: "Symptoms";
	font-family: "Forum", serif;
	font-size: 20rem;
	font-weight: 400;
	left: 0;
	letter-spacing: -12px;
	line-height: 100%;
	opacity: 0.16;
	position: absolute;
	top: 15.4rem;
	transform: rotate(90deg) translateY(-100%);
	transform-origin: left top;
	white-space: nowrap;
}

.p-top-symptoms__heading {
	text-align: center;
}

.p-top-symptoms__list-heading {
	border: 0.1rem solid #ccc;
	border-radius: 0.4rem;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.8rem;
	font-weight: 600;
	font-weight: 600;
	margin: 4rem auto 0;
	padding: 0.8rem 4rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-top-symptoms__list-heading::after {
	background: #ccc;
	bottom: -1.2rem;
	content: "";
	height: 0.1rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) rotate(-45deg);
	width: 3.2rem;
}

.p-top-symptoms__list {
	display: flex;
	flex-wrap: wrap;
	gap: 3.2rem;
	margin: 0 auto;
	margin-top: 4rem;
	max-width: 92.8rem;
	width: 100%;
}

.p-top-symptoms__list:nth-of-type(2) {
	margin-top: 5.2rem;
}

.p-top-symptoms__item {
	width: calc(25% - 2.4rem);
}

.p-top-symptoms__item-icon {
	border-radius: 50%;
	box-shadow: 0 4px 12px 0 rgba(165, 165, 165, 0.2);
	height: 14rem;
	margin: 0 auto;
	overflow: hidden;
	width: 14rem;
}

.p-top-symptoms__item-label {
	font-feature-settings: "palt";
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 0.8rem;
	text-align: center;
}

.p-top-symptoms__item-label small {
	display: block;
	font-size: 1.2rem;
}

.p-top-symptoms__content {
	background: #fff;
	border-radius: 0.4rem;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	margin-top: 4rem;
	padding: 4rem 2rem;
}

.p-top-symptoms__content-top {
	color: #4CA10B;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.75;
	text-align: center;
	text-decoration: underline;
	text-decoration-thickness: 0.1rem;
	text-underline-offset: 0.5rem;
}

.p-top-symptoms__content-text {
	font-size: 1.6rem;
	margin-top: 2.4rem;
	text-align: center;
}

.p-top-symptoms__content-button {
	margin-top: 3.2rem;
}

/* ============================
p-top-case
 ========================= */

.p-top-case {
	background: url(../../public/img/top/case-bg_pc.webp) no-repeat center top/contain;
	padding: 10rem 0;
	position: relative;
}

.p-top-case::before {
	background: #f8f8f8;
	bottom: 0;
	content: "";
	height: 80rem;
	position: absolute;
	right: 0;
	width: 99.2rem;
	z-index: -1;
}

.p-top-case__heading {
	text-align: center;
}

.p-top-case__heading::before {
	color: #fff;
	font-size: 21.7rem;
	left: 50%;
	letter-spacing: -0.7rem;
	opacity: 1;
	position: absolute;
	top: -9.9rem;
	transform: translateX(-50%);
}

.p-top-case__wrap {
	margin-top: 4rem;
}

.p-top-case__note {
	background: #fff;
	border: 0.1rem solid #ccc;
	margin-top: 4rem;
	padding: 2rem 4rem;
}

.p-top-case__note-heading {
	border-bottom: 0.1rem solid #ccc;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 150%;
	padding-bottom: 0.8rem;
	text-align: center;
}

.p-top-case__note-content {
	-moz-column-gap: 3.2rem;
	font-feature-settings: "palt";
	column-gap: 3.2rem;
	display: flex;
	margin-top: 1.6rem;
}

.p-top-case__note-content ul {
	flex: 1;
}

.p-top-case__button {
	margin-top: 4rem;
}

.p-top-case__button .c-button {
	margin: 0 auto;
}

/* ============================
p-top-menu
 ========================= */

.p-top-menu {
	background: url(../../public/img/top/menu-bg_pc.webp) no-repeat center top/cover;
	overflow: hidden;
}

.p-top-menu__inner {
	margin: 0 auto;
	max-width: 144rem;
	padding: 10rem 0;
	position: relative;
}

.p-top-menu__inner::after {
	bottom: 1rem;
	color: #fff;
	content: "Menu";
	font-family: "Forum", serif;
	font-size: 20rem;
	font-weight: 400;
	letter-spacing: -12px;
	line-height: 100%;
	position: absolute;
	right: 20rem;
	transform: rotate(90deg);
	transform-origin: right bottom;
	white-space: nowrap;
}

.p-top-menu__heading {
	text-align: center;
}

.p-top-menu__list {
	display: flex;
	flex-wrap: wrap;
	gap: 3.2rem;
	margin-top: 4rem;
}

.p-top-menu__item {
	background: #fff;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	width: calc(50% - 1.6rem);
}

.p-top-menu__link {
	-moz-column-gap: 2.4rem;
	align-items: center;
	column-gap: 2.4rem;
	display: flex;
	padding: 5.6rem 4rem;
}

.p-top-menu__item-icon {
	height: 11.4rem;
	width: 11.4rem;
}

.p-top-menu__item-icon img {
	width: 5rem;
}

.p-top-menu__item-text {
	font-size: 1.6rem;
	margin-top: 0.8rem;
}

.p-top-menu__item-arrow {
	bottom: 0.8rem;
	filter: invert(48%) sepia(47%) saturate(1657%) hue-rotate(59deg) brightness(92%) contrast(91%);
	position: absolute;
	right: 1.6rem;
	width: 3.2rem;
}

/* ============================
p-top-feature
 ========================= */

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

.p-top-feature::before {
	background: url(../../public/img/top/feature-bg_pc.webp) no-repeat center center/contain;
	bottom: 31.2rem;
	content: "";
	height: 134.2rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 144rem;
}

.p-top-feature::after {
	background: #f8f8f8;
	content: "";
	height: 80rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 128rem;
}

.p-top-feature__heading {
	letter-spacing: 0.5rem;
	text-align: center;
}

.p-top-feature__heading::before {
	color: #fff;
	font-size: 20rem;
	left: 50%;
	letter-spacing: -0.6rem;
	opacity: 1;
	top: -9.9rem;
	transform: translateX(-50%);
}

.p-top-feature__list {
	margin-top: 4rem;
}

.p-top-feature__item {
	-moz-column-gap: 6.2rem;
	column-gap: 6.2rem;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
}

.p-top-feature__item:not(:first-of-type) {
	margin-top: 4rem;
}

.p-top-feature__item:nth-of-type(odd) {
	flex-direction: row-reverse;
}

.p-top-feature__item:nth-of-type(odd) .p-top-feature__item-content {
	padding: 6.4rem 6.4rem 6.4rem 0;
}

.p-top-feature__item:nth-of-type(odd) .p-top-feature__item-content::before {
	right: 0;
}

.p-top-feature__item:nth-of-type(even) .p-top-feature__item-content {
	padding: 6.4rem 0 6.4rem 6.4rem;
}

.p-top-feature__item:nth-of-type(even) .p-top-feature__item-content::before {
	left: 0;
}

.p-top-feature__item:nth-of-type(even) .p-top-feature__item-number {
	left: 6.4rem;
}

.p-top-feature__item-content {
	margin-top: 6.4rem;
	max-width: 51.4rem;
	min-height: 35.2rem;
	position: relative;
	width: 100%;
}

.p-top-feature__item-content::before {
	background: #fff;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 96rem;
	z-index: -1;
}

.p-top-feature__item-number {
	color: #4CA10B;
	font-family: "Forum", serif;
	font-size: 12rem;
	font-weight: 400;
	left: 0;
	line-height: 100%;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
}

.p-top-feature__item-heading {
	margin-top: 0.8rem;
}

.p-top-feature__item-description {
	margin-top: 2.4rem;
}

.p-top-feature__item-description small {
	display: block;
	font-size: 1.2rem;
	margin-top: 0.8rem;
}

.p-top-feature__item-text {
	text-align: justify;
}

.p-top-feature__item-img {
	max-width: 54.4rem;
	width: 100%;
}

/* ============================
p-top-message
 ========================= */

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

.p-top-message::before,
.p-top-message::after {
	content: "";
	position: absolute;
	z-index: -1;
}

.p-top-message::before {
	background: url(../../public/img/top/message-bg_pc.webp) no-repeat center center/cover;
	bottom: 0;
	height: 55.2rem;
	right: 0;
	width: 108.8rem;
}

.p-top-message::after {
	background: #f8f8f8;
	bottom: 34.5rem;
	height: 63.9rem;
	left: 0;
	width: 112rem;
}

.p-top-message__wrap {
	-moz-column-gap: 8rem;
	column-gap: 8rem;
	display: flex;
	flex-direction: row-reverse;
}

.p-top-message__content {
	flex: 1;
	max-width: 58rem;
	width: 100%;
}

.p-top-message__heading {
	letter-spacing: 0.5rem;
}

.p-top-message__heading::before {
	font-size: 20rem;
	left: -4.2rem;
	letter-spacing: -0.6rem;
	top: -10.7rem;
}

.p-top-message__small-heading {
	letter-spacing: 0.17rem;
	margin-top: 4rem;
}

.p-top-message__comment {
	margin-top: 2.4rem;
}

.p-top-message__comment-text {
	font-size: 1.6rem;
}

.p-top-message__comment-text:not(:first-of-type) {
	margin-top: 1.6rem;
}

.p-top-message__profile {
	-moz-column-gap: 2.4rem;
	align-items: center;
	column-gap: 2.4rem;
	display: flex;
	margin-top: 2.4rem;
}

.p-top-message__title {
	font-size: 1.6rem;
}

.p-top-message__name {
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 150%;
}

.p-top-message__img {
	margin-left: calc(50% - 50vw);
	max-width: 60.8rem;
	width: 100%;
}

.p-top-message__career {
	-moz-column-gap: 6.4rem;
	background: #fff;
	border-radius: 0.4rem;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	column-gap: 6.4rem;
	display: flex;
	justify-content: space-between;
	margin-top: 4rem;
	padding: 3.2rem 4rem;
}

.p-top-message__career-content {
	font-feature-settings: "palt";
	flex: 1;
}

.p-top-message__career-content:nth-of-type(1) {
	max-width: 63.2rem;
}

.p-top-message__career-content:nth-of-type(2) {
	max-width: 34.4rem;
}

.p-top-message__career-heading {
	-moz-column-gap: 0.8rem;
	align-items: center;
	border-bottom: 0.1rem solid #ccc;
	column-gap: 0.8rem;
	display: flex;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 150%;
	padding-bottom: 0.8rem;
}

.p-top-message__career-heading .--icon {
	height: 2.4rem;
	width: 2.4rem;
}

.p-top-message__career-list {
	margin-top: 1.6rem;
}

.p-top-message__career-item {
	font-size: 1.6rem;
}

.p-top-message__career-item article {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	display: flex;
	letter-spacing: 0;
}

.p-top-message__career-item article time {
	min-width: 5.5rem;
}

.p-top-message__button {
	margin-top: 4rem;
}

.p-top-message__button .c-button {
	margin: 0 auto;
}

/* ============================
p-recruit
 ========================= */

.p-recruit-merit {
	background: url(../../public/img/recruit/recruit-merit-bg__pc.svg) no-repeat center bottom/cover;
	padding-bottom: 19.2rem;
}

.p-recruit-merit__heading {
	position: relative;
}

.p-recruit-merit__heading-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-recruit-merit__heading-text-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 1.6rem;
}

.p-recruit-merit__heading-text .--96 {
	font-size: 9.6rem;
	font-weight: 500;
}

.p-recruit-merit__heading-img {
	max-width: 40rem;
	width: 100%;
}

.p-recruit-merit__heading-img:first-of-type {
	border-radius: 0 2.4rem 2.4rem 0;
}

.p-recruit-merit__heading-img:last-of-type {
	border-radius: 2.4rem 0 0 2.4rem;
}

.p-recruit-merit__inner {
	margin: 0 auto;
	max-width: 133.2rem;
	padding: 0 1.8rem;
	width: 100%;
}

.p-recruit-merit__list {
	margin-top: 12rem;
}

.p-recruit-merit__item {
	-moz-column-gap: 4.8rem;
	border-radius: 2.4rem;
	column-gap: 4.8rem;
	display: flex;
	justify-content: space-between;
	padding: 8rem 4.8rem 4.8rem 12rem;
	position: relative;
}

.p-recruit-merit__item.--yellow {
	background: #FFF6CC;
}

.p-recruit-merit__item.--pink {
	background: #FDF0E9;
}

.p-recruit-merit__item:not(:first-of-type) {
	margin-top: 12rem;
}

.p-recruit-merit__item-number {
	height: 12rem;
	left: 4.8rem;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	width: 12rem;
}

.p-recruit-merit__item-content {
	max-width: 49.6rem;
	width: 100%;
}

.p-recruit-merit__item-heading {
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: 1.8px;
	line-height: 135%;
}

.p-recruit-merit__item-heading .--big {
	font-emphasize: 700px;
	font-size: 3.6rem;
}

.p-recruit-merit__item-list {
	border-top: 0.2rem solid #FFE200;
	margin-top: 2.4rem;
	padding-top: 2.4rem;
}

.p-recruit-merit__item-list-row:not(:first-of-type) {
	margin-top: 1.6rem;
}

.p-recruit-merit__item-list-heading {
	align-items: center;
	display: flex;
}

.p-recruit-merit__item-list-text:first-of-type {
	margin-top: 0.8rem;
}

.p-recruit-merit__item-list-text:not(:first-of-type) {
	margin-top: 1.6rem;
}

.p-recruit-merit__item-img {
	margin-top: -15.2rem;
	max-width: 58.4rem;
	width: 100%;
}

/* ============================
p-recruit__message
 ========================= */

.p-recruit__message {
	background: #FFE200;
	padding-top: 4.8rem;
}

.p-recruit__message-inner {
	margin: 0 auto;
	max-width: 133.2rem;
	padding: 0 1.8rem;
	width: 100%;
}

.p-recruit__message-top {
	-moz-column-gap: 4.8rem;
	align-items: flex-end;
	column-gap: 4.8rem;
	display: flex;
	justify-content: space-between;
}

.p-recruit__message-top-img {
	max-width: 54.8rem;
	width: 100%;
}

.p-recruit__message-top-content {
	background: url(../../public/img/common/dot-bg.webp) repeat center center/cover;
	border-radius: 2.4rem;
	max-width: 70rem;
	padding: 4.8rem;
	width: 100%;
}

.p-recruit__message-top-content-text:not(:first-of-type) {
	margin-top: 1.6rem;
}

.p-recruit__message-bottom {
	background: #fff;
	border-radius: 2.4rem;
	display: flex;
	justify-content: space-between;
	margin-bottom: 4.8rem;
	margin-top: 9.6rem;
	padding: 4.8rem;
}

.p-recruit__message-bottom-item {
	max-width: 34rem;
	width: 100%;
}

.p-recruit__message-bottom-heading {
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: 1.6px;
	line-height: 135%;
}

.p-recruit__message-bottom-list {
	border-top: 0.2rem solid #FFE200;
	margin-top: 2.4rem;
	padding-top: 2.4rem;
}

.p-recruit__message-bottom-bg {
	background-color: #FFEE9C;
	transform: scale(1, -1);
}

/* ============================
p-recruit-require
 ========================= */

.p-recruit-require {
	background: #FFEE9C;
	padding: 4.8rem 0;
}

.p-recruit-require__inner {
	margin: 0 auto;
	max-width: 123.6rem;
	padding: 0 1.8rem;
	width: 100%;
}

.p-recruit-require__table-wrap {
	margin-top: 4.8rem;
}

.p-recruit-require__table-heading {
	font-size: 3.2rem;
	letter-spacing: 1.6px;
	line-height: 135%;
}

.p-recruit-require__table {
	background: #fff;
	border-radius: 0.8rem;
	display: block;
	margin-top: 1.6rem;
	padding: 4.8rem;
	width: 100%;
}

.p-recruit-require__table tr {
	border-bottom: 0.1rem solid #E2E2DF;
}

.p-recruit-require__table th {
	padding-bottom: 1.6rem;
	padding-right: 1.6rem;
	width: 19.6rem;
}

.p-recruit-require__table td {
	padding-bottom: 1.6rem;
	padding-top: 1.6rem;
}

/* ============================
p-privacy
 ========================= */

.p-privacy {
	padding: 10rem 0;
}

.p-privacy__inner {
	margin: 0 auto;
	max-width: 78.6rem;
	padding: 0 2.5rem;
	width: 100%;
}

.p-privacy__inner > *:not(:first-child) {
	margin-top: 4rem;
}

.p-privacy-item-heading {
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.8rem;
	font-weight: 600;
}

.p-privacy-item-text,
.p-privacy-item-list {
	margin-top: 2.4rem;
}

.p-privacy-item-info > *:not(:first-child) {
	margin-top: 1.6rem;
}

.p-privacy-item-info .--14 {
	font-size: 1.4rem;
}

.p-privacy-item-info table {
	font-size: 1.4rem;
	width: 100%;
}

.p-privacy-item-info table tr {
	display: flex;
}

.p-privacy-item-info table td:nth-of-type(1) {
	width: 10rem;
}

.p-privacy-item-info table td:nth-of-type(2) {
	flex: 1;
}

.p-note.c-section__notes {
	padding: 10rem 0;
}

.p-note.c-section__notes .c-section__notes-wrap {
	margin-top: 0;
}

/* ============================
p-kidsbraces
 ========================= */

/* ============================
p-staff
 ========================= */

.p-staff__director {
	margin-top: 8.4rem;
	padding-bottom: 10rem;
}

.p-staff__director-wrap {
	-moz-column-gap: 4rem;
	column-gap: 4rem;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 10rem;
}

.p-staff__director-content {
	flex: 1;
}

.p-staff__director-header p {
	-moz-column-gap: 2.4rem;
	align-items: center;
	column-gap: 2.4rem;
	display: flex;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.8rem;
	font-weight: 600;
}

.p-staff__director-header p .--22 {
	font-size: 2.2rem;
}

.p-staff__director-content-description {
	margin-top: 2.4rem;
}

.p-staff__director-content-description p {
	letter-spacing: 0.17rem;
	line-height: 180%;
}

.p-staff__director-content-description p:not(:first-of-type) {
	margin-top: 1.6rem;
}

.p-staff__director-content-description p:nth-of-type(2) {
	letter-spacing: 0.15rem;
}

.p-staff__director-img {
	max-width: 54rem;
	width: 100%;
}

/* 経歴 */

.p-staff__director-career {
	-moz-column-gap: 4rem;
	background: #fff;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	column-gap: 4rem;
	display: flex;
	margin-top: 6.4rem;
	padding: 3.2rem 4rem;
}

.p-staff__director-career-item {
	flex: 1;
}

.p-staff__director-career-item:nth-of-type(1) .p-staff__director-career-list li {
	-moz-column-gap: 1.6rem;
	font-feature-settings: "palt";
	column-gap: 1.6rem;
	display: flex;
	letter-spacing: normal;
}

.p-staff__director-career-item:nth-of-type(1) .p-staff__director-career-list li span:nth-of-type(1) {
	flex-shrink: 0;
	white-space: nowrap;
	width: 5.5rem;
}

.p-staff__director-career-item:nth-of-type(1) .p-staff__director-career-list li span:nth-of-type(2) {
	flex: 1;
}

.p-staff__director-career-heading {
	-moz-column-gap: 0.8rem;
	align-items: center;
	border-bottom: 0.1rem solid #ccc;
	column-gap: 0.8rem;
	display: flex;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
	padding-bottom: 0.8rem;
}

.p-staff__director-career-heading img {
	width: 2.4rem;
}

.p-staff__director-career-list {
	font-size: 1.6rem;
	margin-top: 1.6rem;
}

/* サーティフィケート・論文 */

.p-staff__certificate {
	background: #F8F8F8;
	margin-top: 6.4rem;
	padding: 2rem 4rem 4rem;
}

.p-staff__certificate-heading {
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
}

.p-staff__certificate-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 1.7rem;
	justify-content: center;
	margin-top: 2rem;
}

.p-staff__certificate-item {
	height: 12rem;
}

.p-staff__certificate-item img {
	height: 100%;
	width: auto;
}

/* スタッフ紹介 */

.p-staff__team {
	margin-top: 8.4rem;
	padding-bottom: 10rem;
}

.p-staff__team-wrap {
	margin-top: 10rem;
}

.p-staff__team-list {
	-moz-column-gap: 4rem;
	column-gap: 4rem;
	display: flex;
	margin-top: 4rem;
}

.p-staff__team-item {
	background: #fff;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	flex: 1;
	padding: 4rem;
}

.p-staff__team-item ul {
	margin-top: 1.6rem;
}

.p-staff__team-item-name {
	-moz-column-gap: 1.6rem;
	align-items: center;
	column-gap: 1.6rem;
	display: flex;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.8rem;
	font-weight: 600;
}

.p-staff__team-item-name .--small {
	font-size: 1.4rem;
}

.p-staff__team-item-small-heading {
	-moz-column-gap: 0.8rem;
	align-items: center;
	border-bottom: 0.1rem solid #ccc;
	column-gap: 0.8rem;
	display: flex;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
	margin-top: 2.4rem;
	padding-bottom: 0.8rem;
}

.p-staff__team-item-small-heading img {
	width: 2.4rem;
}

.p-staff__team-item-content {
	margin-top: 2.4rem;
}

/* ============================
p-faq
 ========================= */

/* 質問リスト */

.p-faq__wrap {
	margin: 0 auto;
	max-width: 73.6rem;
	padding: 10rem 0;
	width: 100%;
}

.p-faq__item:not(:first-of-type) {
	margin-top: 10rem;
}

.c-accordion__list {
	margin-top: 4.8rem;
}

.p-faq__accordion-item {
	border-bottom: 0.1rem solid #ccc;
	padding-bottom: 0.8rem;
}

.p-faq__accordion-item:not(:first-of-type) {
	margin-top: 2.4rem;
}

.p-faq__accordion-title {
	cursor: pointer;
	font-size: 1.8rem;
	padding-bottom: 1.6rem;
}

.c-accordion__title-inner {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	display: flex;
}

.c-accordion__title-inner .--icon {
	background: #4CA10B;
	color: #fff;
}

.c-accordion__title-arrow {
	display: grid;
	height: 3.3rem;
	place-content: center;
	width: 3.3rem;
}

.c-accordion__title-arrow .--arrow {
	height: 2.4rem;
	position: relative;
	width: 2.4rem;
}

.c-accordion__title-arrow .--arrow::before,
.c-accordion__title-arrow .--arrow::after {
	background: #4CA10B;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s 0s ease-in-out;
}

.c-accordion__title-arrow .--arrow::before {
	height: 1.65rem;
	opacity: 1;
	width: 0.2rem;
}

.c-accordion__title-arrow .--arrow::after {
	height: 0.2rem;
	width: 1.65rem;
}

.p-faq__accordion-text {
	padding-bottom: 1.6rem;
	padding-right: 4.9rem;
}

.p-faq__accordion-text .--icon {
	background: #F8F8F8;
	color: #4CA10B;
}

.c-accordion__text-inner {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	display: flex;
}

/* ============================
p-clinic
 ========================= */

.p-clinic {
	padding: 10rem 0;
}

.p-clinic__top {
	background: url(../../public/img/clinic/top-bg_pc.webp) no-repeat center center/cover;
	padding: 8rem 16.8rem;
}

.p-clinic__top-heading {
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
}

.p-clinic__top-heading .--big {
	color: #4CA10B;
	font-size: 2.8rem;
}

.p-clinic__top-text {
	font-size: 1.6rem;
	margin-top: 2.4rem;
}

.p-clinic__wrap {
	margin-top: 18.4rem;
	padding-bottom: 18.4rem;
}

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

.p-clinic__item-text {
	font-size: 1.6rem;
	margin-top: 2.4rem;
}

.p-clinic__item-list {
	display: flex;
	flex-wrap: wrap;
	gap: 3.2rem;
	margin-top: 2.4rem;
}

.p-clinic__item-box {
	width: calc(33.3% - 2.1333333333rem);
}

.p-clinic__item-box-heading {
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 0.8rem;
}

/* ルート */

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

.p-clinic__root-item {
	margin-top: 6.4rem;
}

.p-clinic__root-item-heading {
	-moz-column-gap: 0.8rem;
	border-bottom: 0.1rem solid #ccc;
	column-gap: 0.8rem;
	display: flex;
	font-size: 2.2rem;
	padding-bottom: 0.8rem;
}

.p-clinic__root-item-heading img {
	width: 2.4rem;
}

.p-clinic__root-item-list {
	display: flex;
	flex-wrap: wrap;
	gap: 3.2rem 5.6rem;
	margin-top: 2.4rem;
}

.p-clinic__root-item-box {
	background: #FFF;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	padding: 2rem 1.8rem;
	width: calc(33.3% - 3.7333333333rem);
}

.p-clinic__root-item-box:nth-of-type(3) {
	position: relative;
}

.p-clinic__root-item-box:nth-of-type(3)::after {
	display: none;
}

.p-clinic__root-item-box:nth-of-type(3):last-of-type::after {
	display: none;
}

.p-clinic__root-item-box:not(:last-of-type) {
	position: relative;
}

.p-clinic__root-item-box:not(:last-of-type)::after {
	border-color: transparent transparent transparent #5DC60D;
	border-style: solid;
	border-width: 2.8rem 0 2.8rem 2.4rem;
	content: "";
	height: 0;
	opacity: 0.1;
	position: absolute;
	right: -4rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.p-clinic__root-item-box-content {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	display: flex;
	margin-top: 1.6rem;
}

.p-clinic__root-item-box-number {
	color: #4CA10B;
	font-family: "Forum", serif;
	font-size: 5.6rem;
	font-weight: 400;
	line-height: 1;
}

.p-clinic__root-item-box-text {
	text-align: justify;
}

/* ============================
p-selection
 ========================= */

.p-selection {
	padding: 12.4rem 0 10rem;
}

.p-selection__wrap {
	background: url(../../public/img/selection/selection-bg_pc.webp) no-repeat center center/cover;
	padding: 6.4rem;
	position: relative;
}

.p-selection__wrap-heading {
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.8rem;
	font-weight: 600;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translate(-50%, -50%);
}

.p-selection__content {
	-moz-column-gap: 3.2rem;
	column-gap: 3.2rem;
	display: flex;
}

.p-selection__item {
	background: #fff;
	border-radius: 0.4rem;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	padding: 2rem 4rem 4rem;
}

.p-selection__item-heading {
	-moz-column-gap: 2rem;
	align-items: center;
	color: #4CA10B;
	column-gap: 2rem;
	display: flex;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
}

.p-selection__item-text {
	margin-top: 2.4rem;
}

.p-selection__item-icon {
	height: 6.1rem;
	width: 6.1rem;
}

.p-selection__item-icon::before {
	height: calc(100% + 0.8rem);
	width: calc(100% + 0.8rem);
}

.p-selection__item-icon img {
	width: 3.3rem;
}

.p-selection__item-button {
	margin-top: 2.4rem;
	max-width: 100%;
}

/* ============================
p-pricing
 ========================= */

/* 共通 */

.p-pricing__small-heading {
	-moz-column-gap: 0.8rem;
	align-items: center;
	border-bottom: 0.1rem solid #ccc;
	column-gap: 0.8rem;
	display: flex;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
	margin-top: 4rem;
	padding-bottom: 0.8rem;
}

.p-pricing__small-heading img {
	width: 2.4rem;
}

/* /共通 */

.p-pricing__treatment {
	margin-top: 18.4rem;
}

.p-pricing__treatment-heading {
	text-align: center;
}

.p-pricing__treatment-heading::before {
	font-size: 14rem;
	left: 50%;
	letter-spacing: -0.46rem;
	position: absolute;
	top: -7.4rem;
	transform: translateX(-50%);
}

.p-pricing__treatment-wrap {
	margin-top: 10rem;
}

.p-pricing__treatment-wraptext {
	margin-top: 4rem;
}

/* 3つの安心メリット */

.p-pricing__treatment-wrap-list {
	-moz-column-gap: 3.2rem;
	background: url(../../public/img/pricing/merit-bg_pc.webp) no-repeat center center/cover;
	column-gap: 3.2rem;
	display: flex;
	margin-top: 4rem;
	padding: 7.2rem 4rem 6.4rem;
}

.p-pricing__treatment-wrap-item {
	background: #fff;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 4rem 2rem 2rem;
	position: relative;
	row-gap: 1.6rem;
}

.p-pricing__treatment-wrap-item-number {
	color: #4CA10B;
	font-family: "Forum", serif;
	font-size: 6.4rem;
	font-weight: 400;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
}

.p-pricing__treatment-wrap-item-icon {
	height: 11.4rem;
	margin: 0 auto;
	width: 11.4rem;
}

.p-pricing__treatment-wrap-item-icon img {
	width: 6.4rem;
}

.p-pricing__treatment-wrap-item-heading {
	color: #4CA10B;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
}

.p-pricing__treatment-wrap-item-text {
	font-size: 1.4rem;
}

.p-pricing__treatment-note {
	display: block;
	font-size: 1.2rem;
	margin-top: 0.8rem;
}

/* お友達紹介割引 */

.p-pricing__treatment-intro {
	-moz-column-gap: 3.2rem;
	align-items: center;
	background: url(../../public/img/pricing/intro-bg_pc.webp) no-repeat center center/cover;
	column-gap: 3.2rem;
	display: flex;
	justify-content: center;
	margin-top: 4rem;
	padding: 4rem 6.4rem;
}

.p-pricing__treatment-intro-item {
	background: #fff;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	max-width: 35.4rem;
	padding: 2rem;
	text-align: center;
	width: 100%;
}

.p-pricing__treatment-intro-item-img {
	max-width: 22rem;
	width: 100%;
}

.p-pricing__treatment-intro-item-heading {
	background: rgba(93, 198, 13, 0.1);
	color: #4CA10B;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
	padding: 0.8rem;
}

.p-pricing__treatment-intro-item-text {
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 2.4rem;
}

.p-pricing__treatment-intro-item-text .--big {
	font-family: "Forum", serif;
	font-size: 5.6rem;
	font-weight: 400;
	line-height: 1;
}

/* 料金表 */

.p-pricing__list {
	margin-top: 18.4rem;
}

.p-pricing__list-opinion {
	background: url(../../public/img/pricing/secondopinion-bg_pc.webp) no-repeat center center/cover;
	margin-top: 12.6rem;
	padding: 4rem 9.6rem;
	position: relative;
}

.p-pricing__list-opinion-heading {
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.8rem;
	font-weight: 600;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-pricing__list-opinion-content {
	background: #fff;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	padding: 4rem 9.6rem;
}

.p-pricing__list-opinion-content > *:not(:first-child) {
	margin-top: 1.6rem;
}

.p-pricing__list-opinion-content-check li {
	-moz-column-gap: 0.8rem;
	align-items: flex-start;
	column-gap: 0.8rem;
	display: flex;
	font-size: 1.6rem;
}

.p-pricing__list-opinion-content-check li:not(:first-of-type) {
	margin-top: 0.8rem;
}

.p-pricing__list-opinion-content-check li img {
	width: 3rem;
}

/* テーブル */

.p-pricing__list-table {
	margin-top: 10rem;
}

.p-pricing__list-table-wrap {
	margin-top: 4rem;
}

.p-pricing__list-table-wrap table {
	border: 0.1rem solid #ccc;
	width: 100%;
}

.p-pricing__list-table-wrap table tr {
	display: flex;
}

.p-pricing__list-table-wrap table tr:not(:first-of-type) {
	border-top: 0.1rem solid #ccc;
}

.p-pricing__list-table-wrap table th,
.p-pricing__list-table-wrap table td {
	align-content: center;
	align-items: center;
	display: grid;
	min-height: 9rem;
	padding: 2.4rem 1.6rem;
}

.p-pricing__list-table-wrap table th {
	background: #F8F8F8;
	border-right: 0.1rem solid #ccc;
	font-weight: 700;
	width: 67.1rem;
}

.p-pricing__list-table-wrap table th small {
	display: block;
	font-size: 1.4rem;
}

.p-pricing__list-table-wrap table td {
	text-align: center;
	width: 44.8rem;
}

.p-pricing__list-table-small {
	display: block;
	font-size: 1.2rem;
	margin-top: 1.6rem;
}

/* 支払い方法 */

.p-pricing__payment {
	margin-top: 18.4rem;
}

.p-pricing__payment-heading {
	text-align: center;
}

.p-pricing__payment-heading::before {
	font-size: 14rem;
	left: 50%;
	letter-spacing: -0.46rem;
	position: absolute;
	top: -7.4rem;
	transform: translateX(-50%);
}

.p-pricing__payment-wrap {
	margin-top: 10rem;
}

.p-pricing__payment-wrap small {
	display: block;
	font-size: 1.2rem;
	margin-top: 1.2rem;
}

.p-pricing__small-heading + .p-pricing__payment-wrap-text {
	margin-top: 1.6rem;
}

.p-pricing__payment-wrap-text {
	margin-top: 4rem;
}

.p-pricing__payment-wrap-content {
	background: #fff;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	display: flex;
	flex-direction: column;
	margin-top: 4rem;
	padding: 4rem 9.8rem;
	row-gap: 3.2rem;
	text-align: center;
}

.p-pricing__payment-wrap-content-heading {
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
	font-weight: 600;
}

.p-pricing__payment-wrap-content-body {
	-moz-column-gap: 3rem;
	align-items: center;
	column-gap: 3rem;
	display: flex;
}

/* 医療費控除 */

.p-pricing__deduction {
	margin-top: 18.4rem;
	padding-bottom: 10rem;
}

.p-pricing__deduction-heading {
	text-align: center;
}

.p-pricing__deduction-heading::before {
	font-size: 14rem;
	left: 50%;
	letter-spacing: -0.46rem;
	position: absolute;
	top: -7.4rem;
	transform: translateX(-50%);
}

/* 算出方法 */

.p-pricing__deduction-calc {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	display: flex;
	margin-top: 4rem;
}

.p-pricing__deduction-calc-item {
	border: 0.1rem solid #565656;
	border-radius: 0.35rem;
	display: grid;
	font-weight: 700;
	max-width: 23.2rem;
	padding: 1.6rem;
	place-content: center;
	text-align: center;
	width: 100%;
}

.p-pricing__deduction-calc-item.--first {
	background: rgba(93, 198, 13, 0.1);
	border: 0.1rem solid #4CA10B;
	color: #4CA10B;
}

.p-pricing__deduction-calc-item.--first small {
	font-size: 1.4rem;
}

.p-pricing__deduction-calc-item.--last {
	background: #F8F8F8;
}

.p-pricing__deduction-calc-item p {
	font-size: 1.8rem;
}

.p-pricing__deduction-calc-item small {
	display: block;
	font-size: 1.4rem;
	margin-top: 0.8rem;
}

.p-pricing__deduction-calc-wrap {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	display: flex;
	flex: 1;
}

.p-pricing__deduction-calc-item-symbol {
	display: grid;
	flex-shrink: 0;
	place-content: center;
	width: 3.2rem;
}

/* ============================
p-reservation
 ========================= */

.p-reservation {
	padding: 10rem 0;
}

.p-reservation__lead {
	font-size: 1.8rem;
	margin: 0 auto;
	max-width: 73.6rem;
	width: 100%;
}

.p-reservation__lead small {
	display: block;
	font-size: 1.2rem;
	margin-top: 0.8rem;
}

.p-reservation__info {
	align-items: center;
	background: #f8f8f8;
	border-radius: 0.4rem;
	display: flex;
	justify-content: center;
	margin-top: 10rem;
	padding: 4rem 9.6rem;
}

.p-reservation__info-item {
	flex: 1;
}

.p-reservation__info-item:nth-of-type(1) {
	border-right: 0.1rem solid #ccc;
	padding-right: 4.75rem;
}

.p-reservation__info-item:nth-of-type(2) {
	padding-left: 4.75rem;
}

.p-reservation__info-item .c-clinic-hours {
	font-size: 1.2rem;
	line-height: 1.2;
	margin-top: 0.4rem;
}

.p-reservation__info-item .c-clinic-hours td:nth-of-type(1) {
	width: 9.8rem;
}

.p-reservation__info-item .c-clinic-hours td:nth-of-type(2) {
	width: 25.4rem;
}

.p-reservation__info-item-heading {
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
}

.p-reservation__info-item-heading--small {
	font-size: 1.4rem;
	font-weight: 700;
}

.p-reservation__info-item-link {
	align-items: center;
	display: flex;
	font-family: "Forum", serif;
	font-size: 4.3rem;
	font-weight: 400;
	justify-content: center;
	line-height: 1.2;
	margin-top: 0.8rem;
}

.p-reservation__info-item-link img {
	width: 4rem;
}

.p-reservation__form {
	background: #FFF;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	margin-top: 10rem;
	padding: 5.2rem 2rem;
}

/* ============================
p-contact
 ========================= */

.p-contact {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 73.6rem;
	row-gap: 2.4rem;
	width: 100%;
}

.p-contact .c-clinic-hours {
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 0.8rem;
	width: 100%;
}

.p-contact .c-clinic-hours td {
	letter-spacing: 0.17rem;
	line-height: 1.8;
}

.p-contact .c-clinic-hours td:nth-of-type(1) {
	width: 10rem;
}

.p-contact .c-clinic-hours td:nth-of-type(2) {
	width: 40rem;
}

.p-contact__inner {
	margin: 0 auto;
	max-width: 91.2rem;
	padding: 0 1.6rem;
	width: 100%;
}

.p-contact__description {
	margin-bottom: 4rem;
}

.p-contact__description-heading {
	font-size: 2.8rem;
	letter-spacing: 2.24px;
	line-height: 140%;
	margin-bottom: 4rem;
}

.p-contact__description-text {
	line-height: 180%;
}

/* ============================
form
 ========================= */

/* 横並び */

.p-contact__flex {
	-moz-column-gap: 4rem;
	column-gap: 4rem;
	display: flex;
}

.p-contact__flex:has(> .p-contact__select-wrap) {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
}

.p-contact__flex .p-contact__field {
	flex: 1;
}

/* ラベル,入力ボックスwrap */

.p-contact__label {
	font-weight: 700;
	margin-bottom: 0.4rem;
}

.p-contact__label label {
	-moz-column-gap: 0.8rem;
	align-items: center;
	column-gap: 0.8rem;
	display: flex;
	line-height: 180%;
}

.p-contact__label small {
	font-size: 1.4rem;
	font-weight: 400;
}

/* ラジオ、チェックボタン縦並び */

.p-contact__enter.--column {
	display: flex;
	flex-direction: column;
	margin-top: 1.6rem;
	row-gap: 0.8rem;
}

.p-contact__enter.--column .wpcf7-form-control {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	row-gap: 0.8rem;
}

.p-contact__enter .wpcf7-form-control {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	display: flex;
	flex-wrap: wrap;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

input,
textarea {
	caret-color: #251716;
}

.p-contact__required,
.p-contact__free {
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.3;
	line-height: 100%;
	padding: 0.4rem 0.6rem;
	text-align: center;
	vertical-align: text-bottom;
}

.p-contact__required {
	background-color: #4CA10B;
}

.p-contact__free {
	background-color: #F8F8F8;
	border: 0.1rem solid #ccc;
	color: #565656;
}

::-moz-placeholder {
	color: #aeaeae;
	letter-spacing: 0.17rem;
	line-height: 180%;
}

::placeholder {
	color: #aeaeae;
	letter-spacing: 0.17rem;
	line-height: 180%;
}

/* 入力ボックススタイル */

input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #F8F8F8;
	background-image: none;
	padding: 1.6rem;
	width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
	border: 0.1rem solid #4CA10B;
	outline: none;
}

textarea {
	height: 20.5rem;
	width: 100%;
}

/* 注釈 */

small {
	font-size: 1.4rem;
	line-height: 180%;
}

.wpcf7-list-item {
	margin: 0;
}

/* ============================ */

/* ラジオボタン */

.p-contact__enter .p-contact__radio-label {
	cursor: pointer;
}

.p-contact__enter {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	display: flex;
}

input[type=radio] + .wpcf7-list-item-label {
	cursor: pointer;
	display: inline-block;
	padding-left: 2.4rem;
	position: relative;
}

input[type=radio] {
	opacity: 0;
	position: absolute;
}

/* 外枠 */

input[type=radio] + .wpcf7-list-item-label::before {
	background: #fff;
	border: 0.1rem solid #ccc;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 1.6rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.6rem;
}

/* チェック時のスタイル */

input[type=radio] + .wpcf7-list-item-label::after {
	background: #4CA10B;
	border-radius: 50%;
	content: "";
	height: 1rem;
	left: 0.32rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	width: 1rem;
	z-index: 1;
}

/* フォーカス時のスタイル */

input[type=radio]:focus + .wpcf7-list-item-label::before {
	box-shadow: 0 0 0.1rem 0.1rem rgba(76, 161, 11, 0.2);
}

/* チェック時の挙動 */

input[type=radio]:checked + .wpcf7-list-item-label::before {
	border-color: #4CA10B;
}

input[type=radio]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

/* ============================ */

select {
	background: #fff;
	border: 0.1rem solid #ccc;
	color: #565656;
	cursor: pointer;
	padding: 0.8rem 1.6rem;
	width: 21.9rem;
}

.p-contact__enter-select-title {
	font-weight: 700;
}

.p-contact__select-wrap {
	cursor: pointer;
	position: relative;
}

.p-contact__select-wrap::after {
	border: 0.2rem solid #4CA10B;
	border-bottom: 0;
	border-left: 0;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 0.8rem;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: 1.6rem;
	top: 1.8rem;
	transform: rotate(135deg);
	vertical-align: middle;
	width: 0.8rem;
}

.p-contact__select-wrap.--lg {
	max-width: 16rem;
	width: 100%;
}

.p-contact__select-wrap.--sm {
	max-width: 10rem;
	width: 100%;
}

.p-contact__enter-select {
	-moz-column-gap: 1.6rem;
	align-items: center;
	column-gap: 1.6rem;
	display: flex;
}

/* 確認画面 */

.p-contact-confirm .p-contact__select-wrap.--lg,
.p-contact-confirm .p-contact__select-wrap.--sm {
	max-width: 100%;
	width: -moz-fit-content;
	width: fit-content;
}

/* 確認画面では矢印非表示 */

.page-template-page-confirm .p-contact__select-wrap::after {
	display: none;
}

.p-contact__select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 0.1rem solid #ccc;
	border-radius: 0;
	color: #84857F;
	cursor: pointer;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
}

.p-contact__select::-ms-expand {
	display: none;
}

.p-contact__select:focus {
	border: 0.1rem solid #4CA10B;
	box-shadow: none;
	outline: none;
}

.wpcf7-select:not(.wpcf7-not-valid) {
	color: #565656; /* 黒 */
}

/* ========================================== */

input[type=checkbox] + .wpcf7-list-item-label {
	cursor: pointer;
	padding-left: 1.2rem;
	position: relative;
}

input[type=checkbox] {
	opacity: 0;
	position: absolute;
}

input[type=checkbox] + .wpcf7-list-item-label {
	cursor: pointer;
	padding-left: 3rem;
}

input[type=checkbox] + .wpcf7-list-item-label::before {
	background: #fff;
	border: 0.15rem solid #4CA10B;
	border-radius: 0.2rem;
	content: "";
	cursor: pointer;
	display: inline-block;
	height: 2.2rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.2rem;
}

input[type=checkbox] + .wpcf7-list-item-label::after {
	border-bottom: 0.2rem solid #fff;
	border-right: 0.2rem solid #fff;
	content: "";
	height: 0.8rem;
	left: 0.5rem;
	opacity: 0;
	position: absolute;
	top: 40%;
	transform: rotate(45deg) translateY(-50%);
	transition: all 0.3s;
	width: 0.5rem;
	z-index: 1;
}

input[type=checkbox]:focus + .wpcf7-list-item-label::before {
	box-shadow: 0 0 0.1rem 0.1rem rgba(37, 23, 22, 0.2);
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before {
	background-color: #4CA10B;
	border-color: #4CA10B;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

/* ========================================== */

/* 送信ボタン */

.p-contact__submit {
	color: #fff;
	margin: 0.8rem auto 0;
	max-width: 26rem;
	width: 100%;
}

.p-contact__submit:hover {
	opacity: 0.7;
}

.p-contact__button {
	background-color: #4CA10B;
	border-radius: 0.4rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 130%;
	padding: 1.75rem 2.4rem;
	text-align: center;
	width: 100%;
}

.p-contact__button:disabled {
	background: #888;
}

/* 確認画面ボタン */

/* 送信,戻るボタンwrap */

.p-contact-confirm .p-contact__button-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 2.4rem;
}

/* 送信ボタン */

.wpcf7-spinner {
	display: none;
}

/* エラー */

.wpcf7-not-valid-tip,
.wpcf7-response-output {
	color: #DA4833;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 0.6rem;
}

input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
textarea.wpcf7-not-valid {
	border: 0.1rem solid #DA4833 !important;
}

select.wpcf7-form-control[aria-invalid=true] {
	border: 0.1rem solid #DA4833 !important;
}

.p-contact__checkbox-label .wpcf7-not-valid .wpcf7-list-item-label::before {
	border: 0.1rem solid #DA4833;
}

.wpcf7 form .wpcf7-response-output {
	border: none;
	margin: 0.5rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #DA4833;
}

/* フォーム下同意 */

.p-contact__bottom {
	display: block;
	margin-top: 0.8rem;
	text-align: center;
}

.p-contact__bottom a {
	display: inline;
	text-decoration: underline;
}

.p-contact__bottom-wrap-text {
	font-weight: 700;
	line-height: 180%;
	margin-bottom: 1.6rem;
}

.p-contact__bottom-wrap-text a {
	color: #0C4DDA;
	display: inline;
	text-decoration: underline;
}

.p-contact__content-item {
	display: flex;
	flex-direction: column;
	row-gap: 2.4rem;
}

/* ============================
確認ページ
 ========================= */

.p-confirm {
	padding: 10rem 0;
}

.p-confirm__wrap {
	margin-top: 10rem; /* 戻るボタン */
}

.p-confirm__wrap .p-contact__content-item {
	display: flex;
	flex-direction: column;
	row-gap: 2.4rem;
}

.p-confirm__wrap .p-contact__field {
	-moz-column-gap: 3.2rem;
	column-gap: 3.2rem;
	display: flex;
}

.p-confirm__wrap .p-contact__label {
	width: 16rem;
}

.p-confirm__wrap .p-contact__enter {
	flex: 1;
}

.p-confirm__wrap .p-contact__button-wrap {
	-moz-column-gap: 2.4rem;
	column-gap: 2.4rem;
	display: flex;
	justify-content: center;
	margin-top: 10rem;
}

.p-confirm__wrap .p-contact__submit {
	margin: 0;
}

.p-confirm__wrap .p-contact__prev {
	max-width: 26rem;
	width: 100%;
}

.p-confirm__wrap .p-contact__prev:hover {
	opacity: 0.7;
}

.p-confirm__wrap .p-contact__prev-button {
	border: 0.1rem solid #ccc;
	border-radius: 0.4rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 130%;
	padding: 1.75rem 2.4rem;
	text-align: center;
	width: 100%;
}

.p-confirm__wrap .p-contact__prev-button:disabled {
	background: #888;
}

.p-confirm__heading {
	color: #4CA10B;
	font-family: "Shippori Mincho B1", serif;
	font-size: 3.8rem;
	font-weight: 600;
	letter-spacing: 0.5rem;
	line-height: 150%;
	text-align: center;
}

/* ============================
p-thanks
 ========================= */

.p-thanks {
	padding: 10rem 0;
}

.p-thanks__heading {
	color: #4CA10B;
	font-family: "Shippori Mincho B1", serif;
	font-size: 3.8rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	z-index: 1;
}

.p-thanks__heading-ja {
	font-size: 3.2rem;
	line-height: 150%;
}

.p-thanks__description {
	margin-top: 2.4rem;
	text-align: center;
}

.p-thanks__button {
	margin: 4rem auto 0;
}

/* ============================
p-404
 ========================= */

.p-404 {
	padding: 10rem 0;
}

.p-404__heading {
	color: #4CA10B;
	font-family: "Shippori Mincho B1", serif;
	font-size: 3.8rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	z-index: 1;
}

.p-404__heading-ja {
	font-size: 3.2rem;
	line-height: 150%;
}

.p-404__description {
	margin-top: 2.4rem;
	text-align: center;
}

.p-404__button {
	margin: 4rem auto 0;
}

/* ============================
utility
========================= */

/* ============================
u-display
 ========================= */

/* 767px以下表示(768px以上は非表示) */

.u-display__sp {
	display: none;
}

/* ============================
u-font
 ========================= */

.u-font--green {
	color: #4CA10B;
}

.u-font--text {
	color: #643E2F;
}

.u-font--en {
	font-family: Quicksand;
}

.u-font--marker {
	background: rgba(93, 198, 13, 0.1);
	display: inline;
	font-weight: 700;
}

.u-font--dots {
	background-image: radial-gradient(circle at center, #EA5413 20%, transparent 20%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 0.2em;
	padding-top: 0.1em;
}

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

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

/* ============================
u-spacing
 ========================= */

/* 各ページ共通余白 */

.u-spacing__page {
	padding-bottom: clamp(8rem, 4.1197183099rem + 3.7558685446vw, 12rem);
	padding-top: clamp(6.4rem, 3.2957746479rem + 3.0046948357vw, 9.6rem);
}

@media screen and (min-width: 769px) and (max-width: 899px) {

html {
	font-size: 0.8333333333vw;
}

}

@media screen and (min-width: 900px) and (max-width: 1439px) {

html {
	font-size: 0.6944444444vw;
}

}

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

html {
	font-size: 10px;
}

}

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

.top .c-access::after {
	width: calc(100% - 35.3rem);
}

.p-top-about__inner::before {
	width: calc(100% - 35.2rem);
}

.p-top-symptoms::before {
	width: calc(100% - 8rem);
}

.p-top-case::before {
	width: calc(100% - 44.8rem);
}

.p-top-menu {
	background-position: center 40%;
	background-size: cover;
}

.p-top-message::before {
	width: calc(100% - 35.2rem);
}

.p-top-message::after {
	width: calc(100% - 32rem);
}

.p-top-message__img {
	margin-left: calc((1440px - 100%) / -2);
}

}

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

.c-section__overview-img {
	margin-right: calc((1440px - 100%) / -2);
}

}

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

.l-footer__contact-time .c-clinic-hours {
	font-size: 10px;
}

}

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

.l-header__contact.--pc .l-header__contact-link.--tel {
	border-right: none;
}

.l-header__contact-time .c-clinic-hours {
	display: none;
}

.l-footer__nav-link {
	font-size: 12px;
}

.l-footer__nav-item-down-item-link {
	font-size: 10px;
}

.c-access__content-info {
	font-size: 10px;
}

.c-access__content-info-table th {
	width: 100%;
}

.c-access__area-transport-list li {
	font-size: 10px;
}

.c-case__search-content-item-link {
	font-size: 10px;
}

.c-case__search-button {
	font-size: 10px;
}

.c-section__about-article-wrap::after {
	right: 0;
	width: 80%;
}

.c-section__flow-list::before {
	right: 0;
	width: 80%;
}

.c-section__notes-bottom-text {
	font-size: 10px;
}

.p-top-about__item:nth-of-type(1) .p-top-about__item-img {
	max-width: 52.4rem;
}

.p-top-about__item:nth-of-type(2) {
	margin-top: 0;
}

.p-top-about__item:nth-of-type(2) .p-top-about__item-img {
	max-width: 55.2rem;
}

.p-top-feature::before {
	width: 80%;
}

.p-top-feature::after {
	width: 80%;
}

.p-top-message__heading::before {
	font-size: 15rem;
}

.p-pricing__treatment-wrap-item-text {
	font-size: 10px;
}

.p-pricing__treatment-note {
	font-size: 10px;
}

.p-pricing__list-table-small {
	font-size: 10px;
}

.p-pricing__payment-wrap small {
	font-size: 10px;
}

}

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

html {
	font-size: clamp(0px, 2.6666666667vw, 15px);
	scroll-padding-top: 7rem;
}

body {
	font-size: 1.5rem;
}

body.is-fixed {
	height: 100%;
	overflow: hidden;
}

.--pc-only {
	display: none;
}

.--sp-only {
	display: block;
}

.no-post {
	padding: 4.4rem 0;
}

.l-header {
	height: 7rem;
	transition: transform 0.3s ease;
}

.l-header.js-hide {
	transform: translateY(-100%);
}

.l-header.js-show {
	transform: translateY(0);
}

.l-header::after {
	height: 7rem;
}

.l-header__inner {
	background: #fff;
	padding: 0 1.2rem;
}

.l-header__logo-link {
	padding: 1.2rem;
}

.l-header__logo-text {
	font-size: 1rem;
	line-height: 100%;
}

.l-header__logo-img {
	margin-top: 0.8rem;
	width: 21.6rem;
}

.l-header__drawer-button {
	align-items: center;
	background: #4CA10B;
	display: flex;
	flex-direction: column;
	height: 4.8rem;
	justify-content: center;
	padding: 0.8rem;
	position: relative;
	row-gap: 0.6rem;
	width: 4.8rem;
}

.l-header__content {
	background: #fff;
	height: 100svh;
	left: 0;
	opacity: 0;
	padding: 9.4rem 2.5rem 5rem;
	pointer-events: none;
	position: fixed;
	row-gap: 4rem;
	top: 0;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: -1;
}

.l-header__content.is-visible {
	opacity: 1;
	overflow-x: scroll;
	pointer-events: auto;
	visibility: visible;
}

.l-header__content.is-visible .l-header__nav-link {
	pointer-events: auto;
}

.l-header__content.is-visible .l-header__nav-down button.l-header__nav-link {
	pointer-events: none;
}

.l-header__contact.--pc {
	display: none;
}

.l-header__contact.--sp {
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 0.9rem;
	width: 100%;
}

.l-header__contact.--sp .l-header__contact-link {
	padding: 1.6rem 3.8rem;
}

.l-header__contact.--sp .l-header__contact-link.--tel {
	line-height: 1;
}

.l-header__contact.--sp .l-header__contact-link.--line {
	line-height: 1.2;
}

.l-header__nav {
	width: 100%;
}

.l-header__nav-list {
	align-items: flex-start;
	flex-direction: column;
	padding: 0;
	row-gap: 1.6rem;
}

.l-header__nav-item {
	width: 100%;
}

.l-header__nav-link {
	align-items: center;
	border-bottom: 0.1rem solid #565656;
	display: flex;
	font-size: 1.5rem;
	justify-content: space-between;
	padding: 0.8rem;
	pointer-events: none;
	width: 100%;
}

.l-header__nav-down-menu {
	display: block;
	max-height: 100%;
	opacity: 1;
	padding: 1.6rem 0 0;
	position: static;
	transform: none;
}

.l-header__nav-item-down-item:not(:first-of-type) {
	margin-top: 1.2rem;
}

.l-header__nav-item-down-item-link {
	font-size: 1.4rem;
	line-height: 160%;
	margin-left: 0.8rem;
	padding-left: 1.5rem;
}

.l-header__nav-item-down-item-link::before {
	height: 0.1rem;
	width: 1.1rem;
}

.home .l-main {
	margin-top: 7rem;
}

.l-main {
	margin-top: 9.3rem;
}

.l-footer {
	background-image: repeating-linear-gradient(-45deg, rgba(93, 198, 13, 0.1019607843), rgba(93, 198, 13, 0.1019607843) 0.2rem, transparent 0.2rem, transparent 0.4rem);
	padding: 4.4rem 0 7.4rem;
}

.l-footer__wrap {
	flex-direction: column;
}

.l-footer__content {
	display: contents;
}

.l-footer__info {
	order: 1;
}

.l-footer__logo {
	max-width: 32rem;
}

.l-footer__address {
	margin-top: 1.2rem;
}

.l-footer__address p:first-of-type {
	font-size: 1.3rem;
}

.l-footer__address p:last-of-type {
	font-size: 1.4rem;
	margin-top: 1.2rem;
}

.l-footer__contact {
	flex-direction: column;
	margin-top: 4.4rem;
	order: 3;
	row-gap: 0.9rem;
}

.l-footer__button.--tel {
	font-size: 3.2rem;
	margin-top: 1.6rem;
}

.l-footer__button.--tel img {
	width: 3.2rem;
}

.l-footer__button.--web,
.l-footer__button.--line {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	font-size: 1.7rem;
	justify-content: flex-start;
	padding-left: 4rem;
}

.l-footer__button.--web .--14,
.l-footer__button.--line .--14 {
	font-size: 1.7rem;
}

.l-footer__contact-time .c-clinic-hours {
	font-size: 1.2rem;
}

.l-footer__contact-time .c-clinic-hours td:nth-of-type(1) {
	padding-left: 0.6rem;
	width: 8rem;
}

.l-footer__nav {
	flex-direction: column;
	margin-top: 2.2rem;
	order: 2;
}

.l-footer__nav-list:nth-of-type(2) {
	margin-top: 1.6rem;
}

.l-footer__nav-link {
	font-size: 1.6rem;
}

.l-footer__nav-down-menu {
	margin-top: 1.6rem;
	row-gap: 1.2rem;
}

.l-footer__nav-item-down-item-link {
	font-size: 1.1rem;
	line-height: 160%;
	margin-left: 0.8rem;
	padding-left: 0.8rem;
}

.l-footer__nav-item-down-item-link::before {
	height: 0.1rem;
	width: 0.4rem;
}

.l-footer__bottom {
	align-items: flex-start;
	flex-direction: column-reverse;
	margin-top: 4.4rem;
	row-gap: 4rem;
}

.l-footer__bottom small {
	font-size: 1.1rem;
}

.l-footer__bottom-list {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
}

.l-footer__bottom-item {
	font-size: 1.1rem;
}

.fadein {
	transition: opacity 1.1s ease 0.2s;
}

.c-pagination {
	margin-top: 5rem;
}

.c-accordion__item .--icon span {
	font-size: 1.8rem;
}

.c-tabs {
	gap: 1.2rem;
	margin-top: 4.4rem;
}

.c-tabs.--4col .c-tabs-link {
	width: 100%;
}

.c-tabs-link {
	width: 100%;
}

.c-green-icon {
	height: 7rem;
	width: 7rem;
}

.c-green-icon::before {
	height: calc(100% + 1rem);
	width: calc(100% + 1rem);
}

.c-breadcrumb {
	padding-top: 1.6rem;
}

.c-breadcrumb__list {
	gap: 0.6rem;
}

.c-breadcrumb__item {
	gap: 0.6rem;
}

.c-button {
	font-size: 1.5rem;
	max-width: 100%;
}

.c-button .--copy {
	font-size: 1.1rem;
}

.c-button .--arrow {
	right: 1.6rem;
}

.c-button .--icon {
	width: 3.2rem;
}

.c-button--green {
	font-size: 1.5rem;
	max-width: 100%;
	padding: 1.85rem;
}

.c-button--outline {
	padding: 1.85rem;
}

.c-button--solid {
	border: 0.1rem solid #CFEEB7;
	font-size: 1.5rem;
	line-height: 150%;
	max-width: 100%;
}

.c-button--solid--sm {
	font-size: 1.5rem;
	max-width: 32.5rem;
}

.c-button--lg {
	font-size: 1.5rem;
}

.c-button--lg .--arrow {
	right: 1.4rem;
	width: 2.4rem;
}

.c-button--stack {
	min-height: 7rem;
	padding: 1.2rem;
}

.c-button--stack .--icon-tel {
	width: 2.4rem;
}

.c-button--stack .--tel {
	font-size: 2.4rem;
	letter-spacing: 0.17rem;
}

.top .c-access::after {
	height: 92rem;
	width: 28.4rem;
}

.top .c-access {
	padding: 5rem 0 3rem;
}

.c-access__heading::before {
	font-size: 12.6rem;
	letter-spacing: -0.4rem;
	top: -5rem;
}

.c-access__wrap {
	flex-direction: column;
	margin-top: 3.2rem;
}

.c-access__content-tel {
	font-size: 2.8rem;
	margin-top: 0.6rem;
}

.c-access__content-tel-icon {
	width: 3.2rem;
}

.c-access__content-table {
	margin-top: 1.2rem;
}

.c-access__content-table th {
	padding: 0.8rem 0.4rem;
}

.c-access__content-table th:first-of-type {
	width: 10rem;
}

.c-access__content-table td {
	padding: 0.8rem 0.4rem;
}

.c-access__content-table td:first-of-type {
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: -0.01rem;
}

.c-access__content-info {
	font-size: 1.4rem;
	margin-top: 1.2rem;
}

.c-access__content-info-space {
	display: inline;
}

.c-access__content-info-table {
	margin-top: 1.2rem;
}

.c-access__content-info-table th {
	width: 9rem;
}

.c-access__area-map {
	order: 2;
}

.c-access__area-transport {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
	margin-top: 1.2rem;
	order: 1;
	padding: 1.2rem;
}

.c-access__area-transport-title {
	flex-direction: column;
	padding: 0 1.2rem 0 0;
	row-gap: 0.6rem;
}

.c-access__area-transport-list li {
	font-size: 1.1rem;
	padding-left: 0.8rem;
}

.c-access__area-transport-list li::before {
	height: 0.3rem;
	left: 0;
	top: 1rem;
	width: 0.3rem;
}

.c-access__area-outlink {
	order: 3;
}

.c-access__slider {
	margin-top: 6.2rem;
}

.c-heading {
	font-size: 2.7rem;
}

.c-heading--section {
	font-size: 2.2rem;
}

.c-heading--border {
	border-bottom: 0.5rem solid #4CA10B;
}

.c-heading--small {
	font-size: 2.2rem;
	letter-spacing: -0.01rem;
}

.c-heading--page {
	max-width: 32.5rem;
}

.c-heading--page h1 {
	font-size: 2.8rem;
}

.c-cta {
	background: url(../../public/img/common/cta-bg_sp.webp) no-repeat center top/cover;
	padding: 4rem 0;
}

.c-cta__heading::before {
	font-size: 7.3rem;
	letter-spacing: -0.18rem;
	top: -3.6rem;
}

.c-cta__wrap {
	flex-direction: column;
	margin-top: 1.2rem;
	padding: 2rem 2.2rem;
	row-gap: 2.2rem;
}

.c-cta__small-heading {
	font-size: 1.8rem;
}

.c-cta__small-heading .--38 {
	font-size: 2.2rem;
}

.c-cta__content-description {
	margin-top: 1.2rem;
}

.c-cta__content-text {
	font-size: 1.3rem;
}

.c-cta__contact {
	max-width: 100%;
	row-gap: 1.2rem;
	width: 100%;
}

.c-cta__contact a {
	padding: 0.6rem 2.2rem;
}

.c-cta--section {
	background: url(../../public/img/common/section-cta_sp.webp) no-repeat center center/cover;
	margin-top: 5rem;
	padding: 4.4rem 0;
}

.c-cta--section .c-cta__content-text {
	margin-top: 0.6rem;
	text-align: left;
}

.c-cta--section .c-cta__contact {
	flex-direction: column;
	row-gap: 1.2rem;
}

.c-mv {
	background: url(../../public/img/top/mv-bg_sp.webp) no-repeat center center/cover;
}

.c-mv__inner {
	padding: 1.6rem 0 18.3rem;
}

.c-mv__wrap {
	bottom: 0;
	flex-direction: column;
	padding: 0;
}

.c-mv__content {
	background-image: repeating-linear-gradient(-45deg, rgba(93, 198, 13, 0.1019607843), rgba(93, 198, 13, 0.1019607843) 0.2rem, transparent 0.2rem, transparent 0.6rem);
	border-left: 0.5rem solid #4CA10B;
	padding: 1.8rem 2.2rem 2.3rem;
}

.c-mv__heading h2 {
	font-size: 2rem;
}

.c-mv__heading p {
	letter-spacing: -0.06rem;
}

.c-mv__heading p .--54 {
	font-size: 3rem;
}

.c-mv__heading p .--54:nth-child(3) {
	margin-left: -0.8rem;
}

.c-mv__heading p .--40 {
	font-size: 2.2rem;
}

.c-mv__list {
	-moz-column-gap: 0.8rem;
	column-gap: 0.8rem;
	justify-content: center;
	margin-top: -1rem;
}

.c-mv__item {
	font-size: 1rem;
	height: 9.5rem;
	letter-spacing: 0.1rem;
	width: 9.5rem;
}

.c-mv__item:nth-of-type(2) {
	font-size: 0.9rem;
}

.c-mv__item::after {
	height: 8.7rem;
	width: 8.7rem;
}

.c-fixed-cta.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.c-case__search-title {
	padding: 2rem;
}

.c-case__search-content {
	padding: 0 2rem 2rem;
}

.c-case__search-content-item:last-of-type {
	margin-top: 2.2rem;
	padding-bottom: 2.2rem;
}

.c-case__search-content-item-list {
	gap: 1.2rem;
	margin-top: 1.6rem;
}

.c-case__search-content-item-link {
	font-feature-settings: "palt";
	font-size: 1.1rem;
	padding: 0.6rem 1.2rem;
}

.c-case__search-button {
	font-size: 1.1rem;
	margin-top: 2.2rem;
	padding: 0.6rem 1.2rem;
}

.c-case__wrap {
	padding-top: 4.4rem;
}

.c-case__archive {
	margin-top: 5rem;
}

.c-case__item {
	width: 100%;
}

.c-case__item-heading {
	align-items: flex-start;
	flex-direction: column;
	font-size: 1.8rem;
	padding-bottom: 1.2rem;
	row-gap: 0.6rem;
}

.c-case__item-heading-number {
	font-size: 2.4rem;
}

.c-case__item-body {
	padding-bottom: 2.2rem;
	row-gap: 1.2rem;
}

.c-case__item-gallery-label {
	font-size: 1.3rem;
}

.c-case__item-gallery-img {
	aspect-ratio: 133/88;
	max-width: 100%;
}

.c-case__item-gallery-arrow {
	border-width: 0.8rem 0 0.8rem 0.8rem;
}

.c-case__item-comment {
	padding: 1.2rem;
}

.c-case__item-comment-text {
	font-size: 1.4rem;
}

.c-case__item-table {
	font-size: 1.1rem;
}

.c-case__item-table tr {
	padding: 0.6rem 1.2rem;
}

.c-case__item-table th {
	display: block;
	width: 100%;
}

.c-case__item-table td {
	display: block;
	font-size: 1.4rem;
	width: 100%;
}

.c-flow {
	padding: 3.2rem 0 2.4rem;
}

.c-flow__list {
	margin-top: 3.2rem;
}

.c-flow__item-inner {
	flex-direction: column;
	row-gap: 0.8rem;
}

.c-flow__item-title {
	font-size: 1.8rem;
}

.c-flow__item-text {
	margin-top: 0.8rem;
}

.c-flow__item-text > *:not(:first-child) {
	margin-top: 0.6rem;
}

.--kids-dental .c-flow__content-list {
	padding: 0.8rem 1rem;
}

.c-footer__slider {
	padding: 2.4rem 0;
}

.c-section__heading-bl {
	border-left: 0.6rem solid #4CA10B;
	font-size: 2.2rem;
	padding-left: 1.2rem;
}

.c-section__small-list {
	gap: 1.6rem;
	margin-top: 3.2rem;
}

.c-section__small-item {
	width: 100%;
}

.c-section__small-item-title {
	font-size: 1.8rem;
}

.c-section__small-item-title + .c-section__small-item-img {
	margin-top: 1.2rem;
}

.c-section__small-item-label {
	max-width: 26.2rem;
}

.c-section__small-item-label .--12 {
	font-size: 1.1rem;
}

.c-section__small-item-text {
	margin-top: 1.2rem;
}

.c-section__overview {
	padding: 7.2rem 0 8.3rem;
}

.c-section__overview-wrap::after {
	background: url(../../public/img/common/section-overview-bg_sp.webp) no-repeat center top/cover;
	height: 79.4rem;
	left: 50%;
	top: -5.6rem;
	transform: translateX(-50%);
	width: calc(100% + 5rem);
}

.c-section__overview-wrap {
	flex-direction: column;
	row-gap: 4rem;
}

.c-section__overview-content {
	max-width: 100%;
}

.c-section__overview-content-description {
	margin-top: 2rem;
}

.c-section__overview-img {
	margin: 0;
	max-width: 100%;
}

.c-section__about-heading::before {
	font-size: 7.5rem;
	letter-spacing: -0.24rem;
	top: -3.3rem;
}

.c-section__about-heading--orthognathic::before {
	font-size: 7rem;
}

.c-section__about-wrap {
	flex-direction: column-reverse;
	margin-top: 5rem;
	row-gap: 3.2rem;
}

.c-section__about--content-description {
	margin-top: 2rem;
}

.c-section__about-summary {
	margin-top: 6.2rem;
	padding: 7.2rem 2rem 3rem;
}

.c-section__about-summary-heading {
	top: -1.2rem;
	transform: translateX(-50%);
}

.c-section__about-summary-wrap {
	flex-direction: column;
	row-gap: 2.2rem;
}

.c-section__about-summary-item {
	padding: 2rem 1.6rem;
}

.c-section__about-summary-list {
	margin-top: 1.6rem;
}

.c-section__about-summary-list li {
	font-size: 1.4rem;
}

.c-section__about-summary-list li:not(:first-of-type) {
	line-height: 1.6;
	margin-top: 1.2rem;
}

.c-section__about-summary-list li img {
	width: 2.4rem;
}

.c-section__about-article-wrap::after {
	bottom: -5rem;
	height: 155.8rem;
	right: -2.5rem;
	width: 28rem;
}

.c-section__about-article {
	margin-top: 5rem;
}

.c-section__about-article-lead {
	margin-top: 3.2rem;
}

.c-section__about-article-list {
	margin-top: 3.2rem;
}

.c-section__about-article-item {
	flex-direction: column;
	row-gap: 2rem;
}

.c-section__about-article-item:not(:first-of-type) {
	margin-top: 3.2rem;
}

.c-section__about-article-item.--big {
	flex-direction: column;
	padding: 3.2rem 1.6rem;
}

.c-section__about-article-item.--big .c-section__about-article-item-video {
	max-width: 100%;
}

.c-section__about-article-item-content {
	display: contents;
}

.c-section__about-article-item-heading {
	font-size: 1.8rem;
	order: 1;
}

.c-section__about-article-item-description {
	margin-top: 2rem;
	order: 3;
}

.c-section__about-article-item-description p:not(:first-of-type) {
	margin-top: 1.2rem;
}

.c-section__about-article-item-link {
	font-size: 1.1rem;
	margin-top: 1.2rem;
}

.c-section__about-article-check {
	background: url(../../public/img/common/section-about-bg_sp.webp) no-repeat center center/cover;
	margin-top: 4.3rem;
	padding: 2rem;
}

.c-section__about-article-check-heading {
	font-size: 1.8rem;
}

.c-section__about-article-check-list {
	gap: 1.2rem;
	padding: 1.6rem;
}

.c-section__about-article-check-list li {
	font-size: 1.4rem;
	width: 100%;
}

.c-section__about-article-check-list li img {
	width: 2.4rem;
}

.c-section__about-article-item-img {
	max-width: 100%;
	order: 2;
}

.c-section__about-article-note {
	margin-top: 3.2rem;
	padding: 2rem;
}

.c-section__about-article-note p {
	font-size: 1.3rem;
}

.c-section__about-article-note p:first-of-type {
	margin-top: 1.6rem;
}

.c-section__about-article-note p:not(:first-of-type) {
	margin-top: 0.6rem;
}

.c-section__about-article-note-heading {
	font-size: 1.8rem;
	text-align: left;
}

.c-section__about-article-note-button {
	margin-top: 1.6rem;
}

.c-section__about-note {
	font-size: 1.1rem;
	margin-top: 3.2rem;
}

.c-section__start {
	margin-top: 13.3rem;
}

.c-section__start-lead {
	font-size: 2.2rem;
	margin-top: 5rem;
}

.c-section__start-main-text {
	margin-top: 3.2rem;
	text-align: left;
}

.c-section__start-main-text p:not(:first-of-type) {
	margin-top: 1.2rem;
}

.c-section__cause {
	margin-top: 9.3rem;
}

.c-section__cause-lead {
	font-size: 2.2rem;
	margin-top: 5rem;
}

.c-section__cause-main-text {
	margin-top: 2rem;
	text-align: left;
}

.c-section__cause-main-text p:not(:first-of-type) {
	margin-top: 1.2rem;
}

.c-section__cause-wrap {
	margin-top: 5rem;
}

.c-section__cause-list {
	margin-top: 3.2rem;
}

.c-section__cause-list .c-section__cause-item-content {
	display: contents;
}

.c-section__cause-list .c-section__cause-item {
	flex-direction: column;
	row-gap: 1.2rem;
	width: 100%;
}

.c-section__cause-list .c-section__cause-item-heading {
	font-size: 1.8rem;
	order: 1;
}

.c-section__cause-list .c-section__cause-item-text {
	margin-top: 1.2rem;
	order: 3;
}

.c-section__cause-list .c-section__cause-item-img {
	max-width: 100%;
	order: 2;
}

.c-section__cause-2col {
	margin-top: 3.2rem;
}

.c-section__cause-2col .c-section__cause-item {
	flex-direction: column-reverse;
	row-gap: 2rem;
}

.c-section__cause-2col .c-section__cause-item-heading {
	font-size: 1.8rem;
}

.c-section__cause-2col .c-section__cause-item-text p:not(:first-of-type) {
	margin-top: 1.2rem;
}

.c-section__cause-2col .c-section__cause-item-img {
	max-width: 100%;
}

.c-section__feature {
	margin-top: 0;
}

.c-section__feature .l-main__inner {
	overflow: hidden;
	padding-bottom: 2rem;
	padding-top: 9.3rem;
}

.c-section__feature-list::after {
	height: 112rem;
	left: -2.5rem;
	width: 28rem;
}

.c-section__feature-list {
	margin-top: 2rem;
}

.c-section__feature-item {
	padding: 0 2.2rem 3.2rem;
	row-gap: 2rem;
}

.c-section__feature-item::after {
	bottom: 0;
	height: calc(100% - 3rem);
	top: auto;
	width: 100%;
}

.c-section__feature-item:not(:first-of-type) {
	margin-top: 2rem;
}

.c-section__feature-item:nth-of-type(odd) {
	flex-direction: column;
}

.c-section__feature-item:nth-of-type(odd)::after {
	left: 50%;
	right: auto;
	transform: translateX(-50%);
}

.c-section__feature-item:nth-of-type(odd) .c-section__feature-item-content {
	padding: 0;
}

.c-section__feature-item:nth-of-type(odd) .c-section__feature-item-img {
	margin-left: calc(50% - 50vw);
}

.c-section__feature-item:nth-of-type(even) {
	flex-direction: column;
}

.c-section__feature-item:nth-of-type(even)::after {
	left: 50%;
	transform: translateX(-50%);
}

.c-section__feature-item:nth-of-type(even) .c-section__feature-item-content {
	padding: 0;
}

.c-section__feature-item:nth-of-type(even) .c-section__feature-item-img {
	margin-left: auto;
	margin-right: calc(50% - 50vw);
}

.c-section__feature-item-content {
	min-height: auto;
}

.c-section__feature-item-content small {
	margin-top: 2rem;
}

.c-section__feature-item-number {
	font-size: 7.2rem;
}

.c-section__feature-item-text {
	margin-top: 2rem;
}

.c-section__feature-item-img {
	max-width: 100%;
	width: 100%;
}

.c-section__flow {
	margin-top: 9.3rem;
	padding-bottom: 5rem;
}

.c-section__flow-list {
	margin-top: 5rem;
}

.c-section__flow-list::before,
.c-section__flow-list::after {
	bottom: 0;
	height: 112rem;
	top: auto;
	width: 28rem;
}

.c-section__flow-list::before {
	height: 85rem;
	right: -2.5rem;
	top: 36.5rem;
	width: 24rem;
}

.c-section__flow-list::after {
	bottom: -5rem;
	height: 112rem;
	left: -2.5rem;
	width: 28rem;
}

.c-section__flow-item {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
}

.c-section__flow-item:not(:last-of-type) .c-section__flow-item-content {
	padding-bottom: 3.2rem;
}

.c-section__flow-item-number {
	font-size: 2.4rem;
	height: 3.4rem;
	width: 3.4rem;
}

.c-section__flow-item-heading {
	letter-spacing: 0.17rem;
}

.c-section__flow-item-time {
	font-size: 1.8rem;
	letter-spacing: 0.14rem;
}

.c-section__flow-item-content {
	margin-top: 1.2rem;
}

.c-section__flow-item-content-inner {
	flex-direction: column;
	padding: 2rem 1.6rem;
	row-gap: 1.6rem;
}

.c-section__flow-item-description > *:not(:first-child) {
	margin-top: 0.6rem;
}

.c-section__flow-item-description small {
	font-size: 1.1rem;
}

.c-section__flow-item-img {
	max-width: 100%;
}

.c-section__notes {
	padding: 4.3rem 0 5rem;
}

.c-section__notes-wrap {
	background: url(../../public/img/common/section-about-bg_sp.webp) no-repeat center center/cover;
	margin-top: 3.2rem;
	padding: 2rem;
}

.c-section__notes-wrap-text {
	font-size: 1.5rem;
	text-align: left;
}

.c-section__notes-list {
	padding: 1.6rem;
}

.c-section__notes-list li {
	font-size: 1.4rem;
}

.c-section__notes-list li:not(:first-of-type) {
	margin-top: 1.2rem;
}

.c-section__notes-list li img {
	width: 2.4rem;
}

.c-section__notes-bottom-text {
	font-size: 1.3rem;
	margin-top: 3.2rem;
	text-align: left;
}

.c-section__menu {
	padding: 5rem 0;
}

.c-section-menu__list {
	margin-top: 1.6rem;
	row-gap: 1.2rem;
}

.c-section-menu__item {
	width: 100%;
}

.c-section-menu__link {
	padding: 1.6rem 1.6rem 3.2rem;
}

.c-section-menu__item-icon {
	height: 7rem;
	width: 7rem;
}

.c-section-menu__item-icon img {
	width: 2.6rem;
}

.c-section-menu__item-heading {
	font-size: 1.8rem;
}

.c-section-menu__item-arrow {
	bottom: 0.7rem;
	right: 1rem;
	width: 2rem;
}

.c-clinic-hours + small {
	font-size: 1.1rem;
}

.p-top-news {
	margin-top: 2.2rem;
}

.p-top-news__inner {
	padding: 1.2rem 2.5rem;
}

.p-top-news__post {
	flex-direction: column;
	row-gap: 0.4rem;
}

.p-top-news__post-heading {
	font-size: 1.5rem;
}

.p-top-about {
	margin-top: 8.2rem;
}

.p-top-about__inner::before {
	background: url(../../public/img/top/about-bg_sp.webp) no-repeat center center/cover;
	bottom: 18rem;
	height: 63.2rem;
	width: 36rem;
}

.p-top-about__inner {
	padding: 0 2.5rem;
}

.p-top-about__item:nth-of-type(1) {
	flex-direction: column;
	padding: 0;
	row-gap: 3.2rem;
}

.p-top-about__item:nth-of-type(1) .p-top-about__item-img {
	margin-left: calc(50% - 50vw);
	max-width: none;
	width: 34rem;
}

.p-top-about__item:nth-of-type(2) {
	flex-direction: column;
	margin-top: 4rem;
	padding: 0;
}

.p-top-about__item:nth-of-type(2) .p-top-about__item-content {
	display: contents;
}

.p-top-about__item:nth-of-type(2) h2 {
	order: 1;
}

.p-top-about__item:nth-of-type(2) .p-top-about__item-content-text {
	order: 2;
}

.p-top-about__item:nth-of-type(2) .p-top-about__item-button {
	margin-top: 4rem;
	order: 4;
	width: 100%;
}

.p-top-about__item:nth-of-type(2) .p-top-about__item-img {
	margin-right: calc(50% - 50vw);
	margin-top: 3.2rem;
	max-width: none;
	order: 3;
	width: 34rem;
}

.p-top-about__heading {
	font-size: 2rem;
}

.p-top-about__heading::before {
	font-size: 9.3rem;
	left: 0;
	letter-spacing: -0.3rem;
	top: -5.1rem;
}

.p-top-about__heading .--38 {
	font-size: 2.7rem;
}

.p-top-about__item-content-small-heading {
	font-size: 1.7rem;
}

h2 + .p-top-about__item-content-small-heading {
	margin-top: 3.2rem;
}

.p-top-about__item-content-text {
	font-size: 1.5rem;
	margin-top: 2rem;
}

.p-top-about__item-button {
	margin-top: 3.2rem;
}

.p-top-symptoms {
	padding: 5rem 0;
}

.p-top-symptoms::before {
	background: url(../../public/img/top/symptoms-bg_sp.webp) no-repeat center center/cover;
	height: 160rem;
	top: 7.3rem;
	width: 36rem;
}

.p-top-symptoms::after {
	font-size: 8rem;
	letter-spacing: -4.8px;
	top: 7.3rem;
}

.p-top-symptoms__list-heading {
	font-size: 2.2rem;
	margin-top: 3.2rem;
	padding: 0.6rem 2rem;
}

.p-top-symptoms__list {
	gap: 1.6rem 0.9rem;
	margin-top: 3.2rem;
	padding: 0 1.8rem;
}

.p-top-symptoms__list:nth-of-type(2) {
	margin-top: 4.8rem;
}

.p-top-symptoms__item {
	width: calc(50% - 0.45rem);
}

.p-top-symptoms__item-icon {
	height: 12rem;
	width: 12rem;
}

.p-top-symptoms__item-label {
	font-size: 1.5rem;
	margin-top: 0.6rem;
}

.p-top-symptoms__item-label small {
	font-size: 1.1rem;
}

.p-top-symptoms__content {
	margin-top: 3.2rem;
	padding: 2rem;
}

.p-top-symptoms__content-top {
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	line-height: 1.9;
}

.p-top-symptoms__content-text {
	font-size: 1.5rem;
	margin-top: 2rem;
}

.p-top-symptoms__content-button {
	margin-top: 2.2rem;
}

.p-top-symptoms__content-button .c-button {
	padding: 1.3rem 1.6rem;
}

.p-top-case {
	background: url(../../public/img/top/case-bg_sp.webp) no-repeat center top/contain;
	padding: 5rem 0;
}

.p-top-case::before {
	height: 72rem;
	width: 36rem;
}

.p-top-case__heading::before {
	font-size: 14.5rem;
	letter-spacing: -0.4rem;
	top: -5rem;
}

.p-top-case__wrap {
	margin-top: 3.2rem;
}

.p-top-case__note {
	padding: 2rem 1.6rem;
}

.p-top-case__note-heading {
	font-size: 2.2rem;
}

.p-top-case__note-content {
	flex-direction: column;
}

.p-top-case__button {
	margin-top: 3.2rem;
}

.p-top-menu {
	background: url(../../public/img/top/menu-bg_sp.webp) no-repeat center top/cover;
}

.p-top-menu__inner {
	padding: 5rem 0;
}

.p-top-menu__inner::after {
	display: none;
}

.p-top-menu__list {
	margin-top: 3.2rem;
	row-gap: 1.6rem;
}

.p-top-menu__item {
	width: 100%;
}

.p-top-menu__link {
	-moz-column-gap: 1.6rem;
	align-items: flex-start;
	column-gap: 1.6rem;
	padding: 2rem 2rem 3.2rem;
}

.p-top-menu__item-icon {
	height: 7rem;
	width: 7rem;
}

.p-top-menu__item-icon img {
	width: 2.6rem;
}

.p-top-menu__item-text {
	font-size: 1.5rem;
	margin-top: 0.6rem;
}

.p-top-menu__item-arrow {
	right: 1rem;
	width: 2rem;
}

.p-top-feature {
	overflow: hidden;
	padding: 5rem 0;
}

.p-top-feature::before {
	background: url(../../public/img/top/feature-bg_sp.webp) no-repeat center center/contain;
	bottom: 20rem;
	height: 167.6rem;
	width: 37.5rem;
}

.p-top-feature::after {
	height: 93rem;
	width: 100%;
}

.p-top-feature__heading::before {
	font-size: 11.7rem;
	letter-spacing: -0.3rem;
	top: -5rem;
}

.p-top-feature__list {
	margin-top: 3.2rem;
}

.p-top-feature__item {
	flex-direction: column;
	padding: 4.4rem 2rem 3.2rem;
	row-gap: 2rem;
}

.p-top-feature__item::before {
	background: #fff;
	box-shadow: 0 2px 16px 0 rgba(166, 166, 166, 0.2);
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.p-top-feature__item:not(:first-of-type) {
	margin-top: 3.2rem;
}

.p-top-feature__item:nth-of-type(odd) {
	flex-direction: column;
}

.p-top-feature__item:nth-of-type(odd) .p-top-feature__item-content {
	padding: 0;
}

.p-top-feature__item:nth-of-type(odd) .p-top-feature__item-img {
	margin-left: calc(50% - 50vw);
}

.p-top-feature__item:nth-of-type(even) .p-top-feature__item-content {
	padding: 0;
}

.p-top-feature__item:nth-of-type(even) .p-top-feature__item-number {
	left: 0;
}

.p-top-feature__item:nth-of-type(even) .p-top-feature__item-img {
	margin-left: auto;
	margin-right: calc(50% - 50vw);
}

.p-top-feature__item-content {
	margin-top: 0;
	min-height: 100%;
}

.p-top-feature__item-content::before {
	display: none;
}

.p-top-feature__item-number {
	font-size: 7.2rem;
	transform: translateY(-100%);
}

.p-top-feature__item-description {
	margin-top: 2rem;
}

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

.p-top-message {
	padding: 5rem 0;
}

.p-top-message::before {
	background: url(../../public/img/top/message-bg_sp.webp) no-repeat center center/cover;
	height: 79.4rem;
	width: 32rem;
}

.p-top-message::after {
	bottom: 68rem;
	height: 68rem;
	width: 32rem;
}

.p-top-message__wrap {
	flex-direction: column;
}

.p-top-message__content {
	display: contents;
	max-width: 100%;
}

.p-top-message__heading {
	order: 1;
	text-align: center;
}

.p-top-message__heading::before {
	font-size: 9.7rem;
	left: 0;
	letter-spacing: -0.3rem;
	top: -4.6rem;
}

.p-top-message__small-heading {
	margin-top: 3.2rem;
	order: 3;
}

.p-top-message__comment {
	margin-top: 2rem;
	order: 4;
}

.p-top-message__comment-text {
	font-size: 1.5rem;
}

.p-top-message__comment-text:not(:first-of-type) {
	margin-top: 1.2rem;
}

.p-top-message__profile {
	align-items: flex-start;
	flex-direction: column;
	margin-top: 2rem;
	order: 5;
	row-gap: 0.6rem;
}

.p-top-message__title {
	font-size: 1.5rem;
}

.p-top-message__name {
	font-size: 2rem;
}

.p-top-message__img {
	margin-left: 0;
	margin-top: 3.2rem;
	order: 2;
}

.p-top-message__career {
	flex-direction: column;
	margin-top: 3.2rem;
	padding: 2.2rem 2rem;
	row-gap: 3.2rem;
}

.p-top-message__career-content:nth-of-type(1) {
	max-width: 100%;
}

.p-top-message__career-content:nth-of-type(2) {
	max-width: 100%;
}

.p-top-message__career-item article {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
}

.p-top-message__button {
	margin-top: 3.2rem;
}

.p-recruit-merit {
	background-image: url(../../public/img/recruit/recruit-merit-bg__sp.svg);
	padding-bottom: 8rem;
}

.p-recruit-merit__heading {
	padding-top: 3.2rem;
}

.p-recruit-merit__heading-wrap {
	flex-direction: column;
	row-gap: 2.4rem;
	top: 45%;
}

.p-recruit-merit__heading-text-wrap {
	-moz-column-gap: 0;
	column-gap: 0;
}

.p-recruit-merit__heading-text .--96 {
	font-size: 6.4rem;
}

.p-recruit-merit__heading-img {
	max-width: 34.6rem;
}

.p-recruit-merit__heading-img:first-of-type {
	margin-right: auto;
}

.p-recruit-merit__heading-img:last-of-type {
	margin-left: auto;
}

.p-recruit-merit__list {
	margin-top: 6.2rem;
}

.p-recruit-merit__item {
	background: transparent;
	flex-direction: column;
	padding: 0 0 12.4rem;
}

.p-recruit-merit__item.--yellow {
	background: transparent;
}

.p-recruit-merit__item.--yellow .p-recruit-merit__item-content {
	background: #FFF6CC;
}

.p-recruit-merit__item.--pink {
	background: transparent;
}

.p-recruit-merit__item.--pink .p-recruit-merit__item-content {
	background: #FDF0E9;
}

.p-recruit-merit__item:not(:first-of-type) {
	margin-top: 10.4rem;
}

.p-recruit-merit__item-number {
	height: 10rem;
	left: 0;
	width: 10rem;
}

.p-recruit-merit__item-content {
	border-radius: 2.4rem;
	max-width: 100%;
	padding: 7.2rem 3.2rem 15.2rem;
}

.p-recruit-merit__item-heading {
	font-size: 2rem;
	letter-spacing: 1.2px;
}

.p-recruit-merit__item-heading .--big {
	font-size: 2.4rem;
}

.p-recruit-merit__item-list-text:not(:first-of-type) {
	margin-top: 1.4rem;
}

.p-recruit-merit__item-img {
	bottom: 0;
	left: 50%;
	margin-top: 0;
	max-width: 100%;
	position: absolute;
	transform: translateX(-50%);
}

.p-recruit__message {
	padding-top: 2.4rem;
}

.p-recruit__message-top {
	flex-direction: column;
	row-gap: 2.4rem;
}

.p-recruit__message-top-img {
	max-width: 100%;
}

.p-recruit__message-top-content {
	max-width: 100%;
	padding: 3.2rem;
}

.p-recruit__message-top-content-text:not(:first-of-type) {
	margin-top: 1.4rem;
}

.p-recruit__message-bottom {
	flex-direction: column;
	margin-bottom: 2.4rem;
	margin-top: 2.4rem;
	padding: 3.2rem;
	row-gap: 2.4rem;
}

.p-recruit__message-bottom-item {
	max-width: 100%;
}

.p-recruit__message-bottom-heading {
	font-size: 1.8rem;
	letter-spacing: 0.9px;
}

.p-recruit-require {
	padding: 3.2rem 0;
}

.p-recruit-require__table-wrap {
	margin-top: 3.2rem;
}

.p-recruit-require__table-heading {
	font-size: 1.8rem;
	letter-spacing: 0.9px;
}

.p-recruit-require__table {
	padding: 3.2rem;
}

.p-recruit-require__table th {
	padding-right: 1.6rem;
	width: 8.8rem;
}

.p-privacy {
	padding: 5rem 0;
}

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

.p-privacy__inner > *:not(:first-child) {
	margin-top: 3.2rem;
}

.p-privacy-item-heading {
	font-size: 2.2rem;
}

.p-privacy-item-text,
.p-privacy-item-list {
	margin-top: 2rem;
}

.p-privacy-item-info > *:not(:first-child) {
	margin-top: 1.2rem;
}

.p-note.c-section__notes {
	padding: 5rem 0;
}

.p-staff__director {
	margin-top: 2.7rem;
	padding-bottom: 5rem;
}

.p-staff__director-wrap {
	flex-direction: column-reverse;
	margin-top: 5rem;
	row-gap: 2rem;
}

.p-staff__director-content-description {
	margin-top: 2rem;
}

.p-staff__director-content-description p:not(:first-of-type) {
	margin-top: 1.2rem;
}

.p-staff__director-img {
	max-width: 100%;
}

.p-staff__director-career {
	flex-direction: column;
	margin-top: 4.4rem;
	padding: 2.2rem 2rem;
	row-gap: 2rem;
}

.p-staff__director-career-item:nth-of-type(1) .p-staff__director-career-list li {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
}

.p-staff__director-career-heading {
	-moz-column-gap: 0.6rem;
	column-gap: 0.6rem;
	font-size: 1.8rem;
	padding-bottom: 0.6rem;
}

.p-staff__director-career-list {
	margin-top: 1.2rem;
}

.p-staff__certificate {
	margin-top: 4.4rem;
	padding: 2rem;
}

.p-staff__certificate-heading {
	font-size: 1.8rem;
}

.p-staff__certificate-list {
	gap: 1rem 0.9rem;
}

.p-staff__certificate-item {
	height: auto;
	width: calc(50% - 0.45rem);
}

.p-staff__certificate-item img {
	height: auto;
	width: 100%;
}

.p-staff__team {
	margin-top: 4.4rem;
	padding-bottom: 5rem;
}

.p-staff__team-wrap {
	margin-top: 5rem;
}

.p-staff__team-list {
	flex-direction: column;
	margin-top: 3.2rem;
	row-gap: 1.6rem;
}

.p-staff__team-item {
	padding: 2rem;
}

.p-staff__team-item-name {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
	font-size: 2.2rem;
}

.p-staff__team-item-small-heading {
	-moz-column-gap: 0.6rem;
	column-gap: 0.6rem;
	font-size: 1.8rem;
	margin-top: 1.6rem;
	padding-bottom: 0.6rem;
}

.p-staff__team-item-content {
	margin-top: 1.6rem;
}

.p-faq__wrap {
	max-width: 100%;
	padding: 5rem 0;
}

.p-faq__item:not(:first-of-type) {
	margin-top: 5rem;
}

.c-accordion__list {
	margin-top: 3.2rem;
}

.p-faq__accordion-item {
	padding-bottom: 0;
}

.p-faq__accordion-item:not(:first-of-type) {
	margin-top: 1.6rem;
}

.p-faq__accordion-title {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
	font-size: 1.7rem;
}

.c-accordion__title-inner {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
}

.p-faq__accordion-text {
	padding-right: 4.5rem;
}

.c-accordion__text-inner {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
}

.p-clinic {
	padding: 5rem 0;
}

.p-clinic__top {
	background: url(../../public/img/clinic/top-bg_sp.webp) no-repeat center center/cover;
	padding: 8rem 0;
}

.p-clinic__top-heading {
	font-size: 1.8rem;
}

.p-clinic__top-heading .--big {
	font-size: 2.2rem;
}

.p-clinic__top-text {
	margin-top: 2rem;
}

.p-clinic__wrap {
	margin-top: 11.2rem;
	padding-bottom: 13.4rem;
}

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

.p-clinic__item-text {
	margin-top: 2rem;
}

.p-clinic__item-list {
	flex-direction: column;
	margin-top: 2rem;
	row-gap: 1.6rem;
}

.p-clinic__item-box {
	width: 100%;
}

.p-clinic__item-box-heading {
	font-size: 1.7rem;
	margin-top: 0.6rem;
}

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

.p-clinic__root-item {
	margin-top: 4.4rem;
}

.p-clinic__root-item-heading {
	-moz-column-gap: 0.6rem;
	column-gap: 0.6rem;
	font-size: 1.8rem;
	padding-bottom: 0.6rem;
}

.p-clinic__root-item-list {
	flex-direction: column;
	margin-top: 2rem;
	row-gap: 4.8rem;
}

.p-clinic__root-item-box {
	width: 100%;
}

.p-clinic__root-item-box:nth-of-type(3)::after {
	border-color: #5DC60D transparent transparent transparent;
	border-style: solid;
	border-width: 2.4rem 2.8rem 0 2.8rem;
	bottom: -4rem;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	opacity: 0.1;
	position: absolute;
	top: auto;
	transform: translateX(-50%);
	width: 0;
}

.p-clinic__root-item-box:not(:last-of-type)::after {
	border-color: #5DC60D transparent transparent transparent;
	border-width: 2.4rem 2.8rem 0 2.8rem;
	bottom: -4rem;
	left: 50%;
	top: auto;
	transform: translateX(-50%);
}

.p-clinic__root-item-box-content {
	margin-top: 1.2rem;
}

.p-selection {
	padding: 4.3rem 0 5rem;
}

.p-selection__wrap {
	background: url(../../public/img/selection/selection-bg_sp.webp) no-repeat center center/cover;
	padding: 3.2rem 2.2rem;
}

.p-selection__wrap-heading {
	font-size: 2.2rem;
	left: 50%;
	top: -2.4rem;
	transform: translateX(-50%);
	width: 100%;
}

.p-selection__content {
	flex-direction: column;
	row-gap: 1.6rem;
}

.p-selection__item {
	padding: 2rem;
}

.p-selection__item-heading {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
	font-size: 1.8rem;
}

.p-selection__item-text {
	margin-top: 1.6rem;
}

.p-selection__item-button {
	font-size: 1.4rem;
	letter-spacing: 0.12rem;
	margin-top: 1.6rem;
	padding: 1.2rem 1.6rem;
}

.p-pricing__small-heading {
	font-size: 1.8rem;
	margin-top: 3.2rem;
	padding-bottom: 0.6rem;
}

.p-pricing__treatment {
	margin-top: 7.6rem;
}

.p-pricing__treatment-heading::before {
	font-size: 5.8rem;
	letter-spacing: -0.19rem;
	top: -2.3rem;
}

.p-pricing__treatment-wrap {
	margin-top: 5rem;
}

.p-pricing__treatment-wraptext {
	margin-top: 3.2rem;
}

.p-pricing__treatment-wrap-list {
	background: url(../../public/img/pricing/merit-bg_sp.webp) no-repeat center center/cover;
	flex-direction: column;
	margin-top: 3.2rem;
	padding: 4.4rem 2rem 2rem;
	row-gap: 4.1rem;
}

.p-pricing__treatment-wrap-item {
	row-gap: 1.2rem;
}

.p-pricing__treatment-wrap-item-icon {
	height: 8.7rem;
	width: 8.7rem;
}

.p-pricing__treatment-wrap-item-icon img {
	width: 4.9rem;
}

.p-pricing__treatment-wrap-item-heading {
	font-size: 1.8rem;
}

.p-pricing__treatment-wrap-item-text {
	font-size: 1.4rem;
}

.p-pricing__treatment-note {
	font-size: 1.1rem;
	margin-top: 0.6rem;
}

.p-pricing__treatment-intro {
	background: url(../../public/img/pricing/intro-bg_sp.webp) no-repeat center center/cover;
	flex-direction: column;
	margin-top: 3.2rem;
	padding: 2rem;
	row-gap: 0.9rem;
}

.p-pricing__treatment-intro-item {
	max-width: 100%;
	padding: 1.6rem;
}

.p-pricing__treatment-intro-item:nth-of-type(1) {
	order: 2;
}

.p-pricing__treatment-intro-item:nth-of-type(3) {
	order: 3;
}

.p-pricing__treatment-intro-item-img {
	max-width: 16rem;
	order: 1;
}

.p-pricing__treatment-intro-item-heading {
	font-size: 1.8rem;
}

.p-pricing__treatment-intro-item-text {
	font-size: 1.7rem;
	margin-top: 1.6rem;
}

.p-pricing__treatment-intro-item-text .--big {
	font-size: 4.8rem;
}

.p-pricing__list {
	margin-top: 10.5rem;
}

.p-pricing__list-opinion {
	background: url(../../public/img/pricing/secondopinion-bg_sp.webp) no-repeat center center/cover;
	margin-top: 6.4rem;
	padding: 7.2rem 2rem 3.2rem;
}

.p-pricing__list-opinion-heading {
	font-size: 2.2rem;
	left: 50%;
	top: -2.4rem;
	transform: translateX(-50%);
	width: 100%;
}

.p-pricing__list-opinion-content {
	padding: 1.6rem;
}

.p-pricing__list-opinion-content > *:not(:first-child) {
	margin-top: 1.2rem;
}

.p-pricing__list-opinion-content-check li {
	font-size: 1.4rem;
	line-height: 1.6;
}

.p-pricing__list-opinion-content-check li:not(:first-of-type) {
	margin-top: 0.6rem;
}

.p-pricing__list-opinion-content-check li img {
	width: 2.4rem;
}

.p-pricing__list-table {
	margin-top: 5rem;
}

.p-pricing__list-table-wrap {
	margin-top: 3.2rem;
}

.p-pricing__list-table-wrap table tr {
	flex-direction: column;
}

.p-pricing__list-table-wrap table th,
.p-pricing__list-table-wrap table td {
	min-height: auto;
	padding: 1.2rem 1.6rem;
	text-align: center;
}

.p-pricing__list-table-wrap table th {
	border-bottom: 0.1rem solid #ccc;
	border-right: none;
	width: 100%;
}

.p-pricing__list-table-wrap table td {
	width: 100%;
}

.p-pricing__list-table-small {
	font-size: 1.2rem;
	margin-top: 1.2rem;
}

.p-pricing__payment {
	margin-top: 11.1rem;
}

.p-pricing__payment-heading::before {
	font-size: 10.3rem;
	letter-spacing: -0.33rem;
	top: -5.3rem;
}

.p-pricing__payment-wrap {
	margin-top: 5rem;
}

.p-pricing__payment-wrap small {
	font-size: 1.1rem;
}

.p-pricing__payment-wrap-text {
	margin-top: 3.2rem;
}

.p-pricing__payment-wrap-content {
	margin-top: 3.2rem;
	padding: 2rem;
	row-gap: 2.2rem;
}

.p-pricing__payment-wrap-content-heading {
	font-size: 1.8rem;
}

.p-pricing__payment-wrap-content-body {
	flex-direction: column;
	row-gap: 1.8rem;
}

.p-pricing__deduction {
	margin-top: 9.1rem;
	padding-bottom: 5rem;
}

.p-pricing__deduction-heading::before {
	font-size: 8.3rem;
	letter-spacing: -0.33rem;
	top: -5.3rem;
}

.p-pricing__deduction-calc {
	align-items: center;
	flex-direction: column;
	margin-top: 3.2rem;
	row-gap: 1.2rem;
}

.p-pricing__deduction-calc-item {
	max-width: 9.2rem;
	padding: 0.6rem;
}

.p-pricing__deduction-calc-item.--first {
	max-width: 100%;
}

.p-pricing__deduction-calc-item.--first p {
	font-size: 1.7rem;
}

.p-pricing__deduction-calc-item p {
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
}

.p-pricing__deduction-calc-item small {
	font-size: 1.1rem;
	margin-top: 0;
}

.p-pricing__deduction-calc-wrap {
	-moz-column-gap: 0.4rem;
	column-gap: 0.4rem;
	width: 100%;
}

.p-pricing__deduction-calc-item-symbol.--equal {
	transform: rotate(90deg);
	width: 2.4rem;
}

.p-pricing__deduction-calc-item-symbol.--minus {
	width: 1.6rem;
}

.p-reservation {
	padding: 5rem 0;
}

.p-reservation__lead {
	font-size: 1.7rem;
	max-width: 100%;
}

.p-reservation__lead small {
	font-size: 1.1rem;
}

.p-reservation__info {
	flex-direction: column;
	margin-top: 5rem;
	padding: 2rem;
}

.p-reservation__info-item:nth-of-type(1) {
	border-bottom: 0.1rem solid #ccc;
	border-right: none;
	padding-bottom: 1.2rem;
	padding-right: 0;
}

.p-reservation__info-item:nth-of-type(2) {
	padding-left: 0;
	padding-top: 1.2rem;
}

.p-reservation__info-item-heading {
	font-size: 1.8rem;
}

.p-reservation__info-item-heading--small {
	text-align: center;
}

.p-reservation__info-item-link {
	font-size: 3.9rem;
}

.p-reservation__info-item-link img {
	width: 3.6rem;
}

.p-reservation__form {
	margin-top: 5rem;
	padding: 4rem 2rem;
}

.p-contact {
	max-width: 100%;
	row-gap: 1.6rem;
}

.p-contact .c-clinic-hours td:nth-of-type(1) {
	padding-left: 0;
}

.p-contact .c-clinic-hours td:nth-of-type(2) {
	width: 18.7rem;
}

.p-contact__inner {
	padding: 0;
}

.p-contact__description {
	margin-bottom: 3.2rem;
}

.p-contact__description-heading {
	font-size: 2rem;
	margin-bottom: 3.2rem;
}

.p-contact__flex {
	-moz-column-gap: 2.4rem;
	column-gap: 2.4rem;
}

.p-contact__enter.--sp-column .p-contact__radio-label {
	flex-direction: column;
}

input[type=radio] + .wpcf7-list-item-label::after {
	left: 0.3rem;
}

select {
	width: 100%;
}

.p-contact__select-wrap {
	width: 100%;
}

.p-contact__enter-select {
	align-items: flex-start;
	flex-direction: column;
	row-gap: 0.8rem;
}

.p-contact__button {
	font-size: 1.5rem;
}

.p-contact__bottom {
	margin-bottom: 1.6rem;
}

.p-contact__content-item {
	row-gap: 1.6rem;
}

.p-confirm {
	padding: 2.6rem 0 5rem;
}

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

.p-confirm__wrap .p-contact__content-item {
	row-gap: 2.2rem;
}

.p-confirm__wrap .p-contact__field {
	flex-direction: column;
}

.p-confirm__wrap .p-contact__button-wrap {
	align-items: center;
	flex-direction: column;
	margin-top: 5rem;
	row-gap: 1.6rem;
}

.p-confirm__wrap .p-contact__prev-button {
	font-size: 1.5rem;
}

.p-confirm__heading {
	font-size: 2.4rem;
}

.p-thanks {
	padding: 2.6rem 0 5rem;
}

.p-thanks__heading {
	font-size: 2.7rem;
}

.p-thanks__heading-ja {
	font-size: 2.4rem;
}

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

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

.p-404 {
	padding: 2.6rem 0 5rem;
}

.p-404__heading {
	font-size: 2.7rem;
}

.p-404__heading-ja {
	font-size: 2.4rem;
}

.p-404__description {
	margin-top: 2rem;
}

.p-404__button {
	margin-top: 5rem;
}

.u-display__sp {
	display: block;
}

}

