@charset "UTF-8";
/*! --------------------------------------------------------------------
------------------------------------------------------------------------
recruit
------------------------------------------------------------------------
--------------------------------------------------------------------- */
/* ========================================================
.sec-recruit
======================================================== */
.sec-recruit {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .sec-recruit {
    padding: 48px 0;
  }
}

.sec-recruit .catch {
  text-align: center;
}

.sec-recruit .txt-box {
  background-color: #fff;
  padding: 32px 40px 56px;
}
@media screen and (max-width: 767px) {
  .sec-recruit .txt-box {
    padding: 16px 4vw 40px;
  }
}

.sec-recruit .txt-box .txt-block {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-recruit .txt-box .txt-block {
    text-align: left;
  }
}
.sec-recruit .txt-box .txt-block__txt {
  line-height: 1.7;
}

/* .main-box
=========================================== */
.sec-recruit .main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec-recruit .main-box {
    display: block;
  }
}

/* .tel-block
=========================================== */
.sec-recruit .main-box .tel-block {
  text-align: center;
}

.sec-recruit .main-box .tel-block .tel {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec-recruit .main-box .tel-block .tel {
    width: 100%;
  }
}
.sec-recruit .main-box .tel-block .tel a {
  padding: 16px;
  width: 320px;
  background-image: linear-gradient(135deg, #0035ad, #55c0ec);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .sec-recruit .main-box .tel-block .tel a {
    width: 100%;
  }
}
.sec-recruit .main-box .tel-block .tel__ico {
  width: 28px;
  margin-top: 1px;
}
@media screen and (max-width: 374px) {
  .sec-recruit .main-box .tel-block .tel__ico {
    font-size: 1.5rem;
  }
}
.sec-recruit .main-box .tel-block .tel__num {
  margin-left: 8px;
  font-size: 3.2rem;
  font-weight: 300;
  font-style: italic;
}
@media screen and (max-width: 374px) {
  .sec-recruit .main-box .tel-block .tel__num {
    font-size: 2.6rem;
  }
}

.sec-recruit .main-box .tel-block .opening-hours {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec-recruit .main-box .tel-block .opening-hours__txt {
  display: inline-block;
  font-size: 1.6rem;
  padding: 7px 10px 8px;
  background-color: #efefef;
}
@media screen and (max-width: 767px) {
  .sec-recruit .main-box .tel-block .opening-hours__txt {
    font-size: 1.3rem;
    padding: 5px;
  }
}

.sec-recruit .main-box .tel-block .opening-hours__tel {
  margin-left: 8px;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .sec-recruit .main-box .tel-block .opening-hours__tel {
    letter-spacing: 0.05em;
    font-size: 1.6rem;
  }
}

/* .form-btn
=========================================== */
.sec-recruit .form-btn {
  margin-left: 48px;
}
@media screen and (max-width: 767px) {
  .sec-recruit .form-btn {
    margin: 40px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-recruit .form-btn a {
    width: 100%;
  }
}/*# sourceMappingURL=recruit.min.css.map */