﻿.sub.entry .sub__top {
  background-color: #0e7c8f;
}
.sub.entry .sub__title--jp,
.sub.entry .sub__title--en {
  font-weight: 400;
  font-size: 36px;
  line-height: 38px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .sub.entry .sub__title--jp,
  .sub.entry .sub__title--en {
    font-size: 14px;
    line-height: 24px;
  }
}
.sub.entry .sub__title--en {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sub.entry .sub__title--en {
    margin-top: 10px;
  }
}
.sub.entry .form__step--wrapper {
  margin-inline: auto;
  margin-block: 100px;
  width: 100%;
  max-width: 600px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sub.entry .form__step--wrapper {
    margin-block: 50px;
    max-width: 130px;
  }
}
.sub.entry .form__step--wrapper img {
  aspect-ratio: 669/62;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .sub.entry .form__step--wrapper img {
    aspect-ratio: 130/111;
  }
}
.sub.entry .section__entryForm {
  margin-top: 80px;
}
/*# sourceMappingURL=page-entry.css.map */