@charset "UTF-8";
/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary, input, textarea,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 0.625em;
  height: 100%;
  overflow-y: scroll;
}
html::-webkit-scrollbar {
  width: 20px;
}
html::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
html::-webkit-scrollbar-thumb {
  background-color: #757575;
  border: 5px solid #F5F5F5;
  border-radius: 10px;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
body.is-fixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

button {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

:root {
  --text-margin-bottom: 48px;
  --text-margin-top: 48px;
}
@media screen and (max-width: 767px) {
  :root {
    --text-margin-bottom: 32px;
    --text-margin-top: 32px;
  }
}

dd,
dt,
td,
th,
ol,
ul,
p {
  font-size: 1.8em;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  dd,
  dt,
  td,
  th,
  ol,
  ul,
  p {
    line-height: 2;
  }
}

td dl,
td ul,
td ol,
td td,
td th,
td p,
td li,
dd dd,
dd dt,
dd p,
dd li,
dd ul,
dd ol,
li th,
li td,
li table,
li dd,
li dt,
li ol,
li ul,
ol li,
ul li,
li p {
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  dd,
  dt,
  td,
  th,
  ol,
  ul,
  p {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 320px) {
  dd,
  dt,
  td,
  th,
  ol,
  ul,
  p {
    font-size: 1.2em;
  }
}
ol,
ul {
  list-style: none;
}

p {
  margin-bottom: var(--text-margin-bottom);
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #2963B7;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a[target=_blank]::after {
  background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-blank.svg) no-repeat;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 0.8em;
  margin-left: 4px;
  width: 0.8em;
}
a.--noticon[target=_blank]::after {
  content: none;
}

@media screen and (min-width: 1025px) {
  a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:hover {
    color: #2476ED;
  }
  a:hover img {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
address {
  font-style: normal;
}

/* google chrome input button padding */
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button, button {
  padding: 1px 6px;
}

input[type=checkbox] {
  margin: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.img-box {
  font-size: 0;
  line-height: 0;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
}
.wrap.--small {
  max-width: 920px;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

sup {
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: top;
}

.text-bold,
strong {
  font-weight: bold;
}

html {
  overflow: hidden visible;
  height: 100%;
}

body {
  height: 100%;
}

.text-small {
  font-size: 0.8em;
}

.text-large {
  font-size: 2.4em;
}

.text-underline {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

video {
  outline: none;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.text-red {
  color: #ca0307 !important;
}

.text-blue {
  color: #2963B7 !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

:root {
  --sideberSize: 320px;
}
@media (max-width: 1080px) {
  :root {
    --sideberSize: 240px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("https://www.recruit.co.jp/employment/mid-career/assets/fonts/icomoon.eot?g02cxl");
  src: url("https://www.recruit.co.jp/employment/mid-career/assets/fonts/icomoon.eot?g02cxl#iefix") format("embedded-opentype"), url("https://www.recruit.co.jp/employment/mid-career/assets/fonts/icomoon.ttf?g02cxl") format("truetype"), url("https://www.recruit.co.jp/employment/mid-career/assets/fonts/icomoon.woff?g02cxl") format("woff"), url("https://www.recruit.co.jp/employment/mid-career/assets/fonts/icomoon.svg?g02cxl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
  content: "\e900";
  color: #767676;
}

.icon-instagram:before {
  content: "\e901";
  color: #767676;
}

.icon-line:before {
  content: "\e902";
  color: #767676;
}

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

■■■ PC SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  img.sp,
  br.sp,
  span.sp,
  .sp {
    display: none !important;
  }
  br.sp {
    width: 0 !important;
  }
  .pc {
    display: block !important;
  }
  span.pc,
  img.pc,
  br.pc {
    display: inline !important;
  }
  th.pc,
  td.pc {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  th.pc,
  td.pc,
  span.pc,
  br.pc,
  img.pc,
  .pc {
    display: none !important;
  }
  img.sp,
  br.sp,
  span.sp {
    display: inline !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

/* m-content-box
========================================================================== */
.m-content-box {
  margin-bottom: 56px;
  padding-left: 48px;
  position: relative;
}
.m-content-box::before {
  background-color: #92AFD9;
  content: "";
  height: 100%;
  width: 8px;
  position: absolute;
  left: 0;
  top: 0;
}
.m-content-box p {
  margin-bottom: 24px;
}
.m-content-box .m-content-box_title {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 48px;
}
.m-content-box .m-content-box_title.--small {
  font-size: 2rem;
  margin-bottom: 24px;
}
.m-content-box .m-content-box_title.--large {
  font-size: 5.4rem;
  line-height: 1.4;
  margin-bottom: 24px;
}
.m-content-box .m-content-box_othertitle {
  color: #2963B7;
  display: block;
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 24px;
}
.m-content-box .m-content-box_subtitle {
  color: #2963B7;
  display: block;
  font-size: 2rem;
  line-height: 1.8;
  margin-top: 24px;
}
.m-content-box a h3 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m-content-box a p:not(.m-more) {
  color: #333;
}
@media screen and (min-width: 1025px) {
  .m-content-box a:hover h3 {
    color: #2476ED;
  }
  .m-content-box a:hover .m-more > span::after {
    background-color: #2476ED;
  }
}
@media screen and (max-width: 767px) {
  .m-content-box {
    margin-bottom: 40px;
    padding-left: 28px;
  }
  .m-content-box::before {
    width: 4px;
  }
  .m-content-box .m-content-box_title {
    font-size: 2em;
    margin-bottom: 24px;
  }
  .m-content-box .m-content-box_title.--small {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .m-content-box .m-content-box_title.--large {
    font-size: 3.2rem;
    margin-bottom: 16px;
  }
  .m-content-box .m-content-box_othertitle {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  .m-content-box .m-content-box_subtitle {
    font-size: 1.7rem;
    margin-top: 16px;
  }
}

/* m-btn-list
========================================================================== */
.m-btn-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}
.m-btn-list:first-child {
  margin-top: 0;
}
.m-btn-list li {
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-btn-list {
    margin-top: 32px;
  }
  .m-btn-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

/* m-color-box
========================================================================== */
.m-color-box {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 40px;
}
.m-color-box:first-child {
  margin-top: 0;
}
.m-color-box:last-child {
  margin-bottom: 0;
}
.m-color-box .m-color-box_title {
  color: #2963B7;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .m-color-box {
    padding: 24px 20px;
  }
  .m-color-box .m-color-box_title {
    font-size: 1.8rem;
  }
}

/* m-btn
========================================================================== */
.m-btn {
  color: #fff;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 48px;
}
.m-btn > span,
.m-btn > button,
.m-btn > a {
  background-color: #2963B7;
  border: 1px solid #2963B7;
  border-radius: 100px;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: inherit;
  padding-bottom: 1.3em;
  padding-top: 1.3em;
  text-align: center;
  width: 346px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m-btn > span > span,
.m-btn > button > span,
.m-btn > a > span {
  display: inline-block;
  padding-right: 1em;
  position: relative;
}
.m-btn > span > span::before,
.m-btn > button > span::before,
.m-btn > a > span::before {
  background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-white.svg) no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 10px;
  width: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .m-btn > span:hover,
  .m-btn > button:hover,
  .m-btn > a:hover {
    background-color: #2476ED;
    border-color: #2476ED;
  }
  .m-btn > span:hover > span::before,
  .m-btn > button:hover > span::before,
  .m-btn > a:hover > span::before {
    -webkit-transform: translate(10px, -50%);
        -ms-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
}
.m-btn > span[target=_blank]::after,
.m-btn > button[target=_blank]::after,
.m-btn > a[target=_blank]::after {
  content: none;
}
.m-btn > span[target=_blank] > span,
.m-btn > button[target=_blank] > span,
.m-btn > a[target=_blank] > span {
  padding-right: 1.5em;
}
.m-btn > span[target=_blank] > span::before,
.m-btn > button[target=_blank] > span::before,
.m-btn > a[target=_blank] > span::before {
  background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-blank-white.svg) no-repeat;
  background-size: 100% 100%;
  height: 1em;
  width: 1em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-btn.--large {
  font-size: 2.2rem;
}
.m-btn.--large > span,
.m-btn.--large > button,
.m-btn.--large > a {
  width: 400px;
}
.m-btn.--small > span,
.m-btn.--small > button,
.m-btn.--small > a {
  padding-bottom: 1em;
  padding-top: 1em;
  width: 260px;
}
.m-btn.--white > span,
.m-btn.--white > button,
.m-btn.--white > a {
  background-color: #fff;
  color: #2963B7;
}
.m-btn.--white > span > span::before,
.m-btn.--white > button > span::before,
.m-btn.--white > a > span::before {
  background-image: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-blue.svg);
}
.m-btn.--white > span[target=_blank]::after,
.m-btn.--white > button[target=_blank]::after,
.m-btn.--white > a[target=_blank]::after {
  content: none;
}
.m-btn.--white > span[target=_blank] > span,
.m-btn.--white > button[target=_blank] > span,
.m-btn.--white > a[target=_blank] > span {
  padding-right: 1.5em;
}
.m-btn.--white > span[target=_blank] > span::before,
.m-btn.--white > button[target=_blank] > span::before,
.m-btn.--white > a[target=_blank] > span::before {
  background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-blank.svg) no-repeat;
  background-size: 100% 100%;
  height: 1em;
  width: 1em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .m-btn.--white > span:hover,
  .m-btn.--white > button:hover,
  .m-btn.--white > a:hover {
    background-color: #2476ED;
    border-color: #2476ED;
    color: #fff;
  }
  .m-btn.--white > span:hover > span::before,
  .m-btn.--white > button:hover > span::before,
  .m-btn.--white > a:hover > span::before {
    background-image: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-white.svg);
  }
  .m-btn.--white > span:hover[target=_blank]::after,
  .m-btn.--white > button:hover[target=_blank]::after,
  .m-btn.--white > a:hover[target=_blank]::after {
    content: none;
  }
  .m-btn.--white > span:hover[target=_blank] > span::before,
  .m-btn.--white > button:hover[target=_blank] > span::before,
  .m-btn.--white > a:hover[target=_blank] > span::before {
    background-image: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-blank-white.svg);
  }
}
@media screen and (max-width: 767px) {
  .m-btn {
    font-size: 1.6rem;
    margin-top: 32px;
  }
  .m-btn > span,
  .m-btn > button,
  .m-btn > a {
    max-width: 335px;
    padding-bottom: 1.25em;
    padding-top: 1.25em;
    width: 89%;
  }
  .m-btn.--large {
    font-size: 1.6rem;
  }
  .m-btn.--large > span,
  .m-btn.--large > button,
  .m-btn.--large > a {
    max-width: 335px;
    width: 89%;
  }
  .m-btn.--small > span,
  .m-btn.--small > button,
  .m-btn.--small > a {
    padding-bottom: 0.75em;
    padding-top: 0.75em;
    max-width: 240px;
    width: 64%;
  }
}

/* m-more
========================================================================== */
.m-more {
  font-size: 1.8rem;
  margin-bottom: 0;
  margin-top: 24px;
}
.m-more > span,
.m-more > button,
.m-more > a {
  display: inline-block;
  font-family: "Jost";
  font-weight: 600;
  line-height: 32px;
  padding-right: 40px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m-more > span::after,
.m-more > button::after,
.m-more > a::after {
  background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-white.svg) no-repeat 50% 50% #2963B7;
  background-size: 6px 10px;
  border-radius: 50%;
  content: "";
  height: 32px;
  width: 32px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .m-more > span:hover,
  .m-more > button:hover,
  .m-more > a:hover {
    color: #2476ED;
  }
  .m-more > span:hover::after,
  .m-more > button:hover::after,
  .m-more > a:hover::after {
    background-color: #2476ED;
  }
}
@media screen and (max-width: 767px) {
  .m-more {
    font-size: 1.4rem;
    margin-top: 16px;
  }
  .m-more > span,
  .m-more > button,
  .m-more > a {
    line-height: 30px;
  }
  .m-more > span::after,
  .m-more > button::after,
  .m-more > a::after {
    height: 30px;
    width: 30px;
  }
}
.m-more.--blue {
  text-align: right;
}
.m-more.--blue > span,
.m-more.--blue > button,
.m-more.--blue > a {
  background-color: #2963B7;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  color: #fff;
  line-height: 1.2;
  padding-bottom: 0.5em;
  padding-right: 56px;
  padding-top: 0.5em;
  text-align: right;
  width: 190px;
}
.m-more.--blue > span::after,
.m-more.--blue > button::after,
.m-more.--blue > a::after {
  background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-white.svg) no-repeat 50% 50%;
  background-size: 6px 10px;
  border-radius: 0;
  height: 100%;
  width: 6px;
  right: 40px;
}
@media screen and (min-width: 1025px) {
  .m-more.--blue > span:hover,
  .m-more.--blue > button:hover,
  .m-more.--blue > a:hover {
    background-color: #2476ED;
  }
}
.m-more.--blue.--small > span,
.m-more.--blue.--small > button,
.m-more.--blue.--small > a {
  padding-right: 40px;
  width: 160px;
}
.m-more.--blue.--small > span::after,
.m-more.--blue.--small > button::after,
.m-more.--blue.--small > a::after {
  right: 24px;
}
@media screen and (max-width: 767px) {
  .m-more.--blue {
    font-size: 1.4rem;
  }
  .m-more.--blue > span,
  .m-more.--blue > button,
  .m-more.--blue > a {
    padding-bottom: 0.55em;
    padding-right: 32px;
    padding-top: 0.55em;
    width: 120px;
  }
  .m-more.--blue > span::after,
  .m-more.--blue > button::after,
  .m-more.--blue > a::after {
    background-size: 4px 8px;
    width: 4px;
    right: 20px;
  }
  .m-more.--blue.--small {
    font-size: 1.2rem;
  }
  .m-more.--blue.--small > span,
  .m-more.--blue.--small > button,
  .m-more.--blue.--small > a {
    padding-bottom: 0.9em;
    padding-right: 24px;
    padding-top: 0.9em;
    width: 100px;
  }
  .m-more.--blue.--small > span::after,
  .m-more.--blue.--small > button::after,
  .m-more.--blue.--small > a::after {
    right: 12px;
  }
}

/* m-caution
========================================================================== */
ul.m-caution li,
p.m-caution {
  font-size: 1.4rem;
  margin-bottom: 0;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
ul.m-caution li::before,
p.m-caution::before {
  content: "※";
  margin-right: 0.3em;
}

p.m-caution {
  margin-top: 24px;
}
p.m-caution:first-child {
  margin-top: 0;
}

/* m-caution-type02
========================================================================== */
p.m-caution-type02 {
  margin: 24px 0 0;
  line-height: 2;
  font-size: 1.4rem;
  color: #757575;
}

/* m-ul
========================================================================== */
ul.m-ul li {
  margin-top: 24px;
  padding-left: 1em;
  position: relative;
}
ul.m-ul li::before {
  background-color: #2963B7;
  border-radius: 50%;
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 0.9em;
}
ul.m-ul li.--disabled {
  color: #757575;
  pointer-events: none;
}
ul.m-ul li.--disabled::before {
  background-color: #757575;
}
ul.m-ul li.--disabled > a {
  color: inherit;
}
ul.m-ul.--small {
  font-size: 0.9em;
  margin-top: 8px;
}
ul.m-ul.--small li {
  margin-top: 2px;
}
ul.m-ul.--middle {
  font-size: 1.6rem;
  line-height: 1.8;
}
ul.m-ul.--middle li {
  margin-top: 12px;
}
ul.m-ul.--middle li::before {
  top: 0.7em;
}
ul.m-ul.--middle.--rect li::before {
  top: 0.9em;
}
ul.m-ul.--rect li::before {
  border-radius: 0;
  height: 2px;
  width: 8px;
  top: 1.6em;
}

/* m-bg
========================================================================== */
.m-bg {
  padding-bottom: 120px;
  padding-top: 120px;
}
.m-bg.--white {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .m-bg {
    padding-bottom: 64px;
    padding-top: 64px;
  }
}

/* m-img
========================================================================== */
.m-img {
  margin-bottom: 80px;
  margin-top: 80px;
}
.m-img:last-child {
  margin-bottom: 0;
}
.m-img:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .m-img {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

/* m-company-link
========================================================================== */
.m-company-link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-company-link .m-company-link_title {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .m-company-link {
    display: block;
  }
  .m-company-link .m-company-link_title {
    margin-bottom: 16px;
  }
}

/* m-link-list
========================================================================== */
.m-link-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.m-link-list > li > a {
  background-color: #fff;
  border: 1px solid #B9BCBF;
  border-radius: 8px;
  color: #333;
  display: block;
  height: 100%;
  padding: 24px 24px 48px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m-link-list > li > a p:not(.m-link-list_title) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
  margin-bottom: 0;
  min-height: 32px;
  padding-right: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}
.m-link-list > li > a p:not(.m-link-list_title)::after {
  background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-white.svg) no-repeat 50% 50% #2963B7;
  background-size: 6px 10px;
  border-radius: 50%;
  content: "";
  height: 32px;
  width: 32px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m-link-list > li > a .m-link-list_title {
  color: #2963B7;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
  position: static;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .m-link-list > li > a:hover {
    background-color: #F5F5F5;
  }
  .m-link-list > li > a:hover p:not(.m-link-list_title)::after {
    background-color: #2476ED;
  }
  .m-link-list > li > a:hover .m-link-list_title {
    color: #2476ED;
  }
}
@media screen and (max-width: 767px) {
  .m-link-list {
    display: block;
    grid-template-columns: repeat(3, 1fr);
  }
  .m-link-list > li {
    margin-top: 8px;
  }
  .m-link-list > li:first-child {
    margin-top: 0;
  }
  .m-link-list > li > a {
    padding: 24px 54px 48px 20px;
  }
  .m-link-list > li > a p:not(.m-link-list_title) {
    bottom: 16px;
    right: 16px;
  }
  .m-link-list > li > a .m-link-list_title {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}

/* m-close
========================================================================== */
.m-close {
  color: #2963B7;
  cursor: pointer;
  display: table;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 32px auto 0;
  padding-left: 36px;
  position: relative;
}
.m-close > i {
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.m-close > i::after, .m-close > i::before {
  background-color: #2963B7;
  border-radius: 2px;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m-close > i::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .m-close {
    font-size: 1.5rem;
    line-height: 18px;
    padding-left: 26px;
  }
  .m-close > i {
    height: 18px;
    width: 18px;
  }
}

/* m-card-link
========================================================================== */
.m-card-link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 16px;
}
.m-card-link.swiper-wrapper {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
.m-card-link.swiper-wrapper > li {
  width: -webkit-calc(33.3333% - 16px);
  width: calc(33.3333% - 16px);
}
.m-card-link > li {
  height: auto;
}
.m-card-link > li > a {
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 10px rgba(139, 139, 139, 0.2);
          box-shadow: 0 2px 10px rgba(139, 139, 139, 0.2);
  display: block;
  height: 100%;
  overflow: hidden;
  padding-bottom: 80px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m-card-link > li > a .m-more {
  margin-top: 0;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.m-card-link > li > a .m-more.--blue {
  right: 0;
}
.m-card-link > li > a .m-card-link_img {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .m-card-link > li > a:hover {
    -webkit-box-shadow: 0 2px 24px rgba(139, 139, 139, 0.4);
            box-shadow: 0 2px 24px rgba(139, 139, 139, 0.4);
  }
  .m-card-link > li > a:hover img {
    opacity: 1;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .m-card-link > li > a:hover .m-more.--blue > span {
    background-color: #2476ED;
  }
  .m-card-link > li > a:hover .m-more > span::after {
    background-color: #2476ED;
  }
  .m-card-link > li > a:hover .m-card-link_title {
    color: #2476ED;
  }
  .m-card-link > li > a:hover .m-card-link_title.--blue {
    color: #2476ED;
  }
}
.m-card-link.--arrow > li > a {
  position: relative;
}
.m-card-link.--arrow > li > a::after {
  background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-white.svg) no-repeat 50% 50% #2963B7;
  background-size: 6px 10px;
  border-radius: 50%;
  content: "";
  height: 32px;
  width: 32px;
  position: absolute;
  bottom: 24px;
  right: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .m-card-link.--arrow > li > a::after {
    height: 30px;
    width: 30px;
    bottom: 16px;
    right: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .m-card-link.--arrow > li > a:hover::after {
    background-color: #2476ED;
  }
}
.m-card-link.--2column {
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
.m-card-link.--2column > li > a {
  background-color: none;
  border-radius: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  height: 100%;
  overflow: hidden;
  padding-bottom: 80px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m-card-link.--2column > li > a .m-card-link_box {
  padding: 48px 0 0;
}
.m-card-link.--2column > li > a .m-card-link_img {
  border-radius: 16px;
  overflow: hidden;
}
.m-card-link.--2column > li > a .m-card-link_img img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-card-link.--2column > li > a .m-card-link_title {
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.m-card-link.--2column > li > a .m-more {
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .m-card-link.--2column > li > a:hover img {
    opacity: 1;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .m-card-link.--2column > li > a:hover .m-more.--blue > span {
    background-color: #2476ED;
  }
  .m-card-link.--2column > li > a:hover .m-more > span::after {
    background-color: #2476ED;
  }
  .m-card-link.--2column > li > a:hover .m-card-link_title {
    color: #2476ED;
  }
  .m-card-link.--2column > li > a:hover .m-card-link_title.--blue {
    color: #2476ED;
  }
}
.m-card-link .m-card-link_box {
  padding: 24px 24px 0;
}
.m-card-link .m-card-link_category {
  background-color: #fff;
  border: 1px solid #2963B7;
  border-radius: 4px;
  color: #2963B7;
  display: table;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 16px;
  padding: 1px 7px;
  text-align: center;
}
/* add 20240617 */
.m-card-link .m-card-link_category_group_type2 {
  margin-bottom: 16px;
}
/* add 20240617 */
.m-card-link .m-card-link_category_type2 {
  background-color: #fff;
  border: 1px solid #2963B7;
  border-radius: 4px;
  color: #2963B7;
  display: table;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 1px 7px;
  text-align: center;
}
/* add 20240617 */
.m-card-link .m-card-link_category_type2 + .m-card-link_category_type2 {
  margin-top: 8px;
}
.m-card-link .m-card-link_title {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 24px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.m-card-link .m-card-link_title.--blue {
  color: #2963B7;
}
.m-card-link .m-card-link_profile {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 0;
}
.m-card-link .m-card-link_profile > span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}
/* add 20240617 */
.m-card-link .m-card-link_profile_type2 {
  color: #333;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0 5px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.m-card-link .m-card-link_data {
  color: #333;
  margin-bottom: 0;
}
.m-card-link .m-card-link_data > dt {
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 8px;
}
.m-card-link .m-card-link_data > dd {
  line-height: 1.6;
  margin-bottom: 24px;
}
.m-card-link .m-card-link_data > dd:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .m-card-link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
  }
  .m-card-link.swiper-wrapper > li {
    width: 73.3333333333vw;
  }
  .m-card-link > li {
    width: auto;
  }
  .m-card-link > li > a {
    padding-bottom: 64px;
  }
  .m-card-link > li > a .m-more {
    bottom: 16px;
    right: 12px;
  }
  .m-card-link .m-card-link_box {
    padding: 16px 12px 0;
  }
  .m-card-link .m-card-link_category {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 8px;
    width: auto;
  }
  /* add 20240617 */
  .m-card-link .m-card-link_category_group_type2 {
    margin-bottom: 13px;
  }
  /* add 20240617 */
  .m-card-link .m-card-link_category_type2 {
    font-size: 1.1rem;
    width: auto;
  }
  /* add 20240617 */
  .m-card-link .m-card-link_category_type2 + .m-card-link_category_type2 {
    margin-top: 8px;
  }
  .m-card-link .m-card-link_title {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
  .m-card-link .m-card-link_title.--blue {
    font-size: 1.8rem;
  }
  .m-card-link .m-card-link_profile {
    font-size: 1.2rem;
  }
  .m-card-link .m-card-link_profile > span {
    font-size: 1.3rem;
  }
  /* add 20240617 */
  .m-card-link .m-card-link_profile_type2 {
    font-size: 1.2rem;
  }
  .m-card-link .m-card-link_data > dd {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
  .m-card-link.--2column {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
  .m-card-link.--2column > li > a {
    padding-bottom: 52px;
  }
  .m-card-link.--2column > li > a .m-card-link_box {
    padding: 24px 0 0;
  }
  .m-card-link.--2column > li > a .m-card-link_title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

/* m-card-link
========================================================================== */
.m-slider {
  position: relative;
}
.m-slider .swiper-container {
  overflow: hidden;
  padding: 16px 8px;
}
.m-slider .swiper-slide {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-slider .swiper-slide,
.m-slider .swiper-slide.swiper-slide-duplicate {
  opacity: 0;
}
.m-slider .js-horizontal-slider .swiper-slide{/* おすすめの求人情報用に追加 */
  opacity:1;
}
.m-slider .js-horizontal-slider + .swiper-pagination{/* おすすめの求人情報用に追加 */
	display:none;
}
.m-slider .swiper-slide-next.swiper-slide-duplicate,
.m-slider .swiper-slide-next,
.m-slider .swiper-slide-prev.swiper-slide-duplicate,
.m-slider .swiper-slide-prev,
.m-slider .swiper-slide-active.swiper-slide-duplicate,
.m-slider .swiper-slide-active {
  opacity: 1;
}
.m-slider .swiper-pagination {
  margin-top: 32px;
  position: relative;
  bottom: 0;
}
.m-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #B9BCBF;
  height: 8px;
  margin: 0 8px;
  opacity: 1;
  width: 8px;
}
.m-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2963B7;
}
.m-slider .m-slider_btn .swiper-button-next,
.m-slider .m-slider_btn .swiper-button-prev {
  background-color: #2963B7;
  border-radius: 50%;
  height: 56px;
  margin: 0;
  width: 56px;
  position: absolute;
  top: 50%;
}
.m-slider .m-slider_btn .swiper-button-next::after,
.m-slider .m-slider_btn .swiper-button-prev::after {
  background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-white.svg) no-repeat 50% 50%;
  background-size: 8px 14px;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.m-slider .m-slider_btn .swiper-button-prev {
  left: -32px;
}
.m-slider .m-slider_btn .swiper-button-prev::after {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.m-slider .m-slider_btn .swiper-button-next {
  right: -32px;
}
@media screen and (max-width: 767px) {
  .m-slider .m-slider_btn .swiper-button-next,
  .m-slider .m-slider_btn .swiper-button-prev {
    display: none;
  }
}

/* m-relation-list
========================================================================== */
.m-relation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  gap: 32px;
  line-height: 1.8;
}
.m-relation-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-relation-list li > a figure {
  border-radius: 16px;
  overflow: hidden;
}
.m-relation-list li > a > span {
  display: block;
  margin-top: 24px;
}
.m-relation-list li > a[target=_blank]::after {
  content: none;
}
.m-relation-list li > a[target=_blank] > span::after {
  background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-blank.svg) no-repeat;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 0.8em;
  margin-left: 4px;
  width: 0.8em;
}
@media screen and (min-width: 1025px) {
  .m-relation-list li > a:hover img {
    opacity: 1;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .m-relation-list {
    display: block;
    font-size: 1.6rem;
  }
  .m-relation-list li {
    margin-top: 32px;
  }
  .m-relation-list li:first-child {
    margin-top: 0;
  }
  .m-relation-list li > a > span {
    margin-top: 20px;
  }
}

/* m-post-list
========================================================================== */
.m-post-list {
  margin-top: 80px;
}
.m-post-list > li {
  margin-top: 80px;
}
.m-post-list > li:first-child {
  margin-top: 0;
}
.m-post-list > li.--reverse > a, .m-post-list > li:nth-child(2n) > a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m-post-list > li > a {
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 10px rgba(139, 139, 139, 0.2);
          box-shadow: 0 2px 10px rgba(139, 139, 139, 0.2);
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .m-post-list > li > a:hover {
    -webkit-box-shadow: 0 2px 24px rgba(139, 139, 139, 0.4);
            box-shadow: 0 2px 24px rgba(139, 139, 139, 0.4);
  }
  .m-post-list > li > a:hover img {
    opacity: 1;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .m-post-list > li > a:hover .m-post-list_box h3 {
    color: #2476ED;
  }
  .m-post-list > li > a:hover .m-more > span {
    background-color: #2476ED;
  }
}
.m-post-list .m-post-list_img {
  max-width: 574px;
  overflow: hidden;
}
@media (max-width: 1320px) {
  .m-post-list .m-post-list_img {
    width: 43.4848484848vw;
  }
}
@media screen and (max-width: 767px) {
  .m-post-list .m-post-list_img {
    width: 100%;
  }
}
.m-post-list .m-post-list_img img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-post-list .m-post-list_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 36px 80px 64px;
  position: relative;
}
.m-post-list .m-post-list_box h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m-post-list .m-post-list_category {
  background-color: #fff;
  border: 1px solid #2963B7;
  border-radius: 4px;
  color: #2963B7;
  display: table;
  font-size: 1.4rem;
  line-height: 20px;
  margin-bottom: 40px;
  text-align: center;
  width: 110px;
}
.m-post-list .m-post-list_profile {
  line-height: 1.8;
  margin-top: 40px;
}
.m-post-list .m-post-list_profile > span {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
}
.m-post-list .m-more {
  position: absolute;
  bottom: 24px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .m-post-list {
    margin-top: 56px;
  }
  .m-post-list > li {
    margin-top: 32px;
  }
  .m-post-list > li > a {
    display: block;
  }
  .m-post-list .m-post-list_img {
    max-width: initial;
  }
  .m-post-list .m-post-list_box {
    padding: 24px 20px 88px;
  }
  .m-post-list .m-post-list_box h3 {
    font-size: 1.8rem;
  }
  .m-post-list .m-post-list_category {
    font-size: 1.2rem;
    line-height: 24px;
    margin-bottom: 16px;
    width: 100px;
  }
  .m-post-list .m-post-list_profile {
    margin-bottom: 0;
    margin-top: 24px;
  }
  .m-post-list .m-post-list_profile > span {
    font-size: 1.8rem;
  }
}

/* m-card-list
========================================================================== */
.m-card-list {
  display: grid;
  gap: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  margin-top: 40px;
}
.m-card-list:first-child {
  margin-top: 0;
}
.m-card-list:last-child {
  margin-bottom: 0;
}
.m-card-list > li {
  background-color: #F5F5F5;
  border-radius: 16px;
  padding: 32px;
}
.m-card-list > li p {
  margin-bottom: 16px;
}
.m-card-list > li p:last-child {
  margin-bottom: 0;
}
.m-card-list .m-card-list_title {
  color: #2963B7;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.m-card-list.--2column {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.m-card-list.--2column.--small {
  gap: 24px;
}
.m-card-list.--text-blue {
  color: #2963B7;
  font-weight: 700;
}
.m-card-list.--white li {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .m-card-list {
    gap: 8px;
    margin-bottom: 32px;
    margin-top: 32px;
  }
  .m-card-list > li {
    padding: 20px;
  }
  .m-card-list .m-card-list_title {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .m-card-list.--2column {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .m-card-list.--2column.--small {
    gap: 12px;
  }
}

ol.m-card-list:not(.--nodecimal) {
  counter-reset: ol;
}
ol.m-card-list:not(.--nodecimal) > li {
  counter-increment: ol;
  padding-left: -webkit-calc(32px + 1.5em);
  padding-left: calc(32px + 1.5em);
  position: relative;
}
ol.m-card-list:not(.--nodecimal) > li::before {
  content: counter(ol) ".";
  position: absolute;
  left: 32px;
  top: 32px;
}
@media screen and (max-width: 767px) {
  ol.m-card-list:not(.--nodecimal) > li {
    padding-left: -webkit-calc(20px + 1.5em);
    padding-left: calc(20px + 1.5em);
  }
  ol.m-card-list:not(.--nodecimal) > li::before {
    left: 20px;
    top: 20px;
  }
}

/* m-article
========================================================================== */
.m-article {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .m-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m-article .m-article_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-article .m-article_box p {
  margin-bottom: 32px;
}
.m-article .m-article_box p:last-child {
  margin-bottom: 0;
}

/* m-modal
========================================================================== */
.m-modal {
  opacity: 0;
  height: 100%;
  pointer-events: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-modal.is-active {
  opacity: 1;
  pointer-events: all;
  z-index: 100000;
}
.m-modal::before {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
.m-modal .m-modal_wrapper {
  max-height: 80vh;
  max-width: 1200px;
  margin: 10vh auto 0;
  position: relative;
}
@media (max-width: 1320px) {
  .m-modal .m-modal_wrapper {
    margin-left: 60px;
    margin-right: 60px;
  }
}
.m-modal .m-modal_container {
  background-color: #fff;
  border-radius: 16px;
  max-height: 80vh;
}
.m-modal .m-modal_close {
  cursor: pointer;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 40px;
  top: 40px;
}
.m-modal .m-modal_close::after, .m-modal .m-modal_close::before {
  background-color: #2963B7;
  border-radius: 2px;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m-modal .m-modal_close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.m-modal .m-modal_header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2963B7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
}
.m-modal .m-modal_footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 3px 10px rgba(139, 139, 139, 0.16);
          box-shadow: 0 3px 10px rgba(139, 139, 139, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
  position: relative;
}
.m-modal .m-modal_footer .m-btn {
  margin: 0 auto;
}
.m-modal .m-modal_footer p {
  margin-bottom: 0;
  margin-top: 0;
}
.m-modal .m-modal_footer .m-modal_reset-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  color: #757575;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0;
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-modal .m-modal_contents {
  max-height: -webkit-calc(80vh - 240px);
  max-height: calc(80vh - 240px);
  overflow: hidden auto;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}
.m-modal .m-modal_contents::-webkit-scrollbar {
  width: 20px;
}
.m-modal .m-modal_contents::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.m-modal .m-modal_contents::-webkit-scrollbar-thumb {
  background-color: #D3D9EA;
  border: 5px solid #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .m-modal .m-modal_wrapper {
    height: 100%;
    margin: 0;
    max-height: 100%;
  }
  .m-modal .m-modal_container {
    border-radius: 0;
    height: 100%;
    max-height: 100%;
  }
  .m-modal .m-modal_close {
    height: 20px;
    width: 20px;
    right: 20px;
    top: 20px;
  }
  .m-modal .m-modal_close::after, .m-modal .m-modal_close::before {
    background-color: #fff;
  }
  .m-modal .m-modal_header {
    background-color: #2963B7;
    color: #fff;
    height: 56px;
    font-size: 1.6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
  .m-modal .m-modal_footer {
    display: block;
    height: 128px;
    padding: 16px 20px 0;
  }
  .m-modal .m-modal_footer .m-btn > button {
    max-width: 100%;
    width: 100%;
  }
  .m-modal .m-modal_footer .m-modal_reset-btn {
    display: inline-block;
    font-size: 1.4rem;
    margin-top: 20px;
    padding: 0;
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .m-modal .m-modal_contents {
    height: 100%;
    max-height: -webkit-calc(100% - 56px - 128px);
    max-height: calc(100% - 56px - 128px);
    padding-left: 0;
    padding-right: 0;
  }
  .m-modal .m-modal_contents::-webkit-scrollbar {
    width: 12px;
  }
  .m-modal .m-modal_contents::-webkit-scrollbar-thumb {
    border: 3px solid #fff;
  }
}

/* m-checkbox
========================================================================== */
.m-checkbox {
  line-height: 1.3;
  overflow: hidden;
}
.m-checkbox input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: -100%;
  -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
          transform: translateY(-200%);
}
.m-checkbox input:checked + label::before {
  background-color: #2476ED;
  border: 1px solid #EAEBEC;
}
.m-checkbox label {
  cursor: pointer;
  display: inline-block;
  padding-left: 1.3em;
  position: relative;
}
.m-checkbox label::before {
  background-color: #fff;
  border: 1px solid #B9BCBF;
  border-radius: 4px;
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0;
  top: 0.3em;
  z-index: 0;
}
.m-checkbox label::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 6px;
  width: 2px;
  position: absolute;
  left: 6px;
  top: -webkit-calc(3px + 0.3em);
  top: calc(3px + 0.3em);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .m-checkbox label {
    line-height: 1.5;
    padding-left: 32px;
  }
  .m-checkbox label::before {
    border-radius: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 24px;
    width: 24px;
    top: 0;
  }
  .m-checkbox label::after {
    border-bottom-width: 2px;
    border-right-width: 2px;
    height: 8px;
    width: 4px;
    left: 9px;
    top: -webkit-calc(1px + 0.3em);
    top: calc(1px + 0.3em);
  }
}

/* m-pagination
========================================================================== */
.m-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
.m-pagination > span,
.m-pagination > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Jost";
  font-size: 1.8rem;
  font-weight: 700;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .m-pagination > span:hover,
  .m-pagination > a:hover {
    background-color: #2476ED;
    color: #fff;
  }
  .m-pagination > span:hover.m-pagination_next:not(.is-disabled), .m-pagination > span:hover.m-pagination_prev:not(.is-disabled),
  .m-pagination > a:hover.m-pagination_next:not(.is-disabled),
  .m-pagination > a:hover.m-pagination_prev:not(.is-disabled) {
    background-color: #2476ED;
  }
  .m-pagination > span:hover.m-pagination_next:not(.is-disabled)::before, .m-pagination > span:hover.m-pagination_prev:not(.is-disabled)::before,
  .m-pagination > a:hover.m-pagination_next:not(.is-disabled)::before,
  .m-pagination > a:hover.m-pagination_prev:not(.is-disabled)::before {
    background-image: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-white.svg);
  }
}
.m-pagination > span.m-pagination_next, .m-pagination > span.m-pagination_prev,
.m-pagination > a.m-pagination_next,
.m-pagination > a.m-pagination_prev {
  background-color: rgba(255, 255, 255, 0);
}
.m-pagination > span.m-pagination_next::before, .m-pagination > span.m-pagination_prev::before,
.m-pagination > a.m-pagination_next::before,
.m-pagination > a.m-pagination_prev::before {
  background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-blue.svg) no-repeat 50% 50%;
  background-size: 8px 14px;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m-pagination > span.m-pagination_next.is-disabled, .m-pagination > span.m-pagination_prev.is-disabled,
.m-pagination > a.m-pagination_next.is-disabled,
.m-pagination > a.m-pagination_prev.is-disabled {
  pointer-events: none;
}
.m-pagination > span.m-pagination_next.is-disabled::before, .m-pagination > span.m-pagination_prev.is-disabled::before,
.m-pagination > a.m-pagination_next.is-disabled::before,
.m-pagination > a.m-pagination_prev.is-disabled::before {
  background-image: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-gray.svg);
}
.m-pagination > span.m-pagination_prev::before,
.m-pagination > a.m-pagination_prev::before {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.m-pagination > span.is-current,
.m-pagination > a.is-current {
  background-color: #2963B7;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .m-pagination {
    gap: 8px;
    margin-top: 48px;
  }
  .m-pagination > span,
  .m-pagination > a {
    font-size: 1.6rem;
    height: 40px;
    width: 40px;
  }
}

/* m-sns-icon
========================================================================== */
.m-sns-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .m-sns-icon {
    margin-top: 40px;
  }
}

/* m-side-anchor
========================================================================== */
.m-side-anchor {
  overflow: hidden auto;
  max-height: 40vh;
  width: 200px;
  position: fixed;
  top: 36%;
  right: 32px;
  z-index: 100;
}
.m-side-anchor::-webkit-scrollbar {
  width: 10px;
}
.m-side-anchor::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.m-side-anchor::-webkit-scrollbar-thumb {
  background-color: #757575;
  border: 2px solid #F5F5F5;
  border-radius: 10px;
}
.m-side-anchor dl dt {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}
.m-side-anchor dl dt::before {
  background-color: #2963B7;
  border-radius: 5px;
  content: "";
  height: 3px;
  width: 12px;
  position: absolute;
  left: 0;
  top: 0.75em;
}
.m-side-anchor dl dd {
  font-size: 1.6em;
  font-weight: 700;
  padding-left: 20px;
}
.m-side-anchor dl dd a {
  color: #757575;
}
@media screen and (min-width: 1025px) {
  .m-side-anchor dl dd a:hover {
    color: #2476ED;
  }
}
.m-side-anchor dl dd ul {
  line-height: 1.5;
}
.m-side-anchor dl dd ul li {
  margin-top: 24px;
}
.m-side-anchor .m-side-anchor_menu {
  display: none;
}
@media (max-width: 1600px) {
  .m-side-anchor {
    height: 300px;
    pointer-events: none;
    width: 226px;
    bottom: 45%;
    right: 0;
    top: auto;
    -webkit-transition: all 0.3s, padding 0s;
    transition: all 0.3s, padding 0s;
  }
  .m-side-anchor dl {
    display: none;
    overflow: auto;
    height: 100%;
  }
  .m-side-anchor dl::-webkit-scrollbar {
    width: 10px;
  }
  .m-side-anchor dl::-webkit-scrollbar-track {
    background-color: #F5F5F5;
  }
  .m-side-anchor dl::-webkit-scrollbar-thumb {
    background-color: #757575;
    border: 2px solid #F5F5F5;
    border-radius: 10px;
  }
  .m-side-anchor dl dd,
  .m-side-anchor dl dt {
    font-size: 1.3em;
  }
  .m-side-anchor.is-active {
    background-color: #fff;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 48px 20px 48px 64px;
    pointer-events: all;
  }
  .m-side-anchor.is-active dl {
    display: block;
  }
  .m-side-anchor .m-side-anchor_menu {
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #2963B7;
    display: block;
    height: 56px;
    font-family: "Jost";
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.4;
    padding-top: 12px;
    pointer-events: all;
    text-align: center;
    width: 40px;
    position: absolute;
    left: -webkit-calc(100% - 40px);
    left: calc(100% - 40px);
    top: 32px;
    -webkit-transition: all 0.3s, right 0s;
    transition: all 0.3s, right 0s;
  }
  .m-side-anchor .m-side-anchor_menu::after {
    background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-blue.svg) no-repeat 50% 0;
    background-size: auto 100%;
    content: "";
    display: block;
    height: 10px;
    margin-top: 4px;
    width: 100%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .m-side-anchor .m-side-anchor_menu.is-active {
    background-color: #2963B7;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
    color: #fff;
    right: auto;
    left: 0;
  }
  .m-side-anchor .m-side-anchor_menu.is-active::after {
    background-image: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-white.svg);
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
}

/* m-side-float
========================================================================== */
.m-side-float {
  background-color: #fff;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
  padding: 32px 20px;
  width: 244px;
  position: fixed;
  bottom: 5%;
  right: 0;
  z-index: 100;
}
.m-side-float .m-side-float_title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
}
.m-side-float .m-btn {
  margin-top: 24px;
}
.m-side-float .m-btn > a {
  width: 100%;
}
.m-side-float .m-side-float_btn {
  color: #757575;
  display: table;
  font-size: 1.6rem;
  margin: 24px auto 0;
  padding-right: 24px;
  position: relative;
}
.m-side-float .m-side-float_btn::before {
  background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-blue.svg) no-repeat 50% 50%;
  background-size: 100% 100%;
  content: "";
  height: 14px;
  width: 8px;
  margin-top: -6px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .m-side-float {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 20px;
    padding: 16px 20px;
    width: 100%;
    bottom: 0;
  }
  .m-side-float .m-side-float_title {
    display: none;
  }
  .m-side-float .m-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  .m-side-float .m-side-float_btn {
    font-size: 1.4rem;
    margin: 0;
    padding-right: 0;
    padding-top: 6px;
  }
  .m-side-float .m-side-float_btn > b {
    display: none;
  }
  .m-side-float .m-side-float_btn::before {
    height: 10px;
    width: 6px;
    margin-left: -5px;
    margin-top: 0;
    left: 50%;
    right: auto;
    top: 0;
  }
}

/* m-recruit-story-header
========================================================================== */
.m-recruit-story-header {
  margin-bottom: 120px;
  margin-top: -240px;
  position: relative;
  z-index: 1;
}
.m-recruit-story-header .m-recruit-story-header_box {
  margin-top: 71px;
}
.m-recruit-story-header .m-recruit-story-header_role {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.8;
}
.m-recruit-story-header .m-recruit-story-header_role + .m-recruit-story-header_role {
  margin-top: 12px;
}
.m-recruit-story-header .m-recruit-story-header_name {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 28px;
  margin-bottom: 47px;
  color: #2963B7;
  ;
}
@media screen and (max-width: 767px) {
  .m-recruit-story-header {
    margin-bottom: 64px;
    margin-top: -144px;
  }
  .m-recruit-story-header .m-recruit-story-header_box {
    margin-top: 40px;
  }
  .m-recruit-story-header .m-recruit-story-header_role {
    font-size: 1.7rem;
    margin-bottom: 0;
    line-height: 1.64;
  }
  .m-recruit-story-header .m-recruit-story-header_role + .m-recruit-story-header_role {
    margin-top: 8px;
  }
  .m-recruit-story-header .m-recruit-story-header_name {
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 16px;
    margin-bottom: 24px;
  }
}

/* m-job
========================================================================== */
.m-job {
  border: 1px solid #B9BCBF;
  background-color: #F5F5F5;
  border-radius: 16px;
  margin-top: 40px;
  overflow: hidden;
}
.m-job .m-job_title {
  background-color: #fff;
  color: #2963B7;
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 40px 64px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m-job .m-job_title > i {
  background-color: #2963B7;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  position: absolute;
  right: 40px;
  top: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m-job .m-job_title > i::after, .m-job .m-job_title > i::before {
  background-color: #fff;
  border-radius: 2px;
  content: "";
  height: 2px;
  width: 20px;
  position: absolute;
  left: 14px;
  top: 50%;
}
.m-job .m-job_title > i::after {
  -webkit-transform: rotate(90deg) translateY(-30%);
      -ms-transform: rotate(90deg) translateY(-30%);
          transform: rotate(90deg) translateY(-30%);
}
.m-job .m-job_title.is-active {
  background-color: #F5F5F5;
}
.m-job .m-job_title.is-active > i {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.m-job .m-job_title.is-active + .m-job_box {
  background-color: #F5F5F5;
}
@media screen and (min-width: 1025px) {
  .m-job .m-job_title:hover {
    background-color: #F5F5F5;
    color: #2476ED;
  }
  .m-job .m-job_title:hover > i {
    background-color: #2476ED;
  }
}
.m-job .m-job_box {
  background-color: #fff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  display: none;
  padding: 12px 64px 48px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.m-job .m-job_box dl dt {
  font-weight: 700;
}
.m-job .m-job_box dl dd {
  font-size: 1.6em;
  margin-bottom: var(--text-margin-bottom);
}
.m-job .m-job_box dl.m-job_caution dt {
  font-size: 1.6rem;
}
.m-job .m-job_box dl.m-job_caution dd {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .m-job {
    margin-top: 32px;
  }
  .m-job .m-job_title {
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 24px 64px 24px 20px;
  }
  .m-job .m-job_title > i {
    height: 36px;
    width: 36px;
    right: 20px;
    top: 56px;
  }
  .m-job .m-job_title > i::after, .m-job .m-job_title > i::before {
    width: 18px;
    left: 8px;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
  }
  .m-job .m-job_box {
    padding: 8px 20px 40px;
  }
  .m-job .m-job_box dl dt {
    font-size: 1.6em;
  }
  .m-job .m-job_box dl dd {
    font-size: 1.5em;
  }
}

/* ==========================================================================
   layout
========================================================================== */
/* l-header
========================================================================== */
.l-header {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(139, 139, 139, 0.16);
          box-shadow: 0 0 10px rgba(139, 139, 139, 0.16);
  height: 80px;
  padding: 20px 0 20px 30px;
  pointer-events: all;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  -webkit-transition: background-color 0.3s, opacity 0.7s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, opacity 0.7s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, opacity 0.7s;
  transition: background-color 0.3s, box-shadow 0.3s, opacity 0.7s, -webkit-box-shadow 0.3s;
}
.l-header.is-hide {
  opacity: 0;
  pointer-events: none;
}
.l-header.is-transparent {
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 10px rgba(139, 139, 139, 0);
          box-shadow: 0 0 10px rgba(139, 139, 139, 0);
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 56px;
    padding: 12px 0 12px 20px;
  }
  .l-header .l-header_logo {
    position: absolute;
    left: 12px;
    top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-header:hover {
    background-color: #fff;
  }
}

/* header-menu
========================================================================== */
.header-menu {
  height: 56px;
  width: 72px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .header-menu {
    display: none;
  }
}
.header-menu > b, .header-menu::after, .header-menu::before {
  background-color: #2963B7;
  border-radius: 3px;
  content: "";
  height: 3px;
  width: 24px;
  position: absolute;
  left: 24px;
  --tpSc: 0.15s;
  --tfSc: 0.3s;
}
.header-menu::before {
  top: 20px;
  -webkit-transition: top var(--tpSc) var(--tfSc), -webkit-transform var(--tfSc);
  transition: top var(--tpSc) var(--tfSc), -webkit-transform var(--tfSc);
  transition: top var(--tpSc) var(--tfSc), transform var(--tfSc);
  transition: top var(--tpSc) var(--tfSc), transform var(--tfSc), -webkit-transform var(--tfSc);
}
.header-menu > b {
  top: 28px;
  -webkit-transition: -webkit-transform 0s var(--tfSc);
  transition: -webkit-transform 0s var(--tfSc);
  transition: transform 0s var(--tfSc);
  transition: transform 0s var(--tfSc), -webkit-transform 0s var(--tfSc);
}
.header-menu::after {
  top: 36px;
  -webkit-transition: top var(--tpSc) var(--tfSc), -webkit-transform var(--tfSc);
  transition: top var(--tpSc) var(--tfSc), -webkit-transform var(--tfSc);
  transition: top var(--tpSc) var(--tfSc), transform var(--tfSc);
  transition: top var(--tpSc) var(--tfSc), transform var(--tfSc), -webkit-transform var(--tfSc);
}
.header-menu.is-active::before {
  top: 28px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top var(--tpSc), -webkit-transform var(--tfSc) var(--tfSc);
  transition: top var(--tpSc), -webkit-transform var(--tfSc) var(--tfSc);
  transition: top var(--tpSc), transform var(--tfSc) var(--tfSc);
  transition: top var(--tpSc), transform var(--tfSc) var(--tfSc), -webkit-transform var(--tfSc) var(--tfSc);
}
.header-menu.is-active > b {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0s var(--tpSc);
  transition: -webkit-transform 0s var(--tpSc);
  transition: transform 0s var(--tpSc);
  transition: transform 0s var(--tpSc), -webkit-transform 0s var(--tpSc);
}
.header-menu.is-active::after {
  top: 28px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top var(--tpSc), -webkit-transform var(--tfSc) var(--tfSc);
  transition: top var(--tpSc), -webkit-transform var(--tfSc) var(--tfSc);
  transition: top var(--tpSc), transform var(--tfSc) var(--tfSc);
  transition: top var(--tpSc), transform var(--tfSc) var(--tfSc), -webkit-transform var(--tfSc) var(--tfSc);
}

/* global-nav
========================================================================== */
.global-nav {
  height: inherit;
  position: absolute;
  right: 232px;
  top: 0;
}
.global-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 100%;
}
.global-nav > ul > li > a {
  cursor: default;
}
.global-nav > ul > li > a,
.global-nav > ul > li > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 28px;
}
.global-nav > ul > li::after {
  background-color: rgba(51, 51, 51, 0.5);
  content: "";
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 80px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
}
@media (hover: hover) {
  .global-nav > ul > li:hover > a,
  .global-nav > ul > li:hover > span {
    color: #2476ED;
  }
  .global-nav > ul > li:hover::after {
    opacity: 1;
  }
  .global-nav > ul > li:hover .global-nav_drawer {
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
    opacity: 1;
    padding-bottom: 120px;
    padding-top: 70px;
    pointer-events: all;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.global-nav > ul > li .global-nav_drawer.is-focused {
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 120px;
  opacity: 1;
  padding-bottom: 120px;
  padding-top: 70px;
  pointer-events: all;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.global-nav .global-nav_drawer {
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
  pointer-events: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 80px;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: all 0.3s, opacity 0.2s;
  transition: all 0.3s, opacity 0.2s;
  z-index: 0;
}
.global-nav .global-nav_drawer .global-nav_drawer_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
}
.global-nav .global-nav_drawer dt {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.global-nav .global-nav_drawer dt > span {
  color: #2963B7;
}
.global-nav .global-nav_drawer dt > span > span {
  display: block;
  font-family: "Jost";
  font-size: 2rem;
  margin-bottom: 8px;
}
.global-nav .global-nav_drawer dt > b {
  display: none;
}
.global-nav dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 660px;
}
.global-nav .global-nav_drawer_nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 1.6rem;
  font-weight: 700;
  gap: 40px 48px;
  line-height: 1.5;
}
.global-nav .global-nav_drawer_nav li {
  border-bottom: 1px solid #B9BCBF;
}
.global-nav .global-nav_drawer_nav li a {
  color: #333;
  display: block;
  padding-bottom: 24px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.global-nav .global-nav_drawer_nav li a::after {
  background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-white.svg) no-repeat 50% 50% #2963B7;
  background-size: 6px 10px;
  border-radius: 50%;
  content: "";
  height: 32px;
  width: 32px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.global-nav .global-nav_drawer_nav li a[target=_blank]::after {
  background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-blank-white.svg) no-repeat 50% 50% #2963B7;
  background-size: 12px 12px;
}
@media screen and (min-width: 1025px) {
  .global-nav .global-nav_drawer_nav li a:hover {
    color: #2476ED;
  }
  .global-nav .global-nav_drawer_nav li a:hover::after {
    background-color: #2476ED;
  }
}
@media screen and (max-width: 767px) {
  .global-nav {
    opacity: 0;
    pointer-events: none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 56px;
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .global-nav.is-active {
    height: -webkit-calc(100vh - 56px);
    height: calc(100vh - 56px);
    overflow: auto;
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .global-nav.is-active .global-nav_drawer {
    pointer-events: all;
  }
  .global-nav > ul {
    display: block;
    font-size: 1.4rem;
    height: auto;
  }
  .global-nav > ul > li > a,
  .global-nav > ul > li > span {
    display: none;
  }
  .global-nav .global-nav_drawer {
    opacity: 1;
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .global-nav .global-nav_drawer .global-nav_drawer_inner {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .global-nav .global-nav_drawer dt {
    background-color: #fff;
    border-bottom: 1px solid #EAEBEC;
    font-size: 1.6rem;
    position: relative;
  }
  .global-nav .global-nav_drawer dt > span {
    display: block;
    padding: 20px 24px;
  }
  .global-nav .global-nav_drawer dt > span > span {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
  .global-nav .global-nav_drawer dt > b {
    cursor: pointer;
    display: block;
    height: 100%;
    width: 72px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .global-nav .global-nav_drawer dt > b::before {
    background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-blue.svg) no-repeat 50% 50%;
    background-size: 100% 100%;
    content: "";
    height: 10px;
    width: 6px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .global-nav .global-nav_drawer dt.is-active > b::before {
    top: -webkit-calc(50% - 3px);
    top: calc(50% - 3px);
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .global-nav dd {
    display: none;
    max-width: initial;
  }
  .global-nav .global-nav_drawer_nav {
    display: block;
  }
  .global-nav .global-nav_drawer_nav li {
    border-bottom-color: #EAEBEC;
  }
  .global-nav .global-nav_drawer_nav li a {
    background-color: #F5F5F5;
    color: #333;
    display: block;
    padding: 1em 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .global-nav .global-nav_drawer_nav li a::after {
    background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-blue.svg) no-repeat 50% 50%;
    background-size: 6px 10px;
    border-radius: 50%;
    content: "";
    height: 100%;
    width: 6px;
    right: 20px;
  }
  .global-nav .global-nav_drawer_nav li a[target=_blank]::after {
    background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-blank.svg) no-repeat 50% 50%;
    background-size: 12px 12px;
    width: 12px;
  }
}

/* header-recruit-btn
========================================================================== */
.header-recruit-btn {
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-recruit-btn > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2963B7;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .header-recruit-btn > a:hover {
    background-color: #2476ED;
  }
}
@media screen and (max-width: 767px) {
  .header-recruit-btn {
    font-size: 1.4rem;
    height: 100%;
    right: 72px;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .header-recruit-btn > a {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 100%;
    width: 110px;
  }
}

/* body
========================================================================== */
body {
  background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/bg-pc.png) no-repeat 50% 0;
  background-attachment: fixed;
  background-size: 100vw 100vh;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  body {
    background: none;
  }
  body::before {
    background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/bg-pc.png) no-repeat 50% 0;
    background-attachment: fixed;
    background-size: 100% 100%;
    content: "";
    height: 100%;
    width: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
  }
}

/* page-header
========================================================================== */
.page-header {
  margin-bottom: 120px;
  padding-bottom: 110px;
  padding-top: 120px;
  position: relative;
  z-index: 0;
}
.page-header::before {
  background-color: #fff;
  border-bottom-right-radius: 120px;
  content: "";
  height: 100%;
  width: -webkit-calc(100% - 7.8947368421vw);
  width: calc(100% - 7.8947368421vw);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-header {
    margin-bottom: 64px;
    padding-bottom: 80px;
    padding-top: 160px;
    z-index: 0;
  }
  .page-header::before {
    border-bottom-right-radius: 80px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
.page-header .breadcrumbs {
  margin-bottom: 72px;
  margin-top: 0;
  max-width: initial;
}
@media screen and (max-width: 767px) {
  .page-header .breadcrumbs {
    margin-bottom: 64px;
  }
}

/* page-header-lead
========================================================================== */
.page-header-lead {
  font-weight: 700;
  margin-bottom: 48px;
}
.page-header-lead p {
  font-size: 2.4em;
}
@media screen and (max-width: 767px) {
  .page-header-lead {
    margin-bottom: 32px;
  }
  .page-header-lead p {
    font-size: 1.8em;
  }
}
.page-header-lead.interview-header-lead {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .page-header-lead.interview-header-lead {
    margin-bottom: 48px;
  }
}

/* breadcrumbs
========================================================================== */
.breadcrumbs {
  margin-top: 120px;
  padding-bottom: 40px;
}
.breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  gap: 24px 48px;
}
.breadcrumbs ol li {
  position: relative;
}
.breadcrumbs ol li:first-child > a {
  background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-home.svg) no-repeat 0 50%;
  background-size: 18px 16px;
  display: inline-block;
  padding-left: 24px;
}
.breadcrumbs ol li:last-child::before {
  content: none;
}
.breadcrumbs ol li::before {
  background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-gray.svg) no-repeat 0 50%;
  background-size: 100% 100%;
  content: "";
  height: 10px;
  width: 6px;
  position: absolute;
  right: -26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-top: 80px;
    padding-bottom: 24px;
  }
  .breadcrumbs ol {
    font-size: 1.2rem;
    gap: 24px 24px;
  }
  .breadcrumbs ol li {
    position: relative;
  }
  .breadcrumbs ol li:first-child > a {
    height: 16px;
    padding-left: 18px;
  }
  .breadcrumbs ol li:first-child > a > span {
    display: none;
  }
  .breadcrumbs ol li::before {
    height: 8px;
    width: 5px;
    right: -15px;
  }
}

/* section
========================================================================== */
.section {
  margin-top: 120px;
}
.section:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .section {
    margin-top: 80px;
  }
}

/* content
========================================================================== */
.content {
  margin-top: 80px;
}
.content:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .content {
    margin-top: 48px;
  }
}

/* title
========================================================================== */
.page-title {
  margin-bottom: 80px;
  text-align: left;
}
.page-title:last-child {
  margin-bottom: 0;
}
.page-title > span {
  color: #2963B7;
  display: block;
  font-family: "Jost";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 40px;
}
.page-title > strong {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2963B7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.page-title > strong > span {
  color: #333;
  display: block;
  font-size: 4.8rem;
  line-height: inherit;
  margin-left: 40px;
  padding-left: 40px;
  position: relative;
}
.page-title > strong > span::before {
  background-color: #B9BCBF;
  content: "";
  height: 32px;
  width: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-title > strong > span.--small {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .page-title > span {
    font-size: 1.6rem;
    margin-bottom: 32px;
  }
  .page-title > strong {
    display: block;
    font-size: 3.2rem;
  }
  .page-title > strong > span {
    font-size: 2.8rem;
    margin-left: 0;
    margin-top: 24px;
    padding-left: 0;
    padding-top: 24px;
  }
  .page-title > strong > span::before {
    height: 2px;
    width: 16px;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .page-title > strong > span.--small {
    font-size: 2.8rem;
  }
}

/* ----- title-type ----- */
.title-type01 {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .title-type01 {
    font-size: 2.6rem;
    margin-bottom: 48px;
  }
}

.title-type02 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 64px;
}
.title-type02 .title-type02_subtitle {
  color: #2963B7;
  display: block;
  font-family: "Jost";
  font-size: 0.6em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .title-type02 {
    font-size: 2.4rem;
    margin-bottom: 48px;
  }
}

.title-type03 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 48px;
  padding-left: 1em;
  position: relative;
}
.title-type03::before {
  background-color: #2963B7;
  border-radius: 10px;
  content: "";
  height: 24px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 0.6em;
}
@media screen and (max-width: 767px) {
  .title-type03 {
    font-size: 2rem;
    margin-bottom: 32px;
  }
  .title-type03::before {
    height: 18px;
    width: 6px;
  }
}

.title-type04 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .title-type04 {
    font-size: 2rem;
    margin-bottom: 32px;
  }
}

.title-type05 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .title-type05 {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}

.title-type-gray {
  color: #757575;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .title-type-gray {
    font-size: 1.7rem;
    margin-bottom: 24px;
  }
}

/* pagetop
========================================================================== */
.pagetop {
  display: none;
}

/* l-footer
========================================================================== */
.l-footer {
  background-color: #F5F5F5;
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 32px;
  }
}

/* ↓2024/12 footerカルーセルバナー追加部分↓ */
.l-footer .l-footer_banner-v2 {
  margin-bottom: 100px;
}
.l-footer .l-footer_banner-v2 .l-footer_banner-v2-head {
  line-height: 2.2;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2963B7;
}
.l-footer .l-footer_banner-v2 .l-footer_banner-v2-wrap {
  margin: 28px 0 0;
  padding: 0 44px;
  position: relative;
}
.l-footer .l-footer_banner-v2 .l-footer_banner-v2-slider {
  overflow: hidden;
}
.l-footer .l-footer_banner-v2 .l-footer_banner-v2-item a {
  display: block;
  line-height: 1;
}
.l-footer .l-footer_banner-v2 .l-footer_banner-v2-text {
  margin: 17px 0 0;
  line-height: 1.5;
  font-size: 1.4rem;
  color: #333333;
}
.l-footer .l-footer_banner-v2 .l-footer_banner-v2-text::after {
  content: '';
  margin: auto 0 auto 8px;
  width: 11px;
  height: 11px;
  display: inline-block;
  background: url("https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-blank.svg") no-repeat center center;
  background-size: 100%;
}
.l-footer .l-footer_banner-v2 .swiper-pagination {
  margin: 0 auto;
  width: fit-content;
  left: 0;
  right: 0;  
  bottom: -36px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.l-footer .l-footer_banner-v2 .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  opacity: 1;
  background-color: #B9BCBF;
}
.l-footer .l-footer_banner-v2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2963B7;
}
.l-footer .l-footer_banner-v2 .swiper-button-next,
.l-footer .l-footer_banner-v2 .swiper-button-prev {
  background-color: #2963B7;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin: auto 0;
  position: absolute;
  top: 20px;
}
.l-footer .l-footer_banner-v2 .swiper-button-next {
  right: 0;
}
.l-footer .l-footer_banner-v2 .swiper-button-prev {
  left: 0;
}
.l-footer .l-footer_banner-v2 .swiper-button-next::after,
.l-footer .l-footer_banner-v2 .swiper-button-prev::after {
  background: url("https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-white.svg") no-repeat 50% 50%;
  background-size: 6px 10px;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.l-footer .l-footer_banner-v2 .swiper-button-prev::after {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
@media screen and (max-width: 1300px) {
  .l-footer .l-footer_banner-v2 .swiper-button-next,
  .l-footer .l-footer_banner-v2 .swiper-button-prev {
    top: 14%;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer .l-footer_banner-v2 .swiper-button-next,
  .l-footer .l-footer_banner-v2 .swiper-button-prev {
    top: 10%;
  }
}
@media screen and (max-width: 950px) {
  .l-footer .l-footer_banner-v2 .swiper-button-next,
  .l-footer .l-footer_banner-v2 .swiper-button-prev {
    top: 7%;
  }
}
@media screen and (max-width: 865px) {
  .l-footer .l-footer_banner-v2 .swiper-button-next,
  .l-footer .l-footer_banner-v2 .swiper-button-prev {
    top: 3%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer_banner-v2 {
    margin-bottom: 40px;
  }
  .l-footer .l-footer_banner-v2 .l-footer_banner-v2-head {
    line-height: 2;
    font-size: 1.6rem;
  }
  .l-footer .l-footer_banner-v2 .l-footer_banner-v2-wrap {
    margin: 20px -20px 0;
    padding: 0;
  }
  .l-footer .l-footer_banner-v2 .l-footer_banner-v2-item img {
    width: 100%;
  }
  .l-footer .l-footer_banner-v2 .l-footer_banner-v2-text {
    margin: 8px 0 0;
    line-height: 2;
  }
  .l-footer .l-footer_banner-v2 .swiper-slide-next,
  .l-footer .l-footer_banner-v2 .swiper-slide-prev {
    opacity: 0.4;
  }
  .l-footer .l-footer_banner-v2 .l-footer_banner-v2-parts {
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 16px;
  }
  .l-footer .l-footer_banner-v2 .swiper-pagination {
    margin: 0;
    width: auto;
    position: static;
  }
  .l-footer .l-footer_banner-v2 .swiper-button-next,
  .l-footer .l-footer_banner-v2 .swiper-button-prev {
    position: relative;
    flex: 0 0 auto;
  }
}
/* ↑2024/12 footerカルーセルバナー追加部分↑ */

/* ↓footerカルーセルバナー追加前コード（2024/12以降は使用しない）↓ */
.l-footer .l-footer_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 72px;
}
.l-footer .l-footer_banner li {
  width: 222px;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer_banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 48px;
    text-align: center;
  }
  .l-footer .l-footer_banner li {
    width: auto;
  }
}
/* ↑footerカルーセルバナー追加前コード（2024/12以降は使用しない）↑ */
.l-footer .l-footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer .l-footer_nav .l-footer_nav_box {
  border-right: 1px solid #B9BCBF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-right: 40px;
  padding-right: 40px;
}
.l-footer .l-footer_nav .l-footer_nav_box:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.l-footer .l-footer_nav .l-footer_nav_box dl > div {
  margin-bottom: 40px;
}
.l-footer .l-footer_nav .l-footer_nav_box dl > div:last-child {
  margin-bottom: 0;
}
.l-footer .l-footer_nav .l-footer_nav_box dl dt {
  color: #2963B7;
  font-weight: 700;
}
.l-footer .l-footer_nav .l-footer_nav_box dl dt a {
  color: inherit;
}
.l-footer .l-footer_nav .l-footer_nav_box dl dd {
  margin-top: 16px;
}
.l-footer .l-footer_nav .l-footer_nav_box dl dd ul {
  font-size: 1.4rem;
  line-height: 2.5;
}
.l-footer .l-footer_nav .l-footer_nav_box dl dd ul li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.l-footer .l-footer_nav .l-footer_nav_box dl dd ul li::before {
  content: "- ";
}
.l-footer .l-footer_nav .l-footer_nav_box dl dd ul li a {
  color: #333;
}
@media screen and (min-width: 1025px) {
  .l-footer .l-footer_nav .l-footer_nav_box dl dd ul li a:hover {
    color: #2476ED;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer_nav {
    display: block;
  }
  .l-footer .l-footer_nav .l-footer_nav_box {
    border-bottom: 1px solid #B9BCBF;
    border-right: 0;
    display: block;
    margin-bottom: 40px;
    margin-right: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }
  .l-footer .l-footer_nav .l-footer_nav_box:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .l-footer .l-footer_nav .l-footer_nav_box dl {
    margin-bottom: 40px;
  }
  .l-footer .l-footer_nav .l-footer_nav_box dl:last-child {
    margin-bottom: 0;
  }
  .l-footer .l-footer_nav .l-footer_nav_box dl dt {
    color: #2963B7;
    font-weight: 700;
  }
  .l-footer .l-footer_nav .l-footer_nav_box dl dd {
    margin-top: 16px;
  }
}
.l-footer .l-footer_copyright {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2em;
  gap: 0 12px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer_copyright {
    gap: 0 24px;
  }
}
.l-footer .l-footer_terms {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  padding: 40px 0;
}
.l-footer .l-footer_terms ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2em;
  gap: 16px;
  line-height: 1.1;
}
.l-footer .l-footer_terms ul li a {
  color: #333;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .l-footer .l-footer_terms ul li a:hover {
    color: #2476ED;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer_terms {
    display: block;
    padding: 48px 0 40px;
  }
  .l-footer .l-footer_terms ul {
    display: block;
    margin-top: 48px;
  }
}

/*
@media screen and (max-width: 767px) {
.position-search-modal > dl > div > dt .m-checkbox label::after, .position-search-modal > dl > div > dt .m-checkbox label {
    padding-left: 40px !important;
}
.position-search-modal > dl > div > dt .m-checkbox label::after, .position-search-modal > dl > div > dt .m-checkbox label::before {
    content: ''!important;
    display: block;
}
}
*/

@media screen and (max-width: 767px) {
    .for-pc-displaynone{
        display: none;
    }
}