@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #000000;
  font-size: 16px;
  line-height: 1.875;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
}
body.open #header .top {
  z-index: unset;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #e50012;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
information
------------------------------------------------- */
.info-category {
  margin-bottom: 57px;
}
.info-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
}
.info-category ul li {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #fff;
  min-width: 198px;
  min-height: 41px;
  text-align: center;
}
.info-category ul li:not(:has(a)) {
  padding: 0 10px;
  align-content: center;
}
.info-category ul li a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.info-category ul li a:hover {
  opacity: 0.6;
}
.info-category ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fff;
  padding: 0 10px;
  align-content: center;
}
.info-category ul li.news {
  background-color: #0b308e;
}
.info-category ul li.recruit {
  background-color: #e50012;
}
.info-category ul li.sustainability {
  background-color: #ffe100;
  letter-spacing: 0;
}
@media (max-width: 999px) {
  .info-category {
    margin-bottom: 40px;
  }
  .info-category ul li {
    min-width: unset;
    min-height: 35px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .info-category {
    margin-bottom: 30px;
  }
  .info-category ul li {
    min-height: 30px;
    font-size: 14px;
  }
}

#information {
  margin-bottom: 68px;
}
#information .contents article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 42px;
}
#information .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#information .contents article a:hover {
  opacity: 0.6;
}
#information .contents article .head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 7px;
}
#information .contents article .head .cate {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  min-width: 105px;
  min-height: 22px;
  text-align: center;
}
#information .contents article .head .cate:not(:has(a)) {
  padding: 0 10px;
  align-content: center;
}
#information .contents article .head .cate a {
  font-weight: 700;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 10px;
  align-content: center;
}
#information .contents article .head time {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: #0b308e;
}
#information .contents article .title {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 16px;
  line-height: 2;
  color: #000;
}
#information .contents article .title a {
  font-weight: 400;
  color: #000;
}
#information .contents article.news .head .cate {
  background-color: #0b308e;
}
#information .contents article.recruit .head .cate {
  background-color: #e50012;
}
#information .contents article.sustainability .head .cate {
  background-color: #ffe100;
}
#information .contents article:not(:last-child) {
  margin-bottom: 14px;
}
@media (max-width: 999px) {
  #information {
    margin-bottom: 50px;
  }
  #information .contents article {
    padding-bottom: 10px;
  }
  #information .contents article .head {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #information .contents article .head .cate {
    min-width: unset;
    min-height: 20px;
    font-size: 12px;
  }
  #information .contents article .head time {
    font-size: 14px;
  }
  #information .contents article .title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #information {
    margin-bottom: 40px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0 16px 0 20px;
  overflow-x: clip;
}
#header .top.m_fixed {
  position: fixed;
  background-color: #fff;
}
#header .top.m_fixed #gnav > ul > li > a {
  color: #000;
  text-shadow: unset;
}
#header .top.m_fixed #gnav > ul > li > ul > li > a {
  color: #fff;
}
#header .top.m_fixed .links ul {
  height: 100%;
}
#header .top.m_fixed .links ul li a {
  height: 100%;
  align-content: center;
}
#header .logo {
  max-width: 438px;
  margin-top: 19px;
}
#header .right {
  display: flex;
  -moz-column-gap: 22px;
       column-gap: 22px;
  margin-left: auto;
}
#header .right ul li a {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
#header .right ul li a small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-size: 16px;
  line-height: 1.6;
}
#header #gnav {
  flex: 1;
  align-content: center;
}
#header #gnav ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 24px;
}
#header #gnav ul li a {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.75);
}
#header #gnav ul li ul {
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: all 0.5s ease-out;
  background-color: #414141;
  padding: 5px 90px 10px 20px;
  display: block;
}
#header #gnav ul li ul li a {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-size: 16px;
  text-shadow: none;
}
#header #gnav ul li:hover > ul {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#header .links ul {
  display: flex;
  -moz-column-gap: 17px;
       column-gap: 17px;
}
#header .links ul li a {
  display: block;
  padding: 20px 14px;
  position: relative;
}
#header .links ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: skew(-15deg);
}
#header .links ul li.recruit a::before {
  background-color: #f38f1e;
}
#header .links ul li.contact a::before {
  background-color: #e9c634;
}
@media (max-width: 999px) {
  #header .logo {
    max-width: 250px;
  }
  #header .right ul li a {
    font-size: 16px;
  }
  #header .right ul li a small {
    font-size: 12px;
  }
  #header #gnav ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #header .links ul li a {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  #header #gnav ul li.sp-in {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding-right: 70px;
  }
  #header .links {
    display: none;
  }
  #header #gnav {
    align-content: unset;
  }
  #header #gnav ul li a {
    text-shadow: none;
  }
  #header #gnav ul li a .btn {
    width: 30px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: auto;
  }
  #header #gnav ul li a .btn::before, #header #gnav ul li a .btn::after {
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    height: 1px;
    background-color: #fff;
    transition: all 0.5s ease-out;
  }
  #header #gnav ul li a .btn::before {
    transform: rotate(90deg);
  }
  #header #gnav ul li a .btn.open::before {
    transform: unset;
  }
  #header #gnav ul li ul {
    position: unset;
    clip-path: unset;
    padding: 0;
    background: unset;
    display: none;
    transition: unset;
  }
  #header #gnav ul li ul li a {
    font-size: 14px;
    display: flex;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  #header #gnav ul li ul li a::before {
    content: "く";
    transform: rotateY(180deg);
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background: url(../images/f-bg.webp) no-repeat center/cover;
  padding: 133px 10px 20px;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer a {
  font-weight: 100;
}
#footer .logo {
  max-width: min(80%, 717px);
  margin: 0 auto 40px;
}
#footer #fnav {
  margin-bottom: 33px;
}
#footer #fnav > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 3.0379746835%;
}
#footer #fnav > ul > li {
  display: flex;
  flex-direction: column;
}
#footer #fnav > ul > li a {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.75);
}
#footer #fnav > ul > li > ul > li a {
  transition: all 0.5s ease-out;
}
#footer #fnav > ul > li > ul > li a:hover {
  opacity: 0.6;
}
#footer #fnav > ul > li > ul > li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1.6;
}
#footer #fnav > ul > li > ul > li a::before {
  content: "- ";
  margin-right: 0.5em;
}
#footer .links {
  margin-bottom: 56px;
}
#footer .links ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
#footer .links ul li {
  min-width: 17.0886075949%;
}
#footer .links ul li a {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 23.85px;
  line-height: 1.6;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 72px;
  border: 1px solid #fff;
  padding: 5px 10px;
}
#footer .links ul li a small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 12.21px;
  line-height: 1.6;
}
#footer .copyright {
  text-align: center;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 999px) {
  #footer {
    padding: 90px 10px 20px;
  }
  #footer .logo {
    margin-bottom: 30px;
  }
  #footer #fnav {
    margin-bottom: 25px;
  }
  #footer #fnav > ul > li a {
    font-size: 16px;
  }
  #footer #fnav > ul > li > ul > li a {
    font-size: 14px;
  }
  #footer .links {
    margin-bottom: 40px;
  }
  #footer .links > ul > li a {
    font-size: 20px;
  }
  #footer .links > ul > li > ul > li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 70px 10px 15px;
  }
  #footer .logo {
    margin-bottom: 25px;
  }
  #footer #fnav {
    margin-bottom: 15px;
  }
  #footer #fnav ul li a {
    font-size: 14px;
  }
  #footer .links {
    margin-bottom: 40px;
  }
  #footer .links ul li a {
    font-size: 18px;
  }
  #footer .links ul li a small {
    font-size: 11px;
  }
}
@media (max-width: 500px) {
  #footer .logo {
    max-width: min(100%, 717px);
  }
}/*# sourceMappingURL=style.css.map */