:root{
  --color-primary: #172993;
}
html {
  overflow: auto;
}
body {
  position: relative;
  font-family: YakuHanJP_Narrow,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  overflow: hidden;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  font-weight: 700;
}
img{
  width: 100%;
}
a{
  display: inline-block;
  width: 100%;
  color: inherit;
}
a:hover,
a:focus {
  opacity: 0.7;
}
em{
  font-style: normal;
}
.sp {
  display: none;
}
.inner{
  width: 100%;
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}
.header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: .3s;
}
.header.active{
  color:#000
}
.header.is-fixed{
  background-color: #fff;
  position: fixed;
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}
.header_inner{
  padding: 25px 50px;
  display: flex;
  align-items: center;
}
.logo{
  width: 106px;
}
.naviButton{
  display: none;
}
.navi{
  margin-left: auto;
}
.navi_list{
  display: flex;
}
.navi_item{
  line-height: 1;
}
.navi_item:not(:last-child){
  border-right: 1px solid #000;
}
.navi_item a{
  font-size: 14px;
  padding: 0 20px;
}
.navi_item:last-child a{
  padding-right: 0;
}
.mv{
  background-image: url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 140px;
}
.inner.mv_inner{
  text-align: right;
}
.mv_catch{
  color: var(--color-primary);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: inline-block;
	font-style: bold;
}
.mv_catch_01{
  font-size: 60px;
  margin-bottom: 10px;
}
.mv_catch_02{
  font-size: 82px;
  margin-bottom: 18px;
}
.mv_catch_bottom{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
}
.mv_catch_03{
  position: relative;
  font-size: 35px;
  padding: 0 10px;
  z-index: 1;
}
.mv_catch_03::after{
  position: absolute;
  content: "";
  background-color: #f7ff13;
  height: 18px;
  width: 100%;
  bottom: -1px;
  left: 0;
  z-index: -1;
  border-radius: 10px;
}
.mv_catch_04{
  font-size: 50px;
}
.mv_catch_badge{
  display: inline-block;
  font-size: 70px;
  color: #fff;
	background:#172993;
  /*background-image: linear-gradient( 90deg, rgb(255,151,65) 0%, rgb(255,132,85) 54%, rgb(255,113,104) 100%);*/
  padding: 6px 10px 15px;
	width:490px;
	text-align:center;
	line-height:100%;
}
.noto{
font-family: "source-han-sans-japanese", sans-serif!important;
font-weight: 900!important;
font-style: normal;
}
.cta_top_text.noto{
	line-height:180%;
}
.section-sinsa{
  padding: 70px 0 80px;
}
.section-slim{
  padding: 50px 0 50px;
  background-color: #f4f5fc;
}
.section_head{
  margin-bottom: 40px;
  text-align: center;
}
.section_title{
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.section_title::before{
  position: absolute;
  content: "";
  background-color: var(--color-primary);
  width: 67px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section_title_lead{
  font-size: 40px;
  text-align: center;
}
.color-primary{
  color: var(--color-primary);
}
.section_lead{
  font-size: 18px;
  line-height: 2.1;
  text-align: center;
	font-weight:600;
}
.deco-underline{
  position: relative;
  background: linear-gradient(transparent 70%, #f7ff13 0%);
  font-weight: 900;
}
.auth_list{
  max-width: 700px;
  margin: 0 auto 90px;
}
.point{
  border: 7px solid rgba(23, 41, 147, 0.3);
  border-radius: 20px;
  padding: 35px 50px;
}
.point:nth-of-type(1){
	margin-top:12%;
	backgrorund:#f00;
}
.point_name{
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.point_name span{
  background-image: linear-gradient( 29deg, rgb(23,41,147) 0%, rgb(23,70,147) 100%);
  display: inline-block;
  border-radius: 50px;
  padding: 2px 8px;
}
.point_body{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point_body_content{
  width: 76%;
}
.point_title{
  margin-bottom: 16px;
  font-size: 28px;
  color: var(--color-primary);
}
.point_text{
  font-size: 17px;
  line-height: 2;
}
.point_figure{
  width: 16%;
}
.section-out_top{
  padding: 70px 0;
}
.section-out_row{
  margin-bottom: 80px;
}
.section-speed_top{
  padding: 60px 0;
}
.section-speed_lead{
  margin-bottom: 40px;
}
.reason{
  background-image: linear-gradient( 48deg, rgb(197,234,252) 0%, rgb(208,232,255) 46%, rgb(196,215,255) 100%);
  padding: 70px 0;
}
.reason_title{
  margin-bottom: 70px;
}
.reason_list{
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 38px 15px;
}
.reason_item{
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 35px 10px 20px;
}
.reason_item_num{
  position: absolute;
  font-size: 58px;
  color: var(--color-primary);
  left: 15px;
  top: -40px;
}
.reason_item_figure{
  max-width: 110px;
  height: 110px;
  margin: 0 auto 20px;
}
.reason_item_text{
  font-size: 17px;
  text-align: center;
}
.cta_top{
  position: relative;
  padding: 100px 0 15px;
}
.cta_top::before{
  position: absolute;
  content: "";
  background-image: url(../img/icon-arrow__donw.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 80px;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
}
.cta_top_box{
  position: relative;
  padding: 30px 10px;
  max-width: 900px;
  margin: 0 auto;
}
.cta_top_box-wide{
  max-width: none;
}
.cta_top_box::before,
.cta_top_box::after{
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 350px;
  height: 160px;
}
.cta_top_box::before{
  right: 0;
  top: 0;
  background-image: url(../img/deco-righttop.png);
}
.cta_top_box::after{
  left: 0;
  bottom: 0;
  background-image: url(../img/deco-leftbottom.png);
}
.cta_top_text{
  font-size: 44px;
  line-height: 2.2;
  text-align: center;
}
.cta_bottom{
  padding: 8vw 0 60px;
  position: relative;
  background-image: linear-gradient( 40deg, rgb(23,41,147) 0%, rgb(23,70,147) 100%);
}
.cta_bottom::before{
  position: absolute;
  content: "";
  background-image: url(../img/cta_bottom-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  top: -1px;
  left: 0;
  width: 100%;
  height: 5vw;
}
.cta_bottom_text{
  font-size: 28px;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.btn_wrap{
  text-align: center;
  height: 78px;
  width: 454px;
  margin: 0 auto;
}
.btn{
  background-image: linear-gradient( 90deg, rgb(255,151,65) 0%, rgb(255,132,85) 54%, rgb(255,113,104) 100%);
  border-radius: 50px;
  font-size: 25px;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
}
.cta_tel{
  margin-bottom: 6px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta_tel_small{
  font-size: 23px;
  margin-top: 9px;
  font-weight: normal;
}
.cta_tel_big{
  font-size: 40px;
  width: auto;
  pointer-events: none;
  cursor: default;
}
.cta_date{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cta_date_text{
  font-size: 19px;
  color: #fff;
  font-weight: normal;
}
.cta_date_badge{
  font-size: 20px;
  background-color: #fff;
  color: var(--color-primary);
  border-radius: 5px;
  display: inline-block;
  padding: 2px 14px;
  margin-left: 10px;
}
.cta_link_wrap{
  width: 640px;
  margin: 0 auto;
}
.cta_link{
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 30px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.section-price_top{
  padding: 70px 0 50px;
}
.cost{
  background-image: linear-gradient( 48deg, rgb(197,234,252) 0%, rgb(208,232,255) 46%, rgb(196,215,255) 100%);
  padding: 70px 0 70px;
  margin-bottom: 70px;
}
.cost_title{
  margin-bottom: 30px;
}
.cost_list{
  list-style: none;
}
.cost_item{
  border: 1px solid var(--color-primary);
  display: flex;
  border-radius: 20px;
  background-color: #fff;
}
.cost_item:not(:last-child){
  margin-bottom: 12px;
}
.cost_item_num{
  background-image: linear-gradient( 29deg, rgb(23,41,147) 0%, rgb(23,70,147) 100%);
  font-size: 37px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 0 0 20px;
  width: 160px;
}
.cost_item_body{
  display: flex;
  font-size: 28px;
  align-items: center;
  width: calc(100% - 160px);
  padding: 20px 0px 20px 20px;
}
.cost_item_figure{
  width: 40px;
  height: 40px;
  margin: 0 6px;
}
.cost_item_figure img{
  vertical-align:  baseline;
}
.section_lead_row{
  display: flex;
  justify-content: space-between;
}
.section_lead_figure{
  width: 33%;
}
.section_lead_col{
  width: 64%;
}
.section_lead_row .section_lead{
  text-align: left;
}
.flow{
  background-image: linear-gradient( 48deg, rgb(197,234,252) 0%, rgb(208,232,255) 46%, rgb(196,215,255) 100%);
  padding: 70px 0 60px;
}
.flow_name{
  font-size: 37px;
  text-align: center;
  margin-bottom: 40px;
}
.flow_list{
  position: relative;
}
.flow_list::before{
  position: absolute;
  content: "";
  background-color: #a8beee;
  height: 100%;
  width: 20px;
  top: 0;
  left: 55px;
  z-index: 0;
}
.flow_item{
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
}
.flow_item:not(:last-child){
  margin-bottom: 26px;
}
.flow_item_num{
  background-image: linear-gradient( 29deg, rgb(23,41,147) 0%, rgb(23,70,147) 100%);
  border-radius: 20px 0 0 20px;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.15);
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 48px;
}
.flow_item_body{
  width: calc(100% - 120px);
  padding: 20px 30px 24px 30px;
}
.flow_item_title{
  font-size: 28px;
  color: var(--color-primary);
  margin-bottom: 10px;
}
.flow_item_text{
  line-height: 1.6875;
}
.company{
  padding: 56px 0;
  background-color: #eaecf9;
}
.company_title{
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 56px;
}
.company_title::before{
  position: absolute;
  content: "";
  background-color: var(--color-primary);
  width: 66px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.company_table{
  margin-left: 140px;
}
.company_table th{
  border-right: 1px solid #dddfeb;
  width: 94px;
  padding-bottom: 24px;
  font-weight: normal;
}
.company_table td{
  width: calc(100% - 94px);
  padding-left: 34px;
  padding-bottom: 24px;
}
.footer{
  background-color: #fff;
  text-align: center;
  padding: 15px 0;
}
.text-lh2{
  line-height: 2;
}



@media screen and (max-width:769px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner{
    width: 92%;
    padding: 0;
  }
  .header_inner{
    padding: 10px 20px;
  }
  .logo{
    position: relative;
    z-index: 20;
    width: 83px;
  }
  .naviButton{
    position: relative;
    display: block;
    width: 24px;
    height: 15px;
    z-index: 20;
    transition: all 0.4s ease;
    border: none;
    margin-left: auto;
  }
  .naviButton:focus{
    outline: none;
  }
  .naviButton_bar {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-primary);
    transition: all 0.4s ease
  }
  .naviButton_bar:nth-of-type(1) {
    top: 0;
  }
  .naviButton_bar:nth-of-type(2) {
    top: 7px;
  }
  .naviButton_bar:nth-of-type(3) {
    top: 14px;
  }
  .naviButton.active .naviButton_bar:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  .naviButton.active .naviButton_bar:nth-of-type(2) {
    display: none;
  }
  .naviButton.active .naviButton_bar:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  .navi {
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 10;
    background-color: #fff;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
  }
  .header.active .navi{
    left: 0;
	  color:#000;
  }
  .navi_list{
    padding-top: 80px;
    flex-direction: column;
    width: 92%;
    margin: 0 auto;
  }
  .navi_item{
    border-bottom: 1px solid #dedede;
  }
  .navi_item:not(:last-child){
    border-right: none;
  }
  .navi_item a{
    font-size: 20px;
    padding: 20px 0;
  }
  .mv{
    padding: 65px 0 45px;
    margin-top: 52px;
  }
	.mv_catch{
		margin-right:5%;
		margin-top:-5%;
	}
	
	.mv_catch_01{
    font-size: 21px;
    margin-bottom: 4px;
  }
  .mv_catch_02{
    font-size: 32px;
    margin-bottom: 8px;
  }
  .mv_catch_bottom{
    margin-bottom: 6px;
  }
  .mv_catch_03{
    font-size: 14px;
    padding: 0 5px;
  }
  .mv_catch_03::after{
    height: 8px;
  }
  .mv_catch_04{
    font-size: 18px;
  }

.mv_catch_badge{
  display: inline-block;
  font-size: 28px;
  color: #fff;
	background:#172993;
  /*background-image: linear-gradient( 90deg, rgb(255,151,65) 0%, rgb(255,132,85) 54%, rgb(255,113,104) 100%);*/
  padding: 6px 10px 10px;
	width:190px;
	text-align:center;
	line-height:100%;
}
	
  .section-sinsa{
    padding: 40px 0;
  }
  .section-slim{
    padding: 40px 0;
  }
  .section_head{
    margin-bottom: 22px;
	  padding-top:20px;
  }
  .section_title{
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .section_title::before{
    width: 33px;
  }
  .section_title_lead{
    font-size: 24px!important;
    line-height: 1.4;
  }
  .section_lead{
	  font-weight:500;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
  }
  .deco-underline{
    background: linear-gradient(transparent 40%, #f7ff13 0%);
  }
  .auth_list{
    margin-bottom: 50px;
  }
  .point{
    border-radius: 10px;
    border-width: 3px;
    padding: 18px 20px 34px;
  }
  .point_name{
    font-size: 14px;
    margin-bottom: 30px;
  }
  .point_body{
    flex-direction: column;
  }
  .point_body_content{
    width: 100%;
    order: 1;
  }
  .point_title{
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
  }
  .point_text{
	  font-weight:500;
    font-size: 15px;
    line-height: 1.7;
  }
  .point_figure{
    margin-bottom: 20px;
    width: 90px;
    order: 0;
  }
  .section-out_top{
    padding: 35px 0;
  }
  .section-out_row{
    margin-bottom: 40px;
  }
  .section-speed_top{
    padding: 25px 0 40px;
  }
  .section-speed_top .section_title_lead{
    font-size: 22px;
  }
  .section-speed_lead{
    margin-bottom: 35px;
  }
  .reason{
    padding: 55px 0 28px;
  }
  .reason_title{
    margin-bottom: 35px;
    font-size: 27px;
  }
  .reason_list{
    grid-template-columns: 1fr;
  }
  .reason_item{
    border-radius: 10px;
    padding: 20px 10px;
  }
  .reason_item_num{
    font-size: 50px;
    top: -34px;
  }
  .reason_item_figure{
    max-width: 100px;
    height: 100px;
    margin-bottom: 18px;
  }
	.figure04{
		padding-top:20px;
		max-width:800px!important;
		width:80%!important;
		height:auto!important;
		display:block!important;
	}
	
  .reason_item_text{
    font-size: 20px;
    line-height: 1.5;
  }
  .cta_top{
    padding: 110px 0 10px;
  }
  .cta_top::before{
    width: 37px;
    height: 67px;
    top: 38px;
  }
  .cta_top_box{
    padding: 30px 10px;
  }
  .cta_top_box::before,
  .cta_top_box::after{
    width: 200px;
    height: 90px;
  }
  .cta_top_text{
    font-size: 22px;
    line-height: 1.6;
  }
  .cta_bottom{
    padding: 65px 0 50px;
	  	  border:1px solid #173393;
  }
  .cta_bottom_text{
    font-size: 18px;
    line-height: 1.475;
	  font-weight:600;
  }
  .btn_wrap{
    height: 66px;
    width: 355px;
    max-width: 90%;
  }
  .btn{
    font-size: 22px;
  }
  .cta_tel{
    margin-top: 15px;
  }
  .cta_tel_small{
    font-size: 18px;
    margin-bottom: 4px;
  }
  .cta_tel_big{
    font-size: 32px;
    pointer-events: all;
  }
  .cta_date_text{
    font-size: 15px;
  }
  .cta_date_badge{
    font-size: 16px;
    padding: 2px 10px;
  }
  .cta_link_wrap{
    width: auto;
    text-align: center;
    width: 355px;
    max-width: 90%;
  }
  .cta_link{
    font-size: 17px;
    margin: 0 auto;
  }
  .section-price_top{
    padding: 25px 0;
  }
  .cost{
    padding: 55px 0;
    margin-bottom: 35px;
  }
  .cost_title{
    margin-bottom: 25px;
  }
  .cost_item{
    flex-direction: column;
    border-radius: 10px;
  }
  .cost_item_num{
    font-size: 24px;
    border-radius: 10px 10px 0 0;
    width: auto;
    padding: 8px 0;
  }
  .cost_item_body{
    font-size: 18px;
    width: auto;
    padding: 10px 10px;
    flex-direction: column;
  }
  .cost_item_figure{
    width: 25px;
    height: 25px;
    margin: 10px 0 14px;
  }
  .section_lead_row{
    flex-direction: column;
  }
  .section_lead_figure{
    width: 100%;
    order: 2;
  }
  .section_lead_col{
    width: 100%;
    order: 1;
    margin-bottom: 15px;
  }
  .section_lead_col p {
    font-size: 12px;
  }
  .flow{
    padding: 55px 0 45px;
  }
  .flow_name{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .flow_list::before{
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
  }
  .flow_item{
    border-radius: 10px;
    flex-direction: column;
  }
  .flow_item:not(:last-child){
    margin-bottom: 18px;
  }
  .flow_item_num{
    width: 100%;
    font-size: 24px;
    border-radius: 10px 10px 0 0;
    padding: 6px 0;
  }
  .flow_item_body{
    width: 100%;
    padding: 15px;
  }
  .flow_item_title{
    font-size: 17px;
    line-height: 1.3;
    text-align: center;
  }
  .flow_item_text{
    font-size: 15px;
    line-height: 1.45;
	  font-weight:500;
  }
  .company{
    padding: 20px 0 30px;
  }
  .company_title{
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .company_title::before{
    width: 33px;
  }
  .company_table{
    margin-left: 0;
    font-size: 10px;
  }
  .company_table th{
    width: 100%;
    padding-bottom: 5px;
	  display:block;
	  font-size:14px;
	  font-weight:bold;
	  border-bottom:1px solid #dadbe0;
  }
  .company_table td{
    width: 100%;
    padding-bottom: 10px;
    padding-left: 0px;
	  padding-top:5px;
	  display:block;  
	  font-size:14px;
	  font-weight:normal;
	  margin-bottom:10px;
	}
  .copyright{
    font-size: 12px;
  }

	.text-lh2{
		font-weight:500;
		font-size:15px!important;
	}
}
