.header {
  background-image: url(/img/recruit/header.jpg);
}
.main {
  margin-bottom: 100px;
}
.box-wrapper {
  max-width: 976px;
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 100px;
  padding: 30px 30px 45px 30px;
  background-color: white;
  border-radius: 50px;
  color: var(--myFontColor);
  font-size: 1.8rem;
  line-height: 3.0rem;
}
.contents-wrapper {
  width: 100%;
}
#schoolphoto-recruit {
  display: block;
}
.recruit-state {
  text-align: center;
  margin-bottom: 50px;
}
.recruit-row {
  margin: auto;
  display: flex;
  align-items: flex-end;
  width: 90%;
  margin-top: 30px;
  border-bottom: dashed 1px var(--myFontColor);
  padding-bottom: 10px;

}
.recruit-left {
  width: 20%;
  margin-right: 10px;
  box-sizing: border-box;
  text-align: left;
  align-self: stretch;
  font-size: 2rem;
  font-weight: 700;
}
.recruit-right {
  width: 80%;
  font-size: 1.8rem;
}
.entry-button a{
  display: block;
  margin: auto;
  text-align: center;
  padding: 20px 0;
  margin-top: 30px;
  color: white;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: var(--myAccentColor2);
  border: solid 3px var(--myAccentColor2);
  max-width: 300px;
  width: 50%;
  border-radius: 50px;
  box-shadow: 0px 5px 0px rgb(119, 69, 28);
}
.entry-button a:hover {
  background-color: white;
  color: var(--myAccentColor2);
}
.entry-button a:active {
  box-shadow: none;
  transform: translateY(5px);
}
@media(max-width: 1023px) {
  .box-wrapper {
    border-radius: 0;
  }

}
@media(max-width:599px) {
  .header {
    background-image: url(/img/recruit/header_sp.jpg);
  }
  .box-wrapper {
    border-radius: 0;
    width: 100%;
  }
  .recruit-row {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;
  }
  .recruit-left {
    width: 100%;
    border-bottom: none;
  }
  .recruit-right {
    width: 100%;
    line-height: 2.2rem;
  }
  .entry-button a{
    padding: 20px 0;
    font-size: 2rem;
    font-weight: 700;
    background-color: var(--myAccentColor2);
    max-width: 300px;
    width: 90%;
  }
}
