@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(210 / var(--break) * 100vw);
	position: relative;
}
.content_low:after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(10 / var(--break) * 100vw);
	background: #FF6E43;
	background: linear-gradient(90deg, rgba(255, 110, 67, 1) 0%, rgba(255, 218, 42, 1) 50%, rgba(255, 110, 67, 1) 100%);
	left: 0;
	bottom: 0;
}
.main_page {
	background:#fff url("images/page/bg_ttl_page.png")no-repeat right bottom / calc(1460 / var(--break) * 100vw) auto;
	height: calc(500 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg2 {
	text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff;
}
.hdg3{
	font-weight: 900;
}
.hdg3:before{
	position: absolute;
	content: "";
	background: url(images/page/deco_hdg3.svg) left center / contain no-repeat;
	width: calc(100 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
}
.bg_hdg3 {
	border-top: solid calc(20 / var(--break) * 100vw) #fff;
	width: 100%;
}
.hdg4 {
	height: calc(100 / var(--break) * 100vw);
	border-radius: calc(100 / var(--break) * 100vw);
	background: url("images/page/deco_hdg4_l.svg") no-repeat left calc(40 / var(--break) * 100vw)  center/calc(79 / var(--break) * 100vw) auto,url("images/page/deco_hdg4_r.svg") no-repeat right calc(40 / var(--break) * 100vw) center/calc(79 / var(--break) * 100vw) auto;
}
.hdg5 {
	border-bottom: solid calc(2 / var(--break) * 100vw) #5a2e00;
	background: url("images/page/deco_hdg5.svg") no-repeat left calc(20 / var(--break) * 100vw)  center/calc(20 / var(--break) * 100vw) auto;
}
.row_common01 .col_img{
	width: 48%;
	max-width: 600px;
}
.row_common01 .col_img.right:before{
	right: calc(-20 / var(--break) * 100vw);
}
.row_common01 .col_img:before{
	content: "";
	position: absolute;
	background: #ffda2a;
	width: 100%;
	height: calc(100% - calc(20 / var(--break) * 100vw));
	bottom: 0;
	z-index: -1;
	border-radius:  calc(40 / var(--break) * 100vw);
}
.row_common01 .col_txt {
	width: 48%;
}
.row_common01 .copy::first-letter{
	color: #ff6e43;
}
.row_common02 .copy::first-letter{
	color: #c28127;
}
.row_common02.bdr{
	border-top:solid 1px #5a2e00;
}
.row_common03{
	gap: calc(40 / var(--break) * 100vw) 2.3%;
}
.row_common03 .col{
	width: 31.8%;
	max-width: 394px;
}
.row_common03 .col:nth-child(3n+1) .ttl {
	background-color: #ff6e43;
}
.row_common03 .col:nth-child(3n+2) .ttl {
	background: #fd78a0;
}
.row_common03 .col:nth-child(3n+3) .ttl {
	background: #28bec8;
}
.row_common04{
	gap: calc(20 / var(--break) * 100vw) 1.25%;
}
.row_common04 .col{
	width: 32.3%;
	max-width: 400px;
}
.qa_common .col_img{
	width: calc( 140 / var(--break) * 100vw);
}
.qa_common .col_txt{
	width: calc( 100% - calc( 210 / var(--break) * 100vw) );
}
.qa_common .col_txt:before {
	content: "";
	background: #ff6e43;
	width: calc( 30 / var(--break) * 100vw);
	height: calc( 30 / var(--break) * 100vw);
	position: absolute;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	left: calc( -29 / var(--break) * 100vw);
	top: calc( 35 / var(--break) * 100vw);
}
.qa_common .row_q01 .col_txt .en {
	line-height: .7;
	opacity: .3;
}
.qa_common .row_q01 .col_txt .txt {
	width: calc( 100% - calc( 80 / var(--break) * 100vw) );
}
.qa_common .row_a01 .col_txt:before {
	background: #ffda2a;
	left: auto!important;
	right: calc( -29 / var(--break) * 100vw);
	transform: scale(-1, 1);
}
.qa_common .row_a01 .col_txt .en {
	line-height: 0.65;
	left: calc(30 / var(--break) * 100vw);
	bottom: 0;
	opacity: 0.3;
}
.bg_common02 {
	background:rgba(194,129,39,0.25);
}
.list_common01 li{
	padding-left: calc(60 / var(--break) * 100vw);
	border-bottom: 1px solid #c4c2c2;
	padding-bottom: calc(15 / var(--break) * 100vw);
}
.list_common01 li:before{
    background:url("images/page/icn_check01.svg") no-repeat center / cover;
	width: calc(21 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
    top: .25em !important;
	left: calc(20 / var(--break) * 100vw);
	border-radius: 0 !important;
}
.box_common01 {
	border:solid calc(10 / var(--break) * 100vw) #FF6E43;
}
.box_common01 .ttl .en {
	top: calc(-60 / var(--break) * 100vw);
	left: 50%;
	transform: translatex(-50%);
}
.box_common01 .ttl .ja{
	height: calc(60 / var(--break) * 100vw);
}
.box_common02 .ttl{
	height: calc(60 / var(--break) * 100vw);
}
.box_common02 li:before {
	background: #ff6e43;	
	top: calc(17 / var(--break) * 100vw);
	left: calc(7 / var(--break) * 100vw);
}
.box_common02 li {
	max-width: calc(430 / var(--break) * 100vw);
	border-bottom: 1px solid #c4c2c2;
	margin-top: 0 !important;
	padding:calc(6 / var(--break) * 100vw) 0 calc(6 / var(--break) * 100vw) calc(29 / var(--break) * 100vw);
}
.btn_common01 {
    max-width: calc(400 / var(--break) * 100vw);
}
.btn_common01 a{
	height: calc(78 / var(--break) * 100vw);
    outline:solid 2px #5a2e00;
    border: calc(4 / var(--break) * 100vw) solid #fff;
}
.btn_common01 a:after{
	content: "";
	position: absolute;
	background: url("images/page/arw01.svg") no-repeat center / cover;
	width: calc(24 / var(--break) * 100vw);
	height: calc(24 / var(--break) * 100vw);
	right: calc(26 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s;
}
.btn_common01 a:hover{
	opacity: 1;
}
.btn_common01 a:hover:after{
	right: calc(10 / var(--break) * 100vw);
}
.tbl_time01 table {
	border-color: #222;
	background-color: #fff;
}
.tbl_time01 thead th {
	background-color: #ffda2a;
	color: #222;
}
.tbl_time01 tr:not(:last-child) th, .tbl_time01 tr:not(:last-child) td {
    border-bottom: 1px solid #222;
}
.row_pay .col{
	width: calc(320 / var(--break) * 100vw);
}
.row_pay .col .copy{
	padding-bottom: calc(25 / var(--break) * 100vw);
}
.row_pay .copy.bdr01{
	border-bottom: solid calc(2 / var(--break) * 100vw) #ff6e43;
}
.row_pay .copy.bdr02{
	border-bottom: solid calc(2 / var(--break) * 100vw) #fd78a0;
}
.row_pay .copy.bdr03{
	border-bottom: solid calc(2 / var(--break) * 100vw) #28bec8;
}
.tbl_common01 thead th {
	background: #ff6e43;
	color: #fff;
	width: 35%;
	text-align: center;
	font-weight: bold;
	padding: calc(15 / var(--break) * 100vw) calc(18 / var(--break) * 100vw) calc(16 / var(--break) * 100vw);
	vertical-align: top;
}
.tbl_common01 tbody th {
	background: #ffda2a;
	color: #222;
	width: 35%;
	text-align: left;
	font-weight: 300;
	padding: calc(15 / var(--break) * 100vw) calc(18 / var(--break) * 100vw) calc(16 / var(--break) * 100vw);
	vertical-align: top;
}
.tbl_common01 tr:not(:last-child) th {
	border-bottom: 1px solid #222;
}
.tbl_common01 td {
	width: 65%;
	padding: calc(15 / var(--break) * 100vw) calc(18 / var(--break) * 100vw) calc(16 / var(--break) * 100vw);
	background: #fff;
}
.tbl_common01 tr .t1{
	border-right: solid 1px #fff;
}
.tbl_common01 table {
	border: none;
}
.tbl_common01 table tbody {
	border: 1px solid #333;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.main_page {
		background: #fff url(images/page/bg_ttl_page.png) no-repeat right calc(-240 / var(--break) * 100vw) bottom / calc(1460 / var(--break) * 100vw) auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.main_page {
		background: #fff url(images/page/bg_ttl_page.png) no-repeat right calc(-530 / var(--break) * 100vw) bottom / calc(1460 / var(--break) * 100vw) auto;
	}
	.bg_clinic01:after {
		content: "";
		background: url(images/clinic/bg_clinic03.svg) no-repeat center / cover;
		width: calc(300 / var(--break) * 100vw);
		height: calc(261 / var(--break) * 100vw);
		position: absolute;
		right: calc(20 / var(--break) * 100vw);
		bottom: calc(45 / var(--break) * 100vw);
	}
	.bg_clinic01:before {
		content: "";
		background: url(images/clinic/bg_clinic02.svg) no-repeat center / cover;
		width: calc(300 / var(--break) * 100vw);
		height: calc(261 / var(--break) * 100vw);
		position: absolute;
		top: calc(50 / var(--break) * 100vw);
		left: calc(20 / var(--break) * 100vw);
	}
}
@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 {
		height: calc(540 / var(--break) * 100vw);
		background: #fff url(images/page/bg_ttl_page_sp.png) no-repeat right bottom calc(20 / var(--break) * 100vw) / calc(500 / var(--break) * 100vw) auto;
		padding-top: 15vw;
	}
	.hdg2 {
		text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		letter-spacing: 0;
	}
	.hdg2 .en {
		font-size: .9375rem;
	}
	.hdg3 {
        font-size: 1.4375rem;
		letter-spacing: 0;
		height: auto;
		line-height: 1.6;
		padding-bottom: 6.5vw;
    }
	.hdg4 {
		border-radius: calc(100 / var(--break) * 100vw);
		background-size: calc(50 / var(--break) * 100vw) auto;
		height: auto;
		font-size: 1.1875rem;
		letter-spacing: 0;
		padding: 2vw 3vw 2.5vw;
	}
	.hdg5 {
		font-size: 1.125rem;
		letter-spacing: 0;
		padding-left: 11vw;
		background-size: calc(40 / var(--break) * 100vw) auto;
		background-position: left calc(20 / var(--break) * 100vw) top calc(20 / var(--break) * 100vw);
	}
	.col_img {
		text-align: center;
	}
	.row_common04 .col {
		width: 100%;
	}
	.row_common03 .col {
		border-radius: calc(40 / var(--break) * 100vw);
	}
	.row_common04 {
		gap: 4vw 0;
		width: calc(600 / var(--break) * 100vw);
		margin-right: auto;
		margin-left: auto;
    }
	.qa_common .row_q01 {
		display: block;
		margin-bottom: 4vw;
	}
	.qa_common .row_q01 .col_txt {
		width: 100%;
	}
	.qa_common .col_txt:before {
		left: 0;
		right: 0;
		top: calc(-29 / var(--break) * 100vw);
		margin: auto;
		clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	}
	.qa_common .row_q01 .col_txt .en {
		font-size: 2.135rem;
	}
	.qa_common .row_a01 {
		display: block;
	}
	.qa_common .row_a01 .col_txt .en {
		font-size: 4.135rem;
	}
	.qa_common .col_img {
		margin: 0 auto 5vw;
	}
	.qa_common .row_q01 .col_txt .txt {
		width: calc( 100% - calc( 100 / var(--break) * 100vw) );
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.qa_common .col_txt {
		width: 100%;
	}
	.qa_common .row_a01 .col_txt:before {
		right: 0!important;
		left: 0!important;
		margin: auto;
	}
	.box_common01 {
		padding: 5vw 4vw 5vw;
	}
	.box_common01 .ttl .en {
		top: calc(-66 / var(--break) * 100vw);
		font-size: 2.135rem;
	}
	.box_common01 .ttl .ja{
		height: calc(80 / var(--break) * 100vw);
		font-size: 1.125rem;
		letter-spacing: 0;
		border-radius: calc(40 / var(--break) * 100vw);
	}
	.box_common01 .txt_etc, .box_common02 .txt_etc {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.box_common02 {
		padding: 5vw;
	}
	.box_common02 .ttl{
		height: calc(80 / var(--break) * 100vw);
		font-size: 1.1275rem;
		letter-spacing: 0;
		border-radius: calc(50 / var(--break) * 100vw);
	}
	.btn_common01 {
		width: 100%;
	}
	.btn_common01 a {
		height: calc(120 / var(--break) * 100vw);
		font-size: 1.125rem;
		letter-spacing: 0;
		border-radius: 30px;
	}
	.btn_common01 a:after {
		width: calc(35 / var(--break) * 100vw);
		height: calc(35 / var(--break) * 100vw);
		right: calc(26 / var(--break) * 100vw);
	}
	.list_common01 li:before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(29 / var(--break) * 100vw);
		top: 0.4em !important;
		left: calc(20 / var(--break) * 100vw);
	}
	.list_common01.list_default01 li {
        max-width: 100%;
		padding-left: calc(70 / var(--break) * 100vw);
    }
	.list_common01 li:not(:first-child) {
        margin-top: 1.5vw;
    }
	.box_common02 li:before {
		top: 1em;
	}
	.box_common02  li {
        max-width: 100%;
		padding-top: 2vw;
		padding-left: calc(40 / var(--break) * 100vw);
		margin-top: 0 !important;
    }
	.box_common02 li:not(:first-child) {
        margin-top: 1.5vw;
    }
	.txt_common01 {
		padding: 0;
	}
	.txt_pay01{
		font-size: 1.125rem;
		letter-spacing: 0;
    }
	.row_pay .txt {
		line-height: 1.6;
    }
	.row_pay .col {
		width: 48%;
		margin-right: 4%;
    }
}

/*医院紹介  clinic
------------------------------------------------------------------*/
.row_clinic01 .col_txt {
	width: 40%;
}
.row_clinic01 .col_img {
	width: 56%;
	max-width: 960px;
}
.row_clinic03 .col {
	width: 48.5%;
	max-width: 600px;
}
.row_clinic03 .col:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #222;
	opacity: .5;
	right: calc(-5 / var(--break) * 100vw);
	bottom: calc(-5 / var(--break) * 100vw);
	z-index: -1;
	border-radius: calc(40 / var(--break) * 100vw);
}
.row_clinic03 .col a {
	right: 0;
	bottom: 0;
	transition: .2s;
	background: url(images/index/bg__features07.jpg) no-repeat left center / auto 100%;
}
.row_clinic03 .col_r a {
	background-image: url(images/index/bg__features08.jpg);
}
.row_clinic03 .col a:after {
	content: "";
	position: absolute;
	background: url(images/page/arw01.svg) no-repeat center / cover;
	width: calc(40 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
	right: calc(20 / var(--break) * 100vw);
	bottom: calc(20 / var(--break) * 100vw);
	transition: .3s;
}
.row_clinic03 .wrap {
	width: calc(100% - calc(160 / var(--break) * 100vw));
	background: url(images/index/bg__features09.svg) no-repeat right top / calc(150 / var(--break) * 100vw);
	height: calc(240 / var(--break) * 100vw);
}
.row_clinic03 .col_r .wrap {
	background-image: url("images/index/bg__features14.svg");
}
.row_clinic03 .ttl {
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff;
}
.row_clinic03 .col_r .wrap {
    background-image: url(images/index/bg__features14.svg);
}
.wrap_clinic01:after {
	content: "";
	position: absolute;
	width: 86%;
	height: 100%;
	top: 0;
	z-index: -1;
	border-radius: calc(50 / var(--break) * 100vw);
}
.wrap_clinic01.bg01:after {
	background: url("images/index/bg__features12.svg")no-repeat left calc(60 / var(--break) * 100vw) top calc(60 / var(--break) * 100vw) / calc(152 / var(--break) * 100vw), #fd78a0;
	left: 5%;
}
.wrap_clinic01.bg02:after {
	background: url("images/index/bg__features13.svg")no-repeat right calc(60 / var(--break) * 100vw) top calc(60 / var(--break) * 100vw) / calc(152 / var(--break) * 100vw), #28bec8;
	right: 5%;
}
.row_clinic04 .col_img {
	width: 41%;
	max-width: 700px;
}
.row_clinic04 .col_txt {
	width: 57%;
}
.row_clinic04 .col_txt .wrap {
	max-width: 910px;
}
.wrap_clinic02 {
	max-width: 1680px;
}
.row_clinic05 .ttl {
	border-radius: 0 0 calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
}
.row_clinic05 .col {
	width: 31.8%;
	max-width: 394px;
}
.row_clinic05 {
	gap: calc(60 / var(--break) * 100vw) 2.1%;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.row_clinic05 > .col:nth-child(3n+1) .ttl {
	background-color: #ff6e43;
}
.row_clinic05 > .col:nth-child(3n+2) .ttl {
	background-color: #fd78a0;
}
.row_clinic05 > .col:nth-child(3n+3) .ttl {
	background-color: #28bec8;
}
.bg_clinic01{
	background: url("images/clinic/bg_clinic01.jpg") no-repeat center / cover;
}
.bg_clinic01:before{
	content: "";
	background: url("images/clinic/bg_clinic02.svg") no-repeat center / cover;
	width: calc( 300 / var(--break) * 100vw);
	height: calc( 261 / var(--break) * 100vw);
	position: absolute;
	top: calc(50 / var(--break) * 100vw);
	left: calc(200 / var(--break) * 100vw);
}
.bg_clinic01:after{
	content: "";
	background: url("images/clinic/bg_clinic03.svg") no-repeat center / cover;
	width: calc( 300 / var(--break) * 100vw);
	height: calc( 261 / var(--break) * 100vw);
	position: absolute;
	right: calc(200 / var(--break) * 100vw);
	bottom: calc(165 / var(--break) * 100vw);
}
.bg_clinic02 {
	background: url("images/clinic/bg_clinic04.png") no-repeat left top calc(38 / var(--break) * 100vw) / calc(459 / var(--break) * 100vw) auto;
}
.bg_clinic03 {
	background: #c2812733 url("images/clinic/bg_clinic08.png") no-repeat right top calc(60 / var(--break) * 100vw) / calc(450 / var(--break) * 100vw) auto;
}
.bg_clinic04:before{
	content: "";
	background: url("images/clinic/bg_clinic09.svg") no-repeat center / cover;
	width: calc( 300 / var(--break) * 100vw);
	height: calc( 261 / var(--break) * 100vw);
	position: absolute;
	top: calc(65 / var(--break) * 100vw);
	left: calc(-135 / var(--break) * 100vw);
	z-index: -1;
}
.bg_clinic04:after{
	content: "";
	background: url("images/clinic/bg_clinic10.svg") no-repeat center / cover;
	width: calc( 300 / var(--break) * 100vw);
	height: calc( 261 / var(--break) * 100vw);
	position: absolute;
	bottom: calc(10 / var(--break) * 100vw);
	right: calc(-130 / var(--break) * 100vw);
	z-index: -1;
}
.bg_clinic05 {
	background: #c2812733 url("images/clinic/bg_clinic11.png") no-repeat left top calc(50 / var(--break) * 100vw) / calc(458 / var(--break) * 100vw) auto;
}
.bg_clinic06 {
	background: url(images/clinic/bg_clinic12.png) no-repeat right top 0 / calc(420 / var(--break) * 100vw) auto;
}
.bg_clinic07 {
	max-width: calc(1480 / var(--break) * 100vw);
	left: calc(90 / var(--break) * 100vw);
}
.bg_clinic07:before{
	content: "";
	position: absolute;
	background: url("images/clinic/bg_clinic13.svg") no-repeat;
	width: 100%;
	height: 100%;
	top: calc(60 / var(--break) * 100vw);
	left: calc(60 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
}
.bg_clinic07.mgn_r:before{
	content: "";
	position: absolute;
	background: url("images/clinic/bg_clinic14.svg") no-repeat;
	width: 100%;
	height: 100%;
	top: calc(60 / var(--break) * 100vw);
	left: calc(1270 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
}
.bg_clinic07.mgn_r {
	max-width: calc(1480 / var(--break) * 100vw);
	left: calc(335 / var(--break) * 100vw);
}
.bg_clinic07.mgn_r .col_img{
	width: 56%;
	max-width: 700px;
	top: calc(60 / var(--break) * 100vw);
	left: calc(-240 / var(--break) * 100vw);
}
.box_clinic01{
	max-width: calc(1000 / var(--break) * 100vw);
}
.bnr_clinic01 {
	width: calc(330 / var(--break) * 100vw);
}
.slide_clinic01 .slick-prev:before, .slide_sample06 .slick-next:before {
	display: none;
}
.slide_clinic01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_clinic01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic01 .slide_thumbnail li:nth-child(5n), .slide_sample06 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_clinic01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
.slide_clinic01 .slick-prev {
	background: url(images/clinic/arw_slide.svg) no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / 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/clinic/arw_slide.svg) no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	right: -9.2%;
	z-index: 1;
}
.slick-next:before {
    content: '';
}
@media(min-width: 768px) {
    .row_clinic03 .col a:hover {
        opacity: 1;
        right: calc(-5 / var(--break) * 100vw);
        bottom: calc(-5 / var(--break) * 100vw);
        transition: .2s;
    }
	.row_clinic03 .col a:hover:after {
		right: calc(10 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_clinic01 .col_img {
		width: 52%;
	}
	.row_clinic01 .col_txt {
		width: 44%;
	}
	.row_clinic03 .ttl {
		font-size: 2.25rem;
	}
	.row_clinic03 .ttl.fz30 {
		font-size: 1.75rem;
	}
	.box_clinic01 {
		max-width: calc(800 / var(--break) * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: -4%;
	}
	.slide_clinic01 .slick-next {
		right: -4%;
	}
}
@media(max-width: 767px) {
	.bg_clinic01:before {
		top: calc(50 / var(--break) * 100vw);
		left: calc(-90 / var(--break) * 100vw);
	}
	.bg_clinic01:after {
		right: calc(-100 / var(--break) * 100vw);
		bottom: calc(55 / var(--break) * 100vw);
	}
	.copy_clinic01 .en {
		font-size: 2.135rem;
		letter-spacing: 0;
	}
	.copy_clinic01 .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_clinic01 .col_img {
		width: 100%;
		max-width: 100%;
	}
	.row_clinic01 .col_txt {
		width: calc(646 / var(--break) * 100vw);
	}
	.row_clinic02 {
		font-size: .9375rem;
		letter-spacing: 0;
		gap: 0 calc(20 / var(--break) * 100vw);
		width: calc(620 / var(--break) * 100vw);
		margin: 0 auto;
    }
	.row_clinic02 .col {
		width: calc(300 / var(--break) * 100vw);
    }
	.row_clinic03 {
		width: calc(646 / var(--break) * 100vw);
		margin: 0 auto;
		gap: calc(40 / var(--break) * 100vw) 0;
		margin-bottom: calc(60 / var(--break) * 100vw);
	}
	.row_clinic03 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_clinic03 .wrap {
		width: calc(100% - calc(200 / var(--break) * 100vw));
		height: calc(300 / var(--break) * 100vw);
	}
	.row_clinic03 .ttl {
		font-size: 1.5625rem;
		letter-spacing: 0;
		text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
	}
	.row_clinic03 .ttl.fz30 {
		font-size: 1.0625rem;
	}
	.row_clinic03 .txt {
		font-size: .8125rem;
		line-height: 1.6;
	}
	.bg_clinic02 {
		background: url(images/index/bg__features01.png) no-repeat left top calc(478 / var(--break) * 100vw) / calc(459 / var(--break) * 100vw) auto;
    } 
	.bg_clinic07.right:before {
		content: "";
		position: absolute;
		background: #fd78a0;
		width: 100%;
		max-width: calc(726 / var(--break) * 100vw);
		height: calc(1744 / var(--break) * 100vw);
		bottom: 0;
		left: 0;
		margin: auto;
		border-radius: calc(50 / var(--break) * 100vw);   
	}
	.bg_clinic07.left:before {
		content: "";
		position: absolute;
		background: #28bec8;
		width: 100%;
		max-width: calc(726 / var(--break) * 100vw);
		height: calc(1305 / var(--break) * 100vw);
		bottom: 0;
		left: 0;
		margin: auto;
		border-radius: calc(50 / var(--break) * 100vw);   
	}
	.bg_clinic07 {
		background-color: transparent !important;
		width: 100%;
		max-width: calc(726 / var(--break) * 100vw);
		border-radius: calc(0 / var(--break) * 100vw) calc(100 / var(--break) * 100vw) calc(100 / var(--break) * 100vw) calc(0 / var(--break) * 100vw);
		padding-top: 0;
		padding-bottom: 11vw;
		left: calc(14 / var(--break) * 100vw);
		margin: 0;
    }
	.bg_clinic07.mgn_r {
		background-color: transparent !important;
		width: 100%;
		max-width: calc(726 / var(--break) * 100vw);
		border-radius: calc(0 / var(--break) * 100vw) calc(100 / var(--break) * 100vw) calc(100 / var(--break) * 100vw) calc(0 / var(--break) * 100vw);
		padding-top: 0;
		padding-bottom: 11vw;
		left: calc(14 / var(--break) * 100vw);
    }
	.bg_clinic07.mgn_r .col_img {
		width: 100%;
		max-width: calc(662 / var(--break) * 100vw);
		height: auto;
        position: relative;
		margin: 0 auto calc(45 / var(--break) * 100vw);
		top: 0;
		left: 0;
    }
	.row__feature01 .col_txt .copy {
		font-size: 1.375rem;
		letter-spacing: 0;
    }
	.wrap_clinic01 {
		padding-top: 0;
	}
	.wrap_clinic01:after {
		width: calc(702 / var(--break) * 100vw);
		right: 0!important;
		left: 0!important;
		margin: auto;
	}
	.row_clinic04 .col_img {
		width: 100%;
		max-width: 100%;
	}
	.row_clinic04 .col_txt {
		padding: 0;
		width: calc(600 / var(--break) * 100vw);
	}
	.wrap_clinic02 {
		max-width: 100%;
	}
	.box_clinic01 {
		max-width: calc(600 / var(--break) * 100vw);
	}
	.bnr_clinic01 {
		width: 100%;
	}
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(30 / 750 * 100vw);
		height: calc(54 / 750 * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: -2vw;
	}
	.slide_clinic01 .slick-next {
		right: -2vw;
	}
	
}
/* 診療時間・アクセス access
------------------------------------------------------------------*/
.row_access01 .col{
	width: 42.5%;
}
.row_access01 .col_l img{
	max-width: calc(380 / var(--break) * 100vw);
}
.row_access02 .col {
	width: 50%;
}
.row_access02 .wrap_map {
	height: 100%;
}
.row_access02 .wrap_map .map {
	height: 100%;
}
.img_access01 {
	max-width: calc(980 / var(--break) * 100vw);
}
.img_access01:before {
	content: "";
	position: absolute;
	background: #ffda2a;
	width: 100%;
	height: calc(100% - calc(20 / var(--break) * 100vw));
	right: calc(-20 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
	border-radius: calc(40 / var(--break) * 100vw);
}
.img_access02{
	max-width: calc(620 / var(--break) * 100vw);
}
.bg_access01:before {
	content: "";
	position: absolute;
	background:rgba(194,129,39,0.25);
	width: 100%;
	height: 72%;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.box_access01 {
	max-width: calc(1000 / var(--break) * 100vw);
}
.access_map .map {
	padding: calc(450 / 1920 * 100vw) 0 0 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_access01 {
		gap: calc(60 / var(--break) * 100vw) 0;
    }
	.row_access01 .logo_access {
		margin-bottom: 6.5vw;
    }
	.row_access01 .address {
		margin-bottom: 6.5vw;
    }
	.row_access01 > .col {
		width: 100%;
    }
	.row_access02 {
		gap: calc(60 / var(--break) * 100vw) 0;
    }
	.row_access02 .wrap_map {
		height: auto;
	}
	.row_access02 > .col {
		width: 100%;
    }
	.bg_access01:before {
		height: 90%;
	}
	.btn_access.btn_access{
		width: 100%;
        max-width: none;
	}
	.btn_access.btn_common01 a:hover:after {
		right: calc(20 / var(--break) * 100vw);
	}
}

/* 院長・スタッフ紹介 staff
------------------------------------------------------------------*/
.img_staff01 {
	width: calc(460 / var(--break) * 100vw);
}
.img_staff01:before {
	content: "";
	position: absolute;
	background: #ffda2a;
	width: 100%;
	height: calc(100% - calc(20 / var(--break) * 100vw));
	right: calc(-20 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
	border-radius:  calc(40 / var(--break) * 100vw);
}
.bg_staff01 {
	background: url("images/staff/bg_staff01.svg")no-repeat center bottom / 100% auto ;
}
.bg_staff02 {
	background:url(images/staff/bg_staff02.png) no-repeat left bottom/ calc(460 / var(--break) * 100vw)  auto, url(images/staff/bg_staff03.png) no-repeat top right / calc(460 / var(--break) * 100vw)  auto rgba(194,129,39,0.25);
}
.name .box{
	width: calc(70 / var(--break) * 100vw);
	height: calc(70 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.name .box{
		width: calc(85 / var(--break) * 100vw);
		height: calc(85 / var(--break) * 100vw);
		font-size: .75rem;
	}
	.name .ja{
		font-size: 1.875rem;
        margin-right: 3vw;
	}
	.name .right .en{
		font-size: 1rem;
	}
	.name .en{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.name .txt{
		font-size: .6875rem;
		letter-spacing: 0;
	}
	.copy_staff01{
		font-size: 1.275rem;
		letter-spacing: 0;
	}
	.bg_staff01{
		background-size:auto calc(2180 / var(--break) * 100vw);
	}
	.bg_staff02{
		background-size: calc(160 / var(--break) * 100vw) auto;
	}
}

/* 整形外科 orthopedics
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/*骨粗しょう症・ロコモティブシンドローム class
------------------------------------------------------------------*/
.row_osteo03{
	gap:calc(50 / var(--break) * 100vw) 3.95%;
}
.row_osteo03 .col{
	width: 30.7%;
	max-width: 380px;
}
.row_osteo03 > .col:nth-child(3n+1) .icn {
	background-color: #ff6e43;
}
.row_osteo03 > .col:nth-child(3n+2) .icn {
	background-color: #fd78a0;
}
.row_osteo03 > .col:nth-child(3n+3) .icn {
	background-color: #28bec8;
}
.row_osteo03 .icn {
	width: calc(50 / var(--break) * 100vw);
}
.row_osteo03 .txt{
	width: calc(100% - calc(50 / var(--break) * 100vw));
	min-height: calc(104 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_osteo03 {
		width: calc(600 / var(--break) * 100vw);
		margin-right: auto;
		margin-left: auto;
		gap: 5vw 0;
	}
	.row_osteo03 .col{
		width: 100% !important;
		max-width: 100% !important;
	}
	.row_osteo03 .box {
        outline: calc(6 / var(--break) * 100vw) solid #ededed;
        outline-offset: calc(-6 / var(--break) * 100vw);
        border-bottom: none;
    }
	.row_osteo03 .icn{
		width: calc(80 / var(--break) * 100vw);
		padding: calc(10 / var(--break) * 100vw);
	}
	.row_osteo03 .txt{
		width: calc(100% - calc(80 / var(--break) * 100vw));
		padding: calc(15 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
		min-height: calc(104 / var(--break) * 100vw);
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}
/* 交通事故治療・労災 class
------------------------------------------------------------------*/
.box_accident02{
	max-width: calc(1000 / var(--break) * 100vw);
}
.box_accident03{
	max-width: calc(1000 / var(--break) * 100vw);
	border: solid calc(6 / var(--break) * 100vw) #ffda2a;
}
.box_accident04 .num{
	width: calc(40 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
}
.box_accident04{
	padding: 0;
}
.box_accident04 .col_txt{
	border-radius: calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) 0 0;
}
.bnr_accident01{
	width: calc(350 / var(--break) * 100vw);
}
.arw_flow:before {
	border-top-width: calc(16 / var(--break) * 100vw);
	border-top-color: #5a2e00;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_accident03 .copy {
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.bnr_accident01 {
		width: calc(550 / var(--break) * 100vw);
    }
	.box_accident04 .ttl{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.box_accident04 .num {
		font-size: 1.1875rem;
		letter-spacing: 0;
		width: calc(60 / var(--break) * 100vw);
		height: calc(60 / var(--break) * 100vw);
	}
	.arw_flow:before {
		border-top-width: calc(30 / 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: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #fff;
	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: #ff6e43 !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);
	}
}

/* お問い合わせ 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: #ffda2a;
	border: 1px solid #ffda2a;
	border-right-color: #ffda2a;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #ffda2a;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
	background: #fff;
}
#wp-calendar tbody td a {
	color: #ff6e43;
	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 #5a2e00;
	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 #5a2e00;
	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 #5a2e00;
}
.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: #ff6e43;
}
.blog_archive .txt_post .date {
	color: #222;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #222;
	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 #5a2e00;
	color: #5a2e00;
	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: #5a2e00;
	background: #5a2e00;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.single_post > h3 {
	background: url("images/topics/deco_topics01.svg") no-repeat calc(30 / var(--break) * 100vw) center / calc(10 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
}
.single_post > h2 {
	background: url("images/topics/deco_topics01.svg") no-repeat calc(30 / var(--break) * 100vw) center / calc(10 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
}
.post_content > h4 {
	background: #ffda2a;
	color: #5a2e00;
	font-weight: bold;
	padding: calc(15 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(32 / var(--break) * 100vw);
}
.post_content > h4:before{
	content: "";
	position: absolute;
	width: calc(2 / var(--break) * 100vw);
	height: calc(100% - calc(20 / var(--break) * 100vw));
	background: #fff;
	left: calc(10 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
}
.post_content > h5 {
	background: #fff;
	color: #5a2e00;
	font-weight: bold;
	border-bottom: solid calc(2 / var(--break) * 100vw) #5a2e00;
	padding: calc(13 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(12 / var(--break) * 100vw) calc(49 / var(--break) * 100vw);
}
.post_content > h5:before{
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: url(images/page/deco_hdg5.svg) no-repeat left center / cover;
	left: calc(20 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
}
.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 );
	position: relative;
}
#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 #5a2e00;
	background: #5a2e00;
	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: 0;
	color: #5a2e00;
}

@media(min-width: 768px) and (max-width:1599px) {
	.post_content > h5:before {
		content: "";
		position: absolute;
		width: calc(20 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
		background: url(images/page/deco_hdg5.svg) no-repeat left center / calc(14 / var(--break) * 100vw);
		left: calc(20 / var(--break) * 100vw);
		top: 0;
		bottom: 0;
		margin: auto;
	}
}
@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;
		border-radius: calc(60 / var(--break) * 100vw);
	}
	.single_post > h2 {
		letter-spacing: 0;
		font-size: 1.1875rem;
		border-radius: calc(60 / var(--break) * 100vw);
	}
	.post_content > h4,.post_content > h5{
		letter-spacing: 0;
		font-size: 1.125rem;
	}
	.post_content > h5 {
		padding-left: 11vw;
	}
	.post_content > h5:before {
		width: calc(40 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
		bottom: auto;
		top: calc(20 / var(--break) * 100vw);
	}
	#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));
	}
}