@import url("https://webfontworld.github.io/sunn/SUIT.css");
@import url("https://webfontworld.github.io/pretendard/Pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
.shown400, .shown500, .shown1000 {
  display: none;
}

@media (max-width: 400px) {
  .shown400 {
    display: block;
  }
}
@media (max-width: 500px) {
  .shown500 {
    display: block;
  }
}
@media (max-width: 1000px) {
  .shown1000 {
    display: block;
  }
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
header nav {
  height: 90px;
}
@media (max-width: 600px) {
  header nav {
    height: 4.5rem;
  }
}
header .nav-link {
  border-radius: 10px;
}
header li {
  padding: 0 10px;
}
header a {
  text-decoration: none;
  color: inherit;
}
header .navbar-footer {
  display: none;
}

.logo {
  width: 180px;
}

@media (max-width: 1000px) {
  header .nav-link.current {
    background: none;
    box-shadow: none;
  }
}
@media (max-width: 600px) {
  .logo {
    width: 120px;
    margin-left: 10px;
  }
  .navbar-toggler {
    display: flex;
  }
  .navbar-toggler-icon {
    width: 1.3rem;
    height: 1.3rem;
  }
  header .navbar-footer {
    margin: 0;
    padding: 0;
    display: block;
    color: gray;
  }
  header .flex-grow-1 {
    flex-grow: 0 !important;
  }
  .offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
body {
  font-family: "Noto Sans JP", "Pretendard", "suit", sans-serif;
  font-weight: 600;
}

main {
  margin-top: 90px;
  min-height: 95vh;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}

.bg-gray {
  background-color: gray;
}
.bg-white {
  background-color: white;
}

.page_title {
  text-align: center;
  font-size: 2rem;
}

#footer {
  font-family: "SUIT-Regular";
  background-color: #222 !important;
  padding: 60px 0;
  font-size: 1rem;
  font-weight: 400;
  color: #c4c4c4;
}
#footer dl, #footer dt, #footer dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer dt {
  float: left;
  line-height: 1.2;
}
#footer dd {
  float: left;
  margin-left: 7px;
  margin-right: 24px;
  line-height: 1.2;
}
#footer a {
  text-decoration: none;
}
#footer .footer-wrap {
  justify-content: space-between;
}
#footer .ft-info, #footer .ft-bot {
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
#footer .ft-bot p {
  font-size: 1rem;
  position: relative;
  top: 65;
}
#footer .img_fix {
  padding: 5px;
}
#footer .flex {
  display: flex;
}
#footer .flex .copy {
  position: relative;
  top: 2.4rem;
}
#footer .contents {
  width: 100%;
  max-width: 1300px;
  padding: 0 10px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  #footer {
    display: none;
  }
}
.mobile {
  display: none;
}

@media (max-width: 800px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
}
.recruit_png {
  width: 100%;
  margin: 30px 0;
}
.recruit_png.mobile {
  width: 90%;
  margin: 30px 5%;
}

.page {
  padding: 50px 0;
  text-align: center;
}
.page_title {
  padding: 50px 0;
}
.page_comment {
  text-align: right;
}
.page_comment_text {
  color: rgba(101, 101, 101, 0.678);
  font-size: 0.8rem;
  -webkit-text-decoration: rgb(188, 188, 188) overline;
          text-decoration: rgb(188, 188, 188) overline;
}
@media (max-width: 600px) {
  .page_comment_text {
    font-size: 0.6rem;
  }
}
.page_comment_context {
  padding: 10px 0;
}
@media (max-width: 600px) {
  .page_comment {
    font-size: 0.6rem;
  }
}
.page .nav-tabs {
  display: inline-flex;
  border: none;
}
.page .nav-link {
  color: black;
  border: none;
  height: 100%;
}
@media (max-width: 500px) {
  .page .nav-link {
    font-size: 0.8rem;
    margin: auto;
  }
}
.page .nav-link.active {
  color: rgb(17, 17, 124);
  border: none;
  border-bottom: 2px solid rgb(17, 17, 124);
}
.page .nav-link:hover {
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
}
@media (max-width: 500px) {
  .page .nav-item {
    width: 100%;
  }
}

.tab_content {
  width: 800px;
  margin: auto;
  padding: 60px 0;
}
@media (max-width: 1000px) {
  .tab_content {
    width: 600px;
    font-size: 0.8rem;
  }
}
@media (max-width: 800px) {
  .tab_content {
    width: 100%;
    font-size: 0.6rem;
    padding: 60px 0 0;
  }
}
.tab_content_set {
  display: flex;
  font-size: 0.9rem;
  padding: 20px;
}
.tab_content_title {
  flex: 1;
  padding: 0 20px;
  font-weight: 700;
}
@media (max-width: 500px) {
  .tab_content_title {
    font-size: 0.6rem;
    padding: 0;
  }
}
.tab_content_detail {
  flex: 3;
  font-weight: 500;
  text-align: left;
  padding: 0 20px;
}
@media (max-width: 500px) {
  .tab_content_detail {
    font-size: 0.6rem;
    padding: 0;
  }
}
.tab_content_detail.entry a {
  color: white;
  text-decoration: none;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #40489E;
  gap: 10px;
}
.tab_content_detail.entry a:hover {
  color: white;
}
.tab_content_detail.entry a::before {
  content: url("../svg/tab.svg");
  display: block;
  width: 24px;
  height: 24px;
}

.welfare {
  display: none;
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  .welfare {
    padding-bottom: 50px;
  }
}
.welfare-img {
  width: 70%;
}
@media (max-width: 600px) {
  .welfare-img {
    width: 95%;
  }
}
.welfare-btn {
  font-size: inherit;
  font-weight: inherit;
}
.welfare.show {
  display: block;
}

.mark {
  padding: 0;
  background: none;
}/*# sourceMappingURL=recruit.css.map */