@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(140 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	width: 100%;
	padding-top: calc(90 / var(--break03));
	height: calc(500 / var(--break03));
	position: relative;
	z-index: 1;
}
.main_page::before{
	content: "";
	width: 100%;
	height: calc(372 / var(--break03));
	margin: auto;
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.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) {
	.main_page::before{
		height: calc(372 / 1300 * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		height: calc(496 / 750 * 100vw);
	}
	.main_page::before{
		height: calc(352 / 750 * 100vw);
		background: url("images/page/bg_ttl_page_sp.jpg")no-repeat center / cover;
	}
	.col_img {
		text-align: center;
	}
}
.w_fll{width: 100% !important;}
/*
------------------------------------------------------------------*/
.hdg2 .ja {
    display: block;
    margin-bottom: calc(14 / var(--break03));
    line-height: 1.6;
    letter-spacing: .1em;
    font-size: calc(50 / var(--break03));
	font-family: "source-han-serif-japanese", serif;
	font-weight: 500;
	font-style: normal;
    text-align: center;
    color: #000;
}

.hdg2 .en {
    display: block;
    line-height: 1;
    letter-spacing: .2em;
    font-size: calc(20 / var(--break03));
	font-family: "futura-pt", sans-serif;
	font-weight: 700;
	font-style: normal;
    text-align: center;
    color: #52b23f;
}


.hdg3 {
    padding: calc(90 / var(--break03)) 0  calc(30 / var(--break03));
    letter-spacing: .1em;
    line-height: 1.5;
    font-size: calc(40 / var(--break03));
	font-family: "source-han-serif-japanese", serif;
	font-weight: 500;
	font-style: normal;
	color: #000;
	background: url(images/page/deco_hdg3.png)no-repeat center top / calc(243 / var(--break03));
    border-bottom: 2px solid #3a7500;
    position: relative;
    z-index: 1;
}

@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: calc(88 / 750 * 100vw) 0  calc(26 / 750 * 100vw);
		letter-spacing: 0;
		font-size: calc(46 / 750 * 100vw);
		border-bottom-width: 1px;
	}


    /* 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{
	border-bottom: 1px #3a7500 solid;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* copy_common02
------------------------------------------------------------------*/
.copy_common02{
	line-height: 1.6;
	text-align: center;
}
.copy_common02 .deco{
	padding: 0 calc(30 / var(--break02));
	position: relative;
	z-index: 1;
}
.copy_common02 .deco::before,
.copy_common02 .deco::after
{
	content: "";
	width: calc(12 / var(--break02));
	height: calc(12 / var(--break02));
	margin: auto;
	background: #52b23f;
	border-radius: 100%;
	position: absolute;
	inset: 0 auto;
}
.copy_common02 .deco::before{left: 0;}
.copy_common02 .deco::after{right: 0;}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.copy_common02 .deco{
		padding: 0 calc(40 / 750 * 100vw);
		letter-spacing: 0;
	}
	.copy_common02 .deco::before,
	.copy_common02 .deco::after
	{
		width: calc(18 / 750 * 100vw);
		height: calc(18 / 750 * 100vw);
	}
}

/* copy_common_trouble
------------------------------------------------------------------*/
.copy_common_trouble{
	padding: calc(10 / var(--break02));
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #52b23f;
	border-radius: calc(6 / var(--break02));
}
.copy_common_trouble .deco{
	display: inline-block;
	padding: 0 calc(60 / var(--break02));
	position: relative;
	z-index: 1;
}
.copy_common_trouble .deco::before,
.copy_common_trouble .deco::after
{
	content: "";
	width: calc(36 / var(--break02));
	height: calc(23 / var(--break02));
	margin: auto;
	background: url(images/page/deco_copy_trouble02.png)no-repeat center / contain;
	position: absolute;
	inset: 0 auto;
}
.copy_common_trouble .deco::before{left: 0;}
.copy_common_trouble .deco::after{
	right: 0;
	transform: scale(-1, 1);
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.copy_common02 .deco{
		padding: 0 calc(40 / 750 * 100vw);
		letter-spacing: 0;
	}
	.copy_common02 .deco::before,
	.copy_common02 .deco::after
	{
		width: calc(18 / 750 * 100vw);
		height: calc(18 / 750 * 100vw);
	}
}

/* copy_common03
------------------------------------------------------------------*/
.copy_common03{
	text-align: center;
	color: #fff;
	background-image: linear-gradient(to right, #00a153, #52b23f);
}
@media(min-width: 768px) and (max-width:1299px) {

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

}


/* copy_common04
------------------------------------------------------------------*/
.copy_common04{
	padding: calc(10 / var(--break03));
	line-height: 1.5;
	text-align: center;
	background: #fff684;
	border-bottom: 1px solid #3a7500;
}
@media(min-width: 768px) and (max-width:1299px) {

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

}
/* 
------------------------------------------------------------------*/
@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:1299px) {} */
@media(max-width: 767px) {
	.row_common01 .copy_common {
		text-align: center;
		margin-left: -.8vw;
		margin-right: -.8vw;
	}
}

/* row_common02
------------------------------------------------------------------*/
@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 {
		max-width: 460px;
		width: 38%;
	}

	.row_common03>.col_txt {
		max-width: inherit;
		width: 58%;
	}
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	.row_common03>.col_img {
		width: 77.7% !important;
		margin-left: auto;
		margin-right: auto;
	}
	.row_common03 .tag_name{
		margin-left: auto;
		margin-right: auto;
	}
}

/* row_common20
------------------------------------------------------------------*/
.row_common20>.col {
	max-width: 600px;
	width: 48.5%;
	padding: calc(48 / var(--break02));
	background: #fff;
	border-radius: calc(20 / var(--break02)); 
	box-shadow: 0 0 18px 2px rgba(102, 102, 102, 0.5);
	position: relative;
	z-index: 1
}
@media(max-width: 767px) {
	.row_common20>.col {
		max-width: calc(666 / 750 * 100vw);
		width: 100%;
		margin: 0 auto 6vw;
	}	
	.row_common20>.col:last-child {
		margin-bottom: 0;
	}
}
/* row_common30
------------------------------------------------------------------*/
.row_common30>.col {
	max-width: 394px;
	width: 31.8%;
	border-bottom: 1px solid #dddddd;
	position: relative;
	z-index: 1
}
.row_common30 .copy_common {
    padding: calc(17.5 / var(--break03)) 0;
    line-height: 1.5;
    text-align: center;
    background: #fff684;
    position: relative;
    z-index: 1;
}
.row_common30 .areaText{
	padding: calc(20/ var(--break03)) calc(30 / 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: 2.5vw 1vw;
		letter-spacing: 0;
		font-size: calc(33.5 / 750 * 100vw);
	}
}


/* row_common31
------------------------------------------------------------------*/
.row_common31.flex {
    justify-content: start;
}
.row_common31>.col {
    max-width: 394px;
    width: 31.8%;
}
.row_common31 .copy_common {
    padding: calc(16 / var(--break02)) 0;
    line-height: 1.5;
    text-align: center;
	font-weight: normal;
    color: #fff;
    background: #52b23f;
    position: relative;
    z-index: 1;
}
.row_common31 .col:nth-of-type(2n) .copy_common {
	background: #00a153;
}
@media(min-width: 768px) {
    .row_common31>.col {
        margin-right: 2.3%;
    }

    .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(60 / var(--break04));
    }
}
@media(max-width: 767px) {
    .row_common31>.col {
        width: 48.5%;
        margin-right: 3%;
    }

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

    .row_common31>.col:nth-of-type(n + 3) {
        margin-top: 4%;
    }

    .row_common31 .copy_common .fz22 {
        font-size: 98%;
    }
}

/* row_common32
------------------------------------------------------------------*/
.row_common32>.col {
	max-width: 394px;
	width: 31.8%;
	position: relative;
	z-index: 1
}
.row_common32 .copy_common {
    padding: calc(17.5 / var(--break03)) 0;
    line-height: 1.5;
    text-align: center;
    background: #fff684;
    position: relative;
    z-index: 1;
}
@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_common32.flex{
		justify-content: center;
	}
	.row_common32>.col {
		width: 48.5%;
        margin-right: 3%;
	}
	
    .row_common32>.col:nth-of-type(2n),
    .row_common32>.col:last-child {
        margin-right: 0;
    }

    .row_common32>.col:nth-of-type(n + 3) {
        margin-top: 4%;
    }
	.row_common32 .copy {
		padding: 2.5vw 1vw;
	}
	.row_common32 .copy .fz22{
		letter-spacing: 0;
		font-size: 98%;
	}
}


/* 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: #a0cc62;
    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) {
 
}

/* bg_common01
------------------------------------------------------------------*/
.bg_common01{
	position: relative;
	z-index: 1;
}
.bg_common01::before{
	content: "";
	width: 100%;
	height: calc(4 / var(--break02));
	margin: auto;
	background: #3a7500;
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(20 / var(--break02));
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1299px) {

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

}

/* bg_common02
------------------------------------------------------------------*/
.bg_common02{
	position: relative;
	z-index: 1;
}
.bg_common02 .pattern01{
	width: 100%;
	height: calc(120 / var(--break04));
	margin: auto;
	position: absolute;
	inset: auto 0;
	z-index: -1;
} 
.bg_common02 .top.pattern01{
	top: 0;
}
.bg_common02 .under.pattern01{
	bottom: 0;
}
@media(min-width: 768px) and (max-width:1299px) {

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

}

/* box_common01
------------------------------------------------------------------*/
.box_common01{
	background: #fff;
	box-shadow: 0 0 18px 2px rgba(102, 102, 102, 0.5);
	border-radius: calc(20 / var(--break02));
	position: relative;
	z-index: 1;
}
.box_common01::before{
    content: "";
    width: calc(14.1 / var(--break02));
    height: calc(15.1 / var(--break02));
    margin: auto;
    background: url(images/page/deco-black.svg) no-repeat center / contain;
    position: absolute;
    top: calc(10 / var(--break02));
    left: calc(10 / var(--break02));
}
.box_common01.deco::before{
	content: none;
}
.box_common02{
	border-radius: calc(20 / var(--break02));
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.box_common01::before{
		width: calc(22 / 750 * 100vw);
		height: calc(23 / 750 * 100vw);
	}
}

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

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

}
/* txt_address_common
------------------------------------------------------------------*/
.txt_address_common{
	line-height: 1.6;
	font-weight: 400;
	font-size: calc(20 / var(--break02));
	text-align: center;
}
.txt_address_common .deco{
	display: inline-block;
	padding-left: calc(68 / var(--break02));
	position: relative;
	z-index: 1;
}
.txt_address_common .deco::before{
	content: "";
	width: calc(50 / var(--break02));
	height: calc(50 / var(--break02));
	margin: auto;
	background: url(images/page/icon_address.png)no-repeat center / contain;
	position: absolute;
	inset: 0 auto 0 0;
	z-index: -1;
}
@media(max-width: 767px) {
	.txt_address_common{
		font-size: calc(32 / 750 * 100vw);
	}
	.txt_address_common .deco{
		padding-top: calc(76 / 750 * 100vw);
		padding-left: 0;
	}
	.txt_address_common .deco::before{
		width: calc(76 / 750 * 100vw);
		height: calc(76 / 750 * 100vw);
		inset: 0 0 auto 0;
	}
}

/* 
------------------------------------------------------------------*/
.logo_common{
	display: block;
	max-width: 462px;
	width: calc(462 / var(--break02));
}
@media(min-width: 768px) and (max-width:1299px) {

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

}

/* row_access_common
------------------------------------------------------------------*/
.row_access_common{
	max-width: 100%;
	width: calc(1000 / var(--break02));
}
.row_access_common .col{
	max-width: 333px;
	width: 32%;
	padding: calc(6 / var(--break02));
	background: #fff;
	border-radius: calc(6 / var(--break02));
	box-shadow: 0 0 18px 2px rgba(102, 102, 102, .5);
	position: relative;
	z-index: 1;
}
.row_access_common .img{
	width: calc(90 / var(--break02));
	border-radius: 100%;
	overflow: hidden;
}
.row_access_common .text{
	width: calc(100% - 108 / var(--break02));
	line-height: 1.6;
	font-weight: 400;
	font-size: 99%;
}
@media(min-width: 768px) {
	.v2.row_access_common{
		width: calc(680 / var(--break04));
	}
	.v2.row_access_common .col{
		width: 48.5%;
		padding: calc(6 / var(--break04));
		border-radius: calc(6 / var(--break04));
	}
	.v2.row_access_common .img{
		width: calc(90 / var(--break04));
		border-radius: 0;
	}
	.v2.row_access_common .text{
		width: calc(100% - 108 / var(--break04));
		font-size: calc(18 / var(--break04));
	}
	.v2.row_access_common .fz40{
		font-size: calc(40 / var(--break04));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_access_common{
		width: calc(600 / 750 * 100vw);
	}
	.row_access_common .col{
		width: 100%;
		margin-bottom: calc(30 / 750 * 100vw);
		padding: calc(8 / 750 * 100vw);
	}
	.row_access_common .img{
		width: calc(136 / 750 * 100vw);
	}
	.row_access_common .text{
		width: calc(100% - 232 / 750 * 100vw);
		font-size: calc(27 / 750 * 100vw);
	}
	.row_access_common .parking .text{
		width: calc(100% - 136 / 750 * 100vw);
		font-size: calc(28.5 / 750 * 100vw);
	}
	.row_access_common .fz40{
		letter-spacing: 0;
		font-size: calc(60 / 750 * 100vw);
	}
	
	.row_access_common .col:last-child{
		margin-bottom: 0;
	}
}

/* 
------------------------------------------------------------------*/
.slide_main .slick-slide>.wrap01 {
	padding: calc(25 / 1920 * 100vw);
}
.slide_common04 .slick-prev,
.slide_common04 .slick-next {
	width: calc(32 / var(--break02));
	height: calc(56  / var(--break02));
	background: url(images/page/arw_slide.svg)no-repeat center / cover;
	transform: translate(0);
	top: 220px;
	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;
}
.slide_common04 .copy{
	display: inline-block;
	padding: calc(4 / 1600 * 100vw) calc(28 / 1600 * 100vw);
	background: rgba(255, 255, 255, .75);
	position: absolute;
	bottom: 0;
	left: 0;
}
@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:1599px) {

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

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

	.slide_common04 .slick-prev,
	.slide_common04 .slick-next {
		width: calc(30 / 1300 * 100vw);
		height: calc(54 / 1300 * 100vw);
		top: min(calc(220 / 1100 * 100vw), 220px);
	}

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

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

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

	.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: 23.5%;
		margin-right: 2%;
	}

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

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


/* row_contact
------------------------------------------------------------------*/
.row_contact{
	max-width: 630px;
	width: calc(630 / var(--break03));
}
.row_contact .btn_tel_common{
	display: block;
	max-width: 49%;
	width: calc(310 / var(--break03));
	min-height: calc(90 / var(--break03));
	text-align: center;
}
 .btn_tel_common .title{
	display: block;
	width: 100%;
	font-weight: bold;
	color: #fff;
	background: #f39800;
	border-radius: calc(8 / var(--break03)) calc(8 / var(--break03)) 0 0;
 }
.btn_tel_common .in{
	display: block;
	width: 100%;
	padding: calc(8 / var(--break03)) 0 calc(6 / var(--break03));
	background: #fff;
	border: solid 1px #ddd;
	border-top: 0;
	border-radius: 0 0 calc(8 / var(--break03)) calc(8 / var(--break03));
}
.btn_tel_common .tel{
	line-height: 1;
	letter-spacing: 0;
    padding-left: calc(42 / var(--break03));
	font-size: calc(36 / var(--break03));
	position: relative;
	z-index: 1;
}
.btn_tel_common .tel::before{
	content: "";
	width: calc(30 / var(--break03));
	height: calc(30 / var(--break03));
	margin: auto;
	background: url(images/page/icon_tel.svg)no-repeat center / contain;
	position: absolute;
	inset: 0 auto 0 1px;
	z-index: -1;
}
.btn_tel_common.btn_tel02 .tel::before{
	background: url(images/page/icon_tel02.svg)no-repeat center / contain;
}

.row_contact .btn_tel_common.btn_tel02{display: none;}
@media(min-width: 768px) {
	.row_contact.only{
		max-width: 400px;
		width: calc(400 / var(--break02));
	}
	.row_contact.only .btn_tel_common{
		max-width: 100%;
		width: calc(400 / var(--break02));
	}

	.v5.row_contact{
		width: calc(320 / var(--break04));
	}
	.v5.row_contact .btn_tel_common{
		max-width: 100%;
		width: calc(310 / var(--break04));
		min-height: calc(90 / var(--break04));
	}
	.v5 .btn_tel_common .title{
		border-radius: calc(8 / var(--break04)) calc(8 / var(--break04)) 0 0;
	}
	.v5 .btn_tel_common .in{
		padding: calc(8 / var(--break04)) 0 calc(6 / var(--break04));
		border-radius: 0 0 calc(8 / var(--break04)) calc(8 / var(--break04));
	}
	.v5 .btn_tel_common .tel{
		padding-left: calc(42 / var(--break04));
		font-size: calc(36 / var(--break04));
	}
	.v5 .btn_tel_common .tel::before{
		width: calc(30 / var(--break04));
		height: calc(30 / var(--break04));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.v5.row_contact{
		width: calc(320 / 1700 * 100vw);
	}
	.v5.row_contact .btn_tel_common{
		width: calc(310 / 1700 * 100vw);
		min-height: calc(90 / 1700 * 100vw);
	}
	.v5 .btn_tel_common .title{
		border-radius: calc(8 / 1700 * 100vw) calc(8 / 1700 * 100vw) 0 0;
	}
	.v5 .btn_tel_common .in{
		padding: calc(8 / 1700 * 100vw) 0 calc(6 / 1700 * 100vw);
		border-radius: 0 0 calc(8 / 1700 * 100vw) calc(8 / 1700 * 100vw);
	}
	.v5 .btn_tel_common .tel{
		padding-left: calc(42 / 1700 * 100vw);
		font-size: calc(36 / 1700 * 100vw);
	}
	.v5 .btn_tel_common .tel::before{
		width: calc(30 / 1700 * 100vw);
		height: calc(30 / 1700 * 100vw);
	}
}
@media(max-width: 767px) {
	.row_contact{
		width: calc(600 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_contact .btn_tel_common{
		max-width: 100%;
		width: 100%;
		min-height: calc(140 / 750 * 100vw);
		margin: 0 auto calc(40 / 750 * 100vw);
	}
	.row_contact .btn_tel_common:last-child{
		margin-bottom: 0;
	}
	.btn_tel_common .title{
		letter-spacing: 0;
		padding: 0;
		font-size: calc(28 / 750 * 100vw);
		border-radius: calc(6 / 750 * 100vw) calc(6 / 750 * 100vw) 0 0;
	}
	.btn_tel_common .in{
		padding: 1.8vw 0 .6vw;
		border-radius: 0 0 calc(6 / 750 * 100vw) calc(6 / 750 * 100vw);
	}
	.btn_tel_common .tel{
		padding-left: calc(52 / 750 * 100vw);
		font-size: calc(50 / 750 * 100vw);
	}
	.btn_tel_common .tel::before{
		width: calc(40 / 750 * 100vw);
		height: calc(40 / 750 * 100vw);
		inset: 0 auto 0 1px;
	}
}

/* btn_common
------------------------------------------------------------------*/
.btn_common{
	width: calc(360 / var(--break02));
	min-height: calc(80 / var(--break02));
	border-radius: calc(40 / var(--break02));
	color: #000;
	background: #fff;
	border: 1px solid #dddddd;
	position: relative;
	z-index: 1;
}
.btn_common::after{
	content: "";
	width: calc(20 / var(--break02));
	height: calc(20 / var(--break02));
	margin: auto;
	background: url(images/page/arw-52b23f.svg)no-repeat center / contain;
	position: absolute;
	inset: 0 calc(20 / var(--break02)) 0 auto;
	transition: all .3s;
}
@media(min-width: 768px){
	.v2.btn_common{
		width: calc(360 / var(--break04));
		min-height: calc(80 / var(--break04));
		border-radius: calc(40 / var(--break04));
	}
	.v2.btn_common::after{
		width: calc(20 / var(--break04));
		height: calc(20 / var(--break04));
		inset: 0 calc(20 / var(--break04)) 0 auto;
	}
}
@media(min-width: 1024px){
	.btn_common:hover::after{
		inset: 0 calc(16 / var(--break02)) 0 auto;
		transition: all .3s;
	}
}
@media(max-width: 767px) {
	.btn_common{
		width: calc(600 / 750 * 100vw);
		min-height: calc(100 /  750 * 100vw);
		border-radius: calc(50 / 750 * 100vw);
	}
	.btn_common::after{
		width: calc(30 / var(--break03));
		height: calc(30 / var(--break03));
		inset: 0 calc(30 / var(--break03)) 0 auto;
	}

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


.btn_common02{
	width: calc(300 / var(--break02));
	min-height: calc(60 / var(--break02));
	border-radius: calc(30 / var(--break02));
	color: #000;
	letter-spacing: .1em;
	background: #fff;
	border: 1px solid #dddddd;
	position: relative;
	z-index: 1;
}
.btn_common02::after{
	content: "";
	width: calc(20 / var(--break02));
	height: calc(20 / var(--break02));
	margin: auto;
	background: url(images/page/arw-52b23f.svg)no-repeat center / contain;
	position: absolute;
	inset: 0 calc(14 / var(--break02)) 0 auto;
	transition: all .3s;
}
@media(min-width: 1024px){
	.btn_common02:hover::after{
		inset: 0 calc(16 / var(--break02)) 0 auto;
		transition: all .3s;
	}
}
@media(max-width: 767px) {
	.btn_common02{
		width: calc(600 / 750 * 100vw);
		min-height: calc(100 / 750 * 100vw);
		border-radius: calc(50 / 750 * 100vw);
	}
	.btn_common02::after{
		width: calc(30 / 750 * 100vw);
		height: calc(30 / 750 * 100vw);
		inset: 0 calc(30 / 750 * 100vw) 0 auto;
	}
	.btn_common02 .fz20{
		font-size: calc(34 / 750 * 100vw);
	}
}



/* row_anchor_common
------------------------------------------------------------------*/
.btn_anchor_common{
	width: 30.8%;
	min-height: calc(80 / var(--break02));
	border-radius: calc(40 / var(--break02));
	color: #000;
	background: #fff;
	border: 1px solid #dddddd;
	position: relative;
	z-index: 1;
}
.btn_anchor_common::after{
	content: "";
	width: calc(20 / var(--break02));
	height: calc(20 / var(--break02));
	margin: auto;
	background: url(images/page/arw-52b23f.svg)no-repeat center / contain;
	position: absolute;
	inset: 0 calc(20 / var(--break02)) 0 auto;
	transition: all .3s;
/* 	transform: rotate(90deg); */
}
@media(min-width: 768px){
	.btn_anchor_common{
		margin-right: 3.799%;
	}
	.btn_anchor_common:nth-of-type(3n),
	.btn_anchor_common:last-child
	{
		margin-right: 0;
	}
	.btn_anchor_common:nth-of-type(n + 4){
		margin-top: calc(20 / var(--break02))
	}
}
@media(max-width: 767px) {
	.btn_anchor_common{
		width: calc(600 / 750 * 100vw);
		min-height: calc(110 / 750 * 100vw);
		margin: 0 auto 2.5vw;
		border-radius: calc(55 / 750 * 100vw);
	}
	.btn_anchor_common::after{
		width: calc(30 / 750 * 100vw);
		height: calc(30 / 750 * 100vw);
		inset: 0 calc(30 / 750 * 100vw) 0 auto;
	}
	.btn_anchor_common:last-child{
		margin-bottom: 0;
	}
	.btn_anchor_common .fz20{
		font-size: calc(30 / 750 * 100vw);
	}
}

/* clinic
------------------------------------------------------------------*/
.bg_clinic{
	padding: calc(110 / var(--break04)) 0;
	background: url(images/clinic/bg_clinic01.jpg)no-repeat center / cover;
}
.bg_clinic .box_clinic{
	padding: calc(50 / var(--break03)) calc(40 / var(--break03));
	background: rgba(255, 255, 255, .8);
	border-radius: calc(20 / var(--break02))
}
@media(max-width: 767px) {
	.bg_clinic{
		padding: 7.5vw 0;
	}
}

/* clinic
------------------------------------------------------------------*/
.row_clinic_common {
	position: relative;
	z-index: 9;
}
.row_clinic_common > .bg{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.row_clinic_common > .areaText{
	width: 50%;
	min-height: calc(560 / var(--break04));
	padding: calc(60 / var(--break04)) 3.8%;
	color: #fff;
	background: #52b23f;
	outline: calc(4 / var(--break02)) solid #fff;
	outline-offset: calc(-9 / var(--break02));
	position: relative;
	z-index: 1;
}
.copy_clinic_common{
	padding-bottom: calc(30 / var(--break04));
	text-align: center;
	border-bottom-color: #fff;
	position: relative;
	z-index: 1;
}
.copy_clinic_common .num{
	font-size: calc(140 / var(--break04));
	line-height: .9;
	letter-spacing: 0;
	 color: rgba(255, 255, 255,.1);
	position: absolute;
	inset: 0 auto 0 0;
}
.copy_clinic_common .fz30 {
    font-size: calc(30 / var(--break03));
} 
.row_clinic_common .areaText > .wrap{
	max-width: 680px;
	margin: auto;
}

.row_clinic_point{
	width: calc(460 / var(--break04));
	height: calc(240 / var(--break04));
	margin: auto;
	position: absolute;
	bottom: calc(-30 / var(--break04));
	right: 0;
	z-index: 1;
}
.row_clinic_point > .circle{
	width: calc(240 / var(--break04));
	height: 100%;
	margin: auto;
	position: absolute;
	color: #f27400;
	background: #fff;
	box-shadow: 0 0 18px 2px rgba(102, 102, 102, 0.5);
}
.row_clinic_point > .circle01{
	left: 0;
	z-index: 2;
}
.row_clinic_point > .circle02{
	right: 0;
}
.row_clinic_point > .circle::before{
    content: "";
    width: calc(100% - 18 / var(--break04));
    height: calc(100% - 18 / var(--break04));
    margin: auto;
    border: 1px solid #f27400;
    border-radius: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
}
.row_clinic_point .fz22{
	font-size: calc(22 / var(--break04));
}
@media(min-width: 768px) {
	.row_clinic_common > .bg{
		width: 50%;
		height: 100%;
		margin: auto;
		position: absolute;
		inset: 0 auto;
		z-index: -1;
	}
	.row_clinic_common > .bg.right{
		right: 0;
	}
	.row_clinic_common > .bg.left{
		left: 0;
	}
	.row_clinic_common > .areaText.right{
		margin-left: auto;
	}

}
@media(min-width: 768px) and (max-width:1299px) {
	.copy_clinic_common .fz30 {
		letter-spacing: .08em;
		font-size: calc(30 / 1500 * 100vw);
	} 
}
@media(max-width: 767px) {
	.row_clinic_common > .areaText{
		order: 1;
		width: 100%;
		padding: calc(60 / 750 * 100vw) 4%;
	}
	.row_clinic_common > .bg{
		width: 100%;
		height: calc(440 / 750 * 100vw);
		order: 0;
	}

	.row_clinic_common .areaText > .wrap{
		max-width: calc(648 / 750 * 100vw);
		margin: auto;
	}

	.row_clinic_point{
		width: calc(460 / 750 * 100vw);
		height: calc(240 / 750 * 100vw);
		bottom: auto;
		top: 24vw;
	}
}


/* cover_clinic_common
------------------------------------------------------------------*/
.cover_clinic_common{
	padding: calc(60 / var(--break03)) 0 calc(130 / var(--break03));
	outline: solid calc(4 / var(--break03)) #fff;
	outline-offset: calc(-9 / var(--break04));
	background: #52b23f;
	position: relative;
	z-index: 1;
}
.cover_clinic_common_next{
	margin-top: calc(-60 / var(--break04));
}
@media(max-width: 767px) {
	
}
/* staff
------------------------------------------------------------------*/
.copy_staff .line{
	display: inline-block;
	padding-bottom: calc(18 / var(--break03));
	border-bottom: 2px dotted #000;
}
.img_staff{
	position: relative;
	z-index: 1;
}
.img_staff .deco{
	width: calc(179 / var(--break03));
	margin: auto;
	position: absolute;
	top: calc(30 / var(--break03));
	right: calc(-60 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* bg_access
------------------------------------------------------------------*/
.bg_access{
	position: relative;
	z-index: 1;
}
.bg_access::before{
	content: "";
	width: 100%;
	height: calc(300 / var(--break03));
	margin: auto;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.row_access > .col_l{
	max-width: 400px;
	width: 41.5%;
}
.row_access > .col_r{
	max-width: 530px;
	width: 55.5%;
}
.row_access .tbl_time .box{
	background: #fff;
}

.row_access02 > .col{
	max-width: 298px;
	width: 32%;
	padding: calc(40 / var(--break03)) calc(32 / var(--break03)) calc(32 / var(--break03));
	background: #fff;
	box-shadow: 0 0 18px 2px rgba(102, 102, 102, 0.5);
	border-radius: calc(6 / var(--break03));
	position: relative;
	z-index: 1;
}
.row_access02 .icon{
	width: calc(161 / var(--break03));
	margin: 0 auto calc(10 / var(--break02));
}
.row_access02 > .col::before{
	content: "";
	width: calc(14.1 / var(--break02));
	height: calc(15.1 / var(--break02));
	margin: auto;
	background: url(images/page/deco-black.svg)no-repeat center / contain;
	position: absolute;
	top: calc(10 / var(--break02));
	left: calc(10 / var(--break02));
}
.row_access02 .copy_common{
	text-align: center;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_access02 > .col{
		width: 77.7%;
		margin: 0 auto calc(40 / 750 * 100vw);
		padding: calc(50 / 750 * 100vw) 4.5vw calc(40 / 750 * 100vw);
		font-size: 90%;
	}
	.row_access02 > .col::before{
		width: calc(23 / 750 * 100vw);
		height: calc(23/ 750 * 100vw);
	}
	.row_access02 .copy_common{
		text-align: center;
	}
	
	.row_access02 > .col:last-child{
		margin-bottom: 0;
	}

	.row_access > .col_l{
		width: 100%;
		margin: 0 auto 6vw;
	}
	.row_access > .col_r{
		width: 100%;
	}
}


/* row_recruit
------------------------------------------------------------------*/
.row_recruit_common{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.row_recruit_common > .col{
	width: 48%;
}
.row_recruit_common .circle{
	width: calc(80 / var(--break02));
	height: calc(80 / var(--break02));
	margin: auto;
	letter-spacing: 0;
	font-weight: bold;
	font-size: calc(14 / var(--break02));
	color: #fff;
	background: #00a153;
	border-radius: 100%;
	position: relative;
	z-index: 1;
}
.row_recruit_common .circle::before{
	content: "";
	width: calc(100% - 9 / var(--break02));
	height: calc(100% - 9 / var(--break02));
	margin: auto;
	border: 1px solid #fff;
	border-radius: 100%;
	position: absolute;
	inset: 0;
}
.row_recruit_common .copy{
	width: calc(100% - 100 / var(--break02));
	font-weight: bold;
}
.row_recruit_common .copy *{
	letter-spacing: 0;
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.row_recruit_common{
		max-width: calc(580 / 750 * 100vw);
	}
	.row_recruit_common > .col{
		width: 100%;
		margin: 0 auto 1vw;
	}
	.row_recruit_common > .col:last-child{
		margin-bottom: 0;
	}
	.row_recruit_common .circle{
		width: calc(100 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		font-size: calc(20 / 750 * 100vw);
	}
	.row_recruit_common .copy{
		width: calc(100% - 123 / 750 * 100vw);
		padding-left: 1vw;
		line-height: 1.4;
	}
	.row_recruit_common .num{
		font-size: calc(111 / 750 * 100vw);
	}
	.row_recruit_common .yen{
		font-size: calc(50 / 750 * 100vw);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #eee;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_invisalign {
	max-width: 1000px;
	border: ;
}
.box_invisalign .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y, .box_invisalign .ps__thumb-y {
	background: #333333 !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .ps--active-y > .ps__rail-y, .box_invisalign .ps--active-x > .ps__rail-x,
.box_invisalign .ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.risk .ps .ps__rail-x.ps--clicking, .risk .ps .ps__rail-x:focus, .risk .ps .ps__rail-x:hover, .risk .ps .ps__rail-y.ps--clicking, .risk .ps .ps__rail-y:focus, .risk .ps .ps__rail-y:hover, .box_invisalign .ps .ps__rail-x.ps--clicking, .box_invisalign .ps .ps__rail-x:focus, .box_invisalign .ps .ps__rail-x:hover, .box_invisalign .ps .ps__rail-y.ps--clicking, .box_invisalign .ps .ps__rail-y:focus, .box_invisalign .ps .ps__rail-y:hoverr {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 751px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.box_risk01 .box {
		padding-right: 4vw;
		max-height: calc(420 / var(--break) * 100vw);
	}
	.box_risk01 .ttl, .box_invisalign .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_risk01 .txt {
		letter-spacing: 0;
	}
	.sp.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .sp.risk .ps-container > .ps-scrollbar-y-rail, .box_invisalign .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .box_invisalign .ps-container > .ps-scrollbar-y-rail {
		right: 0!important;
		width: 2px!important;
	}
}

.tbl_common01 table {
    border-color: #52B23F
}
.tbl_common01 th {
    background: #52B23F;
}
.tbl_common01 td {
    background: #fff;
}
.tbl_common01 tr:not(:last-child) th {
    border-bottom-color: #ffffff;
}
.tbl_common01 tr:not(:last-child) td {
    border-bottom-color: #52B23F;
}

/* 採用情報 recruit
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_form01 th {
	color: #000000;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #f2f2f2;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #00a153;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
}

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

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

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