body {
  -webkit-text-size-adjust: 100%;
}

html {
  color: var(--Text_default, #333);
  font-size: 3.846vw;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
}

#code-mc-panel-2963 {
  display: none;
}

.employer_serviceLp {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka",
    sans-serif;
  /*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
}

a {
  color: var(--Text_default, #333);
  display: block;
  text-decoration: none;
}

#wrapper {
  width: 100%;
  height: 100%;
}

.employer_serviceLp {
  padding: 0 0 72px;
}

section,
.section {
  width: 100%;
  height: auto;
  position: relative;
}

.is_pc {
  display: none !important;
}

.is_hidden_tab {
  display: none;
}

.point_reader {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.inertia {
  -webkit-overflow-scrolling: touch;
}

.preload * {
  transition: none;
}

:root {
  --Primary: #335fa9;
  --BorderYellow: #ffdf80;
  --Text_default: #333;
}

.employer_serviceLp .contentWrap {
  position: relative;
  width: 100%;
  /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
}

.employer_serviceLp .contentWrap .en {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.employer_serviceLp .contentWrap .txt_borderYellow {
  position: relative;
  color: #002F7E;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  z-index: 1;
  background: linear-gradient(transparent 60%,
      #ffdf80 61%,
      #ffdf80 95%,
      transparent 96%);
  display: inline;
}

.employer_serviceLp .contentWrap .employer_sWrap {
  margin: 0 auto;
  width: 91.47%;
}

.employer_serviceLp .contentWrap .employer_lWrap {
  margin: 0 auto;
  width: 91.47%;
}

.employer_serviceLp .contentWrap .ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.employer_serviceLp .contentWrap .ttl span {
  color: #002F7E;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.8px;
}

.employer_serviceLp .contentWrap .ttl h2 {
  color: var(--Text_default, #333);
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1.2px;
  text-align: center;
}

.employer_serviceLp .contentWrap .ttl+p {
  margin: 24px 0 0;
  text-align: center;
  text-align: left;
  font-size: 16px;
  line-height: 170%;
  font-weight: 500;
}

.employer_serviceLp .contentWrap .ttl+p .employer_txtYellow {
  font-size: 18px;
}

.employer_serviceLp .ctaBtn_wrap {
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}

.employer_serviceLp .ctaBtn_wrap .ctaBtn_note {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.employer_serviceLp .ctaBtn_wrap .ctaBtn_note p {
  color: #002F7E;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.employer_serviceLp .ctaBtn_wrap .ctaBtn_note p span {
  font-size: 19px;
}

.employer_serviceLp .ctaBtn_wrap .ctaBtn_note svg {
  width: 16px;
}

.employer_serviceLp .ctaBtn_wrap .ctaBtn {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  width: 100%;
  height: 66px;
  padding: 10px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #fff;
  background: var(--AGENT_RED, #d10042);
  box-shadow: 3px 3px 13px #888;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.employer_serviceLp .ctaBtn_wrap .ctaBtn::before {
  display: none;
}

.employer_serviceLp .ctaBtn_wrap .ctaBtn .inner {
  display: flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #fff;
  color: var(--AGENT_RED, #d10042);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
}

.employer_serviceLp .ctaBtn_wrap .ctaBtn p {
  margin-left: 10px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 19px;
}body {
  -webkit-text-size-adjust: 100%;
}

html {
  color: var(--Text_default, #333);
  font-size: 3.846vw;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
}

#code-mc-panel-2963 {
  display: none;
}

.employer_serviceLp {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka",
    sans-serif;
  /*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
}

a {
  color: var(--Text_default, #333);
  display: block;
  text-decoration: none;
}

#wrapper {
  width: 100%;
  height: 100%;
}

.employer_serviceLp {
  padding: 0 0 72px;
}

section,
.section {
  width: 100%;
  height: auto;
  position: relative;
}

.is_pc {
  display: none !important;
}

.is_hidden_tab {
  display: none;
}

.point_reader {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.inertia {
  -webkit-overflow-scrolling: touch;
}

.preload * {
  transition: none;
}

:root {
  --Primary: #002F7E;
  --BorderYellow: #ffdf80;
  --Text_default: #333;
}

.employer_serviceLp .contentWrap {
  position: relative;
  width: 100%;
  /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
}

.employer_serviceLp .contentWrap .en {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.employer_serviceLp .contentWrap .txt_borderYellow {
  position: relative;
  color: #002F7E;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  z-index: 1;
  background: linear-gradient(transparent 60%, #FFC000 61%, #FFC000 100%);
  display: inline;
}

.employer_serviceLp .contentWrap .employer_sWrap {
  margin: 0 auto;
  width: 91.47%;
}

.employer_serviceLp .contentWrap .employer_lWrap {
  margin: 0 auto;
  width: 91.47%;
}

.employer_serviceLp .contentWrap .ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.employer_serviceLp .contentWrap .ttl span {
  color: #002F7E;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.8px;
}

.employer_serviceLp .contentWrap .ttl h2 {
  color: var(--Text_default, #333);
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1.2px;
  text-align: center;
}

.employer_serviceLp .contentWrap .ttl+p {
  margin: 24px 0 0;
  text-align: center;
  text-align: left;
  font-size: 16px;
  line-height: 170%;
  font-weight: 500;
}

.employer_serviceLp .contentWrap .ttl+p .employer_txtYellow {
  font-size: 18px;
}

/* ボタンコンポーネント */
/* Component: CTA Button Wrap */
.c-ctaBtnWrap {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px 24px;
}

.employerMv .c-ctaBtnWrap {
  margin-top: 0;
  justify-content: center;
  gap: 8px;
}

.c-ctaBtnWrap__desc {
  width: 100%;
  display: flex;
  justify-content: center;
}

.c-ctaBtnWrap__desc span {
  color: #002F7E;
  text-align: center;
  font-feature-settings: 'pwid' on;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  /* 137.5% */
  letter-spacing: 0.8px;
  position: relative;
}

.c-ctaBtnWrap__desc span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  height: 19px;
  transform: rotate(-40deg) translateY(-62%);
  width: 1.5px;
  background: #002F7E;
}

.c-ctaBtnWrap__desc span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  height: 19px;
  transform: rotate(40deg) translateY(-62%);
  width: 1.5px;
  background: #002F7E;
}



/* Component: CTA Button */
/* Modifier: mail Button */

.c-ctaBtn {
  width: 100%;

}

.c-ctaBtn + .c-ctaBtn {
/* margin-top: 5px; */
}

.c-ctaBtn--mail {
  display: flex;
  height: 74px;
  padding: 10px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #FFF;
  background: var(--AGENT_RED, #D10042);
  box-shadow: 3px 3px 13px 0px #888;
  position: relative;
  overflow: hidden;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.employerMv .c-ctaBtn--mail {
  width: 100%;
}


.c-ctaBtn__mailLabel {
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: var(--white, #FFF);
  color: #D10042;
  text-align: center;
  font-size: 10px;
  line-height: 100%;
  font-weight: 600;
  /* 12px */
  letter-spacing: 0.8px;
  font-family: "Hiragino Kaku Gothic ProN";
}

.c-ctaBtn__mailText {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  /* 137.5% */
  letter-spacing: 0.8px;
}

.c-ctaBtn__mailIcon {
  width: 20px;
}

/* Modifier: Telephone Button */
.c-ctaBtn--tel {
  display: flex;
  height: 74px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
  border-radius: 4px;
  border: 1px solid var(--white, #FFF);
  background: #004D9E;
  overflow: hidden;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  box-shadow: 3px 3px 13px 0px #888;
}

.employerMv .c-ctaBtn--tel {
  width: 100%;
}


.c-ctaBtn__telInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;

}

.c-ctaBtn__telNumber {
  color: var(--white, #FFF);
  font-family: Helvetica;
  font-size: 28px;
  line-height: 100%;
  font-weight: 700;
  /* 28px */
  letter-spacing: 0.72px;
}


.c-ctaBtn__talIcon {}

.c-ctaBtn__telTime {
  color: var(--white, #FFF);
  font-size: 11px;
  font-style: normal;
  line-height: 100%;
  /* 11px */
}


.employer_serviceLp .employerMv {
  margin-top: 84px;
  position: relative;
  overflow: hidden;
}

.employer_serviceLp .employerMv .mv {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.employer_serviceLp .employerMv .mv::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 10%, transparent 100%);
}

.employer_serviceLp .employerMv .mv img {
  max-width: initial;
  height: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation: bgAnimeemployer 18s 0s forwards;
  animation: bgAnimeemployer 18s 0s forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes bgAnimeemployer {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 1;
  }

  34% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes bgAnimeemployer {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 1;
  }

  34% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.employer_serviceLp .employerMv .box {
  margin: 0 auto;
  padding: 0 8px 20px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 503px;
  width: 91.47%;
}

.employer_serviceLp .employerMv .box h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.employer_serviceLp .employerMv .box h1 span {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 40, 72, 0.5);
  font-size: 30px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1.12px;
  background: linear-gradient(transparent 98%, #fff 0%);
  display: block;
  padding-bottom: 1px;
}

.employer_serviceLp .employerMv .box h1+p {
  margin: 16px 0 20px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 40, 72, 0.5);
  font-size: 18px;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.7px;
}

.employer_serviceLp .employerMv .box .ctaBtn_wrap {
  margin: 20px 0 0;
  width: 100%;
}

.employer_serviceLp .employerMv .box .ctaBtn_wrap .ctaBtn {
  padding: 10px 28px;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 7px;
  border: 1px solid #fff;
  background: var(--AGENT_RED, #d10042);
  box-shadow: 4px 4px 10px 0px rgba(0, 40, 72, 0.5);
}

.employer_serviceLp .employerMv .box .ctaBtn_wrap .ctaBtn .icon {
  width: 28px;
  height: 28px;
  margin: 0;
}

.employer_serviceLp .employerMv .box .ctaBtn_wrap .ctaBtn.tel {
  background: #002F7E;
}

.employer_serviceLp .employerMv .box .ctaBtn_wrap .ctaBtn .arrow {
  position: absolute;
  width: 20px;
  top: 50%;
  left: 89%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.employer_serviceLp .employerMv .box .ctaBtn_wrap+p {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  width: 100%;
}
.employer_serviceLp .employerMv .box .ctaBtn_wrap+.ctaBtn_wrap {
  margin-top: 6px;
}

.employer_serviceLp .employerMv .box .ctaBtn_wrap .ctaBtn span.is_pc {
  display: none;
}

.employer_serviceLp .employerMv .box .ctaBtn_wrap .ctaBtn span {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

.employer_serviceLp .employerMv .box .ctaBtn_wrap .ctaBtn p {
  padding-top: 1px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 22px;
  font-size: 14px;
  margin: 0;
  width: 70%;
}

/* マイナビエージェントとは */
.employerAbout {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.employerAbout h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  text-wrap: nowrap;
  /* 57px */
  letter-spacing: 0.8px;
}

.employerAbout .box {
  margin-top: 24px;
}


.employerAbout .txt h3 {
  color: #002F7E;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  /* 39.1px */
  letter-spacing: 0.8px;
}

.employerAbout .txt p {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  /* 32.4px */
  letter-spacing: 0.8px;
}

.employerAbout .txt p+p {
  margin-top: 6px;
   /* font-feature-settings: "palt" */
}


/* マイナビエージェントが選ばれる理由 */
.employerReason {
  padding: 40px 0;
  background: #E6EFF6;
}

.employerReason .box {
  margin: 0 auto;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  background: #fff;
}


.employer_serviceLp .contentWrap .employerReason .employer_ttl h2 {
  font-size: 24px;
}


.employerReason .items {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.employerReason .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 16px
}

.employerReason .item .txt {
  display: contents;
}

.employerReason .item .title {
  order: 1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-direction: row;
}

.employerReason .item .title span {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background: #002F7E;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  /* 22px */
  letter-spacing: 0.8px;
}

.employerReason .item .title h3 {
  padding-top: 0.1rem;
  color: #002F7E;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  /* 39.1px */
  letter-spacing: 0.8px;
}

.employerReason .item p {
  order: 3;
  /* margin-top: 16px; */
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  /* 32.4px */
  letter-spacing: 0.8px;
  text-align: start;
}

.employerReason .item p .txt_borderYellow span {
  font-size: 11px;
  letter-spacing: 0.8px;
}


.employerReason .item img {
  order: 2;
  width: 130px;
  height: 130px;
  object-fit: cover;
  flex-shrink: 0;
}

.employerReason .note {
  margin-top: 20px;
  width: 100%;

}
.employerReason .note span{
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  /* 12px */
  letter-spacing: 0.8px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  display: block;
}
.employerReason .note span + span{
 margin-top: 2px;
}

/* サービスの特徴 */
.employer_serviceLp .employerFeatures {
  padding: 40px 0;
  background: #fff;
}

.employer_serviceLp .employerFeatures .box {
  margin: 30px 0 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.employer_serviceLp .employerFeatures .box .txtBox {
  margin: 24px 0 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}


.employer_serviceLp .employerFeatures .box .txtBox h3 {
  color: var(--Text_default, #333);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-align: center;
}

.employer_serviceLp .employerFeatures .box .txtBox h3 .txt_borderYellow {
  position: relative;
  color: #002F7E;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1px;
  background: linear-gradient(transparent 60%,
      #ffdf80 61%,
      #ffdf80 90%,
      transparent 91%);
  display: inline;
}

.employer_serviceLp .employerFeatures .box .txtBox p {
  color: var(--Text_default, #333);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
  text-align: left;
}

.employer_serviceLp .employerFeatures .box .tableWrap {
  filter: drop-shadow(0px 0px 10px #E5EEF6);
  margin: 32px 0 0;
}

.employer_serviceLp .employerFeatures .box .tableWrap h3 {
  display: flex;
  padding: 12px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 16px 16px 0px 0px;
  background: #002F7E;
  color: var(--white, #FFF);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  /* 29.9px */
  letter-spacing: 0.9px;
}


.employer_serviceLp .employerFeatures .box .tableWrap .table {
  display: flex;
  padding: 22px 14px 24px;
  flex-direction: column;
  align-items: flex-start;
  border-radius:0 0 16px 16px;
  border:  solid #e5e5e6;
  border-width: 0px 2px 2px;
  background: #fff;
}

.employer_serviceLp .employerFeatures .box .tableWrap .table table .logo th {
  width: 50%;
  height: auto;
  padding: 0 0 8px;
  border: none;
  background: rgba(0, 0, 0, 0);
}

.employer_serviceLp .employerFeatures .box .tableWrap .table table .logo th:first-of-type {
  display: none;
}

.employer_serviceLp .employerFeatures .box .tableWrap .table table .logo th:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.employer_serviceLp .employerFeatures .box .tableWrap .table table .logo th:last-of-type .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.4px solid #002F7E;
  gap: 2px;
}

.employer_serviceLp .employerFeatures .box .tableWrap .table table .logo th:last-of-type .inner span {
  color: #002F7E;
  text-align: center;
  font-size: 8px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.4px;
}

.employer_serviceLp .employerFeatures .box .tableWrap .table table .logo th:last-of-type .inner svg {
  width: 14px;
  height: 14px;
}

.employer_serviceLp .employerFeatures .box .tableWrap .table table .logo th img {
  width: 139px;
}

.employer_serviceLp .employerFeatures .box .tableWrap .table table .logo th .mytenLogo {
  width: 113.453px;
}

.employer_serviceLp .employerFeatures .box .tableWrap .table table tr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.employer_serviceLp .employerFeatures .box .tableWrap .table table tr th {
  border-top: solid 1px #c8c8c8;
  color: var(--Text_default, #333);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.7px;
  width: 100%;
  padding: 12px 0 4px 0;
}

.employer_serviceLp .employerFeatures .box .tableWrap .table table tr td {
  width: 50%;
  padding: 16px 0;
  border-top: solid 1px #c8c8c8;
  color: var(--Text_default, #333);
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.6px;
}

.employer_serviceLp .employerFeatures .box .tableWrap .table table tr .bgBlue {
  background: #eff2f8;
}

.employer_serviceLp .employerFeatures .box .tableWrap .table table tr .bgRed {
  background: #fdebec;
}

.employer_serviceLp .employerFeatures .box .tableWrap .table table tr .txtCenter {
  text-align: center;
}

.employer_serviceLp .employerFeatures .box .tableWrap .table table tr .txtBlue {
  color: #002F7E;
}

.employer_serviceLp .employerFeatures .box .tableWrap .table table tr .txtRed {
  color: #e50111;
}

.employer_serviceLp .employerFeatures .box .tableWrap .table table tr:last-of-type td ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  padding: 0 8px;
}

.employer_serviceLp .employerFeatures .box .tableWrap .table table tr:last-of-type td ul li {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  text-align: start;
}

.employer_serviceLp .employerFeatures .box .tableWrap .table table tr:last-of-type td ul li svg {
  position: relative;
  top: -2px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/* 採用目的に応じたソリューション */
.employerSolution {
  padding: 40px 0;
  background-color: #E6EFF6;
}

.employer_serviceLp .contentWrap .employerSolution .ttl+p {
  font-size: 14px;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.8px;
  margin-top: 28px;
}

.employerSolution .items-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
 padding-top: 32px;
}

.employerSolution .items-wrap+.items-wrap {
  padding-top: 32px;
}

.employer_serviceLp .contentWrap .employerSolution .items-wrap h3 {
 text-align: center;
 
}

.employer_serviceLp .contentWrap .employerSolution .items-wrap h3 span {
  color: #184081;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  /* 28px */
  letter-spacing: 0.8px;
}

.employerSolution .profession .item {
  width:100%;
}

.employerSolution .usage .item {
  margin: 0 auto;
  width: 100%;
}

.employerSolution .usage .item img {
  border-radius: 9px;
}

.employerSolution .usage .item p {
  margin-top: 16px;
}

.employerSolution .usage .item img {
  max-width: 100%;
  height: auto;
}

.employerSolution .usage .item .btn {
  width: 100%;
  max-width: 100%;
}

.employerSolution .items {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 14px;
}


.employerSolution .item {
  width: 100%;
  border-radius: 16px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
}



.employerSolution .item h4 {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  /* 34.5px */
  letter-spacing: 0.8px;
}

.employerSolution .item p {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.8px;
}

.employerSolution .btn {
  margin-top: 20px;
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #002F7E;
  background: var(--white, #FFF);
  color: #002F7E;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  letter-spacing: 0.8px;
}


/* マイナビエージェントの 登録者層 */
.employer_serviceLp .employerCustomerBase {
  background: url(../img/employerReason_bg_sp.jpg) repeat center center/contain;
  margin: 0 auto;
  display: flex;
  padding: 60px 0 80px;
  flex-direction: column;
  align-items: center;
}

.employer_serviceLp .employerCustomerBase .ttl+p {
  color: var(--Text_default, #333);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
  padding: 0 28px;
}

.employer_serviceLp .employerCustomerBase .items {
  margin: 32px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.employer_serviceLp .employerCustomerBase .items .item-wrap {
  width: 100%;
  box-shadow: 4px 4px 10px 0px #e5eef6;

}
.employer_serviceLp .employerCustomerBase .items .item-wrap h3 {
  display: flex;
  padding: 13px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px 16px 0px 0px;
  background: #002F7E;
  color: var(--white, #FFF);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  /* 31.2px */
  letter-spacing: 1px;
}

.employer_serviceLp .employerCustomerBase .items .item-common,
.employer_serviceLp .employerCustomerBase .items .item03,
.employer_serviceLp .employerCustomerBase .items .item02,
.employer_serviceLp .employerCustomerBase .items .item01 {
  padding: 40px 32px;
  width: 100%;
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
  border-radius:0 0 16px 16px;
  border:  solid #002F7E;
  border-width: 0 1px 1px;
  background: #fff;
}

.employer_serviceLp .employerCustomerBase .items .item-common .txt,
.employer_serviceLp .employerCustomerBase .items .item03 .txt,
.employer_serviceLp .employerCustomerBase .items .item02 .txt,
.employer_serviceLp .employerCustomerBase .items .item01 .txt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}

.employer_serviceLp .employerCustomerBase .items .item-common .txt li,
.employer_serviceLp .employerCustomerBase .items .item03 .txt li,
.employer_serviceLp .employerCustomerBase .items .item02 .txt li,
.employer_serviceLp .employerCustomerBase .items .item01 .txt li {
  position: relative;
  color: var(--Text_default, #333);
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  padding-left: 24.72px;
}

.employer_serviceLp .employerCustomerBase .items .item-common .txt li::before,
.employer_serviceLp .employerCustomerBase .items .item03 .txt li::before,
.employer_serviceLp .employerCustomerBase .items .item02 .txt li::before,
.employer_serviceLp .employerCustomerBase .items .item01 .txt li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 16.72px;
  height: 16.72px;
  border-radius: 100px;
  background: #002F7E;
}

.employer_serviceLp .employerCustomerBase .items .item-common .graph_wrap,
.employer_serviceLp .employerCustomerBase .items .item03 .graph_wrap,
.employer_serviceLp .employerCustomerBase .items .item02 .graph_wrap,
.employer_serviceLp .employerCustomerBase .items .item01 .graph_wrap {
  width: 214px;
  height: 214px;
  position: relative;
  flex-shrink: 0;
}

.employer_serviceLp .employerCustomerBase .items .item-common .graph_wrap .graph,
.employer_serviceLp .employerCustomerBase .items .item03 .graph_wrap .graph,
.employer_serviceLp .employerCustomerBase .items .item02 .graph_wrap .graph,
.employer_serviceLp .employerCustomerBase .items .item01 .graph_wrap .graph {
  position: absolute;
  top: -24%;
  left: -22%;
  width: 300px;
  height: 300px;
  pointer-events: none;
}

.employer_serviceLp .employerCustomerBase .items .item-common .graph_wrap .graph .center_txt,
.employer_serviceLp .employerCustomerBase .items .item03 .graph_wrap .graph .center_txt,
.employer_serviceLp .employerCustomerBase .items .item02 .graph_wrap .graph .center_txt,
.employer_serviceLp .employerCustomerBase .items .item01 .graph_wrap .graph .center_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70.24px;
  height: 70.24px;
  background: #fff;
  border-radius: 100px;
  color: var(--Text_default, #333);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.employer_serviceLp .employerCustomerBase .items .item01 .txt li:nth-of-type(2)::before {
  background: #80afd5;
}

.employer_serviceLp .employerCustomerBase .items .item01 .txt li:nth-of-type(3)::before {
  background: #0a9fc2;
}

.employer_serviceLp .employerCustomerBase .items .item01 .txt li:nth-of-type(4)::before {
  background: #85cfe1;
}

.employer_serviceLp .employerCustomerBase .items .item01 .txt li:nth-of-type(5)::before {
  background: #0bc4c1;
}

.employer_serviceLp .employerCustomerBase .items .item01 .txt li:nth-of-type(6)::before {
  background: #85e2e0;
}

.employer_serviceLp .employerCustomerBase .items .item02 .txt li:nth-of-type(2)::before {
  background: #4086c0;
}

.employer_serviceLp .employerCustomerBase .items .item02 .txt li:nth-of-type(3)::before {
  background: #80afd5;
}

.employer_serviceLp .employerCustomerBase .items .item02 .txt li:nth-of-type(4)::before {
  background: #bfd7ea;
}

.employer_serviceLp .employerCustomerBase .items .item02 .txt li:nth-of-type(5)::before {
  background: #0a9fc2;
}

.employer_serviceLp .employerCustomerBase .items .item02 .txt li:nth-of-type(6)::before {
  background: #47b7d1;
}

.employer_serviceLp .employerCustomerBase .items .item02 .txt li:nth-of-type(7)::before {
  background: #85cfe1;
}

.employer_serviceLp .employerCustomerBase .items .item02 .txt li:nth-of-type(8)::before {
  background: #c2e7f0;
}

.employer_serviceLp .employerCustomerBase .items .item02 .txt li:nth-of-type(9)::before {
  background: #0bc4c1;
}

.employer_serviceLp .employerCustomerBase .items .item02 .txt li:nth-of-type(10)::before {
  background: #48d3d1;
}

.employer_serviceLp .employerCustomerBase .items .item02 .txt li:nth-of-type(11)::before {
  background: #85e2e0;
}

.employer_serviceLp .employerCustomerBase .items .item02 .txt li:nth-of-type(12)::before {
  background: #c2f0f0;
}

.employer_serviceLp .employerCustomerBase .items .item02 .txt li:nth-of-type(13)::before {
  background: #eef2f8;
}

.employer_serviceLp .employerCustomerBase .items .item02 .graph_wrap {
  order: 1;
}

.employer_serviceLp .employerCustomerBase .items .item02 .graph_wrap .graph {
  position: absolute;
  top: -24%;
  left: -22%;
}

.employer_serviceLp .employerCustomerBase .items .item02 .txt {
  order: 2;
}

.employer_serviceLp .employerCustomerBase .items .item03 .txt li:nth-of-type(2)::before {
  background: #4086c0;
}

.employer_serviceLp .employerCustomerBase .items .item03 .txt li:nth-of-type(3)::before {
  background: #80afd5;
}

.employer_serviceLp .employerCustomerBase .items .item03 .txt li:nth-of-type(4)::before {
  background: #bfd7ea;
}

.employer_serviceLp .employerCustomerBase .items .item03 .txt li:nth-of-type(5)::before {
  background: #0a9fc2;
}

.employer_serviceLp .employerCustomerBase .items .item03 .txt li:nth-of-type(6)::before {
  background: #47b7d1;
}

.employer_serviceLp .employerCustomerBase .items .item03 .txt li:nth-of-type(7)::before {
  background: #85cfe1;
}

.employer_serviceLp .employerCustomerBase .items .item03 .txt li:nth-of-type(8)::before {
  background: #c2e7f0;
}

.employer_serviceLp .employerCustomerBase .items .item03 .txt li:nth-of-type(9)::before {
  background: #0bc4c1;
}

.employer_serviceLp .employerCustomerBase .items .item03 .txt li:nth-of-type(10)::before {
  background: #48d3d1;
}

.employer_serviceLp .employerCustomerBase .items .item03 .txt li:nth-of-type(11)::before {
  background: #85e2e0;
}

.employer_serviceLp .employerCustomerBase .items .item03 .txt li:nth-of-type(12)::before {
  background: #c2f0f0;
}

.employer_serviceLp .employerCustomerBase .items .item03 .txt li:nth-of-type(13)::before {
  background: #eef2f8;
}

.employer_serviceLp .employerCustomerBase .note {
  margin: 16px 0 0;
}

.employer_serviceLp .employerCustomerBase .note p {
  color: var(--Text_default, #333);
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.5px;
}

.employer_serviceLp .employerFlow {
  padding: 40px 0 60px;
  background: #e6eff6;
}

.employer_serviceLp .employerFlow .box {
  margin: 0 auto;
  padding: 60px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 32px;
  background: #fff;
}

.employer_serviceLp .employerFlow .box .items {
  margin: 32px 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  gap: 24px;
  flex-wrap: wrap;
}

.employer_serviceLp .employerFlow .box .items .item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 16px;
}

.employer_serviceLp .employerFlow .box .items .item:last-of-type .img_wrap::before {
  display: none;
}

.employer_serviceLp .employerFlow .box .items .item .itemNum {
  margin-top: 8px;
  color: #002F7E;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.7px;
}

.employer_serviceLp .employerFlow .box .items .item h3 {
  margin: 6px 0 0;
  color: var(--Text_default, #333);
  font-size: 17px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.8px;
}

.employer_serviceLp .employerFlow .box .items .item .img_wrap {
  width: 111px;
  position: relative;
  flex-shrink: 0;
  z-index: 1;
}

.employer_serviceLp .employerFlow .box .items .item .img_wrap::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 1.5px;
  height: 150px;
  background: #e5e5e6;
}

.employer_serviceLp .employerFlow .box .items .item img {
  position: relative;
  width: 100%;
  z-index: 1;
}

.employer_serviceLp .employerFlow .box .items .item p {
  margin: 16px 0 0;
  color: var(--Text_default, #333);
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.7px;
}

.employer_serviceLp .employerFlow .box .items .item p span {
  color: var(--Text_default, #333);
  font-weight: 600;
}

.employer_serviceLp .employerRelatedService {
  background: #d1dfef;
  padding: 80px 16px;
}

.employer_serviceLp .employerRelatedService .wrap .main_box {
  margin: 32px 0 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}

.employer_serviceLp .employerRelatedService .wrap .main_box .item {
  width: 100%;
}

.employer_serviceLp .employerRelatedService .wrap .main_box .item img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 4px 4px 10px 0px rgba(197, 207, 215, 0.5);
}

.employer_serviceLp .employerRelatedService .wrap .main_box .item h3 {
  margin: 16px 0 0;
  color: var(--Text_default, #333);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.8px;
}

.employer_serviceLp .employerRelatedService .wrap .main_box .item p {
  margin: 8px 0 0;
  color: var(--Text_default, #333);
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.7px;
}

.employer_serviceLp .employerRelatedService .wrap .sub_box {
  margin: 48px 0 0;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.employer_serviceLp .employerRelatedService .wrap .sub_box a {
  width: 46%;
}

.employer_serviceLp .employerRelatedService .wrap .sub_box img {
  width: 100%;
  border-radius: 9.05px;
  box-shadow: 4px 4px 10px 0px rgba(197, 207, 215, 0.5);
}

.employer_serviceLp .employerFaq {
  padding: 80px 0;
  background: #e6eff6;
}

.employer_serviceLp .employerFaq .wrap {
  margin: 0 auto;
}

.employer_serviceLp .employerFaq .wrap .items {
  margin: 32px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.employer_serviceLp .employerFaq .wrap .items .item {
  width: 100%;
  padding: 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  background: #fff;
}

.employer_serviceLp .employerFaq .wrap .items .item .inner {
  display: flex;
  align-items: start;
  gap: 8px;
  align-self: stretch;
  position: relative;
}

.employer_serviceLp .employerFaq .wrap .items .item .inner span {
  font-size: 25px;
  font-weight: 600;
  line-height: 22px;
}

.employer_serviceLp .employerFaq .wrap .items .item .inner h3 {
  color: var(--Text_default, #333);
  font-size: 15px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.7px;
  width: 77.9%;
}

.employer_serviceLp .employerFaq .wrap .items .item .inner svg {
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.employer_serviceLp .employerFaq .wrap .items .item .inner svg path {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.employer_serviceLp .employerFaq .wrap .items .item .inner .rotate path {
  -webkit-transform: translate(0%, -50%) rotate(180deg);
  transform:translate(0%, -50%)  rotate(180deg);
}

.employer_serviceLp .employerFaq .wrap .items .item p {
  color: var(--Text_default, #333);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.7px;
}

.employer_serviceLp .employerFaq .wrap .items .item .innerQ {
  position: relative;
  margin-bottom: 9px;
}
.employer_serviceLp .employerFaq .wrap .items .item .innerQ::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
  background: #002F7E;
  width: 16px;
  height: 1.5px;
}
.employer_serviceLp .employerFaq .wrap .items .item .innerQ::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-9px, -50%);
  background: #002F7E;
  width: 1.5px;
  height: 16px;
  transition: opacity 0.3s;
  opacity: 0;
}
.employer_serviceLp .employerFaq .wrap .items .item .innerQ.open::after{
opacity: 1;
}

/* .employer_serviceLp .employerFaq .wrap .items .item .innerQ svg {
  transition: transform 0.3s ease;
}

.employer_serviceLp .employerFaq .wrap .items .item .innerQ.open svg {
  transform: rotate(180deg);
} */

.employer_serviceLp .employerFaq .wrap .items .item .innerQ span {
  color: #002F7E;
}

.employer_serviceLp .employerFaq .wrap .items .item .innerA {
  padding-top: 8.5px;
}

.employer_serviceLp .employerFaq .wrap .items .item .innerA span {
  color: #afafaf;
}

.employer_serviceLp .ctaBtn_wrap_fixed {
  position: fixed;
  bottom: 0%;
  width: 100%;
  padding: 12px 10px;
  background: #f6f6f6;
  box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.1);
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: row;
  justify-content: center;
}

.employer_serviceLp .ctaBtn_wrap_fixed .ctaBtn {
  box-shadow: 4px -4px 10px 0px #e5eef6;
  height: 48px;
  border-radius: 4px;
  width: 50%;
  padding: 12px 29px 12px 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  color: #fff;
  font-size: 14px;
  margin: 0;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 19px;
  position: relative;
}
.employer_serviceLp .ctaBtn_wrap_fixed .mail {
  background: var(--AGENT_RED, #D10042);
}

.employer_serviceLp .ctaBtn_wrap_fixed .ctaBtn p {
  font-size: 14px;
  margin: 0;
  font-weight: 700;
}

.employer_serviceLp .ctaBtn_wrap_fixed .ctaBtn .inner {
  font-size: 12px;
  padding: 4px 8px;
}

/*# sourceMappingURL=smart.css.map */
.employer_serviceLp .ctaBtn_wrap_fixed .ctaBtn svg {
  width: 24px;
  height: 30px;
  margin: 0;
}
.employer_serviceLp .ctaBtn_wrap_fixed .ctaBtn.tel svg {
  width: 19px;
  height: 30px;
  margin: 0;
}
.employer_serviceLp .ctaBtn_wrap_fixed .ctaBtn .arrow {
  width: 18px;
  height: 18px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 88%;
  transform: translate(-50%, -50%);
}

.employer_serviceLp .ctaBtn_wrap_fixed .ctaBtn.tel {
  background: #004D9E;
}

.footerListBox--specialty .footerListBox__content .footerList {
  display: flex;
  flex-direction: column;
}

.footerListBox--specialty .footerListBox__content .footerList .footerList__item:nth-of-type(1) {
  order: 1;
}

.footerListBox--specialty .footerListBox__content .footerList .footerList__item:nth-of-type(5) {
  order: 2;
}

.footerListBox--specialty .footerListBox__content .footerList .footerList__item:nth-of-type(9) {
  order: 3;
}

.footerListBox--specialty .footerListBox__content .footerList .footerList__item:nth-of-type(13) {
  order: 4;
}

.footerListBox--specialty .footerListBox__content .footerList .footerList__item:nth-of-type(17) {
  order: 5;
}

.footerListBox--specialty .footerListBox__content .footerList .footerList__item:nth-of-type(2) {
  order: 6;
}

.footerListBox--specialty .footerListBox__content .footerList .footerList__item:nth-of-type(6) {
  order: 7;
}

.footerListBox--specialty .footerListBox__content .footerList .footerList__item:nth-of-type(10) {
  order: 8;
}

.footerListBox--specialty .footerListBox__content .footerList .footerList__item:nth-of-type(14) {
  order: 9;
}

.footerListBox--specialty .footerListBox__content .footerList .footerList__item:nth-of-type(18) {
  order: 10;
}

.footerListBox--specialty .footerListBox__content .footerList .footerList__item:nth-of-type(3) {
  order: 11;
}

.footerListBox--specialty .footerListBox__content .footerList .footerList__item:nth-of-type(7) {
  order: 12;
}

.footerListBox--specialty .footerListBox__content .footerList .footerList__item:nth-of-type(11) {
  order: 13;
}

.footerListBox--other .footerList {
  flex-direction: column;
}

.footerListBox--other .footerList .footerList__item:nth-of-type(1) {
  order: 1;
}

.footerListBox--other .footerList .footerList__item:nth-of-type(3) {
  order: 2;
}

.footerListBox--other .footerList .footerList__item:nth-of-type(5) {
  order: 3;
}

.footerListBox--other .footerList .footerList__item:nth-of-type(2) {
  order: 4;
}

.footerListBox--other .footerList .footerList__item:nth-of-type(4) {
  order: 5;
}

#code_kenko {
  display: none;
}

#magFooter {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  /*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
}

/* ご紹介実績企業例　調整 */
.employer_serviceLp .contentWrap .sec1_row2 .corpresult{
  border-bottom: 1px solid #002F7E;
}

.employer_serviceLp .contentWrap .sec1_row2 .corpresult .h2{
  color:  #002F7E;
}

.employer_serviceLp .contentWrap .sec1_row2 .corpresult .sec1_row2-container {
  display: flex;
  justify-content: center;
}
.employer_serviceLp .contentWrap .sec1_row2 .corpresult .sec1_row2-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  align-items: center;
  justify-content: center;
}


.employer_serviceLp .contentWrap .sec1_row2 .slide::before {
  display: none;
}

.employer_serviceLp .contentWrap .sec1_row2 .slide::after {
  display: none;
}