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

td, th, p {
  font-weight: 500;
}

main {
  display: block;
}
@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;
  background: url(/recruit/common/images/footer/pagetop.png?) left top no-repeat;
  background-size: contain;
  opacity: 0;
  transition-duration: 0.2s;
  transition-property: opacity;
  visibility: hidden;
}
@media print, screen and (min-width: 768px) {
  .btn-pagetop {
    width: 74px;
    height: 74px;
    bottom: 50px;
    right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .btn-pagetop {
    width: 45px;
    height: 45px;
    bottom: 60px;
    right: 10px;
  }
}
.btn-pagetop.js-show {
  opacity: 1;
  visibility: visible;
}
.btn-pagetop.js-show:hover {
  opacity: 0.6;
}

/* リセット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) {
  /* ----------------------------------------------------------
  .area-footer
  ---------------------------------------------------------- */
  .area-footer {
    padding: 55px 0;
  }
  .area-footer img {
    width: 100%;
  }
  .area-footer ._logos {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .area-footer ._logos ._logo {
    width: 60px;
  }
  .area-footer ._logos ._sitename {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    color: #000;
    position: relative;
    padding-right: 15px;
  }
  .area-footer ._logos ._sitename:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: 0px;
    background: url(/recruit/common/images/icon/arrow_blank2.png) left top no-repeat;
    background-size: contain;
    width: 9px;
    height: 9px;
  }
  .area-footer small {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.75;
    color: #000;
  }
  .block-common-floatbtns {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translate(0, -45%);
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
  .block-common-floatbtns a {
    display: block;
  }
  .mod-floatbtns-wrap {
    cursor: pointer;
  }
  .mod-floatbtns-wrap:hover ._subs {
    transition-duration: 0.2s;
    transform: translate(0, 0);
  }
  .mod-floatbtns-wrap ._subs {
    transform: translate(110%, 0);
    transition-duration: 0.2s;
    position: absolute;
    top: 10px;
    left: -39px;
    display: flex;
    gap: 7px;
    flex-direction: column;
  }
  .mod-floatbtns-wrap ._fuki {
    position: absolute;
    top: 30px;
    left: -35px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background-color: #fff;
    padding: 8px 4px;
    line-height: 1.4;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  }
  .mod-floatbtns-wrap ._fuki:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -10px;
    width: 5px;
    height: 5px;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
    transform: scale(1.4, 1);
  }
  .mod-floatbtns {
    position: relative;
    background: #D51519;
    padding: 30px 30px 30px 30px;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-floatbtns:hover {
    opacity: 0.8;
  }
  .mod-floatbtns span {
    display: block;
    writing-mode: vertical-rl;
    color: #fff;
    text-orientation: upright;
    font-weight: bold;
    position: relative;
  }
  .mod-floatbtns span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -10px;
    width: 1px;
    background: #fff;
  }
  .mod-floatbtns2 {
    background: #000;
    padding: 10px;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-floatbtns2:hover {
    opacity: 0.8;
  }
  .mod-floatbtns2 span {
    display: block;
    writing-mode: vertical-rl;
    color: #fff;
    line-height: 1;
    font-weight: bold;
  }
  .mod-floatbtns2 span em {
    display: inline-block;
    position: relative;
    font-style: normal;
    transform: rotate(-90deg);
  }
  .area-bottom-menu-sp {
    display: none;
  }
  /* ----------------------------------------------------------
  .area-header
  ---------------------------------------------------------- */
  .area-header-wap {
    position: relative;
    height: 100px;
  }
  .area-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100px;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  }
  body.js-gmenu-active .area-header {
    box-shadow: none;
  }
  .area-header img {
    width: 100%;
  }
  .area-header ._logo {
    position: absolute;
  }
  /* ----------------------------------------------------------
  area-mega-menu
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
  area-mega-menu
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
  .area-wrapper
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
  .area-inner
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
  .block-inner
  ---------------------------------------------------------- */
}
@media print, screen and (min-width: 768px) and (min-width: 1401px) {
  .area-header ._logo {
    top: 12px;
    left: 55px;
    width: 83px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .area-header ._logo {
    top: 21px;
    left: 15px;
    width: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .area-header ._gmenu {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .area-header ._sitename {
    position: absolute;
    top: 34px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.06em;
    color: #616161;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1401px) {
  .area-header ._sitename {
    left: 166px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .area-header ._sitename {
    left: 90px;
  }
}
@media print, screen and (min-width: 768px) {
  .area-header ._right {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
  }
  .mod-head-menubtn {
    position: relative;
    width: 100px;
    height: 100px;
    background: #D51519;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-head-menubtn:hover {
    opacity: 0.8;
  }
  .mod-head-menubtn span {
    transition-duration: 0.2s;
    position: absolute;
    background: #fff;
    height: 2px;
    left: 26px;
    right: 26px;
  }
  .mod-head-menubtn span:nth-child(1) {
    top: 30px;
  }
  .mod-head-menubtn span:nth-child(2) {
    top: 50px;
  }
  .mod-head-menubtn span:nth-child(3) {
    top: 70px;
    left: 45px;
  }
  body.js-gmenu-active .mod-head-menubtn span {
    left: 20px;
    right: 20px;
  }
  body.js-gmenu-active .mod-head-menubtn span:nth-child(1) {
    position: absolute;
    top: 50px;
    transform: rotate(45deg);
  }
  body.js-gmenu-active .mod-head-menubtn span:nth-child(2) {
    position: absolute;
    top: 50px;
    transform: rotate(-45deg);
  }
  body.js-gmenu-active .mod-head-menubtn span:nth-child(3) {
    display: none;
  }
  .mod-head-btn-entry {
    position: relative;
    height: 100px;
    color: #fff;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.06em;
    transition-duration: 0.2s;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1401px) {
  .mod-head-btn-entry {
    width: 215px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .mod-head-btn-entry {
    width: 160px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-head-btn-entry:hover {
    opacity: 0.8;
  }
  .mod-head-btn-entry:after {
    content: ">";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    color: #fff;
    font-weight: 200;
    transform: translate(0, -50%) scale(1.4, 2);
    text-align: center;
  }
  .mod-head-gnavi {
    padding: 0 10px 0 0;
  }
  .mod-head-gnavi ul {
    display: flex;
    align-items: center;
  }
  .mod-head-gnavi li a {
    position: relative;
    text-align: center;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition-duration: 0.2s;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.06em;
    color: #d51519;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1401px) {
  .mod-head-gnavi li a {
    font-size: 12px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .mod-head-gnavi li a {
    font-size: 12px;
    padding: 0 7px;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-head-gnavi li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 34px;
    left: 15px;
    width: 0;
    height: 1px;
    background: #d51519;
    transition-duration: 0.2s;
  }
  .mod-head-gnavi li a:hover:after {
    width: calc(100% - 30px);
  }
  .area-modal-menu {
    position: fixed;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.4s;
    transform: translate(0, -200px);
    top: 100px;
    left: 0px;
    right: 0px;
    bottom: 0;
    overflow-y: auto;
    background: #ECECEC;
    padding: 60px 0 40px 0;
  }
  body.js-gmenu-active .area-modal-menu {
    visibility: visible;
    z-index: 50;
    opacity: 1;
    transform: translate(0, 0);
  }
  .area-modal-menu ._inner {
    width: 1100px;
    margin: 0 auto;
    padding-right: 40px;
  }
  .area-modal-menu ._area-cols {
    display: flex;
    gap: 40px;
  }
  .area-modal-menu ._area-cols ._col-left {
    flex: 1.1;
  }
  .area-modal-menu ._area-cols ._col-right {
    flex: 1;
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .area-modal-menu ._area-cols ._col-right ._extra {
    margin-top: 10px;
    text-align: right;
  }
  .mod-sitelinks-set ._cols {
    display: flex;
    justify-content: space-between;
    gap: 20px 0;
    flex-wrap: wrap;
  }
  .mod-sitelinks-set ._cols ._col {
    width: 50%;
  }
  .mod-sitelinks-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #d51519;
  }
  .mod-sitelinks-title a {
    color: #d51519;
  }
  .mod-sitelinks-list {
    margin: 20px 0 40px;
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .mod-sitelinks-list a {
    display: block;
    position: relative;
    font-size: 15px;
    color: #000;
    padding-left: 30px;
  }
  .mod-sitelinks-list a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/recruit/common/images/icon/arrow_menu.png) left top no-repeat;
    background-size: contain;
    width: 19px;
    height: 19px;
  }
  .mod-sitelinks-entry-box {
    background: #D51519;
    padding: 32px 0 32px 50px;
    border-radius: 15px;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .mod-sitelinks-entry-box a {
    color: #fff;
  }
  .mod-sitelinks-entry-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.75;
    color: #fff;
    width: 190px;
  }
  .mod-sitelinks-entry-title.is-wide {
    width: auto;
  }
  .mod-sitelinks-entry-title ._more {
    margin-top: 10px;
    display: flex;
    gap: 2px;
    flex-direction: column;
  }
  .mod-sitelinks-entry-title ._more a {
    display: block;
    background: #000;
    color: #fff;
    width: 120px;
    padding: 2px 2px;
    text-align: center;
    font-size: 14px;
  }
  .mod-sitelinks-entry-list {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .mod-sitelinks-entry-list a {
    display: block;
    position: relative;
    font-size: 15px;
    padding-left: 30px;
  }
  .mod-sitelinks-entry-list a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/recruit/common/images/icon/arrow_menu_wh.png?) left top no-repeat;
    background-size: contain;
    width: 19px;
    height: 19px;
  }
  .mod-sitelinks-extra {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    color: #8c8c8c;
    position: relative;
    padding-right: 20px;
  }
  .mod-sitelinks-extra:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: 0px;
    background: url(/recruit/common/images/icon/arrow_blank.png) left top no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
  }
  .area-mega-menu {
    position: fixed;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    box-shadow: 10px 2px 35px rgba(0, 0, 0, 0.15);
    transition-duration: 0.2s;
    top: 100px;
    left: 0px;
    right: 0px;
    min-height: 140px;
    background: #fff;
    padding: 45px 0 100px 0;
  }
  body.js-header-menu-open .area-mega-menu {
    visibility: visible;
    z-index: 50;
    opacity: 1;
  }
  .area-mega-menu a {
    color: #000;
  }
  .area-mega-menu ._set {
    display: none;
  }
  .mod-mega-menu-items {
    width: 780px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .mod-mega-menu-items {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
  }
  .mod-mega-menu-items > li {
    min-height: 50px;
    width: calc(33.33% - 20px);
  }
  .mod-mega-menu-item {
    width: 220px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-mega-menu-item:hover {
    opacity: 0.8;
  }
  .mod-mega-menu-item ._item-image img {
    width: 100%;
  }
  .mod-mega-menu-item ._item-texts {
    position: relative;
  }
  .mod-mega-menu-item ._item-texts:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 0px;
    background: url(/recruit/common/images/icon/arrow_menu2.png) left top no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
  }
  .mod-mega-menu-item ._item-texts p {
    font-size: 13px;
    line-height: 1.4;
    color: #000;
  }
  .area-wrapper {
    position: relative;
    overflow: hidden;
  }
  .area-inner {
    position: relative;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .area-inner {
    margin: 0 auto;
    width: 1100px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1140px) {
  .area-inner {
    margin: 0 20px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .block-inner {
    margin: 0 auto;
    max-width: 1100px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1140px) {
  .block-inner {
    margin: 0 20px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .block-inner2 {
    margin: 0 auto;
    max-width: 960px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1140px) {
  .block-inner2 {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  /* ----------------------------------------------------------
  .area-footer
  ---------------------------------------------------------- */
  .area-footer {
    border: 1px solid #eee;
    padding: 20px 20px 120px 20px;
  }
  .area-footer img {
    width: 100%;
  }
  .area-footer ._logos {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .area-footer ._logos ._logo {
    width: 60px;
  }
  .area-footer ._logos ._sitename {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    color: #000;
    position: relative;
    padding-right: 15px;
  }
  .area-footer ._logos ._sitename:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: 0px;
    background: url(/recruit/common/images/icon/arrow_blank2.png) left top no-repeat;
    background-size: contain;
    width: 9px;
    height: 9px;
  }
  .area-footer small {
    display: block;
    margin-top: 10px;
    font-size: 10px;
    text-align: center;
    line-height: 1.75;
    color: #000;
  }
  .block-common-floatbtns {
    margin: 20px;
    display: flex;
    gap: 1px;
    flex-direction: column;
  }
  .mod-floatbtns-wrap {
    display: flex;
    flex-direction: column-reverse;
    gap: 1px;
  }
  .mod-floatbtns-wrap ._subs {
    display: flex;
    justify-content: space-between;
    gap: 1px;
  }
  .mod-floatbtns-wrap ._subs > * {
    flex: 1;
  }
  .mod-floatbtns {
    display: block;
    position: relative;
    background: #D51519;
    padding: 20px;
    text-align: center;
  }
  .mod-floatbtns span {
    display: block;
    color: #fff;
    font-weight: bold;
    position: relative;
  }
  .mod-floatbtns2 {
    display: block;
    background: #000;
    color: #fff;
    padding: 20px;
    text-align: center;
    cursor: pointer;
  }
  .area-bottom-menu-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    background: #d51519;
    z-index: 9999;
    border-top: 1px solid #fff;
  }
  .area-bottom-menu-sp .menu-item {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-decoration: none;
    box-sizing: border-box;
    border-left: 1px solid #fff;
  }
  .area-bottom-menu-sp .menu-item:nth-child(1) {
    border-left: none;
  }
  .area-bottom-menu-sp .menu-item:last-child {
    border-right: none;
  }
  .area-bottom-menu-sp .menu-item span {
    display: block;
    font-size: 12px;
  }
  .area-bottom-menu-sp ._fuki {
    position: absolute;
    left: 10px;
    top: -60px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #d51519;
    z-index: 10;
    padding: 5px;
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
  }
  .area-bottom-menu-sp ._fuki:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: calc(50% - 10px);
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 10px solid transparent;
    border-top: 10px solid #d51519;
    transform: scale(1, 1);
  }
  .area-bottom-menu-sp ._fuki:after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: calc(50% - 10px);
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    transform: scale(1, 1);
  }
  .area-header-wap {
    position: relative;
    height: 50px;
  }
  .area-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    height: 50px;
    background: #fff;
  }
  body.js-gmenu-active .area-header {
    box-shadow: none;
  }
  .area-header img {
    width: 100%;
  }
  .area-header ._logo {
    position: absolute;
    top: 6px;
    left: 8px;
    width: 40px;
  }
  .area-header ._sitename {
    position: absolute;
    top: 11px;
    left: 60px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.06em;
    color: #616161;
  }
  .area-header ._right {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
  }
  .area-header ._gmenu {
    display: none;
  }
  .mod-head-menubtn {
    position: relative;
    width: 50px;
    height: 50px;
    background: #D51519;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-head-menubtn:hover {
    opacity: 0.8;
  }
  .mod-head-menubtn span {
    transition-duration: 0.2s;
    position: absolute;
    background: #fff;
    height: 1px;
    left: 13px;
    right: 13px;
  }
  .mod-head-menubtn span:nth-child(1) {
    top: 15px;
  }
  .mod-head-menubtn span:nth-child(2) {
    top: 25px;
  }
  .mod-head-menubtn span:nth-child(3) {
    top: 35px;
    left: 23px;
  }
  body.js-gmenu-active .mod-head-menubtn span {
    left: 10px;
    right: 10px;
  }
  body.js-gmenu-active .mod-head-menubtn span:nth-child(1) {
    position: absolute;
    top: 25px;
    transform: rotate(45deg);
  }
  body.js-gmenu-active .mod-head-menubtn span:nth-child(2) {
    position: absolute;
    top: 25px;
    transform: rotate(-45deg);
  }
  body.js-gmenu-active .mod-head-menubtn span:nth-child(3) {
    display: none;
  }
  .mod-head-btn-entry {
    position: relative;
    height: 50px;
    padding: 0 10px;
    color: #fff;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
  /* ----------------------------------------------------------
  area-mega-menu
  ---------------------------------------------------------- */
  .area-modal-menu {
    position: fixed;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.4s;
    transform: translate(0, -100px);
    top: 50px;
    left: 0px;
    right: 0px;
    bottom: 0;
    overflow-y: auto;
    background: #ECECEC;
    padding: 30px 0 80px 0;
  }
  body.js-gmenu-active .area-modal-menu {
    visibility: visible;
    z-index: 50;
    opacity: 1;
    transform: translate(0, 0);
  }
  .area-modal-menu ._inner {
    margin: 0 20px;
  }
  .area-modal-menu ._area-cols {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .area-modal-menu ._area-cols ._col-right {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .area-modal-menu ._area-cols ._col-right ._extra {
    margin-top: 5px;
    text-align: right;
  }
  .mod-sitelinks-set ._cols {
    display: flex;
    flex-direction: column;
  }
  .mod-sitelinks-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #d51519;
  }
  .mod-sitelinks-title a {
    color: #d51519;
  }
  .mod-sitelinks-list {
    margin: 10px 10px 20px 20px;
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
  .mod-sitelinks-list a {
    display: block;
    position: relative;
    font-size: 14px;
    color: #8c8c8c;
    padding-left: 15px;
  }
  .mod-sitelinks-list a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/recruit/common/images/icon/arrow_menu.png) left top no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
  }
  .mod-sitelinks-entry-box {
    background: #D51519;
    padding: 16px 0 16px 25px;
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .mod-sitelinks-entry-box a {
    color: #fff;
  }
  .mod-sitelinks-entry-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    color: #fff;
  }
  .mod-sitelinks-entry-title.is-wide {
    width: auto;
  }
  .mod-sitelinks-entry-title ._more {
    margin-top: 10px;
    display: flex;
    gap: 2px;
    flex-direction: column;
  }
  .mod-sitelinks-entry-title ._more a {
    display: block;
    background: #000;
    color: #fff;
    width: 120px;
    padding: 2px 2px;
    text-align: center;
    font-size: 14px;
  }
  .mod-sitelinks-entry-list {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin: 0 0 0 20px;
  }
  .mod-sitelinks-entry-list a {
    display: block;
    position: relative;
    font-size: 14px;
    padding-left: 15px;
  }
  .mod-sitelinks-entry-list a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/recruit/common/images/icon/arrow_menu_wh.png?) left top no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
  }
  .mod-sitelinks-extra {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    color: #8c8c8c;
    position: relative;
    padding-right: 20px;
  }
  .mod-sitelinks-extra:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 0px;
    background: url(/recruit/common/images/icon/arrow_blank.png) left top no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
  }
  .area-mega-menu {
    display: none;
  }
  /* ----------------------------------------------------------
  .area-wrapper
  ---------------------------------------------------------- */
  .area-wrapper {
    position: relative;
  }
  /* ----------------------------------------------------------
  .area-inner
  ---------------------------------------------------------- */
  .area-inner {
    position: relative;
  }
  /* ----------------------------------------------------------
  .block-inner
  ---------------------------------------------------------- */
  .block-inner-sp {
    padding-right: 15px;
    padding-left: 15px;
  }
}