.recruit {
  width: 100%;
  padding-top: 68px;
  word-wrap: break-word;
  hanging-punctuation: allow-end;
}
@media only screen and (max-width: 768px) {
  .recruit {
    padding-top: 0px;
  }
}
.recruit .secBox {
  margin-top: 0px;
}
@media only screen and (max-width: 768px) {
  .recruit .secBox {
    margin-top: 25px;
  }
}
.recruit .secBox .l-column p {
  text-align: justify;
}
.recruit .secBox .button {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit .h2_underBorder {
  margin-bottom: 30px;
}
.recruit__wrap {
  padding: 60px 110px;
  margin-bottom: 70px;
  text-align: center;
  border-radius: 22px;
  background: #F7F3E7;
}
@media only screen and (max-width: 768px) {
  .recruit__wrap {
    width: 92%;
    padding: 30px;
    margin-bottom: 100px;
  }
}
.recruit__wrap h1 {
  margin-bottom: 40px;
  letter-spacing: 0.2rem;
  font-size: 2.5rem;
  font-weight: bold;
  color: #E06972;
}
@media only screen and (max-width: 768px) {
  .recruit__wrap h1 {
    margin-bottom: 20px;
    font-size: 2.25rem;
  }
}
.recruit__wrap-p1 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .recruit__wrap-p1 {
    margin-bottom: 2.5rem;
  }
}
.recruit__wrap .whitebox {
  width: 535px;
  padding-top: 30px;
  padding-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border-radius: 22px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .recruit__wrap .whitebox {
    width: 100%;
    padding: 20px 0px;
    border-radius: 11px;
  }
}
.recruit__wrap .whitebox-p1 {
  width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .recruit__wrap .whitebox-p1 {
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.recruit__wrap .whitebox-p1 a {
  font-size: 4.2rem;
  color: #000 !important;
}
@media only screen and (max-width: 768px) {
  .recruit__wrap .whitebox-p1 a {
    font-size: 2.2rem;
  }
}
.recruit__wrap .whitebox-p1 a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruit__wrap .whitebox-p1 a .tel {
  font-size: 2.7rem;
}
@media only screen and (max-width: 768px) {
  .recruit__wrap .whitebox-p1 a .tel {
    font-size: 1.35rem;
  }
}
.recruit__wrap .whitebox-p1 .time {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .recruit__wrap .whitebox-p1 .time {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
}
.recruit__wrap .whitebox-p2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1rem;
  font-size: 2.7rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .recruit__wrap .whitebox-p2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.35rem;
  }
}
.recruit__wrap .whitebox-p2 a {
  display: block;
  /*margin-left: 45px;*/
}
@media only screen and (max-width: 768px) {
  .recruit__wrap .whitebox-p2 a {
    margin-left: 20px;
  }
}
.recruit .Button {
  margin-top: 48px;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}