@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(450 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg2 .ja {
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.hdg3 {
	border-bottom: solid calc(2 / var(--break) * 100vw) #d1be70;
}
.hdg3::before,.hdg3::after {
	content: "";
    width: 0;
	height: 0;
	border-style: solid;
    position: absolute;
    top: 0;
} 
.hdg3::before {
	border-color: #53929a transparent transparent transparent;
	border-width: calc(40 / var(--break) * 100vw) calc(40 / var(--break) * 100vw) 0px 0px;
	left: 0;
}
.hdg3::after {
	border-color: transparent #d1be70 transparent transparent;
	border-width: 0px calc(40 / var(--break) * 100vw) calc(40 / var(--break) * 100vw) 0px;
	right: 0;
}
.bdr_common01 {
	 border: solid 1px #d1be70;
}
.bdr_common02 {
	 border: solid 1px #53929a;
}
.bdr_common03 {
	 border: solid 1px #333333;
}
.deco_common01 {
	position: relative;
}
.deco_common01::before {
	content: "";
    position: absolute;
	background: #d1be70;
    width: 100%;
    height: 100%;
	right: calc(-10 / var(--break) * 100vw);
	bottom: calc(-10 / var(--break) * 100vw);
	z-index: -1;
}
.list_common01 li:before {
    background: #53929a;
}
.list_common01.ptn02 li:before {
    background: #333;
}
.list_common01 li:not(:first-child) {
    margin-top: calc(13 / var(--break) * 100vw);
}
.bnr_common02 {
	width: calc(610 / var(--break) * 100vw);
}
.row_common02 .col_img::before {
    content: "";
    position: absolute;
	background: #d1be70;
    width: 100%;
    height: calc(100% - calc(10 / var(--break) * 100vw));
	left: calc(10 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
}
.box_common01 .en {
	letter-spacing: .21em;
}
.list_common02 li {
	border-bottom: dotted 1px #d1be70;
    padding-left: calc(28 / var(--break) * 100vw);
    padding-bottom: calc(4 / var(--break) * 100vw);
    width: 47%;
}
.list_common02 li:before {
    content: "";
    position: absolute;
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
    background: url("images/page/check02.svg")no-repeat center / cover;
    border-radius: 0%;
    left: 0;
    top: calc(5 / var(--break) * 100vw);
}
.list_common02.ptn02 li:before {
    background: url("images/page/check03.svg")no-repeat center / cover;
}
.list_common02 li:not(:first-child) {
    margin-top: calc(8 / var(--break) * 100vw);
}
.list_common02 li:nth-child(-n+2) {
    margin-top: 0;
}
.hdg4 {
	padding: calc(18 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(16 / var(--break) * 100vw);
    position: relative;
}
.hdg4::before,.hdg4::after {
	content: "";
    position: absolute;
	background: #fff;
    width: 100%;
    height: calc(2 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
}
.hdg4::before {
	top: calc(6 / var(--break) * 100vw);
}
.hdg4::after {
	bottom: calc(6 / var(--break) * 100vw);
}
.ttl_common01 {
	border-bottom: solid 1px #d1be70;
    padding-left: calc(39 / var(--break) * 100vw);
    padding-bottom: calc(8 / var(--break) * 100vw);
}
.ttl_common01::before {
	content: "";
    position: absolute;
	background: url("images/page/icn_common01.svg") no-repeat center / cover;
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
	top: calc(7 / var(--break) * 100vw);
	left: 0;
}
.ttl_common01.ptn02 {
	border-bottom: solid 1px #333333;
}
.ttl_common01.ptn02::before {
	background: url("images/page/icn_common02.svg") no-repeat center / cover;
}
.row_common04 .col_txt {
	width: 63%;
}
.row_common04 .col_img {
	width: 31%;
	max-width: 345px;
}
.bnr_common03 {
	width: calc(480 / var(--break) * 100vw);
}
.tbl_common01 table{
	border: 1px solid #53929a;
}
.tbl_common01 th{
	background: #53929a;
	color: #fff;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #53929a;
}
.btn_common02 {
	width: calc(360 / var(--break) * 100vw);
}
.btn_common02 a {
	height: calc(60 / var(--break) * 100vw);
}
.btn_common02 a::after {
    border-width: calc(7 / var(--break) * 100vw);
    border-color: transparent #d1be70 #d1be70 transparent;
}
.row_common05 .col_txt {
	width: 68%;
}
.row_common05 .col_img {
	width: 29%;
	max-width: 350px;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background-image: url("images/page/bg_ttl_page_sp.jpg");
		height: calc(500 / var(--break) * 100vw);
	}
	.hdg2 {
		margin-top: 9vw;
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
	}
	.hdg2 .en {
		font-size: .9375rem;
	}
	.col_img {
		text-align: center;
	}
	.hdg3 {
		border-bottom: solid calc(2 / var(--break) * 100vw) #d1be70;
		font-size: 1.4375rem;
		padding: 2.5vw 2vw 3vw;
		letter-spacing: 0;
	}
	.hdg3 .sp_small {
		font-size: 1.25rem;
	}
	.bnr_common02 {
		width: calc(646 / var(--break) * 100vw);
	}
	.box_common01 .en {
		font-size: 1.85rem;
		letter-spacing: .1em;
	}
	.box_common01 .ja {
		font-size: 1rem;
    	letter-spacing: 0em;
	}
	.list_common02 li {
		padding-left: 7vw;
		padding-bottom: 1vw;
		width: 100%;
	}
	.list_common02 li:before {
		width: calc(35 / var(--break) * 100vw);
		height: calc(35 / var(--break) * 100vw);
		left: 0;
		top: calc(10 / var(--break) * 100vw);
	}
	.list_common02 li:nth-child(2) {
		margin-top: 3vw;
	}
	.list_common02 li:not(:first-child) {
		margin-top: 3vw;
	}
	.hdg4 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.hdg5 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.ttl_common01 {
		font-size: 1.125rem;
		letter-spacing: 0;
		padding-left: 6vw;
	}
	.ttl_common01::before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		top: calc(12 / var(--break) * 100vw);
		left: 0;
	}
	.bnr_common03 {
		width: 100%;
	}
	.ttl_pay01 {
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.box_pay01 .ttl {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.btn_common02 {
		width: calc(500 / var(--break) * 100vw);
	}
	.btn_common02 a {
		height: calc(100 / var(--break) * 100vw);
	}
	.btn_common02 a::after {
		border-width: calc(15 / var(--break) * 100vw);
	}
	.row_common05 {
		max-width: calc(646 / var(--break) * 100vw) !important;
        margin-left: auto;
        margin-right: auto;
	}
}


/* clinic
------------------------------------------------------------------*/
.row_clinic01 .col {
	width: 48%;
}
.ttl_clinic03 .num {
	width: calc(40 / var(--break) * 100vw);
    height: calc(40 / var(--break) * 100vw);
	background: #d1be70e6;
	line-height: 1;
	padding-left: calc(2 / var(--break) * 100vw);
	padding-top: calc(1 / var(--break) * 100vw);
}
.ttl_clinic03 .num::before {
	content: "";
    position: absolute;
	background: #ded098;
    width: 100%;
    height: 100%;
	clip-path: polygon(100% 0, 0 100%, 0 0);
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 100%;
}
.ttl_clinic03 .num span {
	z-index: 1;
}
.bg_clinic02::before {
	content: "";
    position: absolute;
	background: #f3f3f3;
    width: 100%;
    height: calc(558 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.row_clinic02 {
	width: 90%;
    max-width: 1375px;
}


.wrap_clinic02 {
	position: relative;
}
.wrap_clinic02:before {
	content: "";
    position: absolute;
    width: 50%;
    min-height: calc(490 / var(--break) * 100vw);
    background: url(images/clinic/img_clinic02.png) no-repeat center / cover;
    left: 0;
    top: 0;
}
.wrap_clinic02.right:before {
    left: auto;
    right: 0;
}
.wrap_clinic02.right .col_txt {
	background: url(images/clinic/deco_clinic01.png) no-repeat top left / calc(200 / var(--break) * 100vw);
}
.wrap_clinic02.left .col_txt {
	background: url(images/clinic/deco_clinic02.png) no-repeat top right / calc(200 / var(--break) * 100vw);
}
.wrap_clinic02 .col_txt {
	width: 50%;
	min-height: calc(490 / var(--break) * 100vw);
}
.wrap_clinic02 .wrap {
	width: 71%;
}
.wrap_clinic02 .col_txt {
	min-height: calc(490 / var(--break) * 100vw);
}

.wrap_clinic02.ptn02:before {
	background-image: url("images/clinic/img_clinic35.png");
	min-height: calc(520 / var(--break) * 100vw);
}
.wrap_clinic02.ptn02 .col_txt {
	min-height: calc(520 / var(--break) * 100vw);
}

.wrap_clinic02.ptn03:before {
	height: calc(490 / var(--break) * 100vw);
}
.wrap_clinic02.ptn03 .col_txt {
	width: 50%;
	min-height: calc(490 / var(--break) * 100vw);
}
.ccl_clinic01 {
    width: calc(246 / var(--break) * 100vw);
    height: calc(246 / var(--break) * 100vw);
    left: calc(60 / var(--break) * 100vw);
    bottom: calc(-60 / var(--break) * 100vw);
}

.ccl_clinic02 {
    right: calc(60 / var(--break) * 100vw);
    bottom: calc(-60 / var(--break) * 100vw);
}
.wrap_clinic02.ptn04:before {
	background-image: url("images/clinic/img_clinic03.png");
}

.row_common01 {
	gap: calc(40 / var(--break) * 100vw) 2%;
}
.row_common01 .col {
	width: 32%;
    max-width: 400px;
}

.row_clinic03 {
	left: calc(60 / var(--break) * 100vw);
    bottom: calc(-60 / var(--break) * 100vw);
}
.row_clinic03 .col:not(:last-child) {
	margin-right: calc(-30 / var(--break) * 100vw);
}
.wrap_clinic02.ptn05:before {
	background-image: url("images/clinic/img_clinic10.png");
}

.wrap_clinic02.ptn06:before {
	background-image: url("images/clinic/img_clinic11.png");
}
.wrap_clinic02.ptn06 .wrap {
	width: 73%;
}

.ccl_clinic03 {
    left: calc(-60 / var(--break) * 100vw);
    bottom: calc(-30 / var(--break) * 100vw);
}
.row_clinic04 .col_img::before {
    content: "";
    position: absolute;
	background: #d1be70;
    width: 100%;
    height: calc(100% - calc(10 / var(--break) * 100vw));
	left: calc(10 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
}
.bg_clinic03 .deco01 {
	width: calc(231 / var(--break) * 100vw);
    left: 14.8%;
    bottom: 0;
}
.bg_clinic03 .deco02 {
    width: calc(171 / var(--break) * 100vw);
    right: 16%;
    bottom: 0;
}
.row_clinic05 .col:nth-child(odd) .ttl {
	background-color: #53929a;
}
.row_clinic05 .col:nth-child(even) .ttl {
	background-color: #d1be70;
}
.box_clinic01 {
	background: url("images/clinic/img_clinic25.png")no-repeat right / auto 100% #f3f3f3;
}
.row_clinic06 .col {
    max-width: 394px;
}
.row_clinic07 {
	gap: calc(20 / var(--break) * 100vw) 2%;
}
.row_clinic07 .col {
	width: 23%;
    max-width: 300px;
}
.row_clinic07 .col a {
	height: calc(100 / var(--break) * 100vw);
}
.row_clinic07 .col a::after {
    border-width: calc(13 / var(--break) * 100vw);
    border-color: transparent #d1be70 #d1be70 transparent;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic02 {
		gap: 0 calc(41 / var(--break) * 100vw);
	}
	.row_clinic02 .col {
		width: calc(242 / var(--break) * 100vw);
		height: calc(243 / var(--break) * 100vw);
	}
	.bg_clinic03 .deco01 {
		width: calc(231 / var(--break) * 100vw);
		left: 4.8%;
	}
	.bg_clinic03 .deco02 {
		width: calc(171 / var(--break) * 100vw);
		right: 4.8%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_clinic02 {
		gap: 0 calc(15 / var(--break) * 100vw);
	}
	.row_clinic02 .col {
		width: calc(212 / var(--break) * 100vw);
		height: calc(213 / var(--break) * 100vw);
	}
	.wrap_clinic02 .ttl {
		font-size: 1.625rem;
	}
	.wrap_clinic02.ptn02:before {
		background-image: url(images/clinic/img_clinic35.png);
		background-position: left;
	}
	.wrap_clinic02:before {
		min-height: calc(480 / var(--break) * 100vw);
	}
	.wrap_clinic02.right .col_txt {
		background: url(images/clinic/deco_clinic01.png) no-repeat top left / calc(180 / var(--break) * 100vw);
	}
	.wrap_clinic02.left .col_txt {
		background: url(images/clinic/deco_clinic02.png) no-repeat top right / calc(180 / var(--break) * 100vw);
	}
	.wrap_clinic02 .col_txt {
		min-height: calc(480 / var(--break) * 100vw);
	}
	.wrap_clinic02 .col_txt {
		min-height: calc(480 / var(--break) * 100vw);
	}

	.wrap_clinic02.ptn02:before {
		min-height: calc(520 / var(--break) * 100vw);
	}
	.wrap_clinic02.ptn02 .col_txt {
		min-height: calc(520 / var(--break) * 100vw);
	}

	.wrap_clinic02.ptn03:before {
		height: calc(490 / var(--break) * 100vw);
	}
	.wrap_clinic02.ptn03 .col_txt {
		min-height: calc(480 / var(--break) * 100vw);
	}
	.bg_clinic03 .deco01 {
		width: calc(211 / var(--break) * 100vw);
		left: 3%;
	}
	.bg_clinic03 .deco02 {
		width: calc(161 / var(--break) * 100vw);
		right: 3%;
	}
	.box_clinic01 {
		padding: calc(40 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(50 / var(--break) * 100vw);
	}
	.row_clinic07 .col .txt {
		font-size: 1rem;
	}
}
@media(max-width: 767px) {
	.row_clinic01 .col {
		width: 100%;
	}
	.row_clinic01 .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.row_clinic01 .col .ttl01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_clinic01 .col .ttl02 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.ttl_clinic03 .num {
		width: calc(60 / var(--break) * 100vw);
		height: calc(60 / var(--break) * 100vw);
		padding-left: calc(2 / var(--break) * 100vw);
		padding-top: calc(0 / var(--break) * 100vw);
	}
	.ttl_clinic03 .ja {
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.bg_clinic02::before {
		height: 50%;
	}
	.ttl_clinic04 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_clinic02 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
	}
	.wrap_clinic02:before {
		position: relative;
		width: 100%;
		min-height: calc(490 / var(--break) * 100vw);
		display: block;
		margin-bottom: 0vw;
	}
	.wrap_clinic02 .col_txt {
		width: 100%;
		min-height: auto;
		padding: 8vw 0 7vw;
	}
	.wrap_clinic02.ptn02 .col_txt {
		min-height: auto;
	}
	.wrap_clinic02.ptn03 .col_txt {
		width: 100%;
		min-height: auto;
	}
	.wrap_clinic02.right .col_txt {
		background: url(images/clinic/deco_clinic01.png) no-repeat top left / calc(150 / var(--break) * 100vw);
	}
	.wrap_clinic02.left .col_txt {
		background: url(images/clinic/deco_clinic02.png) no-repeat top right / calc(150 / var(--break) * 100vw);
	}
	.wrap_clinic02.ptn02:before {
		background-position: left;
	}
	.wrap_clinic02 .wrap {
		width: calc(646 / var(--break) * 100vw);
	}
	.wrap_clinic02.ptn06 .wrap {
		width: calc(646 / var(--break) * 100vw);
	}
	.wrap_clinic02 .ttl {
		font-size: 1.25rem;
    	letter-spacing: 0em;
	}
	.ccl_clinic01 {
		width: calc(246 / var(--break) * 100vw);
		height: calc(246 / var(--break) * 100vw);
		left: calc(30 / var(--break) * 100vw);
		bottom: auto;
		top: 38vw;
	}
	.ccl_clinic02 {
		right: calc(30 / var(--break) * 100vw);
		bottom: auto;
		top: 42vw;
	}
	.ccl_clinic02 .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.wrap_clinic02.ptn06 .ccl_clinic02 .txt {
		font-size: .75rem;
	}
	.row_clinic03 {
		left: calc(30 / var(--break) * 100vw);
		bottom: auto;
		top: 42vw;
	}
	.row_clinic03 .txt {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.ccl_clinic03 {
		left: calc(20 / var(--break) * 100vw);
		bottom: calc(20 / var(--break) * 100vw);
	}
	.ccl_clinic03 .txt {
		font-size: .75rem;
		letter-spacing: 0;
	}
	.row_common01 {
		gap: calc(40 / var(--break) * 100vw) 4%;
	}
	.row_common01 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_common01 .col .ttl {
		font-size: .75rem;
		letter-spacing: 0;
	}
	.row_common01.ptn02 .col {
        width: 100%;
        max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
    }
	.row_common01.ptn02 .col .ttl {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_clinic04 .copy {
        margin-bottom: 2vw;
    }
	.bg_clinic03 {
		padding-bottom: 21vw;
	}
	.bg_clinic03 .deco01 {
		width: calc(158 / var(--break) * 100vw);
		left: 2vw;
		bottom: 0;
	}
	.bg_clinic03 .deco02 {
		width: calc(116 / var(--break) * 100vw);
		right: 1vw;
		bottom: 0;
		z-index: -1;
	}
	.box_clinic01 {
		padding: 51vw 7vw 6vw;
		background: url(images/clinic/img_clinic25.png) no-repeat center top / 100% auto #f3f3f3;
	}
	.box_clinic01 .ttl {
		font-size: 1.25rem;
    	letter-spacing: 0em;
		text-align: center;
	}
	.row_clinic07 {
		gap: calc(20 / var(--break) * 100vw) 4%;
	}
	.row_clinic07 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_clinic07 .col a {
		height: calc(110 / var(--break) * 100vw);
	}
	.row_clinic07 .col a::after {
		border-width: calc(13 / var(--break) * 100vw);
	}
	.row_clinic07 .col .txt {
		font-size: .75rem;
		letter-spacing: 0;
	}
	.wrap_clinic03 .txt {
		max-width: calc(646 / var(--break) * 100vw) !important;
        margin-left: auto;
        margin-right: auto;
	}
	.ttl_clinic5 {
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.4;
	}
}


/* slider
------------------------------------------------------------------*/
.slide_sample06 .slick-prev {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(39 /var(--break)*100vw);
	height: calc(72 /var(--break)*100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -12%;
	z-index: 1;
}
.slide_sample06 .slick-next {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(39 /var(--break)*100vw);
	height: calc(72 /var(--break)*100vw);
	right: -12%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_sample06 .slick-prev:before, .slide_sample06 .slick-next:before {
	display: none;
}
.slide_sample06 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_sample06 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_sample06 .slide_thumbnail li:nth-child(5n), .slide_sample06 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_sample06 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_sample06 .slick-prev {
		left: -9%;
	}
	.slide_sample06 .slick-next {
		right: -9%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_sample06 .slick-prev {
		left: 2%;
	}
	.slide_sample06 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_sample06 .slick-prev {
		left: 3vw;
	}
	.slide_sample06 .slick-next {
		right: 3vw;
	}
}

/* staff
------------------------------------------------------------------*/
.row_staff01 .col_img {
	width: 38%;
    max-width: 460px;
}
.row_staff01 .col_txt {
	width: 57%;
}
.ttl_staff01 .box {
	padding: calc(5 / var(--break) * 100vw) calc(17 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
	display: inline-block;
	margin-left: 14%;
}
.box_prof h5 {
	height: calc(51 / var(--break) * 100vw);
}
.box_prof01 .year {
    font-weight: 300;
}
.row_staff02 .col_img {
	width: 33%;
	max-width: 400px;
}
.row_staff02 .col_txt {
	width: 58%;
}
.ttl_staff02 {
	text-align: center;
}
.ttl_staff02 .box {
	padding: calc(5 / var(--break) * 100vw) calc(17 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
	display: inline-block;
}
.row_staff03 .col {
	width: 48%;
}
.img_staff01 {
	width: calc(400 / var(--break) * 100vw);
}
.row_staff03 .ttl_staff01 .box {
    margin-left: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.ttl_staff01,.ttl_staff02 {
		max-width: calc(646 / var(--break) * 100vw) !important;
        margin-left: auto;
        margin-right: auto;
	}
	.ttl_staff01 {
		text-align: center;
	}
	.ttl_staff01 .box {
		margin-left: auto;
	}
	.ttl_staff01 .box,.ttl_staff02 .box {
		padding: calc(15 / var(--break) * 100vw) calc(25 / var(--break) * 100vw) calc(12 / var(--break) * 100vw);
	}
	.ttl_staff01 .box .shi,.ttl_staff02 .box .shi {
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1;
	}
	.ttl_staff01 .ja02,.ttl_staff02 .ja02 {
        margin-right: 0vw;
    }
	.box_prof01 .year {
		width: 20%;
	}
	.box_prof01 .txt {
		width: 80%;
	}
	.box_prof h5 {
		height: calc(70 / var(--break) * 100vw);
	}
	.row_staff03 .col {
		width: 100%;
	}
	.row_staff03 .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.ttl_staff03 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}

/* access
------------------------------------------------------------------*/
.img_access01 {
	width: calc(750 / var(--break) * 100vw);
}
.logo_access {
	width: calc(340 / var(--break) * 100vw);
}
.row_access01 {
	width: 90%;
    max-width: 1170px;
}
.row_access01 .col_l {
	width: 45.5%;
}
.row_access02 .icn {
	width: calc(30 / var(--break) * 100vw);
}
.row_access01 .tel_common {
    width: 45%;
    margin: auto;
}
.row_access01 .col_r {
	width: 48%;
    max-width: 530px;
}
.box_access01 {
	outline-offset: calc(-10 / var(--break) * 100vw);
    outline: #fff solid 2px;
}
.ttl_access01 .icn {
	width: calc(40 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.img_access01 {
		width: calc(702 / var(--break) * 100vw);
	}
	.row_access01 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
	}
	.row_access01 .col_l {
		width: 100%;
	}
	.row_access01 .col_r {
    	width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin-top: 5vw;
	}
	.row_access02 .icn {
		width: calc(38 / var(--break) * 100vw);
	}
	.row_access01 .tel_common {
		width: 65%;
	}
	.row_access01 .tel_common a {
        flex-direction: column!important;
    }
	.row_access01 .row_foot03 {
		margin-bottom: 0;
	}
	.access_map {
        background-color: #fff;
    }
	.ttl_access01 .icn {
		width: calc(55 / var(--break) * 100vw);
	}
	.ttl_access01 .ja {
		font-size: 1.125rem;
 		letter-spacing: 0;
	}
}

/* general
------------------------------------------------------------------*/
.row_general01 .col_txt {
    width: 51%;
}
.row_general02 {
	gap:  calc(20 / var(--break) * 100vw) 2%;
}
.row_general02 .col {
	width: 31%;
	outline-offset: calc(-10 / var(--break) * 100vw);
    outline: #fff solid 1px;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_general02 {
		gap: calc(20 / var(--break) * 100vw) 4%;
	}
	.row_general02 .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		outline-offset: calc(-10 / var(--break) * 100vw);
	}
	.row_general02 .col .ttl {
		font-size: 1rem;
    	letter-spacing: 0em;
	}
}

/* perio
------------------------------------------------------------------*/
.bnr_perio01 {
	width: calc(610 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.ttl_perio01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}

/* prevention
------------------------------------------------------------------*/
.row_prevention01 {
	gap: calc(20 / var(--break) * 100vw) 2.6%;
}
.row_prevention01 .col {
	width: 23%;
}
.ttl_prevention01 span {
	position: relative;
	display: inline-block;
}
.ttl_prevention01 span::before,.ttl_prevention01 span::after {
	content: "";
    position: absolute;
	background: #d1be70;
    width: calc(2 / var(--break) * 100vw);
    height: calc(30 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
}
.ttl_prevention01 span::before {
	left: 0;
	transform: rotate(-28deg);
}
.ttl_prevention01 span::after {
	right: 0;
	transform: rotate(28deg);
}
.bg_prevention01::before {
	content: "";
    position: absolute;
	background: #f3f3f3;
    width: 100%;
    height: calc(240 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.row_prevention02 .col {
	width: 48%;
	max-width: 595px;
}
.tbl_prevention01 table {
	border: 1px solid #333333;
}
.tbl_prevention01.ptn01 th {
    width: 25%;
}
.tbl_prevention01.ptn01 td {
    width: 41%;
}
.tbl_prevention01.ptn01 thead td:last-child,.tbl_prevention01.ptn01 tbody td:last-child {
    width: 33%;
}
.tbl_prevention01 thead th,.tbl_prevention01 thead td {
	background: #333333;
	color: #fff;
	text-align: center;
}
.tbl_prevention01 thead th,.tbl_prevention01 thead td:not(:last-child) {
	border-right: solid 1px #fff;
}
.tbl_prevention01 tbody th {
	background: #f6f2e2;
	color: #333;
}
.tbl_prevention01 tbody tr:not(:last-child) th {
	border-bottom-color: #333333;
}
.tbl_prevention01 tr:not(:last-child) td {
	border-bottom-color: #333333;
}
.tbl_prevention01 tbody td:not(:last-child) {
	border-right: solid 1px #333;
}
/*ptn02*/
.tbl_prevention01.ptn02 th {
    width: 29%;
}
.tbl_prevention01.ptn02 td {
    width: 18%;
}
.tbl_prevention01.ptn02 thead td:nth-child(2),.tbl_prevention01.ptn02 tbody td:nth-child(2) {
    width: 35%;
}
/*ptn03*/
.tbl_prevention01.ptn03 th {
    width: 8%;
	vertical-align: top;
}
.tbl_prevention01.ptn03 tbody th {
    text-align: center;
}
.tbl_prevention01.ptn03 td {
    width: 18%;
	vertical-align: top;
}

@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_prevention03 .col {
		padding-right: calc(10 / var(--break) * 100vw);
		padding-left: calc(10 / var(--break) * 100vw);
	}
	.tbl_prevention01 td {
		padding: calc(15 / var(--break) * 100vw) calc(16 / var(--break) * 100vw) calc(16 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_prevention01 {
		gap: calc(20 / var(--break) * 100vw) 2.6%;
	}
	.row_prevention01 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_prevention01 .col .box01 .num {
		font-size: 1rem;
	}
	.row_prevention01 .col .box02 .txt {
		font-size: .75rem;
		letter-spacing: 0;
	}
	.ttl_prevention01 {
		font-size: 1.125rem;
    	letter-spacing: .1em;
	}
	.ttl_prevention01 span::before, .ttl_prevention01 span::after {
		width: calc(2 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
		top: auto;
		bottom: calc(10 / var(--break) * 100vw);
	}
	.tbl_prevention01 table {
		width: calc(1800 / var(--break) * 100vw);
	}
}


/* pediatric
------------------------------------------------------------------*/
.bg_pediatric01 .deco01 {
	width: calc(261 / var(--break) * 100vw);
    left: 11.5%;
    bottom: 8.5%;
}
.bg_pediatric01 .deco02 {
    width: calc(111 / var(--break) * 100vw);
    right: 15%;
    bottom: 17%;
}
.bg_pediatric01 .deco03 {
    width: calc(145 / var(--break) * 100vw);
    right: 18.8%;
    bottom: 0.5%;
}
.bnr_pediatric01 {
	width: calc(480 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_pediatric01 .deco01 {
		width: calc(261 / var(--break) * 100vw);
		left: 3.5%;
		bottom: 8.5%;
	}
	.bg_pediatric01 .deco02 {
		width: calc(111 / var(--break) * 100vw);
		right: 3%;
	}
	.bg_pediatric01 .deco03 {
		width: calc(145 / var(--break) * 100vw);
		right: 3.8%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_pediatric01 .deco01 {
		width: calc(231 / var(--break) * 100vw);
		left: 2%;
	}
}
@media(max-width: 767px) {
	.bg_pediatric01 .deco01 {
		width: calc(192 / var(--break) * 100vw);
		left: 4.5%;
		bottom: 0%;
	}
	.bg_pediatric01 .deco02 {
		width: calc(80 / var(--break) * 100vw);
		right: 5%;
		bottom: 5%;
		z-index: 2;
	}
	.bg_pediatric01 .deco03 {
		width: calc(145 / var(--break) * 100vw);
		right: 14.8%;
		bottom: 0.5%;
	}
	.tbl_prevention01.ptn03 table {
        width: calc(2500 / var(--break) * 100vw);
    }
	.bnr_pediatric01 {
		width: calc(646 / var(--break) * 100vw);
	}
}

/* pediatric_ortho
------------------------------------------------------------------*/
.box_flow {
	outline-offset: calc(-10 / var(--break) * 100vw);
    outline: #fff solid 1px;
}
.arw_flow:before {
    border-top: calc(16 / var(--break) * 100vw) solid #d1be70;
    border-right: calc(23 / var(--break) * 100vw) solid transparent;
    border-left: calc(23 / var(--break) * 100vw) solid transparent;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.arw_flow:before {
        border-top-width: calc(30 / 750 * 100vw);
        border-right-width: calc(45 / 750 * 100vw);
        border-left-width: calc(45 / 750 * 100vw);
    }
}

/* orthodontic
------------------------------------------------------------------*/
.row_orthodontic01 .col_l {
	width: 40%;
	max-width: 400px;
}
.row_orthodontic01 .col_r {
	width: 54%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_orthodontic01 .col_l {
		width: 100%;
		max-width: 100%;
		margin-bottom: 5vw;
	}
	.row_orthodontic01 .col_r {
		width: 100%;
	}
	.row_orthodontic01 .col_r .ja {
		font-size: 1rem;
		letter-spacing: 0;
	}
}

/* cosmetic
------------------------------------------------------------------*/
.tbl_common01 .tbl_title {
    background: #333333;
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    margin-bottom: 0;
	font-weight: 300;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.tbl_common01 .tbl_title {
		font-size: 1.0625rem;
	}
}

/* recruit
------------------------------------------------------------------*/
.row_recruit01 .col {
	width: 48%;
}
.row_recruit01 .col:nth-child(n+3) {
	margin-top: calc(50 / var(--break) * 100vw);
}
.box_recruit01 .ja01 {
	width: 43%;
}
.box_recruit01.ptn02 .ja01 {
	background-color: #333333b3;
}
.box_recruit01 .ja02 .num {
	line-height: .8;
}
.box_qa03 .box_q .txt .icn:before {
	background: #fff;
}
.box_qa03 .box_q .txt .icn:after {
	background: #fff;
}
.box_qa03 {
    border: 1px solid #333333;
}
.box_recruit02 {
	outline-offset: calc(-10 / var(--break) * 100vw);
    outline: #fff solid 1px;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_recruit01 .ja01 {
		width: 48%;
	}
	.box_recruit01 .ja02 .num {
		font-size: 3.3125rem;
	}
}
@media(max-width: 767px) {
	.row_recruit01 .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_recruit01 .col:nth-child(n+2) {
		margin-top: calc(50 / var(--break) * 100vw);
	}
	.row_recruit01 .col .ja {
		font-size: 1.125rem;
    	letter-spacing: 0em;
	}
	.box_recruit01 {
		padding: 5vw 4vw;
	}
	.box_recruit01 .ja01 {
		width: 100%;
		margin-bottom: 3vw;
		padding: 1vw;
	}
	.box_recruit01 .ja02 {
		width: 100%;
		justify-content: center!important;
	}
	.box_recruit01 .ja02 {
		font-size: 1.5rem;
	}
	.box_recruit01 .ja02 .num {
		font-size: 2.5rem;
	}
	.box_recruit02 {
		padding-right: 2vw;
		padding-left: 2vw;
	}
	.box_recruit02 .txt {
		letter-spacing: 0;
	}
}

/* training
------------------------------------------------------------------*/
.ttl_training01::before {
    content: "";
    position: absolute;
    background: #d1be70;
    width: 100%;
    height: 100%;
    right: calc(-3 / var(--break) * 100vw);
    bottom: calc(-3 / var(--break) * 100vw);
    z-index: -1;
}
.row_training01 .col {
	width: 48%;
}
.tbl_training01 .tbl_title {
    background: #333333;
    color: #fff;
	font-weight: 300;
}
.btn_training01 {
    width: calc(500 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.ttl_training01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.ttl_training01 span {
		padding: 1.5vw 2vw;
	}
	.ttl_training01::before {
		right: calc(-3 / var(--break) * 100vw);
		bottom: calc(-3 / var(--break) * 100vw);
	}
	.row_training01 .col {
		width: 100%;
	}
	.row_training01 .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.tbl_training01.tbl_prevention01 table {
        width: 100%;
    }
	.btn_training01 {
		width: calc(620 / var(--break) * 100vw);
	}
	.btn_training01 .txt {
		font-size: .875rem;
		letter-spacing: 0;
	}
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / var(--break) * 100vw);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #d1be70;
	border-top: calc(23 / var(--break) * 100vw) solid transparent;
    border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
	top: calc(55 / var(--break) * 100vw);
}
.slide_case01 .slick-prev:before,.slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
    width: calc(42 / var(--break) * 100vw);
    height: calc(80 / var(--break) * 100vw);
    background: url(images/page/arw_slide.svg)no-repeat center / cover;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: 2.5%;
}
.slide_case01 .slick-next {
    right: 2.5%;
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	margin-top: var(--size30px);
	position: relative !important;
	bottom: auto;
	line-height: 1;
}
.slide_case01 .slick-dots li {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide_case01 .slick-dots li button {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #f6f2e2;
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #d1be70;
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
.tbl_case table{
	border: 1px solid #333;
}
.tbl_case th{
	background: #f6f2e2;
	color: #333;
}
.tbl_case tr:not(:last-child) th {
	border-bottom-color: #333;
}
.tbl_case td{
	background: #fff;
}
.tbl_case tr:not(:last-child) td {
	border-bottom-color: #333;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_case01 .slick-prev {
		left: 1.5%;
	}
	.slide_case01 .slick-next {
		right: 1.5%;
		transform: scaleX(-1);
	}
}
@media(max-width: 767px) {
	.area_case_common01 .ttl {
		font-size: 1.5rem;
	}
	.row_case01 {
		margin-bottom: 7.5vw;
		max-width: calc(646 / var(--break) * 100vw);
		/*opacity: .5;
		transition: .3s;*/
	}
	.row_case01.slick-active {
		opacity: 1;
	}
	.row_case01 .col {
		max-width: calc(480 / var(--break) * 100vw);
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.row_case01 .col:first-child {
		margin-bottom: 12vw;
	}
	.row_case01:after {
		border-left: calc(40 / var(--break) * 100vw) solid transparent;
		border-right: calc(40 / var(--break) * 100vw) solid transparent;
		border-top: calc(30 / var(--break) * 100vw) solid #d1be70;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
		padding-top: 0;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
		padding-left: 4vw;
		padding-right: 4vw;
	}
	.slide_case01 .slick-slide.slick-center {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-slide.slick-active {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(50 / var(--break) * 100vw);
		height: calc(90 / var(--break) * 100vw);
		bottom: auto;
		top: 68vw;
	}
	.slide_case01 .slick-prev {
		left: 6vw;
	}
	.slide_case01 .slick-next {
		right: 6vw;
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 15vw;
	}
	.slide_case01 .slick-dots li {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
		margin: 0 calc( 14 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.tbl_case tr th {
		border-bottom-color: #333;
	}
	.tbl_case tr th {
		border-bottom: 1px solid #333;
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #f6f2e2;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_invisalign {
	max-width: 1000px;
	border: solid 1px #333;
}
.box_invisalign .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y {
	background: #d1be70 !important;
	right: 0px !important;
	width: 4px !important;
}
.box_invisalign .ps__thumb-y {
	background: #53929a !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .ps--active-y > .ps__rail-y, .box_invisalign .ps--active-x > .ps__rail-x,
.box_invisalign .ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.risk .ps .ps__rail-x.ps--clicking, .risk .ps .ps__rail-x:focus, .risk .ps .ps__rail-x:hover, .risk .ps .ps__rail-y.ps--clicking, .risk .ps .ps__rail-y:focus, .risk .ps .ps__rail-y:hover, .box_invisalign .ps .ps__rail-x.ps--clicking, .box_invisalign .ps .ps__rail-x:focus, .box_invisalign .ps .ps__rail-x:hover, .box_invisalign .ps .ps__rail-y.ps--clicking, .box_invisalign .ps .ps__rail-y:focus, .box_invisalign .ps .ps__rail-y:hoverr {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 751px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.box_risk01 .box {
		padding-right: 4vw;
		max-height: calc(420 / var(--break) * 100vw);
	}
	.box_risk01 .ttl, .box_invisalign .ttl {
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.box_risk01 .txt {
		letter-spacing: 0;
	}
	.sp.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .sp.risk .ps-container > .ps-scrollbar-y-rail, .box_invisalign .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .box_invisalign .ps-container > .ps-scrollbar-y-rail {
		right: 0!important;
		width: 2px!important;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: ;
}
.tbl_guideline01 th {
	background: ;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: ;
}
.tbl_form01 th {
	color: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #d1be70;
}
.btn_submit input {
	border: none;
	background: #53929a;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
}

/* お問い合わせ contact
------------------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	background: #53929a;
	color: #fff;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
	font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
}
#sidebar caption {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
	background: #f6f2e2;
	border: 1px solid #333;
	border-right-color: #333;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #333;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #d1be70;
	text-decoration: underline;
}
.wp-calendar-nav{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: calc(60 / var(--break) * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #333;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.navigation li {
	width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / var(--break) * 100vw);
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / var(--break) * 100vw);
}
.thmb img {
	height: calc(120 / var(--break) * 100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / var(--break) * 100vw);
	border-bottom: 1px solid #d1be70;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.25rem;
	letter-spacing: .1em;
	font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.blog_archive .txt_post .date {
	color: #333333;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #53929a;
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: calc(60 / var(--break) * 100vw);
	text-align: center;
	font-size: .875rem;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #333333;
	color: #333333;
	padding: 0 calc(10 / var(--break) * 100vw);
	margin: calc(2 / var(--break) * 100vw);
	display: inline-block;
}
.page_main .wp-pagenavi span.pages {
	padding: 0 calc(11 / var(--break) * 100vw);
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: #333333;
	background: #333333;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.post_content > h4,.post_content > h5{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
#sidebar .category h4{
	margin-bottom: calc(20 / var(--break) * 100vw );
}
#sidebar .category ul{
	gap:calc(10 / var(--break) * 100vw ) 3%;
}
#sidebar .category ul li{
	font-size: 1rem;
	width: auto;
	overflow: visible;
	white-space:normal;
}
#sidebar .category ul li a{
	border: 1px solid #d1be70;
	background: #d1be70;
	color: #fff;
	padding: calc(4 / var(--break) * 100vw ) calc(8 / var(--break) * 100vw );
	line-height: 1.6;
}
#sidebar .category ul li a.is-active{
	background: #fff;
	color: #d1be70;
}
.single_post > h3 {
	font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
	background-color: #d1be70;
	font-size: 1.625rem;
	color: #fff;
	padding: calc(17 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(18 / var(--break) * 100vw);
}
.post_content > h4,.post_content > h5{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
	font-family: "shippori-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.post_content > h4 {
	background-color: #f3f3f3;
	position: relative;
	color: #53929a;
	padding: calc(15 / var(--break)* 100vw) calc(32 / var(--break)* 100vw) calc(15 / var(--break)* 100vw);
}
.post_content > h4::before {
    content: "";
    position: absolute;
    background: #53929a;
    width: calc(2 / var(--break)* 100vw);
    height: calc(40 / var(--break)* 100vw);
    top: 0;
    bottom: 0;
    margin: auto;
    left: calc(10 / var(--break)* 100vw);
}
.post_content > h5 {
	position: relative;
	padding-left: calc(28 / var(--break)* 100vw);
    border-bottom: 4px double #f6f2e2;
    padding-bottom: calc(8 / var(--break)* 100vw);
}
.post_content > h5::before {
	background: url(images/page/icn_common01.svg) no-repeat center / cover;
    content: "";
    position: absolute;
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
    top: calc(5 / var(--break) * 100vw);
    left: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar h4 {
		line-height: calc(80 / var(--break) * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.thmb {
		width: calc(210 / var(--break) * 100vw);
	}
	.thmb img {
		height: calc(210 / var(--break) * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(240 / var(--break) * 100vw));
	}
	.txt_post h4 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.navigation li {
		width: calc(200 / 750 * 100vw);
	}
	.page_main .wp-pagenavi span.pages,.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: .5vw 2vw;
		margin: calc(4 / 750 * 100vw);
	}
	.page_main section.blog_archive {
		padding-bottom: 6vw;
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: 6vw;
	}
	.post_main .wp-pagenavi {
		margin-top: 12vw;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
	.single_post > h3 {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.post_content > h4,.post_content > h5{
		letter-spacing: 0;
		font-size: 1.125rem;
	}
	.post_content > h4 {
		border-radius: calc(6 / var(--break)* 100vw);
		padding: calc(15 / var(--break)* 100vw) calc(40 / var(--break)* 100vw) calc(15 / var(--break)* 100vw);
	}
	.post_content > h4::before {
		width: calc(4 / var(--break)* 100vw);
		height: calc(40 / var(--break)* 100vw);
		left: calc(20 / var(--break)* 100vw);
	}
	.post_content > h5 {
		font-size: 1.125rem;
        letter-spacing: 0;
        padding-left: 6vw;
	}
	.post_content > h5::before {
		width: calc(30 / var(--break) * 100vw);
        height: calc(30 / var(--break) * 100vw);
        top: calc(12 / var(--break) * 100vw);
        left: 0;
	}
	#sidebar .category ul li a{
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}
}


/* フォーマット format
------------------------------------------------------------------*/
.format {
	padding-bottom: calc(140 / var(--break) * 100vw);
}
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.row_format01 .col_img {
	width: 46%;
	max-width: 570px;
}
.row_format01 .col_txt {
	width: 50%;
}
.list_format01 li {
	max-width: 425px;
}
.row_format03 .col_img {
	width: 29%;
	max-width: 350px;
}
.row_format03 .col_txt {
	width: 67%;
}
.row_format03 .copy {
	border-bottom: 1px solid #333;
}
.row_format03 .copy:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	left: 0;
	top: .4em;
	background: #333;
}
.txt_format01 {
	max-width: 1000px;
}
.tbl_fee {
	max-width: 1000px;
}
.tbl_fee table {
	border-color: #;
}
.tbl_fee th {
	background: #;
}
.tbl_fee thead th {
	background: #;
	text-align: center;
}
.tbl_fee thead tr th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_fee tr:not(:last-child) td {
	border-bottom-color: #;
}
.tbl_fee tbody tr td:not(:last-of-type) {
	border-right: 1px solid #;
}
.tbl_fee01 tbody th {
	text-align: center;
}
.wrap_format01 .box_flow:last-of-type:before {
	display: none;
}
.box_format03 .col_img {
	width: 31%;
	max-width: 345px;
}
.box_format03 .col_txt {
	width: 65%;
}
.row_format04 .col {
	width: 31.8%;
	max-width: 394px;
	margin-right: 2.3%;
}
.row_format04 .col:nth-child(3n), .row_format04 .col:last-child {
	margin-right: 0;
}
.row_format04 .col:not(:nth-child(-n+3)) {
	margin-top: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 {
	border: none;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 .box_a .box {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	left: 0;
	top: 0;
}
.wrap_format01 .box_qa03 .box_a {
	padding-top: calc(30 / var(--break) * 100vw);
	padding-left: calc(100 / var(--break) * 100vw);
}
.box_format04 .ttl {
	font-weight: 300;
	height: calc(50 / var(--break) * 100vw);
}
.list_format02 li:not(:first-child) {
	margin-top: calc(14 / var(--break) * 100vw);
}
.list_format02 .year {
	width: calc(140 / var(--break) * 100vw);
}
.list_format02 .txt {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.risk_format {
	border: 1px solid #333;
}
.risk_format .box{
	overflow-y: scroll;
	max-height: 280px;
	scrollbar-color: #333 #fff;
    scrollbar-width: thin;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.format {
		padding-bottom: 17vw;
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: 20vw;
	}
	.img_format01 {
		max-width: 100%;
	}
	.box_format01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_format01 li {
		max-width: 100%;
	}
	.row_format03 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_format03 .copy:before {
		top: .55em;
	}
	.txt_format01 {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.tbl_fee {
		max-width: 100%;
	}
	.tbl_fee01 tbody th {
		text-align: left;
	}
	.box_format03 {
		display: block;
	}
	.box_format03 .copy {
		font-size: 1.125rem;
	}
	.row_format04 {
		display: block;
	}
	.row_format04 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto!important;
	}
	.row_format04 .col:not(:first-child) {
		margin-top: calc(60 / var(--break) * 100vw);!important;
	}
	.row_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		font-size: 1.5625rem;
	}
	.tbl_format01.js-scrollable table {
		width: calc(1200 / var(--break) * 100vw);
		font-size: .875rem;
	}
	.img_format02 {
		max-width: calc(500 / var(--break) * 100vw);
	}
	.name_format .job {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.name_format .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
	.list_format02 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_format02 .year {
		width: calc(200 / var(--break) * 100vw);
	}
	.list_format02 .txt {
		width: calc(100% - calc(200 / var(--break) * 100vw));
	}
}