.page_mv .mv_ttl{
  width: 347px;
}
.page_mv .mv_txt{
  width: 583px;
  top: auto;
  right: 100px;
  bottom: 0;
  left: auto;
  transform: translate(0);
}
.page_mv .mv_txt img{
  object-fit: contain;
  width: 100%;
  height: auto;
}

.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 .head{
  font-size: 30px;
  text-align: center;
  color: #0d441c;
  margin-bottom: .5em;
}
.sec .txt_wrap .txt{
  font-size: 18px;
  text-align: center;
  line-height: 2;
}

#head .head_ttl{
  text-align: center;
  margin-bottom: 1em;
  font-size: 25px;
  letter-spacing: 0.2em;
}

#sec01{
  background: #0d441c;
  padding-bottom: 132px;
}
#sec01 .conte._01{
  background: #fff;
}
#sec01 .conte._02{
  margin-top: 156px;
}
#sec01 .conte._03{
  width: 100%;
  margin-top: 127px;
  margin-left: auto;
  margin-right: auto;
}
#sec01 .conte._03 .txt_wrap .wrap_head{
  font-size: 30px;
  text-align: center;
  color: #b1985f;
  margin-bottom: 1em;
}
#sec01 .conte._03 .txt_wrap .wrap_txt{
  font-size: 18px;
  text-align: center;
  color: #FFF;
  line-height: 1.8;
}
#sec01 .conte._03 .img_wrap._01{
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 84px;
}
#sec01 .conte._03 .img_wrap._02{
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
}

#sec02{
  padding-top: 116px;
  padding-bottom: 73px;
  background: #e4e3e0;
}
#sec02 .sec_ttl{
  width: 668px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
#sec02 .flex_inner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
#sec02 .flex_inner .img_wrap{
  width: 556px;
}
#sec02 .flex_inner .txt_wrap{
  width: 505px;
}
#sec02 .flex_inner .txt_wrap .head{
  text-align: left;
  line-height: 1.5;
}
#sec02 .flex_inner .txt_wrap .txt{
  text-align: justify;
  color: #000000;
  line-height: 1.8;
}

#sec03{
  margin-top: 130px;
}
#sec03 .conte .sec_ttl{
  width: 670px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
#sec03 .conte .img_wrap{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 44px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#sec03 .conte .img_wrap .img_box{
  width: 22%;
}
#sec03 .conte .img_wrap .img_box:nth-child(n+5){
  margin-top: 4%;
}
#sec03 .conte .img_wrap .img_box .img_txt{
  text-align: center;
  font-size: 14px;
  margin-top: 0.4em;
}

#sec04{
  margin-top: 120px;
}
#sec04 .sec_ttl{
  width: 670px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
#sec04 .conte._01 .img_wrap{
  width: 890px;
  margin-left: auto;
  margin-right: auto;
}
#sec04 .conte._02{
  width: 790px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}
#sec04 .conte_02_ttl{
  background: #00adca;
  color: #fff47f;
  text-align: center;
  font-size: 32px;
  line-height: 1;
  padding: .5em 0;
  margin-bottom: 0.5em;
}
#sec04 .conte_02_ttl span{
  display: block;
  color: #fff;
  font-size: 70%;
  margin-bottom: 0.4em;
}
#sec04 .conte._02 .lists .flex_inner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#sec04 .conte._02 .lists .flex_inner:nth-child(2){
  padding-top: 64px;
  margin-top: 64px;
  border-top: 1px solid #000;
}
#sec04 .conte._02 .lists .flex_inner .img_wrap{
  width: 373px;
}
#sec04 .conte._02 .lists .flex_inner .txt_wrap{
  width: 400px;
}
#sec04 .conte._02 .lists .flex_inner .txt_wrap .ttl_img{
  margin-left: 0;
  margin-right: auto;
}
#sec04 .conte._02 .lists .flex_inner:nth-child(1) .txt_wrap .ttl_img{
  width: 210px;
}
#sec04 .conte._02 .lists .flex_inner:nth-child(2) .txt_wrap .ttl_img{
  width: 100%;
}
#sec04 .conte._02 .lists .flex_inner .txt_wrap .txt{
  font-size: 15px;
  text-align: justify;
  line-height: 1.6;
  margin-top: .7em;
}
#sec04 .conte._02 .lists .flex_inner .txt_wrap .bg_txt{
  display: inline-block;
  background: #968035;
  color: #FFF;
  font-size: 19px;
  line-height: 1.3;
  padding: .5em .4em;
  margin-top: 1em;
}
#sec04 .conte._02 .lists .flex_inner .txt_wrap .note{
  font-size: 10px;
  margin-top: .5em;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

#sec04 .conte._03 .lists{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 920px;
  margin-top: 55px;
  margin-bottom: 74px;
  margin-left: auto;
  margin-right: auto;
}
#sec04 .conte._03 .lists .list{
  width: 31%;
}
#sec04 .conte._03 .lists .list:nth-child(n+4){
  margin-top: 4%;
}
#sec04 .conte._03 .lists .list .head{
  font-size: 16px;
  text-align-last: left;
  margin-top: .5em;
  margin-bottom: .5em;
  display: flex;
  align-items: baseline;
  gap: 0.2em;
  color: #968035;
  letter-spacing: 0.02em;
}
#sec04 .conte._03 .lists .list .head span{
  background: #0d441c;
  color: #FFF;
  font-size: 80%;
  line-height: 1;
  display: inline-block;
  vertical-align: baseline;
  padding: 0.2em 0.3em;
}
#sec04 .conte._03 .lists .list .txt{
  font-size: 15px;
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 0;
}


@media(max-width:1400px){
  .page_mv .mv_ttl{
    width: 24.78vw;
  }
  .page_mv .mv_txt{
    width: 41.64vw;
    right: 7.14vw;
  }
  
  .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 .txt{
    font-size: 1.28vw;
  }
  
  #head .head_ttl{
    font-size: 1.78vw;
  }
  
  #sec01{
    padding-bottom: 132px;
  }
  #sec01 .conte._02{
    margin-top: 11.14vw;
  }
  #sec01 .conte._03{
    /* width: 78.57vw; */
    margin-top: 9.07vw;
  }
  #sec01 .conte._03 .txt_wrap .wrap_head{
    font-size: 2.14vw;
  }
  #sec01 .conte._03 .txt_wrap .wrap_txt{
    font-size: 1.28vw;
  }
  #sec01 .conte._03 .img_wrap._01{
    width: 78.57vw;
    margin-top: 6vw;
  }
  #sec01 .conte._03 .img_wrap._02{
    width: 78.57vw;
    margin-top: 4.57vw;
  }
  
  #sec02{
    padding-top: 8.28vw;
    padding-bottom: 5.21vw;
  }
  #sec02 .sec_ttl{
    width: 47.71vw;
  }
  #sec02 .flex_inner{
    width: 78.57vw;
  }
  #sec02 .flex_inner .img_wrap{
    width: 39.71vw;
  }
  #sec02 .flex_inner .txt_wrap{
    width: 36.07vw;
  }
  
  #sec03{
    margin-top: 9.28vw;
  }
  #sec03 .conte .sec_ttl{
    width: 47.85vw;
  }
  #sec03 .conte .img_wrap{
    width: 57.14vw;
    margin-top: 3.14vw;
  }
  #sec03 .conte .img_wrap .img_box .img_txt{
    font-size: 1vw;
  }
  
  #sec04{
    margin-top: 8.57vw;
  }
  #sec04 .sec_ttl{
    width: 47.85vw;
  }
  #sec04 .conte._01 .img_wrap{
    width: 63.57vw;
  }
  #sec04 .conte._02{
    width: 56.42vw;
    margin-top: 5vw;
  }
  #sec04 .conte_02_ttl{
    font-size: 2.28vw;
  }
  #sec04 .conte._02 .lists .flex_inner:nth-child(2){
    padding-top: 4.57vw;
    margin-top: 4.57vw;
  }
  #sec04 .conte._02 .lists .flex_inner .img_wrap{
    width: 26.64vw;
  }
  #sec04 .conte._02 .lists .flex_inner .txt_wrap{
    width: 28.57vw;
  }
  #sec04 .conte._02 .lists .flex_inner:nth-child(1) .txt_wrap .ttl_img{
    width: 15vw;
  }
  #sec04 .conte._02 .lists .flex_inner .txt_wrap .txt{
    font-size: 1.07vw;
  }
  #sec04 .conte._02 .lists .flex_inner .txt_wrap .bg_txt{
    font-size: 1.35vw;
  }
  #sec04 .conte._02 .lists .flex_inner .txt_wrap .note{
    font-size: 0.71vw;
  }
  
  #sec04 .conte._03 .lists{
    width: 65.71vw;
    margin-top: 3.92vw;
    margin-bottom: 5.28vw;
  }
  #sec04 .conte._03 .lists .list .head{
    font-size: 1.14vw;
  }
  #sec04 .conte._03 .lists .list .txt{
    font-size: 1.07vw;
  }
}


@media(max-width:750px){
  .page_mv .mv_ttl{
    width: 56.13vw;
  }
  .page_mv .mv_txt{
    width: 94.13vw;
    right: auto;
    bottom: auto;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .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.333vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .sec .txt_wrap .txt{
    font-size: 3.7333vw;
    line-height: 1.7;
  }

  #head .head_ttl{
    font-size: 4.66vw;
  }

  #sec01{
    padding-bottom: 16vw;
  }
  #sec01 .conte._02{
    margin-top: 7.06vw;
  }
  #sec01 .conte._03{
    width: 100%;
    margin-top: 11.33vw;
  }
  #sec01 .conte._03 .txt_wrap{
    width: 86.66vw;
    margin-left: auto;
    margin-right: auto;
  }
  #sec01 .conte._03 .txt_wrap .wrap_head{
    font-size: 5.6vw;
    margin-bottom: .6em;
    line-height: 1.5;
  }
  #sec01 .conte._03 .txt_wrap .wrap_txt{
    font-size: 3.33vw;
    text-align: justify;
    line-height: 1.7;
  }
  #sec01 .conte._03 .img_wrap._01{
    width: 86.66vw;
    margin-top: 7.46vw;
  }
  #sec01 .conte._03 .img_wrap._02{
    width: 86.66vw;
    margin-top: 8vw;
  }

  #sec02{
    padding-top: 14.66vw;
    padding-bottom: 14.66vw;
  }
  #sec02 .sec_ttl{
    width: 73.6vw;
    margin-bottom: 2em;
  }
  #sec02 .flex_inner{
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #sec02 .flex_inner .img_wrap{
    width: 73.33vw;
    margin-left: auto;
    margin-right: auto;
  }
  #sec02 .flex_inner .txt_wrap{
    width: 86.66vw;
    margin-left: auto;
    margin-right: auto;
  }
  #sec02 .flex_inner .txt_wrap .head{
    text-align: center;
    line-height: 1.5;
  }
  #sec02 .flex_inner .txt_wrap .txt{
    line-height: 1.7;
    margin-bottom: 2em;
  }

  #sec03{
    margin-top: 13.33vw;
  }
  #sec03 .conte .sec_ttl{
    width: 73.6vw;
    margin-bottom: 2em;
  }
  #sec03 .conte .txt_wrap{
    width: 86.66vw;
    margin-left: auto;
    margin-right: auto;
  }
  #sec03 .conte .txt_wrap .txt{
    text-align: justify;
  }
  #sec03 .conte .img_wrap{
    width: 86.66vw;
    margin-top: 7.06vw;
  }
  #sec03 .conte .img_wrap .img_box{
    width: 48%;
  }
  #sec03 .conte .img_wrap .img_box:nth-child(n+3){
    margin-top: 4%;
  }
  #sec03 .conte .img_wrap .img_box .img_txt{
    font-size: 3.06vw;
    margin-top: 0.4em;
  }

  #sec04{
    margin-top: 14.6vw;
  }
  #sec04 .sec_ttl{
    width: 73.6vw;
    margin-bottom: 2em;
  }
  #sec04 .conte._01 .img_wrap{
    width: 100%;
  }
  #sec04 .conte._02{
    width: 66.66vw;
    margin-top: 9.33vw;
  }
  #sec04 .conte_02_ttl{
    font-size: 5.33vw;
    line-height: 1;
    padding: .5em 0;
    margin-bottom: 0;
  }
  #sec04 .conte_02_ttl span{
    font-size: 70%;
    margin-bottom: 0.4em;
  }
  #sec04 .conte._02 .lists .flex_inner{
    display: block;
  }
  #sec04 .conte._02 .lists .flex_inner:nth-child(2){
    padding-top: 7.06vw;
    margin-top: 7.06vw;
  }
  #sec04 .conte._02 .lists .flex_inner .img_wrap{
    width: 100%;
  }
  #sec04 .conte._02 .lists .flex_inner .txt_wrap{
    width: 100%;
  }
  #sec04 .conte._02 .lists .flex_inner .txt_wrap .ttl_img{
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.6vw;
  }
  #sec04 .conte._02 .lists .flex_inner:nth-child(1) .txt_wrap .ttl_img{
    width: 37.33vw;
  }
  #sec04 .conte._02 .lists .flex_inner:nth-child(2) .txt_wrap .ttl_img{
    width: 64vw;
    margin-left: 0;
  }
  #sec04 .conte._02 .lists .flex_inner .txt_wrap .txt{
    font-size: 3.06vw;
    line-height: 1.6;
    margin-top: 1em;
  }
  #sec04 .conte._02 .lists .flex_inner .txt_wrap .bg_txt{
    font-size: 3.73vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding: .7em .7em;
    margin-top: 1em;
    width: 100%;
  }
  #sec04 .conte._02 .lists .flex_inner .txt_wrap .note{
    font-size: 2.66vw;
    margin-top: .8em;
    line-height: 1.4;
  }
  #sec04 .conte._03 .lists{
    width: 86.66vw;
    margin-top: 12vw;
    margin-bottom: 2vw;
  }
  #sec04 .conte._03 .lists .list{
    width: 47%;
  }
  #sec04 .conte._03 .lists .list:nth-child(n+3){
    margin-top: 8%;
  }
  #sec04 .conte._03 .lists .list .head{
    font-size: 3.8vw;
    line-height: 1.2;
  }
  #sec04 .conte._03 .lists .list .head span{
    font-size: 75%;
  }
  #sec04 .conte._03 .lists .list .txt{
    font-size: 3.06vw;
  }
}