@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	color:#222222;
	background:#FFFFFF;
	font-size:16px;
	font-weight:400;
	line-height: 1.56;
	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;
}

.en{
	font-family: "Montserrat", sans-serif;
}
.din{
	font-family: "din-2014", sans-serif;
	font-weight: 700;
}

body.open, body.modaal-noscroll{
	overflow: hidden;
}
input, textarea {
    border-radius: 0;
    outline: none;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:16px;
    -webkit-border-radius : 0;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
}

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:14px;font-weight: 400;}
.invew{
	position: relative;
	opacity: 0;
	transition: all 0.8s ease-in-out 0s;
}
.invew.fire{
	opacity: 1;
}

/************************
header
************************/
header{
	position: fixed;
	width: 100%;
	z-index: 1000;
	height: 83px;
	transition: all 0.3s ease-in-out 0s;
	background: #fff;
	box-shadow: 0px 0px 13px #00000029;
}
header .logo{
	width: 127px;
}
.inner_header{
	margin: auto;
	width: 100%;
	padding: 0 20px;
	align-items: center;
	height: 100%;
	position: relative;
}
.gnav{
	padding: 15px 0;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease-in-out 0s;
	gap:68px;
}
.gnav a:hover{
	opacity: .5;
}
.gnav_list{
	gap:62px;
}

.hd_btarea{
	gap:20px;
}
.btn_head a{
	font-size: 16px;
	font-weight: 700;
	display: block;
	line-height: 48px;
	background: #fff;
	color: #0089D0;
	border: 2px solid #0089D0;
	border-radius: 100vh;
	padding: 0 20px;
	box-shadow: 0px 3px 6px #00000029;
	width: 257px;
	text-align: center;
}
.btn_head a:hover{
	opacity: .5;
}
.bh_2 a{
	background: #F59C00;
	border-color: #F59C00;
	color: #fff;
}
/************************
btn
************************/
.btn{
	width: 100%;
	width: 388px;
	margin: auto;
}
.btn a{
	display: block;
	text-align: center;
	padding: 15px 24px;
	color: #fff;
	background: #F17446;
	border-radius: 100vh;
	position: relative;
	font-weight: 700;
	font-size: 22px;
}
.btn a::after{
	content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 29px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 23px;
	background: #fff;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.btn a:hover{
	opacity: .5;
}
.btn.btn_2 a{
	background: #F59C00;
}
.btn.btn_3 a{
	background: #ffffff;
	color: #0089D0;
}

/************************
menu btn
************************/
.menu_btn{
	display:none;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor:pointer;
	transition: all 0.3s ease-in-out 0s;
    z-index: 101;
	top: 0;
	right: 4%;
	background: #0066CC;
	margin-left: 15px;
}
.sp_nav_btn{
	width: 100%;
	height: 100%;
	z-index: 1000;
	text-align: center;
	position: relative;
}
#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: 3px;
  margin: auto;
  background: #fff;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: .5s;
}
#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: -11px;
}
#panel-btn-icon:after{
  margin-top: 8px;
}
#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);
}
#panel-btn .close:after{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}


.main_wrap{
	padding-top: 0;
	width: 100%;
	overflow: hidden;
}

/*****************
internal link
*****************/
.sublink{
	color:#0066CC;
}
.sublink2{
	font-weight: bold;
}

/************************
mv
************************/
.mv{
	position: relative;
	padding: 152px 0 0;
	background: #F8F8FA url("../img/bg_mv.png") no-repeat right bottom;
	background-size: auto 100%;
	height: 40vw;
}
.inner_mv{
	margin:auto;
	width: 89%;
	max-width: 1456px;
}
.mv_lead{
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}
.mv_lead span{
	background: #0066CC;
	display:inline-block;
	padding: 11px 25px;
}
.mv h1{
	font-size:68px;
	font-weight: 900;
	line-height: 1.3;
}
.h1_s{
	font-size: 76%;
}
.blue{
	color: #0066CC;
}
.text_mv{
	font-size: 26px;
	font-weight: 500;
	display: block;
}
.text_mv span{
	background: #F8F8FA;
}

.cv_kv{
	background: #F5F5F5;
	padding: 22px 5.5% 36px;
	box-shadow: 0px -5px 17px #66768521;
	text-align: center;
}
.cv_kv_lead{
	font-size: 18px;
	margin-bottom: 6px;
	color: #fff;
	font-weight: 700;
}
.wrap_cv_lead{
	display: inline-block;
	background: #0089D0;
	padding: 2px 20px;
}
.cl_big{
	font-size: 133%;
}
.yellow{
	color: #FFE167;
}
.cv_kv h2{
	font-size: 29px;
	margin-bottom: 20px;
}
.cv_kv h2 span{
	color: #0089D0;
	background:linear-gradient(transparent 60%, #FFE167 40%);
}
.list_cv_kv{
	gap:27px;
	position: relative;
}
.list_cv_kv li img{
	filter: drop-shadow(0px 0px 12px #00000029);
}
.list_cv_kv p{
	position: absolute;
	right: 50%;
	margin: auto -452px auto 0;
	top: 10px;
	font-size: 34px;
	vertical-align: middle;
	font-weight: 700;
}


.inner_1000{
	margin: auto;
	max-width: 1000px;
	width: 89%;
}
.def_sec{
	padding: 92px 0 112px;
}
.def_sec h2{
	text-align: center;
	font-size: 35px;
	margin-bottom: 40px;
	color: #0066CC;
	font-weight: 900;
	line-height: 1.45;
}
.def_sec h2 .ttl_en{
	display: block;
	font-size: 20px;
	color: #D6E0EF;
	margin-bottom: 10px;
}
.def_sec h2 i{
	display: block;
	margin-bottom: 22px;
}
.def_sec h2 i img{
	width: 120px;
}
.marker{
	background:linear-gradient(transparent 60%, #FFE167 40%);
}
.lead{
	margin: 0 auto 48px;
	max-width: 860px;
	line-height: 2;
}
.lead span{
	color: #F17446;
}
.h3_flow{
	text-align: center;
	font-size: 24px;
	margin-bottom: 28px;
	color: #0066CC;
	font-weight: 900;
}

.sec_point{
	background: url("../img/bg_point.png") center / cover;
}
.tb_wrap{
	overflow: auto;
	margin-bottom: 21px;
}
.tb_wrap img{
	min-width: 750px;
}

.sec_prob{
	background: #F0F6FC;
}
.wrap_prob ul{
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 0;
}
.wrap_prob ul li{
	padding: 14px 20px;
	background: #0066CC;
	border-radius: 10px;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	min-height: calc(4.68em + 28px);
	display: flex;
	align-items: center;
	filter:drop-shadow(0px 9px 0px #00000012);
}
.wrap_prob ul li::after{
	content: '';
	display: block;
    position: absolute;
    width: 17px;
    height: 19px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -16px;
	background: #0066CC;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.wrap_prob ul.ul2 li::after{
	right: inherit;
	left: -16px;
	clip-path: polygon(0 50%, 100% 100%, 100% 0%);
}
.wrap_prob figure{
	width: 40%;
}

.sec_reason{
	padding-top: 1px;
}
.lead_reason{
	margin: -52px auto 60px;
	text-align: center;
	width: 89%;
	max-width: 635px;
}

.list_reason li{
	align-items: center;
}
.list_reason li:not(:last-child){
	margin-bottom: 96px;
}
.reason_cnt_wrap{
	width: 51.3%;
}
.reason_cnt_wrap .num_reason{
	color: rgba(0, 137, 208, .15);
	font-weight: 700;
	font-size: 125px;
	line-height: 1;
}
.reason_cnt{
	padding-left: 50px;
	margin-top: -40px;
}
.reason_cnt h3{
	font-size: 26px;
	margin-bottom: 30px;
}
.reason_cnt p{
	line-height: 2;
}
.reason_cnt p span{
	color: #F17446;
}
.list_reason li figure{
	width: 45.7%;
}

.cta{
	padding: 60px 5.5%;
	background: url("../img/bg_cta.png") center / cover;
}
.cta h2{
	text-align: center;
	font-size: 32px;
	color: #fff;
	margin-bottom: 32px;
	font-weight: 900;
}
.cta h2 span{
	position: relative;
}
.cta h2 span::before, .cta h2 span::after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	margin: auto;
	top: 0;
	bottom: 0;
	position: absolute;
}
.cta h2 span::before{
	transform: rotate(-45deg);
	left: -30px;
}
.cta h2 span::after{
	transform: rotate(45deg);
	right: -30px;
}
.cta_wrap{
	align-items: center;
	padding: 0 5.5%;
	color: #fff;
	font-size: 20px;
	line-height: 2;
	font-weight: 700;
	gap:46px;
	margin-bottom: 10px;
}
.cta_wrap figure{
	width: 346px;
}
.list_ct_btn{
	align-items: flex-end;
	gap:22px;
	padding: 0 5.5%;
}
.list_ct_btn p{
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}

.sec_case{
	background: #D9E9FA;
}
.sec_case.def_sec h2 .ttl_en{
	color: #0089D0;
}
.h3_case{
	text-align: center;
	font-size: 23px;
	margin: 0 0 90px;
}
.slick-list{
	overflow: inherit;
}
.wrap_slide{
	width: 975px;
	padding: 0 61px;
}
.inner_slide{
	box-shadow: 0px 0px 12px #00000029;
	border-radius: 28px;
	background: #fff;
	padding: 38px 32px;
}
.slide_head figure{
	width: 20%;
}
.head_cnt{
	width: 74%;
}
.head_cnt h3{
	font-size: 25px;
	line-height: 1.44;
	font-weight: 700;
	margin-bottom: 25px;
	color: #0066CC;
}
.case_deta{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	gap:20px;
	min-height: 3.12em;
}
.name_comp{
	width: 198px;
}
.comp_deta{
	width: calc(100% - 218px);
	min-width: 365px;
}
.sd_c_border{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 3px dotted #CCE0F5;
}
.sd_cnt h4{
	width: 139px;
	text-align: center;
}
.sd_cnt h4 span{
	border: 2px solid #0066CC;
	display: inline-block;
	padding: 5px 0;
	color: #0066CC;
	font-size: 16px;
	font-weight: 700;
	width: 100%
}
.sd_cnt p{
	width: calc(100% - 160px);
}
.inner_slide .sd_cnt:last-of-type h4 span{
	background: #0066CC;
	color: #fff;
}
.fuki_price{
	text-align: center;
	margin-bottom: 28px;
	font-size: 18px;
	font-weight: 700;
	color: #0066CC;
}
.fuki_price span{
	position: relative;
	display: inline-block;
	padding: 11px 34px;
	background: #DDEBFA;
	border-radius: 10px;
}
.fuki_price span::after{
	content: '';
    display: inline-block;
    width: 12px;
    height: 10px;
    margin: auto;
	background: #DDEBFA;
	clip-path: polygon(0 0, 50% 100%, 100% 0%);
	transition: .5s;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
}
.lead_price{
	text-align: center;
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 28px;
}

.list_flow{
	max-width: 770px;
	margin: auto;
	position: relative;
	z-index: 1;
}
.list_flow::before{
	content: '';
	display: block;
	position: absolute;
	width: 5px;
	height: calc(100% - 140px);
	top: 69px;
	left: 67px;
	z-index: -1;
	background: #F0F6FC;
}
.list_flow li:not(:last-child){
	margin-bottom: 41px;
}
.list_flow li{
	gap:24px;
	font-weight: 500;
}
.list_flow li .flow_disc{
	width: calc(100% - 163px);
}
.list_flow li h3{
	margin-bottom: 14px;
	font-size: 22px;
	color: #0066CC;
}
.list_flow li h3 .num_flow{
	display: inline-block;
	padding: 2px 22px;
	background: #0066CC;
	color: #fff;
	margin-right: 15px;
}




.sec_faq{
	background: #D6E0EF;
}
.sec_faq.def_sec h2 .ttl_en{
	color: #0089D0;
}
.sec_faq a{
	color: #2840D9;
	text-decoration: underline
}
.wrap_faq dl{
}
.wrap_faq dl:not(:last-of-type){
	margin-bottom: 39px;
}
.wrap_faq dl dt{
	padding: 3px 86px 3px 30px;
	position: relative;
	background: #fff;
	cursor: pointer;
	color: #0089D0;
	font-size: 18px;
	font-weight: 700;
}
.wrap_faq dl dt::after{
	position: absolute;
	content: '';
	display: block;
	background: url("../img/arrow_faq.png");
	height: 19px;
	width: 49px;
	right: 30px;
	margin: auto;
	top: 0;
	bottom: 0;
	transform: translateX(0) translateY(0) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	transition: .5s;
}
.wrap_faq dl dt.is-active::after{
	transform: translateX(0) translateY(0) translateZ(0px) rotateX(-180deg) rotateY(0deg) rotateZ(0deg);
}
.wrap_faq dl .i_q{
	display: block;
	font-family: "din-2014", sans-serif;
	font-style: normal;
	color: #0089D0;
	font-size: 50px;
	font-weight: 700;
	margin-right: 34px;
}
.wrap_faq dl dd .i_q{
	color: #0089D0;
	font-size: 30px;
	display: inline;
	margin: 0;
}
.wrap_faq dl p{
	width: calc(100% - 80px);
	align-self: center;
}
.wrap_faq dl dd{
	padding: 30px;
	display: none;
}

.sec_comp{
	background: #F0F6FC;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.sec_comp::before{
	content: '';
	display: block;
	width: 411px;
	height: 497px;
	background: url("../img/bg_comp.png");
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 260px;
	z-index: -1;
}
.comp_wrap{
	margin: auto;
	max-width: 700px;
}
.comp_wrap dl{
	align-items: flex-start;
}
.comp_wrap dl:not(:last-child){
	margin-bottom: 15px;
}
.comp_wrap dl dt{
	width: 107px;
	background: #fff;
	border: 1px solid #0066CC;
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	margin-right: 24px;
	color: #0066CC;
	padding: 4px 0;
	letter-spacing: 2px;
}
.comp_wrap dl dd{
	align-self: center;
	width: calc(100% - 133px);
}
footer{
	padding: 20px 5.5%;
	text-align: center;
	font-size: 13px;
}
footer ul{
	margin-bottom: 18px;
}
footer ul li{
	padding: 0 25px;
	margin-bottom: 10px;
}
footer ul li:not(:last-child){
	border-right: 1px solid #000000;
}


.slick-track{
	display: flex;
}
.slick-slide {
  height: auto !important;
}
.slick-slide > div{
	height: 100%;
}
.slick-slide > div > li{
	height: 100%;
}
.wrap_slide, .inner_slide{
	height: 100%;
}
/********************************
sp
********************************/
@media screen and (max-width: 1670px) {
	.gnav_list{gap:20px;transition: .5s;}
	.gnav{gap:30px;}
}
@media screen and (max-width: 1384px) {
	.gnav_list{position: absolute; top: 100%;width: 100%;left: 0;padding: 20px;background: #fff;transform: scale(1, 0);transform-origin: top;transition: .5s;}
	.menu_btn{display: block;}
	.open .gnav_list{transform: scale(1, 1);}
	.btn_head a{width: 220px;}
}
@media screen and (max-width: 768px) {
	.hd_btarea{position: fixed;bottom: 0;left: 0;padding: 0 5.5% 10px;gap:0;justify-content: space-between; width: 100%;}
}
@media screen and (max-width: 768px) {
	header{height: 68px;}
	header .logo{width: 140px;}
	.gnav_list{height: calc(100vh - 68px);overflow: auto; display: block;}
	.gnav_list li{width: 100%;}
	.btn_head{width: 49%;}
	.btn_head a{width: 100%; font-size: 11px;padding: 10px 10px;line-height: 1;}
}
@media screen and (max-width: 1270px) {
	.mv_lead{font-size: 2vw;}
	.mv h1{font-size: 4vw;}
	.text_mv{font-size: 1.5vw;}
	.mv_cp_priod{font-size: 1.6vw;}
	.mv_cp_price{font-size: 2vw;}
	.mv_des{font-size: 1.5vw;}
}
@media screen and (max-width: 1018px) {
	.wrap_slide{width: 750px;padding: 0 30px;}
	.slick-prev{left: -300px; }
	.slick-next{right: -300px;}
}
@media screen and (max-width: 768px) {
	body{font-size: 14px;}
	.note{font-size: 12px;}
	.sp{ display:block !important;}
	.pc{display:none !important;}
	.mv{background-image: none;padding-top: 92px; height: inherit;}
	.mv_lead{font-size: 20px;}
	.mv_lead span{padding: 5px;width: 100%;text-align: center;}
	.mv h1{font-size: 44px;}
	.text_mv{font-size: 19px;}
	.mv_cp_priod{font-size: 20px;}
	.mv_cp_price{font-size: 26px;}
	.mv_des{font-size: 19px;}
	.cv_kv h2{font-size: 20px;}
	.list_cv_kv{gap:5%;}
	.list_cv_kv li{width: 37%;}
	.list_cv_kv p{position: relative;right: inherit;margin: 0;width: 100%;text-align: center;font-size: 26px;}
	.def_sec{padding: 80px 0;}
	.def_sec h2{font-size: 25px;}
	.def_sec h2 i img{width: 80px;}
	.wrap_prob ul{width: 100%;order: 1;padding: 0 0 20px; gap:20px;}
	.wrap_prob figure{width: 100%; order: 3; text-align: center;}
	.wrap_prob figure img{width: 80%;}
	.wrap_prob ul.ul2{order: 2;}
	.wrap_prob ul li::after{display: none;}
	.wrap_prob ul li{text-align: center;display: block;min-height: inherit;}
	.sec_reason{padding-top: 1px;}
	.lead_reason{margin-bottom: 30px;}
	.reason_cnt_wrap{width: 100%;}
	.list_reason li figure{width: 100%;}
	.reason_cnt_wrap .num_reason{font-size: 80px;}
	.reason_cnt{padding-left: 25px;}
	.reason_cnt h3{font-size: 20px;}
	.list_reason li:not(:last-child){margin-bottom: 60px;}
	.cta h2{font-size: 25px;}
	.cta h2 span::before{transform: rotate(-20deg);left: 0px;}
	.cta h2 span::after{transform: rotate(20deg);}
	.cta_wrap{font-size: 16px;}
	.btn{width: 100%; max-width: 388px;}
	.list_ct_btn{padding: 30px 0 0;}
	.list_ct_btn li{width: 100%;}
	.btn a{font-size: 19px;}
	.btn a::after{width: 6px;height: 20px;right: 14px;}
	.cta{background-image: url("../img/bg_cta_sp.png");}
	.h3_case{padding: 0 5.5%; margin-bottom: 40px;}
	.wrap_slide{width: 350px;padding: 0 10px;}
	.inner_slide{padding: 20px;}
	.slick-prev{left: -180px; }
	.slick-next{right: -180px;}
	.slide_head figure{width: 100%;text-align: center;height: 130px;margin-bottom: 15px;}
	.slide_head figure img{height: 100%;object-fit: contain;margin: auto;width: 80%;}
	.head_cnt{width: 100%;}
	.head_cnt h3{font-size:18px;}
	.case_deta{gap:10px;}
	.name_comp{width: 100%;}
	.comp_deta{width: 100%; min-width: inherit;}
	.sd_cnt p{width: 100%;padding-top: 10px;}
	.fuki_price{font-size: 16px;}
	.fuki_price span{padding: 10px 15px;}
	.lead_price{font-size: 16px;}
	.list_flow figure{width: 60px;}
	.list_flow li{align-items: flex-start;gap:12px;}
	.list_flow li .flow_disc{width: calc(100% - 72px);}
	.list_flow::before{height: calc(86%);top: 30px;left: 27.5px;}
	.list_flow li h3{font-size: 18px;}
	.list_flow li h3 .fl_box{width: 100%;display: block;}
	.list_flow li h3 .num_flow{float: none;}
	.wrap_faq dl:not(:last-of-type){margin-bottom: 20px;}
	.wrap_faq dl dt{padding: 3px 40px 3px 15px;}
	.wrap_faq dl dt::after{width: 24px; height: 15px;right: 15px;background-size: 100% auto;background-repeat: no-repeat;background-position: center;}
	.wrap_faq dl dd p{width: 100%;}
	footer{padding-bottom: 80px;font-size: 12px;}
	footer ul li{width: 100%;}
	footer ul li:not(:last-child){border: none;}
}