#full-mv {
  margin-top: -60px;
}

@media (min-width: 992px) {
  #full-mv img {
    height: 85vh;
    object-fit: cover;
    object-position: 0 -70px;
  }
}

.common-heading h2 {
  margin-bottom: 10px;
}

.common-heading .small {
  margin-bottom: 25px;
}

.message-box.active .fa-plus::before {
  content: "\f077";
}

.message-box .staff-img-wrap {
  position: relative;
}

.message-box button {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  width: 54px;
  height: 54px;
  text-align: center;
  background: #8f2a29;
  transition: 0.4s;
  border: 0;
  color: #fff;
}

.message-box button:hover {
  background: #c14847;
}

.message-box button:focus {
  outline: none;
}

.message-inner {
  padding: 30px 35px 40px;
  column-gap: 15px;
  display: none;
}

.message-inner h2 {
  border-left: solid 3px #8f2a29;
  margin-bottom: 45px;
  padding-left: 20px;
  font-size: 1.3rem;
  line-height: 1.5;
  animation-name: xfade;
  animation-duration: 1.4s;
  animation-timing-function: ease;
}

.message-inner p {
  line-height: 1.9;
  animation-name: xfade;
  animation-duration: 1.4s;
  animation-timing-function: ease;
}

.message-inner img {
  animation-name: xfade;
  animation-duration: 1.4s;
  animation-timing-function: ease;
}

.message-inner.active {
  display: grid;
}

@keyframes xfade {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 992px) {
  .message-inner {
    grid-template-columns: repeat(2, 1fr);
    padding: 60px 70px 80px;
  }
}

@media (max-width: 991px) {
  .left-col .img-wrap {
    margin-bottom: 40px;
  }
}

#entry .entry-inner {
  background: #8f2a29;
  padding: 70px 0;
}

#entry .entry-inner .common-heading {
  color: #fff;
}

#entry .entry-inner .common-heading h2 {
  color: #fff;
  border-color: #fff;
}

#entry .entry-inner .common-heading .small {
  margin-bottom: 0;
}

#entry .recruit-description h4 {
  margin-bottom: 40px;
}

table {
  margin: 0 auto 120px;
  width: 100%;
}

table th {
  background: #ededed;
  border-bottom: solid 1px #ced4da;
  color: #000;
  padding: 40px 40px;
  text-align: center;
}

table td {
  border-bottom: solid 1px #ced4da;
  padding: 30px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  table,
  #contact-form {
    font-size: 0.9rem;
  }
  .last td:last-child {
    border-bottom: solid 1px #ced4da;
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 15px 15px;
  }
}

.head-block {
  padding: 16px 0;
  text-align: center;
  background: #ededed;
  color: #8f2a29;
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 20px;
}

.mandatory {
  color: #fff;
  background: #8f2a29;
  padding: 4px 4px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-size: 11px;
  margin-left: 5px;
  text-align: center;
}

.wpcf7-form-control-wrap input {
  height: 38px;
}

.wpcf7-form-control-wrap input[type="checkbox"] {
  height: auto;
}

textarea {
  width: 100%;
  height: 150px;
  overflow: auto;
}

.address textarea {
  height: 38px;
}

.birth-day-wrap {
  position: relative;
}

.birth-day-wrap .wpcf7-form-control-wrap {
  position: static;
}

.birth-day-wrap .wpcf7-form-control-wrap.birth-month .wpcf7-not-valid-tip,
.birth-day-wrap .wpcf7-form-control-wrap .birth-day .wpcf7-not-valid-tip {
  display: none;
}

.birth-day-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 15px;
}

.seireki.d-flex {
  position: relative;
  align-items: flex-end;
}

.seireki.d-flex p {
  white-space: nowrap;
  margin: 0;
  padding: 4px;
}

.seireki.d-flex .wpcf7-form-control-wrap {
  position: static;
}

.seireki.d-flex .wpcf7-form-control-wrap input {
  width: 70px !important;
  padding: 4px;
}

.seireki.d-flex .workmonth .wpcf7-not-valid-tip,
.seireki.d-flex .workday .wpcf7-not-valid-tip {
  display: none;
}

.seireki.d-flex .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  .seireki.d-flex .wpcf7-form-control-wrap input {
    width: 47px !important;
  }
}

.entry_btn {
  display: inline-block;
  width: 340px;
  height: 100px;
  font-size: 120%;
  background-color: #8f2a29;
  background-image: linear-gradient(225deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position: 30px calc(50% - 4px), 30px calc(50% + 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  color: #fff;
  transition: 0.4s;
  text-align: center;
}

.entry_btn:hover {
  background-color: #396cb9;
  color: #fff;
}

input,
textarea,
select {
  border: 1px solid #ced4da;
}

.form-group {
  align-items: center;
  border-bottom: 1px solid #ced4da;
  padding: 25px 0 25px;
  margin: 0;
}

.form-group.border-none {
  border: none;
}

.form-group label {
  margin-bottom: 0;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 70px;
  padding: 4px;
  margin: 4px;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: auto;
    height: 28px;
  }
}
/*# sourceMappingURL=recruit.css.map */