@charset "UTF-8";
.job-info {
  width: 1200px;
  max-width: 90%;
  margin: 50px auto;
  width: 1000px;
}
.job-info h2 {
  font-size: 25px;
  font-weight: 600;
  border-left: solid 10px #cf111b;
  padding-left: 15px;
}
.job-info table {
  line-height: 200%;
  margin: 50px 0;
}
.job-info table th {
  width: 25%;
  text-align: left;
  color: #cf111b;
}
.job-info table th,
.job-info table td {
  padding-bottom: 30px;
  font-weight: 600;
}

.flow {
  background-image: url("../../src/index/bg.webp");
  background-size: cover;
  background-position: center center;
  padding: 70px 0;
}
.flow .re-title {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
.flow .re-title .title1 {
  font-size: 14px;
  color: white;
  margin-bottom: 15px;
}
.flow .re-title .title2 {
  font-family: "Anton";
  color: white;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 35px;
}
.flow .center {
  background: #f4f4f4;
  width: 400px;
  max-width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  margin-top: -80px;
}
.flow .center .box {
  background: white;
  width: 200px;
  margin: 5px auto;
  padding: 10px 0;
  font-weight: 600;
}
.flow .center .red {
  color: #cf111b;
}

.qa {
  width: 1200px;
  max-width: 90%;
  margin: 50px auto;
  /**
   * アコーディオンがオープン時はマイナスアイコンに変更
  **/
}
.qa .re-title .title1 {
  font-size: 14px;
  margin-bottom: 15px;
}
.qa .re-title .title2 {
  font-family: "Anton";
  color: #cf111b;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 20px;
}
.qa .qa-box {
  background: #f4f4f4;
  padding: 30px 5%;
}
.qa details {
  width: 100%;
}
.qa details p {
  font-weight: 400;
  font-size: 16px;
  padding: 40px calc(20px + 4%);
  padding-top: 10px;
}
.qa details p span {
  color: #cf111b;
}
.qa details summary {
  list-style: none;
  cursor: pointer;
  display: flex;
}
.qa details summary .img-box {
  width: 4%;
}
.qa details summary::-webkit-details-marker {
  display: none;
}
.qa .text-box {
  background: white;
  margin-bottom: 30px;
}
.qa .d-title {
  position: relative;
  display: inline;
  padding-left: 10px;
  max-width: calc(100% - 30px);
  width: 100%;
  padding: 20px;
}
.qa details summary .d-title::after {
  position: absolute;
  content: "▼";
  width: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 400;
  margin-left: 20px;
  color: #cf111b;
  right: calc(4% + 20px);
  top: 50%;
  transform: translate(0%, -50%);
}
.qa details[open] summary .d-title::after {
  content: "▲";
}

@media (max-width: 700px) {
  .flow .center {
    margin-top: 20px;
  }
  .qa details summary .d-title::after {
    right: 0px;
  }
  .qa details summary .img-box {
    width: 0;
  }
}/*# sourceMappingURL=recruit.css.map */