.br {
  display: none;
}
@media screen and (min-width: 769px) {
  .br.mnw769 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.mxw768 {
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .br.mxw500 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.dp-mx-tablet {
    display: inline;
  }
}

.front-mv {
  position: relative;
  min-height: 100vh;
  padding: 20px 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.front-mv .list-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.front-mv .item-bg {
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.front-mv .item-bg:first-of-type {
  background-image: url("../images/front/bg-mv.webp");
}
.front-mv .item-bg:nth-of-type(2) {
  display: none;
}
.front-mv .content {
  position: relative;
  z-index: 1;
  margin-top: 10vw;
  width: 100%;
}
.front-mv .txt-lead {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1770px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #fff;
}
.front-mv .list-gate {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5vw;
}
@media screen and (max-width: 768px) {
  .front-mv .list-gate {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.front-mv .item-gate {
  width: 42.6229508197%;
  max-width: 520px;
}
.front-mv .item-gate:hover {
  filter: contrast(110%);
}
.front-mv .item-gate img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .front-mv .txt-lead {
    padding: 0 2vw;
    font-size: 1.8rem;
    text-align: center;
  }
  .front-mv .list-gate {
    display: block;
  }
  .front-mv .item-gate {
    margin: 0 auto;
    width: 91%;
    max-width: 420px;
  }
  .front-mv .item-gate.intro {
    margin-top: 20px;
  }
  .front-mv .list-bg {
    pointer-events: none;
    user-select: none;
  }
  .front-mv .item-bg {
    min-height: 100vh;
  }
  .front-mv .item-bg:first-of-type {
    background-image: url("../images/front/sp-bg-mv-1.webp");
  }
  .front-mv .item-bg:nth-of-type(2) {
    display: block;
    background-image: url("../images/front/sp-bg-mv-2.webp");
  }
}

.sec-news {
  padding: 150px 0;
}
.sec-news .ttl {
  text-align: center;
}
.sec-news .ttl .ttl__en {
  display: inline-block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5rem;
}
.sec-news .ttl .ttl__ja {
  font-size: 2.4rem;
  font-weight: 500;
}
.sec-news .ttl .ttl__ja:after {
  display: block;
  margin: 20px auto 0;
  width: 80px;
  height: 8px;
  content: "";
  background-color: #f38100;
}
@media screen and (max-width: 768px) {
  .sec-news .ttl .ttl__en {
    font-size: 3.4rem;
  }
  .sec-news .ttl .ttl__ja {
    font-size: 2.2rem;
  }
  .sec-news .ttl .ttl__ja:after {
    margin-top: 12px;
  }
}
.sec-news .news-list {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .sec-news .news-list {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-news .news-item {
  border-top: 1px dashed #5a5a5a;
  padding: 30px 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #5a5a5a;
}
.sec-news .news-item:last-of-type {
  border-bottom: 1px dashed #5a5a5a;
}
.sec-news .news-item__container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1110px;
}
.sec-news .news-item__cat {
  display: inline-block;
  border-radius: 9px;
  margin-left: 60px;
  margin-right: 40px;
  margin: 0 20px;
  padding: 5px 0;
  min-width: 120px;
  text-align: center;
  color: #fff;
}
.sec-news .news-item__cat.notice {
  background-color: #707070;
}
.sec-news .news-item__cat.advertising {
  background-color: #f38100;
}
.sec-news .news-item__cat.construction {
  background-color: #6f86d6;
}
.sec-news .btn.more {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-news .btn.more {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-news .btn.more .btn__anchor {
  position: relative;
  display: block;
  border: 1px solid #000;
  margin: 60px auto 0;
  max-width: 360px;
  height: 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  transition: 0.25s;
}
.sec-news .btn.more .btn__anchor:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  border: 2px solid transparent;
  margin: auto auto;
  width: 95%;
  height: 75%;
  content: "";
  transition: 0.25s;
}
.sec-news .btn.more .btn__anchor:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  opacity: 0;
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  transition: 0.35s;
}
.sec-news .btn.more .btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec-news .btn.more > a:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  .sec-news .btn.more > a:hover:before {
    border: 2px solid #fff;
  }
  .sec-news .btn.more > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-news .btn.more .btn__anchor {
    border: 0;
  }
  .sec-news .btn.more .btn__anchor:before {
    display: none;
  }
  .sec-news .btn.more .btn__anchor:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
  }
  .sec-news .btn.more .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .sec-news .news-item__ttl:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .sec-news {
    padding: 60px 0;
  }
  .sec-news .news-item {
    padding: 20px 0;
  }
  .sec-news .news-item__container {
    flex-wrap: wrap;
  }
  .sec-news .news-item__ttl {
    margin-top: 10px;
    width: 100%;
  }
  .sec-news .news-item__cat {
    min-width: 100px;
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=front.css.map */