@charset "utf-8";
/*------------------------  home  ------------------------*/

/*-----  mv  -----*/
#home .mv {
  position: relative;
}
#home .mv_video {
  width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
}
#home .mv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
#home .mv .copy {
  width: auto;
}

@media screen and (max-width: 1020px) {
  #home .mv_video {
    height: 500px;
  }
  #home .mv .copy {
    top: 9%;
    width: px;
  }
}

@media screen and (max-width: 800px) {
  #home .mv_video {
    height: 340px;
  }
  #home .mv .copy {
    top: 8%;
  }
}


/* ---- */
.greet {
  max-width: 1080px;
  margin: 80px auto;
}
.greet_inner {
  text-align: center;
}
.greet_inner h2 {
  color: #14559A;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 22px;
}
.greet_inner p {
  line-height: 28px;
  font-weight: 500;
}

@media screen and (max-width:768px) {
  .greet_inner {
    padding: 0 4.5%;
  }
  .greet_inner h2 {
    font-size: 22px;
  }
}
/*-----  stand  -----*/
#home .stand {
  padding: 90px 4% 30px;
  background: #F3F8F8;
}
#home .stand .stand-block {
  display: flex;
  align-items: center;
  margin: 0 auto 70px;
  max-width: 1200px;
  flex-direction: row-reverse;
}
#home .stand .stand-block .photo {
  flex-basis: 58%;
}
#home .stand .stand-block .txt-block {
  flex-basis: 42%;
  padding: 0 4%;
}
#home .stand .stand-block .txt-block .ttl-block {
  position: relative;
  padding: 0 0 20px;
  line-height: 1.3;
}
#home .stand .stand-block .txt-block .cap {
  padding: 0 0 1px;
  font-weight: 700;
  font-size: 16px;
  color: #14559A;
  letter-spacing: 0;
}
#home .stand .stand-block .txt-block .ttl {
  font-weight: 700;
  font-size: 30px;
}
#home .stand .stand-block .txt-block .txt {
  padding: 22px 0 0;
  line-height: 1.7;
}
#home .stand .stand-block .txt-block .stand-btn {
  margin: 30px 0 0 0;
  width: 190px;
}

#home .stand-block_img {
  object-fit: cover;
  height: 300px;
}

 #home .image {
  position: relative;
  z-index: 99;
 }
 #home .sp {
  display: none;
 } 
@media screen and (max-width: 1020px) {
  #home .stand {
    padding: 90px 3% 30px;
  }

  #home .stand .stand-block .photo img {
    height: 400px;
    object-fit: cover;
  }
  #home .stand .stand-block .txt-block {
    padding: 0 5%;
  }
  #home .stand .stand-block .txt-block .ttl-block {
    padding: 0 0 18px;
  }
  #home .stand .stand-block .txt-block .cap {
    font-size: 15px;
  }
  #home .stand .stand-block .txt-block .ttl {
    font-size: 28px;
  }
  #home .stand .stand-block .txt-block .txt {
    padding: 20px 0 0;
    line-height: 1.6;
  }
  #home .pc {
    display: block;
  }
  #home .sp {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  #home .stand {
    padding: 45px 5%;
  }
  #home .stand .stand-block {
    display: block;
    margin: 0 auto 0px;
  }

  #home .stand .stand-block .photo img {
    height: auto;
    object-fit: contain;
  }
  #home .stand .stand-block .txt-block {
    padding: 25px 0 0px;
  }
  #home .stand .stand-block .txt-block .ttl-block {
    padding: 0 0 16px;
  }
  #home .stand .stand-block .txt-block .cap {
    font-size: 14px;
  }
  #home .stand .stand-block .txt-block .ttl {
    font-size: 22px;
  }
  #home .stand .stand-block .txt-block .txt {
    padding: 0;
    line-height: 1.6;
    font-size: 16px;
  }
  #home .stand .stand-block .txt-block .stand-btn {
    margin: 30px auto 0;
    width: 170px;
  }

}

/*-----  news  -----*/
#home .news {
  margin: 0 0 80px;
  background: #F3F8F8;

}
#home .news .news-inner {
  margin: 0 auto;
  padding: 70px 6% 70px;
  max-width: 1200px;
}
#home .news .ttl-block {
  padding: 0 0 24px;
  line-height: 1.3;
}
#home .news .ttl-block .cap {
  padding: 0 0 1px;
  font-weight: 700;
  font-size: 16px;
  color: #14559A;
  letter-spacing: 0;
}
#home .news .ttl-block .ttl {
  font-weight: 700;
  font-size: 30px;
}
#home .news .news-list .item {
  border-bottom: 1px solid #d8d8d8;
  line-height: 1.5;
}
#home .news .news-list .item:first-of-type {
  border-top: 1px solid #d8d8d8;
}
#home .news .news-list .link {
  display: flex;
  padding: 20px 16px;
}
#home .news .news-list .date {
  flex-basis: 7.4em;
  font-weight: 700;
}
#home .news .news-btn {
  margin: 30px 0 0 auto;
  width: 190px;
}
@media screen and (max-width: 1020px) {
  #home .news .ttl-block .cap {
    font-size: 15px;
  }
  #home .news .ttl-block .ttl {
    font-size: 28px;
  }
}

@media screen and (max-width: 800px) {
  #home .news {
    margin: 0 0 50px;
  }
  #home .news .news-inner {
    padding: 45px 6% 45px;
  }
  #home .news .ttl-block {
    padding: 0 0 18px;
  }
  #home .news .ttl-block .cap {
    font-size: 14px;
  }
  #home .news .ttl-block .ttl {
    font-size: 22px;
  }
  #home .news .news-list .link {
    display: block;
    padding: 16px 0;
  }
  #home .news .news-list .date {
    padding: 0 0 1px;
  }
  #home .news .news-btn {
    margin: 25px auto 0;
    width: 170px;
  }
}

/*-----  lower  -----*/
#home .lower {
  margin: 0 auto;
  padding: 0 3% 90px;
  max-width: 1200px;
}
#home .lower .lower-inner {
  display: flex;
  justify-content: center;
}
#home .lower .item {
  flex-basis: calc(100% / 3);
  line-height: 1.3;
}
#home .lower .item:not(:last-of-type) {
  margin: 0 3% 0 0;
}
#home .lower .item .photo {
  padding: 0 0 22px;
}
#home .lower .item .ttl-block {
  position: relative;
  padding: 0 0 20px;
  border-bottom: solid #d8d8d8 1px;
}
#home .lower .item .cap {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #14559A;
  letter-spacing: 0;
}
#home .lower .item .ttl {
  font-weight: 700;
  font-size: 24px;
}
#home .lower .item .lower-btn {
  text-align: right;
  padding: 20px 0;
}
#home .lower .item .lower-btn .btn2 img{
  width: 120px;
}
@media screen and (max-width: 1020px) {
  #home .lower .item .cap {
    font-size: 14px;
  }
  #home .lower .item .ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
  #home .lower {
    padding: 0 6% 40px;
  }
  #home .lower .lower-inner {
    display: block;
  }
  #home .lower .item:not(:last-of-type) {
    margin: 0;
    padding: 0 0 35px;
  }
  #home .lower .item .photo {
    padding: 0 0 14px;
  }
  #home .lower .item .ttl-block {
    padding: 0 0 16px;
  }
  #home .lower .item .cap {
    font-size: 14px;
  }
  #home .lower .item .ttl {
    font-size: 23px;
  }
}
