body {
	color: #2b344b;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
}

.u-pc {
	display: none;
}

.u-cl-light-grey {
	color: #f8f9fa;
}

.u-cl-white {
	color: #fff;
}

.u-cl-light-blue {
	color: #dbebfb;
}

.u-cl-light-blue-2 {
	color: #f5faff;
}

.u-cl-light-blue-3 {
	color: #F1F7FE;
}

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

.u-only-pc {
	display: none;
}

.u-only-sp {
	display: inline-block;
}

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

html {
	font-size: 16px;
}

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

/* ホバー */

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

/* sp-menuが開いている時はスクロール禁止 */

.no-scroll {
	overflow: hidden;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* font-weight reset */

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: 400;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

/* Inherit fonts for inputs and buttons */

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

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

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

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

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

textarea {
	resize: vertical;
}

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

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

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

.access-map {
	font-size: 0;
}

.access-map iframe {
	height: 250px;
	width: 100%;
}

.blog-cards-2 {
	row-gap: 50px;
	row-gap: 3.125rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.blog-card-2 {
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.blog-card-2__img {
	border-radius: 0.625rem 0.625rem 0 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.blog-card-2__img img {
	-o-object-fit: cover;
	aspect-ratio: 337/209;
	border-radius: 0.625rem 0.625rem 0 0;
	height: 100%;
	object-fit: cover;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

.blog-card-2:hover .blog-card-2__img img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.blog-card-2__body {
	background-color: #fff;
	border-radius: 0 0 0.625rem 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 18px 22px 28px;
	padding: 1.125rem 1.375rem 1.75rem;
}

.blog-card-2__label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #425a72;
	border-radius: 0.25rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	height: 29px;
	height: 1.8125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0em;
	line-height: 1;
	width: 117px;
	width: 7.3125rem;
}

.blog-card-2__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 3行での三点リーダー対応 */
	display: -webkit-box;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 16px;
	margin-top: 1rem;
	overflow: hidden;
}

.blog-card-2__date-wrapper {
	margin-left: auto;
	margin-top: 24px;
	margin-top: 1.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.blog-card-2__date {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.blog-card-2__date span {
	margin-right: 8px;
	margin-right: 0.5rem;
}

.blog-card-2__date--2 {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.blog-cards {
	row-gap: 40px;
	row-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.blog-card {
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.blog-card__img {
	border-radius: 0.625rem 0.625rem 0 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.blog-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 295/180;
	border-radius: 0.625rem 0.625rem 0 0;
	height: 100%;
	object-fit: cover;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

.blog-card:hover .blog-card__img img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.blog-card__body {
	background-color: #fff;
	border-radius: 0 0 0.625rem 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 22px 22px 28px;
	padding: 1.375rem 1.375rem 1.75rem;
}

.blog-card__date-1 {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.blog-card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 3行での三点リーダー対応 */
	display: -webkit-box;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 2;
	margin-top: 20px;
	margin-top: 1.25rem;
	overflow: hidden;
}

.blog-card__date-2 {
	color: #707f89;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.8;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: right;
}

.breadcrumb {
	padding: 4px 0 0;
}

/* 通常のテキスト */

.breadcrumb__content a {
	color: #9ec2e6;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0 2px;
}

/* TOPのカスタマイズ */

.breadcrumb__content a.home span[property=name] {
	color: #9ec2e6;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-right: 4px;
}

/* 現在のページのカスタマイズ */

.breadcrumb__content span.current-item {
	color: #2b344b;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0 4px;
}

/* 区切り記号のカスタマイズ */

.breadcrumb__content span[property=itemListElement] + * {
	color: #2b344b;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	vertical-align: middle;
}

/*---------------------------------- 
btn-1
---------------------------------- */

.btn-1 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-clip: padding-box;
	border: 1px solid #2b344b;
	border-radius: 1.875rem;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	height: 60px;
	height: 3.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.6875;
	max-width: 295px;
	max-width: 18.4375rem;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

.btn-1::after {
	background-image: url(../images/common/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 11px;
	height: 0.6875rem;
	position: absolute;
	right: 28px;
	right: 1.75rem;
	top: 42%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 17px;
	width: 1.0625rem;
}

.btn-1:hover:after {
	-webkit-transform: translateX(0.4375rem);
	transform: translateX(0.4375rem);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.btn-1--greeting {
	border-radius: 3.5rem;
	height: 112px;
	height: 7rem;
	line-height: 1.69;
	text-align: center;
}

.btn-1--greeting::after {
	right: 20px;
	right: 1.25rem;
	top: 48%;
}

.btn-1--blog {
	border-radius: 2.5rem;
	height: 80px;
	height: 5rem;
}

.btn-1--case {
	border-radius: 2.5rem;
	height: 80px;
	height: 5rem;
}

.btn-1--recruit {
	border-radius: 2.5rem;
	height: 80px;
	height: 5rem;
}

.btn-1--guppy {
	border-radius: 2.5rem;
	height: 80px;
	height: 5rem;
}

.btn-1--access {
	border-radius: 2.5rem;
	height: 80px;
	height: 5rem;
}

.btn-1--first {
	border-radius: 2.5rem;
	height: 80px;
	height: 5rem;
}

.btn-1--about {
	border-radius: 3.375rem;
	height: 108px;
	height: 6.75rem;
}

.btn-1.btn-1--category {
	border-radius: 0.625rem;
	height: 150px;
	height: 9.375rem;
	width: 160px;
	width: 10rem;
}

.btn-1--category::after {
	background-image: url(../images/common/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 11px;
	height: 0.6875rem;
	position: absolute;
	right: 70px;
	right: 4.375rem;
	top: 78%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 17px;
	width: 1.0625rem;
}

/*---------------------------------- 
btn-2
---------------------------------- */

.btn-2 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-clip: padding-box;
	border: 1px solid #2b344b;
	border-radius: 2.5rem;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	height: 80px;
	height: 5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.6875;
	max-width: 295px;
	max-width: 18.4375rem;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

.btn-2::after {
	background-image: url(../images/common/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 11px;
	height: 0.6875rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 45%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 16px;
	width: 1rem;
}

.btn-2--prev {
	border-radius: 3.375rem;
	height: 108px;
	height: 6.75rem;
}

.btn-2--invisa {
	border-radius: 3.375rem;
	height: 108px;
	height: 6.75rem;
}

/*---------------------------------- 
btn-phone
---------------------------------- */

.btn-phone {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-clip: padding-box;
	border: 1px solid #2b344b;
	border-radius: 0.625rem;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	height: 65px;
	height: 4.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
	width: 100%;
}

.btn-phone::before {
	background-image: url(../images/common/icon-phone.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 30px;
	height: 1.875rem;
	margin-top: 3px;
	margin-top: 0.1875rem;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 30px;
	width: 1.875rem;
}

.btn-phone--recruit {
	border-radius: 2.5rem;
	height: 80px;
	height: 5rem;
}

.case-cards-2 {
	row-gap: 50px;
	row-gap: 3.125rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.case-card-2 {
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.case-card-2__img {
	border-radius: 0.625rem 0.625rem 0 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.case-card-2__img img {
	-o-object-fit: cover;
	aspect-ratio: 326/174;
	border-radius: 0.625rem 0.625rem 0 0;
	height: 100%;
	object-fit: cover;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

.case-card-2__img.case-card-2__img--2 {
	border-radius: 0;
}

.case-card-2__img.case-card-2__img--2 img {
	border-radius: 0;
}

.case-card-2__img-label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 0.625rem 0 0 0;
	bottom: 0px;
	bottom: 0rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	height: 27px;
	height: 1.6875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	position: absolute;
	right: 0px;
	right: 0rem;
	text-transform: uppercase;
	width: 92px;
	width: 5.75rem;
	z-index: 1;
}

.case-card-2__img-label--before {
	color: #a4a4a4;
}

.case-card-2__img-label--after {
	color: #516d88;
}

.case-card-2__body {
	background-color: #fff;
	border-radius: 0 0 0.625rem 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 37px 23px 13px;
	padding: 2.3125rem 1.4375rem 0.8125rem;
}

.case-card-2__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 2行での三点リーダー対応 */
	display: -webkit-box;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	overflow: hidden;
}

.case-card-2__btn {
	color: #9ec2e6;
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 10px 25px 10px 10px;
	padding: 0.625rem 1.5625rem 0.625rem 0.625rem;
	position: relative;
	text-align: right;
}

.case-card-2__btn::after {
	background-image: url(../images/common/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 11px;
	height: 0.6875rem;
	position: absolute;
	right: 0px;
	right: 0rem;
	top: 42%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 17px;
	width: 1.0625rem;
}

.case-card-2__btn:hover:after {
	-webkit-transform: translateX(0.4375rem);
	transform: translateX(0.4375rem);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.case-cards {
	row-gap: 40px;
	row-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.case-card {
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.case-card__img {
	border-radius: 0.625rem 0.625rem 0 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.case-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 326/174;
	border-radius: 0.625rem 0.625rem 0 0;
	height: 100%;
	object-fit: cover;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

.case-card:hover .case-card__img img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.case-card__img.case-card__img--2 {
	border-radius: 0;
}

.case-card__img.case-card__img--2 img {
	border-radius: 0;
}

.case-card__img-label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 0.625rem 0 0 0;
	bottom: 0px;
	bottom: 0rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	height: 27px;
	height: 1.6875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	position: absolute;
	right: 0px;
	right: 0rem;
	text-transform: uppercase;
	width: 92px;
	width: 5.75rem;
	z-index: 1;
}

.case-card__img-label--before {
	color: #a4a4a4;
}

.case-card__img-label--after {
	color: #516d88;
}

.case-card__body {
	background-color: #516d88;
	border-radius: 0 0 0.625rem 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 30px 20px 56px;
	padding: 1.875rem 1.25rem 3.5rem;
}

.case-card__date {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.case-card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #fff; /* 2行での三点リーダー対応 */
	display: -webkit-box;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 20px;
	margin-top: 1.25rem;
	overflow: hidden;
}

.clinic-info {
	background-color: #fff;
	border-radius: 5rem 5rem 0 0;
	padding: 60px 20px 78px;
	padding: 3.75rem 1.25rem 4.875rem;
}

.clinic-info__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	max-width: 460px;
	max-width: 28.75rem;
	width: 100%;
}

.clinic-info__left-container {
	display: contents;
	width: 100%;
}

.clinic-info__container-logo {
	margin: 0 auto;
	max-width: 283px;
	max-width: 17.6875rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.clinic-info__text-container {
	margin-top: 24px;
	margin-top: 1.5rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.clinic-info__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.clinic-info__text:nth-child(n+2) {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.clinic-info__text-1 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.875;
	width: 80px;
	width: 5rem;
}

.clinic-info__text-2 {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.875;
}

.clinic-info__hours {
	margin-top: 48px;
	margin-top: 3rem;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.clinic-info__right-container {
	display: contents;
	width: 100%;
}

.clinic-info__right-img {
	margin: 15px auto 0;
	margin: 0.9375rem auto 0;
	max-width: 146px;
	max-width: 9.125rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.clinic-info__right-text {
	color: black;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8461538462;
	margin: 32px auto 0;
	margin: 2rem auto 0;
	max-width: 285px;
	max-width: 17.8125rem;
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	width: 100%;
}

.clinic-info__right-text span {
	display: inline-block;
}

.clinic-info__bottom-container {
	margin: 55px auto 0;
	margin: 3.4375rem auto 0;
	max-width: 460px;
	max-width: 28.75rem;
	width: 100%;
}

.clinic-cta__title {
	background-clip: padding-box;
	border-bottom: 1px solid #2b344b;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
	margin: 0 auto;
	max-width: 335px;
	max-width: 20.9375rem;
	padding-bottom: 7px;
	padding-bottom: 0.4375rem;
	text-align: center;
	width: 100%;
}

.clinic-cta__title--access-main {
	font-size: 16px;
	font-size: 1rem;
}

.clinic-cta__title::after {
	display: none;
}

.clinic-cta__links {
	margin: 20px auto 0;
	margin: 1.25rem auto 0;
	max-width: 335px;
	max-width: 20.9375rem;
}

.clinic-cta__links-phone {
	width: 100%;
}

.clinic-cta__links-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.clinic-cta__link {
	max-width: 164px;
	max-width: 10.25rem;
	width: 100%;
}

.clinic-cta__link:nth-child(n+2) {
	margin-left: 7px;
	margin-left: 0.4375rem;
}

/*---------------------------------- 
dl-item
---------------------------------- */

.dl-item:nth-child(n+2) {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.dl-item__title {
	background-clip: padding-box;
	border-bottom: 1px solid #2b344b;
	border-top: 1px solid #2b344b;
	color: #425A72;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-bottom: 6px;
	padding-bottom: 0.375rem;
}

.dl-item__sentence {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

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

.dot {
	border-radius: 50%;
	display: inline-block;
	height: 5px;
	height: 0.3125rem;
	width: 5px;
	width: 0.3125rem;
}

.dot:nth-child(n+2) {
	margin-left: 8px;
	margin-left: 0.5rem;
}

.faq-item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.faq-item__title {
	color: #425A72;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.faq-item__title::before {
	display: none;
}

.faq-item__title span {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.faq-item__title span::after {
	background-color: #a4caef;
	bottom: 0px;
	bottom: 0rem;
	content: "";
	display: inline-block;
	height: 2px;
	height: 0.125rem;
	left: 4px;
	left: 0.25rem;
	position: absolute;
	width: 15px;
	width: 0.9375rem;
}

.faq-item__sentence {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.flow-item {
	background-color: #fff;
	border-radius: 0.625rem;
	padding: 30px 20px 50px;
	padding: 1.875rem 1.25rem 3.125rem;
	position: relative;
}

.flow-item::after {
	background-image: url(../images/common/flow-item-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -52px;
	bottom: -3.25rem;
	content: "";
	display: inline-block;
	height: 36px;
	height: 2.25rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 62px;
	width: 3.875rem;
}

.flow-item:last-child:after {
	display: none;
}

.flow-item:nth-child(n+2) {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

.flow-item__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.flow-item__title span {
	color: #82b6e8;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-right: 6px;
	margin-right: 0.375rem;
	position: relative;
}

.flow-item__title .flow-item__title--invisa {
	color: #2b344b;
	font-size: 16px;
	font-size: 1rem;
	margin-right: 0;
	margin-right: initial;
}

.flow-item__title span.flow-item__title--s {
	color: #2b344b;
	font-size: 14px;
	font-size: 0.875rem;
}

.flow-item__sentence {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.flow-item__list-items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
footer-info
---------------------------------- */

.footer__info-bg {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(43.75rem, #e4effa), color-stop(28.25rem, #fff));
	background: linear-gradient(to bottom, #e4effa 43.75rem, #fff 28.25rem);
	padding: 93px 0 0px;
	padding: 5.8125rem 0 0rem;
	width: 100%;
}

.footer__info-head {
	height: 170px;
	height: 10.625rem;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow-x: clip;
	position: relative;
}

.footer__info-head-title {
	color: #2b344b;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
}

.footer__info-head-en-title {
	font-size: 90px;
	font-size: 5.625rem;
	font-weight: 400;
	left: -522px;
	left: -32.625rem;
	letter-spacing: 0.05em;
	line-height: 1;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 88px;
	top: 5.5rem;
	white-space: nowrap;
}

.footer__clinic-info {
	width: 100%;
}

/*---------------------------------- 
footer__map
---------------------------------- */

/*---------------------------------- 
footer__sitemap
---------------------------------- */

.footer__sitemap {
	background-color: #f8f9fa;
	padding: 63px 0 60px;
	padding: 3.9375rem 0 3.75rem;
}

.footer__sitemap-container {
	margin: 0 auto;
	max-width: 295px;
	max-width: 18.4375rem;
	width: 100%;
}

.footer__sitemap-clinic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	width: 100%;
}

.footer__sitemap-clinic-copy {
	text-align: center;
}

.footer__sitemap-clinic-logo {
	margin-top: 60px;
	margin-top: 3.75rem;
	max-width: 176px;
	max-width: 11rem;
	width: 100%;
}

.footer__sitemap-clinic-copy span {
	color: black;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin: 0 auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.footer__sitemap-nav {
	margin-top: 35px;
	margin-top: 2.1875rem;
	max-width: 270px;
	max-width: 16.875rem;
	width: 100%;
}

.footer__sitemap-nav-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
}

.footer__sitemap-nav-items {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.footer__sitemap-nav-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
}

.footer__sitemap-nav-pre {
	background-color: #2b344b;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 1px;
	margin-right: 14px;
	margin-right: 0.875rem;
	width: 5px;
	width: 0.3125rem;
}

.footer__sitemap-nav-wrapper:nth-child(n+2) {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.footer__copyright {
	background-color: #425a72;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 45px;
	margin-bottom: 2.8125rem;
	padding: 30px 0;
	padding: 1.875rem 0;
	text-align: center;
	text-transform: uppercase;
}

/* アクセシビリティ対策 */

.visuallyHidden {
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

/* ハンバーガーボタンのスタイル */

.hamburger {
	cursor: pointer;
	display: block;
	height: 30px;
	height: 1.875rem;
	position: fixed;
	right: 16px;
	right: 1rem;
	text-align: center;
	top: 24px;
	top: 1.5rem;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
	width: 30px;
	width: 1.875rem;
	z-index: 101;
}

.hamburger:hover {
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}

.hamburger span {
	background: #2b344b;
	display: block;
	height: 1px;
	height: 0.0625rem;
	left: 6px;
	left: 0.375rem;
	position: absolute;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 30px;
	width: 1.875rem;
}

.hamburger span:nth-child(1) {
	left: 2px;
	left: 0.125rem;
	top: 3px;
	top: 0.1875rem;
}

.hamburger span:nth-child(2) {
	left: 2px;
	left: 0.125rem;
	top: 13px;
	top: 0.8125rem;
}

.hamburger span:nth-child(3) {
	left: 2px;
	left: 0.125rem;
	top: 23px;
	top: 1.4375rem;
}

/* ナビ開いてる時のボタン */

.hamburger.active span:nth-child(1) {
	left: 3px;
	left: 0.1875rem;
	top: 16px;
	top: 1rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 16px;
	top: 1rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* オーバーレイのスタイル */

.overlay {
	background-color: #2d4052;
	cursor: pointer;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: opacity 0.5s, visibility 0.5s;
	transition: opacity 0.5s, visibility 0.5s;
	visibility: hidden;
	width: 100vw;
	z-index: 10; /* メニューよりも下にする */
}

.overlay.active {
	opacity: 0.7;
	visibility: visible;
}

/* メニューのスタイル */

.modal-container {
	background-color: #fff;
	position: fixed;
	z-index: 20; /* オーバーレイよりも上にする */
}

.modal-container[aria-hidden=false] {
	overflow-y: scroll;
}

/* メニューのスタイル */

.modal-container {
	height: 100%;
	right: -100%;
	-webkit-transition: right 0.5s ease-in-out;
	transition: right 0.5s ease-in-out;
	width: 50%;
}

.modal-container[aria-hidden=false] {
	right: 0;
	-webkit-transition: right 0.5s ease-in-out;
	transition: right 0.5s ease-in-out;
}

.header {
	background-color: #fff;
	height: 65px;
	height: 4.0625rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
	width: 100%;
	z-index: 10;
}

/* スクロール後のヘッダースタイル */

.header.headerColorScroll {
	background-color: rgba(248, 249, 250, .8);
}

.header__container {
	height: inherit;
	margin: 0 auto;
	max-width: 375px;
	max-width: 23.4375rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	width: 100%;
}

.header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.header__logo-container {
	display: block;
	margin-top: 5px;
	margin-top: 0.3125rem;
	max-width: 204px;
	max-width: 12.75rem;
	width: 100%;
}

.header__logo {
	max-width: 185px;
	max-width: 11.5625rem;
	width: 100%;
}

.header__inner-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.header__tel {
	color: black;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-left: 5px;
	margin-left: 0.3125rem;
	margin-top: 16px;
	margin-top: 1rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

/*---------------------------------- 
heading-1
---------------------------------- */

.heading-1 {
	background-clip: padding-box;
	border-bottom: 2px solid #a4caef;
	color: #425A72;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.heading-1::before {
	display: none;
}

/*---------------------------------- 
heading-2
---------------------------------- */

.heading-2 {
	background-clip: padding-box;
	border-bottom: 1px solid #2b344b;
	border-top: 1px solid #2b344b;
	color: #425A72;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-bottom: 6px;
	padding-bottom: 0.375rem;
}

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

.inner-900 {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	max-width: 31.25rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

/*---------------------------------- 
list-item
---------------------------------- */

.list-item {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding-left: 18px;
	padding-left: 1.125rem;
	position: relative;
}

.list-item::before {
	background-color: #82B6E8;
	border-radius: 50%;
	content: "";
	height: 14px;
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 4px;
	top: 0.25rem;
	width: 14px;
	width: 0.875rem;
}

.list-item:nth-child(n+2) {
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.list-item span {
	font-size: 14px;
	font-size: 0.875rem;
}

/*---------------------------------- 
list-item-2
---------------------------------- */

.list-item-2 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
}

.list-item-2::before {
	background-color: #82B6E8;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 14px;
	height: 0.875rem;
	margin-right: 3px;
	margin-right: 0.1875rem;
	width: 14px;
	width: 0.875rem;
}

.list-item-2:nth-child(n+2) {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.list-item-2 span {
	font-size: 14px;
	font-size: 0.875rem;
}

/*---------------------------------- 
list-item-3
---------------------------------- */

.list-item-3 {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
}

.list-item-3:before {
	background-image: url(../images/common/icon-check-blue.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 11px;
	height: 0.6875rem;
	margin-right: 8px;
	margin-right: 0.5rem;
	vertical-align: middle;
	width: 16px;
	width: 1rem;
}

.list-item-3:nth-child(n+2) {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.menu-card:nth-child(n+2) {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.menu-card__img-container {
	width: 100%;
}

.menu-card__text-container {
	margin: 15px auto 0;
	margin: 0.9375rem auto 0;
	width: 100%;
}

.menu-card__title {
	border-bottom: 1px solid #9ec2e6;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.125;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	text-align: center;
}

.menu-card__sentence {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.menu-card__btn {
	margin: 50px auto 0;
	margin: 3.125rem auto 0;
	max-width: 285px;
	max-width: 17.8125rem;
	width: 100%;
}

.menu-items {
	-moz-column-gap: 0.6875rem;
	row-gap: 23px;
	row-gap: 1.4375rem;
	-webkit-column-gap: 0.6875rem;
	column-gap: 0.6875rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
}

.menu-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	background-color: #fff;
	border-radius: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 28px 8px;
	padding: 1.75rem 0.5rem;
	width: 100%;
}

.menu-item__title {
	color: #2b344b;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.125;
	margin-bottom: auto;
	white-space: nowrap;
}

.menu-item__title span {
	color: #2b344b;
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	margin-top: 4px;
	margin-top: 0.25rem;
	text-align: center;
}

.menu-item__icon {
	margin: 24px auto 0;
	margin: 1.5rem auto 0;
	max-width: 72px;
	max-width: 4.5rem;
	width: 100%;
}

.menu-item__icon img {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.menu-item:hover .menu-item__icon img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.menu-item__arrow {
	margin: 18px auto 0;
	margin: 1.125rem auto 0;
	max-width: 15px;
	max-width: 0.9375rem;
	width: 100%;
}

.news-item {
	background-clip: padding-box;
	border-bottom: 1px solid #2b344b;
	cursor: pointer;
	display: block;
	padding: 36px 40px 22px 0px;
	padding: 2.25rem 2.5rem 1.375rem 0rem;
	position: relative;
}

.news-item::before {
	background-image: url(../images/common/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 40px;
	bottom: 2.5rem;
	content: "";
	display: inline-block;
	height: 12px;
	height: 0.75rem;
	position: absolute;
	right: 0px;
	right: 0rem;
	-webkit-transition: ease 0.5s;
	transition: ease 0.5s;
	width: 17px;
	width: 1.0625rem;
}

.news-item:hover::before {
	-webkit-transform: translateX(0.375rem);
	transform: translateX(0.375rem);
	-webkit-transition: ease 0.5s;
	transition: ease 0.5s;
}

.news-item__date {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.news-item__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 12px;
	margin-top: 0.75rem;
	overflow: hidden;
}

/*---------------------------------- 
page-mv
---------------------------------- */

.page-mv__img {
	position: relative;
}

.page-mv__img-circle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 164px;
	height: 10.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 164px;
	width: 10.25rem;
}

.page-mv__img-circle-title {
	color: #2b344b;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
}

.page-mv__img-circle-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 25px auto 0;
	margin: 1.5625rem auto 0;
}

.page-mv__img-circle-dot {
	background-color: #2b344b;
	border-radius: 50%;
	display: inline-block;
	height: 5px;
	height: 0.3125rem;
	width: 5px;
	width: 0.3125rem;
}

.page-mv__img-circle-dot:nth-child(n+2) {
	margin-left: 7px;
	margin-left: 0.4375rem;
}

/*---------------------------------- 
page-mv-2
---------------------------------- */

.page-mv-2__img {
	position: relative;
}

.page-mv-2__img-content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.page-mv-2__img-content-title {
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6875;
	text-align: center;
	white-space: nowrap;
}

.page-mv-2__img-content-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 25px auto 0;
	margin: 1.5625rem auto 0;
}

.page-mv-2__img-content-dot {
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	height: 5px;
	height: 0.3125rem;
	width: 5px;
	width: 0.3125rem;
}

.page-mv-2__img-content-dot:nth-child(n+2) {
	margin-left: 7px;
	margin-left: 0.4375rem;
}

/*---------------------------------- 
一覧ページのページネーション
---------------------------------- */

.pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.pagination span,
.pagination a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0.5rem;
	color: #d6dcdf;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: 40px;
	height: 2.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 5px;
	margin: 0 0.3125rem;
	text-decoration: none;
	width: 40px;
	width: 2.5rem;
}

/* 現在のページ */

.pagination .current {
	color: #425a72;
}

/* 前へ 次へ*/

.pagination a.prev,
.pagination a.next {
	display: inline-block;
	position: relative;
}

/* 前へ*/

.pagination a.prev {
	margin-left: 0px;
	margin-left: 0rem;
}

.pagination a.next {
	margin-right: 0px;
	margin-right: 0rem;
}

.pagination a.prev {
	background-image: url(../images/common/page-next.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 48px;
	height: 3rem;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	vertical-align: middle;
	width: 48px;
	width: 3rem;
}

/*次へ*/

.pagination a.next {
	background-image: url(../images/common/page-next.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 48px;
	height: 3rem;
	vertical-align: middle;
	width: 48px;
	width: 3rem;
}

/* Page x / y */

.pagination span.page_num {
	display: none;
}

.payment-block__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.payment-block__img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.payment-block__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.payment-block__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.payment-block__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.payment-block__list-items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.payment-block__item.payment-block__item--2 {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.pc-nav {
	display: none;
}

.pc-nav__item {
	border-bottom: 2px solid transparent;
	font-size: max(14px, 11px);
	font-size: max(0.875rem, 11px);
	letter-spacing: 0em;
	line-height: 1;
	padding: 8px 5px;
	padding: 0.5rem 0.3125rem;
	-webkit-transition: ease 0.5s;
	transition: ease 0.5s;
}

.pc-nav__item:nth-child(n+2) {
	margin-left: 1px;
	margin-left: 0.0625rem;
}

a.pc-nav__item:hover {
	border-bottom: 2px solid #a4caef;
	-webkit-transition: ease 0.5s;
	transition: ease 0.5s;
}

.pc-nav--dd {
	position: relative;
}

/*---------------------------------- 
dropdown(PC)
---------------------------------- */

.dropdown-items {
	background-color: #4c6985;
	color: #fff;
	left: -14px;
	left: -0.875rem;
	padding: 25px 45px 50px;
	padding: 1.5625rem 2.8125rem 3.125rem;
	position: absolute;
	top: 45px;
	top: 2.8125rem;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 9;
}

.dropdown-items--menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pc-nav__item-dropdown:hover .dropdown-items {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.dropdown-items-inner--1 {
	width: 310px;
	width: 19.375rem;
}

.dropdown-items-inner--2 {
	margin-left: 70px;
	margin-left: 4.375rem;
	width: 180px;
	width: 11.25rem;
}

.dropdown-items-inner--3 {
	width: 250px;
	width: 15.625rem;
}

.dropdown-item {
	position: relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.dropdown-item a {
	background-clip: padding-box;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 20px 0;
	padding: 1.25rem 0;
	white-space: nowrap;
}

.dropdown-item:after {
	background-image: url(../images/common/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 11px;
	height: 0.6875rem;
	position: absolute;
	right: 0px;
	right: 0rem;
	top: 22px;
	top: 1.375rem;
	vertical-align: middle;
	width: 17px;
	width: 1.0625rem;
}

/*---------------------------------- 
section-header-1
---------------------------------- */

.section-header-1 {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow-x: clip;
	position: relative;
}

.section-header-1--top-news {
	width: 100%;
}

.section-header-1__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 66px;
	height: 4.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.section-header-1__en-title {
	font-size: 90px;
	font-size: 5.625rem;
	font-weight: 400;
	left: 50%;
	letter-spacing: 0.2em;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	top: -22px;
	top: -1.375rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-header-1__en-title--recruit-main {
	font-size: 70px;
	font-size: 4.375rem;
	top: -3px;
	top: -0.1875rem;
}

.section-header-1__en-title--recruit-notice {
	font-size: 70px;
	font-size: 4.375rem;
	top: -3px;
	top: -0.1875rem;
}

.section-header-1__en-title--case-art {
	font-size: 70px;
	font-size: 4.375rem;
	top: -3px;
	top: -0.1875rem;
}

.section-header-1__title {
	color: #2b344b;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
	white-space: nowrap;
}

.section-header-1__title--case-art {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
}

.section-header-1__dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 15px auto 0;
	margin: 0.9375rem auto 0;
}

.section-header-1__dot {
	background-color: #425a72;
	border-radius: 50%;
	display: inline-block;
	height: 5px;
	height: 0.3125rem;
	margin-left: 14px;
	margin-left: 0.875rem;
	width: 5px;
	width: 0.3125rem;
}

/*---------------------------------- 
section-header-2
---------------------------------- */

.section-header-2 {
	color: #2b344b;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6875;
	text-align: center;
}

/*---------------------------------- 
section-header-3
---------------------------------- */

.section-header-3__title {
	color: #2b344b;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.section-header-3__icon {
	height: 34px;
	height: 2.125rem;
	margin: 27px auto 0;
	margin: 1.6875rem auto 0;
	width: 49px;
	width: 3.0625rem;
}

/*---------------------------------- 
section-header-4 
---------------------------------- */

.section-header-4__icon {
	height: 70px;
	height: 4.375rem;
	margin: 0 auto;
	width: 70px;
	width: 4.375rem;
}

.section-header-4__title {
	color: #2b344b;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.25;
	margin-top: 34px;
	margin-top: 2.125rem;
	text-align: center;
}

/*---------------------------------- 
section-header-5
---------------------------------- */

.section-header-5__title {
	background-color: #425a72;
	border-radius: 0.625rem;
	color: white;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.35;
	padding: 21px 10px;
	padding: 1.3125rem 0.625rem;
	position: relative;
	text-align: center;
}

.section-header-5__title:before {
	border-color: transparent;
	border-style: solid;
	border-top-color: #425a72;
	border-width: 16px 8px 0;
	border-width: 1rem 0.5rem 0;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}

/*---------------------------------- 
section-header-5a
---------------------------------- */

.section-header-5a__title {
	background-color: #425a72;
	border-radius: 0.625rem;
	color: white;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.35;
	padding: 21px;
	padding: 1.3125rem;
	text-align: center;
}

/*---------------------------------- 
section-header-6
---------------------------------- */

.section-header-6__en-text {
	color: #9EC2E6;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.section-header-6__title {
	color: #2b344b;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 15px;
	margin-top: 0.9375rem;
	text-align: center;
}

.sp-fix-nav {
	bottom: 0;
	height: 45px;
	height: 2.8125rem;
	max-width: 500px;
	max-width: 31.25rem;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 103;
}

.sp-fix-nav__inner {
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sp-fix-nav__btn {
	cursor: pointer;
	display: block;
	width: 30%;
	width: 45%;
}

.sp-fix-nav__btn-insta {
	cursor: pointer;
	display: block;
	margin: auto;
	width: 8.5%;
}

.sp-menu {
	max-width: 375px;
	max-width: 23.4375rem;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	z-index: 100;
}

.sp-menu.active {
	-webkit-transform: translateX(0);
	transform: translateX(0); /* 右から左へスライドイン */
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.sp-menu__header {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 65px;
	height: 4.0625rem;
	padding: 8px 20px;
	padding: 0.5rem 1.25rem;
}

.sp-menu__logo-img {
	display: block;
	max-width: 200px;
	max-width: 12.5rem;
	width: 100%;
}

.sp-menu__header-tel {
	color: black;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
	margin-left: 5px;
	margin-left: 0.3125rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.sp-menu__container {
	background-color: #4c6985;
}

.sp-menu__content {
	padding: 20px 0px 60px;
	padding: 1.25rem 0rem 3.75rem;
	width: 100%;
}

.sp-menu__item {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-clip: padding-box;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 40px 20px;
	padding: 1.25rem 2.5rem 1.25rem;
	width: 100%;
}

.sp-menu__item-text {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.3125;
}

.sp-menu__item-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* + と - のスタイリング */

.sp-menu__item-btn-minus {
	display: block;
	height: 16px;
	height: 1rem;
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 16px;
	width: 1rem;
}

.sp-menu__item-btn-horizontal-bar,
.sp-menu__item-btn-vertical-bar {
	background-color: #fff;
	border-radius: 2px;
	position: absolute;
}

.sp-menu__item-btn-horizontal-bar {
	height: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.sp-menu__item-btn-vertical-bar {
	height: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	width: 1px;
}

/* クリック時に縦棒が90度回転して - になる */

.sp-menu__item-btn-minus.active .sp-menu__item-btn-vertical-bar {
	-webkit-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.sp-menu__item-arrow {
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	max-width: 16px;
	max-width: 1rem;
	width: 100%;
}

.sp-menu__item-s-container {
	-webkit-overflow-scrolling: touch; /* iOSデバイスでのスムーズなスクロールをサポート */
	background-color: #e4effa; /* 以下の3行を追加 */
	max-height: 60vh; /* ビューポート高さの70%を最大高さに設定 */
	max-width: 375px;
	max-width: 23.4375rem;
	overflow-y: auto; /* 縦方向にコンテンツがはみ出る場合、スクロール可能にする */
	padding: 8px 32px;
	padding: 0.5rem 2rem;
	width: 100%;
}

.sp-menu__item-s {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-clip: padding-box;
	border-bottom: 1px solid #c7dde8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.3125;
	padding: 18px 0;
	padding: 1.125rem 0;
}

.sp-menu__item-s::before {
	background-color: #2b344b;
	content: "";
	display: inline-block;
	height: 1px;
	margin-right: 16px;
	margin-right: 1rem;
	width: 6px;
	width: 0.375rem;
}

.sp-menu__item-s-container {
	display: none;
}

.table-case {
	background-clip: padding-box;
	border: 1px solid #e4effa;
	border-radius: 0.625rem;
}

.table-case__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.table-case__column-1 {
	background-color: #e4effa;
	border-bottom: 1px solid #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 19px 10px 19px 15px;
	padding: 1.1875rem 0.625rem 1.1875rem 0.9375rem;
	text-align: left;
	width: 160px;
	width: 10rem;
}

.table-case__column-1--top {
	border-radius: 0.625rem 0 0 0;
}

.table-case__column-1--bottom {
	border-radius: 0 0 0 0.625rem;
}

.table-case__column-2 {
	border-bottom: 1px solid #e4effa;
	color: #2b344b;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8461538462;
	padding: 18px 15px;
	padding: 1.125rem 0.9375rem;
	text-align: left;
	width: 100%;
}

.table-case__column-1.table-case__column-1--bottom,
.table-case__column-2.table-case__column-2--bottom {
	border-bottom: none;
}

.table-imp {
	background-clip: padding-box;
	border: 1px solid #e4effa;
	border-radius: 0.625rem;
}

/*---------------------------------- 
行
---------------------------------- */

.table-imp__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 99px;
	min-height: 6.1875rem;
}

.table-imp__row--top {
	min-height: 63px;
	min-height: 3.9375rem;
}

/*---------------------------------- 
1列目
---------------------------------- */

.table-imp__column-1 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e4effa;
	border-bottom: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.625;
	padding: 15px 30px;
	padding: 0.9375rem 1.875rem;
	text-align: left;
	width: 188px;
	width: 11.75rem;
}

.table-imp__column-1--top {
	border-radius: 0.625rem 0 0 0;
	padding: 16px 30px;
	padding: 1rem 1.875rem;
}

.table-imp__column-1--bottom {
	border-radius: 0 0 0 0.625rem;
}

/*---------------------------------- 
2列目以降
---------------------------------- */

.table-imp__column-2,
.table-imp__column-3 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #cdd6dd;
	border-left: 1px solid #cdd6dd;
	color: #2b344b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 24px 30px;
	padding: 1.5rem 1.875rem;
	text-align: left;
	width: 205px;
	width: 12.8125rem;
}

.table-imp__column-2--top,
.table-imp__column-3--top {
	background-color: #e4effa;
	padding: 14px 10px 14px 30px;
	padding: 0.875rem 0.625rem 0.875rem 1.875rem;
}

.table-imp__column-3--top {
	border-radius: 0 0.625rem 0 0;
}

.table-imp__column-1.table-imp__column-1--bottom,
.table-imp__column-3.table-imp__column-3--bottom {
	border-bottom: none;
}

.table-inv {
	background-clip: padding-box;
	border: 1px solid #e4effa;
	border-radius: 0.625rem;
}

/*---------------------------------- 
行
---------------------------------- */

.table-inv__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 99px;
	min-height: 6.1875rem;
}

.table-inv__row--top {
	min-height: 63px;
	min-height: 3.9375rem;
}

/*---------------------------------- 
1列目
---------------------------------- */

.table-inv__column-1 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e4effa;
	border-bottom: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.625;
	padding: 15px 30px;
	padding: 0.9375rem 1.875rem;
	text-align: left;
	width: 240px;
	width: 15rem;
}

.table-inv__column-1--top {
	border-radius: 0.625rem 0 0 0;
	padding: 16px 30px;
	padding: 1rem 1.875rem;
}

.table-inv__column-1--bottom {
	border-radius: 0 0 0 0.625rem;
}

/*---------------------------------- 
2列目以降
---------------------------------- */

.table-inv__column-2,
.table-inv__column-3 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #cdd6dd;
	border-left: 1px solid #cdd6dd;
	color: #2b344b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 24px 30px;
	padding: 1.5rem 1.875rem;
	text-align: left;
	width: 100%;
}

.table-inv__column-2 {
	width: 270px;
	width: 16.875rem;
}

.table-inv__column-3 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 146px;
	width: 9.125rem;
}

.table-inv__column-2--top,
.table-inv__column-3--top {
	background-color: #e4effa;
	padding: 14px 10px 14px 30px;
	padding: 0.875rem 0.625rem 0.875rem 1.875rem;
}

.table-inv__column-3--top {
	border-radius: 0 0.625rem 0 0;
}

.table-inv__column-1.table-inv__column-1--bottom,
.table-inv__column-3.table-inv__column-3--bottom {
	border-bottom: none;
}

.table-price {
	background-clip: padding-box;
	border: 1px solid #e4effa;
	border-radius: 0.625rem;
}

/*---------------------------------- 
行
---------------------------------- */

.table-price__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 99px;
	min-height: 6.1875rem;
}

.table-price__row--top {
	min-height: 63px;
	min-height: 3.9375rem;
}

/*---------------------------------- 
1列目
---------------------------------- */

.table-price__column-1 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e4effa;
	border-bottom: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.625;
	padding: 15px 22px;
	padding: 0.9375rem 1.375rem;
	text-align: left;
	width: 200px;
	width: 12.5rem;
}

.table-price__column-1--top {
	border-radius: 0.625rem 0 0 0;
	padding: 12px 22px;
	padding: 0.75rem 1.375rem;
}

.table-price__column-1--bottom {
	border-radius: 0 0 0 0.625rem;
}

.table-price__column-1--white {
	padding: 15px 5px 15px 12px;
	padding: 0.9375rem 0.3125rem 0.9375rem 0.75rem;
	width: 157px;
	width: 9.8125rem;
}

.table-price__column-1--botox {
	padding: 15px 5px 15px 12px;
	padding: 0.9375rem 0.3125rem 0.9375rem 0.75rem;
	width: 157px;
	width: 9.8125rem;
}

/*---------------------------------- 
2列目以降
---------------------------------- */

.table-price__column-2 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #cdd6dd;
	color: #2b344b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
	padding: 12px 25px;
	padding: 0.75rem 1.5625rem;
	text-align: left;
	width: 100%;
}

.table-price__column-2--top {
	background-color: #e4effa;
	border-radius: 0 0.625rem 0 0;
	padding: 10px 18px;
	padding: 0.625rem 1.125rem;
}

.table-price__column-2-circle {
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
}

.table-price__column-2-colon {
	display: none;
}

.table-price__column-2 span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.table-price__column-2-rating {
	max-width: 78px;
	max-width: 4.875rem;
	width: 100%;
}

.table-price__column-1.table-price__column-1--bottom,
.table-price__column-2.table-price__column-2--bottom {
	border-bottom: none;
}

.table-rc {
	background-clip: padding-box;
	border: 1px solid #e4effa;
	border-radius: 0.625rem;
}

.table-rc__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.table-rc__column-1 {
	background-color: #e4effa;
	border-bottom: 1px solid #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.625;
	padding: 19px 10px 19px 15px;
	padding: 1.1875rem 0.625rem 1.1875rem 0.9375rem;
	text-align: left;
	width: 138px;
	width: 8.625rem;
}

.table-rc__column-1--top {
	border-radius: 0.625rem 0 0 0;
}

.table-rc__column-1--bottom {
	border-radius: 0 0 0 0.625rem;
}

.table-rc__column-2 {
	border-bottom: 1px solid #e4effa;
	color: #2b344b;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6428571429;
	padding: 18px 15px;
	padding: 1.125rem 0.9375rem;
	text-align: left;
	width: 100%;
}

.table-rc__column-2-circle {
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
}

.table-rc__column-2-colon {
	display: none;
}

.table-rc__column-2 span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.table-rc__column-2-insta-link {
	-webkit-text-decoration: underline 1px;
	color: #1e67ef;
	display: inline-block;
	text-decoration: underline 1px;
}

.table-rc__column-1.table-rc__column-1--bottom,
.table-rc__column-2.table-rc__column-2--bottom {
	border-bottom: none;
}

.text-1616 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.875;
}

.text-1616-2 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
}

.trouble-items {
	-moz-column-gap: 1.875rem;
	row-gap: 18px;
	row-gap: 1.125rem;
	-webkit-column-gap: 1.875rem;
	column-gap: 1.875rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 450px;
	max-width: 28.125rem;
	width: 100%;
}

.trouble-item {
	aspect-ratio: 1/1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	background-color: #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 12px;
	padding: 0.75rem;
	width: 100%;
}

.trouble-item__icon {
	height: 42px;
	height: 2.625rem;
	width: 42px;
	width: 2.625rem;
}

.trouble-item__icon img {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.trouble-item:hover .trouble-item__icon img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.trouble-item__title {
	color: #2b344b;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin: 5px auto 0;
	margin: 0.3125rem auto 0;
	text-align: center;
}

/*---------------------------------- 
about-mv
---------------------------------- */

.about-mv {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

/*---------------------------------- 
about-lead
---------------------------------- */

.about-lead {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.about-lead__sentence {
	margin-top: 80px;
	margin-top: 5rem;
}

/*---------------------------------- 
about-policy
---------------------------------- */

.about-policy {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.about-policy__lead-sentence {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.about-policy__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.about-policy__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.about-policy__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.about-policy__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
about-doctor
---------------------------------- */

.about-doctor {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.about-doctor__lead-sentence {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.about-doctor__container {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.about-doctor__container.about-doctor__container--2 {
	margin-top: 80px;
	margin-top: 5rem;
}

.about-doctor__img {
	margin: 0 auto;
	max-width: 205px;
	max-width: 12.8125rem;
	width: 100%;
}

.about-doctor__img-text {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.about-doctor__sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.about-doctor__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
about-tour
---------------------------------- */

.about-tour {
	display: none;
	margin-top: 80px;
	margin-top: 5rem;
}

.about-tour__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.about-tour__item:nth-child(n+2) {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.about-tour__item-img {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
about-faq
---------------------------------- */

.about-faq {
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.about-faq__lead-sentence {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.about-faq__items {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.about-faq__btn-container {
	margin: 50px auto 0;
	margin: 3.125rem auto 0;
	max-width: 295px;
	max-width: 18.4375rem;
	width: 100%;
}

.about-faq__btn-container .btn-1:nth-child(2) {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
access-mv
---------------------------------- */

.access-mv {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

/*---------------------------------- 
access-main
---------------------------------- */

.access-main {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.access-main__clinic-info {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.access-main__clinic-cta {
	margin: 75px auto 0;
	margin: 4.6875rem auto 0;
}

.access-main__map {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 40px;
	margin-top: 2.5rem;
}

.access-main__items {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.access-main__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.access-main__item-img-container {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.access-main__item-img:nth-child(n+2) {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.access-main__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
access-hours
---------------------------------- */

.access-hours {
	margin-bottom: 100px;
	margin-bottom: 6.25rem;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.access-hours__flex {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.access-hours__flex-hours {
	width: 100%;
}

.access-hours__flex-text {
	color: black;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8461538462;
	margin: 30px auto 0;
	margin: 1.875rem auto 0;
	max-width: 290px;
	max-width: 18.125rem;
}

.access-hours__flex-text span {
	display: inline-block;
}

.access-hours__btn-container {
	margin: 50px auto 0;
	margin: 3.125rem auto 0;
	max-width: 295px;
	max-width: 18.4375rem;
	width: 100%;
}

.access-hours__btn-container .btn-1:nth-child(2) {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
beauty-mv
---------------------------------- */

.beauty-mv {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

/*---------------------------------- 
beauty-lead
---------------------------------- */

.beauty-lead {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.beauty-lead__sentence {
	margin-top: 80px;
	margin-top: 5rem;
}

/*---------------------------------- 
beauty-about
---------------------------------- */

.beauty-about {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.beauty-about__img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.beauty-about__content {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.beauty-about__sentence:nth-of-type(n + 2) {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.beauty-about__list-items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
beauty-problem
---------------------------------- */

.beauty-problem {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.beauty-problem__content {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.beauty-problem__list-items {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.beauty-problem__sentence:nth-of-type(n + 2) {
	margin-top: 60px;
	margin-top: 3.75rem;
}

/*---------------------------------- 
beauty-menu
---------------------------------- */

.star-5 {
	width: 200px;
}

.beauty-menu {
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.beauty-menu__img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.beauty-menu__menu-items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.beauty-menu__menu-item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.beauty-menu__menu-item-price {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.beauty-menu__menu-item-price span {
	display: block;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

.beauty-menu__menu-item-table {
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 100%;
}

.beauty-menu__menu-item-wrapper {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.beauty-menu__menu-item-list-items-container:nth-child(n+2) {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
beauty-flow
---------------------------------- */

.beauty-flow {
	background-color: #f8f9fa;
	margin-top: 75px;
	margin-top: 4.6875rem;
	padding: 75px 0 75px;
	padding: 4.6875rem 0 4.6875rem;
}

.beauty-flow__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.beauty-flow__img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.beauty-flow__items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
beauty-white
---------------------------------- */

.beauty-white {
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.beauty-white__img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.beauty-white__content {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.beauty-white__link {
	-webkit-text-decoration: underline 1px #82b6e8;
	color: #82b6e8;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 40px;
	margin-top: 2.5rem;
	text-decoration: underline 1px #82b6e8;
}

/*---------------------------------- 
beauty-faq
---------------------------------- */

.beauty-faq {
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.beauty-faq__items {
	margin-top: 50px;
	margin-top: 3.125rem;
}

/*---------------------------------- 
blog-art-main
---------------------------------- */

.blog-art-main {
	margin-bottom: 200px;
	margin-bottom: 12.5rem;
	margin-top: 65px;
	margin-top: 4.0625rem;
}

.blog-art__mv {
	height: 275px;
	height: 17.1875rem;
	position: relative;
}

.blog-art__mv img {
	-o-object-fit: cover;
	height: 275px;
	height: 17.1875rem;
	margin: 0 auto;
	object-fit: cover;
}

.blog-art__mv-title-container {
	left: 50%;
	padding: 0 20px;
	padding: 0 1.25rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.blog-art__mv-title {
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin: 0 auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content; /* 3行での三点リーダー対応 */
}

.blog-art__mv-date-container {
	bottom: 20px;
	bottom: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	left: 50%;
	padding: 0 20px;
	padding: 0 1.25rem;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.blog-art__mv-date-1,
.blog-art__mv-date-2 {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: right;
}

.blog-art__mv-date-2 {
	margin-left: 16px;
	margin-left: 1rem;
}

.blog-art__eye-catch {
	margin-top: 50px;
	margin-top: 3.125rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.blog-art__eye-catch img {
	-o-object-fit: cover;
	aspect-ratio: 670/450;
	border-radius: 0.9375rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.blog-art__content {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.blog-art__return-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
	margin-top: 3.75rem;
}

/*---------------------------------- 
blog-art__content内（ブロックエディタ）
---------------------------------- */

.blog-art__content p {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.blog-art__content p:has(a) {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.blog-art__content h2 {
	background-color: #425a72;
	border-radius: 0.625rem;
	color: white;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.35;
	margin-top: 90px;
	margin-top: 5.625rem;
	padding: 21px;
	padding: 1.3125rem;
	text-align: center;
}

.blog-art__content h3 {
	background-clip: padding-box;
	border-bottom: 2px solid #a4caef;
	color: #425a72;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.blog-art__content h3::before {
	display: none;
}

.blog-art__content h4 {
	background-clip: padding-box;
	border-bottom: 1px solid #2b344b;
	border-top: 1px solid #2b344b;
	color: #425a72;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding-bottom: 6px;
	padding-bottom: 0.375rem;
}

.blog-art__content ul {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.blog-art__content li {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-left: 16px;
	padding-left: 1rem;
	position: relative;
}

.blog-art__content li:nth-child(n+2) {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.blog-art__content li:before {
	background-color: #82b6e8;
	border-radius: 50%;
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 14px;
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 33%;
	width: 14px;
	width: 0.875rem;
}

.blog-art__content .wp-block-image {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.blog-art__content figure img {
	border-radius: 0.9375rem;
}

.blog-art__content .wp-block-table {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/* テーブルコンテナを横スクロール可能にする */

.blog-art__content .wp-block-table {
	display: block;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	overflow-x: auto;
	width: 100%;
}

.blog-art__content .wp-block-table table {
	border: 1px solid #e4effa;
	border-collapse: separate;
	border-radius: 0.625rem;
	border-spacing: 0;
	min-width: 100%;
	overflow: hidden;
	padding: 0 20px;
	padding: 0 1.25rem;
	width: auto;
}

/* テーブル自体の設定 */

.blog-art__content .wp-block-table table {
	border-collapse: collapse;
	table-layout: auto; /* テーブルレイアウトを自動調整モードに */
	white-space: normal; /* テキストの折り返しを許可 */
	width: auto; /* コンテンツに基づいて幅を自動調整 */
}

/* セルの最小幅を設定 */

.blog-art__content .wp-block-table table td,
.blog-art__content .wp-block-table table th {
	min-width: 140px;
}

.blog-art__content .wp-block-table tr:first-of-type,
.blog-art__content .wp-block-table td:first-of-type {
	background-color: #e4effa;
	text-align: center;
}

.blog-art__content .wp-block-table td,
.blog-art__content .wp-block-table th {
	border: 1px solid #e4effa;
	padding: 18px 16px;
	padding: 1.125rem 1rem;
}

.blog-art__content .wp-block-table tr:first-child td:first-child {
	border-top-left-radius: 10px;
	border-top-left-radius: 0.625rem;
}

.blog-art__content .wp-block-table tr:first-child td:last-child {
	border-top-right-radius: 10px;
	border-top-right-radius: 0.625rem;
}

.blog-art__content .wp-block-table tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
	border-bottom-left-radius: 0.625rem;
}

.blog-art__content .wp-block-table tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
	border-bottom-right-radius: 0.625rem;
}

.blog-art__content a {
	-webkit-text-decoration: underline solid #82b6e8;
	color: #82b6e8;
	text-decoration: underline solid #82b6e8;
}

.blog-art__content .wp-block-quote p {
	background-color: #f5f5f5;
	border-radius: 0.625rem;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 80px 20px 50px;
	padding: 5rem 1.25rem 3.125rem;
	position: relative;
}

.blog-art__content .wp-block-quote p::before {
	background-image: url(../images/common/quote.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 35px;
	height: 2.1875rem;
	left: 14px;
	left: 0.875rem;
	position: absolute;
	top: 28px;
	top: 1.75rem;
	vertical-align: middle;
	width: 44px;
	width: 2.75rem;
}

.blog-art__content .wp-block-post-author {
	background-clip: padding-box;
	border: 1px solid #425a72;
	border-radius: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 45px 20px 40px;
	padding: 2.8125rem 1.25rem 2.5rem;
}

.blog-art__content .wp-block-post-author__avatar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 0;
}

.blog-art__content .wp-block-post-author__avatar img {
	border-radius: 50%;
	height: 100px;
	height: 6.25rem;
	margin: 0 auto;
	width: 100px;
	width: 6.25rem;
}

.wp-block-post-author__content {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.blog-art__content .wp-block-post-author__name {
	margin-top: 0;
	position: relative;
	text-align: center;
}

.blog-art__content .wp-block-post-author__name:before {
	color: #82b6e8;
	content: "監修者";
	display: block;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.blog-art__content .wp-block-post-author__name:after {
	background-color: #2b344b;
	content: "";
	display: block;
	height: 15px;
	height: 0.9375rem;
	left: 50%;
	position: absolute;
	top: 40px;
	top: 2.5rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 2px;
	width: 0.125rem;
}

.blog-art__content .wp-block-post-author__bio {
	margin-bottom: 0;
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
目次プラグインTable of Contents Plusのカスタマイズ
---------------------------------- */

#toc_container {
	border-radius: 1.25rem;
	margin: 50px 0 0;
	margin: 3.125rem 0 0;
	padding: 28px 38px;
	padding: 1.75rem 2.375rem;
	width: 100%;
}

#toc_container p.toc_title {
	color: #82b6e8;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

#toc_container p.toc_title + ul.toc_list {
	margin-top: 20px;
	margin-top: 1.25rem;
}

#toc_container a {
	border-bottom: 1px solid #fff;
	color: #2b344b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
}

#toc_container .toc_list li a {
	padding: 15px 0;
	padding: 0.9375rem 0;
}

#toc_container a:hover {
	text-decoration: none;
}

#toc_container .toc_list li:nth-of-type(n + 2) {
	margin-top: 2px;
	margin-top: 0.125rem;
}

.blog-art__content .toc_list li:before {
	display: none;
}

.toc_list > li > a {
	position: relative; /* 疑似要素の位置を調整するため */
}

.toc_list > li > a .toc_number {
	color: #82b6e8;
	display: inline-block;
	font-weight: 500;
	margin-right: 10px;
	margin-right: 0.625rem;
}

.toc_list > li > a .toc_number::before {
	content: "0";
}

.toc_list > li > a .toc_number::after {
	content: ".";
	margin-left: 2px;
	margin-left: 0.125rem;
}

/* 2番目の階層のリスト項目に対して */

#toc_container ul ul {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.toc_list ul li a {
	list-style: none;
	padding-left: 16px;
	padding-left: 1rem;
	position: relative;
}

.toc_list ul li a::before {
	background-color: #82b6e8;
	border-radius: 50%;
	content: "";
	height: 8px;
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	width: 0.5rem;
}

.toc_list ul li a .toc_number {
	display: none;
}

/*---------------------------------- 
blog-list-mv
---------------------------------- */

.blog-list-mv {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

/*---------------------------------- 
blog-list-category
---------------------------------- */

.blog-list-category {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.blog-list-category__container {
	margin: 75px auto 0;
	margin: 4.6875rem auto 0;
	width: 100%;
}

.blog-list-category__items {
	row-gap: 18px;
	row-gap: 1.125rem;
	-moz-column-gap: 0.9375rem;
	-webkit-column-gap: 0.9375rem;
	column-gap: 0.9375rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
}

.blog-list-category__item a,
.cat-item-all a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-clip: padding-box;
	border: 1px solid #2b344b;
	border-radius: 0.625rem;
	color: #2b344b;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	height: 150px;
	height: 9.375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.33;
	list-style: none;
	max-width: 222px;
	max-width: 13.875rem;
	padding: 12px 30px;
	padding: 0.75rem 1.875rem;
	position: relative;
	text-align: center;
}

.blog-list-category__items li:first-child {
	grid-column: 1/-1;
}

.blog-list-category__items li:first-child a {
	margin: 0 auto;
	max-width: 222px;
	max-width: 13.875rem;
	width: 42.6666666667vw;
}

.blog-list-category__item a::after,
.cat-item-all a::after {
	background-image: url(../images/common/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 11px;
	height: 0.6875rem;
	left: 50%;
	position: absolute;
	right: 12px;
	right: 0.75rem;
	top: 80%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 17px;
	width: 1.0625rem;
}

.blog-list-category__item a:hover:after,
.cat-item-all a:hover:after {
	-webkit-transform: translateX(0.4375rem);
	transform: translateX(0.4375rem);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.blog-list-category__item.current-cat a {
	background-color: #e4effa;
}

/*---------------------------------- 
blog-list-main
---------------------------------- */

.blog-list-main {
	background-color: #f5f5f5;
	margin-top: 100px;
	margin-top: 6.25rem;
	padding: 120px 0 150px;
	padding: 7.5rem 0 9.375rem;
}

.blog-list-main__container {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.blog-list__pagination {
	margin-top: 80px;
	margin-top: 5rem;
}

/*---------------------------------- 
botox-mv
---------------------------------- */

.botox-mv {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

/*---------------------------------- 
botox-lead
---------------------------------- */

.botox-lead {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.botox-lead__sentence {
	margin-top: 80px;
	margin-top: 5rem;
}

/*---------------------------------- 
botox-about
---------------------------------- */

.botox-about {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.botox-about__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.botox-about__content {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.botox-about__sentence {
	margin-top: 60px;
	margin-top: 3.75rem;
}

/*---------------------------------- 
botox-merit
---------------------------------- */

.botox-merit {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.botox-merit__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.botox-merit__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.botox-merit__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.botox-merit__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
botox-demerit
---------------------------------- */

.botox-demerit {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.botox-demerit__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.botox-demerit__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.botox-demerit__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
botox-effect
---------------------------------- */

.botox-effect {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.botox-effect__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.botox-effect__content {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.botox-effect__list-items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.botox-effect__sentence:nth-of-type(n + 2) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
botox-flow
---------------------------------- */

.botox-flow {
	background-color: #F8F9FA;
	margin-top: 75px;
	margin-top: 4.6875rem;
	padding: 75px 0 75px;
	padding: 4.6875rem 0 4.6875rem;
}

.botox-flow__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.botox-flow__flow-items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
botox-price
---------------------------------- */

.botox-price {
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.botox-price__table {
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 100%;
}

.botox-price__bottom-sentence.text-1616-2 {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

/*---------------------------------- 
botox-faq
---------------------------------- */

.botox-faq {
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.botox-faq__items {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.case-art-main {
	margin-bottom: 150px;
	margin-bottom: 9.375rem;
	margin-top: 65px;
	margin-top: 4.0625rem;
}

.case-art__mv {
	height: 275px;
	height: 17.1875rem;
	position: relative;
}

.case-art__mv img {
	-o-object-fit: cover;
	height: 275px;
	height: 17.1875rem;
	margin: 0 auto;
	object-fit: cover;
}

.case-art__mv-label-container {
	left: 50%;
	position: absolute;
	top: 0px;
	top: 0rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.case-art__mv-label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #4c6985;
	border-radius: 0 0 0.625rem 0;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	height: 32px;
	height: 2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0px;
	left: 0rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 2px 5px;
	padding: 0.125rem 0.3125rem;
	position: absolute;
	top: 0px;
	top: 0rem;
	width: 120px;
	width: 7.5rem;
	z-index: 1;
}

.case-art__mv-title-container {
	left: 50%;
	padding: 0 20px;
	padding: 0 1.25rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.case-art__mv-title {
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin: 0 auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content; /* 3行での三点リーダー対応 */
}

/*---------------------------------- 
Before After画像 case-art__img-container
---------------------------------- */

.case-art__img-container {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.case-art__img {
	overflow: hidden;
	width: 100%;
}

.case-art__img img {
	-o-object-fit: cover;
	aspect-ratio: 1211/670;
	border-radius: 0.9375rem;
	object-fit: cover;
	width: 100%;
}

.case-art__img--2 {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.case-art__img-section-header-1.section-header-1 {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.case-art__field {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.case-art__field-table {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.case-art__content {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.case-art__return-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 75px;
	margin-top: 4.6875rem;
}

/*---------------------------------- 
case-art__content内（ブロックエディタ）
---------------------------------- */

.case-art__content p {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.case-art__content p:has(a) {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.case-art__content h2 {
	background-color: #425a72;
	border-radius: 0.625rem;
	color: white;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.35;
	margin-top: 90px;
	margin-top: 5.625rem;
	padding: 21px;
	padding: 1.3125rem;
	text-align: center;
}

.case-art__content h3 {
	background-clip: padding-box;
	border-bottom: 2px solid #a4caef;
	color: #425a72;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.case-art__content h3::before {
	display: none;
}

.case-art__content h4 {
	background-clip: padding-box;
	border-bottom: 1px solid #2b344b;
	border-top: 1px solid #2b344b;
	color: #425a72;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding-bottom: 6px;
	padding-bottom: 0.375rem;
}

.case-art__content ul {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.case-art__content li {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-left: 16px;
	padding-left: 1rem;
	position: relative;
}

.case-art__content li:nth-child(n+2) {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.case-art__content li:before {
	background-color: #82b6e8;
	border-radius: 50%;
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 14px;
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 33%;
	width: 14px;
	width: 0.875rem;
}

.case-art__content .wp-block-image {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.case-art__content figure img {
	border-radius: 0.9375rem;
}

.case-art__content .wp-block-table {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/* テーブルコンテナを横スクロール可能にする */

.case-art__content .wp-block-table {
	display: block;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	overflow-x: auto;
	width: 100%;
}

.case-art__content .wp-block-table table {
	border: 1px solid #e4effa;
	border-collapse: separate;
	border-radius: 0.625rem;
	border-spacing: 0;
	min-width: 100%;
	overflow: hidden;
	padding: 0 20px;
	padding: 0 1.25rem;
	width: auto;
}

/* テーブル自体の設定 */

.case-art__content .wp-block-table table {
	border-collapse: collapse;
	table-layout: auto; /* テーブルレイアウトを自動調整モードに */
	white-space: normal; /* テキストの折り返しを許可 */
	width: auto; /* コンテンツに基づいて幅を自動調整 */
}

/* セルの最小幅を設定 */

.case-art__content .wp-block-table table td,
.case-art__content .wp-block-table table th {
	min-width: 140px; /* 各セルの最小幅（必要に応じて調整） */
}

.case-art__content .wp-block-table tr:first-of-type,
.case-art__content .wp-block-table td:first-of-type {
	background-color: #e4effa;
	text-align: center;
}

.case-art__content .wp-block-table td,
.case-art__content .wp-block-table th {
	border: 1px solid #e4effa;
	padding: 18px 16px;
	padding: 1.125rem 1rem;
}

.case-art__content .wp-block-table tr:first-child td:first-child {
	border-top-left-radius: 10px;
	border-top-left-radius: 0.625rem;
}

.case-art__content .wp-block-table tr:first-child td:last-child {
	border-top-right-radius: 10px;
	border-top-right-radius: 0.625rem;
}

.case-art__content .wp-block-table tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
	border-bottom-left-radius: 0.625rem;
}

.case-art__content .wp-block-table tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
	border-bottom-right-radius: 0.625rem;
}

.case-art__content a {
	-webkit-text-decoration: underline solid #82b6e8;
	color: #82b6e8;
	text-decoration: underline solid #82b6e8;
}

.case-art__content .wp-block-quote p {
	background-color: #f5f5f5;
	border-radius: 0.625rem;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 80px 20px 50px;
	padding: 5rem 1.25rem 3.125rem;
	position: relative;
}

.case-art__content .wp-block-quote p::before {
	background-image: url(../images/common/quote.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 35px;
	height: 2.1875rem;
	left: 14px;
	left: 0.875rem;
	position: absolute;
	top: 28px;
	top: 1.75rem;
	vertical-align: middle;
	width: 44px;
	width: 2.75rem;
}

.case-art__content .wp-block-post-author {
	background-clip: padding-box;
	border: 1px solid #425a72;
	border-radius: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 45px 20px 40px;
	padding: 2.8125rem 1.25rem 2.5rem;
}

.case-art__content .wp-block-post-author__avatar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 0;
}

.case-art__content .wp-block-post-author__avatar img {
	border-radius: 50%;
	height: 100px;
	height: 6.25rem;
	margin: 0 auto;
	width: 100px;
	width: 6.25rem;
}

.wp-block-post-author__content {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.case-art__content .wp-block-post-author__name {
	margin-top: 0;
	position: relative;
	text-align: center;
}

.case-art__content .wp-block-post-author__name:before {
	color: #82b6e8;
	content: "監修者";
	display: block;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.case-art__content .wp-block-post-author__name:after {
	background-color: #2b344b;
	content: "";
	display: block;
	height: 15px;
	height: 0.9375rem;
	left: 50%;
	position: absolute;
	top: 40px;
	top: 2.5rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 2px;
	width: 0.125rem;
}

.case-art__content .wp-block-post-author__bio {
	margin-bottom: 0;
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
case-list-mv
---------------------------------- */

.case-list-mv {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

/*---------------------------------- 
case-list-category
---------------------------------- */

.case-list-category {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.case-list-category__container {
	margin: 75px auto 0;
	margin: 4.6875rem auto 0;
	width: 100%;
}

.case-list-category__items {
	row-gap: 22px;
	row-gap: 1.375rem;
	-moz-column-gap: 0.9375rem;
	-webkit-column-gap: 0.9375rem;
	column-gap: 0.9375rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
}

.case-list-category__item a,
.cat-item-all a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-clip: padding-box;
	border: 1px solid #2b344b;
	border-radius: 0.625rem;
	color: #2b344b;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	height: 150px;
	height: 9.375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.33;
	list-style: none;
	max-width: 222px;
	max-width: 13.875rem;
	padding: 12px 12px;
	padding: 0.75rem 0.75rem;
	position: relative;
	text-align: center;
}

.case-list-category__items li:first-child {
	grid-column: 1/-1;
}

.case-list-category__items li:first-child a {
	margin: 0 auto;
	max-width: 222px;
	max-width: 13.875rem;
	width: 42.6666666667vw;
}

.case-list-category__item a::after,
.cat-item-all a::after {
	background-image: url(../images/common/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 11px;
	height: 0.6875rem;
	left: 50%;
	position: absolute;
	top: 78%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 17px;
	width: 1.0625rem;
}

.case-list-category__item a:hover:after,
.cat-item-all a:hover:after {
	-webkit-transform: translateX(0.4375rem);
	transform: translateX(0.4375rem);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.case-list-category__item.current-cat a {
	background-color: #e4effa;
}

/*---------------------------------- 
case-list-main
---------------------------------- */

.case-list-main {
	background-color: #f5f5f5;
	margin-top: 100px;
	margin-top: 6.25rem;
	padding: 120px 0 150px;
	padding: 7.5rem 0 9.375rem;
}

.case-list-main__container {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.case-list__pagination {
	margin-top: 80px;
	margin-top: 5rem;
}

/*---------------------------------- 
child-mv
---------------------------------- */

.child-mv {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

/*---------------------------------- 
child-lead
---------------------------------- */

.child-lead {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.child-lead__sentence {
	margin-top: 80px;
	margin-top: 5rem;
}

/*---------------------------------- 
child-about
---------------------------------- */

.child-about {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.child-about__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.child-about__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.child-about__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.child-about__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.child-about__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
child-feature
---------------------------------- */

.child-feature {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.child-feature__img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.child-feature__items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.child-feature__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.child-feature__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.child-feature__item-list-items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
child-check
---------------------------------- */

.child-check {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.child-check__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.child-check__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.child-check__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.child-check__list-items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.child-check__bottom-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
child-method
---------------------------------- */

.child-method {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.child-method__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.child-method__items {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.child-method__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.child-method__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.child-method__list-items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
child-timing
---------------------------------- */

.child-timing {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.child-timing__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.child-timing__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.child-timing__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.child-timing__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.child-timing__item-sentence-2 {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.child-timing__list-items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
child-flow
---------------------------------- */

.child-flow {
	background-color: #F8F9FA;
	margin-top: 75px;
	margin-top: 4.6875rem;
	padding: 75px 0 75px;
	padding: 4.6875rem 0 4.6875rem;
}

.child-flow__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.child-flow__img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.child-flow__flow-items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
child-price
---------------------------------- */

.child-price {
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.child-price__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.child-price__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.child-price__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.child-price__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.child-price__item-sentence span {
	display: inline-block;
	width: 68px;
	width: 4.25rem;
}

.child-price__list-items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
child-payment
---------------------------------- */

.child-payment {
	margin-top: 100px;
	margin-top: 6.25rem;
}

/*---------------------------------- 
child-faq
---------------------------------- */

.child-faq {
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.child-faq__items {
	margin-top: 50px;
	margin-top: 3.125rem;
}

/*---------------------------------- 
denture-mv
---------------------------------- */

.denture-mv {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

/*---------------------------------- 
denture-lead
---------------------------------- */

.denture-lead {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.denture-lead__sentence {
	margin-top: 80px;
	margin-top: 5rem;
}

/*---------------------------------- 
denture-feature
---------------------------------- */

.denture-feature {
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.denture-feature__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.denture-feature__items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.denture-feature__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.denture-feature__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
first-mv
---------------------------------- */

.first-mv {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

/*---------------------------------- 
first-lead
---------------------------------- */

.first-lead {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.first-lead__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.first-lead__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.first-lead__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.first-lead__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
first-notice
---------------------------------- */

.first-notice {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.first-notice__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.first-notice__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.first-notice__items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.first-notice__list-items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.first-notice__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.first-notice__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
first-rule
---------------------------------- */

.first-rule {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.first-rule__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.first-rule__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.first-rule__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.first-rule__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.first-rule__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
first-flow
---------------------------------- */

.first-flow {
	background-color: #F8F9FA;
	margin-top: 75px;
	margin-top: 4.6875rem;
	padding: 75px 0 75px;
	padding: 4.6875rem 0 4.6875rem;
}

.first-flow__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.first-flow__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.first-flow__flow-items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
first-last
---------------------------------- */

.first-last {
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.first-last__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.first-last__sentence {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.first-last__btn-container {
	margin: 50px auto 0;
	margin: 3.125rem auto 0;
	max-width: 295px;
	max-width: 18.4375rem;
	width: 100%;
}

.first-last__btn-container .btn-1:nth-child(2) {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
general-mv
---------------------------------- */

.general-mv {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

/*---------------------------------- 
general-lead
---------------------------------- */

.general-lead {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.general-lead__sentence {
	margin-top: 80px;
	margin-top: 5rem;
}

/*---------------------------------- 
general-policy
---------------------------------- */

.general-policy {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.general-policy__img {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.general-policy__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.general-policy__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.general-policy__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
general-process
---------------------------------- */

.general-process {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.general-process__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.general-process__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.general-process__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.general-process__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.general-process__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
general-family
---------------------------------- */

.general-family {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.general-family__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.general-family__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.general-family__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.general-family__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.general-family__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
general-sports
---------------------------------- */

.general-sports {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.general-sports__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.general-sports__table {
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 100%;
}

/*---------------------------------- 
general-reason
---------------------------------- */

.general-reason {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.general-reason__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.general-reason__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.general-reason__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.general-reason__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.general-reason__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
general-faq
---------------------------------- */

.general-faq {
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.general-faq__items {
	margin-top: 50px;
	margin-top: 3.125rem;
}

/*---------------------------------- 
implant-mv
---------------------------------- */

.implant-mv {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

/*---------------------------------- 
implant-lead
---------------------------------- */

.implant-lead {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.implant-lead__sentence {
	margin-top: 80px;
	margin-top: 5rem;
}

/*---------------------------------- 
implant-about
---------------------------------- */

.implant-about {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.implant-about__img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.implant-about__content {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.implant-about__sentence:nth-of-type(n + 2) {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.implant-about__list-items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
implant-structure
---------------------------------- */

.implant-structure {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.implant-structure__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.implant-structure__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.implant-structure__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.implant-structure__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
implant-recommend
---------------------------------- */

.implant-recommend {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.implant-recommend__img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.implant-recommend__content {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.implant-recommend__sentence:nth-of-type(n + 2) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.implant-recommend__list-items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
implant-feature
---------------------------------- */

.implant-feature {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.implant-feature__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.implant-feature__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.implant-feature__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.implant-feature__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.implant-feature__item.implant-feature__item--2 {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.implant-feature__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.implant-feature__bottom-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.implant-feature__list-items-container {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.implant-feature__list-items {
	margin-top: 16px;
	margin-top: 1rem;
}

/*---------------------------------- 
implant-type
---------------------------------- */

.implant-type {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.implant-type__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.implant-type__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.implant-type__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.implant-type__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.implant-type__bottom-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
implant-compare
---------------------------------- */

.implant-compare {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.implant-compare__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.implant-compare__table-container {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 40px;
	margin-top: 2.5rem;
}

.implant-compare__table {
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	width: 803px;
	width: 50.1875rem;
}

.implant-compare__bottom-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
implant-flow
---------------------------------- */

.implant-flow {
	background-color: #f8f9fa;
	margin-top: 75px;
	margin-top: 4.6875rem;
	padding: 75px 0 75px;
	padding: 4.6875rem 0 4.6875rem;
}

.implant-flow__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.implant-flow__img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.implant-flow__items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
implant-price
---------------------------------- */

.implant-price {
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.implant-price__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.implant-price__table {
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 100%;
}

.implant-price__bottom-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
implant-payment
---------------------------------- */

.implant-payment {
	margin-top: 100px;
	margin-top: 6.25rem;
}

/*---------------------------------- 
implant-faq
---------------------------------- */

.implant-faq {
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.implant-faq__items {
	margin-top: 50px;
	margin-top: 3.125rem;
}

/*---------------------------------- 
invisa-mv
---------------------------------- */

.invisa-mv {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

/*---------------------------------- 
invisa-lead
---------------------------------- */

.invisa-lead {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.invisa-lead__sentence {
	margin-top: 80px;
	margin-top: 5rem;
}

/*---------------------------------- 
invisa-about
---------------------------------- */

.invisa-about {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.invisa-about__img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.invisa-about__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.invisa-about__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.invisa-about__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
invisa-recommend
---------------------------------- */

.invisa-recommend {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.invisa-recommend__content {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
invisa-feature
---------------------------------- */

.invisa-feature {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.invisa-feature__img {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.invisa-feature__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.invisa-feature__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.invisa-feature__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
invisa-flow
---------------------------------- */

.invisa-flow {
	background-color: #f8f9fa;
	margin-top: 75px;
	margin-top: 4.6875rem;
	padding: 75px 0 75px;
	padding: 4.6875rem 0 4.6875rem;
}

.invisa-flow__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.invisa-flow__img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.invisa-flow__items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
invisa-price
---------------------------------- */

.invisa-price {
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.invisa-price__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.invisa-price__table {
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 100%;
}

.invisa-price__bottom-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.invisa-price__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.invisa-price__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.invisa-price__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
invisa-payment
---------------------------------- */

.invisa-payment {
	margin-top: 100px;
	margin-top: 6.25rem;
}

/*---------------------------------- 
invisa-faq
---------------------------------- */

.invisa-faq {
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.invisa-faq__items {
	margin-top: 50px;
	margin-top: 3.125rem;
}

/*---------------------------------- 
menu-mv
---------------------------------- */

.menu-mv {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

/*---------------------------------- 
menu-lead
---------------------------------- */

.menu-lead {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.menu-lead__sentence {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.25;
	text-align: center;
}

/*---------------------------------- 
menu-main
---------------------------------- */

.menu-main {
	background-color: #fcfcfc;
	margin-top: 160px;
	margin-top: 10rem;
	padding: 95px 0 100px;
	padding: 5.9375rem 0 6.25rem;
	position: relative;
}

.menu-main__scroll {
	left: 50%;
	max-width: 18px;
	max-width: 1.125rem;
	position: absolute;
	top: -92px;
	top: -5.75rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

/*---------------------------------- 
pedia-mv
---------------------------------- */

.pedia-mv {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

/*---------------------------------- 
pedia-lead
---------------------------------- */

.pedia-lead {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.pedia-lead__sentence {
	margin-top: 80px;
	margin-top: 5rem;
}

/*---------------------------------- 
pedia-feature
---------------------------------- */

.pedia-feature {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.pedia-feature__img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.pedia-feature__items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.pedia-feature__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.pedia-feature__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
pedia-prev
---------------------------------- */

.pedia-prev {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.pedia-prev__img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.pedia-prev__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.pedia-prev__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.pedia-prev__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.pedia-prev__list-items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
pedia-support
---------------------------------- */

.pedia-support {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.pedia-support__img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.pedia-support__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.pedia-support__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.pedia-support__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.pedia-support__list-items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
pedia-flow
---------------------------------- */

.pedia-flow {
	background-color: #F8F9FA;
	margin-top: 75px;
	margin-top: 4.6875rem;
	padding: 75px 0 75px;
	padding: 4.6875rem 0 4.6875rem;
}

.pedia-flow__img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.pedia-flow__flow-items {
	margin-top: 50px;
	margin-top: 3.125rem;
}

/*---------------------------------- 
pedia-please
---------------------------------- */

.pedia-please {
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.pedia-please__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.pedia-please__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.pedia-please__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.pedia-please__list-items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
pedia-faq
---------------------------------- */

.pedia-faq {
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.pedia-faq__items {
	margin-top: 50px;
	margin-top: 3.125rem;
}

/*---------------------------------- 
perio-mv
---------------------------------- */

.perio-mv {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

/*---------------------------------- 
perio-lead
---------------------------------- */

.perio-lead {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.perio-lead__sentence {
	margin-top: 80px;
	margin-top: 5rem;
}

/*---------------------------------- 
perio-about
---------------------------------- */

.perio-about {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.perio-about__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.perio-about__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.perio-about__items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.perio-about__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.perio-about__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.perio-about__item-sentence:nth-of-type(n+2) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.perio-about__list-items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
perio-reason
---------------------------------- */

.perio-reason {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.perio-reason__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.perio-reason__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.perio-reason__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.perio-reason__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.perio-reason__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.perio-reason__list-items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
perio-flow
---------------------------------- */

.perio-flow {
	background-color: #F8F9FA;
	margin-top: 75px;
	margin-top: 4.6875rem;
	padding: 75px 0 75px;
	padding: 4.6875rem 0 4.6875rem;
}

.perio-flow__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.perio-flow__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.perio-flow__flow-items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
perio-whole
---------------------------------- */

.perio-whole {
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.perio-whole__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.perio-whole__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.perio-whole__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.perio-whole__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.perio-whole__list-items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
perio-prev
---------------------------------- */

.perio-prev {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.perio-prev__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.perio-prev__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.perio-prev__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.perio-prev__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.perio-prev__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.perio-prev__list-items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
perio-faq
---------------------------------- */

.perio-faq {
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.perio-faq__items {
	margin-top: 50px;
	margin-top: 3.125rem;
}

/*---------------------------------- 
prev-mv
---------------------------------- */

.prev-mv {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

/*---------------------------------- 
prev-lead
---------------------------------- */

.prev-lead {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.prev-lead__sentence {
	margin-top: 80px;
	margin-top: 5rem;
}

/*---------------------------------- 
prev-recommend
---------------------------------- */

.prev-recommend {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.prev-recommend__img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.prev-recommend__items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.prev-recommend__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.prev-recommend__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
prev-feature
---------------------------------- */

.prev-feature {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.prev-feature__img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.prev-feature__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.prev-feature__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.prev-feature__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
prev-menu
---------------------------------- */

.prev-menu {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.prev-menu__img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.prev-menu__items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.prev-menu__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.prev-menu__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
prev-support
---------------------------------- */

.prev-support {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.prev-support__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.prev-support__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.prev-support__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
prev-care
---------------------------------- */

.prev-care {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.prev-care__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.prev-care__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.prev-care__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
prev-flow
---------------------------------- */

.prev-flow {
	background-color: #F8F9FA;
	margin-top: 75px;
	margin-top: 4.6875rem;
	padding: 75px 0 75px;
	padding: 4.6875rem 0 4.6875rem;
}

.prev-flow__img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.prev-flow__flow-items {
	margin-top: 50px;
	margin-top: 3.125rem;
}

/*---------------------------------- 
prev-please
---------------------------------- */

.prev-please {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.prev-please__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.prev-please__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.prev-please__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.prev-please__list-items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
prev-price
---------------------------------- */

.prev-price {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.prev-price__table {
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 100%;
}

/*---------------------------------- 
prev-faq
---------------------------------- */

.prev-faq {
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.prev-faq__items {
	margin-top: 50px;
	margin-top: 3.125rem;
}

/*---------------------------------- 
privacy-mv
---------------------------------- */

.privacy-mv {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

/*---------------------------------- 
privacy-lead
---------------------------------- */

.privacy-main {
	margin-bottom: 100px;
	margin-bottom: 6.25rem;
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.privacy-main__item:nth-child(n+2) {
	margin-top: 90px;
	margin-top: 5.625rem;
}

.privacy-main__item-sentence {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.privacy-main__item-title {
	background-color: #425a72;
	border-radius: 0.625rem;
	color: white;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.35;
	padding: 21px;
	padding: 1.3125rem;
	text-align: center;
}

/*---------------------------------- 
recruit-mv
---------------------------------- */

.recruit-mv {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

/*---------------------------------- 
recruit-main
---------------------------------- */

.recruit-main {
	margin-top: 48px;
	margin-top: 3rem;
	overflow-x: clip;
}

/*---------------------------------- 
recruit-main-1
---------------------------------- */

.recruit-main-1 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, #fff), color-stop(27%, #fcfcfc));
	background: linear-gradient(to bottom, #fff 27%, #fcfcfc 27%);
	overflow-x: clip;
}

.recruit-main-1__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-top: 64px;
	margin-top: 4rem;
	position: relative;
}

.recruit-main-1__flex-img {
	display: none;
}

.recruit-main-1__left {
	margin-top: 55px;
	margin-top: 3.4375rem;
}

.recruit-main-1__left-dots {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.recruit-main-1__left-dots .dot {
	background-color: #82b6e8;
}

.recruit-main-1__left-sentence {
	margin-top: 36px;
	margin-top: 2.25rem;
	text-align: center;
}

.recruit-main-1__right {
	position: relative;
	width: 100%;
}

.recruit-main-1__right-en-text {
	bottom: -20px;
	bottom: -1.25rem;
	color: #fff;
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1;
	position: absolute;
	right: -169px;
	right: -10.5625rem;
	text-transform: uppercase;
	z-index: 0;
}

/*---------------------------------- 
recruit-main-2
---------------------------------- */

.recruit-main-2 {
	padding: 60px 0 0px;
	padding: 3.75rem 0 0rem;
	position: relative;
}

.recruit-main-2__vertical-line {
	display: none;
}

.recruit-main-2__sentence {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 54px;
	margin-top: 3.375rem;
	text-align: center;
	width: 100%;
}

.recruit-main-2__sentence span {
	display: none;
}

.recruit-main-2__pc-img {
	display: none;
	margin-top: 32px;
	margin-top: 2rem;
}

.recruit-main-2__sp-img-1,
.recruit-main-2__sp-img-2 {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.recruit-main-2__sp-img-2 {
	margin-top: 80px;
	margin-top: 5rem;
}

/*---------------------------------- 
recruit-main-3
---------------------------------- */

.recruit-main-3 {
	margin-top: 120px;
	margin-top: 7.5rem;
}

.recruit-main-3__flex {
	position: relative;
	width: 100%;
}

.recruit-main-3__en-text {
	color: #f5faff;
	font-size: 70px;
	font-size: 4.375rem;
	font-weight: 400;
	left: -44px;
	left: -2.75rem;
	letter-spacing: 0.2em;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	top: -136px;
	top: -8.5rem;
	z-index: 0;
}

.recruit-main-3__img {
	bottom: -285px;
	bottom: -17.8125rem;
	left: -38px;
	left: -2.375rem;
	max-width: 240px;
	max-width: 15rem;
	position: absolute;
	width: 100%;
}

.recruit-main-3__text-1 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.35;
	text-align: center;
}

.recruit-main-3__list-items {
	margin-top: 74px;
	margin-top: 4.625rem;
}

/*---------------------------------- 
recruit-main-4
---------------------------------- */

.recruit-main-4 {
	background-image: url(../images/recruit/bg-2-sp.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 308px;
	margin-top: 19.25rem;
	padding: 100px 0 100px;
	padding: 6.25rem 0 6.25rem;
}

.recruit-main-4__container {
	background-color: #fff;
	margin: 0 auto;
	max-width: 460px;
	max-width: 28.75rem;
	padding: 60px 0;
	padding: 3.75rem 0;
	position: relative;
	width: 100%;
}

.recruit-main-4__img-1 {
	max-width: 138px;
	max-width: 8.625rem;
	position: absolute;
	right: -10px;
	right: -0.625rem;
	top: -172px;
	top: -10.75rem;
	width: 100%;
}

.recruit-main-4__img-2 {
	bottom: -210px;
	bottom: -13.125rem;
	left: -12px;
	left: -0.75rem;
	max-width: 176px;
	max-width: 11rem;
	position: absolute;
	width: 100%;
}

.recruit-main-4__sentence {
	text-align: center;
}

.recruit-main-4__link-container {
	margin: 75px auto 0;
	margin: 4.6875rem auto 0;
	max-width: 295px;
	max-width: 18.4375rem;
	position: relative;
	width: 100%;
}

.recruit-main-4__guppy {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.recruit-main-4__tel-text,
.recruit-main-4__guppy-text {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.4;
	text-align: center;
}

.recruit-main-4__tel-btn,
.recruit-main-4__guppy-flex {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.recruit-main-4__guppy-link-2 {
	margin-top: 25px;
	margin-top: 1.5625rem;
	width: 100%;
}

/*---------------------------------- 
recruit-notice
---------------------------------- */

.recruit-notice--1 {
	margin-top: 140px;
	margin-top: 8.75rem;
}

.recruit-notice--2 {
	margin-bottom: 100px;
	margin-bottom: 6.25rem;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.recruit-notice__table-rc {
	margin: 30px auto 0;
	margin: 1.875rem auto 0;
	max-width: 500px;
	max-width: 31.25rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

/*---------------------------------- 
surgery-mv
---------------------------------- */

.surgery-mv {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

/*---------------------------------- 
surgery-lead
---------------------------------- */

.surgery-lead {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.surgery-lead__sentence {
	margin-top: 80px;
	margin-top: 5rem;
}

/*---------------------------------- 
surgery-intro
---------------------------------- */

.surgery-intro {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.surgery-intro__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.surgery-intro__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.surgery-intro__items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.surgery-intro__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.surgery-intro__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.surgery-intro__item-list-items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
surgery-wisdom
---------------------------------- */

.surgery-wisdom {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.surgery-wisdom__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.surgery-wisdom__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.surgery-wisdom__items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.surgery-wisdom__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.surgery-wisdom__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.surgery-wisdom__item-sentence:nth-of-type(n+2) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.surgery-wisdom__item-list-items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
surgery-mandi
---------------------------------- */

.surgery-mandi {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.surgery-mandi__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.surgery-mandi__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.surgery-mandi__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.surgery-mandi__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.surgery-mandi__item-sentence:nth-of-type(n+2) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
surgery-cancer
---------------------------------- */

.surgery-cancer {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.surgery-cancer__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.surgery-cancer__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.surgery-cancer__items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.surgery-cancer__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.surgery-cancer__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.surgery-cancer__item-sentence:nth-of-type(n+2) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.surgery-cancer__item-list-items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
surgery-injury
---------------------------------- */

.surgery-injury {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.surgery-injury__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.surgery-injury__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.surgery-injury__items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.surgery-injury__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.surgery-injury__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.surgery-injury__item-sentence:nth-of-type(n+2) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.surgery-injury__item-list-items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/*---------------------------------- 
surgery-sleep
---------------------------------- */

.surgery-sleep {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.surgery-sleep__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.surgery-sleep__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.surgery-sleep__items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.surgery-sleep__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.surgery-sleep__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
surgery-last
---------------------------------- */

.surgery-last {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.surgery-last__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.surgery-last__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.surgery-last__items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.surgery-last__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.surgery-last__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
surgery-faq
---------------------------------- */

.surgery-faq {
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.surgery-faq__items {
	margin-top: 50px;
	margin-top: 3.125rem;
}

/*---------------------------------- 
top-mv
---------------------------------- */

.top-mv {
	margin-top: 196px;
	margin-top: 12.25rem;
	position: relative;
}

.top-mv__img {
	font-size: 0;
	margin-left: auto;
	max-width: 500px;
	max-width: 31.25rem;
	position: relative;
	width: 89.3333333333vw;
}

.top-mv__copy-wrapper {
	left: -14px;
	left: -0.875rem;
	position: absolute;
	top: -126px;
	top: -7.875rem;
}

.top-mv__copy span {
	background-color: #fff;
	border-radius: 0.3125rem;
	color: black;
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.3;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.top-mv__copy span:nth-child(n+2) {
	margin-top: 6px;
	margin-top: 0.375rem;
}

.top-mv__en-copy {
	display: none;
}

.top-mv__btn-wrapper {
	display: none;
}

.top-mv__btn {
	display: block;
}

.top-mv__btn:nth-of-type(n+2) {
	margin: 6px auto 0;
	margin: 0.375rem auto 0;
}

.top-mv__btn-insta {
	width: 88%;
}

/*---------------------------------- 
top-bg-light-blue
---------------------------------- */

.top-bg-light-blue {
	background-color: #e4effa;
	margin-top: -130px;
	margin-top: -8.125rem;
	overflow-x: clip;
	padding: 174px 0 0;
	padding: 10.875rem 0 0;
}

/*---------------------------------- 
top-policy
---------------------------------- */

.top-policy {
	background-color: #fff;
	border-radius: 0 3.125rem 0 0;
	position: relative;
	width: 100%;
}

.top-policy__scroll {
	left: 20px;
	left: 1.25rem;
	max-width: 8px;
	max-width: 0.5rem;
	position: absolute;
	top: -103px;
	top: -6.4375rem;
	width: 100%;
}

.top-policy__container {
	padding: 48px 0 0px;
	padding: 3rem 0 0rem;
	width: 100%;
}

.top-policy__img-1-pc {
	display: none;
}

.top-policy__img-2-pc {
	display: none;
}

.top-policy__img-1-sp {
	font-size: 0;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	margin-top: 36px;
	margin-top: 2.25rem;
	max-width: 600px;
	max-width: 37.5rem;
	width: 94.6666666667vw;
}

.top-policy__sentence-2 {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.top-policy__img-2-sp {
	font-size: 0;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	margin-left: calc(50% - 50vw);
	margin-right: auto;
	max-width: 355px;
	max-width: 22.1875rem;
	max-width: 600px;
	max-width: 37.5rem;
	width: 94.6666666667vw;
}

.top-policy__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
	margin-top: 3.125rem;
}

/*---------------------------------- 
top-news
---------------------------------- */

.top-news {
	background-color: #fff;
	border-radius: 0 0 0 6.25rem;
	padding: 85px 0 100px;
	padding: 5.3125rem 0 6.25rem;
}

.top-news__img-pc {
	display: none;
}

.top-news__container {
	width: 100%;
}

.top-news__img-sp {
	margin-right: calc(50% - 50vw);
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
	width: 94.6666666667vw;
}

.top-news__news-items {
	margin-top: 10px;
	margin-top: 0.625rem;
}

/*---------------------------------- 
top-intro
---------------------------------- */

.top-intro {
	margin-top: 85px;
	margin-top: 5.3125rem;
}

.top-intro__clinic-info {
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	width: 100%;
}

/*---------------------------------- 
top-trouble
---------------------------------- */

.top-trouble {
	background-color: #f5f5f5;
	padding: 78px 0;
	padding: 4.875rem 0;
	padding: 75px 0 105px;
	padding: 4.6875rem 0 6.5625rem;
	position: relative;
}

.top-trouble__sp-en-text {
	color: #fff;
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: 400;
	left: 0px;
	left: 0rem;
	letter-spacing: 0.2em;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	top: 0px;
	top: 0rem;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
}

.top-trouble__trouble-items {
	margin: 32px auto 0;
	margin: 2rem auto 0;
	position: relative;
}

.top-trouble__pc-en-text {
	display: none;
}

/*---------------------------------- 
top-menu
---------------------------------- */

.top-menu {
	background-color: #e4effa;
	padding: 60px 0 96px;
	padding: 3.75rem 0 6rem;
	position: relative;
}

.top-menu__vertical-line {
	background-color: #425a72;
	height: 84px;
	height: 5.25rem;
	left: 50%;
	position: absolute;
	top: -42px;
	top: -2.625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2px;
	width: 0.125rem;
}

.top-menu__menu-items {
	margin: 28px auto 0;
	margin: 1.75rem auto 0;
}

/*---------------------------------- 
top-gentle
---------------------------------- */

.top-gentle__bg {
	background-image: url(../images/top/gentle-bg-sp.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 1468px;
	height: 91.75rem;
	overflow: hidden;
	position: relative;
}

.top-gentle__circle {
	background-color: #fff;
	border-radius: 50%;
	height: 1080px;
	height: 67.5rem;
	left: 50%;
	margin: -148px auto 0;
	margin: -9.25rem auto 0;
	padding: 80px 0 280px;
	padding: 5rem 0 17.5rem;
	position: absolute;
	top: 30%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1080px;
	width: 67.5rem;
}

.top-gentle__en-text {
	color: #fff;
	font-size: 90px;
	font-size: 5.625rem;
	font-weight: 400;
	left: 50%;
	letter-spacing: 0.2em;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	top: -72px;
	top: -4.5rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: -1;
}

.top-gentle__content {
	margin: 0 auto;
	width: 100%;
}

.top-gentle__sentence {
	margin: 16px auto 0;
	margin: 1rem auto 0;
	max-width: 285px;
	max-width: 17.8125rem;
	width: 100%;
}

/*---------------------------------- 
top-cherish
---------------------------------- */

.top-cherish {
	background-color: #4c6985;
	color: #fff;
	padding: 83px 0 107px;
	padding: 5.1875rem 0 6.6875rem;
}

.top-cherish__head-title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.top-cherish__head-sentence {
	margin-top: 52px;
	margin-top: 3.25rem;
	text-align: center;
}

.top-cherish__content {
	margin: 70px auto 0;
	margin: 4.375rem auto 0;
	max-width: 460px;
	max-width: 28.75rem;
	width: 76vw;
}

.top-cherish__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.top-cherish__flex:nth-child(n+2) {
	margin-top: 72px;
	margin-top: 4.5rem;
}

.top-cherish__text-container {
	display: contents;
	width: 100%;
}

.top-cherish__text-1 {
	color: #4c6985;
	font-size: 110px;
	font-size: 6.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff; /* 右上方向に影 */
}

.top-cherish__text-1--2n {
	text-align: right;
}

.top-cherish__border {
	background-color: #fff;
	height: 1px;
	margin: 0 calc(50% - 50vw);
	margin-top: 11px;
	margin-top: 0.6875rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100vw;
}

.top-cherish__text-2 {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 26px;
	margin-top: 1.625rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	text-align: center;
	width: 100%;
}

.top-cherish__text-3 {
	margin-top: 36px;
	margin-top: 2.25rem;
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	width: 100%;
}

.top-cherish__img {
	margin-top: 20px;
	margin-top: 1.25rem;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	width: 100%;
}

.top-cherish__text-container-inner {
	display: contents;
}

.top-cherish__text-container-inner--2n {
	display: contents;
}

/*---------------------------------- 
top-greeting
---------------------------------- */

.top-greeting {
	padding: 65px 0 105px;
	padding: 4.0625rem 0 6.5625rem;
}

.top-greeting__content {
	margin: 34px auto 0;
	margin: 2.125rem auto 0;
	max-width: 460px;
	max-width: 28.75rem;
	width: 76vw;
}

.top-greeting__flex:nth-child(2) {
	margin-top: 110px;
	margin-top: 6.875rem;
}

.top-greeting__img {
	margin: 0 auto;
	max-width: 300px;
	max-width: 18.75rem;
	width: 45.3333333333vw;
}

.top-greeting__text-1 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.top-greeting__text-2 {
	margin-top: 55px;
	margin-top: 3.4375rem;
}

.top-greeting__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 62px;
	margin-top: 3.875rem;
}

/*---------------------------------- 
top-blog
---------------------------------- */

.top-blog {
	background-color: #f5f5f5;
	padding: 72px 0 80px;
	padding: 4.5rem 0 5rem;
	padding: 75px 0 105px;
	padding: 4.6875rem 0 6.5625rem;
	position: relative;
}

.top-blog__cards {
	margin: 54px auto 0;
	margin: 3.375rem auto 0;
	max-width: 460px;
	max-width: 28.75rem;
	width: 78.6666666667vw;
}

.top-blog__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
	margin-top: 3.125rem;
}

/*---------------------------------- 
top-case
---------------------------------- */

.top-case {
	padding: 72px 0 80px;
	padding: 4.5rem 0 5rem;
	padding: 75px 0 105px;
	padding: 4.6875rem 0 6.5625rem;
	position: relative;
}

.top-case__cards {
	margin: 54px auto 0;
	margin: 3.375rem auto 0;
	max-width: 460px;
	max-width: 28.75rem;
	width: 78.6666666667vw;
}

.top-case__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 54px;
	margin-top: 3.375rem;
}

/*---------------------------------- 
top-recruit__bg
---------------------------------- */

.top-recruit__bg-wide-pc-img {
	display: none;
}

.top-recruit__bg-grey {
	height: 465px;
	height: 29.0625rem;
}

/*---------------------------------- 
top-recruit
---------------------------------- */

.top-recruit {
	background-color: #fff;
	padding: 70px 0 82px;
	padding: 4.375rem 0 5.125rem;
	top: 50%;
	width: 100%;
}

.top-recruit__sentence {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 36px;
	margin-top: 2.25rem;
	text-align: center;
}

.top-recruit__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 42px;
	margin-top: 2.625rem;
}

/*---------------------------------- 
white-mv
---------------------------------- */

.white-mv {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

/*---------------------------------- 
white-lead
---------------------------------- */

.white-lead {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.white-lead__sentence {
	margin-top: 80px;
	margin-top: 5rem;
}

/*---------------------------------- 
white-reason
---------------------------------- */

.white-reason {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.white-reason__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.white-reason__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.white-reason__items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.white-reason__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.white-reason__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
white-type
---------------------------------- */

.white-type {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.white-type__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.white-type__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.white-type__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.white-type__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.white-type__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
white-problem
---------------------------------- */

.white-problem {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.white-problem__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.white-problem__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.white-problem__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.white-problem__item:nth-child(n+2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.white-problem__item-sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
white-flow
---------------------------------- */

.white-flow {
	background-color: #f8f9fa;
	margin-top: 75px;
	margin-top: 4.6875rem;
	padding: 75px 0 75px;
	padding: 4.6875rem 0 4.6875rem;
}

.white-flow__lead-sentence {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.white-flow__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.white-flow__flow-items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

/*---------------------------------- 
white-price
---------------------------------- */

.white-price {
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.white-price__table {
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 100%;
}

/*---------------------------------- 
white-faq
---------------------------------- */

.white-faq {
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.white-faq__items {
	margin-top: 50px;
	margin-top: 3.125rem;
}

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

.blog-art__mv img {
	height: 275px;
}

.case-art__mv img {
	height: 275px;
}

}

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

.u-pc {
	display: block;
}

.u-sp {
	display: none;
}

.u-only-pc {
	display: inline-block;
}

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

html {
	font-size: 1.4814814815vw;
}

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

a:hover {
	opacity: 0.8;
}

.access-map iframe {
	height: 500px;
}

.blog-cards-2 {
	row-gap: 3.125rem;
	-moz-column-gap: 3.125rem;
	-webkit-column-gap: 3.125rem;
	column-gap: 3.125rem;
	grid-template-columns: repeat(3, 1fr);
}

.blog-card-2 {
	border-radius: 1.25rem;
}

.blog-card-2__img {
	border-radius: 1.25rem 1.25rem 0 0;
}

.blog-card-2__img img {
	border-radius: 1.25rem 1.25rem 0 0;
}

.blog-card-2__body {
	border-radius: 0 0 1.25rem 1.25rem;
	padding: 1.1875rem 1.4375rem 1.4375rem;
}

.blog-card-2__label {
	font-size: max(0.75rem, 10px);
}

.blog-card-2__title {
	font-size: max(1rem, 13px);
	margin-top: 1.5rem;
	min-height: 6.0625rem;
}

.blog-card-2__date {
	font-size: max(0.875rem, 12px);
}

.blog-cards {
	row-gap: 2.5rem;
	-moz-column-gap: 3.125rem;
	-webkit-column-gap: 3.125rem;
	column-gap: 3.125rem;
	grid-template-columns: repeat(3, 1fr);
}

.blog-card {
	border-radius: 1.25rem;
}

.blog-card__img {
	border-radius: 1.25rem 1.25rem 0 0;
}

.blog-card__img img {
	border-radius: 1.25rem 1.25rem 0 0;
}

.blog-card__body {
	border-radius: 0 0 1.25rem 1.25rem;
	padding: 1.375rem 1.375rem 1.875rem;
}

.blog-card__date-1 {
	font-size: max(0.875rem, 12px);
}

.blog-card__title {
	font-size: max(1rem, 13px);
	min-height: 6.0625rem;
}

.blog-card__date-2 {
	font-size: max(0.875rem, 12px);
	margin-top: 1.5rem;
}

.breadcrumb {
	padding: 5px 0 0;
}

.btn-1 {
	border-radius: 2.5rem;
	font-size: 1.125rem;
	height: 5rem;
	max-width: 18.75rem;
}

.btn-1::after {
	right: 1.875rem;
	top: 44%;
}

.btn-1:hover:after {
	-webkit-transform: translateX(0.625rem);
	transform: translateX(0.625rem);
}

.btn-1--greeting {
	line-height: 1;
	max-width: 26.5625rem;
}

.btn-1--blog {
	max-width: 22.375rem;
}

.btn-1--case {
	max-width: 20.25rem;
}

.btn-1--recruit {
	max-width: 20.25rem;
}

.btn-1--guppy {
	max-width: 18.75rem;
}

.btn-1--access {
	max-width: 20.125rem;
}

.btn-1--first {
	max-width: 18.75rem;
}

.btn-1--about {
	border-radius: 2.5rem;
	height: 5rem;
	max-width: 30.125rem;
}

.btn-1.btn-1--category {
	height: 5rem;
	width: 20.875rem;
}

.btn-1--category::after {
	right: 1.875rem;
	top: 44%;
}

.btn-2 {
	font-size: 1rem;
	max-width: 18.75rem;
}

.btn-2::after {
	right: 2rem;
}

.btn-2--prev {
	border-radius: 2.5rem;
	height: 5rem;
	max-width: 22.8125rem;
}

.btn-2--implant {
	max-width: 20.1875rem;
}

.btn-2--invisa {
	border-radius: 2.5rem;
	height: 5rem;
	max-width: 31.75rem;
}

.btn-2--white {
	max-width: 21rem;
}

.btn-2--perio {
	max-width: 19.4375rem;
}

.btn-2--denture {
	max-width: 20.1875rem;
}

.btn-2--botox {
	max-width: 21rem;
}

.btn-2--blog {
	max-width: 20.875rem;
}

.btn-2--case {
	max-width: 20.875rem;
}

.btn-phone {
	border-radius: 1.25rem;
	font-size: 2.5rem;
	height: 5.625rem;
}

.btn-phone::before {
	height: 2.625rem;
	width: 2.625rem;
}

.btn-phone--recruit {
	border-radius: 1.25rem;
	height: 5.625rem;
}

.case-cards-2 {
	-moz-column-gap: 3.125rem;
	row-gap: 5.625rem;
	-webkit-column-gap: 3.125rem;
	column-gap: 3.125rem;
	grid-template-columns: repeat(3, 1fr);
}

.case-card-2 {
	border-radius: 1.25rem;
}

.case-card-2__img {
	border-radius: 1.25rem 1.25rem 0 0;
}

.case-card-2__img img {
	border-radius: 1.25rem 1.25rem 0 0;
}

.case-card-2__img-label {
	border-radius: 1.25rem 0 0 0;
	font-size: 0.875rem;
	height: 1.875rem;
	width: 6.25rem;
}

.case-card-2__body {
	border-radius: 0 0 1.25rem 1.25rem;
	padding: 2.25rem 1.375rem 0.625rem;
}

.case-card-2__title {
	font-size: max(1rem, 13px);
}

.case-card-2__btn {
	font-size: max(1rem, 13px);
	margin-top: 1.875rem;
}

.case-card-2__btn::after {
	top: 44%;
}

.case-card-2__btn:hover:after {
	-webkit-transform: translateX(0.625rem);
	transform: translateX(0.625rem);
}

.case-cards {
	-moz-column-gap: 3.25rem;
	row-gap: 0rem;
	-webkit-column-gap: 3.25rem;
	column-gap: 3.25rem;
	grid-template-columns: repeat(3, 1fr);
}

.case-card {
	border-radius: 1.25rem;
}

.case-card__img {
	border-radius: 1.25rem 1.25rem 0 0;
}

.case-card__img img {
	border-radius: 1.25rem 1.25rem 0 0;
}

.case-card__img-label {
	border-radius: 1.25rem 0 0 0;
	font-size: 0.875rem;
	height: 1.875rem;
	width: 6.25rem;
}

.case-card__body {
	border-radius: 0 0 1.25rem 1.25rem;
	padding: 1.875rem 1.375rem 4.5rem;
}

.case-card__date {
	font-size: max(0.875rem, 12px);
}

.case-card__title {
	font-size: max(1rem, 13px);
	margin-top: 1.25rem;
	min-height: 3.625rem;
}

.clinic-info {
	border-radius: 0.625rem;
	padding: 4.875rem 5.625rem 4.875rem;
}

.clinic-info__flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0;
	margin: initial;
	max-width: none;
	max-width: initial;
}

.clinic-info__left-container {
	display: block;
	max-width: 35.3125rem;
}

.clinic-info__container-logo {
	margin: 0;
	margin: initial;
}

.clinic-info__text-container {
	margin-top: 2.25rem;
}

.clinic-info__text-1 {
	font-size: max(1rem, 12px);
	width: 5rem;
}

.clinic-info__text-2 {
	font-size: max(1rem, 12px);
}

.clinic-info__hours {
	margin-top: 4rem;
}

.clinic-info__right-container {
	display: block;
	display: block;
	margin-left: 2.625rem;
	max-width: 18.25rem;
}

.clinic-info__right-img {
	margin-top: 0rem;
	max-width: none;
	max-width: initial;
}

.clinic-info__right-text {
	font-size: max(0.875rem, 12px);
	margin: 0;
	margin: initial;
	margin-top: 4.0625rem;
	max-width: none;
	max-width: initial;
}

.clinic-info__bottom-container {
	margin: 0;
	margin: initial;
	margin-top: 4.25rem;
	max-width: none;
	max-width: initial;
}

.clinic-cta__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: max(1.25rem, 12px);
	max-width: none;
	max-width: initial;
	padding-bottom: 0rem;
	text-align: left;
}

.clinic-cta__title--access-main {
	font-size: max(1rem, 13px);
}

.clinic-cta__title::after {
	background-color: #2b344b;
	content: "";
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 1px;
	margin-left: 2.5rem;
}

.clinic-cta__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.875rem;
	max-width: none;
	max-width: initial;
}

.clinic-cta__links-phone {
	max-width: 26.4375rem;
}

.clinic-cta__links-inner {
	margin-left: 1.25rem;
	margin-top: 0rem;
}

.clinic-cta__link {
	max-width: 13.75rem;
}

.clinic-cta__link:nth-child(n+2) {
	margin-left: 1.25rem;
}

.dl-item:nth-child(n+2) {
	margin-top: 5.625rem;
}

.dl-item__title {
	border-top: none;
	font-size: max(1.125rem, 14px);
}

.dl-item__sentence {
	font-size: max(1rem, 12px);
	margin-top: 2rem;
}

.dot {
	height: 0.375rem;
	width: 0.375rem;
}

.dot:nth-child(n+2) {
	margin-left: 0.625rem;
}

.faq-item__title {
	display: block;
	font-size: max(1.25rem, 14px);
	line-height: 2.7;
}

.faq-item__title::before {
	background-color: #a4caef;
	content: "";
	display: inline-block;
	height: 1.375rem;
	margin-bottom: 0.125rem;
	margin-right: 0.75rem;
	vertical-align: middle;
	width: 0.25rem;
}

.faq-item__title span {
	display: inline-block;
	margin: 0;
	margin: initial;
	margin-right: 0.375rem;
}

.faq-item__title span::after {
	display: none;
}

.faq-item__sentence {
	font-size: max(1rem, 12px);
}

.flow-item {
	padding: 2.8125rem 3.125rem 3.4375rem;
}

.flow-item::after {
	bottom: -3.625rem;
}

.flow-item:nth-child(n+2) {
	margin-top: 4.6875rem;
}

.flow-item__title {
	display: block;
	font-size: max(1.25rem, 14px);
	line-height: 2.7;
}

.flow-item__title span {
	font-size: max(1.25rem, 14px);
	line-height: 2.7;
}

.flow-item__title .flow-item__title--invisa {
	font-size: max(1.25rem, 14px);
}

.flow-item__title span.flow-item__title--s {
	font-size: max(1.25rem, 14px);
}

.flow-item__sentence {
	font-size: max(1rem, 12px);
}

.footer__info-bg {
	padding: 11.75rem 0 0rem;
}

.footer__info-head {
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	margin: 0;
	margin: initial;
	position: static;
}

.footer__info-head-title {
	font-size: 2rem;
}

.footer__info-head-en-title {
	font-size: 6.25rem;
	margin: 5.125rem auto 0;
	position: static;
	-webkit-transform: none;
	transform: none;
	-webkit-transform: initial;
	transform: initial;
}

.footer__clinic-info {
	margin: -0.5rem auto 0;
	max-width: 67.5rem;
}

.footer__map {
	margin-top: 1.375rem;
}

.footer__sitemap {
	padding: 5rem 0 6.5625rem;
}

.footer__sitemap-container {
	max-width: 61.875rem;
}

.footer__sitemap-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__sitemap-clinic {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 4.5rem;
	max-width: 22rem;
}

.footer__sitemap-clinic-copy {
	margin-top: 2.125rem;
	text-align: left;
	text-align: initial;
}

.footer__sitemap-clinic-logo {
	margin-top: 0rem;
	max-width: none;
	max-width: initial;
}

.footer__sitemap-clinic-copy span {
	font-size: 1.25rem;
	margin: 0;
	margin: initial;
	text-align: left;
}

.footer__sitemap-nav {
	margin-left: 4.6875rem;
	margin-top: 0rem;
	max-width: 16.875rem;
}

.footer__sitemap-nav-title {
	font-size: max(0.875rem, 12px);
}

.footer__sitemap-nav-items {
	margin-top: 0.3125rem;
}

.footer__sitemap-nav-item {
	font-size: max(0.875rem, 12px);
}

.footer__sitemap-nav-wrapper:nth-child(n+2) {
	margin-top: 2.5rem;
}

.footer__copyright {
	font-size: max(0.75rem, 10px);
	margin: 0;
	margin: initial;
	padding: 2.125rem 0;
}

.hamburger {
	display: none;
}

.header {
	height: 8.125rem;
}

.header__container {
	margin: 0;
	margin: initial;
	margin-left: 10vw;
	max-width: 102.8125rem;
	padding: 0;
	padding: initial;
}

.header__inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	padding-bottom: 0.375rem;
}

.header__logo-container {
	margin-bottom: 0.5rem;
	margin-top: 0rem;
	max-width: 15.625rem;
}

.header__logo {
	max-width: 16.3125rem;
}

.header__inner-2 {
	margin-left: 1.875rem;
}

.header__pc-nav {
	margin-bottom: 0.625rem;
}

.header__tel {
	font-size: 1.75rem;
	margin: 0;
	margin: initial;
	margin-left: auto;
	padding: 0.5rem 0.5rem;
}

.heading-1 {
	border-bottom: none;
	font-size: max(1.25rem, 14px);
	line-height: 2.7;
	padding: 0;
	padding: initial;
}

.heading-1::before {
	background-color: #a4caef;
	content: "";
	display: inline-block;
	height: 1.375rem;
	margin-bottom: 0.125rem;
	margin-right: 0.9375rem;
	vertical-align: middle;
	width: 0.25rem;
}

.heading-2 {
	border-top: none;
	font-size: max(1.125rem, 14px);
}

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

.inner-900 {
	max-width: 950px;
	padding-left: 25px;
	padding-right: 25px;
}

.list-item {
	font-size: max(1rem, 12px);
	padding-left: 1.5rem;
}

.list-item::before {
	height: max(1rem, 12px);
	top: 0.3125rem;
	width: max(1rem, 12px);
}

.list-item:nth-child(n+2) {
	margin-top: 0.625rem;
}

.list-item span {
	font-size: max(1rem, 11px);
}

.list-item-2 {
	font-size: max(1rem, 12px);
}

.list-item-2::before {
	height: max(0.875rem, 10px);
	width: max(0.875rem, 10px);
}

.list-item-2 span {
	font-size: max(1rem, 11px);
}

.list-item-3 {
	font-size: max(1rem, 12px);
}

.list-item-3:before {
	height: 0.9375rem;
	margin-right: 0.75rem;
	width: 1.375rem;
}

.menu-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.menu-card:nth-child(n+2) {
	margin-top: 7.1875rem;
}

.menu-card__img-container {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 28.75rem;
}

.menu-card__text-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
	margin: initial;
	margin-left: 3.125rem;
}

.menu-card__title {
	font-size: max(1.5rem, 18px);
	padding-bottom: 1.5625rem;
	text-align: left;
}

.menu-card__sentence {
	font-size: max(1rem, 12px);
	margin-top: 1.5625rem;
}

.menu-card__btn {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: none;
	max-width: initial;
}

.menu-items {
	-moz-column-gap: 0.9375rem;
	row-gap: 1.5rem;
	-webkit-column-gap: 0.9375rem;
	column-gap: 0.9375rem;
	grid-template-columns: repeat(6, 1fr);
	max-width: none;
	max-width: initial;
}

.menu-item {
	padding: 1.875rem 0.5rem 1.25rem;
}

.menu-item__title {
	font-size: max(1rem, 12px);
}

.menu-item__title span {
	font-size: max(0.75rem, 12px);
}

.menu-item__icon {
	margin: 0.75rem auto 0;
	max-width: 5.125rem;
}

.menu-item__arrow {
	margin: 1.25rem auto 0;
}

.news-item {
	padding: 1rem 3.125rem 1.25rem 0rem;
}

.news-item::before {
	bottom: 1.875rem;
	right: 0rem;
}

.news-item:hover::before {
	-webkit-transform: translateX(0.625rem);
	transform: translateX(0.625rem);
}

.news-item__date {
	font-size: max(0.875rem, 11px);
}

.news-item__title {
	font-size: max(1rem, 12px);
	margin-top: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-mv__img-circle {
	height: 14.5rem;
	width: 14.5rem;
}

.page-mv__img-circle-title {
	font-size: 2rem;
}

.page-mv__img-circle-dots {
	margin: 2.5rem auto 0;
}

.page-mv__img-circle-dot {
	height: 0.375rem;
	width: 0.375rem;
}

.page-mv__img-circle-dot:nth-child(n+2) {
	margin-left: 0.625rem;
}

.page-mv-2__img-content-title {
	font-size: 2rem;
	line-height: 1.6875;
}

.page-mv-2__img-content-dots {
	margin: 2.5rem auto 0;
}

.page-mv-2__img-content-dot {
	height: 0.375rem;
	width: 0.375rem;
}

.page-mv-2__img-content-dot:nth-child(n+2) {
	margin-left: 0.625rem;
}

.pagination span,
.pagination a {
	font-size: 1.125rem;
	height: 2.5rem;
	margin: 0 0.5rem;
	width: 2.5rem;
}

.pagination a.prev {
	margin: 0;
	margin: initial;
	margin-right: 0.5rem;
}

.pagination a.next {
	margin: 0;
	margin: initial;
	margin-left: 0.5rem;
}

.pagination a.prev {
	height: 2.5rem;
	width: 2.5rem;
}

.pagination a.next {
	height: 2.5rem;
	width: 2.5rem;
}

.payment-block__lead-sentence {
	margin-top: 3.75rem;
}

.payment-block__img {
	margin-top: 3.125rem;
}

.payment-block__item.payment-block__item--2 {
	margin-top: 5.625rem;
}

.pc-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section-header-1 {
	margin: 0;
	margin: initial;
}

.section-header-1__container {
	height: 5.5rem;
}

.section-header-1__en-title {
	font-size: 7.5rem;
	top: -1.5rem;
}

.section-header-1__en-title--recruit-main {
	font-size: 7.5rem;
	top: -1.5rem;
}

.section-header-1__en-title--recruit-notice {
	font-size: 7.5rem;
	top: -1.5rem;
}

.section-header-1__en-title--case-art {
	font-size: 4.5rem;
	top: 0.4375rem;
}

.section-header-1__title {
	font-size: 2rem;
}

.section-header-1__title--case-art {
	font-size: 1.25rem;
}

.section-header-1__dots {
	margin: 1.25rem auto 0;
}

.section-header-1__dot {
	height: 0.375rem;
	margin-left: 0.625rem;
	width: 0.375rem;
}

.section-header-2 {
	font-size: 2rem;
}

.section-header-3__title {
	font-size: 2rem;
}

.section-header-3__icon {
	height: 2.25rem;
	margin: 1.75rem auto 0;
	width: 3.25rem;
}

.section-header-4__icon {
	height: 6.25rem;
	width: 6.25rem;
}

.section-header-4__title {
	font-size: 1rem;
}

.section-header-5__title {
	font-size: max(1.25rem, 15px);
	padding: 1.3125rem 0.75rem;
}

.section-header-5__title:before {
	border-width: 1.6875rem 1rem 0;
}

.section-header-5a__title {
	font-size: max(1.25rem, 15px);
	padding: 1.3125rem 1.5rem;
	text-align: left;
}

.section-header-6__en-text {
	font-size: max(0.75rem, 11px);
}

.section-header-6__title {
	font-size: max(1.5rem, 20px);
	margin-top: 1.25rem;
}

.sp-fix-nav {
	display: none;
}

.sp-menu {
	max-width: 36rem;
}

.sp-menu__header-tel {
	font-size: 1.75rem;
	margin: 0;
	margin: initial;
	margin-left: auto;
	padding: 1rem 1rem;
}

.table-case {
	border-radius: 1.25rem;
	padding: 0;
	padding: initial;
}

.table-case__column-1 {
	font-size: max(1rem, 12px);
	min-width: 11.25rem;
	padding: 1.125rem 0.75rem 1.125rem 1.125rem;
	width: 11.25rem;
}

.table-case__column-1--top {
	border-radius: 1.25rem 0 0 0;
}

.table-case__column-1--bottom {
	border-radius: 0 0 0 1.25rem;
}

.table-case__column-2 {
	border-left: 1px solid #e4effa;
	font-size: max(0.875rem, 12px);
	line-height: 1.7142857143;
	min-width: 31.25rem;
	padding: 1.25rem 1rem;
}

.table-imp {
	border-radius: 1.25rem;
	padding: 0;
	padding: initial;
}

.table-imp__row {
	min-height: 5.9375rem;
}

.table-imp__row--top {
	min-height: 3.75rem;
}

.table-imp__column-1 {
	font-size: max(1rem, 12px);
	padding: 1.25rem 1.0625rem;
	width: 13.75rem;
}

.table-imp__column-1--top {
	border-radius: 1.25rem 0 0 0;
	padding: 1rem 1.0625rem;
}

.table-imp__column-1--bottom {
	border-radius: 0 0 0 1.25rem;
}

.table-imp__column-2,
.table-imp__column-3 {
	font-size: max(0.875rem, 12px);
	line-height: 1.7142857143;
	padding: 1.625rem 1.0625rem;
	width: 100%;
}

.table-imp__column-2--top,
.table-imp__column-3--top {
	padding: 1.125rem 1.0625rem;
}

.table-imp__column-3--top {
	border-radius: 0 1.25rem 0 0;
}

.table-inv {
	border-radius: 1.25rem;
	padding: 0;
	padding: initial;
}

.table-inv__row {
	min-height: 5.9375rem;
}

.table-inv__row--top {
	min-height: 3.75rem;
}

.table-inv__column-1 {
	font-size: max(1rem, 12px);
	padding: 1.25rem 1.875rem;
	width: 19.6875rem;
}

.table-inv__column-1--top {
	border-radius: 1.25rem 0 0 0;
	padding: 1rem 1.875rem;
}

.table-inv__column-1--bottom {
	border-radius: 0 0 0 1.25rem;
}

.table-inv__column-2,
.table-inv__column-3 {
	font-size: max(0.875rem, 12px);
	line-height: 1.7142857143;
	padding: 1.625rem 1.625rem;
}

.table-inv__column-2 {
	max-width: 21.5rem;
	width: 100%;
}

.table-inv__column-3 {
	max-width: 10.375rem;
	width: 100%;
}

.table-inv__column-2--top,
.table-inv__column-3--top {
	padding: 1.125rem 2rem;
}

.table-inv__column-3--top {
	border-radius: 0 1.25rem 0 0;
}

.table-price {
	border-radius: 1.25rem;
	padding: 0;
	padding: initial;
}

.table-price__row {
	min-height: 5.9375rem;
}

.table-price__row--top {
	min-height: 3.75rem;
}

.table-price__column-1 {
	font-size: max(1rem, 12px);
	padding: 1.25rem 1.125rem;
	width: 20.1875rem;
}

.table-price__column-1--top {
	border-radius: 1.25rem 0 0 0;
	padding: 1rem 1.125rem;
}

.table-price__column-1--bottom {
	border-radius: 0 0 0 1.25rem;
}

.table-price__column-1--white {
	padding: 2.0625rem 1.125rem;
	width: 20.1875rem;
}

.table-price__column-1--botox {
	padding: 2.0625rem 1.125rem;
	width: 20.1875rem;
}

.table-price__column-2 {
	border-left: 1px solid #cdd6dd;
	font-size: max(0.875rem, 12px);
	line-height: 1.7142857143;
	padding: 0.75rem 2rem;
}

.table-price__column-2--top {
	border-radius: 0 1.25rem 0 0;
	padding: 0.625rem 2rem;
}

.table-price__column-2-circle {
	display: none;
}

.table-price__column-2-colon {
	display: inline-block;
}

.table-price__column-2-circle {
	display: none;
}

.table-price__column-2-rating {
	max-width: 4.6875rem;
}

.table-rc {
	border-radius: 1.25rem;
	padding: 0;
	padding: initial;
}

.table-rc__column-1 {
	font-size: max(1rem, 12px);
	min-width: 11.25rem;
	padding: 1.125rem 0.75rem 1.125rem 1.125rem;
	width: 11.25rem;
}

.table-rc__column-1--top {
	border-radius: 1.25rem 0 0 0;
}

.table-rc__column-1--bottom {
	border-radius: 0 0 0 1.25rem;
}

.table-rc__column-2 {
	border-left: 1px solid #e4effa;
	font-size: max(0.875rem, 11px);
	line-height: 1.7142857143;
	min-width: 31.25rem;
	padding: 1.25rem 1rem;
}

.table-rc__column-2-circle {
	display: none;
}

.table-rc__column-2-colon {
	display: inline-block;
}

.table-rc__column-2-circle {
	display: none;
}

.text-1616 {
	font-size: max(1rem, 12px);
}

.text-1616-2 {
	font-size: max(1rem, 12px);
}

.trouble-items {
	-moz-column-gap: 0.75rem;
	row-gap: 1.125rem;
	-webkit-column-gap: 0.75rem;
	column-gap: 0.75rem;
	grid-template-columns: repeat(5, 1fr);
	max-width: 56.125rem;
}

.trouble-item {
	max-width: 10.625rem;
}

.trouble-item__icon {
	height: 2.8125rem;
	width: 2.8125rem;
}

.trouble-item__title {
	font-size: max(1rem, 12px);
}

.about-mv {
	margin-top: 8.125rem;
}

.about-lead {
	margin-top: 6.875rem;
}

.about-lead__sentence {
	margin-top: 9.375rem;
}

.about-policy {
	margin-top: 7.5rem;
}

.about-policy__lead-sentence {
	margin-top: 3.5625rem;
}

.about-doctor {
	margin-top: 7.5rem;
}

.about-doctor__lead-sentence {
	margin-top: 3.5625rem;
}

.about-doctor__img {
	max-width: 25.625rem;
}

.about-doctor__img-text {
	font-size: max(1.25rem, 14px);
}

.about-doctor__items {
	margin-top: 5.625rem;
}

.about-tour {
	margin-top: 8.125rem;
}

.about-tour__item:nth-child(n+2) {
	margin-top: 5rem;
}

.about-faq {
	margin-bottom: 9.375rem;
	margin-top: 7.5rem;
}

.about-faq__lead-sentence {
	margin-top: 3.5625rem;
}

.about-faq__items {
	margin-top: 5rem;
}

.about-faq__btn-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 6.25rem;
	max-width: none;
	max-width: initial;
}

.about-faq__btn-container .btn-1:nth-child(2) {
	margin-left: 1.875rem;
	margin-top: 0rem;
}

.access-mv {
	margin-top: 8.125rem;
}

.access-main {
	margin-top: 6.25rem;
}

.access-main__clinic-cta {
	margin-top: 2.5rem;
}

.access-main__map {
	margin: 0;
	margin: initial;
	margin-top: 3.125rem;
}

.access-main__item-img-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.access-main__item-img:nth-child(n+2) {
	margin-left: 0.75rem;
	margin-top: 0rem;
}

.access-hours {
	margin-bottom: 12.5rem;
}

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

.access-hours__flex-hours {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 35.3125rem;
}

.access-hours__flex-text {
	font-size: max(0.875rem, 11px);
	margin: 0;
	margin: initial;
	margin-left: 4.0625rem;
	margin-top: auto;
	max-width: none;
	max-width: initial;
}

.access-hours__flex-text span {
	display: block;
}

.access-hours__btn-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 6.25rem;
	max-width: none;
	max-width: initial;
}

.access-hours__btn-container .btn-1:nth-child(2) {
	margin-left: 1.875rem;
	margin-top: 0rem;
}

.beauty-mv {
	margin-top: 8.125rem;
}

.beauty-lead {
	margin-top: 6.875rem;
}

.beauty-lead__sentence {
	margin-top: 9.375rem;
}

.beauty-about {
	margin-top: 6.25rem;
}

.beauty-about__img {
	margin-top: 3.75rem;
}

.beauty-about__content {
	margin-top: 2.5rem;
}

.beauty-problem {
	margin-top: 7.5rem;
}

.beauty-problem__content {
	margin-top: 3.75rem;
}

.beauty-menu {
	margin-top: 7.5rem;
}

.beauty-menu__img {
	margin-top: 3.75rem;
}

.beauty-menu__menu-item:nth-child(n+2) {
	margin-top: 6.25rem;
}

.beauty-menu__menu-item-table {
	margin-top: 1.875rem;
	max-width: 42.3125rem;
}

.beauty-flow {
	margin-top: 7.5rem;
	padding: 7.5rem 0 7.5rem;
}

.beauty-flow__lead-sentence {
	margin-top: 3.75rem;
}

.beauty-flow__img {
	margin-top: 3.125rem;
}

.beauty-white {
	margin-top: 7.5rem;
}

.beauty-white__img {
	margin-top: 3.75rem;
}

.beauty-white__link {
	font-size: max(1rem, 12px);
}

.beauty-faq {
	margin-bottom: 9.375rem;
	margin-top: 7.5rem;
}

.beauty-faq__items {
	margin-top: 3.75rem;
}

.blog-art-main {
	margin-bottom: 12.5rem;
	margin-top: 6.875rem;
}

.blog-art__mv {
	height: 18.75rem;
}

.blog-art__mv img {
	height: 18.75rem;
}

.blog-art__mv-title-container {
	max-width: 59.375rem;
	padding: 0 1.5625rem;
	top: 6.875rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.blog-art__mv-title {
	font-size: max(1.5rem, 18px);
	max-width: 43.75rem;
}

.blog-art__mv-date-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 59.375rem;
	padding: 0 1.5625rem;
}

.blog-art__mv-date-1,
.blog-art__mv-date-2 {
	font-size: max(0.875rem, 12px);
}

.blog-art__mv-date-2 {
	margin-left: 0rem;
	margin-top: 0.625rem;
}

.blog-art__eye-catch {
	margin-top: 5.625rem;
}

.blog-art__eye-catch img {
	aspect-ratio: 900/450;
	border-radius: 1.875rem;
}

.blog-art__content {
	margin-top: 1.875rem;
}

.blog-art__return-btn {
	margin-top: 6.25rem;
}

.blog-art__content p {
	font-size: max(1rem, 12px);
}

.blog-art__content h2 {
	font-size: max(1.25rem, 15px);
	padding: 1.3125rem 1.5rem;
	text-align: left;
}

.blog-art__content h3 {
	border-bottom: none;
	font-size: max(1.25rem, 14px);
	line-height: 2.7;
	margin-top: 1.875rem;
	padding: 0;
	padding: initial;
}

.blog-art__content h3::before {
	background-color: #a4caef;
	content: "";
	display: inline-block;
	height: 1.375rem;
	margin-bottom: 0.125rem;
	margin-right: 0.9375rem;
	vertical-align: middle;
	width: 0.25rem;
}

.blog-art__content h4 {
	border-top: none;
	font-size: max(1.125rem, 14px);
	margin-top: 1.875rem;
}

.blog-art__content li {
	font-size: max(0.875rem, 12px);
}

.blog-art__content .wp-block-image {
	margin-top: 3.125rem;
}

.blog-art__content figure img {
	border-radius: 1.875rem;
}

.blog-art__content .wp-block-table {
	margin: 0;
	margin: initial;
	margin-top: 3.125rem;
}

.blog-art__content .wp-block-table table {
	border-radius: 1.25rem;
	padding: 0 1.5625rem;
}

.blog-art__content .wp-block-table tr:first-child td:first-child {
	border-top-left-radius: 1.25rem;
}

.blog-art__content .wp-block-table tr:first-child td:last-child {
	border-top-right-radius: 1.25rem;
}

.blog-art__content .wp-block-table tr:last-child td:first-child {
	border-bottom-left-radius: 1.25rem;
}

.blog-art__content .wp-block-table tr:last-child td:last-child {
	border-bottom-right-radius: 1.25rem;
}

.blog-art__content .wp-block-quote p {
	padding: 2.1875rem 6.25rem 2.1875rem;
}

.blog-art__content .wp-block-quote p::before {
	left: 1.5rem;
	top: 2.125rem;
}

.blog-art__content .wp-block-post-author {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 1.875rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 3rem 3.75rem;
}

.blog-art__content .wp-block-post-author__avatar img {
	height: 8.75rem;
	width: 8.75rem;
}

.wp-block-post-author__content {
	margin-left: 3rem;
	margin-top: 0rem;
}

.blog-art__content .wp-block-post-author__name {
	text-align: left;
}

.blog-art__content .wp-block-post-author__name:before {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: initial;
	margin-right: 1.875rem;
}

.blog-art__content .wp-block-post-author__name:after {
	display: inline-block;
	left: 4rem;
	top: 0.625rem;
	-webkit-transform: none;
	transform: none;
	-webkit-transform: initial;
	transform: initial;
}

.blog-art__content .wp-block-post-author__bio {
	margin-top: 1.5625rem;
}

#toc_container {
	padding: 3rem 4.6875rem 6rem;
}

#toc_container p.toc_title {
	font-size: max(1.25rem, 14px);
}

#toc_container p.toc_title + ul.toc_list {
	margin-top: 2.625rem;
}

#toc_container a {
	font-size: max(0.0625rem, 12px);
}

#toc_container .toc_list li a {
	padding: 0.9375rem 0;
}

.blog-list-mv {
	margin-top: 8.125rem;
}

.blog-list-category {
	margin-top: 8.125rem;
}

.blog-list-category__container {
	margin-top: 3.75rem;
}

.blog-list-category__items {
	-moz-column-gap: 2.5rem;
	-webkit-column-gap: 2.5rem;
	column-gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.blog-list-category__item a,
.cat-item-all a {
	height: 5rem;
	max-width: none;
	max-width: initial;
}

.blog-list-category__items li:first-child {
	grid-column: auto;
}

.blog-list-category__items li:first-child a {
	max-width: none;
	max-width: initial;
	width: 100%;
}

.blog-list-category__item a::after,
.cat-item-all a::after {
	left: auto;
	left: initial;
	right: 0.9375rem;
	top: 46%;
	-webkit-transform: none;
	transform: none;
	-webkit-transform: initial;
	transform: initial;
}

.blog-list-category__item a:hover:after,
.cat-item-all a:hover:after {
	-webkit-transform: translateX(0.4375rem);
	transform: translateX(0.4375rem);
}

.blog-list-main {
	margin-top: 9.375rem;
	padding: 12.5rem 0 12.5rem;
}

.blog-list-main__container {
	margin-top: 3.75rem;
}

.blog-list__pagination {
	margin-top: 6.25rem;
}

.botox-mv {
	margin-top: 8.125rem;
}

.botox-lead {
	margin-top: 6.875rem;
}

.botox-lead__sentence {
	margin-top: 9.375rem;
}

.botox-about {
	margin-top: 6.25rem;
}

.botox-about__content {
	margin-top: 2.5rem;
}

.botox-merit {
	margin-top: 7.5rem;
}

.botox-demerit {
	margin-top: 7.5rem;
}

.botox-effect {
	margin-top: 7.5rem;
}

.botox-effect__content {
	margin-top: 2.5rem;
}

.botox-effect__list-items {
	margin-top: 3.75rem;
}

.botox-effect__sentence:nth-of-type(n + 2) {
	margin-top: 3.75rem;
}

.botox-flow {
	margin-top: 7.5rem;
	padding: 7.5rem 0 7.5rem;
}

.botox-price {
	margin-top: 7.5rem;
}

.botox-price__table {
	margin-top: 3.125rem;
	max-width: 42.3125rem;
}

.botox-price__bottom-sentence.text-1616-2 {
	font-size: max(0.875rem, 12px);
	margin-top: 1.5625rem;
}

.botox-faq {
	margin-bottom: 9.375rem;
	margin-top: 7.5rem;
}

.botox-faq__items {
	margin-top: 3.75rem;
}

.case-art-main {
	margin-bottom: 12.5rem;
	margin-top: 6.875rem;
}

.case-art__mv {
	height: 18.75rem;
}

.case-art__mv img {
	height: 18.75rem;
}

.case-art__mv-label-container {
	max-width: 59.375rem;
	padding: 0 1.5625rem;
	top: 0.5rem;
}

.case-art__mv-label {
	border-radius: 0 0 0.625rem 0.625rem;
	left: 1.25rem;
	top: 0.75rem;
}

.case-art__mv-title-container {
	max-width: 59.375rem;
	padding: 0 1.5625rem;
}

.case-art__mv-title {
	font-size: max(1.5rem, 18px);
	max-width: 43.75rem;
}

.case-art__img-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 4.625rem;
}

.case-art__img img {
	aspect-ratio: 430/254;
	border-radius: 1.875rem;
}

.case-art__img--2 {
	margin-left: 2.5rem;
	margin-top: 0rem;
}

.case-art__img-section-header-1.section-header-1 {
	margin-top: 0.625rem;
}

.case-art__field {
	margin-top: 5rem;
}

.case-art__field-table {
	margin-top: 1.875rem;
}

.case-art__return-btn {
	margin-top: 6.25rem;
}

.case-art__content p {
	font-size: max(1rem, 12px);
}

.case-art__content h2 {
	font-size: max(1.25rem, 15px);
	padding: 1.3125rem 1.5rem;
	text-align: left;
}

.case-art__content h3 {
	border-bottom: none;
	font-size: max(1.25rem, 14px);
	line-height: 2.7;
	margin-top: 1.875rem;
	padding: 0;
	padding: initial;
}

.case-art__content h3::before {
	background-color: #a4caef;
	content: "";
	display: inline-block;
	height: 1.375rem;
	margin-bottom: 0.125rem;
	margin-right: 0.9375rem;
	vertical-align: middle;
	width: 0.25rem;
}

.case-art__content h4 {
	border-top: none;
	font-size: max(1.125rem, 14px);
	margin-top: 1.875rem;
}

.case-art__content li {
	font-size: max(0.875rem, 12px);
}

.case-art__content .wp-block-image {
	margin-top: 3.125rem;
}

.case-art__content figure img {
	border-radius: 1.875rem;
}

.case-art__content .wp-block-table {
	margin: 0;
	margin: initial;
	margin-top: 3.125rem;
}

.case-art__content .wp-block-table table {
	border-radius: 1.25rem;
	padding: 0 1.5625rem;
}

.case-art__content .wp-block-table tr:first-child td:first-child {
	border-top-left-radius: 1.25rem;
}

.case-art__content .wp-block-table tr:first-child td:last-child {
	border-top-right-radius: 1.25rem;
}

.case-art__content .wp-block-table tr:last-child td:first-child {
	border-bottom-left-radius: 1.25rem;
}

.case-art__content .wp-block-table tr:last-child td:last-child {
	border-bottom-right-radius: 1.25rem;
}

.case-art__content .wp-block-quote p {
	padding: 2.1875rem 6.25rem 2.1875rem;
}

.case-art__content .wp-block-quote p::before {
	left: 1.5rem;
	top: 2.125rem;
}

.case-art__content .wp-block-post-author {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 1.875rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 3rem 3.75rem;
}

.case-art__content .wp-block-post-author__avatar img {
	height: 8.75rem;
	width: 8.75rem;
}

.wp-block-post-author__content {
	margin-left: 3rem;
	margin-top: 0rem;
}

.case-art__content .wp-block-post-author__name {
	text-align: left;
}

.case-art__content .wp-block-post-author__name:before {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: initial;
	margin-right: 1.875rem;
}

.case-art__content .wp-block-post-author__name:after {
	display: inline-block;
	left: 4rem;
	top: 0.625rem;
	-webkit-transform: none;
	transform: none;
	-webkit-transform: initial;
	transform: initial;
}

.case-art__content .wp-block-post-author__bio {
	margin-top: 1.5625rem;
}

.case-list-mv {
	margin-top: 8.125rem;
}

.case-list-category {
	margin-top: 8.125rem;
}

.case-list-category__container {
	margin-top: 5.625rem;
	max-width: 50.3125rem;
}

.case-list-category__items {
	row-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
	grid-template-columns: repeat(3, 1fr);
}

.case-list-category__item a,
.cat-item-all a {
	height: 8.75rem;
	max-width: none;
	max-width: initial;
	padding: 0.75rem 2rem;
}

.case-list-category__items li:first-child {
	grid-column: auto;
}

.case-list-category__items li:first-child a {
	max-width: none;
	max-width: initial;
	width: auto;
	width: initial;
}

.case-list-category__item a::after,
.cat-item-all a::after {
	left: auto;
	left: initial;
	right: 0.9375rem;
	top: 46%;
	-webkit-transform: none;
	transform: none;
	-webkit-transform: initial;
	transform: initial;
}

.case-list-category__item a:hover:after,
.cat-item-all a:hover:after {
	-webkit-transform: translateX(0.4375rem);
	transform: translateX(0.4375rem);
}

.case-list-main {
	margin-top: 9.375rem;
	padding: 12.5rem 0 12.5rem;
}

.case-list-main__container {
	margin-top: 3.75rem;
}

.case-list__pagination {
	margin-top: 6.25rem;
}

.child-mv {
	margin-top: 8.125rem;
}

.child-lead {
	margin-top: 6.875rem;
}

.child-lead__sentence {
	margin-top: 9.375rem;
}

.child-about {
	margin-top: 6.25rem;
}

.child-about__lead-sentence {
	margin-top: 3.75rem;
}

.child-feature {
	margin-top: 7.5rem;
}

.child-feature__img {
	margin-top: 3.75rem;
}

.child-feature__items {
	margin-top: 2.5rem;
}

.child-feature__item-list-items {
	margin-top: 3.75rem;
}

.child-check {
	margin-top: 7.5rem;
}

.child-check__lead-sentence {
	margin-top: 3.125rem;
}

.child-check__list-items {
	margin-top: 1.875rem;
}

.child-check__bottom-sentence {
	margin-top: 3.75rem;
}

.child-method {
	margin-top: 7.5rem;
}

.child-method__lead-sentence {
	margin-top: 3.125rem;
}

.child-method__list-items {
	margin-top: 2.5rem;
}

.child-timing {
	margin-top: 7.5rem;
}

.child-timing__lead-sentence {
	margin-top: 3.125rem;
}

.child-timing__item-sentence-2 {
	margin-top: 3.75rem;
}

.child-timing__list-items {
	margin-top: 3.75rem;
}

.child-flow {
	margin-top: 7.5rem;
	padding: 7.5rem 0 7.5rem;
}

.child-flow__lead-sentence {
	margin-top: 3.125rem;
}

.child-flow__img {
	margin-top: 3.125rem;
}

.child-flow__flow-items {
	margin-top: 1.875rem;
}

.child-price {
	margin-top: 7.5rem;
}

.child-price__lead-sentence {
	margin-top: 3.125rem;
}

.child-payment {
	margin-top: 7.5rem;
}

.child-faq {
	margin-bottom: 9.375rem;
	margin-top: 7.5rem;
}

.child-faq__items {
	margin-top: 3.75rem;
}

.denture-mv {
	margin-top: 8.125rem;
}

.denture-lead {
	margin-top: 6.875rem;
}

.denture-lead__sentence {
	margin-top: 9.375rem;
}

.denture-feature {
	margin-bottom: 9.375rem;
	margin-top: 6.25rem;
}

.denture-feature__items {
	margin-top: 2.5rem;
}

.first-mv {
	margin-top: 8.125rem;
}

.first-lead {
	margin-top: 6.875rem;
}

.first-lead__img {
	margin-top: 3.75rem;
}

.first-notice {
	margin-top: 7.5rem;
}

.first-notice__lead-sentence {
	margin-top: 3.125rem;
}

.first-notice__items {
	margin-top: 2.5rem;
}

.first-rule {
	margin-top: 7.5rem;
}

.first-rule__lead-sentence {
	margin-top: 3.125rem;
}

.first-flow {
	margin-top: 7.5rem;
	padding: 7.5rem 0 7.5rem;
}

.first-flow__lead-sentence {
	margin-top: 3.125rem;
}

.first-last {
	margin-bottom: 9.375rem;
	margin-top: 6.875rem;
}

.first-last__img {
	margin-top: 3.75rem;
}

.first-last__btn-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 6.25rem;
	max-width: none;
	max-width: initial;
}

.first-last__btn-container .btn-1:nth-child(2) {
	margin-left: 1.875rem;
	margin-top: 0rem;
}

.general-mv {
	margin-top: 8.125rem;
}

.general-lead {
	margin-top: 6.875rem;
}

.general-lead__sentence {
	margin-top: 9.375rem;
}

.general-policy {
	margin-top: 6.25rem;
}

.general-process {
	margin-top: 7.5rem;
}

.general-process__lead-sentence {
	margin-top: 3.125rem;
}

.general-family {
	margin-top: 7.5rem;
}

.general-family__lead-sentence {
	margin-top: 3.125rem;
}

.general-sports {
	margin-top: 7.5rem;
}

.general-sports__lead-sentence {
	margin-top: 3.125rem;
}

.general-sports__table {
	margin-top: 3.125rem;
	max-width: 42.3125rem;
}

.general-reason {
	margin-top: 7.5rem;
}

.general-reason__lead-sentence {
	margin-top: 3.125rem;
}

.general-faq {
	margin-bottom: 9.375rem;
	margin-top: 7.5rem;
}

.general-faq__items {
	margin-top: 3.75rem;
}

.implant-mv {
	margin-top: 8.125rem;
}

.implant-lead {
	margin-top: 6.875rem;
}

.implant-lead__sentence {
	margin-top: 9.375rem;
}

.implant-about {
	margin-top: 6.25rem;
}

.implant-about__img {
	margin-top: 3.75rem;
}

.implant-about__content {
	margin-top: 2.5rem;
}

.implant-structure {
	margin-top: 7.5rem;
}

.implant-structure__lead-sentence {
	margin-top: 3.75rem;
}

.implant-recommend {
	margin-top: 7.5rem;
}

.implant-recommend__img {
	margin-top: 3.75rem;
}

.implant-recommend__content {
	margin-top: 2.5rem;
}

.implant-feature {
	margin-top: 7.5rem;
}

.implant-feature__lead-sentence {
	margin-top: 3.75rem;
}

.implant-feature__item.implant-feature__item--2 {
	margin-top: 5.625rem;
}

.implant-feature__bottom-sentence {
	margin-top: 3.75rem;
}

.implant-type {
	margin-top: 7.5rem;
}

.implant-type__lead-sentence {
	margin-top: 3.75rem;
}

.implant-type__bottom-sentence {
	margin-top: 3.75rem;
}

.implant-compare {
	margin-top: 7.5rem;
}

.implant-compare__lead-sentence {
	margin-top: 3.75rem;
}

.implant-compare__table-container {
	margin: 0;
	margin: initial;
	margin-top: 3.75rem;
}

.implant-compare__table {
	padding: 0;
	padding: initial;
	width: 100%;
}

.implant-compare__bottom-sentence {
	margin-top: 3.75rem;
}

.implant-flow {
	margin-top: 7.5rem;
	padding: 7.5rem 0 7.5rem;
}

.implant-flow__lead-sentence {
	margin-top: 3.75rem;
}

.implant-flow__img {
	margin-top: 3.125rem;
}

.implant-price {
	margin-top: 7.5rem;
}

.implant-price__lead-sentence {
	margin-top: 3.75rem;
}

.implant-price__table {
	margin-top: 3.75rem;
	max-width: 42.3125rem;
}

.implant-price__bottom-sentence {
	margin-top: 3.75rem;
}

.implant-payment {
	margin-top: 7.5rem;
}

.implant-faq {
	margin-bottom: 9.375rem;
	margin-top: 7.5rem;
}

.implant-faq__items {
	margin-top: 3.75rem;
}

.invisa-mv {
	margin-top: 8.125rem;
}

.invisa-lead {
	margin-top: 6.875rem;
}

.invisa-lead__sentence {
	margin-top: 9.375rem;
}

.invisa-about {
	margin-top: 6.25rem;
}

.invisa-about__img {
	margin-top: 3.75rem;
}

.invisa-recommend {
	margin-top: 7.5rem;
}

.invisa-recommend__content {
	margin-top: 3.125rem;
}

.invisa-feature {
	margin-top: 7.5rem;
}

.invisa-flow {
	margin-top: 7.5rem;
	padding: 7.5rem 0 7.5rem;
}

.invisa-flow__lead-sentence {
	margin-top: 3.75rem;
}

.invisa-flow__img {
	margin-top: 3.125rem;
}

.invisa-price {
	margin-top: 7.5rem;
}

.invisa-price__lead-sentence {
	margin-top: 3.75rem;
}

.invisa-price__table {
	margin-top: 3.75rem;
	max-width: 42.3125rem;
}

.invisa-price__bottom-sentence {
	margin-top: 3.75rem;
}

.invisa-payment {
	margin-top: 7.5rem;
}

.invisa-faq {
	margin-bottom: 9.375rem;
	margin-top: 7.5rem;
}

.invisa-faq__items {
	margin-top: 3.75rem;
}

.menu-mv {
	margin-top: 8.125rem;
}

.menu-lead {
	margin-top: 6.25rem;
}

.menu-lead__sentence {
	font-size: max(1rem, 12px);
	line-height: 1.875;
}

.menu-main {
	margin-top: 18.75rem;
	padding: 10.625rem 0 12.5rem;
}

.menu-main__scroll {
	max-width: 1.25rem;
	top: -10.25rem;
}

.pedia-mv {
	margin-top: 8.125rem;
}

.pedia-lead {
	margin-top: 6.875rem;
}

.pedia-lead__sentence {
	margin-top: 9.375rem;
}

.pedia-feature {
	margin-top: 6.25rem;
}

.pedia-feature__img {
	margin-top: 3.75rem;
}

.pedia-feature__items {
	margin-top: 2.5rem;
}

.pedia-prev {
	margin-top: 7.5rem;
}

.pedia-prev__img {
	margin-top: 3.75rem;
}

.pedia-prev__list-items {
	margin-top: 2.5rem;
}

.pedia-support {
	margin-top: 7.5rem;
}

.pedia-support__img {
	margin-top: 3.75rem;
}

.pedia-support__list-items {
	margin-top: 2.5rem;
}

.pedia-flow {
	margin-top: 7.5rem;
	padding: 7.5rem 0 7.5rem;
}

.pedia-flow__img {
	margin-top: 3.75rem;
}

.pedia-flow__flow-items {
	margin-top: 5rem;
}

.pedia-please {
	margin-top: 7.5rem;
}

.pedia-please__list-items {
	margin-top: 2.5rem;
}

.pedia-faq {
	margin-bottom: 9.375rem;
	margin-top: 7.5rem;
}

.pedia-faq__items {
	margin-top: 3.75rem;
}

.perio-mv {
	margin-top: 8.125rem;
}

.perio-lead {
	margin-top: 6.875rem;
}

.perio-lead__sentence {
	margin-top: 9.375rem;
}

.perio-about {
	margin-top: 6.25rem;
}

.perio-about__lead-sentence {
	margin-top: 3.125rem;
}

.perio-about__items {
	margin-top: 2.5rem;
}

.perio-about__item-sentence:nth-of-type(n+2) {
	margin-top: 3.75rem;
}

.perio-about__list-items {
	margin-top: 3.75rem;
}

.perio-reason {
	margin-top: 7.5rem;
}

.perio-reason__lead-sentence {
	margin-top: 3.125rem;
}

.perio-reason__list-items {
	margin-top: 2.5rem;
}

.perio-flow {
	margin-top: 7.5rem;
	padding: 7.5rem 0 7.5rem;
}

.perio-flow__lead-sentence {
	margin-top: 3.125rem;
}

.perio-whole {
	margin-top: 7.5rem;
}

.perio-whole__lead-sentence {
	margin-top: 3.125rem;
}

.perio-whole__list-items {
	margin-top: 2.5rem;
}

.perio-prev {
	margin-top: 7.5rem;
}

.perio-prev__lead-sentence {
	margin-top: 3.125rem;
}

.perio-prev__list-items {
	margin-top: 2.5rem;
}

.perio-faq {
	margin-bottom: 9.375rem;
	margin-top: 7.5rem;
}

.perio-faq__items {
	margin-top: 3.75rem;
}

.prev-mv {
	margin-top: 8.125rem;
}

.prev-lead {
	margin-top: 6.875rem;
}

.prev-lead__sentence {
	margin-top: 9.375rem;
}

.prev-recommend {
	margin-top: 6.25rem;
}

.prev-recommend__img {
	margin-top: 3.75rem;
}

.prev-recommend__items {
	margin-top: 2.5rem;
}

.prev-feature {
	margin-top: 7.5rem;
}

.prev-feature__img {
	margin-top: 3.75rem;
}

.prev-menu {
	margin-top: 7.5rem;
}

.prev-menu__img {
	margin-top: 3.75rem;
}

.prev-menu__items {
	margin-top: 2.5rem;
}

.prev-support {
	margin-top: 7.5rem;
}

.prev-care {
	margin-top: 7.5rem;
}

.prev-flow {
	margin-top: 7.5rem;
	padding: 7.5rem 0 7.5rem;
}

.prev-flow__img {
	margin-top: 3.75rem;
}

.prev-flow__flow-items {
	margin-top: 5rem;
}

.prev-please {
	margin-top: 7.5rem;
}

.prev-please__list-items {
	margin-top: 2.5rem;
}

.prev-price {
	margin-top: 7.5rem;
}

.prev-price__table {
	margin-top: 3.125rem;
	max-width: 42.3125rem;
}

.prev-faq {
	margin-bottom: 9.375rem;
	margin-top: 7.5rem;
}

.prev-faq__items {
	margin-top: 3.75rem;
}

.privacy-mv {
	margin-top: 8.125rem;
}

.privacy-main {
	margin-bottom: 12.5rem;
	margin-top: 6.875rem;
}

.privacy-main__item-sentence {
	margin-top: 1.875rem;
}

.privacy-main__item-title {
	font-size: max(1.25rem, 15px);
	padding: 1.3125rem 1.5rem;
	text-align: left;
}

.recruit-mv {
	margin-top: 8.125rem;
}

.recruit-main {
	margin-top: 4.5rem;
}

.recruit-main-1 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(18.375rem, #fff), color-stop(23.5rem, #fcfcfc));
	background: linear-gradient(to bottom, #fff 18.375rem, #fcfcfc 23.5rem);
	padding-bottom: 3.75rem;
}

.recruit-main-1__flex {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 4.5rem;
	padding-top: 3.125rem;
}

.recruit-main-1__flex-img {
	display: block;
	left: 0rem;
	max-width: 12.5rem;
	position: absolute;
	top: -8.5rem;
	width: 100%;
}

.recruit-main-1__left {
	margin-top: 0rem;
}

.recruit-main-1__left-dots {
	-webkit-box-pack: initial;
	-ms-flex-pack: initial;
	justify-content: initial;
}

.recruit-main-1__left-sentence {
	margin-bottom: 2.5rem;
	margin-top: 2rem;
	text-align: left;
}

.recruit-main-1__right {
	margin-left: 3rem;
	max-width: 31.25rem;
}

.recruit-main-1__right-en-text {
	bottom: -3.875rem;
	display: block;
	font-size: 7.5rem;
	right: -27.5625rem;
}

.recruit-main-2 {
	margin-top: 5.625rem;
	padding: 1.875rem 0 0rem;
}

.recruit-main-2__vertical-line {
	background-color: #425a72;
	display: block;
	height: 5.9375rem;
	left: 50%;
	position: absolute;
	top: -3.625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0.0625rem;
}

.recruit-main-2__sentence {
	background-image: url(../images/recruit/bg-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: max(1rem, 12px);
	height: 18.125rem;
	line-height: 3;
	margin: 0 auto;
	max-width: 59.0625rem;
}

.recruit-main-2__sentence span {
	display: block;
	height: 4.375rem;
	width: 100%;
}

.recruit-main-2__pc-img {
	display: block;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 4.375rem;
}

.recruit-main-2__sp-img-1,
.recruit-main-2__sp-img-2 {
	display: none;
}

.recruit-main-2__sp-img-2 {
	margin-top: 0rem;
}

.recruit-main-3 {
	margin-top: 0rem;
}

.recruit-main-3__flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 11.25rem auto 0;
	max-width: 48.125rem;
}

.recruit-main-3__en-text {
	font-size: 7.5rem;
	left: -12.5rem;
	top: -12.5rem;
}

.recruit-main-3__img {
	max-width: 22.125rem;
	position: static;
}

.recruit-main-3__text-container {
	margin-left: 3.4375rem;
}

.recruit-main-3__text-1 {
	font-size: max(1.25rem, 14px);
	text-align: left;
}

.recruit-main-3__list-items {
	margin-top: 4.25rem;
}

.recruit-main-4 {
	background-image: url(../images/recruit/bg-2.png);
	background-position: center;
	margin-top: 0rem;
	padding: 13.25rem 0 15.9375rem;
}

.recruit-main-4__container {
	background-color: transparent;
	background-color: initial;
	margin: 0 auto;
	max-width: 56.25rem;
	padding: 0;
	padding: initial;
}

.recruit-main-4__img-1 {
	max-width: 17.3125rem;
	right: -5.625rem;
	top: -15rem;
}

.recruit-main-4__img-2 {
	bottom: -18.625rem;
	left: -7rem;
	max-width: 17.3125rem;
}

.recruit-main-4__link-container {
	margin: 5.3125rem auto 0;
	max-width: 38.75rem;
}

.recruit-main-4__tel-text,
.recruit-main-4__guppy-text {
	font-size: max(1.25rem, 14px);
}

.recruit-main-4__guppy-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.recruit-main-4__guppy-link-1,
.recruit-main-4__guppy-link-2 {
	width: 100%;
}

.recruit-main-4__guppy-link-2 {
	margin-left: 1.25rem;
	margin-top: 0rem;
}

.recruit-notice--1 {
	margin-top: 3rem;
}

.recruit-notice--2 {
	margin-bottom: 8.75rem;
	margin-top: 8.75rem;
}

.recruit-notice__table-rc {
	margin-top: 3.75rem;
	max-width: 50rem;
	padding-left: 25px;
	padding-right: 25px;
	width: 80%;
}

.surgery-mv {
	margin-top: 8.125rem;
}

.surgery-lead {
	margin-top: 6.875rem;
}

.surgery-lead__sentence {
	margin-top: 9.375rem;
}

.surgery-intro {
	margin-top: 6.25rem;
}

.surgery-intro__lead-sentence {
	margin-top: 3.125rem;
}

.surgery-intro__items {
	margin-top: 2.5rem;
}

.surgery-wisdom {
	margin-top: 7.5rem;
}

.surgery-wisdom__lead-sentence {
	margin-top: 3.125rem;
}

.surgery-wisdom__items {
	margin-top: 2.5rem;
}

.surgery-wisdom__item-sentence:nth-of-type(n+2) {
	margin-top: 3.75rem;
}

.surgery-mandi {
	margin-top: 7.5rem;
}

.surgery-mandi__lead-sentence {
	margin-top: 3.125rem;
}

.surgery-mandi__item-sentence:nth-of-type(n+2) {
	margin-top: 3.75rem;
}

.surgery-cancer {
	margin-top: 6.25rem;
}

.surgery-cancer__lead-sentence {
	margin-top: 3.125rem;
}

.surgery-cancer__items {
	margin-top: 2.5rem;
}

.surgery-cancer__item-sentence:nth-of-type(n+2) {
	margin-top: 3.75rem;
}

.surgery-injury {
	margin-top: 7.5rem;
}

.surgery-injury__lead-sentence {
	margin-top: 3.125rem;
}

.surgery-injury__items {
	margin-top: 2.5rem;
}

.surgery-injury__item-sentence:nth-of-type(n+2) {
	margin-top: 3.75rem;
}

.surgery-sleep {
	margin-top: 7.5rem;
}

.surgery-sleep__lead-sentence {
	margin-top: 3.125rem;
}

.surgery-sleep__items {
	margin-top: 2.5rem;
}

.surgery-last {
	margin-top: 7.5rem;
}

.surgery-last__lead-sentence {
	margin-top: 3.125rem;
}

.surgery-last__items {
	margin-top: 2.5rem;
}

.surgery-faq {
	margin-bottom: 9.375rem;
	margin-top: 7.5rem;
}

.surgery-faq__items {
	margin-top: 3.75rem;
}

.top-mv {
	margin-top: 8.125rem;
	z-index: 1;
}

.top-mv__img {
	max-width: 102.6875rem;
	width: 85.5729166667vw;
}

.top-mv__copy-wrapper {
	left: -2.875rem;
	top: 28%;
}

.top-mv__copy span {
	font-size: 2rem;
	line-height: 1.45;
}

.top-mv__en-copy {
	color: black;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-left: -0.5rem;
	margin-top: 1rem;
	text-transform: uppercase;
}

.top-mv__btn-wrapper {
	display: block;
	max-width: 5rem;
	position: absolute;
	right: 5rem;
	top: 1rem;
	width: 100%;
}

.top-bg-light-blue {
	height: 145rem;
	margin-top: -10.75rem;
}

.top-policy {
	margin-left: auto;
	margin-top: -12.5rem;
	max-width: 93.75rem;
	padding: 12.5rem 0 5rem;
	width: 78.125vw;
}

.top-policy__scroll {
	left: -5rem;
	max-width: 0.6875rem;
	top: 12.5rem;
}

.top-policy__container {
	margin: 0 auto;
	max-width: 45.25rem;
	padding: 5.3125rem 0 0rem;
	position: relative;
}

.top-policy__img-1-pc {
	display: block;
	left: -11.875rem;
	margin: 0;
	margin: initial;
	max-width: 14.5rem;
	position: absolute;
	top: 27.5rem;
	width: 100%;
}

.top-policy__sentence-1 {
	margin-top: 6.25rem;
	position: relative;
	text-align: center;
}

.top-policy__img-1-sp {
	display: none;
}

.top-policy__sentence-2 {
	position: relative;
	text-align: center;
}

.top-policy__img-2-sp {
	display: none;
}

.top-policy__btn {
	margin-top: 4.0625rem;
}

.top-news {
	margin-left: auto;
	max-width: 93.75rem;
	padding: 6.875rem 0 11.875rem;
	position: relative;
	width: 100%;
	width: 78.125vw;
}

.top-news__img-pc {
	display: block;
	left: -15rem;
	margin: 0;
	margin: initial;
	max-width: 18.5rem;
	position: absolute;
	top: 6.375rem;
	width: 100%;
}

.top-news__container {
	margin: 0 auto;
	max-width: 46.25rem;
}

.top-news__img-sp {
	display: none;
}

.top-news__news-items {
	margin-top: 2.8125rem;
}

.top-intro {
	margin-top: 7.5rem;
}

.top-intro__clinic-info {
	margin: 3.75rem auto 0;
	max-width: 67.5rem;
}

.top-trouble {
	margin-top: 23.75rem;
	padding: 4.6875rem 0 6.5625rem;
}

.top-trouble__sp-en-text {
	display: none;
}

.top-trouble__trouble-items {
	margin: 5rem auto 0;
}

.top-trouble__pc-en-text {
	color: #fff;
	display: block;
	font-size: 7.5rem;
	font-weight: 400;
	left: -6.25rem;
	letter-spacing: 0.2em;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	top: -13.125rem;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
}

.top-menu {
	padding: 6rem 0 9.5rem;
}

.top-menu__vertical-line {
	height: 7.25rem;
	top: -3.625rem;
	width: 0.1875rem;
}

.top-menu__menu-items {
	margin: 6rem auto 0;
}

.top-gentle__bg {
	background-image: url(../images/top/gentle-bg.png);
	height: 56.25rem;
}

.top-gentle__circle {
	margin: -5.625rem auto 0;
	padding: 14.5rem 0 0;
	top: 0;
}

.top-gentle__en-text {
	font-size: 7.5rem;
	left: auto;
	left: initial;
	right: -21.375rem;
	top: 19.5rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.top-gentle__content {
	max-width: 48.25rem;
}

.top-gentle__sentence {
	margin: 0.75rem auto 0;
	max-width: none;
	max-width: initial;
}

.top-cherish {
	padding: 9.125rem 0 11.25rem;
}

.top-cherish__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top-cherish__head-title {
	font-size: 2rem;
	text-align: left;
}

.top-cherish__head-sentence {
	margin-left: 4.375rem;
	margin-top: 0rem;
	text-align: left;
}

.top-cherish__content {
	margin-top: 7.5rem;
	max-width: none;
	max-width: initial;
	width: 100%;
}

.top-cherish__flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	max-width: none;
	max-width: initial;
}

.top-cherish__flex--2n {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.top-cherish__flex:nth-child(n+2) {
	margin-top: 5rem;
}

.top-cherish__text-container {
	display: block;
	max-width: 38.75rem;
}

.top-cherish__text-1 {
	font-size: 7.5rem;
}

.top-cherish__border {
	margin: 0;
	margin: initial;
	margin-top: 2.5rem;
	width: auto;
	width: initial;
}

.top-cherish__text-2 {
	font-size: 1.5rem;
	margin-top: 2.5rem;
	max-width: 34.4375rem;
	text-align: left;
}

.top-cherish__text-3 {
	margin-top: 3rem;
	max-width: 34.4375rem;
}

.top-cherish__img {
	margin-top: 7.5rem;
	max-width: 28.75rem;
}

.top-cherish__text-container-inner {
	display: block;
	margin-right: 4rem;
}

.top-cherish__text-container-inner--2n {
	display: block;
	margin-left: 4rem;
}

.top-greeting {
	padding: 7.8125rem 0 9.5rem;
}

.top-greeting__content {
	margin-top: 6.875rem;
	max-width: none;
	max-width: initial;
	width: 100%;
}

.top-greeting__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top-greeting__flex:nth-child(2) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 7.125rem;
}

.top-greeting__img {
	max-width: 23.125rem;
	width: 100%;
}

.top-greeting__text-container {
	margin-left: 4.375rem;
}

.top-greeting__text-container--2n {
	margin-left: 0rem;
	margin-right: 4.375rem;
}

.top-greeting__text-1 {
	font-size: 1.5rem;
	margin: 0;
	margin: initial;
	text-align: left;
}

.top-greeting__text-2 {
	margin-top: 3.125rem;
}

.top-greeting__btn {
	margin-top: 7.375rem;
}

.top-blog {
	padding: 7.875rem 0 9.0625rem;
}

.top-blog__cards {
	margin: 2.5rem auto 0;
	max-width: none;
	max-width: initial;
	width: 100%;
}

.top-blog__btn {
	margin-top: 4.5rem;
}

.top-case {
	padding: 7.875rem 0 9.0625rem;
}

.top-case__cards {
	margin: 2.5rem auto 0;
	max-width: none;
	max-width: initial;
	width: 100%;
}

.top-case__btn {
	margin-top: 5rem;
}

.top-recruit__bg-wide-pc-img {
	display: block;
}

.top-recruit__bg-wide-sp-img-1,
.top-recruit__bg-wide-sp-img-2 {
	display: none;
}

.top-recruit__bg-grey {
	background-color: #f5f5f5;
	height: 33.75rem;
	position: relative;
}

.top-recruit {
	border-radius: 1.25rem;
	left: 50%;
	max-width: 56.25rem;
	padding: 4.375rem 0 6.625rem;
	position: absolute;
	top: -5rem;
	-webkit-transform: initial;
	transform: initial;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.top-recruit__sentence {
	font-size: max(1.125rem, 13px);
	margin-top: 3.625rem;
}

.top-recruit__btn {
	margin-top: 4.25rem;
}

.white-mv {
	margin-top: 8.125rem;
}

.white-lead {
	margin-top: 6.875rem;
}

.white-lead__sentence {
	margin-top: 9.375rem;
}

.white-reason {
	margin-top: 6.25rem;
}

.white-reason__lead-sentence {
	margin-top: 3.125rem;
}

.white-reason__items {
	margin-top: 2.5rem;
}

.white-type {
	margin-top: 7.5rem;
}

.white-type__lead-sentence {
	margin-top: 3.125rem;
}

.white-problem {
	margin-top: 7.5rem;
}

.white-problem__lead-sentence {
	margin-top: 3.125rem;
}

.white-flow {
	margin-top: 7.5rem;
	padding: 7.5rem 0 7.5rem;
}

.white-flow__lead-sentence {
	margin-top: 3.125rem;
}

.white-price {
	margin-top: 7.5rem;
}

.white-price__table {
	margin-top: 3.75rem;
	max-width: 42.3125rem;
}

.white-faq {
	margin-bottom: 9.375rem;
	margin-top: 7.5rem;
}

.white-faq__items {
	margin-top: 3.75rem;
}

}

@media (min-width: 1080px) {

html {
	font-size: 16px;
}

}

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

.header__container {
	margin: 0;
	margin: initial;
	margin-left: 14.3229166667vw;
}

.header__inner-2 {
	margin-left: 4.5rem;
}

.dropdown-items--menu {
	left: -3rem;
}

.table-imp__column-1 {
	width: 11.25rem;
}

.table-imp__column-2,
.table-imp__column-3 {
	max-width: 12.3125rem;
}

.blog-art__mv img {
	height: 300px;
}

.case-art__mv img {
	height: 300px;
}

.implant-compare__table {
	max-width: 48.25rem;
}

.recruit-main-1__flex {
	padding-top: 0rem;
}

.top-policy__img-1-pc {
	left: -8.9375rem;
}

.top-news__img-pc {
	left: -20rem;
	max-width: 23.5rem;
}

}

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

.header__logo-container {
	max-width: 22rem;
}

.pc-nav__item {
	padding: 0.5rem 0.9375rem;
}

.dropdown-items--menu {
	left: -0.875rem;
}

.section-header-1--top-news {
	max-width: 26.375rem;
}

.sp-menu__header-tel {
	font-size: 2.25rem;
}

.recruit-main-1__flex-img {
	max-width: 17.5rem;
}

.recruit-main-1__right {
	margin-right: calc(50% - 50vw);
	max-width: 43.125rem;
}

.recruit-main-4__img-1 {
	right: -17rem;
	top: -5rem;
}

.recruit-main-4__img-2 {
	bottom: -6.125rem;
	left: -17.375rem;
}

.recruit-notice__table-rc {
	max-width: 950px;
	width: 100%;
}

.top-mv__copy span {
	font-size: 2.5rem;
}

.top-mv__btn-wrapper {
	max-width: 7.5rem;
}

.top-policy__container {
	margin: 0;
	margin: initial;
	margin-left: 13rem;
}

.top-policy__img-2-pc {
	bottom: -0.625rem;
	display: block;
	max-width: 14.375rem;
	position: absolute;
	right: 1.25rem;
	width: 100%;
}

.top-news__img-pc {
	left: -26.375rem;
	max-width: 41.25rem;
}

.top-news__container {
	margin-left: 21.3125rem;
}

}

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

.header__inner-2 {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.header__tel {
	font-size: 2.25rem;
	padding: 1rem 1rem;
}

.top-mv__btn-wrapper {
	right: 17.5rem;
}

.top-policy__img-2-pc {
	bottom: 3.375rem;
	max-width: 18.75rem;
	max-width: 21.875rem;
	width: 18.2291666667vw;
}

}

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

.top-policy__img-2-pc {
	max-width: 21.875rem;
	right: 10rem;
}

}

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

.header__container {
	margin-left: auto;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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