@charset "UTF-8";
/* CSS Document */
/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
募集要項 タイトル・共通
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
.title {
  align-items: flex-end;
  margin-bottom: 55px;
}
.title h2 {
  font-size: 5.4rem;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  letter-spacing: 1.1px;
}
.title p {
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1.1px;
}
.red {
  color: #E6372D;
}
.br-sp {
  display: none;
}
.turn__fixed{
  display: flex;
  align-items:flex-end;
}
.turn__fixed p{
  margin-left: 15px;
}
.turn__fluctuation{
  margin-top:10px;
  margin-left: -5px;
}

@media(max-width:580px) {
  .title {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .turn__fixed{
    display: block;

  }
  .title h2 {
    font-size: 4.5rem;
  }
  .br-sp {
    display: block;
  }
}
/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
仕事内容・求める人材・採用情報
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
.section__description-wrapper {
  padding-top: 200px;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.section__description-wrapper__content {
  padding-top: 10px;
  padding-bottom: 70px;
}
.section__description-wrapper__content h3 {
  background-color: #505559;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  max-width: 1000px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
}
.section__description-wrapper__content ul {
  margin-top: 20px;
}
.section__description-wrapper__content-weight {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 500;
}
.section__description-wrapper__content-normal {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.section__description-wrapper__content-info {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  position: relative;
}
.section__description-wrapper__content-info dt {
  width: 25%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  color: #E6372D;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.7rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #505559;
}
.section__description-wrapper__content-info dd {
  width: 75%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 30px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  border-bottom: 1px solid #505559;
}
.section__description-wrapper__content-info dd small {
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: block;
  margin-top: 20px;
}
.section__description-wrapper__content-info dd small span {
  font-weight: 500;
}
.section__description-wrapper__content-info-bold {
  font-weight: 500;
}
.section__description-wrapper__content-info li {
  margin-bottom: 20px;
}
@media(max-width:580px) {
  .section__description-wrapper {
    padding: 80px 30px 0;
    width: 100%;
    margin: 0 auto;
  }
  .section__description-wrapper__content-info {
    display: block;
  }
  .section__description-wrapper__content-info dt {
    padding-top: 30px;
    padding-bottom: 25px;
    border-bottom: none;
    width: 100%;
    padding-left: 0px;
    font-size: 2.0rem;
    box-sizing: border-box;
  }
  .section__description-wrapper__content-info dt:first-child {
    padding-top: 10px;
  }
  .section__description-wrapper__content-info dd {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
採用までの流れ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
.section__flow {
  width: 100%;
  background-color: #F0F0F0;
}
.section__flow-wrapper {
  padding-top: 80px;
  padding-bottom: 100px;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.section__flow-wrapper__detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section__flow-wrapper__detail-box {
  display: flex;
  flex-direction: column; /* テキストを縦に配置するために追加 */
  align-items: center; /* 垂直方向の中央寄せ */
  justify-content: center; /* 水平方向の中央寄せ */
  width: 220px;
  height: 80px;
  padding: 10px 25px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.0rem;
  background-color: #fff;
  border: solid 1px #e6372d;
  border-radius: 5px;
  white-space: nowrap; /* テキストの回り込みを防ぐ */
}
.section__flow-wrapper__detail-box {
  font-size: 1.6rem;
}
.entry-btn {
  margin-top: 100px;
  margin-bottom: 120px;
}
@media(max-width:580px) {
  .section__flow-wrapper {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .section__flow-wrapper__detail {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section__flow-wrapper__detail img {
    transform: rotate(90deg);
    padding: 15px 0;
  }
  .entry-btn {
    margin-top: 50px;
    margin-bottom: 70px;
  }
}