@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(350 / var(--break) * 100vw);
	padding-bottom: calc(25 / var(--break03));
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
@media(min-width: 768px) {
	.content_low {
		width: calc(100% - 80 / var(--break04));
	}
	.main_page {
		width: calc(100% - 80 / var(--break04));
	}
	/* .page_main section{
		margin-top: -100px;
		padding-top: 100px;
	} */
}
@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 {
		background-image: url("images/page/bg_ttl_page_sp.jpg");
	}
	.col_img {
		text-align: center;
	}
}


/*
------------------------------------------------------------------*/
.hdg2 {
	text-shadow: 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff;
	font-family: "shippori-mincho-b1", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.hdg2 .ja {
	display: block;
	margin-bottom: calc(20 / var(--break03));
	line-height: 1.6;
	letter-spacing: .1em;
	font-size: calc(50 / var(--break03));
	text-align: center;
}

.hdg2 .en {
	display: block;
	line-height: 1;
	letter-spacing: .1em;
	font-size: calc(32 / var(--break03));
	text-align: center;
	color: #eb8259;
}

.hdg3 {
	padding: calc(30 / var(--break03)) 0;
	line-height: 1.5;
	letter-spacing: .1em;
	font-family: "shippori-mincho-b1", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: calc(40 / var(--break03));
	background: #e4f8fc;
	position: relative;
	z-index: 1
}
.hdg3::before,
.hdg3::after
{
	content: "";
	width: calc(80 / var(--break03));
	height: calc(80 / var(--break03));
	margin: auto;
	background: #8eb0e7;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
.hdg3::after{
	clip-path: polygon(100% 100%, 0% 100%, 100% 0);
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
}
.hdg3 span::before{
	content: "";
	width: 100%;
	height: calc(100% - 10 / var(--break02));
	margin: auto;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	position: absolute;
	inset: 0;
}
@media (min-width: 768px){
	.hdg2 .ja {
		letter-spacing: .1em;
	}
	
	.hdg2 .en {
		letter-spacing: .1em;
	}

	.hdg3 {
		letter-spacing: .1em;
	}
}
@media (min-width: 768px) and (max-width: 1599px) {
	.hdg2 {
		font-size: 95%;
	}

	.copy_common span {
		letter-spacing: .05em;
	}
	.copy_common .fz26 {
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.hdg2 {
		font-size: 90%;
	}

	.copy_common .ls2 {
		letter-spacing: .12em;
	}

	.hdg3 {
		font-size: 190%;
	}
}

@media (max-width: 767px) {
	.hdg2 .ja {
		margin-bottom: 1vw;
		line-height: 1.5;
		letter-spacing: 0;
		font-size: calc(50 / 750 * 100vw);
	}

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

    .hdg3 {
		padding: 3vw 0;
		letter-spacing: 0;
		font-size: calc(42.5 / 750 * 100vw)
	}
	.hdg3 span::before{
		border-top-width: 2px ;
		border-bottom-width: 2px ;
	}
		
	/* 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 .fz48 {
		font-size: calc(48 / 750 * 100vw);
	}
	.copy_common .fz46 {
		font-size: calc(46 / 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 solid #221815;
}
.copy_common01.w{
	border-top: 1px solid #221815;
}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {
	
}

/* copy_common02
------------------------------------------------------------------*/
.copy_common02{
	position: relative;
	z-index: 1;
}
.copy_common02::before {
    content: "";
    display: inline-block;
    width: calc(16 / var(--break02));
    height: calc(16 / var(--break02));
    margin: auto calc(4 / var(--break02)) auto auto;
    background: #eb8259;
	border-radius: 100%;
}
.copy_common02::after {
	content: "";
	width: calc(100% - 40 / var(--break02));
	height: 1px;
	margin: auto;
	background: #4b2300;
	position: absolute;
	inset: 0 0 0 auto;
	z-index: -1;
}
.copy_common02 .bg {
	padding-right: .8em;
	background: #fff;
	position: relative;
	z-index: 1;
}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {
	.copy_common02::before {
		width: calc(20 / 750 * 100vw);
		height: calc(20 / 750 * 100vw);
	}

	.clinic .copy_common02::after{
		bottom: auto;
		top: 3.5vw;
	}
}

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


/* row_common02
------------------------------------------------------------------*/
.row_common02{
	position: relative;
	z-index: 1;
}
.row_common02>.col_img {
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	.row_common02>.col_txt {
		max-width: 750px;
		width: 60.5%;
	}
	.row_common02>.col_img {
		max-width: 450px;
		width: 36.5%;
	}
}
@media (min-width: 768px) and (max-width: 1599px) {
	.row_common02 .copy_common .fz26 {
		letter-spacing: .05em;
		font-size: 1.55rem;
	}
}
@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 .fz24 {
		line-height: 1.4;
		letter-spacing: 0;
		font-size: calc(28 / 750 * 100vw);
	}
	.row_common02 .copy_common .fz26 {
		font-size: calc(34 / 750 * 100vw);
	}

	.row_common02 .ballon .fz26{
		font-size: 98%;
	}
}


/* row_common03
------------------------------------------------------------------*/
@media (min-width: 768px) {
	.row_common03 .col_img {
		width: 31%;
		max-width: 350px;
	}
	.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_common03 .col_img {
		width:24%;
		max-width: 290px;
	}
	.row_common03 .col_txt {
		width: 72%;
	}
}

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

/* 
------------------------------------------------------------------*/
@media (min-width: 768px) {
	.row_common04>.col_img {
		width: 38%;
		max-width: 460px;
	}

	.row_common04>.col_txt {
		width: 58%
	}
}
@media(max-width: 767px) {
	.row_common04 .copy_common {
		text-align: center;
		margin-left: -1vw;
		margin-right: -1vw;
	}
	.row_common04>.col_img {
		width: 75% !important;
		margin: 0 auto 6vw;
	}
}


/* row_box_common
------------------------------------------------------------------*/
@media (min-width: 768px) {
	.row_box_common>.col_img {
		max-width: 345px;
		width: 30.5%
	}
	.row_box_common>.col_txt {
		width: 66%
	}
}
@media(max-width: 767px) {
	.row_box_common>.col_img.mini_sp {
		width: 77.7% !important
	}
	.row_box_common .copy_common {
		text-align: center;
		margin-left: -1vw;
		margin-right: -1vw;
	}
}

/* row_box_common
------------------------------------------------------------------*/
.row_box_common02>.col_img {
	position: relative;
	z-index: 1;
}
.row_box_common02 .copy_common{
	padding: calc(12 / var(--break03)) calc(18 / var(--break03));
	color: #fff;
	background: #8eb0e7;
}
.row_box_common02 .cirlce{
	width: calc(180 / var(--break02));
	height: calc(180 / var(--break02));
	line-height: 1.2;
	color: #fff;
	background: #8eb0e7;
	border-radius: 100%;
	box-shadow: 0 0 8px 2px rgba(75, 35, 0, 0.2);
	position: absolute;
	bottom: calc(-18 / var(--break02));
	right: calc(-18 / var(--break02));
}
.row_box_common02 .cirlce::before{
	content: "";
	width: calc(100% - 10 / var(--break02));
	height: calc(100% - 10 / var(--break02));
	margin: auto;
	border: 2px solid #fff;
	border-radius: 100%;
	position: absolute;
	inset: 0;
}
.row_box_common02 .cirlce .s1{
	display: block;
	letter-spacing: 0;
	font-size: calc(18 / var(--break03));
}
.row_box_common02 .cirlce .s2{
	display: block;
	letter-spacing: 0;
	font-size: calc(48 / var(--break03));
	color: #f7cd6b;
}
.row_box_common02 .cirlce .s3{
	letter-spacing: 0;
	font-size: calc(14 / var(--break03));
}
@media (min-width: 768px) {
	.row_box_common02>.col_img {
		max-width: 450px;
		width: 40%
	}
	.row_box_common02>.col_txt {
		width: 56%
	}
}
@media(max-width: 767px) {
	.row_box_common02 .copy_common {
		text-align: center;
		margin-left: -1vw;
		margin-right: -1vw;
	}

	.row_box_common02 .cirlce{
		width: calc(246 / 750 * 100vw);
		height: calc(246 / 750 * 100vw);
	}
	.row_box_common02 .cirlce::before{
		border: 1px solid #fff;
	}
	.row_box_common02 .cirlce .s1{
		font-size: calc(24 / 750 * 100vw);
	}
	.row_box_common02 .cirlce .s2{
		font-size: calc(60 /750 * 100vw);
	}
	.row_box_common02 .cirlce .s3{
		display: block;
		line-height: 1.5;
		font-size: calc(20 /750 * 100vw);
	}
}

/* flow_row_common
------------------------------------------------------------------*/
.flow_row_common .col{
	width: 22.9%;
	padding: calc(20 / var(--break02)) 1% calc(35 / var(--break02));
	text-align: center;
	color: #fff;
	background: #8eb0e7;
	position: relative;
	z-index: 1;
}
.flow_row_common .col:not(:last-child):before {
    content: "";
    width: calc(14 / var(--break02));
    height: calc(28 / var(--break02));
    margin: auto;
    background: #f7cd6b;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    inset: calc(130 / var(--break03)) auto auto calc(100% + 10 / var(--break03));
}
.flow_row_common .icon{
	width: calc(130 / var(--break03));
	margin: 0 auto calc(15 / var(--break02));
}
.flow_row_common .num{
	line-height: 1;
	letter-spacing: 0;
	margin: 0 auto calc(15 / var(--break02));
}
.flow_row_common .text{
	line-height: 1.6;
}
@media (min-width: 768px) {
	.flow_row_common .col{
		margin-right: 2.67%;
	}
	.flow_row_common .col:last-child,
	.flow_row_common .col:nth-of-type(4n)
	{margin-right: 0;}

	.flow_row_common .col:nth-of-type(n + 5){margin-top: calc(40 / var(--break03));}
}
@media(min-width: 768px) and (max-width:1299px) {
	.flow_row_common .text span{
		letter-spacing: 0 !important;
	}	
}
@media(max-width: 767px) {
	.flow_row_common .col{
		width: 48.5%;
		margin-right: 3%;
		padding: 4vw 3vw;
	}
	.flow_row_common .col:last-child,
	.flow_row_common .col:nth-of-type(2n)
	{margin-right: 0;}
	.flow_row_common .col:nth-of-type(n + 3){margin-top: 3vw;}
	.flow_row_common .col:not(:last-child):before {
		inset: 0 auto 0 calc(100% + 6 / var(--break03));
	}
	.flow_row_common .text{
		line-height: 1.6;
	}
	.flow_row_common .copy_common .fz20 {
        font-size: calc(27.5 / 750 * 100vw);
		letter-spacing: -.025em;
    }
}

/* 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: #f2f2f2;
	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_common21
------------------------------------------------------------------*/
.row_common21 > .box{
	width: 48%;
	padding: calc(60 / var(--break03)) calc(40 / var(--break03));
	background: #e6e2da;
}
.row_common21 .icon{
	max-width: 176px;
	width: var(--size180px);
}
/* @media(min-width: 768px)  {} */
@media(max-width: 767px) {
	.row_common21 > .box{
		width: calc(666 / 750 * 100vw);
		padding: 4vw;
		margin: 5vw auto 0;
	}
	.row_common21 > .box:first-child{
		margin-top: 0;
	}
}

/* row_common22
------------------------------------------------------------------*/
.row_common22{
	background: url(images/page/cross.png)no-repeat center / calc(34 / var(--break02));
}
.row_common22>.col {
	max-width: 580px;
	width: 47.5%;
	padding: calc(70 / var(--break03)) 1%;
	position: relative;
	z-index: 1
}
@media(max-width: 767px) {
	.row_common22>.col {
		padding: 7vw 1%;
	}
	.row_common22 .copy_common .fz36 {
        font-size: calc(29 / 750 * 100vw);
    }
}

/* row_common23
------------------------------------------------------------------*/
.row_common23>.col {
	max-width: 590px;
	width: 48.5%;
	border: 1px solid #4b2300;
	position: relative;
	z-index: 1
}
.row_common23 .copy02{
	color: #fff;
	padding: calc(7.5 / var(--break02));
}
@media(max-width: 767px) {
	.row_common23>.col {
		width: 100%;
		margin: calc(50 / 750 * 100vw) auto 0;
	}
	.row_common23 > .col:first-child{
		margin-top: 0;
	}
}

/* row_common24
------------------------------------------------------------------*/
.row_common24>.col {
	max-width: 600px;
	width: 48.75%;
	position: relative;
	z-index: 1
}
@media(max-width: 767px) {
	.row_common24>.col {
		width: 100%;
		margin: calc(50 / 750 * 100vw) auto 0;
	}
	.row_common24 > .col:first-child{
		margin-top: 0;
	}
}
/* row_common30
------------------------------------------------------------------*/
.row_common30>.col {
	max-width: 394px;
	width: 31.8%;
	background: #fefaf0;
	position: relative;
	z-index: 1
}
.row_common30 .copy_common{
	line-height: 1.5;
	padding: calc(18 / var(--break03));
	color: #fff;
	background: #8adcdf;
	text-align: center;
}
.row_common30 .col:nth-of-type(3n - 1) .copy_common{
	background: #8eb0e7;
}
.row_common30 .col:nth-of-type(3n) .copy_common{
	background: #d297dc;
}
.row_common30 .areaText {
    padding: calc(18 / var(--break03)) calc(29.5 / var(--break03)) calc(26 / 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(40 / var(--break03))
	}
}

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

	.row_common30>.col:last-child {
		margin-bottom: 0
	}
}

/* row_common31
------------------------------------------------------------------*/
.row_common31 > .col{
	width: 30%;
	padding: calc(30 / var(--break02)) calc(38 / var(--break02));
	background: #fff;
	position: relative;
	z-index: 1;
}
.row_common31 .icon{
	width: calc(160 / var(--break02));
	margin-left: auto;
	margin-right: auto;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_common31 > .col{
		width:calc(600 / 750 * 100vw);
		margin: 0 auto 5vw;
	}
	.row_common31 > .col:last-child{
		margin-bottom: 0;
	}
}

/* row_common32
------------------------------------------------------------------*/
.row_common32>.col {
	width: 31.8%;
	min-height: calc(200 / var(--break03));
	padding: calc(28/ var(--break03)) 0;
	background: #fff;
	border: solid 4px #8eb0e7;
	position: relative;
	z-index: 1
}

.row_common32>.col::before,
.row_common32>.col::after
{
	content: "";
	width: calc(40 / var(--break03));
	height: calc(40 / var(--break03));
	margin: auto;
	background-color: #8eb0e7;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	position: absolute;
	top: 0;
	left: 0;
}
.row_common32>.col::after{
	bottom: 0;
	right: 0;
	left: auto;
	top: auto;
	clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}
.row_common32>.col .s{
	display: block;
	margin-top: calc(4 / var(--break03));
}

.row_common32>.col:nth-of-type(2n) {border-color: #8adcdf;}
.row_common32>.col:nth-of-type(2n)::before,
.row_common32>.col:nth-of-type(2n)::after
{background-color: #8adcdf;}
@media(min-width: 768px) {
	.row_common32>.col {
		margin-right:2.3%
	}

	.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(40 / var(--break04))
	}
}
@media(max-width: 767px) {
	.row_common32.flex{
		justify-content: space-between;
	}
	.row_common32>.col {
		width: 49%;
		min-height: calc(200 / var(--break03));
		padding: calc(28/ var(--break03)) 0;
		border-width: 2px;
	}
	.row_common32>.col:nth-of-type(n + 3) {
		margin-top: 1.5vw;
	}
	.row_common32 .copy_common .fz26 {
		letter-spacing: -.025em;
		font-size: 85%;
	}
	.row_common32 .copy_common .s {
		letter-spacing: -.025em;
		font-size: 75%;
	}
}


/* row_common32
------------------------------------------------------------------*/
.row_common33>.col {
    max-width: 380px;
    width: 30.7%;
	position: relative;
	z-index: 1;
}
.row_common33 .copy_common {
	min-height: calc(100 / var(--break04));
	padding: calc(16 / var(--break03)) calc(22 / var(--break03));
	line-height: 1.55;
	text-align: center;
	background: #f7cd6b;
	position: relative;
	z-index: 1;
}
@media(min-width: 768px) {
	.row_common33>.col {
		margin-right: 3.95%;
	}
	.row_common33>.col:nth-of-type(3n),
	.row_common33>.col:last-child {
		margin-right: 0;
	}
	.row_common33>.col:nth-of-type(n + 4) {
		margin-top: calc(40 / var(--break03));
	}
}
@media(max-width: 767px) {
	.row_common33.flex{
		justify-content: center;
	}
	.row_common33>.col {
		width: 48.5%;
		margin-right: 3%;
	}
	.row_common33>.col:nth-of-type(2n),
	.row_common33>.col:last-child {
		margin-right: 0;
	}
	.row_common33>.col:nth-of-type(n + 3) {
		margin-top: calc(30 / var(--break03));
	}
	.row_common33 .copy_common {
		padding: calc(16 / var(--break03)) 1.5vw;
	}
	.row_common33 .copy_common .fz20{
		font-size: 85%;
	}
}

/* decoImg_common
------------------------------------------------------------------*/
.decoImg_common {
	padding-bottom: calc(20 / var(--break04));
	position: relative;
	z-index: 1
}
.decoImg_common::before {
	content: "";
	width: 100%;
	height: calc(100% - calc(20 / var(--break04)));
	margin: auto;
	background-image: linear-gradient(325deg, #7adcef, #a6ea97);
	position: absolute;
	top:  calc(20 / var(--break04));
	right:  calc(20 / var(--break04));
	z-index: -1
}
.r_reverse .decoImg_common::before {
	left: calc(20 / var(--break04));
	right: auto
}
@media(max-width: 767px) {
	.decoImg_common {
		padding-bottom:calc(11 / var(--break04))
	}
	.decoImg_common::before {
		height: calc(100% - 11 / var(--break04));
		top: calc(11 / var(--break04));
		right: calc(11 / var(--break04))
	}
	.r_reverse .decoImg_common::before {
		left: calc(11 / var(--break04));
		right: auto
	}
}
/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* box_common01
------------------------------------------------------------------*/
.box_common01{
	background: #fff;
	position: relative;
	z-index: 1;
}
.box_common01::before,
.box_common01::after
{
    content: "";
    width: calc(80 / var(--break03));
    height: calc(80 / var(--break03));
    margin: auto;
    border: 4px solid #eb8259;
    position: absolute;
}
.box_common01::before {
    border-bottom: 0;
    border-right: 0;
    left: calc(10 / var(--break03));
    top: calc(10 / var(--break03));
}
.box_common01::after {
    border-top: 0;
    border-left: 0;
    right: calc(10 / var(--break03));
    bottom: calc(10 / var(--break03));
}
.box_common01.v2::before,
.box_common01.v2::after
{border-color: #f7cd6b;}
.box_common01.v3::before,
.box_common01.v3::after
{border-color: #97c98c;}
.box_common01.v4::before,
.box_common01.v4::after
{border-color: #d297dc;}
.box_common01.v5::before,
.box_common01.v5::after
{border-color: #8adcdf;}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.box_common01::before,
	.box_common01::after
	{
		border-width: 2px;
	}
}

/* box_common02
------------------------------------------------------------------*/
.box_common02{
	border: 1px solid #4b2300;
}
.box_common02 .in_box{
	padding: calc(30 / var(--break02));
	padding-bottom: calc(20 / var(--break02));
	background: #ecfbea;
	position: relative;
	z-index: 1;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* box_common03
------------------------------------------------------------------*/
.box_common03{
	background: #ecfbea;
	position: relative;
	z-index: 1;
}
.box_common03::before{
	content: "";
	width: 100%;
	height: calc(100% - 18 / var(--break02));
	margin: auto;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	position: absolute;
	inset: 0;
	z-index: -1;
}
.box_common03::after{
	content: "";
	width: calc(240 / var(--break02));
	height: calc(240 / var(--break02));
	margin: auto;
	background: rgba(166, 234, 151, .3);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* box_common_flow02
------------------------------------------------------------------*/
.box_common_flow02 {
	padding: var(--size40px) 4% var(--size45px);
	background: #fff;
	border: 0;
	position: relative;
	z-index: 1
}
.box_common_flow02::before {
	content: "";
	width: var(--size45px);
	height: var(--size15px);
	margin: auto;
	background: #f7cd6b;
	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:last-child {
	margin-bottom: 0
}
.box_common_flow02:last-child::before {
	content: none
}
.box_common_flow02 .copyNum {
	line-height: 1.6;
	padding-bottom: var(--size15px);
	border-bottom: 1px solid #4b2300;
	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: #d297dc;
	font-family: "shippori-mincho-b1", sans-serif;
	font-weight: 400;
	font-style: normal;
	border-radius: 100%;
	position: relative;
	z-index: 1
}
.box_common_flow02 .copyNum .num::before {
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background: rgba(255, 255, 255, .2);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: absolute;
	inset: 0;
	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(--size50px) 5%
	}
	.box_common_flow02 .copyNum {
		padding-bottom: 2vw;
	}
	.box_common_flow02 .copyNum .num {
		width: var(--size60px);
		height: var(--size60px);
		font-size: 90%
	}

	.box_common_flow02 .copyNum .txt01 {
		width: calc(100% - var(--size60px))
	}
}
/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* list_common01
------------------------------------------------------------------*/
.list_common01 li{
	padding-bottom: calc(5 / var(--break04));
	border-bottom: 1px dotted #4b2300;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* row_anchor
------------------------------------------------------------------*/
.row_anchor > .anchor{
	width: 32.49%;
	min-height: calc(120 / var(--break02));
	line-height: 1;
	letter-spacing: .1em;
	font-size: calc(24 / var(--break03));
	border-radius: calc(60 / var(--break02));
	color: #fff;
	background: url(images/page/arw03.svg)no-repeat center bottom calc(10 / var(--break02)) / calc(24 / var(--break02)),#eb8259;
}
.row_anchor > .anchor .s{
	padding-bottom: calc(25/ var(--break02));
	position: relative;
	z-index: 1;
}
@media(min-width: 768px) {
	.row_anchor > .anchor{margin-right: 1.25%;}
	.row_anchor > .anchor:nth-of-type(3n),
	.row_anchor > .anchor:last-child
	{margin-right: 0;}
	.row_anchor > .anchor:nth-of-type(n + 4){
		margin-top: calc(20 / var(--break02));
	}
}
@media(max-width: 767px) {
	.row_anchor.flex{
		justify-content: space-between;
	}
	.row_anchor > .anchor{
		width: 48.6%;
		min-height: calc(110 / 750 * 100vw);
		letter-spacing: 0;
		font-size: 90%;
		border-radius: calc(55 / 750 * 100vw);
		background: url(images/page/arw03.svg)no-repeat center bottom 2vw / calc(30 / 750 * 100vw),#eb8259;
	}
	.row_anchor > .anchor .s{
		padding-bottom: calc(30/ 750 * 100vw);
	}
	.row_anchor > .anchor:nth-of-type(n + 3){
		margin-top: 4vw;
	}
}

/* row_anchor02
------------------------------------------------------------------*/
.row_anchor02 > .anchor{
	width: 24.39%;
	min-height: calc(110 / var(--break02));
	line-height: 1.5;
	letter-spacing: .1em;
	border-radius: calc(55 / var(--break02));
	color: #fff;
	background: url(images/page/arw03.svg)no-repeat center bottom calc(10 / var(--break02)) / calc(20 / var(--break02)),#eb8259;
}
.row_anchor02 > .anchor .s{
	padding-bottom: calc(20/ var(--break02));
	position: relative;
	z-index: 1;
}
@media(min-width: 768px) {
	.row_anchor02 > .anchor{margin-right: .667%;}
	.row_anchor02 > .anchor:nth-of-type(4n),
	.row_anchor02 > .anchor:last-child
	{margin-right: 0;}
}
@media(max-width: 767px) {
	.row_anchor02.flex{
		justify-content: space-between;
	}
	.row_anchor02 > .anchor{
		width: 49%;
		min-height: calc(120 / 750 * 100vw);
		line-height: 1.35;
		letter-spacing: 0;
		font-size: 77%;
		border-radius: calc(60 / 750 * 100vw);
		background: url(images/page/arw03.svg)no-repeat center bottom 1.5vw / calc(26 / 750 * 100vw),#eb8259;
	}
	.row_anchor02 > .anchor .s{
		padding-bottom: calc(34/ 750 * 100vw);
	}
	.row_anchor02 > .anchor:nth-of-type(n + 3){
		margin-top: 4vw;
	}
}

.box_qa03 {
	border: 0;
	margin-bottom: var(--size60px)
}

.box_qa03:last-child {
	margin-bottom: 0
}

.box_qa03 .box_q .box {
	height: auto;
	padding-bottom: 0!important;
	font-size: 166.6%;
	font-family: "shippori-mincho-b1", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	background: #eb8259;
	position: relative;
	z-index: 1
}
.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: "shippori-mincho-b1", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	background: #8adcdf;
	position: relative;
	z-index: 1
}

.box_qa03 .box_a {
	padding-top: var(--size35px);
	padding-bottom: var(--size35px);
	background: #fff;
	border: 1px solid #4b2300;
	border-top: 0;
	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: "shippori-mincho-b1", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	background: #eb8259;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.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: #ffffff
}
@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: 9vw 4vw 6vw;
		border-radius: 0
	}

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

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

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

/* banner
------------------------------------------------------------------*/
.banner_common{
	display: block;
	width: calc(700 / var(--break02));
}

.logo{
	width: calc(246 / var(--break02));
}
.logo02{
	width: calc(458 / var(--break02));
}
@media(min-width: 768px){
	.banner_common.v2{
		display: block;
		width: calc(900 / var(--break02));
	}
	.content_low .wrap500 a img{
		max-width: 500px;
		width: calc(600 / var(--break02));
	}
}
@media(max-width: 767px) {

}

/*
------------------------------------------------------------------*/
.text_address01 .deco {
	padding-left: var(--size25px);
	position: relative;
	z-index: 1;
}
.text_address01 .deco::before {
	content: "";
	width: var(--size20px);
	height: var(--size25px);
	margin: auto;
	background: url(images/page/icn_access.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2.5px;
	z-index: 1;
}
.v2.text_address01 {
	color: #fff;
}
.v2.text_address01 .deco::before {
	background: url(images/page/icn_access05.svg)no-repeat center / contain;
}
@media(max-width: 767px) {
	.text_address01 br {
		display: none;
	}
	.text_address01 .deco {
		display: block;
		padding: var(--size55px) 0 0;
		letter-spacing: 0;
		font-size: calc(30 / var(--break02));
	}
	.text_address01 .deco::before {
		width: calc(40 / 750 * 100vw) !important;
		height: calc(40 / 750 * 100vw) !important;
		left: 0;
		right: 0;
		bottom: auto;
	}
}

/* box_address_common
------------------------------------------------------------------*/
.box_address_common{
	max-width: 700px;
	width: 100%;
	padding: calc(18 / var(--break03));
	background: #f2f2f2;
}

.row_address_common > .col{width: 40%;}
.row_address_common > .col_train{width: 59.5%;}
.row_address_common .icon{
	width: calc(60 / var(--break03));
}
.row_address_common .text{
	width: calc(100% - 78 / var(--break03));
	line-height: 1.5;
	font-size: calc(20/ var(--break03));
}
@media(min-width: 768px) {
	.bg_logo_foot{
		width: 100%;
		height: calc(140 / var(--break04));
		position: relative;
		z-index: 1;
	}

}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_logo_foot .logo_foot{
		display: block;
		width: calc(1920 / var(--break04));
		height: 100%;
		margin: auto;
		position: absolute;
		inset: 0 -50%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_logo_foot{
		height: calc(140 / 1700 * 100vw);
	}
	.bg_logo_foot .logo_foot{
		width: calc(1920 / 1700 * 100vw);
	}
	.box_address_common{
		padding: calc(14 / var(--break03));
	}
	.row_address_common .text{
		width: calc(100% - 72 / var(--break03));
		font-size: calc(19.5/ var(--break03));
		letter-spacing: .05em;
	}
}
@media(max-width: 767px) {
	.box_address_common{
		width: 100%;
		padding: 4vw;
	}
	.row_address_common > .col{width: 100%;}
	.row_address_common > .col_train{
		width: 100%;
		margin-top: 3vw;
	}
	.row_address_common .icon{
		width: calc(84 / 750 * 100vw);
	}
	.row_address_common .text{
		width: calc(100% - 111 / 750 * 100vw);
		line-height: 1.5;
		letter-spacing: 0;
		font-size: calc(29.5 / 750 * 100vw);
	}
}

/* row_fee_common
------------------------------------------------------------------*/
.row_fee_common>.col {
	width: 23.8%;
	padding: var(--size30px) .5% var(--size40px);
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 1
}
.row_fee_common .icon {
	max-width: 176px;
	width: var(--size180px)
}
.row_fee_common .copy_common {
	margin-bottom: calc(5 / var(--break03));
}
.row_fee_common .text {
	line-height: 1.5;
	text-align: center;
}

@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%;
		padding: calc(30 / 750 * 100vw) .5%;
		font-size: 90%
	}

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

	.row_fee_common .icon {
		width: var(--size140px)
	}

	.row_fee_common .copy_common .fz22{
		letter-spacing: 0;
		font-size: calc(30 / 750 * 100vw);
	}
	.row_fee_common>.col:nth-of-type(n+3) {
		margin-top: 3vw
	}
	.row_fee_common .text {
		letter-spacing: 0;
		font-size: calc(24 / 750 * 100vw);
	}
}

/* row_contact
------------------------------------------------------------------*/
.row_contact {
	padding: var(--size20px) 0;
}
.row_contact .col{
	width: 33.332%;
	height: var(--size80px);
}
.row_contact .col02{
	border-left: dashed 1px #4b2300;
	border-right: dashed 1px #4b2300;
}
.btn_tel{
	letter-spacing: 0;
	font-size: calc(28.5 / var(--break02));
}
.btn_tel .s{
	padding-left: calc(50 / var(--break02));
	position: relative;
	z-index: 1;
}
.btn_tel .s::before{
	content: "";
	width: calc(31 / var(--break02));
	height: calc(31 / var(--break02));
	margin: auto;
	background: url(images/page/icon_tel01.png)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.btn_web .s1{
	letter-spacing: 0;
	font-size: calc(16.5 / var(--break02));
	position: relative;
	top:  calc(-5 / var(--break02));
	z-index: 1;
}
.btn_web .s2{
	padding-left: calc(16.5 / var(--break02));
	padding-right: calc(45 / var(--break02));
	font-size: calc(28.5 / var(--break02));
	position: relative;
	z-index: 1;
}
.btn_web .s2::before{
	content: "";
	width: calc(24 / var(--break02));
	height: calc(24 / var(--break02));
	margin: auto;
	background: url(images/page/arw02.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.btn_instagram .s{
	padding-left: calc(70 / var(--break02));
	padding-right: calc(45 / var(--break02));
	letter-spacing: .1em;
	font-size: calc(28.5 / var(--break02));
	position: relative;
	z-index: 1;
}
.btn_instagram .s::before{
	content: "";
	width: calc(24 / var(--break02));
	height: calc(24 / var(--break02));
	margin: auto;
	background: url(images/page/arw02.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.btn_instagram .s::after{
	content: "";
	width: calc(48 / var(--break02));
	height: calc(48 / var(--break02));
	margin: auto;
	background: url(images/page/instagram01.png)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_contact {
		max-width: calc(646 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	.row_contact .col{
		width: 100%;
		height: calc(140 / 750 * 100vw);
	}
	.row_contact .col02{
		border-left: 0;
		border-right: 0;
		border-top: dashed 1px #4b2300;
		border-bottom: dashed 1px #4b2300;
	}
	.btn_tel{
		letter-spacing: 0;
		font-size: calc(36 / 750 * 100vw);
	}
	.btn_tel .s{
		padding-left: calc(60 / 750 * 100vw);
	}
	.btn_tel .s::before{
		width: calc(40 / 750 * 100vw);
		height: calc(40 / 750 * 100vw);
	}
	.btn_web .s1{
		font-size: calc(20 / 750 * 100vw);
		top:  calc(-4 / 750 * 100vw);
	}
	.btn_web .s2{
		padding-left: 2vw;
		padding-right: calc(50 / 750 * 100vw);
		letter-spacing: .1em;
		font-size: calc(36 / 750 * 100vw);
	}
	.btn_web .s2::before{
		width: calc(31 / 750 * 100vw);
		height: calc(31 / 750 * 100vw);
	}

	.btn_instagram .s{
		padding-left: calc(98 / 750 * 100vw);
        padding-right: calc(50 / 750 * 100vw);
		font-size: calc(34/ 750 * 100vw);
	}
	.btn_instagram .s::before{
		width: calc(31 / 750 * 100vw);
		height: calc(31 / 750 * 100vw);
	}
	.btn_instagram .s::after{
		width: calc(57 /  750 * 100vw);
		height: calc(57 /  750 * 100vw);
	}
}


/* btn_tel_common
------------------------------------------------------------------*/
.btn_tel_common{
	width: calc(490 / var(--break02));
	height: calc(120 / var(--break02));
	line-height: 1;
	background: #f2f2f2;
}
.btn_tel_common .s1{
	display: block;
	letter-spacing: .1em;
	margin-bottom: calc(18 / var(--break02));
	font-size: calc(18 / var(--break02));
}
.btn_tel_common .s2{
	letter-spacing: 0;
	padding-left: calc(30.5 / var(--break02));
	font-size: calc(29.5 / var(--break02));
	position: relative;
	z-index: 1;
}
.btn_tel_common .s2::before{
	content: "";
	width: calc(31 / var(--break02));
	height: calc(31 / var(--break02));
	margin: auto;
	background: url(images/page/icon_tel01.png)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(-10 / var(--break02));
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.btn_tel_common{
		width: calc(650 / 750 * 100vw);
		height: calc(130 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.btn_tel_common .s1{
		letter-spacing: 0;
		margin-bottom: 2vw;
		font-size: calc(28 / 750 * 100vw);
	}
	.btn_tel_common .s2{
		padding-left: calc(50 / 750 * 100vw);
		font-size: calc(40 / 750 * 100vw);
		position: relative;
		z-index: 1;
	}
	.btn_tel_common .s2::before{
		width: calc(40 / 750 * 100vw);
		height: calc(40 / 750 * 100vw);
		left: -1vw;
	}
}


/* row_contact02
------------------------------------------------------------------*/
.row_contact02{
	max-width: 1230px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.row_contact02::before{
	content: "";
	width: 1px;
	height: calc(80 / var(--break02));
	margin: auto;
	border-right: 1px #4b2300 dashed;
	position: absolute;
	inset: 0;
	z-index: 10;
}
.row_contact02 > .col{
	width: 50%;
	height: calc(120 / var(--break02));
	background: #f2f2f2;
	position: relative;
	z-index: 1;
}
.row_contact02 .btn_web02{
	background: #f7cd6b !important;
}

.row_contact02 .btn_tel02{
	letter-spacing: 0;
	font-size: calc(29.5 / var(--break02));
}
.btn_tel02 .s{
	padding-left: calc(40 / var(--break02));
	position: relative;
	z-index: 1;
}
.btn_tel02 .s::before{
	content: "";
	width: calc(31 / var(--break02));
	height: calc(31 / var(--break02));
	margin: auto;
	background: url(images/page/icon_tel01.png)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.btn_web02 .s1{
	letter-spacing: 0;
	font-size: calc(16.5 / var(--break02));
	position: relative;
	top:  calc(-5 / var(--break02));
	z-index: 1;
}
.btn_web02 .s2{
	padding-left: calc(16.5 / var(--break02));
	padding-right: calc(45 / var(--break02));
	font-size: calc(28.5 / var(--break02));
	position: relative;
	z-index: 1;
}
.btn_web02 .s2::before{
	content: "";
	width: calc(24 / var(--break02));
	height: calc(24 / var(--break02));
	margin: auto;
	background: url(images/page/arw02.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.row_contact02{
		max-width: 100%;
		width: calc(624 / 750 * 100vw);
	}
	.row_contact02::before{
		content: none;
	}
	.row_contact02 > .col{
		width: 100%;
	}

	.row_contact02 .btn_tel02{
		letter-spacing: 0;
		font-size: calc(37 / 750 * 100vw);
	}
	.btn_tel02 .s{
		padding-left: calc(50 / 750 * 100vw);
	}
	.btn_tel02 .s::before{
		width: calc(36 /750 * 100vw);
		height: calc(36 /750 * 100vw);
	}
	.btn_web02 .s1{
		letter-spacing: 0;
		font-size: calc(19.5 /750 * 100vw);
		top:  calc(-5 /750 * 100vw);
	}
	.btn_web02 .s2{
		padding-left: calc(20 /750 * 100vw);
		padding-right: calc(60 /750 * 100vw);
		letter-spacing: .1em;
		font-size: calc(34 /750 * 100vw);
	}
	.btn_web02 .s2::before{
		width: calc(32/750 * 100vw);
		height: calc(32/750 * 100vw);
	}
}

/* btn_common
------------------------------------------------------------------*/
.btn_common{
	max-width: 100%;
	width: calc(300 / var(--break03));
	min-height: calc(60 / var(--break03));
	color: #fff;
	background: #eb8259;
	font-size: calc(20 / var(--break03));
	border: 1px solid #fff;
	border-radius: calc(30 / var(--break03));
	position: relative;
	z-index: 1;
}
.btn_common::after {
	content: "";
	width: calc(20 / var(--break03));
	height: calc(20 / var(--break03));
	margin: auto;
	background: url(images/page/arw.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(20 / var(--break03));
	transition: .5s all;
}

@media(min-width: 768px) {
	.btn_common.x{
		width: calc(400 / var(--break03));
		min-height: calc(80 / var(--break03));
		border-radius: calc(40 / var(--break03));
		font-size: calc(24 / var(--break03));
	}
	.btn_common.x::after {
		width: calc(24 / var(--break03));
		height: calc(24 / var(--break03));
		right: calc(24 / var(--break03));
	}
	.btn_common.x2{
		width: calc(360 / var(--break03));
		font-size: calc(20 / var(--break03));
	}
	.btn_common.x4{
		width: calc(600 / var(--break03));
		min-height: calc(80 / var(--break03));
		font-size: calc(24 / var(--break04));
		border-radius: calc(40 / var(--break03));
	}
}
@media(min-width: 1025px) {
	.btn_common:hover:after {
		right: calc(14 / var(--break03));
		transition: .5s all;
	}
}
@media(max-width: 767px) {
	.btn_common{
		width: calc(600 / 750 * 100vw);
		min-height: calc(100 /  750 * 100vw);
		border-radius: calc(50 / 750 * 100vw);
		font-size: calc(34 / 750 * 100vw);
	}
	.btn_common::after{
		width: calc(38 / 750 * 100vw);
		height: calc(38 / 750 * 100vw);
		inset: 0 calc(30 / 750 * 100vw) 0 auto;
	}
	.btn_common .fz20{
		letter-spacing: 0;
		font-size: calc(34 / 750 * 100vw);
	}
	.btn_common.x4{
		width: calc(666 / 750 * 100vw);
		padding-right: 1.5vw;
		font-size: calc(30 / 750 * 100vw);
	}
}
/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/*
------------------------------------------------------------------*/
.tbl_copy_common {
	padding: calc(14 / var(--break02));
	line-height: 1.6;
	text-align: center;
	background: rgba(210, 151, 220,.5);
}

.tbl_common01 table {
    border-color: #d297dc
}

.tbl_common01 th {
    background: #d297dc;
}

.tbl_common01 td {
    background: #fff;
}

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

.tbl_common02 table {
    border-color: #8eb0e7
}

.tbl_common02 th {
    background: #8eb0e7;
}

.tbl_common02 td {
    background: #fff;
}

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

/* .bg_access
------------------------------------------------------------------*/
.bg_access::before {
    content: "";
    width: 100%;
    height: calc(100 / var(--break03));
    background: #fff;
    margin: auto;
    position: absolute;
    inset: 0 0 auto;
    z-index: -1;
}
.row_access{
	max-width: 1100px;
}
.row_access > .col_l {
	width: 46.5%;
	max-width: 490px;
}
.row_access > .col_r {
	width: 48.5%;
	max-width: 530px;
}

.wrap_map_access .map {
    max-height: 460px;
    height: calc(460 / var(--break03));
}
@media(min-width: 768px) {
	.row_access .btn_reservation_common{
		margin-right: calc(10 /var(--break03));
	}
}
@media(max-width: 767px) {
	.row_access {
		display: block;
	}
	.row_access > .col_l {
		width: 100%;
		max-width: 100%;
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.row_access > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
}

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



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

/* 
------------------------------------------------------------------*/
.bg_clinic01{
	padding: var(--size100px) 0;
	background: url(images/clinic/bg_clinic01.jpg)no-repeat center / cover;
}
/* コンテンツ名 class
------------------------------------------------------------------*/
.clinic_feature00{
	padding: var(--size70px) 0 var(--size75px);
	background: url(images/clinic/bg_clinic02.jpg)no-repeat center / cover !important;
}
.row_clinic_feature00{
	max-width: 800px;
	width: calc(800 / var(--break02));
	margin-left: auto;
	margin-right: auto;
}
.row_clinic_feature00 > .col {
	width: calc(240  / var(--break02));
	height: calc(240  / var(--break02));
	color: #fff;
	background: #8eb0e7;
	border-radius: 100%;
	position: relative;
}
.row_clinic_feature00 > .col::before {
	content: "";
    width: calc(100% - 10 / var(--break02));
    height: calc(100% - 10 / var(--break02));
    margin: auto;
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    inset: 0;
}
.row_clinic_feature00 .fz26  {letter-spacing: 0;}
.clinic_feature02 .num_feature_common{
	color: #fdf4f2 !important;
}

.clinic .row_feature_common{
	width: calc(100% - 50 / 1920 * 100vw);
}
.clinic .index_feature03 .num_feature_common{
	top: 0;
	bottom: auto;
}
@media(min-width: 768px) {
	.clinic .row_feature_common.left{
		margin-left: 0;
	}
	.clinic .row_feature_common.right{
		margin-right: 0;
	}
}
@media(max-width: 767px) {
	.row_clinic_feature00{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.row_clinic_feature00 > .col {
		width: calc(220  / 750 * 100vw);
		height: calc(220  / 750 * 100vw);
	}
	.row_clinic_feature00 > .col::before {
		border: 1px solid #fff;
	}
	.row_clinic_feature00 .copy_common .fz26 {
        font-size: calc(30 / 750 * 100vw);
    }
	/* .row_clinic_feature00 > .col:last-child {
		margin: 0 auto;
	} */
}
/* 
------------------------------------------------------------------*/
.slide_common04 .slick-prev,
.slide_common04 .slick-next {
	width: calc(30 / var(--break02));
	height: calc(54  / var(--break02));
	background: url(images/page/arw05.svg)no-repeat center / cover;
	transform: translate(0);
	top: calc(220 / var(--break02));
	margin: auto;
	z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

@media(max-width: 767px) {
	.slide_common04 .slick-prev,
	.slide_common04 .slick-next {
		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_pediatric_ortho
------------------------------------------------------------------*/
.row_pediatric_ortho > .col{
	width: 22%;
	text-align: center;
}
.row_pediatric_ortho .text{
	margin-top: calc(10 / var(--break02));
	letter-spacing: 0;
}
.row_pediatric_ortho02{
	max-width: 100%;
	width: calc(1240 / var(--break02));
}
.row_pediatric_ortho02 > .circle{
	width: calc(200 / var(--break02));
	height: calc(200 / var(--break02));
	padding-top: calc(10 / var(--break02));
	line-height: 1.6;
	letter-spacing: 0;
	font-size: calc(22 / var(--break02));
	background: url(images/page/check03.svg)no-repeat center top calc(40 / var(--break02))  / calc(25 / var(--break02)) , #fff;
	box-shadow: 0 0 8px 2px rgba(75, 35, 0, 0.2);
	position: relative;
	z-index: 1;
}
.row_pediatric_ortho02 > .circle::before{
	content: "";
	width: calc(100% - 10 / var(--break02));
	height: calc(100% - 10 / var(--break02));
	margin: auto;
	border: solid 4px #8eb0e7;
	border-radius: 100%;
	position: absolute;
	inset: 0;
	z-index: 1;
}

.arw_common{
	max-width: 100%;
	width: calc(342 / var(--break02));
}
@media(min-width: 768px) {
	.row_pediatric_ortho > .col:nth-of-type(n + 5){
		margin-top: calc(30 / var(--break02));
	}
	.row_pediatric_ortho02 > .circle{
		margin-right: calc(30 / var(--break02));
	}
	.row_pediatric_ortho02 > .circle:last-child,
	.row_pediatric_ortho02 > .circle:nth-of-type(5n)
	{margin-right: 0;}
	.row_pediatric_ortho02 > .circle:nth-of-type(n + 6){
		margin-top: calc(30 / var(--break02));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_pediatric_ortho02{
		max-width: calc(1240 / var(--break03));
	}
	.row_pediatric_ortho02 > .circle{
		width: calc(200 / var(--break03));
		height: calc(200 / var(--break03));
		padding-top: calc(10 / var(--break03));
		font-size: calc(22 / var(--break03));
		background: url(images/page/check03.svg)no-repeat center top 4vw / calc(25 / 750 * 100vw) , #fff;
	}
	.row_pediatric_ortho02 > .circle::before{
		width: calc(100% - 10 / var(--break03));
		height: calc(100% - 10 / var(--break03));
	}
}
@media(max-width: 767px) {
	.row_pediatric_ortho > .col{
		width: 47.5%;
	}
	.row_pediatric_ortho .text{
		font-size: 90%;
	}	
	.row_pediatric_ortho > .col:nth-of-type(n + 3){
		margin-top: 3vw;
	}

	.row_pediatric_ortho02.flex{justify-content: space-between;}
	.row_pediatric_ortho02 > .circle{
		width: calc(222 / 750 * 100vw);
		height: calc(222 / 750 * 100vw);
		padding-top: 2vw;
		font-size: calc(28 / 750 * 100vw);
	}
	.row_pediatric_ortho02 > .circle::before{
		border-width:2px;
	}

	.row_pediatric_ortho02 > .circle:nth-of-type(n + 4){
		margin-top: 3vw;
	}
}
/* bg_pediatric_common
------------------------------------------------------------------*/
.bg_pediatric_common{
	background: url(images/pediatric_ortho/bg_pediatric01.png)no-repeat center top / 100%,#fefaf0;
	position: relative;
	z-index: 1;
}
.bg_pediatric_common::before{
	content: "";
	width: calc(152 / var(--break02));
	height: calc(145 / var(--break02));
	margin: auto;
	background: url(images/page/deco_pediatric.png)no-repeat center / contain;
	position: absolute;
	bottom: calc(140 / var(--break02));
    left: 0;
    right: calc(-725 / var(--break02));
}
.bg_pediatric_common.v2::before{
	bottom: calc(30 / var(--break02));
    right: calc(-1200 / var(--break03));
}
@media(max-width: 767px) {
	.bg_pediatric_common{
		background: url(images/pediatric_ortho/bg_pediatric01_sp.png)no-repeat center top / 100%,#fefaf0;
	}

	.bg_pediatric_common::before{
		content: none;
	}
}
/* bg_cosmetic
------------------------------------------------------------------*/
.bg_cosmetic{
	padding: var(--size100px) 0;
	background: url(images/cosmetic/bg_cosmetic01.jpg)no-repeat center / cover;
}
/* bg_implant
------------------------------------------------------------------*/
.bg_implant{
	padding: var(--size60px) 0;
	background: url(images/implant/bg_implant01.jpg)no-repeat center / cover;
}
/* 
------------------------------------------------------------------*/
.perio .area_case_common01{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.perio .slider_case .slick-dots{
	display: none !important;
}
.perio .row_case_common01::after{
    top: var(--size200px);
    bottom: auto;
}
.perio .row_case_common01::after{
    top: var(--size200px);
    bottom: auto;
}

.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(30 / var(--break02));
    height: calc(54 / var(--break02));
    background: url(images/page/arw05.svg)no-repeat center / cover;
    z-index: 1;
    top: calc(-20 / 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(--size25px);
    position: relative;
    bottom: auto;
}

.slider_case li button:before {
    width: calc(12 / var(--break02));
    height: calc(12 / var(--break02));
    opacity: 1;
    background: #e4f8fc;
    font-size: 0;
    border-radius: 100%;
}

.slider_case .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #8eb0e7;
}

.slider_case .slick-list {
    padding: 0 !important;
}

.slider_case .slick-dots li:only-child {
    display: none;
}
.case .hdg2 {
	position: relative;
}
.case .hdg2:before {
	content: "準備中";
    color: #fff;
    text-align: center;
    width: calc(200 / var(--break) * 100vw);
    height: calc(60 / var(--break) * 100vw);
    line-height: calc(60 / var(--break) * 100vw);
    background: rgba(51,51,51,.7);
    font-size: 1.5rem;
    letter-spacing: .1em;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    position: absolute;
	text-shadow: none;
}
@media(min-width: 768px) {
    .inner_case_common {
        width: 94%;
    }
	.perio .slider_case .tbl_default th{
		width: 17.5%;
	}
}

@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(min-width: 768px) and (max-width:1299px) {
	.slider_case .slick-prev {
		left: 1.5%;
	}
	.slider_case .slick-next {
		right: 1.5%;
	}
}
@media(min-width: 768px) and (max-width:1099px) {
	.slider_case .slick-prev {
		left: .5%;
	}
	.slider_case .slick-next {
		right: .5%;
	}
}
@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 {
        z-index: 1;
        top: 70vw;
        bottom: auto;
    }

	.perio .slider_case .slick-prev,
    .perio .slider_case .slick-next,
    .perio .slider_case .slick-prev:hover,
    .perio .slider_case .slick-next:hover,
    .perio .slider_case .slick-prev:focus,
    .perio .slider_case .slick-next:focus {
        top: auto;
		bottom: 115vw;
    }
	
    .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;
    }
	.case .hdg2:before {
		 width: calc(300 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		line-height: calc(80 / var(--break) * 100vw);
		background: rgba(51,51,51,.7);
		font-size: 1.25rem;
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.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: #8eb0e7 !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .ps--active-y > .ps__rail-y, .box_invisalign .ps--active-x > .ps__rail-x,
.box_invisalign .ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.risk .ps .ps__rail-x.ps--clicking, .risk .ps .ps__rail-x:focus, .risk .ps .ps__rail-x:hover, .risk .ps .ps__rail-y.ps--clicking, .risk .ps .ps__rail-y:focus, .risk .ps .ps__rail-y:hover, .box_invisalign .ps .ps__rail-x.ps--clicking, .box_invisalign .ps .ps__rail-x:focus, .box_invisalign .ps .ps__rail-x:hover, .box_invisalign .ps .ps__rail-y.ps--clicking, .box_invisalign .ps .ps__rail-y:focus, .box_invisalign .ps .ps__rail-y:hoverr {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 751px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.box_risk01 .box {
		padding-right: 4vw;
		max-height: calc(420 / var(--break) * 100vw);
	}
	.box_risk01 .ttl, .box_invisalign .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_risk01 .txt {
		letter-spacing: 0;
	}
	.sp.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .sp.risk .ps-container > .ps-scrollbar-y-rail, .box_invisalign .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .box_invisalign .ps-container > .ps-scrollbar-y-rail {
		right: 0!important;
		width: 2px!important;
	}
}


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

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

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	background: #8eb0e7;
	color: #fff;
	font-weight: 500;
	font-family: "shippori-mincho-b1", sans-serif;
	font-weight: 400;
	font-style: normal;
	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: #e4f8fc;
	border: 1px solid #e4f8fc;
	border-right-color: #e4f8fc;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #e4f8fc;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #4b2300;
	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 #4b2300;
	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 #f2f2f2;
}
.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: "shippori-mincho-b1", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .1em;
}
.blog_archive .txt_post .date {
	color: #eb8259;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #4b2300;
	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 #4b2300;
	color: #4b2300;
	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: #4b2300;
	background: #4b2300;
	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 #d297dc;
	background: #d297dc;
	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: #d297dc;
}

.single_post > h3{
	padding: calc(20 / var(--break02)) ;
	letter-spacing: .1em;
	line-height: 1.5;
	font-size: calc(26 / var(--break03));
	font-family: "shippori-mincho-b1", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #4b2300;
	background: #e4f8fc;
	position: relative;
	z-index: 1;
}
.single_post > h3::before,
.single_post > h3::after
{
	content: "";
	width: calc(50 / var(--break03));
	height: calc(50 / var(--break03));
	margin: auto;
	background: #8eb0e7;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
.single_post > h3::after{
	clip-path: polygon(100% 100%, 0% 100%, 100% 0);
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
}
.single_post > h3 span::before{
	content: "";
	width: 100%;
	height: calc(100% - 10 / var(--break02));
	margin: auto;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	position: absolute;
	inset: 0;
}
.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: "shippori-mincho-b1", sans-serif;
	font-weight: 400;
	font-style: normal;
	background: #fefaf0;
	position: relative;
	z-index: 1;
}
.post_content > h4::before{
	content: "";
	max-height: 90%;
	width: 2px;
	height: var(--size40px);
	margin: auto;
	background: #f7cd6b;
	position: absolute;
	inset: 0 auto 0 var(--size10px);
	z-index: -1;
}
.post_content > h5{
	padding-bottom: calc(16 / var(--break03));
	letter-spacing: .1em;
	line-height: 1.5;
	font-size: calc(20 / var(--break03));
	font-family: "shippori-mincho-b1", sans-serif;
	font-weight: 400;
	font-style: normal;
	border-bottom: 4px double #f6eaf8;
	position: relative;
	z-index: 1;
}
.post_content > h5::before{
	content: "◆";
	display: inline-block;
	color: #d297dc;
	margin: auto var(--size10px) auto auto;
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar h4 {
		line-height: calc(80 / var(--break) * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.thmb {
		width: calc(210 / var(--break) * 100vw);
	}
	.thmb img {
		height: calc(210 / var(--break) * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(240 / var(--break) * 100vw));
	}
	.txt_post h4 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.navigation li {
		width: calc(200 / 750 * 100vw);
	}
	.page_main .wp-pagenavi span.pages,.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: .5vw 2vw;
		margin: calc(4 / 750 * 100vw);
	}
	.page_main section.blog_archive {
		padding-bottom: 6vw;
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: 6vw;
	}
	.post_main .wp-pagenavi {
		margin-top: 12vw;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
	.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);
	}

	.single_post > h3 {
		padding: calc(20 / var(--break02)) ;
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	
	.single_post > h3::before,
	.single_post > h3::after
	{
		width: calc(50 / var(--break03));
		height: calc(50 / var(--break03));
	}
	.single_post > h3::after{
	}
	.single_post > h3 span::before{
		border-top-width: 2px;
		border-bottom-width: 2px;
	}

	.post_content > h4,.post_content > h5{
		letter-spacing: 0;
		font-size: 1.125rem;
	}
	#sidebar .category ul li a{
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}

	.post_content > h5::before{
		width: calc(24 / var(--break03));
		height: calc(24 / var(--break03));
	}
}


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