@charset "utf-8";
/*wrap_intro_ttl---------------*/
.wrap_intro_ttl .inner{
  text-align: center;
}
.intro_ttl{
  display: inline-block;
  padding:20px 80px;
}
@media screen and (max-width :834px) {
  .wrap_intro_ttl.type_center{
    min-height: 141px;
  }
  .wrap_intro_ttl .inner{
    width: 86.66%;
  }  
  .intro_ttl{
    display: block;
    max-width: 345px;
    margin: 0 auto;
  }
  .wrap_intro_ttl .intro_ttl{
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*sec_intro---------------*/
.sec_intro{
  position: relative;
  padding: 45px 0 70px;
}
.area_intro{
  position: relative;
  z-index: 10;
}
.sec_intro::after{
  content: '';
  position: absolute;
  bottom: 0;
  left:0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.05);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 50% 100%, 0  calc(100% - 60px));
}
.sec_intro::before{
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 50% 100%, 0  calc(100% - 60px));
  background-size: auto auto;
  background-color: rgba(244, 248, 251, 1);
  background-image: repeating-linear-gradient(-45deg, #f8fafd, #f8fafd 7px, #ffffff 7px, #ffffff 14px);
}
.sec_intro h2{
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width :834px) {
  .sec_intro{
    padding: 45px 0 50px;
  }
  .sec_intro::after{
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), 50% 100%, 0  calc(100% - 22px));
  }
  .sec_intro::before{
    bottom: 2px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), 50% 100%, 0  calc(100% - 22px));
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(237, 243, 249, 1) 4px, rgba(237, 243, 249, 1) 8px );
  }
  .sec_intro h2{
    font-size:18px;
    font-size:1.8rem;  
    line-height: 1.333;
  }
}

/*sec_search_input---------------*/
.sec_search_input {
  padding-top: 30px;
  padding-bottom: 10px;
}
.sec_search_input .inner {
  max-width: 900px;
}
.sec_search_input .area_search{
  display:-webkit-box;
  display:flex;  
  padding: 35px 35px 30px;
  border-radius: 8px;
}
.sec_search_input .area_search h2{
  margin: 10px 25px 0 0;
  font-weight: 700;
  color: #003463;
  font-feature-settings: "palt";
}
.sec_search_input .area_search h2 span{
  display: inline-block;
  margin-left: 19px;
  padding-left: 23px;
  border-left: solid 1px #bbbbbb;
  font-weight: 400;
}
.sec_search_input .area_search .box_form{
  -webkit-box-flex: 1;
  flex: 1;  
}
.sec_search_input .area_search .box_form input{
  box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.sec_search_input .area_search .cmn_box_search .mod_input {
  position: relative;
}
.sec_search_input .area_search .cmn_box_search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.sec_search_input .area_search .cmn_box_search .mod_input .btn_reset {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
}
.sec_search_input .area_search .cmn_box_search .mod_input .btn_reset img {
  width: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sec_search_input .area_search .cmn_box_search .mod_button {
  width: 54px;
  height: 54px;
  margin-left: 10px;
  background-color: #003463;
}
.sec_search_input .area_search .txt_link{
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}
.sec_search_input .area_search .txt_link a{
  display: inline-block;
  margin-top: 4px;
  color: #000;
}
@media (max-width :1440px) {
  .sec_search_input .area_search{
    display: block;
    padding: 20px 35px 25px;
  } 
  .sec_search_input .area_search h2{
    margin: 0 0 10px;
  }
}
@media screen and (max-width :834px) {
  .sec_search_input {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .sec_search_input .area_search{
    padding: 10px 15px;
    border-radius: 4px;
  }
  .sec_search_input .area_search h2{
    margin: 0 0 7px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_search_input .area_search h2 span{
    margin-left: 15px;
    padding-left: 17px;
  }
  .sec_search_input .area_search .box_form input{
    padding: 3px 13px !important;
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
  }
  .sec_search_input .area_search .cmn_box_search .mod_button {
    width: 41px;
    height: 41px;
    margin-left: 3px;
  }
  .sec_search_input .area_search .txt_link{
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_search_input .area_search .txt_link a{
    margin-top: 7px;
  }  
}
/*sec_faq---------------*/
.sec_faq{
  padding: 43px 0 100px;
}
.sec_faq h2{
  margin-bottom: 60px;
  line-height: 1;
  text-align: center;
}
.sec_faq h2 img{
  width: 50px;
  margin-bottom: 11px;
}
.sec_faq h2 span{
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 300;
  color: #003463;
}
@media screen and (max-width :834px) {
  .sec_faq{
    padding: 45px 0;
  }
  .sec_faq h2{
    margin-bottom: 25px;
  }
  .sec_faq h2 img{
    width: 38px;
    margin-bottom: 10px;
  }
  .sec_faq h2 span{
    font-size: 30px;
    font-size: 3rem;
  }
}