@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 0;
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(500 / var(--break) * 100vw);
	padding-top: calc(125  / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
header.low_head{
	margin-left: 0;
	width: 100%;
}
.low_head .wrap_head01{
	margin-right: calc(35  / var(--break) * 100vw);
}
.low_head .wrap_head02{
	display: none;
}
.hdg3{
	background: url("images/index/deco__medical03.png") no-repeat center left calc(20  / var(--break) * 100vw) / calc(106  / var(--break) * 100vw) auto,url("images/index/deco__concept05.png")no-repeat center right calc(20  / var(--break) * 100vw) / calc(147  / var(--break) * 100vw) auto #23b887;
}
.hdg4{
	background: #81a0f7 url("images/page/deco_common01.svg")no-repeat center left calc(30  / var(--break) * 100vw) / calc(76  / var(--break) * 100vw) auto;
}
.hdg4.deco_common03:before{
	border-color: #fff;
}
.hdg5:before{
	content: "";
	background: #c6f781;
	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 {
		background: url(images/index/deco__medical03.png) no-repeat center left calc(20 / var(--break) * 100vw) / calc(90 / var(--break) * 100vw) auto, url(images/index/deco__concept05.png) no-repeat center right calc(20 / var(--break) * 100vw) / calc(115 / var(--break) * 100vw) auto #23b887;
	}
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 0;
	}
	.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");
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		margin-bottom: 3vw;
	}
	.hdg2 .en {
		font-size: .9375rem;
	}
	.col_img {
		text-align: center;
	}
	.hdg3{
		font-size:calc(46  / var(--break) * 100vw) ;
		background: url(images/index/deco__medical03.png) no-repeat center left calc(10 / var(--break) * 100vw) / calc(89 / var(--break) * 100vw) auto, url(images/index/deco__concept05.png) no-repeat center right calc(10 / var(--break) * 100vw) / calc(88 / var(--break) * 100vw) auto #23b887;
		padding: 3.5vw 12vw;
	}
	.hdg3 .small{
		font-size: 1.125rem;
	}
	.hdg4 {
		background: #81a0f7 url(images/page/deco_common01.svg) no-repeat center left calc(30 / var(--break) * 100vw) / calc(61 / var(--break) * 100vw) auto;
		padding: 3.5vw 12vw;
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.hdg5{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding-left: 5vw;
	}
	.hdg5:before{
		top: 0.6em;
	}
}


/* common 共通
------------------------------------------------------------------*/
.row_common01 .col_img .deco{
	width: calc(159  / var(--break) * 100vw);
	left: calc(-20  / var(--break) * 100vw);
	bottom: 0;
}
.row_common01 .col_img:before {
	content: "";
	background: #c6f781;
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: calc(20  / var(--break) * 100vw);
	right: calc(-20  / var(--break) * 100vw);
	bottom: calc(-20  / var(--break) * 100vw);
	z-index: -1;
}
.row_common01 .col_txt .copy{
	border-bottom: 2px solid #23b754;
}
.row_common02{
	max-width: 1400px;
	border-bottom:2px solid #23b887;
}
.row_common02 .col_img{
	max-width: 290px;
	width: 20.8%;
}
.row_common02 .col_txt{
	width: 75%;
}
.row_common03{
	max-width: calc(1240  / var(--break) * 100vw);
	width: 70%;
	gap:calc(20  / var(--break) * 100vw) 1.55%;
}
.row_common03 .col{
	width: 32.3%;
}
.row_common03 .col:before{
	content: "";
	background: #faf5b3;
	width: calc( 60 / var(--break) * 100vw );
	height: calc( 60 / var(--break) * 100vw );
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.row_common03 .deco01{
	width: calc(145  / var(--break) * 100vw);
	bottom: 0;
	right: calc(100% + calc(90  / var(--break) * 100vw));
}
.row_common03 .deco02{
	width: calc(194  / var(--break) * 100vw);
	bottom: 0;
	left: calc(100% + calc(50  / var(--break) * 100vw));
}
.row_common05{
	gap:calc(40  / var(--break) * 100vw) 2.13%;
}
.row_common05 .col{
	width: 23.4%;
	box-shadow: calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) 0 0 #c6f781;
}
.row_common05 .col .ttl{
	border-bottom: 2px solid #23b887;
}
.bg_common01:before{
	content: "";
	background: #f7feed;
	width:100%;
	height: calc( 100% - calc(60  / var(--break) * 100vw ));
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.deco_common02:after{
	content: "";
	background: url("images/page/ptn01.png")repeat left top / calc(7  / var(--break) * 100vw) auto;
	width:calc(550  / var(--break) * 100vw);
	height: calc(400  / var(--break) * 100vw);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.deco_common03:before{
	content: "";
	border: 2px dashed #23b754;
	width: calc(100% - calc(20 / var(--break) * 100vw));
	height: calc(100% - calc(20 / var(--break) * 100vw));
	position: absolute;
	inset: 0;
	margin: auto;
	z-index: -1;
	border-radius: calc(10 / var(--break) * 100vw);
}
.bg_common02 .deco01 {
	width: calc(325  / var(--break) * 100vw);
	left: calc(210  / var(--break) * 100vw);
	bottom: 0;
}
.bg_common02 .deco02 {
	width: calc(361  / var(--break) * 100vw);
	right: calc(210  / var(--break) * 100vw);
	bottom: 0;
}
.bg_common02 .en .deco03{
	width: calc(74  / var(--break) * 100vw);
	left:0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.bg_common02 .en .deco04{
	width: calc(77  / var(--break) * 100vw);
	right:0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.bg_common03{
	padding-bottom: calc(170  / var(--break) * 100vw);
}
.bg_common03 .deco_wrap{
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	gap:calc(40  / var(--break) * 100vw);
}
.bg_common03 .deco_wrap .deco01{
	width: calc(178  / var(--break) * 100vw);
}
.bg_common03 .deco_wrap .deco02{
	width: calc(325 / var(--break) * 100vw);
}
.list_common01 li{
	border-bottom: 1px dotted #23b754;
	padding-bottom: calc(6  / var(--break) * 100vw);
	padding-left: calc(32 / var(--break) * 100vw);
}
.list_common01 li:nth-child(n+3){
	margin-top: calc(6 / var(--break) * 100vw);
}
.list_common01 li:before{
	content: "";
	background: url("images/page/check01.svg")no-repeat center / contain;
	width: calc( 20 / var(--break) * 100vw );
	height: calc( 20 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0.3em;
}
.list_common02 li{
	border-bottom-color: #555;
}
.list_common02 li:before{
	background: url("images/page/check02.svg")no-repeat center / contain;
}
.list_common02 li:nth-child(n+2) {
	margin-top: calc(6 / var(--break) * 100vw);
}
.box_common01{
	max-width: calc(1240  / var(--break) * 100vw);
	width: 90%;
}
.box_common01.pt02{
	max-width: calc(1000  / var(--break) * 100vw);
}
.box_common01 .ttl{
	border-bottom: 2px solid #23b754;
}
.box_common01.bg_col06.deco_common03:before{
	border-color: #f79881;
}
.ttl_common01{
	border-bottom: 2px solid #555;
}
.tbl_common01 table{
	border-color: #23b887;
}
.tbl_common01 thead th{
	background: #23b887;
	text-align: center;
	vertical-align: middle;
	font-family: "vdl-v7marugothic", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.tbl_common01 thead th:not(:last-child){
	border-right:1px solid #fff;
}
.tbl_common01 tbody th{
	background: #23b887B3;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #23b887;
}
.tbl_common01 tbody td:not(:last-child) {
	border-right:1px solid #23b887;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_common03 .deco01 {
		width: calc(125 / var(--break) * 100vw);
		right: calc(100% + calc(65 / var(--break) * 100vw));
	}
	.row_common03 .deco02 {
		width: calc(155 / var(--break) * 100vw);
		left: calc(100% + calc(40 / var(--break) * 100vw));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_common03 .col{
		font-size: 1.125rem;
	}
	.row_common03 .deco01 {
		width: calc(110 / var(--break) * 100vw);
		right: calc(100% + calc(45 / var(--break) * 100vw));
	}
	.row_common03 .deco02 {
		width: calc(127 / var(--break) * 100vw);
		left: calc(100% + calc(28 / var(--break) * 100vw));
	}
	.deco_common02:after {
		width: calc(400 / var(--break) * 100vw);
		height: calc(300 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_common01 .col_img{
		margin-bottom: 7vw;
	}
	.row_common01 .col_txt .copy{
		border-bottom-width: 1px;
	}
	.row_common02{
		border-bottom-width: 1px;
	}
	.row_common02 .col_img{
		max-width: calc(580  / var(--break) * 100vw)!important;
		margin-right: auto;
		margin-left: auto;
	}
	.row_common03{
		width: calc(702 / var(--break) * 100vw);
		margin-right: auto;
		margin-left: auto;
		gap:calc(20  / var(--break) * 100vw) 3%;
		padding-bottom: 22vw;
	}
	.row_common03 .col{
		width: 48.5%;
		font-size: calc(26 / var(--break) * 100vw);
		letter-spacing: 0;
		padding: 3.5vw 1vw;
		min-height: calc(136  / var(--break) * 100vw);
	}
	.row_common03 .deco01 {
		width: calc(110 / var(--break) * 100vw);
		bottom: -3vw;
		right: 63%;
	}
	.row_common03 .deco02 {
		width: calc(132 / var(--break) * 100vw);
		bottom: -2vw;
		left: 63%;
	}
	.row_common04 .col_img{
		max-width: calc(646  / var(--break) * 100vw)!important;
		margin: 0 auto 5vw;
	}
	.row_common05{
		width: calc(646  / var(--break) * 100vw);
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 13vw;
	}
	.row_common05 .col{
		width: 100%;
		padding-bottom: 5vw;
	}
	.row_common05 .col .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		border-bottom-width: 1px;
	}
	.bg_common02 .deco01 {
		width: calc(280 / var(--break) * 100vw);
		left: 7vw;
	}
	.bg_common02 .deco02 {
		width: calc(295 / var(--break) * 100vw);
		right: 7vw;
	}
	.bg_common02 .en{
		font-size: 1.625rem;
		letter-spacing: 0.05em;
		margin-bottom: 2vw;
	}
	.bg_common02 .en .deco03 {
		width: calc(65 / var(--break) * 100vw);
	}
	.bg_common02 .en .deco04 {
		width: calc(62 / var(--break) * 100vw);
	}
	.bg_common02 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		border-radius: calc(65  / var(--break) * 100vw);
		line-height: 1.4;
		padding: 2vw 1vw;
	}
	.bg_common03 {
		padding-bottom: calc(150 / var(--break) * 100vw);
	}
	.bg_common03 .deco_wrap .deco01 {
		width: calc(130 / var(--break) * 100vw);
	}
	.bg_common03 .deco_wrap .deco02 {
		width: calc(260 / var(--break) * 100vw);
	}
	.deco_common03:before{
		border-width: 1px;
	}
	.list_common01 li {
		padding-bottom: 1.5vw;
		padding-left: 7vw;
	}
	.list_common01 li:before {
		width: calc(32 / var(--break) * 100vw);
		height: calc(32 / var(--break) * 100vw);
		top: 0.25em;
	}
	.list_common01 li:nth-child(n+2) {
		margin-top: 1.5vw;
	}
	.box_common01{
		width: calc(702  / var(--break) * 100vw);
	}
	.box_common01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		border-bottom-width: 1px;
	}
	.ttl_common01{
		font-size: 1.125rem;
		letter-spacing: 0;
		border-bottom-width: 1px;
	}
	.tbl_common01.js-scrollable table{
		width: calc(1240  / var(--break) * 100vw);
	}
}

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

/* コンテンツ名 class
------------------------------------------------------------------*/
.bg_clinic01 .box__concept01{
	background: #ffffffE6!important;
}
.bg_clinic01 .bg__concept02:after{
	height: 100%;
}
.bg_clinic01 .ttl__common01{
	margin-top: calc(-55  / var(--break) * 100vw);
}
.row_clinic01{
	gap:calc(30  / var(--break) * 100vw) 1.55%;
}
.row_clinic01 .col{
	width: 32.3%;
}
.row_clinic01 .col .ccl{
	width: calc(70  / var(--break) * 100vw);
	aspect-ratio:1/1;
	padding-left: calc(7  / var(--break) * 100vw);
}
.row_clinic01 .deco_common03:before {
	border: 4px dashed #23b754;
	border-radius: calc(20 / var(--break) * 100vw);
}
.wrap_clinic01 .row__feature03 .col:nth-child(2n) {
	background: url(images/index/ccl__feature03.svg) no-repeat center / contain;
}
.wrap_clinic01.wrap__feature01 .deco01 {
	width: calc(77 / var(--break) * 100vw);
	left: calc(135 / var(--break) * 100vw);
}
.wrap_clinic01.wrap__feature01 .deco02 {
	width: calc(178 / var(--break) * 100vw);
	right: calc(108 / var(--break) * 100vw);
}
.wrap_clinic02 {
	gap:0 calc(30  / var(--break) * 100vw);
}
.wrap_clinic02 .btn {
	width: calc(485 / var(--break) * 100vw);
}
.wrap_clinic02.pt02 .btn {
	width: calc(525 / var(--break) * 100vw);
}
.row_clinic02{
	gap:calc(30  / var(--break) * 100vw) 2.13%;
}
.row_clinic02 .col{
	max-width: 350px;
	width: 23.4%;
}
.row_clinic03 .col_img{
	max-width: 460px;
	width: 37.1%;
}
.row_clinic03 .col_txt{
	width: 58.9%;
}
.row_clinic03 .dr_name01{
	bottom: 0;
}
.row_clinic03 .bg__feature04{
	width: 100%;
	left: auto;
	right: calc(-20  / var(--break) * 100vw);
	bottom: calc(-20 / var(--break) * 100vw);
	background: #23b754;
}
.row_clinic03 .bg__feature04 .deco__feature01 {
	width: calc(330 / var(--break) * 100vw);
	left: auto;
	right: 0;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.row_prof .ttl .wrap:before,.row_prof .ttl .wrap:after{
	content: "";
	background: url("images/index/deco__common02.svg")no-repeat center / contain;
	width: calc( 30 / var(--break) * 100vw );
	height: calc( 6 / var(--break) * 100vw );
	position: relative;
	display: block;
	margin-right: calc(30  / var(--break) * 100vw);
}
.box_prof .ttl .wrap:after{
	margin-right:0!important;
	margin-left: calc(30  / var(--break) * 100vw);
}
.box_prof.deco_common03:before{
	border-radius: calc(20  / var(--break) * 100vw);
}
.box_prof02 .list_default li:before{
	background: #23b754;
}
.bg_clinic03:before{
	content: "";
	background: #fcf7e1;
	width: 100%;
	height: calc( 100% + calc(110 / var(--break) * 100vw ));
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.bg_clinic03 .deco01{
	width: calc(197  / var(--break) * 100vw);
	bottom: 0;
	left: calc(100  / var(--break) * 100vw);
}
.bg_clinic03 .deco02{
	width: calc(151  / var(--break) * 100vw);
	bottom: 0;
	right: calc(100  / var(--break) * 100vw);
}
.img_clinic01{
	width: calc(750  / var(--break) * 100vw);
}
.bg_clinic04{
	padding-top: calc(285   / var(--break) * 100vw);
	margin-top: calc(-220  / var(--break) * 100vw);
}
.bg_clinic04:before{
	content: "";
	background: url("images/index/deco__feature13.png")no-repeat center top / cover;
	width:100%;
	height: calc( 160 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top:-1px;
	z-index: -1;
}
.wrap_clinic03 .map{
	padding-top: calc(460  / var(--break) * 100vw);
}
.row_clinic05 .col{
	width: 47.5%;
}
.row_clinic05 .col .icn{
	width:calc(120  / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic02 .col .txt{
		font-size: 1.25rem;
	}
	.bg_clinic03 .deco01 {
		width: calc(170 / var(--break) * 100vw);
		left: calc(45 / var(--break) * 100vw);
	}
	.bg_clinic03 .deco02 {
		width: calc(130 / var(--break) * 100vw);
		right: calc(50 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_clinic01 .box__concept01 .deco02 {
		width: calc(140 / var(--break) * 100vw);
	}
	.bg_clinic01 .box__concept01 .deco03 {
		width: calc(90 / var(--break) * 100vw);
	}
	.bg_clinic01 .copy__concept01 {
		font-size: 2.25rem;
	}
	.bg_clinic01 .ttl__common01 {
		margin-top: calc(-20 / var(--break) * 100vw);
	}
	.wrap_clinic01.wrap__feature01 .deco01 {
		width: calc(60 / var(--break) * 100vw);
		left: calc(135 / var(--break) * 100vw);
	}
	.wrap_clinic01.wrap__feature01 .deco02 {
		width: calc(145 / var(--break) * 100vw);
		right: calc(70 / var(--break) * 100vw);
	}
	.row_clinic02 .col .txt {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.bg_clinic03{
		padding-bottom: calc(100  / var(--break) * 100vw);
	}
	.bg_clinic03 .deco01 {
		width: calc(130 / var(--break) * 100vw);
		left: calc(45 / var(--break) * 100vw);
	}
	.bg_clinic03 .deco02 {
		width: calc(110 / var(--break) * 100vw);
		right: calc(50 / var(--break) * 100vw);
	}
	.row_clinic03 .dr_name01 {
		padding-top: calc(20 / var(--break) * 100vw);
		padding-bottom: calc(25 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_clinic01 .bg__concept01{
		padding: 13vw 3.2vw 1vw;
	}
	.bg_clinic01 .bg__concept02{
		padding-top: 136vw;
	}
	.bg_clinic01 .box__concept01 {
		width: 100%;
		margin-bottom: -120vw;
		padding-bottom: 7vw;
	}
	.bg_clinic01 .copy__concept01{
		margin-bottom: 2vw;
	}
	.row_clinic06.row__feature04{
		position: unset;
		margin-bottom: 8vw;
	}
	.bg_clinic01 .ttl__common01 .ja {
		font-size: calc(80 / var(--break) * 100vw);
	}
	.bg_clinic01 .bg__concept02:after {
		background:#23b754 url(images/index/bg__concept02.jpg) no-repeat center bottom / auto calc(521  / var(--break) * 100vw);
	}
	.row_clinic01 {
		width: calc(600  / var(--break) * 100vw);
		margin: 0 auto;
		gap: calc(30 / var(--break) * 100vw) 1.55%;
	}
	.row_clinic01 .col{
		width: 100%;
	}
	.row_clinic01 .col .en{
		margin-bottom: 0;
	}
	.row_clinic01 .col .ccl {
		width: calc(95 / var(--break) * 100vw);
		padding-left: calc(7 / var(--break) * 100vw);
		font-size: 2.25rem;
	}
	.row_clinic01 .col .txt {
		font-size: 1.875rem;
	}
	.row_clinic01 .col .ja {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_clinic01 .deco_common03:before{
		border-width: 2px;
	}
	.wrap_clinic01.wrap__feature01 .deco01 {
		left: 9vw;
	}
	.wrap_clinic01.wrap__feature01 .deco02 {
		right: 3vw;
	}
	.wrap_clinic02 {
		gap: 4vw 0;
	}
	.wrap_clinic02 .btn,.wrap_clinic02.pt02 .btn {
		width: calc(600 / var(--break) * 100vw);
	}
	.row_clinic02 {
		gap: calc(30 / var(--break) * 100vw) 3%;
	}
	.row_clinic02 .col{
		width: 48.5%;
	}
	.row_clinic02 .col .txt{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.bg_clinic02{
		padding-top: 10vw;
	}
	.row_clinic03 .col_img{
		width: calc(500  / var(--break) * 100vw);
		margin: 0 auto 8vw;
	}
	.row_clinic03 .col_txt{
		width: calc(646  / var(--break) * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_clinic03 .dr_name01{
		padding-bottom: 4vw;
	}
	.row_prof{
		gap:6vw 0;
	}
	.box_prof .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		border-radius: calc(40  / var(--break) * 100vw);
	}
	.bg_clinic03{
		padding-bottom: 23vw;
	}
	.img_clinic01 {
		width: calc(646 / var(--break) * 100vw);
	}
	.row_clinic05 {
		width: calc(646  / var(--break) * 100vw);
		margin: 0 auto;
		gap:4vw 0;
	}
	.row_clinic05 .col{
		width:100%;
		padding: 4vw 5vw 5vw;
	}
	.row_clinic05 .col .icn {
		margin-bottom: 2vw;
	}
	.row_clinic05 .col .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: 1vw;
	}
}


/* nav_content01
------------------------------------------------------------------*/
.nav_content01{
	max-width: 1720px;
	width: 91%;
}
.nav_content01 .deco01{
	width: calc(65  / var(--break) * 100vw);
	left: 0;
	bottom: 0;
}
.nav_content01 .deco02{
	width: calc(165  / var(--break) * 100vw);
	right: 0;
	bottom: 0;
}
.nav_content01 ul{
	max-width: calc(1240  / var(--break) * 100vw);
	width: 90%;
	gap:calc(20  / var(--break) * 100vw) 1.55%;
}
.nav_content01 ul .btn{
	width: 32.3%;
}
.internal_medicine .nav_content01{
	margin-bottom: calc(100  / var(--break) * 100vw);
}
@media(min-width: 768px) {
	.nav_content01 .btn_common01 .arw01:hover .arw {
		-webkit-transform:translateY(calc(-50% - calc(-5  / var(--break) * 100vw)));
		transform: translateY(calc(-50% - calc(-5  / var(--break) * 100vw)));
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.nav_content01 .deco01 {
		width: calc(57 / var(--break) * 100vw);
	}
	.nav_content01 .deco02 {
		width: calc(135 / var(--break) * 100vw);
		right: calc(-35 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.nav_content01 .deco01 {
		width: calc(43 / var(--break) * 100vw);
	}
	.nav_content01 .deco02 {
		width: calc(98 / var(--break) * 100vw);
		right: calc(-45 / var(--break) * 100vw);
	}
	.nav_content01 ul .btn a{
		font-size: 1.125rem;
	}
}
@media(max-width: 767px) {
	.nav_content01{
		width: calc(702  / var(--break) * 100vw);
		padding-bottom: 11vw;
	}
	.nav_content01 ul{
		justify-content: center!important;
	}
	.nav_content01 ul .btn{
		width: calc(550  / var(--break) * 100vw);
	}
	.nav_content01 ul .btn a{
		font-size: 1rem;
		border-radius: calc(70 / var(--break) * 100vw);
		padding: 3vw 9vw;
	}
	.nav_content01 .deco01 {
		width: calc(43 / var(--break) * 100vw);
		bottom: -2vw;
	}
	.nav_content01 .deco02 {
		width: calc(100 / var(--break) * 100vw);
		bottom: -4vw;
	}
}

/* 胃内視鏡・胃カメラ GASTROSCOPE
------------------------------------------------------------------*/
.row_gastroscope01{
	gap:calc(40  / var(--break) * 100vw) 2.75%;
}
.row_gastroscope01 .col{
	width: 31.5%;
	position: relative;
}
.row_gastroscope01 .col:before{
	content: "";
	background: #c6f781;
	border-radius: calc(25  / var(--break) * 100vw);
	width: 100%;
	height: 100%;
	position: absolute;
	right: calc(-10  / var(--break) * 100vw);
	bottom: calc(-10  / var(--break) * 100vw);
	z-index: -1;
}
.row_gastroscope01 .col:not(:last-child):after{
	content: "";
	background: #c6f781;
	width: calc(8  / var(--break) * 100vw);
	height: calc(30  / var(--break) * 100vw);
	position: absolute;
	right: calc(-17  / var(--break) * 100vw);
	bottom:0;
	top: calc(20  / var(--break) * 100vw);
	margin: auto;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.row_gastroscope01 .col .wrap{
	border-bottom: 2px solid #c6f781;
}
.row_gastroscope01 .col .num{
	width: calc(60  / var(--break) * 100vw);
	aspect-ratio:1/1;
	outline : 2px solid #ffffff;
	outline-offset : calc( -7 / var(--break) * 100vw );
}
.row_gastroscope01 .col .txt{
	width: calc(100% - calc(60  / var(--break) * 100vw));
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_gastroscope01 .col .txt {
		font-size: 1.5rem;
	}
}
@media(max-width: 767px) {
	.row_gastroscope01{
		width: calc(600  / var(--break) * 100vw);
		margin: 0 auto;
		gap:6vw;
	}
	.row_gastroscope01 .col{
		width: 100%;
	}
	.row_gastroscope01 .col .num{
		font-size: 1rem;
		width: calc(70 / var(--break) * 100vw);
		outline: 1px solid #ffffff;
	}
	.row_gastroscope01 .col .txt {
		font-size: 1.125rem;
		letter-spacing: 0;
		padding-left: 3vw;
		width: calc(100% - calc(70 / var(--break) * 100vw));
	}
	.row_gastroscope01 .col:not(:last-child):after {
		width: calc(46 / var(--break) * 100vw);
		height: calc(15 / var(--break) * 100vw);
		right: 0;
		left: 0;
		top: auto;
		bottom: -3.2vw;
		clip-path: polygon(0 0, 50% 100%, 100% 0);
	}
}


/* 予防接種・各種健診（検診） CHECKUP
------------------------------------------------------------------*/
.tbl_checkup01 tbody th,.tbl_checkup01 tbody td{
	text-align: center;
	vertical-align: middle;
}
.tbl_checkup01 tbody tr:nth-child(-n+2) td{
	background: #23b887;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
.tbl_checkup01 tbody tr:nth-child(-n+2) td:not(:last-child){
	border-right: 1px solid #fff;
}
.tbl_checkup01 tbody tr:first-child td:not(:first-child){
	border-bottom-color: #fff;
}
.tbl_checkup01 tbody th[colspan="7"]{
	background: #555555;
	text-align: center;
	vertical-align: middle;
	font-family: "vdl-v7marugothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	border-bottom: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* お支払方法
------------------------------------------------------------------*/
.bg_pay{
	background:#edebda url("images/page/deco_pay01.png")no-repeat center bottom /100% auto;
}
.bg_pay .deco01{
	width: calc(197  / var(--break) * 100vw);
	left: calc(210  / var(--break) * 100vw);
	bottom: 0;
}
.bg_pay .deco02{
	width: calc(151  / var(--break) * 100vw);
	right: calc(210  / var(--break) * 100vw);
	bottom: 0;
}
.row_pay .col:before{
	content: "";
	background: #faf5b3;
	width: calc( 60 / var(--break) * 100vw );
	height: calc( 60 / var(--break) * 100vw );
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_pay .deco01 {
		left: calc(100 / var(--break) * 100vw);
	}
	.bg_pay .deco02 {
		right: calc(100 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_pay .deco01 {
		width: calc(150  / var(--break) * 100vw);
		left: calc(50 / var(--break) * 100vw);
	}
	.bg_pay .deco02 {
		width: calc(115 / var(--break) * 100vw);
		right: calc(50 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.txt_pay01 {
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: 5vw;
	}
	.bg_pay .deco01 {
		width: calc(170 / var(--break) * 100vw);
		left: 2vw;
	}
	.bg_pay .deco02 {
		width: calc(120 / var(--break) * 100vw);
		right: 5vw;
	}
}

/* よくあるご質問
------------------------------------------------------------------*/
.row_qa01 .col_img{
	max-width: 140px;
	width: 11.3%;
}
.row_qa01 .col_txt{
	width: 83.1%;
}
.row_qa01 .col_txt:before{
	content: "";
	background: #23b754;
	width: calc( 30 / var(--break) * 100vw );
	height: calc( 30 / var(--break) * 100vw );
	position: absolute;
	right: calc( 100% - 1px);
	top: 0;
	bottom: 0;
	margin: auto;
	clip-path: polygon(100% 0, 0% 50%, 100% 100%);
}
.row_qa01.r_reverse .col_txt:before {
	background: #fcf7e1;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	right: auto;
	left:calc( 100% - 1px); 
}
.row_qa01.wrap_q .en{
	width: calc(80  / var(--break) * 100vw);
}
.row_qa01.wrap_q .txt{
	width: calc(100% - calc(80  / var(--break) * 100vw));
	margin-top: calc(10  / var(--break) * 100vw);
}
.row_qa01.wrap_a .en{
	bottom: calc(-15  / var(--break) * 100vw);
	left: calc(23  / var(--break) * 100vw);
	z-index: -1;
}

@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_qa01.wrap_q{
		margin-bottom: 5vw;
	}
	.row_qa01.wrap_q .col_txt{
		padding-top: 3vw;
	}
	.row_qa01 .col_img{
		max-width: calc(250  / var(--break) * 100vw)!important;
		margin: 0 auto 7vw;
	}
	.row_qa01.wrap_q .en {
		font-size: 1.75rem;
	}
	.row_qa01.wrap_q .txt {
		margin-top:0;
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_qa01 .col_txt:before{
		clip-path: polygon(50% 0, 0 100%, 100% 100%)!important;
		left: 0!important;
		right: 0!important;
		bottom: calc( 100% - 1px)!important;
		top: auto!important;
	}
	.row_qa01.wrap_a .en {
		font-size: 4rem;
	}
}


/* flow
------------------------------------------------------------------*/
.bg_flow01{
	background: #23b754 url("images/index/bg__concept02.jpg")no-repeat center bottom / 100% auto;
}
.bg_flow01 > .deco{
	width: calc(293  / var(--break) * 100vw);
	right: 0;
	bottom: 0;
}
.box_flow{
	max-width: calc(1240  / var(--break) * 100vw);
	width: 80%;
	background: #fff!important;
}
.box_flow:after{
	content: "";
	border: 2px dashed #23b754;
	width: calc(100% - calc(20 / var(--break) * 100vw));
	height: calc(100% - calc(20 / var(--break) * 100vw));
	position: absolute;
	inset: 0;
	margin: auto;
	z-index: -1;
	border-radius: calc(20 / var(--break) * 100vw);
}
.box_flow .col_txt .num{
	width: calc(50  / var(--break) * 100vw);
	aspect-ratio:1/1;
	outline : 2px solid #ffffff;
	outline-offset : calc( -7 / var(--break) * 100vw );
	padding-left: calc(2  / var(--break) * 100vw);
}
.box_flow .col_txt .ttl{
	width: calc(100% - calc(50  / var(--break) * 100vw));
}
.box_flow > .deco{
	width:calc(51  / var(--break) * 100vw);
	right: calc(-20  / var(--break) * 100vw);
	bottom: calc(-10  / var(--break) * 100vw);
}
.arw_flow:before{
	border-top-color: #f7ee81;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_flow01{
		padding-bottom: calc(150  / var(--break) * 100vw);
	}
	.bg_flow01 > .deco {
		width: calc(250 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_flow01{
		padding-bottom: 18vw;
	}
	.box_flow{
		width: calc(702  / var(--break) * 100vw);
		padding: 5vw 5% 6vw;
	}
	.box_flow .col_txt .num {
		width: calc(70 / var(--break) * 100vw);
		font-size: 1.125rem;
		outline: 1px solid #ffffff;
	}
	.box_flow .col_txt .ttl {
		width: calc(100% - calc(70 / var(--break) * 100vw));
		font-size: 1.1875rem;
		letter-spacing: 0;
		margin-top: 0.5vw;
	}
	.box_flow:after{
		border-width: 1px;
	}
	.box_flow > .deco {
		width: calc(65 / var(--break) * 100vw);
		right: calc(-5 / var(--break) * 100vw);
	}
	.bg_flow01 > .deco {
		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) {
	.slide_case01 .slick-prev {
		left: calc(30 / var(--break) * 100vw);
	}
	.slide_case01 .slick-next {
		right: calc(30 / var(--break) * 100vw);
	}
}
@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);*/
	}
	.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);
	}
	.tbl_case tr th {
			border-bottom: 1px solid #000;
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	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: #333333 !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
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: ;
}
.tbl_guideline01 th {
	background: ;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: ;
}
.tbl_form01 th {
	color: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #333;
}
.btn_submit input {
	border: none;
	background: #;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 tr th {
			border-bottom: 1px solid #000;
	}
}

/* お問い合わせ 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: #959595;
	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: #eee;
	border: 1px solid #eee;
	border-right-color: #eee;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #eee;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #959595;
	text-decoration: underline;
}
.wp-calendar-nav{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: calc(60 / var(--break) * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #333;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.navigation li {
	width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / var(--break) * 100vw);
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / var(--break) * 100vw);
}
.thmb img {
	height: calc(120 / var(--break) * 100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / var(--break) * 100vw);
	border-bottom: 1px solid #959595;
}
.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: #959595;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #aaa;
	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 #959595;
	color: #959595;
	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: #959595;
	background: #959595;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.post_content > h2,.post_content > h3{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
#sidebar .category h4{
	margin-bottom: calc(20 / var(--break) * 100vw );
}
#sidebar .category ul{
	gap:calc(10 / var(--break) * 100vw ) 3%;
}
#sidebar .category ul li{
	font-size: 1rem;
	width: auto;
	overflow: visible;
	white-space:normal;
}
#sidebar .category ul li a{
	border: 1px solid #959595;
	background: #959595;
	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: #959595;
}

@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 > h1 {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.post_content > h2,.post_content > h3{
		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
------------------------------------------------------------------*/
.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));
	}
}