.section-submain {
  background: url(../../img/recruit/bg_01.jpg) no-repeat center/cover;
}
.section-submain h2 {
  top: 40px;
  bottom: auto;
}
.section-message {
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  .section-message {
    padding: 40px 0;
  }
}
.section-message .img01 {
  text-align: center;
}
.section-message__box {
  display: flex;
  justify-content: center;
}
.section-message h2 {
  margin-top: 40px;
  font-size: 1.25rem;
  line-height: 1.2;
}
.section-message h2 span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: normal;
  transform: skewX(-5deg);
}
@media screen and (max-width: 480px) {
  .section-message h2 span {
    font-size: 40px;
  }
}
.section-message .txt01 {
  margin-top: 20px;
}
.section-message__row {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .section-message__row {
    display: block;
  }
}
.section-message__left {
  width: 40%;
}
@media screen and (max-width: 480px) {
  .section-message__left {
    width: 100%;
  }
}
.section-message__left img {
  display: block;
  margin: 0 40px 0 auto;
}
@media screen and (max-width: 768px) {
  .section-message__left img {
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .section-message__left img {
    margin: 0 auto;
  }
}
.section-message__right {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .section-message__right {
    width: 100%;
  }
}
.section-message__right img {
  display: block;
  margin: 0 auto 0 40px;
}
@media screen and (max-width: 768px) {
  .section-message__right img {
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .section-message__right img {
    margin: 20px auto 0;
  }
}
.section-contact {
  background-color: #f5f5f5;
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  .section-contact {
    padding: 40px 0;
  }
}
.section-contact h2 {
  font-size: 2.25rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .section-contact h2 {
    font-size: 1.25rem;
  }
}
.section-contact__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section-contact__box {
    display: block;
  }
}
.section-contact__col {
  background-color: #fff;
  border: 3px solid #1155a3;
  width: calc(50% - 20px);
  margin-top: 40px;
  padding: 40px;
}
@media screen and (max-width: 1100px) {
  .section-contact__col {
    padding: 3.63vw;
  }
}
@media screen and (max-width: 768px) {
  .section-contact__col {
    width: 100%;
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-contact__col {
    padding: 20px;
  }
}
.section-contact__col .txt01 {
  font-size: 1.25rem;
  font-weight: bold;
}
.section-contact__col .tel {
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  color: #1155a3;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .section-contact__col .tel {
    font-size: 4.31vw;
  }
}
@media screen and (max-width: 768px) {
  .section-contact__col .tel {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .section-contact__col .tel {
    font-size: 8vw;
  }
}
@media screen and (max-width: 480px) {
  .section-contact__col .tel {
    font-size: 1.875rem;
  }
}
.section-contact__col .form {
  margin-top: 20px;
  line-height: 1.2;
}
.section-contact__col .form a {
  display: inline-block;
  border: 2px solid #1155a3;
  border-radius: 30px;
  padding: 10px 50px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1155a3;
}
@media screen and (max-width: 1100px) {
  .section-contact__col .form a {
    padding: 10px 4.54vw;
    font-size: 2.18vw;
  }
}
@media screen and (max-width: 768px) {
  .section-contact__col .form a {
    padding: 10px 50px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .section-contact__col .form a {
    padding: 10px 30px;
    font-size: 1.25rem;
  }
}
.section-contact__col .txt02 {
  margin-top: 10px;
}
.section-staff h2 {
  font-size: 2.25rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .section-staff h2 {
    font-size: 1.5rem;
  }
}
.section-staff__box {
  background-color: #fafafa;
  width: 100%;
  max-width: 1024px;
  margin: 40px auto 0;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .section-staff__box {
    padding: 20px;
  }
}
.section-staff__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .section-staff__row {
    display: block;
  }
}
.section-staff__img {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .section-staff__img {
    width: 100%;
  }
}
.section-staff__txt {
  width: 50%;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .section-staff__txt {
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .section-staff__txt {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
}
.section-staff__txt h3 {
  font-size: 1.875rem;
  line-height: 1.4;
  color: #1155a3;
}
@media screen and (max-width: 768px) {
  .section-staff__txt h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .section-staff__txt h3 {
    font-size: 1.25rem;
  }
}
.section-staff__txt .name {
  margin-top: 10px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .section-staff__txt .name {
    margin-top: 5px;
  }
}
.section-staff__txt .txt01 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.section-staff__row02 {
  display: flex;
  margin-top: 40px;
}
.section-staff__img02 {
  flex: 0 0 126px;
}
@media screen and (max-width: 480px) {
  .section-staff__img02 {
    flex: 0 0 60px;
  }
}
.section-staff__txt02 {
  padding-left: 20px;
}
.section-requirements {
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  .section-requirements {
    padding: 40px 0;
  }
}
.section-requirements h2 {
  font-size: 2.25rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .section-requirements h2 {
    font-size: 1.5rem;
  }
}
.section-requirements__box {
  width: 100%;
  max-width: 1024px;
  margin: 40px auto 0;
}
.section-requirements__box h3 {
  font-size: 1.5rem;
  color: #1155a3;
}
@media screen and (max-width: 768px) {
  .section-requirements__box h3 {
    font-size: 1.25rem;
  }
}
.section-requirements__box table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 20px;
}
.section-requirements__box tr {
  border-bottom: 1px solid #bdbdbd;
}
.section-requirements__box th,
.section-requirements__box td {
  padding: 10px 20px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .section-requirements__box th,
  .section-requirements__box td {
    padding: 10px;
  }
}
.section-requirements__box th {
  background-color: #eff6ff;
  width: 200px;
}
@media screen and (max-width: 480px) {
  .section-requirements__box th {
    width: 100px;
  }
}
.section-requirements__txt {
  width: 100%;
  max-width: 1024px;
  margin: 40px auto 0;
}
.section-requirements__txt ul {
  margin-top: 10px;
}
.section-requirements__txt li {
  position: relative;
  padding-left: 1em;
}
.section-requirements__txt li span {
  position: absolute;
  top: 0;
  left: 0;
}
.section-requirements__txt .txt01 {
  margin-top: 20px;
}
