@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(200 / var(--break) * 100vw);
	position: relative;
}
.main_page:before {
	content: "";
	border: calc( 4 / var(--break) * 100vw ) solid #fff;
	width: calc( 100% - calc( 40 / var(--break) * 100vw) );
	height: calc( 100% - calc( 40 / var(--break) * 100vw) );
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.main_page:after {
	content: "";
	background: url("images/page/deco_hdg2.png")no-repeat center / contain;
	width: calc( 100 / var(--break) * 100vw );
	height: calc( 112/ var(--break) * 100vw );
	position: absolute;
	right: 10%;
	bottom: calc( 10 / var(--break) * 100vw );
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg3 {
	outline : calc( 10 / var(--break) * 100vw) solid #ffffff4d;
	outline-offset : calc( -10 / var(--break) * 100vw);
}
.hdg3:before,
.hdg3:after {
	content: "";
	background: url("images/page/deco_hdg3_01.svg")no-repeat left top / contain;
	width: calc( 80 / var(--break) * 100vw );
	height: calc( 80 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0;
}
.hdg3:after {
	background-image: url("images/page/deco_hdg3_02.svg");
	background-position: right bottom;
	left: auto!important;
	top: auto!important;
	right: 0;
	bottom: 0;
}
.hdg4:after {
	content: "";
	background: url("images/page/ptn_stripe01.png")repeat left top / calc( 6 / var(--break) * 100vw );
	width: 100%;
	height: calc( 20 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
}
.ttl_common01 {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.ttl_common01:before {
	content: "";
	background: #eeede5;
	width: 100%;
	height: calc( 100% - calc( 10 / var(--break) * 100vw ) );
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	margin: auto;
	z-index: -1;
}
.ttl_common02 {
	
}
.copy_common01 {
	
}
.copy_common02 {
	font-weight: bold;
}
.row_common01 .col_img {
	position: relative;
	z-index: 1;
	padding-top: calc( 10 / var(--break) * 100vw );
	padding-bottom: calc( 10 / var(--break) * 100vw );
}
.row_common01 .col_img:before,
.row_common01 .col_img:after {
	content: "";
	background: #b9d200;
	width: 100%;
	height: calc( 100% - calc( 20 / var(--break) * 100vw ));
	position: absolute;
	left: calc( -10 / var(--break) * 100vw );
	top: 0;
	z-index: -1;
}
.row_common01 .col_img:after {
	background: #f29600;
	left: auto!important;
	top: auto!important;
	right: calc( -10 / var(--break) * 100vw );
	bottom: 0;
}
.row_common01 .bdr:before {
	content: "";
	border: 2px solid #fff;
	width: calc( 100% - calc( 20 / var(--break) * 100vw) );
	height: calc( 100% - calc( 20 / var(--break) * 100vw) );
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.row_common01 .bdr:after {
	content: "";
	background: url("images/page/deco_common02.png")no-repeat right bottom / contain;
	width: calc( 101 / var(--break) * 100vw );
	height: calc( 100 / var(--break) * 100vw );
	margin: auto;
	position: absolute;
	right: 0;
	bottom: 0;
}
.row_common01 .copy {
	padding-bottom: calc( 10 / var(--break) * 100vw );
}
.row_common02 {
	gap: calc( 20 / var(--break) * 100vw ) 1.55%;
}
.row_common02 .col {
	width: 32.3%;
}
.row_common02 .col .txt {
	font-weight: bold;
	letter-spacing: 0;
}
.row_common02.w_adjust {
	gap: calc( 20 / var(--break) * 100vw ) 1.73%;
}
.row_common02.w_adjust .col {
	width: 23.7%;
}
.row_common02 .col a {
	border-radius: calc( 70 / var(--break) * 100vw );
}
.row_common02 .col:nth-child(1) a,
.row_common02 .col:nth-child(5) a,
.row_common02 .col:nth-child(9) a,
.row_common02 .col:nth-child(13) a {
	background-color: #1eb9e5!important;
}
.row_common02 .col:nth-child(2) a,
.row_common02 .col:nth-child(6) a,
.row_common02 .col:nth-child(10) a,
.row_common02 .col:nth-child(14) a {
	background-color: #b9d200!important;
}
.row_common02 .col:nth-child(3) a,
.row_common02 .col:nth-child(7) a,
.row_common02 .col:nth-child(11) a,
.row_common02 .col:nth-child(15) a {
	background-color: #ea6d9f!important;
}
.row_common02 .col:nth-child(4) a,
.row_common02 .col:nth-child(8) a,
.row_common02 .col:nth-child(12) a,
.row_common02 .col:nth-child(16) a {
	background-color: #f29600!important;
}
.row_common02 .col .arw {
	width: calc( 11 / var(--break) * 100vw );
	left: 0;
	right: 0;
	bottom: calc( 10 / var(--break) * 100vw );
	margin: auto;
}
.row_common03 .copy,
.row_common04 .ttl,
.box_common03 .copy {
	font-weight: bold;
}
.row_common04 .icn {
	width: calc( 40 / var(--break) * 100vw );
	margin-top: calc( 2 / var(--break) * 100vw );
}
.row_common04 .ttl .txt {
	width: calc( 100% - calc( 60 / var(--break) * 100vw ) );
}
.row_common04 .col_img {
	width: 31%;
	max-width: 350px;
}
.row_common04 .col_txt {
    width: 66%;
}
.row_common05,
.row_common07 {
	gap: calc( 40 / var(--break) * 100vw ) 2.33%;
}
.row_common05 .col,
.row_common07 .col {
	max-width: 394px;
	width: 31.78%;
}
.row_common05 .ttl {
	padding: calc( 18 / var(--break) * 100vw ) calc( 10 / var(--break) * 100vw ) calc( 20 / var(--break) * 100vw );
	position: relative;
}
.row_common05 .ttl:after {
	content: "";
	border-bottom: 1px solid #ffffffcc;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: calc( 6 / var(--break) * 100vw );
}
.row_common06 .col_img {
	width: 39%;
	max-width: 345px;
}
.row_common06 .col_txt {
	width: 56%;
}
.row_common07 .col {
	border: 1px solid #000;
}
.row_common07 .bdr:before,
.row_form01 .bdr:before {
	content: "";
	background: #f26600;
	width: 100%;
	height: calc( 10 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: 1px solid #000;
}
.row_common07 .col:nth-child(2) .bdr:before {
	background: #f29600;
}
.row_common07 .col:nth-child(3) .bdr:before,
.row_form01 .bdr:before {
	background: #ffe118;
}
.row_common07 .ttl,
.row_form01 .ttl {
	border-bottom: 1px solid #000;
}
.row_common08 .col {
	max-width: 595px;
	width: 49%;
}
.btn_switch .btn {
	cursor: pointer;
}
.contents_switch .tab {
	display: none;
}
.btn_switch {
	max-width: calc( 1240 / var(--break) * 100vw );
}
.btn_switch .btn {
	width: 24.9%;
	border-radius: calc( 30 / var(--break) * 100vw ) calc( 30 / var(--break) * 100vw ) 0 0;
	background: #eeede5;
	height: calc( 80 / var(--break) * 100vw );
}
.btn_switch .btn.is-active {
	color: #1eaa39;
	background: #f0ebcc;
}
.box_common01,
.box_common01 .bdr {
	position: relative;
}
.box_common01:before,
.box_common01:after {
	content: "";
	border-top: 1px solid #000000;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: calc( 10 / var(--break) * 100vw );
}
.box_common01:after {
	top: auto!important;
	bottom: calc( 10 / var(--break) * 100vw );
}
.box_common01 .bdr:before,
.box_common01 .bdr:after {
	content: "";
	border-left: 1px solid #000000;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: calc( 10 / var(--break) * 100vw );
}
.box_common01 .bdr:after {
	left: auto!important;
	right: calc( 10 / var(--break) * 100vw );
}
.box_common01 .ttl {
	height: calc( 50 / var(--break) * 100vw );
}
.box_common02 {
	background: url("images/page/deco_common04.png")no-repeat right bottom / calc( 120 / var(--break) * 100vw ) auto;
}
.box_common02:before {
	content: "";
	border-top: 1px solid #000000;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: auto!important;
	bottom: calc( 10 / var(--break) * 100vw );
}
.box_common02:after {
	content: "";
	border-left: 1px solid #000000;
	width: 0;
	height: 100%;
	position: absolute;
	right: calc( 10 / var(--break) * 100vw );
	top: 0;
}
.box_common02 .num {
	left: 0;
	top: 0;
	width: calc( 110 / var(--break) * 100vw );
	height: calc( 40 / var(--break) * 100vw );
	padding-left: calc( 5 / var(--break) * 100vw );
	padding-top: calc( 5 / var(--break) * 100vw );
	letter-spacing: 0;
}
.box_common02 .num:before {
	content: "";
	border-left: 1px solid #fff;
	width: 0;
	height: 100%;
	position: absolute;
	left: calc( 5 / var(--break) * 100vw );
	top: 0;
}
.box_common02 .deco {
	width: calc( 60 / var(--break) * 100vw );
	right: calc( 20 / var(--break) * 100vw );
	top: calc( -20 / var(--break) * 100vw );
}
.box_common02 .row_common04 .col_img {
	width: 26%;
	max-width: 290px;
}
.box_common02 .row_common04 .col_txt {
	width: 70%;
}
.box_common03 {
	max-width: 1000px;
	outline : 1px solid #000;
	outline-offset : calc( -10 / var(--break) * 100vw);
}
.box_common03 .deco {
	width: calc( 60 / var(--break) * 100vw );
}
.box_common03 .deco01 {
	left: calc( 20 / var(--break) * 100vw );
	top: calc( -20 / var(--break) * 100vw );
}
.box_common03 .deco02 {
	right: calc( 20 / var(--break) * 100vw );
	bottom: calc( -20 / var(--break) * 100vw );
}
.box_common04 {
	box-shadow: calc( 2 / var(--break) * 100vw ) calc( 2 / var(--break) * 100vw ) 0 #000;
	border: 1px solid #000;
}
.box_common05 {
	
}
.box_common06 {
	max-width: calc( 1000 / var(--break) * 100vw );
	border: 1px solid #000000;
}
.deco_common01:before,
.deco_common01:after {
	content: "";
	background: url("images/page/deco_common05.png")no-repeat center / contain;
	width: calc( 108 / var(--break) * 100vw );
	height: calc( 202 / var(--break) * 100vw );
	position: absolute;
	right: calc( -40 / var(--break) * 100vw );
	top: calc( -40 / var(--break) * 100vw );
}
.deco_common01:after {
	background-image: url("images/page/deco_common06.png");
	width: calc( 60 / var(--break) * 100vw );
	height: calc( 212 / var(--break) * 100vw );
	right: auto!important;
	top: auto!important;
	left: calc( -40 / var(--break) * 100vw );
	bottom: calc( -40 / var(--break) * 100vw );
}
.arw_flow:before {
    border-top-color: #000!important;
}
.box_flow:after {
	content: "";
	border: 2px solid #fff;
	width: calc( 100% - calc( 20 / var(--break) * 100vw) );
	height: calc( 100% - calc( 20 / var(--break) * 100vw) );
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.box_flow .num,
.box_flow .ttl {
	font-weight: bold!important;
}
.box_flow .num:before {
	content: "";
    background: #ffffff33;
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.box_qa02 {
    margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_qa02 .box_q .box {
	border: 1px solid #000;
}
.box_qa02 .box_a .box {
	border: 1px solid #000;
	border-left: none!important;
	border-top: none!important;
}
.box_qa02 .box_q .txt .icn:before {
    background: #fff;
}
.box_qa02 .box_q .txt .icn:after {
    background: #fff;
}
.box_qa02 .box_a {
	border: 1px solid #000;
}
.list_common01 li {
	width: 48%;
	max-width: 425px;
	border-bottom: 1px dotted #1d1e29;
}
.list_common01 .icn {
	width: calc( 21 / var(--break) * 100vw );
    margin-top: calc( 2 / var(--break) * 100vw );
}
.list_common01 .txt {
	width: calc( 100% - calc( 30 / var(--break) * 100vw ) );
}
.list_common02 li {
	padding: calc( 15 / var(--break) * 100vw ) 0;
	align-items: center!important;
}
.list_common02 li:not(:last-of-type) {
	border-bottom: 1px solid #eeede5;
}
.bg_col07 .list_common02 li:not(:last-of-type) {
	border-bottom: 1px solid #000000;
}
.list_common02 .num {
	width: calc( 40 / var(--break) * 100vw );
	height: calc( 40 / var(--break) * 100vw );
	padding-bottom: calc( 4 / var(--break) * 100vw );
}
.list_common02 .num:after {
	content: "";
    background: #ffffff33;
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.list_common02 .txt {
	width: calc( 100% - calc( 70 / var(--break) * 100vw ) );
	line-height: 1.5;
	margin-top: calc( 5 / var(--break) * 100vw );
}
.list_common03 li:before {
	background-color: #000;
}
.list_common03.bdr li:not(:last-of-type) {
	border-bottom: 1px dotted #000;
	padding-bottom: calc( 15 / var(--break) * 100vw );
}
.bg_common02 {
	position: relative;
}
.bg_common02:before {
	content: "";
	background: url("images/page/deco_common01.png")no-repeat center / contain;
	width: calc( 160 / var(--break) * 100vw );
	height: calc( 160 / var(--break) * 100vw );
	position: absolute;
	right: 3%;
	top: calc( -50 / var(--break) * 100vw );
}
.bg_common02:after {
	content: "";
	background: url("images/page/deco_common01.png")no-repeat center / contain;
	width: calc( 101 / var(--break) * 100vw );
	height: calc( 98 / var(--break) * 100vw );
	position: absolute;
	left: 3%;
	bottom: calc( -40 / var(--break) * 100vw );
}
.bg_common04 {
	background-color: #ffe11833;
}
.bg_common05 {
	
}
.btn_common01 {
	width: calc( 400 / var(--break) * 100vw );
}
.btn_common01 a {
	height: calc( 60 / var(--break) * 100vw );
}
.btn_common01 .arw {
	width: calc( 17 / var(--break) * 100vw );
	height: calc( 10 / var(--break) * 100vw );
	right: calc( 20 / var(--break) * 100vw );
	top: 0;
	bottom: 0;
	margin: auto;
}
.tbl_common01 {
	max-width: calc( 1000 / var(--break) * 100vw );
}
.tbl_common01 th {
	background-color: #eeede5;
	border-bottom-color: #000000!important;
	color: #000000;
	vertical-align: middle;
}
.tbl_common01 thead th {
	text-align: center;
}
.tbl_common01 thead th {
	border-bottom: 1px solid #000000;
}
.tbl_common01 thead th:nth-of-type(n+3),
.tbl_common01 td:nth-of-type(n+2) {
	border-left: 1px solid #000000;
}
.tbl_common01.tbl02 th {
	width: 20%;
}
.tbl_common01.tbl02 td {
	width: 80%;
}
.balloon_common01 {
	max-width: calc( 1000 / var(--break) * 100vw );
}
.balloon_common01:after {
    content: "";
    background: #ffe118;
    width: calc(40 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
    position: absolute;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    left: 0;
    right: 0;
    bottom: calc(-18 / var(--break) * 100vw);
    margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.main_page:after {
		content: "";
		background: url(images/page/deco_hdg2.png) no-repeat center / contain;
		width: calc(60 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		position: absolute;
		right: 8%;
		bottom: calc(10 / var(--break) * 100vw);
	}
	.btn_switch {
		max-width: calc(1000 / var(--break) * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page:before {
		border: calc(4 / var(--break) * 100vw) solid #fff;
		width: calc(100% - calc(20 / var(--break) * 100vw));
		height: calc(100% - calc(20 / var(--break) * 100vw));
	}
	.main_page:after {
		width: calc(80 / var(--break) * 100vw);
		height: calc(90 / var(--break) * 100vw);
		right: calc( 10 / var(--break) * 100vw );
		bottom: calc(10 / var(--break) * 100vw);
	}
	.hdg2 .ja {
		font-size: calc( 44 / var(--break) * 100vw );
		letter-spacing: 0;
		line-height: 1.4;
	}
	.hdg2 .en {
		font-size: .9375rem;
	}
	.hdg3 {
		font-size: calc( 46 / var(--break) * 100vw );
		letter-spacing: 0;
	}
	.hdg4 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.col_img {
		text-align: center;
	}
	.ttl_common02 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.copy_common01 {
		font-size: calc( 38 / var(--break) * 100vw );
		letter-spacing: 0;
		padding: 2vw;
	}
	.copy_common02 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common01 .copy {
		padding: calc(20 / var(--break) * 100vw);
	}
	.row_common02 .col {
		width: 48%;
	}
	.row_common02 .col .txt {
		font-size: 1rem;
		line-height: 1.2;
	}
	.row_common02.w_adjust {
		gap: calc( 20 / var(--break) * 100vw ) 1.73%;
	}
	.row_common02.w_adjust .col {
		width: 48%;
	}
	.row_common02 .col a {
		border-radius: calc( 70 / var(--break) * 100vw );
	}
	.row_common02 .col:nth-child(1) a,
	.row_common02 .col:nth-child(5) a,
	.row_common02 .col:nth-child(9) a,
	.row_common02 .col:nth-child(13) a {
		background-color: #1eb9e5!important;
	}
	.row_common02 .col:nth-child(2) a,
	.row_common02 .col:nth-child(6) a,
	.row_common02 .col:nth-child(10) a,
	.row_common02 .col:nth-child(14) a {
		background-color: #b9d200!important;
	}
	.row_common02 .col:nth-child(3) a,
	.row_common02 .col:nth-child(7) a,
	.row_common02 .col:nth-child(11) a,
	.row_common02 .col:nth-child(15) a {
		background-color: #ea6d9f!important;
	}
	.row_common02 .col:nth-child(4) a,
	.row_common02 .col:nth-child(8) a,
	.row_common02 .col:nth-child(12) a,
	.row_common02 .col:nth-child(16) a {
		background-color: #f29600!important;
	}
	.row_common02 .col .arw {
		width: calc( 11 / var(--break) * 100vw );
		left: 0;
		right: 0;
		bottom: calc( 10 / var(--break) * 100vw );
		margin: auto;
	}
	.row_common02 .col small {
		font-size: .75rem;
	}
	.row_common03 .copy,
	.row_common04 .ttl,
	.box_common03 .copy {
		font-weight: bold;
	}
	.row_common04 .icn {
		width: calc( 60 / var(--break) * 100vw );
		margin-top: calc( 2 / var(--break) * 100vw );
	}
	.row_common04 .ttl .txt {
		width: calc( 100% - calc( 80 / var(--break) * 100vw ) );
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common04 .col_img {
		width: 100%;
		max-width: calc( 600 / var(--break) * 100vw );
		margin: 0 auto 5vw;
	}
	.row_common04 .col_txt {
		width: 100%;
	}
	.row_common05,
	.row_common07 {
		gap: calc( 40 / var(--break) * 100vw ) 2.33%;
	}
	.row_common05 .col,
	.row_common07 .col {
		max-width: calc( 646 / var(--break) * 100vw );
		width: 100%;
	}
	.row_common05 .ttl {
		padding: calc( 18 / var(--break) * 100vw ) calc( 10 / var(--break) * 100vw ) calc( 20 / var(--break) * 100vw );
		position: relative;
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common05 .ttl:after {
		content: "";
		border-bottom: 1px solid #ffffffcc;
		width: 100%;
		height: 0;
		position: absolute;
		left: 0;
		bottom: calc( 6 / var(--break) * 100vw );
	}
	.row_common06 .col_img {
		width: 100%;
		max-width: calc( 646 / var(--break) * 100vw );
		margin: 0 auto 5vw;
	}
	.row_common06 .col_txt {
		width: 100%;
	}
	.row_common06 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common07 .col {
		border: 1px solid #000;
	}
	.row_common07 .bdr:before,
	.row_form01 .bdr:before {
		content: "";
		background: #f26600;
		width: 100%;
		height: calc( 10 / var(--break) * 100vw );
		position: absolute;
		left: 0;
		top: 0;
		border-bottom: 1px solid #000;
	}
	.row_common07 .col:nth-child(2) .bdr:before {
		background: #f29600;
	}
	.row_common07 .col:nth-child(3) .bdr:before,
	.row_form01 .bdr:before {
		background: #ffe118;
	}
	.row_common07 .ttl,
	.row_form01 .ttl {
		border-bottom: 1px solid #000;
	}
	.row_common07 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common08 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common08 .col_l {
		margin-bottom: 5vw;
	}
	.row_common08.sp_half .col_l {
		margin-bottom: 0;
	}
	.row_common08.sp_half .ttl {
		font-size: .875rem;
	}
	.ttl_common01 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.btn_switch {
		max-width: 100%;
	}
	.btn_switch .btn {
		width: 24.9%;
		border-radius: calc( 30 / var(--break) * 100vw ) calc( 30 / var(--break) * 100vw ) 0 0;
		background: #eeede5;
		height: calc( 80 / var(--break) * 100vw );
		font-size: .875rem;
		letter-spacing: 0;
	}
	.btn_switch .btn.is-active {
		color: #1eaa39;
		background: #f0ebcc;
	}
	.box_common01,
	.box_common01 .bdr {
		position: relative;
	}
	.box_common01:before,
	.box_common01:after {
		content: "";
		border-top: 1px solid #000000;
		width: 100%;
		height: 0;
		position: absolute;
		left: 0;
		top: calc( 10 / var(--break) * 100vw );
	}
	.box_common01:after {
		top: auto!important;
		bottom: calc( 10 / var(--break) * 100vw );
	}
	.box_common01 .bdr:before,
	.box_common01 .bdr:after {
		content: "";
		border-left: 1px solid #000000;
		width: 0;
		height: 100%;
		position: absolute;
		top: 0;
		left: calc( 10 / var(--break) * 100vw );
	}
	.box_common01 .bdr:after {
		left: auto!important;
		right: calc( 10 / var(--break) * 100vw );
	}
	.box_common01 .ttl {
		height: auto;
		padding: 1vw;
		font-size: 1rem;
		letter-spacing: 0;
		border-radius: calc( 60 / var(--break) * 100vw );
	}
	.box_common02 {
		background: url("images/page/deco_common04.png")no-repeat right bottom / calc( 120 / var(--break) * 100vw ) auto;
	}
	.box_common02:before {
		content: "";
		border-top: 1px solid #000000;
		width: 100%;
		height: 0;
		position: absolute;
		left: 0;
		top: auto!important;
		bottom: calc( 10 / var(--break) * 100vw );
	}
	.box_common02:after {
		content: "";
		border-left: 1px solid #000000;
		width: 0;
		height: 100%;
		position: absolute;
		right: calc( 10 / var(--break) * 100vw );
		top: 0;
	}
	.box_common02 .num {
		width: calc( 200 / var(--break) * 100vw );
		height: calc( 60 / var(--break) * 100vw );
		padding-left: calc( 5 / var(--break) * 100vw );
		padding-top: calc( 5 / var(--break) * 100vw );
		font-size: 1.25rem;
	}
	.box_common02 .num:before {
		content: "";
		border-left: 1px solid #fff;
		width: 0;
		height: 100%;
		position: absolute;
		left: calc( 5 / var(--break) * 100vw );
		top: 0;
	}
	.box_common02 .deco {
		width: calc( 100 / var(--break) * 100vw );
		right: calc( 20 / var(--break) * 100vw );
		top: calc( -20 / var(--break) * 100vw );
	}
	.box_common02 .row_common04 .col_img {
		width: 26%;
		max-width: 290px;
	}
	.box_common02 .row_common04 .col_txt {
		width: 70%;
	}
	.box_common03 {
		max-width: 1000px;
		outline : 1px solid #000;
		outline-offset : calc( -10 / var(--break) * 100vw);
	}
	.box_common03 .deco {
		width: calc( 80 / var(--break) * 100vw );
	}
	.box_common03 .deco01 {
		left: calc( 20 / var(--break) * 100vw );
		top: calc( -20 / var(--break) * 100vw );
	}
	.box_common03 .deco02 {
		right: calc( 20 / var(--break) * 100vw );
		bottom: calc( -20 / var(--break) * 100vw );
	}
	.box_common03 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_common04 {
		box-shadow: calc( 2 / var(--break) * 100vw ) calc( 2 / var(--break) * 100vw ) 0 #000;
		border: 1px solid #000;
	}
	.box_common05 {
		padding: 5vw;
	}
	.box_common06 {
		max-width: calc( 1000 / var(--break) * 100vw );
		border: 1px solid #000000;
	}
	.deco_common01:before,
	.deco_common01:after {
		content: "";
		background: url("images/page/deco_common05.png")no-repeat center / contain;
		width: calc( 108 / var(--break) * 100vw );
		height: calc( 202 / var(--break) * 100vw );
		position: absolute;
		right: calc( -20 / var(--break) * 100vw );
		top: calc( -80 / var(--break) * 100vw );
	}
	.deco_common01:after {
		background-image: url("images/page/deco_common06.png");
		width: calc( 60 / var(--break) * 100vw );
		height: calc( 212 / var(--break) * 100vw );
		right: auto!important;
		top: auto!important;
		left: calc( -20 / var(--break) * 100vw );
		bottom: calc( -40 / var(--break) * 100vw );
	}
	.arw_flow:before {
		border-top-color: #000!important;
	}
	.box_flow:after {
		content: "";
		border: 2px solid #fff;
		width: calc( 100% - calc( 20 / var(--break) * 100vw) );
		height: calc( 100% - calc( 20 / var(--break) * 100vw) );
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
	}
	.box_flow .num,
	.box_flow .ttl {
		font-weight: bold!important;
	}
	.box_flow .num:before {
		content: "";
		background: #ffffff33;
		clip-path: polygon(100% 100%, 100% 0, 0 100%);
		width: 100%;
		height: 100%;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.box_flow .col_txt h4 .num {
		padding-bottom: 1vw;
	}
	.box_qa02 {
		margin-bottom: calc(60 / var(--break) * 100vw);
	}
	.box_qa02 .box_q .box {
		border: 1px solid #000;
	}
	.box_qa02 .box_a .box {
		border: 1px solid #000;
		border-left: none!important;
		border-top: none!important;
	}
	.box_qa02 .box_q .txt .icn:before {
		background: #fff;
	}
	.box_qa02 .box_q .txt .icn:after {
		background: #fff;
	}
	.box_qa02 .box_a {
		border: 1px solid #000;
	}
	.list_common01 li {
		width: 100%;
		max-width: 100%;
		border-bottom: 1px dotted #1d1e29;
	}
	.list_common01 .icn {
		width: calc( 30 / var(--break) * 100vw );
		margin-top: calc( 2 / var(--break) * 100vw );
	}
	.list_common01 .txt {
		width: calc( 100% - calc( 40 / var(--break) * 100vw ) );
	}
	.list_common02 li {
		padding: calc( 15 / var(--break) * 100vw ) 0;
		align-items: center!important;
	}
	.list_common02 li:not(:last-of-type) {
		border-bottom: 1px solid #eeede5;
	}
	.bg_col07 .list_common02 li:not(:last-of-type) {
		border-bottom: 1px solid #000000;
	}
	.list_common02 .num {
		width: calc( 60 / var(--break) * 100vw );
		height: calc( 60 / var(--break) * 100vw );
		padding-bottom: calc( 4 / var(--break) * 100vw );
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_common02 .num:after {
		content: "";
		background: #ffffff33;
		clip-path: polygon(100% 100%, 100% 0, 0 100%);
		width: 100%;
		height: 100%;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.list_common02 .txt {
		width: calc( 100% - calc( 90 / var(--break) * 100vw ) );
		line-height: 1.5;
		margin-top: calc( 5 / var(--break) * 100vw );
	}
	.list_common03 li:before {
		background-color: #000;
	}
	.list_common03.bdr li:not(:last-of-type) {
		border-bottom: 1px dotted #000;
		padding-bottom: calc( 15 / var(--break) * 100vw );
	}
	.bg_common02 {
		position: relative;
	}
	.bg_common02:before {
		content: "";
		background: url("images/page/deco_common01.png")no-repeat center / contain;
		width: calc( 100 / var(--break) * 100vw );
		height: calc( 100 / var(--break) * 100vw );
		position: absolute;
		right: 0;
		top: calc( -10 / var(--break) * 100vw );
		z-index: 1;
	}
	.bg_common02:after {
		content: "";
		background: url("images/page/deco_common01.png")no-repeat center / contain;
		width: calc( 101 / var(--break) * 100vw );
		height: calc( 98 / var(--break) * 100vw );
		position: absolute;
		left: 0;
		bottom: calc( -10 / var(--break) * 100vw );
	}
	.bg_common04 {
		background-color: #ffe11833;
	}
	.bg_common05 {

	}
	.btn_common01 {
		width: calc( 600 / var(--break) * 100vw );
	}
	.btn_common01 a {
		height: calc( 100 / var(--break) * 100vw );
	}
	.btn_common01 .arw {
		width: calc( 24 / var(--break) * 100vw );
		height: calc( 10 / var(--break) * 100vw );
		right: calc( 20 / var(--break) * 100vw );
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.tbl_common01 {
		max-width: calc( 1000 / var(--break) * 100vw );
	}
	.tbl_common01 th {
		background-color: #eeede5;
		border-bottom-color: #000000!important;
		color: #000000;
		vertical-align: middle;
	}
	.tbl_common01 thead th {
		text-align: center;
	}
	.tbl_common01 thead th {
		border-bottom: 1px solid #000000;
	}
	.tbl_common01 thead th:nth-of-type(n+3),
	.tbl_common01 td:nth-of-type(n+2) {
		border-left: 1px solid #000000;
	}
	.tbl_common01.tbl02 th {
		width: 20%;
	}
	.tbl_common01.tbl02 td {
		width: 80%;
	}
	.balloon_common01 {
		max-width: calc( 1000 / var(--break) * 100vw );
		padding: 2vw 5vw;
	}
	.balloon_common01:after {
		content: "";
		background: #ffe118;
		width: calc(40 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
		position: absolute;
		clip-path: polygon(50% 100%, 0 0, 100% 0);
		left: 0;
		right: 0;
		bottom: calc(-18 / var(--break) * 100vw);
		margin: auto;
	}
	.js-scrollable table {
		width: calc( 1200 / var(--break) * 100vw );
	}
	.tbl_recruit th {
		border-bottom: none!important;
	}
	.lum-close-button {
		left: 5vw;
		top: 5vw;
		right: auto!important;
	}
}


/* オープンキャンパス open
------------------------------------------------------------------*/
.row_open01 {
	gap: 0 calc( 40 / var(--break) * 100vw );
}
.row_open01 .ccl {
	width: calc( 250 / var(--break) * 100vw );
	height: calc( 250 / var(--break) * 100vw );
}
.row_open01 .icn {
	width: calc( 86 / var(--break) * 100vw );
}
.row_open01 .txt {
	width: 100%;
}
.row_open01 .ccl:before {
    content: "";
    border: 1px solid #fff;
    width: calc(100% - calc(20 / var(--break) * 100vw));
    height: calc(100% - calc(20 / var(--break) * 100vw));
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
}
.row_open01 .ccl02, .row_open01 .ccl03 {
    margin-left: 0;
}
.btn_open01 a {
	background-color: #06c755!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.btn_open01 {
		margin-left: auto;
		margin-right: auto;
	}
}


/* 募集要項 admission
------------------------------------------------------------------*/
.tbl_admission01 th {
	width: 25%;
}
.tbl_admission01 th:nth-child(n+2) {
	width: 18%;
}
.tbl_admission02 thead th:nth-child(n+2) {
	border-left: 1px solid #000000;
}
.tbl_admission02 thead th:nth-child(1) {
	width: 20%;
}
.tbl_admission02 thead th:nth-child(n+2) {
	width: 40%;
}
.tbl_admission02.half thead th {
	width: 50%;
}
.tbl_admission02 thead th:nth-child(n+2),
.tbl_admission02 tbody td {
	border-left: 1px solid #000000;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	
}


/* 社会人の方へ society
------------------------------------------------------------------*/
.tbl_society01 thead th:nth-of-type(n+3),
.tbl_society01 td:nth-of-type(n+2) {
	border-left: none!important;
}
.tbl_society01 th:nth-child(1) {
	width: 20%;
}
.tbl_society01 th:nth-child(n+2) {
	width: 40%;
}
.tbl_society01 th {
	text-align: center;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 交通アクセス access
------------------------------------------------------------------*/
.ttl_access01 {
	border-bottom: 1px solid #000;
}
.ttl_access01 .icn {
	width: calc( 40 / var(--break) * 100vw );
}
.ttl_access01 .txt {
	width: calc( 100% - calc( 65 / var(--break) * 100vw ) );
}
.row_access01 .col {
	width: 48%;
	max-width: 560px;
}
.row_access01 .box {
	border: 1px solid #000;
	border-top: none!important;
}
.row_access01 .ttl {
	height: calc( 50 / var(--break) * 100vw );
}
.row_access01 dt {
	width: calc( 100 / var(--break) * 100vw );
	height: calc( 30 / var(--break) * 100vw );
	padding-bottom: calc( 4 / var(--break) * 100vw );
}
.row_access01 dd {
	width: calc( 100% - calc( 110 / var(--break) * 100vw ) );
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.ttl_access01 .icn {
		width: calc( 60 / var(--break) * 100vw );
	}
	.ttl_access01 .txt {
		width: calc( 100% - calc( 75 / var(--break) * 100vw ) );
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_access01 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_access01 .col_l {
		margin-bottom: 5vw;
	}
	.row_access01 .box {
		border: 1px solid #000;
		border-top: none!important;
	}
	.row_access01 .ttl {
		height: calc( 70 / var(--break) * 100vw );
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_access01 dt {
		width: calc( 180 / var(--break) * 100vw );
		height: calc( 50 / var(--break) * 100vw );
		padding-bottom: calc( 4 / var(--break) * 100vw );
	}
	.row_access01 dd {
		width: calc( 100% - calc( 200 / var(--break) * 100vw ) );
	}
}


/* 建学の精神 spirit
------------------------------------------------------------------*/
.row_spirit01  {
	gap: calc( 40 / var(--break) * 100vw ) 2.33%;
}
.row_spirit01 .col {
	max-width: 394px;
	width: 31.78%;
	border: calc( 10 / var(--break) * 100vw ) solid #1eb9e5;
	height: calc( 140 / var(--break) * 100vw );
	background: url("images/spirit/deco_spirit01.png")no-repeat left bottom / calc( 101 / var(--break) * 100vw ) auto, #fff;
}
.row_spirit01 .col:nth-child(2) {
	border-color: #b9d200;
}
.row_spirit01 .col:nth-child(3) {
	border-color: #ea6d9f;
}
.list_spirit01 li {
	padding: 0;
	border-bottom: none;
}
.list_spirit01 li:nth-child(n+2) {
	margin-top: calc( 25 / var(--break) * 100vw );
}
.row_spirit02 .col_img {
	max-width: 460px;
	width: 37.1%;
	z-index: 1;
}
.row_spirit02 .col_img:after {
	content: "";
	background: #b9d200;
	width: 100%;
	height: calc( 100% - calc( 10 / var(--break) * 100vw ) );
	position: absolute;
	right: calc( -10 / var(--break) * 100vw );
	bottom: 0;
	z-index: -1;
}
.row_spirit02 .col_txt {
	width: 59%;
}
.box_spirit01 {
	max-width: calc( 1000 / var(--break) * 100vw );
	border: 1px solid #000;
}
.list_spirit01 li {
	border-bottom: none!important;
}
.box_spirit02 {
	position: relative;
	max-width: 1000px;
	border: 1px solid #000000;
}
.box_spirit02 .deco {
	width: calc( 90 / var(--break) * 100vw );
	right: calc( 10 / var(--break) * 100vw );
	top: calc( -20 / var(--break) * 100vw );
}
.box_spirit02 .txt {
	margin-top: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_spirit01  {
		gap: calc( 40 / var(--break) * 100vw ) 0;
	}
	.row_spirit01 .col {
		max-width: 394px;
		width: 100%;
		border: calc( 10 / var(--break) * 100vw ) solid #1eb9e5;
		height: calc( 200 / var(--break) * 100vw );
		background: url("images/spirit/deco_spirit01.png")no-repeat left bottom / calc( 101 / var(--break) * 100vw ) auto, #fff;
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_spirit01 .col:nth-child(2) {
		border-color: #b9d200;
	}
	.row_spirit01 .col:nth-child(3) {
		border-color: #ea6d9f;
	}
	.list_spirit01 li {
		padding: 0;
		border-bottom: none;
	}
	.list_spirit01 li:nth-child(n+2) {
		margin-top: calc( 25 / var(--break) * 100vw );
	}
	.row_spirit02 .col_img {
		max-width: calc( 500 / var(--break) * 100vw );
		width: 100%;
		margin: 0 auto 5vw;
	}
	.row_spirit02 .col_img:after {
		content: "";
		background: #b9d200;
		width: 100%;
		height: calc( 100% - calc( 10 / var(--break) * 100vw ) );
		position: absolute;
		right: calc( -10 / var(--break) * 100vw );
		bottom: 0;
		z-index: -1;
	}
	.row_spirit02 .col_txt,
	.txt_spirit01 {
		width: 100%;
		max-width: calc( 646 / var(--break) * 100vw );
		margin-left: auto;
		margin-right: auto;
	}
	.box_spirit01 {
		max-width: calc( 1000 / var(--break) * 100vw );
		border: 1px solid #000;
	}
	.list_spirit01 li {
		border-bottom: none!important;
	}
	.box_spirit02 {
		position: relative;
		max-width: 1000px;
		border: 1px solid #000000;
	}
	.box_spirit02 .deco {
		width: calc( 90 / var(--break) * 100vw );
		right: calc( 10 / var(--break) * 100vw );
		top: calc( -20 / var(--break) * 100vw );
	}
	.box_spirit02 .txt {
		margin-top: 0;
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}


/* コンテンツ名 dental
------------------------------------------------------------------*/
.box_dental01 .balloon {
	width: calc( 160 / var(--break) * 100vw );
	height: calc( 122 / var(--break) * 100vw );
	background: url("images/index/balloon_open01.png")no-repeat center / contain;
	left: calc( -20 / var(--break) * 100vw );
	top: calc( -20 / var(--break) * 100vw );
}
.box_dental01 .balloon span {
	transform: rotate(-10deg);
}
.box_dental01 .balloon .bdr {
	background: linear-gradient(transparent 75%, #ffffff80 25%);
}
.box_dental02 {
	border: 1px solid #000;
}
.box_dental02 .balloon {
	height: calc( 50 / var(--break) * 100vw );
	padding-bottom: 2px;
	max-width: 460px;
}
.box_dental02 .balloon:after {
	content: "";
	background: #ea6d9f;
	width: calc( 30 / var(--break) * 100vw );
	height: calc( 14 / var(--break) * 100vw );
	position: absolute;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	left: 0;
	right: 0;
	bottom: calc( -12 / var(--break) * 100vw );
	margin: auto;
}
.box_dental02 .copy {
	border-bottom: 1px solid #000;
}
.box_dental02 .copy .deco {
	width: calc( 162 / var(--break) * 100vw );
	top: calc( -60 / var(--break) * 100vw );
}
.box_dental02 .copy .deco02 {
	left: 0;
}
.box_dental02 .copy .deco02 {
	right: 0;
	left: auto!important;
}
.row_dental01 {
	gap: calc( 60 / var(--break) * 100vw ) 4%;
}
.row_dental01 .col {
	width: 48%;
	max-width: 540px;
}
.row_dental01 .ttl {
	background-color: #ea6d9f33;
}
.row_dental01 .col:nth-child(2) .ttl {
	background-color: #8267a733;
}
.row_dental01 .col:nth-child(3) .ttl {
	background-color: #b9d20033;
}
.row_dental01 .col:nth-child(4) .ttl {
	background-color: #1eb9e533;
}
.row_dental01 .col:nth-child(5) .ttl {
	background-color: #1eaa3933;
}
.row_dental01 .ttl .txt01 {
	width: calc( 100% - calc( 40 / var(--break) * 100vw ) );
}
.row_dental01 .wrap .img {
	width: 48%;
	max-width: 240px;
}
.row_dental01 .wrap .txt02 {
	width: 48%;
}
.row_dental02 .col_img {
	max-width: 450px;
	width: 40%;
}
.row_dental02 .col_txt {
	width: 56%;
}
.row_dental02 .col_txt .ttl {
	border-bottom: 1px solid #000;
}
.box_dental03:after {
	content: "";
	background: #f29600;
	width: calc( 200 / var(--break) * 100vw );
	height: calc( 200 / var(--break) * 100vw );
	position: absolute;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	right: 0;
	top: 0;
	z-index: -1;
}
.box_dental03:nth-of-type(2):after {
	transform: scale(-1, 1);
	left: 0;
	top: 0;
	z-index: -1;
}
.bg_dental02 .box > .ttl {
	border-bottom: 1px solid #000;
}
.row_dental03 {
	gap: 0 2.6%;
}
.row_dental03 .col {
	width: 31.6%;
	height: calc( 360 / var(--break) * 100vw );
	border-radius: 50%;
}
.row_dental03 .col:nth-child(1) {
	background-color: #ea6d9f33;
}
.row_dental03 .col:nth-child(2) {
	background-color: #b9d20033;
}
.row_dental03 .col:nth-child(3) {
	background-color: #8267a733;
}
.row_dental03 .col .ttl {
	border-bottom: 1px solid #ea6d9f;
	max-width: 260px;
	width: 100%;
}
.row_dental03 .col:nth-child(2) .ttl {
	border-bottom-color: #b9d200;
}
.row_dental03 .col:nth-child(3) .ttl {
	border-bottom-color: #8267a7;
}
.bg_dental03 {
	background: #fef4e5;
}
.row_dental04 {
	gap: calc( 40 / var(--break) * 100vw ) 2.2%
}
.row_dental04 .col {
	width: 21%;
}
.row_dental04 .col:nth-child(n+5) {
	width: 17.8%;
}
.row_dental04 .col a {
	height: calc( 260 / var(--break) * 100vw );
	pointer-events: none;
}
.row_dental04 .col a:after {
	content: "";
	background: #000000;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .05;
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
	right: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 50%;
}
.row_dental04 .col:nth-child(n+5) a {
	height: calc( 220 / var(--break) * 100vw );
}
.row_dental04 .col:last-of-type a {
	background-color: #556fb5;
}
.row_dental04 .col .icn {
	width: calc( 110 / var(--break) * 100vw );
}
.row_dental04 .col:nth-child(n+5) .icn {
	width: calc( 92 / var(--break) * 100vw );
}
.row_dental04 .col .arw {
	width: calc( 17 / var(--break) * 100vw );
}
.img_dental01 {
	width: calc( 470 / var(--break) * 100vw );
}
.row_dental05 {
	border: 1px solid #000;
}
.row_dental05 .col_img {
	width: calc( 340 / var(--break) * 100vw );
}
.row_dental05 .col_img:after {
	content: "";
	background: url("images/dental/deco_dental01.png") no-repeat right bottom / contain;
	width: calc(120 / var(--break) * 100vw);
	height: calc(121 / var(--break) * 100vw);
	margin: auto;
	position: absolute;
	right: 0;
	bottom: 0;
}
.row_dental05 .col_img .img {
	width: calc( 240 / var(--break) * 100vw );
}
.row_dental05 .num {
	left: -1px;
	top: -1px;
	width: calc( 110 / var(--break) * 100vw );
	height: calc( 40 / var(--break) * 100vw );
	padding-left: calc( 5 / var(--break) * 100vw );
	padding-top: calc( 5 / var(--break) * 100vw );
	letter-spacing: 0;
}
.row_dental05 .num:before {
	content: "";
	border-left: 1px solid #fff;
	width: 0;
	height: 100%;
	position: absolute;
	left: calc( 5 / var(--break) * 100vw );
	top: 0;
}
.row_dental05 .col_txt {
	width: calc( 100% - calc( 340 / var(--break) * 100vw ) );
}
.row_dental06 {
	position: relative;
	min-height: calc( 560 / var(--break) * 100vw );
}
.row_dental06:before {
	content: "";
	background: url("images/dental/img_dental13.jpg")no-repeat center / cover;
	width: 52%;
	max-width: 960px;
	height: calc( 560 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.row_dental06.img_r:before {
	left: auto;
	right: 0;
}
.row_dental06 .col_txt {
	width: 53%;
	max-width: 780px;
}
.row_dental06 .col_txt .txt {
	max-width: 680px;
	width: 87%;
}
.box_dental04 {
	max-width: calc(  690 / var(--break) * 100vw );
	border: 1px solid #000;
}
.box_dental04 > .en {
	border-bottom: 1px solid #000;
}
.row_dental06.row02:before {
	background-image: url("images/dental/img_dental14.jpg");
}
.row_dental06.row03:before {
	background-image: url("images/dental/img_dental15.jpg");
}
.row_dental06.row04:before {
	background-image: url("images/dental/img_dental16.jpg");
}
.row_dental07 .col {
	width: 50%;
	padding-top: calc( 460 / var(--break) * 100vw );
	position: relative;
}
.row_dental07 .col:before {
	content: "";
	background: url("images/dental/img_dental17.jpg")no-repeat center / cover;
	width: 100%;
	height: calc( 560 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.row_dental07 .col_r:before {
	background-image: url("images/dental/img_dental18.jpg");
}
.row_dental07 .col .txt {
	max-width: 680px;
	width: 100%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_dental03 .col {
		width: 31.6%;
		max-width: calc( 334 / var(--break) * 100vw );
		height: calc( 334 / var(--break) * 100vw );
		border-radius: 50%;
	}
	.row_dental04 .col {
		width: 21%;
		max-width: calc( 242 / var(--break) * 100vw );
	}
	.row_dental04 .col:nth-child(n+5) {
		width: 17.8%;
		max-width: calc( 204 / var(--break) * 100vw );
	}
	.row_dental04 .col a {
		height: calc( 242 / var(--break) * 100vw );
	}
	.row_dental04 .col:nth-child(n+5) a {
		height: calc( 204 / var(--break) * 100vw );
	}
	.box_dental04 .box {
		padding-left: calc( 20 / var(--break) * 100vw );
		padding-right: calc( 20 / var(--break) * 100vw );
	}
	.row_dental07 .box_dental04,
	.row_dental07 .col .txt {
		width: 90%;
	}
}
@media(max-width: 767px) {
	.box_dental01 .balloon {
		width: calc( 240 / var(--break) * 100vw );
		height: calc( 180 / var(--break) * 100vw );
		background: url("images/index/balloon_open01.png")no-repeat center / contain;
		left: calc( -20 / var(--break) * 100vw );
		top: calc( -84 / var(--break) * 100vw );
		font-size: .875rem;
	}
	.box_dental01 .balloon span {
		transform: rotate(-10deg);
	}
	.box_dental01 .balloon .bdr {
		background: linear-gradient(transparent 75%, #ffffff80 25%);
	}
	.box_dental02 {
		border: 1px solid #000;
		padding: 8vw 5vw 10vw;
	}
	.box_dental02 .balloon {
		height: calc( 70 / var(--break) * 100vw );
		padding-bottom: 2px;
		max-width: calc( 646 / var(--break) * 100vw );
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_dental02 .balloon:after {
		content: "";
		background: #ea6d9f;
		width: calc( 30 / var(--break) * 100vw );
		height: calc( 14 / var(--break) * 100vw );
		position: absolute;
		clip-path: polygon(50% 100%, 0 0, 100% 0);
		left: 0;
		right: 0;
		bottom: calc( -12 / var(--break) * 100vw );
		margin: auto;
	}
	.box_dental02 .copy {
		border-bottom: 1px solid #000;
		font-size: 1.25rem;
		letter-spacing: 0;
		padding-bottom: 2vw;
		margin-bottom: 2vw;
	}
	.box_dental02 .copy .deco {
		width: calc(60 / var(--break) * 100vw);
		top: 0;
	}
	.box_dental02 .copy .deco02 {
		left: 0;
	}
	.box_dental02 .copy .deco02 {
		right: 0;
		left: auto!important;
	}
	.row_dental01 {
		gap: calc( 60 / var(--break) * 100vw ) 4%;
	}
	.row_dental01 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_dental01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_dental01 .ttl .txt01 {
		width: calc(100% - calc(60 / var(--break) * 100vw));
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_dental01 .wrap .img {
		width: 48%;
		max-width: 240px;
		margin: 0 auto 2vw;
	}
	.row_dental01 .wrap .txt02 {
		width: 100%;
	}
	.row_dental02 .col_img {
		max-width: calc( 600 / var(--break) * 100vw );
		width: 100%;
		margin: 0 auto 5vw;
	}
	.row_dental02 .col_txt {
		width: 100%;
	}
	.row_dental02 .col_txt .ttl {
		border-bottom: 1px solid #000;
		font-size: 1.125rem;
		letter-spacing: 0;
		text-align: center;
	}
	.box_dental03 {
		padding: 5vw;
	}
	.box_dental03:after {
		content: "";
		background: #f29600;
		width: calc( 200 / var(--break) * 100vw );
		height: calc( 200 / var(--break) * 100vw );
		position: absolute;
		clip-path: polygon(100% 0, 0 0, 100% 100%);
		right: 0;
		top: 0;
		z-index: -1;
	}
	.box_dental03:nth-of-type(2):after {
		transform: scale(-1, 1);
		left: 0;
		top: 0;
		z-index: -1;
	}
	.bg_dental02 .box {
		padding: 5vw 5vw 6vw;
	}
	.bg_dental02 .box > .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_dental03 {
		gap: calc( 40 / var(--break) * 100vw ) 0;
	}
	.row_dental03 .col {
		width: calc( 626 / var(--break) * 100vw );
		height: calc( 626 / var(--break) * 100vw );
		border-radius: 50%;
		padding: 0 4vw;
	}
	.row_dental03 .col:nth-child(1) {
		background-color: #ea6d9f33;
	}
	.row_dental03 .col:nth-child(2) {
		background-color: #b9d20033;
	}
	.row_dental03 .col:nth-child(3) {
		background-color: #8267a733;
	}
	.row_dental03 .col .ttl {
		border-bottom: 1px solid #ea6d9f;
		max-width: calc( 450 / var(--break) * 100vw );
		width: 100%;
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_dental03 .col:nth-child(2) .ttl {
		border-bottom-color: #b9d200;
	}
	.row_dental03 .col:nth-child(3) .ttl {
		border-bottom-color: #8267a7;
	}
	.row_dental03 .txt {
		letter-spacing: 0;
	}
	.bg_dental03 {
		background: #fef4e5;
	}
	.row_dental04 {
		gap: calc( 40 / var(--break) * 100vw ) 2.2%
	}
	.row_dental04 .col {
		width: 48%;
		max-width: calc( 336 / var(--break) * 100vw );
	}
	.row_dental04 .col:nth-child(n+5) {
		width: 48%;
		max-width: calc( 336 / var(--break) * 100vw );
	}
	.row_dental04 .col a {
		height: calc( 336 / var(--break) * 100vw );
	}
	.row_dental04 .col a:after {
		content: "";
		background: #000000;
		width: 100%;
		height: 100%;
		position: absolute;
		opacity: .05;
		clip-path: polygon(100% 100%, 100% 0, 0 100%);
		right: 0;
		bottom: 0;
		z-index: -1;
		border-radius: 50%;
	}
	.row_dental04 .col:nth-child(n+5) a {
		height: calc( 336 / var(--break) * 100vw );
	}
	.row_dental04 .col:last-of-type a {
		background-color: #556fb5;
	}
	.row_dental04 .col .icn {
		width: calc( 110 / var(--break) * 100vw );
	}
	.row_dental04 .col:nth-child(n+5) .icn {
		width: calc( 92 / var(--break) * 100vw );
	}
	.row_dental04 .col .txt {
		font-size: 1.125rem;
		letter-spacing: 0;
		width: 100%;
	}
	.row_dental04 .col .arw {
		width: calc( 24 / var(--break) * 100vw );
	}
	.img_dental01 {
		width: calc( 646 / var(--break) * 100vw );
	}
	.row_dental05 {
		border: 1px solid #000;
	}
	.row_dental05 .col_img {
		width: 100%;
	}
	.row_dental05 .col_img:after {
		content: "";
		background: url("images/dental/deco_dental01.png") no-repeat right bottom / contain;
		width: calc(120 / var(--break) * 100vw);
		height: calc(121 / var(--break) * 100vw);
		margin: auto;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.row_dental05 .col_img .img {
		width: 100%;
		max-width: calc( 400 / var(--break) * 100vw );
	}
	.row_dental05 .num {
		left: -1px;
		top: -1px;
		width: calc( 180 / var(--break) * 100vw );
		height: calc( 60 / var(--break) * 100vw );
		padding-left: calc( 5 / var(--break) * 100vw );
		padding-top: calc( 5 / var(--break) * 100vw );
		letter-spacing: 0;
		font-size: 1.25rem;
	}
	.row_dental05 .num:before {
		content: "";
		border-left: 1px solid #fff;
		width: 0;
		height: 100%;
		position: absolute;
		left: calc( 5 / var(--break) * 100vw );
		top: 0;
	}
	.row_dental05 .col_txt {
		width: 100%;
		padding: 5vw;
	}
	.row_dental05 .copy {
		font-size: 1.125rem;
		text-align: center;
		letter-spacing: 0;
	}
	.row_dental06 {
		position: relative;
		min-height: auto;
		padding-top: calc( 300 / var(--break) * 100vw );
	}
	.row_dental06:before {
		width: 100%;
		max-width: 100%;
		height: calc( 400 / var(--break) * 100vw );
	}
	.row_dental06.img_r:before {
		left: auto;
		right: 0;
	}
	.row_dental06 .col_txt {
		width: 100%;
		max-width: 100%;
	}
	.row_dental06 .col_txt .txt {
		max-width: 100%;
		width: 100%;
	}
	.box_dental04 {
		max-width: calc(  690 / var(--break) * 100vw );
		border: 1px solid #000;
	}
	.box_dental04 > .en {
		font-size: calc( 60 / var(--break) * 100vw );
		padding-top: 1vw;
		letter-spacing: 0;
	}
	.box_dental04 > .box .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_dental04 > .box {
		padding: 5vw 3vw 6vw;
	}
	.box_dental04 > .box .en {
		font-size: 1rem;
	}
	.row_dental06.row02:before {
		background-image: url("images/dental/img_dental14.jpg");
	}
	.row_dental06.row03:before {
		background-image: url("images/dental/img_dental15.jpg");
	}
	.row_dental06.row04:before {
		background-image: url("images/dental/img_dental16.jpg");
	}
	.row_dental07 .col {
		width: 100%;
		padding: calc( 300 / var(--break) * 100vw ) 3.2vw 0;
	}
	.row_dental07 .col:before {
		content: "";
		background: url("images/dental/img_dental17.jpg")no-repeat center / cover;
		width: 100%;
		height: calc( 400 / var(--break) * 100vw );
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
	}
	.row_dental07 .col_l {
		margin-bottom: 8vw;
	}
	.row_dental07 .col_r:before {
		background-image: url("images/dental/img_dental18.jpg");
	}
	.row_dental07 .col .txt {
		max-width: 680px;
		width: 100%;
	}
}


/* 広島たいよう歯科衛生士専門学校の魅力 charm
------------------------------------------------------------------*/
.inner_charm01 {
	max-width: 1820px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.box_charm01 {
	outline : calc( 5 / var(--break) * 100vw) solid #eeede5;
	outline-offset : calc( -15 / var(--break) * 100vw);
}
.row_charm01 {
	position: relative;
	min-height: calc( 640 / var(--break) * 100vw );
}
.row_charm01:before {
	content: "";
	background: url("images/charm/img_charm01.jpg")no-repeat center / cover;
	width: 52%;
	max-width: 960px;
	height: calc( 640 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.row_charm01.img_r:before {
	left: auto;
	right: 0;
}
.row_charm01 .col_txt {
	width: 53%;
	max-width: 960px;
}
.row_charm01 .col_txt .txt {
	max-width: 740px;
}
.row_charm01 .col_txt .num {
	font-size: calc( 72 / var(--break) * 100vw );
}
.row_charm01 .ttl .bg {
	max-width: calc( 600 / var(--break) * 100vw );
	padding: calc( 8 / var(--break) * 100vw ) calc( 10 / var(--break) * 100vw ) calc( 10 / var(--break) * 100vw );
}
.row_charm01.row02:before {
	background-image: url("images/charm/img_charm02.jpg");
}
.row_charm01.row03:before {
	background-image: url("images/charm/img_charm03.jpg");
}
.row_charm01.row04:before {
	background-image: url("images/charm/img_charm04.jpg");
}
.row_charm01.row05:before {
	background-image: url("images/charm/img_charm05.jpg");
}
.row_charm01.row06:before {
	background-image: url("images/charm/img_charm06.jpg");
}
.row_charm01.row07:before {
	background-image: url("images/charm/img_charm07.jpg");
}
.row_charm02 {
	max-width: 1000px;
}
.row_charm02 .col {
	max-width: 320px;
	width: 32%;
}
.row_charm02 .ccl {
	width: calc( 200 / var(--break) * 100vw );
	height: calc( 200 / var(--break) * 100vw );
}
.row_charm02 .balloon {
	width: calc( 100 / var(--break) * 100vw );
	height: calc( 30 / var(--break) * 100vw );
	padding-top: calc( 2 / var(--break) * 100vw );
}
.row_charm02 .balloon:after {
	content: "";
	background: #1d1e29;
	width: calc( 22 / var(--break) * 100vw );
	height: calc( 10 / var(--break) * 100vw );
	position: absolute;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	left: 0;
	right: 0;
	bottom: calc( -8 / var(--break) * 100vw );
	margin: auto;
}
.row_charm02 .ttl {
	border-bottom: 2px dotted #b9d200;
}
.row_charm02 .col_c .ttl {
	border-bottom-color: #f29600;
}
.row_charm02 .col_r .ttl {
	border-bottom-color: #1eb9e5;
}
.row_charm02 .col_r .ccl {
	background-color: #1eb9e5;
}
.row_charm02 .txt02 {
	max-width: 280px;
}
.box_charm02 {
	border: 1px solid #000;
}
.box_charm02:before,
.box_charm02:after {
	content: "";
	background: #ea6d9f;
	width: calc( 80 / var(--break) * 100vw );
	height: calc( 80 / var(--break) * 100vw );
	position: absolute;
	clip-path: polygon(100% 0, 0% 100%, 0 0);
	left: 0;
	top: 0;
}
.box_charm02:after {
	left: auto!important;
	top: auto!important;
	right: 0;
	bottom: 0;
	transform: scale(-1, -1);
}
.box_charm02 > .copy .deco {
	width: calc( 18 / var(--break) * 100vw );
}
.row_charm02 .col_l .img {
	width: calc( 68 / var(--break) * 100vw );
}
.row_charm02 .col_c .img {
	width: calc( 106 / var(--break) * 100vw );
}
.row_charm02 .col_r .img {
	width: calc( 56 / var(--break) * 100vw );
}
.row_charm03 {
	gap: 0 6.35%;
}
.row_charm03 .col {
	width: 29.1%;
	height: calc( 360 / var(--break) * 100vw );
}
.row_charm03 .col:before {
	content: "";
	border: 2px solid #fff;
	width: calc( 100% - calc( 30 / var(--break) * 100vw) );
	height: calc( 100% - calc( 30 / var(--break) * 100vw) );
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 50%;
}
.row_charm03 .icn {
	width: calc( 120 / var(--break) * 100vw );
}
.wrap_charm01 {
	gap: 0 calc( 20 / var(--break) * 100vw );
	left: calc( calc( 50 / var(--break) * 100vw ) );
	bottom: calc( calc( -50 / var(--break) * 100vw ) );
}
.wrap_charm01 .ccl {
	width: calc( 220 / var(--break) * 100vw );
	height: calc( 220 / var(--break) * 100vw );
}
.wrap_charm01 .ccl:before {
	content: "";
	border: 2px solid #fff;
	width: calc( 100% - calc( 14 / var(--break) * 100vw) );
	height: calc( 100% - calc( 14 / var(--break) * 100vw) );
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 50%;
}
.wrap_charm01 .ccl:after {
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .2;
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
	right: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 50%;
}
.row_charm04 {
	gap: calc( 40 / var(--break) * 100vw ) 1.1%;
	max-width: calc( 1720 / var(--break) * 100vw );
	width: 96%;
}
.row_charm04 .col {
	width: 32.6%;
	max-width: 560px;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_charm01 .ccl {
		width: calc( 180 / var(--break) * 100vw );
		height: calc( 180 / var(--break) * 100vw );
	}
	.wrap_charm01 .copy {
		font-size: 1.125rem;
	}
	.box_charm01 .ttl {
		font-size: 2.25rem;
	}
	.row_charm01 .ttl .bg {
		font-size: 1.5rem;
	}
	.row_charm03 {
		gap: 0 4%;
	}
	.row_charm03 .col {
		width: 31%;
		max-width: calc( 340 / var(--break) * 100vw );
		height: calc( 340 / var(--break) * 100vw );
	}
	.row_charm04 .col {
		padding-left: calc( 30 / var(--break) * 100vw );
		padding-right: calc( 30 / var(--break) * 100vw );
	}
	.row_charm04 .bg {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.copy_charm01 {
		font-size: 2rem;
	}
}
@media(max-width: 767px) {
	.inner_charm01 {
		max-width: calc( 702 / var(--break) * 100vw );
		width: 100%;
	}
	.box_charm01 {
		outline : calc( 5 / var(--break) * 100vw) solid #eeede5;
		outline-offset : calc( -15 / var(--break) * 100vw);
		padding: 6vw;
	}
	.row_charm01 {
		position: relative;
		min-height: calc( 640 / var(--break) * 100vw );
		padding-top: calc( 300 / var(--break) * 100vw );
	}
	.row_charm01.row05 {
		padding-top: calc(450 / var(--break) * 100vw);
	}
	.row_charm01:before {
		width: 100%;
		max-width: 100%;
		height: calc( 400 / var(--break) * 100vw );
	}
	.row_charm01.img_r:before {
		left: auto;
		right: 0;
	}
	.row_charm01 .col_txt {
		width: 100%;
		max-width: 100%;
	}
	.row_charm01 .col_txt .ttl,
	.row_charm04 .ttl {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_charm01 .col_txt .txt {
		max-width: 100%;
	}
	.row_charm01 .col_txt .num,
	.row_charm04 .num {
		font-size: calc( 72 / var(--break) * 100vw );
	}
	.row_charm01 .ttl .bg,
	.row_charm04 .ttl .bg {
		max-width: 100%;
		padding: calc(8 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
		font-size: .925rem;
		letter-spacing: 0;
	}
	.row_charm01.row02:before {
		background-image: url("images/charm/img_charm02.jpg");
	}
	.row_charm01.row03:before {
		background-image: url("images/charm/img_charm03.jpg");
	}
	.row_charm01.row04:before {
		background-image: url("images/charm/img_charm04.jpg");
	}
	.row_charm01.row05:before {
		background-image: url("images/charm/img_charm05.jpg");
	}
	.row_charm01.row06:before {
		background-image: url("images/charm/img_charm06.jpg");
	}
	.row_charm01.row07:before {
		background-image: url("images/charm/img_charm07.jpg");
	}
	.row_charm02 {
		max-width: 100%;
		gap: calc( 40 / var(--break) * 100vw ) 0;
	}
	.row_charm02 .col {
		max-width: 100%;
		width: 100%;
	}
	.row_charm02 .ccl {
		width: calc( 250 / var(--break) * 100vw );
		height: calc( 250 / var(--break) * 100vw );
	}
	.row_charm02 .balloon {
		width: calc( 150 / var(--break) * 100vw );
		height: calc( 50 / var(--break) * 100vw );
		padding-top: calc( 2 / var(--break) * 100vw );
	}
	.row_charm02 .balloon:after {
		content: "";
		background: #1d1e29;
		width: calc( 22 / var(--break) * 100vw );
		height: calc( 10 / var(--break) * 100vw );
		position: absolute;
		clip-path: polygon(50% 100%, 0 0, 100% 0);
		left: 0;
		right: 0;
		bottom: calc( -8 / var(--break) * 100vw );
		margin: auto;
	}
	.row_charm02 .ttl {
		border-bottom: 2px dotted #b9d200;
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_charm02 .col_c .ttl {
		border-bottom-color: #f29600;
	}
	.row_charm02 .col_r .ttl {
		border-bottom-color: #1eb9e5;
	}
	.row_charm02 .col_r .ccl {
		background-color: #1eb9e5;
	}
	.row_charm02 .txt02 {
		max-width: 280px;
	}
	.box_charm02 {
		border: 1px solid #000;
	}
	.box_charm02:before,
	.box_charm02:after {
		content: "";
		background: #ea6d9f;
		width: calc( 80 / var(--break) * 100vw );
		height: calc( 80 / var(--break) * 100vw );
		position: absolute;
		clip-path: polygon(100% 0, 0% 100%, 0 0);
		left: 0;
		top: 0;
	}
	.box_charm02:after {
		left: auto!important;
		top: auto!important;
		right: 0;
		bottom: 0;
		transform: scale(-1, -1);
	}
	.box_charm02 > .copy .deco {
		width: calc( 18 / var(--break) * 100vw );
	}
	.box_charm02 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_charm02 .col_l .img {
		width: calc( 68 / var(--break) * 100vw );
	}
	.row_charm02 .col_c .img {
		width: calc( 106 / var(--break) * 100vw );
	}
	.row_charm02 .col_r .img {
		width: calc( 56 / var(--break) * 100vw );
	}
	.row_charm03 {
		gap: 0 4%;
	}
	.row_charm03 .col {
		width: 48%;
		max-width: calc( 336 / var(--break) * 100vw );
		height: calc( 336 / var(--break) * 100vw );
	}
	.row_charm03 .col:before {
		content: "";
		border: 2px solid #fff;
		width: calc( 100% - calc( 30 / var(--break) * 100vw) );
		height: calc( 100% - calc( 30 / var(--break) * 100vw) );
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
		border-radius: 50%;
	}
	.row_charm03 .icn {
		width: calc( 120 / var(--break) * 100vw );
	}
	.row_charm03 .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.wrap_charm01 {
		gap: 0 calc( 20 / var(--break) * 100vw );
		right: 0;
		top: calc( 220 / var(--break) * 100vw );
		left: 0!important;
		bottom: auto!important;
		margin: auto;
		justify-content: center!important;
	}
	.wrap_charm01 .ccl {
		width: calc( 220 / var(--break) * 100vw );
		height: calc( 220 / var(--break) * 100vw );
	}
	.wrap_charm01 .ccl:before {
		content: "";
		border: 2px solid #fff;
		width: calc( 100% - calc( 14 / var(--break) * 100vw) );
		height: calc( 100% - calc( 14 / var(--break) * 100vw) );
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
		border-radius: 50%;
	}
	.wrap_charm01 .ccl:after {
		content: "";
		background: #fff;
		width: 100%;
		height: 100%;
		position: absolute;
		opacity: .2;
		clip-path: polygon(100% 100%, 100% 0, 0 100%);
		right: 0;
		bottom: 0;
		z-index: -1;
		border-radius: 50%;
	}
	.wrap_charm01 .copy {
		font-size: .75rem;
		letter-spacing: 0;
	}
	.row_charm04 {
		gap: calc( 40 / var(--break) * 100vw ) 0;
		max-width: calc( 702 / var(--break) * 100vw );
		width: 100%;
	}
	.row_charm04 .col {
		width: 100%;
		max-width: calc( 702 / var(--break) * 100vw );
	}
	.copy_charm01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}

/* 症例紹介 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) {
}
@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);*/
		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 / 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);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.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
------------------------------------------------------------------*/
.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;
	vertical-align: middle;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #333;
}
.btn_submit input {
	border: none;
	background: #;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
}

/* お問い合わせ contact
------------------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }
#autozip {
	margin-top: calc(-18 /var(--break)*100vw);
	margin-left: 10em;
}
#autozip a {
	pointer-events: none;
}
.tbl_form01 .wrap01 {
	width: 20%;
}
.tbl_form01 .wrap02 {
	width: 60%;
}
.tbl_form01.form02 .wrap01 .wpcf7-form-control-wrap,
.tbl_form01.form03 .wrap01 .wpcf7-form-control-wrap {
	width: 60%;
}
.tbl_form01 .require span:after {
    background-color: #f26600!important;
}
.btn_submit input {
    border: none;
    background: #1eb9e5;
	border-radius: calc( 50 / var(--break) * 100vw );
}
.row_form01 {
	gap: calc( 40 / var(--break) * 100vw ) 2.33%;
}
.row_form01 .col {
	max-width: 394px;
	width: 31.78%;
	border: 1px solid #000;
}
.row_form01 .tel a {
	height: calc( 80 / var(--break) * 100vw );
	border-bottom: 1px solid #000;
}
.wrap_parent01 .wpcf7-list-item {
	display: block;
	width: 100%;
}
.tbl_recruit td select {
	min-width: calc( 200 / var(--break) * 100vw );
    padding: calc(12 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.tbl_form01 .wrap01 {
		width: 18%;
	}
}
@media(max-width: 767px) {
	.tbl_form01 .wrap01 {
		width: 100%;
	}
	.tbl_form01 .address {
		display: block!important;
	}
	.tbl_form01 .wrap02 {
		width: 100%;
	}
	.tbl_form01.form02 .wrap01 .wpcf7-form-control-wrap,
	.tbl_form01.form03 .wrap01 .wpcf7-form-control-wrap {
		width: 60%;
	}
	.tbl_form01 .require span:after {
		background-color: #f26600!important;
	}
	.btn_submit input {
		border: none;
		background: #1eb9e5;
		border-radius: calc( 50 / var(--break) * 100vw );
	}
	.row_form01 {
		gap: calc( 40 / var(--break) * 100vw ) 2.33%;
	}
	.row_form01 .col {
		max-width: 394px;
		width: 100%;
		border: 1px solid #000;
	}
	.row_form01 .tel a {
		height: calc( 80 / var(--break) * 100vw );
		border-bottom: 1px solid #000;
		font-size: 1.5rem;
	}
	.row_form01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.tbl_recruit td select {
		min-width: auto;
		width: 30%;
	}
	.tbl_form01 td.sp_w100 select {
		width: 100%;
	}
}

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

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


/* フォーマット format
------------------------------------------------------------------*/
.format {
	padding-bottom: calc(140 / var(--break) * 100vw);
}
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.row_format01 .col_img {
	width: 46%;
	max-width: 570px;
}
.row_format01 .col_txt {
	width: 50%;
}
.list_format01 li {
	max-width: 425px;
}
.row_format03 .col_img {
	width: 29%;
	max-width: 350px;
}
.row_format03 .col_txt {
	width: 67%;
}
.row_format03 .copy {
	border-bottom: 1px solid #333;
}
.row_format03 .copy:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	left: 0;
	top: .4em;
	background: #333;
}
.txt_format01 {
	max-width: 1000px;
}
.tbl_fee {
	max-width: 1000px;
}
.tbl_fee table {
	border-color: #;
}
.tbl_fee th {
	background: #;
}
.tbl_fee thead th {
	background: #;
	text-align: center;
}
.tbl_fee thead tr th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_fee tr:not(:last-child) td {
	border-bottom-color: #;
}
.tbl_fee tbody tr td:not(:last-of-type) {
	border-right: 1px solid #;
}
.tbl_fee01 tbody th {
	text-align: center;
}
.wrap_format01 .box_flow:last-of-type:before {
	display: none;
}
.box_format03 .col_img {
	width: 31%;
	max-width: 345px;
}
.box_format03 .col_txt {
	width: 65%;
}
.row_format04 .col {
	width: 31.8%;
	max-width: 394px;
	margin-right: 2.3%;
}
.row_format04 .col:nth-child(3n), .row_format04 .col:last-child {
	margin-right: 0;
}
.row_format04 .col:not(:nth-child(-n+3)) {
	margin-top: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 {
	border: none;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 .box_a .box {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	left: 0;
	top: 0;
}
.wrap_format01 .box_qa03 .box_a {
	padding-top: calc(30 / var(--break) * 100vw);
	padding-left: calc(100 / var(--break) * 100vw);
}
.box_format04 .ttl {
	font-weight: 300;
	height: calc(50 / var(--break) * 100vw);
}
.list_format02 li:not(:first-child) {
	margin-top: calc(14 / var(--break) * 100vw);
}
.list_format02 .year {
	width: calc(140 / var(--break) * 100vw);
}
.list_format02 .txt {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.risk_format {
	border: 1px solid #333;
}
.risk_format .box{
	overflow-y: scroll;
	max-height: 280px;
	scrollbar-color: #333 #fff;
    scrollbar-width: thin;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.format {
		padding-bottom: 17vw;
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: 20vw;
	}
	.img_format01 {
		max-width: 100%;
	}
	.box_format01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_format01 li {
		max-width: 100%;
	}
	.row_format03 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_format03 .copy:before {
		top: .55em;
	}
	.txt_format01 {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.tbl_fee {
		max-width: 100%;
	}
	.tbl_fee01 tbody th {
		text-align: left;
	}
	.box_format03 {
		display: block;
	}
	.box_format03 .copy {
		font-size: 1.125rem;
	}
	.row_format04 {
		display: block;
	}
	.row_format04 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto!important;
	}
	.row_format04 .col:not(:first-child) {
		margin-top: calc(60 / var(--break) * 100vw);!important;
	}
	.row_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		font-size: 1.5625rem;
	}
	.tbl_format01.js-scrollable table {
		width: calc(1200 / var(--break) * 100vw);
		font-size: .875rem;
	}
	.img_format02 {
		max-width: calc(500 / var(--break) * 100vw);
	}
	.name_format .job {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.name_format .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
	.list_format02 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_format02 .year {
		width: calc(200 / var(--break) * 100vw);
	}
	.list_format02 .txt {
		width: calc(100% - calc(200 / var(--break) * 100vw));
	}
}