@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / 1920 * 100vw) 0 calc(200 / 1920 * 100vw);
}
.main_page {
	position: relative;
	background: url("images/page/bg_ttl_page.png") no-repeat center top / contain;
	height: calc(600 / 1920 * 100vw);
}
.main_page:before,
.main_page:after {
	display: block;
	position: absolute;
	top: 0;
	z-index: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}
.main_page:before {
	left: 0;
	max-width: 501px;
	width: calc(501 / 1920 * 100vw);
	background-image: url(./images/page/deco_ttl_page01.png);
	background-position: left top;
}
.main_page:after {
	right: 0;
	max-width: 347px;
	width: calc(347 / 1920 * 100vw);
	background-image: url(./images/page/deco_ttl_page02.png);
	background-position: right top;
}
.main_page .inner:before,
.main_page .inner:after {
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
	max-width: 386px;
	width: 20.11%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}
.main_page .inner:before {
	left: 9.9%;
	background-image: url(./images/page/img_ttl_page01.png);
	background-position: center bottom calc(60 / 1920 * 100vw);
}
.main_page .inner:after {
	right: 8.4%;
	background-image: url(./images/page/img_ttl_page02.png);
	background-position: center bottom calc(20 / 1920 * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / 1920 * 100vw);
}
.hdg2 {
	margin-top: 1.4em;
}
.hdg2:before,
.hdg2:after {
	display: block;
	position: absolute;
	z-index: 2;
	height: 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}
.hdg2:before {
	top: calc(138 / 1920 * 100vw);
	left: 50%;
	max-width: 104px;
	width: 5.5%;
	margin-left: -24.6%;
	padding-top: 7.4%;
	background-image: url(./images/page/deco_ttl_page03.png);
	animation: yurayura 2s linear infinite;
	animation-delay: 0s;
}
.hdg2:after {
	bottom: calc(69 / 1920 * 100vw);
	right: 50%;
	max-width: 179px;
	width: 9.4%;
	margin-right: -26.1%;
	padding-top: 7.92%;
	background-image: url(./images/page/deco_ttl_page04.png);
	animation: yurayura 2s linear infinite;
	animation-delay: -.5s;
}
.hdg2 .ja {
	position: relative;
	z-index: 3;
	font-family: "vdl-megamaru", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.75rem;
	letter-spacing: .1em;
	line-height: 1.33;
}
.hdg2 .en {
	position: relative;
	z-index: 3;
	margin-top: .2em;
	color: var(--color10);
	font-family: "platelet", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.53125rem;
	letter-spacing: .1em;
	line-height: 1;
}
.hdg3 {
	position: relative;
	padding-bottom: .9em;
	font-family: "vdl-megamaru", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.5rem;
	letter-spacing: .1em;
	line-height: 1.6;
}
.hdg3:before {
	display: block;
	width: calc(73 / 1920 * 100vw);
	height: calc(72 / 1920 * 100vw);
	margin: 0 auto;
	/* background: url(./images/page/logo_h3.svg) no-repeat center / contain; */
	content: '';
}
.hdg3 span:before,
.hdg3 span:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: calc(8 / 1920 * 100vw);
	margin: 0 auto;
	border-radius: 10px;
	content: '';
}
.hdg3 span:before {
	z-index: 0;
	width: 100%;
	background: var(--color14);
}
.hdg3 span:after {
	z-index: 1;
	width: calc(100 / 1920 * 100vw);
	background: var(--color01);
}
.hdg3 span {
	display: block;
	margin-top: .4em;
}
.hdg4 {
	padding: .45em 0 .4em;
	border-top-width: calc(4 / 1920 * 100vw);
	border-bottom-width: calc(4 / 1920 * 100vw);
	border-style: solid;
	border-color: var(--color01);
}
.hdg5 {
	padding: .35em 1em .4em 3.5em;
	border-radius: 100px;
	background-image: url(./images/page/icn_h5.svg);
	background-repeat: no-repeat;
	background-position: left calc(30 / 1920 * 100vw) center;
	background-size: calc(28 / 1920 * 100vw) auto;
}
.btn_tel01 {
	max-width: 280px;
	height: calc(130 / 1920 * 100vw);
}
.btn_tel01 a {
	width: 100%;
	height: 100%;
}
.btn_tel01 a .logo {
	max-width: 100%;
	width: auto;
	height: calc(46 / 1920 * 100vw);
}
.btn_tel01 a .logo img {
	max-width: 100%;
	width: auto;
	height: 100%;
}
.btn_tel01 a .tel {
	margin: .2em 0 .35em;
}
.btn_tel01 a .txt01 {
	padding: .4em 0 .5em;
}
.btn_common01 {
	max-width: 100%;
	width: calc(480 / 1920 * 100vw);
	height: calc(104 / 1920 * 100vw);
}
.btn_common01 a {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 100px;
}
.btn_common01 a:before {
	display: block;
	position: absolute;
	top: 0;
	right: calc(16 / 1920 * 100vw);
	width: calc(10 / 1920 * 100vw);
	height: 100%;
	background-image: url(./images/page/arw_btn02.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: '';
}
.btn_common01 a .en01 {
	margin-top: .6em;
}
.btn_common02 {
	max-width: 600px;
	width: calc(600 / 1920 * 100vw);
	height: calc(140 / 1920 * 100vw);
}
.btn_common02 a {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 100px;
}
.btn_common02 a:before {
	display: block;
	position: absolute;
	top: 0;
	right: calc(30 / 1920 * 100vw);
	width: calc(48 / 1920 * 100vw);
	height: 100%;
	background-image: url(./images/page/arw_btn06.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: '';
}
.btn_common02 a .en01 {
	margin: .4em 0 -.2em;
	font-size: 1.84375rem;
	letter-spacing: .2em;
}
.btn_common03 {
	max-width: 280px;
	width: calc(280 / 1920 * 100vw);
	height: calc(64 / 1920 * 100vw);
}
.btn_common03 a {
	position: relative;
	width: 100%;
	height: 100%;
}
.btn_common03 a:before {
	display: block;
	position: absolute;
	top: 0;
	right: calc(24 / 1920 * 100vw);
	width: calc(10 / 1920 * 100vw);
	height: 100%;
	background: url(./images/page/arw_btn02.svg) no-repeat center / contain;
	content: '';
}
.btn_common04 {
	max-width: 100%;
	width: calc(600 / 1920 * 100vw);
	height: calc(140 / 1920 * 100vw);
}
.btn_common04 a {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 100px;
}
.btn_common04 a:before {
	display: block;
	position: absolute;
	top: 0;
	right: calc(30 / 1920 * 100vw);
	width: calc(48 / 1920 * 100vw);
	height: 100%;
	background: url(./images/page/arw_btn08.svg) no-repeat center / contain;
	content: '';
}
.row_common01 .col_img {
	position: relative;
	max-width: 570px;
	width: 46%;
	padding-bottom: calc(20 / 1920 * 100vw);
}
.row_common01 .col_img:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(-20 / 1920 * 100vw);
	z-index: 0;
	width: 100%;
	height: calc(100% - (20 / 1920 * 100vw));
	border-radius: calc(60 / 1920 * 100vw);
	background: var(--color09);
	content: '';
}
.row_common01.r_reverse .col_img:before {
	left: calc(20 / 1920 * 100vw);
}
.row_common01 .col_img img {
	border-radius: calc(60 / 1920 * 100vw);
}
.row_common01 .col_txt {
	width: 50%;
}
.row_common01 .col_txt .copy {
	font-family: "vdl-megamaru", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.875rem;
	letter-spacing: .05em;
	line-height: 1.6;
}
.row_common02 .col_img {
	max-width: 360px;
	width: 30%;
}
.bg_common01 {
	position: relative;
}
.bg_common01:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100 / 1920 * 100vw);
	background-image: url(./images/page/bg_ptn01.png);
	background-repeat: repeat;
	background-position: left top;
	background-size: calc(17 / 1920 * 100vw);
	content: '';
}
.bg_common01 .inner {
	max-width: 1120px;
}
.bg_common01 .unit01 .deco01 {
	bottom: calc(20 / 1920 * 100vw);
	left: 7.2%;
	max-width: 82px;
	width: 7.4%;
}
.bg_common01 .unit01 .ttl {
	font-size: 9.96875rem;
	letter-spacing: .2em;
	line-height: .5;
}
.bg_common01 .unit01 .copy {
	padding: .65em 0;
}
.bg_common01 .list_default01 li {
	width: 48.4%;
}
.box_common01 {
	position: relative;
	padding: calc(60 / 1920 * 100vw);
	background-repeat: no-repeat;
	background-size: calc(409 / 1920 * 100vw) auto;
}
.box_common01.bg_col06 {
	background-image: url(./images/page/deco_common07.png);
	background-position: left top;
}
.box_common01.bg_col07 {
	background-image: url(./images/page/deco_common05.png);
	background-position: left top;
}
.box_common01.bg_col17 {
	background-image: url(./images/page/deco_common06.png);
	background-position: right top;
}
.box_common01 .deco01 {
	top: calc(-20 / 1920 * 100vw);
	right: 4%;
	max-width: 89px;
	width: 7.2%;
}
.box_common01 .deco02 {
	top: calc(-20 / 1920 * 100vw);
	left: 4%;
	max-width: 98px;
	width: 8%;
}
.box_common01 .deco03 {
	top: calc(-20 / 1920 * 100vw);
	right: 4%;
	max-width: 101px;
	width: 8.2%;
}
.box_common01 .row_default05 .col_img {
	max-width: 400px !important;
	width: 36%;
}
.box_common01 .row_default05 .col_txt {
	width: 60%;
}
.box_common01 .row_default05 .col_txt .copy:after {
	display: block;
	width: calc(240 / 1920 * 100vw);
	height: calc(4 / 1920 * 100vw);
	margin: .7em auto;
	border-bottom: calc(4 / 1920 * 100vw) dotted var(--color01);
	content: '';
}
.box_common02 {
	border-width: 1px;
	border-style: solid;
}
.box_common02 dt {
	margin-bottom: .35em;
}
.box_common02 .btn_common03 {
	max-width: 100%;
	width: calc(320 / 1920 * 100vw);
	margin-top: 1.2em;
}
.box_flow.arw_flow {
	margin-bottom: calc(68 / 1920 * 100vw);
}
.box_flow.arw_flow:before {
	bottom: calc(-48 / 1920 * 100vw);
	width: calc(63 / 1920 * 100vw);
	height: calc(28 / 1920 * 100vw);
	border: none;
	background: url(./images/page/arw01.svg) no-repeat center / contain;
}
.box_flow .col_txt dt {
	padding-bottom: 1em;
	border-bottom: 1px solid var(--color01);
}
.box_flow .col_txt dt .num {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: .2em;
	font-size: 1.75rem;
}
.box_flow .col_txt dt .ttl {
	width: calc(100% - (64 / 1920 * 100vw));
	font-size: 1.875rem;
}
.list_default.list_check01 {
	margin-top: -.5em !important;
}
.list_default.list_check01 li {
	margin-top: .5em !important;
	padding: 0 0 .7em 3.8em;
	border-bottom: 1px dotted var(--color01);
}
.list_default.list_check01 li:before {
	top: 0em;
	left: 1.2em;
	width: calc(28 / 1920 * 100vw);
	height: calc(28 / 1920 * 100vw);
	background: url(./images/page/icn_check01.svg) no-repeat center / contain;
}
.list_default.list_col01 li:before {
	background: var(--color01);
}
.tbl_default.tbl_col01 table {
	border-color: var(--color01);
	background: #fff;
}
.tbl_default.tbl_col01 tbody th {
	background: var(--color20);
	color: var(--color01);
}
.tbl_default.tbl_col01 tbody tr:not(:last-child) th {
	border-bottom-color: var(--color01);
}
.tbl_default.tbl_col01 tbody tr:not(:last-child) td {
	border-bottom-color: var(--color01);
}
.tbl_default.tbl_col02 table {
	border-color: var(--color01);
	background: #fff;
}
.tbl_default.tbl_col02 tbody th {
	background: var(--color01);
}
.tbl_default.tbl_col02 tbody tr:not(:last-child) th {
}
.tbl_default.tbl_col02 tbody tr:not(:last-child) td {
	border-bottom-color: var(--color01);
}
.link_common01 {
	margin-top: calc(-250 / 1920 * 100vw);
	padding-top: calc(250 / 1920 * 100vw);
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.content_low {
		padding: calc(100 / 1599 * 100vw) 0 calc(200 / 1599 * 100vw);
	}
	.main_page {
		height: calc(600 / 1599 * 100vw);
		background-position: center bottom;
		background-size: cover;
	}
	.main_page:before {
		width: calc(501 / 1599 * 100vw);
	}
	.main_page:after {
		width: calc(347 / 1599 * 100vw);
	}
	.main_page .inner:before {
		background-position: center bottom calc(60 / 1599 * 100vw);
	}
	.main_page .inner:after {
		background-position: center bottom calc(20 / 1599 * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
	.hdg2 {
		margin-top: 10em;
	}
	.hdg2:before {
		top: calc(138 / 1599 * 100vw);
		margin-left: -20%;
	}
	.hdg2:after {
		bottom: calc(69 / 1599 * 100vw);
	}
	.hdg3:before {
		width: calc(73 / 1599 * 100vw);
		height: calc(72 / 1599 * 100vw);
	}
	.hdg3 span:before,
	.hdg3 span:after {
		height: calc(8 / 1599 * 100vw);
	}
	.hdg3 span:after {
		width: calc(100 / 1599 * 100vw);
	}
	.hdg4 {
		border-top-width: calc(4 / 1599 * 100vw);
		border-bottom-width: calc(4 / 1599 * 100vw);
	}
	.hdg5 {
		background-position: left calc(30 / 1599 * 100vw) center;
		background-size: calc(28 / 1599 * 100vw) auto;
	}
	.btn_tel01 {
		height: calc(130 / 1599 * 100vw);
	}
	.btn_tel01 a .logo {
		height: calc(46 / 1599 * 100vw);
	}
	.btn_common01 {
		width: calc(480 / 1599 * 100vw);
		height: calc(104 / 1599 * 100vw);
	}
	.btn_common01 a:before {
		right: calc(16 / 1599 * 100vw);
		width: calc(10 / 1599 * 100vw);
	}
	.btn_common02 {
		width: calc(600 / 1599 * 100vw);
		height: calc(140 / 1599 * 100vw);
	}
	.btn_common02 a:before {
		right: calc(30 / 1599 * 100vw);
		width: calc(48 / 1599 * 100vw);
	}
	.btn_common03 {
		width: calc(280 / 1599 * 100vw);
		height: calc(64 / 1599 * 100vw);
	}
	.btn_common03 a:before {
		right: calc(24 / 1599 * 100vw);
		width: calc(10 / 1599 * 100vw);
	}
	.btn_common04 {
		width: calc(600 / 1599 * 100vw);
		height: calc(140 / 1599 * 100vw);
	}
	.btn_common04 a:before {
		right: calc(30 / 1599 * 100vw);
		width: calc(48 / 1599 * 100vw);
	}
	.row_common01 .col_img {
		padding-bottom: calc(20 / 1599 * 100vw);
	}
	.row_common01 .col_img:before {
		left: calc(-20 / 1599 * 100vw);
		height: calc(100% - (20 / 1599 * 100vw));
		border-radius: calc(60 / 1599 * 100vw);
	}
	.row_common01.r_reverse .col_img:before {
		left: calc(20 / 1599 * 100vw);
	}
	.row_common01 .col_img img {
		border-radius: calc(60 / 1599 * 100vw);
	}
	.bg_common01:before {
		height: calc(100 / 1599 * 100vw);
		background-size: calc(17 / 1599 * 100vw);
	}
	.bg_common01 .unit01 .deco01 {
		bottom: calc(20 / 1599 * 100vw);
	}
	.box_common01 {
		padding: calc(60 / 1599 * 100vw);
		background-size: calc(409 / 1599 * 100vw) auto;
	}
	.box_common01 .deco01 {
		top: calc(-20 / 1599 * 100vw);
	}
	.box_common01 .deco02 {
		top: calc(-20 / 1599 * 100vw);
	}
	.box_common01 .deco03 {
		top: calc(-20 / 1599 * 100vw);
	}
	.box_common01 .row_default05 .col_txt .copy:after {
		width: calc(240 / 1599 * 100vw);
		height: calc(4 / 1599 * 100vw);
		border-bottom: calc(4 / 1599 * 100vw) dotted var(--color01);
	}
	.box_common02 .btn_common03 {
		width: calc(320 / 1599 * 100vw);
	}
	.box_flow.arw_flow {
		margin-bottom: calc(68 / 1599 * 100vw);
	}
	.box_flow.arw_flow:before {
		bottom: calc(-48 / 1599 * 100vw);
		width: calc(63 / 1599 * 100vw);
		height: calc(28 / 1599 * 100vw);
	}
	.box_flow .col_txt dt .ttl {
		width: calc(100% - (64 / 1599 * 100vw));
	}
	.list_default.list_check01 li:before {
		width: calc(28 / 1599 * 100vw);
		height: calc(28 / 1599 * 100vw);
	}
	.link_common01 {
		margin-top: calc(-250 / 1599 * 100vw);
		padding-top: calc(250 / 1599 * 100vw);
	}

}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.content_low {
		padding: calc(100 / 1299 * 100vw) 0 calc(200 / 1299 * 100vw);
	}
	.main_page {
		height: calc(600 / 1299 * 100vw);
	}
	.main_page:before {
		width: calc(501 / 1299 * 100vw);
	}
	.main_page:after {
		width: calc(347 / 1299 * 100vw);
	}
	.main_page .inner:before {
		left: 3%;
		background-position: center bottom calc(60 / 1299 * 100vw);
	}
	.main_page .inner:after {
		right: 4%;
        background-position: center bottom calc(10 / 1299 * 100vw);
        width: 16%;
	}
	.page_main section:not(:last-child) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
	.hdg2 {
		margin-top: 13em;
	}
	.hdg2:before {
		top: calc(138 / 1299 * 100vw);
		margin-left: -15%;
	}
	.hdg2:after {
		bottom: calc(69 / 1299 * 100vw);
		margin-right: -32%;
	}
	.hdg3:before {
		width: calc(73 / 1299 * 100vw);
		height: calc(72 / 1299 * 100vw);
	}
	.hdg3 span:before,
	.hdg3 span:after {
		height: calc(8 / 1299 * 100vw);
	}
	.hdg3 span:after {
		width: calc(100 / 1299 * 100vw);
	}
	.hdg4 {
		border-top-width: calc(4 / 1299 * 100vw);
		border-bottom-width: calc(4 / 1299 * 100vw);
	}
	.hdg5 {
		background-position: left calc(30 / 1299 * 100vw) center;
		background-size: calc(28 / 1299 * 100vw) auto;
	}
	.btn_tel01 {
		height: calc(130 / 1299 * 100vw);
	}
	.btn_tel01 a .logo {
		height: calc(46 / 1299 * 100vw);
	}
	.btn_common01 {
		width: calc(480 / 1299 * 100vw);
		height: calc(104 / 1299 * 100vw);
	}
	.btn_common01 a:before {
		right: calc(16 / 1299 * 100vw);
		width: calc(10 / 1299 * 100vw);
	}
	.btn_common02 {
		width: calc(600 / 1299 * 100vw);
		height: calc(140 / 1299 * 100vw);
	}
	.btn_common02 a:before {
		right: calc(30 / 1299 * 100vw);
		width: calc(48 / 1299 * 100vw);
	}
	.btn_common03 {
		width: calc(280 / 1299 * 100vw);
		height: calc(64 / 1299 * 100vw);
	}
	.btn_common03 a:before {
		right: calc(24 / 1299 * 100vw);
		width: calc(10 / 1299 * 100vw);
	}
	.btn_common04 {
		width: calc(600 / 1299 * 100vw);
		height: calc(140 / 1299 * 100vw);
	}
	.btn_common04 a:before {
		right: calc(30 / 1299 * 100vw);
		width: calc(48 / 1299 * 100vw);
	}
	.row_common01 .col_img {
		padding-bottom: calc(20 / 1299 * 100vw);
	}
	.row_common01 .col_img:before {
		left: calc(-20 / 1299 * 100vw);
		height: calc(100% - (20 / 1299 * 100vw));
		border-radius: calc(60 / 1299 * 100vw);
	}
	.row_common01.r_reverse .col_img:before {
		left: calc(20 / 1299 * 100vw);
	}
	.row_common01 .col_img img {
		border-radius: calc(60 / 1299 * 100vw);
	}
	.bg_common01:before {
		height: calc(100 / 1299 * 100vw);
		background-size: calc(17 / 1299 * 100vw);
	}
	.bg_common01 .unit01 .deco01 {
		bottom: calc(20 / 1299 * 100vw);
	}
	.box_common01 {
		padding: calc(60 / 1299 * 100vw);
		background-size: calc(409 / 1299 * 100vw) auto;
	}
	.box_common01 .deco01 {
		top: calc(-20 / 1299 * 100vw);
	}
	.box_common01 .deco02 {
		top: calc(-20 / 1299 * 100vw);
	}
	.box_common01 .deco03 {
		top: calc(-20 / 1299 * 100vw);
	}
	.box_common01 .row_default05 .col_txt .copy:after {
		width: calc(240 / 1299 * 100vw);
		height: calc(4 / 1299 * 100vw);
		border-bottom: calc(4 / 1299 * 100vw) dotted var(--color01);
	}
	.box_common02 .btn_common03 {
		width: calc(320 / 1299 * 100vw);
	}
	.box_flow.arw_flow {
		margin-bottom: calc(68 / 1299 * 100vw);
	}
	.box_flow.arw_flow:before {
		bottom: calc(-48 / 1299 * 100vw);
		width: calc(63 / 1299 * 100vw);
		height: calc(28 / 1299 * 100vw);
	}
	.box_flow .col_txt dt .ttl {
		width: calc(100% - (64 / 1299 * 100vw));
	}
	.list_default.list_check01 li:before {
		width: calc(28 / 1299 * 100vw);
		height: calc(28 / 1299 * 100vw);
	}
	.link_common01 {
		margin-top: calc(-250 / 1299 * 100vw);
		padding-top: calc(250 / 1299 * 100vw);
	}

}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / 750 * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background-image: url("images/page/bg_ttl_page_sp.png");
		background-size: cover;
		height: calc(580 / 750 * 100vw);
		padding: 0;
	}
	.main_page:before,
	.main_page:after,
	.main_page .inner:before,
	.main_page .inner:after{
		display: none;
	}
	.hdg2 {
		margin-top: 20.6vw;
	}
	.hdg2:before {
		top: calc(183 / 750 * 100vw);
		left: calc(173 / 750 * 100vw);
		max-width: calc(76 / 750 * 100vw);
		width: 100%;
		height: calc(104 / 750 * 100vw);
		margin-left: 0;
		padding-top: 0;
	}
	.hdg2:after {
		bottom: 0;
		right: calc(141 / 750 * 100vw);
		max-width: calc(122 / 750 * 100vw);
		width: 100%;
		height: calc(104 / 750 * 100vw);
		margin-right: 0;
		padding-top: 0;
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		letter-spacing: 0;
	}
	.hdg2 .en {
		margin-top: 1.4vw;
		font-size: 1.265625rem;
		letter-spacing: 0;
	}
	.hdg3 {
		padding-bottom: 4.6vw;
		font-size: 1.4375rem;
		letter-spacing: 0;
	}
	.hdg3:before {
		width: calc(73 / 750 * 100vw);
		height: calc(72 / 750 * 100vw);
	}
	.hdg3 span:before,
	.hdg3 span:after {
		height: calc(8 / 750 * 100vw);
	}
	.hdg3 span:before {
	}
	.hdg3 span:after {
		width: calc(100 / 750 * 100vw);
	}
	.hdg3 span {
		margin-top: 3vw;
	}
	.hdg4 {
		padding: 1.5vw 0 2vw;
		border-top-width: calc(4 / 750 * 100vw);
		border-bottom-width: calc(4 / 750 * 100vw);
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.hdg5 {
		padding: 3vw 1vw 3vw 11vw;
		background-position: left calc(30 / 750 * 100vw) center;
		background-size: calc(33 / 750 * 100vw) auto;
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.4;
	}
	.col_img {
		text-align: center;
	}
	.btn_common01 {
		width: calc(600 / 750 * 100vw);
		height: calc(140 / 750 * 100vw);
	}
	.btn_common01 a:before {
		right: calc(40 / 750 * 100vw);
		width: calc(20 / 750 * 100vw);
	}
	.btn_common01 a .ja01 {
		font-size: 1.109375rem;
		letter-spacing: 0;
	}
	.btn_common01 a .en01 {
		margin-top: 2vw;
		margin-bottom: .6vw;
		font-size: .859375rem;
		letter-spacing: 0;
	}
	.btn_common02 {
		width: calc(600 / 750 * 100vw);
		height: calc(140 / 750 * 100vw);
	}
	.btn_common02 a:before {
		right: calc(30 / 750 * 100vw);
		width: calc(48 / 750 * 100vw);
	}
	.btn_common02 a .ja01 {
		font-size: .984375rem;
		letter-spacing: 0;
	}
	.btn_common02 a .en01 {
		margin: 1.2vw 0 -1.2vw;
		font-size: 1.265625rem;
	}
	.btn_common03 {
		max-width: 100%;
		width: calc(280 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
	}
	.btn_common03 a {
		border-radius: calc(32 / 750 * 100vw);
		font-size: .8125rem;
		letter-spacing: 0;
	}
	.btn_common03 a:before {
		right: calc(24 / 750 * 100vw);
		width: calc(10 / 750 * 100vw);
	}
	.btn_common04 {
		width: calc(600 / 750 * 100vw);
		height: calc(140 / 750 * 100vw);
	}
	.btn_common04 a {
		font-size: .984375rem;
		letter-spacing: 0;
	}
	.btn_common04 a:before {
		right: calc(30 / 750 * 100vw);
		width: calc(48 / 750 * 100vw);
	}
	.row_common01 .col_img {
		margin-bottom: 6.2vw;
		padding-bottom: calc(10 / 750 * 100vw);
	}
	.row_common01 .col_img:before {
		left: calc(-10 / 750 * 100vw);
		height: calc(100% - (10 / 750 * 100vw));
		border-radius: calc(74 / 750 * 100vw);
	}
	.row_common01.r_reverse .col_img:before {
		left: calc(10 / 750 * 100vw);
	}
	.row_common01 .col_img img {
		border-radius: calc(74 / 750 * 100vw);
	}
	.row_common01 .col_txt .copy {
		margin-bottom: 4vw;
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.5;
		text-align: center;
	}
	.bg_common01:before {
		height: calc(100 / 750 * 100vw);
		background-size: calc(17 / 750 * 100vw);
	}
	.bg_common01 .inner {
		max-width: calc(702 / 750 * 100vw);
	}
	.bg_common01 .unit01 .deco01 {
		bottom: calc(20 / 750 * 100vw);
		left: 1vw;
		max-width: calc(82 / 750 * 100vw);
		width: 100%;
	}
	.bg_common01 .unit01 .ttl {
		font-size: 3.125rem;
	}
	.bg_common01 .unit01 .copy {
		padding: 3vw 0;
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.bg_common01 .list_default01 li {
		width: 100%;
	}
	.box_common01 {
		padding: 7vw 5%;
		background-size: calc(409 / 750 * 100vw) auto;
	}
	.box_common01 .deco01 {
		top: calc(-20 / 750 * 100vw);
		right: 2vw;
		z-index: 2;
		max-width: calc(89 / 750 * 100vw);
		width: 100%;
	}
	.box_common01 .deco02 {
		top: calc(-20 / 750 * 100vw);
		left: 2vw;
		z-index: 2;
		max-width: calc(98 / 750 * 100vw);
		width: 100%;
	}
	.box_common01 .deco03 {
		top: calc(-20 / 750 * 100vw);
		right: 2vw;
		z-index: 2;
		max-width: calc(101 / 750 * 100vw);
		width: 100%;
	}
	.box_common01 .row_default05 .col_img {
		margin-left: auto;
		margin-right: auto;
	}
	.box_common01 .row_default05 .col_txt .copy {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_common01 .row_default05 .col_txt .copy:after {
		width: calc(240 / 750 * 100vw);
		height: calc(4 / 750 * 100vw);
		margin: 3vw auto 4vw;
		border-bottom-width: calc(4 / 750 * 100vw);
	}
	.box_common02 dt {
		margin-bottom: 3vw;
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_common02 .btn_common03 {
		width: calc(500 / 750 * 100vw);
		margin-top: 4vw;
	}
	.box_flow.arw_flow {
		margin-bottom: 15vw;
	}
	.box_flow.arw_flow:before {
		bottom: -9vw;
		width: calc(63 / 750 * 100vw);
		height: calc(28 / 750 * 100vw);
	}
	.box_flow .col_txt dt {
		padding-bottom: 3vw;
	}
	.box_flow .col_txt dt .num {
		margin-top: 0;
		font-size: 1.375rem;
	}
	.box_flow .col_txt dt .ttl {
		width: calc(100% - (100 / 750 * 100vw));
		font-size: 1.25rem;
	}
	.list_default.list_check01 {
		margin-top: -3vw !important;
	}
	.list_default.list_check01 li {
		margin-top: 3vw !important;
		padding: 0 0 2vw 8vw;
	}
	.list_default.list_check01 li:before {
		top: 1.2vw;
		left: 1vw;
		width: calc(34 / 750 * 100vw);
		height: calc(34 / 750 * 100vw);
	}
	.link_common01 {
		margin-top: -35vw;
		padding-top: 35vw;
	}

}


/* ますだ歯科グループについて about
------------------------------------------------------------------*/
.bg_about01 {
	position: relative;
}
.bg_about01:before,
.bg_about01:after {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: '';
}
.bg_about01:before {
	left: 0;
	background-image: url(./images/about/bg_about01.jpg);
}
.bg_about01:after {
	right: 0;
	background-image: url(./images/about/bg_about02.jpg);
}
.bg_about01 .deco01 {
	bottom: calc(-60 / 1920 * 100vw);
	left: 15.73%;
	max-width: 385px;
	width: 20.06%;
}
.bg_about01 .catch {
	max-width: 903px;
}
.bg_about02 {
	position: relative;
}
.bg_about02 .area01 {
	position: relative;
	max-width: 1762px;
	width: 92%;
	border-radius: calc(120 / 1920 * 100vw);
	background-image: url(./images/about/bg_about03.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.bg_about02 .ttl01 {
	top: calc(232 / 1920 * 100vw);
	left: -1px;
	width: calc(50.5 / 1920 * 100vw);
}
.bg_about02 .deco01 {
	top: calc(-38 / 1920 * 100vw);
	right: 21.875%;
	max-width: 137px;
	width: 7.2%;
}
.bg_about02 .deco02 {
	bottom: calc(-38 / 1920 * 100vw);
	right: 0;
	max-width: 322px;
	width: 16.8%;
}
.bg_about02 .deco03 {
	top: calc(-53 / 1920 * 100vw);
	right: -16.8%;
	max-width: 144px;
	width: 28.8%;
}
.bg_about02 .row01 .col_img {
	position: relative;
	max-width: 500px;
	width: 41%;
}
.bg_about02 .row01 .col_img .name {
	bottom: calc(20 / 1920 * 100vw);
	left: calc(-10 / 1920 * 100vw);
	width: calc(358 / 1920 * 100vw);
	height: calc(74 / 1920 * 100vw);
	border-radius: 100px;
	background-image: url(./images/page/bg_btn01.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 2.46875rem;
	letter-spacing: .1em;
}
.bg_about02 .row01 .col_img .name p {
	margin-bottom: .2em;
}
.bg_about02 .row01 .col_img .name p span {
	margin-right: .6em;
}
.bg_about02 .row01 .col_txt {
	width: 55%;
}
.bg_about02 .txt01 {
	line-height: 2.67;
}
.bg_about03 {
	position: relative;
}
.bg_about03:before {
	display: block;
	position: absolute;
	top: calc(-270 / 1920 * 100vw);
	left: 0;
	width: 100%;
	height: calc(100% + (470 / 1920 * 100vw));
	background: url(./images/about/bg_about04.png) no-repeat center top / cover;
	content: '';
}
.bg_about03 .row__feature01 .col_img .num06 {
	top: calc(-37 / 1920 * 100vw);
	left: -8%;
}
.bg_about03 .row__feature01 .col_img .num07 {
	right: -8%;
}
.bg_about03 .row__feature01 .col_txt .copy {
	background-image: url(./images/about/shape_about01.svg);
}
.bg_about03 .unit__feature01 .copy {
	background-image: url(./images/about/shape_about01.svg);
}
.bg_about03 .wrap__feature01 .deco01 {
	top: calc(-73 / 1920 * 100vw);
	left: 0;
	max-width: 253px;
	width: 13.2%;
}
.bg_about03 .wrap__feature03 .deco01 {
	top: calc(22 / 1920 * 100vw);
}
.bg_about03 .wrap__feature04 .deco01 {
	top: calc(-148 / 1920 * 100vw);
}
.bg_about03 .wrap__feature05 .deco02 {
	top: calc(371 / 1920 * 100vw);
	left: 5%;
}
.bg_about03 .wrap__feature06 {
	position: relative;
}
.bg_about03 .wrap__feature06 .deco01 {
	bottom: calc(-125 / 1920 * 100vw);
	right: 0;
	max-width: 295px;
	width: 16%;
}
.bg_about03 .wrap__feature06 .deco02 {
	top: calc(-130 / 1920 * 100vw);
	right: 0;
	max-width: 492px;
	width: 26%;
}
.bg_about03 .wrap__feature06 .deco03 {
	top: calc(-90 / 1920 * 100vw);
	right: 10.4%;
	max-width: 100px;
	width: 14%;
}
.bg_about03 .wrap__feature07 {
	position: relative;
}
.bg_about03 .wrap__feature07 .deco01 {
	top: calc(-50 / 1920 * 100vw);
	left: 0;
	max-width: 555px;
	width: 29%;
}
.bg_about03 .wrap__feature07 .deco02 {
	top: calc(-87 / 1920 * 100vw);
	left: 5%;
	max-width: 193px;
	width: 26%;
}
.row_about01 {
	position: relative;
}
.row_about01 .col {
	max-width: 460px;
	width: 31%;
	border-radius: calc(80 / 1920 * 100vw);
	background: url(./images/about/bg_about05.png) no-repeat center top / cover;
}
.row_about01 .col .ttl {
	margin: 1.4em 0 .9em;
}
.row_about01 .col .txt {
	line-height: 2.56;
}
.row_about01 .deco03 {
	top: calc(-72 / 1920 * 100vw);
	right: 1.2%;
	max-width: 103px;
	width: 7%;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_about01 .deco01 {
		bottom: calc(-60 / 1599 * 100vw);
	}
	.bg_about02 .area01 {
		border-radius: calc(120 / 1599 * 100vw);
	}
	.bg_about02 .ttl01 {
		top: calc(232 / 1599 * 100vw);
		width: calc(50.5 / 1599 * 100vw);
	}
	.bg_about02 .deco01 {
		top: calc(-38 / 1599 * 100vw);
		right: 16%;
	}
	.bg_about02 .deco02 {
		bottom: calc(-38 / 1599 * 100vw);
	}
	.bg_about02 .deco03 {
		top: calc(-53 / 1599 * 100vw);
	}
	.bg_about02 .row01 .col_img .name {
		bottom: calc(20 / 1599 * 100vw);
		left: calc(-10 / 1599 * 100vw);
		width: calc(358 / 1599 * 100vw);
		height: calc(74 / 1599 * 100vw);
	}
	.bg_about03:before {
		top: calc(-270 / 1599 * 100vw);
		height: calc(100% + (470 / 1599 * 100vw));
	}
	.bg_about03 .row__feature01 .col_img .num06 {
		top: calc(-37 / 1599 * 100vw);
	}
	.bg_about03 .wrap__feature01 .deco01 {
		top: calc(-73 / 1599 * 100vw);
	}
	.bg_about03 .wrap__feature03 .deco01 {
		top: calc(22 / 1599 * 100vw);
	}
	.bg_about03 .wrap__feature04 .deco01 {
		top: calc(-148 / 1599 * 100vw);
	}
	.bg_about03 .wrap__feature05 .deco02 {
		top: calc(371 / 1599 * 100vw);
	}
	.bg_about03 .wrap__feature06 .deco01 {
		bottom: calc(-125 / 1599 * 100vw);
	}
	.bg_about03 .wrap__feature06 .deco02 {
		top: calc(-130 / 1599 * 100vw);
	}
	.bg_about03 .wrap__feature06 .deco03 {
		top: calc(-90 / 1599 * 100vw);
	}
	.bg_about03 .wrap__feature07 .deco01 {
		top: calc(-50 / 1599 * 100vw);
	}
	.bg_about03 .wrap__feature07 .deco02 {
		top: calc(-87 / 1599 * 100vw);
	}
	.row_about01 .col {
		border-radius: calc(80 / 1599 * 100vw);
	}
	.row_about01 .deco03 {
		top: calc(-72 / 1599 * 100vw);
	}
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_about01 .deco01 {
		bottom: calc(-60 / 1299 * 100vw);
	}
	.bg_about02 .area01 {
		border-radius: calc(120 / 1299 * 100vw);
	}
	.bg_about02 .ttl01 {
		top: calc(232 / 1299 * 100vw);
		width: calc(50.5 / 1299 * 100vw);
	}
	.bg_about02 .deco01 {
		top: calc(-38 / 1299 * 100vw);
		right: 12%;
	}
	.bg_about02 .deco02 {
		bottom: calc(-38 / 1299 * 100vw);
	}
	.bg_about02 .deco03 {
		top: calc(-53 / 1299 * 100vw);
	}
	.bg_about02 .row01 .col_img .name {
		bottom: calc(20 / 1299 * 100vw);
		left: calc(-10 / 1299 * 100vw);
		width: calc(358 / 1299 * 100vw);
		height: calc(74 / 1299 * 100vw);
	}
	.bg_about03:before {
		top: calc(-270 / 1299 * 100vw);
		height: calc(100% + (470 / 1299 * 100vw));
	}
	.bg_about03 .row__feature01 .col_img .num06 {
		top: calc(-37 / 1299 * 100vw);
	}
	.bg_about03 .wrap__feature01 .deco01 {
		top: calc(-73 / 1299 * 100vw);
	}
	.bg_about03 .wrap__feature03 .deco01 {
		top: calc(22 / 1299 * 100vw);
	}
	.bg_about03 .wrap__feature04 .deco01 {
		top: calc(-148 / 1299 * 100vw);
	}
	.bg_about03 .wrap__feature05 .deco02 {
		top: calc(371 / 1299 * 100vw);
	}
	.bg_about03 .wrap__feature06 .deco01 {
		bottom: calc(-125 / 1299 * 100vw);
	}
	.bg_about03 .wrap__feature06 .deco02 {
		top: calc(-130 / 1299 * 100vw);
	}
	.bg_about03 .wrap__feature06 .deco03 {
		top: calc(-90 / 1299 * 100vw);
	}
	.bg_about03 .wrap__feature07 .deco01 {
		top: calc(-50 / 1299 * 100vw);
	}
	.bg_about03 .wrap__feature07 .deco02 {
		top: calc(-87 / 1299 * 100vw);
	}
	.row_about01 .col {
		border-radius: calc(80 / 1299 * 100vw);
	}
	.row_about01 .deco03 {
		top: calc(-72 / 1299 * 100vw);
	}
	
}
@media(max-width: 767px) {
	.bg_about01:before,
	.bg_about01:after {
		width: 100%;
		height: 50%;
	}
	.bg_about01:before {
		top: 0;
		bottom: auto;
	}
	.bg_about01:after {
		top: auto;
		bottom: 0;
	}
	.bg_about01 .deco01 {
		bottom: calc(-60 / 750 * 100vw);
		left: 2vw;
		max-width: calc(231 / 750 * 100vw);
		width: 100%;
	}
	.bg_about01 .catch {
		max-width: 100%;
	}
	.bg_about02 .area01 {
		max-width: calc(702 / 750 * 100vw);
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
		border-radius: calc(120 / 750 * 100vw);
		background-size: 100% 100%;
	}
	.bg_about02 .ttl01 {
		top: calc(232 / 750 * 100vw);
		width: calc(50.5 / 750 * 100vw);
	}
	.bg_about02 .deco01 {
		top: calc(-38 / 750 * 100vw);
		right: 2vw;
		max-width: calc(137 / 750 * 100vw);
		width: 100%;
	}
	.bg_about02 .deco02 {
		bottom: calc(-38 / 750 * 100vw);
		max-width: calc(193 / 750 * 100vw);
		width: 100%;
	}
	.bg_about02 .deco03 {
		top: calc(-53 / 750 * 100vw);
		right: -8vw;
		max-width: calc(144 / 750 * 100vw);
		width: 100%;
	}
	.bg_about02 .copy01 {
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.bg_about02 .row01 .col_img {
		max-width: calc(500 / 750 * 100vw);
		width: 100%;
		margin: 0 auto 5vw;
	}
	.bg_about02 .row01 .col_img .name {
		bottom: calc(20 / 750 * 100vw);
		left: calc(-10 / 750 * 100vw);
		width: calc(336 / 750 * 100vw);
		height: calc(72 / 750 * 100vw);
		font-size: 1.25rem;
	}
	.bg_about02 .row01 .col_img .name p {
		margin-bottom: .4vw;
	}
	.bg_about02 .row01 .col_img .name p span {
		font-size: .75rem;
	}
	.bg_about02 .row01 .col_txt {
		width: 100%;
	}
	.bg_about02 .txt01 {
		line-height: 2;
	}
	.bg_about03:before {
		top: 0;
		height: calc(100% + 25vw);
	}
	.bg_about03 .row__feature01 .col_img .num06 {
		top: calc(-60 / 750 * 100vw);
	}
	.bg_about03 .wrap__feature01 .deco01 {
		top: calc(-73 / 750 * 100vw);
		max-width: calc(172 / 750 * 100vw);
		width: 100%;
	}
	.bg_about03 .wrap__feature03 .deco01 {
		top: calc(22 / 750 * 100vw);
	}
	.bg_about03 .wrap__feature04 .deco01 {
		top: calc(-157 / 750 * 100vw);
	}
	.bg_about03 .wrap__feature05 .deco02 {
		top: calc(287 / 750 * 100vw);
		left: calc(23 / 750 * 100vw);
	}
	.bg_about03 .wrap__feature06 .deco01 {
		bottom: calc(-60 / 750 * 100vw);
		max-width: calc(177 / 750 * 100vw);
		width: 100%;
	}
	.bg_about03 .wrap__feature06 .deco02 {
		top: calc(-40 / 750 * 100vw);
		max-width: calc(344 / 750 * 100vw);
		width: 100%;
	}
	.bg_about03 .wrap__feature06 .deco03 {
		top: calc(-90 / 750 * 100vw);
		right: 2vw;
		max-width: calc(100 / 750 * 100vw);
		width: 100%;
	}
	.bg_about03 .wrap__feature07 .deco01 {
		top: calc(-50 / 750 * 100vw);
		max-width: calc(388 / 750 * 100vw);
		width: 100%;
	}
	.bg_about03 .wrap__feature07 .deco02 {
		top: calc(-87 / 750 * 100vw);
		left: 2vw;
		max-width: calc(193 / 750 * 100vw);
		width: 100%;
	}
	.row_about01 .col {
		position: relative;
		max-width: 100%;
		width: 100%;
		border-radius: calc(80 / 750 * 100vw);
	}
	.row_about01 .col:not(:last-child) {
		margin-bottom: 8vw;
	}
	.row_about01 .col .ttl {
		margin: 5vw 0 3vw;
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_about01 .col .txt {
		line-height: 2;
	}
	.row_about01 .deco03 {
		top: calc(-72 / 750 * 100vw);
		right: 2vw;
		max-width: calc(103 / 750 * 100vw);
		width: 100%;
	}
	
}


/* グループ院紹介 clinic
------------------------------------------------------------------*/
.row_clinic01 .col{
	max-width: 340px;
    width: 29%;
}
.row_clinic01 .col:not(:nth-child(3)):not(:nth-child(5)) {
    margin-right: calc(20 / 1920 * 100vw);
}
.row_clinic01 .col:not(:nth-child(4)):not(:nth-child(5)) {
	margin-bottom: calc(70 / 1920 * 100vw);
}
.row_clinic01 .col .btn_common03 a:before {
	transform: rotate(90deg);
}
.row_clinic01 .col .address {
	margin-bottom: 3em;
}
.row_clinic02 .col_img {
	max-width: 460px;
	width: 38%;
}
.row_clinic02.row_col02 .col_img:before {
	background: var(--color02);
}
.row_clinic02.row_col03 .col_img:before {
	background: var(--color12);
}
.row_clinic02.row_col04 .col_img:before {
	background: var(--color03);
}
.row_clinic02.row_col05 .col_img:before {
	background: var(--color21);
}
.row_clinic02 .col_txt {
	width: 59%;
}
.row_clinic02 .col_txt .name {
	margin-top: 2.9em;
}
.row_clinic02 .col_txt .name .ja {
	font-size: 2.21875rem;
	letter-spacing: .1em;
}
.row_clinic02 .col_txt .name .en {
	margin-left: .6em;
	font-size: 2.53125rem;
	letter-spacing: 0;
	line-height: .5;
}
.row_clinic03 .col_r {
	position: relative;
	max-width: 650px;
	width: 53%;
}
.row_clinic03 .col_r .deco01 {
	bottom: calc(-20 / 1920 * 100vw);
	left: 3.2%;
	max-width: 91px;
	width: 14%;
}
.row_clinic03 .col_l {
	max-width: 530px;
	width: 43%;
}
.row_clinic03 .col_l .logo {
	max-width: 100%;
	width: auto;
	height: calc(90 / 1920 * 100vw);
}
.row_clinic03 .col_l .logo a,
.row_clinic03 .col_l .logo img {
	max-width: 100%;
	width: auto;
	height: 100%;
}
.row_clinic03 .col_l .logo_precious01{
	max-width: 70%;
}
.row_clinic03 .col_l .address {
	margin: .75em 0 1.7em;
	line-height: 1.44;
}
.map_clinic .map {
	padding-top: calc(460 / 1920 * 100vw);
}
.box_clinic01 {
	border-radius: calc(60 / 1920 * 100vw);
}
.box_clinic01 dt {
	margin-bottom: .8em;
	padding-bottom: .9em;
	border-bottom: 1px solid rgba(0, 0, 0, .4);
	font-size: 1.46875rem;
	letter-spacing: .1em;
}
.box_clinic01 dt .icn {
	width: calc(40 / 1920 * 100vw);
}
.box_clinic01 dt p {
	margin-left: .8em;
}
.wrap_clinic01 .deco01 {
	top: calc(-62 / 1920 * 100vw);
	left: 11.8%;
	max-width: 573px;
	width: 30%;
}
.wrap_clinic01 .deco02 {
	bottom: calc(30 / 1920 * 100vw);
	right: 12%;
	max-width: 415px;
	width: 22%;
}
.wrap_clinic01 .deco03 {
	top: calc(-42 / 1920 * 100vw);
	left: 11.8%;
	max-width: 573px;
	width: 30%;
}
.wrap_clinic01 .deco04 {
	bottom: calc(94 / 1920 * 100vw);
	right: 11.2%;
	max-width: 415px;
	width: 22%;
}
.wrap_clinic01 .box01 {
	padding-left: 4.85%;
	padding-right: 4.85%;
	border-radius: calc(80 / 1920 * 100vw);
	background: #f8f7f3;
}
.wrap_clinic01 .box01 h5 {
	margin-bottom: 1.05em;
	font-size: 1.96875rem;
	letter-spacing: .1em;
}
.wrap_clinic01 .box01 h5:before {
	display: block;
	position: absolute;
	top: calc(139 / 1920 * 100vw);
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--color01);
	content: '';
}
.wrap_clinic01 .box01 h5 span {
	padding: .22em 0 .32em;
	width: calc(660 / 1920 * 100vw);
}
.wrap_clinic01 .box01 .list_default01.bdr {
	margin-bottom: 1.85em;
	padding-bottom: 2.3em;
	border-bottom: 1px solid hsla(233, 79%, 13%, .4);
}
.wrap_clinic01 .box01 .list_default01 {
	margin-top: calc(-19 / 1920 * 100vw) !important;
}
.wrap_clinic01 .box01 .list_default01 li {
	width: 47%;
	margin-top: calc(19 / 1920 * 100vw) !important;
}
.bg_clinic01 {
	position: relative;
	background-image: url(./images/clinic/shape_clinic01.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.bg_clinic01 .ttl {
	position: relative;
	padding: calc(28 / 1920 * 100vw) 0 0;
}
.bg_clinic01 .ttl .deco01 {
	top: 0;
	left: 0;
	width: calc(190 / 1920 * 100vw);
}
.bg_clinic01 .ttl .deco02 {
	top: 0;
	right: 0;
	width: calc(181 / 1920 * 100vw);
}
.bg_clinic01 .ttl .en {
	width: calc(671 / 1920 * 100vw);
}
.bg_clinic01 .ttl .ja {
	padding: .7em 0 .9em;
	font-size: 2.46875rem;
	letter-spacing: .1em;
}
.bg_clinic01 .img01 {
	position: relative;
}
.bg_clinic01 .img01 .deco03 {
	bottom: calc(43 / 1920 * 100vw);
	left: -9.5%;
	max-width: 207px;
	width: 20.7%;
}
.bg_clinic01 .img01 .deco04 {
	top: calc(45 / 1920 * 100vw);
	right: -7.5%;
	max-width: 126px;
	width: 12.6%;
}
.slide_clinic {
	position: relative;
}
.slide_clinic .deco01 {
	top: calc(378 / 1920 * 100vw);
	left: -12.1%;
	max-width: 258px;
	width: 25.8%;
}
.slide_clinic .deco02 {
	top: calc(365 / 1920 * 100vw);
	right: 3%;
	max-width: 100px;
	width: 10%;
}
.slide_clinic .slide_main {
	position: relative;
	z-index: 0;
}
.slide_clinic .slick-prev,
.slide_clinic .slick-next {
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	width: calc(30 / 1920 * 100vw);
	height: calc(54 / 1920 * 100vw);
	background: url(./images/page/arw_slide01.svg) no-repeat center / cover;
}
.slide_clinic .slick-prev {
	left: -9%;
	transform: translate(0);
}
.slide_clinic .slick-next {
	right: -9%;
	transform: translate(0) scaleX(-1);
}
.slide_clinic .slick-prev:before, .slide_clinic .slick-next:before {
	display: none;
}
.slide_clinic .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_clinic .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic .slide_thumbnail li:nth-child(5n), .slide_clinic .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_clinic .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic03 .col_r .deco01 {
		bottom: calc(-20 / 1599 * 100vw);
	}
	.row_clinic03 .col_l .logo {
		height: calc(90 / 1599 * 100vw);
	}
	.map_clinic .map {
		padding-top: calc(460 / 1599 * 100vw);
	}
	.box_clinic01 {
		border-radius: calc(60 / 1599 * 100vw);
	}
	.box_clinic01 dt .icn {
		width: calc(40 / 1599 * 100vw);
	}
	.wrap_clinic01 .deco01 {
		top: calc(-62 / 1599 * 100vw);
		left: 2%;
	}
	.wrap_clinic01 .deco02 {
		bottom: calc(30 / 1599 * 100vw);
		right: 2%;
	}
	.wrap_clinic01 .deco03 {
		top: calc(-42 / 1599 * 100vw);
		left: 2%;
	}
	.wrap_clinic01 .deco04 {
		bottom: calc(94 / 1599 * 100vw);
		right: 2%;
	}
	.wrap_clinic01 .box01 {
		border-radius: calc(80 / 1599 * 100vw);
	}
	.wrap_clinic01 .box01 h5:before {
		top: calc(139 / 1599 * 100vw);
	}
	.wrap_clinic01 .box01 h5 span {
		width: calc(660 / 1599 * 100vw);
	}
	.wrap_clinic01 .box01 .list_default01 {
		margin-top: calc(-19 / 1599 * 100vw) !important;
	}
	.wrap_clinic01 .box01 .list_default01 li {
		margin-top: calc(19 / 1599 * 100vw) !important;
	}
	.bg_clinic01 .ttl {
		padding: calc(28 / 1599 * 100vw) 0 0;
	}
	.bg_clinic01 .ttl .deco01 {
		width: calc(190 / 1599 * 100vw);
	}
	.bg_clinic01 .ttl .deco02 {
		width: calc(181 / 1599 * 100vw);
	}
	.bg_clinic01 .ttl .en {
		width: calc(671 / 1599 * 100vw);
	}
	.bg_clinic01 .img01 .deco03 {
		bottom: calc(43 / 1599 * 100vw);
	}
	.bg_clinic01 .img01 .deco04 {
		top: calc(45 / 1599 * 100vw);
	}
	.slide_clinic .deco01 {
		top: calc(378 / 1599 * 100vw);
	}
	.slide_clinic .deco02 {
		top: calc(365 / 1599 * 100vw);
	}
	.slide_clinic .slick-prev,
	.slide_clinic .slick-next {
		width: calc(30 / 1599 * 100vw);
		height: calc(54 / 1599 * 100vw);
	}
	.row_clinic01 .col:not(:nth-child(3)):not(:nth-child(5)) {
		margin-right: calc(20 / 1599 * 100vw);
	}
	.row_clinic01 .col:not(:nth-child(4)):not(:nth-child(5)) {
		margin-bottom: calc(70 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_clinic03 .col_r .deco01 {
		bottom: calc(-20 / 1299 * 100vw);
	}
	.row_clinic03 .col_l .logo {
		height: calc(90 / 1299 * 100vw);
	}
	.map_clinic .map {
		padding-top: calc(460 / 1299 * 100vw);
	}
	.box_clinic01 {
		border-radius: calc(60 / 1299 * 100vw);
	}
	.box_clinic01 dt .icn {
		width: calc(40 / 1299 * 100vw);
	}
	.wrap_clinic01 .deco01 {
		top: calc(-62 / 1299 * 100vw);
	}
	.wrap_clinic01 .deco02 {
		bottom: calc(30 / 1299 * 100vw);
	}
	.wrap_clinic01 .deco03 {
		top: calc(-42 / 1299 * 100vw);
	}
	.wrap_clinic01 .deco04 {
		bottom: calc(94 / 1299 * 100vw);
	}
	.wrap_clinic01 .box01 {
		border-radius: calc(80 / 1299 * 100vw);
	}
	.wrap_clinic01 .box01 h5:before {
		top: calc(139 / 1299 * 100vw);
	}
	.wrap_clinic01 .box01 h5 span {
		width: calc(660 / 1299 * 100vw);
	}
	.wrap_clinic01 .box01 .list_default01 {
		margin-top: calc(-19 / 1299 * 100vw) !important;
	}
	.wrap_clinic01 .box01 .list_default01 li {
		margin-top: calc(19 / 1299 * 100vw) !important;
	}
	.bg_clinic01 .ttl {
		padding: calc(28 / 1299 * 100vw) 0 0;
	}
	.bg_clinic01 .ttl .deco01 {
		width: calc(190 / 1299 * 100vw);
	}
	.bg_clinic01 .ttl .deco02 {
		width: calc(181 / 1299 * 100vw);
	}
	.bg_clinic01 .ttl .en {
		width: calc(671 / 1299 * 100vw);
	}
	.bg_clinic01 .img01 .deco03 {
		bottom: calc(43 / 1299 * 100vw);
	}
	.bg_clinic01 .img01 .deco04 {
		top: calc(45 / 1299 * 100vw);
	}
	.slide_clinic .deco01 {
		top: calc(378 / 1299 * 100vw);
	}
	.slide_clinic .deco02 {
		top: calc(365 / 1299 * 100vw);
	}
	.slide_clinic .slick-prev,
	.slide_clinic .slick-next {
		width: calc(30 / 1299 * 100vw);
		height: calc(54 / 1299 * 100vw);
	}
	.slide_clinic .slick-prev {
		left: -4%;
	}
	.slide_clinic .slick-next {
		right: -4%;
	}
	.row_clinic01 .col:not(:nth-child(3)):not(:nth-child(5)) {
		margin-right: calc(20 / 1299 * 100vw);
	}
	.row_clinic01 .col:not(:nth-child(4)):not(:nth-child(5)) {
		margin-bottom: calc(70 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.row_clinic02 .col_img {
		max-width: calc(460 / 750 * 100vw) !important;
		margin-left: auto;
		margin-right: auto;
	}
	.row_clinic02 .col_txt .name {
		display: block;
		margin-top: 4vw;
		text-align: center;
	}
	.row_clinic02 .col_txt .name .ja {
		font-size: 1.5625rem;
	}
	.row_clinic02 .col_txt .name .en {
		margin: 4vw 0 0;
		font-size: 1.875rem;
	}
	.row_clinic03 .col_r {
		max-width: 650px;
		width: 100%;
		margin: 0 auto 5vw;
	}
	.row_clinic03 .col_r .deco01 {
		bottom: -2vw;
		left: 2vw;
		max-width: calc(91 / 750 * 100vw);
		width: 100%;
	}
	.row_clinic03 .col_l {
		max-width: 100%;
		width: 100%;
	}
	.row_clinic03 .col_l .logo {
		height: calc(114 / 750 * 100vw);
	}
	.row_clinic03 .col_l .address {
		margin: 4vw 0 5vw;
	}
	.row_clinic03 .col_l .tel {
		max-width: 100%;
		width: calc(602 / 750 * 100vw);
		margin: 0 auto calc(40 / 750 * 100vw);
		font-size: 1.8125rem;
		letter-spacing: 0;
	}
	.row_clinic03 .col_l .tel a {
		width: 100%;
		padding: 5.4vw 0 5vw;
		border-radius: 100px;
		border: calc(2 / 750 * 100vw) solid var(--color01);
	}
	.row_clinic03 .col_l .tel a span {
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.map_clinic .map {
		padding-top: calc(460 / 750 * 100vw);
	}
	.box_clinic01 {
		border-radius: calc(60 / 750 * 100vw);
	}
	.box_clinic01 dl:not(:last-child) {
		margin-bottom: 8vw;
	}
	.box_clinic01 dt {
		margin-bottom: 4vw;
		padding-bottom: 3vw;
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.box_clinic01 dt .icn {
		width: calc(40 / 750 * 100vw);
	}
	.box_clinic01 dt p {
		margin-left: 2vw;
	}
	.wrap_clinic01 {
		padding: calc(100 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
	}
	.wrap_clinic01 .deco01 {
		top: 2vw;
		left: 0;
		max-width: calc(573 / 750 * 100vw);
		width: 100%;
	}
	.wrap_clinic01 .deco02 {
		bottom: 2vw;
		right: 0;
		max-width: calc(415 / 750 * 100vw);
		width: 100%;
	}
	.wrap_clinic01 .deco03 {
		top: 2vw;
		left: 0;
		max-width: calc(573 / 750 * 100vw);
		width: 100%;
	}
	.wrap_clinic01 .deco04 {
		bottom: 2vw;
		right: 0;
		max-width: calc(415 / 750 * 100vw);
		width: 100%;
	}
	.wrap_clinic01 .box01 {
		padding-left: 5%;
		padding-right: 5%;
		border-radius: calc(80 / 750 * 100vw);
	}
	.wrap_clinic01 .box01 h5 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_clinic01 .box01 h5:before {
		top: calc(190 / 750 * 100vw);
	}
	.wrap_clinic01 .box01 h5 span {
		padding: 2vw 0;
		width: calc(600 / 750 * 100vw);
	}
	.wrap_clinic01 .box01 .list_default01.bdr {
		margin-bottom: 6vw;
		padding-bottom: 5vw;
	}
	.wrap_clinic01 .box01 .list_default01 {
		margin-top: -3vw !important;
	}
	.wrap_clinic01 .box01 .list_default01 li {
		width: 100%;
		margin-top: 3vw !important;
	}
	.bg_clinic01 {
		background-size: auto calc(120 / 750 * 100vw);
	}
	.bg_clinic01 .ttl {
		max-width: calc(646 / 750 * 100vw);
		margin: 0 auto 8vw;
		padding: 0 0 0;
	}
	.bg_clinic01 .ttl .deco01 {
		position: static;
		width: calc(190 / 750 * 100vw);
		margin-right: 8vw;
	}
	.bg_clinic01 .ttl .deco02 {
		position: static;
		width: calc(181 / 750 * 100vw);
	}
	.bg_clinic01 .ttl .en {
		max-width: 100%;
		width: calc(671 / 750 * 100vw);
	}
	.bg_clinic01 .ttl .ja {
		padding: 3vw 0 5vw;
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.bg_clinic01 .img01 .deco03 {
		bottom: 4vw;
		left: -2vw;
		max-width: calc(124 / 750 * 100vw);
		width: 100%;
	}
	.bg_clinic01 .img01 .deco04 {
		top: 4vw;
		right: -2vw;
		max-width: calc(75 / 750 * 100vw);
		width: 100%;
	}
	.slide_clinic .deco01 {
		top: calc(302 / 750 * 100vw);
		left: 0;
		max-width: calc(154 / 750 * 100vw);
		width: 100%;
	}
	.slide_clinic .deco02 {
		top: calc(292 / 750 * 100vw);
		right: 2vw;
		max-width: calc(60 / 750 * 100vw);
		width: 100%;
	}
	.slide_clinic .slick-prev,
	.slide_clinic .slick-next {
		width: calc(30 / 750 * 100vw);
		height: calc(54 / 750 * 100vw);
	}
	.slide_clinic .slick-prev {
		left: 3vw;
	}
	.slide_clinic .slick-next {
		right: 3vw;
	}
	.row_clinic01.flex{
		justify-content: flex-start;
	}
	.row_clinic01 .col{
		max-width: none;
		width: calc(340 / 750 * 100vw);
		margin-top: calc(20 / 750 * 100vw);
		padding-bottom: calc(60 / 750 * 100vw);
		border-radius: calc(60 / 750 * 100vw);
	}
	.row_clinic01 .col:not(:nth-child(4)):not(:nth-child(5)){
		margin-bottom: 0;
	}
	.row_clinic01 .col:not(:nth-child(3)):not(:nth-child(5)) {
		margin-right: 0;
	}
	.row_clinic01 .col:nth-child(odd) {
		margin-right: calc(22 / 750 * 100vw) !important;
	}
}


/* 小児歯科 pediatric
------------------------------------------------------------------*/
.bnr_pediatric01 {
	max-width: 800px;
	width: 100%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 小児矯正 pediatric_ortho
------------------------------------------------------------------*/
.slide_pediatric_ortho01 h5 {
	line-height: .8;
}
.slide_pediatric_ortho01 .row_case01:after {
	border-left-color: var(--color01);
}
.slide_pediatric_ortho01 .row_case01 .en {
	padding-top: 0;
}
.slide_pediatric_ortho01 .slick-prev,
.slide_pediatric_ortho01 .slick-next {
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	width: calc(38 / 1920 * 100vw);
	height: calc(72 / 1920 * 100vw);
	background: url(./images/page/arw_slide02.svg) no-repeat center / cover;
}
.slide_pediatric_ortho01 .slick-prev {
	left: 2.4%;
	transform: translate(0);
}
.slide_pediatric_ortho01 .slick-next {
	right: 2.4%;
	transform: translate(0) scaleX(-1);
}
.slide_pediatric_ortho01 .slick-prev:before, .slide_pediatric_ortho01 .slick-next:before {
	display: none;
}
.slide_pediatric_ortho01 .slick-dots li {
	width: calc(12 / 1920 * 100vw);
	height: calc(12 / 1920 * 100vw);
}
.slide_pediatric_ortho01 .slick-dots li button {
	width: 100%;
	height: 100%;
}
.slide_pediatric_ortho01 .slick-dots li button:before {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 1px solid var(--color01);
	background: #fff;
	content: '';
	opacity: 1;
}
.slide_pediatric_ortho01 .slick-dots li:hover button:before,
.slide_pediatric_ortho01 .slick-dots li.slick-active button:before {
	background: var(--color01);
}
.unit_pediatric_ortho01 {
	max-width: 1220px;
	width: 100%;
}
.unit_pediatric_ortho01 .row_pay .icn {
	width: calc(160 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_pediatric_ortho01 .slick-prev,
	.slide_pediatric_ortho01 .slick-next {
		width: calc(38 / 1599 * 100vw);
		height: calc(72 / 1599 * 100vw);
	}
	.slide_pediatric_ortho01 .slick-dots li {
		width: calc(12 / 1599 * 100vw);
		height: calc(12 / 1599 * 100vw);
	}
	.unit_pediatric_ortho01 .row_pay .icn {
		width: calc(160 / 1599 * 100vw);
	}
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_pediatric_ortho01 .slick-prev,
	.slide_pediatric_ortho01 .slick-next {
		width: calc(38 / 1299 * 100vw);
		height: calc(72 / 1299 * 100vw);
	}
	.slide_pediatric_ortho01 .slick-prev {
		left: 1.4%;
	}
	.slide_pediatric_ortho01 .slick-next {
		right: 1.4%;
	}
	.slide_pediatric_ortho01 .slick-dots li {
		width: calc(12 / 1299 * 100vw);
		height: calc(12 / 1299 * 100vw);
	}
	.unit_pediatric_ortho01 .row_pay .icn {
		width: calc(160 / 1299 * 100vw);
	}
	
}
@media(max-width: 767px) {
	.slide_pediatric_ortho01 h5 {
		font-size: 1.4375rem;
	}
	.slide_pediatric_ortho01 .row_case01:after {
		border-left-color: transparent;
		border-top-color: var(--color01);
	}
	.slide_pediatric_ortho01 .slick-prev,
	.slide_pediatric_ortho01 .slick-next {
		top: 60vw;
		bottom: auto;
		width: calc(38 / 750 * 100vw);
		height: calc(72 / 750 * 100vw);
	}
	.slide_pediatric_ortho01 .slick-prev {
		left: 3vw;
	}
	.slide_pediatric_ortho01 .slick-next {
		right: 3vw;
	}
	.slide_pediatric_ortho01 .slick-dots li {
		width: calc(12 / 750 * 100vw);
		height: calc(12 / 750 * 100vw);
	}
	.unit_pediatric_ortho01 {
		max-width: 100%;
	}
	.unit_pediatric_ortho01 .row_pay .icn {
		width: calc(160 / 750 * 100vw);
	}
	
}


/* 月齢・年代別の診療 age
------------------------------------------------------------------*/
.area_age01 .unit01 {
	position: relative;
}
.area_age01 .unit01 .deco01 {
	bottom: calc(13 / 1920 * 100vw);
	left: 0;
	max-width: 179px;
	width: 15%;
}
.area_age01 .unit01 .deco02 {
	bottom: calc(27 / 1920 * 100vw);
	right: -1.5%;
	max-width: 181px;
	width: 15%;
}
.area_age01 .row__medical02 .col:hover {
	transform: translateY(0);
}
.area_age01 .row__medical02 .col:before {
	transform: rotate(90deg);
}
.video_age01 {
	max-width: 750px;
}
.video_age01 iframe {
	height: calc(417 / 1920 * 100vw);
}
.bg_age01 {
	background-image: url(./images/age/bg_age01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.bg_age01 .ttl {
	position: relative;
	max-width: 952px;
	width: 100%;
}
.bg_age01 .ttl p {
	padding-top: 1.26em;
	font-size: 2.46875rem;
	letter-spacing: .05em;
}
.bg_age01 .ttl p em {
	display: inline-block;
	position: relative;
	margin-top: -.02em;
	padding: 0 .05em;
	font-size: 7.53125rem;
	letter-spacing: 0;
	line-height: 1;
}
.bg_age01 .ttl p em:before {
	display: block;
	position: absolute;
	top: -.23em;
	left: -.33em;
	width: calc(88 / 1920 * 100vw);
	height: calc(66 / 1920 * 100vw);
	background: url(./images/age/deco_age05.png) no-repeat center / contain;
	content: '';
}
.bg_age01 .ttl .deco01 {
	top: 0;
	left: 0;
	max-width: 120px;
	width: 13%;
}
.bg_age01 .ttl .deco02 {
	top: 0;
	right: calc(-10 / 1920 * 100vw);
	max-width: 115px;
	width: 13%;
}
.bg_age01 .row_box {
	margin-top: calc(-70 / 1920 * 100vw);
}
.bg_age01 .row_box .col {
	position: relative;
	max-width: 400px;
	width: calc(400 / 1240 * 100%);
	margin-top: calc(70 / 1920 * 100vw);
	margin-right: calc(20 / 1240 * 100%);
	padding: 2.65em 0 2.2em;
}
.bg_age01 .row_box .col:nth-child(3n) {
	margin-right: 0;
}
.bg_age01 .row_box .col:last-child {
	margin-right: 0;
}
.bg_age01 .row_box .col .num {
	top: calc(-50 / 1920 * 100vw);
	left: 12.5%;
	width: calc(91 / 1920 * 100vw);
}
.bg_age01 .row_box .col .txt {
	line-height: 1.52;
}
.wrap_age01 .box01 {
	padding-left: 4.85%;
	padding-right: 4.85%;
	border-radius: calc(80 / 1920 * 100vw);
	background: #f8f7f3;
}
.wrap_age01 .box01 h5 {
	margin-bottom: 1.05em;
	font-size: 1.96875rem;
	letter-spacing: .1em;
}
.wrap_age01 .box01 h5:before {
	display: block;
	position: absolute;
	top: calc(79 / 1920 * 100vw);
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--color01);
	content: '';
}
.wrap_age01 .box01 h5 span {
	padding: .22em 0 .32em;
	width: calc(660 / 1920 * 100vw);
}
.wrap_age01 .box01 .list_default li:not(:first-child) {
	margin-top: 1.05em !important;
}
.txt_age01 {
	line-height: 2.56;
}
@media(min-width: 768px) and (max-width:1599px) {
	.area_age01 .unit01 .deco01 {
		bottom: calc(13 / 1599 * 100vw);
	}
	.area_age01 .unit01 .deco02 {
		bottom: calc(27 / 1599 * 100vw);
	}
	.video_age01 iframe {
		height: calc(417 / 1599 * 100vw);
	}
	.bg_age01 .ttl p em:before {
		width: calc(88 / 1599 * 100vw);
		height: calc(66 / 1599 * 100vw);
	}
	.bg_age01 .ttl .deco02 {
		right: calc(-10 / 1599 * 100vw);
	}
	.bg_age01 .row_box {
		margin-top: calc(-70 / 1599 * 100vw);
	}
	.bg_age01 .row_box .col {
		margin-top: calc(70 / 1599 * 100vw);
	}
	.bg_age01 .row_box .col .num {
		top: calc(-50 / 1599 * 100vw);
		width: calc(91 / 1599 * 100vw);
	}
	.wrap_age01 .box01 {
		border-radius: calc(80 / 1599 * 100vw);
	}
	.wrap_age01 .box01 h5:before {
		top: calc(79 / 1599 * 100vw);
	}
	.wrap_age01 .box01 h5 span {
		width: calc(660 / 1599 * 100vw);
	}
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.area_age01 .unit01 .deco01 {
		bottom: calc(13 / 1299 * 100vw);
	}
	.area_age01 .unit01 .deco02 {
		bottom: calc(27 / 1299 * 100vw);
	}
	.video_age01 iframe {
		height: calc(417 / 1299 * 100vw);
	}
	.bg_age01 .ttl p em:before {
		width: calc(88 / 1299 * 100vw);
		height: calc(66 / 1299 * 100vw);
	}
	.bg_age01 .ttl .deco02 {
		right: calc(-10 / 1299 * 100vw);
	}
	.bg_age01 .row_box {
		margin-top: calc(-70 / 1299 * 100vw);
	}
	.bg_age01 .row_box .col {
		margin-top: calc(70 / 1299 * 100vw);
	}
	.bg_age01 .row_box .col .num {
		top: calc(-50 / 1299 * 100vw);
		width: calc(91 / 1299 * 100vw);
	}
	.wrap_age01 .box01 {
		border-radius: calc(80 / 1299 * 100vw);
	}
	.wrap_age01 .box01 h5:before {
		top: calc(79 / 1299 * 100vw);
	}
	.wrap_age01 .box01 h5 span {
		width: calc(660 / 1299 * 100vw);
	}
	
}
@media(max-width: 767px) {
	.area_age01 .unit01 .copy {
		font-size: .9375rem;
		letter-spacing: 0;
	}
	.area_age01 .unit01 .deco01 {
		bottom: 0;
		max-width: calc(107 / 750 * 100vw);
		width: 100%;
	}
	.area_age01 .unit01 .deco02 {
		bottom: 0;
		right: 0;
		max-width: calc(108 / 750 * 100vw);
		width: 100%;
	}
	.video_age01 iframe {
		height: calc(417 / 750 * 100vw);
	}
	.bg_age01 .ttl {
		max-width: 100%;
	}
	.bg_age01 .ttl p {
		margin-top: -4vw;
		padding-top: 0;
		font-size: 1.234375rem;
		letter-spacing: 0;
	}
	.bg_age01 .ttl p em {
		font-size: 3.765625rem;
	}
	.bg_age01 .ttl p em:before {
		width: calc(88 / 750 * 100vw);
		height: calc(66 / 750 * 100vw);
	}
	.bg_age01 .ttl .deco01 {
		position: static;
		max-width: calc(120 / 750 * 100vw);
		width: 100%;
	}
	.bg_age01 .ttl .deco02 {
		position: static;
		max-width: calc(115 / 750 * 100vw);
		width: 100%;
	}
	.bg_age01 .row_box {
		max-width: calc(500 / 750 * 100vw);
		margin-top: -13vw;
	}
	.bg_age01 .row_box .col {
		max-width: 100%;
		width: 100%;
		margin-top: 13vw;
		margin-right: 0;
		padding: 6vw 0;
	}
	.bg_age01 .row_box .col .num {
		top: calc(-50 / 750 * 100vw);
		left: 3vw;
		width: calc(91 / 750 * 100vw);
	}
	.bg_age01 .row_box .col .txt {
		font-size: 1.0625rem;
	}
	.wrap_age01 .box01 {
		padding-left: 5%;
		padding-right: 5%;
		border-radius: calc(80 / 750 * 100vw);
	}
	.wrap_age01 .box01 h5 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_age01 .box01 h5:before {
		top: calc(90 / 750 * 100vw);
	}
	.wrap_age01 .box01 h5 span {
		padding: 2vw 0;
		width: calc(600 / 750 * 100vw);
	}
	.wrap_age01 .box01 .list_default li:not(:first-child) {
	}
	.txt_age01 {
		line-height: 2;
	}
	
}

/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / 1920*100vw);
}
.box_case01 {
	position: relative;
	padding: calc(30 / 1920 * 100vw) calc(50 / 1920 * 100vw) calc(60 / 1920 * 100vw);
}
.row_case01 {
	max-width: calc(1000 / 1920*100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / 1920*100vw);
	font-size: calc(24 / 1920*100vw);
	line-height: 1.5;
	padding-top: calc(7 / 1920*100vw);
}
.row_case01:after {
	border-left: calc(15 / 1920 * 100vw) solid #ccc;
	border-top: calc(23 / 1920 * 100vw) solid transparent;
    border-bottom: calc(23 / 1920 * 100vw) solid transparent;
	top: calc(55 / 1920 * 100vw);
}
.slide_case01 {
	max-width: calc( 1000 / 1920 * 100vw );
	margin-left: auto;
	margin-right: auto;
}
.slide_case01 .slick-prev:before,.slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
    width: calc(30 / 1920 * 100vw );
    height: calc(54 / 1920 * 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 {
	bottom: 0;
}
.slide_case01 .slick-dots li {
	width: calc( 11 / 1920 * 100vw );
	height: calc( 11 / 1920 * 100vw );
	margin: 0 calc( 8 / 1920 * 100vw );
}
.slide_case01 .slick-dots li button {
	width: calc( 11 / 1920 * 100vw );
	height: calc( 11 / 1920 * 100vw );
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #ccc;
	width: calc( 11 / 1920 * 100vw );
	height: calc( 11 / 1920 * 100vw );
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #333;
	opacity: 1;
}
.row_case_common01 .col .case_img{
	height: calc(300 / 1920 * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
@media(min-width: 768px) and (max-width:1599px) {
	.area_case_common01:not(:last-of-type) {
		margin-bottom: calc(60 / 1599*100vw);
	}
	.box_case01 {
		padding: calc(30 / 1599 * 100vw) calc(50 / 1599 * 100vw) calc(60 / 1599 * 100vw);
	}
	.row_case01 {
		max-width: calc(1000 / 1599*100vw);
	}
	.row_case01 .en {
		height: calc(50 / 1599*100vw);
		font-size: calc(24 / 1599*100vw);
		padding-top: calc(7 / 1599*100vw);
	}
	.row_case01:after {
		border-left-width: calc(15 / 1599 * 100vw);
		border-top-width: calc(23 / 1599 * 100vw);
		border-bottom-width: calc(23 / 1599 * 100vw);
		top: calc(55 / 1599 * 100vw);
	}
	.slide_case01 {
		max-width: calc( 1000 / 1599 * 100vw );
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(30 / 1599 * 100vw );
		height: calc(54 / 1599 * 100vw );
	}
	.slide_case01 .slick-dots li {
		width: calc( 11 / 1599 * 100vw );
		height: calc( 11 / 1599 * 100vw );
		margin: 0 calc( 8 / 1599 * 100vw );
	}
	.slide_case01 .slick-dots li button {
		width: calc( 11 / 1599 * 100vw );
		height: calc( 11 / 1599 * 100vw );
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 11 / 1599 * 100vw );
		height: calc( 11 / 1599 * 100vw );
	}
	.row_case_common01 .col .case_img{
		height: calc(300 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.area_case_common01:not(:last-of-type) {
		margin-bottom: calc(60 / 1299*100vw);
	}
	.box_case01 {
		padding: calc(30 / 1299 * 100vw) calc(50 / 1299 * 100vw) calc(60 / 1299 * 100vw);
	}
	.row_case01 {
		max-width: calc(1000 / 1299*100vw);
	}
	.row_case01 .en {
		height: calc(50 / 1299*100vw);
		font-size: calc(24 / 1299*100vw);
		padding-top: calc(7 / 1299*100vw);
	}
	.row_case01:after {
		border-left-width: calc(15 / 1299 * 100vw);
		border-top-width: calc(23 / 1299 * 100vw);
		border-bottom-width: calc(23 / 1299 * 100vw);
		top: calc(55 / 1299 * 100vw);
	}
	.slide_case01 {
		max-width: calc( 1000 / 1299 * 100vw );
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(30 / 1299 * 100vw );
		height: calc(54 / 1299 * 100vw );
	}
	.slide_case01 .slick-dots li {
		width: calc( 11 / 1299 * 100vw );
		height: calc( 11 / 1299 * 100vw );
		margin: 0 calc( 8 / 1299 * 100vw );
	}
	.slide_case01 .slick-dots li button {
		width: calc( 11 / 1299 * 100vw );
		height: calc( 11 / 1299 * 100vw );
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 11 / 1299 * 100vw );
		height: calc( 11 / 1299 * 100vw );
	}
	.row_case_common01 .col .case_img{
		height: calc(300 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.row_case01 {
		margin-bottom: 7.5vw;
		max-width: calc(646 / 750*100vw);
		/*opacity: .5;
		transition: .3s;*/
	}
	.row_case01.slick-active {
		opacity: 1;
	}
	.row_case01 .col {
		max-width: calc(480 / 750*100vw);
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.row_case01 .col:first-child {
		margin-bottom:12vw;
	}
	.row_case01 .en {
		height: calc(50 / 750*100vw);
		font-size: calc(24 / 750*100vw);
		padding-top: calc(7 / 750*100vw);
		letter-spacing: .1em;
	}
	.row_case01:after {
		border-left: calc(40 / 750 * 100vw) solid transparent;
		border-right: calc(40 / 750 * 100vw) solid transparent;
		border-top: calc(30 / 750 * 100vw) solid #ccc;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.tbl_case {
		max-width: calc(1000 / 750*100vw);
	}
	.slide_case01 {
		max-width: calc( 1000 / 750 * 100vw );
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / 750 * 100vw);*/
		margin: 0 2vw;
	}
	.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 / 750 * 100vw);
		height: calc(90 / 750 * 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 {
		bottom: -10vw;
	}
	.slide_case01 .slick-dots li {
		width: calc( 16 / 750 * 100vw );
		height: calc( 16 / 750 * 100vw );
		margin: 0 calc( 14 / 750 * 100vw );
	}
	.slide_case01 .slick-dots li button {
		width: calc( 16 / 750 * 100vw );
		height: calc( 16 / 750 * 100vw );
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 16 / 750 * 100vw );
		height: calc( 16 / 750 * 100vw );
	}
	.row_case_common01 .col .case_img {
		height: calc(300 / 750 * 100vw);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / 1920 * 100vw);
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y {
	background: var(--color01) !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .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 {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_risk01 .box {
		padding-right: calc(50 / 1599 * 100vw);
	}
}
@media(min-width: 751px) and (max-width:1299px) {
	.box_risk01 .box {
		padding-right: calc(50 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.box_risk01 .box {
		padding-right: 4vw;
		max-height: calc(420 / 750 * 100vw);
	}
	.box_risk01 .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 {
		right: 0!important;
		width: 2px!important;
	}
}


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

/* お問い合わせ contact
------------------------------------------------------------------*/
.inv-recaptcha-holder {
	display: none!important;
}
@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: var(--color03);
	color: #fff;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: calc(40 / 1920 * 100vw);
	margin-bottom: calc(4 / 1920 * 100vw);
	text-align: center;
}
#sidebar caption {
	margin-bottom: calc(5 / 1920 * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / 1920 * 100vw);
}
#wp-calendar thead th {
	background: #e9eff6;
	border: 1px solid var(--color14);
	border-right-color: var(--color14);
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid var(--color14);
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: var(--color01);
	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 / 1920 * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / 1920 * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / 1920 * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / 1920 * 100vw);
	border-bottom: 1px solid var(--color01);
	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 var(--color01);
	padding-bottom: calc(4 / 1920 * 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 / 1920 * 100vw);
}
.navigation li {
	width: calc(170 / 1920 * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / 1920 * 100vw);
	border-bottom: 1px solid var(--color01);
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / 1920 * 100vw);
	margin-bottom: calc(40 / 1920 * 100vw);
}
.thmb {
	width: calc(120 / 1920 * 100vw);
}
.thmb img {
	height: calc(120 / 1920*100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / 1920 * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / 1920 * 100vw);
	border-bottom: 1px solid var(--color01);
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / 1920 * 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: var(--color01);
	font-family: "Viga", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .875rem;
	letter-spacing: .1em;
	line-height: 1.4;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / 1920 * 100vw);
}
.txt_post .txt_excerpt .more {
	color: var(--color01);
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: calc(60 / 1920 * 100vw);
	text-align: center;
	font-size: .875rem;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid var(--color01);
	color: var(--color01);
	padding: 0 calc(10 / 1920 * 100vw);
	margin: calc(2 / 1920 * 100vw);
	display: inline-block;
}
.page_main .wp-pagenavi span.pages {
	padding: 0 calc(11 / 1920 * 100vw);
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: var(--color01);
	background: var(--color01);
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.single_post > h3 {
	margin-bottom: 2.2em;
	padding: .5em 1.3em .6em;
	border-radius: calc(10 / 1920 * 100vw);
	background-color: var(--color10);
	background-image: url(./images/page/bg_ptn02.png);
	background-repeat: repeat;
	background-position: left top;
	background-size: calc(17 / 1920 * 100vw);
	color: #fff;
	font-weight: 300;
	font-size: 1.375rem;
	line-height: 1.6;
}
@media(min-width: 768px) and (max-width:1599px) {
	#sidebar h4 {
		line-height: calc(40 / 1599 * 100vw);
		margin-bottom: calc(4 / 1599 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 1599 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 1599 * 100vw);
		padding-left: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 1599 * 100vw);
		padding-right: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 1599 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 1599 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 1599 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 1599 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 1599 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.navigation li {
		width: calc(170 / 1599 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 1599 * 100vw);
	}
	.date_single {
		margin-top: calc(-30 / 1599 * 100vw);
		margin-bottom: calc(40 / 1599 * 100vw);
	}
	.thmb img {
		height: calc(120 / 1599*100vw);
	}
	.thmb {
		width: calc(120 / 1599 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(140 / 1599 * 100vw));
	}
	.page_main section.blog_archive {
		padding-bottom: calc(35 / 1599 * 100vw);
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: calc(40 / 1599 * 100vw);
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: 0 calc(10 / 1599 * 100vw);
		margin: calc(2 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi span.pages {
		padding: 0 calc(11 / 1599 * 100vw);
	}
	.single_post > h3 {
		border-radius: calc(10 / 1599 * 100vw);
		background-size: calc(17 / 1599 * 100vw);
	}

}
@media(min-width: 768px) and (max-width:1299px) {
	#sidebar h4 {
		line-height: calc(40 / 1299 * 100vw);
		margin-bottom: calc(4 / 1299 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 1299 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 1299 * 100vw);
		padding-left: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 1299 * 100vw);
		padding-right: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 1299 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 1299 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 1299 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 1299 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 1299 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.navigation li {
		width: calc(170 / 1299 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 1299 * 100vw);
	}
	.date_single {
		margin-top: calc(-30 / 1299 * 100vw);
		margin-bottom: calc(40 / 1299 * 100vw);
	}
	.thmb img {
		height: calc(120 / 1299*100vw);
	}
	.thmb {
		width: calc(120 / 1299 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(140 / 1299 * 100vw));
	}
	.page_main section.blog_archive {
		padding-bottom: calc(35 / 1299 * 100vw);
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: calc(40 / 1299 * 100vw);
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: 0 calc(10 / 1299 * 100vw);
		margin: calc(2 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi span.pages {
		padding: 0 calc(11 / 1299 * 100vw);
	}
	.single_post > h3 {
		border-radius: calc(10 / 1299 * 100vw);
		background-size: calc(17 / 1299 * 100vw);
	}

}
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar h4 {
		line-height: calc(80 / 750 * 100vw);
		margin: calc(4 / 750 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 750 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 750 * 100vw);
		padding-left: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 750 * 100vw);
		padding-right: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 750 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 750 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 750 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 750 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 750 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 750 * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.date_single {
		margin-top: calc(-30 / 750 * 100vw);
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.thmb {
		width: calc(210 / 750 * 100vw);
	}
	.thmb img {
		height: calc(210 / 750 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(240 / 750 * 100vw));
	}
	.txt_post h4 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 750 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.navigation li {
		width: calc(200 / 750 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 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;
		border-radius: calc(10 / 750 * 100vw);
		background-size: calc(17 / 750 * 100vw);
	}

}


/* フォーマット format
------------------------------------------------------------------*/
.format {
	padding-bottom: calc(140 / 1920 * 100vw);
}
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / 1920 * 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 / 1920 * 100vw);
	height: calc(20 / 1920 * 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 / 1920 * 100vw);
}
.wrap_format01 .box_qa03 {
	border: none;
	margin-bottom: calc(60 / 1920 * 100vw);
}
.wrap_format01 .box_qa03 .box_a .box {
	width: calc(60 / 1920 * 100vw);
	height: calc(60 / 1920 * 100vw);
	left: 0;
	top: 0;
}
.wrap_format01 .box_qa03 .box_a {
	padding-top: calc(30 / 1920 * 100vw);
	padding-left: calc(100 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.format {
		padding-bottom: calc(140 / 1599 * 100vw);
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
	.row_format03 .copy:before {
		width: calc(20 / 1599 * 100vw);
		height: calc(20 / 1599 * 100vw);
	}
	.row_format04 .col:not(:nth-child(-n+3)) {
		margin-top: calc(60 / 1599 * 100vw);
	}
	.wrap_format01 .box_qa03 {
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(60 / 1599 * 100vw);
		height: calc(60 / 1599 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a {
		padding-top: calc(30 / 1599 * 100vw);
		padding-left: calc(100 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.format {
		padding-bottom: calc(140 / 1299 * 100vw);
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
	.row_format03 .copy:before {
		width: calc(20 / 1299 * 100vw);
		height: calc(20 / 1299 * 100vw);
	}
	.row_format04 .col:not(:nth-child(-n+3)) {
		margin-top: calc(60 / 1299 * 100vw);
	}
	.wrap_format01 .box_qa03 {
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(60 / 1299 * 100vw);
		height: calc(60 / 1299 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a {
		padding-top: calc(30 / 1299 * 100vw);
		padding-left: calc(100 / 1299 * 100vw);
	}
}
@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 {
		width: calc(20 / 750 * 100vw);
		height: calc(20 / 750 * 100vw);
		top: .55em;
	}
	.txt_format01 {
		max-width: calc(646 / 750 * 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 / 750 * 100vw);
		margin: 0 auto!important;
	}
	.row_format04 .col:not(:first-child) {
		margin-top: calc(60 / 750 * 100vw)!important;
	}
	.row_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_format01 .box_qa03 {
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		font-size: 1.5625rem;
	}
	.wrap_format01 .box_qa03 .box_a {
		padding-top: calc(30 / 750 * 100vw);
		padding-left: calc(100 / 750 * 100vw);
	}
	.tbl_format01.js-scrollable table {
		width: calc(1200 / 750 * 100vw);
		font-size: .875rem;
	}
}


.grecaptcha-badge { visibility: hidden; }