@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap";

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

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

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	margin: 0
}

main {
	display: block
}

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

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

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

dt {
	font-weight: bold
}

dd {
	margin-left: 0
}

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

pre {
	font-family: monospace, monospace;
	font-size: inherit
}

address {
	font-style: inherit
}

a {
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	color: inherit
}

abbr[title] {
	text-decoration: underline dotted
}

b, strong {
	font-weight: bolder
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: inherit
}

small {
	font-size: smaller
}

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

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

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

button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: rgba(0, 0, 0, 0);
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit
}

[type=checkbox] {
	-webkit-appearance: checkbox;
	appearance: checkbox
}

[type=radio] {
	-webkit-appearance: radio;
	appearance: radio
}

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

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

:-moz-focusring {
	outline: auto
}

select:disabled {
	opacity: inherit
}

option {
	padding: 0
}

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

legend {
	padding: 0
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

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

[type=search] {
	outline-offset: -2px
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

label[for] {
	cursor: pointer
}

details {
	display: block
}

summary {
	display: list-item
}

[contenteditable]:focus {
	outline: auto
}

table {
	border-color: inherit
}

caption {
	text-align: left
}

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

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

* {
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html {
	font-size: 3.125vw
}

@media screen and (min-width: 1081px) {
	html {
		font-size: 16px
	}
}

body {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #323941;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(65, 61, 61, 0);
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	background-color: #fff
}

input::-ms-reveal {
	visibility: hidden
}

body {
	font-size: 14px;
	line-height: 1.5em
}

a {
	color: #323941;
	text-decoration: none
}

a:hover {
	text-decoration: none
}

@media screen and (min-width: 1081px) {
	body {
		font-size: 16px;
		line-height: 1.5em;
		min-width: 1140px
	}
	a {
		color: #323941;
		text-decoration: none
	}
	a:hover {
		text-decoration: underline
	}
	input:-webkit-autofill {
		box-shadow: 0 0 0 1000px #fff inset
	}
}

.c-reserveButton {
	width: 34.8vw;
	height: 14.4vw;
	overflow: hidden
}

.c-reserveButton>img {
	width: 100%
}

.c-icon-hamburger::before, .c-icon-hamburger::after {
	content: "";
	position: absolute;
	right: 0;
	width: 100%;
	height: 1px;
	background: #15407c
}

.c-icon-hamburger::before {
	top: 0
}

.c-icon-hamburger::after {
	bottom: 0;
	width: 50%
}

.c-icon-hamburger>span {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	height: 1px;
	background: #15407c;
	transform: translate(0, -0.5px);
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap
}

.c-icon-hamburger--close::before, .c-icon-hamburger--close::after {
	top: 50%;
	transform: rotate(-45deg);
	transform-origin: center center
}

.c-icon-hamburger--close::after {
	width: 100%;
	transform: rotate(45deg)
}

.c-icon-hamburger--close>span {
	display: none
}

.c-icon-hamburger--white::before, .c-icon-hamburger--white::after {
	background: #fff
}

.c-BannerZone {
	text-align: center
}

.c-BannerZone__line {
	position: relative;
	margin: 0 auto 25px
}

@media screen and (min-width: 1081px) {
	.c-BannerZone__line {
		margin-bottom: 40px
	}
}

.c-BannerZone__line img {
	width: 100%
}

.c-BannerZone__line>a {
	display: block;
	opacity: 1;
	transition-property: opacity;
	transition-duration: .2s
}

.c-BannerZone__line>a:hover {
	opacity: .5
}

.c-BannerZone__paragraph {
	display: inline-block;
	margin: 0 auto 5px;
	padding: 0 15px;
	position: relative;
	text-align: center;
	font-size: 12px;
	font-feature-settings: "palt";
	line-height: 1.5833333333;
	color: #003f80
}

@media screen and (min-width: 1081px) {
	.c-BannerZone__paragraph {
		margin-bottom: 15px;
		font-size: 24px
	}
}

.c-BannerZone__paragraph>em {
	font-style: normal;
	font-weight: bold
}

.c-BannerZone__paragraph::before, .c-BannerZone__paragraph::after {
	position: absolute;
	top: 10%;
	content: "";
	display: block;
	width: 1px;
	height: 80%;
	background-color: #003f80
}

@media screen and (min-width: 1081px) {
	.c-BannerZone__paragraph::before, .c-BannerZone__paragraph::after {
		width: 2px
	}
}

.c-BannerZone__paragraph:before {
	left: 0;
	transform: rotate(-20deg)
}

@media screen and (min-width: 1081px) {
	.c-BannerZone__paragraph:before {
		left: -27px
	}
}

.c-BannerZone__paragraph:after {
	right: 0;
	transform: rotate(20deg)
}

@media screen and (min-width: 1081px) {
	.c-BannerZone__paragraph:after {
		right: -27px
	}
}

.c-BannerZone__paragraph+button {
	display: block;
	width: 100%
}

.c-BannerZone__button {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	transition-property: opacity;
	transition-duration: .2s
}

@media(hover: hover)and (pointer: fine) {
	.c-BannerZone__button:hover {
		opacity: .5
	}
}

.c-BannerZone__button img {
	position: relative;
	width: 100%
}

.c-BannerZone__button:active {
	transform: translate(3px, 3px)
}

@media screen and (min-width: 1081px) {
	.c-BannerZone__button:active {
		transform: translate(6px, 6px)
	}
}

.c-BannerZone__button:active::before {
	content: none
}

.c-BannerZone__button::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #e5e5e5
}

@media screen and (min-width: 1081px) {
	.c-BannerZone__button::before {
		top: 6px;
		left: 6px
	}
}

.c-BannerZone__flag {
	position: absolute;
	width: 15.8054711246%;
	max-width: 104px;
	top: -4px;
	left: -4px;
	transition-property: transform, opacity;
	transition: .5s;
	transform: scale(1.3);
	opacity: 0
}

.c-BannerZone__flag.animated {
	opacity: 1;
	top: -2px;
	left: -2px;
	transform: scale(1)
}

@media screen and (min-width: 1081px) {
	.c-BannerZone__flag.animated {
		top: -4px;
		left: -4px
	}
}

@media screen and (min-width: 1081px) {
	.c-BannerZone__flag {
		top: -8px;
		left: -8px
	}
}

.c-BannerZone__flag>img {
	width: 100%
}

.c-headline {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center
}

.c-headline__en {
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 16px
}

@media screen and (min-width: 1081px) {
	.c-headline__en {
		padding-bottom: 36px;
		margin-bottom: 32px
	}
}

.c-headline__en::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 87px;
	height: 2px;
	background: #232a2e;
	transform: translate(-50%, 0)
}

@media screen and (min-width: 1081px) {
	.c-headline__en::after {
		width: 174px;
		height: 4px
	}
}

.c-headline__en>img {
	max-width: 100%
}

.c-headline__title {
	font-size: 13px;
	letter-spacing: .06em;
	color: #323941
}

@media screen and (min-width: 1081px) {
	.c-headline__title {
		font-size: 26px
	}
}

.c-headline__lead {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.9285714286;
	color: #323941
}

@media screen and (min-width: 1081px) {
	.c-headline__lead {
		margin-top: 45px;
		font-size: 22px;
		line-height: 1.9090909091
	}
}

@media screen and (min-width: 1081px) {
	.c-headline__handhelds {
		display: none
	}
}

.c-headline.c-headline--blue .c-headline__en::after {
	background: #003f80
}

.c-headline.c-headline--blue .c-headline__title {
	color: #003f80
}

.c-headline.c-headline--blue .c-headline__lead {
	color: #003f80
}

.c-Menu {
	margin: 0 auto;
	max-width: 375px
}

@media screen and (min-width: 769px) {
	.c-Menu {
		max-width: 658px
	}
}

@media screen and (min-width: 1081px) {
	.c-Menu {
		max-width: 1050px;
		display: flex;
		justify-content: center
	}
}

.c-Menu__list {
	display: flex;
	width: 100%;
	list-style: none;
	padding-inline-start: 0
}

.c-Menu__list:not(:last-child) {
	margin-bottom: 15px
}

@media screen and (min-width: 1081px) {
	.c-Menu__list:not(:last-child) {
		border-right: 2px solid #f3f3f3
	}
}

.c-Menu__list>li {
	width: 33.3333333333%;
	padding-bottom: 10px;
	text-align: center
}

.c-Menu__list>li:not(:last-child) {
	border-right: 1px solid #f3f3f3
}

@media screen and (min-width: 1081px) {
	.c-Menu__list>li:not(:last-child) {
		border-right: 2px solid #f3f3f3
	}
}

@media screen and (min-width: 1081px) {
	.c-Menu__list>li {
		padding-bottom: 0
	}
}

.c-Menu__link {
	text-decoration: none;
	display: block;
	transition-property: opacity;
	transition-duration: .2s
}

@media(hover: hover)and (pointer: fine) {
	.c-Menu__link:hover {
		opacity: .5;
		text-decoration: none
	}
}

.c-Menu__image {
	display: block;
	width: 65px;
	margin: 0 auto
}

@media screen and (min-width: 1081px) {
	.c-Menu__image {
		width: 108px
	}
}

.c-Menu__image img {
	width: 100%
}

.c-Menu__box {
	color: #003f80;
	font-size: .8125rem;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-decoration: none
}

@media screen and (min-width: 1081px) {
	.c-Menu__box {
		font-size: 21px
	}
}

.c-Menu__box::after {
	content: "";
	display: block;
	text-align: center;
	margin: 10px auto 0;
	transform: rotate(-45deg);
	width: 6px;
	height: 6px;
	border-left: 1px solid #003f80;
	border-bottom: 1px solid #003f80
}

@media screen and (min-width: 1081px) {
	.c-Menu__box::after {
		margin: 18px auto 0;
		width: 7px;
		height: 7px;
		border-left: 2px solid #003f80;
		border-bottom: 2px solid #003f80
	}
}

.c-CaseCard {
	width: 100%;
	padding: 20px;
	background-color: #fff
}

@media screen and (min-width: 1081px) {
	.c-CaseCard {
		padding: 40px
	}
}

.c-CaseCard__head {
	margin-bottom: 9px;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #003f80
}

@media screen and (min-width: 1081px) {
	.c-CaseCard__head {
		margin-bottom: 18px;
		font-size: 32px
	}
}

.c-CaseCard__image {
	margin-bottom: 9px
}

@media screen and (min-width: 1081px) {
	.c-CaseCard__image {
		margin-bottom: 18px
	}
}

.c-CaseCard__image img {
	width: 100%
}

.c-CaseCard__price {
	margin-bottom: 9px;
	display: flex;
	flex-wrap: wrap
}

.c-CaseCard__block--head {
	width: 100%
}

.c-CaseCard__block--head>p {
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 11px;
	line-height: 1.9090909091;
	color: #003f80;
	font-weight: normal
}

@media screen and (min-width: 1081px) {
	.c-CaseCard__block--head>p {
		font-size: 20px
	}
}

.c-CaseCard__block {
	width: 50%
}

.c-CaseCard__block:nth-child(2) .c-CaseCard__box {
	border-left: 1px solid #bbc6d7;
	padding-left: 12px
}

@media screen and (min-width: 1081px) {
	.c-CaseCard__block:nth-child(2) .c-CaseCard__box {
		border-left: 2px solid #bbc6d7;
		margin-left: -1px
	}
}

.c-CaseCard__block.default {
	width: 100%
}

@media screen and (min-width: 1081px) {
	.c-CaseCard__handhelds {
		display: none
	}
}

.c-CaseCard__widescreen {
	display: none
}

@media screen and (min-width: 1081px) {
	.c-CaseCard__widescreen {
		display: block
	}
}

.c-CaseCard__box {
	display: inline-block;
	margin: 0 auto;
	text-align: left
}

.c-CaseCard__box>dt {
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 11px;
	line-height: 1.9090909091;
	color: #003f80;
	font-weight: bold
}

@media screen and (min-width: 1081px) {
	.c-CaseCard__box>dt {
		margin-bottom: 10px;
		font-size: 20px
	}
}

.c-CaseCard__box>dd {
	display: inline-block;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 27.5px;
	font-weight: bold;
	color: #ff707a;
	word-break: break-all
}

@media screen and (min-width: 1081px) {
	.c-CaseCard__box>dd {
		font-size: 42px
	}
}

.c-CaseCard__box>dd>span:first-child {
	font-size: 15px
}

@media screen and (min-width: 1081px) {
	.c-CaseCard__box>dd>span:first-child {
		font-size: 20px
	}
}

.c-CaseCard__box>dd>span:last-child {
	margin-left: 2.5px;
	font-size: 8px
}

@media screen and (min-width: 1081px) {
	.c-CaseCard__box>dd>span:last-child {
		font-size: 14px
	}
}

.c-CaseCard__note {
	display: block;
	color: #818ea2;
	font-size: 11px;
	line-height: 1.9090909091
}

@media screen and (min-width: 1081px) {
	.c-CaseCard__note {
		font-size: 18px;
		line-height: 1.5555555556
	}
}

.c-ClinicCount__row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between
}

.c-ClinicCount__item1 img, .c-ClinicCount__item2 img, .c-ClinicCount__item3 img {
	width: 100%
}

.c-ClinicCount__item1 {
	width: 12.5333333333vw;
	margin-right: 7px
}

@media screen and (min-width: 769px) {
	.c-ClinicCount__item1 {
		width: 8.8125vw
	}
}

@media screen and (min-width: 1081px) {
	.c-ClinicCount__item1 {
		width: 94px;
		margin-right: 13px
	}
}

.c-ClinicCount__item2 {
	width: 18.9333333333vw;
	margin-left: 10px
}

@media screen and (min-width: 769px) {
	.c-ClinicCount__item2 {
		width: 13.3125vw
	}
}

@media screen and (min-width: 1081px) {
	.c-ClinicCount__item2 {
		width: 140px;
		margin-left: 20px
	}
}

.c-ClinicCount__item3 {
	width: 47.7333333333vw;
	margin-top: 2.6666666667vw
}

@media screen and (min-width: 769px) {
	.c-ClinicCount__item3 {
		width: 33.5625vw
	}
}

@media screen and (min-width: 1081px) {
	.c-ClinicCount__item3 {
		margin-top: 10px;
		width: 357px
	}
}

.c-ClinicCount__count {
	width: 12vw;
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

@media screen and (min-width: 769px) {
	.c-ClinicCount__count {
		width: 8.4375vw
	}
}

@media screen and (min-width: 1081px) {
	.c-ClinicCount__count {
		width: 90px
	}
}

.c-ClinicCount__count>img {
	width: 48%
}

.c-ClinicCount__count--3digit {
	width: 16vw
}

@media screen and (min-width: 769px) {
	.c-ClinicCount__count--3digit {
		width: 11.25vw
	}
}

@media screen and (min-width: 1081px) {
	.c-ClinicCount__count--3digit {
		width: 120px
	}
}

.c-ClinicCount__count--3digit>img {
	width: 31%
}

.c-AnimationMap {
	position: relative;
	max-width: 659px;
	width: 100%;
	margin: 0 auto
}

.c-AnimationMap__count {
	position: absolute;
	top: 27px;
	left: 0
}

.c-AnimationMap__image {
	width: 100%
}

.c-AnimationMap__image img {
	width: 100%
}

.c-AnimationMap__pin {
	position: absolute;
	width: 18px;
	transform-origin: bottom;
	transform: scale(0)
}

@media screen and (min-width: 769px) {
	.c-AnimationMap__pin {
		width: 36px
	}
}

@media screen and (min-width: 1081px) {
	.c-AnimationMap__pin {
		width: 33px
	}
}

.c-AnimationMap__pin.animated {
	animation: scale-easeOutBounce 2s;
	animation-fill-mode: forwards
}

.c-AnimationMap__pin img {
	width: 100%
}

.c-AnimationMap__pin:nth-of-type(3) {
	top: 10.303030303%;
	right: 13.3333333333%;
	animation-delay: 200ms
}

.c-AnimationMap__pin:nth-of-type(4) {
	top: 43.9393939394%;
	right: 25.4545454545%;
	animation-delay: 100ms
}

.c-AnimationMap__pin:nth-of-type(5) {
	bottom: 35.1515151515%;
	right: 35.7575757576%;
	animation-delay: 300ms
}

.c-AnimationMap__pin:nth-of-type(6) {
	bottom: 28.7878787879%;
	right: 44.8484848485%;
	animation-delay: 250ms
}

.c-AnimationMap__pin:nth-of-type(7) {
	bottom: 24.2424242424%;
	left: 37.5757575758%;
	animation-delay: 400ms
}

.c-AnimationMap__pin:nth-of-type(8) {
	bottom: 25.7575757576%;
	left: 20.9090909091%;
	animation-delay: 450ms
}

.c-AnimationMap__pin:nth-of-type(9) {
	bottom: 13.6363636364%;
	left: 6.3636363636%;
	animation-delay: 600ms
}

@keyframes scale-easeOutBounce {
	0% {
		transform: scale(0)
	}
	12% {
		transform: scale(0.11)
	}
	24% {
		transform: scale(0.44)
	}
	36% {
		transform: scale(0.98)
	}
	54% {
		transform: scale(0.75)
	}
	74% {
		transform: scale(0.98)
	}
	82% {
		transform: scale(0.94)
	}
	92% {
		transform: scale(0.99)
	}
	96% {
		transform: scale(0.98)
	}
	100% {
		transform: scale(1)
	}
}

.c-HospitalList {
	margin: 0 auto;
	outline: 1px solid #b9c6d9
}

.c-HospitalList__head {
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: #b9c6d9;
	color: #fff;
	font-size: 16px;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif
}

@media screen and (min-width: 1081px) {
	.c-HospitalList__head {
		height: 82px;
		line-height: 82px;
		font-size: 29px
	}
}

.c-HospitalList__column {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%
}

.c-HospitalList__cell {
	width: 50%;
	height: 42px;
	line-height: 42px;
	padding-left: 20px;
	font-size: 13px;
	color: #707070
}

.c-HospitalList__cell:nth-child(4n+1), .c-HospitalList__cell:nth-child(4n+2) {
	background-color: #f5f7fa
}

.c-HospitalList__cell:nth-child(4n+3), .c-HospitalList__cell:nth-child(4n) {
	background-color: #fff
}

.c-HospitalList__cell:nth-child(4n+1):last-child {
	width: 100%
}

@media screen and (min-width: 1081px) {
	.c-HospitalList__cell {
		width: 25%;
		height: 80px;
		line-height: 80px;
		font-size: 20px
	}
	.c-HospitalList__cell:nth-child(8n+1), .c-HospitalList__cell:nth-child(8n+2), .c-HospitalList__cell:nth-child(8n+3), .c-HospitalList__cell:nth-child(8n+4) {
		background-color: #f5f7fa
	}
	.c-HospitalList__cell:nth-child(8n+5), .c-HospitalList__cell:nth-child(8n+6), .c-HospitalList__cell:nth-child(8n+7), .c-HospitalList__cell:nth-child(8n) {
		background-color: #fff
	}
	.c-HospitalList__cell:nth-child(8n+1):last-child {
		width: 100%
	}
	.c-HospitalList__cell:nth-child(8n+2):last-child {
		width: 75%
	}
	.c-HospitalList__cell:nth-child(8n+3):last-child {
		width: 50%
	}
}

.c-HospitalList__cell:not(:last-child) {
	border-right: 1px solid #fff
}

.c-CarouselCard {
	background-color: #fff;
	width: 84.5272206304%;
	height: 100%;
	margin: 0 auto
}

@media screen and (min-width: 1081px) {
	.c-CarouselCard {
		position: relative
	}
}

.c-CarouselCard__thumb {
	width: 100%
}

.c-CarouselCard__thumb img {
	width: 100%
}

.c-CarouselCard__box {
	padding: 25px 20px 35px
}

@media screen and (min-width: 1081px) {
	.c-CarouselCard__box {
		padding: 50px 40px 70px
	}
}

.c-CarouselCard__tag {
	margin-bottom: 7px;
	position: relative;
	left: -20px;
	display: inline-block;
	padding: 0 25px 0 10px;
	height: 27.5px;
	line-height: 27.5px;
	font-size: 12px;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background-color: #003f80;
	color: #fff
}

.c-CarouselCard__tag::after {
	content: "";
	position: absolute;
	right: -1px;
	border-style: solid;
	height: 0;
	width: 0;
	border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-width: 13.75px 8.5px 13.75px 0
}

@media screen and (min-width: 1081px) {
	.c-CarouselCard__tag {
		left: -40px;
		margin-bottom: 13px;
		padding: 0 47px 0 17px;
		font-size: 22px;
		height: 50px;
		line-height: 50px
	}
	.c-CarouselCard__tag::after {
		border-style: solid;
		height: 0;
		width: 0;
		border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
		border-width: 25px 17px 25px 0
	}
}

.c-CarouselCard__name {
	margin-bottom: 8px;
	font-size: 16px;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: bold;
	line-height: 1.875;
	color: #003f80
}

@media screen and (min-width: 1081px) {
	.c-CarouselCard__name {
		margin-bottom: 18px;
		font-size: 32px;
		line-height: 1
	}
}

.c-CarouselCard__desc {
	font-size: 14px;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.9285714286
}

@media screen and (min-width: 1081px) {
	.c-CarouselCard__desc {
		font-size: 22px;
		line-height: 1.9090909091
	}
}

.c-Carousel__container {
	position: relative
}

.c-Carousel__stage {
	position: relative;
	overflow-x: hidden
}

.c-Carousel__contents {
	display: flex;
	flex-wrap: nowrap;
	transform: translateX(-100%);
	transition-property: transform;
	transition-duration: .2s;
	transition-timing-function: ease
}

.c-Carousel__item {
	display: flex;
	width: 100%;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 100%
}

@media screen and (min-width: 1081px) {
	.c-Carousel__item {
		flex-basis: 50%
	}
	.c-Carousel__item:nth-child(2n+1)>.c-CarouselCard {
		left: 30px
	}
	.c-Carousel__item:nth-child(2n)>.c-CarouselCard {
		right: 30px
	}
}

.c-Carousel__button {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 21px;
	height: 21px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap
}

@media screen and (min-width: 1081px) {
	.c-Carousel__button {
		width: 42px;
		height: 42px
	}
}

.c-Carousel__button[data-direction=prev] {
	left: 0;
	border-left: 1px solid #15407c;
	border-bottom: 1px solid #15407c;
	transform: rotate(45deg)
}

@media screen and (min-width: 1081px) {
	.c-Carousel__button[data-direction=prev] {
		left: 30px
	}
}

.c-Carousel__button[data-direction=next] {
	right: 0;
	border-right: 1px solid #15407c;
	border-bottom: 1px solid #15407c;
	transform: rotate(-45deg)
}

@media screen and (min-width: 1081px) {
	.c-Carousel__button[data-direction=next] {
		right: 30px
	}
}

.c-Carousel__progress {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48.3050847458%;
	max-width: 285px;
	margin: 17px auto 0
}

.c-Carousel__progress-count {
	font-size: 18px;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.4444444444;
	color: #003f80
}

.c-Carousel__progress-count:first-child {
	margin-right: 12.5px
}

@media screen and (min-width: 1081px) {
	.c-Carousel__progress-count:first-child {
		margin-right: 25px
	}
}

.c-Carousel__progress-count:last-child {
	margin-left: 12.5px
}

@media screen and (min-width: 1081px) {
	.c-Carousel__progress-count:last-child {
		margin-left: 25px
	}
}

@media screen and (min-width: 1081px) {
	.c-Carousel__progress-count {
		font-size: 36px
	}
}

.c-Carousel__bar {
	-webkit-appearance: none;
	display: block;
	width: 98.5px;
	height: 3.5px
}

@media screen and (min-width: 1081px) {
	.c-Carousel__bar {
		width: 197px;
		height: 7px
	}
}

.c-Carousel__bar::-webkit-progress-bar {
	background-color: rgba(21, 64, 124, .2)
}

.c-Carousel__bar::-webkit-progress-value {
	background-color: #15407c
}

.c-Faq {
	max-width: 670px;
	width: 100%;
	margin: 0 auto
}

@media screen and (min-width: 1081px) {
	.c-Faq {
		max-width: 1120px
	}
}

.c-Faq__question, .c-Faq__answer {
	display: flex;
	align-items: center;
	padding: 20px;
	outline: 1px solid #bbc6d7;
	outline-offset: -1px
}

@media screen and (min-width: 1081px) {
	.c-Faq__question, .c-Faq__answer {
		padding: 40px
	}
}

.c-Faq__question {
	position: relative;
	background: #fff;
	z-index: 1;
	cursor: pointer;
	transition-property: opacity;
	transition-duration: .2s
}

.c-Faq__question[aria-pressed=true] .c-Faq__state::after {
	transform: rotate(0)
}

.c-Faq__question[aria-pressed=false] .c-Faq__state::after {
	transform: rotate(90deg)
}

@media(hover: hover)and (pointer: fine) {
	.c-Faq__question:hover {
		opacity: .5
	}
}

@media(hover: hover)and (pointer: fine) {
	.c-Faq__question[aria-pressed=true]:hover {
		opacity: 1
	}
}

.c-Faq__state {
	position: absolute;
	right: 20px;
	width: 10px;
	height: 10px
}

@media screen and (min-width: 1081px) {
	.c-Faq__state {
		width: 20px;
		height: 20px;
		right: 40px
	}
}

.c-Faq__state::before, .c-Faq__state::after {
	display: inline-block;
	content: "";
	position: absolute;
	width: 10px;
	height: 1px;
	top: 50%;
	left: 50%;
	background-color: #15407c;
	transition: .2s
}

@media screen and (min-width: 1081px) {
	.c-Faq__state::before, .c-Faq__state::after {
		width: 20px;
		height: 2px
	}
}

.c-Faq__answer {
	background-color: #f5f7fa
}

@media screen and (min-width: 1081px) {
	.c-Faq__answer {
		margin-bottom: 85px
	}
}

.c-Faq__answer[aria-hidden=true] {
	display: none
}

.c-Faq__answer[aria-hidden=false] {
	position: relative;
	top: -1px;
	display: flex;
	opacity: 0;
	transform: translateY(-30px)
}

.c-Faq__answer[aria-hidden=false].open {
	opacity: 1 !important;
	transform: translateY(0);
	transform-origin: 0% 0%;
	transition-property: opacity, transform;
	transition-duration: 500ms;
	transition-delay: 0ms;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.c-Faq__icon {
	margin-right: 20px
}

.c-Faq__icon img {
	width: 28px
}

@media screen and (min-width: 1081px) {
	.c-Faq__icon img {
		width: 55px
	}
}

.c-Faq__text {
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 13px;
	line-height: 1.6153846154
}

.c-Faq__text>a {
	text-decoration: underline
}

@media screen and (min-width: 1081px) {
	.c-Faq__text {
		font-size: 24px;
		line-height: 1.75
	}
}

.c-Faq__text--question {
	margin-right: 30px;
	color: #15407c
}

.c-ModalWindow {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	height: 100%;
	width: 100vw;
	background-color: rgba(19, 42, 65, .8)
}

.c-ModalWindow.open {
	opacity: 0;
	display: block
}

.c-ModalWindow.open .c-ModalWindow__container {
	transform: translate(-50%, -50%) scale(0)
}

.c-ModalWindow.in {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 500ms;
	transition-delay: 0ms;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.c-ModalWindow.in .c-ModalWindow__container {
	transform: translate(-50%, -50%) scale(1)
}

.c-ModalWindow__wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 89.3%
}

@media screen and (min-width: 1081px) {
	.c-ModalWindow__wrapper {
		width: 1282px
	}
}

.c-ModalWindow__container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 80vh;
	padding: 30px 20px;
	display: block;
	width: 100%;
	overflow: auto;
	background-color: #fff;
	transition-property: transform;
	transition-duration: .6s;
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1)
}

@media screen and (min-width: 1081px) {
	.c-ModalWindow__container {
		padding: 50px 85px 60px
	}
}

.c-ModalWindow__close {
	position: absolute;
	width: 18px;
	height: 18px;
	top: -28px;
	right: 0
}

@media screen and (min-width: 1081px) {
	.c-ModalWindow__close {
		width: 36px;
		height: 36px;
		top: -50px
	}
}

.c-ModalWindow__close>.s-nav__close {
	position: static
}

.c-ModalWindow__close>.s-nav__close>button::before, .c-ModalWindow__close>.s-nav__close>button::after {
	background-color: #fff !important
}

.c-ReserveButtons {
	text-align: center
}

@media screen and (min-width: 1081px) {
	.c-ReserveButtons {
		display: flex;
		justify-content: center;
		gap: 26px
	}
}

@media screen and (min-width: 1081px) {
	.c-ReserveButtons__block {
		width: calc(33.3333333333% - 52px)
	}
}

.c-ReserveButtons__box {
	position: relative;
	margin-bottom: 27px
}

.c-ReserveButtons__label {
	position: relative;
	display: inline-block;
	margin-bottom: 5.8666666667vw;
	font-size: 3.2vw;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #003f80;
	font-weight: bold;
	font-feature-settings: "palt"
}

@media screen and (min-width: 1081px) {
	.c-ReserveButtons__label {
		margin-bottom: 30px;
		font-size: 18px
	}
}

.c-ReserveButtons__label::before, .c-ReserveButtons__label::after {
	position: absolute;
	bottom: 0px;
	content: "";
	display: block;
	width: .2666666667vw;
	height: 3.2vw;
	background-color: #003f80
}

@media screen and (min-width: 1081px) {
	.c-ReserveButtons__label::before, .c-ReserveButtons__label::after {
		width: 2px;
		height: 22px
	}
}

.c-ReserveButtons__label::before {
	left: -24px;
	transform: rotate(-30deg)
}

@media screen and (min-width: 1081px) {
	.c-ReserveButtons__label::before {
		left: -16px
	}
}

.c-ReserveButtons__label::after {
	right: -24px;
	transform: rotate(30deg)
}

@media screen and (min-width: 1081px) {
	.c-ReserveButtons__label::after {
		right: -16px
	}
}

.c-ReserveButtons__tag {
	position: absolute;
	z-index: 1;
	top: -2.6666666667vw;
	left: 0;
	right: 0;
	margin: auto;
	width: 23.3333333333vw
}

@media screen and (min-width: 1081px) {
	.c-ReserveButtons__tag {
		top: -20px;
		width: 105px
	}
}

.c-ReserveButtons__tag.animated {
	animation: animate-tag 2s
}

.c-ReserveButtons__tag img {
	width: 100%
}

.c-ReserveButtons__button {
	display: block;
	position: relative;
	width: calc(100% - 3px);
	margin-right: auto;
	text-align: center;
	transition-property: opacity;
	transition-duration: .2s
}

@media screen and (min-width: 1081px) {
	.c-ReserveButtons__button {
		width: calc(100% - 6px)
	}
}

@media(hover: hover)and (pointer: fine) {
	.c-ReserveButtons__button:hover {
		opacity: .5
	}
}

.c-ReserveButtons__button.disabled {
	display: none
}

.c-ReserveButtons__button:active {
	transform: translate(3px, 3px)
}

@media screen and (min-width: 1081px) {
	.c-ReserveButtons__button:active {
		transform: translate(6px, 6px)
	}
}

.c-ReserveButtons__button:active::after {
	content: none
}

.c-ReserveButtons__button[aria-disabled=true] {
	display: none
}

.c-ReserveButtons__button[aria-disabled=true].activated {
	display: block;
	pointer-events: none
}

.c-ReserveButtons__button[aria-disabled=true]::after {
	content: none
}

.c-ReserveButtons__button img {
	width: 100%
}

.c-ReserveButtons__button.tel {
	position: relative;
	height: 0;
	padding-top: 19.5205%
}

@media screen and (min-width: 1081px) {
	.c-ReserveButtons__button.tel {
		padding-top: 19.4285%
	}
}

.c-ReserveButtons__button.tel::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #e3e4e5;
	background-size: 100% auto
}

.c-ReserveButtons__button.active::before {
	background-image: url("../images/sp/button_call.png")
}

@media screen and (min-width: 1081px) {
	.c-ReserveButtons__button.active::before {
		background-image: url("../images/2x/button_call.png")
	}
}

.c-ReserveButtons__button::after {
	position: absolute;
	top: 3px;
	right: -3px;
	z-index: -1;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #e5e5e5
}

@media screen and (min-width: 1081px) {
	.c-ReserveButtons__button::after {
		top: 6px;
		right: -6px
	}
}

.c-ReserveButtons__button--tel {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	transform: translateY(-50%)
}

.c-ReserveButtons__button--tel>dt {
	font-size: 3.7333333333vw;
	font-weight: bold;
	line-height: 1
}

@media screen and (min-width: 1081px) {
	.c-ReserveButtons__button--tel>dt {
		font-size: 14px
	}
}

.c-ReserveButtons__button--tel>dd {
	position: relative;
	display: inline-block;
	line-height: 1;
	font-size: 5.3333333333vw;
	font-weight: bold
}

@media screen and (min-width: 1081px) {
	.c-ReserveButtons__button--tel>dd {
		font-size: 21px
	}
}

.c-ReserveButtons__button--tel>dd::before {
	content: "";
	width: 6vw;
	height: 2.9333333333vw;
	display: inline-block;
	background-image: url("../images/sp/icon_tel.png");
	background-size: contain;
	margin-right: .9333333333vw
}

@media screen and (min-width: 1081px) {
	.c-ReserveButtons__button--tel>dd::before {
		width: 27px;
		height: 13px;
		margin-right: 4px
	}
}

.c-ReserveButtons__button--tel>dd::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 5.3333333333vw;
	height: 5.3333333333vw;
	display: block;
	background-image: url("../images/sp/icon_shine.png");
	background-size: contain;
	transform: translate(50%, -50%);
	z-index: 1
}

@media screen and (min-width: 1081px) {
	.c-ReserveButtons__button--tel>dd::after {
		width: 20px;
		height: 20px
	}
}

.c-ReserveButtons__text {
	display: block;
	margin-top: 9px;
	text-align: center;
	font-size: 11px;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.9090909091
}

@media screen and (min-width: 1081px) {
	.c-ReserveButtons__text {
		font-size: 12px;
		line-height: 2.5
	}
}

@keyframes animate-tag {
	0% {
		transform: translateY(0) scale(1)
	}
	25% {
		transform: translateY(-3px) scale(1.05);
		@media screen and (min-width: 1081px) {
			transform:translateY(-6px) scale(1.05)
		}
	}
	50% {
		transform: translateY(0) scale(1)
	}
	75% {
		transform: translateY(-3px) scale(1.05);
		@media screen and (min-width: 1081px) {
			transform:translateY(-6px) scale(1.05)
		}
	}
	100% {
		transform: translateY(0) scale(1)
	}
}

.c-SideMenu {
	display: none
}

@media screen and (min-width: 1081px) {
	.c-SideMenu {
		z-index: 100;
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		width: 160px;
		height: 100vh;
		background-color: #fff
	}
}

.c-SideMenu__heading {
	position: relative
}

.c-SideMenu__heading>a {
	display: block;
	width: 160px;
	height: 150px
}

.c-SideMenu__heading picture {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.c-SideMenu__button {
	display: block;
	width: 160px;
	height: calc((100vh - 150px)/7);
	min-height: 80px;
	max-height: 117px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	background-image: url("../images/sp/side-menu_link.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition-property: opacity;
	transition-duration: .2s
}

@media screen and (min-width: 1081px) {
	.c-SideMenu__button {
		background-image: url("../images/2x/side-menu_link.png")
	}
}

@media(hover: hover)and (pointer: fine) {
	.c-SideMenu__button:hover {
		opacity: .5
	}
}

.c-SideMenu__list>li {
	border-bottom: solid 1px #f1f1f1
}

.c-SideMenu__list>li:last-child {
	border-bottom: none
}

.c-SideMenu__link {
	position: relative;
	display: block;
	width: 160px;
	height: calc((100vh - 150px)/7);
	min-height: 80px;
	max-height: 117px;
	color: #15407c;
	text-align: center;
	font-size: 16px;
	line-height: 1em;
	transition-duration: 500ms;
	transition-property: background-color
}

.c-SideMenu__link:hover, .c-SideMenu__link.current {
	text-decoration: none;
	background-color: #e0f0fa;
	transition-duration: 200ms;
	transition-property: background-color
}

.c-SideMenu__box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%
}

.c-ServiceModal__lead {
	margin-top: 25px;
	font-size: 14px;
	line-height: 27px;
	color: #323941;
	text-align: left
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__lead {
		margin-top: 20px;
		font-size: 22px;
		line-height: 42px
	}
}

.c-ServiceModal__note {
	margin-top: 5px;
	padding-left: 1em
}

.c-ServiceModal__note>li {
	text-indent: -1em;
	font-size: 11px;
	line-height: 21px;
	color: #818ea2;
	text-align: left
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__note>li {
		margin-top: 15px;
		font-size: 18px;
		line-height: 28px
	}
}

.c-ServiceModal__section {
	margin: 0 -20px;
	margin-top: 35px;
	padding: 20px;
	padding-top: 35px;
	padding-bottom: 55px
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__section {
		margin-top: 61px;
		padding: 50px 40px
	}
}

.c-ServiceModal__section--menu {
	background-image: url("../images/sp/service-modal_bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	background-color: #e0f0fa
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__section--menu {
		margin-left: -85px;
		margin-right: -85px;
		background-image: url("../images/2x/service-modal_bg.png")
	}
}

.c-ServiceModal__section--banner {
	padding-top: 0;
	background-image: none
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__section--banner {
		margin-top: 70px;
		padding: 0
	}
}

.c-ServiceModal__section--reserve {
	padding-bottom: 30px;
	padding-top: 0;
	background-image: none
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__section--reserve {
		margin-top: 95px;
		margin-bottom: 60px;
		padding: 0
	}
}

.c-ServiceModal__sub-heading {
	position: relative;
	padding-bottom: 20px;
	font-size: 18px;
	line-height: 7px;
	color: #003f80
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__sub-heading {
		font-size: 36px;
		line-height: 14px;
		padding-bottom: 40px
	}
}

.c-ServiceModal__sub-heading:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	display: block;
	content: "";
	width: 87px;
	height: 2px;
	background-color: #003f80
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__sub-heading:after {
		width: 147px;
		height: 4px
	}
}

.c-ServiceModal__text {
	margin-top: 12px;
	font-size: 12px;
	line-height: 21px;
	color: #ff707a
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__text {
		margin-top: 24px;
		font-size: 18px;
		line-height: 28px
	}
}

.c-ServiceModal__list-menu {
	margin-top: 20px;
	padding: 30px 20px;
	text-align: left;
	background-color: #fff
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__list-menu {
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 40px;
		padding: 60px
	}
}

.c-ServiceModal__list-menu>dt {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #003f80
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__list-menu>dt {
		font-size: 32px;
		line-height: 48px
	}
}

.c-ServiceModal__list-menu>dd {
	margin-top: 10px
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__list-tag {
		margin-top: 20px
	}
}

.c-ServiceModal__list-tag>li {
	position: relative;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
	padding: 0 5px;
	padding-right: 15px;
	font-size: 10px;
	line-height: 20px;
	color: #003f80;
	border: solid 1px #003f80
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__list-tag>li {
		margin-right: 10px;
		padding: 0 10px;
		padding-right: 35px;
		font-size: 19px;
		line-height: 43px
	}
}

.c-ServiceModal__list-tag>li:after {
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	border-left: solid 1px #003f80;
	border-bottom: solid 1px #003f80;
	background-color: #fff
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__list-tag>li:after {
		right: -17px;
		width: 32px;
		height: 32px
	}
}

.c-ServiceModal__box {
	margin-top: 20px;
	display: flex
}

.c-ServiceModal__box>* {
	flex-basis: 50%
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__box>* {
		flex-basis: auto
	}
}

.c-ServiceModal__box>*:first-child {
	padding-right: 10px
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__box>*:first-child {
		padding-right: 20px
	}
}

.c-ServiceModal__box>*:nth-child(2) {
	padding-left: 10px;
	border-left: 1px #bbc6d7 solid
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__box>*:nth-child(2) {
		padding-left: 40px
	}
}

.c-ServiceModal__list-price>dt {
	font-weight: bold;
	font-size: 11px;
	line-height: 21px;
	color: #003f80
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__list-price>dt {
		display: inline-block;
		font-size: 21px;
		line-height: 40px
	}
}

.c-ServiceModal__list-price>dd {
	font-weight: bold;
	font-size: 27px;
	line-height: 27px;
	letter-spacing: -0.05em;
	color: #ff707a;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__list-price>dd {
		display: inline-block;
		margin-left: 10px;
		font-size: 53px;
		line-height: 56px;
		letter-spacing: 0
	}
}

.c-ServiceModal__list-price>dd>span {
	display: inline-block
}

.c-ServiceModal__list-price>dd>span:first-child {
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__list-price>dd>span:first-child {
		font-size: 29px;
		line-height: 56px
	}
}

.c-ServiceModal__list-price>dd>span:last-child {
	font-size: 8px;
	line-height: 12px;
	letter-spacing: 0
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__list-price>dd>span:last-child {
		font-size: 15px;
		line-height: 56px
	}
}

.c-ServiceModal__image {
	margin-top: 10px
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__image {
		margin-top: 40px
	}
}

.c-ServiceModal__image source, .c-ServiceModal__image img {
	display: block !important;
	width: 100% !important;
	height: auto !important
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__image source, .c-ServiceModal__image img {
		display: block !important;
		max-width: 600px;
		margin-left: auto !important;
		margin-right: auto !important
	}
}

.c-ServiceModal__list-detail {
	margin-top: 30px;
	border: solid 1px #bbc6d7
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__list-detail {
		margin-top: 60px;
		border: solid 2px #f5f5f5
	}
}

.c-ServiceModal__list-detail>dt {
	padding: 10px 20px;
	font-weight: normal;
	font-size: 14px;
	line-height: 27px;
	color: #003f80;
	background-color: #f5f7fa
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__list-detail>dt {
		padding: 30px 40px;
		font-size: 28px;
		line-height: 54px
	}
}

.c-ServiceModal__list-detail>dd {
	padding: 20px;
	font-size: 13px;
	line-height: 25px;
	color: #323941
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__list-detail>dd {
		padding: 40px;
		padding-bottom: 60px;
		font-size: 22px;
		line-height: 42px
	}
}

.c-ServiceModal__image2 {
	margin-top: 25px
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__image2 {
		margin-top: 50px
	}
}

.c-ServiceModal__image2 source, .c-ServiceModal__image2 img {
	display: block !important;
	width: 100% !important;
	height: auto !important
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__image2 source, .c-ServiceModal__image2 img {
		display: block !important;
		width: 430px !important;
		margin-left: auto !important;
		margin-right: auto !important
	}
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__list-banner {
		margin-top: 60px;
		display: flex;
		justify-content: center;
		align-items: flex-start
	}
}

.c-ServiceModal__list-banner>li {
	margin-top: 20px
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__list-banner>li {
		width: 50%;
		margin-top: 0;
		padding-bottom: 35px
	}
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__list-banner>li:nth-child(odd) {
		padding-right: 17.5px
	}
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__list-banner>li:nth-child(even) {
		padding-left: 17.5px
	}
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__list-banner>li:only-of-type {
		padding-right: 0
	}
}

.c-ServiceModal__list-banner>li:first-child {
	margin-top: 30px
}

@media screen and (min-width: 1081px) {
	.c-ServiceModal__list-banner>li:first-child {
		margin-top: 0
	}
}

.c-ServiceModal__list-banner>li source, .c-ServiceModal__list-banner>li img {
	display: block;
	width: 100%;
	height: auto
}

.c-ServiceModal__list-banner>li>a {
	opacity: 1;
	transition-property: opacity;
	transition-duration: .2s
}

.c-ServiceModal__list-banner>li>a:hover {
	opacity: .5
}

.c-ClinicList {
	max-width: 670px;
	width: 100%;
	margin: 0 auto 15px
}

@media screen and (min-width: 1081px) {
	.c-ClinicList {
		max-width: 1120px
	}
}

.c-ClinicList__head, .c-ClinicList__detail {
	padding: 20px;
	outline: 1px solid #bbc6d7;
	outline-offset: -1px
}

@media screen and (min-width: 1081px) {
	.c-ClinicList__head, .c-ClinicList__detail {
		padding: 40px
	}
}

.c-ClinicList__head {
	position: relative;
	font-size: 16px;
	color: #fff;
	background: #b9c6d9;
	z-index: 1;
	cursor: pointer;
	transition-property: opacity;
	transition-duration: .2s
}

.c-ClinicList__head[aria-pressed=true] .c-ClinicList__state::after {
	transform: rotate(0)
}

.c-ClinicList__head[aria-pressed=false] .c-ClinicList__state::after {
	transform: rotate(90deg)
}

@media(hover: hover)and (pointer: fine) {
	.c-ClinicList__head:hover {
		opacity: .5
	}
}

@media(hover: hover)and (pointer: fine) {
	.c-ClinicList__head[aria-pressed=true]:hover {
		opacity: 1
	}
}

@media screen and (min-width: 1081px) {
	.c-ClinicList__head {
		font-size: 32px
	}
}

.c-ClinicList__state {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	transform: translateY(-50%)
}

@media screen and (min-width: 1081px) {
	.c-ClinicList__state {
		width: 20px;
		height: 20px;
		right: 40px
	}
}

.c-ClinicList__state::before, .c-ClinicList__state::after {
	display: inline-block;
	content: "";
	position: absolute;
	width: 10px;
	height: 1px;
	top: 50%;
	left: 50%;
	background-color: #fff;
	transition: .2s
}

@media screen and (min-width: 1081px) {
	.c-ClinicList__state::before, .c-ClinicList__state::after {
		width: 20px;
		height: 2px
	}
}

.c-ClinicList__detail {
	background-color: #f5f7fa
}

@media screen and (min-width: 1081px) {
	.c-ClinicList__detail {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 85px;
		padding: 40px 25px
	}
}

.c-ClinicList__detail[aria-hidden=true] {
	display: none
}

.c-ClinicList__detail[aria-hidden=false] {
	position: relative;
	top: -1px;
	opacity: 0;
	transform: translateY(-30px)
}

.c-ClinicList__detail[aria-hidden=false].open {
	opacity: 1 !important;
	transform: translateY(0);
	transform-origin: 0% 0%;
	transition-property: opacity, transform;
	transition-duration: 500ms;
	transition-delay: 0ms;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.c-ClinicList__detail>div {
	margin-bottom: 20px
}

@media screen and (min-width: 1081px) {
	.c-ClinicList__detail>div {
		display: flex;
		width: 50%;
		padding: 15px
	}
}

.c-ClinicCard {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #b9c6d9;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background: #fff
}

@media screen and (min-width: 1081px) {
	.c-ClinicCard {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		height: 100%;
		border: 2px solid #b9c6d9
	}
}

.c-ClinicCard__head {
	width: 100%;
	height: 80px;
	line-height: 1.7142857143;
	background-color: #f0f3f7;
	display: flex
}

@media screen and (min-width: 1081px) {
	.c-ClinicCard__head {
		width: 100%;
		height: 160px
	}
}

.c-ClinicCard__top {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #003f80;
	padding: 28px 30px 28px 20px
}

@media screen and (min-width: 1081px) {
	.c-ClinicCard__top {
		font-size: 28px;
		padding: 56px 10px 66px 30px
	}
}

.c-ClinicCard__photo {
	width: auto;
	height: 100%;
	margin-left: auto;
	flex: 1
}

.c-ClinicCard__box {
	display: flex;
	width: 100%;
	padding: 13px 20px 16px
}

@media screen and (min-width: 1081px) {
	.c-ClinicCard__box {
		padding: 26px 30px 40px 30px
	}
}

.c-ClinicCard__address {
	color: #003f80;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .06em
}

@media screen and (min-width: 1081px) {
	.c-ClinicCard__address {
		font-size: 24px
	}
}

.c-ClinicCard__address::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 12px;
	background-image: url("../images/sp/clinic_icon1.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	vertical-align: top;
	margin-right: 6px
}

@media screen and (min-width: 1081px) {
	.c-ClinicCard__address::before {
		width: 20px;
		height: 25px;
		margin-right: 12px
	}
}

.c-ClinicCard__text {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.5454545455;
	color: #323941
}

@media screen and (min-width: 1081px) {
	.c-ClinicCard__text {
		font-size: 22px
	}
}

.c-ClinicCard__access {
	color: #003f80;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .06em;
	margin-top: 16px
}

@media screen and (min-width: 1081px) {
	.c-ClinicCard__access {
		margin-top: 32px;
		font-size: 24px
	}
}

.c-ClinicCard__access::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 13px;
	background-image: url("../images/sp/clinic_icon2.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: top;
	margin-right: 6px
}

@media screen and (min-width: 1081px) {
	.c-ClinicCard__access::before {
		width: 21px;
		height: 27px;
		margin-right: 12px
	}
}

.c-ClinicCard__text2 {
	position: relative;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.5454545455;
	color: #323941;
	margin-left: 10px
}

@media screen and (min-width: 1081px) {
	.c-ClinicCard__text2 {
		font-size: 22px;
		margin-left: 18px
	}
}

.c-ClinicCard__text2::before {
	content: "";
	position: absolute;
	top: 6px;
	left: -10px;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #bcc4d0;
	margin-right: 4px;
	vertical-align: middle
}

@media screen and (min-width: 1081px) {
	.c-ClinicCard__text2::before {
		top: 14px;
		left: -18px;
		width: 10px;
		height: 10px;
		margin-right: 7px
	}
}

.c-ClinicCard__button {
	display: flex;
	align-items: flex-end;
	margin: 0 auto 22px
}

.c-ClinicCard__button>button {
	width: 78.4745762712%;
	margin: auto
}

@media screen and (min-width: 1081px) {
	.c-ClinicCard__button>button {
		width: 84.046692607%
	}
}

.c-ClinicCard__button>button>.c-BannerZone__button {
	width: 100%
}

@media screen and (min-width: 1081px) {
	.c-ClinicCard__button {
		margin: auto auto 44px
	}
}
.c-services-tab{
    position: relative;
    padding-top: 70px;
    background: #ffffff;
}

@media screen and (max-width: 767px) {
	.c-services-tab {
		padding-top: 110px;
	}
}
.c-services-tab__list {
	display: flex;
	justify-content: space-between;
    position: absolute;
    z-index: 99;
    top: clamp(-12%,3vw,-25%);
}

/*.c-services-tab__item {
	margin-left: 4px;
	margin-right: 4px
}*/
/*
@media screen and (min-width: 1081px) {
	.c-services-tab__item {
		margin-left: 16px;
		margin-right: 16px
	}
}*/

.c-services-tab__button {
	position: relative;
	/*width: 76px;*/
	/*height: 76px;*/
	/*background: center center no-repeat;
	background-size: contain*/
}

.c-services-tab__button[aria-selected=true]>.c-services-tab__button--active {
	opacity: 1
}

.c-services-tab__button[aria-selected=false] {
	transition-property: opacity;
	transition-duration: .3s
}

@media(hover: hover)and (pointer: fine) {
	.c-services-tab__button[aria-selected=false]:hover {
		opacity: .5
	}
}
/*
@media screen and (min-width: 1081px) {
	.c-services-tab__button {
		width: 152px;
		height: 152px
	}
}*/

.c-services-tab__button--active {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: center center no-repeat;
	background-size: contain;
	transition-property: opacity;
	transition-duration: .3s
}

.c-services-tab__button--active>span {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important
}

/*
.c-services-tab__button--face {
	background-image: url("../../images/top/face01_btn.png")
}

.c-services-tab__button--face>.c-services-tab__button--active {
	background-image: url("../../images/top/face02_btn.png")
}
*/
.c-services-tab__button--face {
    display: block;
}

.c-services-tab__button--face>.c-services-tab__button--active {
    display: block;
}
/*
.c-services-tab__button--body {
	background-image: url("../../images/top/body01_btn.png")
}

.c-services-tab__button--body>.c-services-tab__button--active {
	background-image: url("../../images/top/body02_btn.png")
}*/

.c-services-tab__button--body {
	display: block;
}

.c-services-tab__button--body>.c-services-tab__button--active {
	display: block;
}
/*
.c-services-tab__button--skin {
	background-image: url("../../images/top/skin01_btn.png")
}

.c-services-tab__button--skin>.c-services-tab__button--active {
	background-image: url("../../images/top/skin02_btn.png")
}*/

.c-services-tab__button--skin {
	display: block;
}

.c-services-tab__button--skin>.c-services-tab__button--active {
	display: block;
}
/*
.c-services-tab__button--others {
	background-image: url("../../images/top/other01_btn.png")
}

.c-services-tab__button--others>.c-services-tab__button--active {
	background-image: url("../../images/top/other02_btn.png")
}*/

.c-services-tab__button--others {
	display: block;
}

.c-services-tab__button--others>.c-services-tab__button--active {
	display: block;
}

.c-services-tab__panels {
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	z-index: 1
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panels {
		margin-top: 55px
	}
}

.c-services-tab__panels--em {
	position: absolute;
	bottom: 9px;
	right: 0;
	width: 100%
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panels--em {
		bottom: 27px;
		left: 50%;
		margin-left: 197px;
		right: auto
	}
}

.c-services-tab__panels--em>p {
	font-size: 10px;
	color: #003f80
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panels--em>p {
		font-size: 18px
	}
}

.c-services-tab__panels--em>p>em {
	font-style: normal
}

.c-services-tab__panel {
	position: relative;
	height: 80vw;
	opacity: 0;
	transform: translateY(-5px);
	transition-property: opacity, transform;
	transition-duration: .3s;
	transform-origin: top center;
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

.c-services-tab__panel:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 107%;
	height: 118%;
	background: center bottom no-repeat;
	background-size: 100% auto;
	transform: translate(-50%, 0)
}

.c-services-tab__panel[aria-hidden=true] {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
	opacity: 0
}

.c-services-tab__panel.current {
	opacity: 1;
	transform: translateY(0)
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panel {
		height: 600px
	}
	.c-services-tab__panel:before {
		width: 675px;
		height: 730px
	}
}

.c-services-tab__panel--list {
	position: relative
}

.c-services-tab__panel--face:before {
	background-image: url("../../img/top/face_bg.jpg")
}

.c-services-tab__panel--body:before {
	background-image: url("../../img/top/body_bg.jpg")
}

.c-services-tab__panel--skin:before {
	background-image: url("../../img/top/skin_bg.jpg")
}

.c-services-tab__panel--others:before {
	background-image: url("../../img/top/other_bg.jpg")
}

.c-services-tab__panel--button {
	width: 20vw;
	padding-top: 8px;
	padding-bottom: 8px;
	border: solid 1px #ff7878;
	border-radius: 10px;
	text-align: center;
	font-size: .75rem;
	line-height: 1.0833333333;
	background: rgba(255, 255, 255, .7);
	color: #ff7878;
	transition-property: opacity;
	transition-duration: .2s
}
.c-services-tab__panel--button a{
    color: #ff7878;
}

@media(hover: hover)and (pointer: fine) {
	.c-services-tab__panel--button:hover {
		opacity: .5
	}
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panel--button {
		width: 200px;
		padding-top: 17.5px;
		padding-bottom: 17.5px;
		border: solid 2px #ff7878;
		font-size: 24px
	}
}

.c-services-tab__panel--list {
	width: 100%;
	height: 100%
}

.c-services-tab__panel--list>li {
	position: absolute
}

.c-services-tab__panel--doubleEyelids {
	bottom: 63%;
	right: 50%;
	margin-bottom: 21.3333333333vw;
	margin-right: 16.6666666667vw
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panel--doubleEyelids {
		margin-bottom: 160px;
		margin-right: 125px
	}
}

.c-services-tab__panel--darkcircles {
	bottom: 50%;
	right: 50%;
	margin-bottom: 5.3333333333vw;
	margin-right: 16.6666666667vw
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panel--darkcircles {
		margin-bottom: 40px;
		margin-right: 125px
	}
}

.c-services-tab__panel--wrinkle {
	top: 50%;
	right: 50%;
	margin-top: 4vw;
	margin-right: 16.6666666667vw
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panel--wrinkle {
		margin-top: 30px;
		margin-right: 125px
	}
}

.c-services-tab__panel--faceline {
	top: 50%;
	right: 50%;
	margin-top: 21.3333333333vw;
	margin-right: 16.6666666667vw
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panel--faceline {
		margin-top: 160px;
		margin-right: 125px
	}
}

.c-services-tab__panel--microrhinia {
	bottom: 62%;
	left: 50%;
	margin-bottom: 21.8666666667vw;
	margin-left: 16.6666666667vw
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panel--microrhinia {
		margin-bottom: 164px;
		margin-left: 125px
	}
}

.c-services-tab__panel--bags {
	bottom: 50%;
	left: 50%;
	margin-bottom: 5.3333333333vw;
	margin-left: 16.6666666667vw
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panel--bags {
		margin-bottom: 40px;
		margin-left: 125px
	}
}

.c-services-tab__panel--nose {
	top: 47%;
	left: 50%;
	margin-top: -4.5333333333vw;
	margin-left: 16.6666666667vw
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panel--nose {
		margin-top: -34px;
		margin-left: 125px
	}
}

.c-services-tab__panel--lips {
	top: 45%;
	left: 50%;
	margin-top: 21.3333333333vw;
	margin-left: 16.6666666667vw
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panel--lips {
		margin-top: 160px;
		margin-left: 125px
	}
}

.c-services-tab__panel--chest {
	bottom: 71%;
	right: -21%;
	margin-bottom: 3.7333333333vw;
	margin-right: 16.6666666667vw
}

@media screen and (max-width: 750px) {
	.c-services-tab__panel--chest {
		bottom: 73%;
	    right:  -13%;
	}
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panel--chest {
		margin-bottom: 28px;
		margin-right: 125px
	}
}

.c-services-tab__panel--slimming {
	top: 22%;
	right: -21%;
	margin-top: 22.6666666667vw;
	margin-right: 16.6666666667vw
}

@media screen and (max-width: 750px) {
	.c-services-tab__panel--slimming {
		top: 24%;
	right: -13%;
	}
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panel--slimming {
		margin-top: 170px;
		margin-right: 125px
	}
}

.c-services-tab__panel--hidrosis {
	bottom: 50%;
	left: 50%;
	margin-bottom: 3.7333333333vw;
	margin-left: 16.6666666667vw
}

@media screen and (max-width: 750px) {
	.c-services-tab__panel--hidrosis {
		bottom: 55%;
	    left: 50%;
	}
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panel--hidrosis {
		margin-bottom: 28px;
		margin-left: 125px
	}
}

.c-services-tab__panel--vaginoplasty {
	top: 41%;
	left: 50%;
	margin-top: 22.6666666667vw;
	margin-left: 16.6666666667vw
}

@media screen and (max-width: 750px) {
	.c-services-tab__panel--vaginoplasty {
		top: 44%;
	    left: 50%;
	}
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panel--vaginoplasty {
		margin-top: 170px;
		margin-left: 125px
	}
}

.c-services-tab__panel--spot {
	bottom: 80%;
	right: 50%;
	margin-bottom: 2.6666666667vw;
	margin-right: 16.6666666667vw
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panel--spot {
		margin-bottom: 20px;
		margin-right: 125px
	}
}

.c-services-tab__panel--mole {
	top: 21%;
	right: 50%;
	margin-top: 22.6666666667vw;
	margin-right: 16.6666666667vw
}

@media screen and (max-width: 750px) {
	.c-services-tab__panel--mole {
		top: 24%;
	}
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panel--mole {
		margin-top: 170px;
		margin-right: 125px
	}
}

.c-services-tab__panel--acne {
	bottom: 85%;
	left: 52%;
	margin-bottom: 4vw;
	margin-left: 16.6666666667vw
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panel--acne {
		margin-bottom: 30px;
		margin-left: 125px
	}
}

.c-services-tab__panel--tattoo {
	top: 20%;
	left: 50%;
	margin-top: 22.1333333333vw;
	margin-left: 16.6666666667vw
}

@media screen and (max-width: 750px) {
	.c-services-tab__panel--tattoo {
		top: 25%;
	}
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panel--tattoo {
		margin-top: 166px;
		margin-left: 125px
	}
}

.c-services-tab__panel--hair {
	bottom: 82%;
	right: -14%;
	margin-bottom: 2.6666666667vw;
	margin-right: 16.6666666667vw
}

@media screen and (max-width: 750px) {
	.c-services-tab__panel--hair {
		bottom: 84%;
	    right: -6%;
	}
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panel--hair {
		margin-bottom: 20px;
		margin-right: 125px
	}
}

.c-services-tab__panel--hyaluronic {
	bottom: 30%;
	left: -3%;
	margin-bottom: 2.6666666667vw;
	margin-left: 16.6666666667vw
}

@media screen and (max-width: 750px) {
	.c-services-tab__panel--hyaluronic {
		bottom: 33%;
	    left: 4%;
	}
}

@media screen and (min-width: 1081px) {
	.c-services-tab__panel--hyaluronic {
		margin-bottom: 20px;
		margin-left: 125px
	}
}

@media screen and (min-width: 1081px) {
	.c-services-tab__handhelds {
		display: none
	}
}

.c-services-tab__widescreen {
	display: none
}

@media screen and (min-width: 1081px) {
	.c-services-tab__widescreen {
		display: block
	}
}

.c-case__panel--list {
	margin-bottom: 10px
}

@media screen and (min-width: 1081px) {
	.c-case__panel--list {
		margin-bottom: 30px;
		display: flex;
		flex-wrap: wrap
	}
}

.c-case__panel--card {
	margin-bottom: 15px;
	transform: rotate3d(-1, 1, 0, 45deg);
	transform-style: preserve-3d;
	transition-property: transform, opacity;
	transition-duration: .4s;
	transform-origin: top center;
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	opacity: 0
}

@media screen and (min-width: 1081px) {
	.c-case__panel--card {
		width: calc(50% - 30px);
		margin: 15px;
		background: #fff
	}
}

.c-case__panel--card[aria-hidden=true] {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important
}

.c-case__panel--card.current {
	transform: rotate3d(0, 0, 0, 0);
	opacity: 1
}

.c-case__banner--item {
	margin: 0 auto;
	max-width: 750px
}

.c-case__banner--item[aria-hidden=true] {
	display: none
}

.c-case__banner--item[aria-hidden=false] {
	margin-bottom: 20px
}

@media screen and (min-width: 1081px) {
	.c-case__banner--item[aria-hidden=false] {
		margin-bottom: 40px
	}
}

.c-case__banner--item>img {
	width: 100%
}

.c-case__small {
	display: block;
	margin-bottom: 40px;
	font-size: 11px;
	line-height: 1.9090909091;
	color: #818ea2
}

@media screen and (min-width: 1081px) {
	.c-case__small {
		margin: 0 auto 60px;
		font-size: 22px;
		text-align: center
	}
}

.c-case-select {
	position: relative;
	margin-bottom: 18px
}

@media screen and (min-width: 1081px) {
	.c-case-select {
		margin-bottom: 80px;
		text-align: center
	}
}

.c-case-select__selected {
	display: table-cell;
	position: relative;
	width: 100%;
	height: 55px;
	padding-left: 20px;
	padding-right: 20px;
	border: solid 1px #15407c;
	transition-property: opacity;
	transition-duration: .2s
}

@media(hover: hover)and (pointer: fine) {
	.c-case-select__selected:hover {
		opacity: .5
	}
}

@media screen and (min-width: 1081px) {
	.c-case-select__selected {
		width: 670px;
		height: 117px;
		padding-left: 40px;
		padding-right: 40px;
		margin-left: auto;
		margin-right: auto;
		text-align: left
	}
}

.c-case-select__selected::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 9px;
	height: 9px;
	border-right: 1px solid #15407c;
	border-bottom: 1px solid #15407c;
	text-align: center;
	transform: rotate(45deg) translateY(-50%)
}

@media screen and (min-width: 1081px) {
	.c-case-select__selected::before {
		right: 50px;
		width: 18px;
		height: 18px;
		border-right: 2px solid #15407c;
		border-bottom: 2px solid #15407c
	}
}

.c-case-select__selected>span {
	vertical-align: middle;
	font-size: 13px;
	font-weight: 700;
	color: #003f80
}

@media screen and (min-width: 1081px) {
	.c-case-select__selected>span {
		font-size: 26px
	}
}

.c-case-select__list {
	overflow-y: scroll;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 50vh;
	padding-top: 10px;
	padding-bottom: 0;
	background: #fff;
	z-index: 2;
	box-shadow: 0px 4px 25px -10px #777
}

@media screen and (min-width: 1081px) {
	.c-case-select__list {
		margin: auto;
		width: 670px;
		right: 0
	}
}

.c-case-select__list[aria-hidden=true] {
	display: none
}

.c-case-select__list::after {
	position: sticky;
	bottom: 0;
	display: block;
	content: "";
	width: 100%;
	height: 30px;
	background-color: #fff
}

@media screen and (min-width: 1081px) {
	.c-case-select__list::after {
		height: 60px
	}
}

.c-case-select__button {
	display: table-cell;
	width: 100%;
	height: 55px;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
	transition-property: opacity;
	transition-duration: .2s
}

@media screen and (min-width: 1081px) {
	.c-case-select__button {
		height: 110px;
		padding-left: 40px;
		padding-right: 40px
	}
}

.c-case-select__button>span {
	vertical-align: middle;
	font-size: 13px;
	color: #000
}

@media screen and (min-width: 1081px) {
	.c-case-select__button>span {
		font-size: 26px
	}
}

.c-case-select__button.is-selected {
	background: #f5f7fa
}

.c-case-select__button.is-selected>span {
	color: #333940
}

@media(hover: hover)and (pointer: fine) {
	.c-case-select__button:hover {
		background: #f5f7fa;
		opacity: .5
	}
	.c-case-select__button:hover>span {
		color: #333940
	}
}

.c-headline2 {
	text-align: center
}

.c-headline2__title {
	position: relative;
	padding-bottom: 18px;
	font-size: 25px;
	color: #323941
}

@media screen and (min-width: 1081px) {
	.c-headline2__title {
		font-size: 40px;
		padding-bottom: 30px
	}
}

.c-headline2__title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 90px;
	height: 2px;
	background: #232a2e;
	transform: translate(-50%, 0)
}

@media screen and (min-width: 1081px) {
	.c-headline2__title::after {
		width: 174px
	}
}

.c-headline2__en {
	margin-top: 15px
}

@media screen and (min-width: 1081px) {
	.c-headline2__en {
		margin-top: 24.5px
	}
}

.c-headline3 {
	position: relative;
	padding-bottom: 12px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #003f80
}

@media screen and (min-width: 1081px) {
	.c-headline3 {
		font-size: 36px;
		padding-bottom: 36px
	}
}

.c-headline3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 87px;
	height: 2px;
	background: #003f80;
	transform: translate(-50%, 0)
}

@media screen and (min-width: 1081px) {
	.c-headline3::after {
		width: 174px;
		height: 4px
	}
}

.l-wrapper {
	overflow: hidden
}

@media screen and (min-width: 1081px) {
	.l-wrapper {
		margin-left: 160px
	}
}

.l-header {
	width: 100%
}

.s-header {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
	z-index: 10;
	transform: translate(0, -100%);
	transition: transform .2s ease-out
}

@media screen and (min-width: 1081px) {
	.s-header {
		display: none
	}
}

.s-header.is-show {
	transform: translate(0, 0)
}

.s-header__logo {
	width: 49.2vw;
	height: 14.4vw
}

.s-header__logo>a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap
}

.s-header__logo>a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 5.3333333333vw;
	width: 34.6666666667vw;
	height: 5.2vw;
	background: url("../images/sp/header_logo_sticky.png") no-repeat;
	background-size: contain;
	transform: translateY(-50%)
}

.s-header__nav {
	position: relative
}

.s-header__nav>button {
	width: 16vw;
	height: 14.4vw
}

.s-header__nav>button>div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5.3333333333vw;
	height: 2.6666666667vw;
	transform: translate(-50%, -50%)
}

.s-nav {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100vw;
	background-color: rgba(19, 42, 65, .8);
	z-index: 11;
	opacity: 1;
	transition: opacity .1s ease-out
}

@media screen and (min-width: 1081px) {
	.s-nav {
		display: none
	}
}

.s-nav[aria-hidden=true] {
	opacity: 0;
	transform: translate(0, -100%)
}

.s-nav[aria-hidden=true] .s-nav__container {
	transform: translate(0, -100%)
}

.s-nav__container {
	padding-top: 55px;
	padding-bottom: 55px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
	transform: translate(0, 0);
	transition: transform .2s ease-out;
	transition-delay: .1s
}

.s-nav__close {
	position: absolute;
	top: 18px;
	right: 20px
}

.s-nav__close>button {
	width: 18px;
	height: 18px
}

@media screen and (min-width: 1081px) {
	.s-nav__close>button {
		width: 36px;
		height: 36px
	}
}

.s-nav__list {
	padding-left: 20px;
	padding-right: 20px
}

.s-nav__item {
	width: 100%;
	border-bottom: 1px solid #bbc6d7
}

.s-nav__item:last-child {
	border-bottom: none
}

.s-nav__item>a {
	display: block;
	position: relative;
	padding-top: 16px;
	padding-bottom: 18px;
	padding-right: 15px;
	line-height: 1.2307692308;
	font-size: 13px;
	font-weight: 500;
	color: #003f80
}

.s-nav__item>a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 9px;
	height: 9px;
	border-right: 1px solid #003f80;
	border-bottom: 1px solid #003f80;
	text-align: center;
	transform: rotate(-45deg) translateY(-50%)
}

.s-nav__reserve {
	margin-top: 27px
}

.s-footer {
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
	background: #f5f7fa
}

.s-footer__policy {
	margin-bottom: 5px
}

@media screen and (min-width: 1081px) {
	.s-footer__policy {
		margin-bottom: 10px
	}
}

.s-footer__policy a {
	position: relative;
	padding-left: 10px;
	font-size: 12px;
	color: #a4a7ac
}

@media screen and (min-width: 1081px) {
	.s-footer__policy a {
		font-size: 24px;
		padding-left: 13px
	}
}

.s-footer__policy a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 5px;
	border-right: 1px solid #a4a7ac;
	border-bottom: 1px solid #a4a7ac;
	text-align: center;
	transform: rotate(-45deg) translateY(-50%)
}

@media screen and (min-width: 1081px) {
	.s-footer__policy a::before {
		width: 10px;
		height: 10px;
		border-right: 2px solid #a4a7ac;
		border-bottom: 2px solid #a4a7ac
	}
}

.s-footer__policy a:hover {
	text-decoration: underline
}

.s-footer__copyright small {
	font-size: 11px;
	color: #b9c6d9
}

@media screen and (min-width: 1081px) {
	.s-footer__copyright small {
		font-size: 22px
	}
}

.p-hero {
	margin-bottom: 24px
}

@media screen and (min-width: 1081px) {
	.p-hero {
		margin-bottom: 72.5px
	}
}

.p-hero__inner {
	opacity: 0;
	position: relative;
	transform: translate(100px, 100px);
	transition-property: opacity, transform;
	transition-duration: 1000ms
}

.p-hero__inner.started {
	opacity: 1;
	transform: translate(0px, 0px)
}

.p-hero__logo {
	position: absolute;
	top: 4.4vw;
	left: 5.3333333333vw;
	width: 34.6666666667vw;
	height: 5.2vw;
	z-index: 1
}

.p-hero__logo>a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap
}

.p-hero__logo>a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background: url("../images/sp/logo.png") no-repeat;
	background-size: contain;
	transform: translate(-50%, -50%)
}

@media screen and (min-width: 1081px) {
	.p-hero__logo {
		display: none
	}
}

.p-hero__kv {
	position: relative;
	width: 100%;
	opacity: 0;
	transform: translate(-50px, -50px);
	transition-property: opacity, transform;
	transition-duration: 1000ms
}

.p-hero__kv.started {
	opacity: 1;
	transform: translate(0px, 0px)
}

.p-hero__kv img {
	width: 100%
}

.p-hero__kv>a:active .p-hero__kv--button {
	transform: translate(calc(-50% + 4px), 4px)
}

@media screen and (min-width: 1081px) {
	.p-hero__kv>a:active .p-hero__kv--button {
		transform: translate(calc(-50% + 6px), 6px)
	}
}

.p-hero__kv>a:active .p-hero__kv--button::after {
	transform: translate(-4px, -4px)
}

@media screen and (min-width: 1081px) {
	.p-hero__kv>a:active .p-hero__kv--button::after {
		transform: translate(-6px, -6px)
	}
}

.p-hero__kv>a:hover .p-hero__kv--button::before {
	opacity: .2
}

.p-hero__kv--shine {
	position: absolute;
	bottom: 14.6666666667vw;
	left: 50%;
	width: 89.0666666667vw;
	height: 16.5333333333vw;
	transform: translate(-50%, 0)
}

@media screen and (min-width: 1081px) {
	.p-hero__kv--shine {
		left: calc(50% - 13.25vw);
		bottom: 6.25vw;
		width: 24.375vw;
		height: 5vw
	}
}

.p-hero__kv--shine>.star {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url("../images/sp/icon_shine.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	animation: glitter 1s;
	pointer-events: none;
	transform: scale(0);
	opacity: 0
}

.p-hero__kv--button {
	position: absolute;
	bottom: 14.6666666667vw;
	left: 50%;
	width: 89.0666666667vw;
	transform: translate(-50%, 0);
	transition-property: transform;
	transition-duration: .06s;
	transition-timing-function: ease-out
}

@media screen and (min-width: 1081px) {
	.p-hero__kv--button {
		left: calc(50% - 13.25vw);
		bottom: 6.25vw;
		width: 24.375vw
	}
}

.p-hero__kv--button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1;
	opacity: 0;
	transition-property: opacity;
	transition-duration: .2s
}

.p-hero__kv--button::after {
	position: absolute;
	top: 4px;
	right: -4px;
	z-index: -1;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(11, 3, 6, .15);
	transition-property: transform;
	transition-duration: .06s;
	transition-timing-function: ease-out
}

@media screen and (min-width: 1081px) {
	.p-hero__kv--button::after {
		top: 6px;
		right: -6px
	}
}

.p-hero__kv--button>img {
	width: 100%
}

.p-hero__kv--button-shiny {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%
}

.p-hero__kv--button-shiny::before {
	content: "";
	position: absolute;
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	transform: scale(0) rotate(45deg);
	opacity: 0;
	animation: shiny 2.5s linear infinite
}

@keyframes glitter {
	0% {
		transform: scale(0);
		opacity: 0
	}
	50% {
		transform: scale(1);
		opacity: 1
	}
	100% {
		transform: scale(0);
		opacity: 0
	}
}

@keyframes shiny {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0
	}
	30% {
		transform: scale(0) rotate(45deg);
		opacity: .2
	}
	31% {
		transform: scale(4) rotate(45deg);
		opacity: .6
	}
	50% {
		transform: scale(50) rotate(45deg);
		opacity: 0
	}
	100% {
		transform: scale(50) rotate(45deg);
		opacity: 0
	}
}

.p-form {
	margin-top: 104.5px
}

@media screen and (min-width: 1081px) {
	.p-form {
		margin-top: 229px
	}
}

.p-form__headline {
	margin-bottom: 20px
}

@media screen and (min-width: 1081px) {
	.p-form__headline {
		margin-bottom: 28px
	}
}

.p-form__headline img {
	width: 284.5px
}

@media screen and (min-width: 1081px) {
	.p-form__headline img {
		width: 569px
	}
}

.p-form__paragraph {
	margin-bottom: 20px;
	font-size: 14px;
	text-align: center
}

@media screen and (min-width: 1081px) {
	.p-form__paragraph {
		margin-bottom: 80px;
		font-size: 22px
	}
}

.p-menu {
	margin-top: 62px;
	margin-bottom: 59px
}

@media screen and (min-width: 1081px) {
	.p-menu {
		margin-top: 80px;
		margin-bottom: 115px
	}
}

.p-menu__headline img {
	width: 90px
}

@media screen and (min-width: 1081px) {
	.p-menu__headline img {
		width: 180px
	}
}

.p-menu__box {
	margin-top: 19px;
	padding-left: 20px;
	padding-right: 20px
}

@media screen and (min-width: 1081px) {
	.p-menu__box {
		margin-top: 50px;
		padding-left: 25px;
		padding-right: 25px
	}
}

.p-services {
	padding-top: 60px;
	background: #fffce9;
	background-size: cover
}

@media screen and (min-width: 1081px) {
	.p-services {
		padding-top: 113px;
		background: #fffce9;
	}
}

.p-services__headline img {
	width: 136.5px
}

@media screen and (min-width: 1081px) {
	.p-services__headline img {
		width: 273px
	}
}

.p-services__lead {
	margin-top: 32px
}

@media screen and (min-width: 1081px) {
	.p-services__lead {
		margin-top: 62px
	}
}

.p-services__lead>p {
	text-align: center
}

.p-services__lead>p>img {
	width: 288px;
	max-width: 100%
}

@media screen and (min-width: 1081px) {
	.p-services__lead>p>img {
		width: 576px
	}
}

.p-services__tab {
	margin-top: 24px
}

@media screen and (min-width: 1081px) {
	.p-services__tab {
		margin-top: 42px
	}
}

@media screen and (min-width: 1081px) {
	.p-services__handhelds {
		display: none
	}
}

.p-services-modal__headline--doubleEyelids img {
	width: 98.5px
}

@media screen and (min-width: 1081px) {
	.p-services-modal__headline--doubleEyelids img {
		width: 197px
	}
}

.p-services-modal__headline--darkcircles img {
	width: 244px
}

@media screen and (min-width: 1081px) {
	.p-services-modal__headline--darkcircles img {
		width: 488px
	}
}

.p-services-modal__headline--wrinkle img {
	width: 198px
}

@media screen and (min-width: 1081px) {
	.p-services-modal__headline--wrinkle img {
		width: 396px
	}
}

.p-services-modal__headline--faceline img {
	width: 150.5px
}

@media screen and (min-width: 1081px) {
	.p-services-modal__headline--faceline img {
		width: 301px
	}
}

.p-services-modal__headline--microrhinia img {
	width: 105px
}

@media screen and (min-width: 1081px) {
	.p-services-modal__headline--microrhinia img {
		width: 210px
	}
}

.p-services-modal__headline--bags img {
	width: 112.5px
}

@media screen and (min-width: 1081px) {
	.p-services-modal__headline--bags img {
		width: 225px
	}
}

.p-services-modal__headline--nose img {
	width: 108.5px
}

@media screen and (min-width: 1081px) {
	.p-services-modal__headline--nose img {
		width: 217px
	}
}

.p-services-modal__headline--lips img {
	width: 45.5px
}

@media screen and (min-width: 1081px) {
	.p-services-modal__headline--lips img {
		width: 91px
	}
}

.p-services-modal__headline--chest img {
	width: 159px
}

@media screen and (min-width: 1081px) {
	.p-services-modal__headline--chest img {
		width: 318px
	}
}

.p-services-modal__headline--slimming img {
	width: 108px
}

@media screen and (min-width: 1081px) {
	.p-services-modal__headline--slimming img {
		width: 216px
	}
}

.p-services-modal__headline--hidrosis img {
	width: 196.5px
}

@media screen and (min-width: 1081px) {
	.p-services-modal__headline--hidrosis img {
		width: 393px
	}
}

.p-services-modal__headline--vaginoplasty img {
	width: 97px
}

@media screen and (min-width: 1081px) {
	.p-services-modal__headline--vaginoplasty img {
		width: 194px
	}
}

.p-services-modal__headline--spot img {
	width: 217.5px
}

@media screen and (min-width: 1081px) {
	.p-services-modal__headline--spot img {
		width: 435px
	}
}

.p-services-modal__headline--mole img {
	width: 96.5px
}

@media screen and (min-width: 1081px) {
	.p-services-modal__headline--mole img {
		width: 193px
	}
}

.p-services-modal__headline--acne img {
	width: 90.5px
}

@media screen and (min-width: 1081px) {
	.p-services-modal__headline--acne img {
		width: 181px
	}
}

.p-services-modal__headline--tattoo img {
	width: 47.5px
}

@media screen and (min-width: 1081px) {
	.p-services-modal__headline--tattoo img {
		width: 95px
	}
}

.p-services-modal__headline--hair img {
	width: 150px
}

@media screen and (min-width: 1081px) {
	.p-services-modal__headline--hair img {
		width: 300px
	}
}

.p-services-modal__headline--hyaluronic img {
	width: 114px
}

@media screen and (min-width: 1081px) {
	.p-services-modal__headline--hyaluronic img {
		width: 228px
	}
}

.p-services-modal__bar {
	position: sticky;
	z-index: 10;
	padding: 10px 0;
	bottom: -30px;
	margin: 0 -20px;
	display: block;
	background-color: rgba(255, 255, 255, .8);
	opacity: 1;
	transform: scale(1);
	transition-property: opacity;
	transition-duration: 500ms
}

@media screen and (min-width: 1081px) {
	.p-services-modal__bar {
		padding: 20px 0;
		bottom: -60px;
		margin: 0 -85px
	}
}

.p-services-modal__bar.vanished {
	opacity: 0;
	height: 0
}

.p-services-modal__bar.out {
	transform: scale(0)
}

.p-services-modal__reserve .c-BannerZone__button {
	margin: 0 auto;
	width: 90%
}

@media screen and (min-width: 1081px) {
	.p-services-modal__reserve .c-BannerZone__button {
		width: 490px
	}
}

.p-case {
	position: relative;
	padding-top: 62px;
	padding-bottom: 78px;
	background: linear-gradient(#c2e2f4 0%, #f5fbff 93.52%, #e8f6ff 100%)
}

@media screen and (min-width: 1081px) {
	.p-case {
		padding-top: 115px;
		padding-bottom: 120px
	}
}

.p-case__bg-item {
	position: absolute;
	top: -41px;
	left: -30px;
	width: 174.5px;
	z-index: 1
}

@media screen and (min-width: 1081px) {
	.p-case__bg-item {
		width: 344px;
		top: -110px;
		left: -75px
	}
}

.p-case__bg-item img {
	width: 100%
}

.p-case__headline img {
	width: 188px
}

@media screen and (min-width: 1081px) {
	.p-case__headline img {
		width: 376px
	}
}

@media screen and (min-width: 1081px) {
	.p-case__lead {
		margin-top: 28px
	}
}

.p-case__lead>p {
	margin-top: 14px;
	text-align: center;
	font-size: 14px;
	line-height: 1.9285714286
}

@media screen and (min-width: 1081px) {
	.p-case__lead>p {
		margin-top: 28px;
		font-size: 28px
	}
}

.p-case__lead>p>img {
	width: 335px;
	max-width: 100%
}

@media screen and (min-width: 1081px) {
	.p-case__lead>p>img {
		width: 670px
	}
}

.p-case__select {
	margin-top: 28px;
	padding-left: 20px;
	padding-right: 20px
}

@media screen and (min-width: 1081px) {
	.p-case__select {
		max-width: 1170px;
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto
	}
}

.p-case__reserve {
	padding-left: 20px;
	padding-right: 20px
}

@media screen and (min-width: 1081px) {
	.p-case__reserve {
		max-width: 750px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0
	}
}

.p-flow {
	overflow-x: clip;
	position: relative;
	padding-top: 61px;
	padding-bottom: 68px;
	background: linear-gradient(#f7f7f7 0%, #dbe9f2 100%)
}

@media screen and (min-width: 1081px) {
	.p-flow {
		padding-top: 116px;
		padding-bottom: 122px
	}
}

.p-flow__headline {
	position: relative
}

.p-flow__headline img {
	width: 298.5px
}

@media screen and (min-width: 1081px) {
	.p-flow__headline img {
		width: 597px
	}
}

.p-flow__bg-rainbow1 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto
}

.p-flow__bg-rainbow1 img {
	width: 100%
}

.p-flow__bg-rainbow2 {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.p-flow__bg-rainbow2 img {
	width: 100%
}

.p-flow__bg-item1 {
	position: absolute;
	top: -30px;
	right: -20px
}

@media screen and (min-width: 1081px) {
	.p-flow__bg-item1 {
		top: -120px
	}
}

.p-flow__bg-item1 img {
	width: 115.5px
}

@media screen and (min-width: 1081px) {
	.p-flow__bg-item1 img {
		width: 231px
	}
}

.p-flow__bg-item2 {
	position: absolute;
	z-index: 1;
	top: 225px;
	left: 0
}

@media screen and (min-width: 1081px) {
	.p-flow__bg-item2 {
		top: 350px
	}
}

.p-flow__bg-item2 img {
	width: 115.5px
}

@media screen and (min-width: 1081px) {
	.p-flow__bg-item2 img {
		width: 231px
	}
}

.p-flow__bg-item3 {
	position: absolute;
	z-index: 1;
	top: -90px;
	right: -100px;
	mix-blend-mode: multiply
}

@media screen and (min-width: 1081px) {
	.p-flow__bg-item3 {
		top: -160px;
		right: -280px
	}
}

.p-flow__bg-item3 img {
	width: 165.5px
}

@media screen and (min-width: 1081px) {
	.p-flow__bg-item3 img {
		width: 331px
	}
}

.p-flow__bg-item4 {
	position: absolute;
	top: -157px;
	left: -4px
}

@media screen and (min-width: 1081px) {
	.p-flow__bg-item4 {
		top: 50px;
		left: -90px
	}
}

.p-flow__bg-item4 img {
	mix-blend-mode: multiply;
	width: 57px
}

@media screen and (min-width: 1081px) {
	.p-flow__bg-item4 img {
		width: 114px
	}
}

.p-flow__bg-item5 {
	position: absolute;
	z-index: -1;
	top: -65px;
	right: -55px
}

@media screen and (min-width: 1081px) {
	.p-flow__bg-item5 {
		top: -120px;
		right: -100px
	}
}

.p-flow__bg-item5 img {
	mix-blend-mode: multiply;
	width: 170.5px
}

@media screen and (min-width: 1081px) {
	.p-flow__bg-item5 img {
		width: 341px
	}
}

.p-flow__contents {
	position: relative;
	z-index: 0;
	margin-top: 27px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 41px;
	padding-bottom: 68px;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff
}

@media screen and (min-width: 1081px) {
	.p-flow__contents {
		max-width: 1150px;
		margin-top: 80px;
		margin-left: auto;
		margin-right: auto;
		padding: 80px
	}
}

.p-flow__contents--youtube {
	padding-bottom: 34px
}

@media screen and (min-width: 1081px) {
	.p-flow__contents--youtube {
		padding-bottom: 68px
	}
}

.p-flow__contents--youtube>h3 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #003f80
}

@media screen and (min-width: 1081px) {
	.p-flow__contents--youtube>h3 {
		margin-bottom: 38px;
		font-size: 32px
	}
}

.p-flow__contents--iframe {
	position: relative;
	width: 100%;
	padding-top: 56.25%
}

.p-flow__contents--iframe>iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.p-flow__contents--step {
	position: relative;
	padding: 35px 20px;
	border: solid 1px #003f80
}

@media screen and (min-width: 1081px) {
	.p-flow__contents--step {
		padding: 66px 30px 60px;
		border: solid 2px #003f80
	}
}

.p-flow__contents--step::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(100% + 5px);
	right: 50%;
	width: 21px;
	height: 21px;
	border-right: 1px solid #003f80;
	border-bottom: 1px solid #003f80;
	text-align: center;
	margin-top: 8px;
	transform: rotate(45deg) translate(50%, -50%)
}

@media screen and (min-width: 1081px) {
	.p-flow__contents--step::after {
		width: 42px;
		height: 42px;
		border-right: 2px solid #003f80;
		border-bottom: 2px solid #003f80;
		margin-top: 30px
	}
}

.p-flow__contents--step:last-child {
	margin-bottom: 0
}

.p-flow__contents--step:last-child::after {
	display: none
}

.p-flow__contents--image {
	position: absolute;
	right: -40px
}

.p-flow__contents--image img {
	width: 100%
}

.p-flow__contents--headline {
	font-size: 16px;
	font-weight: 700;
	color: #003f80
}

@media screen and (min-width: 1081px) {
	.p-flow__contents--headline {
		display: flex;
		align-items: flex-end;
		line-height: 1.5;
		font-size: 32px
	}
}

.p-flow__contents--no {
	width: 38px;
	margin-bottom: 10px
}

@media screen and (min-width: 1081px) {
	.p-flow__contents--no {
		width: 74px;
		margin-bottom: 0;
		margin-right: 28px
	}
}

.p-flow__contents--no>img {
	width: 100%
}

.p-flow__contents--text {
	margin-top: 10px
}

@media screen and (min-width: 1081px) {
	.p-flow__contents--text {
		margin-top: 47px
	}
}

.p-flow__contents--text>p {
	line-height: 1.9285714286;
	font-size: 14px
}

@media screen and (min-width: 1081px) {
	.p-flow__contents--text>p {
		line-height: 1.9090909091;
		font-size: 22px
	}
}

.p-flow__contents--reserve {
	margin-top: 20px
}

@media screen and (min-width: 1081px) {
	.p-flow__contents--reserve {
		margin-top: 42px
	}
}

.p-flow__contents--reserve .c-BannerZone__button {
	width: 100%
}

.p-flow__contents--step1 {
	margin-top: 58.6666666667vw;
	padding-top: 35px
}

@media screen and (min-width: 769px) {
	.p-flow__contents--step1 {
		margin-top: 73.3333333333vw
	}
}

@media screen and (min-width: 1081px) {
	.p-flow__contents--step1 {
		margin-top: 65px;
		padding-top: 65px
	}
}

.p-flow__contents--step1 .p-flow__contents--image {
	bottom: 100%;
	right: 50%;
	width: 40vw;
	transform: translate(50%, 90px)
}

@media screen and (min-width: 1081px) {
	.p-flow__contents--step1 .p-flow__contents--image {
		width: 259px;
		top: -70px;
		bottom: auto;
		right: 40px;
		transform: none
	}
}

.p-flow__contents--step1 .p-flow__title {
	width: 33.5px
}

@media screen and (min-width: 1081px) {
	.p-flow__contents--step1 .p-flow__contents--text {
		max-width: 566px
	}
}

.p-flow__contents--step2 {
	margin-top: calc(60px + 32.5333333333vw);
	padding-top: calc(25px + 9.3333333333vw)
}

@media screen and (min-width: 1081px) {
	.p-flow__contents--step2 {
		margin-top: 125px;
		padding-top: 65px
	}
}

.p-flow__contents--step2 .p-flow__contents--image {
	top: -32.5333333333vw;
	width: 84vw
}

@media screen and (min-width: 1081px) {
	.p-flow__contents--step2 .p-flow__contents--image {
		width: 400px;
		top: -40px;
		right: -40px
	}
}

.p-flow__contents--step2 .p-flow__title {
	width: 34px
}

.p-flow__contents--step3 {
	background-color: #fff;
	margin-top: 60px
}

@media screen and (min-width: 1081px) {
	.p-flow__contents--step3 {
		margin-top: 125px;
		padding-top: 65px
	}
}

.p-flow__contents--step3 .p-flow__title {
	width: 38px
}

.p-flow__contents--step4 {
	margin-top: calc(65px + 31.2vw);
	padding-top: calc(20px + 10.6666666667vw)
}

@media screen and (min-width: 1081px) {
	.p-flow__contents--step4 {
		margin-top: 125px;
		padding-top: 65px
	}
}

.p-flow__contents--step4 .p-flow__contents--image {
	top: -31.2vw;
	width: 84vw
}

@media screen and (min-width: 1081px) {
	.p-flow__contents--step4 .p-flow__contents--image {
		width: 400px;
		top: -40px;
		right: -40px
	}
}

.p-flow__contents--step4 .p-flow__title {
	width: 38px
}

.p-flow__contents--step5 {
	margin-top: 60px
}

@media screen and (min-width: 1081px) {
	.p-flow__contents--step5 {
		margin-top: 125px;
		padding-top: 65px
	}
}

.p-flow__contents--step5 .p-flow__title {
	width: 35px
}

.p-flow__contents--step6 {
	margin-top: 60px
}

@media screen and (min-width: 1081px) {
	.p-flow__contents--step6 {
		margin-top: 125px;
		padding-top: 65px
	}
}

.p-flow__contents--step6 .p-flow__title {
	width: 35px
}

@media screen and (min-width: 1081px) {
	.p-flow__handhelds {
		display: none
	}
}

.p-flow__widescreen {
	display: none
}

@media screen and (min-width: 1081px) {
	.p-flow__widescreen {
		display: block
	}
}

.p-clinic-list {
	position: relative;
	padding-top: 56px;
	padding-bottom: 50px;
	margin-left: 20px;
	margin-right: 20px
}

@media screen and (min-width: 1081px) {
	.p-clinic-list {
		padding-top: 104px;
		padding-bottom: 56px;
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto
	}
}

.p-clinic-list__bg-item {
	position: absolute;
	top: -50px;
	left: -50px
}

.p-clinic-list__bg-item>img {
	width: 177px;
	mix-blend-mode: multiply
}

.p-clinic-list__headline img {
	width: 164.5px
}

@media screen and (min-width: 1081px) {
	.p-clinic-list__headline img {
		width: 329px
	}
}

.p-clinic-list__map {
	margin-top: 15px
}

@media screen and (min-width: 1081px) {
	.p-clinic-list__map {
		margin-top: 75px
	}
}

.p-clinic-list__area {
	margin-top: 30px;
	margin-bottom: 30px
}

.p-clinic-list__area--headline {
	margin-bottom: 15px
}

@media screen and (min-width: 1081px) {
	.p-clinic-list__area--headline {
		margin-bottom: 30px
	}
}

@media screen and (min-width: 1081px) {
	.p-clinic-list__area--block {
		margin-bottom: 60px
	}
}

.p-clinic-list__area--block>div {
	margin-bottom: 15px
}

@media screen and (min-width: 1081px) {
	.p-clinic-list__area--block>div {
		margin-bottom: 42px
	}
}

@media screen and (min-width: 1081px) {
	.p-clinic-list__handhelds {
		display: none
	}
}

.p-doctor {
	position: relative;
	padding-top: 75px;
	padding-bottom: 55px;
	background: url("../images/sp/doctor_bg.png") top center no-repeat;
	background-size: cover;
	overflow-x: clip
}

@media screen and (min-width: 1081px) {
	.p-doctor {
		padding-top: 142px;
		padding-bottom: 122px;
		background: url("../images/2x/doctor_bg.png") top center no-repeat;
		background-size: cover
	}
}

.p-doctor__headline img {
	width: 127px
}

@media screen and (min-width: 1081px) {
	.p-doctor__headline img {
		width: 254px
	}
}

.p-doctor__lead {
	margin-top: 23px;
	margin-bottom: 20px;
	text-align: center
}

@media screen and (min-width: 1081px) {
	.p-doctor__lead {
		margin-top: 81px;
		margin-bottom: 51px
	}
}

.p-doctor__lead img {
	width: 243.5px;
	max-width: 100%
}

@media screen and (min-width: 1081px) {
	.p-doctor__lead img {
		width: 487px
	}
}

.p-doctor__carousel {
	padding-left: 25px;
	padding-right: 25px
}

@media screen and (min-width: 1081px) {
	.p-doctor__carousel {
		max-width: 1264px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0
	}
}

.p-doctor__bg-item1 {
	position: absolute;
	top: -50px;
	right: -80px
}

@media screen and (min-width: 1081px) {
	.p-doctor__bg-item1 {
		top: -140px;
		right: -160px
	}
}

.p-doctor__bg-item1 img {
	mix-blend-mode: multiply;
	width: 208.5px
}

@media screen and (min-width: 1081px) {
	.p-doctor__bg-item1 img {
		width: 417px
	}
}

.p-doctor__bg-item2 {
	position: absolute;
	bottom: -40px;
	left: 0
}

@media screen and (min-width: 1081px) {
	.p-doctor__bg-item2 {
		bottom: -110px
	}
}

.p-doctor__bg-item2 img {
	width: 110px
}

@media screen and (min-width: 1081px) {
	.p-doctor__bg-item2 img {
		width: 220px
	}
}

@media screen and (min-width: 1081px) {
	.p-doctor__handhelds {
		display: none
	}
}

.p-faq {
	margin-top: 59px;
	margin-bottom: 60px;
	margin-left: 20px;
	margin-right: 20px
}

@media screen and (min-width: 1081px) {
	.p-faq {
		margin-top: 118px;
		margin-bottom: 120px
	}
}

.p-faq__headline img {
	width: 58px
}

@media screen and (min-width: 1081px) {
	.p-faq__headline img {
		width: 116px
	}
}

.p-faq__list {
	margin-top: 38px
}

@media screen and (min-width: 1081px) {
	.p-faq__list {
		margin-top: 98px
	}
}

.p-faq__item {
	margin-bottom: 15px
}

@media screen and (min-width: 1081px) {
	.p-faq__item {
		margin-bottom: 30px
	}
}

@media screen and (min-width: 1081px) {
	.p-faq__handhelds {
		display: none
	}
}

.p-reserve {
	margin-left: 20px;
	margin-right: 20px
}

@media screen and (min-width: 1081px) {
	.p-reserve {
		max-width: 750px;
		margin-left: auto;
		margin-right: auto
	}
}

.p-counseling__headline img {
	width: 83.5px
}

@media screen and (min-width: 1081px) {
	.p-counseling__headline img {
		width: 167px
	}
}

.p-counseling__reserve {
	margin-top: 40px
}