
body{
  background: rgba(254, 239, 239, 0.34);
}

.header-logo {
    width: 100rem;
    height: 60rem;
}

@media (min-width: 769px) {
    .header-logo {
        width: 183rem;
        height: 81rem;
    }
}

.form-top_num {
  border: 3rem solid #00C7C7;
}


.page-hoiku .form-top_num:nth-of-type(1),
.page-hoiku-2 .form-top_num:nth-of-type(2),
.page-hoiku-3 .form-top_num:nth-of-type(3),
.page-hoiku-4 .form-top_num:nth-of-type(4),
.page-hoiku-5 .form-top_num:nth-of-type(5) {
  background: #00C7C7;
  color: #FFF;
}

.jobs .wpcf7-list-item-label {
  height: auto;
  border-left: 7rem solid #FF7A00;
}
.jobs.no-img .wpcf7-list-item-label::before {
  content: none;
}
.form .submit input {
  background: #00C7C7;
}