@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(500 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.low_head .wrap_head01:before{
	content: none;
}
.low_head .txt_head02{
	display: none;
}
.hdg3{
	max-width: 1600px;
	width: 90%;
	background: #443300 url("images/page/ptn01.png")repeat left top /calc(200 / var(--break) * 100vw ) auto!important;
}
.hdg3:before{
	content: "";
	background: #ffffff;
	width: 100%;
	height:1px;
	position: absolute;
	left: 0;
	bottom: calc(10 / var(--break) * 100vw );
}
.hdg4{
	border-top: calc(2 / var(--break) * 100vw ) solid #a78746;
	border-bottom: calc(2 / var(--break) * 100vw ) solid #a78746;
}
.hdg4:before,.hdg4:after{
	content: "";
	background: #1d1d1d;
	width: calc( 50 / var(--break) * 100vw );
	height: calc( 50 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0;
	clip-path: polygon(0 0,100% 0, 0 100%);
}
.hdg4:after{
	left: auto;
	top: auto;
	right: 0;
	bottom: 0;
	clip-path: polygon(100% 0, 0 100%,100% 100%);
}
.hdg5{
	border-bottom: 1px solid #8e0003;
}
.hdg5:before{
	content: "";
	background: #8e0003;
	width: calc( 16 / var(--break) * 100vw );
	height: calc( 16 / var(--break) * 100vw );
	position: absolute;
	border-radius: 50%;
	left: 0;
	top: 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.hdg3 .small{
		font-size: 2rem;
	}
}
@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(496 / var(--break) * 100vw );
	}
	.hdg2{
		padding: 0 calc(25 / var(--break) * 100vw );
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		letter-spacing: 0;
		text-shadow: 0px 0px calc(5 / var(--break) * 100vw ) #ffffffcc, 0px 0px calc(5 / var(--break) * 100vw ) #ffffffcc, 0px 0px calc(10 / var(--break) * 100vw ) #ffffffcc, 0px 0px calc(10 / var(--break) * 100vw ) #ffffffcc, 0px 0px calc(15 / var(--break) * 100vw ) #ffffffcc, 0px 0px calc(15 / var(--break) * 100vw ) #ffffffcc;
		margin-bottom: calc(25 / var(--break) * 100vw );
	}
	.hdg2 .en {
		font-size: .9375rem;
		letter-spacing: 0;
		text-shadow: 0px 0px calc(5 / var(--break) * 100vw ) #ffffffcc, 0px 0px calc(5 / var(--break) * 100vw ) #ffffffcc, 0px 0px calc(10 / var(--break) * 100vw ) #ffffffcc, 0px 0px calc(10 / var(--break) * 100vw ) #ffffffcc, 0px 0px calc(15 / var(--break) * 100vw ) #ffffffcc, 0px 0px calc(15 / var(--break) * 100vw ) #ffffffcc;
	}
	.hdg3{
		width: calc(702 / var(--break) * 100vw );
		font-size: calc(46 / var(--break) * 100vw );
		letter-spacing: 0;
		padding-bottom: 3vw;
	}
	.hdg3 .small{
		font-size: 1.125rem;
	}
	.hdg4{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.hdg5{
		padding-left: 6vw;
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.hdg5:before {
		width: calc(26 / var(--break) * 100vw);
		height: calc(26 / var(--break) * 100vw);
		top: 0.45em;
	}
	.col_img {
		text-align: center;
	}
}


/* common
------------------------------------------------------------------*/
.row_common01 .col_img{
	width: 46.7%;
	max-width: 700px;
}
.row_common01 .col_txt{
	width: 50%;
}
.row_common01 .col_txt .copy{
	border-bottom: 1px solid #1d1d1d;
}
.row_common02 .col_img{
	width: 38%;
	max-width: 570px;
}
.row_common02 .col_txt{
	width: 58%;
}
.row_common03{
	gap:calc(50 / var(--break) * 100vw ) 2.6%;
}

.row_common03 .col{
	width: 48.7%;
	outline : 1px solid #b9a882;
	outline-offset : calc( -11 / var(--break) * 100vw );
}
.row_common03 .col .ttl{
	background: #443300 url("images/page/ptn01.png")repeat left top /calc(200 / var(--break) * 100vw ) auto!important;
}
.row_common04{
	gap:calc(30 / var(--break) * 100vw ) 2.13%;
}
.row_common04 .col{
	max-width: 350px;
	width: 23.4%;
}
.inner .row_common04,.bg_clinic06 .row_common04{
	gap:calc(30 / var(--break) * 100vw ) 2.3%;
}
.inner .row_common04 .col,.bg_clinic06 .row_common04 .col{
	max-width: 394px;
	width: 31.8%;
}
.row_common04 .col .ttl,.row_common06 .col .ttl{
	background: linear-gradient(90deg,rgba(138, 110, 52, 1) 0%, rgba(205, 176, 96, 1) 40%, rgba(205, 176, 96, 1) 60%, rgba(138, 110, 52, 1) 100%);
}
.row_common04 .col:nth-child(2n) .ttl,.row_common06 .col:nth-child(2n) .ttl{
	background: linear-gradient(90deg,rgba(29, 29, 29, 1) 0%, rgba(68, 51, 0, 1) 40%, rgba(68, 51, 0, 1) 60%, rgba(29, 29, 29, 1) 100%);
}
.row_common05 .col_img{
	max-width: 350px;
	width: 23.4%;
}
.row_common05 .col_txt{
	width: 73.4%;
}
.row_common06{
	gap:calc(50 / var(--break) * 100vw ) 2.45%;
}
.row_common06 .col{
	max-width: 475px;
	width: 31.7%
}
.row_common07{
	gap:calc(30 / var(--break) * 100vw ) 2.3%;
}
.row_common07 .col{
	width: 31.8%;
}
.row_common07 .col .deco{
	min-height: calc(185 / var(--break) * 100vw );
}
.row_common07 .col:before,.row_common07 .col:after{
	content: "";
	background:#1d1d1d;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	position: absolute;
	inset:0;
	margin: auto;
	z-index: -1;
	clip-path: polygon(0 0 , 0 100%, 100% 100%);
}
.row_common07 .col:after{
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.row_common07 .col .deco:before,.row_common07 .col .deco:after{
	content: "";
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	width: calc( 120 / var(--break) * 100vw );
	height: calc( 80 / var(--break) * 100vw );
	position: absolute;
	left: calc(10 / var(--break) * 100vw );
	top: calc(10 / var(--break) * 100vw );
	z-index: -1;
}
.row_common07 .col .deco:after{
	border-top: 0;
	border-left: 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	left:auto!important;
	top: auto!important;
	right: calc(10 / var(--break) * 100vw );
	bottom: calc(10 / var(--break) * 100vw );
}
.bg_common01{
	background: #484b57 url("images/page/ptn02.png")repeat left top /calc(300 / var(--break) * 100vw ) auto;
}
.bg_common01:before{
	content: "";
	background: #1d1d1d33;
	width: calc( 960 / var(--break) * 100vw );
	height: calc( 200 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	clip-path: polygon(0 0,100% 0, 0 100%);
}
.bg_common01 .box{
	outline : 1px solid #484b57;
	outline-offset : calc( -11 / var(--break) * 100vw );
}
.bg_common01 .ttl .ja{
	border-top: calc(2 / var(--break) * 100vw ) solid #484b57;
	border-bottom: calc(2 / var(--break) * 100vw ) solid #484b57;
}
.bg_common02{
	background: #b9a882 url("images/page/ptn02.png")repeat left top / calc(300 / var(--break) * 100vw ) auto;
}
.bg_common03{
	background: #ffffff url("images/page/ptn02.png")repeat left top / calc(300 / var(--break) * 100vw ) auto;
}
.ttl_common01{
	max-width: calc(1000 / var(--break) * 100vw );
}
.ttl_common01.pt02{
	max-width: calc(1240 / var(--break) * 100vw );
}
.ttl_common01 span{
	padding: 0 calc(20 / var(--break) * 100vw );
}
.ttl_common01:before,.ttl_common01:after{
	content: "";
	background: #484b57;
	width: calc(200 / var(--break) * 100vw );
	height: 1px;
	position: relative;
	display: block;
}
.ttl_common01.pt02:before,.ttl_common01.pt02:after{
	width: calc(320 / var(--break) * 100vw );
}
.list_common01 li {
	padding-left: calc(30 / var(--break) * 100vw);
}
.list_common01 li:before {
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: url("images/page/check01.svg")no-repeat center / contain;;
	border-radius: 0;
	left: 0;
	top: .25em;
}
.box_common01{
	background: #484b57 url("images/page/ptn02.png")repeat left top / calc(300 / var(--break) * 100vw ) auto;
}
.box_common01.pt02{
	background: #f1eee6;
	border: 1px solid #a78746;
}
.box_common01:before{
	content: "";
	background: #1d1d1d;
	opacity: 0.1;
	width: calc( 620 / var(--break) * 100vw );
	height: calc( 200 / var(--break) * 100vw );
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.box_common01.pt02:before{
	background: #bca474;
	opacity: 1;
	width: calc(200 / var(--break) * 100vw );
	right: -1px;
	bottom: -1px;
}
.box_common01 .col_img{
	max-width: 345px;
	width: 30.3%;
}
.box_common01 .col_txt{
	width: 64%;
}
.box_common01 .col_txt .copy{
	border-bottom: 1px solid #ffffff;
}
.box_common01.pt02 .col_txt .copy{
	border-bottom: 1px solid #bca474;
}
.box_common03{
	background-image: linear-gradient(to left, #540002, #8e0003);
	outline : 1px solid #ffffff;
	outline-offset : calc( -11 / var(--break) * 100vw );
}
.box_common03 .wrap{
	max-width: calc(1000 / var(--break) * 100vw );
}
.btn_common03{
	width: calc(600 / var(--break) * 100vw );
}
.btn_common03 a:before{
	content: "";
	background: url("images/general/img_general10.png")no-repeat center right / cover;
	width: calc( 255 / var(--break) * 100vw );
	height: 100%;;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.btn_common03 a{
	background-image: linear-gradient(to top, #443300, #1d1d1d);
	outline : 1px solid #ffffff;
	outline-offset : calc( -6 / var(--break) * 100vw );
}
.btn_common03 .txt02{
	z-index: -2;
	position: relative;
}
.btn_common03 .btn_arw_parts01::after {
	border-width: calc(10 / var(--break) * 100vw );
	bottom: calc(15 / var(--break) * 100vw );
	right: calc(15 / var(--break) * 100vw );
}
.tbl_title.ttl_common01 {
	max-width: 100%;
}
.tbl_common01 table{
	border-color: #484b57;
}
.tbl_common01.tbl01 table{
	table-layout: auto;
}
.tbl_common01 th{
	font-family: "ryo-text-plusn", serif;
	font-weight: 400;
	font-style: normal;
}
.tbl_common01 thead th{
	text-align: center;
	background: #484b57;
	vertical-align: middle;
}
.tbl_common01 thead th:not(:last-child){
	border-right: 1px solid #fff;
}
.tbl_common01 tbody th{
	background: #484b57E6;
}
.tbl_common01 thead th,.tbl_common01 tbody th,.tbl_common01 tbody td{
	padding: calc(24 / var(--break) * 100vw) calc(18 / var(--break) * 100vw) calc(24 / var(--break) * 100vw);
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #484b57;
}
.tbl_common01 tbody td{
	background: #fff;
}
.tbl_common01 tbody td:not(:last-child) {
	border-right: 1px solid  #484b57;
}
.tbl_common01 tbody th[colspan="2"] {
	background: #484b57;
	text-align: center
}
.tbl_common01.txt_center th{
	text-align: center;
}
.tbl_common01.txt_center .tbl_caption {
	text-align: left;
}
.bnr_common01{
	width: calc(550 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_common03 .col .ttl{
		font-size: 1.625rem;
	}
}
@media(max-width: 767px) {
	.row_common01 .col_txt{
		max-width: 100%!important;
	}
	.row_common01 .col_txt .txt{
		max-width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.row_common02 .col_img{
		max-width: calc(646 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
	}
	.row_common03 .col{
		width: 100%;
	}
	.row_common03 .col .ttl{
		font-size: 1.1875rem;
		letter-spacing: 0;
		padding: 2vw;
	}
	.row_common03 .col ul{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common04{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
		gap:calc(50 / var(--break) * 100vw ) 0;
	}
	.inner .row_common04{
		gap:calc(40 / var(--break) * 100vw ) 0;
	}
	.row_common04.no_txt .col,.bg_clinic06 .row_common04{
		gap:calc(30 / var(--break) * 100vw ) 3%;
	}
	.row_common04 .col{
		width: 100%!important;
	}
	.row_common04.no_txt .col{
		width:48.5%!important;
	}
	.row_common04 .col .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common04.no_txt .col .ttl{
		font-size: 1rem;
	}
	.row_common05 .col_img{
		max-width: calc(600 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
	}
	.row_common06.no_txt{
		gap:calc(40 / var(--break) * 100vw ) 3%;
	}
	.row_common06.no_txt .col{
		width: 48.5%;
	}
	.row_common06 .col .ttl{
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.5;
		padding: 1.5vw;
	}
	.row_common07 .col{
		width: calc(500 / var(--break) * 100vw );
	}
	.row_common07 .col .deco{
		min-height: calc(160 / var(--break) * 100vw);
		font-size: 1rem;
		letter-spacing: 0;
	}
	.bg_common01:before {
		width: calc(646 / var(--break) * 100vw);
	}
	.bg_common01 .ttl .ja{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.bg_common01 .ttl .en{
		font-size: 1rem;
		letter-spacing: 0.15em;
	}
	.list_common01 li {
		padding-left: 7vw;
	}
	.list_common01 li:before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		top: .35em;
	}
	.ttl_common01{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.ttl_common01:before, .ttl_common01:after {
		width: calc(100 / var(--break) * 100vw);
	}
	.ttl_common01.pt02:before, .ttl_common01.pt02:after {
		width: calc(100 / var(--break) * 100vw);
	}
	.box_common01{
		padding: 7vw 5% 7vw;
	}
	.box_common01 .col_img{
		max-width: calc(600 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
	}
	.box_common02,.box_common03 {
		padding: 6vw 5%;
	}
	.box_common02 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_common03 .ttl{
		font-size:1.1875rem;
		letter-spacing: 0;
	}
	.btn_common03 .txt01{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.btn_common03 .txt02{
		font-size: 0.875rem;
		letter-spacing: 0;
	}
	.tbl_common01.js-scrollable table{
		width: calc(1240 / var(--break) * 100vw );
	}
	.copy_common01{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.txt_common02 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}



/* 医院紹介 CLINIC
------------------------------------------------------------------*/
.bg_clinic01.img01{
	background: #443300 url("images/clinic/img_clinic01.png")no-repeat right center / auto 100%;
}
.bg_clinic01.img02{
	background: #484b57 url("images/clinic/img_clinic02.png")no-repeat left center / auto 100%;
}
.bg_clinic01 .wrap{
	max-width: calc(1000 / var(--break) * 100vw );
	padding-top: calc(140 / var(--break) * 100vw );
	padding-bottom: calc(210 / var(--break) * 100vw );
}
.bg_clinic01:before{
	content: "";
	background: #1d1d1d;
	mix-blend-mode: multiply;
	opacity: 0.2;
	width: calc( 300 / var(--break) * 100vw );
	height: calc( 300 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	clip-path: polygon(0 0,100% 0, 0 100%);
}
.bg_clinic01.img02:before{
	left: auto;
	top: auto;
	right: 0;
	bottom: 0;
	clip-path: polygon(100% 100% ,100% 0, 0 100%);
}
.bg_clinic01 .en{
	font-size: calc(250 / var(--break) * 100vw );
	color: #f1eee633;
	left: 0;
	bottom: calc(-38 / var(--break) * 100vw );
}
.bg_clinic02:before{
	content: "";
	background: #ffffff url("images/page/ptn02.png")repeat left top / calc(300 / var(--break) * 100vw ) auto;
	width:100%;
	height: calc(100% - calc( 550 / var(--break) * 100vw ));
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.row_clinic01{
	max-width: 1710px;
	width: 90%;
}
.row_clinic01 .col_img{
	max-width: 900px;
	width: 52.7%;
	height: calc(600 / var(--break) * 100vw );
}
.row_clinic01.img01 .col_img{
	background: url("images/clinic/img_clinic03.jpg") no-repeat center / cover;
}
.row_clinic01.img02 .col_img{
	background: url("images/clinic/img_clinic09.jpg") no-repeat center / cover;
}
.row_clinic01.img03 .col_img{
	background: url("images/clinic/img_clinic11.jpg") no-repeat center / cover;
}
.row_clinic01.img04 .col_img{
	background: url("images/clinic/img_clinic12.jpg") no-repeat center / cover;
}
.row_clinic01.img05 .col_img{
	background: url("images/clinic/img_clinic17.jpg") no-repeat center / cover;
}
.row_clinic01 .col_txt{
	width: 41%;
}
.row_clinic02{
	gap:calc(40 / var(--break) * 100vw ) 2.7%;
}
.row_clinic02 .col{
	max-width: 480px;
	width: 32%;
	border-top: 1px solid #443300;
	border-bottom: 1px solid #443300;
}
.row_clinic02 .col .img{
	max-width: 299px;
	width: 63%;
}
.bg_clinic03{
	background: #b9a882 url("images/page/ptn02.png")repeat left top / calc(300 / var(--break) * 100vw ) auto;
}
.bg_clinic03:before,.bg_clinic03:after{
	content: "";
	background: #443300;
	opacity: 0.1;
	width: calc( 960 / var(--break) * 100vw );
	height: calc( 200 / var(--break) * 100vw );
	position: absolute;
	right: 0;
	top:0;
	clip-path: polygon(0 0,100% 0, 100% 100%);
	z-index: -1;
}
.bg_clinic03:after{
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.bg_clinic03 .row_common03 .list_default li:not(:first-child) {
	margin-top: calc(22 / var(--break) * 100vw);
}
.bg_clinic03 .row_common03 .list_default li:before{
	background: #8e0003;
}
.box_clinic01.box_common03 .wrap {
	max-width: calc(1050 / var(--break) * 100vw);
	padding-left: calc(255 / var(--break) * 100vw );
}
.box_clinic01.pt02.box_common03 .wrap {
	padding-left:0;
	padding-right: calc(255 / var(--break) * 100vw );
}
.box_clinic01 .img{
	width: calc(400 / var(--break) * 100vw );
	left: 0;
	bottom: 0;
}
.box_clinic01.pt02 .img{
	left: auto;
	right: 0;
}
.bg_clinic04:before{
	content: "";
	background: #ffffff url("images/page/ptn02.png")repeat left top / calc(300 / var(--break) * 100vw ) auto;
	width:100%;
	height: calc(100% - calc( 155 / var(--break) * 100vw ));
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.box_clinic02.box__feature03{
	background: url("images/clinic/bg_clinic01.png")no-repeat center / cover;
	padding-top: calc(170 / var(--break) * 100vw );
	padding-bottom: calc(150 / var(--break) * 100vw );
}
.box_clinic02.box__feature03 .row01 .col_r{
	border-left: 0;
	border-right: calc(2 / var(--break) * 100vw) solid #1d1d1d;
}
.bg_clinic05:before{
	content: "";
	background: #7080831A;
	width: 100%;
	height: calc( 300 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.bg_clinic05 .slide__flow01 {
	margin-bottom: calc(55 / var(--break) * 100vw) !important;
}
.row_clinic03{
	gap:calc(50 / var(--break) * 100vw ) 1.33%;
}
.row_clinic03 .col{
	max-width: 360px;
	width: 24%;
}
.row_clinic03 .col .ttl{
	background: #1d1d1d url("images/page/ptn01.png")repeat left top /calc(200 / var(--break) * 100vw ) auto;
}
.row_clinic03 .col:nth-child(2n) .ttl{
	background: #708083 url("images/page/ptn01.png")repeat left top /calc(200 / var(--break) * 100vw ) auto;
}
.box_clinic03 .txt{
	max-width: calc(1000 / var(--break) * 100vw );
}
.box_clinic03 .img{
	max-width: calc(1240 / var(--break) * 100vw );
	width: 100%;
}
.copy_clinic01{
	background: linear-gradient(90deg,rgba(167, 135, 70, 1) 0%, rgba(72, 75, 87, 0.02) 40%, rgba(112, 128, 131, 0) 60%, rgba(167, 135, 70, 1) 100%);
}
.map_clinic01{
	max-width: 1240px;
	width: 90%;
}
.map_clinic01 iframe{
	height: calc(500 / var(--break) * 100vw );
}
.bg_clinic06 .row_common04{
	max-width: 1240px;
	width: 90%;
}
.bg_clinic06 .row_common04 img{
	margin-top: -1px;
}
.bg_clinic06:before{
	content: "";
	background:#484b57;
	width:100%;
	height: calc(100% - calc( 260 / var(--break) * 100vw ));
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.bg_clinic07{
	background: #f1eee6 url("images/page/ptn02.png") repeat left top / calc(300 / var(--break) * 100vw ) auto;
}
.video_clinic01.box_video01{
	max-width: 1000px;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_clinic02:before {
		height: calc(100% - calc(530 / var(--break) * 100vw));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_clinic01.img01 {
		background: #443300 url(images/clinic/img_clinic01.png) no-repeat right -56% center / auto 100%;
	}
	.bg_clinic01.img02 {
		background: #484b57 url(images/clinic/img_clinic02.png) no-repeat left -213% center / auto 100%;
	}
	.bg_clinic01 .wrap {
		max-width: calc(780 / var(--break) * 100vw);
	}
	.bg_clinic01 .en {
		font-size: calc(200 / var(--break) * 100vw);
		bottom: calc(-30 / var(--break) * 100vw);
	}
	.row_clinic01 .col_img {
		height: calc(550 / var(--break) * 100vw);
	}
	.row_clinic01 .ttl__feature02 {
		font-size: 1.875rem;
		line-height: 1.67;
	}
	.row_clinic02 .col .txt{
		font-size: 1.125rem;
		letter-spacing: 0.05em;
	}
	.box_clinic01 .img {
		width: calc(345 / var(--break) * 100vw);
	}
	.row_clinic01.img05 .col_img {
		background-position:  center right 36% ;
	}
	.row_clinic03 .col .ttl {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
}
@media(max-width: 767px) {
	.bg_clinic01.img01 {
		background: #443300 url("images/clinic/img_clinic01_sp.png") no-repeat bottom center / 100% auto;
	}
	.bg_clinic01.img02 {
		background: #484b57 url("images/clinic/img_clinic02_sp.png") no-repeat bottom center / 100% auto;
	}
	.bg_clinic01 .copy{
		font-size: calc(40 / var(--break) * 100vw );
		text-align: center;
		line-height: 2;
		margin-bottom: 3vw;
	}
	.bg_clinic01 .wrap{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
		padding-top: 10vw;
		padding-bottom: 68vw;
	}
	.bg_clinic01.img02 .wrap{
		padding-bottom: 59vw;
	}
	.bg_clinic01 .en {
		font-size: calc(200 / var(--break) * 100vw);
		left: auto;
		right: -9vw;
		bottom: auto;
		top: -5vw;
	}
	.bg_clinic01.img02 .en{
		left: -8vw;
		right: auto;
	}
	.bg_clinic02:before {
		height: calc(100% - calc(1210 / var(--break) * 100vw));
	}
	.row_clinic01 {
		width:100%;
		display: block;
	}
	.row_clinic01.img02,.row_clinic01.img03{
		padding-bottom: 8vw;
	}
	.row_clinic01 .col_img{
		width:100%;
		height: calc(468 / var(--break) * 100vw );
		margin-bottom: 6vw;
	}
	.row_clinic01 .col_txt{
		width:calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
		padding: 0;
	}
	.row_clinic02 {
		gap: calc(30 / var(--break) * 100vw) 3%;
	}
	.row_clinic02 .col{
		width:48.5%;
	}
	.row_clinic02 .col .txt{
		font-size: 0.75rem;
		letter-spacing: 0;
	}
	.box_clinic01{
		padding: 8vw 7% 33vw;
	}
	.box_clinic01 .ttl{
		text-align: center;
	}
	.box_clinic01.box_common03 .wrap{
		padding: 0!important;
	}
	.box_clinic01 .img{
		right: 0;
		margin: auto;
	}
	.box_clinic01.pt02 .img{
		left: 0;
	}
	.bg_clinic03:before, .bg_clinic03:after {
		width: calc(550 / var(--break) * 100vw);
		height: calc(150 / var(--break) * 100vw);
	}
	.box_clinic02.box__feature03{
		width: 100%;
		background: url("images/clinic/bg_clinic01_sp.png") no-repeat center / 100% auto;
		padding-top: 10vw;
		padding-bottom: 14vw;
	}
	.box_clinic02.box__feature03 .row01{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
		display: flex!important;
		flex-direction: column-reverse!important;
	}
	.box_clinic02.box__feature03 .row01 .col_r{
		border-right: 0;
	}
	.box_clinic02 ttl__feature02 {
		margin-bottom: 8vw;
	}
	.row_clinic03{
		gap:calc(40 / var(--break) * 100vw ) 3%;
	}
	.row_clinic03 .col{
		width: 48.5%;
	}
	.row_clinic03 .col .ttl{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.bg_clinic05:before {
		height: calc(700 / var(--break) * 100vw);
	}
	.box_clinic03 {
		padding: 6vw 5% 7vw;
	}
	.copy_clinic01 {
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.map_clinic01{
		width: calc(702 / var(--break) * 100vw );
	}
	.map_clinic01 iframe {
		height: calc(450 / var(--break) * 100vw);
	}
	.bg_clinic06 .row_common04{
		width: calc(702 / var(--break) * 100vw );
	}
}

/* ドクター・スタッフ紹介 STAFF
------------------------------------------------------------------*/
.row_staff01 .col_img{
	max-width: 460px;
	width: 37.1%;
}
.row_staff01 .col_txt{
	width: 58.1%;
}
.dr_name02{
	background: #8e000399;
	width: calc(540 / var(--break) * 100vw );
}
.dr_name02 .wrap{
	background: #8e0003CC;
}
.dr_name02 .ccl{
	width: calc(90 / var(--break) * 100vw );
	aspect-ratio:1/1;
	border: 1px solid #fff;
}
.dr_name03 .ccl{
	width: calc(160 / var(--break) * 100vw );
	aspect-ratio:auto;
	border-radius: calc(25 / var(--break) * 100vw );
	padding: calc(5 / var(--break) * 100vw );
}
.row_prof{
	max-width: calc(1240 / var(--break) * 100vw );
	width: 90%;
}
.box_prof{
	background: #fff;
}
.box_prof .ttl{
	background: linear-gradient(90deg,rgba(138, 110, 52, 1) 0%, rgba(205, 176, 96, 1) 40%, rgba(205, 176, 96, 1) 60%, rgba(138, 110, 52, 1) 100%);
}
.box_prof01 .year{
	font-weight: lighter;
}
.box_prof01 .txt {
	width: calc(100% - calc(100 / var(--break) * 100vw));
}
.box_prof .list_default li:before{
	background: #8e0003;
}
.img_staff01{
	width:calc(460 / var(--break) * 100vw );
}
.bdr_staff01{
	height: calc(2 / var(--break) * 100vw );
	background: #484b57;
}
.bg_staff02{
	background: #ffffff url("images/page/ptn01.png")repeat left top / calc(200 / var(--break) * 100vw ) auto;
}
.bg_staff02:before{
	content: "";
	background: #484b5766;
	width: 100%;
	height:calc(660 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.ttl_staff01.ttl_common01.pt02:before, .ttl_staff01.ttl_common01.pt02:after {
	background: #fff;
	width: calc(330 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_staff01.ttl_common01.pt02:before, .ttl_staff01.ttl_common01.pt02:after {
		background: #fff;
		width: calc(250 / var(--break) * 100vw);
	}
	.img_staff02 {
		width: 80%!important;
		margin-right: auto;
		margin-left: auto;
	}
}
@media(max-width: 767px) {
	.row_staff01 .col_img{
		max-width: calc(500 / var(--break) * 100vw )!important;
		margin: 0 auto 5vw;
	}
	.dr_name02{
		margin-right: auto;
		margin-left: auto;
	}
	.dr_name02 .wrap {
		padding: 2.5vw;
	}
	.dr_name02 .ccl{
		font-size: 1rem;
		letter-spacing: 0;
		width: calc(100 / var(--break) * 100vw );
	}
	.dr_name02 .ja{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.dr_name02 .en{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.dr_name03 .ccl{
		width: calc(200 / var(--break) * 100vw);
		border-radius: calc(40 / var(--break) * 100vw);
	}
	.box_prof .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_prof01 .txt {
		width: 75%;
	}
	.ttl_staff01.ttl_common01.pt02:before, .ttl_staff01.ttl_common01.pt02:after {
		width: calc(100 / var(--break) * 100vw);
	}
}

/* 診療時間・アクセス ACCESS
------------------------------------------------------------------*/
.row_access01 .col_img{
	max-width: 650px;
	width: 52.5%;
}
.row_access01 .col_txt{
	max-width: 530px;
	width: 43%;
}
.row_access01 .logo .icn{
	max-width:calc(92 / var(--break) * 100vw );
}
.row_access01 .address .icn,.row_access01 .address .icn img{
	width:calc(24 / var(--break) * 100vw );
}
.wrap_access01{
	max-width: calc(1000 / var(--break) * 100vw );
	width: 90%;
}
.wrap_access01 .map{
	padding-top: calc(460 / var(--break) * 100vw );
}
.wrap_access02{
	max-width: calc(880 / var(--break) * 100vw );
	width: 90%;
}
.img_access01{
	max-width: calc(1000 / var(--break) * 100vw );
	width: 90%;
}
.img_access02{
	max-width: calc(800 / var(--break) * 100vw );
	width: 90%;
}
.bg_access01:before{
	content: "";
	background: #ffffff url("images/page/ptn02.png") repeat left top / calc(300 / var(--break) * 100vw ) auto;
	width:100%;
	height: calc(100% - calc( 310 / var(--break) * 100vw ));
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_access01 .logo .icn{
		max-width:calc(70 / var(--break) * 100vw );
	}
	.row_access01 .logo .txt{
		font-size: 1.375rem;
	}

}
@media(max-width: 767px) {
	.row_access01 .col_img{
		width: calc(646 / var(--break) * 100vw )!important;
		margin: 0 auto 5vw;
	}
	.row_access01 .logo .txt{
		font-size: calc(25 / var(--break) * 100vw );
	}
	.row_access01 .address .icn, .row_access01 .address .icn img {
		width: calc(32 / var(--break) * 100vw);
	}
	.wrap_access01,.img_access01{
		width: calc(702 / var(--break) * 100vw );
	}
	.bg_access01:before{
		height: calc(100% - calc(450 / var(--break) * 100vw));
	}
	.wrap_access02 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}

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



/* 一般歯科 GENERAL
------------------------------------------------------------------*/
.btn_general01.btn_common03 a:before{
	background-image: url("images/general/img_general10.png");
}
.btn_general02.btn_common03 a:before{
	background-image: url("images/general/img_general12.png");
}

@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* 精密根管治療 ENDO
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.tbl_endo01 thead th,.tbl_endo01 tbody th{
		font-size: 0.75rem;
		padding: calc(24 / var(--break) * 100vw) calc(8 / var(--break) * 100vw) calc(24 / var(--break) * 100vw);
	}
}


/* 予防・メンテナンス PREVENTION
------------------------------------------------------------------*/
.tbl_prevention01 tbody th{
	text-align: center;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* 成人矯正 ORTHODONTIC
------------------------------------------------------------------*/
.slide_orthodontic01 .bg_case01{
	margin-bottom: calc(110 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_orthodontic01 .ttl02{
		margin-bottom: 3vw;
	}
	.box_orthodontic01 .ttl03{
		font-size: 1rem;
		letter-spacing: 0;
	}
}

/* インプラント IMPLANT
------------------------------------------------------------------*/
.tbl_comparison01 table{
	border-color: #484b57;
	text-align: center;
}
.tbl_comparison01 thead th{
	color: #fff;
	background: #484b57;
	padding: calc(24 / var(--break) * 100vw ) calc(14 / var(--break) * 100vw )calc(24 / var(--break) * 100vw );
}
.tbl_comparison01 thead th:first-child{
	width: 35%;
}
.tbl_comparison01 .img{
	max-width: 250px;
	width: 93%;
}
.tbl_comparison01 thead th:not(:last-child){
	border-right: 1px solid #fff;
}
.tbl_comparison01 tbody th{
	background: #484b57E6;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-family: "ryo-text-plusn", serif;
	font-weight: 400;
	font-style: normal;
}
.tbl_comparison01 tbody tr:not(:last-child) th{
	border-bottom-color:#fff;
}
.tbl_comparison01 tbody tr:first-child td{
	padding: calc(30 / var(--break) * 100vw ) calc(18 / var(--break) * 100vw ) calc(30 / var(--break) * 100vw );
}
.tbl_comparison01 tbody tr:not(:first-child) td{
	padding: calc(18 / var(--break) * 100vw ) calc(18 / var(--break) * 100vw ) calc(25 / var(--break) * 100vw );
}
.tbl_comparison01 tbody td:not(:last-child){
	border-right: 1px solid #484b57;
}
.tbl_comparison01 tbody td{
	font-weight: 400;
	color:#1d1d1d; 
}
.tbl_comparison01 tr:not(:last-child) td{
	border-bottom-color: #484b57;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.tbl_comparison01 table{
		width: calc(1100 / var(--break) * 100vw );
	}
	.tbl_comparison01 .img{
		width: 100%;
	}
	.tbl_comparison01 tbody td span{
		font-size: 1.625rem;
	}
}

/* 自家歯牙移植 TRANSPLANT
------------------------------------------------------------------*/
.box_transplant01 > .wrap{
	max-width: calc(1240 / var(--break) * 100vw );
}
.box_transplant01 .ttl_common01.pt02:before,.box_transplant01 .ttl_common01.pt02:after {
	width: calc(420 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_transplant01 .ttl_common01.pt02:before, .box_transplant01 .ttl_common01.pt02:after {
		width: calc(100 / var(--break) * 100vw);
	}
	.box_transplant01{
		padding: 6vw 5% 6vw;
	}
}

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

/* flow
------------------------------------------------------------------*/
.box_flow{
	padding: 0!important;
}
.box_flow > .flex{
	background:#1D1D1D; 
}
.box_flow .wrap{
	width: 100%;
}
.box_flow .num{
	width: calc(80 / var(--break) * 100vw );
	min-height: calc(80 / var(--break) * 100vw );
	background-image: linear-gradient(to top, #cdb060, #8a6e34);
}
.box_flow .ttl{
	width: calc(100% - calc(80 / var(--break) * 100vw ));
}
.arw_flow:before{
	border-top-color: #8e0003;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_flow .wrap{
		padding: 3vw 4.5% 5vw;
	}
	.box_flow .num{
		font-size: 1.125rem;
		letter-spacing: 0;
		width: calc(84 / var(--break) * 100vw);
	}
	.box_flow .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding-top: 2vw;
		padding-bottom: 2vw;
		width: calc(100% - calc(84 / var(--break) * 100vw));
	}
}

/* お支払方法
------------------------------------------------------------------*/
.bg_pay{
	background-image: linear-gradient(to top,#443300, #1d1d1d);
}
.row_pay .col{
	width:  19%;
	margin-right: 1.25%;
	outline : 1px solid #1d1d1d;
	outline-offset : calc( -6 / var(--break) * 100vw );
}
.row_pay .icn {
	max-width: calc(176 / var(--break) * 100vw);
	width: 80%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_pay .col{
		padding-right: calc(15 / var(--break) * 100vw );
		padding-left: calc(15 / var(--break) * 100vw );
	}
	.row_pay .col .copy{
		font-size: 1.25rem;
	}
}
@media(max-width: 767px) {
	.txt_pay01{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: 5vw;
	}
	.row_pay .col {
		width: 48%;
		margin-right: 4%;
		padding: 5vw;
		min-height: calc(466 / var(--break) * 100vw);
	}
	.row_pay .col:nth-child(-n+4) {
		margin-bottom: 5vw;
	}
	.box_pay01{
		padding: 6vw 5%;
	}
	.box_pay01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}


/* 症例紹介 case
------------------------------------------------------------------*/
.bg_case01{
	width: calc(1240 / var(--break) * 100vw );
}
.slide_case01{
	width: calc(1000 / var(--break) * 100vw );
}

.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);
	background: linear-gradient(90deg,rgba(138, 110, 52, 1) 0%, rgba(205, 176, 96, 1) 40%, rgba(205, 176, 96, 1) 60%, rgba(138, 110, 52, 1) 100%);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #1d1d1d;
	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(30 / var(--break) * 100vw);
    height: calc(54 / var(--break) * 100vw);
    background: url(images/page/arw_slide.svg)no-repeat center / contain;
    z-index: 9;
    top: 0;
    bottom: calc(35 / var(--break) * 100vw );
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: -9.2%;
}
.slide_case01 .slick-next {
    right: -9.2%;
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	bottom: calc(-105 / var(--break) * 100vw );
	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: #1d1d1d;
	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: #a78746;
	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);/*ボーダー右切れる対策*/
	border-color: #484b57;
}
.tbl_case th {
	font-family: "ryo-text-plusn", serif;
	font-weight: 400;
	font-style: normal;
	background: #484b57;
}
.tbl_case td {
	background: #fff;
}
.tbl_case tr:not(:last-child) td{
	border-bottom-color: #484b57;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.bg_case01{
		width: calc(702 / var(--break) * 100vw );
	}
	.slide_case01{
		width: calc(646 / var(--break) * 100vw );
	}
	.slide_case01 .ttl{
		font-size: 1.375rem;
	}
	.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 #1d1d1d;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
	}
	.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: 64vw;
	}
	.slide_case01 .slick-prev {
		left: 0;
	}
	.slide_case01 .slick-next {
		right: 0;
	}
	.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);
	}
	.slide_case01 .tbl_case {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.tbl_case tr th {
			border-bottom: 1px solid #000;
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01,.box_invisalign{
	border: 1px solid #1d1d1d;
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 160px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #eee;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_invisalign {
	max-width: 1000px;
	border: ;
}
.box_invisalign .fwb {
	font-weight: 500;
}
.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, .box_invisalign .ps__thumb-y {
	background: #1d1d1d!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 , .box_invisalign .box {
		padding-right: 4vw;
		max-height: calc(420 / var(--break) * 100vw);
	}
	.box_risk01 .ttl, .box_invisalign .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_risk01 .txt , .box_invisalign .txt{
		letter-spacing: 0;
	}
	.risk .ps__thumb-y, .box_invisalign .ps__thumb-y{
		right: 0!important;
		width: 2px!important;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.bg_recruit01{
	background: url("images/recruit/bg_recruit02.jpg")no-repeat center /cover;
}
.bg_recruit02{
	background: url("images/recruit/bg_recruit01.jpg")no-repeat center /cover;
}
.row_recruit01{
	gap:calc(40 / var(--break) * 100vw ) 2.45%;
}
.row_recruit01 .col{
	width: 31.7%;
	outline : 1px solid #ffffff;
	outline-offset : calc( -11 / var(--break) * 100vw );
}
.row_recruit01 .col:before,.row_recruit01 .col:after{
	content: "";
	background: #1d1d1d;
	opacity: 0.3;
	width: calc( 50 / var(--break) * 100vw );
	height: calc( 50 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0;
	clip-path: polygon(0 0,100% 0, 0 100%);
}
.row_recruit01 .col:after{
	left: auto;
	top: auto;
	right: 0;
	bottom: 0;
	clip-path: polygon(100% 0, 0 100%,100% 100%);
}
.row_recruit01 .col .ttl{
	background: linear-gradient(90deg,rgba(84, 0, 2, 1) 0%, rgba(142, 0, 3, 1) 40%, rgba(142, 0, 3, 1) 60%, rgba(84, 0, 2, 1) 100%);
}
.box_recruit01{
	outline : 1px solid #1d1d1d;
	outline-offset : calc( -11 / var(--break) * 100vw );
}
.box_recruit01 .wrap{
	max-width: calc(1080 / var(--break) * 100vw );
}
.box_recruit01 .num{
	width: calc(45 / var(--break) * 100vw );
	height: calc(45 / var(--break) * 100vw );
	background-image: linear-gradient(to top, #cdb060, #a78746);
}
.box_recruit01 .txt {
	width: calc(100% - calc(75 / var(--break) * 100vw ));
}
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: ;
}
.tbl_guideline01 th {
	background: #484b57;
}
.tbl_guideline01 thead th, .tbl_guideline01 tbody th, .tbl_guideline01 tbody td{
	padding:  calc(15 / var(--break) * 100vw ) calc(18 / var(--break) * 100vw ) calc(16 / var(--break) * 100vw )
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: ;
}
.tbl_form01 th {
	color: #333333;
	font-family: "ryo-text-plusn", serif;
	font-weight: 400;
	font-style: normal;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
	border-radius: calc(5 / var(--break) * 100vw );
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #8e0003;
}
.btn_submit input {
	border: none;
	background-image: linear-gradient(to right, #540002, #8e0003);
	font-size: 1.125rem;
	padding: calc(20 / var(--break) * 100vw) calc(5 / var(--break) * 100vw) calc(22 / var(--break) * 100vw) ;
}
.btn_submit:before{
	width: calc(10 / var(--break) * 100vw );
	height: calc(10 / var(--break) * 100vw );
	right: calc(30 / var(--break) * 100vw);
	transition: .3s;
}
.btn_submit:after{
	content: "";
	background: #fff;
	width: calc(2 / var(--break) * 100vw);
	height: calc(100% - calc(20 / var(--break) * 100vw));
	position: absolute;
	right: calc(62 / var(--break) * 100vw );
	top: 0;
	bottom: 0;
	margin: auto;
}
@media(min-width: 768px){
	.btn_submit:hover{
		opacity: 1;
	}
	.btn_submit:hover:before{
		right: calc(25 / var(--break) * 100vw );
		transition: .3s;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_recruit01 .col .ttl{
		font-size: 1.75rem;
	}
	.row_recruit01 .col .txt01{
		font-size: 1.375rem;
		letter-spacing: 0.05em;
	}
	.row_recruit01 .col .num{
		font-size: 1.75rem;
		letter-spacing: 0.05em;
	}
	.row_recruit01 .col .num em{
		font-size: 2.75rem;
		letter-spacing: 0.05em;
	}
	.row_recruit01 .col .txt02{
		font-size: 1.125rem;
	}
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 thead th, .tbl_guideline01 tbody th, .tbl_guideline01 tbody td{
		padding: 2vw 3vw 3vw;
	}
	.row_recruit01 .col{
		width: 100%;
	}
	.row_recruit01 .col .ttl {
		font-size: 1.1875rem;
		letter-spacing: 0;
		padding: 1vw;
	}
	.row_recruit01 .col .txt01{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_recruit01 .col .num{
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	.row_recruit01 .col .num em{
		font-size: 2.5rem;
		letter-spacing: 0;
	}
	.row_recruit01 .col .txt02{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.box_recruit01 {
		padding: 8vw 5% 8vw;
	}
	.box_recruit01 .num {
		width: calc(70 / var(--break) * 100vw);
		height: calc(70 / var(--break) * 100vw);
		font-size: 1rem;
		letter-spacing: 0;
	}
	.box_recruit01 .txt {
		width: calc(100% - calc(100 / var(--break) * 100vw ));
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_recruit02{
		padding: 6vw 4% 6vw;
	}
	.btn_submit input {
		padding: 4vw 5% 5vw;
	}
	.btn_submit:after {
		right: 13vw;
	}
	.btn_submit:before {
		width: calc(14 / var(--break) * 100vw);
		height: calc(14 / var(--break) * 100vw);
		right: calc(46 / var(--break) * 100vw);
	}
}

/* お問い合わせ 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: #443300;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
}
#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: #484b57;
	border: 1px solid #484b57;
	border-right-color: #f1eee6;
	font-size: .8125rem;
	font-weight: normal;
	color: #fff;
}
#wp-calendar tbody td {
	border: 1px solid #f1eee6;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar thead th:first-child,#wp-calendar tbody td:first-child{
	border-left: 1px solid #484b57;
}
#wp-calendar thead th:last-child,#wp-calendar tbody td:last-child {
	border-right: 1px solid #484b57;
}
#wp-calendar tbody tr:last-child td {
	border-bottom: 1px solid #484b57;
}
#wp-calendar tbody td a {
	color: #8e0003;
	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 #1d1d1d;
	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 #1d1d1d;
	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 #1d1d1d;
	font-family: "ryo-text-plusn", serif;
	font-weight: 400;
	font-style: normal;
}
.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 #f1eee6;
}
.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;
}
.blog_archive .txt_post .date {
	color:#708083;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(14 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #8e0003;
	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 #1d1d1d;
	color: #1d1d1d;
	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: #1d1d1d;
	background: #1d1d1d;
	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 );
	font-family: "ryo-text-plusn", serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
	padding-top: calc(10 / var(--break) * 100vw );
	padding-bottom: calc(10 / 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;
	font-family: "ryo-text-plusn", serif;
	font-weight: 400;
	font-style: normal;
}
#sidebar .category ul li a{
	border: 1px solid #484b57;
	background: #484b57;
	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: #484b57;
}
.post_content > h4{
	padding-left: calc(35 / var(--break) * 100vw );
}
.post_content > h4:before{
	content: "";
	background: linear-gradient(180deg,rgba(72, 75, 87, 1) 0%, rgba(72, 75, 87, 1) 50%, rgba(112, 128, 131, 1) 50%, rgba(112, 128, 131, 1) 100%);
	width: calc( 10 / var(--break) * 100vw );
	height: calc( 40 / var(--break) * 100vw );
	position: absolute;
	top: 0.3em;
	left: calc(14 / var(--break) * 100vw );
}
.post_content > h5{
	padding-left: calc(30 / var(--break) * 100vw );
}
.post_content > h5:before{
	content: "";
	border-top: 1px solid #708083;
	border-bottom: 1px solid #708083;
	width: 100%;
	height: calc( 5 / var(--break) * 100vw );
	position: absolute;
	bottom: calc(-5 / var(--break) * 100vw );
	left: 0;
}
.post_content > h5:after{
	content: "";
	background: #c59909;
	width: calc(20 / var(--break) * 100vw );
	height: calc( 20 / var(--break) * 100vw );
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.85em;
}
@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;
	}
	#sidebar .category ul li a{
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}
	.post_content > h4 {
		padding-left: 6vw;
	}
	.post_content > h4:before{
		top: 0.5em;
	}
	.post_content > h5 {
		padding-left: 6vw;
	}
	.post_content > h5:after {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		top: 0.7em;
	}
}


/* フォーマット format
------------------------------------------------------------------*/
.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));
	}
}