#head .txt_conte{
  margin-bottom: 130px;
}
#head .head_img{
  width: 811px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 190px;
}

#container .sec{
  background: #fbf1e5;
}
#container .sec .ttl_conte{
  background: #0054a7;
  padding-top: 40px;
  padding-bottom: 40px;
}
#container .sec .ttl_conte .conte_ttl{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#container .sec .inner{
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 148px;
  padding-bottom: 148px;
}
#container .sec .inner .conte{
  background: #fff;
  border-radius: 50px;
}

#container #sec01 .conte{
  padding-top: 90px;
  padding-bottom: 70px;
}
#container #sec02 .conte{
  padding-top: 38px;
}
#container #sec02 .conte:nth-child(n+2){
  margin-top: 95px;
}
#container #sec03 .conte{
  padding-top: 95px;
  padding-bottom: 90px;
}

#container #sec01 .conte .head{
  width: 582px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 75px;
}
#container #sec01 .conte .img_wrap .img_ttl{
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #0054a7;
  line-height: 1;
  margin-bottom: 1em;
}
#container #sec01 .conte .img_wrap .img_box{
  width: 895px;
  margin-left: auto;
  margin-right: auto;
}

#container #sec02 .conte .merit_num{
  width: 193px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#container #sec02 .conte .merit_head{
  margin-left: auto;
  margin-right: auto;
}
#container #sec02 .conte._01 .merit_head{
  width: 630px;
}
#container #sec02 .conte._02 .merit_head{
  width: 462px;
}
#container #sec02 .conte._03 .merit_head{
  width: 776px;
}
#container #sec02 .conte .merit_txt{
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #0054a7;
  line-height: 2.3;
  margin-top: 2em;
  margin-bottom: 2em;
}
#container #sec02 .conte .merit_btn{
  background: #009cd0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
#container #sec02 .conte .merit_btn .container_btn{
  display: flex;
  align-items: center;
}
#container #sec02 .conte .merit_btn .icon_btn{
  width: 20%;
}
#container #sec02 .conte .merit_btn .icon_btn img{
  width: 27px;
  margin-left: auto;
  margin-right: 35px;
}
#container #sec02 .conte .merit_btn .btn_txt{
  width: 80%;
  font-size: 28px;
  font-weight: 700;
  line-height: 2;
  padding-top: 2em;
  padding-bottom: 2em;
  color: #fff;
  text-align: left;
}

#container #sec03 .conte .head{
  width: 768px;
  margin-left: auto;
  margin-right: auto;
}
#container #sec03 .conte .main_head{
  width: 726px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  margin-bottom: 85px;
}
#container #sec03 .conte .wrap{
  background: #eff8fc;
  border-radius: 20px;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 75px;
}
#container #sec03 .conte .wrap .wrap_txt{
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #0054a7;
  line-height: 2.3;
  margin-bottom: 1em;
}
#container #sec03 .conte .wrap .arrow_line{
  width: 796px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
#container #sec03 .conte .wrap .img_box{
  width: 798px;
  margin-left: auto;
  margin-right: auto;
}
#container #sec03 .conte .sec_summary_btn{
  display: block;
  width: 491px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 66px;
}

#container .float_btn_conte{
  top: 40%;
}
#container .float_btn{
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 100;
  width: 300px;
  box-shadow: 8px 10px 14px -8px #777777;
  border-radius: 18px;
}
#container .float_btn .float_bnr_close{
  position: absolute;
  top: -0.5px;
  right: -0.5px;
  width: 31px;
}

@media(max-width:2000px){
  #head .txt_conte{
    margin-bottom: 6.5vw;
  }
  #head .head_img{
    width: 40.55vw;
    margin-bottom: 9.5vw;
  }

  #container .sec .ttl_conte{
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  #container .sec .ttl_conte .conte_ttl{
    width: 45vw;
  }
  #container .sec .inner{
    width: 54vw;
    padding-top: 7.4vw;
    padding-bottom: 7.4vw;
  }
  
  #container #sec01 .conte{
    padding-top: 4.5vw;
    padding-bottom: 3.5vw;
  }
  #container #sec02 .conte{
    padding-top: 1.9vw;
  }
  #container #sec02 .conte:nth-child(n+2){
    margin-top: 4.75vw;
  }
  #container #sec03 .conte{
    padding-top: 4.75vw;
    padding-bottom: 4.5vw;
  }
  
  #container #sec01 .conte .head{
    width: 29.1vw;
    margin-bottom: 3.75vw;
  }
  #container #sec01 .conte .img_wrap .img_ttl{
    font-size: 1.2vw;
  }
  #container #sec01 .conte .img_wrap .img_box{
    width: 44.75vw;
  }
  
  #container #sec02 .conte .merit_num{
    width: 9.65vw;
    margin-bottom: 1vw;
  }
  #container #sec02 .conte._01 .merit_head{
    width: 31.5vw;
  }
  #container #sec02 .conte._02 .merit_head{
    width: 23.1vw;
  }
  #container #sec02 .conte._03 .merit_head{
    width: 38.8vw;
  }
  #container #sec02 .conte .merit_txt{
    font-size: 1.3vw;
  }
  #container #sec02 .conte .merit_btn .icon_btn img{
    width: 1.35vw;
    margin-right: 1.75vw;
  }
  #container #sec02 .conte .merit_btn .btn_txt{
    font-size: 1.4vw;
  }
  
  #container #sec03 .conte .head{
    width: 38.4vw;
  }
  #container #sec03 .conte .main_head{
    width: 36.3vw;
    margin-top: 3.75vw;
    margin-bottom: 4.25vw;
  }
  #container #sec03 .conte .wrap{
    width: 45vw;
    padding-top: 4vw;
    padding-bottom: 3.75vw;
  }
  #container #sec03 .conte .wrap .wrap_txt{
    font-size: 1.3vw;
  }
  #container #sec03 .conte .wrap .arrow_line{
    width: 39.8vw;
    margin-bottom: 2.5vw;
  }
  #container #sec03 .conte .wrap .img_box{
    width: 39.9vw;
  }
  #container #sec03 .conte .sec_summary_btn{
    width: 24.55vw;
    margin-top: 3.3vw;
  }

  #container .float_btn{
    bottom: 1vw;
    right: 0.5vw;
    width: 15vw;
  }
  #container .float_btn .float_bnr_close{
    width: 1.55vw;
  }
}

@media(max-width:756px){
  #head .txt_conte{
    margin-bottom: 14.13vw;
  }
  #head .head_img{
    width: 80.66vw;
    margin-bottom: 18.4vw;
  }

  #container .sec .ttl_conte{
    padding-top: 4.71vw;
    padding-bottom: 4.71vw;
  }
  #container .sec .ttl_conte .conte_ttl{
    width: 85.71vw;
  }
  #container .sec .inner{
    width: 85.71vw;
    padding-top: 9vw;
    padding-bottom: 15.71vw;
  }
  #container .sec .inner .conte{
    border-radius: 27px;
  }
  
  #container #sec01 .conte{
    padding-top: 9vw;
    padding-bottom: 10.28vw;
  }
  #container #sec02 .conte{
    padding-top: 5.71vw;
  }
  #container #sec02 .conte:nth-child(n+2){
    margin-top: 9vw;
  }
  #container #sec03 .conte{
    padding-top: 9.71vw;
    padding-bottom: 7.71vw;
  }
  
  #container #sec01 .conte .head{
    width: 60vw;
    margin-bottom: 8vw;
  }
  #container #sec01 .conte .img_wrap .img_ttl{
    font-size: 2.85vw;
    margin-bottom: 2em;
  }
  #container #sec01 .conte .img_wrap .img_box{
    width: 95%;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #container #sec01 .conte .img_wrap .img_box::-webkit-scrollbar{
    display: none;
  }
  #container #sec01 .conte .img_wrap .img_box img{
    width: 135.85vw;
    max-width: none;
  }
  
  #container #sec02 .conte .merit_num{
    width: 20.42vw;
    margin-bottom: 2.14vw;
  }
  #container #sec02 .conte._01 .merit_head{
    width: 63vw;
  }
  #container #sec02 .conte._02 .merit_head{
    width: 63vw;
  }
  #container #sec02 .conte._03 .merit_head{
    width: 63vw;
  }
  #container #sec02 .conte .merit_txt{
    font-size: 2.85vw;
    line-height: 2.1;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  #container #sec02 .conte .merit_btn{
    border-bottom-left-radius: 27px;
    border-bottom-right-radius: 27px;
  }
  #container #sec02 .conte .merit_btn .icon_btn{
    width: 20%;
  }
  #container #sec02 .conte .merit_btn .icon_btn img{
    width: 3.42vw;
    margin-right: 5.82vw;
  }
  #container #sec02 .conte .merit_btn .btn_txt{
    width: 80%;
    font-size: 3.42vw;
    line-height: 1.8;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  
  #container #sec03 .conte .head{
    width: 59.28vw;
  }
  #container #sec03 .conte .main_head{
    width: 63vw;
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  #container #sec03 .conte .wrap{
    border-radius: 26px;
    width: 77.14vw;
    padding-top: 8.57vw;
    padding-bottom: 8.57vw;
  }
  #container #sec03 .conte .wrap .wrap_txt{
    font-size: 2.85vw;
    line-height: 2.1;
    margin-bottom: 1.7em;
  }
  #container #sec03 .conte .wrap .arrow_line{
    width: 70vw;
    margin-bottom: 5.71vw;
  }
  #container #sec03 .conte .wrap .img_box{
    width: 67.14vw;
  }
  #container #sec03 .conte .sec_summary_btn{
    width: 70.14vw;
    margin-top: 5.71vw;
  }

  #container .float_btn_conte{
    top: auto;
  }
  #container .float_btn{
    bottom: 19vw;
    right: 4.7vw;
    width: 45.14vw;
  }
  #container .float_btn .float_bnr_close{
    width: 4.71vw;
  }
}
