@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;
  }
}
#jr_recruit_footer {
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
  font-weight: normal;
}


/* font */
@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: "GeneralSans";
  src: url("/recruit/fonts/generalsans_variable/generalsans-variable.ttf") format("truetype");
  font-style: 400;
}

:root {
  --noto-jp: "NotoSans_JP", sans-serif;
  --general-sans: "GeneralSans", sans-serif;
}

.tab1-body.footer {
  top: 0;
  left: 0;
  transition: 0.3s;
  width: 100%;
  background-color: #fff;
}
/* .tab1-body.footer a:hover {
  text-decoration: none;
} */
.tab1-body.footer .tab1 {
  display: flex;
  flex-direction: row;
  text-align: center;
  list-style: none;
  width: 100%;
}
.tab1-body.footer .tab1__item {
  flex: 1;
}
.tab1-body.footer .tab1__link {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #008803;
  cursor: pointer;
  color: #008803;
}
.tab1-body.footer .tab1__link .tab_sub {
  letter-spacing: 0.05em;
  font-weight: 700;
}
.tab1-body.footer .tab1__link .tab_tit {
  letter-spacing: 0.1em;
  font-weight: 700;
}
.tab1-body.footer .tab1__link.on {
  background-color: #fff;
  border-bottom: none;
  border-left: 1px solid #008803;
  border-right: 1px solid #008803;
  border-top: 1px solid #008803;
}
.tab1-body.footer .tab1-body__item {
  display: none;
}
.tab1-body.footer .tab1-body__item .tab_content_list {
  display: flex;
  justify-content: space-between;
}
.tab1-body.footer .tab1-body__item .tab_content_list .tab_content_item {
  font-weight: 900;
  color: #008803;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab1-body.footer .tab1-body__item .tab_content_list .tab_content_item .nav_top_txt {
  color: #000;
  margin-bottom: 40px;
}
.tab1-body.footer .tab1-body__item .tab_content_list .tab_inner_item a {
  color: #000;
  font-weight: normal;
}
.tab1-body.footer .tab1-body__item .tab_content_list .tab_content_item .nav_top_txt .link-icon,
.tab1-body.footer .tab1-body__item .tab_content_list .tab_inner_item .link-icon {
  width: 12px;
}
.tab1-body.footer .tab1-body__item.on {
  display: block;
}
.tab1-body.footer .bottom_content {
  width: 100%;
  background-color: #f2f2f2;
}
.tab1-body.footer .bottom_content .bottom_item {
  font-weight: 900;
}
.tab1-body.footer .bottom_content .bottom_item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: normal;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.tab1-body.footer .bottom_content .bottom_item:not(:first-child) a {
  font-weight: 900;
  pointer-events: auto;
  color: #008803;
}
.tab1-body.footer .bottom_content .bottom_item a .link-icon {
  position: absolute;
  width: 12px;
  right: 5px;
  bottom: 5px;
}
.tab1-body.footer .footer_copy_box .footer_content_box {
  height: 100%;
  width: 96%;
  max-width: 1280px;
  margin: auto;
}
.tab1-body.footer .footer_copy_box .left_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab1-body.footer .footer_copy_box .left_content a {
  color: #000;
}
.tab1-body.footer .footer_copy_box .left_content a img {
  margin-left: 8px;
  vertical-align: middle;
}
.tab1-body.footer .footer_copy_box .left_content figure img {
  height: 14px;
  width: 14px;
  vertical-align: text-top;
  margin-left: 4px;
}
@media print, screen and (min-width: 1050px) {
  .tab1-body.footer {
    background-color: #fff;
  }
  .tab1-body.footer .tab1 {
    width: 100%;
  }
  .tab1-body.footer .tab1__link {
    height: 110px;
    color: #008803;
    background-color: #fff;
  }
  .tab1-body.footer .tab1__link .tab_sub {
    font-size: 11px;
  }
  .tab1-body.footer .tab1__link .tab_tit {
    padding-top: 8px;
    font-size: 18px;
  }
  .tab1-body.footer .tab1-body__item {
    padding: 60px 20px;
    overflow-y: auto;
  }
  .tab1-body.footer .tab1-body__item .tab_content_list .tab_content_item {
    width: 25%;
  }
  .tab1-body.footer .tab1-body__item .tab_content_list .tab_content_tit {
    font-size: 50px;
  }
  .tab1-body.footer .tab1-body__item .tab_content_list .tab_content_sub {
    margin-top: 12px;
    font-size: 20px;
  }
  .tab1-body.footer .tab1-body__item .tab_content_list .tab_inner_list {
    margin-top: 20px;
  }
  .tab1-body.footer .tab1-body__item .tab_content_list .tab_inner_item:not(:last-child) {
    margin-bottom: 16px;
  }
  .tab1-body.footer .tab1-body__item.on {
    display: block;
  }
  .tab1-body.footer .bottom_content {
    left: 0;
    width: 100%;
    height: 190px;
    background-color: #f2f2f2;
  }
  .tab1-body.footer .bottom_content .bottom_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 93.75%;
    max-width: 1280px;
    margin: auto;
  }
  .tab1-body.footer .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.footer .bottom_content .bottom_item:first-child {
    width: 12%;
    justify-content: flex-start;
  }
  .tab1-body.footer .bottom_content .bottom_item.-welcomeback {
    width: calc(16.6666666667% + 65px);
  }
  .tab1-body.footer .bottom_content .bottom_item.-elder {
    width: calc(16.6666666667% - 30px);
  }
  .tab1-body.footer .bottom_content .bottom_item a {
    padding: 15px 0;
    color: #000;
    font-weight: normal;
    pointer-events: none;
  }
  .tab1-body.footer .bottom_content .bottom_item a .txt {
    font-size: 12px;
  }
  .tab1-body.footer .bottom_content .bottom_item:not(:first-child) {
    background-color: #fff;
  }
  .tab1-body.footer .bottom_content .bottom_item:not(:first-child) a {
    font-weight: 900;
    pointer-events: auto;
    color: #008803;
  }
  .tab1-body.footer .footer_copy_box {
    height: 80px;
  }
  .tab1-body.footer .footer_copy_box .footer_content_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 60px;
  }
  .tab1-body.footer .footer_copy_box .left_content a {
    color: #000;
  }
}
@media only screen and (max-width: 1049px) {
  .tab1-body.footer {
    padding-top: 80px;
    background-color: #f2f2f2;
  }
  .tab1-body.footer .accordion {
    padding: 20px 40px;
    width: 83%;
    background-color: #fff;
    margin: auto;
    border: 1px solid #008803;
  }
  .tab1-body.footer .accordion:not(:first-child) {
    border-top: none;
  }
  .tab1-body.footer .accordion .acco_parent {
    position: relative;
    font-weight: 700;
    font-size: 15px;
  }
  .tab1-body.footer .accordion .acco_parent small {
    display: block;
    font-size: 10px;
  }
  .tab1-body.footer .accordion .acco_sub_parent {
    position: relative;
    color: #008803;
    cursor: pointer;
    /* border-top: 1px solid #008803; */
    padding: 20px 20px 20px 0;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }
  .tab1-body.footer .accordion :is(.acco_parent,.acco_sub_parent) .icon-wrap {
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translatey(-50%);
    width: 24px;
    height: 24px;
  }
  .tab1-body.footer .accordion .acco_sub_parent .icon-wrap {
    right: 0;
  }
  .tab1-body.footer .accordion :is(.acco_parent,.acco_sub_parent) .icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .tab1-body.footer .accordion :is(.acco_parent,.acco_sub_parent) .icon:before,
.tab1-body.footer .accordion :is(.acco_parent,.acco_sub_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.footer .accordion :is(.acco_parent,.acco_sub_parent) .icon:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .tab1-body.footer .accordion :is(.acco_parent,.acco_sub_parent) .icon.open:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .tab1-body.footer .accordion :is(.acco_child,.acco_sub_child) {
    display: none;
  }
  .tab1-body.footer .accordion .acco_sub_child {
    padding-bottom: 14px;
  }
  .tab1-body.footer .accordion .acco_child .acco_item:first-child {
    padding-top: 14px;
  }
  .tab1-body.footer .accordion .acco_child .acco_item:not(:first-child) {
    border-top: 1px solid #008803;
  }
  .tab1-body.footer .accordion .acco_child a {
    display: block;
    height: 100%;
    padding: 20px 0;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }
  .tab1-body.footer .accordion .acco_child .link-icon {
    width: 12px;
  }
  .tab1-body.footer .accordion .acco_sub_child a.sub_link {
    font-size: 14px;
    color: inherit;
    padding: 5px 0;
    border: unset;
    height: auto;
  }
  .tab1-body.footer .accordion .acco_sub_child .sub_item:not(:first-of-type) {
    margin-top: 8px;
  }
  .tab1-body.footer .accordion.acco_link {
    padding: 0;
    position: relative;
  }
  .tab1-body.footer .accordion.acco_link::after {
    position: absolute;
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #008803;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
  }
  .tab1-body.footer .accordion.acco_link a {
    display: block;
    padding: 20px 40px;
    color: #000;
  }
  .tab1-body.footer .bottom_content {
    position: static;
    width: 100%;
    padding: 40px 0;
    background-color: #f2f2f2;
  }
  .tab1-body.footer .bottom_content .bottom_list {
    margin: auto;
  }
  .tab1-body.footer .bottom_content .bottom_item {
    text-align: center;
    width: 83.33%;
    max-width: 768px;
    margin: auto;
  }
  .tab1-body.footer .bottom_content .bottom_item a {
    font-size: 18px;
    padding: 20px 0;
    color: #000;
    font-weight: normal;
    pointer-events: none;
  }
  .tab1-body.footer .bottom_content .bottom_item:not(:first-child) {
    height: 60px;
    background-color: #fff;
    margin-top: 20px;
  }
  .tab1-body.footer .bottom_content .bottom_item:not(:first-child) a {
    font-size: 14px;
    padding: 0;
  }
  .tab1-body.footer .bottom_content .bottom_item:not(:first-child) a .pc-show {
    display: none;
  }
  .tab1-body.footer .footer_copy_box {
    height: 100px;
    font-size: 12px;
  }
  .tab1-body.footer .footer_copy_box .footer_content_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .tab1-body.footer .footer_copy_box .left_content {
    margin-bottom: 20px;
  }
  .tab1-body.footer .footer_copy_box .left_content a {
    display: flex;
    width: 100%;
    color: #000;
    align-items: center;
  }
  .tab1-body.footer .footer_copy_box .left_content a img {
    width: 15px;
    height: 15px;
  }
}

.footer .sougou_link_body {
  background-color: #fff;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer .sougou_link_body .sougou_link_list {
  margin: auto;
}
.sougou_top .footer .sougou_link_body .sougou_link_list {
  display: none;
}
.footer .sougou_link_body .sougou_link_item {
  border: 2px solid #008803;
}
.footer .sougou_link_body .sougou_link_item a {
  font-weight: 500;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000;
  position: relative;
  box-sizing: border-box;
}
.footer .sougou_link_body .sougou_link_item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #008803;
}
.-sougou_old .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;
}
.footer .sougou_link_body .sougou_link_item small {
  display: block;
}
.footer .sougou_link_body.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.footer .sougou_link_body .bottom_content {
  width: 100%;
  background-color: #f2f2f2;
}
.sougou_top .footer .sougou_link_body .bottom_content {
  display: none;
}
.footer .bottom_list_head a:hover {
  text-decoration: none;
}
.footer .sougou_link_body .bottom_content .bottom_list {
  margin: auto;
}
.footer .sougou_link_body .bottom_content li {
  font-weight: 900;
}
.footer .bottom_content .bottom_item {
  font-size: clamp(10px,14/1280*100vw,14px);
}
.footer .bottom_content li a {
  display: block;
  color: #000;
  font-weight: normal;
  pointer-events: none;
}
.footer .sougou_link_body .bottom_content .bottom_item:not(:first-child) {
  background-color: #fff;
}
.footer .bottom_content .bottom_item:not(:last-child) {
  margin-right: 1%;
}
.footer .sougou_link_body .bottom_content .bottom_item:not(:first-child) a {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-weight: 900;
  pointer-events: auto;
  color: #008803;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .sougou_link_body .bottom_content .bottom_item .link-icon  {
  position: absolute;
  width: 12px;
  right: 5px;
  bottom: 5px;
}
footer:not(.-sougou_old) .footer .sougou_link_body .footer_copy_box {
  height: 120px;
  background-color: #006F02;
}
.-sougou_old .footer .sougou_link_body .footer_copy_box {
  height: 80px;
}
.footer .sougou_link_body .footer_copy_box .footer_content_box {
  height: 100%;
  width: 96%;
  /* max-width: 1200px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin: auto;
}
.-sougou_old .footer .sougou_link_body .footer_copy_box .footer_content_box {
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px 0 0;
}
.footer .sougou_link_body .footer_copy_box .left_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
  font-family: var(--noto-jp);
  font-weight: 500;
}
.-sougou_old .footer .sougou_link_body .footer_copy_box .left_content {
  font-size: 1.4rem;
  font-family: inherit;
  font-weight: 400;
}
footer:not(.-sougou_old) .footer .sougou_link_body .footer_copy_box .left_content a {
  color: #fff;
}
.-sougou_old .footer .sougou_link_body .footer_copy_box .left_content a {
  color: #000;
}
.footer .sougou_link_body .footer_copy_box .left_content a img {
  width: 10px;
  height: 10px;
  margin-left: 8px;
  vertical-align: middle;
}
.-sougou_old .footer .sougou_link_body .footer_copy_box .left_content a img {
  width: 15px;
  height: 15px;
  margin-left: 8px;
  vertical-align: middle;
}
.footer .sougou_link_body .footer_copy_box .left_content figure img {
  height: 14px;
  width: 14px;
  vertical-align: text-top;
  margin-left: 4px;
}
.footer .sougou_link_body .footer_copy_box .right_content {
  font-size: 1.5rem;
  font-family: var(--general-sans);
  font-weight: 500;
  color: #fff;
}
.-sougou_old .footer .sougou_link_body .footer_copy_box .right_content {
  font-size: 1.4rem;
  font-family: inherit;
  font-weight: 400;
  color: #000;
}
.sougou_top .footer .sougou_link_body {
  padding: 0;
}
@media print, screen and (min-width: 1050px) {
  .footer .sougou_link_body {
    padding: 35px 0 0;
  }
  .footer .sougou_link_body .sougou_link_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 93.75%;
    margin: auto;
    max-width: 1200px;
    margin-bottom: 35px;
  }
  .footer .sougou_link_body .sougou_link_item {
    width: 33.3333333333%;
  }
  .footer .sougou_link_body .sougou_link_item:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .footer .sougou_link_body .sougou_link_item a {
    display: block;
    padding: 25px 0;
    font-size: 18px;
  }
  .footer .sougou_link_body .sougou_link_item a::after {
    right: 20px;
    border-width: 5px 0 5px 10px;
  }
  .footer .sougou_link_body .sougou_link_item small {
    font-size: 11px;
  }
  .footer .sougou_link_body .bottom_content {
    height: 190px;
  }
  .footer .sougou_link_body .bottom_content .bottom_list {
    height: 100%;
    width: 93.75%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .bottom_content li {
    text-align: center;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 93px;
  }
  .footer .bottom_content li.bottom_list_head {
    width: 12%;
    justify-content: flex-start;
  }
  .footer .bottom_content .bottom_item.-welcomeback {
    flex: 1.5;
  }
  .footer .bottom_content .bottom_item.-elder {
    flex: 1.1;
  }
  .footer .bottom_content li a {
    padding: 15px 0;
  }
  .footer .bottom_content li a .txt {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1049px) {
  .footer .sougou_link_body {
    overflow-y: auto;
    padding: 80px 0 0;
  }
  .-sougou_old .footer .sougou_link_body {
    padding: 80px 0 10px;
  }
  .footer .sougou_link_body .sougou_link_list {
    width: 83.33%;
    margin: 30px auto;
  }
  .footer .sougou_link_body .sougou_link_item:not(:first-child) {
    border-top: none;
  }
  .footer .sougou_link_body .sougou_link_item a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 25px 0;
    text-align: left;
    font-size: 16px;
    padding-left: 30px;
  }
  .footer .sougou_link_body .sougou_link_item a::after {
    right: 18px;
    border-width: 5px 0 5px 10px;
  }
  .footer .sougou_link_body .sougou_link_item small {
    font-size: 8px;
  }
  .footer .sougou_link_body .bottom_content {
    position: static;
    width: 100%;
    padding: 40px 0;
    background-color: #f2f2f2;
  }
  .footer .sougou_link_body .bottom_content .bottom_list {
    margin: auto;
  }
  .footer .bottom_content li {
    width: 83.33%;
    max-width: 768px;
    margin: auto;
    text-align: center;
  }
  .footer .bottom_content li a {
    font-size: 18px;
    display: block;
    padding: 20px 0;
    color: #000;
    font-weight: normal;
    pointer-events: none;
    width: 100%;
  }
  .footer .bottom_content .bottom_item:not(:first-child) {
    height: 60px;
    background-color: #fff;
    margin-top: 20px;
    margin-right: auto;
  }
  .footer .sougou_link_body .bottom_content .bottom_item:not(:first-child) a {
    padding: 0;
    font-size: 14px;
  }
  .footer .sougou_link_body .bottom_content .bottom_item:not(:first-child) a .pc-show {
    display: none;
  }
  .-sougou_old .footer .sougou_link_body .footer_copy_box .footer_content_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-right: unset;
  }
  .-sougou_old .footer .sougou_link_body .footer_copy_box .left_content {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .-sougou_old .footer .sougou_link_body .footer_copy_box .right_content {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  footer:not(.-sougou_old) .footer .sougou_link_body .footer_copy_box {
    height: 232px;
    font-size: 12px;
    padding-bottom: 84px;
  }
  .-sougou_old .footer .sougou_link_body .footer_copy_box {
    padding-bottom: unset;
  }
  .footer .sougou_link_body .footer_copy_box .footer_content_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 20px;
  }
  .footer .sougou_link_body .footer_copy_box .left_content {
    margin-bottom: 20px;
  }
  .footer .sougou_link_body .footer_copy_box .left_content a {
    display: flex;
    width: 100%;
    align-items: center;
  }
}
/*# sourceMappingURL=recruit_footer.css.map */