@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%;
  }
}

/*-----  stand  -----*/
#home .stand {
  padding: 90px 4% 30px;
  background: #f0efe9;
}
#home .stand .stand-block {
  display: flex;
  align-items: center;
  margin: 0 auto 70px;
  max-width: 1200px;
  position: relative;
  z-index: 99;
}
#home .stand .stand-block:nth-of-type(odd) {
  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-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #3d75bf;
  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: 180px;
}

#home .bg {
  position: relative;
  width: 100%;
  height: 100%;
}
#home .stand-block_img {
  object-fit: cover;
  height: 300px;
}

#home .bg .bg_01 {
  background: url(/images/bg_魚群.png) no-repeat;
  height: 365px;
    position: absolute;
    width: 733px;
    top: -263px;
    background-size: cover;
}
 #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% 10px;
  }
  #home .stand .stand-block {
    display: block;
    margin: 0 auto 35px;
  }

  #home .stand .stand-block .photo img {
    height: auto;
    object-fit: contain;
  }
  #home .stand .stand-block .txt-block {
    padding: 25px 0 28px;
  }
  #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;
  }
  #home .bg .sp {
    display: block;
  }
  #home .bg .pc {
    display: none;
  }
  #home .bg .bg_01 {
    background: url(/images/bg_魚群01SP.png) no-repeat;
    width: 357px;
    height: 201px;
    top: -121px;
  }
}

/*-----  news  -----*/
#home .news {
  position: relative;
  margin: 0 0 80px;
  border-bottom: 1px solid #e9e9e9;
  background: #f0efe9;

}
#home .news .news-inner {
  margin: 0 auto;
  padding: 70px 6% 70px;
  max-width: 1200px;
}
#home .news .ttl-block {
  position: relative;
  padding: 0 0 24px;
  line-height: 1.3;
}
#home .news .ttl-block .cap {
  padding: 0 0 1px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #3d75bf;
  letter-spacing: 0;
}
#home .news .ttl-block .ttl {
  font-weight: 700;
  font-size: 28px;
}
#home .news .news-list {
  position: relative;
  z-index: 99;
}
#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 10px;
}
#home .news .news-list .nolink {
  display: flex;
  padding: 20px 10px;
}
#home .news .news-list .date {
  flex-basis: 7.4em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
#home .news .news-list .news-title {
  flex: 1;
}
#home .news .news-btn {
  margin: 35px 0 0 auto;
  width: 180px;
  position: relative;
  z-index: 99;
}
#home .news::after {
  content: "";
  background: url(/images/bg_魚群02.png) no-repeat right;
  background-size: cover;
  width: 412px;
  height: 403px;
  position: absolute;
  right: 0;
  top: -120px;
}
@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 .nolink {
    display: block;
    padding: 16px 0;
  }
  #home .news .news-list .date {
    padding: 0 0 1px;
  }
  #home .news .news-btn {
    margin: 25px auto 0;
    width: 170px;
  }
  #home .news::after {
    background: url(/images/bg_魚群02SP.png) no-repeat;
    width: 161px;
    height: 241px;
    top: -108px;
  }
}

/*-----  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 40px;
  border-bottom: solid #d8d8d8 1px;
}
#home .lower .item .cap {
  padding: 0 0 1px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #3d75bf;
  letter-spacing: 0;
}
#home .lower .item .ttl {
  font-weight: 700;
  font-size: 22px;
}
#home .lower .item .lower-btn {
  text-align: right;
  padding: 20px 0;
}

@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;
  }
}
