#key .key-slider .slick-slide {
  height: 160vw;
  line-height: 0;
  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 .key-slider .slick-slide {
    height: 900px;
  }
  #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");
  }
}

.txt-scroll {
  font-size: 6.4vw;
  line-height: 12.8vw;
  letter-spacing: 0.15em;
  position: absolute;
  left: 6.7vw;
  top: 96vw;
  z-index: 1;
  text-align: left;
  white-space: nowrap;
}

.txt-scroll:after {
  content: '';
  width: 100vw;
  height: 1px;
  background: #fff;
  opacity: 0;
  position: absolute;
  left: -6.7vw;
  bottom: 3vw;
  transition: 0.3s all ease-in-out;
}

.txt-scroll.scrolled-done:after {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .txt-scroll {
    max-width: 1240px;
    width: 100%;
    padding: 0 17px;
    font-size: 40px;
    line-height: 80px;
    left: 50%;
    top: 600px;
    transform: translateX(-50%);
  }
  .txt-scroll:after {
    width: auto;
    left: 20px;
    bottom: 19px;
    right: -100vw;
  }
}

.pin-spacer {
  pointer-events: none;
}

#news {
  padding: 0;
  position: absolute;
  top: 40px;
  right: 49px;
  z-index: 2;
}
#news .box {
  background: transparent;
  padding: 0;
}
#news .box h2 {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.1em;
  border-bottom: none;
  padding-bottom: 0;
  margin: 0 41px 0 0;
  position: relative;
}
#news .box h2:after {
  content: '';
  width: 1px;
  height: 27px;
  background: #222;
  position: absolute;
  right: -23px;
  top: -2px;
  transform: rotate(37deg);
}
#news .box #feed {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
}
#news .box #feed dl {
  display: flex;
  text-align: left;
}
#news .box #feed dl dd {
  width: 165px;
  margin-left: 19px;
}
#news .box #feed dl dd a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 25px;
}
#news .box #feed dl dd a:hover {
  text-decoration: underline;
}
#news .box .more a {
  font-size: 15px;
  line-height: 23px;
  vertical-align: top;
}
#news .box .more a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #news{
    color: #fff;
    right: 4%;
    top: 6vw;
  }
  #news .box{
    display: flex;
    align-items: center;
  }
  #news .box h2{
    margin: 0 30px 0 0px;
  }
  #news .box h2:after{
    background: #fff;
    top: 1px;
    right: -14px;
  }
  #news .box #feed{
    width: 115px;
    margin: 0px 0px 0 0;
  }
  #news .box #feed dl{
    display: block;
  }
  #news .box #feed dl dd{
    width: auto;
    margin-left: 0;
  }
  #news .box .more a{
    vertical-align: middle;
  }
}

section {
  position: relative;
}

#sec1 {
  position: relative;
  z-index: 0;
  padding-top: 66vw;
}

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

#sec1:after {
  content: '';
  width: 1px;
  background: #fff;
  position: absolute;
  right: 6.7vw;
  top: 22vw;
  bottom: 136px;
}

#sec1 .txt {
  margin: 0 6.7vw 26.7vw 0;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 494px 0 80px;
  }
  #sec1:before {
    background-image: url("../img/index/sec1_bg.jpg");
    background-position: center top;
    bottom: 0;
  }
  #sec1:after {
    right: 50px;
    top: 311px;
    bottom: 80px;
  }
  #sec1 .txt {
    line-height: 45px;
    margin: 0 0 35px;
  }
}

#sec2 {
  padding: 38.7vw 0 20.8vw;
  position: relative;
}

#sec2:before {
  content: '';
  width: 33.3vw;
  height: 33.3vw;
  background-image: url("../img/shared/deco_top_left.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 5.3vw;
  top: 10.7vw;
  z-index: -1;
}

#sec2:after {
  content: '';
  width: 33.3vw;
  height: 33.3vw;
  background-image: url("../img/shared/deco_bottom_right.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 3vw;
  bottom: 2vw;
  z-index: -1;
}

#sec2 h2 {
  margin: 0 auto 6.7vw;
  white-space: nowrap;
}

#sec2 .img {
  height: 100vw;
  margin-bottom: 5vw;
}

#sec2 .col-text .txt {
  margin-bottom: 6vw;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 123px 0 145px;
  }
  #sec2:before {
    width: 250px;
    height: 250px;
    left: 18px;
    top: 23px;
  }
  #sec2:after {
    width: 250px;
    height: 250px;
    right: 18px;
    bottom: 20px;
  }
  #sec2 h2 {
    float: left;
    margin: 70px 0 46px 95px;
  }
  #sec2 .img {
    max-width: 750px;
    width: calc(100% - 400px);
    height: 750px;
    float: right;
    margin-bottom: 0;
  }
  #sec2 .col-text {
    width: 360px;
    float: left;
  }
  #sec2 .col-text .txt {
    margin-bottom: 20px;
  }
}

#sec3 {
  padding-bottom: 3.6vw;
}

#sec3 .col {
  padding-bottom: 16vw;
}

#sec3 .col .img {
  height: 80vw;
  margin-bottom: 5vw;
}

#sec3 .col h2 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(34, 34, 34, 0.5);
  text-underline-offset: 0px;
  margin-bottom: 3.6vw;
}

#sec3 .col .txt {
  margin-bottom: 5vw;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding-bottom: 0;
  }
  #sec3 .col {
    width: 50%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    transition: 0.3s all ease-in-out;
    color: #fff;
    overflow: hidden;
  }
  #sec3 .col:before {
    content: '';
    background-image: url("../img/index/shadow.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.3s all ease-in-out;
  }
  #sec3 .col:after {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.3s all ease-in-out;
    opacity: 0;
  }
  #sec3 .col h2 {
    text-decoration: none;
    margin-bottom: 8px;
  }
  #sec3 .col h2 small {
    font-size: 20px;
    letter-spacing: 0.15em;
    margin-top: -5px;
  }
  #sec3 .col h2.ttl-pc {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s all ease-in-out;
  }
  #sec3 .col .txt {
    margin-bottom: 40px;
  }
  #sec3 .col .box-hover {
    width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s all ease-in-out;
    opacity: 0 !important;
    visibility: hidden;
  }
  #sec3 .col .link-pc {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  #sec3 .col:hover:before {
    opacity: 0;
  }
  #sec3 .col:hover:after {
    opacity: 1;
  }
  #sec3 .col:hover h2.ttl-pc {
    opacity: 0;
    visibility: hidden;
  }
  #sec3 .col:hover .box-hover {
    opacity: 1 !important;
    visibility: visible;
  }
  #sec3 .col.hover {
    width: 75%;
  }
  #sec3 .col.none-hover {
    width: 25%;
  }
  #sec3 .box-left {
    background-image: url("../img/index/sec3_bg1.jpg");
  }
  #sec3 .box-right {
    background-image: url("../img/index/sec3_bg2.jpg");
  }
}

#sec4 {
  padding-bottom: 20vw;
  position: relative;
  z-index: 0;
}

#sec4:before {
  content: '';
  width: 9.7vw;
  background-image: url("../img/shared/bg3.jpg");
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#sec4 h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 6vw;
  z-index: 1;
}

#sec4 h2 small {
  letter-spacing: 0;
  line-height: 1.5;
}

#sec4 h2 span {
  font-weight: 400;
}

#sec4 .img {
  margin: 0 -6.7vw 5vw;
}

#sec4 .row-text {
  padding-left: 8.5vw;
}

#sec4 .row-text .txt {
  margin-bottom: 5vw;
}

#sec4 .row-text ul .sttl {
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 20px;
  margin-bottom: 8px;
}

#sec4 .row-text ul li + li {
  margin-top: 7vw;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 149px 0 114px;
  }
  #sec4:before {
    width: calc(50% - 480px);
  }
  #sec4 h2 {
    right: auto;
    top: 301px;
    left: 19px;
    text-align: left;
  }
  #sec4 h2 small {
    margin-top: -7px;
    letter-spacing: 0.05em;
  }
  #sec4 .img {
    height: 750px;
    margin: 0 calc(-50vw + 50.7%) 47px -48px;
  }
  #sec4 .row-text {
    width: 761px;
    margin: 0 auto;
    padding-left: 0;
  }
  #sec4 .row-text .txt {
    margin-bottom: 45px;
  }
  #sec4 .row-text ul {
    margin-right: 2px;
  }
  #sec4 .row-text ul .sttl {
    font-size: 17px;
    margin-bottom: 14px;
  }
  #sec4 .row-text ul li {
    width: 359px;
  }
  #sec4 .row-text ul li + li {
    margin-top: 0;
  }
}

#sec5 {
  position: relative;
  z-index: 0;
}

#sec5:after {
  content: '';
  width: 33.3vw;
  height: 33.3vw;
  background-image: url("../img/shared/deco_bottom_right.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 3vw;
  bottom: 2vw;
  z-index: -1;
}

#sec5 .blk1 {
  position: relative;
}

#sec5 .blk1 h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#sec5 .blk2 {
  padding: 8vw 0 9.1vw;
  position: relative;
  z-index: 0;
}

#sec5 .blk2:before {
  content: '';
  width: 33.3vw;
  height: 33.3vw;
  background-image: url("../img/shared/deco_top_left.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 2.7vw;
  top: 2.7vw;
  z-index: -1;
}

#sec5 .blk2 .logo {
  width: 160px;
  margin: 0 auto 15px;
}

#sec5 .blk2 .txt {
  line-height: 25px;
  margin-bottom: 15px;
}

#sec5 .blk2 .tel {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 29px;
  padding: 10px 0 12px;
  margin-bottom: 30px;
}

#sec5 .blk2 .tel span {
  display: block;
  font-size: 24px;
  letter-spacing: 0.1em;
}

#sec5 .blk2 .tel span small {
  font-size: 17px;
  letter-spacing: 0.1em;
}

#sec5 .blk2 .info {
  line-height: 22px;
  text-align: left;
  padding-bottom: 5vw;
  padding-top: 7vw;
}

#sec5 .blk2 .info dl {
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#sec5 .blk2 .info dl small {
  font-size: 13px;
}

#sec5 .blk2 .info dl a {
  text-decoration: underline;
  text-decoration-color: rgba(34, 34, 34, 0.7);
  text-underline-offset: 5px;
}

#sec5 .blk2 .box-cancel {
  border: 1px solid #7b5d3f;
  padding: 5vw 0;
}

#sec5 .blk2 .box-cancel .ttl {
  font-size: 4.7vw;
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin-bottom: 2vw;
}

#sec5 .blk2 .box-cancel .txt2 {
  line-height: 25px;
  padding: 0 8vw;
}

#sec5 #gmap {
  padding-bottom: 19.7vw;
}

#sec5 #gmap .gmap {
  height: 480px;
  position: relative;
  margin-bottom: 7.6vw;
}

#sec5 #gmap .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:after {
    width: 250px;
    height: 250px;
    right: 15px;
    bottom: 19px;
  }
  #sec5 .blk1 h2 {
    top: 50.6%;
  }
  #sec5 .blk1 .img {
    height: 600px;
  }
  #sec5 .blk2 {
    padding: 78px 0 80px;
  }
  #sec5 .blk2:before {
    width: 250px;
    height: 250px;
    left: 20px;
    top: 20px;
  }
  #sec5 .blk2 .logo {
    width: 227px;
    margin: 0 auto 21px;
  }
  #sec5 .blk2 .txt {
    line-height: 28px;
    margin-bottom: 22px;
  }
  #sec5 .blk2 .tel {
    width: 500px;
    font-size: 17px;
    padding: 14px 0 22px;
    margin: 0 auto 32px;
  }
  #sec5 .blk2 .tel span {
    font-size: 32px;
    margin-top: 2px;
  }
  #sec5 .blk2 .tel span small {
    font-size: 22px;
  }
  #sec5 .blk2 .info {
    line-height: 34px;
    padding-bottom: 64px;
  }
  #sec5 .blk2 .info .col {
    max-width: 550px;
    width: 49%;
  }
  #sec5 .blk2 .info dl {
    width: 100%;
    display: table;
    padding-bottom: 18px;
    margin-bottom: 15px;
  }
  #sec5 .blk2 .info dl small {
    font-size: 17px;
  }
  #sec5 .blk2 .info dl dt {
    width: 132px;
    display: table-cell;
  }
  #sec5 .blk2 .info dl dd {
    display: table-cell;
  }
  #sec5 .blk2 .info dl a {
    text-underline-offset: 9px;
  }
  #sec5 .blk2 .info dl a:hover {
    text-decoration: none;
  }
  #sec5 .blk2 .box-cancel {
    width: 800px;
    margin: 0 auto;
    padding: 37px 30px 43px;
  }
  #sec5 .blk2 .box-cancel .ttl {
    font-size: 25px;
    margin-bottom: 13px;
  }
  #sec5 .blk2 .box-cancel .txt2 {
    text-align: center;
    line-height: 34px;
    padding: 0;
  }
  #sec5 #gmap {
    padding-bottom: 120px;
  }
  #sec5 #gmap .gmap {
    height: 550px;
    margin-bottom: 50px;
  }
  #sec5 #gmap .btn-common {
    margin: 0 auto;
  }
  #sec5 .btn-common{
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec5 .blk2 .info dl dt {
    width: 90px;
  }
  #sec5 .blk2 .info .col + .col dl dt {
    width: 105px;
  }
}


