@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&family=Zen+Maru+Gothic:wght@300;400;500&display=swap");
/*
========================================
    メディアクエリー用 @mixin
=========================================
*/
.post_content .p-job__intro {
  font-size: 24px;
  font-weight: 500;
  color: #254860;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 991px) {
  .post_content .p-job__intro {
    font-size: 16px;
  }
}
.post_content .p-job__flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  .post_content .p-job__flex {
    grid-template-columns: 1fr;
  }
}
.post_content .p-job__content {
  display: flex;
  flex-direction: column;
}
.post_content .p-job__content-title {
  font-size: 22px;
  font-weight: 500;
  color: #254860;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25em 0 0.8em;
  padding: 0.2em 0;
}
@media only screen and (max-width: 991px) {
  .post_content .p-job__content-title {
    font-size: 18px;
  }
}
.post_content .p-job__content-title::before, .post_content .p-job__content-title::after {
  content: "";
  display: block;
  width: 19px;
  height: 8px;
  background: url("../img/oem/h3_dots.png") center center no-repeat;
}
.post_content .p-job__content-title::before {
  margin-right: 25px;
}
.post_content .p-job__content-title::after {
  margin-left: 25px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 991px) {
  .post_content .p-job__table {
    margin-bottom: 0;
  }
}
.post_content .p-job__table th, .post_content .p-job__table td {
  border: none;
  line-height: 1.6;
  vertical-align: middle;
}
.post_content .p-job__table th {
  background: #00549C;
  color: white;
  text-align: left;
  width: 10em;
  border-bottom: 2px solid white;
  border-radius: 5px;
}
@media only screen and (max-width: 480px) {
  .post_content .p-job__table th {
    width: auto;
    border-bottom: none;
  }
}
.post_content .p-job__table td {
  border-bottom: 1px solid #00549C;
  padding: 16px 15px 14px;
}
.post_content .p-job__table.career th {
  background: darkred;
}
.post_content .p-job__table.career td {
  border-color: darkred;
}
.post_content .p-job__button {
  margin-top: auto;
  padding-top: 1em;
}
.post_content .p-job__button a {
  display: grid;
  place-content: center;
  width: 280px;
  height: 48px;
  border: 2px solid #00549C;
  font-weight: bold;
  color: #00549C;
  margin: auto;
  border-radius: 30px;
}
@media only screen and (max-width: 991px) {
  .post_content .p-job__button a {
    font-size: 14px;
    width: 240px;
    height: 34px;
  }
}
.post_content .p-job__button a:hover {
  background: #00549C;
  color: white;
  text-decoration: none;
}
.post_content .p-job__button.career {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media only screen and (max-width: 991px) {
  .post_content .p-job__button.career {
    grid-template-columns: 1fr;
  }
}
.post_content .p-job__button.career a {
  border-color: darkred;
  color: darkred;
}
.post_content .p-job__button.career a:hover {
  background: darkred;
  color: white;
}
.post_content .p-job__button.career a.outside {
  border-color: #3297d1;
  color: #3297d1;
}
.post_content .p-job__button.career a.outside:hover {
  background: #3297d1;
  color: white;
}
.post_content .p-job__submit {
  width: auto !important;
}
.post_content .p-job__privacy {
  text-align: center;
  padding-top: 80px;
}
.post_content .p-job__privacy a {
  font-size: 20px;
  color: #00549C;
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  .post_content .p-job__privacy a {
    font-size: 15px;
  }
}
.post_content .p-job .entry-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 991px) {
  .post_content .p-job .entry-title {
    font-size: 17px;
  }
}
.post_content .p-job .wpcf7 {
  background: rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  border-radius: 10px;
  max-width: 820px;
  margin: auto !important;
}
@media only screen and (max-width: 991px) {
  .post_content .p-job .wpcf7 {
    font-size: 13px;
  }
}
.post_content .p-job .wpcf7 form {
  margin: 34px !important;
}
@media only screen and (max-width: 480px) {
  .post_content .p-job .wpcf7 form {
    margin: 16px !important;
  }
}
.post_content .p-job .wpcf7 p {
  font-size: 14px;
}
.post_content .p-job .wpcf7 .p-job__privacy {
  padding-top: 0;
  margin-bottom: 1em;
}
.post_content .p-job .wpcf7 .p-job__privacy a {
  font-size: 14px;
}
.post_content .p-job__form-table th {
  background: #e5e5e5;
  font-weight: bold;
  text-align: left;
  position: relative;
  width: 180px;
}
@media only screen and (max-width: 480px) {
  .post_content .p-job__form-table th {
    width: auto;
    border-bottom: none;
  }
}
.post_content .p-job__form-table th .required {
  background: #c50018;
  color: white;
  font-size: 0.8em;
  display: grid;
  place-content: center;
  width: 3em;
  height: 1.6em;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.8em);
}
.post_content .p-job__form-table td .birth-year, .post_content .p-job__form-table td .birth-month, .post_content .p-job__form-table td .birth-day, .post_content .p-job__form-table td .graduation-year, .post_content .p-job__form-table td .graduation-month {
  margin-right: 0.5em;
}
.post_content .p-job__form-table td .birth-month, .post_content .p-job__form-table td .birth-day, .post_content .p-job__form-table td .graduation-month {
  margin-left: 0.5em;
}
.post_content .p-job__form-table input[name=job-start], .post_content .p-job__form-table input[name=job-end] {
  width: 10em;
}

#autozip {
  display: none !important;
}

/*# sourceMappingURL=job.css.map */
