.underpage {
  overflow: hidden;
}
.underpage #firstview {
  height: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 0% 100%);
}
.underpage #firstview:before {
  content: "";
  z-index: -1;
  width: 100vw;
  height: 110%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.67777;
  background: url(../images/common/bg-mv.webp) top center/cover;
  filter: blur(12px);
}
.underpage #firstview .title {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.3333333333rem;
  font-weight: 700;
  padding-top: 100px;
  color: #1F2F8E;
}
@media screen and (max-width: 1480px) {
  .underpage #firstview .title {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  .underpage #firstview .title {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  .underpage #firstview {
    height: 280px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0% 100%);
  }
  .underpage #firstview .title {
    padding-top: 40px;
    font-size: 1.7777777778rem;
  }
  .underpage #firstview:before {
    width: 100%;
    height: 250px;
  }
}
.underpage .breadcrumb {
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: auto;
  text-align: right;
  padding-bottom: 60px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1920px) {
  .underpage .breadcrumb {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  .underpage .breadcrumb {
    width: calc(100% - 16vw);
  }
}
.underpage .breadcrumb .inner {
  display: inline-block;
}
.underpage .breadcrumb .inner .list {
  display: flex;
}
.underpage .breadcrumb .inner .list li {
  font-size: 0.8333333333rem;
  display: flex;
  align-items: center;
}
.underpage .breadcrumb .inner .list li:after {
  content: "";
  background: linear-gradient(74deg, #3046A0 0%, #1F2F8E 100%);
  width: 16px;
  height: 1px;
  display: inline-block;
  margin: 0 20px;
}
.underpage .breadcrumb .inner .list li:last-child:after {
  content: none;
}
.underpage .breadcrumb .inner .list li a, .underpage .breadcrumb .inner .list li span {
  font-weight: 700;
}
.underpage .breadcrumb .inner .list li a:hover {
  text-decoration: underline;
}
.underpage .breadcrumb .inner .list li img {
  width: 22px;
  height: 20px;
}
@media screen and (max-width: 1400px) {
  .underpage .breadcrumb {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 959px) {
  .underpage .breadcrumb {
    width: calc(100% - 8vw);
    padding: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .underpage .breadcrumb {
    overflow-X: scroll;
    margin-bottom: 24px;
  }
  .underpage .breadcrumb .inner {
    white-space: nowrap;
    padding: 10px 0 10px 8vw;
  }
}/*# sourceMappingURL=underparts.css.map */