/*******************************************/
/*** NISSO-PB ***/
/*******************************************/
.pb-j-mv {
  position: relative;
  padding-top: 90px;
  background-color: #fdfdfd;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .pb-j-mv {
    padding-top: 64px;
  }
}
.pb-j-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/asset/image/pb-j/bg_mv.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1850px;
  height: 100%;
}
@media screen and (max-width: 767.9px) {
  .pb-j-mv::before {
    background-image: url(/asset/image/pb-j/bg_mv_sp.jpg);
    width: 535px;
    height: 660px;
  }
}
.pb-j-mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.03137) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
}
.pb-j-mv_inner {
  position: relative;
  z-index: 2;
}
.pb-j-mv_ttl-col2 {
  padding: 36px 0 54px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
  width: 100%;
  min-height: 600px;
  max-width: 1200px;
}
@media screen and (min-width: 980.9px) and (max-width: 1350px) {
  .pb-j-mv_ttl-col2 {
    padding: 37px 30px 54px;
    gap: 0 30px;
    min-height: 516px;
  }
}
@media screen and (max-width: 980px) {
  .pb-j-mv_ttl-col2 {
    padding: 37px 30px 54px;
    gap: 0 30px;
    min-height: 516px;
  }
}
@media screen and (max-width: 767.9px) {
  .pb-j-mv_ttl-col2 {
    padding: 50px 30px 45px;
    min-height: auto;
    display: block;
  }
}
.pb-j-mv_ttl-line1 {
  width: 453px;
}
@media screen and (min-width: 980.9px) and (max-width: 1350px) {
  .pb-j-mv_ttl-line1 {
    width: 453px;
  }
}
@media screen and (max-width: 980px) {
  .pb-j-mv_ttl-line1 {
    width: 360px;
  }
}
@media screen and (max-width: 767.9px) {
  .pb-j-mv_ttl-line1 {
    width: 100%;
  }
}
.pb-j-mv_ttl-logo {
  width: 453px;
}
@media screen and (min-width: 980.9px) and (max-width: 1350px) {
  .pb-j-mv_ttl-logo {
    width: 453px;
  }
}
@media screen and (max-width: 980px) {
  .pb-j-mv_ttl-logo {
    width: 360px;
  }
}
@media screen and (max-width: 767.9px) {
  .pb-j-mv_ttl-logo {
    margin: 0 auto;
    width: 249px;
  }
}
.pb-j-mv_ttl-lead {
  margin-top: 38px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 980.9px) and (max-width: 1350px) {
  .pb-j-mv_ttl-lead {
    font-size: 28px;
  }
}
@media screen and (max-width: 980px) {
  .pb-j-mv_ttl-lead {
    font-size: 28px;
  }
}
@media screen and (max-width: 767.9px) {
  .pb-j-mv_ttl-lead {
    margin-top: 10px;
    font-size: 22px;
    text-align: center;
  }
}
.pb-j-mv_ttl-text {
  margin-top: 38px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .pb-j-mv_ttl-text {
    margin-top: 32px;
  }
}
.pb-j-mv_ttl-image {
  max-width: 600px;
}
@media screen and (min-width: 980.9px) and (max-width: 1350px) {
  .pb-j-mv_ttl-image {
    max-width: 431px;
  }
}
@media screen and (max-width: 980px) {
  .pb-j-mv_ttl-image {
    max-width: 500px;
  }
}
@media screen and (max-width: 767.9px) {
  .pb-j-mv_ttl-image {
    padding: 0 10px;
    margin: 25px auto 0;
    width: auto;
    max-width: 500px;
  }
}

.pb-j-tab {
  padding: 40px 0 0 0;
}
.pb-j-tab_content > *:first-child {
  padding-top: 0;
  margin-top: 0;
}
.pb-j-tab_title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.pb-j-table_link {
  transition: all 0.3s linear;
}
.pb-j-table_link:hover .pb-j-table_link_label {
  border-bottom: 1px solid #1868d3;
  color: #1868d3;
}
.pb-j-table_link_label {
  position: relative;
  display: inline;
  border-bottom: 1px solid #434343;
  transition: all 0.3s linear;
}

.pb-j-image {
  margin: 30px 0;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .pb-j-image {
    margin: 30px auto;
    text-align: center;
  }
}

.pb-j-panel .m-panel_content {
  height: 100%;
}
.pb-j-panel .m-panel_content .m-panel_textarea {
  align-self: flex-start;
}/*# sourceMappingURL=pb-j.css.map */