@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	height: calc(600 / var(--break03));
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.main_page {
		padding-top: 10vw;
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.col_img {
		text-align: center;
	}
}
/* 
------------------------------------------------------------------*/
.hdg2 .ja {
    display: block;
    margin-bottom: calc(20 / var(--break03));
    line-height: 1.5;
    letter-spacing: .1em;
    font-size: calc(50 / var(--break03));
	font-family: "shippori-mincho", sans-serif;
	font-weight: 600;
	font-style: normal;
    text-align: center;
    color: #ffffff;
}
.hdg2 .en {
    display: block;
    line-height: 1;
    letter-spacing: .2em;
    font-size: calc(32 / var(--break03));
	font-family: "itc-galliard", serif;
	font-weight: 400;
	font-style: normal;
    text-align: center;
    color: #ffffff;
}

.hdg3 {
    padding: calc(52 / var(--break03)) 0 calc(34 / var(--break03));
    letter-spacing: .1em;
    line-height: 1.5;
    font-size: calc(40 / var(--break03));
	font-family: "shippori-mincho", sans-serif;
	font-weight: 600;
	font-style: normal;
	background: url(images/page/ptn_03.png)repeat;
    position: relative;
    z-index: 1;
}
.hdg3::before {
	content: "";
	width: 100%;
	height: 1px;
	margin: auto;
	background: #b19143;
	position: absolute;
	top: calc(10 / var(--break03));
	left: 0;
	right: 0;
}
@media(min-width: 768px) and (max-width:1299px) {
	.copy_common span {
        letter-spacing: .06em;
    }
}
@media (max-width: 767px) {
    .hdg2 .ja {
        margin-bottom: 2vw;
        line-height: 1.5;
        letter-spacing: 0;
        font-size: calc(50 / 750 * 100vw);
    }

    .hdg2 .en {
		letter-spacing: .2em;
		font-size: calc(30 / 750 * 100vw);
    }

	.hdg3 {
        padding: calc(40 / 750 * 100vw) 0;
		letter-spacing: 0;
		font-size: calc(42.5 / 750 * 100vw);
	}

    .copy_common span {
        letter-spacing: 0;
    }

    .copy_common .fz20 {
        font-size: calc(34 / 750 * 100vw);
    }

    .copy_common .fz22 {
        font-size: calc(35 / 750 * 100vw);
    }

    .copy_common .fz23 {
        font-size: calc(35 / 750 * 100vw);
    }

    .copy_common .fz24 {
        font-size: calc(35 / 750 * 100vw);
    }

    .copy_common .fz25 {
        font-size: calc(35 / 750 * 100vw);
    }

    .copy_common .fz26 {
        font-size: calc(36 / 750 * 100vw);
    }

    .copy_common .fz28 {
        font-size: calc(37 / 750 * 100vw);
    }

    .copy_common .fz30 {
        font-size: calc(37 / 750 * 100vw);
    }

    .copy_common .fz32 {
        font-size: calc(37 / 750 * 100vw);
    }

    .copy_common .fz34 {
        font-size: calc(37 / 750 * 100vw);
    }

    .copy_common .fz36 {
        font-size: calc(37 / 750 * 100vw);
    }

    .copy_common .fz38 {
        font-size: calc(40 / 750 * 100vw);
    }

    .copy_common .fz40 {
        font-size: calc(40 / 750 * 100vw);
    }

    .copy_common .fz44 {
        font-size: calc(44 / 750 * 100vw);
    }

    .copy_common .fz50 {
        font-size: calc(50 / 750 * 100vw);
    }

    .copy_common .fz56 {
        font-size: calc(60 / 750 * 100vw);
    }

    .copy_common .fz60 {
        font-size: calc(60 / 750 * 100vw);
    }
}


/* copy_common
------------------------------------------------------------------*/
.copy_common01{
	line-height: 1.6;
	padding-bottom: calc(45 / var(--break03));
	text-align: center;
	position: relative;
	z-index: 1;
}
.copy_common01::before{
	content: "";
	width: calc(100 / var(--break03));
	height: 1px;
	margin: auto;
	background: #b19143;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.copy_common01.txt_white:before{
	background: #fff;
}
@media(max-width: 767px) {
	.copy_common01{
		padding-bottom: 5vw;
	}
}

/* copy_common02
------------------------------------------------------------------*/
.copy_common02{
	line-height: 1.5;
	padding-bottom: calc(20 / var(--break03));
	text-align: center;
	border-bottom: 1px solid #423f34;
	position: relative;
	z-index: 1;
}

/* copy_common03
------------------------------------------------------------------*/
.copy_common03{
	line-height: 1.5;
	padding: calc(25 / var(--break03));
	text-align: center;
	color: #fff;
	background: #b19143;
	position: relative;
	z-index: 1;
}
@media(max-width: 767px) {

}

/* copy_common04
------------------------------------------------------------------*/
.copy_common04{
	line-height: 1.5;
	position: relative;
	z-index: 1;
}
.copy_common04 .d{
	display: inline-block;
	padding-left: calc(34 / var(--break03));
	position: relative;
	z-index: 1;
}
.copy_common04 .d::before{
	content: "";
	width: calc(14 / var(--break03));
	height: calc(14 / var(--break03));
	margin: auto;
	border-radius: 100%;
	background: #b19143;
	position: absolute;
	top: calc(10 / var(--break03));
	left: 0;
}
@media(max-width: 767px) {
	.copy_common04 .d{
		display: block;
		padding-left: calc(34 / var(--break03));
	}
	.copy_common04 .d::before{
		width: calc(16 / 750 * 100vw);
		height: calc(16 / 750 * 100vw);
		top: calc(21 / 750 * 100vw);
		left: 0;
	}
}

/* row_common02
------------------------------------------------------------------*/
@media(min-width: 768px) {
	.row_common01 > .col_img{
		max-width: 700px;
		width: 47%;
	}
	.row_common01 > .col_txt{
		width: 49%;
	}
	.row_common01 .copy_common .fz30{
		font-size: calc(30 / var(--break03));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_common01 .copy{
		text-align: center;
		margin-left: -1vw;
		margin-right: -1vw;
	}
}

/* row_common02
------------------------------------------------------------------*/
.row_common02 > .col_img{
	position: relative;
	z-index: 1;
}
.row_common02 .ballon{
	width: calc(224 / var(--break04));
	height: calc(224 / var(--break04));
	padding-top: calc(10 / var(--break04));
	line-height: 1.5;
	font-size: calc(23 / var(--break04));
	color: #fff;
	background: #b19143;
	border-radius: 100%;
	position: absolute;
	bottom: calc(10 / var(--break03));
	right: calc(10 / var(--break03));
	z-index: 1;
}
.row_common02 .ballon::before{
	content: "";
	width: calc(100% - 12 / var(--break02));
	height: calc(100% - 12 / var(--break02));
	margin: auto;
	border: 1px solid #fff;
	border-radius: 100%;
	position: absolute;
	inset: 0;
}
.row_common02.r_reverse .ballon{
	bottom: auto;
	right: auto;
	top: calc(10 / var(--break03));
	left: calc(10 / var(--break03));
}
.row_common02 .ballon.r{
	bottom: auto;
	right: auto;
	top: calc(10 / var(--break03));
	left: calc(10 / var(--break03));
}
.row_common02 .ballon .fz18{
	font-size: calc(18 / var(--break03));
}
@media(min-width: 768px) {
	.row_common02 > .col_img{
		max-width: 570px;
		width: 38%;
	}
	.row_common02 > .col_txt{
		width: 58%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_common02 .copy{
		text-align: center;
		margin-left: -1vw;
		margin-right: -1vw;
	}
	
	.row_common02 .ballon{
		width: calc(230 / 750 * 100vw);
		height: calc(230 / 750 * 100vw);
		padding-top: calc(10 / 750 * 100vw);
		font-size: calc(26 / 750 * 100vw);
	}
	.row_common02 .ballon::before{
		width: calc(100% - 11 / 750 * 100vw);
		height: calc(100% - 11 / 750 * 100vw);
	}
	.row_common02 .ballon .fz18{
		font-size: calc(20 / 750 * 100vw);
	}
}

/* 
------------------------------------------------------------------*/
@media(min-width: 768px) {
	.row_common03 > .col_img{
		max-width: 290px;
		width: 20%;
	}
	.row_common03 > .col_txt{
		width: 77%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_common03 .copy{
		margin-left: -1vw;
		margin-right: -1vw;
		text-align: left;
	}
}


/* row_common20
------------------------------------------------------------------*/
.row_common20 > .col{
	width: 48%;
	padding: calc(38 / var(--break02))  calc(38 / var(--break02));
	background: #eceff1;
}
@media(min-width: 768px) {}
@media(max-width: 767px) {
	.row_common20 > .col{
		width: calc(666 / 750 * 100vw);
		margin: 0 auto 6vw;
		padding: calc(42 / var(--break03)) calc(32 / var(--break03));
	}
	.row_common20 > .col:last-child{
		margin-bottom: 0;
	}
}


/* row_common21
------------------------------------------------------------------*/
.row_common21 > .col{
	width: 48.5%;
}
@media(min-width: 768px) {}
@media(max-width: 767px) {
	.row_common21 > .col{
		width: 100%;
		margin: calc(40 / 750 * 100vw) auto 0;
	}
	.row_common21 > .col:first-child{
		margin-top: 0;
	}
}
/* row_common30
------------------------------------------------------------------*/
.row_common30 > .col{
	width: 32%;
	padding: calc(42 / var(--break03)) calc(32 / var(--break03));
	position: relative;
	z-index: 1;
}
.row_common30 > .col::before{
	content: "";
	width: calc(100 / var(--break03));
	height: calc(73 / var(--break03));
	margin: auto;
	background: url(images/page/deco02.png)no-repeat top left / contain;
	position: absolute;
	top: 0;
	left: 0;
}
@media(min-width: 768px) {
	.row_common30.flex{justify-content: center;}
	.row_common30 > .col{margin-right: 1.999%;}
	.row_common30 > .col.col:nth-of-type(3n),
	.row_common30 > .col.col:last-child
	{margin-right: 0;}
	.row_common30 > .col:nth-of-type(n + 4){margin-top: calc(40 / var(--break04));}
	.row_common30 .copy_common .fz26 {font-size: calc(26 / var(--break04));}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_common30 > .col{
		width: calc(666 / 750 * 100vw);
		margin: 0 auto 6vw;
		padding: calc(42 / var(--break03)) calc(32 / var(--break03));
	}
	.row_common30 > .col:last-child{
		margin-bottom: 0;
	}
}

/* row_common31
------------------------------------------------------------------*/
.row_common31 > .col{
	max-width: 475px;
	width: 31.7%;
	background: #eceff1;
	position: relative;
	z-index: 1;
}
.row_common31 .copy{
	padding: calc(4 / var(--break03));
	text-align: center;
	color: #fff;
	background: #33365a;
}
.row_common31 .areaText{
	padding: calc(30 / var(--break03)) calc(36 / var(--break03));
}
@media(min-width: 768px) {
	.row_common31.flex{justify-content: center;}
	.row_common31 > .col{margin-right: 1.999%;}
	.row_common31 > .col.col:nth-of-type(3n),
	.row_common31 > .col.col:last-child
	{margin-right: 0;}
}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {
	.row_common31 > .col{
		width: calc(666 / 750 * 100vw);
		margin: 0 auto 6vw;
	}
	.row_common31 > .col:last-child{
		margin-bottom: 0;
	}
	.row_common31 .copy{
		padding: 1vw;
	}
	.row_common31 .areaText{
		padding: 4vw ;
	}
}

/* row_common32
------------------------------------------------------------------*/
.row_common32 > .col{
	width: 32%;
	padding: calc(29 / var(--break03)) calc(19 / var(--break03)) calc(19 / var(--break03));
	background: url(images/page/ptn_03.png)repeat;
	position: relative;
	z-index: 1;
}
.row_common32 .copy{
	padding: 1px;
	color: #fff;
	background: #33365a;
}
.row_common32 .copy .fz24{
	letter-spacing: 0;
	font-size: calc(24 / var(--break03));
}
.row_common32 .in_box{
	padding: calc(6 / var(--break03)) 0;
	color: #b19143;
	background: #fff;
	border: solid 1px #b19143;
}
.row_common32 .in_box .fz32{
	letter-spacing: 0;
	font-size: calc(32 / var(--break04));
}
.row_common32 .in_box .fz40{
	letter-spacing: 0;
	font-size: calc(40 / var(--break04));
}
@media(min-width: 768px) {
	.row_common32.flex{justify-content: center;}
	.row_common32 > .col{margin-right: 1.999%;}
	.row_common32 > .col.col:nth-of-type(3n),
	.row_common32 > .col.col:last-child
	{margin-right: 0;}
}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {
	.row_common32 > .col{
		width: calc(660 / 750 * 100vw);
		margin: 0 auto 6vw;
	}
	.row_common32 > .col:last-child{
		margin-bottom: 0;
	}

	.row_common32 .copy .fz24{
		font-size: 100%;
	}
	.row_common32 .in_box .fz32{
		font-size: calc(36 / 750 * 100vw);
	}
	.row_common32 .in_box .fz40{
		font-size: calc(44 / 750 * 100vw);
	}
}


/* row_common33
------------------------------------------------------------------*/
.row_common33 > .col{
	max-width: 394px;
	width: 31.8%;
	background: #33365a;
	position: relative;
	z-index: 1;
}
.row_common33 .copy_common{
	padding: calc(11.5 / var(--break02)) 0;
	color: #fff;
}
@media(min-width: 768px) {
	.row_common33.flex{justify-content: center;}
	.row_common33 > .col{margin-right: 2.29%;}
	.row_common33 > .col.col:nth-of-type(3n),
	.row_common33 > .col.col:last-child
	{margin-right: 0;}
}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {
	.row_common33 > .col{
		width: 49%;
	}
	.row_common33 > .col:last-child{
		margin-bottom: 0;
	}
	.row_common33 > .col:nth-of-type(n + 3){
		margin-top: 4vw;
	}
	.row_common33 .copy_common .fz22{
		font-size: 90%;
	}
}


/* row_common34
------------------------------------------------------------------*/
.row_common34.flex{justify-content: center;}
.row_common34 > .col{
	width: 32%;
	position: relative;
	z-index: 1;
}
.row_common34 .copy{
	max-width: 360px;
	width: 90%;
	padding: calc(11.5 / var(--break02)) 0;
	letter-spacing: .1em;
	font-size: calc(23 / var(--break03));
	margin: auto;
	background: #ffffffe0;
	border-radius: calc(10 / var(--break03)) calc(10 / var(--break03)) 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
@media(min-width: 768px) {
	.row_common34 > .col{margin-right: 2%;}
	.row_common34 > .col.col:nth-of-type(3n),
	.row_common34 > .col.col:last-child
	{margin-right: 0;}
}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {
	.row_common34 > .col{
		width: 49%;
		margin-right: 1.999%;
	}
	.row_common34 > .col.col:nth-of-type(2n),
	.row_common34 > .col.col:last-child
	{margin-right: 0;}
	.row_common34 > .col:last-child{
		margin-bottom: 0;
	}
	.row_common34 > .col:nth-of-type(n + 3){
		margin-top: 4vw;
	}
	.row_common34 .copy{
		letter-spacing: 0;
		font-size: 88%;
	}
}

/* row_common40
------------------------------------------------------------------*/
.row_common40 > .col{
	width: 24%
}
.row_common40 .copy_common{
	padding: calc(18 / var(--break03)) 0;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #2e7698;
}
@media(min-width: 768px) {
	.row_common40>.col {
		margin-right: 1.299%;
	}
	.row_common40>.col:nth-of-type(4n),
	.row_common40>.col:last-child 
	{margin-right: 0;}
	
	.row_common40>.col:nth-of-type(n + 5) {
		margin-top: calc(40 / var(--break04));
	}
	.row_common40 .copy_common .fz22{
		font-size: calc(22 / var(--break03));
	}
	.row_common40 .copy_common .fz24{
		font-size: calc(24 / var(--break03));
	}
}
@media(max-width: 767px) {
	.row_common40 > .col{
		width: 49%;
		margin-right: 2%;
	}
	.row_common40>.col:nth-of-type(2n),
	.row_common40>.col:last-child 
	{margin-right: 0;}
	.row_common40>.col:nth-of-type(n + 3) {
		margin-top: 2.5vw;
	}
	.row_common40 .copy_common .fz22{
		font-size: calc(30 / 750 * 100vw);
	}
	.row_common40 .copy_common .fz24{
		font-size: calc(30 / 750 * 100vw);
	}
}


/* row_access
------------------------------------------------------------------*/
.row_banner_common {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.row_banner_common .banner{
	max-width: 680px;
	width: 48.75%;
}
@media(min-width: 768px) {
	.row_banner_common .banner:nth-of-type(n + 3){
		margin-top: calc(30 / var(--break02));
	}
}
@media(max-width: 767px) {
	.row_banner_common .banner{
		width: calc(678 / 750 * 100vw);
		margin: 0 auto 2.5vw;
	}
	.row_banner_common .banner:last-child{
		margin-bottom: 0;
	}
}
/* row_access
------------------------------------------------------------------*/
.row_access > .col_l {
	width: 42%;
}
.row_access > .col_r {
	max-width: 530px;
	width: 54%;
}
@media(max-width: 767px) {
	.row_access > .col_l {
		width: 100%;
		margin-bottom: 5vw;
	}
	.row_access > .col_r {
		width: 100%;
	}
}
/* bdr_common
------------------------------------------------------------------*/
@media(min-width: 768px) {
	.bdr_common{
		border-bottom: 1px solid #dddddd;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {}

/* row_point_1040
------------------------------------------------------------------*/
.row_point_1040{
	max-width: 100%;
	width: calc(1040 / var(--break02));
	margin-left: auto;
	margin-right: auto;
}
.row_point_1040 .circle{
	width: calc(250 / var(--break02));
	height: calc(250 / var(--break02));
	letter-spacing: 0;
	line-height: 1.65;
	font-size: calc(28 / var(--break02));
	color: #fff;
	background: #b19143;
	position: relative;
	z-index: 1;
}
.row_point_1040 .circle::before{
	content: "";
	width: calc(100% - 10 / var(--break02));
	height: calc(100% - 10 / var(--break02));
	margin: auto;
	border: 1px solid #fff;
	border-radius: 100%;
	position: absolute;
	inset: 0;
	z-index: -1;
}
.row_point_1040 .circle:nth-of-type(2n){
	background: #8a6e52;
}
@media(min-width: 768px) {
	.bdr_common{
		border-bottom: 1px solid #dddddd;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_point_1040{
		width: calc(600 / 750 * 100vw);
	}
	.row_point_1040 .circle{
		width: calc(290 / 750 * 100vw);
		height: calc(290 / 750 * 100vw);
		font-size: 100%;
	}
	.row_point_1040 .circle:nth-of-type(n + 3){
		margin-top: 3vw;
	}
}

/* row_anchor_link
------------------------------------------------------------------*/
.row_anchor_link > .btn{
	width: 32%;
	min-height: calc(100 / var(--break04));
	padding: calc(20 / var(--break03)) 0 calc(35 / var(--break03));
	line-height: 1.6;
	font-size: calc(28 / var(--break03));
	color: #fff;
	background: #2e7698;
	position: relative;
	z-index: 1;
}
.row_anchor_link > .btn::before{
	content: "";
    width: calc(20 / var(--break03));
    height: calc(10 / var(--break03));
    margin: auto;
    background: #ffffff;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    bottom: calc(10 / var(--break03));
    right: 0;
    left: 0;
}
@media(min-width: 768px)  {
	.row_anchor_link > .btn{margin-right: 1.999%;}
	.row_anchor_link > .btn:nth-of-type(3n),
	.row_anchor_link > .btn:last-child
	{margin-right: 0;}

	.row_anchor_link > .btn:nth-of-type(n + 4){
		margin-top: calc(30 / var(--break02));
	}
}
@media(max-width: 767px) {
	.row_anchor_link > .btn{
		width: 48.999%;
		margin-right: 2%;
		line-height: 1.5;
		letter-spacing: 0;
		font-size: 88%;
	}
	.row_anchor_link > .btn:nth-of-type(2n),
	.row_anchor_link > .btn:last-child
	{margin-right: 0;}
	.row_anchor_link > .btn:nth-of-type(n + 3){
		margin-top: 2vw;
	}
}

/* box_common01
------------------------------------------------------------------*/
.box_common01{
	border: 2px solid #423f34;
}
.box_common01.w1{
	border-width: 1px;	
}
.box_common01.p_set{
	padding: calc(50 / var(--break03));
}
@media(max-width: 767px) {
	.box_common01.p_set{
		padding: calc(40 / 750 * 100vw) calc(36 / 750 * 100vw);
	}
}

/* box_common02
------------------------------------------------------------------*/
.box_common02{
	padding-left: 4%;
	padding-right: 4%;
	background: #fff;
	border: 1px solid #2e7698;
}
.box_common02 > .copy{
	color: #fff;
	background: #33365a;
}
@media(max-width: 767px) {
}

/* box_common03
------------------------------------------------------------------*/
.box_common03{
	position: relative;
	z-index: 1;
}
.box_common03::before,
.box_common03::after
{
	content: "";
	width: calc(100% - 10 / var(--break04));
	height: calc(100% - 10 / var(--break04));
	margin: auto;
	border: 1px solid #423f34;
	position: absolute;
}
.box_common03::before{
	top: calc(-.5 / var(--break04));
	left: calc(-.5 / var(--break04));
}
.box_common03::after{
	bottom: calc(-.5 / var(--break04));
	right: calc(-.5 / var(--break04));
}
@media(max-width: 767px) {
}

/* box_qa03
------------------------------------------------------------------*/
.box_qa03 {
    border: 0;
    margin-bottom: calc(40 / var(--break03));
}
.box_qa03:last-child {
    margin-bottom: 0;
}
.box_qa03 .box_q .txt{
	position: relative;
}
.box_qa03 .box_q .box {
	height: auto;
	padding-bottom: 0;
	line-height: 1.6;
    font-size: calc(32 / var(--break03));
	font-family: "itc-galliard", serif;
	font-weight: 400;
	font-style: normal;
    color: #ffffff;
	background: #b19143;
}
.box_qa03 .box_q .box span {
    padding-bottom: 0 !important;
}
.box_qa03 .box_q .txt {
	line-height: 1.6;
	font-size: calc(26 / var(--break03));
	font-family: "shippori-mincho", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	background: #33365a;
}
.box_qa03 .box_a {
	padding: calc(36 / var(--break02)) 4% ;
	background: #ffffff;
	border: 1px solid #33365a;
	border-top: 0;
	position: relative;
	z-index: 1;
}
.box_qa03 .box_q .txt .icn{
    width: calc(18 / var(--break04));
    height: calc(18 / var(--break04));
}
.box_qa03 .box_q .txt .icn:before {height: 1px;}
.box_qa03 .box_q .txt .icn::after {width: 1px;}
.box_qa03 .box_q .txt .icn:before {
    background: #ffffff;
}
.box_qa03 .box_q .txt .icn:after {
    background: #ffffff;
}

@media (min-width: 768px) {
    .box_qa03 .box_q .txt {
        width: calc(100% - var(--size60px));
        padding: calc(9 / var(--break03)) calc(50 / var(--break03)) calc(9 / var(--break03)) calc(30 / var(--break03));
    }
}

@media (max-width: 767px) {
    .box_qa03 {
        margin-bottom: calc(60/ 750 * 100vw);
    }
    .box_qa03 .box_q .box {
        width: calc(80 / 750 * 100vw) !important;
        font-size: calc(50 / 750 * 100vw);
    }
	
	.box_qa03 .box_q .txt .icn:before{height: 1px;}
	.box_qa03 .box_q .txt .icn::after{width: 1px;}

    .box_qa03 .box_q .txt {
        line-height: 1.6;
		min-height: calc(98 / 750 * 100vw);
        letter-spacing: 0;
        padding: 1.75vw 10vw 1.6vw 4vw;
        font-size: calc(36 / 750 * 100vw);
    }

	.box_qa03 .box_a .box {
		width: var(--size80px);
		height: var(--size80px);
        font-size: calc(50 / 750 * 100vw);
	}
    .box_qa03 .box_a .wrap {
        width: 100%;
        margin-right: 0;
    }

	.box_qa03 .box_q .txt .icn {
		top: 0;
		bottom: 0;
		right: 3.5vw;
	}
}

/* bg_clinic
------------------------------------------------------------------*/
.bg_clinic{
	background: url(images/clinic/bg_clinic.jpg)no-repeat center / cover;
}
.box_bg_clinic{
	background: rgba(255, 255, 255, .8);
}
.bc_clinic04{
	background: url(images/clinic/bg_clinic02.jpg)no-repeat center / cover;
}
@media(min-width: 768px) {}
@media(max-width: 767px) {}

/* bc_clinic_common
------------------------------------------------------------------*/
.bc_clinic_common{
	position: relative;
	z-index: 1;
}
.bc_clinic_common::before{
	content: "";
	width: calc(380 / var(--break02));
	height: calc(280 / var(--break02));
	margin: auto;
	background: url(images/clinic/deco01.png)no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.bc_clinic_common.right::before{
	left: auto;
	right: 0;
}
.bc_clinic_common.dc02::before{background: url(images/clinic/deco02.png)no-repeat center / contain;}
.bc_clinic_common.dc03::before{background: url(images/clinic/deco03.png)no-repeat center / contain;}
.bc_clinic_common.transform::before{transform: scale(-1, 1);}
@media(min-width: 768px) {}
@media(max-width: 767px) {}

/* row_clinic_common */

.row_clinic_common{
	max-width: 1870px;
	width: 100%;
}
.row_clinic_common > .col_img{
	max-width: 940px;
    width: 50.5%;
}
.row_clinic_common > .col_txt{
    width: 49.5%;
	padding-left: calc(100 / var(--break05));
	padding-right: calc(100 / var(--break05));
}
.row_clinic_common .col_txt > .wrap{
	max-width: 720px;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}
.deco_img_clinic{
	padding-bottom: calc(20 / var(--break04));
	position: relative;
	z-index: 1;
}
.deco_img_clinic::before{
	content: "";
	width: 100%;
	height: calc(100% - 20 / var(--break04));
	background: #b19143;
	position: absolute;
	bottom: 0;
	left: calc(20 / var(--break04));
	z-index: -1;
}
.r_reverse .deco_img_clinic::before{
	left: calc(-20 / var(--break04));
}
.c2.deco_img_clinic::before{
	background: #2e7698;
}
.c3.deco_img_clinic::before{
	background: #423f3477;
}

.copy_clinic_common{
	margin-bottom: calc(30 / var(--break04));
	padding-bottom: calc(20 / var(--break04));
	letter-spacing: 0;
	font-size: calc(40 / var(--break04));
	text-align: center;
	border-bottom: 1px solid #423f34;
}
.copy_clinic_common .fz30{
	letter-spacing: 0;
	font-size: calc(30 / var(--break04));
}
.copy_clinic_common .fz32{
	letter-spacing: 0;
	font-size: calc(32 / var(--break04));
}
.copy_clinic_common .fz40{
	letter-spacing: 0;
	font-size: calc(40 / var(--break04));
}
.copy_clinic_common .fz46{
	letter-spacing: 0;
	font-size: calc(46 / var(--break04));
}

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

}
@media(max-width: 767px) {
	.row_clinic_common{
		width: 100%;
	}
	.row_clinic_common > .col_img{
		max-width: calc(711 / 750 * 100vw);
		width: 100%;
		margin-bottom: 8vw;
	}
	.row_clinic_common > .col_txt{
		max-width: calc(660 / 750 * 100vw);
		width: 100%;
		margin: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.row_clinic_common .col_txt > .wrap{
		width: 100%;
	}
	.deco_img_clinic{
		padding-bottom: calc(16 / 750 * 100vw);
	}
	.deco_img_clinic::before{
		height: calc(100% - 16 / 750 * 100vw);
		left: calc(16 / 750 * 100vw);
	}
	.r_reverse .deco_img_clinic::before{
		left: calc(-16 / 750 * 100vw);
	}

	.copy_clinic_common{
		margin-bottom: calc(30 / 750 * 100vw);
		padding-bottom: calc(30 / 750 * 100vw);
		letter-spacing: 0;
		font-size: calc(39.5 / 750 * 100vw);
	}
	.copy_clinic_common .fz30{
		letter-spacing: 0;
		font-size: calc(30 / 750 * 100vw);
	}
	.copy_clinic_common .fz32{
		letter-spacing: 0;
		font-size: calc(30 / 750 * 100vw);
	}
	.copy_clinic_common .fz46{
		letter-spacing: 0;
		font-size: calc(44 / 750 * 100vw);
	}
}

/* box_clinic_common
------------------------------------------------------------------*/
.box_clinic_common{
	padding: calc(54 / var(--break04)) calc(58 / var(--break04)) calc(40 / var(--break04));
	outline: 1px solid #33365a;
	outline-offset: calc(-10 / var(--break04));
	background: #fff;
}

.box_row_clinic > .col_img{
	max-width: 499px;
	width: 37%;
	position: relative;
}
.box_row_clinic > .col_img .img{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.box_row_clinic > .col_txt{
	max-width: 820px;
	width: 59.5%;
	padding-bottom: calc(20 / var(--break05));
}

.ballon_clinic_common{
	width: calc(224 / var(--break04));
	height: calc(224 / var(--break04));
	padding-top: calc(6 / var(--break04));
	color: #fff;
	background: #b19143;
	border-radius: 100%;
	position: absolute;
	left: calc(30 / 1920 * 100vw);
	bottom: calc(30 / 1920 * 100vw);
}
.ballon_clinic_common::before{
	content: "";
	width: calc(100% - 14 / var(--break04));
	height: calc(100% - 14 / var(--break04));
	margin: auto;
	border: 1px solid #fff;
	border-radius: 100%;
	position: absolute;
	inset: 0;
}
.ballon_clinic_common p{
	position: relative;
	z-index: 2;
}
.ballon_clinic_common .fz24{
	letter-spacing: 0;
	font-size: calc(23.5 / var(--break04));
}
.ballon_clinic_common .fz40{
	letter-spacing: 0;
	font-size: calc(40 / var(--break04));
}
.ballon_clinic_common .s1{
	display: block;
	line-height: 1.4;
	font-size: calc(23.5 / var(--break04));
}
.ballon_clinic_common .s2{
	display: block;
	letter-spacing: 0;
	line-height: 1;
	font-size: calc(32 / var(--break04));
}
.ballon_clinic_common .s3{
	letter-spacing: 0;
	line-height: 1.2;
	font-size: calc(46 / var(--break04));
}
.ballon_clinic_common .s4{
	margin-top: calc(8 / var(--break04));
	line-height: 1;
	font-size: calc(17 / var(--break04));
}
.ballon_clinic_common.ballon01{
	width: calc(250 / var(--break04));
	height: calc(250 / var(--break04));
	padding-top: 0;
}
@media(min-width: 768px) and (max-width:1399px) {
	.box_clinic_common {
		margin-top: 111px;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_clinic_common {
		margin-top: 150px;
	}
	.box_row_clinic > .col_txt{
		width: 59%;
		padding-bottom: 0;
	}
	.box_row_clinic > .col_img{
		width: 36%;
	}
	.box_row_clinic .copy_common .fz30 {
		font-size: 1.75rem;
	}
}
@media(max-width: 767px) {
	.box_row_clinic > .col_img{
		max-width: 499px;
		width: 100%;
		height: calc(321 / 750 * 100vw);
		margin-bottom: 6vw;
		position: relative;
	}
	.box_row_clinic > .col_txt{
		width: 100%;
		padding-bottom: 0;
	}
	.index_reason01 .ballon_reason01{
		width: calc(262 / 750 * 100vw);
		height: calc(262 / 750 * 100vw);
		padding-top: 1vw;
		letter-spacing: 0;
		font-size: calc(27.5 / 750 * 100vw);
		top: calc(20 / 750 * 100vw);
		right:calc(20 / 750 * 100vw);
	}
	.index_reason01 .ballon_reason01::before{
		width: calc(100% - 10 / 750 * 100vw);
		height: calc(100% - 10 / 750 * 100vw);
	}
	
	.ballon_clinic_common{
		width: calc(230 / 750 * 100vw);
		height: calc(230 / 750 * 100vw);
	}
	.ballon_clinic_common .fz24{
		font-size: calc(28 / 750 * 100vw);
	}
	.ballon_clinic_common .fz40{
		font-size: calc(40 / 750 * 100vw);
	}
	.ballon_clinic_common .s1{
		font-size: calc(28 / 750 * 100vw);
	}
	.ballon_clinic_common .s2{
		font-size: calc(34 / 750 * 100vw);
	}
	.ballon_clinic_common .s3{
		font-size: calc(48 / 750 * 100vw);
	}
	.ballon_clinic_common .s4{
		font-size: calc(26 / 750 * 100vw);
	}
	.ballon_clinic_common.ballon01{
		width: calc(275 / 750 * 100vw);
		height: calc(275 / 750 * 100vw);
		padding-top: 0;
	}
}

/* 
------------------------------------------------------------------*/
.slide_common04 .slick-prev,
.slide_common04 .slick-next {
    width: calc(42 / var(--break02));
    height: calc(80 / var(--break02));
    background: url(images/page/arw.svg)no-repeat center / cover;
    transform: translate(0);
    top: calc(220 / var(--break02));
    margin: auto;
    z-index: 1;
}

.slide_common04 .slick-prev {
    left: -7.2%;
}

.slide_common04 .slick-next {
    right: -7.2%;
    transform: translate(0) scaleX(-1);
}

.slide_common04 .slick-prev:before,
.slide_common04 .slick-next:before {
    display: none;
}

.slide_common04 .slide_thumbnail li {
    opacity: .5;
    transition: .3s;
}

.slide_common04 .slide_thumbnail li.thumbnail-current {
    opacity: 1;
}

.slide_common04 .slide_thumbnail li:hover {
    opacity: 1;
    transition: .3s;
    cursor: pointer;
}

@media(min-width: 768px) {
    .slide_common04 .slide_thumbnail li {
        width: 18%;
        margin-right: 2.5%;
    }

    .slide_common04 .slide_thumbnail li:nth-child(5n),
    .slide_common04 .slide_thumbnail li:last-child {
        margin-right: 0;
    }

    .slide_common04 .slide_thumbnail li:nth-of-type(n + 6) {
        margin-top: 3%;
    }
}

@media(min-width: 768px) and (max-width:1299px) {
    .slide_common04 .slick-prev {
        left: -2%;
    }

    .slide_common04 .slick-next {
        right: -2%;
    }
}

@media(max-width: 767px) {

    .slide_common04 .slick-prev,
    .slide_common04 .slick-next {
        width: calc(30 / 750 * 100vw);
        height: calc(54 / 750 * 100vw);
        top: 17.5vw;
    }

    .slide_common04 .slick-prev {
        left: -5.5vw;
    }

    .slide_common04 .slick-next {
        right:-5.5vw;
    }

	.slide_common04 {
		width: calc(648 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}

    .slide_common04 .slide_main .slick-slide>.wrap01 {
        padding: 4vw 5vw;
    }

    .slide_common04 .ttl {
        font-size: 110%;
        letter-spacing: 0;
    }

    .slide_common04 .slide_thumbnail li {
        width: 19%;
        margin-right: 1.24%;
    }

    .slide_common04 .slide_thumbnail li:nth-child(5n),
    .slide_common04 .slide_thumbnail li:last-child {
        margin-right: 0;
    }
    .slide_common04 .slide_thumbnail li:nth-of-type(n + 6) {
        margin-top: 1.3%;
    }
}
/* 
------------------------------------------------------------------*/
.txt_address_common .deco::before{
	content: "";
	width: calc(40 / var(--break02));
	height: calc(40 / var(--break02));
	margin: auto;
	background: url(images/page/icn_map02.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.txt_address_common02{
	padding-left: calc(30 / var(--break02));
	line-height: 1.6;
	position: relative;
	z-index: 1;
}
.txt_address_common02 .deco::before{
	content: "";
	width: calc(20 / var(--break02));
	height: calc(20 / var(--break02));
	margin: auto;
	background: url(images/page/icn_map03.svg)no-repeat center / contain;
	position: absolute;
	top: calc(8 / var(--break02));
	left: 0;
	z-index: -1;
}
@media(min-width: 768px)  {
	.txt_address_common{
		padding-top: calc(50 / var(--break02));
		position: relative;
		z-index: 1;
	}
}
@media(max-width: 767px) {
	.txt_address_common{
		line-height: 1.5;
	}
	.txt_address_common .deco{
		display: inline-block;
		position: relative;
		z-index: 1;
	}
	.txt_address_common .deco::before{
		width: calc(38 / 750 * 100vw);
		height: calc(38 / 750 * 100vw);
		top: 0;
		bottom: 0;
		left: calc(-44 / 750 * 100vw);
		right: auto;
	}
}

/* btn_common
------------------------------------------------------------------*/
.btn_common{
	width: calc(460 / var(--break02));
	height: calc(80 / var(--break02));
	line-height: 1.5;
	color: #fff;
	background: url(images/page/bg_btn_common.png)no-repeat center / cover;
	position: relative;
	z-index: 1;
}
.btn_common::before{
	content: "";
    width: calc(8 / var(--break03));
    height: calc(8 / var(--break03));
    margin: auto;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(28 / var(--break04));
    z-index: 1;
    transform: rotate(-45deg);
    transition: all .3s;
}



@media(min-width: 768px){
	.mini.btn_common{
		width: calc(400 / var(--break02));
		height: calc(60 / var(--break02));
		background: url(images/page/bg_btn_common_mini.png)no-repeat center / cover;
	}
}
@media(max-width: 767px) {
	.btn_common{
		width: calc(646 / 750 * 100vw);
		height: calc(120 / 750 * 100vw);
		background: url(images/page/bg_btn_common.png)no-repeat center / cover;
	}
	.btn_common::before{
		width: calc(11 / 750 * 100vw);
		height: calc(11 / 750 * 100vw);
		border-bottom-width: 1px ;
		border-right-width: 1px;
		right: calc(30 / 750 * 100vw);
	}
	.btn_common .fz20{
		letter-spacing: 0;
		font-size: 96%;
	}
	.btn_common .fz24{
		font-size: 100%;
	}

	.mini.btn_common{
		width: 100%;
		height: calc(100 / 750 * 100vw);
	}

}

/* .row_fee_common
------------------------------------------------------------------*/
.row_fee_common>.col {
	width: 23.8%;
	padding: calc(24 / var(--break02)) 1% calc(30 / var(--break02));
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 1;
}
.row_fee_common .icon {
	max-width: 176px;
	width: var(--size180px);
	margin: 0 auto calc(15 / var(--break02));
}
.row_fee_common .text {
	line-height: 1.7;
}
@media(min-width: 768px) {
	.row_fee_common>.col {margin-right: 1.6%;}
	.row_fee_common>.col:nth-of-type(4) ,
	.row_fee_common>.col:last-child
	{margin-right: 0;}
}

@media(max-width: 767px) {
	.row_fee_common>.col {
		width: 48.5%;
		margin-right: 3%;
		font-size: 90%;
	}

	.row_fee_common>.col:nth-of-type(2n),
	.row_fee_common>.col:last-child {
		margin-right: 0;
	}

	.row_fee_common>.col:nth-of-type(n + 3) {
		margin-top: 3vw;
	}

	.row_fee_common .copy_common .fz24 {
		font-size: 110%;
	}

	.row_fee_common .orthodontic {
		padding-bottom: var(--size75px);
	}

	.row_fee_common .text_orthodontic {
		height: var(--size60px);
		font-size: 80%;
	}
}



/* tbl_common01
------------------------------------------------------------------*/
.tbl_common01 table {
	border-color: #2e7698;
}
.tbl_common01 tbody th {
	vertical-align: middle;
	color: #fff;
	background: #2e7698;
}
.tbl_common01 tbody td {
	background: #fff;
}
.tbl_common01 tr:not(:last-child) th{
	border-color:#2e7698;
	border-bottom-color:#fff;
}
.tbl_common01 tr:not(:last-child) td {
	border-color: #2e7698;
	border-bottom-color: #2e7698;
}

.tbl_common02 table {
	border-color: #b19143;
}
.tbl_common02 tbody th {
	vertical-align: middle;
	color: #423f34;
	background: #f8f4e6;
}
.tbl_common02 tbody td {
	background: #fff;
}
.tbl_common02 tr:not(:last-child) th{
	border-bottom-color:#b19143;
}
.tbl_common02 tr:not(:last-child) td {
	border-bottom-color: #b19143;
}
.tbl_common02.table01 th {width: 33.3% !important;}
.tbl_common02.table01 td {width: 33.3% !important;}
.tbl_common02.table01 td:nth-of-type(2) {
	border-left: 1px solid #b19143;
}
@media(min-width: 768px) {
	
	/* .tbl_common01 table {
		border-width: 2px;
	}
	.tbl_common01 tr:not(:last-child) th{
		border-width: 2px;
	}
	.tbl_common01 tr:not(:last-child) td {
		border-width: 2px;
	} */
}
@media(max-width: 767px) {
	.tbl_common01.cell_100sp tbody th {
		border-bottom: 1px solid #2e7698;
	}
	.tbl_common02.cell_100sp tbody th {
		border-bottom: 1px solid #b19143;
	}

	.tbl_common02.table01 table{
		width: calc(1111 / var(--break) * 100vw);
		font-size: 95%;
	}
	.tbl_common02.table01 th {width: 30% !important;}
}

/* tbl_comparison
------------------------------------------------------------------*/
.tbl_comparison table {border: 1px solid #8a6e52;}

.tbl_comparison thead th {
	padding: calc(16 / var(--break03)) 1%;
	text-align: center;
	color: #fff;
	background: #423f34;
	border-bottom: 1px solid #c1a975;
	border-right: 1px solid #fff;
}
.tbl_comparison tbody th {
	padding: calc(26 / var(--break03)) 0;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background: #8a6e52;
}
.tbl_comparison tbody td {
	padding: calc(25 / var(--break03)) 1%;
	line-height: 1.7;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	border-left: 1px solid #d1cbb5;
}
.tbl_comparison tr:not(:last-child) .t01{
	border-bottom-color: #d1cbb5 !important;
}
.tbl_comparison .t1 {
	width: calc(220 / var(--break02)) !important;
}
.tbl_comparison .t03{
	border-left: 1px solid #d1cbb5;
	border-right: 1px solid #d1cbb5;
}
.tbl_comparison .img {padding: calc(28 / var(--break03));}
.tbl_comparison tr:not(:last-child) th{border-bottom-color: #d1cbb5;}
.tbl_comparison tr:not(:last-child) td{border-bottom-color: #d1cbb5;}
.tbl_comparison .point {
	margin-bottom: calc(10 / var(--break03));
	display: block;
	line-height: 1;
	text-align: center;
	font-size: calc(30 / var(--break03));
}

.tbl_comparison01 th,
.tbl_comparison01 td
{width: 30%;}
.tbl_comparison02 th,
.tbl_comparison02 td
{width: 40%;}
.tbl_comparison01 thead .t4 {
	border-right-width: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	.tbl_comparison table {
		font-size: 94%;
	}
}
@media(max-width: 767px) {
	.tbl_comparison table{
		width: calc(1800 / 750 * 100vw);
		font-size: 90%;
	}
	.tbl_comparison thead th {
		font-size: 120%;
	}
	.tbl_comparison .point {
		font-size: 150%;
	}
	.tbl_comparison .t1 {
		width: calc(300 / 750 * 100vw) !important;
	}
	.tbl_comparison02 table{
		width: calc(1400 / 750 * 100vw);
	}
}

/* 
------------------------------------------------------------------*/
.slider_case .slick-prev,
.slider_case .slick-next,
.slider_case .slick-prev:hover,
.slider_case .slick-next:hover,
.slider_case .slick-prev:focus,
.slider_case .slick-next:focus {
	width: calc(42 / var(--break02));
	height: calc(80  / var(--break02));
	background: url(images/page/arw.svg)no-repeat center / cover;
	z-index: 1;
	top: calc(-250 / var(--break03));
	bottom: 0;
	margin: auto;
	transform: none;
}

.slider_case .slick-prev:before,
.slider_case .slick-next:before {
	display: none;
}

.slider_case .slick-prev {
	left: 2.5%;
}

.slider_case .slick-next {
	right: 2.5%;
	transform: scaleX(-1) !important;
}

.slider_case.slick-dotted.slick-slider{
	margin-bottom: 0 !important;
}
.slider_case .slick-dots{
	margin-top: var(--size30px);
	position: relative;
	bottom: auto;
}
.slider_case li button:before {
	width: calc(12 / var(--break02));
	height: calc(12 / var(--break02));
	opacity: 1;
	background: #e6e1db;
	font-size: 0;
	border-radius: 100%;
}
.slider_case .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #333333;
}

.slider_case .slick-list{
	padding: 0 !important;
}
.slider_case .slick-dots li:only-child {
	display: none;
}
@media(min-width: 768px){
	.inner_case_common{
		width: 94%;
	}
}
@media(min-width: 768px) and (max-width:1399px) {
	.slider_case .slick-prev,
	.slider_case .slick-next,
	.slider_case .slick-prev:hover,
	.slider_case .slick-next:hover,
	.slider_case .slick-prev:focus,
	.slider_case .slick-next:focus 
	{top: calc(-276 / 1500 * 100vw);}
}
@media(max-width: 767px) {
	.area_case_common01{
		width: calc(702 / var(--break02));
	}
	.area_case_common01 .box_case{
		width: calc(702 / var(--break02));
	}
	.copy_case02{
		width: 100%;
		margin-bottom: var(--size20px);
		line-height: 1;
		letter-spacing: 0;
	}
	.box_case02{
		padding: var(--size40px) 5vw;
	}
	.slider_case .slick-prev,
	.slider_case .slick-next,
	.slider_case .slick-prev:hover,
	.slider_case .slick-next:hover,
	.slider_case .slick-prev:focus,
	.slider_case .slick-next:focus {
		width: var(--size45px);
		height: var(--size80px);
		z-index: 1;
		top: 66vw;
		bottom: auto;
	}

	.slider_case .slick-prev {
		left: 7.5%;
	}
	.slider_case .slick-next {
		right: 7.5%;
		transform: scaleX(-1) !important;
	}

	.slider_case .slick-dots{
		margin-top: var(--size20px);
	}
	.slider_case li button:before {
		width: var(--size20px);
		height: var(--size20px);
	}
	.slider_case .slick-dots li{margin: 0;}
}


/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* banner_common logo_common
------------------------------------------------------------------*/
.banner_common{
	display: block;
		max-width: 100%;
	width: calc(600 / var(--break02));
}
.banner_common02{
	display: block;
		max-width: 100%;
	width: calc(680 / var(--break02));
}
.logo_common {
	width: calc(273 / var(--break02));
}
.logo_common img{
	width: 100%;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.logo_common {
		width: calc(298 / 750 * 100vw);
	}
	.banner_common02{
		width: 100%;
	}
}
/* btn_tel_common
------------------------------------------------------------------*/
.btn_tel_common{
	width: calc(400 / var(--break02));
	height: calc(100 / var(--break02));
	padding-top: calc(10 / var(--break02));
	line-height: 1.4;
	color: #fff;
	background: #b19143;
}
.btn_tel_common .s1{
	display: block;
	letter-spacing: 0;
}
.btn_tel_common .s2{
    display: inline-block;
    padding-left: calc(48 / var(--break02));
    letter-spacing: 0;
	position: relative;
	z-index: 1;
}
.btn_tel_common .s2::before{
	content: "";
	width: calc(30 / var(--break02));
	height: calc(30 / var(--break02));
	margin: auto;
	background: url(images/page/icn_tel.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(4 / var(--break02));
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.btn_tel_common{
		width: calc(646 / 750 * 100vw);
		height: calc(140 / 750 * 100vw);
		padding-top: 1vw;
		}
	.btn_tel_common .s1{
		font-size: calc(28 / 750 * 100vw);
	}
	.btn_tel_common .s2{
		padding-left: calc(48 / 750 * 100vw);
		font-size: calc(46 / 750 * 100vw);
	}
	.btn_tel_common .s2::before{
		width: calc(33 / 750 * 100vw);
		height: calc(33 / 750 * 100vw);
		left: .5vw;
	}	
}

/* parts_cv
------------------------------------------------------------------*/
.parts_cv{
	padding-bottom: calc(100 / var(--break03));
	background: url(images/page/bg_cv02.png)no-repeat center bottom / cover;
	position: relative;
	z-index: 1;
}
.bg_parts_cv{
	margin-bottom: calc(50 / var(--break03));
	padding: calc(56 / var(--break03)) 0 calc(50 / var(--break03));
	color: #fff;
	background: url(images/page/bg_cv.png)no-repeat center bottom / cover;
	position: relative;
	z-index: 1;
}
.bg_parts_cv::before{
	content: "";
	width: 100%;
	height: 1px;
	margin: auto;
	background: #fff;
	position: absolute;
	top: calc(10 / var(--break03));
	left: 0;
	right: 0;
	z-index: -1;
}
.box_parts_cv{
	padding: calc(70 / 1920 * 100vw) calc(100 / 1920 * 100vw) calc(60 / var(--break04));
	position: relative;
	z-index: 1;
}
.box_parts_cv::before{
	content: "";
	width: calc(300 / var(--break04));
	height: calc(200 / var(--break04));
	margin: auto;
	background: url(images/page/deco_cv.png)no-repeat center bottom / cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.copy_box_cv{
	font-size: calc(36 / var(--break04));
}
.copy_box_cv .fz56{
	font-size: calc(56 / var(--break04));
}
.row_box_cv{
	margin-bottom: calc(120 / var(--break04));
}
.row_box_cv .col_l{
	width: 46%;
}
.row_box_cv .col_r{
	width: 51%;
}

.in_box_cv{
	padding: calc(14 / var(--break04)) 0;
	border: solid 1px #b19143;
	position: relative;
	z-index: 1;
}
.in_box_cv::before{
	content: "";
	width: calc(100% - 10 / var(--break04));
	height: calc(100% - 10 / var(--break04));
	margin: auto;
	border: solid 1px #b19143;
	position: absolute;
	inset: 0;
}
.in_box_cv02{
	padding: calc(36 / var(--break04)) calc(30 / var(--break04));
	background: rgba(221, 221, 221, .3);
	position: relative;
	z-index: 1;
}
.list_box_cv li{
    margin-bottom: calc(16 / var(--break03));
    padding-bottom: calc(14 / var(--break03));
	padding-left: calc(48 / var(--break04));
	line-height: 1.6;
	font-size: calc(24 / var(--break03));
	border-bottom: 1px solid #dddddd;
	position: relative;
	z-index: 1;
}
.list_box_cv li::before{
	content: "";
	width: calc(30 / var(--break04));
	height: calc(30 / var(--break04));
	margin: auto;
	background: url(images/page/check.svg)no-repeat center / contain;
	position: absolute;
	top: calc(6 / var(--break03));
	left: 0;
}
.list_box_cv li:last-child{
	margin-bottom: 0;
}
.cover_box_cv{
	width: calc(980 / var(--break02));
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(44 / var(--break03));
}
.cover_box_cv .ballon{
	width: calc(224 / var(--break04));
	height: calc(224 / var(--break04));
	padding-top: calc(11 / var(--break04));
	margin: auto;
	background: #423f34;
	border-radius: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.cover_box_cv .ballon::before{
	content: "";
	width: calc(100% - 14 / var(--break04));
	height: calc(100% - 14 / var(--break04));
	margin: auto;
	border: 1px solid #fff;
	border-radius: 100%;
	position: absolute;
	inset: 0;
}
.cover_box_cv .ballon02{
	background: #fff;
	left: auto;
	right: 0;
}
.cover_box_cv .ballon02::before{
	border-color: #b19143;
}
.cover_box_cv .copy{
	font-size: calc(18 / var(--break04));
}
.cover_box_cv .fz22{
	letter-spacing: 0;
	font-size: calc(22 / var(--break04));
}
.cover_box_cv .fz24{
	letter-spacing: 0;
	font-size: calc(24 / var(--break04));
}
.cover_box_cv .fz32{
	letter-spacing: 0;
	font-size: calc(32 / var(--break04));
}
.bdr_box_cv{
	width: 100%;
	height: calc(230 / var(--break04));
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.ballon_parts_cv{
	width: calc(245 / 1920 * 100vw);
	height: calc(196 / 1920 * 100vw);
	margin: auto;
	position: absolute;
    left: calc(56 / 1920 * 100vw);
    bottom: calc(14 / var(--break04));
}
.ballon_parts_cv02{
	width: calc(244 / 1920 * 100vw);
	height: calc(464 / 1920 * 100vw);
	margin: auto;
	position: absolute;
	right: calc(-30 / var(--break04));
	bottom: 0;	
	z-index: 2;
}
@media(min-width: 768px) {
	.parts_cv .btn_tel_common{
		width: calc(420 / var(--break03));
		height: calc(110 / var(--break03));
	}
	.parts_cv .btn_tel_common .s2{
		padding-left: calc(55 / var(--break02));
	}
	.parts_cv .btn_tel_common .s2::before {
		width: calc(33 / var(--break02));
		height: calc(33 / var(--break02));
		left: calc(10 / var(--break02));
		top: calc(-10 / var(--break02));
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.list_box_cv li{
		letter-spacing: .06em;
	}

	.cover_box_cv{
		width: calc(940 / var(--break02));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.list_box_cv li{
		letter-spacing: .02em;
	}

	.cover_box_cv{
		width: calc(860 / var(--break02));
	}
}
@media(max-width: 767px) {
	.parts_cv{
		background: url(images/page/bg_cv02_sp.png)no-repeat center bottom / cover;
	}
	.bg_parts_cv{
		margin-bottom: 10vw;
		background: url(images/page/bg_cv_sp.png)no-repeat center bottom / cover;
	}
	.box_parts_cv{
		padding: calc(70 / 750 * 100vw) calc(28 / 750 * 100vw) calc(494 / 750 * 100vw);
	}
	.box_parts_cv::before{
		width: calc(240 / 750 * 100vw);
		height: calc(160 / 750 * 100vw);
	}
	.row_box_cv .col_l{
		width: 100%;
	}
	.row_box_cv .col_r{
		width: 100%;
	}
	.in_box_cv{
		padding: 3vw 0;
		margin-bottom: 8vw;
	}
	.in_box_cv .text{
		letter-spacing: .1em;
	}
	.copy_box_cv02{
		letter-spacing: .05em;
	}
	.in_box_cv02{
		padding: 4.5vw 2.5vw;
	}
	.list_box_cv li{
		margin-bottom: calc(11 / 750 * 100vw);
		padding-bottom: calc(12 / 750 * 100vw);
		padding-left: calc(40 / 750 * 100vw);
		font-size: calc(28 / 750 * 100vw);
	}
	.list_box_cv li::before{
		top: calc(6 / 750 * 100vw);
	}
	.cover_box_cv{
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.cover_box_cv .ballon{
		width: calc(282 / 750 * 100vw);
		height: calc(282 / 750 * 100vw);
		padding-top: 3vw;
		position: absolute;
		left: calc(26 / 750 * 100vw);
		bottom: calc(28 / 750 * 100vw);
	}
	.cover_box_cv .ballon::before{
		width: calc(100% - 10 / 750 * 100vw);
		height: calc(100% - 10 / 750 * 100vw);
	}
	.cover_box_cv .ballon02{
		padding-top: 0;
		bottom: calc(200 / 750 * 100vw);
		right: auto;
		left: calc(278 / 750 * 100vw);
		right: auto;
	}
	.cover_box_cv .copy{
		font-size: calc(24 / 750 * 100vw);
	}
	.cover_box_cv .fz22{
		font-size: calc(27.5 / 750 * 100vw);
	}
	.cover_box_cv .fz24{
		font-size: calc(27.5 / 750 * 100vw);
	}
	.cover_box_cv .fz32{
		font-size: calc(36 / 750 * 100vw);
	}
	.bdr_box_cv{
		height: calc(684 / 750 * 100vw);
	}

	.ballon_parts_cv{
		width: calc(160 / 750 * 100vw);
		height: calc(125 / 750 * 100vw);
		left: calc(88 / 750 * 100vw);
		bottom: calc(250 / 750 * 100vw);
	}
	.ballon_parts_cv02{
		width: calc(244 / 750 * 100vw);
		height: calc(464 / 750 * 100vw);
		right: 4vw;
	}
}
/* row_staff
------------------------------------------------------------------*/
.row_staff > .col_img{
	max-width: 700px;
	width: 48%;
}
.row_staff > .col_txt{
	width: 48%;
}

.row_staff .tag_name .tag{
	padding-right: calc(20 / var(--break03));
	font-size: calc(24 / var(--break03));
	position: relative;
    bottom: calc(4 / var(--break03));
}
.row_staff .tag_name .name_jp{
	padding-right: calc(15 / var(--break03));
	font-size: calc(36 / var(--break03));
}
.row_staff .tag_name .name_en{
	font-size: calc(20 / var(--break03));
	color: #b19143;
	vertical-align: super;
}
@media(min-width: 768px) and (max-width:1599px) {}
@media(max-width: 767px) {
	.row_staff > .col_img{
		width: 77.7%;
		margin: 0 auto 5vw;
	}
	.row_staff > .col_txt{
		max-width: calc(666 / 750 * 100vw);
		width: 100%;
		margin: auto;
	}

	.row_staff .tag_name .tag{
		padding-right: calc(16 / 750 * 100vw);
		font-size: calc(32 / 750 * 100vw);
	}
	.row_staff .tag_name .name_jp{
		padding-right: calc(15 / 750 * 100vw);
		font-size: calc(48 / 750 * 100vw);
	}
	.row_staff .tag_name .name_en{
		font-size: calc(28 / 750 * 100vw);
	}
}

/* コンテンツ名 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) {
	
}

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

/* 採用情報 recruit
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: ;
}
.tbl_guideline01 th {
	background: ;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: ;
}
.tbl_form01 th {
	color: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #333;
}
.btn_submit input {
	border: none;
	background: #;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 tr th {
			border-bottom: 1px solid #000;
	}
}

/* お問い合わせ contact
------------------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	background: #8a6e52;
	color: #fff;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
}
#sidebar caption {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
	background: #eee;
	border: 1px solid #eee;
	border-right-color: #eee;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #eee;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #959595;
	text-decoration: underline;
}
.wp-calendar-nav{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: calc(60 / var(--break) * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / var(--break) * 100vw);
	color: #2e7698;
	border-bottom: 1px solid #2e7698;
	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 {
	color: #2e7698;
	border-bottom: 1px solid #2e7698;
	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 #eceff1;
}
.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: #2e7698;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #2e7698;
	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 #2e7698;
	color: #2e7698;
	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: #2e7698;
	background: #2e7698;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.post_content > h4,.post_content > h5{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
#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 #2e7698;
	background: #2e7698;
	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: #2e7698;
}


.single_post > h3{
    display: flex;
    align-items: center;
    min-height: calc(80 / var(--break03));
    padding: calc(18 / var(--break03)) ;
	letter-spacing: .1em;
	line-height: 1.5;
	font-size: calc(30 / var(--break03));
	font-family: "shippori-mincho", sans-serif;
	font-weight: 600;
	font-style: normal;
	background: url(images/page/ptn_03.png)repeat;
    position: relative;
    z-index: 1;
}
.single_post > h3 span {
	position: relative;
	z-index: 3;
}
.post_content > h4{
	padding: calc(6 / var(--break03)) calc(28 / var(--break03)) ;
	letter-spacing: .1em;
	line-height: 1.5;
	font-size: calc(28 / var(--break03));
	font-family: "shippori-mincho", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	background: #b19143;
	position: relative;
	z-index: 1;
}
.post_content > h5{
	padding-bottom: calc(10 / var(--break02));
	letter-spacing: .1em;
	line-height: 1.5;
	font-size: calc(24 / var(--break03));
	font-weight: 600;
	border-bottom: solid 2px #423f34;
	position: relative;
	z-index: 1;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar h4 {
		line-height: calc(80 / var(--break) * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.thmb {
		width: calc(210 / var(--break) * 100vw);
	}
	.thmb img {
		height: calc(210 / var(--break) * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(240 / var(--break) * 100vw));
	}
	.txt_post h4 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.navigation li {
		width: calc(200 / 750 * 100vw);
	}
	.page_main .wp-pagenavi span.pages,.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: .5vw 2vw;
		margin: calc(4 / 750 * 100vw);
	}
	.page_main section.blog_archive {
		padding-bottom: 6vw;
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: 6vw;
	}
	.post_main .wp-pagenavi {
		margin-top: 12vw;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
	.single_post > h3 {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.post_content > h4,.post_content > h5{
		letter-spacing: 0;
		font-size: 1.125rem;
	}
	#sidebar .category ul li a{
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}
}


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