@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	width: 100%;
	padding-top: calc(130 / var(--break03));
	height: calc(500 / var(--break) * 100vw);
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	position: relative;
	z-index: 1;
}
.main_page > .img{
	max-width: 1820px;
	width: 96%;
	height: calc(350 / var(--break) * 100vw);
	margin: auto;
	border-radius: calc(10 / var(--break) * 100vw);
	background: url("images/page/img_ttl_page.jpg")no-repeat center / cover;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.main_page .text{
	width: calc(344 / var(--break04));
	margin: auto;
	position: absolute;
	bottom: 0;
	right: 0;
    z-index:0;
}
.main_page .circle_catch_main_page{
	width: calc(243 / var(--break04));
	height: calc(243 / var(--break04));
	margin: auto;
	position: absolute;
	bottom: calc(50 / var(--break04));
	left: calc(150 / 1920 * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		padding-bottom: 7.5vw;
		height: calc(550 / var(--break) * 100vw);
		background: url("images/page/bg_ttl_page_sp.jpg")no-repeat center top / 100% , #e5f3f9;
	}
	.main_page > .img{
		width: 94%;
		bottom: calc(50 / var(--break) * 100vw);
	}
	.main_page .circle_catch_main_page{
		bottom: 4vw;
		left: 4vw;
	}
	.col_img {
		text-align: center;
	}
}


/*
------------------------------------------------------------------*/
.hdg2 {
	position: relative;
	z-index: 4;
}
.hdg2 .ja {
    display: block;
    margin-bottom: calc(10 / var(--break03));
    line-height: 1.6;
    letter-spacing: .1em;
    font-size: calc(50 / var(--break03));
	font-family: "ryo-gothic-plusn", sans-serif;
	font-weight: 700;
	font-style: normal;
    text-align: center;
    color: #131313;
}

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


.hdg3 {
    padding: calc(20 / var(--break03)) 0;
    letter-spacing: .1em;
    line-height: 1.5;
    font-size: calc(40 / var(--break03));
	font-family: "ryo-gothic-plusn", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #131313;
    background-image: linear-gradient(to right, #f6ae6a, #f9c270,#fff67f);
    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 {
		letter-spacing: 0;
		font-size: calc(44 / 750 * 100vw);
	}


    /* copy_common */
    .copy_common span {
        letter-spacing: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* copy_common01
------------------------------------------------------------------*/
.copy_common01{
	padding-bottom: calc(14 / var(--break02));
	border-bottom: 1px solid #131313;
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	
}

/* copy_common02
------------------------------------------------------------------*/
.copy_common02{
	text-align: center;
}
.copy_common02 .deco{
	display: inline-block;
	padding: 0 calc(20 / var(--break02));
	position: relative;
	z-index: 1;
}
.copy_common02 .deco::before,
.copy_common02 .deco::after
{
	content: "";
	width: calc(140 / var(--break02));
	height: 1px;
	margin: auto;
	background: #131313;
	position: absolute;
	inset: 0 100%;
}
.copy_common02 .deco::before{left: auto;}
.copy_common02 .deco::after{right: auto;}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	.copy_common02.fz34{
		letter-spacing: 0;
		font-size: calc(43.5 / 750 * 100vw);
	}
	.copy_common02 .deco{
		padding: 0 calc(30 / 750 * 100vw);
	}
	.copy_common02 .deco::before,
	.copy_common02 .deco::after
	{width: calc(70 / 750 * 100vw);}
	
}

/* copy_common03
------------------------------------------------------------------*/
.copy_common03 .deco{
	display: inline-block;
	padding: 0 calc(20 / var(--break02));
	position: relative;
	z-index: 1;
}
.copy_common03 .deco::before,
.copy_common03 .deco::after
{
	content: "";
	width: calc(38 / var(--break02));
	height: calc(38 / var(--break02));
	margin: auto;
	background: url(images/page/deco_copy.png)no-repeat center / contain;
	position: absolute;
	inset: 0 100%;
}
.copy_common03 .deco::before{left: auto;}
.copy_common03 .deco::after{right: auto; transform: scale(-1, 1);}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	.copy_common03.fz34{
		letter-spacing: 0;
		font-size: calc(43 / 750 * 100vw);
	} 
	.copy_common03 .deco::before,
	.copy_common03 .deco::after
	{
		top: auto;
		bottom: 3.5vw;
	}
}


/* . copy_common04
------------------------------------------------------------------*/
.copy_common04{
	padding: calc(6 / var(--break02));
	color: #fff;
	background: #ec6d74;
	position: relative;
	z-index: 1;
}
.copy_common04::before,
.copy_common04::after,
.copy_common04 .d::before,
.copy_common04 .d::after
{
	content: "";
	width: calc(50 / var(--break02));
	height: 100%;
	margin: auto;
	background: #fff;
	opacity: .2;
	position: absolute;
	top: 0;
	bottom: 0;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.copy_common04::before{left: 0;}
.copy_common04::after{
	left: 0;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.copy_common04 .d::before{
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	right: 0;
}
.copy_common04 .d::after{
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	right: 0;
}
@media(min-width: 768px) {}
@media(max-width: 767px) {}


/* . copy_common05
------------------------------------------------------------------*/
.copy_common05{
	padding-bottom: calc(25 / var(--break02));
	text-align: center;
	position: relative;
	z-index: 1;
}
.copy_common05::before{
	content: "";
	width: calc(140 / var(--break02));
	height: 1px;
	margin: auto;
	background: #131313;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
@media(min-width: 768px) {}
@media(max-width: 767px) {}

/* .row_common01
------------------------------------------------------------------*/
.decoImg_common {
    padding-bottom: calc(10 / var(--break04));
    position: relative;
    z-index: 1;
}
.decoImg_common::before {
    content: "";
    width: 100%;
    height: calc(100% - 10 / var(--break04));
    margin: auto;
	background-image: linear-gradient(to left, #ec6d74, #f553a8, #f155c5);
    position: absolute;
    bottom: 0;
    left: calc(-10 / var(--break04));
    z-index: -1;
}
.r_reverse .decoImg_common::before {
    left: calc(10 / var(--break04));
}
/* row_common
------------------------------------------------------------------*/
.row_common.flex{
	align-items: unset !important;
}
.row_common > .bg{
	width: 50%;
	height: calc(930 / var(--break03));
}
.row_common > .col_txt{
	width: 50%;
	position: relative;
	z-index: 1;
}
.row_common > .col_txt > .wrap{
	max-width: 800px;
	width: 90%;
	margin: auto;
}
.row_common > .bg.dentist{background: url(images/dentist/img_dentist07.jpg)no-repeat center / cover;}
.row_common > .bg.dh{background: url(images/dh/img_dh12.jpg)no-repeat center / cover;}
.row_common > .bg.da{background: url(images/da/img_da06.jpg)no-repeat center / cover;}
.row_common > .bg.reception{background: url(images/reception/img_reception05.jpg)no-repeat center / cover;}
@media(min-width: 1081px) {
	.row_common > .bg{
		height: 100vh;
		position: sticky;
		top: 0;
	}
}
@media(max-width: 767px) {
	.row_common > .bg{
		width: 100%;
		min-height: auto;
		height: calc(726 / 750 * 100vw);
		margin-bottom: calc(50 / 750 * 100vw);
	}
	.row_common > .col_txt{
		width: 100%;
		padding-bottom: calc(60 / 750 * 100vw);
		background: url(images/page/row_common_deco.png)no-repeat right bottom / calc(683 / 1500 * 100vw);
	}
	.row_common > .col_txt > .wrap{
		width: calc(704 / 750 * 100vw);
		margin: auto;
	}

	.row_common.v2 > .col_txt{
		background: url(images/page/row_common_deco02.png)no-repeat right bottom / calc(683 / 1500 * 100vw);
	}
}

/* .row_common01
------------------------------------------------------------------*/
.row_common01>.col_img {
    max-width: 699px;
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) {
    .row_common01>.col_img {
        width: 47%;
    }
	.row_common01>.col_txt {
        width: 49%;
    }
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_common01 .fz34 {
	    font-size: 1.9rem;
	}
	.row_common01>.col_txt {
        width: 49.5%;
    }
}
@media(max-width: 767px) {
	.row_common01 .copy_common{
		text-align: center;
	}
}
/* .row_common02
------------------------------------------------------------------*/
.row_common02>.col_img {
    max-width: 570px;
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) {
    .row_common02>.col_img {
        width: 38%;
    }
	.row_common02>.col_txt {
        width: 58%;
    }
}
@media(max-width: 767px) {
	.row_common02 .copy_common{
		text-align: center;
	}
}
/* .cover_row_common03
------------------------------------------------------------------*/
 .cover_row_common03{
	padding-bottom: calc(60 / var(--break02));
	position: relative;
	z-index: 1;
 }
 .row_common03 {
	position: relative;
	z-index: 1;
 }
 .row_common03::before {
	content: "";
	width: calc(100% - 20 / var(--break04));
	height: calc(100% - 20 / var(--break04));
	margin: auto;
	border: 3px solid #fff;
	position: absolute;
	inset: 0;
	z-index: 2;
 }
 .row_common03::after {
	content: "";
	width: 64%;
	height: 100%;
	margin: auto;
	background-image: linear-gradient(to right, #53f5c1, #53c1f5, #538ff5);
	position: absolute;
	inset: 0 0 0 auto;
 }
.row_common03>.bg {
	width: 38%;
    background: url(images/reception/bg.jpg)no-repeat center / cover;
    position: relative;
    z-index: 1;
}
.row_common03>.bg.dentist {background: url(images/dentist/bg.jpg)no-repeat center / cover;}
.row_common03>.bg.dh {background: url(images/dh/bg.jpg)no-repeat center / cover;}
.row_common03>.bg.da {background: url(images/da/bg.jpg)no-repeat center / cover;}
.row_common03>.areaText {
	width: 62%;
	padding: calc(50 / var(--break04)) 0 calc(240 / var(--break04));
	position: relative;
    z-index: 10;
}

.in_box_row_common03{
	width: calc(700/ var(--break02));
	margin: auto;
	letter-spacing: 0;
	font-size: calc(18  / var(--break03));
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(-60 / var(--break02));
	z-index: 100;
}
.in_box_row_common03 .copy{
	text-align: center;
	color: #fff;
	background: #131313;
}
.in_box_row_common03 .copy::before,
.in_box_row_common03 .copy::after
{
	content: "";
	width: calc(30 / var(--break04));
	height: calc(30 / var(--break04));
	margin: auto;
	border: 2px solid #fff;
	border-bottom: 0;
	position: absolute;
	top: calc(10 / var(--break04));
}
.in_box_row_common03 .copy::before{
	border-right: 0;
	left: calc(10 / var(--break04));
}
.in_box_row_common03 .copy::after{
	border-left: 0;
	right: calc(10 / var(--break04));
}
.in_box_row_common03 .areaText{
	padding: calc(20 / var(--break04)) 0;
	border: 1px solid #131313;
	position: relative;
	z-index: 1;
}
.in_box_row_common03 .areaText::before {
    content: "";
    width: calc(200 / var(--break04));
    height: calc(200 / var(--break04));
    margin: auto;
    background: #53c1f5;
    opacity: .3;
    position: absolute;
    right: 0;
    bottom: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: -1;
}
.in_row_row_common03{
	max-width: 100%;
	width: calc(480 / var(--break03));
	margin: auto;
	position: relative;
	z-index: 1;
}
.in_row_row_common03.v2{width: calc(500 / var(--break03));}
.in_row_row_common03::before{
	content: "";
	width: 1px;
	height: 80%;
	margin: auto;
	background: #131313;
	position: absolute;
	inset: 0;
	left: -15%;
	z-index: -1;
}
.in_row_row_common03.v2::before{left: -7.5%;}
.in_row_row_common03 > .col{
	width: 47.5%;
	text-align: center;
}
.in_row_row_common03 > .col02{
	width: 52.5%;
}
.in_row_row_common03 .num{
	color: #53c1f5;
	font-size: calc(100 / var(--break04));
}
.in_row_row_common03 .yen{
	font-size: calc(30 / var(--break04));
	position: relative;
	top: calc(-10 / var(--break04));
	z-index: 1;
}
.row_common03 .fz22{font-size: calc(22 / var(--break04));}
.row_common03 .fz28{font-size: calc(28 / var(--break04));}
.row_common03 .fz32{font-size: calc(32 / var(--break04));}
.row_common03 .fz38{font-size: calc(38 / var(--break04));}

@media(max-width: 767px) {
	.cover_row_common03{
		padding-bottom: calc(100 / 750 * 100vw);
	}
	.row_common03::before {
		border: 3px solid #fff;
	}
	.row_common03::after {
		width: 100%;
		height: 100%;
		background-image: linear-gradient(to right, #53f5c1, #53c1f5, #538ff5);
	}
	.row_common03>.bg {
		width: 100%;
		height: calc(460 / 750 * 100vw);
	}
	.row_common03>.areaText {
		width: 100%;
		padding: calc(50 / 750 * 100vw) 0 calc(300 / 750 * 100vw);
	}
	.in_box_row_common03{
		width: 94%;
		font-size: 100%;
		bottom: calc(-100 / 750 * 100vw);
	}
	.in_box_row_common03 .copy::before,
	.in_box_row_common03 .copy::after
	{border-width: 1px;}
	.in_box_row_common03 .areaText{
		padding: calc(20 / var(--break04)) 0;
	}
	.in_box_row_common03 .text{
		font-size: 90%;
		line-height: 1.5;
		letter-spacing: 0;
	}
	.in_row_row_common03{
		width: 92%;
	}
	.in_row_row_common03::before{
		left: -15%;
	}
	.row_common03 .fz22{font-size: calc(30 / 750 * 100vw);}
}
/* .row_common04
------------------------------------------------------------------*/
.row_common04 > .col_img{
	width: 31%;
}
.row_common04 > .col_txt{
	width: 65%;
}
@media(max-width: 767px) {
	.row_common04 .copy_common {
		text-align: center;
		margin-right: -1vw;
		margin-left: -1vw;
	}
	.row_common04 .copy_common .fz26{
		letter-spacing: -.025em;
		font-size: 104%;
	}
}

/* .row_common05
------------------------------------------------------------------*/
.row_common05 > .col_img{
	width: 38%;
}
.row_common05 > .col_txt{
	width: 58%;
}
@media(max-width: 767px) {
	.row_common05 > .col_img{
		width: 100%;
		margin-bottom: 4vw;
	}
	.row_common05 > .col_txt{
		width: 100%;
	}
}

/* .row_common06
------------------------------------------------------------------*/
.row_common06 > .col_icon{
	width: calc(156 / var(--break02));
}
.row_common06 > .col_ballon{
	width: calc(100% - 180 / var(--break02));
	padding-left: calc(30 / var(--break02));
}
.row_common06 .ballon{
	padding: calc(40 / var(--break02));
	border-radius: calc(20 / var(--break02));
	position: relative;
	z-index: 1;
}
.row_common06 .ballon::before{
	content: "";
	width: calc(30 / var(--break02));
	height: calc(30 / var(--break02));
	margin: auto;
	background: url(images/page/pattern01.png)repeat;
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(-30  / var(--break02));
}

.row_common06.r_reverse > .col_ballon{
	padding-left: 0;
	padding-right: calc(30 / var(--break02));
}
.row_common06.r_reverse .ballon::before{
	clip-path: polygon(0 0, 0 100%, 100% 49%);
	right: calc(-30  / var(--break02));
	left: auto;
}
@media(max-width: 767px) {
	.row_common06 > .col_icon{
		width: calc(160 / 750 * 100vw);
		margin: 0 auto 4vw;
	}
	.row_common06 > .col_ballon{
		width: 98%;
		margin: auto;
		padding-top: calc(40 / 750 * 100vw);
		padding-left: 0;
	}
	.row_common06 .ballon{
		padding: 5vw;
	}
	.row_common06 .ballon::before{
		width: calc(40 / 750 * 100vw);
		height: calc(40 / 750 * 100vw);
		background: url(images/page/pattern01.png)repeat center / calc(5 / 700 * 100vw);
		clip-path: polygon(50% 0, 0 100%, 100% 100%);
		top: calc(-40 / 750 * 100vw);
		bottom: auto;
		left: 0 !important;
		right: 0 !important;
	}

	.row_common06.r_reverse > .col_ballon{
		padding-left: 0;
		padding-right: calc(30 / var(--break02));
	}
}

/* row_common20
------------------------------------------------------------------*/
.row_common20>.box {
	max-width: 475px;
	width: 48.5%;
	padding: calc(40 / var(--break03)) calc(40 / var(--break03)) calc(40 / var(--break03));
	border: solid 1px #131313;
	position: relative;
	z-index: 1
}
.row_common20 .icon{
	max-width: 176px;
	width: calc(176 / var(--break03));
	margin: 0 auto calc(30 / var(--break03));
}
@media(min-width: 768px) {
}
@media(max-width: 767px) {
	.row_common20 > .box{
		width: 100%;
		margin: 5vw auto 0;
	}
	.row_common20 > .box:first-child{
		margin-top: 0;
	}
}

/* .row_common30
------------------------------------------------------------------*/
.row_common30 {
	max-width: 1120px;
}
.row_common30 > .col{
	max-width: 360px;
	width: 32.2%;
}
.row_common30 .copy{
	padding: calc(15 / var(--break02)) 0;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	background: #538ff5;
}
.row_common30 .col:nth-of-type(2n) .copy{background: #53c1f5;}
@media(min-width: 768px) {
	.row_common30 > .col{margin-right: 1.699%;}
	.row_common30 > .col:nth-of-type(3n),
	.row_common30 > .col:last-child
	{margin-right: 0;}
}
@media(max-width: 767px) {
	.row_common30{
		max-width: calc(648 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common30 > .col{
		width: 48.2%;
		margin-right: 3.599%;
	}
	.row_common30 .copy{
		padding: 2vw 0;
		letter-spacing: 0;
		font-size: 100%;
	}
	.row_common30 > .col:nth-of-type(2n),
	.row_common30 > .col:last-child
	{margin-right: 0;}
	.row_common30 > .col:nth-of-type(n + 3){margin-top: calc(40 / 750 * 100vw);}
}


/* .row_common31
------------------------------------------------------------------*/
.row_common31 > .col{
	width: 31.79%;
	background: #fff;
	position: relative;
	z-index: 1;
}
.row_common31 > .col::before {
    content: "";
	max-height: 60%;
	max-width: 60%;
    width: calc(200 / var(--break04));
    height: calc(200 / var(--break04));
    margin: auto;
    background: #f553a8;
    opacity: .3;
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 1;
}
.row_common31 .copy_common{
	padding: calc(10 / var(--break02)) 0;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	background: #f553a8;
}
.row_common31 .areaText{
	padding: calc(30  / var(--break02));
}

@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: 2.5%;}
}
@media(max-width: 767px) {
	.row_common31{
		max-width: calc(648 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common31 > .col{
		width: 100%;
		margin: 0 auto 4vw;
	}
	.row_common31 > .col:last-child{
		margin-bottom: 0;
	}
	.row_common31 .copy{
		padding: 2vw 0;
		letter-spacing: 0;
		font-size: 100%;
	}
	.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: calc(40 / 750 * 100vw);}
}

/* .row_common32
------------------------------------------------------------------*/
.row_common32 > .col{
	width: 31.79%;
	padding: calc(28 / var(--break02))  ;
	border: 1px solid #131313;
}
.row_common32 .copy_common{
	margin-bottom: calc(18 / var(--break02)) ;
	padding-bottom: calc(14 / var(--break02)) ;
	line-height: 1.6;
	text-align: center;
	border-bottom: 1px solid #131313;
}
@media(min-width: 768px) {
	.row_common32 > .col{margin-right: 2.3%;}
	.row_common32 > .col:nth-of-type(3n),
	.row_common32 > .col:last-child
	{margin-right: 0;}
}
@media(max-width: 767px) {
	.row_common32{
		max-width: calc(648 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common32 > .col{
		width: 100%;
		margin: 0 auto 4vw;
	}
	.row_common32 > .col:last-child{
		margin-bottom: 0;
	}
}


/* row_common40
------------------------------------------------------------------*/
.row_common40 > .col{
	width: 24%;
	padding: calc(29 / var(--break04)) 0;
	line-height: 1.6;
	color: #fff;
	background: #53c1f5;
	position: relative;
	z-index: 1;
}
.row_common40 > .col::before,
.row_common40 > .col::after
{
	content: "";
	width: calc(50 / var(--break02));
	height: calc(50 / var(--break02));
	margin: auto;
	border: 2px solid #fff;
	border-bottom: 0;
	position: absolute;
	top: calc(10 / var(--break02));
}
.row_common40 > .col::before{
	border-right: 0;
	left: calc(10 / var(--break02));
}
.row_common40 > .col::after{
	border-left: 0;
	right: calc(10 / var(--break02));
}
.row_common40 .fz22{
	font-size: calc(22 / var(--break04));
}
.row_common40 .txt_right{
	width: 100%;
}

@media(min-width: 768px) {
	.row_common40 > .col{margin-right: 1.329%;}
	.row_common40 > .col:nth-of-type(4n),
	.row_common40 > .col:last-child
	{margin-right: 0;}
	.row_common40 > .col:nth-of-type(n + 5){
		margin-top: calc(20 / var(--break04));
	}
}
@media(max-width: 767px) {
	.row_common40.flex{
		justify-content: space-between;
	}
	.row_common40 > .col{
		width: 49%;
		padding: 3vw 0;
	}
	.row_common40 > .col:nth-of-type(n + 3){margin-top: 3vw;}
	.row_common40 > .col::before,
	.row_common40 > .col::after
	{border-width: 1px;}
	.row_common40 .fz22{font-size: 90%;}
}


/* row_common41
------------------------------------------------------------------*/
.row_common41 > .col{
	width: 24%;
	color: #fff;
	background: #f553a8;
	position: relative;
	z-index: 1;
}
.row_common41 .copy_common{
	width: 100%;
	padding: calc(17.5 / var(--break03)) 0;
	line-height: 1.5;
}
.row_common41 > .col:nth-of-type(2n) .copy_common{
	background: #f6ae54;
}
.row_common41 .fz22{
	font-size: calc(22 / var(--break03));
}
@media(min-width: 768px) {
	.row_common41 > .col{margin-right: 1.329%;}
	.row_common41 > .col:nth-of-type(4n),
	.row_common41 > .col:last-child
	{margin-right: 0;}
	.row_common41 > .col:nth-of-type(n + 5){
		margin-top: calc(20 / var(--break04));
	}
}
@media(max-width: 767px) {
	.row_common41.flex{
		justify-content: space-between;
	}
	.row_common41 > .col{
		width: 49%;
	}
	.row_common41 > .col:nth-of-type(n + 3){margin-top: 4vw;}
	.row_common41 > .col::before,
	.row_common41 > .col::after
	{border-width: 1px;}
	.row_common41 .fz22{font-size: 90%;}
}

/* row_common60
------------------------------------------------------------------*/
.row_common50 > .col{
	width: 19%;
	min-height: calc(118 / var(--break04));
	padding: calc(24 / var(--break04)) 0;
	line-height: 1.6;
	color: #fff;
	background: #53c1f5;
	position: relative;
	z-index: 1;
}
.row_common50 > .col::before,
.row_common50 > .col::after
{
	content: "";
	width: calc(40 / var(--break02));
	height: calc(40 / var(--break02));
	margin: auto;
	border: 2px solid #fff;
	border-bottom: 0;
	position: absolute;
	top: calc(10 / var(--break02));
}
.row_common50 > .col::before{
	border-right: 0;
	left: calc(10 / var(--break02));
}
.row_common50 > .col::after{
	border-left: 0;
	right: calc(10 / var(--break02));
}
.row_common50 > .col:nth-of-type(2n){
	background: #538ff5;
}
.row_common50 .fz22{
	font-size: calc(22 / var(--break03));
}

@media(min-width: 768px) {
	.row_common50 > .col{margin-right: 1.249%;}
	.row_common50 > .col:nth-of-type(5n),
	.row_common50 > .col:last-child
	{margin-right: 0;}
	.row_common50 > .col:nth-of-type(n + 6){
		margin-top: calc(20 / var(--break04));
	}
}
@media(max-width: 767px) {
	.row_common50.flex{
		justify-content: space-between;
	}
	.row_common50 > .col{
		width: 49%;
		min-height: calc(68 / 750 * 100vw);
		padding: 3vw 0;
	}
	.row_common50 > .col:nth-of-type(n + 3){margin-top: 3vw;}
	.row_common50 > .col::before,
	.row_common50 > .col::after
	{border-width: 1px;}
	.row_common50 .fz22{font-size: 90%;}
}


/* . text_pickup
------------------------------------------------------------------*/
.text_pickup{
	width: calc(507 / var(--break02));
}
@media(max-width: 767px) {}

/*
------------------------------------------------------------------*/
.bg_clinic{
	background: url(images/clinic/bg_clinic01.jpg)no-repeat center / cover;
}
.box_feature_clinic{
	position: relative;
	z-index: 1;
}
.box_feature_clinic .ballon_box_feature_clinic{
	width: calc(190 / var(--break04));
    height: calc(200 / var(--break04));
    padding-bottom: calc(10 / var(--break04));
    background: url(images/index/ballon_director.png) no-repeat center / contain;
	position: absolute;
	top: calc(-70 / var(--break04));
	left: calc(-50 / var(--break04));
}
.ballon_box_feature_clinic .fz22{
	font-size: calc(22 / var(--break04));
}

.bg_feature_clinic30_1{
	padding-bottom: calc(60 / var(--break04));
	position: relative;
	z-index: 1;
}
.bg_feature_clinic30_1::before{
	content: "";
	width: 100%;
	height: calc(300 / var(--break04));
	margin: auto;
	background-image: linear-gradient(to right, #f6ae6a, #f9c270,#fff67f);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -2;
}
@media(min-width: 768px) {}
@media(max-width: 767px) {
	.box_feature_clinic .ballon_box_feature_clinic{
		width: calc(190 / 700 * 100vw);
		height: calc(200 / 700 * 100vw);
		top: -6vw;
		left: -3vw;
	}
	.ballon_box_feature_clinic .fz22{
		font-size: calc(28 / 700 * 100vw);
	}
}

/*
------------------------------------------------------------------*/
.row_feature_clinic.row_feature_common{
	padding-bottom: 0;
}
.row_feature_clinic.row_feature_common::before {
	bottom: calc(-20 / var(--break04));
}
.row_feature_clinic.row_feature_common > .areaText{
	background: url(images/index/bg_feature_clinic01.png)no-repeat center / cover;
}
.row_feature_clinic.row_feature_common .circle_feature01{
	width: calc(260 / var(--break03));
	height: calc(260 / var(--break03));
	margin: auto;
	line-height: 1.5;
	color: #fff;
	font-size: calc(24 / var(--break03));
	background: url(images/index/circle_feature01.png)no-repeat center / cover;
	position: absolute;
	top: calc(20 / var(--break04));
	right: calc(20 / var(--break04));
}
.row_feature_clinic.row_feature_common > .bg{
	min-height: calc(640 / var(--break04));
	background: url(images/clinic/img_feature_clinic01.jpg)no-repeat center / cover;
}
.row_feature_common02.row_feature_common::before,
.row_feature_common02.row_feature_common > .areaText::before
{background-image: linear-gradient(to right, #53f5c1, #53c1f5, #538ff5);}
.row_feature_common02.row_feature_common > .areaText{background: url(images/clinic/bg_feature_clinic02.png)no-repeat center / cover;}
.row_feature_common02.row_feature_common > .bg{background: url(images/clinic/img_feature_clinic02.jpg)no-repeat center / cover;}
.row_feature_common03.row_feature_common::before,
.row_feature_common03.row_feature_common > .areaText::before
{background-image: linear-gradient(to right, #f6ae6a, #f9c270,#fff67f);}
.row_feature_common03.row_feature_common > .areaText{background: url(images/clinic/bg_feature_clinic03.png)no-repeat center / cover;}
.row_feature_common03.row_feature_common > .bg{background: url(images/clinic/img_feature_clinic03.jpg)no-repeat center / cover;}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {
	.row_feature_common{
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important;
	}
	.row_feature_common::before{
		width: calc(400 / 750 * 100vw);
		height: calc(400 / 750 * 100vw);
		bottom: auto;
		top: calc(120 / 750 * 100vw);
	}
	.row_feature_common > .areaText{
		width: 100%;
		padding-bottom: calc(90 / 750 * 100vw);
		background: url(images/index/bg_feature01_sp.png)no-repeat center / cover;
	}
	.row_feature_common .areaText > .wrap{
		max-width: calc(648 / 750 * 100vw);
	}
	.row_feature_common > .bg{
		order: 0;
		width: calc(702 / 750 * 100vw);
		min-height: calc(498 / 750 * 100vw);
		margin: 0 auto calc(20 / 750 * 100vw);
	}
	.row_feature_common .circle_catch{
		top: 11vw;
        right: 7vw;
	}
	.row_feature_common.r_reverse .circle_catch{
		right: auto;
		left:  calc(150 / 1920 * 100vw);
	}
	.row_feature_common .num{
		margin-bottom: 2vw;
	}
	.index_feature02 .row_feature_common > .areaText{background: url(images/index/bg_feature02_sp.png)no-repeat center / cover;}
	.index_feature03 .row_feature_common > .areaText{background: url(images/index/bg_feature03_sp.png)no-repeat center / cover;}

	.row_feature_common .copy_feature_common{
		font-size: calc(42 / 750 * 100vw);
	}
}

/* . .list_check li
------------------------------------------------------------------*/
.list_check.list_default.w50 li:nth-of-type(n + 3):not(.etc){
	margin-top: calc(8 / var(--break02)) !important;
}
@media(min-width: 768px) {}
@media(max-width: 767px) {}


/* 
------------------------------------------------------------------*/
.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(54  / var(--break02));
	background: url(images/clinic/arw.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;
}

@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: -3.5%;
	}

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

@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%;
	}
}

/* access
------------------------------------------------------------------*/
.bg_access{
	padding-bottom: calc(60 / var(--break03));
	background: #fafae6;
	position: relative;
	z-index: 1;
}
.bg_access::before{
	content: "";
	width: 100%;
	height: calc(220 / var(--break04));
	margin: auto;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.row_access > .col_l{
	max-width: 370px;
	width: 44%;
}
.row_access > .col_r{
	width: 53%;
}

.icon_access_common{
	width: calc(152 / var(--break02));
	margin: 0 auto calc(20 / var(--break02));
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_access::before{
		height: calc(280 / 750 * 100vw);
	}
	.row_access > .col_l{
		width: 100%;
	}
	.row_access > .col_r{
		width: 100%;
		padding-top: 5vw;
	}
	.box_access_text{
		font-size: 90%;
	}
}

/* btn_common
------------------------------------------------------------------*/
.btn_common{
	max-width: 100%;
	width: calc(460 / var(--break02));
	height: calc(80 / var(--break02));
	margin: auto;
	background: #fff;
	border: 1px solid #131313;
	position: relative;
	z-index: 1;
}
.btn_common::before{
	content: "";
	width: calc(18 / var(--break02));
	height: calc(14 / var(--break02));
	margin: auto;
	background: url(images/page/arw02.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(20 / var(--break02));
	transition: .5s all;
	z-index: 1;
}
@media(min-width: 768px) {
	.btn_common:hover::before{
		right: calc(10 / var(--break02));
		transition: .5s all;
	}
}
@media(max-width: 767px) {
	.btn_common{
		width: calc(600 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
	}
	.btn_common::before{
		width: calc(28 / 750 * 100vw);
		height: calc(22 / 750 * 100vw);
		right: calc(20 / 750 * 100vw);
	}	
	.btn_common .fz22{
		letter-spacing: 0;
		font-size: calc(34 / 750 * 100vw);
	}
}


/* box_flow_common01
------------------------------------------------------------------*/
.box_flow_common01:not(:last-child){
	margin-bottom: calc(55 / var(--break02));
	position: relative;
	z-index: 1;
}
.box_flow_common01:not(:last-child)::before{
	content: "";
	width: calc(46 / var(--break02));
	height: calc(18 / var(--break02));
	margin: auto;
	background: #505050;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	top: calc(100% + 20 / var(--break02));
	left: 0;
	right: 0;
	z-index: -1;
}
.box_flow_common01 .title .box {
	width: var(--size60px);
	height: auto;
	padding-top: calc(2 / var(--break02));
	padding-bottom: 0!important;
	font-size: calc(30 / var(--break02));
	font-family: "oskar", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	background: #53f5c1;
	position: relative;
	z-index: 2
}
.box_flow_common01 .title .txt {
	width: calc(100% - var(--size60px));
	min-height: var(--size60px);
	padding: calc(10 / var(--break02)) calc(42.5  / var(--break02));
	line-height: 1.5;
	font-size: calc(26 / var(--break02));
	font-family: "ryo-gothic-plusn", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	background: #538ff5;
	position: relative;
	z-index: 1;
}
.box_flow_common01 .areaText {
	padding: calc(38 / var(--break03)) calc(46 / var(--break03)) calc(42 / var(--break03));
	background: url(images/page/pattern01.png)repeat;
	border: 1px solid #131313;
	border-top: 0;
}
.box_flow_common01 .areaText .wrap {
	max-width: 1140px;
	margin: auto
}
@media(min-width: 768px) {
	.row_flow_common01 > .col_img{
		max-width: 345px;
		width: 31%;
	}
	.row_flow_common01 > .col_txt{
		width: 65%;
	}
}
@media(max-width: 767px) {
	.box_flow_common01 .title .txt {
		font-size: calc(34 / 750 * 100vw);
	}
	.box_flow_common01 .title .txt {
		width: calc(100% - 80 / 750 * 100vw);
		min-height: calc(80 / 750 * 100vw);
		padding: calc(11.5 / 750 * 100vw) 3.5vw;
		padding-left: 7.5vw;
		font-size: calc(36 / 750 * 100vw);
	}
	.box_flow_common01 .title .box {
		width: calc(80 / 750 * 100vw);
		letter-spacing: .1em;
		padding-top: calc(2 / 750 * 100vw);
		font-size: calc(40 / 750 * 100vw);
	}
	.box_flow_common01 .areaText {
		padding: 5vw 4vw;
	}
}

/* box_qa_common
------------------------------------------------------------------*/
.box_qa_common{
	margin-bottom: calc(40 / var(--break04));
}
.copy_qa_common{
	padding: calc(11 / var(--break04));
	padding-left: calc(84 / var(--break04));
	font-family: "ryo-gothic-plusn", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	background: #53c1f5;
	position: relative;
	z-index: 1;
}
.copy_qa_common > .fz24{
	letter-spacing: .02em;
	font-size: calc(24 / var(--break04));
}
.copy_qa_common > .icon{
	width: calc(60 / var(--break04));
	height: calc(60 / var(--break04));
	margin: auto;
	padding-bottom: calc(2.5 / var(--break04));
	line-height: 1;
	font-family: "oskar", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: calc(40 / var(--break04));
	color: #fff;
	background: #538ff5;
	position: absolute;
	top: 0;
	left: 0;
}
.box_qa_common .areaText{
	padding: calc(36 / var(--break03)) calc(48 / var(--break03));
	border: 1px solid #333;
}

/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	.copy_qa_common{
		padding: 1.6vw;
		padding-left: calc(108 / 750 * 100vw);
	}
	.copy_qa_common > .fz24{
		letter-spacing: 0;
		font-size: calc(34 / 750 * 100vw);
	}
	.copy_qa_common > .icon{
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		padding-bottom: 1vw;
		font-size: calc(50 / 750 * 100vw);
	}
	.box_qa_common .areaText{
		padding: 3vw 5vw;
		border-width: 1px;
		border-top: 0;
	}

}
/* box_common01
------------------------------------------------------------------*/
.box_common01{
	background: rgba(255, 255, 255, .9);
	position: relative;
	z-index: 1;
}
.box_common01::before,
.box_common01::after
{
	content: "";
	width: calc(50 / var(--break02));
	height: calc(50 / var(--break02));
	margin: auto;
	border: 2px solid #131313;
	border-bottom: 0;
	position: absolute;
	top: calc(10 / var(--break02));
}
.box_common01::before{
	border-right: 0;
	left: calc(10 / var(--break02));
}
.box_common01::after{
	border-left: 0;
	right: calc(10 / var(--break02));
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	.box_common01::before,
	.box_common01::after
	{border-width: 1px;}
}

/* box_common02
------------------------------------------------------------------*/
.box_common02{
	border: 1px solid #333;
	position: relative;
	z-index: 1;
}
.ballon_txt.person{
	width: calc(292.439 / var(--break02));
	margin: auto;
	left: 0;
	right: 0;
}
.box_common02 .list_check.flex{
	align-items: stretch;
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {}
/* 
------------------------------------------------------------------*/
.underline_common {
    display: inline-block;
    line-height: 1.5;
    background: linear-gradient(transparent 60%, #fff67f 40%);
}
@media(max-width: 767px) {
	
}

/* row_contact
------------------------------------------------------------------*/
.row_contact{
	max-width: 100%;
	width: calc(600 / var(--break02));
}
.btn_contact01{
	width: calc(240 / var(--break02));
	height: calc(80 / var(--break02));
	padding-top: calc(8 / var(--break02));
	color: #fff;
	background: #53c1f5;
	position: relative;
}
.btn_contact01 .s1{
	display: block;
	width: 100%;
	line-height: 1;
	letter-spacing: 0;
	font-size: calc(16 / var(--break02));
}
.btn_contact01 .s2{
	display: inline-block;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 500;
	font-size: calc(22 / var(--break02));
}
.btn_tel .s2{
	padding-top: calc(8 / var(--break02));
	font-size: calc(30 / var(--break02));
} 
.btn_web{
	background: #538ff5;
}
.btn_web::before{
	content: "";
	width: calc(12 / var(--break02));
	height: calc(12 / var(--break02));
	margin: auto;
	background: #fff;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: absolute;
	bottom: calc(6 / var(--break02));
	right: calc(6 / var(--break02));
	z-index: 1;
}
.btn_instagram{
	width: calc(80 / var(--break02));
}

@media(min-width: 768px) {
	.v4.row_contact{
		width: calc(600 / var(--break04));
	}
	.v4.x2.row_contact{
		width: calc(500 / var(--break04));
	}
	.v4 .btn_contact01{
		width: calc(240 / var(--break04));
		height: calc(80 / var(--break04));
		padding-top: calc(8 / var(--break04));
	}
	.v4 .btn_contact01 .s1{
		font-size: calc(16 / var(--break04));
	}
	.v4 .btn_contact01 .s2{
		font-size: calc(22 / var(--break04));
	}
	.v4 .btn_tel .s2{
		padding-top: calc(8 / var(--break04));
		font-size: calc(30 / var(--break04));
	} 
	.v4 .btn_web::before{
		width: calc(12 / var(--break04));
		height: calc(12 / var(--break04));
		bottom: calc(6 / var(--break04));
		right: calc(6 / var(--break04));
	}
	.v4 .btn_instagram{
		width: calc(80 / var(--break04));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_contact{
		width: calc(585 / var(--break02));
	}
	.btn_contact01{
		width: calc(235 / var(--break02));
	}
	.btn_instagram{
		width: calc(75 / var(--break02));
	}
	.v4.row_contact{
		width: calc(590 / var(--break04));
	}
}
@media(max-width: 767px) {
	.btn_contact01{
		width: calc(600 / 750 * 100vw);
		height: calc(160 / 750 * 100vw);
		padding-top: 1vw;
		margin: auto;
	}
	.btn_contact01 .s1{
		font-size: calc(26 / 750 * 100vw);
	}
	.btn_contact01 .s2{
		padding-top: 2vw;
		font-size: calc(38 / 750 * 100vw);
	}
	.btn_tel .s2{
		padding-top: 3vw;
		font-size: calc(48 / 750 * 100vw);
	} 
	.btn_web{
		margin: calc(40 / 750 * 100vw) auto 0;
	}
	.btn_web::before{
		width: calc(18 / 750 * 100vw);
		height: calc(18 / 750 * 100vw);
		bottom: calc(6 / 750 * 100vw);
		right: calc(6 / 750 * 100vw);
	}
	.btn_instagram{
		width: calc(120 / 750 * 100vw);
		margin: 1vw auto 0;
	}	
}

/* btn_tel_common01
------------------------------------------------------------------*/
.btn_tel_common01{
	width: calc(350 / var(--break02));
	height: calc(100 / var(--break02));
	padding-top: calc(8 / var(--break02));
	color: #fff;
	background: #53c1f5;
	position: relative;
}
.btn_tel_common01 .s1{
	display: block;
	width: 100%;
	line-height: 1;
	letter-spacing: 0;
	font-size: calc(16 / var(--break02));
}
.btn_tel_common01 .s2{
	display: inline-block;
	padding-top: calc(8 / var(--break02));
	line-height: 1;
	letter-spacing: 0;
	font-weight: 500;
	font-size: calc(34 / var(--break02));
}

@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.btn_tel_common01{
		width: calc(600 / 750 * 100vw);
		height: calc(160 / 750 * 100vw);
		padding-top: 1vw;
	}
	.btn_tel_common01 .s1{
		font-size: calc(26 / 750 * 100vw);
	}
	.btn_tel_common01 .s2{
		padding-top: 3vw;
		font-size: calc(48 / 750 * 100vw);
	}
}
/* logo_common
------------------------------------------------------------------*/
.logo_common{
	max-width: 100%;
	width: calc(380 / var(--break02));
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.logo_common{
		width: calc(494 / 750 * 100vw);
	}
}

/* text_address_common
------------------------------------------------------------------*/
.text_address_common {
	font-family: "ryo-gothic-plusn", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.text_address_common .s{
	display: inline-block;
	padding-left: calc(30 / var(--break02));
	position: relative;
	z-index: 1;
}
.text_address_common .s::before {
    content: "";
    width: calc(18 / var(--break02));
    height: calc(18 / var(--break02));
    margin: auto;
    background: url(images/page/icn_map.svg) center / contain no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
@media(max-width: 767px) {
	.text_address_common{
		line-height: 1.8;
		letter-spacing: 0;
		font-size: calc(32 / 750 * 100vw);
	}
	.text_address_common .s{
        padding-left: 0;
    }
	.text_address_common .s::before {
		width: calc(28 / 750 * 100vw);
        height: calc(28 / 750 * 100vw);
		left: calc(-30 / 750 * 100vw);
	}
}

/* 
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {}
/* 
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {}
/* bg_work_flow
------------------------------------------------------------------*/
.bg_work_flow{
	max-width: 1840px;
	width: 96%;
	padding: calc(60 / var(--break02)) 0 calc(90 / var(--break02));
	margin: auto;
	background: #fcf6f2;
	position: relative;
	z-index: 1;
}
.bg_work_flow::before{
	content: "";
	width: 100%;
	height: calc(220 / var(--break02));
	margin: auto;
	background-image: linear-gradient(to right, #ec6d74, #f553a8, #f155c5);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.row_work_flow{
	max-width: 100%;
	width: calc(1240 / var(--break02));
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.row_work_flow::before{
	content: "";
	width: calc(100% - 300 / var(--break02));
	height: 2px;
	margin: auto;
	background: #333;
	position: absolute;
	inset: calc(84 / var(--break02)) 0 auto;
}
.row_work_flow > .col{
	width: calc(168 / var(--break02));
	margin-right: calc(9.9 / var(--break03));
}
.row_work_flow > .col:last-child{
	margin-right: 0;
}
.row_work_flow .circle{
	width: calc(168 / var(--break02));
	height: calc(168 / var(--break02));
	font-family: "ryo-gothic-plusn", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	background: url(images/page/pattern01.png)repeat;
	position: relative;
	z-index: 1;
}
.row_work_flow .circle::before{
	content: "";
	width: calc(100% - 20  / var(--break02));
	height: calc(100% - 20  / var(--break02));
	margin: auto;
	border: 2px solid #131313;
	border-radius: 100%;
	position: absolute;
	inset: 0;
	z-index: -1;
}
.row_work_flow .circle .copy {
	display: inline-block;
    line-height: 1.5;
    background: linear-gradient(transparent 60%, #fff67f 40%);
}
.row_work_flow .copy02 {
	margin-top: calc(10 / var(--break02));
	font-family: "ryo-gothic-plusn", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.copy_work_flow{
	line-height: .8;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: -2.5px;
	left: 0;
	right: 0;
	z-index: -1;
}
@media(max-width: 767px) {
	.bg_work_flow{
		width: 100%;
	}
	.bg_work_flow::before{
		height: calc(100% - 200 / 750 * 100vw);
	}
	.row_work_flow::before{
		content: none;
	}
	.row_work_flow {
		width: calc(700 / 750 * 100vw);
	}
	.row_work_flow > .col{
		width: calc(190 / 750 * 100vw);
		margin-right: calc(20 / 750 * 100vw);
		position: relative;
		z-index: 1;
	}
	.row_work_flow > .col:nth-of-type(3n){
		margin-right: 0;
	}
	.row_work_flow > .col:nth-of-type(n + 4){
		margin-top: 4vw;
	}
	.row_work_flow > .col::before{
		content: "";
		width: 90%;
		height: 1px;
		margin: auto;
		background: #333;
		position: absolute;
		inset: calc(95 / var(--break02)) -10% auto auto;
	}
	.row_work_flow > .col:nth-of-type(3n)::before{content: none;}
	.row_work_flow .circle{
		width: calc(180 / 750 * 100vw);
		height: calc(180 / 750 * 100vw);
		background: url(images/page/pattern01.png)repeat center / calc(5 / 700 * 100vw);
	}
	.row_work_flow .circle::before{
		border-width: 1px;
	}
	.copy_work_flow .fz70 {
    	font-size: 3.5rem;
	}
}
/* tbl_common01
------------------------------------------------------------------*/
.tbl_common01 table {
	border-color: #131313
}
.tbl_common01 tbody th {
	vertical-align: middle;
	color: #131313;
	background: #fafae6;
}
.tbl_common01 tbody td {
	background: #fff;
}
.tbl_common01 tr:not(:last-child) th{
	border-bottom-color:#131313;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #131313
}
.tbl_common02 table {
}
.tbl_common02 tbody th {
}
.tbl_common02 tbody td {
}
.tbl_common02 tr:not(:last-child) th{
}
.tbl_common02 tr:not(:last-child) td {
}

@media(max-width: 767px) {
	.tbl_common01 table,
	.tbl_common01 thead, .tbl_common01 tbody,
	.tbl_common01 tr,.tbl_common01 th,.tbl_common01 td
	{
		display: block;
		width: 100% !important;
	}
}

/* set_ballon_dentist
------------------------------------------------------------------*/
.img_dentist{
	max-width: 1720px;
	position: relative;
	z-index: 1;
}
.set_ballon_dentist{
	width: calc(540 / var(--break04));
	height: calc(498 / var(--break04));
	margin: auto;
	position: relative;
	z-index: 1;
}
.set_ballon_dentist .ballon{
	width: calc(260 / var(--break04));
	height: calc(260 / var(--break04));
	margin: auto;
	line-height: 1.6;
	color: #fff;
	background: url(images/page/ballon.png)no-repeat center / contain;
	position: absolute;
}
.set_ballon_dentist .ballon01{
	top: 0;
	left: 0;
	right: 0;
}
.set_ballon_dentist .ballon02{
	background: url(images/page/ballon02.png)no-repeat center / contain;
	bottom: 0;
	left: 0;
}
.set_ballon_dentist .ballon03{
	background: url(images/page/ballon03.png)no-repeat center / contain;
	bottom: 0;
	right: 0;
}
.set_ballon_dentist .fz24{
	font-size: calc(24 / var(--break04));
}
@media(min-width: 768px) {
	.set_ballon_dentist{
		position: absolute;
		right: calc(40 / var(--break04));
		bottom: calc(-40 / var(--break04));
	}
}
@media(max-width: 767px) {
	.set_ballon_dentist{
		width: calc(540 / 700 * 100vw);
		height: calc(498 / 700 * 100vw);
		margin-top: 5vw;
	}
	.set_ballon_dentist .ballon{
		width: calc(260  / 700 * 100vw);
		height: calc(260 / 700 * 100vw);
	}
	.set_ballon_dentist .fz24{
		font-size: calc(30 / 750 * 100vw);
	}
}
/* 採用情報 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: #131313;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #5050500e;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #ec6d74;
}
.btn_submit input {
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 tr th {
			border-bottom: 1px solid #000;
	}
}
/* js-scrollable
------------------------------------------------------------------*/
@media(max-width: 767px) {
	.js-scrollable figure{
		width: calc(1000 / 750 * 100vw);
	}
}


/* 
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {}
/* 
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {}
/* 
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {}
/* 
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {}
/* 
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {}
/* 
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {}
/* 
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {}
/* 
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {}
/* 
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {}
/* 
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {}
/* 
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {}
/* 
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {}
/* 
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {}
/* 
------------------------------------------------------------------*/
.bg_common01 {
	min-height: calc(530 / var(--break04));
	padding-bottom: calc(30 / var(--break02));
	background: url(images/page/deco01.png)no-repeat top right / calc(529 / 1920 * 100vw);
	position: relative;
	z-index: 1;
}
@media(max-width: 767px) {
	
}

/* 
------------------------------------------------------------------*/
.bg_common02 {
	background: #e5f3f9;
	position: relative;
	z-index: 1;
}
.bg_common02::before {
	content: "";
    width: 100%;
    height: calc(160 / var(--break02));
    margin: auto;
    background: url(images/page/pattern03.png) repeat center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.bg_common02.bg_col06::before {
	background-image: linear-gradient(to right, #ec6d74, #f553a8, #f155c5);
}
.bg_common02.bg_col04::before {
    background-image: linear-gradient(to right, #f6ae6a, #f9c270,#fff67f);
}
@media(max-width: 767px) {}

/* bg_common03
------------------------------------------------------------------*/
.bg_common03 {
	background: url(images/page/bg_common03.png)no-repeat top right / 100%,#faede6;
	position: relative;
	z-index: 1;
}
@media(max-width: 767px) {}

/* bg_common04
------------------------------------------------------------------*/
.bg_common04 {
	background: url(images/page/bg_common04.png)no-repeat center / 100%,#fafae6;
	position: relative;
	z-index: 1;
}
@media(max-width: 767px) {}

/* bg_interview 
------------------------------------------------------------------*/
.bg_interview {
	width: 100%;
	height: calc(540 / var(--break04));
	margin: auto;
	background: url(images/reception/bg_reception.jpg)no-repeat center / cover;
	position: relative;
	z-index: 1;
}
.bg_interview .text_interview{
	width: calc(515 / var(--break02));
}
.bg_interview.dentist {background: url(images/dentist/bg_dentist.jpg)no-repeat center / cover;}
.bg_interview.dh {background: url(images/dh/bg_dh.jpg)no-repeat center / cover;}
.bg_interview.da {background: url(images/da/bg_da.jpg)no-repeat center / cover;}
.bg_interview.clinic {background: url(images/clinic/bg_clinic02.jpg)no-repeat center / cover;}
.bg_interview.clinic::before ,
.bg_interview.clinic::after
{
	content: "";
	width: calc(460 / var(--break04));
	height: calc(460 / var(--break04));
	max-height: 100%;
	margin: auto;
	background: #53c1f5;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	position: absolute;
	top: 0;
	right: 0;
	opacity: .3;
}
.bg_interview.clinic::after{
	background: #538ff5;
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
	top: auto;
	bottom: 0;
}

.bg_interview .box_interview{
	width: calc(640 / var(--break04));
	min-height: calc(236 / var(--break04));
	margin: auto;
	padding: calc(20 / var(--break04)) calc(48 / var(--break04));
	border: 1px solid #131313;
	position: absolute;
	right: calc(210 / var(--break05));
	bottom: -40px;
	z-index: 1;
}
.bg_interview .box_interview::before{
	content: "";
	width: calc(200 / var(--break04));
	height: calc(200 / var(--break04));
	margin: auto;
	background: #53c1f5;
	opacity: .3;
	position: absolute;
	right: 0;
	bottom: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: -1;
}
.box_interview .copy{
	margin-bottom: calc(10 / var(--break04));
	padding-bottom: calc(10 / var(--break04));
	border-bottom: 2px solid #131313;
}
.box_interview .copy03{
	line-height: 1.4;
	text-align: center;
	color: rgba(83, 193, 245, 0.8);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
}
.box_interview .v2.copy03{
	line-height: .8;
	bottom: -2.5px;
}
.box_interview .fz38{
	font-size: calc(38 / var(--break04));
}
.box_interview .fz60{
	font-size: calc(60 / var(--break04));
}

.bg_interview02 {
	padding: calc(140 / var(--break04)) 0 calc(90 / var(--break04));
	background: url(images/page/bg_interview.png)no-repeat top right / 100%,#e5f3f9;
}

@media(max-width: 767px) {
	.bg_interview {
		height: calc(380 / 750 * 100vw);
	}
	.bg_interview.clinic::before ,
	.bg_interview.clinic::after
	{
		width: calc(300 / var(--break04));
		height: calc(300 / var(--break04));
	}
	.bg_interview .box_interview{
		width: calc(600 / 750 * 100vw);
		min-height: calc(20 / 750 * 100vw);
		padding: calc(20 / var(--break04)) calc(48 / var(--break04));
		right: 0;
		left: 0;
		bottom: calc(-120 / 750 * 100vw);
	}
	.bg_interview .box_interview::before{
		width: calc(125 / 750 * 100vw);
		height: calc(125 / 750 * 100vw);
	}
	.box_interview .copy{
		border-bottom-width: 1px;
	}
	.box_interview .fz24{
		font-size: calc(30 / 750 * 100vw);
	}
	.box_interview .fz44{
		font-size: calc(44 / 750 * 100vw);
	}
	.box_interview .fz38{
		font-size: calc(36 / 750 * 100vw);
	}
	.box_interview .fz60{
		font-size: calc(58 / 750 * 100vw);
	}
	.bg_interview02 {
		padding: calc(180/ 750 * 100vw) 0 calc(90/ 750 * 100vw);
		background: url(images/page/bg_interview.png)no-repeat top right / cover,#e5f3f9;
	}
}

/* box_interview02
------------------------------------------------------------------*/
.box_interview02{
	padding: calc(10 / var(--break02));
	background-image: linear-gradient(to right, #53f5c1, #53c1f5, #538ff5);
}
.box_interview02 .in_box{
	padding: calc(30 / var(--break02)) calc(38 / var(--break02));
	background: rgba(255, 255, 255, .8);
	position: relative;
	z-index: 1;
}
.box_interview02 .ballon_text{
	width: calc(333 / var(--break04));
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
}
.row_interview > .col_img{
	width: calc(229 / var(--break03));
}
.row_interview > .col_txt{
	width: calc(100% - 270 / var(--break03));
}
.row_interview .pr100{
	padding-right: calc(260 / var(--break05));
}
@media(max-width: 767px) {
	.box_interview02 .in_box{
		padding: 6vw 4vw;
	}
	.box_interview02 .ballon_text{
		width: calc(333 / var(--break04));
	}
	.row_interview > .col_img{
		width: calc(230 / 750 * 100vw);
		margin: 0 auto 6vw;
	}
	.row_interview > .col_txt{
		width: 100% ;
	}
	.row_interview .pr100{
		padding-right: 0;
	}
}
/* 
------------------------------------------------------------------*/
.tab_container input[type="radio"] {display: none;}
.tab_label {
	width: calc(240 / var(--break02));
	height: calc(60 / var(--break02));
	margin-right: calc(10 / var(--break02));
	cursor: pointer;
	color: #333;
	background: #fafae6;
	border: 1px solid #333;
	border-bottom: 0;
	transition: all 0.3s ease;
}
.tab_label:hover {
	color: #fff;
	background: #ec6d74;
	transition: all 0.3s ease;
}
#tab1:checked ~ label[for="tab1"],
#tab2:checked ~ label[for="tab2"],
#tab3:checked ~ label[for="tab3"],
#tab4:checked ~ label[for="tab4"] 
{
	color: #fff;
	background: #ec6d74;
}
.tab_content {
	display: none;
	width: 100%;
	padding: calc(60 / var(--break04));
	border: 1px solid #333;
	position: relative;
	z-index: 1;
}
.tab_content::before {
	content: "";
	width: calc(300 / var(--break04));
	height: calc(300 / var(--break04));
	margin: auto;
	background: #ec6d74;
	opacity: .3;
	position: absolute;
	bottom: 0;
	right: 0;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	z-index: -1;
}
#tab1:checked ~ #tab_content1,
#tab2:checked ~ #tab_content2,
#tab3:checked ~ #tab_content3,
#tab4:checked ~ #tab_content4
{display: block;}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	.tab_label {
		width: 49%;
		height: calc(70 / 750 * 100vw);
		margin-right: 2%;
	}
	.tab_label:nth-of-type(2n) {
		margin-right: 0;
	}
}
/* 
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* お問い合わせ 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
------------------------------------------------------------------*/
.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));
	}
}