@charset "UTF-8";
/*--------------------------------------
 採用情報
---------------------------------------*/
.pageRecruit .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.pageRecruit h3 {
  position: relative;
  font-size: 4rem;
  font-weight: bold;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .pageRecruit h3 {
    padding-bottom: 4.6875vw;
  }
}

.pageRecruit h3:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 77px;
  height: 9px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .pageRecruit h3:after {
    width: 12.5vw;
    height: 1.5625vw;
    border-radius: 1.5625vw;
  }
}

.pageRecruit .mainBlock {
  text-align: center;
}

.pageRecruit .mainBlock h2 {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .pageRecruit .mainBlock h2 {
    padding: 9.375vw 0;
  }
}

.pageRecruit .mainBlock h2 .ttlWrap {
  display: inline-block;
  position: relative;
}

.pageRecruit .mainBlock h2 .ttlWrap .sub {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: bold;
}

.pageRecruit .mainBlock h2 .ttlWrap img {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .pageRecruit .mainBlock h2 .ttlWrap img {
    width: 70.3125vw;
  }
}

.pageRecruit .mainBlock .leadBox {
  color: #fff;
  padding: 54px 0;
  background: linear-gradient(to right, #FFAF02, #FF2323);
}

@media screen and (max-width: 767px) {
  .pageRecruit .mainBlock .leadBox {
    padding: 11.71875vw 0 15.625vw;
  }
}

.pageRecruit .mainBlock .leadBox h3 {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .pageRecruit .mainBlock .leadBox h3 {
    margin-bottom: 7.8125vw;
  }
}

.pageRecruit .mainBlock .leadBox h3:after {
  background: #fff;
}

.pageRecruit .mainBlock .leadBox p {
  font-size: 3rem;
  font-weight: bold;
  line-height: 2.07692;
}

@media screen and (max-width: 767px) {
  .pageRecruit .mainBlock .leadBox p {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .pageRecruit .mainBlock .leadBox p + p {
    margin-top: .75em;
  }
}

.pageRecruit .recruitBlock {
  padding: 50px 60px 60px;
  background: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .pageRecruit .recruitBlock {
    padding: 11.71875vw 4.6875vw 15.625vw;
  }
}

.pageRecruit .recruitBlock h3 {
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .pageRecruit .recruitBlock h3 {
    margin-bottom: 7.8125vw;
  }
}

.pageRecruit .recruitBlock h3:after {
  background: linear-gradient(to right, #FFAF02, #FF2323);
}

.pageRecruit .recruitBlock .tableBox {
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 60px 50px 60px 40px;
  border-radius: 30px;
  background: #fff;
}

.pageRecruit .recruitBlock .tableBox h4 {
  font-weight: bold;
  font-size: 1.8rem;
}

.pageRecruit .recruitBlock .tableBox dt {
  font-weight: bold;
  margin-top: .5em;
  color: #666;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .pageRecruit .recruitBlock .tableBox {
    width: 100%;
    padding: 7.03125vw 4.6875vw 7.03125vw;
    box-sizing: border-box;
  }
}

.pageRecruit .recruitBlock .tableBox .notes {
  margin-top: 1em;
  line-height: 1.4;
  font-size: 1.6rem;
  text-indent: -1em;
  margin-left: 1em;
  padding: 1em 0em 1em 2em;
  background-color: #EEE;
}

.pageRecruit .recruitBlock .tableBox th,
.pageRecruit .recruitBlock .tableBox td {
  font-size: 1.8rem;
  line-height: 1.8125;
  border-top: 1px dotted #CCCCCC;
}

@media screen and (max-width: 767px) {
  .pageRecruit .recruitBlock .tableBox th,
  .pageRecruit .recruitBlock .tableBox td {
    font-size: 1.8rem;
    line-height: 1.83333;
  }
}

.pageRecruit .recruitBlock .tableBox tr th {
  width: 26%;
  font-weight: bold;
  vertical-align: top;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .pageRecruit .recruitBlock .tableBox tr th {
    padding-top: 3.125vw;
  }
}

.pageRecruit .recruitBlock .tableBox tr td {
  width: 74%;
  padding: 20px 0 20px;
}

@media screen and (max-width: 767px) {
  .pageRecruit .recruitBlock .tableBox tr td {
    padding: 3.125vw 0 3.125vw;
  }
}

.pageRecruit .recruitBlock .tableBox tr:first-of-type th {
  vertical-align: baseline;
  border-top: none;
  padding-top: 0;
}

.pageRecruit .recruitBlock .tableBox tr:first-of-type td {
  padding-top: 0;
  border-top: none;
}

.pageRecruit .entryBlock {
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .pageRecruit .entryBlock {
    padding: 11.71875vw 4.6875vw 15.625vw;
  }
}

.pageRecruit .entryBlock h3 {
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .pageRecruit .entryBlock h3 {
    margin-bottom: 7.8125vw;
  }
}

.pageRecruit .entryBlock h3:after {
  background: linear-gradient(to right, #FFAF02, #FF2323);
}

.pageRecruit .entryBlock p {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.58824;
}

@media screen and (max-width: 767px) {
  .pageRecruit .entryBlock p {
    font-size: 1.9rem;
    line-height: 1.63158;
  }
}

.pageRecruit .entryBlock p .note {
  display: block;
}

.pageRecruit .entryBlock p .note a {
  color: #FC4B19;
  text-decoration: underline;
}

.pageRecruit .entryBlock p .note a:hover {
  text-decoration: none;
}

.pageRecruit .formArea {
  max-width: 900px;
  box-sizing: border-box;
  padding: 40px;
  margin: 40px auto 0;
  border: 1px solid #F4F4F4;
  border-radius: 30px;
  box-shadow: 3px 15px 9px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .pageRecruit .formArea {
    padding: 5vw;
    width: 100%;
    margin: 6.25vw auto 0;
    border-radius: 4.6875vw;
    box-shadow: 0.46875vw 2.34375vw 1.40625vw rgba(0, 0, 0, 0.16);
  }
}

/*# sourceMappingURL=srcmap/recruit.css.map */
