@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: #ff0000;
  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;
}

/* ----------------------------------------------
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;
  -moz-column-gap: 10px;
       column-gap: 10px;
  z-index: 1;
  padding: 0 81px 0 1.25%;
}
#header .logo {
  max-width: 438px;
  margin-top: 19px;
}
#header .links {
  margin-left: auto;
}
#header .links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-left: 7px;
}
#header .links ul li {
  margin-left: -7px;
}
#header .links ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 259px;
  height: 61px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  clip-path: polygon(17.4px 0, 100% 0, calc(100% - 17.4px) 100%, 0 100%);
}
#header .links ul li.entry a {
  background-color: #ff0000;
}
#header .links ul li.contact a {
  background-color: #0b308e;
}
@media (max-width: 999px) {
  #header .links ul li a {
    width: 180px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding: 0 90px 0 10px;
  }
  #header .links {
    display: none;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background: url(../images/f-bg.webp) no-repeat center bottom/cover;
  padding: 87px 10px 25px;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .toplinks {
  margin-bottom: 97px;
}
#footer .toplinks ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0;
  margin-left: 10px;
}
#footer .toplinks ul li {
  margin-left: -10px;
  max-width: 50%;
}
#footer .toplinks ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 375px;
  max-width: 100%;
  height: 70px;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-weight: 100;
  font-size: 22px;
  line-height: 1.6;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer .toplinks ul li a::before, #footer .toplinks ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
  transform: skew(-37deg);
}
#footer .toplinks ul li a::before {
  left: 7%;
  width: 12%;
}
#footer .toplinks ul li a::after {
  left: 22%;
  width: 70%;
}
#footer .toplinks ul li.recruit a::before, #footer .toplinks ul li.recruit a::after {
  background-color: #f7ac3b;
}
#footer .toplinks ul li.entry a::before, #footer .toplinks ul li.entry a::after {
  background: linear-gradient(180deg, #ff0000 0%, #790000 100%);
}
#footer .logo {
  max-width: 820px;
  margin: 0 auto -3px;
  padding-right: 50px;
}
#footer #fnav {
  max-width: 1010px;
  margin: 0 auto 54px;
  background-color: rgba(11, 48, 142, 0.64);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 4.8969072165%;
  padding: 22px 10px 28px;
}
#footer #fnav ul li a {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.65;
  color: #fff;
}
#footer .bottomlinks {
  margin-bottom: 68px;
}
#footer .bottomlinks ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
#footer .bottomlinks ul li {
  max-width: calc(50% - 5px);
}
#footer .bottomlinks ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 270px;
  max-width: 100%;
  height: 71px;
  border: 1px solid #fff;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-weight: 100;
  font-size: 23.85px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
#footer .bottomlinks ul li a small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 12.21px;
  line-height: 1.6;
}
#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: center;
}
@media (max-width: 999px) {
  #footer {
    padding: 60px 10px 20px;
  }
  #footer .toplinks {
    margin-bottom: 70px;
  }
  #footer .toplinks ul li a {
    width: 320px;
    height: 60px;
    font-size: 18px;
  }
  #footer .logo {
    padding-right: 0;
    max-width: 770px;
  }
  #footer #fnav {
    margin-bottom: 40px;
  }
  #footer #fnav ul li a {
    font-size: 18px;
  }
  #footer .bottomlinks {
    margin-bottom: 40px;
  }
  #footer .bottomlinks ul li a {
    width: 250px;
    height: 60px;
    font-size: 20px;
  }
  #footer .bottomlinks ul li a small {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 50px 10px 15px;
  }
  #footer .toplinks {
    margin-bottom: 30px;
  }
  #footer .toplinks ul li a {
    width: 280px;
    height: 50px;
    font-size: 14px;
  }
  #footer #fnav {
    padding: 15px 10px;
    margin-bottom: 30px;
  }
  #footer #fnav ul li a {
    font-size: 16px;
  }
  #footer .bottomlinks {
    margin-bottom: 30px;
  }
  #footer .bottomlinks ul li a {
    width: 230px;
    height: 50px;
    font-size: 16px;
  }
  #footer .copyright {
    font-size: 12px;
  }
}
@media (max-width: 443px) {
  #footer #fnav ul li {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */