@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	color:#404046;
	background:#fff;
	font-size:16px;
	font-weight:400;
	line-height: 1.6;
	overflow-x:hidden;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.roboto{
	font-family: 'Roboto', sans-serif;
}
body.open, body.modaal-noscroll{
	overflow: hidden;
}

img{
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}

a {
	color:#333;
	text-decoration:none;
	transition: all 0.3s ease-in-out 0s;
}

a:hover {
	text-decoration:none;
}

.flex_wrap{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
}
.flex_wrap_between{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex_wrap_center{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	justify-content: center;
}
.flex_wrap_middle{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	align-items: center;
}

.sp{display:none !important;}
.note{font-size:87%;}


/************************
header
************************/
header{
	position: fixed;
	background: #fff;
	z-index: 100;
	width: 100%;
	top: 0;
}
.inner_header{
	align-items: center;
	margin: auto;
	width: 90%;
	max-width: 1180px;
	padding: 10px 0;
}
.logo{
	width: 143px;
}

nav ul li{
	border-right: 1px solid #BEBEBE;
}
nav ul li:last-child{
	border: none;
}
nav ul li a{
	padding: 14px 21px;
	display: block;
}
nav ul li a:hover{
	opacity: .5;
}
.btn_header{
	margin-left: 10px;
}

.nav_ft{
	padding: 22px 0;
}
.nav_ft ul{
	margin: auto;
	width: 90%;
	max-width: 997px;
}
.nav_ft ul a:hover{
	opacity: .5;
}

.copy{
	text-align: center;
	padding: 12px;
	background: #325BB0;
	color: #fff;
}

/************************
mv
************************/
.kv{
	padding: 126px 0;
	background: url("../img/mv.png") center bottom;
	background-size: cover;
}
.inner_kv{
	margin: auto;
	width: 90%;
	max-width: 1016px;
	position: relative;
}
.kv_head{
	align-items: center;
	flex-wrap: nowrap;
}
.i_sdgs{
	width: 150px;
}
.kv_text_01{
	width: 172px;
}
.kv_text_02{
	width: 378px;
	margin-left: 11px;
}
.kv h1{
	line-height: 1;
	margin: -50px 0 0;
}
.list_kv li{
	background: #fff;
	padding: 10px 15px;
	width: 100%;
	max-width: 587px;
	border-radius: 100vh;
	font-size: 18px;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 10px;
}
.list_kv li i{
	margin-right: 8px;
}
.icon_coin{
	position: absolute;
	bottom: 0;
	right: -30px;
}
.kv_btn{
	/*margin: 106px 0 0 94px;*/
	position: relative;
	transition: all 0.3s ease-in-out 0s;
}
.kv_btn a{
	position: relative;
	display: block;
	width: 100%;
	/*max-width: 444px;*/
	max-width: 520px;
}
.kv_btn i{
	position: absolute;
	top: -83px;
	left: -94px;
}
.kv_btn a:hover{
	opacity: .5;
}

/********************************
content
********************************/
.inner_997{
	margin: auto;
	width: 90%;
	max-width: 997px;
}

.sec_reason{
	padding: 20px 0 44px;
}
.sec_reason h2{
	border-left: 9px solid;
	padding-left: 28px;
	color: #325BB0;
	font-size: 40px;
	font-weight: 700;
	border-image: linear-gradient(to bottom, #464DA3, #2F84D9, #B1DBEC) 1;
	margin-bottom: 80px;
}

.list_reason li{
	margin-bottom: 76px;
}
.list_reason li:last-child{
	margin-bottom: 0;
}
.list_reason figure{
	width: 47%;
}
.reason_disc{
	width: 47%;
}
.list_reason li:nth-child(even) figure{
	order: 1;
}
.list_reason li:nth-child(even) .reason_disc{
	order: 2;
}
.reason_head{
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	gap:18px;
}
.reason_num{
	width: 94px;
	line-height: 88px;
	text-align: center;
	background: rgb(177,219,236);
	background: linear-gradient(0deg, rgba(177,219,236,1) 0%, rgba(47,132,217,1) 48%, rgba(70,77,163,1) 100%);
	color: #fff;
	font-size: 64px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.list_reason h3{
	font-size: 22px;
	line-height: 1.4;
}

.sec_def{
	padding: 52px 0 84px;
}
.sec_def.product_sec{
	background: url("../img/bg_product.png") right top;
	background-size: cover;
}
.sec_def h2{
	text-align: center;
	font-size: 44px;
	font-weight: 700;
	color: #325BB0;
	padding-bottom: 20px;
	margin-bottom: 52px;
	position: relative;
}
.sec_def h2::after{
	content: '';
	display: block;
	position: absolute;
	margin:auto;
	width: 112px;
	height: 9px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(177,219,236);
	background: linear-gradient(-90deg, rgba(177,219,236,1) 0%, rgba(47,132,217,1) 48%, rgba(70,77,163,1) 100%);
}

.list_prod{
	margin-bottom: 34px;
}
.list_prod li{
	width: 24%;
	background: #fff;
	box-shadow: 0px 0px 9px #C9D9D7;
}
.list_prod li h3{
	background: #FFB02B;
	height: 80px;
	display: grid;
	place-items: center center;
	font-size: 22px;
	color: #fff;
	text-align: center;
}
.prod_disc{
	padding: 22px 14px;
	font-size: 15px;
}
.prod_disc figure{
	margin-bottom: 20px;
}

.box_prod{
	border: 3px solid #325BB0;
	color: #325BB0;
	border-radius: 18px;
	margin: auto;
	width: 100%;
	text-align: center;
	padding: 16px;
	font-size: 14px;
}

.cta_area{
	padding: 78px 0;
	background: url("../img/bg_cta.png") center;
	background-size: cover;
}
.inner_cta{
	margin: auto;
	width: 90%;
	max-width: 997px;
	background: #fff;
	box-shadow: 0px 0px 12px #464DA38A;
	border-radius: 30px;
	padding: 30px;
	text-align: center;
}
.inner_cta h2{
	color: #325BB0;
	font-size: 35px;
	margin-bottom: 20px;
}
.inner_cta h2 span{
	display: block;
	font-size: 23px;
	font-weight: 500;
}
.ct_disc{
	display: flex;
	gap:34px;
	justify-content: center;
	margin-top: 20px;
}
.ct_tel{
	display: flex;
	gap:8px;
}
.tel_num{
	font-size: 49px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.2;
}
.btn_ct{
	position: relative;
}
.btn_ct i{
	position: absolute;
	display: block;
	right: -71px;
	top: -90px;
}
.btn_ct a:hover{
	opacity: .5;
}

.lead_ninsyo{
	text-align: center;
	font-size: 22px;
}

.ninsyo_head{
	margin-bottom: 68px;
}
.ninsyo_head_disc{
	width: 59%;
	position: relative;
}
.ninsyo_head_disc .fuki{
	position: absolute;
	top:-80px;
	background: #FFB02B;
	border-radius: 4px;
	padding: 8px 14px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.ninsyo_head_disc .fuki::after{
	content: '';
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	bottom: -8px;
	border-right: 8px solid transparent;
	border-top: 8px solid #FFB02B;
	border-left: 8px solid transparent;
}
.ninsyo_head figure{
	width: 36%;
	text-align: center;
}

.ttl_ninsyo_head{
	border-left: 9px solid;
    padding-left: 28px;
    color: #325BB0;
    font-size: 37px;
    font-weight: 700;
    border-image: linear-gradient(to bottom, #464DA3, #2F84D9, #B1DBEC) 1;
    margin-bottom: 20px;
	position: relative;
	line-height: 1.2;
}

.sec_def.sec_ninsyo h3{
	text-align: center;
	padding: 15px;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	background: rgb(177,219,236);
	background: linear-gradient(-90deg, rgba(177,219,236,1) 0%, rgba(47,132,217,1) 48%, rgba(70,77,163,1) 100%);
	margin-bottom: 24px;
}

.list_ninsyo{
	margin-bottom: 48px;
}
.list_ninsyo li{
	background: #F1F2F6;
	padding: 32px 38px 32px 60px;
	margin-bottom: 16px;
	align-items: center;
}
.list_ninsyo li:last-child{
	margin-bottom: 0;
}
.list_ninsyo li .list_nin_disc{
	width: 52%;
	border-left: 4px solid #325BB0;
	padding-left: 16px;
}
.list_ninsyo li .list_nin_disc h4{
	color: #325BB0;
	font-size: 22px;
	margin-bottom: 16px;
}
.list_ninsyo li figure{
	width: 36%;
	text-align: center;
}

.nin_box{
	margin: auto;
	width: 100%;
	max-width: 788px;
	border: 2px dashed #325BB0;
	padding: 20px;
}
.nin_box table{
	margin: auto;
}
.nin_box table th, .nin_box table td{
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
}
.nin_box table th{
	text-align:justify;
	text-align-last:justify;
}
.nin_box table td{
	padding-left: 20px;
}

.sec_flow{
	padding-bottom: 0;
}
.sec_flow .inner_997{
	display: flex;
	gap:18px;
}

.ttl_flow{
	width: 320px;
}
.sec_def .ttl_flow h2{
	text-align: left;
}
.sec_def .ttl_flow h2::after{
	right: inherit;
}

.sec_flow .inner_997 figure{
	width: calc(100% - 338px);
}

.sec_faq{
	padding-top: 235px;
	background: url("../img/bg_faq.png") right top;
	background-size: cover;
}

.sec_faq dl{
	background: #fff;
	border: 1px solid #BABABA;
	margin-bottom: 36px;
}
.sec_faq dl:last-of-type{
	margin-bottom: 0;
}
.sec_faq dl dt{
	padding: 15px 70px 15px 50px;
	background:#F3F3F3;
	font-size: 22px;
	font-weight: 700;
	color: #464DA3;
	position: relative;
	cursor: pointer;
}
.sec_faq dl dt::after{
	position: absolute;
	display: block;
	content: '';
	width: 8px;
    height: 8px;
    border-bottom: 2px solid #464DA3;
    border-right: 2px solid #464DA3;
    transform: rotate(45deg);
    right: 26px;
	top: 0;
	bottom: 0;
    margin: auto;
    transition: all 0.3s ease-in-out 0s;
}
.sec_faq dl dt.is-active::after{
	transform: rotate(-135deg);
}
.sec_faq dl dd{
	padding: 15px 50px;
	border-top: 1px solid #BABABA;
	display: none;
}
.inner_900{
	margin: auto;
	width: 90%;
	max-width: 900px;
}

.sec_about{
	background: #F3F3F3;
	padding: 60px 0;
}
.sec_about h2{
	text-align: center;
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 52px;
	color: #325BB0;
}
.sec_about figure{
	width: 41%;
	text-align: center;
}
.about_cnt{
	width: 56%;
}
.about_cnt dl{
	margin-bottom: 16px;
	border-left: 4px solid #325BB0;
	padding-left: 20px;
}
.about_cnt dl:last-of-type{
	margin-bottom: 0;
}
.about_cnt dl dt{
	font-weight: 700;
	font-size: 18px;
}
.about_cnt dl a{
	color: #134AFF;
}

.ct_time{
	background: #EEEEEE;
	padding: 2px;
	border-radius:100vh;
}

.sec_ninsyo.sec_def h2{
	margin-bottom: 100px;
}
/************************
menu btn
************************/
.menu_btn{
	height: 30px;
	text-align: center;
	cursor:pointer;
	transition: all 0.3s ease-in-out 0s;
    display: none;
}
.sp_nav_btn{
	width: 30px;
	height: 30px;
	z-index: 1000;
	text-align: center;
	position: relative;
    margin: auto;
}
#panel-btn{
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
  right: 0;
}
#panel-btn:hover{
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom:0;
  right:0;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #325BB0;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #325BB0;
  transition: .5s;
}
.fix #panel-btn-icon, .fix #panel-btn-icon:before, .fix #panel-btn-icon:after{
	background: #000;
}
#panel-btn:hover #panel-btn-icon, #panel-btn:hover #panel-btn-icon:before, #panel-btn:hover #panel-btn-icon:after{
}
#panel-btn-icon:before{
  margin-top: -12px;
}
#panel-btn-icon:after{
  margin-top: 10px;
}
#panel-btn .close, #panel-btn:hover #panel-btn-icon.close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #000;
}
#panel-btn .close:after{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  background: #000;
}

/********************************
sp
********************************/
@media screen and (max-width: 1230px) {
	.menu_btn{display: block;}
	nav{position: fixed;right: -100%; height: calc(100% - 73px);transition: all 0.3s ease-in-out 0s; width: 100%;top:73px;max-width: 400px;background: #fff;padding: 20px; overflow: auto;}
	.open nav{right: 0; display: block;}
	nav ul li{width: 100%; border: none; text-align: center;}
	.btn_header{margin: 20px 0 0;text-align: center;}
}
@media screen and (max-width: 768px) {
	.logo{width: 122px;}
	nav{top: 65px;height: calc(100% - 65px);}
}
@media screen and (max-width: 990px) {
	.icon_coin{position: relative; right: inherit;bottom: inherit;text-align: center;}
	.kv_btn{margin-left: 0;}
	.list_kv li{margin: 0 auto 10px;}
	.kv_btn a{margin: auto;}
	.kv h1{margin-top: 0;}
	.kv_head > div{display: block;}
	.kv_text_01{width: 110px; margin-bottom: 5px;}
	.kv_text_02{width: 215px;margin: 0;}
}
@media screen and (max-width: 768px) {
	body{ font-size:14px;}
	.sp{ display:block !important;}
	.pc{display:none !important;}
	.kv{background-image: url("../img/bg_sp.png");}
	.i_sdgs{width: 107px;}
	.kv h1{margin-top: -30px;}
	.list_kv li{font-size: 14px;}
	.list_kv li i{width: 28px;}
	.kv_btn{position: fixed;width: 90%;margin: auto;left: 0;right: 0;bottom: 20px;z-index: 20;}
	.kv_btn.bottom{bottom: -50%;}
	.kv_btn i{width: 81px; top: -50px;left: -10px;}
	.reason_disc{width: 100%;order: 1; margin-bottom: 20px;}
	.list_reason figure{width: 100%; text-align: center; order: 2;}
	.list_reason li:nth-child(even) figure{order: 2;}
	.list_reason h3{font-size: 16px;}
	.reason_num{font-size: 44px;width: 70px;line-height: 70px;}
	.reason_head{gap:10px;}
	.list_reason li{margin-bottom: 35px;}
	.sec_def h2{font-size: 30px;}
	.list_prod li{width: 100%; margin-bottom: 20px;}
	.list_prod li h3{font-size: 18px;height: 60px;}
	.sec_def{padding: 40px 0;}
	.cta_area{padding: 35px 0; z-index: 50;position: relative;}
	.inner_cta h2{font-size: 19px;}
	.inner_cta h2 span{font-size: 16px;}
	.inner_cta{padding: 20px;}
	.ct_disc{display: block;}
	.ct_tel{flex-wrap: wrap;justify-content: center; margin-bottom: 30px;}
	.ct_tel i{width:30px;}
	.tel_num{font-size: 30px;}
	.btn_ct i{width: 90px;right: -40px;top: -60px;}
	.lead_ninsyo{font-size: 15px;}
	.ninsyo_head_disc{width: 100%;}
	.ninsyo_head_disc .fuki{font-size: 16px; top: -68px;}
	.sec_reason h2{font-size: 20px;margin-bottom: 40px;border-left: 5px solid;padding-left: 14px;}
	.ttl_ninsyo_head{font-size: 20px;border-left: 5px solid;padding-left: 14px;}
	.ninsyo_head figure{margin: 0 auto 30px;}
	.sec_def.sec_ninsyo h3{font-size: 24px;}
	.list_ninsyo li{padding: 24px 16px;}
	.list_ninsyo li .list_nin_disc{width: 100%;}
	.list_ninsyo li figure{width: 68%;margin: 20px auto 0;}
	.nin_box table th, .nin_box table td{display: block;}
	.nin_box table th{text-align: left;text-align-last: left;}
	.sec_flow .inner_997{display: block;}
	.sec_flow .inner_997 figure{width: 100%;}
	.sec_def .ttl_flow h2{text-align: center;}
	.sec_def .ttl_flow h2::after{right: 0;}
	.sec_faq dl{margin-bottom: 18px;}
	.sec_faq dl dt{padding: 10px 40px 10px 25px; font-size: 18px;}
	.sec_faq dl dd{padding: 10px 25px;}
	.sec_faq dl dt::after{right: 16px;}
	.sec_about{padding: 30px 0;}
	.sec_about h2{font-size: 30px;margin-bottom: 30px;}
	.sec_about figure{margin: 0 auto 20px;}
	.about_cnt{width: 100%;}
	.nav_ft ul li{width: 100%;}
	.list_ninsyo li .list_nin_disc h4{font-size: 18px;}
	.nav_ft ul{text-align: center;}
}