@charset "UTF-8";
/*** The new CSS reset - version 1.11.3 (last updated 25.8.2024) ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a, button {
  cursor: revert;
}

ol, ul, menu, summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

.staffing-services {
  font-family: "Noto Sans JP", sans-serif;
}
.staffing-services span,
.staffing-services h3,
.staffing-services h3::before,
.staffing-services h2 .small::after,
.staffing-services h2 .small::before,
.staffing-services h2 .sub::after, 
.staffing-services h2 .sub::before {
  all: unset;
}
.staffing-services .header {
  width: 100%;
  
}
.staffing-services .header .inner {
  padding-left: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.staffing-services .header .logo {
  all: unset;
  width: 280px;
  display: flex;
  align-items: flex-start;
}
.staffing-services .header .logo img {
  width: 100%;
}
.staffing-services .header .logo .logo_img {
  width: 64px;
  margin-right: 4px;
}
.staffing-services .header .logo .logo_text {
  width: 124px;
  margin-top: 5px;
  display: block;
}
.staffing-services .header .logo .left {
  padding-top: 2px;
}
.staffing-services .header .logo p {
  font-size: 10px;
  color: #3C3C3C;
  font-weight: 500;
}
.staffing-services .header .contact {
  background-color: #F76B1E;
  width: 152px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.staffing-services .header .contact img {
  width: 32px;
  height: 24px;
}
.staffing-services .header .contact a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.staffing-services .header .contact p {
  font-weight: 500;
}
.staffing-services .mainVisual {
  width: 100%;
}
.staffing-services .mainVisual .mainVisual_img {
  width: 100%;
  height: auto;
}
.staffing-services .mainVisual .bottom {
  background-color: #183F93;
  height: 148px;
  margin-top: -18px;
}
.staffing-services .mainVisual .bottom .inner {
  display: flex;
  width: 90%;
  max-width: 960px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  height: 150px;
}
.staffing-services .mainVisual .bottom .company_contact,
.staffing-services .mainVisual .bottom .works_contact {
  width: 48%;
  max-width: 464px;
  border-radius: 40px;
  height: 80px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 16px;
}
.staffing-services .mainVisual .bottom .company_contact p,
.staffing-services .mainVisual .bottom .works_contact p {
  font-size: 24px;
  color: #3C3C3C;
  letter-spacing: 0;
  font-weight: 700;
}
.staffing-services .mainVisual .bottom .company_contact .icon,
.staffing-services .mainVisual .bottom .works_contact .icon {
  width: 40px;
  height: auto;
}
.staffing-services .mainVisual .bottom .works_contact .icon {
  width: 64px;
}
.staffing-services .first .inner {
  width: 90%;
  max-width: 960px;
  margin: 64px auto 0;
}
.staffing-services .first .head {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #3C3C3C;
}
.staffing-services .first .first_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列 */
  gap: 24px;
}
.staffing-services .first .first_content_top {
  align-items: center;
}
.staffing-services .first .first_content_top .first_img {
  margin-left: 24px;
}
.staffing-services .first .first_content_sp.is-sp {
  display: none;
}
.staffing-services .first .first_box {
  width: 320px;
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.staffing-services .first .first_box p {
  color: #183F93;
  font-size: 20px;
  line-height: 33px;
  font-weight: 700;
}
.staffing-services .first .first_box1 {
  background-color: #E1E6F1;
}
.staffing-services .first .first_box2 {
  background-color: #EFF1F7;
}
.staffing-services .first .first_img {
  max-width: 208px;
  height: auto;
}
.staffing-services .service {
  margin-top: -2px;
  padding-top: 80px;
  padding-bottom: 64px;
  width: 100%;
  position: relative;
  background-image: url(../img/bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.staffing-services .service .bg {
  width: 100%;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.staffing-services .service .inner {
  width: 90%;
  max-width: 960px;
  margin: auto;
}
.staffing-services .service .head {
  font-size: 30px;
  color: #fff;
  margin-bottom: 32px;
  text-align: center;
  font-weight: 700;
}
.staffing-services .service .sub_text {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 56px;
  font-weight: 700;
}
.staffing-services .service .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.staffing-services .service .bottom img {
  width: 40%;
  border-radius: 30px;
}
.staffing-services .service .bottom p {
  width: 58%;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
}
.staffing-services .service .bottom p .bold {
  font-size: 20px;
  font-weight: 700;
}
.staffing-services .service .bottom p .mt16 {
  margin-top: 16px;
  display: block;
}
.staffing-services .point {
  background-color: #E3E8F2;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 64px;
}
.staffing-services .point .inner {
  width: 90%;
  max-width: 960px;
  margin: auto;
}
.staffing-services .point .head {
  font-weight: 900;
  font-size: 48px;
  text-align: center;
  color: #3C3C3C;
  line-height: 1.2;
  margin-bottom: 40px;
}
.staffing-services .point .head .sub {
  font-size: 30px;
  font-weight: 700;
}
.staffing-services .point .head .small {
  font-size: 36px;
}
.staffing-services .point .point_box {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  padding-left: 108px;
  padding-right: 56px;
  background-color: #FFFFFF;
  border-radius: 30px;
  margin-bottom: 24px;
  color: #3C3C3C;
}
.staffing-services .point .point_box .point_img {
  width: 64px;
  height: auto;
  position: absolute;
  top: -8px;
  left: 40px;
}
.staffing-services .point .point_box .point_flex {
  display: flex;
  justify-content: space-between;
}
.staffing-services .point .point_box .point_flex .text {
  max-width: 663px;
}
.staffing-services .point .point_box .point_flex h3 {
  font-size: 36px;
  line-height: 1.6;
  font-weight: 900;
  margin-bottom: 8px;
}
.staffing-services .point .point_box .point_flex p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
.staffing-services .point .point_box .point_flex .point_icon {
  width: auto;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.staffing-services .flow {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 64px;
}
.staffing-services .flow .inner {
  width: 90%;
  max-width: 960px;
  margin: auto;
}
.staffing-services .flow .head {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #3C3C3C;
  margin-bottom: 40px;
}
.staffing-services .flow .top {
  display: flex;
  justify-content: space-between;
}
.staffing-services .flow .top .content {
  text-align: center;
  width: 18%;
}
.staffing-services .flow .top .content .icon {
  width: 100%;
}
.staffing-services .flow .top .content .title {
  margin-top: 8px;
  margin-bottom: 16px;
  color: #183F93;
  font-weight: 700;
  font-size: 20px;
}
.staffing-services .flow .top .content .text {
  font-size: 18px;
  line-height: 1.6;
  color: #3C3C3C;
  text-align: left;
}
.staffing-services .flow .bottom {
  margin-top: 40px;
  background-color: #E3E8F2;
  width: 100%;
  border-radius: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.staffing-services .flow .bottom .bottom_text {
  font-size: 22px;
  line-height: 1.6;
  color: #3C3C3C;
}
.staffing-services .about {
  background-color: #183F93;
  padding-top: 80px;
  padding-bottom: 96px;
  color: #fff;
}
.staffing-services .about .inner {
  width: 90%;
  max-width: 960px;
  margin: auto;
}
.staffing-services .about .head {
  font-size: 30px;
  color: #fff;
  margin-bottom: 32px;
  text-align: center;
  font-weight: 700;
}
.staffing-services .about .content {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
}
.staffing-services .about .content img {
  width: 40%;
}
.staffing-services .about .content .text {
  /* width: 60%;
  padding-left: 40px; */
  width: 100%;
  line-height: 1.7;
  text-align: center;
}
.staffing-services .about .content .text .bold {
  font-size: 20px;
  font-weight: 700;
}
.staffing-services .voice {
  padding-top: 80px;
  padding-bottom: 64px;
}
.staffing-services .voice .inner {
  width: 90%;
  max-width: 960px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.staffing-services .voice .left,
.staffing-services .voice .right {
  width: 46%;
}
.staffing-services .voice .left .head,
.staffing-services .voice .right .head {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #3C3C3C;
  margin-bottom: 40px;
  line-height: 1;
}
.staffing-services .voice .left .head .small,
.staffing-services .voice .right .head .small {
  font-size: 16px;
}
.staffing-services .voice .content {
  display: flex;
  margin-bottom: 48px;
  min-height: 200px;
}
.staffing-services .voice .content .icon {
  width: 96px;
  height: 96px;
}
.staffing-services .voice .content .text {
  padding-left: 24px;
}
.staffing-services .voice .content .text .title {
  color: #183F93;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
}
.staffing-services .voice .content .text .main {
  line-height: 1.6;
  color: #3C3C3C;
  font-size: 18px;
}
.staffing-services .faq {
  padding-top: 80px;
  padding-bottom: 64px;
  background-color: #E3E8F2;
}
.staffing-services .faq .inner {
  width: 90%;
  max-width: 960px;
  margin: auto;
}
.staffing-services .faq .head {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #3C3C3C;
  margin-bottom: 40px;
  line-height: 1;
}
.staffing-services .faq .content {
  border-bottom: 1px dashed #3C3C3C;
}
.staffing-services .faq .content2 {
  margin-top: 32px;
}
.staffing-services .faq .title,
.staffing-services .faq .answer {
  display: flex;
  align-items: center;
  color: #3C3C3C;
  margin-bottom: 16px;
}
.staffing-services .faq .title img,
.staffing-services .faq .answer img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.staffing-services .faq .title {
  font-size: 20px;
  font-weight: 700;
}
.staffing-services .faq .answer {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 32px;
}
.staffing-services .faq .answer_last {
  align-items: flex-start;
}
.staffing-services .footer {
  padding: 64px 0;
}
.staffing-services .footer .inner {
  width: 90%;
  max-width: 960px;
  margin: auto;
  text-align: center;
}
.staffing-services .footer .logo_img {
  width: 64px;
  height: auto;
  margin-bottom: 8px;
}
.staffing-services .footer .logo_text {
  width: 124px;
  display: block;
  margin: auto;
}
.staffing-services .footer p {
  font-size: 12px;
  color: #3C3C3C;
  margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
  .is-pc {
    display: none;
  }

  .staffing-services .about .content .text {
    text-align: left;
  }

  
  .staffing-services .header .inner {
    padding-left: 16px;
  }
  .staffing-services .header .logo {
    width: 240px;
    display: flex;
    align-items: flex-start;
  }
  .staffing-services .header .logo img {
    width: 100%;
  }
  .staffing-services .header .logo .logo_img {
    width: 40px;
  }
  .staffing-services .header .logo .logo_text {
    width: 64px;
    margin-top: 1px;
  }
  .staffing-services .header .logo .left {
    padding-top: 0;
  }
  .staffing-services .header .logo p {
    font-size: 10px;
    color: #3C3C3C;
    font-weight: 500;
  }
  .staffing-services .header .contact {
    width: 112px;
    height: 64px;
  }
  .staffing-services .header .contact a {
    font-size: 16px;
  }
  .staffing-services .header .contact a p {
    font-size: 14px;
  }
  .staffing-services .mainVisual .bottom {
    height: auto;
  }
  .staffing-services .mainVisual .bottom .inner {
    flex-direction: column;
    gap: 16px;
    height: auto;
    padding: 32px 0 24px;
  }
  .staffing-services .mainVisual .bottom .company_contact,
  .staffing-services .mainVisual .bottom .works_contact {
    width: 100%;
    height: 64px;
    padding-right: 32px;
  }
  .staffing-services .mainVisual .bottom .company_contact p,
  .staffing-services .mainVisual .bottom .works_contact p {
    font-size: 16px;
  }
  .staffing-services .mainVisual .bottom .company_contact .icon,
  .staffing-services .mainVisual .bottom .works_contact .icon {
    width: 32px;
    height: auto;
  }
  .staffing-services .mainVisual .bottom .company_contact .arrow,
  .staffing-services .mainVisual .bottom .works_contact .arrow {
    height: 24px;
    width: auto;
  }
  .staffing-services .first .inner {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .staffing-services .first .head {
    font-size: 24px;
  }
  .staffing-services .first .first_content_sp.is-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: 32px;
  }
  .staffing-services .first .first_content_sp.is-sp .first_img_row {
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  .staffing-services .first .first_content_sp.is-sp .first_img_row img {
    width: 120px;
    height: auto;
  }
  .staffing-services .first .first_content_sp.is-sp .first_box_grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .staffing-services .first .first_content_sp.is-sp .first_box {
    width: 100%;
    height: auto;
    min-height: 120px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
  }
  .staffing-services .first .first_content_sp.is-sp .first_box p {
    color: #183F93;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
  }
  .staffing-services .first .first_content_sp.is-sp .first_box1 {
    background-color: #E1E6F1;
  }
  .staffing-services .first .first_content_sp.is-sp .first_box2 {
    background-color: #EFF1F7;
  }
  .staffing-services .first .first_content.is-pc {
    display: none;
  }
  .staffing-services .service {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .staffing-services .service .inner {
    width: 90%;
    margin: auto;
  }
  .staffing-services .service .head {
    font-size: 24px;
  }
  .staffing-services .service .sub_text {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .staffing-services .service .bottom {
    flex-direction: column;
  }
  .staffing-services .service .bottom img {
    width: 100%;
    margin: 0 0 24px;
  }
  .staffing-services .service .bottom p {
    width: 100%;
    padding: 0;
  }
  .staffing-services .point {
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .staffing-services .point .head {
    font-size: 32px;
  }
  .staffing-services .point .head .sub {
    font-size: 24px;
  }
  .staffing-services .point .head .small {
    font-size: 20px;
  }
  .staffing-services .point .point_box {
    padding: 24px 16px 24px 24px;
    border-radius: 20px;
    position: relative;
  }
  .staffing-services .point .point_box .point_img {
    position: absolute;
    width: 48px;
    margin-bottom: 16px;
    left: 24px;
  }
  .staffing-services .point .point_box .point_flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .staffing-services .point .point_box .point_flex .text {
    max-width: 100%;
  }
  .staffing-services .point .point_box .point_flex .text h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .staffing-services .point .point_box .point_flex .text p {
    font-size: 16px;
  }
  .staffing-services .point .point_box .point_flex .point_icon {
    width: 64px;
    height: auto;
    margin: 0 auto 24px;
    order: -1;
  }
  .staffing-services .flow {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .staffing-services .flow .head {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .staffing-services .flow .top {
    flex-direction: column;
    gap: 24px;
  }
  .staffing-services .flow .top .content {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    text-align: left;
  }
  .staffing-services .flow .top .content .icon {
    width: 96px;
    flex-shrink: 0;
  }
  .staffing-services .flow .top .content .title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px;
  }
  .staffing-services .flow .top .content .text {
    font-size: 16px;
    line-height: 1.6;
  }
  .staffing-services .flow .top .content .text_wrap {
    flex: 1;
  }
  .staffing-services .flow .bottom {
    margin-top: 32px;
    padding: 24px;
  }
  .staffing-services .flow .bottom .bottom_text {
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
  }
  .staffing-services .about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .staffing-services .about .head {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .staffing-services .about .content {
    flex-direction: column;
  }
  .staffing-services .about .content img {
    width: 100%;
    margin-bottom: 24px;
  }
  .staffing-services .about .content .text {
    width: 100%;
    padding-left: 0;
  }
  .staffing-services .about_bottom {
    height: 10vh;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .staffing-services .voice {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .staffing-services .voice .inner {
    flex-direction: column;
    gap: 48px;
  }
  .staffing-services .voice .left,
  .staffing-services .voice .right {
    width: 100%;
  }
  .staffing-services .voice .left .head,
  .staffing-services .voice .right .head {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .staffing-services .voice .left .head .small,
  .staffing-services .voice .right .head .small {
    font-size: 14px;
  }
  .staffing-services .voice .content {
    flex-direction: row;
    align-items: flex-start;
    min-height: auto;
    margin-bottom: 32px;
  }
  .staffing-services .voice .content .icon {
    width: 72px;
    height: 72px;
  }
  .staffing-services .voice .content .text {
    padding-left: 16px;
  }
  .staffing-services .voice .content .text .title {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .staffing-services .voice .content .text .main {
    font-size: 14px;
    line-height: 1.6;
  }
  .staffing-services .faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .staffing-services .faq .head {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .staffing-services .faq .content {
    margin-bottom: 24px;
  }
  .staffing-services .faq .title,
  .staffing-services .faq .answer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }
  .staffing-services .faq .title img,
  .staffing-services .faq .answer img {
    width: 24px;
    height: 24px;
    margin: 0;
    flex-shrink: 0;
    margin-top: 4px;
  }
  .staffing-services .faq .title {
    font-size: 16px;
    font-weight: 700;
  }
  .staffing-services .faq .answer {
    font-size: 15px;
    line-height: 1.6;
  }
  .staffing-services .footer {
    padding: 40px 0;
  }
  .staffing-services .footer .logo_img {
    width: 48px;
  }
  .staffing-services .footer p {
    font-size: 10px;
  }
}
.test {
  width: 100%;
}