@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: 2;
  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: #004f98;
  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: 96px;
}
.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: 55px;
  text-align: center;
  cursor: pointer;
}
.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;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fff;
  padding: 0 10px;
  align-content: center;
}
.info-category ul li a:hover {
  opacity: 0.6;
}
.info-category ul li.news {
  background-color: #003067;
}
.info-category ul li.recruit {
  background-color: #004f98;
}
.info-category ul li.sustainability {
  background-color: #29a6dd;
  letter-spacing: 0;
}
@media (max-width: 999px) {
  .info-category {
    margin-bottom: 40px;
  }
  .info-category ul li {
    min-width: unset;
    min-height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .info-category {
    margin-bottom: 30px;
  }
  .info-category ul li {
    min-height: 30px;
    font-size: 14px;
  }
}

#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 5px;
  margin-bottom: 6px;
}
#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: #000;
  background-color: #fff;
  padding: 0 7px 0 15px;
}
#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: #003067;
}
#information .contents article.recruit .head .cate {
  background-color: #004f98;
}
#information .contents article.sustainability .head .cate {
  background-color: #29a6dd;
}
#information .contents article:not(:last-child) {
  margin-bottom: 14px;
}
@media (max-width: 999px) {
  #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;
    padding: 0 10px;
  }
  #information .contents article .title {
    font-size: 14px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  z-index: 1;
  padding-right: 2.1875%;
}
#header .logo {
  width: 300px;
  background-color: #fff;
  border-bottom-right-radius: 20px;
}
#header .logo:not(:has(a)) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
#header .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
}
#header .logo img {
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
}
#header .right {
  margin-left: auto;
  background-color: #fff;
  padding: 16px 32px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#header #gnav ul {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 41px;
}
#header #gnav ul li a {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.6;
  color: #003067;
}
#header #gnav ul li.recruit {
  margin-left: -17px;
}
#header #gnav ul li.recruit a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 53px;
  background-color: #29a6dd;
  letter-spacing: 0.2em;
  color: #fff;
  border-radius: 10px;
}
@media (max-width: 999px) {
  #header .right {
    padding: 10px 15px;
  }
  #header #gnav ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #header #gnav ul li a {
    font-size: 18px;
  }
  #header #gnav ul li.recruit {
    margin-left: 0;
  }
  #header #gnav ul li.recruit a {
    width: 170px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding-right: 70px;
  }
  #header .logo {
    width: 230px;
    border-bottom-right-radius: 10px;
  }
  #header .right {
    padding: 0;
  }
  #header #gnav ul li a {
    color: #fff;
  }
  #header #gnav ul li.recruit a {
    background-color: unset;
    border-radius: unset;
    width: unset;
    height: unset;
    justify-content: start;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background: url(../images/f-bg.webp) no-repeat center/cover;
  padding: 62px 10.9375% 80px 8.625%;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .top {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#footer .top .logo {
  max-width: 375px;
}
#footer .top .right {
  margin: 35px 0 0 auto;
}
#footer .top .right #fnav {
  display: flex;
  flex-wrap: wrap;
  padding: 0 57px 0 5px;
  -moz-column-gap: 118px;
       column-gap: 118px;
  margin-bottom: 47px;
}
#footer .top .right #fnav ul li a {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 16px;
  line-height: 2.375;
  color: #000;
}
#footer .top .right .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 280px;
  height: 63px;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-weight: 100;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #29a6dd;
}
#footer .privacy {
  margin-bottom: 10px;
}
#footer .privacy a {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #808080;
}
#footer .copyright {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #808080;
}
@media (max-width: 999px) {
  #footer {
    padding: 50px 10px;
  }
  #footer .top .right {
    margin-top: 0;
  }
  #footer .top .right #fnav {
    padding: 0 5px;
    -moz-column-gap: 50px;
         column-gap: 50px;
    margin-bottom: 30px;
  }
  #footer .top .right #fnav ul li a {
    font-size: 14px;
  }
  #footer .top .right .btn a {
    font-size: 18px;
    min-width: 200px;
    height: 50px;
  }
  #footer .privacy a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 40px 10px;
  }
  #footer .top {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    margin-bottom: 30px;
  }
  #footer .top .right {
    margin-left: unset;
  }
  #footer .top .right #fnav {
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 10px;
  }
  #footer .top .right .btn a {
    font-size: 16px;
    height: 45px;
    min-width: 185px;
  }
  #footer .privacy {
    text-align: center;
  }
  #footer .copyright {
    font-size: 12px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */