@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	color:#292929;
	background:#FFFFFF;
	font-size:18px;
	font-weight:400;
	line-height: 1.66;
	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: "din-2014", sans-serif;
}


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:inherit;
	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:77%;font-weight: 400;}

/************************
header
************************/
header{
	position: fixed;
	width: 100%;
	z-index: 1000;
	height: 110px;
	transition: all 0.3s ease-in-out 0s;
}
header.fix{
	background: #fff;
	box-shadow: 0px 0px 10px 5px rgba(181, 181, 181, .13);
}
header .logo{
	width: 107px;
}
.inner_header{
	margin: auto;
	width: 100%;
	padding: 0 30px;
	align-items: center;
	height: 100%;
	position: relative;
}
.inner_header nav{
	gap:100px;
	transition: all 0.3s ease-in-out 0s;
}
.inner_header ul{
	gap:50px;
	font-size: 18px;
	font-weight: 500;
	transition: all 0.3s ease-in-out 0s;
}
.inner_header nav a:hover{
	opacity: .7;
}
.hd_b_area{
	gap:10px;
}
.hd_tel{
	margin-right: 14px;
	color: #153593;
	line-height: 1.2;
}
.tel_time{
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.tel_num i{
	width: 24px;
	position: relative;
	top: -3px;
	margin-right: 5px;
}
.tel_num i img{
	vertical-align: middle;
}
.tel_num{
	font-weight: 700;
	font-size: 36px;
}
.btn_hd a{
	background: #1361A4;
	background: linear-gradient(0deg,rgba(21, 53, 147, 1) 0%, rgba(19, 97, 164, 1) 100%);
	border-radius: 6px;
	width: 190px;
	height: 65px;
	padding: 0 10px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.b_h_2 a{
	background: #fff;
	border: 3px solid #153593;
	flex-direction: column;
	color:#153593; 
	justify-content: center;
	line-height: 1.2;
}
.b_h_2 a .t_s{
	text-shadow: 0px 0px 6px #799106;
	font-size: 26px;
}
.bh2_sub{
	font-size: 12px;
}

/************************
btn
************************/
.btn{
	width: 100%;
	max-width: 300px;
	margin: 50px auto 0;
}
.btn_area{
	gap:16px;
}
.btn a{
	padding: 0 14px;
	color: #fff;
	background: #153593;
	border-radius: 6px;
	position: relative;
	font-weight: 700;
	text-align: center;
	font-size: 20px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
}
.btn a::after{
	position: absolute;
	content: '';
	display: block;
	width: 8px;
	height: 14px;
	margin: auto;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #fff;
	top: 0;
	bottom: 0;
	right: 16px;
}
.btn a:hover{
	opacity: .7;
}


/************************
menu btn
************************/
.menu_btn{
	width: 30px;
	height: 50px;
	text-align: center;
	cursor:pointer;
	transition: all 0.3s ease-in-out 0s;
    z-index: 101;
	top: 0;
	right: 4%;
	display: none;
	margin-left: 16px;
}
.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: 2px;
  margin: auto;
  background: #595757;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #595757;
  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);
}

.wrapper{
	width: 100%;
	overflow: hidden;
}
/************************
kv
************************/
.wrap_intro{
	background: url("../img/bg_intro.png") no-repeat center bottom / cover;
	padding: 0 0 110px;
	position: relative;
	z-index: 1;
}
.wrap_intro::before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../img/bg_in_be.png") no-repeat center bottom / cover;
	z-index: 2;
	bottom: 0;
}
.kv{
	position: relative;
	padding-top: 150px;
}
.kv::before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: calc(100% + 35.4vw);
	background: url("../img/bg_kv.png") no-repeat center bottom / cover;
	z-index: -1;
	bottom: -35.4vw;
}
.inner_kv{
	text-align: center;
	margin: auto;
	width: 90%;
	color: #192b61;
	position: relative;
	z-index: 10;
}
.lead_kv{
	margin-bottom: 16px;
	justify-content: center;
	font-weight: 500;
}
.lead_kv .obi{
	background: #e2eaf8;
	display: inline-block;
	padding: 5px 10px;
}
.vs{
	font-size: 22px;
	padding: 0 10px;
}
.kv_catch{
	margin-bottom: 36px;
}
.kv h1{
	font-size: 47px;
	line-height: 1.3;
	letter-spacing: 1px;
	margin-bottom: 48px;
}
.kv h1 .h1_m{
	font-size: 40px;
}
.kv h1 .h1_s{
	font-size: 30px;
}

.mv_btn{
	gap:40px;
	padding-bottom: 160px;
}
.mv_btn li{
	width: 300px;
}
.mv_btn li a{
	background: #1361A4;
	background: linear-gradient(0deg,rgba(21, 53, 147, 1) 0%, rgba(19, 97, 164, 1) 100%);
	border-radius: 6px;
	width: 100%;
	height: 70px;
	padding: 0 10px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mv_btn li a .i_01{
	width: 64px;
	margin-right: 12px;
}
.mv_btn li a .i_02{
	width: 21px;
	margin-left: 12px;
}
.mv_btn li a:hover{
	opacity: .7;
}
.mv_btn li:nth-child(2) a{
	background: #fff;
	border: 3px solid #153593;
	flex-direction: column;
	color:#153593; 
	justify-content: center;
	align-items: center;
}
.mv_btn li a .i_03{
	width: 33px;
	position: absolute;
	left: 40px;
}
.mv_btn li a .i_03 img{
	vertical-align: middle;
}

.about{
	background: #fff;
	box-shadow: 0px 0px 42px 16px rgba(181, 181, 181, .13);
	border-radius: 32px;
	padding: 50px;
	margin: -80px auto 0;
	width: 90%;
	max-width: 1200px;
	position: relative;
	z-index: 20;
}

.inner_about{
	margin: auto;
	width: 100%;
	max-width: 930px;
}
.h2_def{
	text-align: center;
	font-size: 36px;
	line-height: 1.5;
	padding-bottom: 36px;
	margin-bottom: 56px;
	position: relative;
	color: #192b61;
}
.h2_s{
	font-size: 30px;
}
.h2_note{
	display: block;
	font-size: 14px;
	color: #868b9c;
}

.h2_def::after{
	content: '';
	position: absolute;
	margin: auto;
	width: 55px;
	height: 5px;
	background: #192b61;
	left: 0;
	right: 0;
	bottom: 0;
}
.about_marker{
	margin: 2em 0;
	font-weight: 700;
	font-size: 20px;
}
.about_marker span{
	background: linear-gradient(transparent 60%, #fff77d 0%);
}

.fig_about{
	text-align: center;
	margin-bottom: 2em;
}

.btn_acr{
	margin: 20px auto 0;
	width: 232px;
	padding: 16px;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
	border: 2px solid #192b61;
	border-radius: 6px;
	background: #fff;
	color: #192b61;
	font-weight: 500;
}
.btn_acr.is-active{
	margin-top: 50px;
}
.btn_acr:hover{
	opacity: .7;
}
.btn_acr::after{
	position: absolute;
	display: block;
	content: '';
	width: 14px;
	height: 8px;
	background: #192b61;
	clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
	margin: auto;
	top: 0;
	bottom: 0;
	right: 20px;
}
.btn_acr.is-active::after{
	transform: rotate(180deg);
}

.inner_1200{
	width: 90%;
	max-width: 1200px;
	margin: auto;
}

.sec_prob{
	background: #333847;
	padding: 72px 0 120px;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
	color: #fff;
}
.sec_prob .h2_def{
	color: #fff;
}
.sec_prob .h2_def::after{
	background: #fff;
}

.wrap_prob{
	gap:70px;
	align-items: center;
}
.wrap_prob ul{
	max-width: 780px;
	font-size: 20px;
	font-weight: 700;
}
.wrap_prob ul li:not(:last-child){
	margin-bottom: 16px;
}
.wrap_prob ul li{
	padding-left: 45px;
	position: relative;
}
.wrap_prob ul li::before{
	content: '';
	display: block;
	position: absolute;
	width: 29px;
	height: 29px;
	background: url("../img/mark.png") no-repeat center / 100%;
	left: 0;
	top: 3px;
}
.wrap_prob ul li span{
	text-decoration-line: underline;
	text-decoration-style: wavy;
	text-decoration-color: #fff77d;
}
.wrap_bgc{
	background: #f3f5f9;
}
.sec_func{
	padding: 100px 0;
}
.list_func{
	gap:26px;
}
.list_func li{
	width: calc((100% - 78px) / 4);
	background: #fff;
	box-shadow: 0px 0px 42px 16px rgba(181, 181, 181, .13);
	padding: 20px;
}
.list_func li figure{
	margin: auto;
	max-width: 230px;
}
.list_func li h3{
	height: 4.98em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #192b61;
	margin-bottom: 10px;
}
.list_func li span{
	background: linear-gradient(transparent 60%, #fff77d 0%);
}

.sec_def{
	padding: 100px 0;
}

.list_reason li:not(:last-child){
	margin-bottom: 70px;
}
.list_reason li{
	background: #f3f5f9;
	padding: 30px 40px;
	border-radius: 11px;
}
.list_reason li figure{
	width: 42%;
}
.list_reason li .reason_disc{
	width: 52%;
}
.list_reason li h3{
	margin-bottom: 24px;
	color: #192b61;
	font-size: 24px;
}
.num_reason{
	color: #fff;
	background: #192b61;
	padding: 6px 20px;
	margin-right: 20px;
	text-align: center;
}
.ttl_reason{
	width: calc(100% - 157px);
	line-height: 1.2;
}
.list_reason li a{
	text-decoration: underline;
	color: #2d52cb;
}

.sec_const{
	background: url("../img/bg_const.png") no-repeat center / cover;
}
.inner_930{
	margin: auto;
	width: 90%;
	max-width: 930px;
}
.sec_const h2{
	color: #fff;
}
.sec_const .h2_def::after{
	background: #fff;
}

.pic_const{
	margin-bottom: 80px;
}

.wrap_cnst_cnt{
	background: #03738c;
	padding: 36px 30px;
}
.wrap_cnst_cnt h3{
	text-align: center;
	font-size: 27px;
	margin-bottom: 20px;
	color: #fff;
}

.list_const{
	gap:26px;
}
.list_const li{
	background: #fff;
	width: calc((100% - 52px) / 3);
	padding: 30px 26px;
	border-radius: 5px;
}
.list_const li h4{
	margin-bottom: 24px;
	color: #03738c;
	font-size: 24px;
	gap:12px;
}
.list_const li h4 i{
	display: block;
	width: 30px;
}

.btn_dl{
	margin: 60px auto 0;
	max-width: 300px;
}
.btn_dl a{
	background: #1361A4;
	background: linear-gradient(0deg,rgba(21, 53, 147, 1) 0%, rgba(19, 97, 164, 1) 100%);
	border-radius: 6px;
	width: 100%;
	height: 70px;
	padding: 0 10px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_dl a i{
	width: 21px;
	margin-left: 12px;
	position: absolute;
	right: 16px;
}
.btn_dl a:hover{
	opacity: .7;
}
.serv_pic{
	margin: 0 auto 30px;
	max-width: 402px;
}
.lead_serv{
	text-align: center;
	margin: auto;
	max-width: 745px;
}
.sec_serv{
	background: #f9f9fa;
}
.wrap_cheack{
	background: #fff;
	padding: 36px 30px;
	border-radius: 12px;
	box-shadow: 0px 0px 42px 16px rgba(181, 181, 181, .13);
	margin: 40px 0 0;
	gap:3%;
}
.wrap_c_list{
	width: 47%;
	background: #f1f5f8;
	border-radius: 12px;
	padding: 36px 24px;
}
.wrap_c_list h3{
	font-size: 20px;
	color: #192b61;
	text-align: center;
	margin-bottom: 19px;
}
.list_chea li:not(:last-child){
	margin-bottom: 16px;
}
.list_chea li{
	padding-left: 45px;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #192b61;
}
.list_chea li::before{
	content: '';
	display: block;
	position: absolute;
	width: 29px;
	height: 29px;
	background: url("../img/mark.png") no-repeat center / 100%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.wrap_c_pic{
	width: 50%;
}
.btn_che{
	margin: 30px auto 0;
	max-width: 308px;
}
.btn_che a{
	padding: 10px;
	background: #192b61;
	color: #fff;
	border-radius: 5px;
	display: block;
	text-align: center;
	font-size: 16px;
}
.btn_che a:hover{
	opacity: .7;
}
.btn_free{
	margin: 32px auto;
	max-width: 300px;
}
.btn_free a{
	background: #1361A4;
	background: linear-gradient(0deg,rgba(21, 53, 147, 1) 0%, rgba(19, 97, 164, 1) 100%);
	border-radius: 6px;
	width: 100%;
	height: 70px;
	padding: 0 10px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_free a i{
	width: 33px;
	margin-right: 12px;
}
.btn_free a:hover{
	opacity: .7;
}

.list_flow{
	position: relative;
	z-index: 1;
}
.list_flow::before{
	content: '';
	display: block;
	width: 8px;
	height: 80%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 70px;
	z-index: -1;
	background: #595d9e;
}
.list_flow li:not(:last-child){
	margin-bottom: 40px;
}
.list_flow li{
	align-items: center;
	gap:60px;
}
.list_flow li i{
	width: 148px;
}
.flow_disc{
	width: calc(100% - 208px);
}
.flow_disc h3{
	font-size: 24px;
	margin-bottom: 16px;
}
.flow_disc h3 span{
	background: #192b61;
	color: #fff;
	padding: 4px 16px;
	margin-right: 20px;
}
.list_flow li a{
	text-decoration: underline;
	color: #2d52cb;
}
.sec_service{
	padding-bottom: 0;
}
.sec_faq{
}
.wrap_faq{
	background: #f0f3f8
}
.wrap_faq dl{
	padding: 36px 30px;
	border-bottom: 1px solid #192b61;
}
.wrap_faq dl:last-of-type{
	border: none;
}

.icon_faq{
    font-size: 26px;
	background: #192b61;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-style: normal;
	margin-right: 30px;
}
.wrap_faq dl dt{
    cursor: pointer;
    position: relative;
	padding: 0 70px 0 0;
}
.wrap_faq dl dt h3{
    width: calc(100% - 70px);
    font-size: 18px;
	font-weight: 400;
}
.cnt_a{
	width: calc(100% - 70px);
}
.cnt_a a{
	text-decoration: underline;
	color: #2d52cb;
}
.wrap_faq dl dt span{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 26px;
	height: 26px;
}
.wrap_faq dl dt span::after, .wrap_faq dl dt span::before{
	content: '';
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #192b61;
}
.wrap_faq dl dt span::after{
	width: 100%;
	height: 4px;
}
.wrap_faq dl dt span::before{
	width: 4px;
	height: 100%;
}
.wrap_faq dl dt.is-active span::before{
	height: 0;
	transition: all 0.3s ease-in-out 0s;
}
.wrap_faq dl dd{
    display: none;
	margin-top: 34px;
	margin-bottom: 20px;
}
.wrap_faq dl dd .a_box .flex_wrap{
	align-items: flex-start;
}

.h2_note2{
	display: block;
	font-size: 20px;
}

.list_event{
	gap:32px;
}
.list_event li{
	width: calc((100% - 64px) / 3);
	background: #fff;
	border: 1px solid #c6cacb;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	transition: all 0.3s ease-in-out 0s;
}
.list_event li a{
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-bottom: 24px;
}
.list_event li:hover{
	opacity: .7;
}
.cnt_card{
	padding: 24px 24px 10px;
}
.cnt_card h3{
	margin-bottom: 16px;
	font-size: 16px;
	height: 4.98em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 表示したい行数を指定 */
	overflow: hidden;
}
.cnt_card p{
	font-size: 14px;
}
.slider .cnt_card p{
	display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 3; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
}
.more{
	margin: auto 0 0;
	padding: 0 54px 0px 24px;
	text-align: right;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}
.more span{
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 24px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 2px solid #292929;
}
.more span::after{
	display: block;
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #292929;
	border-right: 2px solid #292929;
	transform: rotate(45deg);
	left: 5px;
}


.sec_dl{
	background: #f4f8f9;
}
.wrap_sd{
	padding: 0 16px;
}
.wrap_sd a{
	background: #fff;
	border: 1px solid #c6cacb;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	transition: all 0.3s ease-in-out 0s;
	height: 100%;
	display: block;
	padding-bottom: 24px;
}
.wrap_sd a:hover{
	opacity: .7;
}
.wrap_sd a .cnt_card h3{
	height: 3.22em;
	-webkit-line-clamp: 2;
}

.cta{
	background: url("../img/bg_cta.png") no-repeat center / cover;
	padding: 60px 0;
	color: #fff;
}
.cnt_cta{
	width: 50%;
	text-align: center;
	padding: 0 20px;
	position: relative;
}
.flex_wrap_center .cnt_cta:first-child::after{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	background: #fff;
	top: 0;
	right: 0;
}
.cnt_cta h2{
	font-size: 30px;
	margin-bottom: 40px;
}
.btn_cta{
	margin: 30px auto 0;
	max-width: 300px;
}
.btn_cta a:hover{
	opacity: .7;
}

footer{
	background: #f0f0f0;
}
.ft_top{
	padding: 70px 0;
}
.logo_ft{
	width: 219px;
}
.ft_nav{
	gap:100px;
}
.ft_nav ul{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 16px;
}
.ft_nav ul li:not(:last-child){
	margin-bottom: 1em;
}
.ft_nav ul li a[target="_blank"]{
	padding-right: 20px;
	background: url("../img/blank.png") no-repeat right center / 13px;
}
.ft_copy_wrap{
	background: #fff;
	padding: 24px 0;
	font-size: 16px;
}
.ft_copy_wrap ul{
	gap:100px;
}

.acr{
	transition: all 0.3s ease-in-out 0s;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.acr::before{
	position: absolute;
	display: block;
	content: '';
	bottom: 0px; 
	width: 100%; 
	height: 90%; /* 下から60％の位置までグラデーション */
	background: linear-gradient(to top,#ffffff 20%, transparent 100%); /* 30%までは#ffffff 以降100%までグラデーション */
	transition: all 0.3s ease-in-out 0s;
}
.acr.is-active{
	height: auto;
}
.acr.is-active::before{
	display: none;
}
.to_top{
	position: fixed;
	bottom: 10px;
	right: 10px;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
	cursor: pointer;
	z-index: 10;
}
.to_top.on{
	opacity: 1;
}
/********************************
sp
********************************/
@media screen and (max-width: 1648px) {
	.inner_header nav{gap:16px;}
	.inner_header ul{gap:16px;}
	.hd_tel{margin-right: 4px;}
	.btn_hd a{font-size: 16px;width: 160px;}
}
@media screen and (max-width: 1200px) {
	.menu_btn{display: block;}
	.inner_header ul{position: absolute;padding: 140px 5% 30px;width: 100%; background: #fff;opacity: 0;pointer-events: none;transition: all 0.3s ease-in-out 0s;top: 0;left: 0;}
	.open .inner_header ul{opacity: 1;pointer-events: all;}
	.logo{position: relative; z-index: 10;}
	.hd_tel{position: relative;z-index: 10;}
}
@media screen and (max-width: 900px) {
	.btn_hd{display: none;}
}
@media screen and (max-width: 768px) {
	.inner_header{padding: 0 5%;}
	header{height: 60px;}
	header .logo{width: 98px;}
	.tel_num i{width: 18px;}
	.tel_num{font-size: 24px;}
	.tel_time{font-size: 12px;}
	.inner_header ul{height: 100vh; padding-top: 140px;flex-direction: column;}
	.inner_header ul li{width: 100%;text-align: center;}
}
@media screen and (max-width: 1240px) {
	.list_func li{width: calc((100% - 26px) / 2);}
	.cnt_cta h2{font-size: 24px;}
	.cnt_cta p{font-size: 16px;}
}
@media screen and (max-width: 1148px) {
	.sec_prob{clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);}
}
@media screen and (max-width: 1148px) {
	.cnt_cta{width: 100%;padding: 0;}
	.flex_wrap_center .cnt_cta:first-child::after{display: none;}
	.logo_ft{margin-bottom: 2em;}
}
@media screen and (max-width: 768px) {
	body{font-size: 16px;}
	.sp{ display:block !important;}
	.pc{display:none !important;}
	.kv{padding-top: 100px;}
	.lead_kv{font-size: 13px; margin-bottom: 16px;}
	.vs{font-size: 18px;}
	.lead_kv .obi{padding: 2px 5px;}
	.kv_catch{font-size: 17px;}
	.kv h1{font-size: 26px;}
	.kv h1 .h1_m{font-size: 26px;}
	.kv h1 .h1_s{font-size: 20px;}
	.mv_btn{gap:20px;}
	.about{padding: 20px;}
	.h2_def{font-size: 25px;padding-bottom: 18px; margin-bottom: 32px;}
	.h2_s{font-size: 18px;}
	.h2_note{font-size: 12px;}
	.fig_about img{width: 70%;}
	.btn_acr{margin-top: 30px;}
	.wrap_intro{padding-bottom: 50px;}
	.wrap_prob{flex-direction: column-reverse; gap:40px;}
	.wrap_prob figure{width: 30%; margin: auto;}
	.sec_prob{clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);padding-bottom: 60px;}
	.list_func li{width: 100%;}
	.sec_def, .sec_func{padding: 50px 0;}
	.list_reason li{padding: 20px; gap:20px;}
	.list_reason li figure{width: 100%;}
	.list_reason li .reason_disc{width: 100%;}
	.list_reason li h3{flex-direction: column;text-align: center; gap:10px;}
	.ttl_reason{width: 100%; font-size: 18px;}
	.list_reason li:not(:last-child){margin-bottom: 30px;}
	.pic_const{margin-bottom: 40px;}
	.wrap_cnst_cnt{padding: 20px;}
	.list_const li{width: 100%;}
	.wrap_c_list{width: 100%; margin-bottom: 24px;}
	.wrap_c_pic{width: 100%;}
	.wrap_cheack{padding: 20px;}
	.list_flow li i{width: 110px;}
	.flow_disc{width: calc(100% - 130px);}
	.list_flow li{gap:20px;}
	.flow_disc h3{font-size: 18px;}
	.list_flow::before{left: 53px;}
	.wrap_faq dl{padding: 20px;}
	.wrap_faq dl dt{padding-right: 60px;}
	.list_event li{width: 100%;}
	.slick-prev, .slick-next{width: 17px;height: 56px;}
	.cnt_cta{width: 100%;}
	.wrap_cta{gap:40px;}
	.ft_nav{margin-top: 3em;gap:1em;}
	.ft_copy_wrap ul{gap:.5em;margin-bottom: 1em; flex-direction: column;}
	.to_top{width: 50px;}
	.num_reason{margin: 0 0 20px;}
}