@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto_condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter, footer .f_nav_warp .f_logo .txt_recruit, #site_title .txt_recruit {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.lato {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

#screen {
  background: #242626;
  mix-blend-mode: multiply;
}

body {
  color: #050505;
}

/* ▼▼▼ ヘッダー
====================================================== */
#site_title {
  padding-right: 400px;
}
#site_title img {
  margin-right: 20px;
}
#site_title .txt_recruit {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #site_title {
    padding-right: 0;
  }
  #site_title img {
    width: 258.68px;
    margin: 0;
  }
  #site_title .txt_recruit {
    display: block;
    font-size: 12px;
    margin-top: -10px;
    margin-left: min(19%, 50px);
  }
}

header {
  background: #fff;
  height: 100px;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
header .header_inner {
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100px;
  padding: 0 20px;
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  header {
    height: 80px;
    overflow: visible;
  }
  header .header_inner {
    height: 80px;
    padding: 0 90px 0 14px;
  }
}
header #site_menu {
  display: block;
  width: 100px;
  height: 55px;
  border-radius: 35px;
  background: #000;
  position: absolute;
  top: 22px;
  right: 28px;
  z-index: 2000;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  header #site_menu {
    width: 70px;
    height: 37px;
    top: 21.5px;
    right: 10px;
  }
}
header #site_menu .icon {
  display: block;
  width: 19px;
  height: 2px;
  border-top: 1.5px solid #fff;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 48%;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  header #site_menu .icon {
    width: 15px;
    border-width: 1px;
    height: 1px;
    right: 14px;
  }
}
header #site_menu .icon::before, header #site_menu .icon::after {
  content: "";
  width: 19px;
  border-top: 1.5px solid #fff;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 0;
}
@media screen and (max-width: 767px) {
  header #site_menu .icon::before, header #site_menu .icon::after {
    width: 15px;
    border-width: 1px;
  }
}
header #site_menu .icon::before {
  top: -7px;
}
@media screen and (max-width: 767px) {
  header #site_menu .icon::before {
    top: -6px;
  }
}
header #site_menu .icon::after {
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  header #site_menu .icon::after {
    bottom: -5px;
  }
}
header #site_menu .icon span:before {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}
header #site_menu .icon.active {
  border-color: transparent;
}
header #site_menu .icon.active::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  header #site_menu .icon.active::before {
    top: 0;
  }
}
header #site_menu .icon.active::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  header #site_menu .icon.active::after {
    bottom: -1px;
  }
}
header .jobfind {
  width: 240px;
  position: absolute;
  top: 22px;
  right: 143px;
}
header .jobfind a {
  padding: 0;
  height: 55px;
}
header .jobfind a::before {
  display: none !important;
}
@media screen and (max-width: 767px) {
  header .jobfind {
    display: none;
  }
}
header .recruit_gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  margin-left: clamp(20px, 4.75vw, 65px);
  position: absolute;
  right: 140px;
  top: 28px;
}
@media screen and (max-width: 767px) {
  header .recruit_gnav {
    display: none;
  }
}
header .recruit_gnav li a {
  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;
  border: 1px solid currentColor;
  border-radius: 14px;
  color: #095;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 15px;
  height: 43px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  line-height: 1.2;
  text-align: center;
}

.menu_fixed #site_menu {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .menu_fixed #site_menu {
    width: 37px;
    height: 37px;
  }
}

/* グローバルナビゲーション */
#gnav {
  display: block !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  float: none;
  width: 100%;
  max-height: 100vh;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #gnav {
    padding-bottom: 100px;
  }
}
#gnav.open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#gnav .gnav_inner {
  background: #13C48E;
  padding: 70px 32px 25px;
}
#gnav .company_btn {
  margin-top: 28px;
}
#gnav ul {
  margin-bottom: 43px;
}
#gnav ul li {
  border-bottom: 1px solid #19A77C;
}
#gnav ul li a {
  display: block;
  padding: 20px 0;
}
#gnav .menu {
  margin-top: 43px;
  text-align: center;
  font-size: 14px;
  font-family: "Arial", "メイリオ";
  cursor: pointer;
}
@media (hover: hover) {
  #gnav .menu:hover {
    opacity: 0.6;
  }
}
#gnav .menu span {
  display: inline-block;
  vertical-align: sub;
  font-size: 22px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  #gnav {
    width: 375px;
    left: auto;
    right: 0;
  }
}
#gnav .btm {
  width: min(100%, 250px);
  font-size: 14px;
  margin-bottom: 15px;
}
#gnav .btm a {
  border-color: #fff;
  height: 55px;
  padding: 0;
}

/* ▼▼▼ main
===================================== */
body:not(#home) #main {
  padding: 100px 0 105px;
}
@media screen and (max-width: 767px) {
  body:not(#home) #main {
    padding: 80px 0 85px;
  }
}

.btm {
  margin: 0 auto;
  width: min(100%, 240px);
  letter-spacing: 0.05em;
  font-weight: 500;
  overflow: hidden;
}
.btm a {
  border: 2px solid #0BAA74;
  border-radius: 34px;
  padding-left: 0.8em;
  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;
  background: #fff;
  height: 60px;
  color: #0BAA74;
  position: relative;
}
.btm a::before {
  content: "";
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-right: 0;
  border-top: 0;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  top: 50%;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .btm {
    width: min(100%, 250px);
  }
  .btm a {
    height: 55px;
  }
}
.btm.grn a {
  border-color: #48D89B;
  background: #48D89B;
  color: #fff;
}
.btm.top {
  width: min(100%, 300px);
}
.btm.top a {
  height: 60px;
  position: relative;
}
.btm.top a::before {
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  right: auto;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .btm.top {
    width: min(100%, 250px);
  }
  .btm.top a {
    height: 55px;
  }
}

.btm_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 8px;
  margin-top: 80px;
}
.btm_wrap .btm {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .btm_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
}

.btm_large {
  width: min(100%, 450px);
  margin: 0 auto;
}
.btm_large a {
  background: #fff;
  border: 1px solid currentColor;
  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;
  height: 100px;
  color: #0BAA74;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
}
.btm_large a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent currentColor transparent;
  border-width: 0px 0px 20px 20px;
  position: absolute;
  bottom: 3px;
  right: 3px;
}
@media screen and (max-width: 767px) {
  .btm_large {
    width: min(100%, 320px);
  }
  .btm_large a {
    margin: 0 auto;
    font-size: 16px;
  }
}

.subject {
  background: #FAF8F8;
  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;
  text-align: center;
  height: 170px;
  color: #050505;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .subject {
    height: 100px;
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}

#path {
  width: min(100%, 1040px);
  padding: 22px 20px 30px;
  margin: 0 auto;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#path ol li:not(:last-child) {
  margin-right: 15px;
}
#path ol li:not(:last-child)::after {
  content: "｜";
  background: none;
  margin-left: 5px;
}
#path ol li a {
  color: #0BAA74;
  text-decoration: underline;
}
#path ol li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #path {
    padding: 12px 35px 30px;
  }
}

.tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 48px;
}
.tag_list li {
  color: #0BAA74;
}
.tag_list li a {
  border: 1.3px solid currentColor;
  border-radius: 30px;
  background: #fff;
  display: block;
  padding: 7px 22px;
}
.tag_list li input[type=radio] {
  display: none;
}
.tag_list li input[type=radio]:checked + span {
  background: #0BAA74;
  color: #fff;
}
.tag_list li span {
  display: block;
  border: 1.3px solid currentColor;
  border-radius: 30px;
  background: #fff;
  display: block;
  padding: 7px 22px;
  cursor: pointer;
}
.tag_list li span.active {
  background: #0BAA74;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .tag_list {
    width: calc(100% + 18px);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    overflow-y: scroll;
    padding-bottom: 3px;
    gap: 0;
  }
  .tag_list li {
    margin-right: 10px;
  }
  .tag_list li a {
    font-size: 13px;
    padding: 1.5px 11px;
  }
}

.anchor_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: min(100%, 964px);
  padding: 0 20px;
  margin: 0 auto;
}
.anchor_list li a {
  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;
  border: 1.5px solid currentColor;
  border-radius: 30px;
  height: 47px;
  padding: 0 35px;
  color: #0BAA74;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  line-height: 1.2;
}
.anchor_list li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  -webkit-transform: translateY(-75%) rotate(135deg);
          transform: translateY(-75%) rotate(135deg);
  top: 50%;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .anchor_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 10px;
  }
  .anchor_list li a {
    border-radius: 25px;
    height: 74px;
    padding: 5px 0 15px;
  }
  .anchor_list li a::after {
    -webkit-transform: translateX(-50%) rotate(135deg);
            transform: translateX(-50%) rotate(135deg);
    top: auto;
    right: auto;
    bottom: 10px;
    left: 50%;
  }
}

/* ▼▼▼ フッター
===================================== */
footer {
  background: #F8F8F8;
  padding: 50px 20px 37px;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 55px 20px 40px;
    font-size: 13px;
  }
}
footer .footer_inner {
  width: min(100%, 1000px);
  margin: 0 auto;
}
footer .f_nav_warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 75px;
  margin-bottom: 50px;
}
footer .f_nav_warp a:hover {
  opacity: 1;
  color: #0D5E5F;
}
footer .f_nav_warp .f_logo a:hover {
  opacity: 0.7;
  color: currentColor;
}
footer .f_nav_warp .f_logo .txt_recruit {
  font-size: 18px;
  font-weight: bold;
}
footer .f_nav_warp .f_nav {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px 80px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  footer .f_nav_warp {
    margin-bottom: 35px;
  }
  footer .f_nav_warp .f_logo {
    width: min(100%, 340px);
  }
  footer .f_nav_warp .f_logo .txt_recruit {
    display: block;
    font-size: 13px;
    margin-top: -12px;
    margin-left: min(19.5%, 80px);
  }
  footer .f_nav_warp .f_nav {
    gap: 20px 40px;
  }
}
footer .bnr_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  footer .bnr_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 12px;
    margin-bottom: 30px;
  }
}
footer .f_nav02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  color: #575757;
}
footer .f_nav02 li {
  padding: 0 30px;
  position: relative;
}
footer .f_nav02 li:not(:last-child)::after {
  content: "｜";
  position: absolute;
  right: -6px;
}
footer .f_nav02 a:hover {
  opacity: 1;
  color: #0D5E5F;
}
@media screen and (max-width: 767px) {
  footer .f_nav02 {
    display: block;
    margin-bottom: 45px;
  }
  footer .f_nav02 li {
    padding: 0;
  }
  footer .f_nav02 li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .f_nav02 li:not(:last-child)::after {
    display: none;
  }
}
footer #copyright {
  color: #575757;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer #copyright {
    font-size: 10px;
    text-align: left;
  }
}

.pagetop {
  background: #0BAA74;
}