@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.entry-content p:empty {
	display: none;
}

br.sp {
  display: none;
}
@media (max-width: 991.98px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}

/*--------------------------------------------------------------
# サービス
--------------------------------------------------------------*/
body.page-service {
  background: url(../img/service26/bg01.png) top center / contain no-repeat #E7ECF0;
  font-size: 1.2rem;
  color: #212121;
  line-height: 2;
}
body.page-service::after {
  content: none;
}
body.page-service .page_title_wrap {
  margin-bottom: 2rem;
}

.service26_01_wrap {
  position: relative;
  z-index: 10;
}
.service26_01_content {
  background: rgba(255,255,255,0.8);
  padding: 6rem;
}
.service26_01_content h2 {
  text-align: center;
  color: #266daa;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
.service26_01_content p {
  margin-bottom: 0;
}

.service26_02_wrap {
  padding-bottom: 8rem;
}
.service26_02_content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}
.service26_02_item {
  width: 50%;
  background: #fff;
}
.service26_02_item_text {
  padding: 3rem;
}
.service26_02_item_text h2 {
  text-align: center;
  color: #266daa;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 2rem;
  height: calc(1.4em * 2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.service26-btn {
  font-size: 1.3rem;
  padding: 1rem;
  color: #fff;
  font-weight: bold;
  background: #405e79;
  width: 21rem;
  margin: 3rem auto 0;
  transition: .3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  box-shadow: .5rem .5rem .5rem rgba(0,0,0,0.1);
}
.service26-btn::after {
  content: "❯";
  font-weight: 400;
  padding-right: 1rem;
}
.service26-btn span {
  flex: 1;
  text-align: center;
}
.service26-btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: .7;
}


@media (max-width: 991.98px) {
  body.page-service {
    font-size: .9rem;
  }
  .service26_01_content {
    padding: 2rem;
  }
  .service26_01_content h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
  .service26_01_content p {
    margin-bottom: 0;
  }
  .service26_02_wrap {
    padding-bottom: 5rem;
  }
  .service26_02_item {
    width: 100%;
  }
  .service26_02_item_text {
    padding: 2rem;
  }
  .service26_02_item_text h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    height: auto;
  }
  .service26-btn {
    font-size: 1rem;
    padding: .8rem;
    width: 100%;
    margin: 1.5rem auto 0;
  }

} /*@*/


/*--------------------------------------------------------------
# EAPコンサルティング
--------------------------------------------------------------*/
body.page-eap {
  padding-top: 69.31px;
  position: relative;
  background: url(../img/service26/eap-bg.png) top center / contain no-repeat #E7ECF0;
  font-size: 1.1rem;
  color: #212121;
  line-height: 1.8;
}
body.page-eap .page_title_wrap {
  margin-bottom: 2rem;
}
body.page-eap .breadcrumbs_wrap {
  position: relative;
  z-index: 10;
}
body.page-eap .page_title_wrap {
  position: relative;
  z-index: 10;
}
body.page-eap .page_title_wrap .page_title h1 {
  font-family: "Montserrat", sans-serif;
  color: #266DAA;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
body.page-eap .page_title_wrap .page_title h1 span {
  display: block;
  color: #000;
  font-size: 1rem;
  padding-top: 0.5rem;
  font-weight: normal;
}

.eap_01_wrap {
  position: relative;
  z-index: 10;
}
.eap_01_content {
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  padding: 6rem;
  position: relative;
}
.eap_01_content::after {
  content: "";
  display: block;
  background: url(../img/service26/eap_01-down.png) center center / contain no-repeat;
  width: 30rem;
  height: 4.2rem;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15rem);
}
.eap_01_content h2 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
}
.eap_01_content h2 span {
  font-size: 2.4rem;
  color: #266daa;
  padding: 0 .1em;
}
.eap_01_items {
  display: flex;
  justify-content: space-between;
  margin-top: -2rem;
}
.eap_01_item.item1 {
  width: 19rem;
}
.eap_01_item.item2 {
  width: 13.5rem;
  margin-top: 4rem;
}
.eap_01_item.item3 {
  width: 19rem;
}
.eap_01_image {
  margin-bottom: 1.2rem;
}
.eap_01_item h3 {
  text-align: center;
  color: #266daa;
  font-size: 1.3rem;
  font-weight: 700;
}
.eap_01_item p {
  text-align: center;
  color: #737373;
  line-height: 1.6;
  font-weight: 700;
}
.eap_01_item p span {
  font-weight: 500;
}

.eap_02_wrap {
  position: relative;
  z-index: 10;
  margin-top: 2rem;
  padding-bottom: 8rem;
}
.eap_02_content h2 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5rem;
}
.eap_02_content h2 span {
  color: #266daa;
}
.eap_02_items {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 1.5rem;
}
.eap_02_item {
  width: calc((100% - 1.5rem * 2) / 3);
  background: #fff;
  padding: 3rem 1.5rem;
}
.eap_02_item .num {
  width: 8rem;
  height: 2rem;
  border-radius: .5rem .5rem 0 0;
  background: #405E7A;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  margin: -5rem 0 3rem -1.5rem;
}
.eap_02_item .num span {
  font-size: 1.6rem;
  font-weight: 700;
}
.eap_02_item h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.eap_02_item p {
  margin-bottom: 0;
}
.eap_02_about {
  margin-top: 6rem;
  border: .5rem solid #A9CAE7;
  padding: 2.2rem 3rem 0;
  color: #266DAA;
}
.eap_02_about h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #266daa;
  display: table;
  background: #E7ECF0;
  padding: 0 1rem;
  margin: -4rem auto 1.5rem;
}
.eap_02_about h3 span {
  font-size: 2.2rem;
}
.eap_02_about_image {
  width: 32rem;
  margin: 0 auto;
}
.eap_02_consulting {
  margin-top: 6rem;
  background: #fff;
  padding: 6rem;
}
.eap_02_consulting h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 2rem;
}
.eap_02_consulting h3 span {
  color: #266daa;
}
.eap_02_consulting h4 {
  font-size: 1.1rem;
  text-align: center;
  border: .35rem solid #A9CAE7;
  width: 36.5rem;
  padding: 1.6rem;
  margin: 0 auto 4rem;
}
.eap_02_consulting_items {
  display: flex;
  justify-content: space-between;
}
.eap_02_consulting_item {
  width: 30%;
  background: #eaf1f7;
  border-radius: 1rem;
  padding: 2rem;
}
.eap_02_consulting_item .num {
  font-family: "Montserrat", sans-serif;
  color: #405E7A;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
.eap_02_consulting_item h5 {
  color: #266DAA;
  font-size: 1.4rem;
  font-weight: 700;
}
.eap_02_consulting_item p {
  margin-bottom: 0;
}
.eap_02_certification {
  margin-top: 6rem;
  background: #fff;
  padding: .5rem;
  text-align: center;
  border-radius: 20rem;
}
.eap_02_certification h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: -1.5rem auto .5rem;
}
.eap_02_items2 {
  margin-top: 6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 1.5rem;
}
.eap_02_item2 {
  width: calc((100% - 1.5rem * 2) / 3);
  background: #fff;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  min-height: 30rem;
}
.eap_02_item2 h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #405E7A;
  padding: 1.3rem;
  margin-bottom: 0;
}
.eap_02_item2 p {
  padding: 1.3rem;
  margin-bottom: 0;
}
.eap_02_item2 p span {
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  body.page-eap {
    padding-top: 100px;
    font-size: .9rem;
  }
  .eap_01_content {
    padding: 1.5rem 1.5rem 4rem;
  }
  .eap_01_content::after {
    width: 20rem;
    height: 2.8rem;
    left: calc(50% - 10rem);
  }
  .eap_01_content h2 {
    font-size: 1.5rem;
  }
  .eap_01_content h2 span {
    font-size: 2rem;
  }
  .eap_01_items {
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
  }
  .eap_01_item.item1 {
    width: 90%;
    margin: 0 auto;
  }
  .eap_01_item.item2 {
    width: 90%;
    margin: 0 auto;
  }
  .eap_01_item.item3 {
    width: 90%;
    margin: 0 auto;
  }
  .eap_01_image {
    margin-bottom: 1rem;
  }
  .eap_01_item.item2 .eap_01_image {
    width: 80%;
    margin: 0 auto 1rem;
  }
  .eap_01_item h3 {
    font-size: 1.1rem;
  }
  .eap_02_wrap {
    padding-bottom: 5rem;
  }
  .eap_02_content h2 {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
  .eap_02_items {
    gap: 3rem 1.5rem;
  }
  .eap_02_item {
    width: 100%;
    padding: 1.5rem;
  }
  .eap_02_item .num {
    margin: -3.5rem 0 1.5rem -1.5rem;
  }
  .eap_02_item h3 {
    font-size: 1.1rem;
    margin-bottom: .5rem;
  }
  .eap_02_item h3 br {
    display: none;
  }
  .eap_02_about {
    margin-top: 4rem;
    padding: 2rem 2rem 0;
  }
  .eap_02_about h3 {
    font-size: 1.3rem;
    margin: -3.5rem auto 1.5rem;
  }
  .eap_02_about h3 span {
    font-size: 2rem;
  }
  .eap_02_about_image {
    width: 100%;
    margin: 0 auto;
  }
  .eap_02_consulting {
    margin-top: 4rem;
    padding: 1.5rem;
  }
  .eap_02_consulting h3 {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  .eap_02_consulting h4 {
    font-size: 1rem;
    width: 100%;
    padding: 1rem;
    margin: 0 auto 2rem;
  }
  .eap_02_consulting_items {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .eap_02_consulting_item {
    width: 100%;
    padding: 1.5rem;
    text-align: center;
  }
  .eap_02_consulting_item .num {
    margin-top: -2.6rem;
  }
  .eap_02_consulting_item h5 {
    font-size: 1.2rem;
  }
  .eap_02_certification {
    margin-top: 4rem;
    padding: 1.5rem 2rem;
    text-align: center;
    border-radius: 2rem;
  }
  .eap_02_certification h3 {
    font-size: 1.3rem;
    margin: -2.3rem auto 1rem;
  }
  .eap_02_certification p {
    text-align: left;
    margin-bottom: 0;
  }
  .eap_02_items2 {
    margin-top: 4rem;
    gap: 2rem;
  }
  .eap_02_item2 {
    width: 100%;
    min-height: initial;
  }
  .eap_02_item2 h3 {
    font-size: 1.1rem;
    padding: 1rem 1.5rem;
  }
  .eap_02_item2 p span {
    font-size: .8rem;
  }

} /*@*/

/*--------------------------------------------------------------
# 人材派遣
--------------------------------------------------------------*/
body.page-staffing {
  padding-top: 69.31px;
  position: relative;
  background: url(../img/service26/staffing-bg.png) top center / contain no-repeat #E7ECF0;
  font-size: 1.1rem;
  color: #212121;
  line-height: 1.8;
}
body.page-staffing .page_title_wrap {
  margin-bottom: 2rem;
}
body.page-staffing .breadcrumbs_wrap {
  position: relative;
  z-index: 10;
}
body.page-staffing .page_title_wrap {
  position: relative;
  z-index: 10;
}
body.page-staffing .page_title_wrap .page_title h1 {
  font-family: "Montserrat", sans-serif;
  color: #266DAA;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
body.page-staffing .page_title_wrap .page_title h1 span {
  display: block;
  color: #000;
  font-size: 1rem;
  padding-top: 0.5rem;
  font-weight: normal;
}

.staffing_01_wrap {
  position: relative;
  z-index: 10;
}
.staffing_01_content {
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  padding: 6rem 2rem;
  margin-bottom: 2rem;
}
.staffing_01_content h2 {
  text-align: center;
  color: #266daa;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.staffing_01_content .sub {
  text-align: center;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.staffing_01_item {
  margin-top: 1rem;
}
.staffing_01_item h3 {
  width: 10rem;
  background: #fff;
  border-radius: .6rem .6rem 0 0;
  padding: .6rem .6rem 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #266daa;
  margin-bottom: 0;
}
.staffing_01_item_text {
  padding: 1.5rem 2.5rem;
  background: #fff;
  font-size: 1rem;
}
.staffing_01_item_text p {
  margin-bottom: 0;
}

.staffing_02_wrap {
  position: relative;
  z-index: 10;
}
.staffing_02_content {
  position: relative;
  padding-bottom: 5rem;
  margin-bottom: 3rem;
}
.staffing_02_content::after {
  content: "";
  display: block;
  background: url(../img/service26/staffing_02-down.png) center center / contain no-repeat;
  width: 30rem;
  height: 4.2rem;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15rem);
}

.staffing_02_content h2 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3rem;
}
.staffing_02_content h2 span {
  color: #266daa;
}
.staffing_02_items {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
}
.staffing_02_item {
  width: 20%;
}
.staffing_02_icon {
  width: 7rem;
  margin: 0 auto 1rem;
}
.staffing_02_item h3 {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 700;
}
.staffing_02_item h3 span {
  color: #266daa;
}
.staffing_02_item p {
  font-size: 1rem;
  line-height: 1.6;
}

.staffing_03_wrap {
  position: relative;
  z-index: 10;
}
.staffing_03_content {
  padding: 0 2rem;
  margin-bottom: 8rem;
}
.staffing_03_content h2 {
  text-align: center;
  color: #266daa;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4rem;
}
.staffing_03_content h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
.staffing_03_content h3 .h3-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.staffing_03_content h3 .h3-1::before {
  content: "";
  width: 1px;
  height: 2rem;
  border-left: 1px solid #212121;
  transform: rotate(-30deg);
}
.staffing_03_content h3 .h3-1::after {
  content: "";
  width: 1px;
  height: 2rem;
  border-right: 1px solid #212121;
  transform: rotate(30deg);
}
.staffing_03_content h3 .h3-2 {
  -webkit-text-stroke: 8px #E7ECF0;
  paint-order: stroke;
}
.staffing_03_text {
  margin-top: -2rem;
  border: 2.2rem solid #A9CAE7;
  padding: 2.5rem 2rem;
}
.staffing_03_text p {
  margin-bottom: 0;
  font-weight: 500;
}
.staffing_03_text p span {
  background: linear-gradient(transparent 70%, #FAF1A0 70%);
}
p.staffing_03_boreder {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #A9CAE7;
}
.staffing_03_flow {
  margin-top: 7rem;
}
.staffing_03_step {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  position: relative;
}
.staffing_03_step::before {
  content: "";
  display: block;
  width: 54rem;
  height: .15rem;
  background: linear-gradient(to right, #9BC5E9 0%, #266DAA 100%);
  position: absolute;
  top: .3rem;
  left: calc(50% - 27rem);
}
.staffing_03_step_item {
  width: 18%;
}
.staffing_03_step_item::before {
  content: "";
  display: block;
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  position: relative;
  z-index: 1;
}
.staffing_03_step_item:nth-child(1)::before {
  background: #9BC5E9;
}
.staffing_03_step_item:nth-child(2)::before {
  background: #7FB0DA;
}
.staffing_03_step_item:nth-child(3)::before {
  background: #629ACA;
}
.staffing_03_step_item:nth-child(4)::before {
  background: #4584BA;
}
.staffing_03_step_item:nth-child(5)::before {
  background: #266DAA;
}
.staffing_03_step_item .step {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #266DAA;
  text-align: center;
  line-height: 1;
  margin-bottom: .5rem;
}
.staffing_03_step_item .step span {
  display: block;
  font-size: 2.8rem;
}
.staffing_03_step_item .bg {
  background: #A9CAE7;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0;
}
.staffing_03_step_item .frame {
  border: 2px solid #fff;
  text-align: center;
  padding: .8rem .5rem;
  font-size: .9rem;
  line-height: 1.6;
}
.staffing_03_step_item .frame p {
  margin-bottom: 0;
}
.staffing_03_step_item .frame a {
  color: #212121;
}
.staffing_03_step_item .frame a.tel {
  font-weight: 700;
}

.staffing_04_wrap {
  position: relative;
  z-index: 10;
  background: #A9CAE7;
}
.staffing_04_content {
  padding: 8rem 2rem;
}
.staffing_04_content h2 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.service26_faq dl {
  background: #fff;
  margin-bottom: 2rem;
}
.service26_faq dl dt {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: 1rem 3rem;
  line-height: 1.4;
  cursor: pointer;
  transition: .3s;
}
.service26_faq dl dt:hover {
  opacity: .7;
}
.service26_faq dl dt::after {
  content: "";
  display: block;
  width: .6rem;
  height: .6rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  margin-left: auto;
  flex-shrink: 0;
}
.service26_faq dl dt.active::after {
  transform: rotate(-45deg);
}
.service26_faq dl dt .icon {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #266DAA;
  border-radius: 50%;
  flex-shrink: 0;
}
.service26_faq dl dt .text {
  flex: 1;
}
.service26_faq dl dd {
  display: flex;
  gap: 1rem;
  padding: 1rem 3rem 1rem 3.2rem;
}
.service26_faq dl dd .icon {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7A8998;
  border-radius: 50%;
  flex-shrink: 0;
}
.service26_faq dl dd .text {
  flex: 1;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  body.page-staffing {
    padding-top: 100px;
    font-size: .9rem;
  }
  .staffing_01_content {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
  .staffing_01_content h2 {
    font-size: 1.5rem;
  }
  .staffing_01_content .sub {
    text-align: left;
  }
  .staffing_01_item h3 {
    font-size: 1.1rem;
  }
  .staffing_01_item_text {
    padding: 1rem 1.5rem;
    font-size: .8rem;
  }
  .staffing_02_content {
    margin-bottom: 2rem;
  }
  .staffing_02_content::after {
    width: 20rem;
    height: 2.8rem;
    left: calc(50% - 10rem);
  }
  .staffing_02_content h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .staffing_02_items {
    padding: 0;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .staffing_02_item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .staffing_02_icon {
    width: 5rem;
    margin: 0;
    flex-shrink: 0;
  }
  .staffing_02_text {
    flex: 1;
  }
  .staffing_02_item h3 {
    text-align: left;
    font-size: 1rem;
    margin-bottom: .25rem;
  }
  .staffing_02_item h3 br {
    display: none;
  }
  .staffing_02_item p {
    font-size: .8rem;
    margin-bottom: 0;
  }

  .staffing_03_content {
    padding: 0;
    margin-bottom: 5rem;
  }
  .staffing_03_content h2 {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .staffing_03_content h3 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .staffing_03_content h3 .h3-1 {
    margin-bottom: .3rem;
  }
  .staffing_03_text {
    margin-top: -1.8rem;
    border: 1.8rem solid #A9CAE7;
    padding: 1.5rem;
  }
  .staffing_03_flow {
    margin-top: 4rem;
  }
  .staffing_03_step {
    flex-wrap: wrap;
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
  .staffing_03_step::before {
    width: .15rem;
    height: 84%;
    background: linear-gradient(to bottom, #9BC5E9 0%, #266DAA 100%);
    position: absolute;
    top: 11%;
    left: .3rem;
  }
  .staffing_03_step_item {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .staffing_03_step_item::before {
    margin: 0 1rem 0 0;
  }
  .staffing_03_step_item .step {
    margin: 0 1rem 0 0;
    width: 3.5rem;
  }
  .staffing_03_step_item .step span {
    font-size: 2.4rem;
  }
  .staffing_03_step_item .option {
    flex: 1;
  }
  .staffing_03_step_item .bg {
    flex: 1;
    height: 3rem;
  }
  .staffing_03_step_item .bg br {
    display: none;
  }
  .staffing_03_step_item .frame {
    padding: .5rem;
    font-size: .8rem;
    line-height: 1.4;
  }
  .staffing_03_step_item .frame br {
    display: none;
  }
  .staffing_03_step_item .frame a {
    display: inline-block;
  }
  .staffing_03_step_item .frame a.mail {
    margin-left: 1em;
  }
  .staffing_04_content {
    padding: 4rem 0;
  }
  .staffing_04_content h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .service26_faq dl {
    margin-bottom: 1rem;
  }
  .service26_faq dl dt {
    padding: 1rem;
  }
  .service26_faq dl dt .icon {
    font-size: 1.2rem;
    width: 2rem;
    height: 2rem;
  }
  .service26_faq dl dt .text {
    padding-right: .5rem;
  }
  .service26_faq dl dd {
    gap: .8rem;
    padding: 1rem 3rem 1rem 1.1rem;
  }
  .service26_faq dl dd .icon {
    font-size: 1rem;
    width: 1.7rem;
    height: 1.7rem;
  }

} /*@*/

/*--------------------------------------------------------------
# 有料職業紹介
--------------------------------------------------------------*/
body.page-job {
  padding-top: 69.31px;
  position: relative;
  background: url(../img/service26/job-bg.png) top center / contain no-repeat #E7ECF0;
  font-size: 1.1rem;
  color: #212121;
  line-height: 1.8;
}
body.page-job .page_title_wrap {
  margin-bottom: 2rem;
}
body.page-job .breadcrumbs_wrap {
  position: relative;
  z-index: 10;
}
body.page-job .page_title_wrap {
  position: relative;
  z-index: 10;
}
body.page-job .page_title_wrap .page_title h1 {
  font-family: "Montserrat", sans-serif;
  color: #266DAA;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
body.page-job .page_title_wrap .page_title h1 span {
  display: block;
  color: #000;
  font-size: 1rem;
  padding-top: 0.5rem;
  font-weight: normal;
}

.job_01_wrap {
  position: relative;
  z-index: 10;
}
.job_01_content {
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  padding: 6rem 2rem;
  margin-bottom: 2rem;
}
.job_01_content h2 {
  text-align: center;
  color: #266daa;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.job_01_content .sub {
  text-align: center;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.job_01_item {
  margin-top: 1rem;
}
.job_01_item h3 {
  width: 10rem;
  background: #fff;
  border-radius: .6rem .6rem 0 0;
  padding: .6rem .6rem 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #266daa;
  margin-bottom: 0;
}
.job_01_item_text {
  padding: 1.5rem 2.5rem;
  background: #fff;
  font-size: 1rem;
}
.job_01_item_text p {
  margin-bottom: 0;
}

.job_02_wrap {
  position: relative;
  z-index: 10;
}
.job_02_content {
  padding: 0 2rem;
  margin-bottom: 8rem;
}
.job_02_content h2 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.job_02_content h2 span {
  color: #266daa;
}
.job_02_text {
  border: .5rem solid #A9CAE7;
  padding: 2.5rem 2rem;
}
.job_02_text p {
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
}
.job_02_text p span {
  background: linear-gradient(transparent 70%, #FAF1A0 70%);
}
p.job_02_boreder {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #A9CAE7;
}

.job_03_wrap {
  position: relative;
  z-index: 10;
}
.job_03_content {
  padding: 0 2rem;
  margin-bottom: 8rem;
}
.job_03_content h2 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3rem;
}
.job_03_icons_items {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
}
.job_03_icons_item {
  width: 20%;
}
.job_03_icon {
  width: 7rem;
  margin: 0 auto 1rem;
}
.job_03_icons_item h3 {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 700;
}

.job_04_wrap {
  position: relative;
  z-index: 10;
}
.job_04_content {
  padding: 0 2rem;
  margin-bottom: 10rem;
}
.job_04_content h2 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
  color: #266daa;
  -webkit-text-stroke: 8px #fff;
  paint-order: stroke;
  position: relative;
  z-index: 1;
}
.job_04_bg {
  background: #fff;
  padding: 3rem;
  margin-top: -1.6rem;
}
.job_04_image {
  width: 36.8rem;
  margin: 0 auto 2rem;
}
.job_04_bg p {
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
}
.job_04_bg p span {
  color: #266daa;
}

.job_05.staffing_02_content::after {
  content: none;
}

.job_06_wrap {
  position: relative;
  z-index: 10;
  background: linear-gradient(to bottom, #E7ECF0 13rem, #405E7A 13rem);
}
.job_06_content {
  padding: 6rem 2rem 2rem;
}
.job_06_bg {
  background: #fff;
  padding: 2rem;
  text-align: center;
  color: #405E7A;
  box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}
.job_06_bg h2 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.job_06_bg p {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  body.page-job {
    padding-top: 100px;
    font-size: .9rem;
  }
  .job_01_content {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
  .job_01_content h2 {
    font-size: 1.5rem;
  }
  .job_01_content .sub {
    text-align: left;
  }
  .job_01_item h3 {
    font-size: 1.1rem;
  }
  .job_01_item_text {
    padding: 1rem 1.5rem;
    font-size: .8rem;
  }
  .job_02_content {
    padding: 0;
    margin-bottom: 4rem;
  }
  .job_02_content h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .job_02_text {
    padding: 1.5rem;
  }
  .job_02_text p {
    text-align: left;
  }
  .job_03_content {
    padding: 0;
    margin-bottom: 4rem;
  }
  .job_03_content h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .job_03_icons_items {
    padding: 0;
    flex-direction: column;
    gap: 1.5rem;
    width: fit-content;
    margin: 0 auto;
  }
  .job_03_icons_item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .job_03_icon {
    width: 4rem;
    margin: 0;
    flex-shrink: 0;
  }
  .job_03_icons_item h3 {
    flex: 1;
    text-align: left;
    font-size: 1rem;
  }
  .job_03_icons_item h3 br {
    display: none;
  }
  .job_04_content {
    padding: 0;
    margin-bottom: 4rem;
  }
  .job_04_content h2 {
    font-size: 1.6rem;
  }
  .job_04_bg {
    padding: 3rem 1.5rem 1.5rem;
    margin-top: -2rem;
  }
  .job_04_image {
    width: 100%;
  }
  .job_04_bg p {
    text-align: left;
  }
  .job_05.staffing_02_content {
    padding-bottom: 0;
  }

  .job_06_wrap {
    background: linear-gradient(to bottom, #E7ECF0 11rem, #405E7A 11rem);
  }
  .job_06_content {
    padding: 4rem 1rem 1rem;
  }
  .job_06_bg {
    padding: 1.5rem;
  }
  .job_06_bg h2 {
    font-size: 1.5rem;
  }
  .job_06_bg p {
    text-align: left;
    font-size: 1rem;
  }

} /*@*/






