@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.png")no-repeat center / cover;
	height: calc(450 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.bg_hdg3:before,.bg_hdg3:after {
	position: absolute;
	content: "";
	background: #96794a;
	width: 100%;
	height: calc(2 / var(--break) * 100vw);
	left: 0;
	top: calc(10 / var(--break) * 100vw);
	margin: auto;
	z-index: -1;
}
.bg_hdg3:after {
	bottom: calc(10 / var(--break) * 100vw);
	top: auto;
}
.row_common01 .col_txt {
	width: 49.4%;
}
.row_common01 .col_img {
	width: 46.7%;
	max-width: 700px;
}
.row_common01 .col_img:before {
	position: absolute;
	content: "";
	background: #cdc096;
	width: 100%;
	height: calc(100% - calc(20 / var(--break) * 100vw));
	right: calc(-20 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
}
.row_common02 .copy:before {
	position: absolute;
	content: "";
	background:#96794a;
	width: calc(16/ var(--break) * 100vw);
	height: calc(16/ var(--break) * 100vw);
	left: 0;
	top: calc(14 / var(--break) * 100vw);
	border-radius: 100%;
	z-index: -1;
}
.row_common02 .col_txt{
	width: 76.2%;
}
.row_common02 .col_img {
	width: 19.4%;
}
.row_common03 {
	max-width: calc(1000 / var(--break) * 100vw);
	gap: calc(20 / var(--break) * 100vw) 5%;
}
.row_common03 .col {
	width: 47.5%;
}
.row_common04 .col_txt {
	width: 58.7%;
}
.row_common04 .col_img{
	width: 38%;
	max-width: 100%;
}
.row_common05 {
	max-width: calc(1240 / var(--break) * 100vw);
	gap: calc(20 / var(--break) * 100vw) 3.2%;
}
.row_common05 .col{
	width: 48.4%;
}
.row_common05 li:before {
	background: #cdc096;
}
.box_common01 li {
	padding-left: calc(30 / var(--break) * 100vw);
	padding-bottom: calc(5 / var(--break) * 100vw);
	border-bottom: 1px dotted #cdc096;
}
.box_common01 li:before{
	border-radius: 0;
	top: calc(5 / var(--break) * 100vw);
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: url("images/page/icn_check02.svg") no-repeat center / cover;
}
.box_common01 li:not(:first-child) {
    margin-top: calc(8 / var(--break) * 100vw);
}
.box_common01 li:nth-child(2) {
	margin-top: 0;
}
.box_common2 {
	max-width: calc(1240 / var(--break) * 100vw);
}
.box_common2 .col_img {
	width: 30.3%;
}
.box_common2 .col_txt {
	width: 65.8%;
}
.tbl_common01 table {
	border: 1px solid #846f5c;
}
.tbl_common01 th {
	background: #846f5c;
	color: #fff;
}
.tbl_common01 thead th {
	background: #504845;
	text-align: center;
	font-size: calc(20 / var(--break) * 100vw);
	width: 100%!important;
}
.tbl_common01 td {
	background: #fff;
}
.tbl_common01 tr:not(:last-child) th {
	border-bottom: 1px solid #fff;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom: 1px solid #846f5c;
}
.tbl_common01.pt02 th,.tbl_common01.pt02 thead th:first-of-type{
	width: 59.7%!important;
}
.tbl_common01.pt02 td,.tbl_common01.pt02 thead th:not(:first-of-type){
	width: 20.15%!important;
}
.tbl_common01.pt03 thead th:first-of-type{
	width: 65%!important;
}
.tbl_common01.pt03 thead th:last-of-type{
	width: 35%!important;
}
.tbl_common01 td:not(:last-of-type) {
	border-right: 1px solid #846f5c;
}
.tbl_common01 th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_title {
	font-weight: 300;
}
.tbl_title02:before {
	position: absolute;
	content: "";
	background: #504845;
	width: 100%;
	height: 1px;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.tbl_title02 span {
	display: inline-block;
	padding: 0 calc(40 / var(--break) * 100vw);
	background: #fff;
}
.row_pay {
	gap: calc(20 / var(--break) * 100vw) 1.25%;
}
.row_pay .col{
	width: 19%;
	margin: 0;
}
.btn_common02 {
	width: calc(400 / var(--break) * 100vw);
}
.btn_common02 a{
	background-image: linear-gradient(to top, rgba(80, 72, 69, 1), #846f5c);
	height: calc(80 / var(--break) * 100vw);
}
.btn_common02 a:before {
	position: absolute;
	content: "";
	background: url("images/page/arw01.svg") no-repeat left center / contain;
	width: calc(30 / var(--break)* 100vw);
	height: calc(30 / var(--break)* 100vw);
	right: calc(20 / var(--break) * 100vw);
	bottom: 0;
	top: 0;
	margin: auto;
}
.box_pay01 .btn_common02 {
	width: calc(360 / var(--break) * 100vw);
}
.box_pay01 .btn_common02 a{
	height: calc(60 / var(--break) * 100vw);
}
.flow_common {
	padding: 0;
}
.flow_common .num {
	width: calc(80 / var(--break) * 100vw);
}
.flow_common .ttl {
	width: calc(100% - calc(80 / var(--break) * 100vw));
}
.flow_common .line_monitor {
	width: calc(290 / var(--break) * 100vw);
}
.arw_flow:before {
	border-top-color: #846f5c;
}
.list_color01 li:before {
	background: #cdc096;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.row_common01 .copy {
		font-size: calc(28 / var(--break) * 100vw);
	}
	.row_common04 .copy {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.row_pay .col {
		padding: calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
	}
	.row_pay .copy {
		font-size: calc(18 / var(--break) * 100vw);
	}
	.row_pay .icn {
		width: calc(150 / 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 {
		margin-top: calc(205 / var(--break) * 100vw);
		height: calc(350 / var(--break) * 100vw);
		background-image: url("images/page/bg_ttl_page_sp.png");
	}
	.hdg2 {
		margin-bottom: 8vw;
		margin-top: 0;
	}
	.hdg2 .ja {
		font-size: calc(50 / var(--break) * 100vw);
	}
	.hdg2 .en {
		letter-spacing: 0;
		font-size: calc(30 / var(--break) * 100vw);
	}
	.bg_hdg3 {
		padding: 4vw 2vw;
	}
	.hdg3 {
		letter-spacing: 0;
		font-size: calc(46 / var(--break) * 100vw);
	}
	.hdg3 .sp_small {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.page_main .copy__common01 {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.wrap_common01 {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.wrap_common01 .ttl {
		font-size: calc(36 / var(--break) * 100vw);
	}
	.col_img {
		text-align: center;
	}
	.btn_common02 {
		margin-right: auto;
		margin-left: auto;
		width: calc(560 / var(--break) * 100vw);
	}
	.btn_common02 a {
		font-size: calc(34 / var(--break) * 100vw);
        height: calc(100 / var(--break) * 100vw);
	}
	.btn_common02 a:before {
		width: calc(40 / var(--break) * 100vw);
        height: calc(40 / var(--break) * 100vw);
        right: calc(30 / var(--break) * 100vw);
	}
	.copy_common01 {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.qa_common .box_q .box span {
		padding-bottom: 0;
	}
	.qa_common .box_q .txt {
		padding: calc(11 / var(--break) * 100vw) calc(35 / var(--break) * 100vw);
	}
	.box_common01 {
		margin-bottom: 0;
	}
	.box_common01 .en {
		font-size: calc(60 / var(--break) * 100vw);
	}
	.box_common01 li {
		padding-left: 7vw;
	}
	.box_common01 li:before {
		top: calc(10 / var(--break) * 100vw);
		width: calc(30 / 750*100vw);
		height: calc(30 / 750*100vw);
	}
	.row_common02 .copy {
		letter-spacing: 0;
		text-align: left;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_common02 .copy:before {
		top: calc(19 / var(--break) * 100vw);
	}
	.copy_pay {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.box_pay01 {
		padding: 6vw 5vw 7vw;
	}
	.box_pay01 .ttl {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.box_pay01 .btn_common02 {
		width: calc(560 / var(--break) * 100vw);
	}
	.box_pay01 .btn_common02 a {
		height: calc(100 / var(--break) * 100vw);
	}
	.box_pay01 .btn_common02 a:before {
		width: calc(40 / var(--break) * 100vw);
        height: calc(40 / var(--break) * 100vw);
        right: calc(30 / var(--break) * 100vw);
	}
	.row_pay {
		gap: calc(40 / var(--break) * 100vw) 4%;
	}
	.row_pay .col {
		width: 48%;
	}
	.row_pay .col:nth-child(-n+2) {
        margin-bottom: 0;
    }
	.row_common05 {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(20 / var(--break) * 100vw) 0;
	}
	.row_common05 .col {
		width:100%;
	}
	.row_common05 .ttl {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.bnr_common01 .col_img {
		margin-bottom: 0;
		width: calc(230 / var(--break) * 100vw)!important;
	}
	.bnr_common01 .col_txt {
		letter-spacing: 0;
		width: calc(100% - calc(230 / var(--break) * 100vw))!important;
		font-size: calc(28 / var(--break) * 100vw);
	}
	.tbl_title02 {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.tbl_title {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.flow_common .num {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.flow_common .ttl {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.tbl_common01 thead th {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.tbl_common01.js-scrollable table {
		width: calc(1200 / var(--break) * 100vw);
	}
	.tbl_common01.js-scrollable {
		overflow-x: auto!important;
	}
}


/* コンテンツ名 class
------------------------------------------------------------------*/
.bg_clinic01 {
	background: url("images/clinic/bg_clinic01.jpg") no-repeat center /cover;
}
.row_clinic01 .col_img{
	width: 46.7%;
}
.row_clinic01 .col_img:before {
	position: absolute;
	content: "";
	background: #cdc096;
	width: 100%;
	height: calc(100% - calc(20 / var(--break) * 100vw));
	left: calc(-20 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
}
.row_clinic01.r_reverse .col_img:before {
	right: calc(-20 / var(--break) * 100vw);
	left: auto;
}
.row_clinic01 .col_txt{
	width: 49.4%;
}
.num_clinic {
	font-size: calc(200 / var(--break) * 100vw);
	color: rgba(205, 192, 150, 0.5);
}
.copy_clinic {
	margin-top: calc(-80 / var(--break) * 100vw);
}
.ccl_clinic {
	background: url("images/page/ccl01.png") no-repeat center /cover;
	width: calc(231 / var(--break) * 100vw);
	height: calc(231 / var(--break) * 100vw);
}
.num01 .row_clinic01 .ccl_clinic{
	right: calc(30 / var(--break) * 100vw);
	bottom: calc(-12 / var(--break) * 100vw);
}
.row_clinic01:before {
	position: absolute;
	content: "";
	background: #ebe6d580;
	width: calc(850 / var(--break) * 100vw);
	height: calc(526 / var(--break) * 100vw);
	left:calc(-210 / var(--break) * 100vw);
	bottom: calc(-100 / var(--break) * 100vw);
	z-index: -1;
}
.row_clinic01.r_reverse:before {
	left: auto;
	right: calc(-210 / var(--break) * 100vw);
}
.row_clinic02 .col {
	width: 31.6%;
}
.row_clinic02:after {
	content: "";
	position: relative;
	display: block;
	width: 31.6%;
}
.row_clinic02 .col:not(:last-of-type) {
	margin-right: 2.6%;
}
.row_clinic02 .col:nth-child(3n) {
	margin-right: 0;
}
.row_clinic02 .col:nth-child(n+4) {
	margin-top: calc(20 / var(--break) * 100vw);
}
.row_clinic02 a {
	height: calc(80 / var(--break) * 100vw);
}
.row_clinic02 a:before {
	position: absolute;
	content: "";
	background: url("images/page/arw01.svg") no-repeat left center / contain;
	width: calc(30 / var(--break)* 100vw);
	height: calc(30 / var(--break)* 100vw);
	right: calc(20 / var(--break) * 100vw);
	bottom: 0;
	top: 0;
	margin: auto;
}
.row_clinic03 {
	gap: calc(40 / var(--break) * 100vw) 2.3%;
}
.row_clinic03 .col {
	width: 31.8%;
}
.num05 .row_ccl01 {
	right: calc(-104 / var(--break) * 100vw);
	bottom: calc(-54 / var(--break) * 100vw);
}
.row_clinic04 .col_img {
	width: 38%;
}
.row_clinic04 .col_txt {
	width: 58.7%;
}
.row_clinic05 {
	gap: calc(40 / var(--break) * 100vw) 2.3%;
}
.row_clinic05 .col {
	width: 31.8%;
}
.row_clinic06 {
	gap: calc(40 / var(--break) * 100vw) 1.3%;
}
.row_clinic06 .col {
	width: 24%;
}
.video_clinic {
	max-width: 100%;
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.wrap_common01 .ttl:before {
	position: absolute;
	content: "";
	background: #968b6c;
	width: 100%;
	height: 1px;
	left:0;
	top: 0;
	margin: auto;
	bottom: 0;
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.copy_clinic {
		font-size: calc(30 / var(--break) * 100vw);
	}
	.ccl_clinic {
		font-size: calc(26 / var(--break) * 100vw);
	}
	.num05 .row_ccl01 {
		bottom: calc(-104 / var(--break) * 100vw);
		right: calc(-54 / var(--break) * 100vw);
	}
	.row_clinic06 .ttl {
		font-size: calc(20 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_clinic01 .copy{
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_clinic01 .col_img {
    	width:100%;
	}
	.row_clinic01 .col_txt {
    	width:100%;
	}
	.copy_clinic {
		letter-spacing: 0;
        padding-bottom: 4vw;
        font-size: calc(40 / var(--break) * 100vw);
	}
	.row_clinic01 .txt {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.ccl_clinic {
		width: calc(220 / var(--break) * 100vw);
    	height: calc(220 / var(--break) * 100vw);
		letter-spacing: 0;
		font-size: calc(34 / var(--break) * 100vw);
	}
	.ccl_clinic .fz26 {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.wrap_clinic01.num05 .row_ccl01 {
		right: 1vw;
	}
	.wrap_clinic01.num05 .col_img {
		margin-bottom: 8vw;
	}
	.row_clinic02 .col {
		width: 100%;
		max-width: calc(646 / 750*100vw);
		margin-right: auto!important;
		margin-left: auto!important;
	}
	.row_clinic02 .col:nth-child(n+2) {
		margin-top: calc(20 / var(--break) * 100vw);
	}
	.row_clinic02 a{
		letter-spacing: 0;
		font-size: calc(34/ var(--break) * 100vw);
	}
	.box_clinic01 .ttl {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.box_clinic02 {
		padding: 6vw 5vw 7vw;
	}
	.box_clinic02 .ttl {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_clinic03 {
		gap: calc(40 / var(--break) * 100vw) 4%;
	}
	.row_clinic03 .col {
		width: 48%;
	}
	.row_clinic03 .ttl {
		letter-spacing: 0;
		font-size: calc(34/ var(--break) * 100vw);
	}
	.row_clinic05 .ttl {
		letter-spacing: 0;
		font-size: calc(34/ var(--break) * 100vw);
	}
	.row_clinic05 {
		gap: calc(40 / var(--break) * 100vw) 4%;
	}
	.row_clinic05 .col {
		width: 48%;
	}
	.row_clinic06 {
		gap: calc(40 / var(--break) * 100vw) 4%;
	}
	.row_clinic06 .col {
		width: 48%;
	}
	.row_clinic06 .ttl {
		letter-spacing: 0;
		font-size: calc(34/ var(--break) * 100vw);
	}
}


/* ドクター紹介 DOCTOR
------------------------------------------------------------------*/
.row_doctor01 .col_img{
	width: 30.7%;
	max-width: 460px;
}
.row_doctor01 .col_img:before {
	position: absolute;
	content: "";
	background: #cdc096;
	width: 100%;
	height: calc(100% - calc(20 / var(--break) * 100vw));
	left: calc(-20 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
}
.row_doctor01.r_reverse .col_img:before {
	right: calc(-20 / var(--break) * 100vw);
	left: auto;
}
.row_doctor01 .col_txt{
	width: 65%;
}
.row_doctor03 .col_img{
	width: 25.3%;
	max-width: 380px;
}
.row_doctor03 .col_img:before {
	position: absolute;
	content: "";
	background: #cdc096;
	width: 100%;
	height: calc(100% - calc(20 / var(--break) * 100vw));
	left: calc(-20 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
}
.row_doctor03.r_reverse .col_img:before {
	right: calc(-20 / var(--break) * 100vw);
	left: auto;
}
.row_doctor03 .col_txt{
	width: 71.8%;
}
.box_doctor li:before {
	background: #cdc096;
}
.box_doctor .year {
	font-weight: 300;
}
.row_doctor02  {
	gap: calc(40 / var(--break) * 100vw) 2.3%;
}
.row_doctor02 .col {
	width: 31.8%;
}
.bnr_common01 {
	max-width: calc(700 / var(--break) * 100vw)
}
.bnr_common01 .col_img {
	width: calc(230 / var(--break) * 100vw);
	min-height: calc(160 / var(--break) * 100vw);
	background: url("images/doctor/img_doctor05.jpg") no-repeat center/ cover;
}
.bnr_common01.pt02 .col_img {
	background: url("images/doctor/img_doctor07.jpg") no-repeat center/ cover;
}
.bnr_common01.pt03 .col_img {
	background: url("images/doctor/img_doctor09.jpg") no-repeat center/ cover;
}
.bnr_common01.pt04 .col_img {
	background: url("images/cosmetic/img_cosmetic11.jpg") no-repeat center/ cover;
}
.bnr_common01.pt05 .col_img {
	background: url("images/gingiva/img_gingiva04.jpg") no-repeat center/ cover;
}
.bnr_common01 .col_txt {
	position: relative;
	min-height: calc(160 / var(--break) * 100vw);
	width: calc(100% - calc(230 / var(--break) * 100vw));
}
.bnr_common01 .col_txt:before {
	position: absolute;
	content: "";
	background: url("images/page/arw01.svg") no-repeat left center / contain;
	width: calc(30 / var(--break)* 100vw);
	height: calc(30 / var(--break)* 100vw);
	right: calc(20 / var(--break) * 100vw);
	bottom: 0;
	top: 0;
	margin: auto;
}
.bnr_common01 .col_txt:after {
	position: absolute;
	content: "";
	background: #96794a;
	width: 100%;
	height: 1px;
	right: 0;
	bottom: calc(10 / var(--break) * 100vw);
	z-index: -1;
}
.row_prof .box_doctor:nth-child(n+3) {
	margin-top: calc(50 / var(--break) * 100vw)
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_doctor01 .name .job {
        font-size: calc(28 / var(--break) * 100vw);
    }
	.row_doctor01 .name .ja {
        font-size: calc(42 / var(--break) * 100vw);
    }
	.row_doctor01 .name .en {
        font-size: calc(24 / var(--break) * 100vw);
    }
	.row_doctor01 .col_img {
		max-width: calc(450 / 750*100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.row_doctor03 .name .job {
        font-size: calc(28 / var(--break) * 100vw);
    }
	.row_doctor03 .name .ja {
        font-size: calc(42 / var(--break) * 100vw);
    }
	.row_doctor03 .name .en {
        font-size: calc(24 / var(--break) * 100vw);
    }
	.row_doctor03 .col_img {
		max-width: calc(450 / 750*100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.row_doctor02 {
		gap: calc(40 / var(--break) * 100vw) 4%;
	}
	.row_doctor02 .col {
		width: 48%;
	}
	
}


/* ドクターインタビュー INTERVIEW
------------------------------------------------------------------*/
.row_interview01 .col_img {
	width: 50%;
	min-height: calc(500 / var(--break) * 100vw);
	background: url("images/interview/img_interview01.png") no-repeat left center /cover;
}
.row_interview01 .col_txt {
	width: 50%;
	min-height: calc(500 / var(--break) * 100vw);
}
.row_interview01 .name_box {
	max-width: calc(520 / var(--break) * 100vw);
}
.qa_common {
	border: none;
}
.qa_common .box_q .txt{
	padding: calc(9 / var(--break) * 100vw) calc(35 / var(--break) * 100vw);
    background: url("images/page/ptn_paper03.png") repeat center / calc(1000 / var(--break) * 100vw);
}
.qa_common .box_a {
	display: block!important;
}
.qa_common02.box_qa02 .box_q .txt .icn:before,.qa_common02.box_qa02 .box_q .txt .icn:after {
	background: #fff;
}
.row_interview02 .col_img {
	width: 43.4%;
}
.row_interview02 .col_img:before {
	position: absolute;
	content: "";
	background: #cdc096;
	width: 100%;
	height: calc(100% - calc(20 / var(--break) * 100vw));
	left: calc(-20 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
}
.row_interview02.r_reverse .col_img:before {
	right: calc(-20 / var(--break) * 100vw);
	left: auto;
}
.row_interview02 .col_txt {
	width: 53.4%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_interview01 .col_img {
		width: 100%;
		margin-bottom: 5vw;
	}
	.row_interview01 .col_txt {
		width: 100%;
		min-height: calc(500 / var(--break) * 100vw);
	}
	.row_interview01 .col_txt .ttl .ja{
		letter-spacing: 0;
		font-size: calc(50 / var(--break) * 100vw);
	}
	.row_interview01 .col_txt .ttl .en{
		font-size: calc(70 / var(--break) * 100vw);
	}
	.row_interview01 .col_txt .name_box .ja{
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_interview01 .col_txt .name_box .en{
		font-size: calc(40 / var(--break) * 100vw);
	}
	.row_interview02 .col_img {
		width: 100%;
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5vw;
	}
	.row_interview02 .col_txt {
		width: 100%;
	}
}


/* 診療時間・アクセス ACCESS
------------------------------------------------------------------*/
.row_access01 {
	max-width: calc(1100 / var(--break) * 100vw);
}
.row_access01 .col_l {
	width: 41.9%;
}
.row_access01 .col_r {
	width: 48.2%;
}
.bg_access01:before {
	position: absolute;
	content: "";
	background:#ebe6d5;
	width: 100%;
	height:calc(100% - calc(300 / var(--break) * 100vw));
	right: 0;
	bottom: 0;
	z-index: -1;
}
.tel_access {
	width: calc(460 / var(--break) * 100vw);
}
.tel_access a{
	height: calc(130 / var(--break) * 100vw);
}
.tel_access .num:before {
	position: absolute;
	content: "";
	background: url("images/page/icn_tel01.svg") no-repeat left center / contain;
	width: calc(34 / var(--break)* 100vw);
	height: calc(34 / var(--break)* 100vw);
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.logo_access {
	max-width: calc(150 / var(--break) * 100vw);
}
.wrap_access {
	max-width: calc(1000 / var(--break) * 100vw);
}
.wrap_access .map {
	padding-top: calc(460 / var(--break) * 100vw);
}
.box_access01 .ttl{
	border-bottom: calc(1 / var(--break) * 100vw) solid #ebe6d5;
}
.box_access01 .ttl span:before {
	position: absolute;
	content: "";
	background: url("images/page/icn_car01.svg") no-repeat left center / contain;
	width: calc(40 / var(--break)* 100vw);
	height: calc(40 / var(--break)* 100vw);
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.row_access02 {
	gap: calc(20 / var(--break) * 100vw) 1.7%;
}
.row_access02 .col {
	width: 32.2%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_access01 .col_l {
		width: 100%;
		margin-bottom: 4vw;
	}
	.row_access01 .col_r {
		width: 100%;
	}
	.tel_access {
		width: calc(450 / var(--break) * 100vw);
	}
	.tel_access a {
		height: calc(140 / var(--break) * 100vw);
	}
	.tel_access .txt {
		font-size: calc(29 / var(--break) * 100vw);
	}
	.tel_access .num {
		padding-left: 5vw;
		font-size: calc(47 / var(--break) * 100vw);
	}
	.tel_access .num:before {
		width: calc(37 / var(--break) * 100vw);
    	height: calc(37 / var(--break) * 100vw);
	}
	.box_access01 {
		padding: 6vw 5vw 7vw;
	}
	.row_access02 {
		gap: calc(20 / var(--break) * 100vw) 0%;
	}
	.row_access02 .col {
    	width: 100%;
	}
	.row_access02 .copy {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_access02 .txt {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_access02 .txt02 .fz24{
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_access02 .txt02 .num{
		letter-spacing: 0;
		font-size: calc(70 / var(--break) * 100vw);
	}
	.row_access02 .txt02 .fz36{
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.box_access01 .ttl span {
		padding-left: 10vw;
	}
	.box_access01 .ttl span:before {
		width: calc(50 / 750*100vw);
		height: calc(50 / 750*100vw);
	}
}


/* 歯肉形成 GINGIVA
------------------------------------------------------------------*/
.row_gingiva01 {
	gap: calc(20 / var(--break) * 100vw) 2.3%;
}
.row_gingiva01 .col {
	width: 31.8%;
}
.row_gingiva01 .ttl {
	background-image: linear-gradient(to top, rgba(80, 72, 69, 1), #846f5c);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_gingiva01 {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(40 / var(--break) * 100vw) 0;
	}
	.row_gingiva01 .col {
		width: 100%;
	}
	.row_gingiva01 .ttl {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	
}


/* ホワイトニング WHITENING
------------------------------------------------------------------*/
.row_whitening01 .col_l {
	width: 32%;
	min-height: calc(100 / var(--break) * 100vw);
	background: url("images/page/deco01.svg") no-repeat center right / contain;
}
.row_whitening01 .col_r {
	width:68%;
	min-height: calc(100 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_whitening01 .col_l {
		width:40%;
		background: url(images/page/deco01.svg) no-repeat center right / cover;
	}
	.row_whitening01 .col_l .num {
		margin-right: 1vw;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_whitening01 .col_l .ttl {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.row_whitening01 .col_r {
		width: 60%;
		line-height: 1.5;
		font-size: calc(24 / var(--break) * 100vw);
	}
}


/* モニター募集 MONITOR
------------------------------------------------------------------*/
.row_monitor01 {
	gap: calc(20 / var(--break) * 100vw) 2.6%;
}
.row_monitor01 .col {
	width: 31.6%;
	height: calc(80 / var(--break) * 100vw);
}
.row_monitor02 {
	gap: calc(20 / var(--break) * 100vw) 4.4%;
}
.row_monitor02 .col {
	width: 47.8%;
}
.line_monitor {
	width: calc(270 / var(--break) * 100vw);
}
.line_monitor a {
	background: #06c755;
	height: calc(60 / var(--break) * 100vw);
}
.tel_monitor span:before{
	position: absolute;
	content: "";
	background: url("images/page/icn_tel01.svg") no-repeat left center / contain;
	width: calc(8 / var(--break)* 100vw);
	height: calc(20 / var(--break)* 100vw);
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.line_monitor span:before {
	position: absolute;
	content: "";
	background: url("images/page/arw01.svg") no-repeat left center / contain;
	width: calc(20 / var(--break)* 100vw);
	height: calc(20 / var(--break)* 100vw);
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.img_monitor01 {
	max-width: calc(475 / var(--break) * 100vw);
}
.img_monitor01 .ccl {
	background: url("images/page/ccl06.svg") no-repeat center /cover;
	right:calc(-120 / var(--break) * 100vw);
	bottom: calc(-20 / var(--break) * 100vw);
	width: calc(180 / var(--break) * 100vw);
	height: calc(180 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_monitor01 {
		padding: 6vw 5vw 7vw;
	}
	.box_monitor01 .ttl {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_monitor01 {
		gap: calc(20 / var(--break) * 100vw) 4%;
	}
	.row_monitor01 .col {
		width: 48%;
		letter-spacing: 0;
		font-size: calc(34 / var(--break) * 100vw);
	}
	.img_monitor01 .ccl {
		letter-spacing: 0;
		font-size: calc(30 / var(--break) * 100vw);
		right: calc(-20 / var(--break) * 100vw);
		bottom: calc(-40 / var(--break) * 100vw);
		width: calc(200 / var(--break) * 100vw);
		height: calc(200 / var(--break) * 100vw);
	}
	.box_monitor02 {
		padding: 6vw 5vw 7vw;
	}
	.box_monitor02 .copy {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_monitor02 {
		gap: calc(20 / var(--break) * 100vw) 0;
	}
	.row_monitor02 .col {
		width: 100%;
	}
	.row_monitor02 .txt {
		font-size: calc(28 / var(--break) * 100vw);
	}
	.row_monitor02 .ttl {
		letter-spacing: 0;
		font-size:calc(36 / var(--break) * 100vw);
	}
	.tel_monitor span {
        padding-left: 5vw;
        font-size: calc(47 / var(--break) * 100vw);
    }
	.tel_monitor span:before {
		width: calc(37 / 750*100vw);
		height: calc(37 / 750*100vw);
	}
	.line_monitor {
		width: calc(540 / var(--break) * 100vw)!important;
	}
	.line_monitor a {
		border-radius: calc(50 / var(--break) * 100vw)!important;
		height: calc(100 / var(--break) * 100vw)!important;
	}
	.line_monitor span {
        padding-right: 8vw!important;
        letter-spacing: 0!important;
        font-size: calc(34 / var(--break) * 100vw)!important;
    }
	.line_monitor span:before {
		width: calc(40 / var(--break) * 100vw)!important;
        height: calc(40 / var(--break) * 100vw)!important;
	}
}


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


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


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

/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / var(--break) * 100vw);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #cdc096;
	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_case01.svg")no-repeat center / cover;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: 2.2%;
}
.slide_case01 .slick-next {
    right: 2.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: #846f5c;
	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: #504845;
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
.tbl_case table {
	border: 1px solid #846f5c;
}
.tbl_case th {
	background: #846f5c;
	color: #fff;
}
.tbl_case td {
	background: #fff;
}
.tbl_case tr:not(:last-child) th {
	border-bottom: 1px solid #fff;
}
.tbl_case tr:not(:last-child) td {
	border-bottom: 1px solid #846f5c;
}

@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 #cdc096;
		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(30 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 100vw);
		bottom: auto;
		top: 71vw;
	}
	.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;
	}
	.tbl_case {
		max-width: calc(646 / 750*100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.area_case_common01 .ttl {
		letter-spacing: 0;
		font-size: calc(46 / var(--break) * 100vw);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.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: #846f5c;
}
.btn_submit input {
	border: none;
	background: #504845;
	color: #fff;
	border-radius: calc(30 / var(--break) * 100vw);
}
.btn_submit:before {
	transform: rotate(0);
	border: none;
	width: calc(24 / var(--break) * 100vw);
    height: calc(24 / var(--break) * 100vw);
	background: url("images/page/arw01.svg") no-repeat center / cover;
}
.box_form {
	background: #ebe6d5;
}
.box_privacy {
	border: 1px solid #4a4a4a;
}
.tbl_recruit td {
	align-items: center;
}
.tbl_recruit .bitrhday td select {
	width: 100%;
	padding: calc(13 / var(--break) * 100vw);
} 
.row_recruit01 {
	gap: calc(20 / var(--break) * 100vw) 2%;
}
.row_recruit01 .col {
	width: 32%;
	outline-offset:calc(-10 / var(--break) * 100vw);
	outline: 1px solid #fff;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_recruit01 .price {
		justify-content: center!important;
	}
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 tr th {
		border-bottom: 1px solid #000;
	}
	.tbl_recruit .bitrhday td {
		display: flex;
	}
	.tbl_recruit .bitrhday td span {
    	width: 30%;
		display: block;
	}
	.row_recruit01 {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(40 / var(--break) * 100vw) 0;
	}
	.row_recruit01 .col {
		width: 100%;
	}
	.row_recruit01 .ttl {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_recruit01 .copy {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_recruit01 .price {
		justify-content: center!important;
	}
	.row_recruit01 .num {
		font-size: calc(100 / var(--break) * 100vw);
	}
	.row_recruit01 .yen {
		line-height: 1.3;
	}
	.wrap_recruit01 {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.wrap_recruit01 .num {
		width: 12%;
		margin-right: 0;
		font-size: calc(50 / var(--break) * 100vw);
	}
	.wrap_recruit01 .txt {
		width: 88%;
		letter-spacing: 0;
		font-size: calc(32 / var(--break) * 100vw);
	}
	.box_recruit01 {
		padding: 6vw 3vw 6vw;
	}
}

/* お問い合わせ 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: url("images/page/ptn_paper03.png") repeat center / calc(1000 / var(--break) * 100vw) auto;
	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: #ebe6d5;
	border: 1px solid #ebe6d5;
	border-right-color:#ebe6d5;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #ebe6d5;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #96794a;
	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 #ebe6d5;
}
.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: #96794a;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #96794a;
	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 #96794a;
	color: #96794a;
	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: #96794a;
	background: #96794a;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.post_content > h4,.post_content > h5{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	font-family: "shippori-mincho", sans-serif;
    font-weight: 600;
    font-style: normal;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
.post_content > h4 {
	color: #fff;
	padding: calc(15 / var(--break) * 100vw) calc(33 / var(--break) * 100vw);
	background: url(images/index/deco__case01.svg) no-repeat left top / calc(40 / var(--break) * 100vw), url(images/index/deco__case02.svg) no-repeat right bottom / calc(40 / var(--break) * 100vw), url(images/page/ptn_paper03.png) repeat center / calc(1000 / var(--break) * 100vw);
}
.post_content > h5 {
	position: relative;
	border-bottom: 1px solid #ebe6d5;
	padding-bottom: calc(15 / var(--break) * 100vw);
	padding-left: calc(30 / var(--break) * 100vw);
}
.post_content > h5:before {
    position: absolute;
    content: "";
    background: #96794a;
    width: calc(16 / var(--break) * 100vw);
    height: calc(16 / var(--break) * 100vw);
    left: 0;
    top: calc(8 / var(--break) * 100vw);
    border-radius: 100%;
    z-index: -1;
}
.single_post > h3 {
	position: relative;
	padding: calc(15 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
}
.single_post > h3:before,.single_post > h3:after {
	position: absolute;
	content: "";
	background: #96794a;
	width: 100%;
	height: calc(2 / var(--break) * 100vw);
	right: 0;
	top: calc(5 / var(--break) * 100vw);
	z-index: -1;
}
.single_post > h3:after {
	top: auto;
	bottom: calc(5 / var(--break) * 100vw);
}
#sidebar .category h4{
	background: url("images/page/ptn_paper03.png") repeat center / calc(1000 / var(--break) * 100vw) auto;
	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 #96794a;
	background: #96794a;
	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: #96794a;
}

@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar h4 {
		line-height: calc(80 / var(--break) * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.thmb {
		width: calc(210 / var(--break) * 100vw);
	}
	.thmb img {
		height: calc(210 / var(--break) * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(240 / var(--break) * 100vw));
	}
	.txt_post h4 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.navigation li {
		width: calc(200 / 750 * 100vw);
	}
	.page_main .wp-pagenavi span.pages,.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: .5vw 2vw;
		margin: calc(4 / 750 * 100vw);
	}
	.page_main section.blog_archive {
		padding-bottom: 6vw;
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: 6vw;
	}
	.post_main .wp-pagenavi {
		margin-top: 12vw;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
	.single_post > h3 {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.post_content > h4,.post_content > h5{
		letter-spacing: 0;
		font-size: 1.125rem;
	}
	#sidebar .category ul li a{
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}
	.post_content > h5:before {
		top: calc(16 / 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));
	}
}