@charset "UTF-8";
/* 変数の定義
--------------------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* テキストパーツ
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #091026;
}

.bkblue {
  color: #182d6f;
}

.blue {
  color: #1b76c1;
}

.gray {
  color: #dfe3e7;
}

.ltgray {
  color: #f8f9f9;
}

/* フォントの定義
--------------------------------------------------*/
html, body, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #091026;
}

h1, h2, h3, h4 {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #091026;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 62.5%;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #091026;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  p {
    font-size: 1.6rem;
  }
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* sec_under_人材紹介
--------------------------------------------------*/
#wrapper_staffing .staffing_about {
  width: 90%;
  margin: auto;
  padding: 80px 0;
}
@media screen and (min-width: 1000px) {
  #wrapper_staffing .staffing_about {
    display: flex;
    justify-content: space-between;
    width: 85%;
    max-width: 1400px;
    padding: 100px 0;
  }
}
@media screen and (min-width: 1000px) {
  #wrapper_staffing .staffing_about .wrapper_left {
    width: calc(40% - 60px);
  }
}
#wrapper_staffing .staffing_about .wrapper_left h2 {
  font-size: 24px;
  padding-bottom: 30px;
  line-height: 1.6;
}
@media screen and (min-width: 1000px) {
  #wrapper_staffing .staffing_about .wrapper_left h2 {
    font-size: clamp(25px, 2.5vw, 30px);
    padding-bottom: 50px;
  }
}
#wrapper_staffing .staffing_about img {
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  #wrapper_staffing .staffing_about img {
    margin-bottom: 0;
    width: 60%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#wrapper_staffing .staffing_about img.pc-view {
  display: none;
}
@media screen and (min-width: 1000px) {
  #wrapper_staffing .staffing_about img.pc-view {
    display: block;
  }
}
#wrapper_staffing .sutaffing_feature {
  position: relative;
  text-align: center;
  padding: 80px 0;
  background-color: #f8f9f9;
}
@media screen and (min-width: 769px) {
  #wrapper_staffing .sutaffing_feature {
    padding: 100px 0;
  }
}
#wrapper_staffing .sutaffing_feature .tag {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #182d6f;
  padding: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #wrapper_staffing .sutaffing_feature .tag {
    font-size: 18px;
  }
}
#wrapper_staffing .sutaffing_feature h2 {
  padding: 15px 0 50px;
  font-size: 24px;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 450px) {
  #wrapper_staffing .sutaffing_feature h2 {
    font-size: 24px;
  }
}
#wrapper_staffing .sutaffing_feature .staffing_bg {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  background-image: url(../img/staffing/back_img.jpg);
  background-size: cover;
  background-position: center;
}
#wrapper_staffing .sutaffing_feature ul {
  position: relative;
  width: 90%;
  margin: 170px auto 0;
  background-color: #fff;
  padding: 50px 5%;
}
@media screen and (min-width: 1000px) {
  #wrapper_staffing .sutaffing_feature ul {
    width: 85%;
    max-width: 1400px;
    margin: 200px auto 0;
    padding: 60px;
  }
}
#wrapper_staffing .sutaffing_feature ul li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dfe3e7;
  flex-wrap: nowrap;
}
@media screen and (min-width: 450px) {
  #wrapper_staffing .sutaffing_feature ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3%;
  }
}
#wrapper_staffing .sutaffing_feature ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#wrapper_staffing .sutaffing_feature ul li h3 {
  font-size: 20px;
  color: #fff;
  padding: 15px 0;
  width: 100%;
  background-color: #182d6f;
}
@media screen and (min-width: 1000px) {
  #wrapper_staffing .sutaffing_feature ul li h3 {
    font-size: 30px;
    width: 28%;
    max-width: 300px;
    padding: 60px 0;
  }
}
#wrapper_staffing .sutaffing_feature ul li img {
  width: 30%;
  max-width: 100px;
  margin: 15px auto;
}
@media screen and (min-width: 1000px) {
  #wrapper_staffing .sutaffing_feature ul li img {
    width: 14%;
    max-width: 150px;
    margin: 0;
  }
}
#wrapper_staffing .sutaffing_feature ul li .wrapper_text {
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #wrapper_staffing .sutaffing_feature ul li .wrapper_text {
    width: 52%;
  }
}
#wrapper_staffing .sutaffing_feature ul li .wrapper_text p {
  font-size: 13px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 5px;
}
@media screen and (min-width: 1000px) {
  #wrapper_staffing .sutaffing_feature ul li .wrapper_text p {
    font-size: clamp(18px, 1.5vw, 20px);
  }
}
#wrapper_staffing .sutaffing_feature ul li .wrapper_text p:first-child {
  padding-top: 0;
}
#wrapper_staffing .sutaffing_feature ul li .wrapper_text p .material-symbols-outlined {
  color: #1b76c1;
  font-size: 20px;
}
@media screen and (min-width: 1000px) {
  #wrapper_staffing .sutaffing_feature ul li .wrapper_text p .material-symbols-outlined {
    font-size: 24px;
  }
}
#wrapper_staffing .sutaffing_feature ul li .wrapper_text p .font_bold {
  font-size: 13px;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  #wrapper_staffing .sutaffing_feature ul li .wrapper_text p .font_bold {
    font-size: clamp(18px, 1.5vw, 21px);
  }
}
#wrapper_staffing .sutaffing_feature ul li .wrapper_text .note {
  color: #575a63;
  font-size: 10px;
  padding-top: 10px;
}
@media screen and (min-width: 1000px) {
  #wrapper_staffing .sutaffing_feature ul li .wrapper_text .note {
    font-size: 12px;
    padding-left: calc(20px + 10% + clamp(18px, 1.5vw, 21px) * 2);
  }
}
#wrapper_staffing .wrapper_contact {
  text-align: center;
  padding: 40px 0 80px;
}
@media screen and (min-width: 769px) {
  #wrapper_staffing .wrapper_contact {
    padding: 50px 0 100px;
  }
}
#wrapper_staffing .wrapper_contact .side_btn {
  width: 90%;
}
@media screen and (min-width: 769px) {
  #wrapper_staffing .wrapper_contact .side_btn {
    width: 100%;
  }
}
/*# sourceMappingURL=staffing.css.map */