header:after {
  content: '';
  height: 15vw;
  background-image: url("../img/index/sec1_bg_top.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}

header h1 {
  bottom: 18vw;
}

.key-ttl {
  margin-top: 6.7vw;
  font-weight: 600;
  line-height: 20vw;
}

.key-ttl .fz60 {
  font-size: 8vw;
  letter-spacing: 0.08em;
  position: relative;
  margin: 0 -4vw;
}

.key-ttl .fz60:after {
  content: '';
  height: 0.7vw;
  border-bottom: 0.3vw solid #fff;
  border-top: 0.3vw solid #fff;
  position: absolute;
  left: 8.5vw;
  right: 9vw;
  bottom: 0;
}

.key-ttl .fz84 {
  font-size: 11.2vw;
  letter-spacing: 0.08em;
}

.key-ttl .fz40 {
  font-size: 5.3vw;
  line-height: 15vw;
  letter-spacing: 0.08em;
}

main {
  overflow: unset;
}

@media screen and (max-width: 767px) {
  header {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  header:after {
    display: none;
  }
  header h1 {
    bottom: 107px;
    text-align: right;
  }
  header .banner {
    width: 400px;
    height: 180px;
    left: auto;
    right: 29px;
    bottom: 141px;
  }
  header .banner a {
    background-image: url("../img/shared/header_bnr.jpg");
    padding: 0 0 0 6px;
  }
  .key-ttl {
    margin-top: 0;
    line-height: 100px;
    position: absolute;
    left: 7px;
    right: 0;
    top: 508px;
    z-index: 1;
  }
  .key-ttl span.db {
    display: table;
    margin: 0 auto 21px;
    padding-bottom: 19px;
  }
  .key-ttl .fz60 {
    font-size: 60px;
    margin: 0;
  }
  .key-ttl .fz60:after {
    height: 3px;
    border-width: 2px;
    left: 51px;
    right: 56px;
    bottom: 0;
  }
  .key-ttl .fz84 {
    font-size: 84px;
  }
  .key-ttl .fz40 {
    font-size: 40px;
    line-height: 60px;
    padding-right: 4px;
  }
}

#key {
  height: calc(100vh - 60px);
}

#key .key-slider {
  line-height: 0;
}

#key .key-slider .slick-slide {
  height: calc(100vh - 60px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

#key .key-slider .slick-slide:nth-child(1) {
  background-image: url("../img/index/key1_sp.jpg");
}

#key .key-slider .slick-slide:nth-child(2) {
  background-image: url("../img/index/key2_sp.jpg");
}

#key .key-slider .slick-slide:nth-child(3) {
  background-image: url("../img/index/key3_sp.jpg");
}

@media screen and (min-width: 768px) {
  #key {
    height: 1200px;
  }
  #key .key-slider .slick-slide {
    height: 1200px;
  }
  #key .key-slider .slick-slide:nth-child(1) {
    background-image: url("../img/index/key1.jpg");
  }
  #key .key-slider .slick-slide:nth-child(2) {
    background-image: url("../img/index/key2.jpg");
  }
  #key .key-slider .slick-slide:nth-child(3) {
    background-image: url("../img/index/key3.jpg");
  }
}

#sec1 {
  padding-bottom: 40vw;
  position: relative;
  z-index: 0;
}

#sec1:before {
  content: '';
  background-image: url("../img/index/sec1_bg_sp.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#sec1 .honten-banner-sp {
  height: 33.3vw;
}

#sec1 .honten-banner-sp a {
  background-image: url("../img/shared/header_bnr.jpg");
}

#sec1 .inner {
  position: relative;
}

#sec1 .inner .wrap {
  position: static;
}

#sec1 .img1 {
  width: 96vw;
  margin-bottom: 9vw;
}

#sec1 .ttl1 {
  width: 28.9vw;
  position: absolute;
  top: 56.4vw;
  left: 7.5vw;
  z-index: 1;
}

#sec1 .ttl2 {
  width: 17.1vw;
  position: absolute;
  top: 7.9vw;
  right: 9.3vw;
  z-index: 1;
}

#sec1 .txt-group {
  font-size: 3.7vw;
  line-height: 6.7vw;
}

#sec1 .txt-group .txt1 {
  padding: 0 0 14vw 25.1vw;
}

#sec1 .txt-group .txt2 {
  padding-right: 41.3vw;
}

#sec1 .img2 {
  width: 38.7vw;
  height: 66.7vw;
  position: absolute;
  right: 0;
  top: 154.9vw;
}

#sec1 .img2 .object-cover {
  object-position: 0%;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 36px 0 312px;
  }
  #sec1:before {
    background-image: url("../img/index/sec1_bg.png");
    top: -124px;
  }
  #sec1:after {
    content: '';
    height: 307px;
    background-image: url("../img/index/sec1_bg_top.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    position: absolute;
    left: 0;
    right: 0;
    top: -124px;
    z-index: -2;
  }
  #sec1 .img1 {
    width: calc(50% + 500px);
    height: 700px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  #sec1 .ttl1 {
    width: 213px;
    top: 284px;
    left: calc(50% - 433px);
    z-index: 2;
  }
  #sec1 .ttl2 {
    width: 128px;
    top: 109px;
    right: calc(50% - 432px);
    z-index: 2;
  }
  #sec1 .txt-group {
    width: 500px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 32px;
  }
  #sec1 .txt-group .txt1 {
    padding: 0 0 32px;
  }
  #sec1 .txt-group .txt2 {
    padding-right: 0;
  }
  #sec1 .img2 {
    width: calc(50% - 331px);
    height: 550px;
    top: 600px;
  }
  #sec1 .img2 .object-cover {
    object-position: 0%;
  }
}

@media screen and (min-width: 1600px) {
  #sec1:before, #sec1:after {
    top: -145px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec1 .img2 {
    width: calc(50% - 290px);
  }
  #sec1 .img2 .object-cover {
    object-position: 40%;
  }
}

#sec2-scroll {
  padding-bottom: 10vw;
}

#sec2-scroll .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  z-index: 1;
}

#sec2-scroll .img-parallax.slide-par img {
  opacity: 0;
  transition: all 2s ease;
}

#sec2-scroll .img-parallax.slide-par img.active {
  opacity: 1;
}

#sec2-scroll .img-parallax.slide-par img.para1 {
  object-position: 60%;
}

#sec2-scroll h2 {
  white-space: nowrap;
  font-size: 8vw;
  line-height: 10vw;
  letter-spacing: 0.15em;
  padding: 25.9vw 4vw 0 0;
  margin: 0 0 15vw 14.7vw;
  border-right: 1px solid;
  position: relative;
  z-index: 2;
  text-shadow: 0 0 10px #000;
}

#sec2-scroll h2:after {
  content: '';
  width: 1px;
  background: #fff;
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
}

#sec2-scroll h2 .fz36 {
  font-size: 6.4vw;
}

#sec2-scroll .inner {
  position: relative;
  z-index: 2;
}

#sec2-scroll .text-group {
  position: sticky;
  top: 0px;
  z-index: 3;
  height: calc(100vh - 30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#sec2-scroll .text-group .txt {
  margin: 0 4vw 8vw;
}

#sec2-scroll .img-group {
  padding: 33.3vw 0 100vh;
  position: relative;
  z-index: 2;
}

#sec2-scroll .img-group p {
  position: relative;
}

#sec2-scroll .img-group p:before {
  content: '';
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

#sec2-scroll .img-group .img1 {
  width: 38.8vw;
  margin: 0 0 -7.9vw auto;
}

#sec2-scroll .img-group .img2 {
width: 53.3vw;
    margin-bottom: -4.8vw;
}

#sec2-scroll .img-group .img4 {
width: 32.8vw;
    margin: 0 0 -0.2vw auto;
}

#sec2-scroll .img-group .img3 {
width: 48vw;
    margin: 0 0 21vw 8.7vw;
}

#sec2-scroll .img-group .img5 {
  width: 40vw;
  margin-left: 43.2vw;
}

@media screen and (max-width: 767px) and (max-height: 580px) {
  #sec2-scroll .text-group .txt {
    line-height: 22px;
    margin-bottom: 6vw;
  }
}

@media screen and (min-width: 768px) {
  #sec2-scroll {
    padding-bottom: 100px;
  }
  #sec2-scroll h2 {
    font-size: 48px;
    line-height: 60px;
    padding: 246px 38px 0 0;
    margin: 0 0 184px calc(50% - 348px);
    border: none;
    text-shadow: none;
  }
  #sec2-scroll h2:after {
    width: 2px;
    right: 5px;
    bottom: 10px;
  }
  #sec2-scroll h2:before {
    content: '';
    width: 2px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 10px;
  }
  #sec2-scroll h2 .fz36 {
    font-size: 36px;
  }
  #sec2-scroll .text-group {
    top: 0px;
    height: 100vh;
  }
  #sec2-scroll .text-group .txt {
    text-align: center;
    margin: 0 0 71px;
  }
  #sec2-scroll .img-group {
    padding: 200px 0 100vh;
  }
  #sec2-scroll .img-group p:before {
    display: none;
  }
  #sec2-scroll .img-group .img1 {
    width: 360px;
    margin: 0 calc(50% - 531px) 64px auto;
  }
  #sec2-scroll .img-group .img2 {
    width: 450px;
    margin: 0 0 -150px calc(50% - 651px);
  }
  #sec2-scroll .img-group .img4 {
    width: 450px;
    margin: 0 calc(50% - 531px) -140px auto;
  }
  #sec2-scroll .img-group .img3 {
    width: 360px;
    margin: 0 0 -30px calc(50% - 420px);
  }
  #sec2-scroll .img-group .img5 {
    width: 300px;
    margin-left: 50%;
  }
}

.sec2-content {
  color: #fff;
  padding: 77.3vw 4vw 13.3vw;
}

.sec2-content h2 {
  border-bottom: 4px double;
  padding: 0 0 3vw 4vw;
  margin: 0 0 4vw -4vw;
}

.sec2-content .txt {
  margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
  .sec2-content {
    padding: 59px 0;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .sec2-content .inner {
    width: 559px;
    margin-left: auto;
  }
  .sec2-content h2 {
    border-width: 7px;
    padding: 0 0 52px;
    margin: 0 0 21px 0;
  }
  .sec2-content .txt {
    width: 500px;
    margin-bottom: 31px;
  }
  .sec2-content .btn-common {
    margin: 0;
  }
}

#sec2-2 {
  background: url("../img/index/sec2_bg3_sp.jpg") no-repeat center top/100%, #000;
}

@media screen and (min-width: 768px) {
  #sec2-2 {
    background: url("../img/index/sec2_bg3.jpg") no-repeat 84% center/cover;
  }
}

#sec2-3 {
  background: url("../img/index/sec2_bg4_sp.jpg") no-repeat center top/100%, #471802;
}

@media screen and (min-width: 768px) {
  #sec2-3 {
    background: url("../img/index/sec2_bg4.jpg") no-repeat 84% center/cover;
  }
}

#sec3 {
  position: relative;
  z-index: 1;
  background-image: url("../img/index/sec3_bg1_sp.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}

#sec3 .blk1 {
  padding-bottom: 12vw;
}

#sec3 .blk1 .mainimg {
  padding-left: 4vw;
}

#sec3 .blk1 .text-group {
  position: relative;
  z-index: 1;
  margin-top: -80.3vw;
}

#sec3 .blk1 .text-group h2 {
  margin-bottom: 11vw;
}

#sec3 .blk1 .text-group h2 img {
  width: 64.4vw;
  margin: 0 auto 8vw;
}

#sec3 .blk1 .text-group h2 .dot {
  position: relative;
}

#sec3 .blk1 .text-group h2 .dot:before {
  content: '';
  width: 1.9vw;
  height: 1.9vw;
  background: #d90211;
  border-radius: 50%;
  position: absolute;
  top: -3.5vw;
  left: 50%;
  transform: translateX(-50%);
}

#sec3 .blk1 .text-group .txt {
  padding: 0 4vw;
}

#sec3 .col-text h3 {
  font-size: 6.4vw;
  letter-spacing: 0.05em;
  line-height: 8vw;
  padding-bottom: 4vw;
  margin-bottom: 4vw;
  border-bottom: 1px solid #fff;
}

#sec3 .col-text h3 small {
  font-size: 5.3vw;
}

#sec3 .blk2 {
  padding: 0 5.6vw 12vw 0;
  position: relative;
  z-index: 0;
}

#sec3 .blk2:before {
  content: '';
  height: 135.1vw;
  background-image: url("../img/index/sec3_bg2_sp.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -4vw;
  right: -4vw;
  top: 24.3vw;
  z-index: -1;
}

#sec3 .blk2 .img {
  margin: 0 0 6vw -4vw;
}

#sec3 .blk2 .col-text h3 {
  margin-left: -4vw;
  padding-left: 4vw;
}

#sec3 .blk3 {
  position: relative;
  z-index: 1;
  padding-left: 5.6vw;
}

#sec3 .blk3 .img {
  margin: 0 -4vw 6vw 0;
}

#sec3 .blk3 .col-text h3 {
  margin-right: -4vw;
}

@media screen and (min-width: 768px) {
  #sec3 {
    background-image: url("../img/index/sec3_bg1.png");
  }
  #sec3:before {
    content: '';
    background-image: url("../img/index/sec3_bg2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 750px;
    height: 810px;
    position: absolute;
    right: 0;
    top: 884px;
    z-index: -1;
  }
  #sec3 .blk1 {
    padding-bottom: 0;
    margin-bottom: 80px;
  }
  #sec3 .blk1 .mainimg {
    width: calc(50% + 500px);
    height: 1072px;
    padding-left: 0;
    margin-left: auto;
  }
  #sec3 .blk1 .mainimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
  }
  #sec3 .blk1 .text-group {
    position: absolute;
    top: 137px;
    left: calc(50% - 436px);
    margin-top: 0;
  }
  #sec3 .blk1 .text-group h2 {
    text-align: left;
    margin-bottom: 256px;
  }
  #sec3 .blk1 .text-group h2 img {
    width: 483px;
    margin: 0 0 59px -36px;
  }
  #sec3 .blk1 .text-group h2 .df {
    justify-content: flex-start;
  }
  #sec3 .blk1 .text-group h2 .dot:before {
    width: 11px;
    height: 11px;
    top: -20px;
  }
  #sec3 .blk1 .text-group .txt {
    width: 890px;
    padding: 0;
    margin-left: 6px;
    color: #fff;
  }
  #sec3 .col-text h3 {
    font-size: 40px;
    line-height: 51px;
    padding-bottom: 33px;
    margin-bottom: 30px;
  }
  #sec3 .col-text h3 small {
    font-size: 36px;
  }
  #sec3 .blk2 {
    padding: 0;
  }
  #sec3 .blk2:before {
    display: none;
  }
  #sec3 .blk2 .img {
    width: 600px;
    margin: 0 0 0 -160px;
  }
  #sec3 .blk2 .col-text {
    width: 500px;
    margin-top: 73px;
  }
  #sec3 .blk2 .col-text h3 {
    margin-left: 0;
    padding-left: 59px;
  }
  #sec3 .blk2 .col-text .txt {
    padding-left: 61px;
  }
  #sec3 .blk3 {
    padding-left: 0;
    margin: -83px -185px 0 0;
  }
  #sec3 .blk3 .img {
    order: 2;
    width: 680px;
    margin: 0;
  }
  #sec3 .blk3 .col-text {
    order: 1;
    width: 500px;
    margin-top: 154px;
  }
  #sec3 .blk3 .col-text h3 {
    text-align: right;
    margin-right: 0;
    padding-right: 59px;
  }
  #sec3 .blk3 .col-text .txt {
    padding: 0 63px 0 34px;
  }
}

#sec4 {
  padding: 32vw 0 17.3vw;
  position: relative;
  z-index: 0;
}

#sec4:before {
  content: '';
  height: 132vw;
  background-image: url("../img/index/sec4_bg_sp.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -5vw;
  z-index: -1;
}

#sec4 h2 {
  padding-bottom: 32vw;
  position: relative;
}

#sec4 h2:after {
  content: '';
  width: 2px;
  height: 26.7vw;
  border-left: 1px solid;
  border-right: 1px solid;
  position: absolute;
  left: 48%;
  bottom: 0vw;
}

#sec4 .s4-slider {
  line-height: 0;
  margin-bottom: 10.7vw;
}

#sec4 .s4-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5.34vw;
  z-index: 1;
}

#sec4 .floormap {
  width: 80vw;
  margin: 0 auto 9vw;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 239px 0 122px;
  }
  #sec4:before {
    height: 100%;
    background-image: url("../img/index/sec4_bg.png");
    top: -229px;
    bottom: 0;
  }
  #sec4 h2 {
    line-height: 65px;
    padding: 0 0 240px 4px;
  }
  #sec4 h2:after {
    width: 3px;
    height: 198px;
    border-width: 2px;
    left: 49.4%;
  }
  #sec4 .s4-slider {
    width: 750px;
    line-height: 0;
    margin: 0 0 30px -150px;
  }
  #sec4 .s4-slider .slick-dots {
    justify-content: flex-end;
    left: auto;
    right: 40px;
    bottom: auto;
    top: 40px;
  }
  #sec4 .floormap {
    width: 255px;
    margin: 0;
    position: absolute;
    right: 75px;
    bottom: 8px;
    z-index: 1;
  }
  #sec4 .txt {
    width: 553px;
    margin-left: 47px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec4:before {
    background-size: 130%;
  }
}

#sec5 {
  padding: 20vw 4vw;
}

#sec5 .col-right {
  margin-bottom: 10.7vw;
}

#sec5 .col-right .row-contact {
  margin-bottom: 8vw;
}

#sec5 .col-right .row-contact .logo {
  width: 120px;
  margin: 0 auto 10px;
}

#sec5 .col-right .row-contact .link {
  width: 120px;
  margin: 0 auto 26px;
}

#sec5 .col-right .row-contact .link {
  display: block;
  border: 1px solid #fff;
  text-align: center;
  font-size: 9px;
  line-height: 18px;
  font-weight: 600;
}

#sec5 .col-right .row-contact .tel {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

#sec5 .col-right .row-contact .tel span.db {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  margin: 8px 0 -4px;
  padding-top: 10px;
}

#sec5 .col-right .row-contact .tel span.db:before {
  content: '';
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

#sec5 .col-right .row-contact .tel span.db small {
  font-size: 18px;
  letter-spacing: 0.05em;
}

#sec5 .col-right .row-contact .tel small.db {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

#sec5 .col-right .row-info {
  line-height: 21px;
  text-align: justify;
  margin-bottom: 10.7vw;
}

#sec5 .col-right .row-info dl {
  padding: 10px 0;
  border-bottom: 1px solid;
}

#sec5 .col-right .row-info dl a {
  text-decoration: underline;
  text-underline-offset: 7px;
}

#sec5 .col-right .row-info dl .ba {
  text-align: left;
}

#sec5 .col-right .row-info dl:first-child {
  border-top: 1px solid;
}

#sec5 .col-right .row-banner .banner {
  width: 80vw;
  height: 33.3vw;
  margin: 0 auto 5.34vw;
}

#sec5 .col-right .row-banner .banner a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: url("../img/index/sec5_bnr.jpg");
  background-size: cover;
  background-position: 50%;
  border: 1px solid #fff;
  text-align: center;
  font-size: 4.8vw;
  line-height: 7.3vw;
  letter-spacing: 0.15em;
  font-weight: 600;
  position: relative;
}

#sec5 .col-right .row-banner .banner a:after {
  content: '';
  width: 1.6vw;
  background-image: url("../img/shared/icon_arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7.6vw;
  filter: brightness(0) invert(1);
}

#sec5 .gmap {
  height: 480px;
  position: relative;
}

#sec5 .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 50px 0;
    position: relative;
    display: flex;
    align-items: flex-start;
  }
  #sec5 .col-right {
    order: 2;
    width: 50%;
    margin-bottom: 0;
    padding: 99px 20px 106px;
  }
  #sec5 .col-right .inner {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }
  #sec5 .col-right .row-contact {
    margin-bottom: 52px;
  }
  #sec5 .col-right .row-contact h2 {
    font-size: 36px;
    letter-spacing: 0.15em;
    margin: 0 0 83px 5px;
  }
  #sec5 .col-right .row-contact .logo {
    width: 240px;
    margin: 0 auto 19px;
  }
  #sec5 .col-right .row-contact .link {
    width: 240px;
    margin: 0 auto 23px;
  }
  #sec5 .col-right .row-contact .link {
    font-size: 18px;
    line-height: 38px;
  }
  #sec5 .col-right .row-contact .link a:hover {
    background: #fff;
    color: #000;
  }
  #sec5 .col-right .row-contact .tel {
    font-size: 20px;
    padding-left: 6px;
  }
  #sec5 .col-right .row-contact .tel span.db {
    font-size: 40px;
    margin: 13px 0 1px;
    padding-top: 17px;
  }
  #sec5 .col-right .row-contact .tel span.db:before {
    width: 100px;
  }
  #sec5 .col-right .row-contact .tel span.db small {
    font-size: 30px;
  }
  #sec5 .col-right .row-contact .tel small.db {
    font-size: 15px;
  }
  #sec5 .col-right .row-info {
    line-height: 27px;
    text-align: justify;
    margin-bottom: 42px;
  }
  #sec5 .col-right .row-info dl {
    padding: 13px 25px;
  }
  #sec5 .col-right .row-info dl a {
    text-underline-offset: 8px;
  }
  #sec5 .col-right .row-info dl a:hover {
    text-decoration: none;
  }
  #sec5 .col-right .row-info dl .ba {
    word-break: break-all;
  }
  #sec5 .col-right .row-banner .banner {
    width: 100%;
    height: 180px;
    margin: 0 auto 30px;
  }
  #sec5 .col-right .row-banner .banner a {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2em;
    padding: 20px 0 0 4px;
  }
  #sec5 .col-right .row-banner .banner a:after {
    width: 14px;
    right: 39px;
  }
  #sec5 .col-right .row-banner .banner a:hover {
    opacity: 0.8;
  }
  #sec5 .col-right .row-banner .btn-common {
    width: 100%;
    margin-bottom: 11px;
  }
  #sec5 .col-right .row-banner .btn-common a:after {
    right: 39px;
  }
  #sec5 .col-right .row-banner .print a {
    text-decoration: underline;
    text-underline-offset: 8px;
  }
  #sec5 .col-right .row-banner .print a:hover {
    text-decoration: none;
  }
  #sec5 .gmap {
    order: 1;
    width: 50%;
    height: 100vh;
    position: sticky;
    top: 0;
  }
}
