.page_mv .mv_ttl{
  width: 309px;
}
.page_mv .mv_txt{
  width: 708px;
}

.sec .sec_ttl{
  position: relative;
  font-size: 25px;
  text-align: center;
  color: #0d441c;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sec .sec_ttl::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/bg_sec_ttl_01.webp);
  background-size: 100% 100%;
}
.sec .sec_ttl::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/bg_sec_ttl_01.webp);
  background-size: 100% 100%;
}
.sec .txt_wrap{
  text-align: center;
}
.sec .txt_wrap .head{
  color: #0d441c;
  font-size: 30px;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.sec .txt_wrap .sub_head{
  font-size: 21px;
  margin-bottom: 1em;
}
.sec .txt_wrap .txt{
  font-size: 18px;
  margin-bottom: 2em;
}
#sec01{
  position: relative;
  margin-top: 120px;
}
#sec01::before{
  content: '';
  position: absolute;
  bottom: 1247px;
  left: 0;
  width: 100%;
  height: 1468px;
  background: #f4f3f0;
  z-index: -1;
}
#sec01::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1247px;
  background: #0d441c;
  z-index: -1;
}
#sec01 .img_txt{
  width: 628px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#sec01 .conte{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 85px;
}
#sec01 .conte .lists{
  width: 658px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#sec01 .conte .img{
  width: 419px;
}
#sec01 .conte_ttl{
  font-size: 30px;
  text-align: center;
  color: #0d441c;
  margin-bottom: 1em;
}
#sec01 .access_lists{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#sec01 .access_lists .access_list{
  width: 48%;
}
#sec01 .access_lists .access_list .txt{
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
}
#sec01 .access_lists .access_list:nth-child(1) .txt{
  width: 391px;
}
#sec01 .access_lists .access_list:nth-child(2) .txt{
  width: 496px;
}
#sec01 .footwork_conte{
  margin-top: 66px;
}
#sec01 .footwork_conte .head{
  font-size: 36px;
  text-align: center;
  color: #FFF;
}
#sec01 .footwork_conte .img{
  width: 768px;
  margin-left: auto;
  margin-right: auto;
}
#sec01 .footwork_conte .txt{
  text-align: center;
  font-size: 21px;
  padding-top: 2em;
  padding-bottom: 2em;
  color: #FFF;
}

#sec02{
  margin-top: 127px;
}
#sec02 .img_txt{
  width: 626px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#sec02 .conte_lists{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 74px;
}
#sec02 .conte_lists .list{
  width: 49%;
}
#sec02 .conte_lists .list:nth-child(n+3){
  margin-top: 32px;
}

#sec03{
  margin-top: 100px;
  margin-bottom: 120px;
}
#sec03 .img_txt{
  width: 757px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#sec03  .f-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 832px;
  margin-left: auto;
  margin-right: auto;
}
#sec03 .f-inner .img_wrap{
  width: 420px;
}
#sec03 .f-inner .txt{
  width: 374px;
}



@media(max-width:1400px){
  .page_mv .mv_ttl{
    width: 22.07vw;
  }
  .page_mv .mv_txt{
    width: 50.57vw;
  }
  
  .sec .sec_ttl{
    font-size: 1.78vw;
    padding-top: 0.71vw;
    padding-bottom: 0.71vw;
  }
  .sec .txt_wrap .head{
    font-size: 2.14vw;
  }
  .sec .txt_wrap .sub_head{
    font-size: 1.5vw;
  }
  .sec .txt_wrap .txt{
    font-size: 1.28vw;
  }
  #sec01{
    margin-top: 8.57vw;
  }
  #sec01::before{
    bottom: 89.07vw;
    height: 104.85vw;
  }
  #sec01::after{
    height: 89.07vw;
  }
  #sec01 .img_txt{
    width: 44.85vw;
    margin-bottom: 2.14vw;
  }
  #sec01 .conte{
    margin-top: 6.42vw;
    margin-bottom: 6.07vw;
  }
  #sec01 .conte .lists{
    width: 47vw;
    gap: 2.14vw;
  }
  #sec01 .conte .img{
    width: 29.92vw;
  }
  #sec01 .conte_ttl{
    font-size: 2.14vw;
  }
  #sec01 .access_lists .access_list .txt{
    margin-top: 1vw;
  }
  #sec01 .access_lists .access_list:nth-child(1) .txt{
    width: 27.92vw;
  }
  #sec01 .access_lists .access_list:nth-child(2) .txt{
    width: 35.42vw;
  }
  #sec01 .footwork_conte{
    margin-top: 4.71vw;
  }
  #sec01 .footwork_conte .head{
    font-size: 2.57vw;
  }
  #sec01 .footwork_conte .img{
    width: 54.85vw;
  }
  #sec01 .footwork_conte .txt{
    font-size: 1.5vw;
  }
  
  #sec02{
    margin-top: 9.07vw;
  }
  #sec02 .img_txt{
    width: 44.71vw;
    margin-bottom: 2.14vw;
  }
  #sec02 .conte_lists{
    margin-top: 5.28vw;
  }
  #sec02 .conte_lists .list:nth-child(n+3){
    margin-top: 2.28vw;
  }
  
  #sec03{
    margin-top: 7.14vw;
    margin-bottom: 8.57vw;
  }
  #sec03 .img_txt{
    width: 54.07vw;
    margin-bottom: 2.14vw;
  }
  #sec03  .f-inner{
    width: 59.42vw;
  }
  #sec03 .f-inner .img_wrap{
    width: 30vw;
  }
  #sec03 .f-inner .txt{
    width: 26.71vw;
  }
}
@media(max-width:750px){
  .page_mv .mv_ttl{
    width: 53.46vw;
  }
  .page_mv .mv_txt{
    width: 82.53vw;
  }
  
  .sec .sec_ttl{
    font-size: 4.53vw;
    padding-top: 2.73vw;
    padding-bottom: 2.73vw;
    letter-spacing: 0.2em;
  }
  .sec .txt_wrap .head{
    font-size: 5.33vw;
    margin-bottom: 1em;
  }
  .sec .txt_wrap .sub_head{
    font-size: 4.26vw;
    margin-bottom: 1.4em;
  }
  .sec .txt_wrap .txt{
    font-size: 3.73vw;
    line-height: 1.8;
  }

  #sec01{
    margin-top: 13.33vw;
  }
  #sec01::before{
    bottom: 332.53vw;
    height: 463.33vw;
  }
  #sec01::after{
    height: 332.53vw;
  }
  #sec01 .img_txt{
    width: 80.8vw;
    margin-bottom: 4.93vw;
  }
  #sec01 .conte{
    flex-direction: column-reverse;
    margin-top: 7.6vw;
    margin-bottom: 9.33vw;
    gap: 6vw;
  }
  #sec01 .conte .lists{
    width: 73.33vw;
    gap: 4vw;
  }
  #sec01 .conte .img{
    width: 86.66vw;
  }
  #sec01 .conte .img img{
    width: 69.86vw;
    margin-left: auto;
    margin-right: 0;
  }
  #sec01 .conte_ttl{
    font-size: 6.4vw;
  }
  #sec01 .access_lists{
    width: 86.66vw;
    flex-direction: column;
    gap: 9.6vw;
  }
  #sec01 .access_lists .access_list{
    width: 100%;
  }
  #sec01 .access_lists .access_list .txt{
    margin-top: 2.93vw;
  }
  #sec01 .access_lists .access_list:nth-child(1) .txt{
    width: 48.93vw;
  }
  #sec01 .access_lists .access_list:nth-child(2) .txt{
    width: 71.6vw;
  }
  #sec01 .footwork_conte{
    margin-top: 18vw;
  }
  #sec01 .footwork_conte .head{
    font-size: 6.53vw;
  }
  #sec01 .footwork_conte .img{
    width: 100%;
    overflow: hidden;
  }
  #sec01 .footwork_conte .img img{
    width: 125%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #sec01 .footwork_conte .txt{
    font-size: 5.06vw;
  }

  #sec02{
    margin-top: 13.33vw;
  }
  #sec02 .img_txt{
    width: 76vw;
    margin-bottom: 5.33vw;
  }
  #sec02 .conte_lists{
    flex-direction: column;
    gap: 0;
    margin-top: 12vw;
    width: 73.33vw;
  }
  #sec02 .conte_lists .list{
    width: 100%;
  }
  #sec02 .conte_lists .list:nth-child(n+3){
    margin-top: 0;
  }

  #sec03{
    margin-top: 19.33vw;
    margin-bottom: 14.66vw;
  }
  #sec03 .img_txt{
    width: 86.93vw;
    margin-bottom: 4.66vw;
  }
  #sec03  .f-inner{
    flex-direction: column;
    gap: 5.33vw;
    width: 86.66vw;
  }
  #sec03 .f-inner .img_wrap{
    width: 100%;
  }
  #sec03 .f-inner .txt{
    width: 100%;
  }
}