@charset "UTF-8";
@media print, screen and (min-width: 1050px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 1049px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}


/* font */
@font-face {
  font-family: "NotoSans_JP";
  src: url("/recruit/fonts/noto_sans_jp/notosansjp-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "NotoSans_JP";
  src: url("/recruit/fonts/noto_sans_jp/notosansjp-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NotoSans_JP";
  src: url("/recruit/fonts/noto_sans_jp/notosansjp-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "NotoSans_JP";
  src: url("/recruit/fonts/noto_sans_jp/notosansjp-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "GeneralSans";
  src: url("/recruit/fonts/generalsans_variable/generalsans-variable.ttf") format("truetype");
  font-style: normal;
}

:root {
  --noto-jp: "NotoSans_JP", sans-serif;
  --general-sans: "GeneralSans", sans-serif;
}

.head-line {
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 750px) {
  .head-line {
    padding-left: 15px;
  }
}

.head-line::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 26px;
  background: linear-gradient(#008802 50%, #006015 50%);
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .head-line::before {
    width: 5px;
    height: 20px;
  }
}

body:has(.-sougou) {
  padding-top: 90px;
}
@media screen and (max-width: 1050px) {
  body:has(.-sougou) {
    padding-top: 80px;
  }
}

body.fixed {
  /* position: fixed; */
  overflow: clip;
  width: 100%;
  height: 100%;
  /* left: 0; */
}

#jr_recruit_header {
  width: 100%;
  z-index: 999;
  position: relative;
  width: 100%;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
  font-weight: normal;
  background-color: #fff;
}

@media print, screen and (min-width: 1050px) {
  #mainContents.top {
    margin-top: -90px;
  }
}

@media only screen and (max-width: 1049px) {
  #mainContents.top {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1050px) {
  header {
    height: 80px !important;
  }
  .header_inner .header_btn_box {
    max-width: calc(100vw - 107px);
  }
}

#jr_recruit_header.-sougou {
  position: fixed;
  background-color: unset;
  top: 0;
  left: 0;
}

#jr_recruit_header.-sougou:has(.sougou_link_body.show) {
  background-color: unset;
  backdrop-filter: unset;
}

/* #jr_recruit_header.-sougou:has(.sougou_link_body.show) .header_inner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
} */

.header_inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.-sougou .header_inner {
  justify-content: flex-start;
  background-color: unset;
}

.-sougou .header_inner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  top: 0;
  left: 0;
  z-index: -1;
}

.fixed .-sougou .header_inner {
  background-color: #fff;

}

/* .header_inner a:hover {
  text-decoration: none;
} */

.header_inner:has(.tab1-body.show) {
  background-color: #fff;
}

.header_inner .global_logo_box {
  background-color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #000;
}
.-sougou .header_inner .global_logo_box {
  background-color: unset;
}

.header_inner .global_logo_box figure {
  margin-right: 20px;
  width: 62.3px;
}

.-sougou .header_inner .global_logo_box figure {
  width: 50px;
  margin-right: 15px;
}

.header_inner .global_logo_box figure img {
  max-width: 100%;
}

.header_inner .global_logo_box .g_sub_txt {
  font-size: 11px;
  padding-top: 10px;
}

.-sougou .header_inner .global_logo_box .g_sub_txt {
  padding-top: unset;
}

.header_inner .global_logo_box .g_txt {
  font-size: 18px;
  letter-spacing: 0.08em;
}

.-sougou .header_inner .global_logo_box .g_txt {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.header_inner .entry_follow_box {
  margin-left: auto;
}

.header_inner .entry_popup_btn {
  width: 180px;
  height: 44px;
  color: #fff;
  background-color: #008802;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header_inner .entry_popup_btn:focus {
  outline-offset: 2px;
}

.header_inner .entry_popup_btn:hover {
  text-decoration: underline;
}

.header_inner .entry_popup_btn .txt {
  position: relative;
  font-size: 1.2rem;
  font-family: var(--general-sans);
  font-weight: 500;
  color: #fff;
  padding-left: 20px;
}

.header_inner .entry_popup_btn .txt::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 14px;
  background: url(../../img/icon_people.svg) no-repeat;
  background-size: contain;
  background-position: center;
  translate: 0 -48%;
  top: 50%;
  left: 0;
}

.header_inner .entry_popup_btn .txt .slash {
  font-weight: 400;
}

.header_inner .entry_popup_container {
  position: fixed;
  width: 100%;
  height: 100vh;
  font-family: var(--noto-jp);
  display: none;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header_inner .entry_popup_container .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(5, 118, 43, .3);
  display: block;
}

.header_inner .entry_popup_container .entry_box {
  position: absolute;
  width: 450px;
  background-color: #fff;
  border-radius: 5px;
  padding: 60px 45px 40px;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}

.header_inner .entry_popup_container .entry_box {
  font-size: 1.6rem;
  font-weight: 700;
}

.header_inner .entry_popup_container .entry_box .close {
  position: absolute;
  width: 20px;
  aspect-ratio: 1/1;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.header_inner .entry_popup_container .entry_box .close::before,
.header_inner .entry_popup_container .entry_box .close::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: #008802;
  border-radius: 9999px;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}

.header_inner .entry_popup_container .entry_box .close::before {
  rotate: 45deg;
}

.header_inner .entry_popup_container .entry_box .close::after {
  rotate: -45deg;
}

.header_inner .entry_popup_container .entry_box .entry_list {
  margin: 40px auto 0;
}

.header_inner .entry_popup_container .entry_box .entry_list li+li {
  margin-top: 15px;
}

.header_inner .entry_popup_container .entry_box .entry_list .item {
  width: 100%;
  height: 60px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: var(--entry-item-color,#008802);
  border-radius: 3px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.header_inner .entry_popup_container .entry_box .entry_list li:first-of-type .item {
  --entry-item-color: #008802;
}

.header_inner .entry_popup_container .entry_box .entry_list li:nth-of-type(2) .item {
  --entry-item-color: #05762B;
}

.header_inner .entry_popup_container .entry_box .entry_list li:last-of-type .item {
  --entry-item-color: #006015;
}

.header_inner .header_btn_box {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.-sougou .header_inner .header_btn_box {
  background-color: unset;
}

.header_inner .header_btn_box .hamburger_menu {
  width: 140px;
  height: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.-sougou .header_inner .header_btn_box .hamburger_menu {
  width: 120px;
}

.header_inner .header_btn_box .hamburger_menu span {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #008803;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.-sougou .header_inner .header_btn_box .hamburger_menu span:not(.txt) {
  width: 30px;
  translate: unset;
  left: 60px;
}

.header_inner .header_btn_box .hamburger_menu span:nth-child(1) {
  margin-top: -10px;
}
.-sougou .header_inner .header_btn_box .hamburger_menu span:nth-child(1) {
  margin-top: -5px;
}
.header_inner .header_btn_box .hamburger_menu span:nth-child(3) {
  margin-top: 10px;
}
.-sougou .header_inner .header_btn_box .hamburger_menu span:nth-child(3) {
  margin-top: 5px;
}

.header_inner .header_btn_box .hamburger_menu.open span:nth-child(1) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(155deg);
          transform: translate(-50%, -50%) rotate(155deg);
}

.header_inner .header_btn_box .hamburger_menu.open span:nth-child(2) {
  display: none;
}

.header_inner .header_btn_box .hamburger_menu.open span:nth-child(3) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-155deg);
          transform: translate(-50%, -50%) rotate(-155deg);
}

.header_inner .header_btn_box .hamburger_menu .txt {
  width: auto;
  height: auto;
  bottom: 0;
  left: -100%;
  translate: 0 -100%;
  background-color: transparent;
}

.header_inner .header_btn_box .entry_list {
  display: flex;
}

.header_inner .header_btn_box .entry_box > a {
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}

.header_inner .header_btn_box .entry_box > a:hover {
  opacity: 0.6;
}

.header_inner .header_btn_box .entry_box > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header_inner .header_btn_box .entry_box:nth-of-type(1) > a {
  background-color: #70af22;
  letter-spacing: -0.04em;
}

.header_inner .header_btn_box .entry_box:nth-of-type(2) > a {
  background-color: #008803;
  letter-spacing: -0.01em;
}

.header_inner .header_btn_box .entry_box:nth-of-type(3) > a {
  background-color: #006b03;
  letter-spacing: -0.01em;
}

.header_inner .header_btn_box .entry_box > a .link-icon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 12px;
}

@media print, screen and (min-width: 1050px) {
  .header_inner {
    position: relative;
  }
  .header_inner .global_logo_box {
    margin: 0 48px 0 24px;
  }
  .header_inner .global_logo_box figure {
    margin-right: 20px;
    width: 62.3px;
  }
  .header_inner .global_logo_box figure img {
    max-width: 100%;
  }
  .header_inner .global_logo_box .g_sub_txt {
    font-size: 11px;
    padding-top: 10px;
  }
  .-sougou .header_inner .global_logo_box .g_sub_txt {
    padding-top: 0;
  }
  .header_inner .global_logo_box .g_txt {
    font-size: 18px;
  }
  .header_inner .header_btn_box .hamburger_menu {
    width: 140px;
    cursor: pointer;
  }
  .header_inner .header_btn_box .hamburger_menu:hover {
    opacity: 0.6;
  }
  .header_inner .header_btn_box .hamburger_menu span {
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 2px;
  }
  .header_inner .header_btn_box .hamburger_menu span:nth-child(1) {
    margin-top: -10px;
  }
  .header_inner .header_btn_box .hamburger_menu span:nth-child(3) {
    margin-top: 10px;
  }
  .header_inner .header_btn_box .entry_box {
    width: 140px;
  }
  .header_inner .header_btn_box .entry_box > a {
    padding-left: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 10px;
  }
  .header_inner .header_btn_box .entry_box > a span {
    margin-top: 4px;
    display: block;
    font-size: 14px;
  }
  .header_inner .header_btn_box .entry_box.-welcomeback > a span {
    margin-top: 14px;
  }
  .header_inner .header_btn_box .entry_box > a:hover {
    opacity: 0.6;
  }
  .header_inner .header_btn_box .entry_box > a::after {
    right: 0;
    width: 15px;
    height: 2px;
  }
}

@media only screen and (max-width: 1049px) {
  .header_inner {
    position: relative;
    height: 80px;
    background-color: #fff;
  }
  .header_inner .global_logo_box {
    margin: 0 0 0 5px;
  }
  .-sougou .header_inner .global_logo_box {
    margin: 0 0 0 19px;
  }
  .header_inner .global_logo_box figure {
    margin-right: 8px;
    width: 25px;
  }
  .-sougou .header_inner .global_logo_box figure {
    margin-right: 12px;
    width: 42px;
  }
  .header_inner .global_logo_box .g_txt_box {
    max-width: 80px;
  }
  .-sougou .header_inner .global_logo_box .g_txt_box {
    max-width: unset;
  }
  .header_inner .global_logo_box figure img {
    max-width: 100%;
  }
  .header_inner .global_logo_box .g_sub_txt {
    font-size: 6px;
    padding-top: 0;
  }
  .-sougou .header_inner .global_logo_box .g_sub_txt {
    font-size: 1rem;
  }
  .header_inner .global_logo_box .g_txt {
    font-size: 9px;
    letter-spacing: 0;
  }
  .-sougou .header_inner .global_logo_box .g_txt {
    font-size: 1.3rem
  }
  .header_inner .header_btn_box .hamburger_menu {
    width: 29px;
    cursor: pointer;
  }
  .-sougou .header_inner .header_btn_box .hamburger_menu {
    width: 120px;
  }
  .header_inner .header_btn_box .hamburger_menu span {
    position: absolute;
    width: 24px;
    height: 1px;
  }
  .-sougou .header_inner .header_btn_box .hamburger_menu span {
    width: 40px;
  }
  .header_inner .header_btn_box .hamburger_menu span:nth-child(1) {
    margin-top: -6px;
  }
  .header_inner .header_btn_box .hamburger_menu span:nth-child(3) {
    margin-top: 6px;
  }
  .header_inner .header_btn_box .entry_box {
    width: 78px;
    flex: 1;
  }
  .header_inner .header_btn_box .entry_box > a {
    font-size: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 5px;
  }
  .header_inner .header_btn_box .entry_box > a span {
    display: block;
    font-size: 10px;
  }
  .header_inner .header_btn_box .entry_box > a::after {
    right: 0;
    width: 5px;
    height: 2px;
  }
}
@media screen and (max-width: 750px) {
  .-sougou .header_inner .header_btn_box .hamburger_menu {
    width: clamp(80px,120/750*100vw,120px);
  }
  .-sougou .header_inner .header_btn_box .hamburger_menu span:not(.txt) {
    width: 30px;
    left: 52.5%;
    translate: unset;
  }
}
@media screen and (max-width: 480px) {
  .-sougou .header_inner .header_btn_box {
    margin: 0 0 0 auto;
  }
  .header_inner .entry_follow_box {
    position: fixed;
    background-color: rgb(255,255,255,.8);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    width: 100%;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 19px;
    bottom: 0;
    left: 0;
    z-index: -2;
  }
  .header_inner .entry_popup_btn {
    max-width: 336px;
    width: 100%;
  }
  .header_inner .entry_popup_btn .txt {
    font-size: 1.4rem;
  }
  .header_inner .entry_popup_container .entry_box {
    max-width: 450px;
    width: calc(100% - 19px*2);
    padding: 40px 25px;
  }
  .header_inner .entry_popup_container .entry_box .entry_list .item {
    min-height: 53px;
    height: auto;
    font-size: 1.3rem;
    word-break: keep-all;
    letter-spacing: 0;
    padding: 0 10px;
  }
}

.tab1-body.header {
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow-y: scroll;
  background-color: #fff;
}

.tab1-body.header.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.tab1-body.header .tab1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  list-style: none;
  width: 100%;
}

.tab1-body.header .tab1__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tab1-body.header .tab1__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #008803;
  cursor: pointer;
  color: #008803;
}

.tab1-body.header .tab1__link .tab_sub {
  letter-spacing: 0.05em;
  font-weight: 700;
}

.tab1-body.header .tab1__link .tab_tit {
  letter-spacing: 0.1em;
  font-weight: 700;
}

.tab1-body.header .tab1__link.on {
  background-color: #fff;
  border-top: none;
  border-left: 1px solid #008803;
  border-right: 1px solid #008803;
  border-bottom: 1px solid #008803;
}

.tab1-body.header .tab1-body__item {
  display: none;
}

.tab1-body.header .tab1-body__item .tab_content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tab1-body.header .tab1-body__item .tab_content_list .tab_content_item {
  font-weight: 900;
  color: #008803;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab1-body.header .tab1-body__item .tab_content_list .tab_content_item .nav_top_txt {
  color: #000;
  margin-bottom: 40px;
}

.tab1-body.header .tab1-body__item .tab_content_list .tab_inner_item a {
  color: #000;
  font-weight: normal;
}

.tab1-body.header .tab1-body__item .tab_content_list .link-icon {
  width: 12px;
}

.tab1-body.header .tab1-body__item.on {
  display: block;
}

.tab1-body.header .bottom_content {
  width: 100%;
  background-color: #f2f2f2;
}

.tab1-body.header .bottom_content .bottom_item {
  font-weight: 900;
}

.tab1-body.header .bottom_content li a {
  color: #000;
  font-weight: normal;
  pointer-events: none;
}

.tab1-body.header .bottom_content .bottom_item a {
  position: relative;
  width: 100%;
  height: 100%;
  font-weight: 900;
  pointer-events: auto;
  color: #008803;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab1-body.header .bottom_content .bottom_item a .link-icon {
  position: absolute;
  width: 12px;
  bottom: 5px;
  right: 5px;
}

@media print, screen and (min-width: 1050px) {
  .tab1-body.header {
    padding-top: 160px;
    top: 0;
    left: 0;
    background-color: #fff;
  }
  .tab1-body.header .tab1 {
    margin-top: 60px;
    width: 100%;
  }
  .tab1-body.header .tab1__link {
    height: 110px;
    color: #008803;
    background-color: #fff;
  }
  .tab1-body.header .tab1__link .tab_sub {
    font-size: 11px;
  }
  .tab1-body.header .tab1__link .tab_tit {
    padding-top: 8px;
    font-size: 18px;
  }
  .tab1-body.header .tab1-body__item {
    padding: 0;
    max-height: 600px;
    overflow-y: auto;
  }
  .tab1-body.header .tab1-body__item .tab_content_list .tab_content_item {
    width: calc(100% / 4);
  }
  .tab1-body.header .tab1-body__item .tab_content_list .tab_content_tit {
    font-size: 50px;
  }
  .tab1-body.header .tab1-body__item .tab_content_list .tab_content_sub {
    margin-top: 12px;
    font-size: 20px;
  }
  .tab1-body.header .tab1-body__item .tab_content_list .tab_inner_list {
    margin-top: 20px;
  }
  .tab1-body.header .tab1-body__item .tab_content_list .tab_inner_item:not(:last-child) {
    margin-bottom: 16px;
  }
  .tab1-body.header .tab1-body__item.on {
    display: block;
  }
  .tab1-body.header .bottom_content {
    display: flex;
    align-items: center;
    left: 0;
    width: 100%;
    height: 190px;
    background-color: #f2f2f2;
  }
  .tab1-body.header .bottom_content .bottom_list {
    height: 100%;
    width: 93.75%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .tab1-body.header .bottom_content .bottom_item {
    text-align: center;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(16.6666666667% - 15px);
    height: 93px;
  }
  .tab1-body.header .bottom_content .bottom_item:first-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 12%;
  }
  .tab1-body.header .bottom_content .bottom_item.-welcomeback {
    flex: 1.5;
  }
  .tab1-body.header .bottom_content .bottom_item.-elder {
    flex: 1.1;
  }
  .tab1-body.header .bottom_content li a {
    padding: 15px 0;
    color: #000;
    font-weight: normal;
    pointer-events: none;
  }
  .tab1-body.header .bottom_content .bottom_item a .txt {
    font-size: 12px;
  }
  .tab1-body.header .bottom_content .bottom_item:not(:first-child) {
    background-color: #fff;
  }
  .tab1-body.header .bottom_item:not(:last-child) {
    margin-right: 1%;
  }
  .tab1-body.header .bottom_content .bottom_item:not(:first-child) a {
    font-weight: 900;
    pointer-events: auto;
    color: #008803;
  }
}

@media only screen and (max-width: 1049px) {
  .tab1-body.header {
    padding-top: 80px;
  }
  .tab1-body.header .tab1 {
    width: 100%;
    position: static;
  }
  .tab1-body.header .tab1__link {
    height: 80px;
    color: #008803;
  }
  .tab1-body.header .tab1__link .tab_sub {
    display: none;
  }
  .tab1-body.header .tab1__link .tab_tit {
    font-size: 12px;
  }
  .tab1-body.header .tab1-body__item {
    display: none;
    padding: 20px 0;
    width: 86%;
    margin: auto;
  }
  .tab1-body.header .tab1-body__item.on {
    display: block;
  }
  .tab1-body.header .tab_content_list_sp .tab_content_item_sp {
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.08em;
  }
  .tab1-body.header .tab_content_list_sp .tab_content_item_sp:not(:first-child) {
    border-top: 1px solid #008803;
  }
  .tab1-body.header .tab_content_list_sp .tab_content_item_sp a {
    display: block;
    padding: 20px 0;
  }
  
  .tab1-body.header .tab_content_list_sp .tab_content_item_sp .acco_parent {
    color: #008803;
    cursor: pointer;
    position: relative;
  }
  
  .tab1-body.header .tab_content_list_sp .tab_content_item_sp .acco_parent .icon-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 24px;
    height: 24px;
  }
  .tab1-body.header .tab_content_list_sp .tab_content_item_sp .acco_parent .icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .tab1-body.header .tab_content_list_sp .tab_content_item_sp .acco_parent .icon:before,
.tab1-body.header .tab_content_list_sp .tab_content_item_sp .acco_parent .icon:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.3s;
    background: #008803;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 1px;
    transform: translate(-50%, -50%);
  }
  .tab1-body.header .tab_content_list_sp .tab_content_item_sp .acco_parent .icon:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .tab1-body.header .tab_content_list_sp .tab_content_item_sp .acco_parent .icon.open:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  
  .tab1-body.header .tab_content_list_sp .tab_content_item_sp .acco_sub_child {
    display: none;
    padding-bottom: 14px;
  }
  .tab1-body.header .tab_content_list_sp .tab_content_item_sp .acco_sub_child a.sub_link {
    font-size: 14px;
    color: inherit;
    padding: 3px 0;
  }
  .tab1-body.header .tab_content_list_sp .tab_content_item_sp a .link-icon,
  .tab1-body.header .tab_content_list_sp .tab_content_item_sp .acco_sub_child .link-icon {
    width: 12px;
  }
  .tab1-body.header .tab_content_list_sp .acco_sub_child .sub_item:not(:first-of-type) {
    margin-top: 8px;
  }
  .tab1-body.header .bottom_content {
    position: static;
    width: 100%;
    padding: 40px 0;
    background-color: #f2f2f2;
  }
  .tab1-body.header .bottom_content .bottom_list {
    margin: auto;
  }
  header .bottom_content li {
    text-align: center;
    width: 83.33%;
    max-width: 768px;
    margin: auto;
  }
  .tab1-body.header .bottom_content .bottom_item a {
    font-size: 18px;
    padding: 20px 0;
    /* pointer-events: none; */
  }
  .tab1-body.header .bottom_content .bottom_item:not(:first-child) {
    background-color: #fff;
  }
  .tab1-body.header .bottom_item:not(:last-child) {
    margin-right: auto;
  }
  .tab1-body.header .bottom_content .bottom_item:not(:first-child) a {
    font-size: 14px;
  }
  .tab1-body.header .bottom_content .bottom_item:not(:first-child) a .pc-show {
    display: none;
  }
}

.header_inner .sougou_link_body {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.-sougou .header_inner .sougou_link_body {
  background-color: #F2F2F2;
  position: absolute;
  width: 100%;
  height: auto;
  padding: min(calc(90px + (100/930*100vh)),190px) 30px min(calc(120/930*100vh),120px);
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .-sougou .header_inner .sougou_link_body {
    padding: calc(80px + 60px) 45px 60px;
  }
}
@media screen and (max-width: 480px) {
  .-sougou .header_inner .sougou_link_body {
    padding: calc(80px + 40px) 25px 40px;
  }
}

.-sougou .header_inner .sougou_link_body {
  max-height: 100dvh;
  overflow-y: scroll;
}

.header_inner .sougou_link_body .header-head {
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--noto-jp);
  line-height: 1;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 26px;
  max-width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .header_inner .sougou_link_body .header-head {
    font-size: 1.6rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .header_inner .sougou_link_body .header-head {
    border-bottom: unset;
  }
}

.header_inner .sougou_link_body .flex-wrap {
  max-width: 1050px;
  display: flex;
  gap: 7px min(calc((60 - 20) * ((100vw - 750px) / (1280 - 750)) + 20px),60px);
  margin: 32px auto 0;
}
@media screen and (max-width: 750px) {
  .header_inner .sougou_link_body .flex-wrap {
    flex-direction: column;
    gap: 40px;
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .header_inner .sougou_link_body .flex-wrap {
    gap: 10px;
    margin: 30px auto 0;
  }
}

.-sougou_old .header_inner .sougou_link_body .sougou_link_list {
  width: calc(100% / 3);
  margin: auto;
}

.-sougou_old .header_inner .sougou_link_body .sougou_link_item {
  border: 2px solid #008803;
}

.header_inner .sougou_link_body .sougou_link_item a {
  box-sizing: border-box;
  font-family: var(--noto-jp);
  font-weight: 700;
  display: block;
  width: 100%;
  height: 100%;
  font-size: clamp(1.6rem,18/1280*100vw,1.8rem);
  color: #000;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 480px) {
  .header_inner .sougou_link_body .sougou_link_item a {
    padding: 20px 0;
  }
}

.-sougou_old .header_inner .sougou_link_body .sougou_link_item a {
  text-align: center;
  flex-direction: column;
  font-weight: 500;
}

.-sougou_old .header_inner .sougou_link_body .sougou_link_item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #008803;
}
.-sougou_old .header_inner .sougou_link_body .sougou_link_item.outlink  a::after {
  background: url(/recruit/img/icon-link_g.svg) no-repeat;
  width: 12px;
  height: 12px;
  border: unset;
}

.header_inner .sougou_link_body .sougou_link_item small {
  display: block;
}

.header_inner .sougou_link_body.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

#jr_recruit_header.-sougou:has(.sougou_link_body.show) .menu_bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: rgba(5, 118, 43, .3);
  top: 0;
  left: 0;
  z-index: -1;
}

.header_inner .sougou_link_body .bottom_content {
  width: 100%;
  background-color: #f2f2f2;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .header_inner .sougou_link_body .bottom_content {
    margin-top: unset;
  }
}
.-sougou_old .header_inner .sougou_link_body .bottom_content {
  margin-top: 40px;
}
@media screen and (max-width: 1049px) {
  .-sougou_old .header_inner .sougou_link_body .bottom_content {
    position: static;
    width: 100%;
    padding: 40px 0;
    margin-top: unset;
  }
}

.header_inner .sougou_link_body .bottom_content .bottom_item {
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.-sougou .header_inner .sougou_link_body .bottom_content .bottom_item {
  width: calc((100% - 15px*2)/3);
  height: 60px;
  flex: unset;
  margin: unset;
}
@media screen and (max-width: 480px) {
  .-sougou .header_inner .sougou_link_body .bottom_content .bottom_item {
    width: calc((100% - 15px)/2);
  }
}

.header_inner .sougou_link_body .bottom_content .bottom_item:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header_inner .sougou_link_body .bottom_content li a {
  display: block;
  color: #000;
  font-weight: normal;
  pointer-events: none;
}

.header_inner .sougou_link_body .bottom_content .bottom_item:not(:first-child),
.-sougou .header_inner .sougou_link_body .bottom_content .bottom_item:first-child {
  background-color: #fff;
  border-radius: 3px;
}

.header_inner .sougou_link_body .bottom_content .bottom_item:not(:first-child) a,
.-sougou .header_inner .sougou_link_body .bottom_content .bottom_item:first-child a {
  position: relative;
  box-sizing: border-box;
  font-weight: 900;
  pointer-events: auto;
  color: #008803;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}

.header_inner .sougou_link_body .bottom_content .bottom_item .link-icon {
  position: absolute;
  width: 12px;
  bottom: 5px;
  right: 5px;
}
.-sougou .header_inner .sougou_link_body .bottom_content .bottom_item .link-icon {
  position: initial;
}

.header_inner .sougou_link_body .header_copy_box .footer_content_box {
  height: 100%;
  width: 96%;
  max-width: 1280px;
  margin: auto;
}

.header_inner .sougou_link_body .header_copy_box .left_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_inner .sougou_link_body .header_copy_box .left_content a {
  color: #000;
}

.header_inner .sougou_link_body .header_copy_box .left_content a img {
  margin-left: 8px;
  vertical-align: middle;
}

.header_inner .sougou_link_body .header_copy_box .left_content figure img {
  height: 14px;
  width: 14px;
  vertical-align: text-top;
  margin-left: 4px;
}

.-sougou .header_inner .sougou_link_body .sougou_link_list {
  width: max(31.43%,240px);
  flex-direction: column;
  margin: unset;
}
@media screen and (max-width: 750px) {
  .-sougou .header_inner .sougou_link_body .sougou_link_list {
    width: 100%;
  }
}

.-sougou .header_inner .sougou_link_body .bottom_content {
  flex: 1;
  align-items: flex-start;
}

.header_inner .sougou_link_body .sougou_link_item {
  width: 100%;
  border-bottom: 1px solid #DADADA;
}
@media screen and (max-width: 480px) {
  .header_inner .sougou_link_body .sougou_link_item {
    border-top: 1px solid #DADADA;
    border-bottom: unset;
  }
}

@media print, screen and (min-width: 1050px) {
  .header_inner .sougou_link_body {
    padding: 130px 0 30px;
  }
  .header_inner .sougou_link_body .sougou_link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 330px;
    margin: auto;
    max-width: 1200px;
    margin-bottom: 40px;
  }
  .-sougou_old .header_inner .sougou_link_body .sougou_link_list {
    width: 93.75%;
  }
  .header_inner .sougou_link_body .sougou_link_item:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .-sougou_old .header_inner .sougou_link_body .sougou_link_item a::after {
    right: 20px;
    border-width: 5px 0 5px 10px;
  }
  .-sougou_old .header_inner .sougou_link_body .sougou_link_item a {
    padding: 25px 0;
    font-size: 18px;
  }
  .header_inner .sougou_link_body .sougou_link_item small {
    font-size: 11px;
  }
  .header_inner .sougou_link_body .bottom_content {
    display: flex;
    align-items: center;
    height: 190px;
  }
  .header_inner .sougou_link_body .bottom_content .bottom_list {
    width: 93.75%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .-sougou_old .header_inner .sougou_link_body .bottom_content .bottom_list {
    margin: auto;
  }
  .header_inner .bottom_content li {
    text-align: center;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 93px;
  }
  .header_inner .bottom_content .bottom_item {
    font-size: clamp(10px,14/1280*100vw,14px);
  }
  .-sougou .header_inner .bottom_content .bottom_item {
    font-size: 13px;
  }
  .header_inner .bottom_content li.bottom_list_head {
    width: 12%;
    justify-content: flex-start;
  }
  .header_inner .bottom_content .bottom_item:not(:last-child) {
    margin-right: 1%;
  }
  .-sougou .header_inner .bottom_content .bottom_item:not(:last-child) {
    margin-right: unset;
  }
  .header_inner .bottom_content .bottom_item.-welcomeback {
    flex: 1.5;
  }
  .header_inner .bottom_content .bottom_item.-elder {
    flex: 1.1;
  }
  .header_inner .sougou_link_body .bottom_content li a {
    padding: 15px 0;
  }
  .header_inner .sougou_link_body .bottom_content li a .txt {
    font-size: 12px;
  }
  .header_inner .sougou_link_body .header_copy_box {
    display: none;
    height: 80px;
  }
  .header_inner .sougou_link_body .header_copy_box .footer_content_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header_inner .sougou_link_body .header_copy_box .left_content a {
    color: #000;
  }
}
.-sougou .header_inner .sougou_link_body .bottom_content .bottom_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 480px) {
  .-sougou .header_inner .sougou_link_body .bottom_content .bottom_list {
    gap: 10px 15px;
  }
}

.header_inner .sougou_link_body .sougou_link_item a img {
  width: 24px;
  height: auto;
}

@media only screen and (max-width: 1049px) {
  .header_inner .sougou_link_body {
    overflow-y: auto;
    padding: 80px 0 10px;
  }
  .-sougou_old .header_inner .sougou_link_body .sougou_link_list {
    width: 83.33%;
    margin: 30px auto;
  }
  .-sougou_old .header_inner .sougou_link_body .sougou_link_item:not(:first-child) {
    border-top: none;
  }
  .-sougou_old .header_inner .sougou_link_body .sougou_link_item a {
    padding: 25px 0;
    text-align: left;
    font-size: 16px;
    padding-left: 30px;
  }
  .header_inner .sougou_link_body .sougou_link_item a {
    text-align: left;
  }
  .-sougou_old .header_inner .sougou_link_body .sougou_link_item a::after {
    right: 18px;
    border-width: 5px 0 5px 10px;
  }
  .header_inner .sougou_link_body .sougou_link_item small {
    font-size: 8px;
  }
  .header_inner .sougou_link_body .bottom_content {
    position: static;
    width: 100%;
    /* padding: 40px 0; */
    background-color: #f2f2f2;
  }
  .header_inner .sougou_link_body .bottom_content .bottom_list {
    margin: auto;
  }
  .header_inner .sougou_link_body .bottom_content .bottom_item {
    width: 83.33%;
    max-width: 768px;
    margin: auto;
    text-align: center;
  }
  .header_inner .sougou_link_body .bottom_content li a {
    font-size: 18px;
    display: block;
    padding: 20px 10px;
    color: #000;
    font-weight: normal;
    pointer-events: none;
    width: 100%;
  }
  .header_inner .bottom_content .bottom_item:not(:first-child) {
    height: 60px;
    background-color: #fff;
    margin-top: 20px;
  }
  .header_inner .sougou_link_body .bottom_content .bottom_item:not(:first-child) a {
    /* padding: 0; */
    font-size: 14px;
  }
  .-sougou .header_inner .sougou_link_body .bottom_content .bottom_item a {
    font-size: 1.3rem;
    word-break: keep-all;
  }
  .header_inner .sougou_link_body .bottom_content .bottom_item:not(:first-child) a .pc-show {
    display: none;
  }
  .header_inner .sougou_link_body .header_copy_box {
    height: 80px;
    font-size: 12px;
  }
  .header_inner .sougou_link_body .header_copy_box .footer_content_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .header_inner .sougou_link_body .header_copy_box .left_content {
    margin-bottom: 10px;
  }
  .header_inner .sougou_link_body .header_copy_box .left_content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #000;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_inner .sougou_link_body .header_copy_box .left_content a img {
    width: 15px;
    height: 15px;
  }
}
/*# sourceMappingURL=recruit_header.css.map */