@charset "utf-8";
/* =======================
common-company-recruitment
======================== */
.section--company-recruitment  {
    padding: 0 5.33% 40px;
}

/* pc 769px */
@media screen and (min-width: 769px) {
  .section--company-recruitment {
    padding: 0 11.11% 60px;
  }
}

/* =======================
company-profile
======================== */
.company__subTitle {
    text-align: justify;
    font-family: "Zen Old Mincho";
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: 1px; 
    text-align: center;
    color: #D10000;
}

.brPc {
    display: none;
}

.company__title {
  text-align: justify;
  font-family: "Zen Old Mincho";
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 1px; 
  text-align: center;
}

.company__txt {
  text-align: justify;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-top: 16px;
  text-align: center;
}

/* pc 769px */
@media screen and (min-width: 769px) {
    .brSp {
        display: none;
    }

    .brPc {
        display: block;
    }
}

/* =======================
profile
======================== */
.section-sub-recruitment {
    border-top: 1px solid #A6A9C1;
    border-bottom: 1px solid  #A6A9C1;
    padding: 40px 0 48px;
    margin: 0 5.33% 40px;
}

.recruitment__title {
    text-align: justify;
    font-family: "Zen Old Mincho";
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.9px;
}

.recruitment__group:not(:first-child) {
    margin-top: 40px;
}

.recruitment__txt {
    text-align: justify;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin-top: 4px;
}

/* pc 769px */
@media screen and (min-width: 769px) {
  .section-sub-recruitment {
    padding: 72px 0;
    margin: 0 11.11% 60px;
  }

  .recruitment__group {
    width: 82.68%;
    margin: 0 auto;
    display: flex;
  }

  .recruitment__title {
    width: 31.54%;
  }

  .recruitment__txt {
    text-align: justify;
    font-family: "Zen Old Mincho";
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.9px;
    width: 68.49%;
    margin-top: 0;
  }
}

