#mv{
  position: relative;
}
#mv .bg_wrap{
  width: 100%;
  height: 790px;
}
#mv .bg_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
}
#mv .ttl{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 216px;
}
#head{
  padding-top: 1px;
  padding-bottom: 94px;
  background: #EFF0EC;
}
#head .scroll{
  margin-right: 41px;
}
#head .head_top{
  width: 630px;
  margin-top: 96px;
  margin-bottom: 82px;
  margin-left: auto;
  margin-right: auto;
}
#head .ttl{
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-top: 96px;
  margin-bottom: 1.5em;
}
#head .txt{  
  text-align: center;
  font-size: 17px;
  line-height: 2.3;
  letter-spacing: 0.1em;
}

.img_note{
  position: absolute;
  bottom: .5em;
  left: 1em;
  font-size: 12px;
  color: #FFF;
}
.img_note.right{
  left: auto;
  right: 1em;
}
#sec1{
  background: url(../images/sec1_bg.png);
  background-size: 100% 100%;
}
#sec1 .conte{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#sec1 .conte .img{
  width: 855px;
  margin-right: 45px;
}
#sec1 .conte .txt{
  width: 320px;
}
#sec1 .summary{
  background: url(../images/sec1_summary_bg.png);
  background-size: 100% 100%;
  padding-top: 160px;
  padding-bottom: 168px;
}
#sec1 .summary .ttl{
  width: 121px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
#sec1 .summary .head{
  width: 961px;
  margin-bottom: 118px;
  margin-left: auto;
  margin-right: auto;
}
#sec1 .summary .img{
  width: 964px;
  margin-left: auto;
  margin-right: auto;
}

#sec2{
  padding-top: 188px;
}
#sec2 .wrap1{
  position: relative;
  width: 1083px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 238px;
}
#sec2 .wrap1 .img_note {
  left: 20em;
}
#sec2 .wrap2{
  position: relative;
  width: 100%;
  margin-bottom: 173px;
}
#sec2 .wrap2 .img{
  position: relative;
  width: 642px;
  margin-left: 0;
  margin-right: auto;
}
#sec2 .wrap2 .txt{
  width: 907px;
  position: absolute;
  bottom: 20px;
  right: -510px;
}
#sec2 .wrap3{
  position: relative;
  width: 100%;
  margin-bottom: 173px;
}
#sec2 .wrap3 .img{
  position: relative;
  width: 862px;
  margin-left: auto;
  margin-right: 0;
}
#sec2 .wrap3 .txt{
  width: 803px;
  position: absolute;
  bottom: 65px;
  left: -370px;
}
#sec2 .summary{
  background: #897963;
  padding-top: 160px;
  padding-bottom: 128px;
}
#sec2 .summary .ttl{
  width: 160px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
#sec2 .summary .head{
  width: 1000px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
#sec2 .summary .conte{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sec2 .summary .conte .txt_wrap{
  width: 570px;
  font-size: 17px;
  color: #FFF;
}
#sec2 .summary .conte .txt_wrap .note{
  font-size: 13px;
  margin-top: 3em;
  text-indent: -1em;
  padding-left: 1em;
}
#sec2 .summary .conte .img{
  position: relative;
  width: 380px;
}

#sec3{
  position: relative;
  padding-top: 230px;
}
#sec3::after{
  content: "";
  background: url(../images/sec3_bg.png);
  position: absolute;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 1653px;
  z-index: -1;
  pointer-events: none;
}
#sec3 .wrap1{
  width: 1200px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
#sec3 .wrap1 .img{
  position: relative;
  width: 863px;
}
#sec3 .wrap1 .txt{
  width: 293px;
  margin-top: 20px;
}
#sec3 .wrap2{
  width: 1200px;
  margin-left: auto;
  margin-right: 0;
  margin-top: -30px;
  margin-bottom: 197px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
#sec3 .wrap2 .img1{
  width: 338px;
}
#sec3 .wrap2 .img2{
  width: 758px;
}
#sec3 .wrap3{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sec3 .wrap3 .txt{
  width: 498px;
}
#sec3 .wrap3 .img{
  width: 340px;
}
#sec3 .bottom_img{
  position: relative;
  width: 100%;
  height: 418px;
}
#sec3 .bottom_img img{
  object-fit: cover;
  object-position: bottom right;
  width: 100%;
  height: 100%;
}
#sec3 .summary{
  background: url(../images/sec3_summary_bg.png);
  background-size: 100% 100%;
  padding-top: 126px;
  padding-bottom: 123px;
}
#sec3 .summary .ttl{
  width: 570px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 62px;
}
#sec3 .summary .img{
  width: 805px;
  margin-left: auto;
  margin-right: auto;
}

#sec4{
  background: #3B1B09;
  padding-top: 207px;
  padding-bottom: 185px;
}
#sec4 .ttl_conte .ttl{
  width: 182px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 38px;
}
#sec4 .ttl_conte .head{
  width: 807px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 77px;
}
#sec4 .ttl_conte .txt{
  width: 813px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
#sec4 .map_conte{
  width: 958px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 180px;
}
#sec4 .wrap1{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 144px;
}
#sec4 .wrap2{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 183px;
}
#sec4 .wrap3{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 225px;
}
#sec4 .wrap4{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#note{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  padding-top: 42px;
  margin-bottom: 42px;
}


footer{
  background: #7A7B78;
  color: #FFF;
}
footer .footer_conte .footer_wrap{
  border-left: 0.5px solid #FFF;
}
footer .footer_conte .footer_wrap .footer_logo_01{
  border-bottom: .5px solid #FFF;
}

footer .attention{
  background: #FFF;
  color: gray;
  
}
footer .attention .txt{
  background: #bebebe;
  color: #231815;
}

@media(min-width:1400px){
  #sec2 .wrap2{
    width: 1151px;
    margin-left: auto;
    margin-right: auto;
  }
  #sec2 .wrap3{
    width: 1229px;
    margin-left: auto;
    margin-right: auto;
  }

  #sec3 .wrap1 {
    margin-left: auto;
  }
  #sec3 .wrap2 {
    margin-right: auto;
  }
  #sec3::after{
    height: 118.07vw;
  }
}
@media(max-width:1400px){
  #mv .bg_wrap{
    height: 56.42vw;
  }
  #mv .ttl{
    width: 15.42vw;
  }
  #head{
    padding-bottom: 6.714vw;
  }
  #head .scroll{
    margin-right: 2.92vw;
  }
  #head .head_top{
    width: 45vw;
    margin-top: 6.857vw;
    margin-bottom: 5.85vw;
  }
  #head .ttl{
    margin-top: 6.85vw;
    font-size: 2.28vw;
  }
  #head .txt{  
    font-size: 1.21vw;
  }

  .img_note{
    font-size: 0.85vw;
  }
  #sec1{
    background: url(../images/sec1_bg.png);
    background-size: 100% 100%;
  }
  #sec1 .conte{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #sec1 .conte .img{
    width: 61.07vw;
    margin-right: 3.21vw;
  }
  #sec1 .conte .txt{
    width: 22.86vw;
  }
  #sec1 .summary{
    padding-top: 11.43vw;
    padding-bottom: 12vw;
  }
  #sec1 .summary .ttl{
    width: 8.64vw;
    margin-bottom: 2.14vw;
  }
  #sec1 .summary .head{
    width: 68.64vw;
    margin-bottom: 8.43vw;
  }
  #sec1 .summary .img{
    width: 68.86vw;
  }
  #sec2{
    padding-top: 13.43vw;
  }
  #sec2 .wrap1{
    width: 77.36vw;
    margin-bottom: 17vw;
  }
  #sec2 .wrap2{
    margin-bottom: 12.36vw;
  }
  #sec2 .wrap2 .img{
    width: 45.86vw;
  }
  #sec2 .wrap2 .txt{
    width: 64.78vw;
    bottom: 1.42vw;
    right: -36.42vw;
  }
  #sec2 .wrap3{
    margin-bottom: 12.35vw;
  }
  #sec2 .wrap3 .img{
    width: 61.57vw;
  }
  #sec2 .wrap3 .txt{
    width: 57.35vw;
    bottom: 4.64vw;
    left: -26.42vw;
  }
  #sec2 .summary{
    padding-top: 11.43vw;
    padding-bottom: 9.14vw;
  }
  #sec2 .summary .ttl{
    width: 11.43vw;
    margin-bottom: 2.14vw;
  }
  #sec2 .summary .head{
    width: 71.43vw;
    margin-bottom: 3.57vw;
  }
  #sec2 .summary .conte{
    width: 71.43vw;
  }
  #sec2 .summary .conte .txt_wrap{
    width: 40.71vw;
    font-size: 1.21vw;
  }
  #sec2 .summary .conte .txt_wrap .note{
    font-size: 0.93vw;
  }
  #sec2 .summary .conte .img{
    width: 27.14vw;
  }
  #sec3{
    padding-top: 16.43vw;
  }
  #sec3::after {
    height: 142.07vw;
  }
  #sec3 .wrap1{
    width: 85.71vw;
  }
  #sec3 .wrap1 .img{
    width: 61.64vw;
  }
  #sec3 .wrap1 .txt{
    width: 20.93vw;
    margin-top: 1.43vw;
  }
  #sec3 .wrap2{
    width: 85.71vw;
    margin-top: -2.14vw;
    margin-bottom: 14.07vw;
  }
  #sec3 .wrap2 .img1{
    width: 24.14vw;
  }
  #sec3 .wrap2 .img2{
    width: 54.14vw;
  }
  #sec3 .wrap3{
    width: 71.43vw;
    margin-bottom: 3.43vw;
  }
  #sec3 .wrap3 .txt{
    width: 35.57vw;
  }
  #sec3 .wrap3 .img{
    width: 24.29vw;
  }
  #sec3 .bottom_img{
    height: 29.86vw;
  }
  #sec3 .summary{
    padding-top: 9vw;
    padding-bottom: 8.79vw;
  }
  #sec3 .summary .ttl{
    width: 40.71vw;
    margin-bottom: 4.43vw;
  }
  #sec3 .summary .img{
    width: 57.5vw;
  }
  
  #sec4{
    padding-top: 14.79vw;
    padding-bottom: 13.21vw;
  }
  #sec4 .ttl_conte .ttl{
    width: 13vw;
    margin-bottom: 2.71vw;
  }
  #sec4 .ttl_conte .head{
    width: 57.64vw;
    margin-bottom: 5.5vw;
  }
  #sec4 .ttl_conte .txt{
    width: 58.07vw;
    margin-bottom: 6.43vw;
  }
  #sec4 .map_conte{
    width: 68.43vw;
    margin-bottom: 12.86vw;
  }
  #sec4 .wrap1{
    width: 64.29vw;
    margin-bottom: 10.29vw;
  }
  #sec4 .wrap2{
    width: 64.29vw;
    margin-bottom: 13.07vw;
  }
  #sec4 .wrap3{
    width: 64.29vw;
    margin-bottom: 16.07vw;
  }
  #sec4 .wrap4{
    width: 64.29vw;
  }
  #note{
    width: 64.28vw;
    font-size: 1vw;
    padding-top: 3vw;
    margin-bottom: 3vw;
  }
}

@media(max-width:750px){
  #mv .bg_wrap{
    height: 133.33vw;
  }
  #mv .ttl{
    width: 32.4vw;
  }

  #head{
    padding-bottom: 18.66vw;
  }
  #head::before {
    height: 4.53vw;
  }
  #head .scroll{
    margin-right: 6vw;
  }
  #head .head_top{
    width: 61.33vw;
    margin-top: 8.8vw;
    margin-bottom: 10.4vw;
  }
  #head .ttl{
    font-size: 5.46vw;
    line-height: 1.8;
    margin-top: 10.93vw;
    margin-bottom: 1.5em;
  }
  #head .txt{  
    font-size: 3.4vw;
    line-height: 2.3;
    letter-spacing: -0.02em;
  }

  .img_note{
    bottom: .5em;
    left: 1em;
    line-height: 1;
    font-size: 2.2vw;
  }

  #sec1 .conte .img {
    width: 100%;
    margin-right: 0;
  }
  #sec1 .conte .txt {
    width: 19.33vw;
  }
  #sec1 .summary {
    background: url(../images/sec1_summary_bg_sp.png);
    background-size: 100% 100%;
    padding-top: 27.33vw;
    padding-bottom: 29.6vw;
  }
  #sec1 .summary .ttl {
    width: 17.33vw;
    margin-bottom: 5.06vw;
  }
  #sec1 .summary .head {
    width: 77.6vw;
    margin-bottom: 16vw;
  }
  #sec1 .summary .img {
    width: 70.66vw;
  }
  #sec2 {
    padding-top: 27.33vw;
  }
  #sec2 .wrap1 {
    width: 88.6vw;
    margin-bottom: 25.6vw;
  }
  #sec2 .wrap1 .img_note {
    left: 9.7em;
  }
  #sec2 .wrap2 {
    margin-bottom: 38.53vw;
  }
  #sec2 .wrap2 .img {
    width: 56.8vw;
  }
  #sec2 .wrap2 .txt {
    width: 73.06vw;
  }
  #sec2 .wrap3 {
    margin-bottom: 19.46vw;
  }
  #sec2 .wrap3 .img {
    width: 90.4vw;
  }
  #sec2 .wrap3 .txt {
    width: 64.26vw;
    bottom: auto;
    top: -24.46vw;
    left: 16.26vw;
  }
  #sec2 .summary {
    padding-top: 20.53vw;
    padding-bottom: 25.73vw;
  }
  #sec2 .summary .ttl {
    width: 23.06vw;
    margin-bottom: 4.26vw;
  }
  #sec2 .summary .head {
    width: 85.06vw;
    margin-bottom: 3.86vw;
  }
  #sec2 .summary .conte {
    width: 71.43vw;
    flex-direction: column;
  }
  #sec2 .summary .conte .txt_wrap {
    width: 85.06vw;
    font-size: 2.96vw;
    margin-bottom: 1.2em;
    text-align: center;
  }
  #sec2 .summary .conte .sp_note {
    width: 85.06vw;
    font-size: 2.46vw;
    color: #FFF;
    margin-top: 1.2em;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
  }
  #sec2 .summary .conte .img {
    width: 85.06vw;
  }
  #sec3 {
    padding-top: 23.46vw;
  }
  #sec3::after {
    background: url(../images/sec3_bg_sp.png);
    background-size: 100% 100%;
    height: 304.06vw;
  }
  #sec3 .wrap1 {
    width: 88.26vw;
    display: block;
  }
  #sec3 .wrap1 .img {
    width: 88.26vw;
  }
  #sec3 .wrap1 .txt {
    width: 64.8vw;
    margin-top: 11.06vw;
    margin-left: auto;
    margin-right: 0;
  }
  #sec3 .wrap2 {
    width: 100vw;
    margin-top: 26.66vw;
    margin-bottom: 14.93vw;
  }
  #sec3 .wrap2 .img1 {
    position: absolute;
    top: -12vw;
    left: 0;
    width: 55.33vw;
    z-index: 2;
  }
  #sec3 .wrap2 .img2 {
    width: 85.33vw;
    margin-left: auto;
    margin-right: 0;
  }
  #sec3 .wrap3 {
    position: relative;
    width: 83.86vw;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 5.86vw;
  }
  #sec3 .wrap3 .txt {
    width: 58vw;
  }
  #sec3 .wrap3 .img {
    position: absolute;
    top: -8.3vw;
    right: 0;
    width: 34.33vw;
  }
  #sec3 .bottom_img {
    height: 38.66vw;
  }
  #sec3 .summary {
    padding-top: 24.8vw;
    padding-bottom: 30vw;
  }
  #sec3 .summary .ttl {
    width: 55.46vw;
    margin-bottom: 8.93vw;
  }
  #sec3 .summary .img {
    width: 66.8vw;
  }
  #sec4 {
    padding-top: 23.33vw;
    padding-bottom: 20.8vw;
  }
  #sec4 .ttl_conte .ttl {
    width: 26.66vw;
    margin-bottom: 7.46vw;
  }
  #sec4 .ttl_conte .head {
    width: 50.13vw;
    margin-bottom: 7.46vw;
  }
  #sec4 .ttl_conte .txt {
    width: 64.93vw;
    margin-bottom: 20vw;
  }
  #sec4 .map_conte {
    width: 88.8vw;
    margin-bottom: 24.13vw;
  }
  #sec4 .wrap1 {
    width: 100vw;
    margin-bottom: 29.2vw;
  }
  #sec4 .wrap2 {
    width: 100vw;
    margin-bottom: 32.53vw;
  }
  #sec4 .wrap3 {
    width: 100vw;
    margin-bottom: 21.73vw;
  }
  #sec4 .wrap4 {
    width: 79.73vw;
  }


  #note{
    width: 80vw;
    font-size: 2.63vw;
    padding-top: 5.73vw;
    margin-bottom: 5.73vw;
  }

  footer .footer_conte .footer_ttl{
    display: inline-block;
    font-size: 4.5vw;
    margin-right: 0;
    padding-bottom: 2em;
    margin-bottom: 3em;
    border-bottom: 1px solid #FFF;
    letter-spacing: 0.3em;
  }
  footer .footer_conte .footer_wrap {
    border-left: none;
  }
}