/*--------------------------------------
	key
--------------------------------------*/
header:before {
  content: "";
  position: fixed;
  right: 0;
  bottom: 100%;
  left: 0;
  margin-bottom: -25px;
  z-index:5;
  height: 100vh;
  pointer-events: none;
  background: #fff;
}

.has_nav header:before {
  position: absolute;
}

header .h-box {
  margin-top: 0;
}

header .h-box .catch {
  position: relative;
  z-index: 1;
  margin: 0;
}

header .h-box .catch:before {
  content: "";
  background: url("../img/index/h_catch_shdw.png") no-repeat center/100% 100%;
  position: absolute;
  margin: auto;
  z-index: -1;
  pointer-events: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 135%;
  height: 145%;
}

header .h-box .h-sub {
  width: 70%;
}

header h1 {
  text-shadow: none;
}

#key .slide1 {
  background: url("../img/index/key_01.jpg") no-repeat center/cover;
}

#key .slide2 {
  background: url("../img/index/key_02.jpg") no-repeat center/cover;
}

#key .slide3 {
  background: url("../img/index/key_03.jpg") no-repeat center/cover;
}

#key .slide4 {
  background: url("../img/index/key_04.jpg") no-repeat center/cover;
}

#key .slide5 {
  background: url("../img/index/key_05.jpg") no-repeat center/cover;
}

@media only screen and (min-width: 768px) {
  header {
    height: 1166px;
    overflow: hidden;
  }
  header:before {
    margin-bottom: -20px;
  }
  header .h-box {
    top: 180px;
  }
  header .h-box .catch:before {
    width: 1000px;
    height: 472px;
  }
  header .h-box .h-sub {
    margin-bottom: 47px;
  }
  header h1 {
    top: 50px;
    left: 52px;
  }
  #h-nav {
    margin-top: 83px;
  }
  #key {
    padding: 20px 20px 0;
  }
  #key .dots .slick-dots {
    right: 30px;
    top: 373px;
  }
}

/*--------------------------------------
	blog
--------------------------------------*/
#blog {
  padding-top: 17%;
  padding-bottom: 10%;
}

#blog h2 {
  text-align: center;
}

#blog #feed {
  margin-top: 10%;
}

#blog #feed .item {
  padding: 0 20px;
  width: 342px !important;
  font-size: 13px;
  line-height: 1.8;
}

#blog #feed .img {
  position: relative;
}

#blog #feed .img span {
  display: block;
  width: 302px;
  max-width: 100%;
  height: 113px;
  background: url("../img/index/no_img.jpg") no-repeat center/cover;
}

#blog #feed .date {
  font-size: 14px;
  margin-bottom: 75px;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}

#blog #feed .title {
  margin-top: 40px;
  text-align: left;
  padding: 0 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
}

#blog .js-feed .slick-dots {
  margin-top: 30px;
}

@media screen and (max-width: 420px) {
  #blog #feed .item {
    width: 75vw !important;
    max-width: 342px;
  }
}

@media only screen and (min-width: 768px) {
  #blog {
    padding-bottom: 140px;
    padding-top: 140px;
  }
  #blog #feed {
    margin-top: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #blog #feed .item + .item {
    margin-left: 47px;
  }
  #blog #feed .item {
    width: 302px;
    padding: 0;
  }
  #blog #feed .img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #blog #feed .img:hover {
    opacity: 0.8;
  }
}

/*--------------------------------------
	sec1
--------------------------------------*/
#sec1 {
  text-align: center;
  padding-top: 13%;
  padding-bottom: 18%;
}

#sec1 .txt {
  margin: 8% 0 10%;
  padding: 0 5%;
  text-align: justify;
}

#sec1 .bnr {
  margin: 0 10%;
}

@media only screen and (min-width: 768px) {
  #sec1 {
    padding-bottom: 90px;
    padding-top: 60px;
  }
  #sec1 .txt {
    padding: 0;
    text-align: center;
    margin: 22px 0 44px;
  }
  #sec1 .bnr {
    margin: 0;
  }
}

/*--------------------------------------
	sec2
--------------------------------------*/
#sec2 {
  position: relative;
}

#sec2 .img1 {
  height: 99.8666666667vw;
  max-height: 700px;
  background: url("../img/index/sec2_img1.jpg") no-repeat center/cover;
}

#sec2 .img2 {
  height: 88.4vw;
  max-height: 663px;
  margin-top: 3vw;
  background: url("../img/index/sec2_img2.jpg") no-repeat center/cover;
}

#sec2 .txt-box {
  z-index: 2;
  position: absolute;
  top: 21%;
  right: 0;
  left: 0;
  width: 90%;
  margin: auto;
  padding-top: 20%;
  padding-bottom: 20%;
  background: rgba(255, 255, 255, 0.68);
  border: 2px solid rgba(0, 0, 0, 0.68);
}

#sec2 .txt-box:before {
  content: "";
  width: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  height: 75vw;
  top: 90%;
}

#sec2 .txt-box:after {
  content: "";
  margin: auto;
  background: #000;
  height: 15px;
  width: 70px;
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
}

#sec2 .txt-box .txt {
  margin-top: 10%;
  padding: 0 14%;
  color: #3c3c3c;
}

@media only screen and (min-width: 768px) {
  #sec2 .img1 {
    height: 749px;
    max-height: 749px;
    background-size: auto auto;
  }
  #sec2 .img2 {
    height: 663px;
    max-height: 663px;
    margin-top: 21px;
    background-size: auto auto;
  }
  #sec2 .txt-box {
    top: 413px;
    width: 558px;
    height: 737px;
    padding-top: 135px;
    border-width: 4px;
  }
  #sec2 .txt-box:before {
    content: none;
  }
  #sec2 .txt-box .txt {
    margin-top: 70px;
    padding: 0 75px 0 80px;
    font-size: 14px;
    line-height: 30px;
  }
  #sec2 .txt-box:after {
    height: 24px;
    width: 115px;
    bottom: -12px;
  }
}

/*--------------------------------------
	sec3
--------------------------------------*/
#sec3 {
  text-align: center;
  z-index: 2;
  margin-top: 8%;
  position: relative;
  height: 115.2vw;
  background-position: top left 62%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/index/sec3_bg.jpg");
  padding-top: 84%;
}

#sec3:before {
  content: "";
  width: 1px;
  height: 50vw;
  background: #000;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
}

#sec3 .bnr {
  width: 52%;
  margin: auto;
}

#sec3 .bnr a {
  z-index: 1;
  display: block;
  position: relative;
}

#sec3 .bnr a:before {
  content: "";
  background: url("../img/index/sec3_btn_shadw.png") no-repeat center/contain;
  width: 77.3333333333vw;
  height: 33.3333333333vw;
  position: absolute;
  left: -13.0666666667vw;
  top: -12.1333333333vw;
  pointer-events: none;
  z-index: -1;
}

#sec3 .bnr a:after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: #a067ae;
  pointer-events: none;
}

#sec3 .bnr a span {
  z-index: 2;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #sec3 {
    max-width: 95%;
    margin: 50px auto 0;
    height: 864px;
    background-position: top center;
    background-size: auto auto;
    padding-top: 634px;
  }
  #sec3:before {
    height: 780px;
    top: -440px;
  }
  #sec3 .bnr {
    width: 382px;
  }
  #sec3 .bnr a:before {
    width: 580px;
    height: 250px;
    left: -98px;
    top: -91px;
  }
  #sec3 .bnr a:hover img {
    opacity: 1;
  }
  #sec3 .bnr a:hover:after {
    opacity: 1;
  }
}

/*--------------------------------------
	sec4
--------------------------------------*/
#sec4 {
  z-index: 2;
  position: relative;
  padding-bottom: 13%;
}

#sec4 h2 {
  width: 80%;
  text-align: center;
  margin: -10vw auto 0;
}

#sec4 .slide {
  padding-top: 50px;
}

#sec4 .slide .slick-arrow {
  top: -50px;
}

#sec4 .slide .slick-arrow.slick-prev {
  left: 4%;
}

#sec4 .slide .slick-arrow.slick-next {
  right: auto;
  left: calc(5% + 70px);
  left: 17%;
}

#sec4 .slide .item {
  width: 52vw !important;
  padding: 0 1.5vw;
}

@media only screen and (min-width: 768px) {
  #sec4 {
    padding-bottom: 102px;
  }
  #sec4 h2 {
    margin-top: -52px;
  }
  #sec4 .slide {
    padding-top: 66px;
  }
  #sec4 .slide .item {
    width: 100% !important;
    padding: 0 10px;
  }
  #sec4 .slide .slick-arrow {
    top: -66px;
  }
  #sec4 .slide .slick-arrow.slick-next {
    left: calc(50% - 360px);
  }
  #sec4 .slide .slick-arrow.slick-prev {
    left: calc(50% - 460px);
  }
}

/*--------------------------------------
	sec5
--------------------------------------*/
#sec5 {
  position: relative;
  padding-top: 10%;
  padding-bottom: 15%;
  border-top: 1px solid #000;
}

#sec5 h2 {
  text-align: center;
  margin-bottom: 5%;
}

#sec5 .bnr {
  width: 52%;
  margin: auto;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  margin: auto;
}

#sec5 .bnr a {
  z-index: 1;
  display: block;
  position: relative;
}

#sec5 .bnr a:before {
  content: "";
  background: url("../img/index/sec5_btn_shadw.png") no-repeat center/contain;
  width: 61.0666666667vw;
  height: 18.8vw;
  position: absolute;
  left: -4.8vw;
  top: -5.0666666667vw;
  pointer-events: none;
  z-index: -1;
}

#sec5 .bnr a:after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: #6fb42b;
  pointer-events: none;
}

#sec5 .bnr a span {
  z-index: 2;
  position: relative;
}

#sec5 .txt {
  height: 200px;
  padding: 0 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sec5 .slide {
  position: relative;
}

#sec5 .slide .slick-dots {
  left: 0;
  right: 0;
  top: calc(-200px - 2vw);
  position: absolute;
}

#sec5 .slide .item {
  height: 119.2vw;
}

#sec5 .slide .slide1 {
  background: url("../img/index/sec5_img4.jpg") no-repeat center/cover;
}

#sec5 .slide .slide2 {
  background: url("../img/index/sec5_img3.jpg") no-repeat center/cover;
}

#sec5 .slide .slide3 {
  background: url("../img/index/sec5_img2.jpg") no-repeat center/cover;
}

#sec5 .slide .slide4 {
  background: url("../img/index/sec5_img1.jpg") no-repeat center/cover;
}

@media only screen and (min-width: 768px) {
  #sec5 {
    padding-top: 78px;
    padding-bottom: 112px;
  }
  #sec5 h2 {
    text-align: left;
    margin: 0 -90px 0 -40px;
    float: left;
  }
  #sec5 .txt-box {
    max-width: 100%;
    width: 1400px;
    margin: auto;
    position: relative;
    zoom: 1;
  }
  #sec5 .txt-box:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
  }
  #sec5 .txt {
    float: right;
    height: 160px;
    width: 560px;
    padding: 0 50px 0 0;
    border-left: 1px solid #000;
  }
  #sec5 .txt p {
    width: 425px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  #sec5 .slide {
    max-width: 1450px;
    padding: 0 75px;
    margin: 0 auto;
  }
  #sec5 .slide .slick-dots {
    left: -65px;
    right: auto;
    top: 127px;
  }
  #sec5 .slide .slick-dots li {
    display: block;
  }
  #sec5 .slide .item {
    height: 894px;
  }
  #sec5 .bnr {
    width: 382px;
    left: 113px;
    top: 38px;
    bottom: auto;
    right: auto;
  }
  #sec5 .bnr a:before {
    width: 458px;
    height: 141px;
    left: -36px;
    top: -38px;
  }
  #sec5 .bnr a:hover img {
    opacity: 1;
  }
  #sec5 .bnr a:hover:after {
    opacity: 1;
  }
}
