@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/index/deco_main01.svg")no-repeat left calc(250 / var(--break) * 100vw ) top /calc(600 / var(--break) * 100vw ) auto,url("images/index/deco_main02.svg")no-repeat right calc(660 / var(--break) * 100vw ) top calc(170 / var(--break) * 100vw ) /calc(80 / var(--break) * 100vw ) auto,url("images/index/deco_main03.svg")no-repeat right top /calc(430 / var(--break) * 100vw ) auto #f9f9f7;
	height: calc(560 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(140 / var(--break) * 100vw);
}
.main_page .img{
	max-width: 1170px;
	width: 62%;
	right: 0;
	top: 67%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}
.hdg3:before{
	content: "";
	background: #18b7aa;
	width: calc( 100 / var(--break) * 100vw );
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.hdg5:before,.box_common02 .ttl:before{
	content: "";
	position: absolute;
	width: calc(10 / var(--break) * 100vw);
	height: calc(10 / var(--break) * 100vw);
	background: #d0cdc4;
	border-radius: 50%;
	left: calc(28 / var(--break) * 100vw );
	top: 1.7em;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.main_page{
		background: url(images/index/deco_main01.svg) no-repeat left calc(186 / var(--break) * 100vw) top / calc(450 / var(--break) * 100vw) auto, url(images/index/deco_main02.svg) no-repeat right calc(380 / var(--break) * 100vw) top calc(179 / var(--break) * 100vw) / calc(70 / var(--break) * 100vw) auto, url(images/index/deco_main03.svg) no-repeat right top / calc(330 / var(--break) * 100vw) auto #f9f9f7;
		height: calc(470 / var(--break) * 100vw);
	}
	.hdg2 .ja{
		font-size: 2.75rem;
	}
	.hdg2 .en{
		font-size: 1rem;
	}
	.hdg3 .small{
		font-size: 2.25rem;
	}
}
@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);
	}
	.main_page{
		background: url(images/index/deco_main01.svg) no-repeat left 2vw top / calc(384 / var(--break) * 100vw) auto, url(images/index/deco_main02.svg) no-repeat right 43vw top 9vw / calc(62 / var(--break) * 100vw) auto, url(images/index/deco_main03.svg) no-repeat right top / calc(234 / var(--break) * 100vw) auto #f9f9f7;
		height: calc(496 / var(--break) * 100vw );
		padding-top: 25vw;
	}
	.main_page .img{
		width: 100%;
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.hdg2{
		margin-top: 0;
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		text-align: center;
		letter-spacing: 0;
	}
	.hdg2 .en {
		font-size: .9375rem;
		letter-spacing: 0;
		text-align: center;
	}
	.hdg3{
		font-size: calc(46 / var(--break) * 100vw );
		margin-bottom: 7vw;
	}
	.hdg3 .small{
		font-size: 1.125rem;
	}
	.hdg4{
		font-size: 1.125rem;
	}
	.hdg5{
		font-size: 1rem;
	}
	.hdg5:before, .box_common02 .ttl:before{
		top: 1.4em;
	}
	.col_img {
		text-align: center;
	}
	.row_default_1240px .copy{
		letter-spacing: 0.1em;
		margin-bottom: 2vw;
	}
}


/* 共通 common
------------------------------------------------------------------*/
.row_common01 .col_img{
	width: 46%;
	max-width: 570px;
}
.row_common01 .col_txt{
	width: 50%;
}
.row_common02 .col_img{
	width: 36.3%;
	max-width: 450px;
}
.row_common02 .col_txt{
	width: 60%;
}
.row_common02 .col_txt .box{
	border:1px solid #e8e7e4;
}
.list_common01 li{
	width: 46.5%;
	border-bottom:1px solid #fff;
	padding-top: calc(20 / var(--break) * 100vw );
	padding-bottom: calc(22 / var(--break) * 100vw );
	padding-left: calc(40 / var(--break) * 100vw);
	margin: 0!important;
}
.list_common01 li:nth-child(-n+2){
	border-top:1px solid #fff;
}
.list_common01 li:before{
	content: "";
	position: absolute;
	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;
	top: 1.4em;
}
.list_common02 li{
	border-bottom: 1px solid #e8e7e4; 
	padding-left: calc(45 / var(--break) * 100vw);
	padding-bottom: calc(22 / var(--break) * 100vw );
}
.list_common02 li:nth-child(n+3){
	margin-top: calc(21 / var(--break) * 100vw);
}
.list_common02 li:before{
	left: calc(20 / var(--break) * 100vw );
	background: #e5c958;
}
.bdr_common01{
	padding-bottom: calc(60 / var(--break) * 100vw );
	border-bottom: 1px solid #e8e7e4;
}
.box_common01 .wrap{
	max-width:1000px;
}
.box_common02 .ttl:before{
	left: 0;
	top: 0.6em;
}
.box_common03{
	border: calc(2 / var(--break) * 100vw ) solid #e5c958;
}
.ttl_common01 .icn{
	width: calc(60 / var(--break) * 100vw );
}
.tbl_common01 table{
	border-color: #e8e7e4;
}
.tbl_common01 thead th{
	background: #18b7aa;
	text-align: center;
	vertical-align: middle;
	font-weight: 500;
}
.tbl_common01 thead th:not(:last-child){
	border-right: 1px solid #fff;
}
.tbl_common01 tbody th{
	background: #ebf4f3;
	color: #333;
}
.tbl_common01 tr:not(:last-child) th,.tbl_common01 tr:not(:last-child) td{
	border-bottom-color: #e8e7e4;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_common01 .copy .ja{
		font-size:1.375rem ;
	}
	.bg_common01 .copy .en{
		font-size:0.75rem ;
	}
	.list_common01{
		width: calc(646 / var(--break) * 100vw );
		margin: 0 auto;
	}
	.list_common01 li{
		width: 100%;
		padding-left: calc(65 / var(--break) * 100vw );
	}
	.list_common01 li:before {
		width: calc(34 / var(--break) * 100vw);
		height: calc(34 / var(--break) * 100vw);
		top: 0.9em;
	}
	.list_common01 li:first-child{
		border-bottom: 0;
	}
	.row_common02 .col_img{
		max-width: calc(646 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
	}
	.row_common02 .col_txt .copy{
		font-size: 1.125rem;
	}
	.box_common01{
		padding: 8vw 5vw 7vw;
	}
	.box_common02{
		padding: 6vw 5vw 7vw;
	}
	.box_common02 .ttl{
		font-size: 1rem;
		padding-left: 5vw;
		margin-bottom: 2vw;
	}
	.box_common03{
		padding: 5vw 5vw 6vw;
	}
	.ttl_common01 .icn {
		width: calc(70 / var(--break) * 100vw);
	}
	.ttl_common01 .ja {
		font-size: 1.125rem;
	}
	.ttl_common01 .en {
		font-size: 0.75rem;
	}
	.btn_common02.pt02 a{
		font-size: 1rem;
	}
	.btn_common02.pt03 {
		width: calc(600 / var(--break) * 100vw);
	}
	.tbl_common01 thead th{
		padding-top: 2.5vw;
	}
	.list_common02 li{
		padding-left: 7vw;
	}
}

/* 医院紹介 CLINIC
------------------------------------------------------------------*/
.img_clinic01{
	max-width: 1850px;
	width: 97.4%;
}
.wrap_clinic01.index_greeting {
	padding-top: calc(95 / var(--break) * 100vw);
	padding-bottom: calc(90 / var(--break) * 100vw );
}
.bg_clinic01:before{
	content: "";
	background: #f9f9f7;
	width: 100%;
	height: calc(100% - calc( 80 / var(--break) * 100vw ));
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.wrap_clinic03{
	max-width: 1640px;
	width: 87%;
	margin-left: calc(70 / var(--break) * 100vw );
}
.wrap_clinic03.mgn_l{
	margin-left: auto!important;
	margin-right: calc(70 / var(--break) * 100vw );
}
.row_clinic01 .col_img{
	max-width: 830px;
	width: 51%;
}
.row_clinic01 .col_txt{
	width: 42%;
}
.row_clinic01 .img01{
	max-width: 160px;
	width:19.3%;
	left: 13.25%;
	bottom: calc(-240 / var(--break) * 100vw );
}
.row_clinic01 .img02{
	max-width: 400px;
	width:48.2%;
	left: 37.4%;
	bottom: calc(-190 / var(--break) * 100vw );
}
.row_clinic02.row__feature01{
	gap:0 calc(40 / var(--break) * 100vw );
}
.row_clinic02.row__feature01 .col {
	width: calc(220 / var(--break) * 100vw );
	height: calc(220 / var(--break) * 100vw );
	background: url("images/clinic/ccl_clinic01.svg") no-repeat center bottom / contain;
	margin-top: 0!important;
}
.row_clinic03{
	gap:calc(30 / var(--break) * 100vw ) 1.6%;
}
.row_clinic03 .col{
	max-width: 295px;
	width: 23.8%;
}
.row_clinic04 .col{
	width: 50%;
}
.row_clinic04 .col .img{
	max-width: 840px;
	width: 88.3%;
}
.row_clinic04 .col_r{
	padding-top: calc(160 / var(--break) * 100vw );
}
.row_clinic04 .col .wrap{
	max-width: 620px;
	width: 70%;
}
.row_clinic04 .col_l .wrap{
	margin-right: calc(120 / var(--break) * 100vw );
}
.row_clinic04 .col_r .wrap{
	margin-right: auto!important;
	margin-left: calc(120 / var(--break) * 100vw );
}
.row_clinic04 .col_l .num_clinic01{
	left: 0;
	right: calc(65 / var(--break) * 100vw );
	margin: auto;
	top: calc(-50 / var(--break) * 100vw );
	text-align: center;
}
.row_clinic04 .col_r .num_clinic01{
	left: calc(125 / var(--break) * 100vw );
	top: calc(110 / var(--break) * 100vw );
	z-index: 2;
}
.wrap_clinic04,.wrap_clinic05{
	gap: 0 calc(10 / var(--break) * 100vw );
	bottom: calc(40 / var(--break) * 100vw );
	right: calc(40 / var(--break) * 100vw );
}
.wrap_clinic04 .ccl{
	width: calc(160 / var(--break) * 100vw );
	aspect-ratio:1/1;
}
.wrap_clinic05 .ccl{
	width: calc(140 / var(--break) * 100vw );
}
.row_clinic05{
	gap:calc(40 / var(--break) * 100vw ) 4.8%;
}
.row_clinic05 .col{
	max-width: 590px;
	width: 47.6%;
}
.row_clinic05 .col .txt:before{
	content: "";
	background: #d0cdc4;
	width: calc( 40 / var(--break) * 100vw );
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.row_clinic06{
	gap:calc(60 / var(--break) * 100vw ) 2.3%;
}
.row_clinic06 .col{
	max-width:394px;
	width: 31.8%;
}


/*　スライダー　*/
.slide_clinic01 .slick-prev {
	background: url(images/page/arw_slide.svg)no-repeat center / cover;
	width: calc(33 / var(--break) * 100vw );
	height: calc(59 / var(--break) * 100vw );
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -9.2%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url(images/page/arw_slide.svg)no-repeat center / cover;
	width: calc(33 / var(--break) * 100vw );
	height: calc(59 / var(--break) * 100vw );
	right: -9.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	opacity: .5;
	transition: .3s;
}
.slide_clinic01 .slide_thumbnail li:nth-child(n+6){
	margin-top: 2%;;
}
.slide_clinic01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic01 .slide_thumbnail li:nth-child(5n), .slide_clinic01 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_clinic01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
.slide_clinic01 .slide_thumbnail li img{
	height: calc(103 / var(--break) * 100vw );
	object-fit: cover;
}

@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic01 .en{
		letter-spacing: 0.2em;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_clinic02 .row__greeting01 .copy {
		font-size: 2.25rem;
	}
	.num_clinic01 {
		font-size: 4.5rem;
		margin-bottom: calc(35 / var(--break) * 100vw );
	}
	.row_clinic02.row__feature01 {
		gap: 0 calc(20 / var(--break) * 100vw);
	}
	.row_clinic02.row__feature01 .col {
		width: calc(180 / var(--break) * 100vw);
		height: calc(180 / var(--break) * 100vw);
	}
	.wrap_clinic04{
		bottom: calc(30 / var(--break) * 100vw);
		right: calc(30 / var(--break) * 100vw);
	}
	.wrap_clinic04 .ccl {
		width: calc(130 / var(--break) * 100vw);
	}
	.wrap_clinic04 .ccl .en{
		font-size: 0.625rem;
	}
	.wrap_clinic04 .ccl .ja{
		font-size: 0.875rem;
	}
	.row_clinic04 .col_r .num_clinic01 {
		left: calc(60 / var(--break) * 100vw);
	}
	.row_clinic04 .col_l .wrap{
		margin-right: calc(80 / var(--break) * 100vw );
	}
	.row_clinic04 .col_r .wrap{
		margin-left: calc(80 / var(--break) * 100vw );
	}
	.wrap_clinic05 .ccl {
		width: calc(115 / var(--break) * 100vw);
	}
	.en_clinic01{
		font-size: 5.5rem;
	}
	.slide_clinic01 .slick-prev{
		left: 2%;
	}
	.slide_clinic01 .slick-next{
		right: 2%;
	}
}
@media(max-width: 767px) {
	.img_clinic01 {
		width: 120%;
		margin-left: -26vw;
	}
	.wrap_clinic01.index_greeting{
		padding-bottom: 0;
	}
	.wrap_clinic02 .row__greeting01 .col_txt .copy{
		font-size: 1.375rem;
		margin-top: 3vw;
	}
	.wrap_clinic03{
		width: calc(702 / var(--break) * 100vw );
		margin: 0 auto !important;
	}
	.wrap_clinic03.feature02{
		margin-bottom: 8vw!important;
	}
	.row_clinic01{
		display: block;
	}
	.row_clinic01 .col_img{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.row_clinic01 .col_txt{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
		margin-top: 9vw;
	}
	.feature01 .row_clinic01 .col_txt{
		margin-top: 37vw;
	}
	.num_clinic01 {
		font-size: 2.25rem;
		text-align: center;
		margin-bottom: 3vw;
	}
	.row_clinic02.row__feature01 {
		gap: calc(24 / var(--break) * 100vw) 7%;
	}
	.row_clinic02.row__feature01 .col {
		width: 46.5%;
		height: auto;
		min-height: calc(325 / var(--break) * 100vw);
	}
	.row_clinic03 {
		gap: calc(30 / var(--break) * 100vw) 3%;
	}
	.row_clinic03 .col {
		width: 48.5%;
	}
	.row_clinic03 .col .txt,.row_clinic05 .col .txt,.row_clinic06 .col .txt{
		font-size: 0.875rem;
	}
	.row_clinic04 .col{
		width: 100%;
		padding-bottom: 10vw;
	}
	.row_clinic04 .col_r {
		padding-top: 15vw;
	}
	.row_clinic04 .col .wrap{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto!important;
		margin-left: auto!important;
	}
	.row_clinic04 .col .img{
		width: calc(646 / var(--break) * 100vw );
	}
	.wrap_clinic04{
		bottom: 3vw;
		right: 3vw;
	}
	.wrap_clinic04 .ccl {
		width: calc(175 / var(--break) * 100vw);
		padding-top: 3vw;
	}
	.wrap_clinic04 .ccl .en{
		font-size: 0.625rem;
		letter-spacing: 0;
		margin-bottom: 0;
	}
	.wrap_clinic04 .ccl .ja{
		font-size: 0.75rem;
		letter-spacing: 0;
	}
	.row_clinic04 .col_l .num_clinic01 {
		top: calc(-34 / var(--break) * 100vw);
	}
	.row_clinic04 .col_r .num_clinic01 {
		top:9vw;
		left: calc(90 / var(--break) * 100vw);
	}
	.row_clinic06 {
		gap: calc(30 / var(--break) * 100vw) 3%;
	}
	.row_clinic06 .col {
		width: 48.5%;
	}
	.en_clinic01{
		font-size: 2.5rem;
	}
	.copy_clinic01{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.slide_clinic01 .slide_thumbnail li img{
		height: auto;
	}
	.slide_clinic01 .slick-prev{
		left: 2%;
	}
	.slide_clinic01 .slick-next{
		right: 2%;
	}
}

/* 院長・スタッフ紹介 STAFF
------------------------------------------------------------------*/
.row_staff01 .col_img{
	max-width:500px;
	width: 40.4%;
}
.row_staff01 .col_img .img01{
	max-width:240px;
	width: 48%;
	margin-top: calc(140 / var(--break) * 100vw );
}
.row_staff01 .col_img .img02{
	max-width:200px;
	width: 40%;
}
.row_staff01 .col_txt{
	width:50%;
}
.row_staff01 .dr_name01{
	padding-bottom: calc(30 / var(--break) * 100vw);
}
.row_staff02 .col_img{
	max-width: 380px;
	width: 30.7%;
}
.row_staff02 .col_txt{
	width: 60%;
}
.row_staff02 .col_txt .wrap{
	width: 84%;
}
.row_staff02 .col_txt .ttl{
	border-bottom: 1px solid #e8e7e4;
}
.en_staff01{
	writing-mode: sideways-rl;
	-webkit-text-orientation: sideways;
	text-orientation: sideways;
	margin-right: calc(-10 / var(--break) * 100vw );
}
.row_staff02 ol li{
	border-bottom: 1px solid #e8e7e4;
	padding: 0 calc(25 / var(--break) * 100vw ) calc(21 / var(--break) * 100vw );
}
.row_staff02 ol li:not(:first-child){
	margin-top: calc(20 / var(--break) * 100vw );
}
.row_staff02 ol li .year{
	width: calc(125 / var(--break) * 100vw );
	line-height: 1.2;
}
.row_staff02 ol li .txt{
	width: calc(100% - calc(125 / var(--break) * 100vw ));
}
.row_staff02 .list_default li:before{
	background: #d0cdc4;
}
.row_staff02 .list_default li:not(:first-child) {
	margin-top: calc(23 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.img_staff01{
		margin-bottom: 9vw;
	}
	.row_staff01{
		display: block;
	}
	.row_staff01 .col_img{
		width: calc(560 / var(--break) * 100vw );
		margin: 0 auto 6vw;
	}
	.row_staff01 .col_txt{
		width: calc(646 / var(--break) * 100vw );
		margin: 0 auto ;
	}
	.row_staff01 .dr_name01{
		padding-left: 0;
	}
	.row_staff02{
		justify-content: center!important;
		gap:10vw 11vw;
	}
	.row_staff02 .col_txt{
		display: contents;
	}
	.row_staff02 .col_img{
		order: 1;
		width: 52%;
	}
	.en_staff01{
		order: 2;
		font-size: 3.5rem;
		margin-right: 0;
	}
	.row_staff02 .col_txt .wrap{
		order: 3;
		width: 100%;
	}
	.row_staff02 .col_txt .ttl .ja{
		font-size: 1.125rem;
	}
	.row_staff02 .col_txt .ttl .en{
		font-size: 0.75rem;
	}
	.row_staff02 ol li .year {
		width: calc(170 / var(--break) * 100vw);
		font-size: 0.875rem;
	}
	.row_staff02 ol li .year em{
		font-size: 1.25rem;
		letter-spacing: 0.05em;
	}
	.row_staff02 ol li .txt {
		width: calc(100% - calc(170 / var(--break) * 100vw));
	}
}

/* 診療時間・アクセス ACCESS
------------------------------------------------------------------*/
.bg_access01:before{
	content: "";
	background: #f4f3f0;
	width: 100%;
	height: calc(100% - calc( 360 / var(--break) * 100vw ));
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.row_access01 .col{
	width: 47%;
}
.row_access01 .col .ccl__feature01{
	right: calc(30 / var(--break) * 100vw );
	bottom: calc(30 / var(--break) * 100vw );
	top: auto!important;
	left: auto!important;
}
.row_access01 .col .ttl{
	border-bottom: 1px solid #333;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.img_access01{
		width: calc(646 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
	}
	.bg_access01:before {
		height: calc(100% - calc(160 / var(--break) * 100vw));
	}
	.wrap_access01{
		padding-top: 9vw;
		padding-bottom: 9vw;
		background: #f4f3f0;
		margin-bottom: 8vw;
	}
	.wrap_access01 .wrap_map{
		margin-bottom: 0;
	}
	.row_access01{
		width: calc(646 / var(--break) * 100vw );
		margin: 0 auto;
		gap: 8vw 0;
	}
	.row_access01 .col{
		width:100%;
	}
}


/* 各種検診・予防接種 MEDICAL CHECK
------------------------------------------------------------------*/
.row_medical_check01 {
	gap:0 4%
}
.row_medical_check01 .col{
	width: 48%;
	border-bottom: 1px solid #333333;
}
.list_medical_check01 dt{
	width: 26%;
	border-right: 1px solid #fff;
	vertical-align: middle;
}
.list_medical_check01 dd{
	width: 74%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_medical_check01 {
		width: calc(646 / var(--break) * 100vw );
		margin: 0 auto 6vw;
		gap: 2vw 0;
	}
	.row_medical_check01 .col{
		width: 100%;
		font-size: 0.875rem;
	}
	.row_medical_check01 .col em{
		font-size: 1.625rem;
		letter-spacing: 0;
	}
}
/* 大腸内視鏡検査 COLONOSCOPY
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.btn_colonoscopy01 a{
		font-size: 0.875rem;
	}
}

/* flow 流れ
------------------------------------------------------------------*/
.box_flow{
	max-width: calc(1000 / var(--break) * 100vw );
	width: 90%;
	box-shadow: 0 0 calc(15 / var(--break) * 100vw ) #0000000D;
}
.box_flow .col_txt .wrap{
	margin-bottom: calc(30 / var(--break) * 100vw )!important;
}
.box_flow .col_txt .wrap:before{
	content: "";
	background: #18b7aa;
	width: 1px;
	height: calc( 40 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0;
}
.box_flow .col_txt .num{
	width: calc(160 / var(--break) * 100vw )!important;
	background: #fff!important;
	font-weight: 400!important;
}
.box_flow .col_txt .ttl {
	width: calc(100% - calc(160 / var(--break) * 100vw))!important;
	font-weight: 700!important;
}
.bg_common02:before{
	content: "";
	background: #f4f3f0;
	width: 128%;
	height:100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.bg_common02 .en{
	writing-mode: sideways-rl;
	-webkit-text-orientation: sideways;
	text-orientation: sideways;
	top:calc(112 / var(--break) * 100vw );
	right:calc(-12 / var(--break) * 100vw );
}

@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_common02{
		padding: 25vw 3.5vw 10vw;
	}
	.bg_common02 .en{
		writing-mode: unset;
		-webkit-text-orientation: unset;
		text-orientation: unset;
		top: 8vw;
		right: auto;
		left: 4vw;
		font-size: 3rem;
	}
	.box_flow{
		width: 100%;
		padding: 5vw 4vw 6vw;
	}
	.box_flow .col_txt .num {
		width: calc(220 / var(--break) * 100vw) !important;
		font-size: 1rem!important;
		letter-spacing: 0.05em!important;
	}
	.box_flow .col_txt .ttl {
		width: calc(100% - calc(220 / var(--break) * 100vw)) !important;
		font-size: 1.125rem!important;
		padding-top: 0vw!important;
		padding-bottom: 0.5vw!important;
	}
	.box_flow .col_txt .wrap:before {
		height: calc(60 / var(--break) * 100vw);
		top: 1vw;
	}
}

/*qa よくある質問
------------------------------------------------------------------*/
.box_qa03{
	border-color: #18b7aa;
}
.box_qa03 .box_q .box,.box_qa03 .box_q .txt{
	background: #00000000;
}
.box_qa03 .box_q .box {
	width: calc(40 / var(--break) * 100vw);
}
.box_qa03 .box_q .txt {
	width: calc(100% - calc(40 / var(--break) * 100vw));
}
.box_qa03 .box_q .txt .icn:before,.box_qa03 .box_q .txt .icn:after{
	background: #18b7aa;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_qa03{
		padding-bottom: 6vw;
	}
	.box_qa03 .box_a{
		padding: 0;
	}
	.box_qa03 .box_q .box{
		font-size: 1.375rem;
	}
	.box_qa03 .box_q .txt{
		font-size: 1rem;
	}
}
/* お支払方法
------------------------------------------------------------------*/
.row_pay .col{
	width: 31.5%;
	margin-right: 0!important;
}
.row_pay .col:not(:last-child){
	border-right: 1px solid #e8e7e4;
}
.row_pay .icn {
	width: calc(140 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_pay .col{
		width: 48%;
	}
	.row_pay .icn {
		width: calc(170 / var(--break) * 100vw);
	}
}

/* 症例紹介 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 #ccc;
	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 / cover;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: -7.2%;
}
.slide_case01 .slick-next {
    right: -7.2%;
    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: #ccc;
	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: #333;
	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);/*ボーダー右切れる対策*/
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.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 #ccc;
		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);*/
		margin: 0 2vw;
	}
	.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: 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);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.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 .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: #d0cdc4 !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.125rem;
		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
------------------------------------------------------------------*/
.bg_recruit01{
	max-width: 1780px;
	width: 95%;
}
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: #d0cdc4 ;
	border-right: 0;
	border-left: 0;
}
.tbl_guideline01 th {
	background: #f4f3f0!important;
	font-weight: 500;
}
.tbl_guideline01 th,.tbl_guideline01 td  {
	padding: calc(20 / var(--break) * 100vw) calc(18 / var(--break) * 100vw) calc(22 / var(--break) * 100vw);
}
.tbl_guideline01 td {
	background: #f9f9f7;
}
.tbl_guideline01 tr:not(:last-child) th,.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color:#d0cdc4 ;
}
.tbl_form01 th {
	color: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #fff;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #e5c958;
}
.btn_submit input {
	border: none;
	background: #18b7aa;
	border-radius: calc(30 / var(--break) * 100vw );
}
.tbl_form01 .box_form{
	max-width: 1000px;
	background: #f4f3f0;
	line-height: 1.8;
	margin-bottom: calc(60 / var(--break) * 100vw );
}
.tbl_form01 .box_privacy{
	border-color: #d0cdc4;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.tbl_guideline01 th{
		border-bottom: 0!important;
	}
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.bg_recruit02{
		padding-bottom: 10vw;
	}
	.wrap_recruit01{
		margin-bottom: 17vw!important;
	}
	.en_recruit01{
		font-size: 1rem;
	}
	.txt_recruit01{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.btn_submit input {
		border-radius: calc(60 / 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 {
	color: #fff;
	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);
	font-family: "zen-kaku-gothic-new", sans-serif;
	font-weight: 700;
	font-style: normal;
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
	font-family: "zen-kaku-gothic-new", sans-serif;
	font-weight: 500;
	font-style: normal;
}
#wp-calendar thead th {
	background: #f4f3f0;
	border: 1px solid #e8e7e4;
	border-right-color:#e8e7e4;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #e8e7e4;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #18b7aa;
	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;
	font-family: "zen-kaku-gothic-new", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
}
.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;
	font-family: "zen-kaku-gothic-new", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.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);
}
.blog_archive .thmb {
	border:1px solid #e8e7e4;
}
.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 #e8e7e4;
}
.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;
	color: #18b7aa;
}
.blog_archive .txt_post .date {
	color: #d0cdc4;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #333;
	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 #18b7aa;
	color: #18b7aa;
	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: #18b7aa;
	background: #18b7aa;
	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.125rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
	font-family: "zen-kaku-gothic-new", sans-serif;
	font-weight: 700;
	font-style: normal;
	padding: calc(15 / var(--break) * 100vw ) calc(20 / var(--break) * 100vw );
}
.post_content > h4{
	background: #f4f3f0;
	border-radius: calc(5 / var(--break) * 100vw );
}
.post_content > h5{
	border-bottom: 1px solid #333;
}
#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 #ebf4f3;
	background: #ebf4f3;
	color: #18b7aa;
	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: #18b7aa;
	border-color: #18b7aa;
}

@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);
	}
}


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