@charset "UTF-8";
@keyframes waveMove {
	0% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(1, 0.5);
	}
}
@keyframes scrollFooter {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-25%, 0, 0);
	}
}
.news {}
.newsList {
	list-style: none;
}
.newsList > li {}
.newsList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.newsItem {
	position: relative;
	padding: 34px 17px;
	padding-right: 60px;
}
.newsItem_cols {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
}
.newsItem_cols-center {
	align-items: center;
}
.newsItem_col {
	box-sizing: border-box;
}
.newsItem_col-tag {
	width: 142px;
	border-right: 1px solid var(--color-gray-border);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 5px;
	padding-right: 14px;
}
.newsItem_cat {
	margin-bottom: 5px;
}
.newsItem_cat_main {}
.newsItem_update {}
.newsItem_update > time {}
.newsItem_col-txt {
	width: calc(100% - 172px);
	padding-bottom: 3px;
	margin-left: auto;
}
.newsItem_areaTxt {}
.newsItem_title {
	font-size: 20px;
	font-weight: normal;
	font-family: var(--font-mincho);
	line-height: 1.6;
	margin-bottom: 20px;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.newsItem_text {
	line-height: 1.875;
	max-height: 3.75em;
}
.newsItem_arrow {
	width: 20px;
	height: 20px;
	border: 1px solid var(--color-green);
	background-color: var(--color-white);
	border-radius: 50%;
	font-size: 10px;
	color: var(--color-green);
	line-height: 1;
	align-items: center;
	justify-content: center;
	display: flex;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.newsItem_arrow > .icon {
	display: block;
	transform: scale(0.8);
}
.pager {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 91px;
}
.pager > a,
.pager > span {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-cinzel);
	color: var(--color-green);
	min-width: 50px;
	height: 50px;
	margin: 4px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	transition-duration: .3s;
	transition-property: background-color, color;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 50%;
}
.pager > .previouspostslink {
	font-size: 10px;
}
.pager > .current {
	background-color: var(--color-green);
	color: var(--color-white);
}
.pager > .extend {
	color: var(--text-color);
	border-color: rgba(255, 255, 255, 0);
}
.pager > .nextpostslink {
	font-size: 10px;
}
.entry {}
.entry_body {
	padding-bottom: 45px;
}
.entry_areaCat {
	display: flex;
	align-items: center;
	margin-bottom: 69px;
	padding-left: 18px;
}
.entry_cat {}
.entry_update {
	line-height: 24px;
	margin-left: 35px;
}
.entry_update > time {}
.entry_title {
	font-size: 26px;
	font-weight: normal;
	font-family: var(--font-cinzel);
	line-height: 1.6;
	padding-bottom: 20px;
	margin-bottom: 35px;
	padding-left: 5px;
	letter-spacing: 0.01em;
}
.entry_editor {}
.entryNav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 55px;
}
.entryNav_link {}
.entryNav_link > a {
	text-decoration: none;
	color: var(--color-green);
	font-family: var(--font-mincho);
	display: flex;
	height: 100%;
	align-items: center;
	line-height: 24px;
	font-size: 18px;
	letter-spacing: 0.02em;
	transition-duration: .3s;
	transition-property: opacity;
}
.entryNav_link-prev {}
.entryNav_link-prev > a > .icon {
	font-size: 10px;
	display: block;
	margin-right: 20px;
	position: relative;
	top: 1px;
}
.entryNav_link-list {
	margin: 0 10px;
}
.entryNav_link-next {}
.entryNav_link-next > a > .icon {
	font-size: 10px;
	display: block;
	margin-left: 20px;
	position: relative;
	top: 1px;
}
.entryNav_link-hidden {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.topMenu {}
.topMenu_bg {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 578px;
	transform: translateX(-50%);
	margin-left: -810px;
}
.topMenu_bg > img {
	display: block;
}
.topMenu_inner {
	position: relative;
	z-index: 1;
	max-width: 1360px;
}
.topMenu_title {}
.topMenu_title_image {
	color: rgba(124, 168, 210, 0.50);
}
.topMenu_title_en {
	color: #7ca8d2;
}
.topMenu_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
	justify-content: center;
}
.topMenu_list > li {
	width: 25%;
	box-sizing: border-box;
	padding: 8px;
}
.topMenu_list > li > a {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.topMenu_list_item {
	background-color: var(--color-white);
	height: 100%;
	box-sizing: border-box;
	padding-top: 71px;
	padding: 71px 10px 41px;
}
.topMenu_image {
	max-width: 159px;
	margin: 0 auto 33px;
}
.topMenu_image > img {
	display: block;
}
.topMenu_caution {
	font-size: 22px;
	line-height: 34px;
	display: flex;
	justify-content: center;
	text-align: center;
	min-height: 68px;
	align-items: center;
}
.topMenu_caution_inner {}
.topMenu_caution_sub {
	font-size: 81.82%;
}
.topMenu_text {
	font-size: 20px;
	text-align: center;
	margin-top: 88px;
	line-height: 2;
}
.topMenu_contents {
	background-color: rgba(170, 199, 226, 0.15);
	position: relative;
	padding-top: 106px;
	padding-bottom: 114px;
}
.topClinic {}
.topClinic_contents {
	padding-bottom: 80px;
}
.topClinic_inner {
	max-width: 1360px;
}
.topClinic_title {}
.topClinic_title_image {
	color: rgba(248, 189, 134, 0.60);
}
.topClinic_title_en {
	color: #f8bd86;
}
.topClinic_headline {
	display: flex;
	justify-content: center;
	font-family: var(--font-mincho);
	font-size: 42px;
	font-weight: normal;
	line-height: 1.4;
	margin-top: 51px;
	letter-spacing: 0.06em;
	text-indent: 0.06em;
	margin-bottom: 26px;
}
.topClinic_headline_inner {
	display: block;
	position: relative;
	padding: 0 86px;
}
.topClinic_headline_inner::before {
	content: "";
	background-image: url(/assets/img/home/img-double-quote.svg);
	display: block;
	width: 66px;
	height: 66px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.topClinic_headline_inner::after {
	content: "";
	background-image: url(/assets/img/home/img-double-quote.svg);
	display: block;
	width: 66px;
	height: 66px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(180deg);
	margin-top: 17px;
}
.topClinic_headline_main {
	font-weight: inherit;
	font-size: 119%;
	color: #f69942;
}
.topClinic_text {
	text-align: center;
	font-size: 18px;
	line-height: 2.6;
}
.topClinic_cells {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.topClinic_cell {
	width: 50%;
	box-sizing: border-box;
	padding: 0 70px;
}
.topClinic_cell:nth-child(2n) {
	padding-top: 110px;
}
.topClinic_num {
	font-size: 120px;
	line-height: 0.9;
	font-family: var(--font-cinzel);
	font-weight: 500;
	position: relative;
	z-index: 2;
	margin-bottom: -47px;
	text-shadow: 5px 5px 0 var(--color-white);
	margin-left: -47px;
}
.topClinic_image {}
.topClinic_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.topClinic_subhead {
	font-size: 36px;
	font-family: var(--font-mincho);
	font-weight: normal;
	line-height: 56px;
	margin-top: 30px;
	margin-bottom: 31px;
	white-space: nowrap;
}
.topClinic_subhead_row {
	display: block;
}
.topClinic_subhead_row-last {
	padding-left: 3em;
}
.topClinic_subhead_main {
	font-weight: inherit;
	font-size: 116.7%;
}
.topClinic_msg {
	font-size: 18px;
	line-height: 1.89;
}
.topClinic_body {
	position: relative;
	margin-top: 35px;
}
.topClinic_bg {
	color: #facea5;
	position: absolute;
	width: 1847px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-left: 167px;
	margin-top: -69px;
}
.topClinic_bg_inner {
	position: relative;
	padding-bottom: 93.72%;
}
.topClinic_bg_svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
	fill-opacity: .2;
}
.topClinic_num-no1 {
	color: #facea5;
}
.topClinic_num-no2 {
	color: #fab7b5;
}
.topClinic_num-no3 {
	color: #aac7e2;
}
.topClinic_num-no4 {
	color: #d7b0d7;
}
.topClinic_subhead_main-no1 {
	color: #f69841;
}
.topClinic_subhead_main-no2 {
	color: #f78381;
}
.topClinic_subhead_main-no3 {
	color: #7ba8d1;
}
.topClinic_subhead_main-no4 {
	color: #b883b8;
}
.topBeginner {
	position: relative;
	padding-top: 287px;
	margin-bottom: 145px;
}
.topBeginner_bg {
	color: #dff0ee;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	min-width: 1920px;
}
.topBeginner_bg_head {
	display: block;
	height: 103px;
	width: 100%;
	margin-bottom: -1px;
	background-image: url(/assets/img/home/bg-beginner-wave@2x.png);
	background-size: 100% 100%;
	background-position: center center;
	animation-name: waveMove;
	animation-fill-mode: backwards;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-direction: alternate;
	transform-origin: center bottom;
}
.topBeginner_bg_body {
	height: 400px;
	background-color: #dff0ee;
}
.topBeginner_inner {
	position: relative;
	z-index: 2;
	max-width: 1360px;
}
.topBeginner_box {
	background-color: var(--color-white);
}
.topBeginner_cols {
	display: flex;
	min-height: 419px;
}
.topBeginner_col {
	width: 50%;
}
.topBeginner_col-txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.topBeginner_bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: linear-gradient(to right, #5cb3a3 20%, #facea5 20%, #facea5 40%, #ff8d8b 40%, #ff8d8b 60%, #aac7e2 60%, #aac7e2 80%, #d5a1d5 80%);
	background-size: 50% auto;
}
.topBeginner_bar-head {}
.topBeginner_bar-footer {
	top: auto;
	bottom: 0;
}
.topBeginner_catch {
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-mincho);
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 20px;
}
.topBeginner_catch::before {
	content: "";
	display: block;
	height: 23px;
	width: 6px;
	border: 1px solid currentColor;
	box-sizing: border-box;
	border-top: none;
	border-bottom: none;
	transform: skewX(30deg);
	margin-right: 10px;
}
.topBeginner_catch::after {
	content: "";
	display: block;
	height: 23px;
	width: 6px;
	border: 1px solid currentColor;
	box-sizing: border-box;
	border-top: none;
	border-bottom: none;
	transform: skewX(-30deg);
	margin-left: 10px;
}
.topBeginner_headline {
	font-size: 34px;
	line-height: 1.706;
	text-align: center;
	font-family: var(--font-mincho);
	font-weight: normal;
}
.topBeginner_col-img {
	position: relative;
}
.topBeginner_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.topBeginner_image > img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.topBeginnerTextWave {
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	z-index: 1;
	color: var(--color-white);
	min-width: 2583px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 110px;
	margin-top: -60px;
}
.topBeginnerTextWave_inner {
	position: relative;
	padding-bottom: 15.45%;
}
.topBeginnerTextWave_svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.topBeginnerTextWave_svg_path {
	fill: none;
	stroke: none;
}
.topBeginnerTextWave_svg_text {
	font-size: 90px;
	font-family: var(--font-cinzel);
	fill: currentColor;
}
.topBeginnerTextWave_svg_text-shadow {
	fill: #f00;
	display: none;
}
.topNews {
	margin-bottom: 106px;
}
.topNews_inner {}
.topNews_cols {
	display: flex;
	margin-bottom: 20px;
	align-items: flex-end;
}
.topNews_col {}
.topNews_col-ttl {}
.topNews_title {
	font-size: 20px;
	font-weight: normal;
	padding-left: 8px;
	line-height: 1.2;
}
.topNews_title_en {
	font-family: var(--font-cinzel);
	text-transform: uppercase;
	color: var(--color-green);
	font-size: 42px;
	margin-right: 0.4em;
}
.topNews_title_ja {
	display: inline-block;
	position: relative;
	top: -0.15em;
}
.topNews_col-link {
	width: 270px;
	margin-left: auto;
}
.topVis {
	position: relative;
	height: 724px;
	box-sizing: border-box;
	padding-top: 122px;
	overflow: hidden;
}
.topVis_bg {
	display: block;
	height: 103px;
	width: 100%;
	margin-bottom: -1px;
	background-image: url(/assets/img/home/bg-main-wave@2x.png);
	background-size: 100% 100%;
	background-position: center center;
	animation-name: waveMove;
	animation-fill-mode: backwards;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-direction: alternate;
	transform-origin: center bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.topVis_image {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-width: 1920px;
	left: 50%;
	transform: translateX(-50%);
}
.topVis_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.topVis_araeText {
	position: relative;
	z-index: 2;
	text-align: center;
}
.topVis_araeText_inner {}
.topVis_title {
	font-family: var(--font-mincho);
	font-size: 50px;
	line-height: 1.647;
	font-weight: normal;
	color: #2b2b2b;
	letter-spacing: 0.29em;
	text-indent: .29em;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	transform: translateX(-1%);
	margin-bottom: -12px;
}
.topVis_title_strong {
	font-weight: inherit;
	color: var(--color-green);
}
.topVis_list {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 13px;
	margin-top: 45px;
}
.topVis_list > li {}
.topVis_list > li:nth-child(2) {
	transition-delay: .5s;
}
.topVis_list > li:nth-child(3) {
	transition-delay: .8s;
}
.topVis_list_circle {
	color: var(--color-green);
	text-align: center;
	font-family: var(--font-mincho);
	font-size: 20px;
	line-height: 1.2;
	width: 180px;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.topVis_list_circle::before {
	content: "";
	background-image: radial-gradient(circle at center, #fff 50%, rgba(255, 255, 255, 0.20) 69%);
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .8;
	z-index: 0;
}
.topVis_list_text {
	position: relative;
	z-index: 1;
}
.topCalendar {
	position: relative;
	z-index: 2;
	margin-top: -223px;
	margin-bottom: 133px;
}
.topCalendar_inner {
	max-width: none;
	margin: 0 auto;
}
.topCalendar_box {
	background-color: var(--color-white);
	max-width: 580px;
	border-top-right-radius: 20px;
	padding-top: 21px;
}
.topCalendar_box_inner {
	max-width: 490px;
	margin: 0 auto;
}
.newsItem_col-info {
	display: flex;
	align-items: center;
	border-right: 1px solid var(--color-gray-border);
	width: 228px;
	line-height: 30px;
}
.newsItem_col-title {
	width: calc(100% - 253px);
	margin-left: auto;
}
.newsItem_title-top {
	font-size: 16px;
}
.newsItem_title-top:last-child {
	margin-bottom: 0;
}
.newsItem_cat-top {
	margin-bottom: 0;
	margin-right: 32px;
}
.newsItem-top {
	border-bottom: 1px solid var(--color-gray-border);
	padding-top: 32px;
	padding-bottom: 32px;
}
.topClinic_subhead_text {
	background-image: linear-gradient(to top, #f69841 2px, rgba(255, 255, 255, 0) 2px);
}
.topClinic_subhead_text-no2 {
	background-image: linear-gradient(to top, #f78381 2px, rgba(255, 255, 255, 0) 2px);
}
.topClinic_subhead_text-no3 {
	background-image: linear-gradient(to top, #7ba8d1 2px, rgba(255, 255, 255, 0) 2px);
}
.topClinic_subhead_text-no4 {
	background-image: linear-gradient(to top, #b883b8 2px, rgba(255, 255, 255, 0) 2px);
}
.topClinic_num_text {
	display: none;
}
.topClinic_subhead_inner {
	display: block;
}
.news_category {
	display: flex;
	justify-content: flex-end;
	font-size: 14px;
	line-height: 1.2;
}
.news_category_inner {
	min-width: 160px;
	position: relative;
	max-width: 100%;
}
.news_category_btn {
	display: flex;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	height: 40px;
	position: relative;
	padding: 0 28px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.news_category_btn[aria-expanded="true"] {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.news_category_btn > .icon {
	display: block;
	color: var(--color-green);
	font-size: 11px;
	top: 50%;
	right: 10px;
	position: absolute;
	transform: translateY(-50%);
	transition-duration: .3s;
	transition-property: transform;
}
.news_category_btn[aria-expanded="true"] > .icon {
	transform: translateY(-50%) rotate(180deg);
}
.news_category_list {
	list-style: none;
	border: 1px solid #E0E0E0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: -1px;
	box-sizing: border-box;
	z-index: 10;
	background-color: var(--color-white);
	z-index: 10;
	border-top: none;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.news_category_list.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.news_category_list > li {
	position: relative;
}
.news_category_list > li::after {
	content: "";
	display: block;
	width: calc(100% - 28px);
	height: 1px;
	background-color: #E0E0E0;
	position: absolute;
	left: 14px;
	top: 0;
	pointer-events: none;
}
.news_category_list > li > a {
	text-decoration: none;
	color: inherit;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.error {}
.error_title {
	font-family: var(--font-mincho);
	font-weight: normal;
	font-size: 26px;
	margin-bottom: 25px;
	line-height: 1.4;
}
.error_text {}
.error_link {
	max-width: 300px;
	margin-top: 35px;
}
.error_link > a {}
.topNews_link {}
.topNews_contents {}
.topVis_headline {
	font-family: var(--font-mincho);
	line-height: 1.4;
	font-size: 26px;
	color: #2b2b2b;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	margin-top: 4px;
	transform: translateX(1.5%);
	text-shadow: 0 0 5px rgba(255, 255, 255), 0 0 10px rgba(255, 255, 255), 0 0 20px rgba(255, 255, 255), 0 0 20px rgba(255, 255, 255);
}
.topVis_title > img {
	display: block;
}
.cliFeature {
	margin-bottom: 192px;
}
.cliFeature_inner {}
.cliFeature_ttlWrap {}
.cliFeature_ttlBalloon {
	fill: rgba(248, 189, 134, 0.30);
}
.cliFeature_title {
	margin-bottom: 0;
}
.cliFeature_cell {
	margin-bottom: 70px;
}
.cliFeature_cell:last-child {
	margin-bottom: 0;
}
.cliFeature_cols {
	display: flex;
	justify-content: space-between;
}
.cliFeature_cols-rev {
	flex-direction: row-reverse;
}
.cliFeature_col {}
.cliFeature_col-txt {
	max-width: 501px;
	width: 45%;
}
.cliFeature_number {
	font-family: var(--font-cinzel);
	font-weight: normal;
	line-height: 1;
	font-size: 86px;
	display: flex;
	flex-direction: column;
	min-width: 110px;
	justify-content: center;
	text-align: center;
}
.cliFeature_number_txt {
	font-size: 18px;
	display: block;
	margin-bottom: 7px;
}
.cliFeature_number_main {
	display: block;
}
.cliFeature_headline {
	font-size: 25px;
	font-weight: normal;
	font-family: var(--font-mincho);
	line-height: 1.6;
	margin-bottom: 28px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.cliFeature_headline_point {
	font-size: 128%;
}
.cliFeature_text {}
.cliFeature_col-img {
	width: 53.3%;
	padding-top: 15px;
}
.cliFeature_image {}
.cliFeature_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.cliFeature_number-orange {
	color: var(--color-soft-orange);
}
.cliFeature_number-pink {
	color: var(--color-soft-pink);
}
.cliFeature_number-blue {
	color: var(--color-soft-blue);
}
.cliFeature_number-purple {
	color: var(--color-lilac-purple);
}
.cliFeature_headline_main {
	display: block;
}
.cliFeature_headline_main-orange {
	background-image: linear-gradient(to top, var(--color-soft-orange) 1px, rgba(255, 255, 255, 0) 1px);
}
.cliFeature_headline_point-orange {
	color: var(--color-orange);
}
.cliFeature_headline_main-pink {
	background-image: linear-gradient(to top, var(--color-soft-pink) 1px, rgba(255, 255, 255, 0) 1px);
}
.cliFeature_headline_point-pink {
	color: var(--color-pink);
}
.cliFeature_headline_main-blue {
	background-image: linear-gradient(to top, var(--color-soft-blue) 1px, rgba(255, 255, 255, 0) 1px);
}
.cliFeature_headline_point-blue {
	color: var(--color-blue);
}
.cliFeature_headline_main-purple {
	background-image: linear-gradient(to top, var(--color-lilac-purple) 1px, rgba(255, 255, 255, 0) 1px);
}
.cliFeature_headline_point-purple {
	color: var(--color-plum-purple);
}
.cliDoctor {
	background-color: var(--color-icy-green);
	padding-bottom: 80px;
	margin-bottom: 100px;
	position: relative;
	padding-top: 81px;
}
.cliDoctor_inner {}
.cliDoctor_title {}
.cliDoctor_cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 50px;
}
.cliDoctor_cols:last-child {
	margin-bottom: 0;
}
.cliDoctor_col {}
.cliDoctor_col-txt {
	width: 57%;
	max-width: 680px;
	position: relative;
	z-index: 1;
}
.cliDoctor_areaTxt {
	background-color: var(--color-white);
	padding: 78px 70px 68px;
	padding-right: 20px;
	position: relative;
}
.cliDoctor_areaTxt::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 45px);
	height: 100%;
	background-color: var(--color-white);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.03);
}
.cliDoctor_areaTxt_inner {
	position: relative;
	z-index: 1;
}
.cliDoctor_text {
	margin-bottom: 25px;
}
.cliDoctor_name {
	font-size: 24px;
	font-family: var(--font-mincho);
}
.cliDoctor_name_main {}
.cliDoctor_name_main_post {
	font-size: 18px;
	margin-right: 20px;
}
.cliDoctor_name_en {
	font-size: 15px;
	font-family: var(--font-cinzel);
	margin-left: 30px;
}
.cliDoctor_col-img {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 43%;
}
.cliDoctor_image {
	position: relative;
	z-index: 0;
}
.cliDoctor_image > img {
	display: block;
}
.doctorCareer {
	background-color: rgba(255, 255, 255, 0.60);
	padding: 30px 20px 42px;
	margin-bottom: 120px;
}
.doctorCareer_inner {
	max-width: 1080px;
	margin: 0 auto;
}
.doctorCareer_cols {
	display: flex;
	justify-content: space-between;
}
.doctorCareer_col {
	width: 47.2%;
}
.doctorCareer_col-no1 {}
.doctorCareer_title {
	margin-bottom: 12px;
	font-size: 30px;
	font-weight: bold;
	font-family: var(--font-mincho);
	display: flex;
	align-items: center;
}
.doctorCareer_title_main {
	display: block;
}
.doctorCareer_title_en {
	font-size: 16px;
	font-weight: normal;
	color: var(--color-green);
	margin-left: 20px;
	display: block;
}
.doctorCareer_list {
	padding-left: 4px;
}
.doctorCareer_list > li {}
.doctorCareer_col-no2 {}
.cliDoctor_image-no1 {
	width: 758px;
	margin-right: -165px;
	padding-bottom: 110px;
}
.cliDoctor_image-no2 {
	width: 590px;
	margin-right: -74px;
}
.cliDoctor_col-imgNo1 {}
.cliDoctor_col-imgNo2 {
	padding-bottom: 40px;
}
.cliDoctor_name_main_post-block {
	display: block;
	margin-right: 0;
	font-size: 20px;
}
.cliFeature_numberWrap {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 14px;
}
.cliDoctor_areaTxt-short {
	padding: 50px 70px 45px;
}
.cliAccess {
	margin-bottom: 114px;
}
.cliAccess:last-child {
	margin-bottom: 0;
}
.cliAccess_inner {}
.cliAccess_title {}
.cliAccess_cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.cliAccess_col {}
.cliAccess_col-txt {
	width: 44%;
	padding-top: 18px;
	max-width: 481px;
}
.cliAccess_add {
	line-height: 1.78;
	font-size: 18px;
	margin-bottom: 18px;
}
.cliAccess_parking {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-family: var(--font-mincho);
	margin-bottom: 16px;
}
.cliAccess_parking_icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: var(--color-icy-green);
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 70px;
	margin-right: 20px;
}
.cliAccess_parking_icon > img {
	display: block;
}
.cliAccess_note {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 2;
}
.cliAccess_link {
	max-width: 340px;
	margin-top: 51px;
}
.cliAccess_link > a {}
.cliAccess_link > a > .icon {
	display: block;
	color: var(--color-green);
	font-size: 13px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
}
.cliAccess_col-map {
	width: 51.75%;
}
.cliAccess_map {
	position: relative;
	padding-bottom: 56.2%;
	width: 100%;
}
.cliAccess_map > iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cliFacilty {
	background-color: #F5F5F5;
	padding-top: 106px;
	padding-bottom: 103px;
}
.cliFacilty_inner {}
.cliFacilty_title {}
.cliFacilty_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 44px;
	row-gap: 62px;
}
.cliFacilty_list > li {}
.cliFacilty_fig {}
.cliFacilty_fig > img {
	display: block;
}
.cliFacilty_fig > figcaption {
	margin-top: 10px;
	font-size: 18px;
}
.cliFacilty_link {
	max-width: 340px;
	margin: 63px auto 0;
}
.cliFacilty_link > a {}
.cliFacilty_link > a > .icon {
	font-size: 18px;
}
.infoLinkList {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 11px;
	max-width: 510px;
}
.infoLinkList > li {}
.infoLinkList_text {
	font-size: 14px;
	margin-bottom: 8px;
}
.infoLinkList_btn {
	display: flex;
	text-decoration: none;
	min-height: 60px;
	background-color: var(--color-purple);
	color: var(--color-white);
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 42px;
	font-size: 14px;
	padding-left: 52px;
	white-space: nowrap;
	transition-duration: .3s;
	transition-property: opacity;
}
.infoLinkList_btn[href^="tel:"] {
	background-color: var(--color-orange);
	color: var(--color-white);
}
.infoLinkList_btn_icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 21px;
	transform: translateY(-50%);
}
.infoLinkList_btn_text {}
.infoLinkList_btn_arrow {
	width: 17px;
	height: 17px;
	border: 1px solid currentColor;
	box-sizing: border-box;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
}
.infoLinkList_btn_arrow > .icon {
	display: block;
	transform: scale(0.8);
}
.infoLinkList_btn_num {
	display: block;
	font-family: var(--font-cinzel);
	font-size: 24px;
}
.infoLinkList_btn_text-bold {
	font-weight: bold;
	font-family: var(--font-gothic);
	font-size: 16px;
}
.infoLinkList_btn_text-tel {
	font-size: 12px;
}
.infoLinkList_btn_txtWrap {
	text-align: center;
}
.infoLinkList_btn_num-bold {
	font-weight: bold;
	font-size: 25px;
	line-height: 1;
	letter-spacing: 0.04em;
}
.infoLinkList_btn-large {
	min-height: 80px;
}
.infoLinkList_btn_icon-large {
	font-size: 33px;
}
.infoLinkList-wide {
	max-width: none;
}
.firstIntro {
	margin-bottom: 90px;
}
.firstIntro_inner {}
.firstIntro_ttlWrap {}
.firstIntro_ttlBalloon {
	fill: rgba(173, 217, 209, 0.40);
}
.firstIntro_ttlBalloon > svg {}
.firstIntro_title {}
.firstIntro_cols {
	display: flex;
	justify-content: space-between;
}
.firstIntro_col {}
.firstIntro_col-txt {
	width: 52%;
	max-width: 609px;
	padding-top: 90px;
}
.firstIntro_text {
	margin-bottom: 70px;
	line-height: 2.2;
}
.firstIntro_text_point {
	display: block;
	font-weight: bold;
	font-size: 112.5%;
}
.firstIntro_col-img {
	width: 43%;
	max-width: 510px;
}
.firstIntro_image {}
.firstIntro_image > img {
	display: block;
	margin: 0 auto;
}
.firstStep {
	background-color: var(--color-icy-green);
	padding-top: 90px;
	padding-bottom: 105px;
}
.firstStep_inner {}
.firstStep_areaTxt {
	position: relative;
	padding-top: 86px;
	padding-bottom: 65px;
}
.firstStep_areaTxt::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--color-white);
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 600px;
	transform: translate(-50%, -50%);
	min-width: 1200px;
}
.firstStep_cell {
	position: relative;
	z-index: 1;
	max-width: 1000px;
	margin: 0 auto 54px;
}
.firstStep_cell:last-child {
	margin-bottom: 0;
}
.firstStep_cols {
	display: flex;
	justify-content: space-between;
}
.firstStep_cols-orange {
	color: var(--color-orange);
}
.firstStep_cols-pink {
	color: var(--color-pink);
}
.firstStep_cols-blue {
	color: var(--color-blue);
}
.firstStep_cols-purple {
	color: var(--color-purple);
}
.firstStep_cols-green {
	color: var(--color-mint-green);
}
.firstStep_cols-yellow {
	color: #D0D577;
}
.firstStep_col {}
.firstStep_col-icn {
	width: 228px;
}
.firstStep_number {
	font-size: 22px;
	font-family: var(--font-cinzel);
	line-height: 1;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
	z-index: 2;
}
.firstStep_number_txt {
	display: block;
}
.firstStep_number_main {
	display: block;
	font-size: 210%;
}
.firstStep_icon {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: #FFF3E8;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	margin-top: -50px;
}
.firstStep_icon-pink {
	background-color: #FFEFEE;
}
.firstStep_icon-blue {
	background-color: #E0F0FF;
}
.firstStep_icon-purple {
	background-color: #F8E8F8;
}
.firstStep_icon-green {
	background-color: #DEF6F2;
}
.firstStep_icon-yellow {
	background-color: #F5F6E3;
}
.firstStep_icon > img {
	display: block;
	width: 92px;
	height: 92px;
}
.firstStep_col-txt {
	width: calc(100% - 258px);
	max-width: 663px;
	padding-top: 17px;
	box-sizing: border-box;
	padding-right: 40px;
}
.firstStep_title {
	font-size: 28px;
	font-weight: normal;
	font-family: var(--font-mincho);
	line-height: 1.78;
	margin-bottom: 14px;
}
.firstStep_box {
	display: flex;
	margin-bottom: 16px;
	margin-top: 28px;
}
.firstStep_boxTxt {
	background-color: #FBEBDD;
	padding: 11px 28px;
	font-weight: bold;
	color: var(--color-text);
}
.firstStep_text {
	color: var(--color-text);
}
.firstFaq {
	position: relative;
	background-color: var(--color-white);
	padding-top: 65px;
}
.firstFaq_inner {}
.firstFaq_title {
	margin-bottom: 25px;
}
.firstFaq_cells {}
.firstFaq_cell {}
.firstFaq_cell:last-child {
	margin-bottom: 0;
}
.firstFaq_headline {}
.firstFaq_headline > button {
	display: block;
	width: 100%;
	text-align: left;
	position: relative;
	font-size: 20px;
	font-weight: normal;
	font-family: var(--font-mincho);
	color: var(--color-mint-green);
	min-height: 50px;
	padding: 20px 50px;
	padding-left: 90px;
	transition-duration: .3s;
	transition-property: opacity;
}
.firstFaq_headline_btn_mark {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(92, 179, 163, 0.10);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-cinzel);
	font-size: 25px;
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 15px;
}
.firstFaq_headline_btn_icon {
	position: absolute;
	top: 50%;
	right: 18px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid currentColor;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	transform: translateY(-50%);
}
.firstFaq_headline_btn_icon > .icon {
	display: block;
	font-size: 11px;
	transition-duration: .3s;
	transition-property: transform;
}
[aria-expanded=true] .firstFaq_headline_btn_icon > .icon {
	transform: rotate(180deg);
}
.firstFaq_areaAns {
	display: none;
}
.firstFaq_areaAns.isShow {
	display: block;
	padding-bottom: 35px;
}
.firstFaq_areaAns_inner {
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 90px;
	padding-right: 50px;
}
.firstFaq_areaAns_text {}
.firstFaq_link {
	max-width: 340px;
	margin: 100px auto 0;
}
.firstFaq_link > a {}
.firstFaq_link > a > .icon {}
.topBeginner_link {
	margin-top: 30px;
}
.topClinic_link {
	max-width: 350px;
	margin: 50px auto 0;
}
.cliDoctor_bg {}
.firstFaq_bg {}
.menuAnchorNav {
	margin-bottom: 125px;
}
.menuAnchorNav_inner {}
.menuAnchorNav_list {
	list-style: none;
	display: grid;
	row-gap: 30px;
}
.menuAnchorNav_list-3c {
	grid-template-columns: repeat(3, 1fr);
	column-gap: 59px;
	max-width: 1138px;
	margin: 0 auto;
}
.menuAnchorNav_list-4c {
	grid-template-columns: repeat(4, 1fr);
	column-gap: 34px;
}
.menuAnchorNav_list > li {}
.menuAnchorNav_list > li > a {}
.menuAnchorNav_list > li > a > .icon {
	font-size: 17px;
}
.menuAbout {
	margin-bottom: 193px;
}
.menuAbout_contents {}
.menuAbout_contents_inner {}
.menuAbout_title {
	margin-bottom: 84px;
}
.menuAbout_cols {
	display: flex;
	justify-content: space-between;
}
.menuAbout_col {}
.menuAbout_col-img {
	width: 46%;
	max-width: 551px;
}
.menuAbout_image {}
.menuAbout_image > img {
	display: block;
	margin: 0 auto;
}
.menuAbout_col-txt {
	width: 50%;
}
.menuAbout_headline {}
.menuAbout_text {}
.areaMenu {}
.areaMenu-hasMb {
	margin-bottom: 120px;
}
.menu {}
.menu:last-child {
	margin-bottom: 0;
}
.menu_contents {
	position: relative;
	padding-top: 109px;
	padding-bottom: 194px;
}
.menu_contents-bgGreen {
	background-color: var(--color-icy-green);
}
.menu_contents_inner {}
.menu_title {}
.menu_msgBox {
	max-width: 1008px;
	margin: 0 auto 100px;
}
.menu_msgBox:last-child {
	margin-bottom: 0;
}
.menu_message {}
.menu_cell {
	margin-bottom: 53px;
}
.menu_cell:last-child {
	margin-bottom: 0;
}
.menu_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu_cols-rev {
	flex-direction: row-reverse;
}
.menu_col {}
.menu_col-img {
	width: 36%;
	max-width: 417px;
}
.menu_image {}
.menu_image > img {
	display: block;
	margin: 0 auto;
}
.menu_col-txt {
	width: 60.75%;
}
.menu_headline {}
.menu_text {}
.menuFig {}
.menuFig_cells {
	display: grid;
	column-gap: 45px;
}
.menuFig_cells-3c {
	grid-template-columns: repeat(3, 1fr);
}
.menuFig_cells-2c {
	grid-template-columns: repeat(2, 1fr);
	column-gap: 62px;
}
.menuFig_cell {
	background-color: rgba(255, 255, 255, 0.60);
}
.menuFig_image {}
.menuFig_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.menuFig_areaTxt {
	padding: 40px 35px 32px;
}
.menuFig_areaTxt_inner {
	max-width: 458px;
	margin: 0 auto;
}
.menuFig_title {}
.menuFig_text {}
.menu_box {
	background-color: #F3F9F9;
	padding: 42px 20px;
	margin-bottom: 54px;
}
.menu_box:last-child {
	margin-bottom: 0;
}
.menu_box_inner {
	max-width: 1105px;
	margin: 0 auto;
}
.menu_boxCols {
	display: flex;
	max-width: 1115px;
	margin: 0 auto;
	justify-content: space-between;
}
.menu_boxCol {}
.menu_boxCol-img {
	max-width: 338px;
	width: 33%;
}
.menu_boxCol-txt {
	width: 63.1%;
}
.menu_box_headline {}
.menu_box_cell {
	margin-bottom: 15px;
}
.menu_box_cell:last-child {
	margin-bottom: 0;
}
.menu_subhead {}
.menu_text-hasPl {
	padding-left: 9px;
	line-height: 1.875;
}
.menu_box_list {
	margin-bottom: 8px;
}
.menu_box_list > li {}
.menuFlow {}
.menuFlow_cells {}
.menuFlow_cell {
	background-color: rgba(255, 255, 255, 0.60);
	margin-bottom: 48px;
	padding: 33px 20px 40px;
}
.menuFlow_cell:last-child {
	margin-bottom: 0;
}
.menuFlow_cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	max-width: 1105px;
	margin: 0 auto;
}
.menuFlow_col {}
.menuFlow_col-txt {
	width: 63%;
	max-width: 705px;
}
.menuFlow_number {
	font-size: 56px;
	line-height: 1;
	font-family: var(--font-cinzel);
	color: var(--color-green);
	font-weight: normal;
	margin-bottom: 10px;
}
.menuFlow_title {
	margin-bottom: 20px;
}
.menuFlow_text {}
.menuFlow_list {
	margin-top: 18px;
}
.menuFlow_list > li {}
.menuFlow_col-img {
	width: 33%;
	max-width: 338px;
	padding-top: 10px;
}
.menuFlow_image {}
.menuFlow_image > img {
	display: block;
	margin: 0 auto;
}
.menuNav {
	background-color: #F2F7FB;
	padding-top: 116px;
	padding-bottom: 140px;
}
.menuNav_inner {
	max-width: 1100px;
}
.menuNav_title {
	margin-bottom: 73px;
}
.menuNav_title_sub {
	color: #7BA8CF;
}
.menuNav_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 40px;
	row-gap: 20px;
}
.menuNav_list > li {}
.menuNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background-color: var(--color-white);
	padding: 20px 80px;
	height: 100%;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: color, background-color;
	font-size: 16px;
}
.menuNav_icon {
	width: 65px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 18px;
}
.menuNav_icon > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.menuNav_txt {
	line-height: 1.25;
	text-align: center;
	display: block;
	width: 100%;
}
.menuNav_txt > small {
	display: block;
	font-size: 87.5%;
	margin-top: 5px;
}
.menuNav_arrow {
	width: 27px;
	height: 27px;
	color: var(--color-green);
	border: 1px solid currentColor;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	transition-duration: .3s;
	transition-property: color, background-color;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 23px;
}
.menuNav_arrow > .icon {}
.menu_list {
	margin-bottom: 8px;
	margin-top: 5px;
}
.menu_list:last-child {
	margin-bottom: 0;
}
.menu_list > li {}
.menu_oList {
	margin-top: 13px;
	margin-bottom: 5px;
	padding-left: 9px;
}
.menu_oList:last-child {
	margin-bottom: 0;
}
.menu_oList > li {}
.menu_oList > li:nth-child(n+2) {
	margin-top: 3px;
}
.menu_cList {
	list-style: none;
}
.menu_cList > li {}
.menu_minihead {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 15px;
}
.menu_msgBox-mbS {
	margin-bottom: 57px;
}
.menuAbout_list {
	margin-bottom: 8px;
	margin-top: 5px;
}
.menuAbout_list:last-child {
	margin-bottom: 0;
}
.menuAbout_list > li {}
.menuAbout_cList {
	list-style: none;
}
.menuAbout_cList > li {}
.menuAbout_msgBox {
	max-width: 1008px;
	margin: 0 auto 75px;
}
.menuAbout_message {}
.menuAbout_title-mbS {
	margin-bottom: 35px;
}
.orthBenefit {}
.orthBenefit_tblWrap {}
.orthBenefit_table {
	width: 100%;
	background-color: #F3F9F9;
}
.orthBenefit_table > thead {
	border-bottom: 1px solid var(--color-green);
}
.orthBenefit_table > thead > tr {}
.orthBenefit_table > thead > tr > th {
	white-space: nowrap;
	font-size: 20px;
	font-family: var(--font-mincho);
	font-weight: bold;
	padding: 18px;
	border-left: 1px solid var(--color-green);
}
.orthBenefit_table > thead > tr > th:first-child {
	border-left: none;
}
.orthBenefit_table > thead > tr > td {}
.orthBenefit_table > tbody {}
.orthBenefit_table > tbody > tr {
	border-top: 1px solid var(--color-green);
}
.orthBenefit_table > tbody > tr:first-child {
	border-top: none;
}
.orthBenefit_table > tbody > tr > th {
	white-space: nowrap;
	font-size: 20px;
	font-family: var(--font-mincho);
	font-weight: bold;
	padding: 18px 10px;
}
.orthBenefit_table > tbody > tr > td {
	border-left: 1px solid var(--color-green);
	padding: 25px 20px;
	padding-left: 40px;
	width: 43%;
	vertical-align: top;
}
.orthBenefit_list {}
.orthBenefit_list > li {}
.ortChildren {}
.ortChildren_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ortChildren_col {}
.ortChildren_col-img {
	width: 46%;
}
.ortChildren_image {}
.ortChildren_image > img {
	display: block;
	margin: 0 auto;
}
.ortChildren_col-txt {
	width: 48%;
}
.ortChildren_text {}
.menu_box-noMb {
	margin-bottom: 0;
}
.menu_note {
	margin-top: 10px;
	text-indent: -1em;
	padding-left: 1em;
}
.menu_box_inner-narrow {
	max-width: 1070px;
}
.menu_text_bold {
	font-weight: 500;
}
.whiteChoose {}
.whiteChoose_cols {
	display: flex;
	justify-content: space-between;
}
.whiteChoose_col {
	width: 48.5%;
	max-width: 570px;
}
.whiteChoose_col-no1 {}
.whiteChoose_areaTxt {
	background-color: var(--color-linght-green);
	padding: 38px 20px 50px;
	height: 100%;
	box-sizing: border-box;
}
.whiteChoose_areaTxt_inner {
	max-width: 458px;
	margin: 0 auto;
}
.whiteChoose_title {
	margin-bottom: 35px;
}
.whiteChoose_text {}
.whiteChoose_col-no2 {}
.priceInlay {}
.priceInlay_cols {
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	margin: 0 auto;
}
.priceInlay_col {
	width: 45%;
	max-width: 350px;
}
.priceInlay_col-no1 {}
.priceInlay_dList {
	display: flex;
	align-items: center;
	font-family: var(--font-mincho);
	padding-bottom: 15px;
}
.priceInlay_dList > dt {
	margin-right: 35px;
	color: var(--color-green);
	font-size: 23px;
}
.priceInlay_dList > dd {
	font-size: 20px;
	white-space: nowrap;
}
.priceInlay_dList > dd > small {
	font-size: 75%;
	margin: 0px 1px;
}
.priceInlay_col-no2 {}
.priceOther {}
.priceOther_tblWrap {}
.priceOther_table {
	width: 100%;
	line-height: 1.875;
}
.priceOther_table > tbody {}
.priceOther_table > tbody > tr {}
.priceOther_table > tbody > tr > th {
	text-align: left;
	font-family: var(--font-mincho);
	font-weight: bold;
	font-size: 20px;
	padding: 19px;
	padding-left: 0;
	box-sizing: border-box;
	width: 400px;
}
.priceOther_table > tbody > tr > td {
	padding: 19px;
	padding-right: 0;
}
.priceOther_table > tbody > tr > td > small {
	font-size: 15px;
	margin: 0 5px;
}
.priceOther_table > tbody > tr > td.-price {
	font-size: 20px;
	font-family: var(--font-mincho);
	white-space: nowrap;
	padding-right: 20px;
}
.priceOther_note {
	text-align: right;
	margin-top: 22px;
	font-size: 14px;
}
.menu_priceMessage {
	text-align: center;
	font-size: 20px;
}
.menu_contents_bg {}
.menu_contents-noWave {
	padding-bottom: 0;
}
.menu_contents-noWaveNext {
	padding-bottom: 120px;
}
.topMenu_caution_arrow {
	border: 1px solid var(--color-green);
	height: 28px;
	width: 28px;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	color: var(--color-green);
	margin-left: 10px;
}
.topFooterImages {
	margin-top: -150px;
	position: relative;
}
.topFooterImages_scroll {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.topFooterImages_images {
	display: flex;
	animation-name: scrollFooter;
	animation-duration: 40s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.topFooterImages_image {
	margin-right: 17px;
	width: 504px;
}
.topFooterImages_image > img {
	display: block;
}
.topMenu_contents-hasSlide {
	padding-bottom: 260px;
}
.topVis_slide {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	overflow: hidden;
}
.topVis_slide_item {}
.topVis_slide_image {
	position: relative;
	padding-bottom: 724px;
}
.topVis_slide_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width:1299px) {
	.topClinic_cell {
		padding-left: 45px;
		padding-right: 45px;
	}
	.menuAnchorNav_list-3c {
		column-gap: 30px;
	}
	.menuAnchorNav_list-4c {
		column-gap: 15px;
	}
	.menuAnchorNav_list > li > a {
		padding-left: 30px;
	}
	.menuFig_cells {}
	.menuFig_cells-3c {
		column-gap: 30px;
	}
	.menuFig_cells-2c {
		column-gap: 40px;
	}
	.whiteChoose_title {
		font-size: 23px;
	}
}
@media screen and (max-width:1199px) {
	.topClinic_num {
		font-size: 100px;
		margin-left: -33px;
	}
	.topClinic_cell {
		padding-left: 30px;
		padding-right: 30px;
	}
	.topClinic_subhead {
		font-size: 32px;
	}
	.topMenu_caution {
		font-size: 18px;
		line-height: 30px;
		min-height: 60px;
	}
	.topMenu_caution_arrow {
		width: 24px;
		height: 24px;
		margin-left: 8px;
	}
	.cliFeature_col-txt {
		width: 47%;
	}
	.cliFeature_col-img {
		width: 49%;
	}
	.menuNav_list > li > a {
		padding-right: 65px;
	}
	.menuNav_list {
		column-gap: 25px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.topMenu_list > li > a:hover {
		color: var(--color-green);
	}
	.menuNav_list > li > a:hover {
		background-color: #7BA8CF;
		color: var(--color-white);
	}
	a:hover .menuNav_arrow {
		color: var(--color-white);
	}
	.firstFaq_headline > button:hover {
		opacity: 0.65;
	}
	.cliAccess_link > a:hover {}
	.news_category_btn:hover {
		color: var(--color-green);
	}
	.news_category_list > li > a:hover {
		color: var(--color-green);
	}
	.entryNav_link > a:hover {
		opacity: .7;
	}
	.entryNav_link-prev > a:hover {}
	.entryNav_link-next > a:hover {}
	.newsList > li > a:hover {}
	a:hover .newsItem_title {
		color: var(--color-green);
	}
	.pager > a:hover {
		background-color: var(--color-green);
		color: #fff;
		transition-duration: .3s;
		transition-property: transform;
	}
	.pager > .nextpostslink:hover {
		background-color: rgba(255, 255, 255, 0);
		color: var(--color-green);
		transform: translateX(6px);
	}
	.pager > .previouspostslink:hover {
		background-color: rgba(255, 255, 255, 0);
		color: var(--color-green);
		transform: translateX(-6px);
	}
	.infoLinkList_btn:hover {
		opacity: 0.8;
	}
}
@media screen and (max-width: 999px) {
	.news {}
	.newsList {}
	.newsList > li {}
	.newsList > li > a {}
	.newsItem {
		padding-right: 70px;
	}
	.newsItem_cols {}
	.newsItem_col {}
	.newsItem_col-tag {
		width: 120px;
	}
	.newsItem_cat {}
	.newsItem_cat_main {}
	.newsItem_update {}
	.newsItem_update > time {}
	.newsItem_col-txt {
		width: calc(100% - 150px);
	}
	.newsItem_areaTxt {}
	.newsItem_title {
		margin-bottom: 12px;
	}
	.newsItem_text {}
	.newsItem_arrow {}
	.newsItem_arrow > .icon {}
	.pager {}
	.pager > a,
	.pager > span {}
	.pager > .previouspostslink {}
	.pager > .current {}
	.pager > .extend {}
	.pager > .nextpostslink {}
	.entry {}
	.entry_body {}
	.entry_areaCat {
		margin-bottom: 50px;
	}
	.entry_cat {}
	.entry_update {}
	.entry_update > time {}
	.entry_title {
		font-size: 24px;
	}
	.entry_editor {}
	.entryNav {}
	.entryNav_link {}
	.entryNav_link > a {}
	.entryNav_link-prev {}
	.entryNav_link-prev > a > .icon {}
	.entryNav_link-list {}
	.entryNav_link-next {}
	.entryNav_link-next > a > .icon {}
	.entryNav_link-hidden {}
	.topMenu {}
	.topMenu_bg {}
	.topMenu_bg > img {}
	.topMenu_inner {}
	.topMenu_title {}
	.topMenu_title_image {}
	.topMenu_title_en {}
	.topMenu_list {}
	.topMenu_list > li {
		width: 33.33%;
	}
	.topMenu_list_item {
		padding-top: 40px;
		padding-bottom: 25px;
	}
	.topMenu_image {}
	.topMenu_image > img {}
	.topMenu_caution {}
	.topMenu_caution_inner {}
	.topMenu_caution_sub {}
	.topMenu_text {
		font-size: 16px;
		margin-top: 50px;
	}
	.topMenu_contents {}
	.topClinic {}
	.topClinic_contents {}
	.topClinic_inner {}
	.topClinic_title {}
	.topClinic_title_image {}
	.topClinic_title_en {}
	.topClinic_headline {
		font-size: 30px;
	}
	.topClinic_headline_inner {
		padding: 0 63px;
	}
	.topClinic_headline_inner::before {
		width: 44px;
		height: 44px;
	}
	.topClinic_headline_inner::after {
		width: 44px;
		height: 44px;
	}
	.topClinic_headline_main {}
	.topClinic_text {
		font-size: 16px;
		line-height: 2.4;
	}
	.topClinic_cells {}
	.topClinic_cell {
		padding-left: 20px;
		padding-right: 20px;
	}
	.topClinic_cell:nth-child(2n) {}
	.topClinic_num {
		font-size: 80px;
		margin-left: -20px;
	}
	.topClinic_image {}
	.topClinic_image > img {}
	.topClinic_subhead {
		font-size: 24px;
		line-height: 44px;
	}
	.topClinic_subhead_row {}
	.topClinic_subhead_row-last {
		padding-left: 1em;
	}
	.topClinic_subhead_main {}
	.topClinic_msg {
		font-size: 16px;
	}
	.topClinic_body {}
	.topClinic_bg {
		width: 1520px;
		margin-top: 0;
	}
	.topClinic_bg_inner {}
	.topClinic_bg_svg {}
	.topClinic_num-no1 {}
	.topClinic_num-no2 {}
	.topClinic_num-no3 {}
	.topClinic_num-no4 {}
	.topClinic_subhead_main-no1 {}
	.topClinic_subhead_main-no2 {}
	.topClinic_subhead_main-no3 {}
	.topClinic_subhead_main-no4 {}
	.topBeginner {}
	.topBeginner_bg {}
	.topBeginner_bg_head {}
	.topBeginner_bg_body {}
	.topBeginner_inner {}
	.topBeginner_box {}
	.topBeginner_cols {
		min-height: 300px;
	}
	.topBeginner_col {}
	.topBeginner_col-txt {}
	.topBeginner_bar {}
	.topBeginner_bar-head {}
	.topBeginner_bar-footer {}
	.topBeginner_catch {
		font-size: 18px;
	}
	.topBeginner_catch::before {}
	.topBeginner_catch::after {}
	.topBeginner_headline {
		font-size: 23px;
	}
	.topBeginner_col-img {}
	.topBeginner_image {}
	.topBeginner_image > img {}
	.topBeginnerTextWave {
		min-width: 1570px;
	}
	.topBeginnerTextWave_inner {}
	.topBeginnerTextWave_svg {}
	.topBeginnerTextWave_svg_path {}
	.topBeginnerTextWave_svg_text {}
	.topBeginnerTextWave_svg_text-shadow {}
	.topNews {}
	.topNews_inner {}
	.topNews_cols {}
	.topNews_col {}
	.topNews_col-ttl {}
	.topNews_title {}
	.topNews_title_en {}
	.topNews_title_ja {}
	.topNews_col-link {
		width: 250px;
	}
	.topVis {
		padding-top: 100px;
	}
	.topVis_bg {}
	.topVis_image {}
	.topVis_image > img {}
	.topVis_araeText {}
	.topVis_araeText_inner {}
	.topVis_title {
		font-size: 40px;
		max-width: 620px;
	}
	.topVis_title_strong {}
	.topVis_list {}
	.topVis_list > li {}
	.topVis_list_circle {}
	.topVis_list_circle::before {}
	.topVis_list_text {}
	.topCalendar {}
	.topCalendar_inner {}
	.topCalendar_box {}
	.topCalendar_box_inner {}
	.newsItem_col-info {}
	.newsItem_col-title {}
	.newsItem_title-top {}
	.newsItem_title-top:last-child {}
	.newsItem_cat-top {}
	.newsItem-top {}
	.topClinic_subhead_text {}
	.topClinic_subhead_text-no2 {}
	.topClinic_subhead_text-no3 {}
	.topClinic_subhead_text-no4 {}
	.topClinic_num_text {}
	.topClinic_subhead_inner {}
	.news_category {}
	.news_category_inner {}
	.news_category_btn {}
	.news_category_btn[aria-expanded="true"] {}
	.news_category_btn > .icon {}
	.news_category_btn[aria-expanded="true"] > .icon {}
	.news_category_list {}
	.news_category_list.isShow {}
	.news_category_list > li {}
	.news_category_list > li::after {}
	.news_category_list > li > a {}
	.error {}
	.error_title {}
	.error_text {}
	.error_link {}
	.error_link > a {}
	.topNews_link {}
	.topNews_contents {}
	.topVis_headline {
		font-size: 21px;
	}
	.cliFeature {
		margin-bottom: 140px;
	}
	.cliFeature_inner {}
	.cliFeature_ttlWrap {}
	.cliFeature_ttlBalloon {}
	.cliFeature_title {}
	.cliFeature_cell {
		margin-bottom: 50px;
	}
	.cliFeature_cols {
		display: block;
	}
	.cliFeature_cols-rev {}
	.cliFeature_col {
		width: auto;
		max-width: none;
	}
	.cliFeature_col-txt {
		margin-bottom: 30px;
	}
	.cliFeature_number {
		font-size: 72px;
		min-width: 0;
	}
	.cliFeature_number_txt {
		font-size: 16px;
	}
	.cliFeature_number_main {}
	.cliFeature_headline {
		margin-bottom: 15px;
		font-size: 23px;
	}
	.cliFeature_headline_point {
		font-size: 120%;
	}
	.cliFeature_text {}
	.cliFeature_col-img {
		padding-top: 0;
		max-width: 480px;
		margin: 0 auto;
	}
	.cliFeature_image {}
	.cliFeature_image > img {}
	.cliFeature_headline_main {}
	.cliDoctor {
		margin-bottom: 70px;
	}
	.cliDoctor_inner {}
	.cliDoctor_title {}
	.cliDoctor_cols {
		display: block;
	}
	.cliDoctor_cols:last-child {}
	.cliDoctor_col {
		width: auto;
	}
	.cliDoctor_col-txt {
		max-width: 660px;
	}
	.cliDoctor_areaTxt {
		padding: 40px 40px 90px;
	}
	.cliDoctor_areaTxt::after {
		width: 100%;
	}
	.cliDoctor_areaTxt_inner {}
	.cliDoctor_text {
		margin-bottom: 15px;
	}
	.cliDoctor_name {
		font-size: 22px;
	}
	.cliDoctor_name_main {}
	.cliDoctor_name_main_post {}
	.cliDoctor_name_en {
		font-size: 14px;
	}
	.cliDoctor_col-img {
		display: block;
		padding-bottom: 0;
		margin-left: auto;
		margin-right: -20px;
		position: relative;
		z-index: 2;
	}
	.cliDoctor_image {
		margin-right: 0;
		padding-bottom: 0;
		width: auto;
	}
	.cliDoctor_image > img {}
	.doctorCareer {
		padding: 20px 20px 25px;
		margin-bottom: 80px;
	}
	.doctorCareer_inner {}
	.doctorCareer_cols {}
	.doctorCareer_col {}
	.doctorCareer_col-no1 {}
	.doctorCareer_title {
		font-size: 24px;
		line-height: 2;
	}
	.doctorCareer_title_main {}
	.doctorCareer_title_en {
		font-size: 15px;
		margin-left: 15px;
	}
	.doctorCareer_list {}
	.doctorCareer_list > li {}
	.doctorCareer_col-no2 {}
	.cliDoctor_image-no1 {}
	.cliDoctor_image-no2 {}
	.cliDoctor_col-imgNo1 {
		max-width: 520px;
		margin-top: -70px;
	}
	.cliDoctor_col-imgNo2 {
		max-width: 470px;
		margin-top: -60px;
	}
	.cliDoctor_name_main_post-block {}
	.cliFeature_numberWrap {
		margin-bottom: 5px;
	}
	.cliDoctor_areaTxt-short {
		padding: 30px 40px 60px;
	}
	.cliAccess {
		margin-bottom: 90px;
	}
	.cliAccess_inner {}
	.cliAccess_title {}
	.cliAccess_cols {
		display: block;
	}
	.cliAccess_col {
		width: auto;
	}
	.cliAccess_col-txt {
		padding-top: 0;
		max-width: none;
		margin-bottom: 40px;
		text-align: center;
	}
	.cliAccess_add {}
	.cliAccess_parking {
		justify-content: center;
	}
	.cliAccess_parking_icon {}
	.cliAccess_parking_icon > img {}
	.cliAccess_note {}
	.cliAccess_link {
		margin: 25px auto 0;
	}
	.cliAccess_link > a {}
	.cliAccess_link > a > .icon {}
	.cliAccess_col-map {}
	.cliAccess_map {}
	.cliAccess_map > iframe {}
	.cliFacilty {
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.cliFacilty_inner {}
	.cliFacilty_title {}
	.cliFacilty_list {
		column-gap: 25px;
		row-gap: 35px;
	}
	.cliFacilty_list > li {}
	.cliFacilty_fig {}
	.cliFacilty_fig > img {}
	.cliFacilty_fig > figcaption {
		font-size: 16px;
		margin-top: 5px;
	}
	.cliFacilty_link {}
	.cliFacilty_link > a {}
	.cliFacilty_link > a > .icon {
		font-size: 16px;
	}
	.infoLinkList {
		margin: 0 auto;
	}
	.infoLinkList > li {}
	.infoLinkList_text {}
	.infoLinkList_btn {}
	.infoLinkList_btn[href^="tel:"] {}
	.infoLinkList_btn_icon {}
	.infoLinkList_btn_text {}
	.infoLinkList_btn_arrow {}
	.infoLinkList_btn_arrow > .icon {}
	.infoLinkList_btn_num {}
	.infoLinkList_btn_text-bold {}
	.infoLinkList_btn_text-tel {}
	.infoLinkList_btn_txtWrap {}
	.infoLinkList_btn_num-bold {}
	.infoLinkList_btn-large {}
	.infoLinkList_btn_icon-large {}
	.infoLinkList-wide {}
	.firstIntro {
		margin-bottom: 70px;
	}
	.firstIntro_inner {}
	.firstIntro_ttlWrap {}
	.firstIntro_ttlBalloon {}
	.firstIntro_ttlBalloon > svg {}
	.firstIntro_title {}
	.firstIntro_cols {
		display: block;
	}
	.firstIntro_col {
		width: auto;
		max-width: none;
	}
	.firstIntro_col-txt {
		padding-top: 0;
		margin-bottom: 30px;
	}
	.firstIntro_text {
		margin-bottom: 25px;
	}
	.firstIntro_text_point {}
	.firstIntro_col-img {
		max-width: 420px;
		margin: 0 auto;
	}
	.firstIntro_image {}
	.firstIntro_image > img {}
	.firstStep {
		padding-top: 65px;
		padding-bottom: 70px;
	}
	.firstStep_inner {}
	.firstStep_areaTxt {}
	.firstStep_areaTxt::before {
		width: calc(100% + 40px);
	}
	.firstStep_cell {}
	.firstStep_cell:last-child {}
	.firstStep_cols {}
	.firstStep_cols-orange {}
	.firstStep_cols-pink {}
	.firstStep_cols-blue {}
	.firstStep_cols-purple {}
	.firstStep_cols-green {}
	.firstStep_cols-yellow {}
	.firstStep_col {}
	.firstStep_col-icn {
		width: 180px;
	}
	.firstStep_number {
		font-size: 20px;
	}
	.firstStep_number_txt {}
	.firstStep_number_main {}
	.firstStep_icon {
		width: 160px;
		height: 160px;
	}
	.firstStep_icon-pink {}
	.firstStep_icon-blue {}
	.firstStep_icon-purple {}
	.firstStep_icon-green {}
	.firstStep_icon-yellow {}
	.firstStep_icon > img {}
	.firstStep_col-txt {
		width: calc(100% - 210px);
		padding-right: 20px;
	}
	.firstStep_title {
		font-size: 24px;
	}
	.firstStep_box {
		margin-top: 18px;
	}
	.firstStep_boxTxt {}
	.firstStep_text {}
	.firstFaq {}
	.firstFaq_inner {}
	.firstFaq_title {}
	.firstFaq_cells {}
	.firstFaq_cell {}
	.firstFaq_cell:last-child {}
	.firstFaq_headline {}
	.firstFaq_headline > button {}
	.firstFaq_headline_btn_mark {}
	.firstFaq_headline_btn_icon {}
	.firstFaq_headline_btn_icon > .icon {}
	[aria-expanded=true] .firstFaq_headline_btn_icon > .icon {}
	.firstFaq_areaAns {}
	.firstFaq_areaAns.isShow {}
	.firstFaq_areaAns_inner {}
	.firstFaq_areaAns_text {}
	.firstFaq_link {
		margin-top: 65px;
	}
	.firstFaq_link > a {}
	.firstFaq_link > a > .icon {}
	.topBeginner_link {
		margin-top: 16px;
	}
	.topClinic_link {}
	.cliDoctor_bg {}
	.firstFaq_bg {}
	.menuAnchorNav {
		margin-bottom: 95px;
	}
	.menuAnchorNav_inner {}
	.menuAnchorNav_list {
		row-gap: 20px;
	}
	.menuAnchorNav_list-3c {
		column-gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}
	.menuAnchorNav_list-4c {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 20px;
	}
	.menuAnchorNav_list > li {}
	.menuAnchorNav_list > li > a {}
	.menuAnchorNav_list > li > a > .icon {}
	.menuAbout {
		margin-bottom: 140px;
	}
	.menuAbout_contents {}
	.menuAbout_contents_inner {}
	.menuAbout_title {
		margin-bottom: 65px;
	}
	.menuAbout_cols {}
	.menuAbout_col {}
	.menuAbout_col-img {
		width: 42%;
	}
	.menuAbout_image {}
	.menuAbout_image > img {}
	.menuAbout_col-txt {
		width: 54%;
	}
	.menuAbout_headline {}
	.menuAbout_text {}
	.menu {}
	.areaMenu-hasMb {
		margin-bottom: 90px;
	}
	.menu_contents {
		padding-top: 80px;
		padding-bottom: 160px;
	}
	.menu_contents-bgGreen {}
	.menu_contents_inner {}
	.menu_title {}
	.menu_msgBox {
		margin-bottom: 55px;
	}
	.menu_message {}
	.menu_cell {}
	.menu_cell:last-child {}
	.menu_cols {}
	.menu_cols-rev {}
	.menu_col {}
	.menu_col-img {}
	.menu_image {}
	.menu_image > img {}
	.menu_col-txt {}
	.menu_headline {}
	.menu_text {}
	.menuFig {}
	.menuFig_cells {}
	.menuFig_cells-3c {
		column-gap: 20px;
	}
	.menuFig_cells-2c {
		column-gap: 25px;
	}
	.menuFig_cell {}
	.menuFig_image {}
	.menuFig_image > img {}
	.menuFig_areaTxt {
		padding: 20px;
	}
	.menuFig_title {}
	.menuFig_text {}
	.menu_box {
		margin-bottom: 40px;
		padding: 30px 20px;
	}
	.menu_box:last-child {}
	.menu_box_inner {}
	.menu_boxCols {}
	.menu_boxCol {}
	.menu_boxCol-img {}
	.menu_boxCol-txt {}
	.menu_box_headline {}
	.menu_box_cell {}
	.menu_box_cell:last-child {}
	.menu_subhead {}
	.menu_text-hasPl {}
	.menu_box_list {}
	.menu_box_list > li {}
	.menuFlow {}
	.menuFlow_cells {}
	.menuFlow_cell {
		margin-bottom: 38px;
	}
	.menuFlow_cell:last-child {}
	.menuFlow_cols {}
	.menuFlow_col {}
	.menuFlow_col-txt {}
	.menuFlow_number {
		font-size: 46px;
	}
	.menuFlow_title {
		margin-bottom: 10px;
	}
	.menuFlow_text {
		line-height: 2;
	}
	.menuFlow_list {
		margin-top: 10px;
	}
	.menuFlow_list > li {}
	.menuFlow_col-img {}
	.menuFlow_image {}
	.menuFlow_image > img {}
	.menuNav {
		padding-bottom: 100px;
		padding-top: 90px;
	}
	.menuNav_inner {}
	.menuNav_title {
		margin-bottom: 45px;
	}
	.menuNav_title_sub {}
	.menuNav_list {
		grid-template-columns: repeat(2, 1fr);
	}
	.menuNav_list > li {}
	.menuNav_list > li:first-child {}
	.menuNav_list > li:last-child {}
	.menuNav_list > li:nth-child(2n+1) {}
	.menuNav_list > li:nth-child(n+3) {}
	.menuNav_list > li > a {}
	.menuNav_icon {}
	.menuNav_icon > img {}
	.menuNav_txt {}
	.menuNav_txt > small {}
	.menuNav_arrow {}
	.menuNav_arrow > .icon {}
	.menu_list {}
	.menu_list > li {}
	.menu_oList {}
	.menu_oList > li {}
	.menu_cList {}
	.menu_cList > li {}
	.menu_minihead {}
	.menuAbout_list {}
	.menuAbout_list:last-child {}
	.menuAbout_list > li {}
	.menuAbout_cList {}
	.menuAbout_cList > li {}
	.menuAbout_msgBox {
		margin-bottom: 50px;
	}
	.menuAbout_message {}
	.menuAbout_title-mbS {
		margin-bottom: 30px;
	}
	.orthBenefit {}
	.orthBenefit_tblWrap {}
	.orthBenefit_table {}
	.orthBenefit_table > thead {}
	.orthBenefit_table > thead > tr {}
	.orthBenefit_table > thead > tr > th {
		font-size: 18px;
		padding: 15px;
	}
	.orthBenefit_table > thead > tr > th:first-child {}
	.orthBenefit_table > thead > tr > td {}
	.orthBenefit_table > tbody {}
	.orthBenefit_table > tbody > tr {}
	.orthBenefit_table > tbody > tr:first-child {}
	.orthBenefit_table > tbody > tr > th {
		font-size: 18px;
	}
	.orthBenefit_table > tbody > tr > td {
		padding: 20px 20px;
	}
	.orthBenefit_list {}
	.orthBenefit_list > li {}
	.ortChildren {}
	.ortChildren_cols {}
	.ortChildren_col {}
	.ortChildren_col-img {}
	.ortChildren_image {}
	.ortChildren_image > img {}
	.ortChildren_col-txt {}
	.ortChildren_text {}
	.menu_box-noMb {
		margin-bottom: 0;
	}
	.menu_note {}
	.menu_box_inner-narrow {}
	.menu_text_bold {}
	.whiteChoose {}
	.whiteChoose_cols {}
	.whiteChoose_col {}
	.whiteChoose_col-no1 {}
	.whiteChoose_areaTxt {}
	.whiteChoose_areaTxt_inner {}
	.whiteChoose_title {
		font-size: 20px;
	}
	.whiteChoose_text {}
	.whiteChoose_col-no2 {}
	.priceInlay {}
	.priceInlay_cols {}
	.priceInlay_col {
		max-width: none;
		width: 48%;
	}
	.priceInlay_col-no1 {}
	.priceInlay_dList {}
	.priceInlay_dList > dt {}
	.priceInlay_dList > dd {}
	.priceInlay_dList > dd > small {}
	.priceInlay_col-no2 {}
	.priceOther {}
	.priceOther_tblWrap {}
	.priceOther_table {}
	.priceOther_table > tbody {}
	.priceOther_table > tbody > tr {}
	.priceOther_table > tbody > tr > th {
		font-size: 18px;
		width: 250px;
	}
	.priceOther_table > tbody > tr > td {}
	.priceOther_table > tbody > tr > td > small {}
	.priceOther_table > tbody > tr > td.-price {
		font-size: 18px;
	}
	.priceOther_note {}
	.menu_priceMessage {
		font-size: 18px;
	}
	.menu_contents_bg {}
	.menu_contents-noWave {
		padding-bottom: 0;
	}
	.menu_contents-noWaveNext {
		padding-bottom: 80px;
	}
	.topFooterImages {}
	.topFooterImages_scroll {}
	.topFooterImages_images {}
	.topFooterImages_image {
		width: 400px;
	}
	.topFooterImages_image > img {}
	.topMenu_contents-hasSlide {}
	.topVis_slide {}
	.topVis_slide_item {}
	.topVis_slide_image {}
	.topVis_slide_image > img {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.news {}
	.newsList {}
	.newsList > li {}
	.newsList > li > a {}
	.newsItem {
		padding: 17px 40px;
		padding-left: 0;
	}
	.newsItem_cols {}
	.newsItem_col {}
	.newsItem_col-tag {
		width: 80px;
		padding-right: 10px;
	}
	.newsItem_cat {}
	.newsItem_cat_main {}
	.newsItem_update {}
	.newsItem_update > time {}
	.newsItem_col-txt {
		width: calc(100% - 100px);
	}
	.newsItem_areaTxt {}
	.newsItem_title {
		font-size: 16px;
		margin-bottom: 7px;
	}
	.newsItem_text {
		font-size: 12px;
	}
	.newsItem_arrow {
		right: 5px;
	}
	.newsItem_arrow > .icon {}
	.pager {
		margin-top: 50px;
	}
	.pager > a,
	.pager > span {}
	.pager > .previouspostslink {}
	.pager > .current {}
	.pager > .extend {}
	.pager > .nextpostslink {}
	.entry {}
	.entry_body {
		padding-bottom: 35px;
	}
	.entry_areaCat {
		padding-left: 0;
		margin-bottom: 20px;
	}
	.entry_cat {}
	.entry_update {
		margin-left: 15px;
	}
	.entry_update > time {}
	.entry_title {
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.entry_editor {}
	.entryNav {}
	.entryNav_link {}
	.entryNav_link > a {
		font-size: 16px;
	}
	.entryNav_link-prev {}
	.entryNav_link-prev > a > .icon {
		margin-right: 10px;
	}
	.entryNav_link-list {}
	.entryNav_link-next {}
	.entryNav_link-next > a > .icon {
		margin-left: 10px;
	}
	.entryNav_link-hidden {}
	.topMenu {}
	.topMenu_bg {}
	.topMenu_bg > img {}
	.topMenu_inner {}
	.topMenu_title {
		margin-bottom: 26px;
	}
	.topMenu_title_image {}
	.topMenu_title_en {}
	.topMenu_list {
		justify-content: flex-start;
		margin-left: -5px;
		margin-right: -5px;
	}
	.topMenu_list > li {
		width: 50%;
		padding: 5px;
	}
	.topMenu_list_item {
		padding: 35px 10px 20px;
	}
	.topMenu_image {
		max-width: 83px;
		margin-bottom: 8px;
	}
	.topMenu_image > img {}
	.topMenu_caution {
		font-size: 12px;
		line-height: 19px;
		min-height: 38px;
	}
	.topMenu_caution_inner {}
	.topMenu_caution_sub {}
	.topMenu_text {
		font-size: inherit;
		margin-top: 20px;
	}
	.topMenu_contents {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.topClinic {}
	.topClinic_contents {
		padding-bottom: 60px;
	}
	.topClinic_inner {}
	.topClinic_title {}
	.topClinic_title_image {}
	.topClinic_title_en {}
	.topClinic_headline {
		font-size: 24px;
		margin-top: 35px;
	}
	.topClinic_headline_inner {
		padding: 0 29px;
	}
	.topClinic_headline_inner::before {
		width: 20px;
		height: 20px;
		margin-top: -13px;
	}
	.topClinic_headline_inner::after {
		width: 20px;
		height: 20px;
		margin-top: 23px;
	}
	.topClinic_headline_main {}
	.topClinic_text {
		text-align: left;
		line-height: inherit;
	}
	.topClinic_cells {
		display: block;
	}
	.topClinic_cell {
		width: auto;
		padding: 0;
		display: flex;
		flex-direction: column;
		margin-bottom: 58px;
	}
	.topClinic_cell:last-child {
		margin-bottom: 0;
	}
	.topClinic_cell:nth-child(2n) {
		padding: 0;
	}
	.topClinic_num {
		text-shadow: none;
		font-size: 54px;
		margin: 0;
		order: 0;
		align-self: flex-start;
		text-align: center;
	}
	.topClinic_image {
		order: 3;
		margin-top: 25px;
		padding-bottom: 70.7%;
		position: relative;
	}
	.topClinic_image > img {
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.topClinic_subhead {
		font-size: 18px;
		order: 1;
		margin-top: 16px;
		line-height: 36px;
		margin-bottom: 16px;
	}
	.topClinic_subhead_row {
		display: inline;
		padding: 0;
	}
	.topClinic_subhead_row-last {}
	.topClinic_subhead_main {
		font-size: 24px;
	}
	.topClinic_msg {
		order: 2;
		line-height: inherit;
	}
	.topClinic_body {}
	.topClinic_bg {
		display: none;
	}
	.topClinic_bg_inner {}
	.topClinic_bg_svg {}
	.topClinic_num-no1 {}
	.topClinic_num-no2 {}
	.topClinic_num-no3 {}
	.topClinic_num-no4 {}
	.topClinic_subhead_main-no1 {}
	.topClinic_subhead_main-no2 {}
	.topClinic_subhead_main-no3 {}
	.topClinic_subhead_main-no4 {}
	.topBeginner {
		padding-top: 126px;
		padding-bottom: 34px;
		margin-bottom: 79px;
	}
	.topBeginner_bg {
		height: 100%;
		display: flex;
		flex-direction: column;
		min-width: 768px;
	}
	.topBeginner_bg_head {
		height: 40px;
	}
	.topBeginner_bg_body {
		height: auto;
		flex-grow: 1;
	}
	.topBeginner_inner {}
	.topBeginner_box {}
	.topBeginner_cols {
		position: relative;
		min-height: 194px;
	}
	.topBeginner_col {
		width: auto;
	}
	.topBeginner_col-txt {
		position: static;
		width: 200px;
	}
	.topBeginner_bar {
		z-index: 2;
		height: 4px;
	}
	.topBeginner_bar-head {}
	.topBeginner_bar-footer {}
	.topBeginner_catch {
		font-size: 10px;
		margin-bottom: 8px;
	}
	.topBeginner_catch::before {
		width: 3px;
		height: 13px;
		margin-right: 9px;
	}
	.topBeginner_catch::after {
		width: 3px;
		height: 13px;
		margin-left: 9px;
	}
	.topBeginner_headline {
		font-size: 14px;
	}
	.topBeginner_col-img {
		width: calc(100% - 200px);
	}
	.topBeginner_image {}
	.topBeginner_image > img {}
	.topBeginnerTextWave {
		min-width: 750px;
		top: 90px;
	}
	.topBeginnerTextWave_inner {}
	.topBeginnerTextWave_svg {}
	.topBeginnerTextWave_svg_path {}
	.topBeginnerTextWave_svg_text {}
	.topBeginnerTextWave_svg_text-shadow {}
	.topNews {
		margin-bottom: 35px;
	}
	.topNews_inner {}
	.topNews_cols {
		display: block;
	}
	.topNews_col {}
	.topNews_col-ttl {}
	.topNews_title {
		display: block;
		font-size: 16px;
		padding-left: 0;
	}
	.topNews_title_en {
		font-size: 38px;
		margin-right: 0;
		display: block;
	}
	.topNews_title_ja {
		display: block;
		position: static;
	}
	.topNews_col-link {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.topVis {
		padding-top: 67px;
		height: 563px;
	}
	.topVis_bg {
		height: 40px;
		background-size: 768px 100%;
	}
	.topVis_image {
		min-width: 0;
	}
	.topVis_image > img {
		object-position: center center;
	}
	.topVis_araeText {}
	.topVis_araeText_inner {}
	.topVis_title {
		font-size: 28px;
		text-align: center;
		line-height: 43px;
		text-indent: 0;
		max-width: 236px;
		transform: translateX(-0.4%);
		margin-bottom: -6px;
	}
	.topVis_title_strong {}
	.topVis_list {
		margin-top: 22px;
	}
	.topVis_list > li {}
	.topVis_list_circle {
		width: 110px;
		height: 110px;
		font-size: 14px;
		line-height: 1.21;
	}
	.topVis_list_circle::before {}
	.topVis_list_text {}
	.topCalendar {
		margin-top: 0;
		margin-bottom: 58px;
	}
	.topCalendar_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.topCalendar_box {}
	.topCalendar_box_inner {}
	.newsItem_col-info {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 80px;
		padding-right: 10px;
	}
	.newsItem_col-title {
		width: calc(100% - 100px);
	}
	.newsItem_title-top {
		font-size: 14px;
	}
	.newsItem_title-top:last-child {}
	.newsItem_cat-top {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.newsItem-top {}
	.topClinic_subhead_text {
		background-image: none;
	}
	.topClinic_subhead_text-no2 {}
	.topClinic_subhead_text-no3 {}
	.topClinic_subhead_text-no4 {}
	.topClinic_num_text {
		display: block;
		font-size: 12px;
		text-transform: uppercase;
		margin-bottom: 7px;
	}
	.topClinic_subhead_inner {
		display: inline;
		background-image: linear-gradient(to top, #f69841 1px, rgba(255, 255, 255, 0) 1px);
	}
	.topClinic_subhead_inner-no2 {
		background-image: linear-gradient(to top, #f78381 1px, rgba(255, 255, 255, 0) 1px)
	}
	.topClinic_subhead_inner-no3 {
		background-image: linear-gradient(to top, #7ba8d1 1px, rgba(255, 255, 255, 0) 1px)
	}
	.topClinic_subhead_inner-no4 {
		background-image: linear-gradient(to top, #b883b8 1px, rgba(255, 255, 255, 0) 1px)
	}
	.news_category {
		margin-bottom: 20px;
	}
	.news_category_inner {}
	.news_category_btn {}
	.news_category_btn[aria-expanded="true"] {}
	.news_category_btn > .icon {}
	.news_category_btn[aria-expanded="true"] > .icon {}
	.news_category_list {}
	.news_category_list.isShow {}
	.news_category_list > li {}
	.news_category_list > li::after {}
	.news_category_list > li > a {}
	.error {}
	.error_title {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.error_text {}
	.error_link {
		margin-top: 20px;
		max-width: none;
	}
	.error_link > a {}
	.topNews_link {}
	.topNews_contents {
		padding-bottom: 75px;
		position: relative;
	}
	.topVis_headline {
		font-size: 14px;
		letter-spacing: 0em;
		text-indent: 0;
		margin-top: 24px;
		margin-left: -10px;
		margin-right: -10px;
		text-shadow: 0 0 3px rgba(255, 255, 255), 0 0 5px rgba(255, 255, 255), 0 0 10px rgba(255, 255, 255), 0 0 20px rgba(255, 255, 255), 0 0 20px rgba(255, 255, 255);
	}
	.cliFeature {
		margin-bottom: 80px;
	}
	.cliFeature_inner {}
	.cliFeature_ttlWrap {}
	.cliFeature_ttlBalloon {}
	.cliFeature_title {}
	.cliFeature_cell {
		margin-bottom: 30px;
	}
	.cliFeature_cols {}
	.cliFeature_cols-rev {}
	.cliFeature_col {}
	.cliFeature_col-txt {
		margin-bottom: 20px;
	}
	.cliFeature_number {
		font-size: 54px;
	}
	.cliFeature_number_txt {
		font-size: 12px;
		margin-bottom: 3px;
	}
	.cliFeature_number_main {}
	.cliFeature_headline {
		font-size: 18px;
	}
	.cliFeature_headline_point {}
	.cliFeature_text {}
	.cliFeature_col-img {
		margin-bottom: 22px;
	}
	.cliFeature_image {}
	.cliFeature_image > img {}
	.cliFeature_headline_main {}
	.cliDoctor {
		padding-bottom: 60px;
		margin-bottom: 45px;
		padding-top: 40px;
	}
	.cliDoctor_inner {}
	.cliDoctor_title {}
	.cliDoctor_cols {}
	.cliDoctor_cols:last-child {}
	.cliDoctor_col {}
	.cliDoctor_col-txt {
		max-width: none;
	}
	.cliDoctor_areaTxt {
		padding: 30px 25px 60px;
	}
	.cliDoctor_areaTxt::after {}
	.cliDoctor_areaTxt_inner {}
	.cliDoctor_text {}
	.cliDoctor_name {
		font-size: 20px;
	}
	.cliDoctor_name_main {}
	.cliDoctor_name_main_post {
		font-size: 16px;
		margin-right: 10px;
	}
	.cliDoctor_name_en {
		display: block;
		font-size: 13px;
		margin-left: 0;
		padding-left: 43px;
	}
	.cliDoctor_col-img {}
	.cliDoctor_image {}
	.cliDoctor_image > img {}
	.doctorCareer {
		margin-bottom: 50px;
	}
	.doctorCareer_inner {}
	.doctorCareer_cols {
		display: block;
	}
	.doctorCareer_col {
		width: auto;
	}
	.doctorCareer_col-no1 {
		margin-bottom: 20px;
	}
	.doctorCareer_title {
		font-size: 20px;
	}
	.doctorCareer_title_main {}
	.doctorCareer_title_en {
		font-size: 13px;
	}
	.doctorCareer_list {}
	.doctorCareer_list > li {}
	.doctorCareer_col-no2 {}
	.cliDoctor_image-no1 {}
	.cliDoctor_image-no2 {}
	.cliDoctor_col-imgNo1 {
		margin-top: -40px;
		max-width: 320px;
	}
	.cliDoctor_col-imgNo2 {
		max-width: 300px;
		margin-top: -40px;
	}
	.cliDoctor_name_main_post-block {}
	.cliFeature_numberWrap {}
	.cliDoctor_areaTxt-short {
		padding: 20px 25px 50px;
	}
	.cliAccess {
		margin-bottom: 60px;
	}
	.cliAccess_inner {}
	.cliAccess_title {}
	.cliAccess_cols {}
	.cliAccess_col {}
	.cliAccess_col-txt {
		margin-bottom: 30px;
	}
	.cliAccess_add {
		font-size: 16px;
		margin-bottom: 14px;
	}
	.cliAccess_parking {}
	.cliAccess_parking_icon {}
	.cliAccess_parking_icon > img {}
	.cliAccess_note {
		text-align: left;
	}
	.cliAccess_link {
		max-width: none;
	}
	.cliAccess_link > a {}
	.cliAccess_link > a > .icon {}
	.cliAccess_col-map {}
	.cliAccess_map {}
	.cliAccess_map > iframe {}
	.cliFacilty {
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.cliFacilty_inner {}
	.cliFacilty_title {}
	.cliFacilty_list {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 18px;
		row-gap: 18px;
	}
	.cliFacilty_list > li {}
	.cliFacilty_fig {}
	.cliFacilty_fig > img {}
	.cliFacilty_fig > figcaption {
		font-size: 14px;
	}
	.cliFacilty_link {
		margin-top: 40px;
		max-width: none;
	}
	.cliFacilty_link > a {}
	.cliFacilty_link > a > .icon {}
	.infoLinkList {
		display: block;
		max-width: 295px;
	}
	.infoLinkList > li {}
	.infoLinkList > li:nth-child(n+2) {
		margin-top: 10px;
	}
	.infoLinkList_text {
		display: none;
	}
	.infoLinkList_btn {
		min-height: 70px;
	}
	.infoLinkList_btn[href^="tel:"] {}
	.infoLinkList_btn_icon {
		font-size: 23px;
	}
	.infoLinkList_btn_text {}
	.infoLinkList_btn_arrow {}
	.infoLinkList_btn_arrow > .icon {}
	.infoLinkList_btn_num {}
	.infoLinkList_btn_text-bold {}
	.infoLinkList_btn_text-tel {}
	.infoLinkList_btn_txtWrap {}
	.infoLinkList_btn_num-bold {}
	.infoLinkList_btn-large {}
	.infoLinkList_btn_icon-large {
		font-size: 32px;
	}
	.infoLinkList-wide {
		max-width: none;
	}
	.firstIntro {
		margin-bottom: 50px;
	}
	.firstIntro_inner {}
	.firstIntro_ttlWrap {}
	.firstIntro_ttlBalloon {}
	.firstIntro_ttlBalloon > svg {}
	.firstIntro_title {}
	.firstIntro_cols {}
	.firstIntro_col {}
	.firstIntro_col-txt {
		margin-bottom: 25px;
	}
	.firstIntro_text {
		margin-bottom: 20px;
		text-align: center;
	}
	.firstIntro_text_point {}
	.firstIntro_col-img {}
	.firstIntro_image {}
	.firstIntro_image > img {}
	.firstStep {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.firstStep_inner {}
	.firstStep_areaTxt {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.firstStep_areaTxt::before {}
	.firstStep_cell {
		margin-bottom: 45px;
	}
	.firstStep_cell:last-child {}
	.firstStep_cols {
		display: block;
	}
	.firstStep_cols-orange {}
	.firstStep_cols-pink {}
	.firstStep_cols-blue {}
	.firstStep_cols-purple {}
	.firstStep_cols-green {}
	.firstStep_cols-yellow {}
	.firstStep_col {
		width: auto;
	}
	.firstStep_col-icn {
		width: 80px;
		margin: 0 auto 12px;
	}
	.firstStep_number {
		font-size: 18px;
		align-items: center;
	}
	.firstStep_number_txt {}
	.firstStep_number_main {}
	.firstStep_icon {
		width: 80px;
		height: 80px;
		margin-top: -16px;
	}
	.firstStep_icon-pink {}
	.firstStep_icon-blue {}
	.firstStep_icon-purple {}
	.firstStep_icon-green {}
	.firstStep_icon-yellow {}
	.firstStep_icon > img {
		width: 46px;
		height: 46px;
	}
	.firstStep_col-txt {
		padding: 0;
	}
	.firstStep_title {
		font-size: 20px;
		text-align: center;
		margin-bottom: 12px;
	}
	.firstStep_box {
		margin-top: 0;
	}
	.firstStep_boxTxt {
		margin: 0 auto;
	}
	.firstStep_text {}
	.firstFaq {
		padding-top: 40px;
	}
	.firstFaq_inner {}
	.firstFaq_title {}
	.firstFaq_cells {}
	.firstFaq_cell {}
	.firstFaq_cell:last-child {}
	.firstFaq_headline {}
	.firstFaq_headline > button {
		font-size: 16px;
		padding: 20px 30px;
		line-height: 1.8;
		padding-left: 50px;
	}
	.firstFaq_headline_btn_mark {
		width: 40px;
		height: 40px;
		font-size: 19px;
		left: 0;
	}
	.firstFaq_headline_btn_icon {
		right: 2px;
	}
	.firstFaq_headline_btn_icon > .icon {
		transform: scale(0.8);
	}
	[aria-expanded=true] .firstFaq_headline_btn_icon > .icon {}
	.firstFaq_areaAns {}
	.firstFaq_areaAns.isShow {}
	.firstFaq_areaAns_inner {
		padding-left: 50px;
		padding-right: 0;
	}
	.firstFaq_areaAns_text {}
	.firstFaq_link {
		margin-top: 50px;
		max-width: none;
	}
	.firstFaq_link > a {}
	.firstFaq_link > a > .icon {}
	.topBeginner_link {
		width: 160px;
		margin-top: 15px;
	}
	.topBeginner_link > a {
		font-size: 10px;
		padding-left: 10px;
		padding-right: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		min-height: 30px;
	}
	.topBeginner_link > a > .icon {
		font-size: 10px;
		right: 10px;
	}
	.topClinic_link {
		margin-top: 30px;
	}
	.cliDoctor_bg {}
	.firstFaq_bg {}
	.menuAnchorNav {
		margin-bottom: 55px;
	}
	.menuAnchorNav_inner {}
	.menuAnchorNav_list {
		display: block;
	}
	.menuAnchorNav_list-3c {}
	.menuAnchorNav_list-4c {}
	.menuAnchorNav_list > li {}
	.menuAnchorNav_list > li:nth-child(n+2) {
		margin-top: 15px;
	}
	.menuAnchorNav_list > li > a {
		padding-left: 50px;
	}
	.menuAnchorNav_list > li > a > .icon {}
	.menuAbout {
		margin-bottom: 80px;
	}
	.menuAbout_contents {}
	.menuAbout_contents_inner {}
	.menuAbout_title {
		margin-bottom: 30px;
	}
	.menuAbout_cols {
		display: block;
	}
	.menuAbout_col {
		width: auto;
	}
	.menuAbout_col-img {
		max-width: 551px;
		margin: 0 auto 20px;
	}
	.menuAbout_image {}
	.menuAbout_image > img {}
	.menuAbout_col-txt {}
	.menuAbout_headline {}
	.menuAbout_text {}
	.menu {}
	.areaMenu-hasMb {
		margin-bottom: 60px;
	}
	.menu_contents {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.menu_contents-bgGreen {}
	.menu_contents_inner {}
	.menu_title {}
	.menu_msgBox {
		margin-bottom: 30px;
	}
	.menu_message {}
	.menu_cell {
		margin-bottom: 40px;
	}
	.menu_cell:last-child {}
	.menu_cols {
		display: block;
	}
	.menu_cols-rev {}
	.menu_col {
		width: auto;
		max-width: none;
	}
	.menu_col-img {
		margin-bottom: 18px;
	}
	.menu_image {}
	.menu_image > img {}
	.menu_col-txt {}
	.menu_headline {}
	.menu_text {}
	.menuFig {}
	.menuFig_cells {
		display: block;
		max-width: 370px;
		margin: 0 auto;
	}
	.menuFig_cells-3c {}
	.menuFig_cells-2c {}
	.menuFig_cell {}
	.menuFig_cell:nth-child(n+2) {
		margin-top: 30px;
	}
	.menuFig_image {}
	.menuFig_image > img {}
	.menuFig_areaTxt {}
	.menuFig_title {}
	.menuFig_text {}
	.menu_box {
		margin-bottom: 30px;
		padding: 25px 20px;
	}
	.menu_box:last-child {}
	.menu_box_inner {}
	.menu_boxCols {
		display: block;
	}
	.menu_boxCol {
		width: auto;
		max-width: none;
	}
	.menu_boxCol-img {
		margin-bottom: 20px;
	}
	.menu_boxCol-txt {}
	.menu_box_headline {}
	.menu_box_cell {}
	.menu_box_cell:last-child {}
	.menu_subhead {}
	.menu_text-hasPl {}
	.menu_box_list {}
	.menu_box_list > li {}
	.menuFlow {}
	.menuFlow_cells {}
	.menuFlow_cell {
		padding: 20px 20px 28px;
		margin-bottom: 30px;
	}
	.menuFlow_cell:last-child {}
	.menuFlow_cols {
		display: block;
	}
	.menuFlow_col {
		width: auto;
		max-width: none;
	}
	.menuFlow_col-txt {
		margin-bottom: 20px;
	}
	.menuFlow_number {
		font-size: 34px;
		margin-bottom: 5px;
	}
	.menuFlow_title {}
	.menuFlow_text {}
	.menuFlow_list {}
	.menuFlow_list > li {}
	.menuFlow_col-img {
		padding-top: 0;
	}
	.menuFlow_image {}
	.menuFlow_image > img {}
	.menuNav {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.menuNav_inner {}
	.menuNav_title {
		margin-bottom: 30px;
	}
	.menuNav_title_sub {}
	.menuNav_list {
		display: block;
	}
	.menuNav_list > li {}
	.menuNav_list > li:first-child {}
	.menuNav_list > li:last-child {}
	.menuNav_list > li:nth-child(2n+1) {}
	.menuNav_list > li:nth-child(n+2) {
		margin-top: 15px;
	}
	.menuNav_list > li > a {
		font-size: 15px;
		padding: 15px 75px;
		min-height: 68px;
	}
	.menuNav_icon {
		width: 55px;
	}
	.menuNav_icon > img {}
	.menuNav_txt {}
	.menuNav_txt > small {}
	.menuNav_arrow {
		width: 22px;
		height: 22px;
		font-size: 10px;
	}
	.menuNav_arrow > .icon {}
	.menu_list {}
	.menu_list > li {}
	.menu_oList {
		margin-top: 8px;
	}
	.menu_oList > li {}
	.menu_cList {}
	.menu_cList > li {}
	.menu_minihead {}
	.menuAbout_list {}
	.menuAbout_list:last-child {}
	.menuAbout_list > li {}
	.menuAbout_cList {}
	.menuAbout_cList > li {}
	.menuAbout_msgBox {
		margin-bottom: 25px;
	}
	.menuAbout_message {}
	.menuAbout_title-mbS {
		margin-bottom: 20px;
	}
	.orthBenefit {}
	.orthBenefit_tblWrap {
		margin-right: -20px;
		padding-right: 20px;
	}
	.orthBenefit_table {
		width: 560px;
		margin: 0 auto;
	}
	.orthBenefit_table > thead {}
	.orthBenefit_table > thead > tr {}
	.orthBenefit_table > thead > tr > th {
		font-size: 15px;
		padding: 10px;
	}
	.orthBenefit_table > thead > tr > th:first-child {}
	.orthBenefit_table > thead > tr > td {}
	.orthBenefit_table > tbody {}
	.orthBenefit_table > tbody > tr {}
	.orthBenefit_table > tbody > tr:first-child {}
	.orthBenefit_table > tbody > tr > th {
		font-size: 15px;
		padding: 10px;
	}
	.orthBenefit_table > tbody > tr > td {
		padding: 15px;
	}
	.orthBenefit_list {}
	.orthBenefit_list > li {}
	.ortChildren {}
	.ortChildren_cols {
		display: block;
	}
	.ortChildren_col {
		width: auto;
	}
	.ortChildren_col-img {
		margin-bottom: 25px;
	}
	.ortChildren_image {}
	.ortChildren_image > img {}
	.ortChildren_col-txt {}
	.ortChildren_text {}
	.menu_box-noMb {
		margin-bottom: 0;
	}
	.menu_note {}
	.menu_box_inner-narrow {}
	.menu_text_bold {}
	.whiteChoose {}
	.whiteChoose_cols {
		display: block;
		max-width: 540px;
		margin: 0 auto;
	}
	.whiteChoose_col {
		width: auto;
	}
	.whiteChoose_col-no1 {
		margin-bottom: 30px;
	}
	.whiteChoose_areaTxt {
		padding: 20px;
	}
	.whiteChoose_areaTxt_inner {}
	.whiteChoose_title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.whiteChoose_text {}
	.whiteChoose_col-no2 {}
	.priceInlay {}
	.priceInlay_cols {
		display: block;
	}
	.priceInlay_col {
		width: auto;
	}
	.priceInlay_col-no1 {
		margin-bottom: 15px;
	}
	.priceInlay_dList {
		justify-content: space-between;
		padding-bottom: 8px;
	}
	.priceInlay_dList > dt {
		font-size: 19px;
	}
	.priceInlay_dList > dd {
		font-size: 18px;
	}
	.priceInlay_dList > dd > small {}
	.priceInlay_col-no2 {}
	.priceOther {}
	.priceOther_tblWrap {}
	.priceOther_table {
		display: block;
	}
	.priceOther_table > tbody {
		display: block;
	}
	.priceOther_table > tbody > tr {
		display: block;
		margin-bottom: 12px;
		padding-bottom: 12px;
	}
	.priceOther_table > tbody > tr > th {
		display: block;
		width: auto;
		padding: 0;
		font-size: 16px;
	}
	.priceOther_table > tbody > tr > td {
		display: block;
		padding: 0;
	}
	.priceOther_table > tbody > tr > td > small {}
	.priceOther_table > tbody > tr > td.-price {
		padding: 0;
		text-align: right;
		margin-bottom: 6px;
	}
	.priceOther_note {
		text-align: left;
		text-indent: -1em;
		padding-left: 1em;
		margin-top: 10px;
	}
	.menu_priceMessage {
		font-size: 16px;
		line-height: 1.8;
	}
	.menu_contents_bg {}
	.menu_contents-noWave {
		padding-bottom: 0;
	}
	.menu_contents-noWaveNext {
		padding-bottom: 50px;
	}
	.topMenu_caution_arrow {
		width: 16px;
		height: 16px;
	}
	.topMenu_caution_arrow > .icon {
		transform: translateX(8%) scale(0.7);
		display: block;
	}
	.topMenu_list > li > a {}
	.topFooterImages {
		margin-top: -40px;
	}
	.topFooterImages_scroll {}
	.topFooterImages_images {}
	.topFooterImages_image {
		width: 236px;
	}
	.topFooterImages_image > img {}
	.topMenu_contents-hasSlide {
		padding-bottom: 80px;
	}
	.topVis_slide {}
	.topVis_slide_item {}
	.topVis_slide_image {
		padding-bottom: 563px;
	}
	.topVis_slide_image > img {
		display: block;
	}
}
@media screen and (max-width:374px) {
	.entryNav_link > a {
		font-size: 15px;
	}
	.topVis_title {
		font-size: 20px;
		padding-left: 0;
	}
	.topVis_list_circle {
		width: 90px;
		height: 90px;
	}
	.topVis_list {
		column-gap: 9px;
	}
	.topClinic_subhead {
		font-size: 16px;
	}
	.topClinic_subhead_main {
		font-size: 22px;
	}
	.cliFeature_headline {
		font-size: 17px;
	}
	.cliDoctor_col-imgNo1 {
		max-width: 280px;
	}
	.cliDoctor_col-imgNo2 {
		width: 280px;
	}
	.menuNav_list > li > a {
		font-size: 14px;
	}
	.menuAnchorNav_list > li > a {
		padding-left: 30px;
	}
}
