@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
#page-recruit {
  padding-top: 80px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  #page-recruit {
    padding-top: 0.4rem;
    padding-bottom: 1.5rem;
  }
}

#recruit-header {
  max-width: 1180px;
  width: 100%;
  height: 432.21px;
  margin: 80px auto 0;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background-image: url("../images/recruit/cover-recruit@2x.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #recruit-header {
    margin-top: 0.4rem;
    height: 3.5rem;
    border-radius: 0.1rem;
  }
}
#recruit-header .recruit-ttl {
  display: block;
  position: absolute;
  width: 368px;
  left: 10px;
  top: 0px;
}
@media (max-width: 1200px) {
  #recruit-header .recruit-ttl {
    width: 32.3279648609vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit-header .recruit-ttl {
    width: 3.0666666667rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.contents {
  background: #fff;
  border: 1px solid #f07800;
  border-radius: 16px;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 0.16rem;
  }
}

#index {
  margin-top: 90px;
}
#index .inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  #index .inner {
    margin-top: 0.6rem;
    gap: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  #index .index1 {
    padding: 0.4rem 0.16rem;
  }
}
#index .index1 h2 {
  width: 340.8px;
  position: absolute;
  left: 30px;
  top: -50px;
  background-color:initial;
}
@media screen and (max-width: 768px) {
  #index .index1 h2 {
    width: 2.6215384615rem;
    left: 0.1rem;
    top: -0.5rem;
  }
}
#index .index1 ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  #index .index1 ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#index .index1 ul li {
  width: 208px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #index .index1 ul li {
    width: 100%;
  }
}
#index .index1 ul .circle {
  width: 208px;
  height: 208px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #index .index1 ul .circle {
    width: 2.8rem;
    height: 2.8rem;
  }
}
#index .index1 ul .circle .label {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 700;
}
#index .index1 ul .circle .per {
  font-family: "Bebas Neue", sans-serif;
  font-size: 64px;
  color: #f07800;
  line-height: 1;
  font-weight: 500;
}
#index .index1 ul .circle .per em {
  font-size: 32px;
  font-weight: 500;
}
#index .index1 ul .circle .per em.itm {
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
#index .index1 ul .circle:nth-child(1) {
  background-image: url("../images/recruit/circle1.svg");
}
#index .index1 ul .circle:nth-child(2) {
  background-image: url("../images/recruit/circle1.svg");
}
#index .index1 ul .circle:nth-child(3) {
  background-image: url("../images/recruit/circle3.svg");
}
#index .index1 ul .txt {
  font-size: 14px;
  margin-top: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}
#index .index2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #index .index2 {
    flex-direction: column;
  }
}
#index .index2 h3 {
  font-size: 20px;
  font-weight: 700;
  color: #f07800;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  flex-grow: 1;
  width: 18%;
}
@media (max-width: 1040px) {
  #index .index2 h3 {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  #index .index2 h3 {
    font-size: 0.18rem;
    width: 100%;
  }
}
#index .index3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  #index .index3 {
    flex-direction: column;
    gap: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  #index .index3 h3 {
    text-align: center;
  }
}
#index .index3 h3 span {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  display: block;
}
@media screen and (max-width: 768px) {
  #index .index3 h3 span {
    font-size: 0.18rem;
  }
}
#index .index3 h3 em {
  font-family: "Bebas Neue", sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  color: #f07800;
  display: block;
}
@media screen and (max-width: 768px) {
  #index .index3 h3 em {
    font-size: 0.5333333333rem;
  }
}

#about {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #about {
    margin-top: 0.6rem;
  }
}
#about .contents {
  padding: 80px 60px 50px;
}
@media screen and (max-width: 768px) {
  #about .contents {
    padding: 0.4rem 0.16rem 0.3rem;
  }
}
#about h2 {
  width: 340.8px;
  position: absolute;
  left: 10px;
  top: -30px;
  background-color:initial;
}
@media screen and (max-width: 768px) {
  #about h2 {
    width: 2.6215384615rem;
    left: 0.1rem;
    top: -0.5rem;
  }
}
#about .txt-area p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #about .txt-area p {
    font-size: 0.14rem;
  }
}
#about .txt-area p:not(:first-child) {
  margin-top: 24px;
}
#about dl {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  #about dl {
    margin-top: 0.32rem;
  }
}
#about dl div {
  display: flex;
  border-top: 1px dashed #cfc7c0;
  padding: 24px 0;
  gap: 36px;
}
@media (max-width: 1040px) {
  #about dl div {
    gap: 2.635431918vw;
  }
}
@media screen and (max-width: 768px) {
  #about dl div {
    flex-direction: column;
    padding: 0.16rem 0;
  }
}
#about dl div dt {
  font-family: "Bebas Neue", sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  color: #f07800;
  width: 170px;
}
@media (max-width: 1040px) {
  #about dl div dt {
    width: 12.4450951684vw;
    font-size: 4.6852122987vw;
  }
}
@media screen and (max-width: 768px) {
  #about dl div dt {
    width: 100%;
    font-size: 0.4266666667rem;
  }
}
#about dl div dd {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #about dl div dd {
    font-size: 0.14rem;
  }
}

#staff-review {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #staff-review {
    margin-top: 0.6rem;
  }
}
#staff-review .review-list {
  display: flex;
  gap: 18px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  #staff-review .review-list {
    flex-direction: column;
    gap: 0.16rem;
    margin-top: 0.16rem;
  }
}
#staff-review .review-list li {
  background: #fff;
  border: 1px solid #cfc7c0;
  border-radius: 8px;
  padding: 16px;
  width: calc((100% - 36px) / 3);
}
@media screen and (max-width: 768px) {
  #staff-review .review-list li {
    width: 100%;
    padding: 0.08rem;
  }
}
#staff-review .review-list li img {
  border-radius: 6px;
}
#staff-review .review-list li h3 {
  font-size: 12px;
  line-height: 2.9166666667;
  letter-spacing: 0.08em;
  color: #f07800;
  border-bottom: 1px dashed #cfc7c0;
  padding-bottom: 8px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  #staff-review .review-list li h3 {
    font-size: 0.12rem;
    padding-bottom: 0.08rem;
    margin-top: 0.08rem;
  }
}
#staff-review .review-list li p {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.08em;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  #staff-review .review-list li p {
    font-size: 0.14rem;
    margin-top: 0.12rem;
  }
}

#recruit-flow {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #recruit-flow {
    margin-top: 0.6rem;
  }
}
#recruit-flow .sec-inner {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  #recruit-flow .sec-inner {
    margin-top: 0.16rem;
  }
}
#recruit-flow .sec-inner .recruit-steps {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #recruit-flow .sec-inner .recruit-steps {
    flex-direction: column;
    align-items: center;
  }
}
#recruit-flow .sec-inner .recruit-steps li {
  width: 180.29px;
  height: 141px;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-top: 18px;
  padding-right: 18px;
  background-image: url("../images/recruit/back-steps.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1040px) {
  #recruit-flow .sec-inner .recruit-steps li {
    width: 13.1983894583vw;
    height: 10.3221083455vw;
    padding-top: 1.317715959vw;
    padding-right: 1.317715959vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit-flow .sec-inner .recruit-steps li {
    width: 100%;
    height: 1.5rem;
    border: 0.05rem solid #fff;
    border-radius: 0.16rem;
    padding-top: 0;
    padding-right: 0;
    justify-content: center;
    align-items: center;
    background-image: none;
    background-color: #47372b;
  }
}
#recruit-flow .sec-inner .recruit-steps li span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1040px) {
  #recruit-flow .sec-inner .recruit-steps li span {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit-flow .sec-inner .recruit-steps li span {
    font-size: 0.22rem;
  }
}
#recruit-flow .sec-inner .recruit-steps li h3 {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  line-height: 1.7142857143;
  max-height: 80px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}
@media (max-width: 1040px) {
  #recruit-flow .sec-inner .recruit-steps li h3 {
    font-size: 1.1713030747vw;
    min-height: 5.8565153734vw;
    margin-top: 0.5856515373vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit-flow .sec-inner .recruit-steps li h3 {
    max-height: initial;
    flex-grow: initial;
    font-size: 0.18rem;
    margin-top: 0.08rem;
  }
}
#recruit-flow .sec-inner .recruit-steps li:not(:last-child) {
  margin-right: -16px;
}
@media (max-width: 1040px) {
  #recruit-flow .sec-inner .recruit-steps li:not(:last-child) {
    margin-right: -1.1713030747vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit-flow .sec-inner .recruit-steps li:not(:last-child) {
    margin-right: 0;
  }
}
#recruit-flow .sec-inner .recruit-steps li:nth-child(1) {
  z-index: 4;
}
#recruit-flow .sec-inner .recruit-steps li:nth-child(2) {
  z-index: 3;
}
#recruit-flow .sec-inner .recruit-steps li:nth-child(3) {
  z-index: 2;
}
#recruit-flow .sec-inner .recruit-steps li:nth-child(4) {
  z-index: 1;
}
#recruit-flow .sec-inner .recruit-steps li.step5 {
  width: 217px;
  z-index: 0;
  background: initial;
  background-color: #47372b;
  border-radius: 16px;
  border: 5px solid #fff;
  padding-right: 0;
}
@media (max-width: 1040px) {
  #recruit-flow .sec-inner .recruit-steps li.step5 {
    width: 15.8857979502vw;
    border: 0.3660322108vw solid #fff;
  }
}
@media screen and (max-width: 768px) {
  #recruit-flow .sec-inner .recruit-steps li.step5 {
    border-radius: 0.16rem;
    width: 100%;
    height: 1.5rem;
    padding: initial;
    border: 0.05rem solid #fff;
  }
}
#recruit-flow .sec-inner .recruit-steps li.step5 h3 {
  font-size: 32px;
  margin-top: 0;
}
@media (max-width: 1040px) {
  #recruit-flow .sec-inner .recruit-steps li.step5 h3 {
    font-size: 2.3426061493vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit-flow .sec-inner .recruit-steps li.step5 h3 {
    font-size: 0.32rem;
  }
}

#recruit-list {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #recruit-list {
    margin-top: 0.6rem;
  }
}
#recruit-list .sec-inner {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  #recruit-list .sec-inner {
    margin-top: 0.16rem;
  }
}
#recruit-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
#recruit-list ul li {
  width: calc((100% - 16px) / 2);
}
@media screen and (max-width: 768px) {
  #recruit-list ul li {
    width: 100%;
  }
}
#recruit-list ul li .list-box {
  background: #fff;
  border: 1px solid #cfc7c0;
  border-radius: 8px;
  padding: 24px 15px;
}
@media screen and (max-width: 768px) {
  #recruit-list ul li .list-box {
    padding: 0.16rem 0.08rem;
  }
}
#recruit-list ul li .list-box h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  padding-bottom: 8px;
  border-bottom: 1px dashed #cfc7c0;
}
@media screen and (max-width: 768px) {
  #recruit-list ul li .list-box h3 {
    font-size: 0.18rem;
    padding-bottom: 0.08rem;
  }
}
#recruit-list ul li .list-box p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #recruit-list ul li .list-box p {
    font-size: 0.14rem;
    margin-top: 0.12rem;
  }
}/*# sourceMappingURL=recruit.css.map */