/*  ------------------------------ pass.scss */
.pass {
  background-image: -webkit-image-set(url("../img/pass-bg.jpg") 1x, url("../img/pass-bg@2x.jpg") 2x);
  background-image: image-set(url("../img/pass-bg.jpg") 1x, url("../img/pass-bg@2x.jpg") 2x);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}
.pass h2 {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.3;
  margin-bottom: 42px;
}
.pass p {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}
.pass p + p {
  margin-right: 3rem;
  margin-bottom: 120px;
}
.pass-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 10px;
}
.pass-item {
  flex: 1;
  padding: 30px 18px;
}
.pass-item a {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  width: 300px;
  display: block;
  margin: 0 auto 22px;
  color: #fff;
  font-size: 2.6rem;
  border: 2px solid #fff;
  transition: 0.3s;
}
.pass-item a:hover {
  background: #fff;
  transition: 0.3s;
}
.pass__left {
  background: rgba(0, 147, 168, 0.3);
}
.pass__left a {
  background: #0093a8;
  border-color: #0093a8;
}
.pass__left a:hover {
  color: #0093a8;
}
.pass__right {
  background: rgba(222, 86, 33, 0.3);
}
.pass__right a {
  background: #de5621;
  border-color: #de5621;
}
.pass__right a:hover {
  color: #de5621;
}
.pass-img {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.pass-img img {
  max-height: 138px;
}
.pass-img + .pass-img img {
  max-height: 108px;
}

@media screen and (max-width: 834px) {
  .pass {
    background-size: 130%;
  }
  .pass h2 {
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .pass p {
    font-size: 1.4rem;
  }
  .pass p + p {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .pass-flex {
    flex-direction: column;
    gap: 20px 0;
  }
  .pass-item {
    padding: 26px 5px;
  }
  .pass-item a {
    height: 43px;
    line-height: 43px;
    font-size: 1.8rem;
    width: 218px;
  }
  .pass-img img {
    max-height: 110px;
  }
  .pass-img {
    margin-top: -10px;
  }
  .pass-img + .pass-img img {
    max-height: 86px;
  }
}/*# sourceMappingURL=hp_pass.css.map */