@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900|Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*=====================================
*
*reset
*
=======================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
  margin:0;
  padding:0;
  list-style: none;
  box-sizing: border-box;
}
html{
	font-size: 10px;
}
body{
  font-family:'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
  color: #333;
  font-size:1.5rem;
  font-weight: normal;
  line-height: 1.5;
  --color-main: #0152b5;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a,a:visited{
  text-decoration:none;
  color:#1977ec;
  transition: ease all .4s;
}
a:hover{
  color:#ec194a;
  opacity: .7;
}
.w126{
	max-width: 1300px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}
.poppins{
	font-family: 'Poppins';
}
.ttl{
	text-align: center;
	font-weight: bold;
	position: relative;
	margin-bottom: 60px;
}
.ttl .sub{
	font-size: 22px;
	font-weight: 600;
}
.ttl .fukidasi{
	font-size: 24px;
	font-weight: 600;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #fff10e;
	background: #d01926;
	padding: 5px 40px;
	border-radius: 500px;
	position: relative;
}
.ttl .fukidasi::before{
	content: '';
	display: inline-block;
	width: 26px;
	height: 22px;
	background: url(img/danger.png)no-repeat;
	background-size: cover;
}
.ttl .fukidasi::after{
	content: '';
	border: 10px solid transparent;
	border-top-color: #d01926;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.ttl h2{
	font-size: 60px;
	font-weight: bold;
	margin-top: 10px;
	color: #111;
}
.ttl h2 span{
	background: var(--color-main);
	color: #FFFB00;
}
.ttl h2 span.black{
	color: #333;
}
@media screen and (min-width:969px){
	.sp_only{
		display: none !important;
	}
}
@media screen and (max-width:968px){
	.pc_only{
		display: none !important;
	}
}
@media screen and (max-width: 1260px){
	.ttl h2{
		font-size: 50px;
	}
}
@media screen and (max-width: 1060px){
	.ttl h2{
		font-size: 46px;
	}
}
@media screen and (max-width:968px){
	.ttl h2 {
		font-size: 32px;
	}
}
@media screen and (max-width:768px){
	.w126{
		padding: 0 10px;
	}
	.ttl{
		margin-bottom: 40px;
	}
	.ttl h2 {
        font-size: 24px;
    }
}
/*======================
*
*header
*
=======================*/
header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: var(--color-main);
}
header .header_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	max-width: 1600px;
	margin: 0 auto;
}
header .header_inner .logo{
	display: flex;
	align-items: center;
	font-weight: 500;
}
header .header_inner .logo img{
	margin-right: 10px;
}
header .header_inner .btn{
	display: flex;
	gap: 20px;
	justify-content: flex-end;
	padding: 25px 0 15px;
}
header .header_inner .btn .tel{
	width: 240px;
}
header .header_inner .btn .tel a{
	width: 100%;
	display: block;
	border-radius: 5px;
	border: 2px solid #fff;
	color: #fff;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
	height: 100%;
}
header .header_inner .btn .tel a .place{
	font-weight: 800;
    writing-mode: vertical-lr;
    background: #fff;
    border-radius: 2px;
    padding: 2px 4px;
    color: var(--color-main);
    letter-spacing: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
header .header_inner .btn .tel a .text{
	text-align: center;
	width: 86%;
}
header .header_inner .btn .tel a .text p{
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 3px;
}
header .header_inner .btn .tel a .text .num{
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}
header .header_inner .btn .btn_inner{
	width: 220px;
}
header .header_inner .btn .btn_inner a{
	background: linear-gradient(to right, #ff1a35, #ff384f, #ff1a35);
    border-radius: 5px;
    padding: 10px;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    height: 100%;
    border-bottom: 3px solid #d30820;
    padding-top: 20px;
}
header .header_inner .btn .btn_inner a .top_text{
	position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    font-size: 14px;
	font-weight: 500;
    padding: 2px;
    border-radius: 500px;
    background: #fff;
    border: 2px solid #ff1a35;
    color: #ff1a35;
    width: 160px;
}
header .header_inner .btn .btn_inner a .bottom_text{
	font-size: 20px;
	font-weight: 800;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .header_inner .btn .btn_inner a .bottom_text::before{
	content: '';
	display: inline-block;
	width: 26px;
	height: 18px;
	background: url(img/btn-icon01.png)no-repeat;
	background-size: cover;
	margin-right: 10px;
}
header .header_inner .btn .btn_inner.report a{
	background: linear-gradient(to right,#ff8400,#ff9e04,#ff8400);
	border-bottom: 3px solid #db7100;
}
header .header_inner .btn .btn_inner.report a .top_text{
	border: 2px solid #ff8400;
	color: #ff8400;
}
header .header_inner .btn .btn_inner.report a .bottom_text::before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(img/btn-icon02.png)no-repeat;
	background-size: cover;
	margin-right: 10px;
}
.gnav{
	background: #78b4ff;
}
.gnav ol{
	max-width: 1260px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.gnav ol li{
	width: calc( 100% / 7 );
}
.gnav ol li a{
	color: #fff;
	padding: 10px 0;
	display: block;
	text-align: center;
	position: relative;
}
.gnav ol li a::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: calc( 100% - 30px );
	background: #fff;
	transform: translateY(-50%);
	opacity: .2;
}
.gnav ol li:last-child a::after{
	content: none;
}
@media screen and (max-width:1280px){
	header .header_inner .logo{
		width: 220px;
    	position: relative;
    	top: 4px;
	}
	header .header_inner .btn{
		gap: 10px;
	}
	header .header_inner .btn .tel{
		width: 200px;
	}
	header .header_inner .btn .tel a{
		padding: 5px;
	}
	header .header_inner .btn .tel a .place{
		font-size: 14px;
	}
	header .header_inner .btn .tel a .text p{
		font-size: 13px;
	}
	header .header_inner .btn .tel a .text .num{
		font-size: 22px;
	}
	header .header_inner .btn .btn_inner {
		width: 180px;
	}
	header .header_inner .logo span{
		display: none;
	}
}
@media screen and (max-width:1060px){
	header .header_inner .btn .btn_inner {
        width: 150px;
    }
	header .header_inner .btn .btn_inner a .top_text{
		font-size: 12px;
		width: 140px;
	}
	header .header_inner .btn .btn_inner a .bottom_text::before{
		margin-right: 5px;
	}
	header .header_inner .btn .btn_inner a .bottom_text{
		font-size: 16px;
	}
	header .header_inner .btn .tel {
        width: 180px;
    }
	header .header_inner .btn .tel a .text p {
        font-size: 11px;
    }
	header .header_inner .btn .tel a .text .num {
        font-size: 18px;
    }
}
@media screen and (max-width:968px){
	header .header_inner .logo{
		width: 128px;
	}
	header .header_inner{
		background: var(--color-main);
		padding: 10px;
	}
	header .header_inner .btn{
		gap: 10px;
		align-items: center;
		padding: 0;
	}
	header .header_inner .btn .tel{
		width: auto;
		position: relative;
		display: flex;
        flex-flow: column;
        gap: 3px;
	}
	header .header_inner .btn .tel::before{
		content: '';
        display: inline-block;
		width: 20px;
        height: 21px;
        background: url(img/cta-icon02.png) no-repeat;
        background-size: cover;
	}
	header .header_inner .btn .tel .tel_btn{
		font-size: 10px;
		color: #fff;
		font-weight: 800;
		line-height: 1;
	}
	header .header_inner .btn .btn_inner{
		width: auto;
	}
	header .header_inner .btn .btn_inner a,
	header .header_inner .btn .btn_inner.report a{
		border: none;
		background: none;
		padding: 0;
	}
	header .header_inner .btn .btn_inner a .bottom_text{
		font-size: 10px;
		flex-flow: column;
        align-items: center;
        justify-content: center;
		line-height: 1;
	}
	header .header_inner .btn .btn_inner.report a .bottom_text::before{
		margin-right: 0;
	}
	header .header_inner .btn .btn_inner a .bottom_text::before{
		width: 28px;
    	height: 20px;
		margin-right: 0;
		margin-bottom: 3px;
	}
	header .header_inner .btn .spbtn{
		font-size: 10px;
		font-weight: 900;
		color: #fff;
	}
	header .header_inner .btn .spbtn .menubtn{
		width: 30px;
        height: 20px;
        margin: 0 auto 3px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
	}
	header .header_inner .btn .spbtn .menubtn span{
		width: 100%;
        height: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
		background: #fff;
		margin: 3px auto;
	}
	.modal_bg{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		z-index: 98;
		transition: ease all .4s;
		opacity: 0;
		pointer-events: none;
	}
	.modal_bg.active{
		opacity: .7;
		pointer-events: auto;
	}
	.gnav{
		position: fixed;
		top: 0;
		right: 0;
		width: 80%;
		height: 100%;
		background: var(--color-main);
		z-index: 99;
		transition: ease all .4s;
		transform: translateX(100%);
	}
	.gnav.active{
		transform: translateX(0);
	}
	.gnav .close{
		position: absolute;
		top: 20px;
		right: 20px;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
	}
	.gnav ol{
		display: block;
		padding: 60px 20px;
	}
	.gnav ol li{
		width: 100%;
	}
	.gnav ol li a{
		padding: 20px;
		border-bottom: 1px solid #4C81C1;
		text-align: left;
	}
	.gnav ol li a::after{
		content: none;
	}
	.modal_tel{
		position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-height: 80%;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
		padding-top: 60px;
        background: #fff;
        border-radius: 10px;
        border: 2px solid var(--color-main);
		transition: ease all .4s;
		pointer-events: none;
		opacity: 0;
	}
	.modal_tel.active{
		opacity: 1;
		pointer-events: auto;
	}
	.modal_tel .close{
		position: absolute;
        top: 0;
        right: 0;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        z-index: 2;
        cursor: pointer;
        background: var(--color-main);
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        border-radius: 50%;
        transform: translate(40%, -40%);
	}
	.modal_tel .icon{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		background: var(--color-main);
		border-radius: 50%;
		padding: 20px;
	}
	.modal_tel .text{
		text-align: center;
		font-size: 14px;
	}
	.modal_tel h3 {
        font-size: 20px;
        font-weight: 800;
        color: #111;
    }
	.modal_tel .inner.tel .btn a{
		width: 100%;
		display: block;
		border-radius: 5px;
		background: linear-gradient(to right, var(--color-main), #005ccd, var(--color-main));
		border-bottom: 5px solid #00469b;
		color: #fff;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 5px 10px;
		height: 100%;
		margin-bottom: 20px;
	}
	.modal_tel .inner.tel .btn a .text .num::before {
		content: '';
		display: inline-block;
		width: 19px;
		height: 21px;
		background: url(img/cta-icon02.png) no-repeat;
		background-size: cover;
		margin-right: 10px;
		position: relative;
		top: -1px;
	}
	.modal_tel .inner.tel .btn a .place {
		font-weight: 800;
		writing-mode: vertical-lr;
		background: #fff;
		border-radius: 2px;
		padding: 2px 4px;
		color: var(--color-main);
		letter-spacing: 4px;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
		position: absolute;
		left: 25px;
	}
	.modal_tel .inner.tel .btn a .text .num {
		font-size: 26px;
		font-weight: 700;
		line-height: 1;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.modal_tel .inner.tel .btn a .text p {
		font-size: 12px;
		font-weight: 500;
		margin-bottom: 3px;
	}
}
/*======================
*mv
=======================*/
.mv{
	position: relative;
    overflow: hidden;
    background: url(img/mv.png) no-repeat center bottom;
    background-size: cover;
	min-height: 768px;
    margin-top: 145.5px;
}
.mv .mv_image{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
}
.mv .mv_list{
	position: absolute;
	right: -70px;
	bottom: 50px;
	z-index: 9;
	width: 50%;
    max-width: 470px;
}
.mv .mv_list ol{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.mv .mv_list ol li{
	background: url(img/mv-badge.png)no-repeat center center;
	background-size: cover;
	width: 234px;
    height: 234px;
    display: flex;
	flex-flow: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	text-align: center;
}
.mv .mv_list ol li:first-child{
	margin: 0 10px;
}
.mv .mv_list ol li .text{
	font-size: 18px;
	font-weight: 500;
	width: 100%;
}
.mv .mv_list ol li .main{
	font-size: 20px;
	font-weight: 800;
	width: 100%;
	color: var(--color-main);
}
.mv .mv_list ol li .code{
	font-size: 14px;
	font-weight: 500;
}
.mv .mv_inner{
	display: flex;
    justify-content: center;
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
	height: 100%;
	position: relative;
}
.mv .mv_inner .mv_text{
	width: 70%;
	max-width: 600px;
	background: linear-gradient(to bottom,#2f7ddc,var(--color-main));
	color: #fff;
	padding: 20px 40px;
}
.mv .mv_inner .mv_text .top{
	display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
    margin: 0 auto;
    font-weight: 600;
    font-size: 18px;
}
.mv .mv_inner .mv_text .top::before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 21px;
	background: url(img/mv-top02.png)no-repeat center center;
	background-size: cover;
	margin-right: 10px;
}
.mv .mv_inner .mv_text .top::after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 21px;
	background: url(img/mv-top01.png)no-repeat center center;
	background-size: cover;
	margin-left: 10px;
}
.mv .mv_inner .mv_text .label{
	font-size: 24px;
    font-weight: 800;
    background: linear-gradient(to right, #ff8400, #ff9e04, #ff8400);
    text-align: center;
    padding: 15px 10px;
    line-height: 1;
    width: calc(100% + 120px);
    left: -60px;
    position: relative;
    margin: 20px auto 0;
}
.mv .mv_inner .mv_text h1{
	font-size: 50px;
	font-weight: 900;
	line-height: 1.6;
	text-shadow: 5px 5px 0px #00000030;
}
.mv .mv_inner .mv_text h1 span{
	font-size: 74px;
	display: block;
}
.mv .mv_inner .mv_text .price{
	margin: 20px auto;
	background: #fff;
	border-radius: 5px;
	color: #333;
	padding: 20px 40px;
	font-size: 24px;
	font-weight: 800;
	position: relative;
	box-shadow: 0 5px 10px 0 #0000003b;
}
.mv .mv_inner .mv_text .price::before{
	content: '';
	display: block;
	width: calc( 100% - 20px );
	height: calc( 100% - 20px );
	position: absolute;
	left: 10px;
	top: 10px;
	border: 1px solid var(--color-main);
	border-radius: 5px;
	pointer-events: none;
}
.mv .mv_inner .mv_text .price .regist{
	color: #fff;
    background: #ff9e04;
    width: 200px;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
	line-height: 1;
}
.mv .mv_inner .mv_text .price .regist span{
	font-size: 24px;
    position: relative;
    top: 2px;
}
.mv .mv_inner .mv_text .price .main{
	color: var(--color-main);
	line-height: 1;
	margin-top: 10px;
}
.mv .mv_inner .mv_text .price .main strong{
	font-size: 56px;
}
.mv .mv_inner .mv_text .price .main .black{
	color: #333;
}
.mv .mv_inner .mv_text .price .sub{
	text-align: right;
	margin-bottom: 10px;
}
.mv .mv_inner .mv_text .price .note{
	font-size: 14px;
	font-weight: 500;
	text-align: right;
}
.mv .mv_inner .mv_text .cau{
	font-size: 16px;
	color: #fff;
	padding-bottom: 40px;
}
.mv_cta{
	width: 100%;
    max-width: 860px;
    margin: 0 auto;
    border: 2px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 9;
    box-shadow: 0 8px 8px -5px #0000001a;
}
.mv_cta .btn{
	display: flex;
	gap: 40px;
	justify-content: center;
	padding: 25px 0 15px;
	background: url(img/mv-cta-bg.png)no-repeat center center;
	background-size: cover;
}
.mv_cta .btn .btn_inner{
	width: 320px;
}
.mv_cta .btn .btn_inner a{
	background: linear-gradient(to right, #ff1a35, #ff384f, #ff1a35);
    border-radius: 5px;
    padding: 10px;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    height: 100%;
    border-bottom: 3px solid #d30820;
    padding-top: 20px;
}
.mv_cta .btn .btn_inner a .top_text{
	position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    font-size: 14px;
	font-weight: 500;
    padding: 2px;
    border-radius: 500px;
    background: #fff;
    border: 2px solid #ff1a35;
    color: #ff1a35;
    width: 160px;
}
.mv_cta .btn .btn_inner a .bottom_text{
	font-size: 20px;
	font-weight: 800;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mv_cta .btn .btn_inner a .bottom_text::before{
	content: '';
	display: inline-block;
	width: 26px;
	height: 18px;
	background: url(img/btn-icon01.png)no-repeat;
	background-size: cover;
	margin-right: 10px;
}
.mv_cta .btn .btn_inner.report a{
	background: linear-gradient(to right,#ff8400,#ff9e04,#ff8400);
	border-bottom: 3px solid #db7100;
}
.mv_cta .btn .btn_inner.report a .top_text{
	border: 2px solid #ff8400;
	color: #ff8400;
}
.mv_cta .btn .btn_inner.report a .bottom_text::before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(img/btn-icon02.png)no-repeat;
	background-size: cover;
	margin-right: 10px;
}
@media screen and (max-width: 1400px){
	.mv .mv_list{
		max-width: 380px;
		right: -10px;
	}
	.mv .mv_list ol li{
		width: 190px;
    	height: 190px;
	}
	.mv .mv_list ol li .text{
		font-size: 14px;
	}
	.mv .mv_list ol li .main{
		font-size: 16px;
	}
}
@media screen and (max-width: 1260px){
	.mv .mv_image{
		width: 260px;
	}
	.mv .mv_list {
        max-width: 330px;
    }
	.mv .mv_list ol li {
        width: 160px;
        height: 160px;
    }
	.mv .mv_list ol li .main {
        font-size: 14px;
    }
}
@media screen and (max-width:1060px){
	.mv{
		height: calc(100vh - 139.5px);
    	margin-top: 139.5px;
	}
	.mv .mv_inner .mv_text{
		max-width: 530px;
	}
	.mv .mv_inner .mv_text .label{
		font-size: 22px;
		padding: 10px;
	}
	.mv .mv_inner .mv_text h1{
		font-size: 46px;
	}
	.mv .mv_inner .mv_text h1 span{
		font-size: 54px;
	}
	.mv .mv_inner .mv_text .cau{
		padding-right: 50px;
	}
}
@media screen and (max-width:968px){
	.mv{
		margin-top: 57.5px;
	}
	.mv .mv_image {
        width: 200px;
    }
	.mv .mv_inner .mv_text{
		padding: 20px;
	}
	.mv .mv_inner .mv_text .top{
		font-size: 16px;
	}
	.mv .mv_inner .mv_text h1 {
        font-size: 46px;
        line-height: 1.5;
    }
	.mv .mv_inner .mv_text .label {
        font-size: 18px;
        padding: 10px;
        margin-top: 10px;
    }
	.mv .mv_list {
        max-width: 100%;
        width: 100%;
        right: 0;
		bottom: 60px;
    }
	.mv .mv_list ol li {
        width: 140px;
        height: 140px;
    }
	.mv .mv_list ol li:first-child{
		margin: 0;
	}
	.mv .mv_list ol li .text {
        font-size: 12px;
    }
	.mv .mv_list ol li .main {
        font-size: 12px;
    }
	.mv .mv_list ol li .code {
		font-size: 12px;
	}
	.mv .mv_inner .mv_text .price{
		margin: 10px auto;
	}
	.mv .mv_inner .mv_text .price .main{
		font-size: 20px;
	}
	.mv .mv_inner .mv_text .price .main strong {
		font-size: 40px;
	}
	.mv .mv_inner .mv_text .price .sub {
		font-size: 20px;
	}
	.mv .mv_inner .mv_text .price .regist{
		font-size: 16px;
	}
	.mv .mv_inner .mv_text .price .regist span{
		font-size: 22px;
	}
	.mv .mv_inner .mv_text .cau {
        padding: 0;
    }
	.mv_cta{
		max-width: calc(100% - 40px);
		gap: 20px;
	}
}
@media screen and (max-width:768px){
	.mv {
        height: auto;
        min-height: auto;
    }
	.mv .mv_inner{
		padding: 0 10px;
	}
	.mv .mv_inner .mv_text{
		max-width: 100%;
		width: 100%;
		padding: 20px 10px;
		padding-bottom: 230px;
	}
	.mv .mv_inner .mv_text .top {
        font-size: 12px;
    }
	.mv .mv_inner .mv_text .label{
		font-size: 14px;
	}
	.mv .mv_inner .mv_text h1{
		font-size: 36px;
	}
	.mv .mv_inner .mv_text h1 span {
        font-size: 40px;
    }
	.mv .mv_inner .mv_text .price {
        padding: 20px;
    }
	.mv .mv_image {
        width: 120px;
		opacity: 0;
    }
	.mv .mv_list{
		bottom: 100px;
	}
	.mv .mv_list ol li {
        width: 120px;
        height: 120px;
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0px 0px 5px #fff;
    }
	.mv_cta {
        max-width: calc(100% - 20px);
    }
	.mv_cta .btn{
		flex-flow: column;
		gap: 20px;
		align-items: center;
	}
}
/*======================
*
*main
*
=======================*/
/*======================
*section01
=======================*/
.sec01{
	overflow: hidden;
}
.sec01 .bg-red{
	padding: 140px 0 50px;
	background: #ffe5e5;
}
.sec01 .top_text{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	max-width: 620px;
	background: #d01926;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 34px;
	border-radius: 5px;
	margin: 0 auto;
}
.sec01 .top_text .text{
	padding: 40px 0 30px;
}
.sec01 .top_text .note{
	font-size: 14px;
	text-align: right;
	font-weight: 400;
}
.sec01 .top_list{
	margin-top: 40px;
}
.sec01 .top_list ol{
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}
.sec01 .top_list ol li{
	width: 32%;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	position: relative;
	padding-top: 60px;
	font-size: 20px;
	line-height: 1.8;
	position: relative;
}
.sec01 .top_list ol li .num{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	background: #d01926;
	color: #fff;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 50px;
	font-weight: 800;
}
.sec01 .top_list ol li h3{
	font-size: 28px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 10px;
}
.sec01 .top_list ol li h3 span{
	color: #d01926;
}
.sec01 .top_list ol li::before{
	content: '';
    width: 10px;
    height: 10px;
    background: #d01926;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -35%;
    transform: translate(-50%, -50%);
}
.sec01 .top_list ol li::after{
	content: '';
    width: 20px;
    height: 20px;
    background: #d01926;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -25%;
    transform: translate(-50%, -50%);
}
.sec01 .top_list ol li:first-child:before{
    left: 75%;
}
.sec01 .top_list ol li:first-child::after{
    left: 68%;
}
.sec01 .top_list ol li:last-child:before{
	left: 25%;
}
.sec01 .top_list ol li:last-child::after{
    left: 32%;
}
.sec01 .center_title{
    text-align: center;
    background: #d01926;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    padding: 30px 20px;
	position: relative;
	margin-bottom: 120px;
}
.sec01 .center_title span{
	font-size: 40px;
}
.sec01 .center_title::before{
	content: '';
    border: 630px solid transparent;
    border-top: 80px solid #d01926;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 23%);
}
.sec01 .arrow_list{
    display: flex;
    justify-content: center;
	position: relative;
	flex-wrap: wrap;
	margin-bottom: 120px;
}
.sec01 .arrow_list::before{
	content: '';
	width: 100%;
    max-width: 1060px;
    height: 100%;
    background: linear-gradient(to bottom, #fff, #e1f0ff, #e1f0ff);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.sec01 .arrow_list::after{
	content: '';
    border: 530px solid transparent;
    border-top: 80px solid #e1f0ff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
}
.sec01 .arrow_list ol li{
	position: relative;
	font-size: 26px;
	font-weight: 500;
	margin: 30px auto;
	display: flex;
    align-items: center;
}
.sec01 .arrow_list ol li::before{
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(img/sec02-check.png)no-repeat;
	background-size: cover;
	margin-right: 10px;
}
.sec01 .arrow_list .arrow_message{
	padding: 70px 10px;
	background: #ff8400;
	border-radius: 10px;
	text-align: center;
	font-weight: 800;
	font-size: 40px;
	color: #fff;
	width: 100%;
	position: relative;
	z-index: 2;
	margin: 60px auto;
}
.sec01 .arrow_list .arrow_message .image{
	position: absolute;
    left: 0;
    bottom: -1px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}
@media screen and (max-width:1260px){
	.sec01 .top_list ol li{
		font-size: 18px;
	}
	.sec01 .top_list ol li h3{
		font-size: 22px;
	}
	.sec01 .top_list ol li::before{
		top: -30%;
	}
	.sec01 .top_list ol li::after{
		top: -20%;
	}
	.sec01 .arrow_list::after{
		border: calc(52vw - 40px) solid transparent;
		border-top: 80px solid #e1f0ff;
	}
	.sec01 .arrow_list ol li{
		font-size: 22px;
	}
	.sec01 .arrow_list .arrow_message{
		padding: 50px 10px;
		font-size: 30px;
		margin-top: 110px;
	}
	.sec01 .arrow_list .arrow_message .image{
		padding: 0;
	}
	.sec01 .arrow_list .arrow_message .image img:first-child{
		position: relative;
		left: -20px;
	}
}
@media screen and (max-width:1060px){
	.sec01 .top_list ol li {
        font-size: 16px;
        padding: 10px;
        padding-top: 40px;
    }
	.sec01 .top_list ol li .num{
		width: 60px;
		height: 60px;
		font-size: 40px;
	}
	.sec01 .top_list ol li::before {
        top: -40%;
    }
	.sec01 .top_list ol li::after {
        top: -25%;
    }
	.sec01 .arrow_list .arrow_message{
		margin-top: 80px;
	}
	.sec01 .arrow_list .arrow_message .image img:first-child{
		width: 160px;
	}
	.sec01 .arrow_list .arrow_message .image img:last-child{
		width: 136px;
	}
}
@media screen and (max-width:968px){
	.sec01 .bg-red{
		padding: 80px 0 40px;
	}
	.sec01 .top_list ol li{
		padding: 10px 5px;
        padding-top: 40px;
		font-size: 14px;
        line-height: 1.8;
	}
	.sec01 .top_list ol li::before {
        top: -45%;
    }
	.sec01 .top_list ol li::after {
        top: -30%;
    }
	.sec01 .top_list ol li h3{
		margin-bottom: 10px;
		font-size: 18px;
	}
	.sec01 .center_title{
		font-size: 24px;
	}
	.sec01 .center_title span {
		font-size: 30px;
	}
	.sec01 .center_title::before{
		transform: translate(-50%, 18%);
	}
	.sec01 .arrow_list ol li {
        font-size: 16px;
		margin: 20px auto;
    }
	.sec01 .arrow_list .arrow_message{
		padding: 20px 10px;
	}
	.sec01 .arrow_list .arrow_message .image img:first-child {
        width: 140px;
    }
	.sec01 .arrow_list .arrow_message .image img:last-child {
        width: 116px;
    }
}
@media screen and (max-width:768px){
	.sec01 .bg-red {
        padding: 140px 0 40px;
    }
	.sec01 .top_text{
		font-size: 22px;
	}
	.sec01 .top_text .text{
		padding: 10px 0 5px;
	}
	.sec01 .top_list ol{
		display: block;
		margin-top: 0;
	}
	.sec01 .top_list ol li{
		width: calc(100% - 20px);
        margin: 40px auto;
        position: relative;
		left: 10px;
		padding: 10px;
        padding-left: 40px;
        text-align: left;
	}
	.sec01 .top_list ol li .num {
        width: 40px;
        height: 40px;
        font-size: 20px;
        left: 0;
        top: 50%;
    }
	.sec01 .top_list ol li h3{
		text-align: left;
	}
	.sec01 .top_list ol li::before,
	.sec01 .top_list ol li::after{
		content: none;
	}
	.sec01 .center_title {
        font-size: 16px;
    }
	.sec01 .center_title span {
        font-size: 20px;
    }
	.sec01 .center_title::before {
        transform: translate(-50%, 25%);
		border: 400px solid transparent;
    	border-top: 40px solid #d01926;
    }
	.sec01 .arrow_list ol li{
		padding-left: 36px;
	}
	.sec01 .arrow_list ol li::before{
		background: url(img/sec02-check.png) no-repeat;
		background-size: 100%;
		position: absolute;
		left: 0;
	}
	.sec01 .arrow_list .arrow_message {
        margin-top: 0px;
		margin-bottom: 0px;
		font-size: 20px;
    }
	.sec01 .arrow_list .arrow_message .image img:first-child {
        width: 60px;
    }
	.sec01 .arrow_list .arrow_message .image img:last-child {
        width: 46px;
    }
	.sec01 .arrow_list::after {
        border: calc(58vw - 40px) solid transparent;
        border-top: 40px solid #e1f0ff;
    }
	.sec01 .arrow_list{
		margin-bottom: 60px;
	}
}

/*======================
*section2
=======================*/
.sec02{
	position: relative;
}
.sec02 .sec02_inner{
	position: relative;
	background: url(img/sec02-bg01.png)no-repeat center center;
	background-size: cover;
	padding: 80px 0;
}
.sec02 .sec02_inner:nth-child(2){
	background: url(img/sec02-bg02.png)no-repeat center center;
	background-size: cover;
}
.sec02 .sec02_inner:nth-child(3){
	background: url(img/sec02-bg03.png)no-repeat center center;
	background-size: cover;
}
.sec02 .sec02_inner .sec02_flex{
	display: flex;
    justify-content: space-between;
    color: #fff;
}
.sec02 .sec02_inner .sec02_flex.re{
	flex-flow: row-reverse;
}
.sec02 .sec02_inner .sec02_flex .reason{
	width: 26%;
	text-align: center;
}
.sec02 .sec02_inner .sec02_flex .reason span{
	font-size: 40px;
}
.sec02 .sec02_inner .sec02_flex .reason .image{
	position: sticky;
	top: 150px;
}
.sec02 .sec02_inner .sec02_flex .text{
	width: 72%;
}
.sec02 .sec02_inner .sec02_flex .text h3{
	font-size: 40px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	padding: 10px 0;
}
.sec02 .sec02_inner .sec02_flex .text .cau{
	font-size: 14px;
	margin: 20px auto 0;
}
.sec02 .sec02_inner .sec02_flex .text .price{
	background: #fff;
	border-radius: 10px;
	padding: 40px 20px;
	margin: 20px auto;
	color: #333;
	display: flex;
    justify-content: center;
	align-items: center;
	gap: 20px;
	font-size: 14px;
}
.sec02 .sec02_inner .sec02_flex .text .price .title{
	font-size: 32px;
	font-weight: 800;
}
.sec02 .sec02_inner .sec02_flex .text .price .main{
	color: #ff8400;
	font-size: 26px;
	font-weight: 800;
}
.sec02 .sec02_inner .sec02_flex .text .price .main strong{
	font-size: 56px;
}
.sec02 .sec02_inner .sec02_flex .text .price .main span{
	font-size: 24px;
	font-weight: 800;
	color: #333;
}
.sec02 .sec02_inner .sec02_flex .text .list01 ol{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec02 .sec02_inner .sec02_flex .text .list01 ol li{
	margin: 20px 0;
	width: 49%;
	border-radius: 10px;
	border: 2px solid #fff;
	padding: 20px 10px;
	text-align: center;
	font-size: 22px;
	font-weight: 800;
}
.sec02 .sec02_inner .sec02_flex .text .list01 ol li .text{
	width: 100%;
	margin-top: 15px;
}
.sec02 .sec02_inner .sec02_flex .text .list01 ol li .text span{
	display: block;
    font-size: 14px;
    font-weight: 600;
    opacity: .9;
}
.sec02 .sec02_inner .sec02_flex .text .list02{
	margin: 40px auto 60px;
}
.sec02 .sec02_inner .sec02_flex .text .list02 ol li{
	font-size: 28px;
    font-weight: 500;
    margin: 60px auto;
    position: relative;
    padding-left: 70px;
    line-height: 1;
}
.sec02 .sec02_inner .sec02_flex .text .list02 ol li::before{
	content: '';
	width: 50px;
	height: 50px;
	background: #fff;
	box-shadow: 0 5px 10px -5px #00000063;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
}
.sec02 .sec02_inner .sec02_flex .text .list02 ol li::after{
	content: '';
	width: 30px;
	height: 30px;
	background: var(--color-main);
	box-shadow: 0 5px 10px -5px #00000063;
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 50%;
    transform: translateY(-50%);
}
.sec02 .sec02_inner .sec02_flex .text .yellow{
	text-align: center;
	margin: 0px auto 40px;
	font-size: 24px;
	font-weight: 800;
	color: #fffc09;
}
.sec02 .sec02_inner .sec02_flex .text .yellow span{
	font-size: 40px;
}
.sec02 .sec02_inner .sec02_flex .text .sub{
	font-size: 28px;
	margin: 30px auto;
	line-height: 1.8;
	font-weight: 800;
}
.sec02 .sec02_inner .sec02_flex .text p{
	font-size: 20px;
	line-height: 1.8;
	margin: 40px auto;
}
.sec02 .sec02_inner .sec02_flex .text .check_list{
	background: #fff;
	border-radius: 10px;
	padding: 20px 20px 40px;
	position: relative;
	left: 20px;
	width: calc( 100% - 20px );
}
.sec02 .sec02_inner .sec02_flex .text .check_list .title{
	background: #ff8400;
    font-size: 32px;
    font-weight: 800;
    border-radius: 5px 5px 5px 0;
    padding: 10px 40px;
    display: inline-block;
    position: relative;
    left: -40px;
}
.sec02 .sec02_inner .sec02_flex .text .check_list .title::before{
	content: '';
	border: 10px solid transparent;
	border-top: 10px solid #cd6a00;
	border-right: 10px solid #cd6a00;
	position: absolute;
	left: 0;
    bottom: 0;
    transform: translateY(100%);
}
.sec02 .sec02_inner .sec02_flex .text .check_list ol{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}
.sec02 .sec02_inner .sec02_flex .text .check_list ol li{
	width: calc( 50% - 10px);
	color: #111;
	font-weight: 500;
	position: relative;
	display: flex;
	gap: 10px;
	align-items: center;
}
.sec02 .sec02_inner .sec02_flex .text .check_list ol li::before{
	content: '';
	width: 26px;
	height: 26px;
	background: url(img/sec02-check.png)no-repeat;
	background-size: cover;
}
.sec02 .sec02_inner .sec02_flex .text .check_list ol li .list_inner{
	width: calc(100% - 40px);
}
.sec02 .sec02_inner .sec02_flex .text .check_list ol li .list_inner span{
	font-size: 14px;
	display: block;
	color: #444;
}
.sec02 .sec02_inner .sec02_flex .text .check_list .bottom{
	font-size: 28px;
    font-weight: 800;
    color: #ff8400;
    text-align: center;
    margin-top: 20px;
}
.sec02 .sec02_inner .sec02_flex .text .btn {
	max-width: 480px;
    width: 100%;
	margin: 40px auto 0;
}
.sec02 .sec02_inner .sec02_flex .text .btn a{
	background: linear-gradient(to right, #ff8400, #ff9e04, #ff8400);
    border-bottom: 3px solid #db7100;
    border-radius: 5px;
    padding: 10px;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    height: 100%;
    padding-top: 25px;
}
.sec02 .sec02_inner .sec02_flex .text .btn a .top_text{
	position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    font-size: 20px;
	font-weight: 500;
    padding: 2px;
    border-radius: 500px;
    background: #fff;
    border: 2px solid #ff8400;
    color: #ff8400;
    width: 240px;
}
.sec02 .sec02_inner .sec02_flex .text .btn a .bottom_text{
	font-size: 40px;
	font-weight: 800;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec02 .sec02_inner .sec02_flex .text .btn a .bottom_text::before{
	content: '';
	display: inline-block;
	width: 36px;
	height: 38px;
	background: url(img/btn-icon02.png)no-repeat;
	background-size: cover;
	margin-right: 10px;
}
@media screen and (max-width:1260px){
	.sec02 .sec02_inner .sec02_flex .reason{
		width: 22%;
	}
	.sec02 .sec02_inner .sec02_flex .text {
		width: 76%;
	}
	.sec02 .sec02_inner .sec02_flex .text .price .title {
		font-size: 28px;
	}
	.sec02 .sec02_inner .sec02_flex .text .price .main strong {
		font-size: 46px;
	}
	.sec02 .sec02_inner .sec02_flex .text .list01 ol li{
		font-size: 18px;
	}
	.sec02 .sec02_inner .sec02_flex .text h3{
		font-size: 34px;
	}
	.sec02 .sec02_inner .sec02_flex .text .list02 ol li {
    	font-size: 24px;
	}
	.sec02 .sec02_inner .sec02_flex .text .list02 ol li::before {
		width: 40px;
		height: 40px;
	}
	.sec02 .sec02_inner .sec02_flex .text .list02 ol li::after {
		width: 20px;
		height: 20px;
	}
	.sec02 .sec02_inner .sec02_flex .text .check_list .bottom{
		font-size: 24px;
	}
	.sec02 .sec02_inner .sec02_flex .text .sub{
		font-size: 26px;
	}
	.sec02 .sec02_inner .sec02_flex .text p{
		font-size: 18px;
	}
}
@media screen and (max-width:1060px){
	.sec02 .sec02_inner .sec02_flex .reason {
        width: 18%;
    }
	.sec02 .sec02_inner .sec02_flex .reason span {
		font-size: 30px;
	}
	.sec02 .sec02_inner .sec02_flex .text {
        width: 78%;
    }
	.sec02 .sec02_inner .sec02_flex .text h3 {
        font-size: 28px;
    }
	.sec02 .sec02_inner .sec02_flex .text .price{
		gap: 10px;
		font-size: 13px;
	}
	.sec02 .sec02_inner .sec02_flex .text .price .title {
        font-size: 26px;
    }
	.sec02 .sec02_inner .sec02_flex .text .price .main,
	.sec02 .sec02_inner .sec02_flex .text .price .main span{
		font-size: 20px;
	}
	.sec02 .sec02_inner .sec02_flex .text .check_list ol li{
		gap: 5px;
    	font-size: 14px;
	}
}
@media screen and (max-width:968px){
	.sec02 .sec02_inner{
		padding: 40px 0;
	}
	.sec02 .sec02_inner .sec02_flex .reason span {
        font-size: 24px;
    }
	.sec02 .sec02_inner .sec02_flex .text h3 {
        font-size: 24px;
    }
	.sec02 .sec02_inner .sec02_flex .text .price {
        gap: 10px;
        font-size: 13px;
        flex-wrap: wrap;
        padding: 20px;
    }
	.sec02 .sec02_inner .sec02_flex .text .price .note{
		width: 100%;
    	text-align: right;
	}
	.sec02 .sec02_inner .sec02_flex .text .list01 ol li {
        font-size: 14px;
    }
	.sec02 .sec02_inner .sec02_flex .text .check_list .title{
		font-size: 24px;
	}
	.sec02 .sec02_inner .sec02_flex .text .check_list ol li {
        gap: 5px;
        font-size: 13px;
    }
	.sec02 .sec02_inner .sec02_flex .text .check_list ol li::before{
		width: 20px;
		height: 20px;
		background-size: 100%;
	}
	.sec02 .sec02_inner .sec02_flex .text .check_list ol li .list_inner{
		width: calc(100% - 30px);
	}
	.sec02 .sec02_inner .sec02_flex .text .check_list ol li .list_inner span{
		font-size: 12px;
	}
	.sec02 .sec02_inner .sec02_flex .text .list02 ol li {
        font-size: 20px;
        margin: 40px auto;
		padding-left: 50px;
    }
	.sec02 .sec02_inner .sec02_flex .text .check_list .bottom {
        font-size: 18px;
    }
	.sec02 .sec02_inner .sec02_flex .text .sub {
        font-size: 20px;
        margin-bottom: 10px;
    }
	.sec02 .sec02_inner .sec02_flex .text p {
        font-size: 16px;
        margin-top: 10px;
    }
	.sec02 .sec02_inner .sec02_flex .text .price_text{
		font-size: 14px;
	}
}
@media screen and (max-width:768px){
	.sec02 .sec02_inner .sec02_flex .reason span {
        font-size: 16px;
    }
	.sec02 .sec02_inner .sec02_flex .text h3 {
        font-size: 18px;
    }
	.sec02 .sec02_inner .sec02_flex .text .price{
		padding: 10px;
		display: block;
        text-align: center;
	}
	.sec02 .sec02_inner .sec02_flex .text .price .note{
		font-size: 12px;
	}
	.sec02 .sec02_inner .sec02_flex .text .list01 ol{
		display: block;
	}
	.sec02 .sec02_inner .sec02_flex .text .list01 ol li{
		width: 100%;
		padding: 10px;
	}
	.sec02 .sec02_inner .sec02_flex .text .price .main strong {
        font-size: 36px;
    }
	.sec02 .sec02_inner .sec02_flex .text .yellow{
		font-size: 18px;
	}
	.sec02 .sec02_inner .sec02_flex .text .yellow span {
		font-size: 30px;
	}
	.sec02 .sec02_inner .sec02_flex .text .check_list {
		padding: 10px;
		position: relative;
		left: 10px;
		width: calc(100% - 10px);
	}
	.sec02 .sec02_inner .sec02_flex .text .check_list .title {
        font-size: 18px;
        width: calc(100% + 20px);
        display: block;
        left: -20px;
        padding: 10px;
    }
	.sec02 .sec02_inner .sec02_flex .text .check_list .title::before {
		border: 5px solid transparent;
		border-top: 5px solid #cd6a00;
		border-right: 5px solid #cd6a00;
	}
	.sec02 .sec02_inner .sec02_flex .text .check_list ol{
		display: block;
	}
	.sec02 .sec02_inner .sec02_flex .text .check_list ol li{
		width: 100%;
	}
	.sec02 .sec02_inner .sec02_flex .text .check_list ol li {
        width: 100%;
        margin: 20px auto 0;
    }
	.sec02 .sec02_inner .sec02_flex .text .btn a .top_text {
		font-size: 14px;
	}
	.sec02 .sec02_inner .sec02_flex .text .btn a .bottom_text {
		font-size: 20px;
	}
	.sec02 .sec02_inner .sec02_flex .text .btn a .bottom_text::before {
		width: 26px;
		height: 28px;
	}
	.sec02 .sec02_inner .sec02_flex .text .list02 {
		margin: 20px auto;
	}
	.sec02 .sec02_inner .sec02_flex .text .list02 ol li{
		font-size: 16px;
		line-height: 1.4;
		padding-left: 30px;
		margin: 20px auto;
	}
	.sec02 .sec02_inner .sec02_flex .text .list02 ol li::before {
        width: 20px;
        height: 20px;
    }
	.sec02 .sec02_inner .sec02_flex .text .list02 ol li::after {
        width: 10px;
        height: 10px;
		left: 5px;
    }
	.sec02 .sec02_inner .sec02_flex .text .check_list .bottom {
        font-size: 16px;
    }
	.sec02 .sec02_inner .sec02_flex .text .sub {
        font-size: 15px;
        margin-bottom: 10px;
    }
	.sec02 .sec02_inner .sec02_flex .text p {
        font-size: 14px;
        margin-top: 10px;
    }
	.sec02 .sec02_inner .sec02_flex .text .price_text{
		font-size: 12px;
	}
}
/*======================
*cta
=======================*/
.cta{
	background: #ffffe1;
	padding: 80px 0;
}
.cta .cta_inner{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.cta .cta_inner .text h2{
	font-size: 38px;
	color: #111;
	font-weight: 800;
}
.cta .cta_inner .text h2 span{
	font-size: 50px;
	color: #d01926;
	background: linear-gradient(to bottom,transparent 80%,#fffc09 20%);
}
.cta .cta_inner .text p{
	font-size: 20px;
	margin: 20px auto;
	line-height: 1.8;
}
.cta .btn{
	margin: 40px auto;
}
.cta .btn .btn_inner a{
	background: linear-gradient(to right, #ff8400, #ff9e04, #ff8400);
    border-bottom: 10px solid #db7100;
    padding: 10px;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
	max-width: 870px;
	border-radius: 500px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	transition: ease all .4s;
	top: 0;
	margin-bottom: 0;
}
.cta .btn .btn_inner a::before{
	content: '';
	width: 90px;
	height: 86px;
	background: url(img/cta-chart.png)no-repeat;
	background-size: cover;
}
.cta .btn .btn_inner a::after{
	content: '';
	width: 22px;
	height: 40px;
	background: url(img/cta-arrow.png)no-repeat;
	background-size: cover;
}
.cta .btn .btn_inner a:hover{
    border-bottom: 0 solid #db7100;
	top: 10px;
	margin-bottom: 10px;
}
.cta .btn .btn_inner a .text{
	font-size: 46px;
	text-align: center;
	font-weight: 800;
}
.cta .btn .btn_inner a .text span{
	font-size: 25px;
	font-weight: 800;
	display: block;
	margin-bottom: -5px;
}
.cta .btn .bottom{
	text-align: center;
	padding-top: 10px;
}
.cta .btn .bottom a{
	color: #111;
	font-size: 20px;
	text-decoration: underline;
	font-weight: 500;
}
@media screen and (max-width:1260px){
	.cta .cta_inner .text h2 {
		font-size: 26px;
	}
	.cta .cta_inner .text h2 span {
		font-size: 32px;
	}
	.cta .cta_inner .text p{
		font-size: 18px;
	}
}
@media screen and (max-width:1060px){
	.cta .cta_inner{
		gap: 20px;
	}
	.cta .cta_inner .image{
		width: 50%;
	}
	.cta .cta_inner .text h2 {
        font-size: 22px;
    }
	.cta .cta_inner .text h2 span {
        font-size: 26px;
    }
}
@media screen and (max-width:968px){
	.cta{
		padding: 40px 0;
	}
	.cta .cta_inner .image {
        width: 45%;
	}
	.cta .cta_inner .text p{
		font-size: 16px;
	}
}
@media screen and (max-width:768px){
	.cta .cta_inner .text h2{
		font-size: 18px;
	}
	.cta .cta_inner .text h2 span {
        font-size: 22px;
    }
	.cta .cta_inner{
		flex-flow: column;
	}
	.cta .cta_inner .image {
        width: 100%;
    }
	.cta .btn .btn_inner a .text {
		font-size: 26px;
	}
	.cta .btn .btn_inner a .text span {
		font-size: 16px;
	}
	.cta .btn .btn_inner a::before {
		content: '';
		width: 46px;
		height: 44px;
		background: url(img/cta-chart.png) no-repeat;
		background-size: cover;
	}
	.cta .btn .btn_inner a::after {
		width: 12px;
		height: 22px;
	}
	.cta .btn .bottom a{
		font-size: 16px;
	}
}
/*======================
*cta02
=======================*/
.cta02{
	background: #ecf5ff;
	padding: 80px 0;
}
.cta02 .cta02_inner{
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 140px;
}
.cta02 .cta02_inner .inner{
	width: 40%;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	padding-top: 80px;
	border: 2px solid #ff8400;
	position: relative;
	box-shadow: 0 5px 10px 0 #0000003b;
}
.cta02 .cta02_inner .inner .icon{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #ff8400;
	border-radius: 50%;
	padding: 20px;
}
.cta02 .cta02_inner .inner.contact .icon::before{
	content: '';
	width: 119px;
	height: 29px;
	background: url(img/cta-icon01-text.png)no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%);
}
.cta02 .cta02_inner .inner.tel{
	border: 2px solid var(--color-main);
}
.cta02 .cta02_inner .inner.tel .icon{
	background: var(--color-main);
}
.cta02 .cta02_inner .inner h3{
	text-align: center;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 40px;
	color: #111;
}
.cta02 .cta02_inner .inner p{
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
}
.cta02 .cta02_inner .inner .btn {
	max-width: 380px;
    width: 100%;
	margin: 20px auto 0;
}
.cta02 .cta02_inner .inner .btn a{
	background: linear-gradient(to right, #ff8400, #ff9e04, #ff8400);
    border-bottom: 5px solid #db7100;
    border-radius: 5px;
    padding: 10px;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    height: 100%;
}
.cta02 .cta02_inner .inner .btn a .bottom_text{
	font-size: 28px;
	font-weight: 800;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cta02 .cta02_inner .inner .btn a .bottom_text::before{
	content: '';
	display: inline-block;
	width: 37px;
	height: 27px;
	background: url(img/btn-icon01.png)no-repeat;
	background-size: cover;
	margin-right: 10px;
	position: relative;
    top: 2px;
}
.cta02 .cta02_inner .inner.tel .btn a{
	width: 100%;
	display: block;
	border-radius: 5px;
	background: linear-gradient(to right,var(--color-main),#005ccd,var(--color-main));
	border-bottom: 5px solid #00469b;
	color: #fff;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	height: 100%;
	margin-bottom: 20px;
}
.cta02 .cta02_inner .inner.tel .btn a .place{
	font-weight: 800;
    writing-mode: vertical-lr;
    background: #fff;
    border-radius: 2px;
    padding: 2px 4px;
    color: var(--color-main);
    letter-spacing: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
	position: absolute;
	left: 15px;
}
.cta02 .cta02_inner .inner.tel .btn a .text{
	text-align: center;
	width: 86%;
}
.cta02 .cta02_inner .inner.tel .btn a .text p{
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 3px;
}
.cta02 .cta02_inner .inner.tel .btn a .text .num{
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cta02 .cta02_inner .inner.tel .btn a .text .num::before{
	content: '';
	display: inline-block;
	width: 19px;
	height: 21px;
	background: url(img/cta-icon02.png)no-repeat;
	background-size: cover;
	margin-right: 10px;
	position: relative;
    top: -1px;
}
@media screen and (max-width:1260px){
	.cta02 .cta02_inner .inner{
		width: 48%;
	}
}
@media screen and (max-width:1060px){
	.cta02 .cta02_inner{
		gap: 20px;
	}
	.cta02 .cta02_inner .inner h3{
		margin-bottom: 20px;
	}
	.cta02 .cta02_inner .inner p{
		font-size: 16px;
	}
}
@media screen and (max-width:968px){
	.cta02{
		padding: 40px 0;
	}
	.cta02 .cta02_inner{
		display: block;
	}
	.cta02 .cta02_inner .inner {
        width: 100%;
        margin: 80px auto 0;
    }
}
@media screen and (max-width:768px){
	.cta02 .cta02_inner .inner {
        padding: 10px;
        padding-top: 60px;
    }
	.cta02 .cta02_inner .inner h3{
		font-size: 24px;
	}
}
/*======================
*section3
=======================*/
.sec03{
	padding: 80px 0;
	background: url(img/sec03-bg.png)repeat-y top center;
}
.sec03 .sec03_table{
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 10px 0 #0000003b;
}
.sec03 .sec03_table table{
	width: 100%;
	border-collapse: collapse;
}
.sec03 .sec03_table table th{
	width: 18%;
	font-size: 20px;
	font-weight: 800;
	line-height: .8;
	padding: 20px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.sec03 .sec03_table table th:first-child{
	background: #f7fbff;
}
.sec03 .sec03_table table th:nth-child(4){
	width: 28%;
	font-size: 26px;
	background: #fff8f0;
	border: 4px solid #ff8400;
	border-bottom: 1px solid #ccc;
}
.sec03 .sec03_table table th:nth-child(4) span{
	font-size: 16px;
}
.sec03 .sec03_table table td{
	padding: 30px 10px;
	vertical-align: middle;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.sec03 .sec03_table table td:first-child{
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	padding-left: 20px;
	background: #f7fbff;
}
.sec03 .sec03_table table td:nth-child(4){
	font-size: 22px;
	background: #fff8f0;
	border-left: 4px solid #ff8400;
	border-right: 4px solid #ff8400;
	font-weight: 600;
}
.sec03 .sec03_table table tr:last-child td{
	border-bottom: none;
}
.sec03 .sec03_table table tr:last-child td:nth-child(4){
	border-bottom: 4px solid #ff8400;
}
.sec03 .sec03_table table td .mini{
	font-size: 16px;
}
.sec03 .sec03_table table td .border{
	display: block;
	width: 20px;
	height: 2px;
	background: #333;
	margin: 0 auto;
}
@media screen and (max-width:1260px){
	.sec03 .sec03_table table td{
		padding: 20px 10px;
		font-size: 15px;
	}
	.sec03 .sec03_table table td:nth-child(4){
		font-size: 18px;
	}
	.sec03 .sec03_table table td:first-child{
		font-size: 18px;
	}
}
@media screen and (max-width:1060px){
	.sec03 .sec03_table table th{
		font-size: 18px;
		padding: 10px;
	}
	.sec03 .sec03_table table th:nth-child(4){
		font-size: 20px;
	}
	.sec03 .sec03_table table th:nth-child(4) span {
		font-size: 14px;
	}
	.sec03 .sec03_table table td {
        padding: 10px;
        font-size: 13px;
    }
	.sec03 .sec03_table table td:first-child {
        font-size: 16px;
        padding: 10px;
    }
	.sec03 .sec03_table table td:nth-child(4) {
        font-size: 16px;
    }
}
@media screen and (max-width:968px){
	.sec03{
		padding: 40px 0;
	}
	.sec03 .sec03_table{
		overflow-x: scroll;	
	}
	.sec03 .sec03_table .table{
		width: 968px;
	}
}
/*======================
*section4
=======================*/
.sec04{
	padding: 80px 0;
	background: var(--color-main);
}
.sec04 .ttl h2{
	color: #fff;
}
.sec04 .ttl h2 span{
	background: #fffc09;
	color: var(--color-main);
}
.sec04 .sec04_list{
	position: relative;
	margin: 80px auto 0;
}
.sec04 .sec04_list ol{
	position: relative;
}
.sec04 .sec04_list ol::before{
	content: '';
    display: block;
    width: 4px;
    height: calc(100% - 100px);
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sec04 .sec04_list ol li{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-flow: row-reverse;
	position: relative;
	max-width: 1260px;
	width: 100%;
	margin-top: 160px;
}
.sec04 .sec04_list ol li .num{
	width: 140px;
	height: 140px;
	background: #a4cdff;
	padding: 10px;
	border-radius: 50%;
	box-shadow: 0 5px 10px 0 #0000003b;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.sec04 .sec04_list ol li .num span{
	border: 4px solid var(--color-main);
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	font-size: 80px;
	font-weight: 800;
	line-height: 1;
	color: var(--color-main);
	box-shadow: 0 5px 10px 0 #0000003b;
}
.sec04 .sec04_list ol li .text{
	width: calc( 49.207% - 140px );
    margin-right: 80px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	position: relative;
}
.sec04 .sec04_list ol li .text::before{
	content: '';
    border: 20px solid transparent;
    border-left: 30px solid #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
}
.sec04 .sec04_list ol li .text h3{
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 20px;
	color: var(--color-main);
}
.sec04 .sec04_list ol li .text p{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	margin-top: 20px;
}
.sec04 .sec04_list ol li .text p::before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 16px;
	background: url(img/sec04-arrow02.png)no-repeat;
	background-size: cover;
	margin-right: 10px;
	position: relative;
    top: 3px;
}
.sec04 .sec04_list ol li .text .cau{
	font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    color: #111;
}
.sec04 .sec04_list ol li:nth-child(even){
	flex-flow: row;
	left: 100%;
    transform: translateX(-100%);
}
.sec04 .sec04_list ol li:nth-child(even) .text{
	margin-right: 0;
	margin-left: 80px;
}
.sec04 .sec04_list ol li:nth-child(even) .text::before{
	content: '';
    border: 20px solid transparent;
    border-right: 30px solid #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
}
.sec04 .sec04_list ol li:first-child .num,
.sec04 .sec04_list ol li:last-child .num{
	background: #ffc587;
}
.sec04 .sec04_list ol li:first-child .num span,
.sec04 .sec04_list ol li:last-child .num span{
	border-color: #ff8400;
	color: #ff8400;
}
.sec04 .sec04_list ol li:first-child .text h3,
.sec04 .sec04_list ol li:last-child .text h3{
	color: #ff8400;
}
.sec04 .sec04_list ol li:first-child .text p::before,
.sec04 .sec04_list ol li:last-child .text p::before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 16px;
	background: url(img/sec04-arrow01.png)no-repeat;
	background-size: cover;
	margin-right: 10px;
	position: relative;
    top: 3px;
}
.sec04 .sec04_list .bottom{
	max-width: 960px;
	width: calc( 100% - 40px);
	margin: 0 auto;
	padding: 40px;
	border-radius: 5px;
	background: #fff;
	margin-top: 80px;
}
.sec04 .sec04_list .bottom h3{
	font-size: 40px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 40px;
	color: #111;
}
.sec04 .sec04_list .bottom .bottom_flex{
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
.sec04 .sec04_list .bottom .bottom_flex .bottom_inner{
	width: 48%;
	background: #e5f1ff;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec04 .sec04_list .bottom .bottom_flex .bottom_inner h4{
	font-size: 18px;
    color: #fff;
    padding: 5px 10px;
    background: var(--color-main);
    position: relative;
    text-align: center;
    display: block;
    line-height: 1;
    width: 160px;
	position: absolute;
	top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 500px;
}
.sec04 .sec04_list .bottom .bottom_flex .bottom_inner .bottom_inner_text{
	padding: 40px 20px;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	color: var(--color-main);
}
.sec04 .sec04_list .bottom .bottom_flex .bottom_inner .bottom_inner_text .sub{
	font-size: 18px;
	color: #333;
	text-align: right;
}
.sec04 .sec04_list .bottom .bottom_flex .bottom_inner .bottom_inner_text .sub span{
	font-size: 24px;
}
.sec04 .sec04_list .bottom .bottom_flex .bottom_inner.red{
	background: #ffeaeb;
}
.sec04 .sec04_list .bottom .bottom_flex .bottom_inner.red h4{
	background: #d01926;
}
.sec04 .sec04_list .bottom .bottom_flex .bottom_inner.red .bottom_inner_text{
	color: #d01926;
}
.sec04 .sec04_list .bottom .note{
	margin-top: 10px;
	font-size: 14px;
}
@media screen and (max-width:1260px){
	.sec04 .sec04_list ol li{
		margin-top: 60px;
	}
	.sec04 .sec04_list ol li .num{
		width: 100px;
		height: 100px;
	}
	.sec04 .sec04_list ol li .num span{
		font-size: 60px;
	}
	.sec04 .sec04_list ol li .text{
		padding: 15px;
		width: calc(49.207% - 100px);
	}
	.sec04 .sec04_list ol li .text h3{
		font-size: 24px;
	}
	.sec04 .sec04_list ol li .text p{
		font-size: 14px;
	}
	.sec04 .sec04_list .bottom{
		padding: 20px;
	}
	.sec04 .sec04_list .bottom .bottom_flex .bottom_inner .bottom_inner_text{
		padding: 30px 20px;
	}
	.sec04 .sec04_list ol li .text .cau{
		font-size: 14px;
	}
}
@media screen and (max-width:1060px){
	.sec04 .sec04_list ol li {
        margin-top: 20px;
    }
	.sec04 .sec04_list ol li .num span {
        font-size: 50px;
    }
	.sec04 .sec04_list ol li .text h3 {
        font-size: 20px;
    }
	.sec04 .sec04_list ol li .text p{
		font-size: 13px;
		margin-top: 10px;
	}
}
@media screen and (max-width:968px){
	.sec04{
		padding: 40px 0;
	}
	.sec04 .sec04_list ol::before{
		height: calc(100% - 130px);
	}
	.sec04 .sec04_list ol li {
        margin-top: 0;
    }
	.sec04 .sec04_list ol li .num {
        width: 60px;
        height: 60px;
        padding: 5px;
    }
	.sec04 .sec04_list ol li .num span {
        font-size: 24px;
    }
	.sec04 .sec04_list ol li .text {
        padding: 10px;
        width: calc(49.207% - 40px);
    }
	.sec04 .sec04_list ol li .text::before {
		border: 10px solid transparent;
		border-left: 10px solid #fff;
	}
	.sec04 .sec04_list ol li:nth-child(even) .text::before {
		border: 10px solid transparent;
		border-right: 10px solid #fff;
	}
}
@media screen and (max-width:768px){
	.sec04 .sec04_list ol::before {
        height: calc(100% - 150px);
		left: 8%;
    	transform: translate(0, -50%);
    }
	.sec04 .sec04_list ol li{
		margin: 20px auto;
		flex-flow: row;
        left: 100%;
        transform: translateX(-100%);
	}
	.sec04 .sec04_list ol li .text{
		margin-right: 0;
		margin-left: 80px;
        width: calc(100% - 40px);
	}
	.sec04 .sec04_list ol li .text::before {
        content: '';
		border: 10px solid transparent;
		border-right: 10px solid #fff;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(-100%, -50%);
    }
	.sec04 .sec04_list ol li .num {
        left: 0;
        transform: none;
    }
	.sec04 .sec04_list ol li .text h3{
		margin-bottom: 10px;
	}
	.sec04 .sec04_list ol li .text p {
        font-size: 12px;
        padding-left: 10px;
    }
	.sec04 .sec04_list ol li .text p::before,
	.sec04 .sec04_list ol li:first-child .text p::before,
	.sec04 .sec04_list ol li:last-child .text p::before{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 6px;
		height: 10px;
	}
	.sec04 .sec04_list .bottom {
        width: 100%;
        padding: 10px;
    }
	.sec04 .sec04_list .bottom h3{
		font-size: 24px;
	}
	.sec04 .sec04_list .bottom .bottom_flex{
		flex-flow: column;
	}
	.sec04 .sec04_list .bottom .bottom_flex .bottom_inner{
		width: 100%;
	}
}
/*======================
*section5
=======================*/
.sec05{
	padding: 80px 0;
	background: url(img/sec05-bg.png);
}
.sec05 .splide{
	margin: 60px auto;
}
.sec05 .splide__slide{
	background: #fff;
	border-radius: 10px;
	padding: 40px;
	border: 1px solid var(--color-main);
	max-width: 480px;
	width: 100%;
}
.sec05 .splide__slide .comment{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	color: #111;
	margin-bottom: 40px;
}
.sec05 .splide__slide .bottom{
	border-top: 1px solid var(--color-main);
	display: flex;
	align-items: center;
	padding-top: 20px;
}
.sec05 .splide__slide .bottom .icon{
	margin-right: 20px;
}
.sec05 .splide__slide .bottom .name{
	font-weight: 500;
	color: #111;
}
.sec05 .splide__arrow{
	width: 90px;
	height: 90px;
	background: var(--color-main);
	opacity: 1;
}
.sec05 .splide__arrow--next {
    right: 10em;
}
.sec05 .splide__arrow--prev {
    left: 10em;
}
.sec05 .splide__arrow svg{
	fill: #fff;
	height: 3em;
    width: 3em;
}
@media screen and (max-width:1260px){
	.sec05 .splide__arrow--next {
		right: 4em;
	}
	.sec05 .splide__arrow--prev {
		left: 4em;
	}
}
@media screen and (max-width:1060px){
	.sec05 .splide__arrow {
		width: 60px;
		height: 60px;
	}
	.sec05 .splide__arrow svg {
		height: 2em;
		width: 2em;
	}
}
@media screen and (max-width: 968px){
	.sec05{
		padding: 40px 0;
	}
}
@media screen and (max-width: 768px){
	.sec05 .splide__slide{
		width: calc(100% - 40px);
		padding: 10px;
	}
	.sec05 .splide__slide .comment{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.sec05 .splide__arrow {
        width: 30px;
        height: 30px;
    }
	.sec05 .splide__arrow svg {
        height: 1em;
        width: 1em;
    }
	.sec05 .splide__arrow--next {
        right: 1em;
    }
	.sec05 .splide__arrow--prev {
        left: 1em;
    }
}
/*======================
*section6
=======================*/
.sec06{
	padding: 80px 0;
	background: #fafafa;
}
.sec06 .faq_list .faq_inner {
    margin: 30px auto;
    padding: 0 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 10px -5px #00000021
}

.sec06 .faq_list .faq_inner .title {
    font-size: 24px;
    font-weight: 700;
    padding: 30px 50px;
    position: relative;
	color: #111;
}

.sec06 .faq_list .faq_inner .title:before {
    content: 'Q';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-main);
    border-radius: 50%;
    line-height: 1.5;
    text-align: center;
    font-family: 'poppins';
    font-size: 40px;
	font-weight: 800;
	line-height: 1;
}

.sec06 .faq_list .faq_inner .title span {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.sec06 .faq_list .faq_inner .title span:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: var(--color-main);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sec06 .faq_list .faq_inner .title span:after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: var(--color-main);
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    transition: ease all .4s;
}

.sec06 .faq_list .faq_inner .title span.active:after {
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
}

.sec06 .faq_list .faq_inner .cont {
    padding: 30px;
    padding-left: 50px;
    position: relative;
    line-height: 1.8;
    border-top: 1px solid #ccc;
	font-weight: 500;
    display: none;
}

.sec06 .faq_list .faq_inner .cont:before {
    content: 'A';
    position: absolute;
    left: 0;
    top: 30px;
    color: #d01926;
    border-radius: 50%;
    line-height: 1.5;
    text-align: center;
    font-family: 'poppins';
    font-size: 40px;
	font-weight: 800;
	line-height: 1;
}
@media screen and (max-width: 968px) {
    .sec06 {
        padding:40px 0
    }

    .sec06 .faq_list .faq_inner {
        padding: 10px
    }

    .sec06 .faq_list .faq_inner .title {
        font-size: 16px;
        padding: 10px 30px;
        padding-right: 30px
    }

    .sec06 .faq_list .faq_inner .title:before {
        font-size: 20px
    }
	.sec06 .faq_list .faq_inner .cont:before{
		top: 15px;
        font-size: 20px
	}

    .sec06 .faq_list .faq_inner .title span {
        right: 20px
    }

    .sec06 .faq_list .faq_inner .cont {
        padding: 10px;
        padding-left: 30px;
        font-size: 14px
    }
}
/*======================
*sec07
=======================*/
.sec07{
	padding: 80px 0 0;
	position: relative;
	overflow: hidden;
	background: #ecf5ff;
}
.sec07 .cta_bg_top{
	position: absolute;
	left: 0;
	top: 0;
}
.sec07 .cta_bg_bottom{
	position: absolute;
	left: 0;
	bottom: 0;
}
.sec07 .cta_title{
	max-width: 1100px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}
.sec07 .cta_title h2{
	font-weight: 800;
	font-size: 65px;
	color: var(--color-main);
	text-decoration: underline;
	text-decoration-color: var(--color-main);
}
.sec07 .cta_title h2 span{
	color: #ff8400;
}
.sec07 .cta_cont{
	margin: 120px auto;
	background: #fff;
	border-radius: 10px;
	border: 2px solid var(--color-main);
	position: relative;
	max-width: 1060px;
	width: calc( 100% - 40px );
	padding: 80px 100px;
}
.sec07 .cta_cont h3{
	color: #fff;
    font-size: 30px;
    font-weight: 800;
    max-width: 420px;
    text-align: center;
    padding: 10px;
    background: var(--color-main);
    border-radius: 500px;
    transform: translateY(-50%);
    margin: -80px auto 40px;
}
.sec07 .cta_cont .price{
	padding: 40px 50px;
	background: #f5faff;
}
.sec07 .cta_cont .price .main{
	font-size: 50px;
    font-weight: 800;
    color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
	line-height: 1.2;
}
.sec07 .cta_cont .price .main span{
	font-size: 70px;
    color: #ff8400;
    position: relative;
}
.sec07 .cta_cont .price .note{
	text-align: right;
	font-size: 14px;
}
.sec07 .cta_cont .btn{
	margin: 40px auto;
}
.sec07 .cta_cont .btn .btn_inner a{
	background: linear-gradient(to right, #ff8400, #ff9e04, #ff8400);
    border-bottom: 10px solid #db7100;
    padding: 10px;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
	max-width: 870px;
	border-radius: 500px;
	margin: 40px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: ease all .4s;
	top: 0;
	margin-bottom: 0;
}
.sec07 .cta_cont .btn .btn_inner a::before{
	content: '';
	width: 77px;
	height: 55px;
	background: url(img/cta-bottom-icon01.png)no-repeat;
	background-size: cover;
	position: absolute;
	left: 50px;
}
.sec07 .cta_cont .btn .btn_inner a::after{
	content: '';
	width: 22px;
	height: 40px;
	background: url(img/cta-arrow.png)no-repeat;
	background-size: cover;
	position: absolute;
    right: 80px;
}
.sec07 .cta_cont .btn .btn_inner a:hover{
    border-bottom: 0 solid #db7100;
	top: 10px;
	margin-bottom: 10px;
}
.sec07 .cta_cont .btn .btn_inner a .text{
	font-size: 46px;
	text-align: center;
	font-weight: 800;
}
.sec07 .cta_cont .btn .btn_inner a .text span{
	font-size: 25px;
	font-weight: 800;
	display: block;
	margin-bottom: -5px;
}
.sec07 .cta_cont .btn .bottom{
	text-align: center;
	padding-top: 10px;
	font-size: 18px;
	font-weight: 500;
}
.sec07 .cta_cont .btn.tel .btn_inner a{
	background: linear-gradient(to right,var(--color-main),#005ccd,var(--color-main));
    border-bottom: 10px solid #00459a;
	padding: 20px 0 10px;
}
.sec07 .cta_cont .btn.tel .btn_inner a:hover{
    border-bottom: 0 solid #00459a;
	top: 10px;
	margin-bottom: 10px;
}
.sec07 .cta_cont .btn.tel .btn_inner a .text{
	font-size: 56px;
	line-height: 1;
	font-weight: 700;
}
.sec07 .cta_cont .btn.tel .btn_inner a .text span{
	margin-bottom: 10px;
}
.sec07 .cta_cont .btn.tel .btn_inner a::before{
	background: url(img/cta-bottom-icon02.png)no-repeat;
	background-size: cover;
	width: 76px;
	height: 76px;
	left: 120px;
}
.sec07 .cta_cont .btn.tel .btn_inner a .place{
	font-weight: 800;
    writing-mode: vertical-lr;
    background: #fff;
    border-radius: 2px;
    padding: 10px;
    color: var(--color-main);
    letter-spacing: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
	position: absolute;
	left: 50px;
	font-size: 24px;
}
.sec07 .cta_cont .comment{
	padding: 20px;
	display: flex;
	background: #fafafa;
}
.sec07 .cta_cont .comment .image{
	margin-right: 20px;
}
.sec07 .cta_cont .comment .text{
	margin-top: 30px;
}
.sec07 .cta_cont .comment .text .f14{
	font-size: 14px;
}
.sec07 .cta_cont .comment .text .f12{
	font-size: 12px;
}
@media screen and (max-width:1260px){
	.sec07 .cta_bg_top{
		max-width: 120%;
	}
	.sec07 .cta_cont{
		padding: 40px;
	}
	.sec07 .cta_cont h3{
		margin: -40px auto 40px;
	}
}
@media screen and (max-width:1060px){
	.sec07 .cta_cont .price .main{
		font-size: 36px;
	}
	.sec07 .cta_cont .price .main span{
		font-size: 60px;
	}
}
@media screen and (max-width:968px){
	.sec07{
		padding: 40px 0 0;
	}
	.sec07 .cta_title {
		width: 60%;
        margin: 0;
        padding: 0;
	}
	.sec07 .cta_title h2{
		font-size: 46px;
	}
	.sec07 .cta_cont{
		width: 100%;
		padding: 40px 20px;
		margin: 80px auto;
	}
	.sec07 .cta_cont h3{
		margin-bottom: 0;
		font-size: 24px;
	}
	.sec07 .cta_cont .price {
    	padding: 40px 20px;
	}
	.sec07 .cta_cont .btn .btn_inner a::after {
		width: 16px;
		height: 30px;
		background: url(img/cta-arrow.png) no-repeat;
		background-size: 100%;
	}
	.sec07 .cta_cont .btn .btn_inner a .text{
		font-size: 28px;
	}
	.sec07 .cta_cont .btn .btn_inner a .text span{
		font-size: 18px;
	}
	.sec07 .cta_cont .btn .btn_inner a::before {
		width: 47px;
		height: 35px;
		background: url(img/cta-bottom-icon01.png) no-repeat;
		background-size: 100%;
	}
	.sec07 .cta_cont .btn.tel .btn_inner a .text{
		font-size: 34px;
	}
	.sec07 .cta_cont .btn.tel .btn_inner a::before {
		background: url(img/cta-bottom-icon02.png) no-repeat;
		background-size: 100%;
		width: 36px;
		height: 36px;
	}
	.sec07 .cta_cont .btn.tel .btn_inner a .place{
		font-size: 18px;
		padding: 8px;
	}
}
@media screen and (max-width:768px){
	.sec07 .cta_title {
        width: 80%;
    }
	.sec07 .cta_title h2 {
        font-size: 26px;
        text-align: center;
    }
	.sec07 .cta_cont h3 {
        font-size: 20px;
    }
	.sec07 .cta_cont {
        margin: 60px auto;
        padding: 40px 10px;
    }
	.sec07 .cta_cont .price{
		padding: 20px 10px;
	}
	.sec07 .cta_cont .price .main {
        font-size: 20px;
    }
	.sec07 .cta_cont .price .main span {
        font-size: 28px;
    }
	.sec07 .cta_cont .price .note{
		font-size: 13px;
	}
	.sec07 .cta_cont .btn .btn_inner a .text span {
        font-size: 12px;
    }
	.sec07 .cta_cont .btn .btn_inner a .text {
        font-size: 20px;
    }
	.sec07 .cta_cont .btn .btn_inner a::after {
        width: 10px;
        height: 20px;
        right: 20px;
    }
	.sec07 .cta_cont .btn .btn_inner a::before {
        width: 27px;
        height: 20px;
		left: 20px;
    }
	.sec07 .cta_cont .btn.tel .btn_inner a .place {
        font-size: 14px;
        padding: 5px;
        left: 20px;
    }
	.sec07 .cta_cont .btn.tel .btn_inner a .text {
        font-size: 22px;
    }
	.sec07 .cta_cont .btn.tel .btn_inner a::before {
        width: 26px;
        height: 26px;
        left: 55px;
    }
	.sec07 .cta_cont .btn .bottom{
		font-size: 14px;
	}
	.sec07 .cta_cont .comment{
		padding: 10px;
		display: block;
	}
	.sec07 .cta_cont .comment .image {
		margin-right: 10px;
		float: left;
	}
	.sec07 .cta_cont .comment .text {
		margin-top: 0;
		line-height: 1.8;
	}
}
/*======================
*footer
=======================*/
footer{
	background: var(--color-main);
	color: #fff;
}
footer .footer_logo{
	text-align: center;
    padding-top: 20px;
}
footer .footer_nav ol{
	display: flex;
	justify-content: center;
	padding-top: 20px;
}
footer .footer_nav ol li{
	position: relative;
	border-right: 1px solid #fff;
	padding: 0 10px;
}
footer .footer_nav ol li:last-child{
	border-right: none;
}
footer .footer_nav ol li a{
	color: #fff;
}
footer .copyright{
	margin-top: 15px;
	text-align: center;
}
@media screen and (max-width:968px){
	footer .footer_nav ol li a {
		font-size: 13px;
	}
}
/*=====================================
*
*pcのみ
*
=======================================*/
/*=====================================
*
*sp用
*
=======================================*/
/*========================================================================
*
* 電話番号テキスト化
*
*========================================================================*/




