@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: 16px;
  }
}

a {
  color: #00479d;
  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 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  overflow-x: clip;
}
.info-category ul li {
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  margin-right: -10px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.1em;
  min-width: 311px;
}
.info-category ul li:not(:has(a)),
.info-category ul li a {
  padding: 10px 20px;
  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%;
  color: #fff;
}
.info-category ul li.news {
  background-color: #008bd5;
}
.info-category ul li.recruit {
  background-color: #00479d;
}
.info-category ul li.sustainability {
  background-color: #92a9d6;
  letter-spacing: 0;
}
@media (max-width: 999px) {
  .info-category ul li {
    min-width: unset;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .info-category ul li {
    font-size: 16px;
    flex-grow: 1;
  }
  .info-category ul li:not(:has(a)),
  .info-category ul li a {
    padding: 10px;
  }
}

#information .contents article {
  padding-left: 7px;
}
#information .contents article:not(:has(a)),
#information .contents article a {
  display: flex;
  align-items: center;
  -moz-column-gap: 22px;
       column-gap: 22px;
}
#information .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#information .contents article a:hover {
  opacity: 0.6;
}
#information .contents article time {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 15.34px;
  line-height: 1.6;
  color: #fff;
  padding: 0 19px;
}
#information .contents article .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#information .contents article.news time {
  background-color: #008bd5;
}
#information .contents article.recruit time {
  background-color: #00479d;
}
#information .contents article.sustainability time {
  background-color: #92a9d6;
}
#information .contents article:not(:last-child) {
  border-bottom: 1px solid #808080;
  padding-bottom: 31px;
  margin-bottom: 35px;
}
@media (max-width: 999px) {
  #information .contents article time {
    padding: 0 10px;
    font-size: 14px;
  }
  #information .contents article .title {
    font-size: 16px;
  }
  #information .contents article:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #information .contents article:not(:has(a)),
  #information .contents article a {
    flex-direction: column;
    align-items: start;
    row-gap: 5px;
  }
  #information .contents article:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
@keyframes m_fixed {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes remove {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  position: absolute;
  width: 100%;
  z-index: 2;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-left: 1.5625%;
}
#header .top.remove {
  animation: remove 1s forwards;
}
#header .top.m_fixed {
  position: fixed;
  background-color: #fff;
  animation: m_fixed 1s forwards;
}
#header .top .logo {
  max-width: 235px;
  margin-top: 26px;
}
#header .top .right {
  margin-left: auto;
  background-color: #00479d;
}
#header .top .right .head {
  background-color: #92a9d6;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-left: 10px;
}
#header .top .right .head .langs {
  overflow-x: clip;
  padding: 10px 0;
  margin: 0 auto;
}
#header .top .right .head .langs ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-right: -37px;
  height: 100%;
}
#header .top .right .head .langs ul li {
  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;
  display: flex;
  align-items: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
#header .top .right .head .langs ul li a {
  color: #fff;
}
#header .top .right .head .langs ul li::after {
  content: "|";
  margin: 0 15.5px;
}
#header .top .right .head .recruit p {
  height: 100%;
}
#header .top .right .head .recruit a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 49px;
  min-height: 100%;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #fff;
  background: linear-gradient(90deg, #e95504 0%, #f38f1e 100%);
}
#header #gnav {
  padding: 8px 0px 8px 25px;
}
#header #gnav ul {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 36px;
  padding-right: 28px;
}
#header #gnav ul li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
@media (max-width: 999px) {
  #header .top .right .head .langs ul {
    margin-right: -16px;
  }
  #header .top .right .head .langs ul li {
    font-size: 14px;
  }
  #header .top .right .head .langs ul li::after {
    margin: 0 5px;
  }
  #header .top .right .head .recruit a {
    width: 150px;
    height: 40px;
    font-size: 16px;
  }
  #header #gnav ul {
    padding-right: 10px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #header #gnav ul li a {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #header #gnav ul.sp-in {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding-right: 80px;
  }
  #header .top .right .head {
    display: none;
  }
  #header #gnav {
    padding: 0px 0px 160px 0px;
  }
  #header #gnav .sp-langs {
    margin-bottom: 15px;
    background: rgba(146, 169, 214, 0.9);
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
  }
  #header #gnav .sp-langs > li {
    width: auto !important;
    margin-top: 0 !important;
  }
  #header #gnav .sp-langs > li > a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: none !important;
    font-size: 15px !important;
  }
  #header #gnav .sp-recruit {
    width: 100%;
    margin-top: 25px;
  }
  #header #gnav .sp-recruit a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    min-height: 100%;
    font-family: "source-han-sans-jp-variable", sans-serif;
    font-variation-settings: "wght" 500;
    font-weight: 100;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.2em;
    color: #fff;
    background: linear-gradient(90deg, #e95504 0%, #f38f1e 100%);
  }
  #header #gnav ul {
    padding-right: 10px;
    padding-left: 10px;
  }
  #header #gnav ul ul {
    margin-top: 30px;
    justify-content: center;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background-color: #b2c0e2;
  padding: 142px 2.5625% 30px 4.25%;
}
#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;
  margin-bottom: 38px;
}
#footer .top .logo {
  max-width: 392px;
}
#footer .top .right {
  margin: 5px 0 0 auto;
}
#footer .top .right #fnav {
  margin: 0 21px 29px 0;
}
#footer .top .right #fnav ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 5px 37px;
}
#footer .top .right #fnav ul li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}
#footer .top .right .links ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px;
}
#footer .top .right .links ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 227px;
  height: 42px;
  border: 1px solid #fff;
  background: url(../images/arow4.webp) no-repeat center right 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
#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: #fff;
  text-align: end;
}
@media (max-width: 999px) {
  #footer {
    padding: 80px 10px 30px;
  }
  #footer .top {
    margin-bottom: 25px;
  }
  #footer .top .logo {
    max-width: 350px;
  }
  #footer .top .right #fnav {
    margin: 0 10px 20px 0;
  }
  #footer .top .right #fnav ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #footer .top .right #fnav ul li a {
    font-size: 16px;
  }
  #footer .top .right .links ul li a {
    width: 160px;
    height: 35px;
    font-size: 16px;
    background-image: none;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 60px 10px 20px;
  }
  #footer .top {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .top .right {
    margin: 0;
  }
  #footer .top .right #fnav {
    margin: 0 0px 10px 0;
  }
  #footer .top .right #fnav ul {
    justify-content: center;
  }
  #footer .top .right #fnav ul li a {
    font-size: 16px;
  }
  #footer .top .right .links ul {
    justify-content: center;
  }
  #footer .top .right .links ul li a {
    width: 180px;
    height: 35px;
    font-size: 16px;
  }
  #footer .copyright {
    font-size: 14px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */