body {
  font-family: "Noto Sans JP", sans-serif !important;
}

.logo__company {
  max-width: 1024px;
  margin: 0 auto;
}
.logo__company img {
  width: 100%;
}
.logo__icon {
  max-width: 48px;
}
.logo__icon img {
  width: 100%;
}
.logo-back {
  position: relative;
}
.logo-back:after {
  content: "";
  background-image: url("../img/company/logo-back.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 320px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 80px;
  bottom: -80px;
  z-index: -1;
  opacity: 0.2;
}
@media screen and (max-width: 991px) {
  .logo-back:after {
    max-width: 200px;
    right: -10px;
    bottom: -140px;
  }
}
@media screen and (max-width: 767px) {
  .logo-back:after {
    max-width: 200px;
    right: -10px;
    bottom: -220px;
  }
}

.purple__light {
  color: #7a4a72;
}
.purple__light a {
  color: #7a4a72;
  text-decoration: none;
}
.purple__light a:hover {
  color: #7a4a72;
  text-decoration: underline;
}
.purple__light--bg {
  background-color: #7a4a72;
}
.purple__grad {
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0)), to(#7a4a72));
  background: linear-gradient(to right bottom, rgba(0, 0, 0, 0), #7a4a72);
}

.btn__link {
  margin-top: 2rem;
}
.btn__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7a4a72;
  text-decoration: none;
  max-width: 300px;
  width: 100%;
  height: 60px;
  border: 1px solid #7a4a72;
  border-radius: 10px;
}
.btn__link a:hover {
  color: white;
  border: none;
  background-color: #7a4a72;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .btn__link a {
    margin: 0 auto;
  }
  .btn__link a:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .btn__link {
    text-align: center;
  }
}
.btn__link.external a {
  color: white;
  border: none;
  background-color: #7a4a72;
}
.btn__link.center a {
  margin: 0 auto;
}

.heading__recruit {
  position: relative;
  height: 60vh;
  background-image: url("../img/business/recruit-heading.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.heading__recruit--text {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
}
.heading__recruit--text h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.3);
}
.heading__recruit--text p {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#c09ac8), to(#7a4a72));
  background: linear-gradient(to right, #c09ac8, #7a4a72);
  padding: 0 10px;
}
.heading__recruit img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.heading__sub {
  margin-bottom: 3rem;
}

.page-footer.purple {
  background-color: #7a4a72;
}

.footer-sns a {
  padding: 0 10px;
}

.vanilla-zoom {
  width: 100%;
  /*display: flex;*/
}
.vanilla-zoom .sidebar {
  /*flex-basis: 30%;*/
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*flex-direction: column;*/
}
.vanilla-zoom .sidebar img.small-preview {
  width: 60px;
  margin-right: 5px;
  cursor: pointer;
  opacity: 0.5;
}
.vanilla-zoom .sidebar img.small-preview.active, .vanilla-zoom .sidebar img.small-preview:hover {
  opacity: 1;
}
.vanilla-zoom .sidebar img.small-preview:last-child {
  margin-right: 0;
}
.vanilla-zoom .zoomed-image {
  width: 100%;
  height: 300px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  margin-bottom: 5px;
}