.ie9 .banner.banner--child h1 {
  top: 53px; }

#announce-popup {
  display: none;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 10px 30px;
  font-size: 18px;
  color: #ffffff;
  background-color: rgba(107, 120, 72, 0.9); }
#announce-popup.is-display {
  display: block;}
@media only screen and (max-width: 768px) {
  #announce-popup {
    font-size: 16px;} }

.hiring-page {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 80px;}
@media only screen and (max-width: 768px) {
  .hiring-page {
    padding-top: 75px;} }
@media only screen and (max-width: 375px) {
  .hiring-page {
    font-size: 14px;} }

.hiring-page__section:not(:last-child) {
  margin-bottom: 80px;}
@media only screen and (max-width: 768px) {
  .hiring-page__section:not(:last-child) {
    margin-bottom: 75px;} }

/* --- Common style --- */
.section-title {
  text-align: center;
  line-height: 1;
  margin-bottom: 36px;}

/* --- Info section --- */
.hiring-page__info {
  color: #666666; }
  .hiring-page__info .hiring-page__desc {
    text-align: center;
    margin-bottom: 56px;}
  .hiring-page__info .hiring-page__desc .break-special {
    display: none;}
  .hiring-page__info h3,
  .hiring-page__info h4 {
    font-weight: bold;}
  .hiring-page__info h3,
  .hiring-page__info h4,
  .hiring-page__info p {
    text-align: center;
    margin-bottom: 20px;}
  .hiring-page__info h3 {
    margin-bottom: 15px;}
  .hiring-page__info h4 {
    font-size: 20px;}
  .hiring-page__info h4 small {
    display: block;
    font-size: 16px;}
  .hiring-page__info .hiring-page__img:not(:last-child) {
    margin-bottom: 10px;}
  @media (min-width: 395px) and (max-width: 768px) {
    .hiring-page__info .hiring-page__desc .break-special {
      display: block;} }
  @media only screen and (max-width: 375px) {
    .hiring-page__info h4 {
      font-size: 16px;}
    .hiring-page__info h4 small {
      font-size: 14px;} }

/* --- Timeline section --- */
.hiring-page__timeline .timeline-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;}
.hiring-page__timeline .timeline-wrap.timeline-wrap-sp {
  display: none;}
.hiring-page__timeline .timeline-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 181.5px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  background-color: #717d4b;
  -webkit-clip-path: polygon(50% 0, 100% 18%, 100% 82%, 50% 100%, 0 82%, 0 18%);
  clip-path: polygon(50% 0, 100% 18%, 100% 82%, 50% 100%, 0 82%, 0 18%); }
.hiring-page__timeline .timeline-arrow {
  width: 55px;
  color: #666666;}
.hiring-page__timeline .timeline-arrow img {
  display: block;
  width: 100%;
  margin: 0 auto;}
.hiring-page__timeline .timeline-block small {
  font-size: 14px;}
@media only screen and (max-width: 768px) {
  .hiring-page__timeline .timeline-block {
    font-size: 16px;
    width: 150px;
    height: 131.5px;}
  .hiring-page__timeline .timeline-block small {
    font-size: 10px;}
  .hiring-page__timeline .timeline-arrow {
    width: 50px;} }
@media only screen and (max-width: 600px) {
  .hiring-page__timeline .timeline-wrap.timeline-wrap-pc {
    display: none;}
  .hiring-page__timeline .timeline-wrap.timeline-wrap-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;}
  .hiring-page__timeline .timeline-wrap {
    flex-direction: column;}
  .hiring-page__timeline .timeline-block {
    width: 133px;
    height: 121px; }
  .hiring-page__timeline .timeline-arrow {
    width: 30px;
    padding: 10px 0;} }

/* --- Requirements section --- */
.hiring-page__block-table {
  font-size: 15px; }
  .hiring-page__block-table table {
    width: 100%; }
  .hiring-page__block-table table tr:last-child th {
    border-bottom: 1px solid #dae0c7; }
  .hiring-page__block-table table tr:last-child td {
    padding-top: 26px;
    padding-bottom: 18px; }
  .hiring-page__block-table table th,
  .hiring-page__block-table table td {
    padding: 12px 38px; }
  .hiring-page__block-table table td {
    border: 1px solid #cccccc; }
    .hiring-page__block-table table td.table-wrap__td-green {
      background-color: #fbfbf9; }
  .hiring-page__block-table table th {
    background-color: #dae0c7;
    border-bottom: 1px solid #fff;
    width: 220px;
    vertical-align: middle;
    color: #717d4b;
    font-weight: bold; }
  .hiring-page__block-table table ul {
    line-height: 2.2;
    margin-top: 11px;
    margin-left: 10px; }
  @media only screen and (max-width: 500px) {
    .hiring-page__block-table table tr:not(:last-child) {
      border-bottom: 5px solid transparent; }
    .hiring-page__block-table table th,
    .hiring-page__block-table table td {
      display: block;
      padding: 12px 25px; }
    .hiring-page__block-table table th {
      width: 100%;
      border-bottom: none;
      text-align: left; } }

/* --- Contact section --- */
.hiring-page__contact {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  border: 1px solid #cccccc; }
.hiring-page__contact h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center; }
.hiring-page__contact p {
  margin-bottom: 12px;
  text-align: center; }
.hiring-page__contact table {
  margin: 0 auto; }
  .hiring-page__contact p,
  .hiring-page__contact table td,
  .hiring-page__contact table th {
    font-size: 18px; }
  .hiring-page__contact table th {
    color: #717d4b;
    text-transform: uppercase;
    text-align: left;
    width: max-content;
    vertical-align: top;
    padding-right: 20px;}
  .hiring-page__contact table .table__bold td {
    font-size: 28px;
    line-height: 1;
    padding-bottom: 33px;}
    .hiring-page__contact table .table__bold td small {
      font-size: 12px;
      display: block;
      margin-top: 6px;
      text-align: left;
      margin-left: 15px;}
  @media only screen and (max-width: 768px) {
    .hiring-page__contact p,
    .hiring-page__contact table td,
    .hiring-page__contact table th {
      font-size: 16px;}
    .hiring-page__contact table th {
      padding-right: 15px;}
    .hiring-page__contact table .table__bold td {
      font-size: 26px;}
    .hiring-page__contact table .table__bold td small {
      font-size: 10px;} }
  @media only screen and (max-width: 650px) {
    .hiring-page__contact {
      width: 80%;} }
  @media only screen and (max-width: 500px) {
    .hiring-page__contact {
      width: 100%;
      padding: 0;
      border: none;} }
  @media only screen and (max-width: 350px) {
    .hiring-page__contact p,
    .hiring-page__contact table td,
    .hiring-page__contact table th {
      font-size: 14px;}
    .hiring-page__contact table th {
      padding-right: 10px;}
    .hiring-page__contact table .table__bold td {
      font-size: 24px;}
    .hiring-page__contact table .table__bold td small {
      font-size: 8px;} }

/* --- Common style --- */
.hiring-page__info .hiring-page__img,
.hiring-page__others .hiring-page__img {
  width: 85%;
  height: auto;
  margin: 0 auto;}
.hiring-page__info .hiring-page__img img,
.hiring-page__others .hiring-page__img img {
  width: 100%;}
@media only screen and (max-width: 768px) {
  .hiring-page__info .hiring-page__img,
  .hiring-page__others .hiring-page__img {
    width: 100%;} }

/* --- Others section --- */
.hiring-page__others {
  margin-top: 80px;
  padding: 58px 0 176px;
  background-color: #fbfbf9;}
.hiring-page__others .others-block:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 1px solid #dae0c7; }
.hiring-page__others .others-block:not(:first-of-type) {
  padding-top: 20px;}
  .hiring-page__others .others-block p {
    text-align: center;}
    .hiring-page__others .others-block p:not(:last-child) {
      margin-bottom: 10px;}
      .hiring-page__others .others-block p a {
        text-decoration: underline;
        color: #717d4b;
        opacity: 1;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        .hiring-page__others .others-block p a:hover {
          opacity: 0.8;}
  .hiring-page__others .others-block .hiring-page__img {
    padding-top: 10px;}
@media only screen and (max-width: 768px) {
  .hiring-page__others {
    padding-bottom: 110px;} }

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