@charset "UTF-8";
/* ---------- setting ---------- ---------- */
body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
}

main {
  display: block;
  min-height: 500px;
}
@media screen and (min-width: 768px) {
  main {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main {
    font-size: 14px;
  }
  main img {
    max-width: 100%;
  }
}

/* ----------------------------------------------------------
.btn-pagetop
---------------------------------------------------------- */
.btn-pagetop {
  position: fixed;
  display: block;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0;
  transition-duration: 0.2s;
  transition-property: opacity;
  visibility: hidden;
}
.btn-pagetop:after {
  content: "";
  position: absolute;
  top: 18px;
  left: 10px;
  width: 12px;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
}
.btn-pagetop:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 10px;
  width: 12px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}
.btn-pagetop.js-show {
  opacity: 1;
  visibility: visible;
}
.btn-pagetop.js-show:hover {
  opacity: 0.6;
}
.btn-pagetop.js-fixed {
  top: -60px;
  bottom: auto;
  position: absolute;
}

/* リセットCSS */
html, body {
  width: 100%;
  height: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, blockquote, pre, a, div {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: inherit;
  box-sizing: border-box;
}

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

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) and (min-width: 1281px) {
  /* ----------------------------------------------------------
  .area-footer
  ---------------------------------------------------------- */
  .area-footer {
    background: #004EA2;
    padding: 65px 80px;
    color: #fff;
    display: flex;
    justify-content: space-between;
  }
  .area-footer ._copy small {
    font-size: 12px;
  }
  .mod-footer-link {
    position: relative;
    display: inline-block;
    color: #fff !important;
    padding-right: 20px;
    background: url(/recruit/common/images/icon/icon_blank_wh.svg) right center no-repeat;
    font-size: 12px;
  }
  /* ----------------------------------------------------------
  .area-header
  ---------------------------------------------------------- */
  .area-header-wapper {
    position: relative;
    height: 65px;
  }
  .area-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 65px;
    transition-duration: 0.2s;
    z-index: 100;
  }
  body.js-fixed-menu .area-header {
    background: #193245;
  }
  body.js-fixed-menu .area-header ._logo {
    top: 19px;
  }
  body.js-fixed-menu .area-header ._sitename {
    top: 33px;
  }
  .area-header img {
    width: 100%;
  }
  .area-header ._logo {
    position: absolute;
    top: 27px;
    left: 80px;
    width: 160px;
    transition-duration: 0.2s;
  }
  .area-header ._sitename {
    position: absolute;
    top: 41px;
    left: 252px;
    transition-duration: 0.2s;
  }
  .area-header ._gmenu {
    position: absolute;
    top: 0;
    right: 255px;
  }
  .area-header ._btns {
    position: absolute;
    top: 0;
    right: 120px;
    display: flex;
  }
  .area-header ._menu-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .mod-haed-sitename {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .mod-haed-gmenu-dl {
    display: flex;
    justify-content: space-between;
    height: 65px;
    margin: 0;
    font-weight: bold;
  }
  .mod-haed-gmenu-dl dt {
    margin: 0;
    font-size: 14px;
    text-align: center;
    line-height: 1.71;
    color: #004ea2;
    background: #DFEFF9;
    border-radius: 0 0 1px;
    width: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .mod-haed-gmenu-dl dt:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    margin-top: -10px;
    margin-right: -20px;
    box-sizing: border-box;
    border: 10px solid transparent;
    border-left: 10px solid #DFEFF9;
    transform: scale(1, 1);
  }
  .mod-haed-gmenu-dl dd {
    margin: 0;
    width: 470px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0 1px 0;
    overflow: hidden;
  }
  .mod-haed-gmenu {
    display: flex;
  }
  .mod-haed-gmenu > li:nth-child(1) {
    width: 120px;
  }
  .mod-haed-gmenu > li:nth-child(2) {
    width: 100px;
  }
  .mod-haed-gmenu > li:nth-child(3) {
    width: 90px;
  }
  .mod-haed-gmenu > li:nth-child(4) {
    width: 90px;
  }
  .mod-haed-gmenu > li:nth-child(5) {
    width: 90px;
  }
  .mod-haed-gmenu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 65px;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: #004ea2;
  }
  .mod-haed-gmenu-btn.is-welcomeback {
    color: #9831FF;
  }
  .mod-head-btn-entry {
    width: 120px;
    height: 65px;
    background: #54B3ED;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    border-radius: 0 0 1px;
    cursor: pointer;
  }
  .mod-head-btn-entry span {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 65px;
  }
  .mod-head-btn-entry:hover ._hover {
    display: block;
  }
  .mod-head-btn-entry ._hover {
    display: none;
    background-color: #fff;
  }
  .mod-head-btn-entry a {
    display: block;
    padding: 15px 0;
    background: #54B3ED;
    color: #fff;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-head-btn-entry a:hover {
    opacity: 0.8;
  }
  .mod-modal-menu-btn {
    width: 120px;
    height: 65px;
    background: #114FA6;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-modal-menu-btn span {
    transition-duration: 0.2s;
    position: absolute;
    background: #fff;
    height: 2px;
    left: 38px;
    right: 38px;
    border-radius: 5px;
  }
  .mod-modal-menu-btn span:nth-child(1) {
    top: 22px;
  }
  .mod-modal-menu-btn span:nth-child(2) {
    top: 31px;
  }
  .mod-modal-menu-btn span:nth-child(3) {
    bottom: 23px;
  }
  body.js-gmenu-active .mod-modal-menu-btn span:nth-child(1) {
    position: absolute;
    top: 31px;
    transform: rotate(45deg);
  }
  body.js-gmenu-active .mod-modal-menu-btn span:nth-child(2) {
    display: none;
  }
  body.js-gmenu-active .mod-modal-menu-btn span:nth-child(3) {
    position: absolute;
    top: 31px;
    transform: rotate(-45deg);
  }
  .mod-modal-menu-btn:hover {
    opacity: 0.8;
  }
  /* ----------------------------------------------------------
  area-mega-menu
  ---------------------------------------------------------- */
  .area-modal-menu {
    position: fixed;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.4s;
    transform: translate(0, -200px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #193245;
    padding: 120px 0 40px 0;
    overflow-y: auto;
    color: #fff;
  }
  body.js-gmenu-active .area-modal-menu {
    visibility: visible;
    z-index: 50;
    opacity: 1;
    transform: translate(0, 0);
  }
  .area-modal-menu a {
    color: #fff;
    transition-duration: 0.4s;
  }
  .area-modal-menu ._inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .mod-sitelinks-set {
    opacity: 0;
    transition-duration: 0.4s;
    transition-delay: 0.4s;
  }
  body.js-gmenu-active .mod-sitelinks-set {
    opacity: 1;
  }
  .mod-sitelinks-set ._cols {
    display: flex;
    justify-content: space-between;
    gap: 80px;
  }
  .mod-sitelinks-set ._cols ._col {
    flex: 1;
  }
  .mod-sitelinks-title {
    font-size: 24px;
    letter-spacing: 0.2em;
    font-weight: bold;
    border-top: 2px solid #fff;
    padding: 20px 0 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .mod-sitelinks-title ._en {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    opacity: 0.3;
    letter-spacing: 0;
  }
  .mod-sitelinks-title ._ja {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0;
  }
  .mod-sitelinks-list {
    margin: 10px 0 60px;
  }
  .mod-sitelinks-list li {
    line-height: 1.4;
  }
  .mod-sitelinks-list a {
    display: block;
    position: relative;
    padding: 8px 0 8px 15px;
    cursor: pointer;
    transition-duration: 0.2s;
    font-size: 16px;
  }
  .mod-sitelinks-list a:hover {
    opacity: 0.8;
  }
  .mod-sitelinks-list a[target=_blank]:after {
    content: "";
    display: inline-block;
    background: url(/recruit/common/images/icon/icon_blank_wh.svg) left top no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    margin-left: 5px;
  }
  .mod-sitelinks-list a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    height: 2px;
    width: 10px;
    background: #fff;
  }
  /* ----------------------------------------------------------
  .area-wrapper
  ---------------------------------------------------------- */
  .area-wrapper {
    overflow: hidden;
    position: relative;
    overflow: hidden;
  }
  .block-outer {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .block-inner {
    position: relative;
  }
  .mod-modal-btn-close {
    --boxW:50px;
    --boxH:50px;
    --bar:30px;
    --thick:2px;
    position: relative;
    width: var(--boxW);
    height: var(--boxH);
    background-color: #000;
    z-index: 10;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-modal-btn-close span {
    content: "";
    position: absolute;
    background: #fff;
    top: calc((var(--boxH) - var(--thick)) / 2);
    left: calc((var(--boxW) - var(--bar)) / 2);
    width: var(--bar);
    height: var(--thick);
    transform: rotate(-45deg);
  }
  .mod-modal-btn-close span:nth-child(2) {
    transform: rotate(45deg);
  }
  .mod-modal-btn-close:hover {
    opacity: 0.8;
  }
  /* ----------------------------------------------------------
  .area-modal
  ---------------------------------------------------------- */
  .area-modal-movie {
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
    transform: scale(0.9);
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  .area-modal-movie.js-show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
  .area-modal-movie .mod-modal-btn-close {
    position: absolute;
    top: -50px;
    right: 0px;
  }
  .area-modal-movie ._modal-bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .area-modal-movie ._modal-box {
    position: absolute;
    background: #000;
    box-sizing: border-box;
    width: 1000px;
    height: 562.5px;
  }
  .area-modal-movie ._modal-body {
    position: absolute;
    inset: 0;
  }
  .area-modal-movie iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* ----------------------------------------------------------
  .area-footer
  ---------------------------------------------------------- */
  .area-footer {
    background: #004EA2;
    padding: 5.078125vw 6.25vw;
    color: #fff;
    display: flex;
    justify-content: space-between;
  }
  .area-footer ._copy small {
    font-size: 0.9375vw;
  }
  .mod-footer-link {
    position: relative;
    display: inline-block;
    color: #fff !important;
    padding-right: 1.5625vw;
    background: url(/recruit/common/images/icon/icon_blank_wh.svg) right center no-repeat;
    font-size: 0.9375vw;
  }
  /* ----------------------------------------------------------
  .area-header
  ---------------------------------------------------------- */
  .area-header-wapper {
    position: relative;
    height: 5.078125vw;
  }
  .area-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 5.078125vw;
    transition-duration: 0.2s;
    z-index: 100;
  }
  body.js-fixed-menu .area-header {
    background: #193245;
  }
  body.js-fixed-menu .area-header ._logo {
    top: 1.484375vw;
  }
  body.js-fixed-menu .area-header ._sitename {
    top: 2.578125vw;
  }
  .area-header img {
    width: 100%;
  }
  .area-header ._logo {
    position: absolute;
    top: 2.109375vw;
    left: 6.25vw;
    width: 12.5vw;
    transition-duration: 0.2s;
  }
  .area-header ._sitename {
    position: absolute;
    top: 3.203125vw;
    left: 19.6875vw;
    transition-duration: 0.2s;
  }
  .area-header ._gmenu {
    position: absolute;
    top: 0;
    right: 19.921875vw;
  }
  .area-header ._btns {
    position: absolute;
    top: 0;
    right: 9.375vw;
    display: flex;
  }
  .area-header ._menu-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .mod-haed-sitename {
    font-size: 1.015625vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .mod-haed-gmenu-dl {
    display: flex;
    justify-content: space-between;
    height: 5.078125vw;
    margin: 0;
    font-weight: bold;
  }
  .mod-haed-gmenu-dl dt {
    margin: 0;
    font-size: 1.09375vw;
    text-align: center;
    line-height: 1.71;
    color: #004ea2;
    background: #DFEFF9;
    border-radius: 0 0 1px;
    width: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .mod-haed-gmenu-dl dt:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.78125vw;
    height: 0.78125vw;
    margin-top: -0.78125vw;
    margin-right: -1.5625vw;
    box-sizing: border-box;
    border: 0.78125vw solid transparent;
    border-left: 0.78125vw solid #DFEFF9;
    transform: scale(1, 1);
  }
  .mod-haed-gmenu-dl dd {
    margin: 0;
    width: 36.71875vw;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0 1px 0;
    overflow: hidden;
  }
  .mod-haed-gmenu {
    display: flex;
  }
  .mod-haed-gmenu > li:nth-child(1) {
    width: 9.375vw;
  }
  .mod-haed-gmenu > li:nth-child(2) {
    width: 7.8125vw;
  }
  .mod-haed-gmenu > li:nth-child(3) {
    width: 7.03125vw;
  }
  .mod-haed-gmenu > li:nth-child(4) {
    width: 7.03125vw;
  }
  .mod-haed-gmenu > li:nth-child(5) {
    width: 7.03125vw;
  }
  .mod-haed-gmenu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 5.078125vw;
    font-size: 1.09375vw;
    text-align: center;
    line-height: 1.5;
    color: #004ea2;
  }
  .mod-haed-gmenu-btn.is-welcomeback {
    color: #9831FF;
  }
  .mod-head-btn-entry {
    width: 9.375vw;
    height: 5.078125vw;
    background: #54B3ED;
    font-size: 1.09375vw;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    border-radius: 0 0 1px;
    cursor: pointer;
  }
  .mod-head-btn-entry span {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.375vw;
    height: 5.078125vw;
  }
  .mod-head-btn-entry:hover ._hover {
    display: block;
  }
  .mod-head-btn-entry ._hover {
    display: none;
    background-color: #fff;
  }
  .mod-head-btn-entry a {
    display: block;
    padding: 1.171875vw 0;
    background: #54B3ED;
    color: #fff;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-head-btn-entry a:hover {
    opacity: 0.8;
  }
  .mod-modal-menu-btn {
    width: 9.375vw;
    height: 5.078125vw;
    background: #114FA6;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-modal-menu-btn span {
    transition-duration: 0.2s;
    position: absolute;
    background: #fff;
    height: 0.15625vw;
    left: 2.96875vw;
    right: 2.96875vw;
    border-radius: 0.390625vw;
  }
  .mod-modal-menu-btn span:nth-child(1) {
    top: 1.71875vw;
  }
  .mod-modal-menu-btn span:nth-child(2) {
    top: 2.421875vw;
  }
  .mod-modal-menu-btn span:nth-child(3) {
    bottom: 1.796875vw;
  }
  body.js-gmenu-active .mod-modal-menu-btn span:nth-child(1) {
    position: absolute;
    top: 2.421875vw;
    transform: rotate(45deg);
  }
  body.js-gmenu-active .mod-modal-menu-btn span:nth-child(2) {
    display: none;
  }
  body.js-gmenu-active .mod-modal-menu-btn span:nth-child(3) {
    position: absolute;
    top: 2.421875vw;
    transform: rotate(-45deg);
  }
  .mod-modal-menu-btn:hover {
    opacity: 0.8;
  }
  /* ----------------------------------------------------------
  area-mega-menu
  ---------------------------------------------------------- */
  .area-modal-menu {
    position: fixed;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.4s;
    transform: translate(0, -15.625vw);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #193245;
    padding: 9.375vw 0 3.125vw 0;
    overflow-y: auto;
    color: #fff;
  }
  body.js-gmenu-active .area-modal-menu {
    visibility: visible;
    z-index: 50;
    opacity: 1;
    transform: translate(0, 0);
  }
  .area-modal-menu a {
    color: #fff;
    transition-duration: 0.4s;
  }
  .area-modal-menu ._inner {
    max-width: 93.75vw;
    margin: 0 auto;
  }
  .mod-sitelinks-set {
    opacity: 0;
    transition-duration: 0.4s;
    transition-delay: 0.4s;
  }
  body.js-gmenu-active .mod-sitelinks-set {
    opacity: 1;
  }
  .mod-sitelinks-set ._cols {
    display: flex;
    justify-content: space-between;
    gap: 6.25vw;
  }
  .mod-sitelinks-set ._cols ._col {
    flex: 1;
  }
  .mod-sitelinks-title {
    font-size: 1.875vw;
    letter-spacing: 0.2em;
    font-weight: bold;
    border-top: 0.15625vw solid #fff;
    padding: 1.5625vw 0 1.5625vw 0;
    display: flex;
    align-items: center;
    gap: 0.78125vw;
  }
  .mod-sitelinks-title ._en {
    display: block;
    font-size: 2.1875vw;
    font-weight: bold;
    color: #fff;
    opacity: 0.3;
    letter-spacing: 0;
  }
  .mod-sitelinks-title ._ja {
    display: block;
    font-size: 1.25vw;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0;
  }
  .mod-sitelinks-list {
    margin: 0.78125vw 0 4.6875vw;
  }
  .mod-sitelinks-list li {
    line-height: 1.4;
  }
  .mod-sitelinks-list a {
    display: block;
    position: relative;
    padding: 0.625vw 0 0.625vw 1.171875vw;
    cursor: pointer;
    transition-duration: 0.2s;
    font-size: 1.25vw;
  }
  .mod-sitelinks-list a:hover {
    opacity: 0.8;
  }
  .mod-sitelinks-list a[target=_blank]:after {
    content: "";
    display: inline-block;
    background: url(/recruit/common/images/icon/icon_blank_wh.svg) left top no-repeat;
    background-size: contain;
    width: 0.9375vw;
    height: 0.9375vw;
    margin-left: 0.390625vw;
  }
  .mod-sitelinks-list a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    height: 0.15625vw;
    width: 0.78125vw;
    background: #fff;
  }
  /* ----------------------------------------------------------
  .area-wrapper
  ---------------------------------------------------------- */
  .area-wrapper {
    overflow: hidden;
    position: relative;
    overflow: hidden;
  }
  .block-outer {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .block-inner {
    position: relative;
  }
  .mod-modal-btn-close {
    --boxW:50px;
    --boxH:50px;
    --bar:30px;
    --thick:2px;
    position: relative;
    width: var(--boxW);
    height: var(--boxH);
    background-color: #000;
    z-index: 10;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-modal-btn-close span {
    content: "";
    position: absolute;
    background: #fff;
    top: calc((var(--boxH) - var(--thick)) / 2);
    left: calc((var(--boxW) - var(--bar)) / 2);
    width: var(--bar);
    height: var(--thick);
    transform: rotate(-45deg);
  }
  .mod-modal-btn-close span:nth-child(2) {
    transform: rotate(45deg);
  }
  .mod-modal-btn-close:hover {
    opacity: 0.8;
  }
  /* ----------------------------------------------------------
  .area-modal
  ---------------------------------------------------------- */
  .area-modal-movie {
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
    transform: scale(0.9);
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  .area-modal-movie.js-show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
  .area-modal-movie .mod-modal-btn-close {
    position: absolute;
    top: -50px;
    right: 0px;
  }
  .area-modal-movie ._modal-bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .area-modal-movie ._modal-box {
    position: absolute;
    background: #000;
    box-sizing: border-box;
    width: 1000px;
    height: 562.5px;
  }
  .area-modal-movie ._modal-body {
    position: absolute;
    inset: 0;
  }
  .area-modal-movie iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* ----------------------------------------------------------
  .area-footer
  ---------------------------------------------------------- */
  .area-footer {
    background: #004EA2;
    padding: 40px 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
  }
  .area-footer ._copy small {
    font-size: 10px;
    line-height: 1.25;
  }
  .mod-footer-link {
    position: relative;
    display: inline-block;
    color: #fff !important;
    padding-right: 20px;
    background: url(/recruit/common/images/icon/icon_blank_wh.svg) right center no-repeat;
    font-size: 12px;
  }
  /* ----------------------------------------------------------
  .area-header
  ---------------------------------------------------------- */
  .area-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 16vw;
    z-index: 100;
  }
  .area-header img {
    width: 100%;
  }
  .area-header ._logo {
    position: absolute;
    top: 3.2vw;
    left: 5.3333333333vw;
    width: 32vw;
  }
  body.js-gmenu-active .area-header {
    position: fixed;
    background-color: #004ea2;
  }
  .area-header ._sitename {
    position: absolute;
    top: 10.1333333333vw;
    left: 5.3333333333vw;
  }
  .area-header ._gmenu {
    display: none;
  }
  .area-header ._btns {
    position: fixed;
    top: 0;
    right: 20vw;
    display: flex;
  }
  .area-header ._menu-btn {
    position: fixed;
    top: 0;
    right: 0;
  }
  .mod-haed-sitename {
    font-size: 2.9333333333vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .mod-haed-gmenu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 16vw;
    font-size: 3.7333333333vw;
    text-align: center;
    line-height: 1.5;
    color: #004ea2;
  }
  .mod-head-btn-entry {
    width: 22.6666666667vw;
    height: 16vw;
    font-size: 3.2vw;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
  }
  .mod-head-btn-entry span {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22.6666666667vw;
    height: 16vw;
    background: #54B3ED;
    border-radius: 0 0 0 1.3333333333vw;
  }
  .mod-head-btn-entry ._hover {
    display: none;
    background-color: #fff;
  }
  .mod-head-btn-entry.is-current span {
    border-radius: 0;
  }
  .mod-head-btn-entry.is-current ._hover {
    display: block;
  }
  .mod-head-btn-entry a {
    display: block;
    padding: 4vw 0;
    font-size: 3.2vw;
    background: #54B3ED;
    color: #fff;
    cursor: pointer;
  }
  .mod-modal-menu-btn {
    width: 20vw;
    height: 16vw;
    background: #114FA6;
  }
  .mod-modal-menu-btn span {
    transition-duration: 0.2s;
    position: absolute;
    background: #fff;
    height: 0.5333333333vw;
    left: 6.1333333333vw;
    right: 6.1333333333vw;
    border-radius: 1.3333333333vw;
  }
  .mod-modal-menu-btn span:nth-child(1) {
    top: 5.8666666667vw;
  }
  .mod-modal-menu-btn span:nth-child(2) {
    top: 7.7333333333vw;
  }
  .mod-modal-menu-btn span:nth-child(3) {
    top: 9.6vw;
  }
  body.js-gmenu-active .mod-modal-menu-btn span:nth-child(1) {
    position: absolute;
    top: 7.7333333333vw;
    transform: rotate(45deg);
  }
  body.js-gmenu-active .mod-modal-menu-btn span:nth-child(2) {
    display: none;
  }
  body.js-gmenu-active .mod-modal-menu-btn span:nth-child(3) {
    position: absolute;
    top: 7.7333333333vw;
    transform: rotate(-45deg);
  }
  /* ----------------------------------------------------------
  area-mega-menu
  ---------------------------------------------------------- */
  .area-modal-menu {
    position: fixed;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.4s;
    transform: translate(0, -200px);
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    min-height: 140px;
    background: #193245;
    padding: 30px 20px 40px 20px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 40px 40px 40px 40px;
    overflow-y: auto;
    color: #fff;
  }
  body.js-gmenu-active .area-modal-menu {
    visibility: visible;
    z-index: 50;
    opacity: 1;
    transform: translate(0, 0);
  }
  .area-modal-menu a {
    color: #fff;
    transition-duration: 0.4s;
  }
  .mod-sitelinks-set {
    opacity: 0;
    transition-duration: 0.4s;
    transition-delay: 0.4s;
  }
  body.js-gmenu-active .mod-sitelinks-set {
    opacity: 1;
  }
  .mod-sitelinks-set ._cols {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .mod-sitelinks-title {
    font-size: 20px;
    letter-spacing: 0.2em;
    font-weight: bold;
    border-top: 1px solid #fff;
    padding: 16px 0 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .mod-sitelinks-title ._en {
    display: block;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    opacity: 0.3;
    letter-spacing: 0;
  }
  .mod-sitelinks-title ._ja {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0;
  }
  .mod-sitelinks-list {
    margin: 0 0 20px 0;
  }
  .mod-sitelinks-list li {
    line-height: 1.4;
  }
  .mod-sitelinks-list a {
    display: block;
    position: relative;
    padding: 4px 0 4px 15px;
    font-size: 14px;
  }
  .mod-sitelinks-list a[target=_blank]:after {
    content: "";
    display: inline-block;
    background: url(/recruit/common/images/icon/icon_blank_wh.svg) left top no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-left: 5px;
  }
  .mod-sitelinks-list a:before {
    position: absolute;
    top: 15px;
    left: 0px;
    display: block;
    content: "";
    height: 1px;
    width: 8px;
    background: #fff;
  }
  /* ----------------------------------------------------------
  .area-wrapper
  ---------------------------------------------------------- */
  .area-wrapper {
    position: relative;
    overflow: hidden;
  }
  /* ----------------------------------------------------------
  .area-inner
  ---------------------------------------------------------- */
  .area-inner {
    position: relative;
  }
  /* ----------------------------------------------------------
  .block-inner
  ---------------------------------------------------------- */
  .block-inner-sp {
    padding-right: 15px;
    padding-left: 15px;
  }
  .mod-modal-btn-close {
    --boxW:50px;
    --boxH:50px;
    --bar:30px;
    --thick:2px;
    position: relative;
    width: var(--boxW);
    height: var(--boxH);
    background-color: #000;
    z-index: 10;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-modal-btn-close span {
    content: "";
    position: absolute;
    background: #fff;
    top: calc((var(--boxH) - var(--thick)) / 2);
    left: calc((var(--boxW) - var(--bar)) / 2);
    width: var(--bar);
    height: var(--thick);
    transform: rotate(-45deg);
  }
  .mod-modal-btn-close span:nth-child(2) {
    transform: rotate(45deg);
  }
  .mod-modal-btn-close:hover {
    opacity: 0.8;
  }
  /* ----------------------------------------------------------
  .area-modal
  ---------------------------------------------------------- */
  .area-modal-movie {
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
    transform: scale(0.9);
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  .area-modal-movie.js-show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
  .area-modal-movie .mod-modal-btn-close {
    position: absolute;
    top: -50px;
    right: 0px;
  }
  .area-modal-movie ._modal-bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .area-modal-movie ._modal-box {
    position: absolute;
    background: #000;
    box-sizing: border-box;
    width: 100vw;
    height: 56.25vw;
  }
  .area-modal-movie ._modal-body {
    position: absolute;
    inset: 0;
  }
  .area-modal-movie iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
}