#sec1 {
  position: relative;
  margin: 2.26vw 0 0;
}
#sec1 .img {
  position: relative;
  z-index: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  margin: 0 -20% 0 -10%;
}
#sec1 .img.show {
  opacity: 1;
  visibility: visible;
}
#sec1 .img img {
  -o-object-position: right center;
     object-position: right center;
}

#sec1 .img .off {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#sec1 .right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding: 21vw 0 16vw;
}
#sec1 .right.show {
  opacity: 1;
  visibility: visible;
}
#sec1 .right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: #303030;
  opacity: 0.5;
}
#sec1 .right .inner {
  position: relative;
  z-index: 2;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#sec1 .right .inner h2 {
  margin: 0 34% 0 44%;
}
#sec1 .right .inner .txt {
  line-height: 4;
  margin: 4vw 0 0;
  letter-spacing: 0;
  text-align: center;
}
#sec1 .right .inner .sub-txt {
  letter-spacing: 0;
  text-align: center;
  margin: 7vw 0 0;
}
#sec1_2 .bnr {
  margin: 10vw 15% 0;
}

#sec2 {
  margin: 23vw 0 0;
}
#sec2 .inner .btn-link {
  width: 290px;
	margin: 10px auto;
}
#sec2 .inner .btn-link a {
  display: block;
  text-decoration: none;
}
#sec2 .inner .btn-link a .sub-txt {
  position: relative;
  z-index: 2;
}
#sec2 .inner .btn-link a .btn-txt {
  padding: 11px 0 10px 32px;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #b5b5b5;
  position: relative;
}
#sec2 .inner .btn-link a .btn-txt::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -8px;
  background: url("../img/epilogue/btn.png") no-repeat center/100% auto;
  width: 306px;
  height: 72px;
}
#sec3 {
  margin: 33vw 0 0;
}
#sec3 .box {
  padding: 0 2%;
  position: relative;
}
#sec3 .box .logo {
  text-align: center;
  margin: 0 32% 9vw 24%;
}
#sec3 .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0;
}
#sec3 .box dl span {
  letter-spacing: 0.05em;
  line-height: 17px;
  display: block;
}
#sec3 .box dl dt {
  width: 75px;
}
#sec3 .box dl dd {
  width: calc(100% - 55px);
  margin-right: -20px;
}
#sec3 .box dl + dl {
  margin-top: 25px;
}
#sec3 .box2 {
  position: relative;
  margin: 17vw 2% 0;
  border: 1px solid;
  text-align: center;
  padding: 7vw 4%;
}
#sec3 .box2 h3 {
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0;
}
#sec3 .box2 .txt {
  margin: 4vw 0 0;
}

#ggmap {
  margin: 16vw 2% 12vw;
  position: relative;
  z-index: 2;
}
#ggmap .ggmap {
  width: 100%;
  height: 96vw;
}
#ggmap .ggmap iframe {
  width: 100%;
  height: 100%;
}
#ggmap .list-btn {
  margin: 12vw 5% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
}
#ggmap .list-btn .btn2 {
  margin: 10px 0 0;
}
#ggmap .list-btn .btn2 a {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
#ggmap .list-btn .btn2 a:hover {
  border-color: transparent;
}
#ggmap .list-btn .btn a.copied {
  cursor: auto;
  opacity: 1 !important;
}
#ggmap .list-btn .btn a.copied:hover img {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #sec1 {
    margin: 189px 0 0;
  }
  #sec1::before {
    content: '';
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    bottom: 28px;
    background: url("../img/index/s1_bg.jpg") no-repeat center/cover;
  }
  #sec1 .img {
    width: calc(50% + 247px);
    height: 902px;
    left: 0;
    position: absolute;
    top: 59px;
    margin: 0;
  }
  #sec1 .right {
    width: calc(50% + 24px);
    margin: 0 0 0 auto;
    padding: 290px 0 70px 74px;
    min-height: 988px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  #sec1 .right::before {
    width: 271px;
  }
  #sec1 .right.show-bnr .inner {
    opacity: 0;
    visibility: hidden;
  }
  #sec1 .right.show-bnr .bnr {
    opacity: 1;
    visibility: visible;
  }
  #sec1 .right .inner h2 {
    margin: 0 0 0 26px;
  }
  #sec1 .right .inner .txt {
    line-height: 60px;
    margin: 34px 0 0;
    letter-spacing: 0.05em;
    text-align: left;
  }
  #sec1 .right .inner .sub-txt {
    text-align: left;
    letter-spacing: 0.05em;
    position: absolute;
    left: 168px;
    top: 18px;
    margin: 0;
  }
  #sec1_2 .bnr {
    position: absolute;
    left: calc(50% - 268px);
    top: 1300px;
    margin: 0;
	  z-index: 2;
  }

  #sec2 {
    margin: 1000px 0 0;
  }
	#sec2 .inner .btn-link {
  width: 290px;
	margin: 25px auto;
}
#sec2 .inner .btn-link a {
  display: block;
  text-decoration: none;
}
#sec2 .inner .btn-link a .sub-txt {
  position: relative;
  z-index: 2;
}
#sec2 .inner .btn-link a .btn-txt {
  padding: 11px 0 10px 32px;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #b5b5b5;
  position: relative;
}
#sec2 .inner .btn-link a .btn-txt::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -8px;
  background: url("../img/epilogue/btn.png") no-repeat center/100% auto;
  width: 306px;
  height: 72px;
}

  #sec3 {
    margin: 315px 0 0;
  }
  #sec3 .box {
    margin: 0 53px 0 66px;
    padding: 13px 0 57px;
  }
  #sec3 .box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 35px 3px rgba(46, 125, 145, 0.35);
            box-shadow: 0 0 35px 3px rgba(46, 125, 145, 0.35);
  }
  #sec3 .box::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 35px 3px rgba(46, 125, 145, 0.35);
            box-shadow: 0 0 35px 3px rgba(46, 125, 145, 0.35);
  }
  #sec3 .box .logo {
    margin: 0 0 84px;
  }
  #sec3 .box dl {
    margin: 0 0 0 116px;
  }
  #sec3 .box dl dt {
    width: 190px;
  }
  #sec3 .box dl dd {
    width: calc(100% - 190px);
  }
  #sec3 .box dl + dl {
    margin-top: 45px;
  }
  #sec3 .box2 {
    margin: 91px 53px 0 64px;
    padding: 76px 0 67px;
  }
  #sec3 .box2 h3 {
    font-size: 25px;
    letter-spacing: 0.05em;
  }
  #sec3 .box2 .txt {
    margin: 24px 0 0;
    text-align: center;
  }

  #ggmap {
    margin: 116px 0 -90px;
  }
  #ggmap .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #ggmap .ggmap {
    width: 500px;
    height: 500px;
  }
  #ggmap .list-btn {
    margin: 153px 0 0 57px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  #ggmap .list-btn .btn2 {
    margin: 3px 0 0 46px;
  }
  #ggmap .list-btn li + li {
    margin: 25px 0 0 60px;
  }
}
