@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	height: calc(480 / var(--break) * 100vw);
	padding-bottom: calc(20 / 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 (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 {
		padding-top: 10vw;
		padding-bottom: 0;
		background-image: url("images/page/bg_ttl_page_sp.jpg");
	}
	.col_img {
		text-align: center;
	}
}


/*
------------------------------------------------------------------*/
.hdg2 .ja {
    display: block;
    margin-bottom: calc(18 / var(--break03));
    line-height: 1.6;
    letter-spacing: .1em;
    font-size: calc(50 / var(--break03));
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
    text-align: center;
    color: #fff;
}

.hdg2 .en {
    display: block;
    line-height: 1;
    letter-spacing: .1em;
    font-size: calc(30 / var(--break03));
	font-family: "the-seasons", sans-serif;
	font-weight: 300;
	font-style: normal;
    text-align: center;
    color: #fff;
}


.hdg3 {
    padding: calc(24 / var(--break03));
    letter-spacing: .1em;
    line-height: 1.5;
    font-size: calc(40 / var(--break03));
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	color: #777267;
    border: 1px solid #777267;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.hdg3::before,
.hdg3::after,
.hdg3  span::before,
.hdg3  span::after {
    content: "";
    width: calc(120 / var(--break03));
    height: 100%;
    margin: auto;
    background: #777267;
    opacity: .3;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hdg3::after {
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    left: calc(100% - 120 / var(--break03));
}

.hdg3 span::before {
    background: #a89d86;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
}

.hdg3 span::after {
    background: #a89d86;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    right: 0;
    left: calc(100% - 120 / var(--break03));
}

@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: 0;
        font-size: calc(30 / 750 * 100vw);
    }

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

    /* copy_common */
    .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 .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_common01
------------------------------------------------------------------*/
.copy_common01 {
    padding-bottom: calc(15 / var(--break02));
    border-bottom: #333333 1px solid;
}
.copy_common01 .deco{
    display: inline-block;
	padding-left: calc(35 / var(--break02));
	position: relative;
	z-index: 1;
}
.copy_common01 .deco::before{
	content: "";
	width: calc(24 / var(--break02));
	height: calc(24 / var(--break02));
	margin: auto;
	background: url(images/page/deco_copy_common01.png)no-repeat center / contain;
	position: absolute;
	inset: 0 auto 0 0;
	z-index: -1;
}
@media(max-width: 767px) {}

/* copy_common02
------------------------------------------------------------------*/
.copy_common02 {
    padding: calc(16 / var(--break02));
	line-height: 1.5;
	color: #bd8a15;
	background: #fff;
    border: #777267 1px solid;
	outline: #777267 1px solid;
	outline-offset: calc(-7 / var(--break02));
	text-align: center;
}

@media(max-width: 767px) {}

/* copy_common03
------------------------------------------------------------------*/
.copy_common03 {
    width: calc(880 / var(--break02));
    margin-left: auto;
	margin-right: auto;
    padding: calc(8 / var(--break02));
    text-align: center;
    color: #fff;
    background: #cf8332;
    clip-path: polygon(calc(20 / var(--break02)) 0, calc(100% - 20 / var(--break02)) 0, 100% 50%, calc(100% - 20 / var(--break02)) 100%, calc(20 / var(--break02)) 100%, 0% 50%);
}

@media(max-width: 767px) {
	.copy_common03 {
		width: 100%;
		padding: 1vw;
		clip-path: polygon(calc(20 / var(--break02)) 0, calc(100% - 20 / var(--break02)) 0, 100% 50%, calc(100% - 20 / var(--break02)) 100%, calc(20 / var(--break02)) 100%, 0% 50%);
	}
}

/* copy_common04
------------------------------------------------------------------*/
.copy_common04 .deco{
	padding: 0 calc(60 / var(--break04));
	background: url(images/page/deco_r_copy_common04.png)no-repeat center left / calc(41 / var(--break04)),url(images/page/deco_l_copy_common04.png)no-repeat center right / calc(41 / var(--break04));
	position: relative;
	z-index: 1;
}

@media(max-width: 767px) {
	.copy_common04{
		margin-left: -2.75vw;
		margin-right: -2.75vw;
	}
	.copy_common04 .deco{
		padding: 0 calc(50 / 1100 * 100vw);
		font-size: calc(36 / 750 * 100vw);
		background: url(images/page/deco_r_copy_common04.png)no-repeat center left / calc(41 / 1100 * 100vw),url(images/page/deco_l_copy_common04.png)no-repeat center right / calc(41 / 1100 * 100vw);
	}
}
/* row_common01
------------------------------------------------------------------*/
.row_common01 .copy_common {
    color: #bd8a15;
}
@media (min-width: 768px) {
    .row_common01>.col_img {
        max-width: 570px;
        width: 46%;
    }

    .row_common01>.col_txt {
        max-width: 620px;
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 1599px) {
    .row_common01 .copy_common span {
        letter-spacing: .05em;
    }

    .row_common01 .copy_common .fz28 {
        letter-spacing: .05em;
        font-size: 1.6rem;
    }

    .row_common01 .copy_common .fz30 {
        letter-spacing: .05em;
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) and (max-width: 1299px) {
    .row_common01 .copy_common .fz28 {
        font-size: 1.5rem;
    }

    .row_common01 .copy_common .fz30 {
        font-size: 1.55rem;
    }
}

@media (max-width: 767px) {
    .row_common01 .copy_common {
        text-align: center;
        margin-left: -1vw;
        margin-right: -1vw;
    }

    .row_common01 .copy_common .fz28,
    .row_common01 .copy_common .fz30 {
        font-size: calc(36 / 750 * 100vw);
    }

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

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

    .row_common01>.col_img {
        margin-bottom: 8vw;
    }
}

/* row_common02
------------------------------------------------------------------*/
.row_common02 {
    position: relative;
    z-index: 1;
}
.row_common02 .copy_common01 {
	color: #cf8332;
    border-bottom-color: #cf8332;
}
@media (min-width: 768px) {
    .row_common02>.col_txt {
        max-width: 740px;
        width: 59%;
    }

    .row_common02>.col_img {
        max-width: 450px;
        width: 37%;
    }
}

@media (min-width: 768px) and (max-width: 1599px) {
    .row_common02 .copy_common .fz26 {
        letter-spacing: .05em;
        font-size: 1.55rem;
    }
}

@media (min-width: 768px) and (max-width: 1299px) {
    .row_common02 .copy_common .fz26 {
        letter-spacing: 0;
        font-size: 1.48rem;
    }
}

@media (max-width: 767px) {
    .row_common02>.col_img {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .row_common02 .copy_common {
        text-align: center;
        margin-left: -1vw;
        margin-right: -1vw;
    }

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

/* row_common03
------------------------------------------------------------------*/
@media (min-width: 768px) {
	.row_common03 .col_img {
		width: 30.5%;
		max-width: 345px;
	}
	.row_common03 .col_txt {
		width: 65%;
	}
}

@media (max-width: 767px) {
	.row_common03 > .txt {
        width: 100% !important;
        max-width: calc(648 / 750 * 100vw);
        margin-left: auto;
        margin-right: auto;
    }
}

/* row_common04
------------------------------------------------------------------*/
@media (min-width: 768px) {
    .row_common04 {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }

    .row_common04>.col_img {
        max-width: 350px;
        width: 31%
    }

    .row_common04>.col_txt {
        width: 65%
    }
}

/* box_row_common02
------------------------------------------------------------------*/
@media (min-width: 768px) {
	.box_row_common02>.col_txt {
		width: 60.5%;
	}

	.box_row_common02>.col_img {
		max-width: 400px;
		width: 35.5%;
	}
}

@media (max-width: 767px) {
	.box_row_common02 .copy_common{
		text-align: center;
	}
}

/* row_common20
------------------------------------------------------------------*/
.row_common20>.box {
	max-width: 475px;
	width: 48.5%;
	padding: calc(50 / var(--break03)) calc(46 / var(--break03)) calc(38 / var(--break03));
	background: #ffffff;
	border: 1px solid #333333;
	position: relative;
	z-index: 1
}
.row_common20 .icon{
	max-width: 151px;
	width: calc(152 / var(--break03));
	margin: 0 auto calc(20 / var(--break03));
}
.row_common20 .copy_common01{
	padding-bottom: calc(20 / var(--break03));
}
@media(min-width: 768px) {
}
@media(max-width: 767px) {
	.row_common20 > .box{
		width: calc(666 / 750 * 100vw);
		padding: 4vw;
		margin: 5vw auto 0;
	}
	.row_common20 > .box:first-child{
		margin-top: 0;
	}
}

/* row_common20
------------------------------------------------------------------*/
.row_common20>.col{
	max-width: 595px;
	width: 48.5%;
	padding: calc(48 / var(--break03));
	background: #fff;
	box-shadow: 0px 3px 5px 5px rgba(176, 176, 176, 0.25);
}
.row_common20 .img{
	margin-bottom: calc(28 / var(--break03));
}
.row_common20 .copy{
	margin-bottom: calc(20 / var(--break03));
	line-height: 1.5;
	text-align: center;
	color: #bd8a15;
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	.row_common20>.col{
		width: calc(698 / 750 * 100vw);
		margin: 0 auto calc(50 / 750 * 100vw);
		padding: calc(58 / 750 * 100vw) calc(28 / 750 * 100vw);
	}
	.row_common20>.col:last-child{
		margin-bottom: 0;
	}
	.row_common20 .img{
		width: calc(580 / 750 * 100vw);
		margin: 0 auto 4vw;
	}
	.row_common20 .copy{
		margin-bottom: 2vw;
		font-size: calc(40 / 750 * 100vw);
		letter-spacing: 0;
	}
}


/* row_common21
------------------------------------------------------------------*/
.row_common21>.col {
	max-width: 475px;
	width: 48%;
	background: #fcfaf2;
	position: relative;
	z-index: 1;
}
.row_common21 .copy_common {
	padding: calc(15 / var(--break03)) 0 ;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #a89d86;
	position: relative;
	z-index: 1;
}
.row_common21 .areaText{
	padding: calc(24 / var(--break03)) calc(50 / var(--break03)) calc(30 / var(--break03));
}
@media(min-width: 768px) {
	.row_common21>.col:nth-of-type(n + 3){
		margin-top: calc(60 / var(--break03))
	}
}
@media(max-width: 767px) {
	.row_common21.flex{justify-content: space-between !important;}
	.row_common21>.col {
		width: calc(660 / 750 * 100vw);
		margin: 0 auto var(--size40px);
	}
	.row_common21>.col:last-child {
		margin-bottom: 0;
	}
	.row_common21 .copy_common {
		padding: 2vw 0;
	}
}

/* row_common22
------------------------------------------------------------------*/
.row_common22>.col {
	max-width: 600px;
	width: 48.5%;
	background: #f4f0ea;
	padding: calc(48 / var(--break03)) calc(46 / var(--break03)) calc(38 / var(--break03));
	position: relative;
	z-index: 1
}
.row_common22 .copy_common{
	padding: calc(5 / var(--break02));
	text-align: center;
	color: #fff;
	background: #bd8a15;
	outline: 1px solid #fff;
	outline-offset: calc(-5 / var(--break02));
}
@media(min-width: 768px) {
	.row_common22>.col:nth-of-type(n+3) {
		margin-top: calc(40 / var(--break03))
	}
}

@media (max-width: 767px) {
	.row_common22>.col {
		width:calc(640 / 750 * 100vw);
		margin: 7.5vw auto 0
	}

	.row_common22>.col:first-child {
		margin-top: 0
	}
}

/* row_common30
------------------------------------------------------------------*/
.row_common30>.col {
	max-width: 394px;
	width: 31.8%;
	position: relative;
	z-index: 1
}
.row_common30 .copy{
	line-height: 1.5;
	padding: calc(22.5 / var(--break03));
	text-align: center;
	font-size: calc(22 / var(--break03));
	color: #fff;
	background: #bd8a15;
	outline: 1px solid #fff;
	outline-offset:calc(-5 / var(--break03));
}
@media(min-width: 768px) {
	.row_common30>.col {
		margin-right:2.3%
	}
	.row_common30>.col:last-child,.row_common30>.col:nth-of-type(3n) {
		margin-right: 0
	}
	.row_common30>.col:nth-of-type(n+4) {
		margin-top: calc(30 / var(--break03))
	}
}

@media(max-width: 767px) {
	.row_common30>.col {
		width: calc(600 / 750 * 100vw);
		margin: 0 auto calc(50 / 750 * 100vw);
	}

	.row_common30>.col:last-child {
		margin-bottom: 0
	}
	.row_common30 .copy{
		padding: 4.5vw 1vw;
		letter-spacing: 0;
		font-size: calc(33.5 / 750 * 100vw);
		outline-offset:calc(-7 / 750 * 100vw);
	}
}


/* row_common31
------------------------------------------------------------------*/
.row_common31.flex{justify-content: center;}
.row_common31.start{justify-content: start;}
.row_common31>.col {
	max-width: 400px;
	width: 32.2%;
	background: #fcfaf2;
	position: relative;
	z-index: 1;
}
.row_common31 .copy_common {
	padding: calc(17 / var(--break03)) 0 calc(20 / var(--break03));
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #a89d86;
	position: relative;
	z-index: 1;
}
.row_common31 .areaText{
	padding: calc(18 / var(--break03)) calc(24 / var(--break03)) calc(30 / var(--break03));
}
@media(min-width: 768px) {
	.row_common31>.col {
		margin-right: 1.699%;
	}
	.row_common31>.col:nth-of-type(3n),
	.row_common31>.col:last-child {
		margin-right: 0;
	}
	.row_common31>.col:nth-of-type(n + 4){
		margin-top: calc(40 / var(--break03))
	}
}
@media(max-width: 767px) {

	.row_common31.flex{justify-content: space-between !important;}
	.row_common31>.col {
		width: calc(660 / 750 * 100vw);
		margin: 0 auto var(--size40px);
	}
	.row_common31>.col:last-child {
		margin-bottom: 0;
	}
	.row_common31 .copy_common {
		padding: 2vw 0;
	}

	/* .row_common31.x2>.col {
		width: 48.5%;
		font-size: 90%;
		margin: 0;
	}
	.row_common31.x2 .copy_common .fz22{
		font-size: 100%;
		letter-spacing: -.025em;
	}
	.row_common31.x2>.col:nth-of-type(n + 3){
		margin-top:  var(--size40px);
	} */
}


/* row_common32
------------------------------------------------------------------*/
.row_common32>.col {
	max-width: 394px;
	width: 31.8%;
	position: relative;
	z-index: 1
}
.row_common32 .copy_common{
	line-height: 1.5;
	padding: calc(22.5 / var(--break03));
	text-align: center;
	font-size: calc(22 / var(--break03));
	color: #fff;
	background: #bd8a15;
	outline: 1px solid #fff;
	outline-offset:calc(-5 / var(--break03));
}
@media(min-width: 768px) {
	.row_common32>.col {
		margin-right:2.2%
	}
	.row_common32>.col:last-child,.row_common32>.col:nth-of-type(3n) {
		margin-right: 0
	}
	.row_common32>.col:nth-of-type(n+4) {
		margin-top: calc(30 / var(--break03))
	}
}

@media(max-width: 767px) {
	.row_common32>.col {
		width: calc(600 / 750 * 100vw);
		margin: 0 auto calc(50 / 750 * 100vw);
	}

	.row_common32>.col:last-child {
		margin-bottom: 0
	}
	.row_common32 .copy_common{
		padding: 4.5vw 1vw;
		letter-spacing: 0;
		font-size: calc(33.5 / 750 * 100vw);
		outline-offset:calc(-10 / 750 * 100vw);
	}
}

.row_fee_common>.col {
	width: 23.8%;
	padding: var(--size30px) 1% var(--size30px);
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 1
}
.row_fee_common>.col::before,
.row_fee_common>.col::after
{
	content: "";
	width: calc(80 / var(--break02));
	height: calc(80 / var(--break02));
	margin: auto;
	border: 1px solid #bd8a15;
	position: absolute;
	inset: calc(10 / var(--break02));
}
 .row_fee_common>.col::before{
	border-bottom: 0;
	border-left: 0;
	bottom: auto;
	left: auto;
}
 .row_fee_common>.col::after{
	border-top: 0;
	border-right: 0;
	top: auto;
	right: auto;
}
.row_fee_common .icon {
	max-width: 176px;
	width: var(--size180px)
}
@media(min-width: 768px) {
	.row_fee_common>.col {
		margin-right:1.6%
	}
	.row_fee_common>.col:last-child,.row_fee_common>.col:nth-of-type(4) {
		margin-right: 0
	}
}

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

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

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

	.row_fee_common .copy_common .fz24 {
		font-size: 110%
	}
}
/* decoImg
------------------------------------------------------------------*/
.decoImg {
    padding-bottom: calc(20 / var(--break04));
    position: relative;
    z-index: 1;
}

.decoImg::before {
    content: "";
    width: 100%;
    height: calc(100% - calc(20 / var(--break04)));
    margin: auto;
    background: url(images/page/pattern_stripe_orange02.png)repeat center ;
    position: absolute;
    top: calc(20 / var(--break04));
    right: calc(20 / var(--break04));
    z-index: -1;
}

.r_reverse .decoImg::before {
    left: calc(20 / var(--break04));
    right: auto;
}

@media(max-width: 767px) {
    .decoImg::before {
		background: url(images/page/pattern_stripe_orange02.png)repeat center / calc(25 / 700 * 100vw);
    }
}

/* box_common01
------------------------------------------------------------------*/
.box_common01{
	background: #777267;
	outline: 1px solid #fff;
	outline-offset: calc(-19 / var(--break02));
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	
}

/* box_common02
------------------------------------------------------------------*/
.box_common02{
	background: #fff;
	box-shadow: 0 0 27px 3px rgba(88, 88, 88, 0.35);
}
.box_common02 .copy_common{
	padding: calc(4 / var(--break02));
	color: #fff;
	background: #bd8a15;
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	
}

/* box_common03
------------------------------------------------------------------*/
.box_common03{
	background: #fff;
	border: 1px solid #333;
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	
}


/* box_common04
------------------------------------------------------------------*/
.box_common04{
	background: #a89d86;
	outline: 3px solid #fff;
	outline-offset: calc(-19 / var(--break02));
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	
}

/* 
------------------------------------------------------------------*/
.border_common{
	width: 100%;
	height: 1px;
	background:#333;
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	
}

/* box_qa03
------------------------------------------------------------------*/
.box_qa03 {
	margin-bottom: var(--size60px);
	border: 0;
}
.box_qa03:last-child {
	margin-bottom: 0
}

.box_qa03 .box_q .box {
	height: auto;
	padding-bottom: 0!important;
	font-size: 166.6%;
	font-family: "the-seasons", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #fff;
	background: #cf8332;
	position: relative;
	z-index: 1
}
.box_qa03 .box_q .box::before {
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background: #fff;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	opacity: .1;
	position: absolute;
	inset: 0;
}
.box_qa03 .box_q .box span {
	padding-bottom: 0!important
}

.box_qa03 .box_q .txt {
	padding: calc(8 / var(--break03)) calc(50 / var(--break03)) calc(8 / var(--break03)) calc(40 / var(--break03));
	font-size: 111.1%;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	background: #e1cc7c;
	position: relative;
	z-index: 1
}

.box_qa03 .box_a {
	margin-top:  var(--size20px);
	padding-top: var(--size35px);
	padding-bottom: var(--size35px);
	background: #fcfaf2;
	position: relative;
	z-index: 1
}

.box_qa03 .box_a .box {
	width: calc(60 / var(--break03));
	height: calc(60 / var(--break03));
	line-height: 1;
	font-size: 166.6%;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	color: #fff;
	background: #777267;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}
.box_qa03 .box_a .box::before {
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background: #fff;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	opacity: .1;
	position: absolute;
	inset: 0;
}
.box_qa03 .box_a .wrap {
	max-width: 1080px;
	width: 90%;
	margin: auto;
	padding-left: calc(20 / 1920 * 100vw)
}

.box_qa03 .box_q .txt .icn:after,.box_qa03 .box_q .txt .icn:before {
	background: #777267
}
@media (min-width: 1600px) {
	.box_qa03 .box_q .txt {
		width:calc(100% - calc(60 / 1920 * 100vw))
	}

	.box_qa03 .box_a .wrap {
		padding-left: calc(20 / var(--break03))
	}
}

@media (max-width: 767px) {
	.box_qa03 {
		margin-bottom:calc(60/ 750 * 100vw)
	}

	.box_qa03 .box_q {
		margin-bottom: 0
	}

	.box_qa03 .box_q .box {
		height: auto;
		font-size: var(--size50px)
	}

	.box_qa03 .box_q .txt {
		line-height: 1.5;
		padding: 1.5vw 8vw 1.5vw 4vw;
		font-size: calc(34 / 750 * 100vw)
	}

	.box_qa03 .box_a {
		padding: 10vw 4vw 6vw;
		border-radius: 0
	}

	.box_qa03 .box_a .box {
		width: var(--size80px);
		height: var(--size80px);
		font-size: var(--size50px);
	}

	.box_qa03 .box_a .wrap {
		width: 100%;
		padding-left: 0
	}

	.box_qa03.v2 .box_q .txt {
		font-size: 100%
	}
}



/*
------------------------------------------------------------------*/
.tbl_copy_common {
    padding: calc(16 / var(--break02));
}

.tbl_common01 table {
    border-color: #333333
}

.tbl_common01 th {
    background: #bd8a15;
}

.tbl_common01 td {
    background: #fff;
}

.tbl_common01 tr:not(:last-child) td {
    border-bottom-color: #333333;
}



.tbl_common02 table {
    border-color: #333333
}

.tbl_common02 th {
	color: #333333;
    background: #ececec;
}

.tbl_common02 td {
    background: #fff;
}

.tbl_common02 tr:not(:last-child) th {
    border-bottom-color: #333333;
}
.tbl_common02 tr:not(:last-child) td {
    border-bottom-color: #333333;
}
@media(max-width: 767px) {
    .tbl_common01.cell_100sp tr th {
        border-bottom: 1px solid #333333;
    }

    .tbl_common01.tbl_recruit tr th {
        border-bottom: 1px solid #333333;
    }
	.tbl_common02 th {
		border-bottom: 1px solid #333333;
	}
}

/* box_common_flow02
------------------------------------------------------------------*/
.box_common_flow02 {
    padding: var(--size45px) 4% var(--size50px);
	color: #fff;
    background: #777267;
    outline: 1px solid #fff;
	outline-offset: calc(-9 / var(--break04));
    border: 0;
    position: relative;
    z-index: 1
}
.box_common_flow02::before {
    content: "";
    width: var(--size45px);
    height: var(--size15px);
    margin: auto;
    background: #bd8a15;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    position: absolute;
    bottom: calc(-35 / var(--break02));
    left: 0;
    right: 0;
    z-index: -1
}
.box_common_flow02::after {
    content: "";
    width: calc(160 / var(--break04));
    height: calc(160 / var(--break04));
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #a89d86;
	opacity: .3;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.box_common_flow02:last-child {
    margin-bottom: 0
}
.box_common_flow02:last-child::before {
    content: none
}
.box_common_flow02 .copyNum {
    line-height: 1.55;
    text-align: left;
    position: relative;
    z-index: 1
}
.box_common_flow02 .copyNum .num {
    width: var(--size40px);
    height: var(--size40px);
    line-height: 1;
    color: #fff;
	background: #a89d86;
    position: relative;
    z-index: 1
}
.box_common_flow02 .copyNum .txt01 {
    width: calc(100% - var(--size40px));
    padding-left: var(--size15px);
    position: relative;
    z-index: 1
}
@media(max-width: 767px) {
    .box_common_flow02 {
        padding: var(--size40px) 5%
    }

    .box_common_flow02::after {
        border-width: 1px;
    }

    .box_common_flow02 .copyNum .num {
        width: var(--size60px);
        height: var(--size60px);
        font-size: 100%
    }

    .box_common_flow02 .copyNum .txt01 {
        width: calc(100% - var(--size60px))
    }
}


/* bg_clinic01
------------------------------------------------------------------*/
.bg_clinic01{
	padding: calc(100 / var(--break02)) 0;
	background: url(images/clinic/bg_clinic01.jpg)no-repeat center / cover;
	position: relative;
	z-index: 1;
}
.box_clinic01{
	padding: calc(90 / var(--break02)) 4%;
	position: relative;
	z-index: 1;
}
.box_clinic01::before,
.box_clinic01::after
{
	content: "";
	width: calc(130 / var(--break02));
	height: calc(130 / var(--break02));
	margin: auto;
	border: 1px solid #fff;
	position: absolute;
	inset: calc(20 / var(--break02));
}
.box_clinic01::before{
	border-bottom: 0 !important;
	border-left: 0 !important;
	bottom: auto !important;
	left: auto !important;
}
.box_clinic01::after{
	border-top: 0 !important;
	border-right: 0 !important;
	top: auto !important;
	right: auto !important;
}
.box_clinic01 .bg {
    width: 100%;
    height: 100%;
    margin: auto;
    opacity: 0.9;
	background-image: linear-gradient(to bottom, #1b1b1b, #535353);
    position: absolute;
    inset: 0;
    z-index: -1;
}
.box_clinic01 .textImg {
    width: calc(471 / var(--break04));
    margin: auto;
    position: absolute;
    bottom: calc(-20 / var(--break04));
    right: calc(-20 / var(--break04));
}

.index_feature_clinic05{
	padding-bottom: calc(90 / var(--break03));
}
.img_feature_clinic05{
	padding-bottom: calc(140 / var(--break03));
	position: relative;
	z-index: 1;
}
.row_feature_clinic05{
	max-width: 100%;
	width: calc(870 / var(--break04));
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.row_feature_clinic05 .col{
	width: calc(204 / var(--break04));
	height: calc(204 / var(--break04));
	line-height: 1.3;
	color: #fff;
	background: url(images/clinic/ballon.png)no-repeat center / cover;
}
.row_feature_clinic05 .col:nth-of-type(2n){
	background: url(images/clinic/ballon02.png)no-repeat center / cover;
}
.row_feature_clinic05 .fz24{
	letter-spacing: 0;
	font-size: calc(24 / var(--break04));
}
.row_feature_clinic05 .fz30{
	letter-spacing: 0;
	font-size: calc(30/ var(--break04));
}
.row_feature_clinic05 .fz36{
	letter-spacing: 0;
	font-size: calc(36 / var(--break04));
}
@media(max-width: 767px) {
	.box_clinic01 .textImg {
		bottom: -6vw;
		right: -2vw;
	}
	
	
	.index_feature_clinic05{
		padding-bottom: 0;
	}
	.img_feature_clinic05{
		margin-bottom: 5vw;
		padding-bottom: 15vw;
	}
	.row_feature_clinic05{
		width: 97%;
	}
	.row_feature_clinic05 .col{
		width: calc(175 / 750 * 100vw);
		height: calc(175 / 750 * 100vw);
	}
	.row_feature_clinic05 .fz24{
		font-size: calc(21.5 / 750 * 100vw);
	}
	.row_feature_clinic05 .fz30{
		font-size: calc(27.5 / 750 * 100vw);
	}
	.row_feature_clinic05 .fz36{
		font-size: calc(33.5 / 750 * 100vw);
	}
    .index_for_kids_clinic.index_for_kids {
        padding: calc(180 / 750 * 100vw) 0 calc(280 / 750 * 100vw);
    }
	.index_for_kids_clinic.index_for_kids::after {
        inset: 3vw 0 0 3vw;
    }
	.box_for_kids_clinic.box_for_kids{
		padding: 8vw 3% 10vw;
		font-size: 90%;
	}
}


/* box_row_clinic
------------------------------------------------------------------*/
.index_feature{
	padding: var(--size80px) 0 var(--size100px);
	position: relative;
	z-index: 1;
}
.index_feature::before{
	content: "";
	width: calc(1920 / 1920 * 100vw);
	height: calc(1073 / 1920 * 100vw);
	margin: auto;
	background: url(images/clinic/bg_clinic_top.png)no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.bg_clinic_feature::before {
    background: url(images/clinic/bg_clinic_feature.png)no-repeat center / cover !important;
}
.flex_clinic_feature {
	max-width: 100%;
	width: calc(1340 / var(--break03));
	margin-left: auto;
	margin-right: auto;
}
.flex_clinic_feature .slid{
	display: flex;
	width: calc(294.9 / var(--break03));
	height: calc(100 / var(--break03));
	line-height: 1.4;
	letter-spacing: .1em;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	font-size: calc(18 / var(--break03));
	border: solid 1px #bd8a15;
	background: #fff;
	position: relative;
	z-index: 1;
}
.flex_clinic_feature .slid::before,
.flex_clinic_feature .slid::after
{
	content: "";
	width: calc(80 / var(--break03));
	height: calc(80 / var(--break03));
	margin: auto;
	position: absolute;
	border: 1px solid #bd8a15;
	inset: calc(6 / var(--break03));
	z-index: 1;
}
.flex_clinic_feature .slid::before{
	border-bottom: 0;
	border-left: 0;
	bottom: auto;
	left: auto;
}
.flex_clinic_feature .slid::after{
	border-top: 0;
	border-right: 0;
	top: auto;
	right: auto;
}
@media(min-width: 768px) {
	.flex_clinic_feature .slid:nth-of-type(n + 5){
		margin-top: calc(30 / var(--break03));
	}
}
@media(max-width: 767px) {
	.flex_clinic_feature.flex{
		justify-content: space-between;
	}
	.flex_clinic_feature .slid{
		width: calc(340 / 750 * 100vw);
		height: calc(120 / 750 * 100vw);
		letter-spacing: 0;
		font-size: 85%;
	}
	.flex_clinic_feature .slid:nth-of-type(n + 3){
		margin-top: 4vw;
	}
}
/* box_row_clinic
------------------------------------------------------------------*/
@media(min-width: 768px) {
	.box_row_clinic > .col_img{
		width: 37.5%;
		margin-right: -5%;
	}
	.box_row_clinic > .col_txt{
		width: 62.5%;
	}
	.box_row_clinic .box_common03{
		padding: calc(20 / var(--break03)) calc(35 / var(--break03));
	}
	.box_row_clinic dt{
		width: calc(134 / var(--break03));
		font-size: calc(22 / var(--break03));
	}
	.box_row_clinic dd{
		width: calc(100% - 135 / var(--break03));
		font-size: calc(18 / var(--break03));
	}
}
@media(max-width: 767px) {
	.box_row_clinic dt{line-height: 1.4;}
	.box_row_clinic dd{line-height: 1.6;}
}
/* bg_staff 
------------------------------------------------------------------*/
.bg_staff{
	padding: calc(70 / var(--break03)) 0 calc(80 / var(--break03));
	background: url(images/staff/bg_staff01.jpg)no-repeat center bottom / cover;
}
.tag_name02.flex{
	justify-content: start;
	line-height: 1;
}
.tag_name02.flex .tag{
	width: calc(90 / var(--break02));
	height: calc(50 / var(--break02));
	line-height: 1;
	font-size: calc(24 / var(--break02));
	color: #fff;
	background: #333333;
	position: relative;
	z-index: 1;
}
.tag_name02.flex .tag::before{
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	opacity: .1;
	background: #fff;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: absolute;
	inset: 0;
}
.tag_name02.flex .tag.w2{
	width: calc(140 / var(--break02));
}
.tag_name02.flex .name_jp{
	padding-left: calc(24 / var(--break02));
	font-size: calc(44 / var(--break02));
}
.tag_name02.flex .name_en{
	letter-spacing: .1em;
	padding-left: calc(24 / var(--break02));
	font-size: calc(24 / var(--break02));
	color: #bd8a15;
}
@media(min-width: 768px) {
	.row_staff > .col_img{
		max-width: 460px;
		width: 38%;
	}
	.row_staff > .col_txt{
		width: 58%;
	}
}
@media(max-width: 767px) {
	.bg_staff{
		padding: 6vw 0;
	}
	.row_staff> .col_img{
		width: calc(450 / 750 * 100vw) !important; 
		margin: 0 auto 6vw;
	}
	.tag_name02.flex .tag.w2{
		width: calc(130 / 750 * 100vw);
	}
	.tag_name02.flex .name_jp{
		padding-left: 1.5vw;
		letter-spacing: 0;
		font-size: calc(44 / 750 * 100vw);
		position: relative;
		top: -.5vw;
	}
	.tag_name02.flex .name_en{
		letter-spacing: 0;
		padding-left: 1.5vw;
		font-size: calc(24 / 750 * 100vw);
	}
}



/* bg_access
------------------------------------------------------------------*/
.bg_access{
	background: #ececec;
	position: relative;
	z-index: 1;
}
.bg_access::after {
    content: "";
    width: 100%;
    height: calc(240 / var(--break04));
    margin: auto;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.text_address01 .deco {
	padding-left: var(--size30px);
	position: relative;
	z-index: 1
}

.text_address01 .deco::before {
	content: "";
	width: calc(26 / var(--break02));
	height: calc(26 / var(--break02));
	margin: auto;
	background: url(images/access/icn_access.svg) center/contain no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2.5px;
	z-index: 1
}

.wrap_map_access .map{
	height: calc(500 / var(--break02));
}

@media(min-width: 768px) {
	.row_access .col{
		width: 48%;
	}
	.row_access .wrap_map_access02{
		height: calc(100% - 90 / var(--break02));
	}
	.row_access .btn_map{
		margin: calc(30  / var(--break02)) auto 0;
		position: relative;
		z-index: 1;
		inset: 0;
	}
	.wrap_map_access02 .map{}
	.wrap_map_access02 .map iframe {
		margin-top: 0;
		height: 100%;
	}
}
@media(max-width: 767px) {
	.text_address01 .deco {
		display: block;
		padding-left: 0;
		padding-top: calc(40 / 750 * 100vw);
	}
	.text_address01 .deco::before {
		width: calc(30 / 750 * 100vw);
		height: calc(30 / 750 * 100vw);
		margin: auto;
		top: 0;
		bottom: auto;
		left: 0;
		right: 0;
		z-index: 1
	}
	.row_access .col{
		width: 100%;
	}
	.row_access .col_map{
		margin: 0 auto 7.5vw;
	}
	.row_access .btn_map{
		margin: 0 auto ;
		position: relative;
		z-index: 1;
		inset: 0;
	}
	.wrap_map_access02 .map{margin: 0 auto calc(40 / 750 * 100vw);}
	.wrap_map_access02 .map iframe {
		margin-top: 0;
		height: 100%;
	}
}

/* map_visit
------------------------------------------------------------------*/
.map_visit{
	height: calc(500 / var(--break03));
}
@media(max-width: 767px) {
}

/* 
------------------------------------------------------------------*/
.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/arw03.svg)no-repeat center / cover;
	z-index: 1;
	top: calc(-75 / 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: #ececec;
	font-size: 0;
	border-radius: 100%;
}
.slider_case .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #cf8332;
}

.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: 62vw;
		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;}
}

/* logo
------------------------------------------------------------------*/
.logo03{
	max-width: 100%;
	width: calc(624 / var(--break03));
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.logo03{
		width: calc(647 / var(--break03));
	}
}


/* btn_common
------------------------------------------------------------------*/
.btn_common{
	width: calc(420 / var(--break02));
	height: calc(80 / var(--break02));
	background: #fff;
	position: relative;
	z-index: 1;
}
.btn_common::before{
	content: "";
	width: calc(26 / var(--break02));
	height: calc(23 / var(--break02));
	margin: auto;
	background: url(images/page/arw.png)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(20 / var(--break02));
	z-index: -1;
}
.btn_common.border{
	border: 1px solid #333333;
}
@media(min-width: 768px) {
	.btn_common.X{
		width: calc(300 / var(--break03));
		height: calc(60 / var(--break03));
	}
}
@media(max-width: 767px) {
	.btn_common{
		max-width: 100%;
		width: calc(600 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
	}
	.btn_common .fz20{
		letter-spacing: 0;
		font-size: calc(33.5 / 750 * 100vw);
	}
	.btn_common::before{
		width: calc(31 / 750 * 100vw);
		height: calc(28 / 750 * 100vw);
		right: calc(60 / 750 * 100vw);
	}
}


/* btn_common02
------------------------------------------------------------------*/
.btn_common02{
	max-width: 100%;
	width: calc(300 / var(--break02));
	min-height: calc(50 / var(--break02));
	font-size: calc(16 / var(--break02));
	background: #fff;
	border: 1px solid #333333;
	position: relative;
	z-index: 1;
}
.btn_common02::before {
	content: "";
    width: calc(8 / var(--break02));
    height: calc(8 / var(--break02));
    border: 1.5px solid;
    border-color: transparent transparent #333 #333;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
   	right: 5%;
    transform: rotate(-135deg);
    transition: .3s;
    background: none;
    top: .15em;
}
@media(max-width: 767px) {
	.btn_common02{
		max-width: 100%;
		width: calc(600 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
	}
	.btn_common02 .fz20{
		letter-spacing: 0;
		font-size: calc(34 / 750 * 100vw);
	}
	.btn_common02::before {
		width: calc(11 / 750 * 100vw);
		height: calc(11 / 750 * 100vw);
		border-width: 1px;
		right: 5%;
		transform: rotate(-135deg);
		transition: .3s;
		background: none;
		top: .15em;
	}
}

/* btn_common03
------------------------------------------------------------------*/
.btn_common03{
	max-width: 100%;
	width: calc(360 / var(--break02));
	min-height: calc(80 / var(--break02));
	line-height: 1;
	letter-spacing: .1em;
	font-size: calc(20 / var(--break02));
	color: #fff;
	background: #cf8332;
	border-radius: calc(40 / var(--break02));
	position: relative;
	z-index: 1;
}
.btn_common03::after {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-left: calc(8 / var(--break) * 100vw) solid #fff;
    border-top: calc(5 / var(--break) * 100vw) solid transparent;
    border-bottom: calc(5 / var(--break) * 100vw) solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(30 / var(--break) * 100vw);
}
@media(max-width: 767px) {
	.btn_common03{
		max-width: 100%;
		width: calc(600 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		letter-spacing: 0;
		font-size: 100%;
		border-radius: calc(50 / 750 * 100vw);
	}
	.btn_common03::after {
		border-left: calc(14 / var(--break) * 100vw) solid #fff;
		border-top: calc(10 / var(--break) * 100vw) solid transparent;
		border-bottom: calc(10 / var(--break) * 100vw) solid transparent;
		right: 4vw;
	}
}
/* row_contact01
------------------------------------------------------------------*/
.row_contact01{
	width: calc(860 / var(--break02));
}
.row_contact01 > .btn{
	width: calc(210 / var(--break02));
	height: calc(90 / var(--break02));
	color: #fff;
	background: #bd8a15;
	position: relative;
}
.row_contact01 > .btn::before{
	content: "";
	width: 100%;
	height: calc(10 / var(--break02));
	margin: auto;
	background: rgba(255, 255, 255, .2);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.row_contact01 > .btn::after{
	content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-width: calc(6 / var(--break02));
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    position: absolute;
    bottom: calc(6 / var(--break02));
    right: calc(6 / var(--break02));
}
.row_contact01 .s1{
	display: block;
	width: 100%;
	padding-top: calc(10 / var(--break02));
	line-height: 1;
	font-size: calc(15.5 / var(--break02));
}
.row_contact01 .s2{
	width: 100%;
	line-height: 1.6;
	font-size: calc(22 / var(--break02));
}
.row_contact01 > .btn_tel{
	width: calc(260 / var(--break02));
	height: calc(90 / var(--break02));
	background: #ececec;
}
.row_contact01 .btn_tel .s3{
	line-height: 1.3;
	font-size: calc(26 / var(--break02));
}
.row_contact01 .btn_tel .s3_1{
	font-size: calc(22 / var(--break02));
}
.row_contact01 > .btn_line{
	width: calc(180 / var(--break02));
	background: #06c755;
}
.row_contact01 > .btn_web02{
	background: #777267;
}
@media(min-width: 768px) {
	.row_contact01.v5{
		align-items: center;
		width: calc(950 / var(--break04));
	}
	.row_contact01.v5 > .instagram{
		width: calc(60 / var(--break04));
		margin-right: calc(30 / var(--break04));
	}
	.row_contact01.v5 > .btn{
		width: calc(210 / var(--break04));
		height: calc(90 / var(--break04));
	}
	.row_contact01.v5 > .btn::before{
		height: calc(10 / var(--break04));
	}
	.row_contact01.v5 > .btn::after{
		border-width: calc(6 / var(--break04));
		bottom: calc(6 / var(--break04));
		right: calc(6 / var(--break04));
	}
	.row_contact01.v5 .s1{
		padding-top: calc(10 / var(--break04));
		font-size: calc(15.5 / var(--break04));
	}
	.row_contact01.v5 .s2{
		font-size: calc(22 / var(--break04));
	}
	.row_contact01.v5 > .btn_tel{
		width: calc(260 / var(--break04));
		height: calc(90 / var(--break04));
	}
	.row_contact01.v5 .btn_tel .s3{
		font-size: calc(26 / var(--break04));
	}
	.row_contact01.v5 .btn_tel .s3_1{
		font-size: calc(22 / var(--break04));
	}
	.row_contact01.v5 > .btn_line{
		width: calc(180 / var(--break04));
	}

	.row_contact01.v6{
		align-items: center;
		width: calc(900 / 1920 * 100vw);
		background: #333333;
	}
	.row_contact01.v6 > .instagram{
		width: calc(60 / 1920 * 100vw);
		height: 100%;
		margin-right: calc(20 / 1920 * 100vw);
	}
	.row_contact01.v6 > .btn{
		width: calc(190 / 1920 * 100vw);
		height: calc(90 / 1920 * 100vw);
	}
	.row_contact01.v6 > .btn::before{
		height: calc(10 / 1920 * 100vw);
	}
	.row_contact01.v6> .btn::after{
		border-width: calc(6 / 1920 * 100vw);
		bottom: calc(6 / 1920 * 100vw);
		right: calc(6 / 1920 * 100vw);
	}
	.row_contact01.v6 .s1{
		padding-top: calc(10 / 1920 * 100vw);
		font-size: calc(15.5 / 1920 * 100vw);
	}
	.row_contact01.v6 .s2{
		font-size: calc(22 / 1920 * 100vw);
	}
	.row_contact01.v6> .btn_tel{
		width: calc(260 / 1920 * 100vw);
		height: calc(90/ 1920 * 100vw);
		background: #fff;
	}
	.row_contact01.v6 .btn_tel .s3{
		font-size: calc(26 / 1920 * 100vw);
	}
	.row_contact01.v6 .btn_tel .s3_1{
		font-size: calc(22 / 1920 * 100vw);
	}
	.row_contact01.v6 > .btn_line{
		width: calc(180 / 1920 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_contact01.v5{
		width: calc(870 / var(--break04));
	}
	.row_contact01.v5 > .instagram{
		width: calc(50 / var(--break04));
		margin-right: calc(20 / var(--break04));
	}
	.row_contact01.v5 > .btn{
		width: calc(195 / var(--break04));
	}
	.row_contact01.v5 > .btn_tel{
		width: calc(245 / var(--break04));
	}
	.row_contact01.v5 > .btn_line{
		width: calc(165 / var(--break04));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_contact01{
		width: calc(860 / var(--break03));
	}
	.row_contact01 > .btn{
		width: calc(210 / var(--break03));
		height: calc(90 / var(--break03));
	}
	.row_contact01 > .btn::before{
		height: calc(10 / var(--break03));
	}
	.row_contact01 > .btn::after{
		border-width: calc(6 / var(--break03));
		bottom: calc(6 / var(--break03));
		right: calc(6 / var(--break03));
	}
	.row_contact01 .s1{
		padding-top: calc(10 / var(--break03));
		font-size: calc(15.5 / var(--break03));
	}
	.row_contact01 .s2{
		font-size: calc(22 / var(--break03));
	}
	.row_contact01 > .btn_tel{
		width: calc(260 / var(--break03));
		height: calc(90 / var(--break03));
	}
	.row_contact01 .btn_tel .s3{
		font-size: calc(26 / var(--break03));
	}
	.row_contact01 .btn_tel .s3_1{
		font-size: calc(22 / var(--break03));
	}
	.row_contact01 > .btn_line{
		width: calc(180 / var(--break03));
	}

	.row_contact01.v2{
		width: calc(860 / var(--break04));
	}
	.row_contact01.v2 > .btn{
		width: calc(210 / var(--break04));
		height: calc(90 / var(--break04));
	}
	.row_contact01.v2 > .btn::before{
		height: calc(10 / var(--break04));
	}
	.row_contact01.v2 > .btn::after{
		border-width: calc(6 / var(--break04));
		bottom: calc(6 / var(--break04));
		right: calc(6 / var(--break04));
	}
	.row_contact01.v2 .s1{
		padding-top: calc(10 / var(--break04));
		font-size: calc(15.5 / var(--break04));
	}
	.row_contact01.v2 .s2{
		font-size: calc(22 / var(--break04));
	}
	.row_contact01.v2 > .btn_tel{
		width: calc(260 / var(--break04));
		height: calc(90 / var(--break04));
	}
	.row_contact01.v2 .btn_tel .s3{
		font-size: calc(26 / var(--break04));
	}
	.row_contact01.v2 .btn_tel .s3_1{
		font-size: calc(22 / var(--break04));
	}
	.row_contact01.v2 > .btn_line{
		width: calc(180 / var(--break04));
	}


	.row_contact01.v6{
		width: calc(870 / 1920 * 100vw);
	}
	.row_contact01.v6> .btn_tel{
		width: calc(250 / 1920 * 100vw);
	}
	.row_contact01.v6 > .btn_line{
		width: calc(160 / 1920 * 100vw);
	}
}
@media(max-width: 767px) {
	.row_contact01{
		width: calc(650.01 / 750 * 100vw);
	}
	.row_contact01 > .btn{
		width: calc(225 / 750 * 100vw);
		height: calc(110 / 750 * 100vw);
		line-height: 1.6;
	}
	.row_contact01 > .btn::before{
		height: calc(10 / var(--break02));
	}
	.row_contact01 > .btn::after{
		border-width: calc(8 / 750 * 100vw);
		bottom: calc(8 / 750 * 100vw);
		right: calc(8 / 750 * 100vw);
	}
	.row_contact01 .s1{
		padding-top: 1vw;
		font-size: calc(20 / 750 * 100vw);
	}
	.row_contact01 .s2{
		font-size: calc(30 / 750 * 100vw);
	}
	.row_contact01 > .btn_tel{
		width: 100%;
		height: calc(110 / 750 * 100vw);
		margin-bottom: 2vw;
	}
	.row_contact01 .btn_tel .s1{
		font-size: calc(24 / 750 * 100vw);
	}
	.row_contact01 .btn_tel .s3{
		font-size: calc(38 / 750 * 100vw);
	}
	.row_contact01 .btn_tel .s3_1{
		font-size: calc(30 / 750 * 100vw);
	}
	.row_contact01 > .btn_line{
		width: calc(200 / 750 * 100vw);
	}

	.row_contact01 > .instagram{
		width: calc(90 / 750 * 100vw);
		margin: 0 auto 4vw;
	}
}
/* btn_instagram
------------------------------------------------------------------*/
.btn_instagram{
	width: calc(420 / var(--break02));
	height: calc(110 / var(--break02));
	border: 1px solid #333;
	background: url(images/page/arw.png)no-repeat center right calc(40 / var(--break02)) / calc(26 / var(--break02)); 
}
.btn_instagram .s{
	min-height: calc(50 / var(--break02));
	letter-spacing: .1em;
	padding: 0 calc(50 / var(--break02)) 0 calc(70 / var(--break02));
	font-size: calc(30 / var(--break02));
	background: url(images/page/icon_instagram.png)no-repeat center left / calc(52 / var(--break02));
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.btn_instagram{
		width: calc(600 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		background: url(images/page/arw.png)no-repeat center right calc(54 / 750 * 100vw) / calc(36 / 750 * 100vw);
	}
	.btn_instagram .s{
		min-height: calc(74 / 750 * 100vw);
		letter-spacing: 0;
		padding: 0 calc(100 / 750 * 100vw) 1vw calc(110 / 750 * 100vw);
		font-size: calc(40 / 750 * 100vw);
        background: url(images/page/icon_instagram.png) no-repeat center left -.5vw / calc(74 / 750 * 100vw);
	}
}

/*  .deco_access_commons
------------------------------------------------------------------*/
.deco_access_common .icon{
	width: calc(50 / var(--break03));
}
.deco_access_common .text{
	width: calc(100% - 70 / var(--break03));
	line-height: 1.6;
	font-size: calc(22 / var(--break03));
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.deco_access_common .icon{
		width: calc(74 / 750 * 100vw);
	}
	.deco_access_common .text{
		width: calc(100% - 111 / 750 * 100vw);
		letter-spacing: 0;
		line-height: 1.8;
		font-size: calc(32 / 750 * 100vw);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01{
	border: 1px solid #333333;
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #fff;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_invisalign {
	max-width: 1000px;
	border: 1px solid #333333;
	background: #fff;
}
.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: #cf8332 !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_form01 th {
	color: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #bd8a15;
}
.tbl_form01 td select{
	width: 100%;
	padding: calc(12 / var(--break) * 100vw);
}
.btn_submit input {
	background: #cf8332;
	border: none;	
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_form01 td select{
		padding: 2vw;
	}
}

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

.single_post>h3 {
    padding: calc(16 / var(--break02));
    letter-spacing: .1em;
    line-height: 1.5;
    font-size: calc(26 / var(--break03));
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	color: #777267;
    border: 1px solid #777267;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.single_post>h3::before,
.single_post>h3::after,
.single_post>h3 span::before,
.single_post>h3 span::after {
    content: "";
    width: var(--size80px);
    height: 100%;
    margin: auto;
    background: #777267;
    opacity: .3;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.single_post>h3::after {
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    left: calc(100% - var(--size80px));
}

.single_post>h3 span::before {
    background: #a89d86;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
}

.single_post>h3 span::after {
    background: #a89d86;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    right: 0;
    left: calc(100% - var(--size80px));
}

.post_content>h4 {
    padding: calc(12 / var(--break02)) calc(24 / var(--break02));
    letter-spacing: .1em;
    line-height: 1.5;
    font-size: calc(20 / var(--break03));
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	color: #fff;
    background: #a89d86;
    position: relative;
    z-index: 1;
}

.post_content>h4::before {
    content: "";
    max-height: 90%;
    width: 2px;
    height: var(--size40px);
    margin: auto;
    background: #333333;
    position: absolute;
    inset: 0 auto 0 var(--size10px);
    z-index: -1;
}

.post_content>h5 {
    padding-bottom: var(--size15px);
    letter-spacing: .1em;
    line-height: 1.5;
    font-size: calc(20 / var(--break03));
    font-family: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    position: relative;
    z-index: 1;
}

.post_content>h5::after {
    content: "";
    width: 100%;
    height: var(--size5px);
    margin: auto;
    border: 1px solid #bd8a15;
    border-left: 0;
    border-right: 0;
    position: absolute;
    inset: auto 0 0;
}

.post_content>h5::before {
    content: "◆";
    color: #cf8332;
}

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


/* フォーマット format
------------------------------------------------------------------*/
.format {
	padding-bottom: calc(140 / var(--break) * 100vw);
}
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.row_format01 .col_img {
	width: 46%;
	max-width: 570px;
}
.row_format01 .col_txt {
	width: 50%;
}
.list_format01 li {
	max-width: 425px;
}
.row_format03 .col_img {
	width: 29%;
	max-width: 350px;
}
.row_format03 .col_txt {
	width: 67%;
}
.row_format03 .copy {
	border-bottom: 1px solid #333;
}
.row_format03 .copy:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	left: 0;
	top: .4em;
	background: #333;
}
.txt_format01 {
	max-width: 1000px;
}
.tbl_fee {
	max-width: 1000px;
}
.tbl_fee table {
	border-color: #;
}
.tbl_fee th {
	background: #;
}
.tbl_fee thead th {
	background: #;
	text-align: center;
}
.tbl_fee thead tr th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_fee tr:not(:last-child) td {
	border-bottom-color: #;
}
.tbl_fee tbody tr td:not(:last-of-type) {
	border-right: 1px solid #;
}
.tbl_fee01 tbody th {
	text-align: center;
}
.wrap_format01 .box_flow:last-of-type:before {
	display: none;
}
.box_format03 .col_img {
	width: 31%;
	max-width: 345px;
}
.box_format03 .col_txt {
	width: 65%;
}
.row_format04 .col {
	width: 31.8%;
	max-width: 394px;
	margin-right: 2.3%;
}
.row_format04 .col:nth-child(3n), .row_format04 .col:last-child {
	margin-right: 0;
}
.row_format04 .col:not(:nth-child(-n+3)) {
	margin-top: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 {
	border: none;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 .box_a .box {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	left: 0;
	top: 0;
}
.wrap_format01 .box_qa03 .box_a {
	padding-top: calc(30 / var(--break) * 100vw);
	padding-left: calc(100 / var(--break) * 100vw);
}
.box_format04 .ttl {
	font-weight: 300;
	height: calc(50 / var(--break) * 100vw);
}
.list_format02 li:not(:first-child) {
	margin-top: calc(14 / var(--break) * 100vw);
}
.list_format02 .year {
	width: calc(140 / var(--break) * 100vw);
}
.list_format02 .txt {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.risk_format {
	border: 1px solid #333;
}
.risk_format .box{
	overflow-y: scroll;
	max-height: 280px;
	scrollbar-color: #333 #fff;
    scrollbar-width: thin;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.format {
		padding-bottom: 17vw;
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: 20vw;
	}
	.img_format01 {
		max-width: 100%;
	}
	.box_format01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_format01 li {
		max-width: 100%;
	}
	.row_format03 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_format03 .copy:before {
		top: .55em;
	}
	.txt_format01 {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.tbl_fee {
		max-width: 100%;
	}
	.tbl_fee01 tbody th {
		text-align: left;
	}
	.box_format03 {
		display: block;
	}
	.box_format03 .copy {
		font-size: 1.125rem;
	}
	.row_format04 {
		display: block;
	}
	.row_format04 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto!important;
	}
	.row_format04 .col:not(:first-child) {
		margin-top: calc(60 / var(--break) * 100vw);!important;
	}
	.row_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		font-size: 1.5625rem;
	}
	.tbl_format01.js-scrollable table {
		width: calc(1200 / var(--break) * 100vw);
		font-size: .875rem;
	}
	.img_format02 {
		max-width: calc(500 / var(--break) * 100vw);
	}
	.name_format .job {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.name_format .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
	.list_format02 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_format02 .year {
		width: calc(200 / var(--break) * 100vw);
	}
	.list_format02 .txt {
		width: calc(100% - calc(200 / var(--break) * 100vw));
	}
}