@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.low_head .ccl_head01,.low_head .add_head01 {
	display: none;
}
.main_page {
	background: url(images/page/deco_ttl_page07.svg)no-repeat center bottom / calc(1239 / var(--break03)) auto,linear-gradient(0deg, #dff2fc, #9dd4f0);
	height: calc(500 / var(--break) * 100vw);
}
.main_page .deco01 {
	width: calc(466 / var(--break04));
	left: 0;
	bottom: 0;
}
.main_page .deco02 {
	width: calc(358 / var(--break04));
	right: -1%;
	bottom: 0;
}
.main_page .deco03 {
	width: calc(487 / var(--break04));
	right: 3%;
	bottom: 2%;
}
.main_page .deco04 {
	width: calc(591 / var(--break04));
	top: 1.5%;
	left: 46.2%;
}
.main_page .deco05 {
	width: calc(602 / var(--break04));
	top: 4%;
	left: 16%;
}
.main_page .deco06 {
	width: calc(892 / var(--break04));
	top: 0;
	left: 0%;
	z-index: 2;
}
.main_page .img01 {
	width: calc(216 / var(--break04));
    bottom: 11%;
    right: 4.5%;
    z-index: 2;
}
.main_page .img02 {
	width: calc(251 / var(--break04));
    bottom: 9.2%;
    left: 5.2%;
    z-index: 2;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg2 {
	position: absolute;
    top: 71%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 85%;
}
.hdg3 {
	padding: calc(27 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
	background: url(images/page/deco_h3_l.svg) no-repeat left 2% center / calc(305 / var(--break04)) auto, url(images/page/deco_h3_r.svg) no-repeat right 1.5% center / calc(229 / var(--break04)) auto #67b5b7;
}
.fw600 {
	font-weight: 600;
}
@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 {
		background: url("images/page/bg_ttl_page_sp.jpg") no-repeat center / cover;
		height: calc(500 / var(--break) * 100vw);
	}
	.hdg2 {
		top: 60%;
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
        letter-spacing: 0;
        margin-bottom: 3vw;
	}
	.hdg2 .en {
		font-size: .9375rem;
        letter-spacing: .1em;
	}
	.col_img {
		text-align: center;
	}
	.hdg3 {
		font-size: calc(40 / var(--break) * 100vw);
	}
}

/*トップ*/
.ccl_common01 {
	background: url("images/page/ccl_common01.svg") no-repeat center / cover;
}
.w50 {
	width: 50%!important;
}
.w48 {
	width: 48%!important;
}
.h100 {
	height: 100%!important;
}
.bdr {
	border: solid 1px #fff;
}
.bdr_white2 {
	border: solid 2px #fff;
}
.bdrd100 {
	border-radius: 100vh;
}
.bdr_inner {
	outline-offset: calc(-10 / var(--break) * 100vw);
    outline: #fff solid 1px;
}
.bdr_common01 span {
	border-bottom: dotted calc(8 / var(--break) * 100vw) #00acb7;
    padding-bottom: calc(9 / var(--break) * 100vw);
}

/*設備紹介*/
.row_common01 {
	gap: calc(40 / var(--break) * 100vw) 1.3%;
}
.row_common01 .col {
	width: 24%;
	max-width: 360px;
}
.row_common01 .col .txt {
	padding: calc(15 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
	border-radius: 0 0 calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
}
.row_common02 .col_img {
	width: 38%;
	max-width: 570px;
}
.row_common02 .col_txt {
	width: 58%;
}
.row_common03 .col_img {
	width: 47%;
	max-width: 700px;
}
.row_common03 .deco01 {
	width: calc(175 / var(--break) * 100vw);
    right: -3%;
    bottom: -4%;
}
.row_common03.left .deco01 {
	right: auto;
    left: -3%;
    transform: scale(-1, 1);
}
.row_common03 .col_txt {
	width: 50%;
}
.row_common03 .col_img::before {
	content: "";
    position: absolute;
	background: url("images/page/pattern02.png") no-repeat center / cover;
    width: 100%;
    height: 100%;
	right: calc(-20 / var(--break) * 100vw);
	bottom: calc(-20 / var(--break) * 100vw);
	border-radius: calc(100 / var(--break) * 100vw);
	z-index: -1;
}
.row_common03.left .col_img::before {
	right: auto;
	left: calc(-20 / var(--break) * 100vw);
}
.row_common04 .col {
	width: 32%;
}
.row_common05 .col_img {
	width: 38%;
    max-width: 570px;
}
.row_common05 .ccl {
	width: calc(200 / var(--break03));
    height: calc(200 / var(--break03));
    z-index: 2;
    left: 1%;
    bottom: 1%;
}
.row_common05 .col_img .deco01 {
	width: calc(175 / var(--break) * 100vw);
    right: -16%;
    bottom: -5%;
}
.row_common05.ptn02 .col_img .deco01 {
	width: calc(102 / var(--break) * 100vw);
}
.row_common05.left .col_img .deco01 {
    right: auto;
	left: -4%;
    bottom: -5%;
}
.row_common05 .col_txt {
	width: 58%;
}
.row_common05 .col_txt .deco01 {
	width: calc(351 / var(--break) * 100vw);
    right: 0%;
    bottom: -26%;
	z-index: -1;
}
.row_common05.left .col_txt .deco01 {
	transform: scale(-1, 1);
    right: auto;
    left: 0%;
}
.row_common05 .col_txt .copy {
	border-bottom: dotted calc(8 / var(--break) * 100vw) #f7b46b;
}
.row_common05 .col_img::before {
	content: "";
    position: absolute;
	background: url("images/page/pattern02.png") no-repeat center / cover;
    width: 100%;
    height: 100%;
	right: calc(-20 / var(--break) * 100vw);
	bottom: calc(-20 / var(--break) * 100vw);
	border-radius: calc(100 / var(--break) * 100vw);
	z-index: -1;
}
.row_common05.left .col_img::before {
	right: auto;
	left: calc(-20 / var(--break) * 100vw);
}
.row_common06 .box {
	border-radius: 0 0 calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
}
.ttl_common01 {
	border-bottom: dotted calc(9 / var(--break) * 100vw) #fff67f;
}
.ttl_common01.ptn02 {
	border-bottom: dotted calc(9 / var(--break) * 100vw) #00acb7;
}
.ttl_common01::before {
	content: "";
    position: absolute;
	background: url("images/page/deco_h5.svg") no-repeat center / cover;
    width: calc(168 / var(--break) * 100vw);
    height: calc(31 / var(--break) * 100vw);
	top: calc(14 / var(--break) * 100vw);
	left: 0;
	z-index: -1;
}
.hdg4 {
	padding: calc(28 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(28 / var(--break) * 100vw);
    position: relative;
	background: url("images/page/deco_h4_l.svg") no-repeat center left calc(20 / var(--break) * 100vw) / calc(74 / var(--break) * 100vw) auto,url("images/page/deco_h4_r.svg") no-repeat center right calc(20 / var(--break) * 100vw) / calc(74 / var(--break) * 100vw) auto #008ccf;
	border-radius: calc(6 / var(--break) * 100vw);
	text-align: center;
}
/*書面掲示*/
.hdg5 {
	padding: calc(11 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(11 / var(--break) * 100vw) calc(48 / var(--break) * 100vw);
	border-bottom: solid 1px #1d1d1f;
    position: relative;
}
.hdg5::before {
	content: "";
    position: absolute;
	background: url("images/page/deco_h5-2.svg") no-repeat center / cover;
    width: calc(29 / var(--break) * 100vw);
    height: calc(29 / var(--break) * 100vw);
	top: calc(21 / var(--break) * 100vw);
    left: calc(0 / var(--break) * 100vw);
}
/*リストカラー*/
.list_common01 li:before {
    background: #f7b46b;
}
.list_common02 li:before {
    background: #;
}
/*スタッフ紹介*/
.box_prof h5 {
	height: calc(50 / var(--break) * 100vw);
}
.box_prof01 .year {
	font-weight: 300;
}
/*下層リスト*/
.list_common03 li {
	padding-left: calc(30 / var(--break) * 100vw);
	width: 48.5%;
}
.list_common03 li:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: url(images/page/check01.svg) no-repeat center / cover;
	border-radius: 0%;
	left: calc(0 / var(--break) * 100vw);
	top: calc(6 / var(--break) * 100vw);
}
.list_common03 li {
	border-bottom: dotted 1px #008ccf;
	padding-bottom: calc(5 / var(--break) * 100vw);
}
.list_common03 li:not(:first-child) {
	margin-top: calc(7 / var(--break) * 100vw);
}
.list_common03 li:nth-child(-n+2) {
	margin-top: 0;
}
/*テーブル*/
.tbl_common01 .tbl_title {
    background: #008ccf;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
	padding: calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(11 / var(--break) * 100vw);
    font-weight: 300;
}
.tbl_common01 table{
	border: 1px solid #008ccf;
}
.tbl_common01 thead th {
	border-bottom: solid 1px #fff;
	text-align: center;
}
.tbl_common01 thead th:not(:first-child) {
	border-left: solid 1px #fff;
}
.tbl_common01 th{
	background: #008ccf;
}
.tbl_common01.ptn02 tr:first-child th {
	border: solid 1px #fff;
}
.tbl_common01 tr:not(:last-child) th {
	border-bottom-color: #fff;
}
.tbl_common01 tr td {
	background-color: #fff;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #008ccf;
}
.btn_common01 {
	width: calc(360 / var(--break) * 100vw);
}
.btn_common01 a {
	border: solid 1px #1d1d1f;
}
.btn_common01 a::before {
	content: "";
    position: absolute;
	background: url("images/page/arw03.svg") no-repeat center / cover;
    width: calc(26 / var(--break) * 100vw);
    height: calc(26 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	right: calc(30 / var(--break) * 100vw);
	margin: auto;
	transition: .3s;
}
.box_common01 {
	position: relative;
	z-index: 0;
	min-height: calc(140 / var(--break) * 100vw);
}
.box_common01::before {
	content: "";
    position: absolute;
	background: url("images/page/deco_common01.png") no-repeat center / cover;
    width: calc(81 / var(--break) * 100vw);
    height: calc(123 / var(--break) * 100vw);
	bottom: 0;
	right: 0;
	z-index: -1;
}
.box_common02 {
	background: url("images/page/deco_common02.png") no-repeat left bottom / calc(94 / var(--break) * 100vw) auto #dff2fc;
}
.box_common03 {
	outline-offset: calc(-10 / var(--break) * 100vw);
    outline: #f9c270 solid 2px;
	border-radius: calc(20 / var(--break) * 100vw);
}
.deco_common01::before {
	content: "";
    position: absolute;
    background: url(images/page/deco_common03.png) no-repeat center / cover;
    width: calc(97 / var(--break) * 100vw);
    height: calc(118 / var(--break) * 100vw);
    top: 0%;
    left: -1%;
}
.bg_common01::before {
	content: "";
    position: absolute;
    background: url(images/index/deco_info01.svg) no-repeat center bottom 33% / 95% auto #eff8fd;
    width: 100%;
    height: 90%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.bg_common02 .hdg4 {
	padding: calc(6 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(6 / var(--break) * 100vw);
    border-radius: 100vh
}
.bnr_common01 {
	width: calc(600 / var(--break) * 100vw);
}
.box_flow::after {
	content: "";
    position: absolute;
	background: url("images/page/deco_common02.png") no-repeat center / cover;
	transform: scale(-1, 1);
    width: calc(94 / var(--break) * 100vw);
    height: calc(119 / var(--break) * 100vw);
	right: 0;
	bottom: 0;
	z-index: -1;
}
.arw_flow:before {
    border-top: calc(16 / var(--break) * 100vw) solid #ee858c;
}

.row_pay .col {
    width: 39.7%;
    margin-right: 1.7%;
}
.row_allergy02 .btn_web01 .txt02 {
	font-size: calc(40 / var(--break04));
}
@media(min-width: 767px) {
	.btn_common01 a:hover::before {
		right: calc(20 / var(--break) * 100vw);
		transition: .3s;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.deco_common01::before {
		width: calc(80 / var(--break) * 100vw);
		height: calc(98 / var(--break) * 100vw);
	}
	.row_common05 .col_txt .deco01 {
		bottom: -4%;
	}
	.row_allergy02 .btn_tel01 {
		width: calc(370 / var(--break04));
	}
	.row_allergy02 .btn_web01 {
		width: calc(370 / var(--break04));
	}
}
@media only screen and (max-width: 767px) {
	.w50 {
		width: 100%!important;
	}
	.w48 {
		width: 100%!important;
	}
	/*設備紹介*/
	.row_common01 {
		gap: calc(30 / var(--break) * 100vw) 4%;
	}
	.row_common01 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_common01 .col .txt {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.row_common02 .col_img {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5vw;
	}
	.row_common02 .col_txt {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common02 .col_txt .copy {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
		text-align: center;
	}
	.row_common03 .col_img {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5vw;
	}
	.row_common03 .col_img::before {
		right: calc(-20 / var(--break) * 100vw);
		bottom: calc(-20 / var(--break) * 100vw);
	}
	.row_common03 .col_txt {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common03 .col_txt .copy {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
		text-align: center;
	}
	/*スタッフ紹介*/
	.box_prof h5 {
        height: calc(75 / var(--break) * 100vw);
    }
	/*フォントサイズ*/
	.fz24 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	/*pcでは横並び、spで100%になるもの*/
	.sp_stack {
		width: 100%!important;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto!important;
		margin-right: auto!important;
	}
	.sp_stack .col {
		width: 100%!important;
	}
	.sp_stack .col.box_common01:nth-child(n+2) {
		margin-top: 0vw;
	}
	.sp_w100 {
		max-width: 100%;
	}
	.sp_5vw {
		margin-bottom: 5vw;
	}
	.btn_common01 {
		width: calc(600 / var(--break) * 100vw);
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.btn_common01 a::before {
		width: calc(36 / var(--break) * 100vw);
		height: calc(36 / var(--break) * 100vw);
		right: calc(30 / var(--break) * 100vw);
	}
	.row_clinic06 {
		gap: calc(30 / var(--break) * 100vw) 4%;
	}
	.box_common01.col {
		width: 48%!important;
		margin-left: auto;
		margin-right: auto;
		padding: 2vw 0 2vw;
		min-height: calc(140 / var(--break) * 100vw);
		display: flex;
        align-items: center;
        justify-content: center;
	}
	.box_common01 .txt {
		font-size: .75rem;
		letter-spacing: 0;
		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;
	}
	.box_common01::before {
		width: calc(81 / var(--break) * 100vw);
		height: calc(123 / var(--break) * 100vw);
	}
	.box_common01::before {
		width: calc(59 / var(--break) * 100vw);
		height: calc(98 / var(--break) * 100vw);
		bottom: 1vw;
	}
	.ttl_common01 {
		font-size: 1.125rem;
		letter-spacing: 0;
		padding: 0vw 4vw 2vw;
	}
	.ttl_common01::before {
		top: -2vw;
        bottom: 0;
        margin: auto;
	}
	.row_common04 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common04 .col {
		width: 100%;
	}
	.row_common04 .col:nth-child(n+2) {
		margin-top: 3vw;
	}
	.deco_common01::before {
		width: calc(89 / var(--break) * 100vw);
    	height: calc(106 / var(--break) * 100vw);
	}
	.hdg4 {
		font-size: 1.125rem;
		letter-spacing: 0;
		padding: calc(28 / var(--break) * 100vw) calc(84 / var(--break) * 100vw) calc(28 / var(--break) * 100vw);
		background: url(images/page/deco_h4_l.svg) no-repeat center left calc(20 / var(--break) * 100vw) / calc(54 / var(--break) * 100vw) auto, url(images/page/deco_h4_r.svg) no-repeat center right calc(20 / var(--break) * 100vw) / calc(54 / var(--break) * 100vw) auto #008ccf;
	}
	.hdg5 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.hdg5::before {
		width: calc(34 / var(--break) * 100vw);
		height: calc(34 / var(--break) * 100vw);
		top: calc(25 / var(--break) * 100vw);
		left: calc(0 / var(--break) * 100vw);
	}
	.row_common05 .col_txt .deco01 {
		bottom: auto;
    	top: 3%;
	}
	.bg_common02 .hdg4 {
		padding: calc(6 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(6 / var(--break) * 100vw);
		font-size: calc(31 / var(--break) * 100vw);
		background: url(images/page/deco_h4_l.svg) no-repeat center left calc(20 / var(--break) * 100vw) / calc(47 / var(--break) * 100vw) auto, url(images/page/deco_h4_r.svg) no-repeat center right calc(20 / var(--break) * 100vw) / calc(47 / var(--break) * 100vw) auto #008ccf;
	}
	.bg_common02 .box {
		padding: 5vw 4vw 6vw;
	}
	.list_common03 li:before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		left: calc(0 / var(--break) * 100vw);
		top: calc(10 / var(--break) * 100vw);
	}
	.list_common03 li {
		padding-left: 6vw;
		width: 100%;
		padding-bottom: calc(5 / var(--break) * 100vw);
	}
	.bnr_common01 {
		width: calc(646 / var(--break) * 100vw);
	}
	.row_common05 .ccl .txt {
		font-size: .75rem;
		letter-spacing: 0;
	}
	.row_common05 .col_img .deco01 {
		width: calc(175 / var(--break) * 100vw);
		right: 2%;
		bottom: -5%;
	}
	.row_common05.left .col_img .deco01 {
		right: auto;
		left: 2%;
		bottom: -5%;
	}
	.row_common06 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_common03 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}

/* clinic
------------------------------------------------------------------*/
.bg_clinic01 {
	padding: calc(117 / var(--break) * 100vw) 0 calc(117 / var(--break) * 100vw);
	background: url("images/clinic/bg_clinic01.jpg") no-repeat center / cover;
}
.box_clinic01 .deco01 {
	width: calc(351 / var(--break) * 100vw);
	left: -17%;
	top: -4%;
}
.box_clinic01 .deco02 {
	width: calc(352 / var(--break) * 100vw);
	right: -14%;
	bottom: -12%;
}
.box_clinic01 .wrap {
	width: 84%;
}
.bg_clinic02 {
    padding-top: calc(151 / var(--break) * 100vw);
    padding-bottom: calc(165 / var(--break) * 100vw);
}
.bg_clinic02::before {
    content: "";
    position: absolute;
    background: url(images/page/frame_common05.svg) no-repeat center / cover;
    width: 100%;
    height: calc(40 / var(--break) * 100vw);
    right: 0;
    left: 0;
    top: calc(-1 / var(--break) * 100vw);
    margin: auto;
}
.bg_clinic02::after {
    content: "";
    position: absolute;
    background: url(images/page/frame_common04.svg) no-repeat center / cover;
    width: 100%;
    height: calc(40 / var(--break) * 100vw);
    right: 0;
    left: 0;
    bottom: -1px;
    margin: auto;
    z-index: -1;
}
.bg_clinic02 .row__feature01::after {
    display: none;
}
.box_clinic02 {
    width: calc(346 / var(--break) * 100vw);
    height: calc(258 / var(--break) * 100vw);
    bottom: 4%;
    left: 19%;
    background: url(images/clinic/bg_clinic02.svg) no-repeat center / cover;
	z-index: 2;
}
.deco_clinic01 {
	width: calc(389 / var(--break04));
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: 0;
}
.deco_clinic01.ptn02 {
	top: auto;
    bottom: 14%;
    transform: none;
}
.row_clinic02 {
	gap: calc(60 / var(--break) * 100vw) 3%;
	width: 80%;
	max-width: 745px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.row_clinic02.mb120::before {
	content: "";
    position: absolute;
    width: calc(701 / var(--break) * 100vw);
    height: calc(313 / var(--break) * 100vw);
    top: 21%;
    left: -76%;
    background: url(images/index/deco_feature10.svg) no-repeat center / cover;
    z-index: -1;
}
.row_clinic02.ptn02 {
	gap: calc(60 / var(--break) * 100vw) 1%;
    width: 100%;
    max-width: 1240px;
}
.row_clinic02 .col {
	width: 48%;
	max-width: 360px;
}
.row_clinic02.ptn02 .col {
	width: 30%;
    max-width: 360px;
}
.row_clinic02 .col .txt {
	padding: calc(15 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
	border-radius: 0 0 calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
}
.row_clinic03.row__feature03.num01::before {
    display: none;
}
.box_clinic03 {
    width: calc(316 / var(--break) * 100vw);
    height: calc(232 / var(--break) * 100vw);
    bottom: 7%;
    left: -5%;
    background: url(images/clinic/bg_clinic02.svg) no-repeat center / cover;
    z-index: 2;
}
.row_clinic04 .deco__feature01::before {
	content: "";
    position: absolute;
    background: url(images/clinic/deco_clinic08.svg) no-repeat center / cover;
    width: calc(275 / var(--break) * 100vw);
    height: calc(165 / var(--break) * 100vw);
    right: -3%;
}
.row_clinic04.row__feature03::before {
	content: "";
    position: absolute;
    background: url(images/clinic/deco_clinic15.svg) no-repeat center / cover;
    width: calc(523 / var(--break03));
    height: calc(336 / var(--break03));
    right: -6%;
    bottom: 8%;
}
.row_clinic05.row__feature03.num01::before {
   display: none;
}
.row_clinic05 .deco__feature01.num01::before {
    background: url(images/clinic/deco_clinic10.svg) no-repeat center / cover;
    width: calc(363 / var(--break) * 100vw);
    height: calc(311 / var(--break) * 100vw);
    left: -3%;
}
.row_clinic06 {
	gap: calc(30 / var(--break) * 100vw) 1%;
}
.row_clinic06 .col {
	width: 32%;
	position: relative;
    z-index: 0;
}
.row_clinic07 .deco__feature01.num02::before {
    background: url(images/clinic/deco_clinic11.svg) no-repeat center / cover;
    width: calc(550 / var(--break) * 100vw);
    height: calc(237 / var(--break) * 100vw);
    right: -12%;
    top: -6%;
}
.bg_clinic03 {
	margin-bottom: calc(197 / var(--break) * 100vw);
}
.bg_clinic03 .deco01 {
	width: calc(471 / var(--break) * 100vw);
    right: 11%;
    bottom: -18%;
}
.row_clinic08 .row__feature04 {
    width: calc(410 / var(--break) * 100vw);
    bottom: calc(24 / var(--break) * 100vw);
    left: auto;
    right: 0;
}
.row_clinic08 .deco__feature01.num01::before {
    background: url(images/clinic/deco_clinic12.svg) no-repeat center / cover;
    width: calc(207 / var(--break) * 100vw);
    height: calc(192 / var(--break) * 100vw);
    left: -3%;
}
.row_clinic08 .box__feature01 .wrap {
    width: 75%;
}
.row_clinic08.row__feature03.num01::before {
    display: none;
}

.bg_clinic04 .deco01 {
	width: calc(351 / var(--break) * 100vw);
    right: 0%;
    top: 20%;
    z-index: -1;
}
.ttl_clinic02 {
	border-bottom: dotted calc(8 / var(--break) * 100vw) #f7b46b;
}
.bg_clinic05 {
	border-radius: calc(100 / var(--break) * 100vw);
	width: 90%;
	max-width: calc(1720 / var(--break) * 100vw);
}
.row_clinic09 {
	width: 90%;
	max-width: calc(1240 / var(--break) * 100vw);
}
.row_clinic09 .col {
	width: calc(280 / var(--break) * 100vw);
	height: calc(280 / var(--break) * 100vw);
	border: solid 2px #fff;
}
.row_clinic09 .col .icn {
	width: calc(138 / var(--break) * 100vw);
}
.row_staff01 .col_img {
	width: 48%;
    max-width: 720px;
}
.row_staff01 .col_txt {
    width: 48%;
}
.row_staff01 .box__greeting01 {
    width: calc(380 / var(--break) * 100vw);
    height: calc(150 / var(--break) * 100vw);
    left: auto;
    right: 2%;
    bottom: calc(0 / var(--break) * 100vw);
    border-radius: calc(6 / var(--break) * 100vw);
}
.bg_staff01 .deco01 {
	width: calc(657 / var(--break04));
	bottom: 0;
	right: 0;
	z-index: -1;
}
.img_access01 {
	width: calc(760 / var(--break) * 100vw);
}
.img_access01 .deco01 {
	width: calc(175 / var(--break) * 100vw);
	right: 0;
	bottom: 0;
}
.row_add01 .icn {
	width: calc(15 / var(--break) * 100vw);
}
.bg_access01::before {
	content: "";
    position: absolute;
    background: url(images/page/frame_common05.svg) no-repeat center / cover;
    width: 100%;
    height: calc(40 / var(--break) * 100vw);
    right: 0;
    left: 0;
    bottom: calc(78% - calc(39 / var(--break) * 100vw));
    margin: auto;
}
.bg_access01::after {
	content: "";
    position: absolute;
	background: url(images/index/deco_info01.svg) no-repeat center bottom 16% / 95% auto, linear-gradient(0deg, #c5e6f8, #dff2fc);
    width: 100%;
    height: 78%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
	z-index: -1;
}
.row_access01 {
    width: 90%;
    max-width: calc(1240 / var(--break) * 100vw);
}
.row_access01 > .col_l {
    width: 48.5%;
}
.row_access01 > .col_r {
    width: 45%;
    max-width: unset;
}
.row_access01 .btn_tel01 {
    width: 90%;
    max-width: 100%;
}
.row_access01 .btn_tel01 a {
    height: calc(140 / var(--break02));
}
.row_access02 .icn {
	width: calc(150 / var(--break) * 100vw);
}
.row_access02 .col {
    height: calc(388 / var(--break) * 100vw);
}
.btn_clinic01 {
    width: calc(560 / var(--break) * 100vw);
}
.btn_clinic01 a::before {
    right: calc(20 / var(--break) * 100vw);
}
.bg_clinic02 .box__feature01.num01 {
    margin-bottom: calc(85/ var(--break) * 100vw);
}
.row_access01 .btn_tel01 .txt {
	 font-size: calc(18 / var(--break) * 100vw);
}
.row_access01 .btn_tel01 .time {
	font-size: calc(18 / var(--break) * 100vw);
}
@media (min-width: 767px) {
    .btn_clinic01 a:hover::before {
        right: calc(10 / var(--break) * 100vw);
    }
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic04 .box__feature01.num03 .wrap {
		width: 75%;
	}
	.row_clinic04 .box__feature01.num03 .wrap .ttl {
		letter-spacing: .06em;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_clinic01 .deco__feature01.num02::before {
		width: calc(220 / var(--break) * 100vw);
		height: calc(286 / var(--break) * 100vw);
		right: -9%;
	}
	.row_clinic03 .deco__feature01.num01::before {
		width: calc(233 / var(--break) * 100vw);
		height: calc(309 / var(--break) * 100vw);
		left: -14%;
	}
	.row__feature03 .col_txt .ttl {
        font-size: calc(26 / var(--break) * 100vw);
    }
	.box_clinic03 {
		bottom: -20%;
	}
	.row_clinic05 .deco__feature01.num01::before {
		width: calc(332 / var(--break) * 100vw);
		height: calc(278 / var(--break) * 100vw);
		left: -7%;
	}
	.row_clinic06 .col .txt {
		text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
	}
	.row_clinic07 .deco__feature01.num02::before {
		width: calc(470 / var(--break) * 100vw);
		height: calc(202 / var(--break) * 100vw);
		right: -12%;
		top: -21%;
	}
	.row_clinic08 .deco__feature01.num01::before {
		left: -8%;
	}
	.row_clinic08 .row__feature04 {
		right: 4%;
		bottom: -12%;
	}
	.row_clinic09 .col {
		width: calc(248 / var(--break) * 100vw);
		height: calc(248 / var(--break) * 100vw);
	}
	.row_clinic09 .col .icn {
		width: calc(104 / var(--break) * 100vw);
	}
	.row_access02 .ttl {
        font-size: calc(24 / var(--break) * 100vw);
		letter-spacing: .1em;
    }
	.row_add01 .icn {
		width: calc(15 / var(--break) * 100vw);
		margin-right: auto;
		margin-left: auto;
		margin-bottom: calc(5 / var(--break) * 100vw);
	}
	.row_add01 {
		flex-direction: column!important;
	}
	.row_add01 .txt {
		text-align: center;
	}
	
}
@media(max-width: 767px) {
	.ttl_clinic01 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.box_clinic01 .wrap {
		width: 87%;
	}
	.box_clinic01 .deco01 {
		width: calc(256 / var(--break) * 100vw);
		left: 0%;
		top: -5%;
	}
	.box_clinic01 .deco02 {
		width: calc(266 / var(--break) * 100vw);
		right: -2%;
		bottom: -6%;
	}
	.box_clinic02 {
		width: calc(290 / var(--break) * 100vw);
		height: calc(215 / var(--break) * 100vw);
		bottom: 42%;
		left: 0%;
	}
	.box_clinic02 .txt {
		font-size: .75rem;
		letter-spacing: 0;
	}
	.deco_clinic01 {
		width: calc(289 / var(--break04));
		position: absolute;
		top: auto;
		transform: unset;
		right: 0;
		bottom: 3vw;
	}
	.row_clinic01.row__feature03.num02 {
        margin-bottom: 10vw;
    }
	.row_clinic02,.row_clinic02.ptn02 {
		gap: 5vw 4%;
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_clinic02 .col,.row_clinic02.ptn02 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_clinic02 .col .txt,.row_clinic02.ptn02 .col .txt {
		padding: calc(15 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
		border-radius: 0 0 calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
		font-size: .875rem;
		letter-spacing: 0;
	}
	.row_clinic03.row__feature03.num01 .col_img {
        margin-bottom: 0vw;
    }
	.box_clinic03 .txt {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.box_clinic03 {
		bottom: -9%;
	}
	.row_clinic04.row__feature03::before {
		width: calc(523 / var(--break03));
		height: calc(336 / var(--break03));
		right: -6%;
		top: 39vw;
	}
	.row_clinic05 .deco__feature01.num01::before {
		width: calc(303 / var(--break) * 100vw);
		height: calc(259 / var(--break) * 100vw);
		left: -6%;
	}
	.row_clinic05.row__feature03.num01 .col_img,.row_clinic08.row__feature03.num01 .col_img {
        margin-bottom: 0vw;
    }
	.row_clinic04.row__feature03.num02,.row_clinic07.row__feature03.num02 {
        margin-bottom: 10vw;
    }
	.row_clinic07 .deco__feature01.num02::before {
		width: calc(481 / var(--break) * 100vw);
		height: calc(207 / var(--break) * 100vw);
		right: -12%;
		top: -15%;
	}
	.bg_clinic03 .deco01 {
		width: calc(471 / var(--break) * 100vw);
		right: -9%;
		bottom: -9%;
		z-index: -1;
	}
	.row_clinic08.row__feature03.num01 {
		margin-bottom: 35vw;
	}
	.ttl_clinic02 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.ttl_clinic02 .fz18 {
		font-size: .9375rem;
		letter-spacing: 0;
	}
	.row_clinic09 .col:nth-child(n+3) {
		margin-top: 5vw;
	}
	.row_clinic09 .col .icn {
		width: calc(108 / var(--break) * 100vw);
	}
	.row_clinic09 .col .ttl {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_staff01 .col_img {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto 7vw;
	}
	.row_staff01 .col_txt {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.bg_staff01 .deco01 {
		width: calc(457 / var(--break04));
	}
	.img_access01 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
	}
	.row_access01 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
	}
	.row_access01 > .col_l {
		width: 100%;
	}
	.row_access01 > .col_r {
		width: 100%;
		max-width: unset;
	}
	.row_add01 {
		flex-direction: column!important;
	}
	.row_add01 .icn {
		width: calc(24 / var(--break) * 100vw);
	}
	.bg_access01::after {
		background: url(images/index/deco_info01_sp.svg) no-repeat center bottom 1% / 100% auto, linear-gradient(0deg, #c5e6f8, #dff2fc);
		width: 100%;
		height: 90%;
	}
	.bg_access01::before {
		width: 100%;
		height: calc(40 / var(--break) * 100vw);
		right: 0;
		left: 0;
		bottom: calc(90% - calc(39 / var(--break) * 100vw));
		margin: auto;
	}
	.row_access02 .col {
		height: auto;
	}
	.btn_clinic01 {
		width: calc(680 / var(--break) * 100vw);
		font-size: calc(28 / var(--break) * 100vw);
	}
	.row_clinic02.mb120::before {
		width: calc(501 / var(--break) * 100vw);
		height: calc(220 / var(--break) * 100vw);
		top: 65%;
		left: 15%;
	}
	.row_clinic08 .box__feature01 .wrap {
		width: 88%;
	}
	.bg_clinic03 .tbl_caption {
		text-shadow: 0 0 calc(5 / var(--break) * 100vw) #008ccf, 0 0 calc(5 / var(--break) * 100vw) #008ccf, 0 0 calc(10 / var(--break) * 100vw) #008ccf, 0 0 calc(10 / var(--break) * 100vw) #008ccf, 0 0 calc(15 / var(--break) * 100vw) #008ccf, 0 0 calc(15 / var(--break) * 100vw) #008ccf;
	}
	.row_access01 .btn_tel01 .txt {
		 font-size: calc(30 / var(--break) * 100vw);
	}
	.row_access01 .btn_tel01 .time {
		font-size: calc(30 / var(--break) * 100vw);
	}
	.row_access01 .btn_tel01 a {
		height: calc(175 / var(--break02));
	}
}

/* slider
------------------------------------------------------------------*/
.slide_clinic01 .slick-prev {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(30 /var(--break)*100vw);
	height: calc(54 /var(--break)*100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -12%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(30 /var(--break)*100vw);
	height: calc(54 /var(--break)*100vw);
	right: -12%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_clinic01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic01 .slide_thumbnail li:nth-child(5n), .slide_clinic01 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_clinic01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_clinic01 .slick-prev {
		left: -9%;
	}
	.slide_clinic01 .slick-next {
		right: -9%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev {
		left: 2%;
	}
	.slide_clinic01 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_clinic01 .slick-prev {
		left: 3vw;
	}
	.slide_clinic01 .slick-next {
		right: 3vw;
	}
}

/* pediatric
------------------------------------------------------------------*/
.bg_pediatric01 .deco01 {
	width: calc(471 / var(--break) * 100vw);
    right: 0%;
    bottom: calc(57 / var(--break04));
	z-index: -1;
}
.row_pediatric01 {
	width: 93%;
	max-width: calc(1500 / var(--break) * 100vw);
}
.row_pediatric01 {
	gap: calc(36 / var(--break) * 100vw) calc(17 / var(--break) * 100vw);
}
.row_pediatric01 .ccl {
	width: calc(285 / var(--break) * 100vw);
	height: calc(285 / var(--break) * 100vw);
	margin-bottom: calc(20 / var(--break) * 100vw);
}
/* 1個目 */
.row_pediatric01 .col:nth-child(1) .img {
	width: calc(160 / var(--break04));
}

/* 2個目 */
.row_pediatric01 .col:nth-child(2) .img {
	width: calc(108 / var(--break04));
}

/* 3個目 */
.row_pediatric01 .col:nth-child(3) .img {
	width: calc(126 / var(--break04));
}

/* 4個目 */
.row_pediatric01 .col:nth-child(4) .img {
	width: calc(112 / var(--break04));
}

/* 5個目 */
.row_pediatric01 .col:nth-child(5) .img {
	width: calc(94 / var(--break04));
}

/* 6個目 */
.row_pediatric01 .col:nth-child(6) .img {
	width: calc(116 / var(--break04));
}

/* 7個目 */
.row_pediatric01 .col:nth-child(7) .img {
	width: calc(150 / var(--break04));
}

/* 8個目 */
.row_pediatric01 .col:nth-child(8) .img {
	width: calc(99 / var(--break04));
}

/* 9個目 */
.row_pediatric01 .col:nth-child(9) .img {
	width: calc(112 / var(--break04));
}
.row_pediatric01 .col .icn {
	width: calc(74 / var(--break04));
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.row_pediatric01 .col .ttl {
	padding: calc(10 / var(--break) * 100vw) calc(2 / var(--break) * 100vw);
	text-align: center;
}
.deco_pediatric01 {
	width: calc(96 / var(--break) * 100vw);
	bottom: 8%;
    margin: auto;
    left: 8%;
}
.bg_pediatric02::before {
	content: "";
    position: absolute;
	background: #ee858c;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: calc(815 / var(--break) * 100vw);
    height: calc(100 / var(--break) * 100vw);
	right: 0;
	left: 0;
	top: 0;
	margin: auto;
}
.bg_clinic05 .row_pediatric02.row_clinic09 {
    max-width: calc(935 / var(--break) * 100vw);
}
.bnr_pediatric01 {
	width: calc(1000 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_pediatric01 {
		gap: calc(36 / var(--break) * 100vw) calc(14 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_pediatric01 .ccl {
		width: calc(226 / var(--break) * 100vw);
		height: calc(226 / var(--break) * 100vw);
	}
	.row_pediatric01 .col .ttl {
		font-size: calc(19 / var(--break) * 100vw);
	}
	.bnr_pediatric01 {
		width: calc(900 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_pediatric01 .col .ttl {
		font-size: calc(28 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.bg_pediatric02::before {
		width: 85%;
		height: calc(88 / var(--break) * 100vw);
	}
	.ttl_pediatric01 {
		font-size: calc(32 / var(--break) * 100vw);
    	letter-spacing: 0;
	}
	.deco_pediatric01 {
		width: calc(86 / var(--break) * 100vw);
		bottom: auto;
		margin: auto;
		left: 8%;
		top: -21vw;
	}
	.row_pediatric02 {
		justify-content: center;
		gap: 6%;
	}
	.bnr_pediatric01 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
	}
	.row_pediatric01 {
		gap: calc(36 / var(--break) * 100vw) 8%;
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
	}
	.bg_pediatric01 .deco01 {
		width: calc(371 / var(--break) * 100vw);
		bottom: calc(0 / var(--break04));
	}
}

/* allergy
------------------------------------------------------------------*/
/* 1個目 */
.row_allergy01 .col:nth-child(1) .img {
	width: calc(129 / var(--break04));
}

/* 2個目 */
.row_allergy01 .col:nth-child(2) .img {
	width: calc(116 / var(--break04));
}

/* 3個目 */
.row_allergy01 .col:nth-child(3) .img {
	width: calc(108 / var(--break04));
}

/* 4個目 */
.row_allergy01 .col:nth-child(4) .img {
	width: calc(101 / var(--break04));
}

/* 5個目 */
.row_allergy01 .col:nth-child(5) .img {
	width: calc(115 / var(--break04));
}

/* 6個目 */
.row_allergy01 .col:nth-child(6) .img {
	width: calc(111 / var(--break04));
}

/* 7個目 */
.row_allergy01 .col:nth-child(7) .img {
	width: calc(99 / var(--break04));
}

/* 8個目 */
.row_allergy01 .col:nth-child(8) .img {
	width: calc(135 / var(--break04));
}

/* 9個目 */
.row_allergy01 .col:nth-child(9) .img {
	width: calc(110 / var(--break04));
}
.row_allergy02 {
	margin: calc(45 / var(--break) * 100vw) auto 0;
    width: calc(760 / var(--break04));
}
.box_flow .col_txt h4 .ttl {
    font-weight: 900;
}
.row_allergy02 .btn_tel01 {
    width: calc(370 / var(--break04));
}
.row_allergy02 .btn_web01 {
    width: calc(370 / var(--break04));
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_allergy02 {
		margin: calc(45 / var(--break) * 100vw) auto 0;
		width: 100%;
	}
	.row_allergy02 .btn_tel01,.row_allergy02 .btn_web01 {
		width: 100%;
	}
	.row_allergy02 .btn_web01 {
		margin-top: 5vw;
	}
	.row_allergy02 .btn_tel01 a, .row_allergy02 .btn_web01 a {
		height: calc(168 / var(--break04));
	}
	.row_allergy02 .btn_tel01 .txt {
        line-height: 1;
    }
	.row_allergy02 .btn_tel01 .time {
        line-height: 1;
    }
	.arw_flow:before {
		border-top: calc(30 / var(--break) * 100vw) solid #ee858c;
	}
}

/* childcare_lala
------------------------------------------------------------------*/
.row_childcare_lala01 {
	gap: calc(30 / var(--break) * 100vw) 2%;
}
.row_childcare_lala01 .col {
	width: 31%;
}
.row_childcare_lala01 .btn_common01 a::before {
    transform: rotate(90deg);
}
.tbl_foot02.tbl_time02 tbody tr:last-child th, .tbl_foot02.tbl_time02 tbody tr:last-child td {
    padding: calc(12 / var(--break) * 100vw) 0 calc(4 / var(--break) * 100vw);
}
.ttl_childcare_lala01 .dib::before,.ttl_childcare_lala01 .dib::after {
	content: "";
    position: absolute;
    bottom: calc(10 / var(--break03));
    width: calc(4 / var(--break03));
    height: calc(23 / var(--break03));
}
.ttl_childcare_lala01 .dib::before {
	left: -5%;
    border-left: dotted calc(4 / var(--break03)) #ef858c;
    transform: rotate(-29deg);
}
.ttl_childcare_lala01 .dib::after {
	right: -5%;
    border-right: dotted calc(4 / var(--break03)) #ef858c;
    transform: rotate(29deg);
}
.ttl_childcare_lala01.ptn02 .dib::before,.ttl_childcare_lala01.ptn02 .dib::after {
    bottom: calc(14 / var(--break03));
    width: calc(4 / var(--break03));
    height: calc(38 / var(--break03));
}
.ttl_childcare_lala01.ptn02 .dib::before {
	left: -3%;
    border-left: dotted calc(7 / var(--break03)) #1d1d1f;
    transform: rotate(-29deg);
}
.ttl_childcare_lala01.ptn02 .dib::after {
	right: -3%;
    border-right: dotted calc(7 / var(--break03)) #1d1d1f;
    transform: rotate(29deg);
}
.bg_childcare_lala01 {
    border-radius: calc(0 / var(--break) * 100vw);
    width: 100%;
    max-width: 100%;
}
.bnr_childcare_lala01 {
	width: calc(280 / var(--break) * 100vw);
}
.bg_pay .deco_clinic01 {
    width: calc(389 / var(--break04));
    position: absolute;
    top: auto;
    transform: unset;
    right: 0;
    bottom: 9%;
	z-index: -1;
}
.bg_childcare_lala02 {
	width: 90%;
	max-width: 1720px;
	border-radius: calc(50 / var(--break) * 100vw);
}
.row_childcare_lala02 .col {
	width: 29%;
	outline-offset: calc(-5 / var(--break) * 100vw);
    outline: #f9c270 solid 2px;
	height: calc(120 / var(--break) * 100vw);
	border-radius: calc(20 / var(--break) * 100vw);
}
.row_childcare_lala02 .col .ccl {
	width: calc(70 / var(--break) * 100vw);
	height: calc(70 / var(--break) * 100vw);
	outline-offset: calc(-4 / var(--break) * 100vw);
    outline: #fff solid calc(4 / var(--break) * 100vw);
	left: calc(-10 / var(--break) * 100vw);
	top: calc(-10 / var(--break) * 100vw);
	position: absolute;
	padding: 0 0 1px 1px;
    letter-spacing: 0;
}
.row_childcare_lala02 .col.arw::before {
	content: "";
    position: absolute;
	background: url("images/childcare_lala/arw_childcare_lala01.svg") no-repeat center / cover;
    width: calc(30 / var(--break) * 100vw);
    height: calc(24 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	right: -16%;
}
.bnr_childcare_lala02 {
	width: calc(740 / var(--break) * 100vw);
}
.img_childcare_lala01 {
	width: 90%;
	max-width: 1000px;
}
.img_childcare_lala02 {
	width: 90%;
	max-width: 730px;
}
.bnr_childcare_lala03 {
	width: calc(574 / var(--break) * 100vw);
}
@media (min-width: 767px) {
    .row_childcare_lala01 .btn_common01 a:hover::before {
        right: calc(30 / var(--break) * 100vw);
    }
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_childcare_lala01 .col {
		font-size: calc(21 / var(--break) * 100vw);
        letter-spacing: .05em;
	}
	.row_childcare_lala01 .btn_common01 a::before {
		right: calc(15 / var(--break) * 100vw);
	}
	.row_childcare_lala01 .btn_common01 a:hover::before {
        right: calc(15 / var(--break) * 100vw);
    }
	.bg_childcare_lala02 .ttl {
		font-size: calc(28 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_childcare_lala01 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.bg_access01 .ttl_childcare_lala01 {
		font-size: 1.5rem;
	}
	.ttl_childcare_lala01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.ttl_childcare_lala01 .dib::before,
	.ttl_childcare_lala01 .dib::after {
		content: "";
		position: absolute;
		bottom: calc(14 / var(--break) * 100vw);
		width: calc(9 / var(--break) * 100vw);
		height: calc(36 / var(--break) * 100vw);
	}

	.ttl_childcare_lala01 .dib::before {
		left: -5%;
		border-left: dotted 2px #ef858c;
		transform: rotate(-29deg);
	}

	.ttl_childcare_lala01 .dib::after {
		right: -5%;
		border-right: none;
		border-left: dotted 2px #ef858c;
		transform: rotate(29deg);
	}
	.row_clinic09 {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
	}
	.bnr_childcare_lala01 {
		width: calc(380 / var(--break) * 100vw);
	}
	.ttl_childcare_lala01.ptn02 {
		line-height: 1.6;
	}
	
	.ttl_childcare_lala01.ptn02 .dib::before,
	.ttl_childcare_lala01.ptn02 .dib::after {
		width: calc(9 / var(--break) * 100vw);
		height: calc(52 / var(--break) * 100vw);
	}

	.ttl_childcare_lala01.ptn02 .dib::before {
		left: -5%;
		border-left: dotted 2px #1d1d1f;
	}

	.ttl_childcare_lala01.ptn02 .dib::after {
		right: -5%;
		border-right: none;
		border-left: dotted 2px #1d1d1f;
	}
	
	
	.bg_pay .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_pay .col {
		width: 48%;
		margin-right: 4%;
	}
	.bg_childcare_lala02 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		border-radius: calc(50 / var(--break) * 100vw);
	}
	.bg_childcare_lala02 .ttl {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_childcare_lala02 {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_childcare_lala02 .col {
		width: 100%;
		height: calc(120 / var(--break) * 100vw);
		border-radius: calc(20 / var(--break) * 100vw);
	}
	.row_childcare_lala02 .col:nth-child(n+2) {
		margin-top: 8vw;
	}
	.row_childcare_lala02 .col .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_childcare_lala02 .ccl .num {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_childcare_lala02 .col.arw::before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(24 / var(--break) * 100vw);
		margin: auto;
		right: 0;
		top: auto;
		bottom: -6vw;
		transform: rotate(90deg);
		left: 0;
	}
	.bnr_childcare_lala02 {
		width: calc(650 / var(--break) * 100vw);
	}
	.img_childcare_lala01 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
	}
}

/* slider
------------------------------------------------------------------*/
.slide_childcare_lala01 .slick-prev {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(30 /var(--break)*100vw);
	height: calc(54 /var(--break)*100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -12%;
	z-index: 1;
}
.slide_childcare_lala01 .slick-next {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(30 /var(--break)*100vw);
	height: calc(54 /var(--break)*100vw);
	right: -12%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_childcare_lala01 .slick-prev:before, .slide_childcare_lala01 .slick-next:before {
	display: none;
}
.slide_childcare_lala01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_childcare_lala01 .slide_thumbnail li img {
	border-radius: calc(10 / var(--break) * 100vw);
}
.slide_childcare_lala01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_childcare_lala01 .slide_thumbnail li:nth-child(5n), .slide_childcare_lala01 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_childcare_lala01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
.slide_childcare_lala01 .box {
	background-color: #eff8fd;
	border-radius: 0 0 calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_childcare_lala01 .slick-prev {
		left: -9%;
	}
	.slide_childcare_lala01 .slick-next {
		right: -9%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_childcare_lala01 .slick-prev {
		left: 2%;
	}
	.slide_childcare_lala01 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_childcare_lala01 .slick-prev {
		left: 3vw;
	}
	.slide_childcare_lala01 .slick-next {
		right: 3vw;
	}
	.slide_childcare_lala01 .box .ttl {
		font-size: 1.125rem;
	}
}

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

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

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

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

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

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

/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / var(--break) * 100vw);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #ccc;
	border-top: calc(23 / var(--break) * 100vw) solid transparent;
    border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
	top: calc(55 / var(--break) * 100vw);
}
.slide_case01 .slick-prev:before,.slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
    width: calc(30 / var(--break) * 100vw);
    height: calc(54 / var(--break) * 100vw);
    background: url(images/page/arw_slide.svg)no-repeat center / cover;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: -7.2%;
}
.slide_case01 .slick-next {
    right: -7.2%;
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	margin-top: var(--size30px);
	position: relative !important;
	bottom: auto;
	line-height: 1;
}
.slide_case01 .slick-dots li {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide_case01 .slick-dots li button {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #ccc;
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #333;
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_case01 .slick-prev {
		left: calc(30 / var(--break) * 100vw);
	}
	.slide_case01 .slick-next {
		right: calc(30 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_case01 {
		margin-bottom: 7.5vw;
		max-width: calc(646 / var(--break) * 100vw);
		/*opacity: .5;
		transition: .3s;*/
	}
	.row_case01.slick-active {
		opacity: 1;
	}
	.row_case01 .col {
		max-width: calc(480 / var(--break) * 100vw);
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.row_case01 .col:first-child {
		margin-bottom: 12vw;
	}
	.row_case01:after {
		border-left: calc(40 / var(--break) * 100vw) solid transparent;
		border-right: calc(40 / var(--break) * 100vw) solid transparent;
		border-top: calc(30 / var(--break) * 100vw) solid #ccc;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
	}
	.slide_case01 .slick-slide.slick-center {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-slide.slick-active {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(50 / var(--break) * 100vw);
		height: calc(90 / var(--break) * 100vw);
		bottom: auto;
		top: 64vw;
	}
	.slide_case01 .slick-prev {
		left: 6vw;
	}
	.slide_case01 .slick-next {
		right: 6vw;
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 15vw;
	}
	.slide_case01 .slick-dots li {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
		margin: 0 calc( 14 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.tbl_case tr th {
			border-bottom: 1px solid #000;
	}
}


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


/* 採用情報 recruit
------------------------------------------------------------------*/

.bg_common01::before {
    background: url(images/index/deco_info01.svg) no-repeat center bottom 3% / 95% auto #eff8fd;
    height: 98%;
}
.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: #00a1c4;
    border-radius: calc(6 / var(--break) * 100vw);
}
.btn_submit input {
	border: solid 1px #1d1d1f;
	border-radius: calc(5 / var(--break) * 100vw);
	background: #;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 tr th {
			border-bottom: 1px solid #fff;
	}
}

/* お問い合わせ 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: #00acb7;
	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: #008ccf;
	border: 1px solid #008ccf;
	border-right-color: #008ccf;
	font-size: .8125rem;
	font-weight: normal;
	color: #fff;
}
#wp-calendar tbody td {
	border: 1px solid #008ccf;
	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 #1d1d1f;
	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 #1d1d1f;
}
.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;
	font-family: "zen-maru-gothic", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.blog_archive .txt_post .date {
	color: #1d1d1f;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #008ccf;
	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 #008ccf;
	color: #008ccf;
	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: #008ccf;
	background: #008ccf;
	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 #f7b46b;
	background: #f7b46b;
	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: #f7b46b;
}
.single_post > h3 {
	font-family: "zen-maru-gothic", sans-serif;
    font-weight: 900;
    font-style: normal;
	background: url("images/page/deco_topics.svg") no-repeat center right calc(10 / var(--break) * 100vw) / calc(152 / var(--break) * 100vw) auto #008ccf;
	color: #fff;
	border-radius: calc(5 / var(--break) * 100vw);
	padding: calc(20 / var(--break) * 100vw) calc(27 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
	font-size: calc(26 / var(--break) * 100vw);
	line-height: 1.6;
}
.post_content h4 {
	padding: calc(14 / var(--break) * 100vw) calc(34 / var(--break) * 100vw) calc(15 / var(--break) * 100vw);
	font-size: calc(20 / var(--break) * 100vw);
	line-height: 1.6;
	background-color: #fafad2;
	border-radius: calc(5 / var(--break) * 100vw);
	font-family: "zen-maru-gothic", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.post_content h5 {
	padding: calc(0 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(14 / var(--break) * 100vw) calc(39 / var(--break) * 100vw);
    border-bottom: solid 1px #1d1d1f;
    position: relative;
    font-size: calc(20 / var(--break) * 100vw);
    letter-spacing: .1em;
    line-height: 1.6;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.post_content h5::before {
	content: "";
    position: absolute;
    background: url(images/page/deco_h5-2.svg) no-repeat center / cover;
    width: calc(24 / var(--break) * 100vw);
    height: calc(23 / var(--break) * 100vw);
    top: calc(7 / var(--break) * 100vw);
    left: calc(1 / var(--break) * 100vw);
}
@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;
	}
	.post_content h5 {
		padding: calc(0 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(14 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
	}
	.post_content h5::before {
		width: calc(41 / var(--break) * 100vw);
    	height: calc(40 / var(--break) * 100vw);
		top: calc(12 / var(--break) * 100vw);
		left: calc(1 / var(--break) * 100vw);
	}
	#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));
	}
}