@charset "UTF-8";
/* ========================= /
/  mixin
/* =========================*/
/* ========================= /
/  カラー
/* =========================*/
.recuitTop {
  padding-top: 100px;
  padding-bottom: 130px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recuitTop {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.recuitTop__catch {
  margin-bottom: 27px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 106.25%;
}
@media screen and (max-width: 768px) {
  .recuitTop__catch {
    margin-bottom: 12px;
    font-size: 2.4rem;
    line-height: 150.25%;
    text-align: left;
  }
}
.recuitTop__para {
  font-size: 2rem;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .recuitTop__para {
    font-size: 1.4rem;
    line-height: 171.429%;
    text-align: justify;
  }
}

.interview__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.interview__ttl {
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .interview__ttl {
    margin-bottom: 12px;
    font-size: 2.4rem;
  }
}
.interview__image {
  position: relative;
  width: 50%;
  max-width: 480px;
}
@media screen and (max-width: 1650px) {
  .interview__image {
    width: 44%;
  }
}
@media screen and (max-width: 768px) {
  .interview__image {
    width: 100%;
  }
}
.interview__image--content {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 768px) {
  .interview__image--content {
    position: static;
    margin-bottom: 20px;
  }
}
.interview__para {
  width: 0px;
  flex-grow: 1;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .interview__para {
    padding: 0;
    width: 100%;
  }
}
.interview__description {
  font-size: 2rem;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .interview__description {
    font-size: 1.6rem;
    line-height: 193%;
  }
}

.point__table {
  width: 100%;
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 212.5%;
}
@media screen and (max-width: 768px) {
  .point__table {
    margin-bottom: 40px;
  }
}
.point__table tr {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .point__table tr {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 1.5rem;
  }
}
.point__table tr th {
  width: 15%;
}
.point__table tr td {
  width: 85%;
}
.point__table tr th, .point__table tr td {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .point__table tr th, .point__table tr td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.point__table tr:first-child th {
  width: 100%;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .point__table tr:first-child th {
    font-size: 1.8rem;
  }
}
.point__btn {
  display: block;
  width: 100%;
  margin: auto;
  padding: 0;
  text-align: center;
  line-height: 110px;
}
@media screen and (max-width: 768px) {
  .point__btn {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=recruit.css.map */