@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&family=Viga&display=swap');

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

html {
    scroll-padding-top: 100px;
    scroll-behavior: smooth;
}

body {
	width: 100% !important;
	color: #333;
	line-height: 1.5;
	overflow: hidden;
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif!important;
	font-weight: 900;
	letter-spacing: 0.05em;
}

body.open{
	height: 100vh;
}

.viga{
	font-family: 'Viga', sans-serif!important;
	font-weight:400;
}

/* color */
.lblue{
	color: #2DC1D4;
}
.yellow{
	color: #FFF825!important;
}
.white{
	color: #ffffff;
}
.orange{
	color:#FF9E2C;
}
.green{
	color:#2FC573;
}
.gray{
	color:#CCCCCC;
}
.red{
	color:#E24B43;
}


.bglbl{
	background: #2DC1D4;
}
.bglbl2{
	background: #BFECF2;
}
.bgora{
	background: #FF9E2C;
}
.bggre{
	background: #2FC573;
}
.bgye{
	background: #FFF825;
}
.bgwh{
	background: #ffffff;
}
.bggray{
	background:#F0F0F0;
}
.bgbl{
	background:#0A3EA1;
}
.bgred{
	background:#E24B43;
}



/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:active {
	color: #333;
}

a:hover {opacity: 0.7;}

.hLogo a:hover,.logo a:hover{
	opacity:1;
}

.btn1.pc{
	display:flex;
}


.btn1{
	max-width:384px;
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	height: 72px;
	border-radius: 4px;
	box-shadow: 0 8px 0 #2F929F;
	transition: .4s;
}

#cover .btn1{
	margin: 40px 0 0;
}

.btn1:hover{
	box-shadow: none;
	opacity:1;
}

#cover .btn1:hover{
	box-shadow: none;
	opacity:1;
	margin: 48px 0 -8px;
}


.btn1 img{
	width:28px;
	height:28px;
	margin-right:5px;
}

.btn4{
	display: flex;
	align-items: center;
	max-width: 188px;
	margin-left: auto;
	height: 56px;
	justify-content: center;
	font-size: 1.4rem;
	border-radius: 4px;
	margin-top:5px;
}

.btn4 img{
	width:21px;
	margin-right:5px;
}

/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc ,.pc2{
	display: block;
}

.sp,.sp2, .spTel {
	display: none!important;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	background: #fff;
	height: 96px;
	padding-left: 40px;
	z-index: 10;
}

.headerUl {
	max-width: 781px;
	width: 70%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.headerUl li.pc{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width: 100%;
	height: 100%;
}

.headerUl li.pc ul{
	display:flex;
	max-width: 520px;
	font-size:1.5rem;
	font-weight:900;
	width: 70%;
	justify-content: space-between;
}

.headerUl li.pc >a{
	display:flex;
	flex-direction:column;
	align-items:center;
	font-size:1.8rem;
	font-weight:900;
	max-width: 182px;
	width: 29%;
	height: 100%;
	justify-content: center;
}

.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}

th {
	background: #555;
	color: #fff;
}

td {
	background: #ddd;
	color: #555;
}


/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/



nav ul{
	display: flex;
	justify-content: space-between;
}


nav li a {
	display: block;
	text-decoration: none;
}



/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	width: 100%;
	margin: 100px auto 0;
	background: url(../images/mv.webp)no-repeat;
	background-size: cover;
	min-height: 768px;
	display: flex;
	justify-content: center;
}

.mv-sld1{
	display:flex;
	justify-content: space-between;
	align-items:center;
	max-width: 1080px;
	padding-top: 80px;
	width: 100%;
	padding-bottom: 10px;
	margin: auto;
}

.mv-sld1 .left{
	position:relative;
	max-width: 540px;
	padding-top: 70px;
	width:48%;
}

.mv-sld1 .right{
	position:relative;
	width: 48%;
}

.mv-sld1 .right .ab-img{
	top: -55px;
	right: -100px;
	width: 55%;
}


.mv-sld1 .left .ab-img{
	top:0;
	left:0;
	right:0;
	margin:auto;
	width: 75%;
	max-width: 272px;
}

h2,h3,h4,h5{
	font-weight:900;
}

.mv-sld1 .left h2{
	font-size:5.6rem;
}

.mv-sld1 .left h2 .small{
	font-size:4.8rem;
}

.mv-sld1 .left p{
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 42px;
	letter-spacing: 0.05em;
	max-width: 520px;
	margin: 24px 0 0px;
}

/*-- 中ページカバー --*/

.privacy #cover {
	background: #555;
}

.company #cover {
	background: #444;
}

.contact #cover {
	background: #777;
}

.list #cover {
	background: #ccc;
}


/*-----------------------------------------------------------
 装飾
-----------------------------------------------------------*/

.ab-img{
	position:absolute;
}

.unline{
	position:relative;
}

.unline:before{
	width:100%;
	height:4px;
	position:absolute;
	content:"";
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background:#333333;
}

.content02 h3 .unline:before{
	background:#2DC1D4;
}

.lblue.unline:before{
	background:#2DC1D4;
}

.dots span{
	position:relative;
}

.dots span:before{
	position:absolute;
	content:"";
	width:4px;
	height:4px;
	border-radius:50%;
	background:#333333;
	left:0;
	right:0;
	top:-2px;
	margin:auto;
}

.yellow.dots span:before{
	background:#FFF825;
}

.lblue.dots span:before{
	background:#2DC1D4;
}


.lbar{
	padding-left:30px;
	position:relative;
}

.lbar:before{
	position:absolute;
	content:"";
	width:16px;
	height:1px;
	top:0;
	bottom:0;
	margin:auto;
	left:0;
	background:#2DC1D4;
}
/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 70px auto 0;
}

.inner{
	width: 95%;
	max-width: 1080px;
	margin: 0 auto;
}

.cov-inner{
	width: 100%;
	margin: 0 auto;
}

.mainTit{
	font-size: 10.4rem;
	line-height: 1.3;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 119.6px;
}

.mainTit span{
	display: block;
	font-size: 2.4rem;
	font-family: 'Noto Sans JP', sans-serif!important;
	line-height: 28.8px;
	font-weight: 900;
}

.centit{
	text-align:center;
}


.flex{
	display:flex;
}

.content01{
	margin: 0 0 80px 0;
}

.content01 .inner > .flex{
	justify-content:space-between;
}

.content01 .left{
	max-width: 515px;
	width: 51%;
}

.content01 .right{
	width: 48%;
	margin-top:60px;
	max-width: 500px;
}

.content01 .right .youtube{
	max-width:500px;
	height:343px;
}

.content01 .right .youtube iframe{
	width:100%;
	height:100%;
}

.content01 .left p{
    margin: 50px 0 0;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 36px;
    max-width: 500px;
}

.co1d{
	margin: 120px 0 24px;
	position: relative;
}

.bgtri{
	position:relative;
	z-index:1;
	text-align: center;
	width: 168px;
	margin: auto;
}

.bgtri:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 48px 84px 0 84px;
	border-color: #fff transparent transparent transparent;
	z-index: -1;
	left: 0;
	right: 0;
	margin: auto;
}

.co1d1{
	padding: 48px 0 40px;
	display:flex;
	align-items:center;
	justify-content: center;
	font-size: 3.2rem;
	color: #fff;
	position: relative;
}

.co1d1:before{
	position:absolute;
	content:"";
	width:193px;
	height: 220px;
	background: url(../images/co14.svg)no-repeat top;
	right: 25%;
	bottom:0;
}

.co1d11{
	display:flex;
	align-items:center;
	background: #fff;
	height: 96px;
	border-radius: 4px;
	margin-left: 25px;
	width: 186px;
	justify-content: center;
	font-weight: 400;
	color: #333;
	font-size: 1.8rem;
}

.co1d11:last-child{
	margin-right:25px;
}

.co1d11 img{
	margin-right:10px;
}

.content01 h3{
	text-align:center;
	font-size:4rem;
	position: relative;
	width: fit-content;
	margin: auto;
	padding: 0 83px;
}

.content01 h3:before{
	position:absolute;
	content:"";
	width:83px;
	height:87px;
	background: url(../images/co15.png)no-repeat;
	left:0;
	top: -70px;
	background-size: contain;
}

.content01 h3 span{
	font-size: 5.6rem;
}

.content01 h3 .dots span:before{
	width:8px;
	height:8px;
}

.content02{
	position:relative;
}

.content02:before{
	position:absolute;
	content:"";
	max-width: 552px;
	height:350px;
	background:#f0f0f0;
	border-radius:50%;
	z-index:-1;
	left:0;
	right:0;
	margin:auto;
	top:50px;
	width: 100%;
}

.content02 .bggray{
	padding:80px 0 120px;
}

.content02 .bggray .inner > ul{
	display:flex;
	justify-content: space-between;
	margin-bottom: 55px;
}

.content02 .bggray .inner > ul li{
	text-align: center;
	width: 30.865%;
	position: relative;
	z-index:1;
	padding-bottom: 24px;
}

.content02 .bggray .inner > ul li p{
	max-width:286px;
	margin:5px auto 0;
}

.content02 .bggray .inner > ul li:before{
	position:absolute;
	content:"";
	width:100%;
	height:200px;
	background:#fff;
	left:0;
	bottom:0;
	z-index:-1;
	border-radius: 4px;
}

.co2d{
	padding-bottom: 57px;
	position: relative;
}

.co2d .fukidashi{
	text-align:center;
	font-size:2.4rem;
}

.co2d h3{
	text-align:center;
	font-size:5.6rem;
	line-height:67px;
	margin-top: 15px;
}

.co2d .ab-img{
	right: 80px;
	bottom: 20px;
}

.co2-bnr{
	border: 4px solid #2DC1D4;
	background: #fff;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.co2-bnr .flex{
	justify-content: space-between;
	max-width: 995px;
	width: 95%;
}

.co2-bnr .text{
max-width: 520px;
width: 50%;
}

.co2-bnr .text p{
font-size: 1.8rem;
padding-bottom: 10px;
border-bottom: 1px solid #999999;
}

.co2-bnr .text h4{font-size: 3.2rem;margin: 15px 0 20px;}


.bnr-btn span:before,.bnr-btn span:after{
	position:absolute;
	content:"";
	left:0;
	top:0;
	bottom:0;
	margin: auto;
	transition:.4s;
}

.bnr-btn span:before{
	width:64px;
	height:64px;
	border-radius:50%;
	background:#2DC1D4;
	
}

.bnr-btn span:after{
    width: 8px;
    height: 8px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
	left:24px;
}


.bnr-btn:hover span:before{
	left:10px;
}

.bnr-btn:hover span:after{
	left:34px;
}


.bnr-btn{
	position:relative;
	padding: 19px 0 19px 80px;
	display: block;
}

.co2-bnr .img{
max-width: 456px;
width: 48%;
}

.content03{
	padding: 120px 0;
}

.content03 .mainTit{
	padding-bottom:40px;
}

.co3d{
	width: 96%;
	max-width:344px;
	border-radius: 4px;
	border: 4px solid #2DC1D4;
	position: relative;
}

.sld22 .co3d{
	border: 4px solid #FF9E2C;
}

.sld23 .co3d{
	border: 4px solid #2FC573;
}

.co3d h3{
	height:64px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:2.4rem;
}

.co3d1a{
	padding: 16px 0;
}

.sld23 .co3d1a{
	min-height: 193px;
}

.co3d1a > p{font-size: 1.6rem;text-align: center;font-weight: 400;margin-top: 8px;}

.co3d1a1{
	width: 98%;
	max-width:264px;
	margin:auto;
	font-size:1.4rem;
	text-align:center;
	padding: 7px 0;
	border-radius: 4px;
	margin-bottom: 25px;
	position: relative;
}

.co3d1a1:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 10px 0 10px;
	border-color: #FFF825 transparent transparent transparent;
	bottom: -13px;
	left: -18px;
	right: 0;
	margin: auto;
}

.co3d1a .flex{
	justify-content:center;
	align-items: center;
}

.kinri{
	border-radius:50px;
	text-align:center;
	font-size:1.6rem;
	font-weight:400;
	margin-right: 5px;
	padding: 0 15.5px;
}

.co3d1ap1{
	font-size:2.4rem;
}

.sld22 .co3d1ap1{
	font-size:3.2rem;
}

.sld23 .co3d1ap1{
	font-size:4rem;
}

.co3d1ap2{
	font-size: 1.6rem;
	padding-top: 12px;
	margin-left: 5px;
}

.co3d1b{
	padding: 24px 6%;
	border-top: 1px dotted #2DC1D4;
}

.sld22 .co3d1b{
	border-top: 1px dotted #FF9E2C;
}

.sld23 .co3d1b{
	border-top: 1px dotted #2FC573;
}

.co3ul li{
	font-size:1.6rem;
	position:relative;
	padding-left: 15px;
	margin: 0 0 10px;
	font-weight: 400;
}

.co3ul li:before{
	position:absolute;
	content:"";
	width:8px;
	height:8px;
	background:#2DC1D4;
	border-radius:50%;
	top: 9px;
	left:0;
}

.sld22 .co3ul li:before{
	background: #FF9E2C;
}

.sld23 .co3ul li:before{
	background: #2FC573;
}

.co3d1b p{
	font-size:1.4rem;
	line-height:28.8px;
	font-weight:400;
}

.co3d1 h4{
	text-align:center;
	padding: 7.5px 0;
	border-top: 4px solid;
	border-bottom: 4px solid;
}

.co3d1c{
	padding:24px 6%;
}

.co3d1c h5{
	font-size:1.6rem;
	line-height: 1.8;
	margin-bottom: 24px;
	min-height: 57px;
}

.co3d1c p{
	font-weight:400;
	font-size:1.6rem;
	line-height: 1.8;
	margin-bottom: 24px;
}


.co3d1c .co3ul li{
	font-size:1.4rem;
}

.co3d1{
	padding-bottom:61px;
}

.co3d1 a{
	position: absolute;
	bottom: 0;
	width:100%;
}

.co3d1 a span{
	display:flex;
	color:#fff;
	justify-content:center;
	height:61px;
	width:100%;
	align-items: center;
	position:relative;
}

.co3d1 a img{
	margin-right:5px;
}

.co3d1 a span:before{
	  content: '';
	  width: 8px;
	  height: 8px;
	  border-top: solid 4px #fff;
	  border-right: solid 4px #fff;
	  position: absolute;
	  top: 0;
	  transform: rotate(45deg);
	  right: 10px;
	  bottom: 0;
	  margin: auto;
}

.co3d2{
	margin-top:135px;
	position: relative;
	border:4px solid #FFF825;
	padding: 40px 0;
}

.co3d2 h3{
	width:100%;
	max-width:416px;
	margin:auto;
	border-radius:40px;
	padding: 8px 0;
	font-size: 3.2rem;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	text-align: center;
}

.co3d2 h3 > span{
	position:relative;
	display: block;
}

.co3d2 h3 > span:before{position: absolute;content: "";width: 83px;height: 87px;background: url(../images/co34.png)no-repeat;left: -15px;top: -60px;background-size: contain;}

.co3d2 h3 span span{
	font-size:2.4rem;
}

.co3d2 ul{
	display:flex;
	justify-content:center;
	align-items: end;
}

.co3d2 li{
	text-align: center;
	width: 33%;
	position: relative;
}

.co3d2 li:before{
	position:absolute;
	content:"";
	width:1px;
	height:100%;
	background:#CCCCCC;
	right:0;
	bottom:0;
}

.co3d2 li:last-child:before{
	display:none;
}

.co3d2 li:last-child .top h4{
	margin-top: 20px;
}

.co3d2 li .top{
	margin-bottom: 15px;
}

.co3d2 li .top h4{
	font-size:2.4rem;
	margin:10px auto 5px;
}

.co3d2 li .top p{
	font-size:1.4rem;
	font-weight:400;
}

.co3d2 li .bottom p{
	font-size:3.2rem;
}

.co3d2 li .bottom p span{
	font-size:1.8rem;
}


.content04{
	position:relative;
	padding: 25px 0 175px;
}

.content04:before{
	position:absolute;
	content:"";
	width:100%;
	height: 89%;
	background:#F0F0F0;
	z-index: -1;
	transform: skewy(-5deg);
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}

.content04 ul{
	display:flex;
	max-width:880px;
	width:100%;
	margin: 40px auto 0;
	justify-content: space-between;
}

.content04 li{
	width:48%;
	max-width: 420px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 40px 0 30px;
	border-radius: 4px;
}

.content04 li .text{
	margin-top:15px;
	max-width: 232px;
	width: 100%;
}

.co4p1{
	font-size:1.8rem;
	color:#fff;
	background:#2dc1d4;
	text-align:center;
	border-radius:20px;
	padding: 6.5px 0;
	text-align: center;
	width: 100%;
}

.co4p2{
	font-size:4rem;
	text-align: center;
	margin-top: 10px;
}

.co4p2 span{
	font-size:2.4rem;
	margin-left:10px;
}


.content05{
	position:relative;
	padding: 80px 0 180px;
}

.co5d{
	margin-top:40px;
	display:flex;
	justify-content: space-between;
}

.co5d .left ,.co5d .right{
	width: 49%;
}

.co5d .right .co5d1{
	margin-bottom:40px;
}

.co5d1{
	max-width:520px;
	width:100%;
}

.co5d1 .img{
	margin-bottom: -10px;
}

.co5d1 .text{
	border:4px solid #2DC1D4;
	border-top:none;
	border-radius:4px;
	padding: 0 15px;
}

.voice-title{
	padding:28px 0 15px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.voice-title h3{
	font-size:2.4rem;
	width: 73%;
}

.voice-title p{
	font-size:1.4rem;
	border-radius: 24px;
	border:1px solid;
	padding: 4.5px 10px;
	font-weight: 400;
}

.co5d1p1{
	font-size:1.6rem;
	font-weight:400;
	line-height:28.8px;
}

.co5d1p2{
	font-size:1.4rem;
	font-weight:400;
	line-height:28.8px;
	padding:20px 0;
	border-top:1px dotted #2DC1D4;
	margin-top:20px;
}

.co6d{
	border-radius:4px;
	margin: 0px 4%;
	position:relative;
}

.co6d .top .img{
	min-height:130px;
	display: flex;
}

.co6d.bsl{
	border:4px solid #2DC1D4;
}

.co6d.osl{
	border:4px solid #FF9E2C;
}

.co6d.gsl{
	border:4px solid #2FC573;
}

.inner2{
	width:100%;
	max-width:1920px;
	margin:auto;
}

.content06{
	padding:0 0 150px;
}

.content06 .inner2{
	margin:40px auto 0;
}

.per-tag{
	min-width:121px;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	border-radius:0 0 4px 0;
	font-size:1.4rem;
	padding: 5px;
	font-weight: 400;
}

.bsl .per-tag{
	background:#2DC1D4;
}

.osl .per-tag{
	background:#FF9E2C;
}

.gsl .per-tag{
	background:#2FC573;
}

.co6d .top .img img{
	margin: auto auto 0;
}

.co6d .top p{
	font-weight:400;
	font-size:1.6rem;
	text-align:center;
	margin:15px 0 25px;
}

.co6ul1{
	display:flex;
	align-items:center;
}



.co6ul1 li{
	width:33.333%;
	text-align: center;
	padding: 13.5px 0;
}

.bsl .co6ul1{
	border-top:1px solid #2DC1D4;
}

.osl .co6ul1{
	border-top:1px solid #FF9E2C;
}

.gsl .co6ul1{
	border-top:1px solid #2FC573;
}

.bsl .co6ul1 li{
	border-right:1px dotted #2DC1D4;
}

.osl .co6ul1 li{
	border-right:1px dotted #FF9E2C;
}

.gsl .co6ul1 li{
	border-right:1px dotted #2FC573;
}

.gsl .co6ul1 li{
	width:50%;
}

.bsl .co6ul1p1{
	color:#2DC1D4;
}

.osl .co6ul1p1{
	color:#FF9E2C;
}

.gsl .co6ul1p1{
	color:#2FC573;
}

.co6ul1 li:last-child{
	border:none;
}

.bsl .co6ul1 li:last-child .co6ul1p1,.osl .co6ul1 li:last-child .co6ul1p1,.gsl .co6ul1 li:last-child .co6ul1p1{
	color:#333333;
}

.co6ul1p1{
	font-size:1.4rem;
}

.co6ul1p2{
	font-size:1.6rem;
}

.co6ul1p2 span{
	font-size:1.2rem;
}

.bsl .co6ul1 li:last-child .co6ul1p2{
	color:#2DC1D4;
}

.osl .co6ul1 li:last-child .co6ul1p2{
	color:#FF9E2C;
}

.gsl .co6ul1 li:last-child .co6ul1p2{
	color:#2FC573;
}

.bsl .co6d1{
	background:#2DC1D4;
}

.osl .co6d1{
	background:#FF9E2C;
}

.gsl .co6d1{
	background:#2FC573;
}

.co6d1{
	display:flex;
	justify-content:space-between;
	padding: 15.5px 15px;
	align-items: center;
}

.co6d1 .left{
	font-size:1.6rem;
}

.co6d1 .right{
	font-size:2.2rem;
}

.co6d1 .right span{
	font-size:1.4rem;
	margin-left: 5px;
}

.co6ul2{
	padding: 10px 6%;
}

.co6ul2 li{
	display:flex;
	justify-content:space-between;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 14px 0;
	border-bottom: 1px solid #ccc;
}

.co6ul2 li:last-child{
	border:none;
}

.contact-area{
	position:relative;
	padding: 80px 0 135px;
	z-index: 1;
}

.contact-area h2{
	position:absolute;
	font-size:20rem;
	font-weight:400;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	width: fit-content;
	color: #FFFFFF99;
	z-index: -1;
	line-height: 1;
}

.contact-area h3{
	font-size:3.2rem;
	text-align:center;
	margin-bottom: 55px;
}

.contact-area ul{
	display:flex;
	justify-content: space-between;
}

.contact-area li{
	width: 49%;
	max-width: 520px;
	position: relative;
}

.btn2{
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 128px;
	border: 4px solid #333;
	border-radius: 4px;
	box-shadow: 0 8px 0 #333333;
}

.btn2 .flex p{
	font-size:4rem;
	margin-left: 15px;
}

.btn2 > p{
	font-size:1.6rem;
	font-weight:400;
	line-height: 1;
}

.btn3{
		background: #2DC1D4;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 128px;
	border-radius: 4px;
	box-shadow: 0 8px 0 #2F929F;
	transition:.4s;
}

.btn3:hover{
	box-shadow: none;
	margin: 8px 0 -8px;
}

.btn3 .flex{
	align-items:center;
}

.btn3 .flex .text{
	margin-left:10px;
}

.btn3 .flex .text p{
	font-size:3.2rem;
}

.btn3 .flex .text p:last-child{
	font-size:1.8rem;
	font-weight:400;
}

.lista{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	margin: 0px auto 0;
	padding: 0px 0 0;
	background: #333333;
}


footer > .inner {
	padding: 80px 0;
}

footer > .inner ul li a {
	font-size: 1.4rem;
	color: #fff!important;
	font-weight: 400;
}


footer .right ul li:nth-child(4n+4){
	text-align: end;
}

footer .right ul li:last-child{
	width:auto;
}


footer .flex{
	justify-content:space-between;
	margin-top:40px;
	padding-top:40px;
	border-top:1px solid #999999;
}

footer > .inner .left{max-width: 305px;width:100%;}

footer .left ul li{
	display:flex;
	color:#fff;
	font-size:1.4rem;
	padding:10px 0;
}

footer .left ul li p:first-child{
	width:100px;
}

footer .left ul li p:last-child{
	font-weight:400;
}

footer > .inner .right{
	max-width:456px;
	width:50%;
}

footer .right ul{
	display:flex;
	flex-wrap:wrap;
	/* justify-content: space-between; */
}

footer .right li{
	width: 25%;
	margin-bottom: 20px;
}

.copyright {
	background: #fff;
	color: #333;
	padding: 20px 0;
}

.copyright .inner{
	display:flex;
	justify-content:space-between;
	align-items: center;
}

.copyright .left{
	max-width: 336px;
	width: 100%;
}

.copyright .right small{
	font-size: 1.2rem;
	color: #999999;
}

.copyright .inner .left ul{
	display:flex;
	justify-content: space-between;
}

.copyright .inner .left li{
	font-size: 1.2rem;
	font-weight: 400;
	position:relative;
	padding: 0;
}

.copyright .inner .left li a{
	color: #999999;
}

.copyright .inner .left li:before{
	position:absolute;
	content:"";
	width:1px;
	height:100%;
	background:#999999;
	right:-15px;
	top: 0;
}

.copyright .inner .left li:last-child:before{
	display:none;
}

/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu {
    width: 1000px;
    margin: 0 auto;
    font-size: 12px;
    padding: 16px 0 0;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
    font-weight: 400;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
}

.pankuzu li a:hover {opacity: 0.7;}


/*--- ページトップ ---*/
#pageTop {bottom: 0;position: absolute;left: 0;right: 0;margin: auto;width: fit-content;}


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 200px;
	margin: 0 0 0 10px;
	float: left;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 410px;
	margin: 20px auto;
}

.contact_tb td span {
	margin: 9px 0 0;
	display: block;
}

.clearForm,
.clearForm2,
.toHome {
	width: 200px;
	padding: 15px 5px;
	cursor: pointer;
	outline: 0;
	background: #555;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: 900;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
	background: #777;
	color: #FFF;
}

.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 650px;
}

#msg {
	height: 100px;
}

#zip1, #zip2 {
	width: 150px;
}

#city, #pref, #add {
	width: 580px;
	margin: 2px 0 0 10px;
}

#add {
    margin: 2px 0 0 40px;
}

textarea {
	width: 90%;
	padding: 10px 5px;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"] {
	height: 25px;
	padding: 5px;
}

input[type="text"],
textarea,
select,
option {
	border: 1px solid #CCC;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contact_tb {
	width: 1000px;
	margin: 0 auto;
}

.contact_tb th {
	width: 250px;
	text-align: left;
	position: relative;
	line-height: 1.4;
}

.contact_tb th, .contact_tb td {
	padding: 13px 10px 10px 20px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.contact_tb th em {
	background: #F00;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-left: 5px;
	right: 10px;
	font-size: 85.714%;
}


/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 40px !important;
}

.zip2formError {
	left: 220px !important;
}

.prefformError, .cityformError, .addformError {
	top: 0 !important;
	left: 80px !important;
}

.zip1 label {
	position: relative;
}


/*-- 送信前ダイアログ --*/

.ui-dialog {
    margin: auto;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
}

.ui-corner-all.ui-button-text-only:focus {
	color: #737373;
    background: #fff;
    outline: none;
    border-color: #ccc;
}

.ui-corner-all.ui-button-text-only:hover {
    color: #fff;
    background: #555;
    outline: none;
    border-color: #ccc;
    transition: .3s;
}

.ui-widget-header {
    background: #555 !important;
    border-color: #555 !important;
}

.ui-dialog .ui-dialog-content,
.ui-button-text-only .ui-button-text {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}


/* TOP
----------------------------------------------------------- */

/*-- メインヴィジュアル スライダー --*/

.bx-wrapper {
	margin: 0 0 20px !important;
	position: relative;
}

.bx-controls-direction {
	width: 100%;
	position: absolute;
	top: 50%;
}

.bx-controls-direction a {
	width: 32px;
	height: 32px;
	margin: -16px 0 0;
	position: absolute;
	top: 50%;
	z-index: 9999;
	outline: 0;
	text-indent: -9999px;
}

.bx-prev {
	left: 1% !important;
	background: url(./../images/prev.webp) no-repeat 0 0;
	background-size: contain;
}

.bx-next {
	right: 1% !important;
	background: url(./../images/next.webp) no-repeat 100% 0;
	background-size: contain;
}


/*-- スクロールバーデザイン --*/

.scroll-pane {
	width: 100% !important;
	height: 300px; /*箱の高さ*/
	margin: 40px auto 0;
	overflow-y: auto;
}

.scroll-pane:focus {
	outline: none;
}

.jspContainer {
	width: 100% !important;
	overflow: hidden;
	position: relative;
}

.jspPane {
	width: 100% !important;
	position: absolute;
}

.jspVerticalBar {
	width: 20px;
	position: absolute;
	top: 0;
	right: -5px;
}

.jspArrowUp, .jspArrowDown {
	margin : 0;
	padding: 0;
	display: block;
	cursor : pointer;
	/* background: url(../images/scroll_top.webp) no-repeat center; */
}

.jspArrowDown {
	background: url(../images/scroll_bottom.webp) no-repeat center;
}

.jspTrack {
	/* background: url(./../images/scroll_bg1.webp) repeat-y; */
	position: relative;
	background-position: center;
}

.jspDrag {
	width: 4px;
	margin: 0 auto;
	background: #6b6b6b;
	position: relative;
	cursor: pointer;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.jspArrow.jspDisabled {
	cursor: default;
}

.jspVerticalBar .jspArrow {
	height: 20px;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}



/*-----------------------------------------------------------
 中ページ
-----------------------------------------------------------*/

.leadTxt {
	margin: 30px auto 0;
	padding: 20px;
	background: #ccc;
}



/* プライバシーポリシー
----------------------------------------------------------- */

.privacy dl {
	margin: 30px 0 0;
}

.privacy dt {
	margin: 20px 0 0;
	padding: 0 5px;
	display: inline-block;
	font-weight: 900;
	border-bottom: 2px solid #ccc;
}

.privacy dt:first-child {
	margin: 0;
}

.privacy dd {
	font-size: 14px;
	margin: 10px 10px 0;
}


/* article */
#cover2{
	margin-top:96px;
	min-height:304px;
	display: flex;
	align-items: center;
}

.flow #cover2{
	background:url(../images/flow/mv.webp)no-repeat;
	background-size:cover;
}

.faq #cover2{
	background:url(../images/faq/mv.webp)no-repeat;
	background-size:cover;
}

.for-bank #cover2{
	background:url(../images/for-bank/mv.webp)no-repeat;
	background-size:cover;
}


#cover2 h1{
	color:#fff;
	font-size:1.8rem;
}

#cover2 h1 span{
	display:block;
	font-size:6.4rem;
}

.art-title{
	text-align:center;
	margin-bottom: 55px;
}

.art-title h2{
	font-size:4rem;
}

.art-title h2 span{
	font-size:1.6rem;
	display:block;
	margin-top: 10px;
}

.art-title p{
	margin-top:55px;
}

/* flow */

.flow-sec{
	margin: 0 0 190px;
}

.flow-sec .inner > .img{
	margin-top:55px;
}

.flow-list{
	position: relative;
	max-width: 868px;
	margin: 60px auto 0;
	width: 100%;
}

.flow-list:before{
	position:absolute;
	content:"";
	height:100%;
	width:24px;
	background:#999999;
	left:0;
	right:0;
	top:0;
	margin:auto;
	z-index:-1;
}

.flow-list li{
	position:relative;
	border:4px solid #2DC1D4;
	padding: 30px 0;
	display: flex;
	align-items: center;
	margin-bottom: 45px;
	background: #fff;
}

.flow-list li .abnom{
	position:absolute;
	left: -18px;
	top: 30px;
}

.flow-list li .abnom p{
	width: 95px;
	height: 82px;
	background: url(../images/flow/nom.svg)no-repeat center center;
	background-size:contain;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 1.8rem;
	padding-bottom: 15px;
	padding-right: 10px;
}

.flow-list li .abnom p span{
	font-size:3.2rem;
	line-height: 1;
}

.flowd{
	max-width: 720px;
	width: 95%;
	margin: 0 30px 0 auto;
}

.flowd .title{
	border-bottom:1px dotted #2DC1D4;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.flowd .title h3{
	color:#2DC1D4;
	font-size:2.4rem;
	display:flex;
	align-items:center;
	width: 80%;
}

.flowd .title h3 img{
	margin-right:10px;
}

.flowd .title .flow-tags{
	display: flex;
	align-items: center;
}

.flowd .title .flow-tags p{
	font-size: 1.4rem;
	font-weight: 400;
	border-radius: 18px;
	display: flex;
	align-items: center;
	width: 76px;
	height: 36px;
	justify-content: center;
}

.flowd .title .flow-tags p:nth-child(2){
	margin-left:5px;
}


.flowp1{
	font-size:1.6rem;
	line-height:28.8px;
	font-weight:400;
}

.flowp1 span{
	text-decoration:underline;
}

/* qanda */

.qanda-sec{
	margin: 0 0 140px;
}

.qanda-sec ul{margin: 55px 0 0;}

.qanda-sec li{border-top: 4px solid #2DC1D4;cursor: pointer;padding: 22px 0;}

.qanda-sec li:last-child{
	border-bottom: 4px solid #2DC1D4;
}

.qanda-sec dl span{
	margin: 0 1.4% 0 0px;
}

.ques{
	font-size: 1.6rem;
	background: #2DC1D4;
	color: #fff;
	border-radius: 21px;
	width: 32px;
	height: 32px;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 4px;
}
.b-b{
	font-size: 1.6rem;
	background: #fff;
	color: #2DC1D4;
	border: 1px solid #2DC1D4;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 4px;
	padding-left: 1px;
	}
.qanda-sec dt,.qanda-sec dd{
	display: flex;
	padding: 0 1.5%;
	align-items: center;
}
.qanda-sec dt{
	font-size: 16px;
	width: 100%;
	position: relative;
font-weight: 900;}
.qanda-sec dt p{
	width: 82%;
	font-size: 1.6rem;
}
.qanda-sec dt .pulu{
	position: absolute;
	display: flex;
	right: 5px;
}
.qanda-sec dt .pulu span{
	width: 24px;
	background: #2DC1D4;
	height: 4px;
	display: block;
	position: absolute;
	right: 0;
}
.qanda-sec .open  .pulu span + span{transform: rotate(0deg);}
.qanda-sec  .pulu span + span{transform: rotate(90deg);}
.qanda-sec dd{
	background: #fff;
	color: #333;
	align-items: flex-start;
	padding: 15px 1.5% 0;
}
.qanda-sec dd p{
	width: 92%;
	font-size: 1.6rem;
	font-weight: 400;
}

/* financial */
.finand1{
	margin-bottom:80px;
}

.finand1 h3{
	font-size:2.4rem;
	margin-bottom: 32px;
}

.lbline{
	border-left:8px solid;
	border-bottom:1px solid;
	padding:0 0 8px 8px;
}

.finand1 .text .img{
	margin-bottom:40px;
}

.finand1 .text p{
	font-size:1.6rem;
	margin-bottom:40px;
	font-weight:400;
	line-height:28.8px;
}

.finan-sec{
	margin: 0 0 140px;
}

/*プライバシーポリシー*/

.privacy-sec h3 {
	margin-bottom: 20px;
}

.privacy-sec p {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 20px;
}

/*フォーム*/
.form-sec .container {
	max-width: 800px;
	margin: 0px auto 50px;
}

.form-sec form label {
	font-size: 16px;
	font-weight: normal;
	display: block;
	margin-top: 15px;
}

.form-sec select,
.form-sec input, .form-sec textarea {
	border: 1px solid #808080;
	box-sizing: border-box;
	padding: 10px;
	height: auto;
	font-size: 16px;
	font-weight: normal;
	width: 100% !important;
}
.form-sec select {
	margin: 0 !important;
}

.form-sec button {
	background: #2ec1d4;
	color: #fff;
	box-sizing: border-box;
	padding: 15px 25px;
	margin-top: 35px;
}

.form-sec form label span {
	font-size: 14px;
	color: #ff1b1b;
}

.form-sec a {
	border-bottom: 1px solid;
	margin-top: 25px;
	display: inline-block;
}

p.mb-40.form-message {
	text-align: center;
	margin-bottom: 35px;
	font-weight: normal;
	font-size: 16px;
}

p.attention-p {
	text-align: center;
	color: #ff5757;
	margin-bottom: 30px;
}

section.bank-area {
    background: #2DC1D4;
    padding: 40px 0;
    margin-bottom: 80px;
}

section.bank-area .inner {
    position: relative;
}

section.bank-area .inner p.bg {
    position: absolute;
    top: -87px;
    text-align: center;
    width: 100%;
}

section.bank-area .inner p.bg img {
    width: 77%;
}

section.bank-area p.heading1 {
    text-align: center;
}

section.bank-area p.heading1 img {
    width: 250px;
}

section.bank-area h2 {
    margin-top: 20px;
    font-size: 55px;
    color: #fff;
}

span.dot-head.yellow {
    background-image: radial-gradient(circle at center, #fef826 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 4px;
}

section.bank-area h3 {
    font-size: 32px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
}

span.under-2-line {
    border-bottom: double 8px;
}


.flex.row3merit {
    justify-content: space-between;
}

.flex.row3merit p {
    width: 32%;
}

.bank-attention {
    font-size: 18px;
    text-align: right;
    color: #fff;
}

.flex.btn2row {
    margin-top: 40px;
    justify-content: space-between;
}

.flex.btn2row a {
    display: block;
    width: 48%;
}


@media screen and (min-width: 768px) {
	
.hide-text{
	display:block!important;
}
	
} /* max-width: 768px ここまで */

/*-- 固定ここまで --*/

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.mv-sld1{
	width: 75%;
}


.mv-sld1 .left h2{
	font-size:4rem;
}

.mv-sld1 .left h2 .small{
	font-size:3.2rem;
}

.mv-sld1 .left p{
	font-size: 2rem;
}

.co1d1{
	font-size: 2.8rem;
}

.co1d11{
	margin-left: 10px;
	width: 140px;
	font-size: 1.6rem;
}
	
.co1d11:last-child{
	margin-right:10px;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.mainTit{
	font-size: 9rem;
	line-height: 1.3;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1000px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/



/*-----------------------------------------------------------
header
-----------------------------------------------------------*/


header h1 {
	font-size: 80%;
}


.headerAdd {
	width: 45%;
	margin: 0 0 0 1%;
	font-size: 90%;
}

.headerTel {
	height: auto;
	margin: 0 0 0 0%;
}


/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/


/*-----------------------------------------------------------
#main
-----------------------------------------------------------*/


.mv-sld1 .left h2{
	font-size:3rem;
}

.mv-sld1 .left h2 .small{
	font-size:2.4rem;
}

.mv-sld1 .left p{
	font-size: 2rem;
}


/*-----------------------------------------------------------
nav
-----------------------------------------------------------*/


/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/

.copyright small {
	width: 96%;
}



/* 全ページ共通クラス
----------------------------------------------------------- */

.pankuzu {
	width: 98%;
}


/* トップページ
----------------------------------------------------------- */



.scroll-pane {
	width: 100% !important;
}


/* 中ページ
----------------------------------------------------------- */

.leadTxt {
	padding: 20px 2%;
	font-size: 100%;
}

.privacy dt {
	padding: 0 1%;
}

.privacy dd {
	margin: 10px 2%;
}

.company table {
	width: 100%;
}

.company th {
	width: 30%;
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company td {
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 100%;
}

.listUl {
	width: 100%;
	margin: 30px auto 0;
}

.listUl li {
	width: 31.3%;
	margin: 0 1%;
}


/*-- お問い合わせ --*/

.clearForm,
.clearForm2 {
	width: 96%;
	padding: 15px 2%;
}

.contact_tb {
	width: 98%;
}

.contact_tb th {
	width: 30%;
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_tb td {
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 48%;
	margin: 0 0 0 2%;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 60%;
	margin: 20px auto;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 98%;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref {
	width: 86%;
	margin: 2px 0 0 2%;
}

#add {
	width: 86%;
	margin: 2px 0 0 6.3%;
}

/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 10% !important;
}

.ui-dialog {
	width: 80% !important;
}

/* main */

.headerUl li.pc >a{
	font-size:1.4rem;
	width: 25%;
}

.headerUl li.pc ul{
	font-size: 1.2rem;
	width: 73%;
}

.headerUl{
	width: 69%;
}

.hLogo{
	width: 28%;
}

.mainTit{
	font-size: 7rem;
}

.co1d1{
	font-size: 1.8rem;
}

.co1d11{
	height:70px;
	width: 140px;
	font-size: 1.6rem;
}

.content01 h3{
	font-size:3.2rem;
}

.content01 h3 span{
	font-size: 4.8rem;
}


.content02 .bggray .inner > ul li p{
	font-size:1.6rem;
}

.co3d{
	width: 97%;
	max-width:initial;
	min-height: 700px;
	margin: auto;
}

.co3d1c h5{
	min-height: initial;
}

.co3d1b{
	padding: 24px 15px;
}

.co3d2 li .top h4{
	font-size:2rem;
}

.co3d2 li .bottom p{
	font-size:2.6rem;
}

.co3d2 li{
	width:32%;
}

.voice-title h3{
	font-size: 1.8rem;
	width: 67%;
}

.co6d1{
	padding: 15.5px 5px;
}

.co6d1 .left{
	font-size:1.4rem;
}

.co6d1 .right{
	font-size:1.8rem;
}

.co6d{
	margin:0 2%;
}

.contact-area h2{
	font-size:16rem;
}

.contact-area h3{
	font-size:2.6rem;
	margin-bottom: 55px;
}


.flowd{
	margin: 0 auto 0 80px;
}

.art-title h2{
	font-size:3.6rem;
}

.co2-bnr .text p{
font-size: 1.6rem;
}

.co2-bnr .text h4{font-size: 2.6rem;}

.co2d .ab-img{
	right: 0px;
	bottom: 20px;
}
	
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none!important;
}

.sp {
	display: block!important;
}

.contact_tb th {
	font-size: 70%;
}

.headerUl li.pc{
	display:none;
}


/* ヘッダー
----------------------------------------------------------- */


.telBtn {
	width: 35%;
	line-height: 1;
	margin: 3px 11% 0 0;
	font-size: 4rem;
}

.headerUl{
	display: flex;
	width: 60px;
}

.menuBtn {display: flex!important;align-items: center;justify-content: center;}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
	
.menu-trigger {
  position: relative;
  width: 36px;
  height: 44px;
  z-index: 9999;
}
	
.menu-trigger span {
  position: absolute;
  left: 0;
  right: 0;
  width: 25px;
  height: 3px;
  background-color: #333;
  border-radius: 4px;
  margin: auto;
}
	
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 20px;
}

.menu-trigger p{
	position:absolute;
	bottom:0;
	font-size: 1.2rem;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: #2dc1d4ed;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    top: 0;
}

.gnav.active{
	display: block;
}

.gnav__menu{
	display: block;
	width: 100%;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
    top: -35px;
}

nav .gnav__menu__item{
    width: 95%;
}

.gnav__menu__item a{
    color: #ffffff;
    font-size: 2rem;
    font-weight: 900;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    text-align: center;
    width: 100%;
    text-align: center;
    padding: 0 0 25px 0;
}

nav .gnav__menu__item a.btn03{
    padding: 0 5%;
    font-size: 2rem;
}

.gnav__menu__item a:hover{
    color: #e62219;
}

/* main */

.mv-sld1{
	flex-direction: column-reverse;
	width: 95%;
	padding-top: 20px;
}

.mv-sld1 .left{
	width:100%;
	padding-top: 50px;
}

.mv-sld1 .right{
	width: 100%;
}

.mv-sld1 .right .img img{
	max-height:400px;
	margin:auto;
}

.mv-sld1 .right .ab-img{
	top: -15px;
	right: 0px;
	width: 30%;
	max-width: 135px;
}

.mv-sld1 .left .ab-img{
	top: -18px;
	left:0;
	right: auto;
	width: 58%;
	max-width: fit-content;
	z-index: 1;
}

.mv-sld1 .left h2{
	font-size:3.2rem;
	line-height: 48px;
}

.mv-sld1 .left h2 .small{
	font-size:3.2rem;
}

.mv-sld1 .left p{
	font-size: 1.6rem;
	line-height: 27px;
	margin: 10px 0 10px;
}

#cover {
	margin: 64px auto 0;
	background: url(../images/mv-sp.webp)no-repeat;
	background-size: cover;
	min-height: 480px;
}

.hLogo{
	width: 155px;
}

header {
	padding-left:15px;
	height: 64px;
}

.content01 .inner > .flex{
	justify-content:space-between;
	flex-direction:column;
}

.content01 .left{
	max-width: initial;
	width: 100%;
}

.content01 .right{
	width: 100%;
	margin-top: 30px;
	max-width: initial;
}

.content01 .left p{
	max-width: initial;
	margin: 15px 0 0;
}

.content01 .right .youtube{
	max-width: initial;
	min-height:236px;
	height: 50vw;
	max-height: 400px;
}

.mainTit{
	font-size: 5.5rem;
}

.content01{
	margin: 0 0 70px 0;
}

.co1d1{
	font-size: 2.4rem;
	flex-direction: column;
	padding: 48px 0 70px;
}

.co1d11{
	height:70px;
	margin: 10px auto;
	width: 164px;
	font-size: 1.6rem;
}
	
.co1d11:last-child{
	margin-right:auto;
}

.co1d1 .flex{
	justify-content:space-between;
	max-width:343px;
	width:100%;
}

.co1d1:before{
	right: -55px;
	height: 275px;
}

.content01 h3{
	font-size:3.2rem;
	padding: 0;
}

.content01 h3 span{
	font-size: 5.6rem;
}

.content01 h3:before{
	left: -10px;
	top: -90px;
}


.co1d{
	margin: 70px 0 40px;
}

.content02 .bggray .inner > ul{
	margin-bottom: 20px;
	flex-direction:column;
}

.content02 .bggray .inner > ul li{
	width: 100%;
	padding-bottom: 24px;
	max-width:343px;
	margin:0 auto 10px;
}

.content02 .bggray{
	padding: 0px 0 40px;
}

.content02 .mainTit{
	margin-bottom:10px;
}

.co2d .ab-img{
	position: initial;
	text-align: center;
	margin-top: 20px;
}


.co2d{
	padding-bottom: 40px;
}

.co2-bnr{
	margin:auto;
}

.content03{
	padding: 40px 0 60px;
}

.content03 .mainTit{
	padding-bottom:20px;
}

.co3d1b p{
	font-size:1.2rem;
	line-height:18px;
}
	
.co3d2 ul{
	align-items: end;
	flex-direction:column;
	width: 95%;
	margin: auto;
}

.co3d2 li{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #CCCCCC;
	padding: 16px 0;
	text-align: left;
}

.co3d2 li:last-child{
	border:none;
}

.co3d2 li .top {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.co3d2 li:before{
	display:none;
}

.co3d2 li .top .text{
	margin-left:10px;
}

.co3d2 li .top .img{
	width:40px;
}


.co3d2{
	margin-top:135px;
	padding: 40px 0 10px;
}

.content04{
	padding: 80px 0 90px;
}

.content04:before{
	height: 89%;
	transform: skewy(-10deg);
}

.content05{
	position:relative;
	padding: 50px 0 50px;
}

.co5d{
	margin-top:15px;
	flex-direction: column;
}

.co5d .left ,.co5d .right{
	width: 100%;
}


.co5d1{
	max-width:520px;
	width:100%;
	margin:0 auto 20px;
	position:relative;
}

.voice-title h3:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 8px 0 8px;
	border-color: #333333 transparent transparent transparent;
	bottom: 7px;
	right: 15px;
	transition: .4s;
}

.open .voice-title h3:before{
	
transform: rotateZ(180deg);
}

.voice-title p{
	position:absolute;
	top:16px;
	left:16px;
	background:#fff;
}

.voice-title h3{
	font-size: 1.8rem;
	width: 100%;
	position: relative;
}

.co6d .top {
	padding:0 10px;
}

.co6d .top .img{
	min-height:120px;
}


.co6d .top p{
	margin:8px 0;
}

.co6ul1 li{
	padding: 7.5px 0;
}

.co6d1{
	padding: 14.5px 5px;
}

.co6ul2 li{
	padding: 5.5px 0;
}


.co6ul2{
	padding: 15px 6%;
}

.content06{
	padding:0 0 40px;
}

footer .flex{
	flex-direction:column;
	margin-top: 16px;
	padding-top: 16px;
}

footer > .inner .left{
	max-width: initial;
	width:100%;
	margin:auto;
}

footer > .inner .right{
	max-width: initial;
	width:100%;
	margin: 14px auto 0;
}

footer > .inner {
	padding: 40px 0;
}
	
.contact-area ul{
	flex-direction: column;
}

.contact-area li{
	width: 100%;
	margin: 0 auto 16px;
	height: 95px;
}

.btn2 .flex p{
	font-size:3.2rem;
}

.btn2 .flex img{
	width:41px;
}

.btn2 > p{
	font-size:1.2rem;
}

.btn3 .flex .text p{
	font-size:2.4rem;
}

.btn3 .flex .text p:last-child{
	font-size:1.4rem;
	font-weight:400;
}

.btn3 .flex .img{
	width:41px;
}


.contact-area{
	position:relative;
	padding: 65px 0 80px;
	z-index: 1;
}

.contact-area h2{
	font-size:9.6rem;
	top: 20px;
}

.contact-area h3{
	font-size:1.8rem;
	margin-bottom: 30px;
}

.bot-btn{
	background:#fff;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index:10;
	display: flex!important;
	align-items:center;
	justify-content:center;
	width:100%;
	height: 90px;
}

.btn1{
	height: 48px;
	width: 91%;
	font-size: 1.6rem;
}

.btn1 img{
	width:19px;
}

.flowd .title h3{
	font-size:2rem;
	width: 100%;
}

.flowd .title{
	flex-direction:column-reverse;
	justify-content: flex-start;
	align-items: flex-start;
}

.flowd .title .flow-tags p{
	width: 76px;
	height: 24px;
}

.flowd .title .flow-tags{
	margin-bottom:10px;
}

#cover2{
	margin-top:64px;
	min-height:220px;
	display: flex;
	align-items: center;
}

#cover2 h1{
	font-size:1.8rem;
}

#cover2 h1 span{
	font-size:4rem;
}

.art-title h2{
	font-size:3rem;
}

.co2-bnr .flex{
	flex-direction:column-reverse;
}

.co2-bnr .text{
	width: 100%;
	margin:auto;
	max-width: initial;
}

.co2-bnr .img{
	width: 100%;
	margin:auto;
	max-width: 280px;
}

.co2-bnr .img img{
	margin:0 auto 24px;
}

.bnr-btn{
	width:fit-content;
	margin:auto;
}

.content02 .bggray .inner > ul li p{
	max-width: initial;
}

.finan-sec,.qanda-sec,.flow-sec{
	margin: 0 0 60px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 591px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc2, .pcTel2 {
	display: none;
}

.sp2 {
	display: block!important;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}

th, td {
	width: 96% !important;
	display: block;
}


p.mb-40.form-message {
	text-align: left;
	font-size: 14px;
}

p.attention-p {
	font-size: 16px;
	text-align: left;
}

/*-- ページトップ --*/

#pageTop {
	display: none !important;
}


/* フッター
----------------------------------------------------------- */

.sp nav {
	margin: 0 auto;
}



/* 中ページ
----------------------------------------------------------- */
.company iframe {
	width: 100%;
	margin: 30px auto 0;
	display: block;
}

.listUl li {
	width: 48%;
}

.contact_tb th {
	font-size: 100%;

}

.choose_list1 {
	width: 80%;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 96%;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref, #add {
	width: 96%;
	margin: 2px 0 0;
}

/*-- エラーチェック --*/

.zip1formError {
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 50% !important;
}

.detailBox > div {
	width: 100%;
	float: none;
}

.detailBox > .detailTxt {
	width: 98%;
	margin: 20px auto 0;
}

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	width: 42% !important;
	left: 50% !important;
}

.mainTit{
	font-size: 4rem;
	line-height: 60px;
}

.mainTit span{
	font-size:1.8rem;
}


.co2d h3{
	font-size:4.8rem;
}


.co3d h3{
	height:42px;
	font-size:1.8rem;
}

.co3d1a1{
	font-size:1rem;
	padding: 13px 0;
	margin-bottom: 10px;
}


.co3d1a > p{font-size: 1.2rem;margin: 0;}
	
.co3d1b{
	padding: 10px 8px;
}

.sld22 .co3d1ap1{
	font-size:2.4rem;
}

.kinri{
	font-size:1.4rem;
}

.co3d1 h4{
	text-align:center;
	padding: 1px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	font-size: 1.6rem;
}

.co3d1c{
	padding: 15px 15px;
}

.co3d1c h5{
	font-size:1.4rem;
	line-height: 21px;
	margin-bottom: 10px;
}

.co3d1c p{
	font-size:1.4rem;
	margin-bottom: 10px;
	line-height: 21px;
}

.co3d1c .co3ul li{
	font-size:1.2rem;
}

.co3d1{
	padding-bottom:41px;
}

.co3d{
	min-height: 480px;
}

.co3d1 a span{
	height: 41px;
	font-size: 1.6rem;
}

.co3d1 a span:before{
	border-top: solid 3px #FFF;
	border-right: solid 3px #fff;
}

.sld23 .co3d1a{
	min-height: initial;
}

.co3d1ap1{
	font-size:1.8rem;
}

.sld23 .co3d1ap1{
	font-size:2.4rem;
}

.co3d1ap2{
	font-size: 1.4rem;
	padding-top: 6px;
}

.co3ul li{
	font-size:1.4rem;
	position:relative;
	padding-left: 15px;
	margin: 0 0 5px;
	font-weight: 400;
}

.co3d1a{
	padding: 10px 0;
}

.co3ul li:before{
	top: 6px;
	left:0;
}

.co3d2 li .top h4{
	font-size:1.6rem;
	margin: 0 auto!important;
}

.co3d2 li .bottom p{
	font-size:1.8rem;
}

.co3d2 li .bottom p span{
	font-size:1.4rem;
}


.co3d2 li .top p{
	font-size:1.2rem;
}

.co3d2 h3{
	padding: 14px 0;
	font-size: 2.4rem;
	top: -40px;
	width: 95%;
}
.co3d2 h3 span span{
	font-size:1.8rem;
}

.co3d2 h3 > span:before{
	top: -75px;
	left: 5px;
}

.content04 ul{
	margin: 40px auto 0;
	flex-direction:column;
}

.content04 li{
	width:100%;
	max-width: 420px;
	padding: 20px 0;
	margin: 0 auto 24px;
	flex-direction: initial;
}

.content04 li .img{
	width:91px;
	margin-right: 10px;
	max-height: 85px;
}

.content04 li .img img{
	max-height: 85px;
}

.co4p1{
	font-size:1.6rem;
	max-width: 189px;
}

.co4p2{
	margin:0;
	text-align: left;
}

.co6d{
	margin:0 2%;
}

.btn4{
	max-width: initial;
}

footer > .inner ul li a {
	font-size: 1.2rem;
}

.logo {
	width:165px;
}

.copyright .inner{flex-direction: column;}


.flowd .title .flow-tags{
	margin-left: 80px;
	margin-bottom: 20px;
}

.flow-list li .abnom{
	top: 0px;
}

.flowd{
	margin: 0 auto;
}

.flow-list li{
	padding:40px 0 30px
}

.flowd .title h3{
	font-size:1.8rem;
}
	
#cover2 h1 span{
	font-size: 3.2rem;
	line-height: 1.3;
}

#main {
    margin: 40px auto 0;
}

section.bank-area {
    padding: 20px 0 20px;
    margin-bottom: 30px;
}

section.bank-area p.heading1 img {
    width: 160px;
}

section.bank-area h2 {
    font-size: 30px;
}

section.bank-area h3 {
    font-size: 20px;
    line-height: 2;
}

.flex.row3merit {
    flex-direction: column;
}

.flex.row3merit p {
    width: 100%;
    margin-bottom: 10px;
}

.flex.btn2row {
    margin-top: 20px;
    flex-direction: column;
}

.flex.btn2row a {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.bank-attention {
    font-size: 17px;
    text-align: left;
}

	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

footer {
    margin-bottom: 25%;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    width: 94% !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.choose_list1 {
	width: 96%;
	font-size: 90%;
}

.choose_list1 > li {
	width: 49%;
}

footer .right ul li{
	width:30%;
}

footer .right ul li:nth-child(4){
	width:10%;
}

footer .right ul li:last-child{
	width:35%;
}

footer .right ul li:nth-child(4n+4) {
    text-align: left;
}

.art-title h2{
	font-size:2.8rem;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 320px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.telBtn a,
.menuBtn a {
	font-size: 200%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* 吹き出し */
.fukidashi > span{
	position: relative;
  }
  .fukidashi > span::before,
  .fukidashi > span::after{
	content: "";
	display: inline-block;
	background: #2DC1D4;
	width: 4px;
	position: absolute;
	}
  .fukidashi > span::before{
	left: 0;
  }
  .fukidashi > span::after{
	right: 0;
  }
  @media screen and (min-width: 768px){
	.fukidashi > span{
	  padding: 0 30px;
	}
	.fukidashi > span::before,
	.fukidashi > span::after{
	  height: 35px;
	  bottom: 0px;
	}
	.fukidashi > span::before{
	  transform: rotate(-30deg);
	}
	.fukidashi > span::after{
	  transform: rotate(30deg);
	}
  }
  @media screen and (max-width: 767px){
	.fukidashi > span{
	  display: inline-block;
	  padding: 0 20px;
	}
	.fukidashi > span::before,
	.fukidashi > span::after{
	  height: 60px;
	  bottom: -5px;
	}
	.fukidashi > span::before{
	  transform: rotate(-20deg);
	}
	.fukidashi > span::after{
	  transform: rotate(20deg);
	}
  }
  @media screen and (min-width: 485px) {
  	footer > .inner .left{max-width: 485px;width:100%;}
  }