@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(500 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background-image: url("images/page/bg_ttl_page_sp.jpg");
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
	}
	.hdg2 .en {
		font-size: .9375rem;
	}
	.col_img {
		text-align: center;
	}
}


/* copy_common01
------------------------------------------------------------------*/
.copy_common01{
	padding: calc(10 / var(--break02));
	letter-spacing: .1em;
	font-size: calc(40 / var(--break03));
	text-align: center;
	color: #fff;
	background-image: linear-gradient(to left, #004c8e, #24a0c8);
	position: relative;
	z-index: 1;
}
.copy_common01::before{
	content: "";
	width: 100%;
	height: calc(32.6 / var(--break02));
	margin: auto;
	background: url(images/page/copy_common01.svg)no-repeat center bottom / cover;
	position: absolute;
	top: calc(100% + 20 / var(--break04));
	left: 0;
	right: 0;
	z-index: -1;
}
.copy_common01.bg_grad::before{
	background: url(images/page/copy_common01_g.svg)no-repeat center bottom / cover;
}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {
	.copy_common01{
		padding: 1vw;
		letter-spacing: 0;
	}
	.copy_common01::before{
		height: calc(31.8 / 750 * 100vw);
		background: url(images/page/copy_common01_sp.svg)no-repeat center bottom / contain;
		top: calc(100% + 3vw);
	}
	.copy_common01.bg_grad::before{
		background: url(images/page/copy_common01_sp_g.svg)no-repeat center bottom / contain;
	}
}
/* copy_common02
------------------------------------------------------------------*/
.copy_common02{
	border-bottom: solid 2px #24a0c8;
}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {
	
}

/* copy_common02
------------------------------------------------------------------*/
.copy_common03{
	padding: calc(48 / var(--break03));
	line-height: 1.6;
	text-align: center;
	color: #fff;
	background-image: linear-gradient(to left, #004c8e, #24a0c8);
	position: relative;
	z-index: 1;
}
.copy_common03::before{
	content: "";
	width: 100%;
	height: calc(100% - 20 / var(--break03));
	margin: auto;
	border: 4px solid #fff;
	border-left: 0;
	border-right: 0;
	position: absolute;
	inset: 0;
	z-index: -1;
}
.copy_common03::after{
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background: #fff;
    opacity: .2;
	clip-path: polygon(50% calc(100% - 20 / var(--break02)), 100% 0, 100% 100%, 0 100%, 0 0);
	position: absolute;
	inset: 0;
	z-index: -2;
}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {
	.copy_common03{
		padding: 6.5vw 1vw;
		letter-spacing: 0;
		font-size: calc(40 / 750 * 100vw);
	}
	.copy_common03::before{
		border-width: 2px;
	}
}

/* copy_common04
------------------------------------------------------------------*/
.copy_common04{
	padding: calc(7.5 / var(--break03)) calc(18 / var(--break03));
	color: #fff;
	background-image: linear-gradient(to right, #0c8759, #18be80);
}
.copy_common04 .deco{
	display: inline-block;
	padding-left: calc(40/ var(--break03));
	background: url(images/page/deco_copy_common04.svg)no-repeat center left / calc(24/ var(--break03));
	position: relative;
	z-index: 1;
}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {
	.copy_common04{
		padding: 2vw calc(16 /  750 * 100vw);
		letter-spacing: 0;
		font-size: calc(33 / 750 * 100vw);
	}
	.copy_common04 .deco{
		padding-left: calc(48/ 750 * 100vw);
		background: url(images/page/deco_copy_common04.svg)no-repeat center left / calc(32/ var(--break03));
	}
}

/* row_common20
------------------------------------------------------------------*/
.row_common20>.col{
	width: 48.5%;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_common20>.col{
		width: calc(702 / 750 * 100vw);
		margin: calc(60 / 750 * 100vw) 0 auto;
	}
	.row_common20>.col:first-child{
		margin-top: 0;
	}
}

/* row_common20
------------------------------------------------------------------*/
.row_common21>.col{
	max-width: 600px;
	width: 48.5%;
	background: #ebebeb;
	box-shadow: 7.7px 6.4px 9px 1px rgba(0, 0, 0, 0.3);
	outline: 2px solid #0c8759;
	outline-offset: calc(-19 / var(--break03));
	position: relative;
	z-index: 1
}
.copy_row_common21 {
	padding: var(--size5px);
	text-align: center;
	color: #fff;
	background: #0c8759;
}
@media(min-width: 768px) {
	.row_common21>.col{
		padding: calc(55 / var(--break02)) 4.5% calc(45 / var(--break02));
	}
}
@media(max-width: 767px) {
	.row_common21>.col{
		width: calc(702 / 750 * 100vw);
		margin: calc(70 / 750 * 100vw) 0 auto;
		padding-top: 8vw;
		outline-width: 1px;
		outline-offset: calc(-12 / 750 * 100vw);
	}
	.row_common21>.col:first-child{
		margin-top: 0;
	}
}


.row_common22 > .tag{
	width: 49%;
	padding: calc(33/ var(--break04)) 1%;
	background: #fff;
	outline: 4px solid #0c8759;
	outline-offset: calc(-12 / var(--break04));
	box-shadow: 7.7px 6.4px 9px 1px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 1;
}
.row_common22 > .tag::before{
	content: "";
	width: calc(60 / var(--break04));
	height: calc(60 / var(--break04));
	margin: auto;
	background: url(images/page/check02_1.svg)no-repeat center / contain;
	position: absolute;
	top: calc(-30 / var(--break04));
	left: 0;
	right: 0;
	z-index: 1;
}
.row_common22 .fz22{
	font-size: calc(22 / var(--break04));
}
@media(min-width: 768px) {
	.row_common22 > .tag{margin-right: 2%;}
	.row_common22 > .tag:last-child,
	.row_common22 > .tag:nth-of-type(2n)
	{margin-right: 0;}
	.row_common22 > .tag:nth-of-type(n + 3){margin-top: calc(60 / var(--break02));}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_common22 .fz22{
		letter-spacing: .08em;
	}
}
@media(max-width: 767px) {
	.row_common22 > .tag{
		width: 100%;
		margin-bottom: calc(60 / 750 * 100vw);
		padding: 4vw 1% 4.2vw;
		outline-width: 2px;
		outline-offset: calc(-10/750 * 100vw);
	}
	.row_common22 > .tag:last-child{
		margin-bottom: 0;
	}
	.row_common22 > .tag::before{
		top: calc(-30 /750 * 100vw);
	}
	.row_common22 .fz22{
		line-height: 1.8;
		letter-spacing: 0;
		font-size: calc(32/750 * 100vw);
	}
}
/* row_common30
------------------------------------------------------------------*/
.row_common30 > .col{
	max-width: 400px;
	width: 32.299%;
	background: #fff;
}
.row_common30 .copy{
	padding: calc(17 / var(--break03)) 1%;
	line-height: 1.5;
	color: #fff;
	background: #24a0c8;
	position: relative;
	z-index: 1;
}
.row_common30 .copy::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .2);
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	position: absolute;
	inset: 0;
	z-index: -1;
}
.row_common30 .areaText{
	padding: calc(28 / var(--break03)) calc(28 / var(--break03));
}
@media(min-width: 768px) {
	.row_common30 > .col{margin-right: 1.55%;}
	.row_common30 > .col:last-child,
	.row_common30 > .col:nth-of-type(3n)
	{margin-right: 0;}
}
@media(max-width: 767px) {
	.row_common30 > .col{
		width: calc(702 / 750 * 100vw);
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.row_common30 > .col:last-child{
		margin-bottom: 0;
	}
	.row_common30 .copy{
		padding: 4.25vw;
		letter-spacing: 0;
		font-size: calc(40 / 750 * 100vw);
	}
	.row_common30 .areaText{
		padding: calc(32 / 750 * 100vw) calc(48 /  750 * 100vw);
	}
}

/* row_common31
------------------------------------------------------------------*/
.row_common31 > .col{
	width: 32%;
	padding: calc(40 / var(--break04));
	background: #ebebeb;
	position: relative;
	z-index: 1;
}
.row_common31 .copy{
	padding: calc(11.5 / var(--break04)) 1%;
	line-height: 1.5;
	letter-spacing: .04em;
	font-size: calc(24/ var(--break04));
	color: #fff;
	background: #24a0c8;
	position: relative;
	z-index: 1;
}
.row_common31 .text{
	padding-top: calc(18/ var(--break04));
}
.row_common31 .num{
	width: calc(160 / var(--break04));
	height: calc(120 / var(--break04));
	padding-left: calc(10/ var(--break04));
	line-height: .9;
	font-size: calc(100 / var(--break04));
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.row_common31 .num::before{
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background: #24a0c8;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	position: absolute;
	top: 0;
    left: 0;
	z-index: -1;
}
.row_common31 > .col:nth-of-type(2n) .copy,
.row_common31 > .col:nth-of-type(2n) .num::before
{background: #0c8759;}
@media(min-width: 768px) {
	.row_common31 > .col{margin-right: 1.999%;}
	.row_common31 > .col:last-child,
	.row_common31 > .col:nth-of-type(3n)
	{margin-right: 0;}
	.row_common31 > .col:nth-of-type(n + 4){margin-top: calc(30 / var(--break03));}
}
@media(max-width: 767px) {
	.row_common31 > .col{
		width: calc(702 / 750 * 100vw);
		margin-bottom: calc(60 / 750 * 100vw);
		padding: calc(56 / 750 * 100vw);
	}
	.row_common31 > .col:last-child{
		margin-bottom: 0;
	}
	.row_common31 .copy{
		padding: 2vw 1%;
		letter-spacing: 0;
		font-size: calc(36 / 750 * 100vw);
	}
	.row_common31 .text{
		padding-top: 4vw;
	}
	.row_common31 .num{
		width: calc(234 / 750 * 100vw);
		height: calc(178 / 750 * 100vw);
		padding-left: 2vw;
		font-size: calc(146 / 750 * 100vw);
	}
}


/* row_common50
------------------------------------------------------------------*/
.row_common50 > .col{
	max-width: 284px;
	width: 18.99%;
}
@media(min-width: 768px){
	.row_common50 > .col{margin-right: 1.25%;}
	.row_common50 > .col:last-child,
	.row_common50 > .col:nth-of-type(5n)
	{margin-right: 0;}
}
@media(max-width: 767px) {
	.row_common50.flex{
		justify-content: center;
	}
	.row_common50 > .col{
		max-width: calc(224 / 750 * 100vw);
		width: 31.99%;
		margin-right: 2%
	}
	.row_common50 > .col:last-child,
	.row_common50 > .col:nth-of-type(3n)
	{margin-right: 0;}
	.row_common50 > .col:nth-of-type(n + 4){margin-top: calc(20 / 750 * 100vw);}
}
/* in_box
------------------------------------------------------------------*/
@media (min-width: 768px) {
	.box_row_common01{
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
    .box_row_common01>.col_txt {
        width: 65.5%;
    }

    .box_row_common01>.col_img {
        max-width: 345px;
        width: 30.5%;
    }
}

@media (max-width: 767px) {
    .box_row_common01 .copy_common {
        text-align: center;
    }
}

/* in_box
------------------------------------------------------------------*/
.box_row_common02 .copy_common04{
	margin-bottom: calc(18 / var(--break02));
}
@media (min-width: 768px) {
    .box_row_common02>.col_txt {
        width: 64.5%;
    }
    .box_row_common02>.col_img {
        max-width: 350px;
        width: 31.5%;
    }
}
@media (max-width: 767px) {
	.box_row_common02>.col_img {
        margin-bottom: 7.5vw;
    }
	.box_row_common02>.col_txt {
        padding: 0 1.5vw;
    }
	.box_row_common02 .copy_common04{
		margin-bottom: 4vw;
	}
}


/* box_common01
------------------------------------------------------------------*/
.row_anchor_common{
	position: relative;
	z-index: 1;
}
.row_anchor_common > .btn{
	width: 48.5%;
	padding: calc(36 / var(--break02)) 1% calc(64 / var(--break02));
	line-height: 1.6;
	font-size: calc(24/ var(--break02));
	font-weight: bold;
	background: #fff;
	outline: 4px solid #004c8e;
	outline-offset: calc(-12 / var(--break02));
	position: relative;
	z-index: 1;
}
.row_anchor_common > .btn::before,
.row_anchor_common > .btn::after
{
	content: "";
	width: calc(100% - 20 / var(--break02));
	height: calc(100% - 50 / var(--break02));
	margin: auto;
	background:	#004c8e;
	background:	#24a0c8;
	clip-path: polygon(0 100%, 0 0, 100% 0);
	opacity: .15;
	position: absolute;
	inset: calc(10/ var(--break02)) calc(10/ var(--break02)) auto;
}
.row_anchor_common > .btn::after{
	clip-path: polygon(100% 100%, 0 0, 100% 0);
}
.row_anchor_common .bg{
	width: calc(100% - 20 / var(--break02));
	height: calc(30 / var(--break02));
	margin: auto;
	background: #004c8e;
	position: absolute;
	bottom: calc(10/ var(--break02));
	left: 0;
	right: 0;
	z-index: -1;
}
.row_anchor_common .bg::before{
	content: "";
	width: calc(20 / var(--break02));
	height: calc(12 / var(--break02));
	margin: auto;
	background: #fff;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	inset: 0;
	z-index: -1;
}
.row_anchor_common .icon{
	width: calc(47 / var(--break03));
	height: calc(90 / var(--break03));
	margin: auto;
	position: absolute;
	inset: calc(-20/ var(--break03)) auto 0 9.5%;
	z-index: 0;
}

.row_anchor_common .s{
	position: relative;
	z-index: 2;
}
@media(min-width: 768px) {
	.row_anchor_common > .btn{
		margin-right: 3%;
	}
	.row_anchor_common > .btn:nth-of-type(2n),
	.row_anchor_common > .btn:last-child
	{margin-right: 0;}
	
	.row_anchor_common > .btn:nth-of-type(n + 3){
		margin-top: calc(30 / var(--break02));
	}

	.btn_anchor_common.w{
		width: calc(600 / var(--break02));
	}
}
@media(max-width: 767px) {
	.row_anchor_common > .btn{
		max-width: calc(600 / 750 * 100vw);
		width: 100%;
		margin-bottom: calc(30 / 750 * 100vw);
		padding: 4vw 1vw 8.5vw;
		line-height: 1.5;
		letter-spacing: 0;
		font-size: calc(28/ 750 * 100vw);
		outline-width: 2px;
		outline-offset: calc(-11 / var(--break02));
	}
	.row_anchor_common > .btn:last-child{margin-bottom: 0;}
	.row_anchor_common > .btn::before,
	.row_anchor_common > .btn::after
	{
		width: calc(100% - 20 / var(--break02));
		height: calc(100% - 50 / var(--break02));
		inset: calc(10/ var(--break02)) calc(10/ var(--break02)) auto;
	}
	.row_anchor_common .bg{
		width: calc(100% - 20 /750 * 100vw);
		height: calc(30/ 750 * 100vw);
		bottom: calc(10/ 750 * 100vw);
	}

	.row_anchor_common .icon{
		width: calc(47 /750 * 100vw);
		height: calc(90 /750 * 100vw);
		top: -4vw;
        left: 4vw;
	}
}
/* box_common01
------------------------------------------------------------------*/
.box_common01{
	background: #ebebeb;
	outline: solid #fff calc(4 / var(--break03));
	outline-offset: calc(-19 / var(--break03));
}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {

}
/* 
------------------------------------------------------------------*/
.box_common02{
	background: #fff;
	box-shadow: 7.7px 6.4px 9px 1px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 1;
}
.box_common02::before,
.box_common02::after
{
	content: "";
	width: calc(100 / var(--break03));
	height: calc(60 / var(--break03));
	margin: auto;
	border: solid #004c8e 4px;
	position: absolute;
	inset: calc(20 / var(--break03));
	z-index: -1;
}
.box_common02::before{
	border-bottom: 0 !important;
	border-left: 0 !important;
	bottom: auto !important;
	left: auto !important;
}
.box_common02::after{
	border-top: 0 !important;
	border-right: 0 !important;
	top: auto !important;
	right: auto !important;
}
.copy_box_common02{
	line-height: 1.6;
	padding-bottom: calc(10 / var(--break03));
	border-bottom: #004c8e solid 4px;
}
.box_common02.v2::before,
.box_common02.v2::after
{
	border-color: #fff;
}
.v2 .copy_box_common02{
	color: #fff;
	border-bottom-color:  #fff;
}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {
	.box_common02::before,
	.box_common02::after
	{
		border-width: 2px;
		inset: calc(14 / 750 * 100vw);
	}
	.copy_box_common02{
		padding-bottom: 2vw;
		letter-spacing: 0;
		font-size: calc(38 / 750 * 100vw);
		border-bottom-width: 2px;
	}
}


/* box_common03
------------------------------------------------------------------*/
.box_common03{
	background: #fff;
	box-shadow: 7.7px 6.4px 9px 1px rgba(0, 0, 0, 0.3);
	position: relative;
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.box_common03{
		padding: calc(60 / 750 * 100vw) calc(24 / 750 * 100vw) calc(50 / 750 * 100vw);
	}
}

/* bg_common01
------------------------------------------------------------------*/
.bg_common01{
	padding: calc(80 / var(--break02)) 0 calc(100 / var(--break02));
	position: relative;
	z-index: 1;
}
.bg_common01::before,
.bg_common01::after
{
	content: "";
	width: 100%;
	height: calc(300 / var(--break02));
	margin: auto;
	background: #24a0c8;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	opacity: .2;
	position: absolute;
	inset: auto 0 0;
}
.bg_common01::after{
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.line_bg_common01{
	width: 4px;
	height: calc(80 / var(--break02));
	margin: auto;
	background: #fff;
	position: absolute;
	inset: calc(-40 / var(--break02)) 0 auto;
	z-index: -1;
}
.line_bg_common01::before{
	content: "";
	width: 100%;
	height: 50%;
	margin: auto;
	background: #004c8e;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
@media(max-width: 767px) {
	.line_bg_common01{
		width: 2px;
	}
}
/* tbl_common01
------------------------------------------------------------------*/
.tbl_common01 table {
	border-color: #212121
}
.tbl_common01 tbody th {
	vertical-align: middle;
	color: #212121;
	background: #ebebeb;
}
.tbl_common01 tbody td {
	background: #fff;
}
.tbl_common01 tr:not(:last-child) th{
	border-bottom-color:#212121;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #212121
}

@media(max-width: 767px) {

}

/* btn_common01
------------------------------------------------------------------*/
.btn_common01{
	width: calc(360 / var(--break02));
	height: calc(60 / var(--break02));
	color: #fff;
	background: #004c8e;
	outline: solid #fff calc(2 / var(--break02));
	outline-offset: calc(-6 / var(--break03));
	position: relative;
	z-index: 1;
}
.btn_common01::after {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-left: calc(8 / var(--break) * 100vw) solid #fff;
    border-top: calc(5 / var(--break) * 100vw) solid transparent;
    border-bottom: calc(5 / var(--break) * 100vw) solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(30 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.btn_common01{
		max-width: 100%;
		width: calc(600 / 750*100vw);
		height: calc(100 / 750*100vw);
		letter-spacing: 0;
		font-size: calc(33.5 / 750*100vw);
		outline: solid #fff 1px;
		outline-offset: calc(-11 / 750*100vw);
	}
	.btn_common01::after {
		border-left-width: calc(15 /750*100vw);
		border-top-width: calc(10 /750*100vw);
		border-bottom-width: calc(10 /750*100vw);
		right: 7.5vw;
	}
}
/* row_contact
------------------------------------------------------------------*/
.row_contact{
	width: calc(580 / var(--break02));
}
.row_contact .btn_tel{
	width: calc(300 / var(--break02));
	height: calc(100 / var(--break02));
	background: #ebebeb;
}
.row_contact .btn_tel .s01{
	min-height: calc(70 / var(--break02));
}
.row_contact .btn_tel .s01_1{
	display: block;
	padding-top: calc(10 / var(--break02));
	margin-bottom: calc(5 / var(--break02));
	line-height: 1;
	font-size: calc(16 / var(--break02));
}
.row_contact .btn_tel .s01_2{
	display: block;
	line-height: 1;
	letter-spacing: 0;
	font-size: calc(36 / var(--break02));
}
.row_contact .btn_tel .s01_2_1{
	line-height: 1;
	letter-spacing: 0;
	font-size: calc(24 / var(--break02));
}
.row_contact .btn_tel .s02{
	display: block;
	width: 100%;
	min-height: calc(30 / var(--break02));
	line-height: 1.8;
	font-size: calc(16 / var(--break02));
	color: #fff;
	background: #24a0c8;
}
.row_contact .btn{
	width: calc(140 / var(--break02));
	height: calc(100 / var(--break02));
	line-height: 1;
	font-size: calc(22 / var(--break02));
	color: #fff;
	background: #0c8759;
	position: relative;
	z-index: 1;
}
.row_contact .btn::before {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
    border-width: calc(8 / var(--break02));
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    bottom: calc(5 / var(--break02));
    right: calc(5 / var(--break02));
    z-index: 1;
}
.row_contact .btn .deco{
	padding-top: calc(35 / var(--break02));
	letter-spacing: 0;
	background: url(images/page/icon_web.svg)no-repeat center top / calc(24 / var(--break02));
	position: relative;
	z-index: 1;
}
/* .row_contact .btn_web{} */
.row_contact .btn_line{
	background: #06c755;
}
.row_contact .btn_line .deco{
	background: url(images/page/icon_line.svg)no-repeat center top / calc(24 / var(--break02));
}
@media(min-width: 768px) {
	.v3.row_contact{
		width: calc(580 / var(--break03));
	}
	.v3.row_contact .btn_tel{
		width: calc(300 / var(--break03));
		height: calc(100 / var(--break03));
	}
	.v3.row_contact .btn_tel .s01{
		min-height: calc(70 / var(--break03));
	}
	.v3.row_contact .btn_tel .s01_1{
		padding-top: calc(10 / var(--break03));
		margin-bottom: calc(5 / var(--break03));
		font-size: calc(16 / var(--break03));
	}
	.v3.row_contact .btn_tel .s01_2{
		font-size: calc(36 / var(--break03));
	}
	.v3.row_contact .btn_tel .s01_2_1{
		font-size: calc(24 / var(--break03));
	}
	.v3.row_contact .btn_tel .s02{
		min-height: calc(30 / var(--break03));
		font-size: calc(16 / var(--break03));
	}
	.v3.row_contact .btn{
		width: calc(140 / var(--break03));
		height: calc(100 / var(--break03));
		font-size: calc(22 / var(--break03));
	}
	.v3.row_contact .btn::before {
		border-width: calc(8 / var(--break03));
		bottom: calc(5 / var(--break03));
		right: calc(5 / var(--break03));
	}
	.v3.row_contact .btn .deco{
		padding-top: calc(35 / var(--break03));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.v3.row_contact{
		width: calc(580 / 1500 * 100vw);
	}
	.v3.row_contact .btn_tel{
		width: calc(300 / 1500 * 100vw);
		height: calc(100 / 1500 * 100vw);
	}
	.v3.row_contact .btn_tel .s01{
		min-height: calc(70 / 1500 * 100vw);
	}
	.v3.row_contact .btn_tel .s01_1{
		padding-top: calc(10 / 1500 * 100vw);
		margin-bottom: calc(5 / 1500 * 100vw);
		font-size: calc(16 / 1500 * 100vw);
	}
	.v3.row_contact .btn_tel .s01_2{
		font-size: calc(36 / 1500 * 100vw);
	}
	.v3.row_contact .btn_tel .s01_2_1{
		font-size: calc(24 / 1500 * 100vw);
	}
	.v3.row_contact .btn_tel .s02{
		min-height: calc(30 / 1500 * 100vw);
		font-size: calc(16 / 1500 * 100vw);
	}
	.v3.row_contact .btn{
		width: calc(140 / 1500 * 100vw);
		height: calc(100 / 1500 * 100vw);
		font-size: calc(22 / 1500 * 100vw);
	}
	.v3.row_contact .btn::before {
		border-width: calc(8 / 1500 * 100vw);
		bottom: calc(5 / 1500 * 100vw);
		right: calc(5 / 1500 * 100vw);
	}
	.v3.row_contact .btn .deco{
		padding-top: calc(35 / 1500 * 100vw);
	}
}
@media(max-width: 767px) {
	.row_contact{
		width: calc(600 / 750 * 100vw);
	}
	.row_contact .btn_tel{
		width: 100%;
		height: calc(180 / 750 * 100vw);
		margin-bottom: calc(30 /  750 * 100vw);
	}
	.row_contact .btn_tel .s01{
		min-height: calc(135 /  750 * 100vw);
	}
	.row_contact .btn_tel .s01_1{
		padding-top: 4vw;
		margin-bottom: 1vw;
		font-size: calc(27 / 750 * 100vw);
	}
	.row_contact .btn_tel .s01_2{
		font-size: calc(52.5 / 750 * 100vw);
	}
	.row_contact .btn_tel .s01_2_1{
		font-size: calc(35.5 / 750 * 100vw);
	}
	.row_contact .btn_tel .s02{
		min-height: calc(45 / 750 * 100vw);
		font-size: calc(27 / 750 * 100vw);
	}
	.row_contact .btn{
		width: calc(300 / 750 * 100vw);
		height: calc(180 / 750 * 100vw);
		font-size: calc(44 / 750 * 100vw);
	}
	.row_contact .btn::before {
		border-width: calc(15 / 750 * 100vw);
		bottom: calc(8 / 750 * 100vw);
		right: calc(8 / 750 * 100vw);
	}
	.row_contact .btn .deco{
		padding-top: calc(58 / 750 * 100vw);
		background: url(images/page/icon_web.svg)no-repeat center top / calc(42 / 750 * 100vw);
	}
	.row_contact .btn_line .deco{
		background: url(images/page/icon_line.svg)no-repeat center top / calc(42 / 750 * 100vw);
	}
}


/* 
------------------------------------------------------------------*/
.row_contact02{
	max-width: 100%;
	width: calc(1240 / var(--break03));
}
.row_contact02 .btn_tel{
	max-width: 32%;
	width: calc(400 / var(--break03));
	height: calc(160 / var(--break03));
	background: #ebebeb;
}
.row_contact02 .btn_tel .s01{
	padding-top: calc(20 / var(--break03));
	min-height: calc(120 / var(--break03));
}
.row_contact02 .btn_tel .s01_1{
	display: block;
	margin-bottom: calc(10 / var(--break03));
	line-height: 1;
	font-size: calc(24 / var(--break03));
}
.row_contact02 .btn_tel .s01_2{
	display: block;
	line-height: 1;
	letter-spacing: 0;
	font-size: calc(46/ var(--break03));
}
.row_contact02 .btn_tel .s01_2_1{
	line-height: 1;
	letter-spacing: 0;
	font-size: calc(31 / var(--break03));
}
.row_contact02 .btn_tel .s02{
	display: block;
	width: 100%;
	min-height: calc(40 / var(--break03));
	line-height: 1.8;
	font-size: calc(20 / var(--break03));
	color: #fff;
	background: #24a0c8;
}
.row_contact02 .btn{
	max-width: 32.5%;
	width: calc(400 / var(--break03));
	height: calc(160 / var(--break03));
	line-height: 1;
	color: #fff;
	background: url(images/page/bg_btn_web02.png)no-repeat center bottom / cover;
	position: relative;
	z-index: 1;
}
.row_contact02 .btn::before {
	content: "";
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
    border-width: calc(15 / var(--break03));
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    bottom: calc(10.5 / var(--break03));
    right: calc(10.5 / var(--break03));
    z-index: 1;
}
.row_contact02 .btn::after{
	content: "";
	width: calc(100% - 19 / var(--break03));
	height: calc(100% - 19 / var(--break03));
	margin: auto;
	border: solid 4px #fff;
	position: absolute;
	inset: 0;
	z-index: -1;
}
.row_contact02 .btn .s01{
	display: block;
	margin-bottom: calc(12.5 / var(--break03));
	font-size: calc(24 / var(--break03));
}
.row_contact02 .btn .s02{
	font-size: calc(40 / var(--break03));
}
.row_contact02 .btn_line{
	background: url(images/page/bg_btn_line02.png)no-repeat center bottom / cover;
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.row_contact02{
		width: calc(588 / 750 * 100vw);
	}
	.row_contact02 .btn_tel{
		max-width: 100%;
		width: calc(586 / 750 * 100vw);
		height: calc(180 / 750 * 100vw);
		margin-bottom: calc(30 / 750 * 100vw);
	}
	.row_contact02 .btn_tel .s01{
		padding-top: 3vw;
		min-height: calc(135 / 750 * 100vw);
	}
	.row_contact02 .btn_tel .s01_1{
		margin-bottom: 2vw;
		font-size: calc(27 /  750 * 100vw);
	}
	.row_contact02 .btn_tel .s01_2{
		font-size: calc(52.5/  750 * 100vw);
	}
	.row_contact02 .btn_tel .s01_2_1{
		font-size: calc(35.5/  750 * 100vw);
	}
	.row_contact02 .btn_tel .s02{
		letter-spacing: 0;
		min-height: calc(45 / 750 * 100vw);
		font-size: calc(27 / 750 * 100vw);
	}
	.row_contact02 .btn{
		max-width: 100%;
		width: calc(586 / 750 * 100vw);
		height: calc(180 / 750 * 100vw);
		background: url(images/page/bg_btn_web02.png)no-repeat center bottom / cover;
	}
	.row_contact02 .btn::before {
		border-width: calc(12 / 750 * 100vw);
		bottom: calc(11.5 / 750 * 100vw);
		right: calc(11.5 / 750 * 100vw);
	}
	.row_contact02 .btn::after{
		width: calc(100% - 19 / 750 * 100vw);
		height: calc(100% - 19 / 750 * 100vw);
		border-width: 2px;
	}
	.row_contact02 .btn .s01{
		letter-spacing: 0;
		margin-bottom: calc(12.5 / 750 * 100vw);
		font-size: calc(27 / 750 * 100vw);
	}
	.row_contact02 .btn .s02{
		letter-spacing: 0;
		font-size: calc(44 / 750 * 100vw);
	}
	.row_contact02 .btn_line{
		margin-top: calc(30 / 750 * 100vw);
		background: url(images/page/bg_btn_line02.png)no-repeat center bottom / cover;
	}
}

/* text_address01
------------------------------------------------------------------*/
.text_address01 .deco {
	padding-left: calc(32 / var(--break02));
	font-size: calc(16 / var(--break02));
	position: relative;
	z-index: 1;
}
.text_address01 .deco::before {
	content: "";
	width: calc(24 / var(--break02));
	height: calc(24 / var(--break02));
	margin: auto;
	background: url(images/page/icn_access.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	z-index: 1;
}

.text_address01.txt_white .deco::before {
	filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
@media(max-width: 767px) {
	.text_address01 {
		line-height: 1.9;
	}
	.text_address01 .deco {
		padding-left: 0;
		letter-spacing: 0;
		font-size: calc(32.5 / var(--break02));
	}
	.text_address01 .deco::before {
		width: calc(26 / 750 * 100vw) !important;
		height: calc(26 / 750 * 100vw) !important;
		left: -4vw;
        top: 1.5vw;
		bottom: auto;
	}
}

/* banner01 logo01
------------------------------------------------------------------*/
.banner01{
	display: block;
	width: calc(700 / var(--break02));
}
.logo01{
	display: block;
	width: calc(224 / var(--break02));
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.logo01{
		width: calc(379 / var(--break02));
	}
}

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

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

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	background: #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));
	}
}