.careers .inner {
  width: 1040px;
  max-width: 90%;
}
.careers .careers-sub-title {
  font-size: 1.9rem;
  font-weight: bold;
  margin: 3rem 0;
}
@media screen and (max-width: 540px) {
  .careers .careers-sub-title {
    margin: 2rem 0 1rem;
    font-size: 1.7rem;
  }
}
.careers h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (max-width: 540px) {
  .careers h3 {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
.careers h4 {
  background-color: #e2ebee;
  padding: 0.6rem;
  margin: 2rem 0 1rem;
}
@media screen and (max-width: 540px) {
  .careers h4 {
    font-size: 1.1rem;
    padding-left: 1rem;
  }
}
.careers .careers-item p {
  font-size: 0.81rem;
  line-height: 1.6;
}
@media screen and (max-width: 540px) {
  .careers .careers-item p {
    font-size: 1rem;
  }
}
.careers .careers-item-inner h5 {
  line-height: 1.6;
  margin-bottom: 0.3rem;
  margin-top: 2rem;
}
@media screen and (max-width: 540px) {
  .careers .careers-item-inner h5 {
    font-size: 1.05rem;
  }
}
.careers .careers-item-inner h5:first-child {
  margin-top: 0;
}
.careers .careers-item-inner p {
  padding-left: 1em;
}
.careers .careers-item-inner b {
  font-size: 0.81rem;
  line-height: 1.6;
}
.careers .careers-info {
  margin-top: 5rem;
  border: 1px solid #1f1e1e;
  padding: 2rem;
}
@media screen and (max-width: 540px) {
  .careers .careers-info {
    margin-top: 2rem;
  }
}
.careers .careers-info p {
  border-bottom: 1px solid #1f1e1e;
  padding: 1rem 0;
  font-size: 0.81rem;
  line-height: 1.6;
}
@media screen and (max-width: 540px) {
  .careers .careers-info p {
    font-size: 1rem;
  }
}
.careers .careers-info p:last-child {
  border-bottom: none;
}
.careers .careers-info b {
  display: inline-block;
  margin-bottom: 0.3rem;
}

.btn_01 {
  text-align: center;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.btn_01 a {
  background-color: #1f1e1e;
  border: 1px solid #1f1e1e;
  color: white;
  text-decoration: none;
  width: 26rem;
  padding: 0.9rem 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  max-width: 100%;
  transition: 0.2s;
}
.btn_01 a:hover {
  background-color: white;
  color: #1f1e1e;
  transition: 0.2s;
}
.btn_01 a:hover svg {
  fill: #1f1e1e;
}
.btn_01 svg {
  fill: white;
  transition: 0.2s;
}/*# sourceMappingURL=style.css.map */