.slick-slide > div {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  #key .slick-key .slick-slide:nth-child(1) {
    background: url(../img/index/key_img1.jpg) no-repeat center/cover;
    height: 840px;
  }
  #key .slick-key .slick-slide:nth-child(2) {
    background: url(../img/index/key_img2.jpg) no-repeat center/cover;
    height: 840px;
  }
  #key .slick-key .slick-slide:nth-child(3) {
    background: url(../img/index/key_img3.jpg) no-repeat center/cover;
    height: 840px;
  }
}

/*====================*SEC1*====================*/
#sec1 {
  background: url(../img/index/s1-bgB_sp.jpg) no-repeat center bottom/100%, url(../img/shared/bg-white.jpg);
  padding: 7vw 0 21vw;
}

#sec1 .title h2 {
  width: calc(100% - 100px);
}

#sec1 .title .btn-more {
  width: 100px;
  margin-right: -2%;
}

#sec1 #feed .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec1 #feed .row + .row {
  margin-top: 6vw;
}

#sec1 #feed .row .rss_img {
  width: 48%;
  padding-top: 35vw;
  position: relative;
}

#sec1 #feed .row .rss_img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

#sec1 #feed .row dl {
  font-family: 'Noto Serif JP', serif;
  width: 49%;
  font-weight: bold;
}

#sec1 #feed .row dl dt {
  margin-bottom: 4vw;
  font-size: 13px;
}

#sec1 #feed .row dl .ttl {
  line-height: 1.94;
}

@media screen and (min-width: 767px) {
  #sec1 {
    padding: 53px 0 68px;
    position: relative;
    background: url(../img/shared/bg-white.jpg);
  }
  #sec1::after {
    content: '';
    background: url(../img/index/s1-bgB.png) no-repeat bottom center;
    left: 0;
    right: 0;
    bottom: -60px;
    position: absolute;
    height: 150px;
  }
  #sec1::before {
    top: 0;
    bottom: 0;
    width: calc(50% - 195px);
    position: absolute;
    background: url(../img/index/s1-bgL.jpg) no-repeat right center/100% 100%;
    left: 0;
    content: '';
  }
  #sec1 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #sec1 .title {
    width: 121px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sec1 .title > * {
    width: auto !important;
  }
  #sec1 #feed {
    width: 818px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 47px;
  }
  #sec1 #feed .row .rss_img {
    width: 210px;
    padding-top: 190px;
  }
  #sec1 #feed .row {
    width: 387px;
  }
  #sec1 #feed .row dl {
    width: 154px;
    margin: -7px 0 0;
  }
  #sec1 #feed .row dl dt {
    margin-bottom: 8px;
    font-size: 16px;
  }
  #sec1 #feed .row dl .ttl {
    font-size: 18px;
  }
  #sec1 #feed .row dl .ttl a:hover {
    text-decoration: underline;
  }
  #sec1 #feed .row + .row {
    margin: 0 0 0 42px;
  }
  #sec1 .title .btn-more {
    margin-left: -7px;
    width: 140px !important;
  }
}

#sec2 {
  padding: 4vw 0 6vw;
  background: url(../img/index/s2-bg_sp.png) no-repeat center top/100%;
}

#sec2 .img {
  width: 108%;
  margin-left: -15%;
  position: relative;
}

#sec2 .img::after {
  content: '';
  width: 100%;
  left: -35%;
  background: url(../img/index/s2-img-dc.png) no-repeat left bottom/100%;
  height: 160px;
  bottom: -12vw;
  position: absolute;
}

#sec2 h2 {
  margin-top: -30vw;
  padding: 0 15% 8vw;
}

#sec2 .txt p + p {
  margin-top: 6vw;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 86px 0 56px;
    background: url(../img/index/s2-bg.jpg) no-repeat center top;
  }
  #sec2 .img {
    width: 720px;
    margin-left: -100px;
  }
  #sec2 .img::after {
    left: -60px;
    bottom: -101px;
    width: 685px;
    height: 160px;
  }
  #sec2 h2 {
    position: absolute;
    top: -20px;
    right: 28px;
    margin: 0;
    padding: 0;
  }
  #sec2 .txt p + p {
    margin: 0 35px 0 0;
  }
  #sec2 .txt {
    margin-top: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 60px 0 0;
  }
  #sec2 .txt .txt-vertical {
    letter-spacing: 0.08em;
    height: 300px;
  }
}

#sec3 .wrap {
  padding-top: 49vw;
  padding-bottom: 15vw;
}

#sec3 h2 {
  left: -17%;
  position: absolute;
  top: -45vw;
}

#sec3 .imgbox {
  position: relative;
  margin-bottom: 25vw;
}

#sec3 .imgbox .img {
  margin-right: -5.5%;
}

#sec3 .imgbox span[class*="dc"] {
  position: absolute;
  z-index: 2;
}

#sec3 .imgbox span.dc4 {
  z-index: 1;
  bottom: -23vw;
  left: 0;
  width: 138%;
}

#sec3 .imgbox .dc1 {
  width: 100%;
  top: -18vw;
  right: -32%;
}

#sec3 .imgbox .dc2 {
  width: 32%;
  top: -11vw;
  left: -12%;
}

#sec3 .imgbox .dc3 {
  width: 50%;
  right: -19%;
  bottom: -26vw;
}

#sec3 .btnbox {
  padding-top: 7vw;
}

#sec3 .btnbox p + p {
  margin-top: 4vw;
}

@media screen and (min-width: 768px) {
  #sec3 .wrap {
    padding: 344px 0 131px;
  }
  #sec3 .txt {
    width: 306px;
  }
  #sec3 .imgbox {
    margin-bottom: 0;
    position: absolute;
    top: 273px;
    right: -50px;
    width: 700px;
  }
  #sec3 .imgbox .img {
    margin-right: 0;
  }
  #sec3 h2 {
    left: -452px;
    top: -214px;
    z-index: 1;
  }
  #sec3 .imgbox .dc1 {
    width: 632px;
    top: -264px;
    right: -120px;
    z-index: 0 !important;
  }
  #sec3 .imgbox .dc2 {
    width: 215px;
    top: -43px;
    left: -50px;
  }
  #sec3 .imgbox .dc3 {
    width: 337px;
    right: -32px;
    bottom: -182px;
  }
  #sec3 .imgbox span.dc4 {
    bottom: -182px;
    left: -178px;
    width: 998px;
  }
  #sec3 .btnbox {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  #sec3 .btnbox p + p {
    margin-top: 20px;
  }
}

#sec4 .set1 {
  background: url(../img/shared/pt3.jpg);
  position: relative;
  padding: 0 0 15vw;
  color: #f3e9dc;
}

#sec4 .set1 h2 {
  width: 30%;
  position: absolute;
  top: -9vw;
  left: 2%;
  z-index: 1;
}

#sec4 .set1 h4 {
  margin-top: -21vw;
}

#sec4 .set1 .txt {
  margin: 1vw 0 6vw;
}

#sec4 .set1 .text {
  padding: 0 5%;
}

#sec4 .set2 {
  position: relative;
  background: url(../img/shared/pt4.jpg);
  background-size: 30%;
  padding-bottom: 17vw;
  padding-top: 9vw;
  overflow: hidden;
}

#sec4 .set2::after {
  content: '';
  background: url(../img/index/s4-bgB.png) no-repeat center top/cover;
  width: 100%;
  height: 376px;
  left: 0;
  position: absolute;
  bottom: -11vw;
}

#sec4 .set2 h3 {
  margin: -12vw 0 0 -10%;
  width: 110%;
}

#sec4 .set2 .txt {
  margin: -2vw 0 4vw;
}

#sec4 .set2 .wrap {
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #sec4 .set1 {
    background: url(../img/index/s4-bg-img.jpg) no-repeat center/cover;
    padding: 0 0 64px;
  }
  #sec4 .set1::after {
    position: absolute;
    content: '';
    background: url(../img/index/s4-dc.png) no-repeat right center/auto 100%;
    width: 750px;
    top: 0;
    bottom: 0;
    right: 0;
  }
  #sec4 .set1 .text {
    padding: 0;
    position: relative;
    z-index: 1;
    width: 525px;
    margin-left: auto;
  }
  #sec4 .set1 h4 {
    margin-top: 0;
    position: relative;
    top: -72px;
    margin-bottom: -69px;
  }
  #sec4 .set1 .txt {
    margin: 0 0 33px;
    padding-left: 112px;
    width: 350px;
    letter-spacing: 0.075em;
  }
  #sec4 .set1 .btn-link {
    padding-left: 105px;
  }
  #sec4 .set1 h2 {
    width: 226px;
    top: -69px;
    left: 42px;
  }
  #sec4 .set2 {
    background-size: auto;
    padding: 60px 0 159px;
  }
  #sec4 .set2 .img {
    position: absolute;
    top: 0;
    right: -100px;
  }
  #sec4 .set2 h3 {
    margin: 0 0 -15px -62px;
    padding-top: 34px;
  }
  #sec4 .set2 .txt {
    margin: 0 0 34px;
  }
  #sec4 .set2::after {
    bottom: 0;
  }
}

#sec5 {
  position: relative;
  padding: 11vw 0 10vw;
}

#sec5::before {
  background: url(../img/index/s5-dc.png) no-repeat left top/100%;
  width: 100%;
  height: 431px;
  position: absolute;
  left: -7%;
  top: 8vw;
  content: '';
}

#sec5 .wrap {
  z-index: 1;
}

#sec5 .row1 .text {
  padding-bottom: 11vw;
}

#sec5 .row1 .text h2 {
  width: 51%;
  margin-bottom: 5vw;
}

#sec5 .row1 .tabs-switch {
  background: url(../img/shared/bg-white.jpg);
  margin: 0 -5.5%;
  padding: 21vw 5.5% 9vw 5.5%;
  position: relative;
}

#sec5 .row1 .tabs-switch .tab-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  width: 60%;
  top: -14vw;
  margin: auto;
  z-index: 1;
}

#sec5 .row1 .tabs-switch .tab-content div:nth-child(2) {
  margin-left: 6%;
}

#sec5 .row2 {
  padding-bottom: 17vw;
  margin-top: 9vw;
}

#sec5 .row2 .item:first-child {
  margin-bottom: 5vw;
}

#sec5 .row2 .imgbox {
  position: relative;
  margin-bottom: 3vw;
}

#sec5 .row2 .imgbox .f {
  position: absolute;
  width: 34%;
  top: 0;
  left: -2.5%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#sec5 .row2 .imgbox h3 {
  position: absolute;
  top: 3vw;
  right: 0;
  z-index: 1;
  left: 3%;
}

#sec5 .row3 {
  position: relative;
}

#sec5 .row3 .fade {
  margin-bottom: 3vw;
}

#sec5 .row3 .fade .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 2.5vw;
}

#sec5 .row3 .text .f {
  position: absolute;
  width: 34%;
  top: 0;
  left: -2.5%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#sec5 .row3 .text h3 {
  position: absolute;
  top: 3vw;
  right: 0;
  z-index: 1;
  left: 3%;
}

@media screen and (min-width: 768px) {
  #sec5 {
    overflow: hidden;
    padding: 114px 0 137px;
  }
  #sec5::after {
    content: '';
    background: url(../img/index/s5-bgB.png) no-repeat center top/cover;
    height: 415px;
    left: -36px;
    right: 0;
    position: absolute;
    bottom: 0;
  }
  #sec5 .row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sec5 .row1 .text h2 {
    width: auto;
    margin: 8px 0 37px -3px;
  }
  #sec5 .row1 .text {
    width: 350px;
  }
  #sec5 .row1 .text .txt {
    width: 298px;
  }
  #sec5 .row1 .tabs-switch {
    width: 700px;
    padding: 90px 0 49px 121px;
    margin: 0 -50px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec5 .row1 .tabs-switch .tab-link {
    width: 300px;
    top: -68px;
  }
  #sec5::before {
    width: 750px;
    left: calc(50% - 583px);
    top: 80px;
  }
  #sec5 .row2 {
    padding-bottom: 40px;
    margin-top: -31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sec5 .row2 .item:nth-child(2) {
    padding-top: 60px;
    width: 510px;
  }
  #sec5 .row2 .item:nth-child(2) .txt {
    padding-left: 39px;
  }
  #sec5 .row2 .item:first-child {
    margin-bottom: 0;
    margin-left: -100px;
    width: 560px;
  }
  #sec5 .row2 .item:first-child .txt {
    padding-left: 102px;
  }
  #sec5 .row2 .imgbox {
    margin-bottom: 10px;
  }
  #sec5 .row2 .imgbox .f {
    left: 51px;
    width: 189px;
  }
  #sec5 .row3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sec5 .row3 .fade {
    margin-bottom: 0;
    width: 600px;
  }
  #sec5 .row3 .text {
    width: 496px;
    margin-left: -137px;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec5 .row3 .text .txt {
    width: 360px;
    margin-left: auto;
    margin-top: 23px;
  }
  #sec5 .row3 .text .f {
    margin: -22px 0 -21px;
    width: 189px;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  #sec5 .row3 .fade .slick-dots {
    bottom: 15px;
  }
  #sec5 .row2 .imgbox h3 {
    left: 0;
    top: 20px;
    text-align: right;
  }
  #sec5 .row3 .text h3 {
    position: static;
    margin-left: -14px;
  }
}
/*# sourceMappingURL=index.css.map */