@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-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

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

strong {
  color: #000;
  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
------------------------------------------------- */
#information .contents article {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
#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 {
  display: inline-block;
  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;
  background-color: #0071b8;
  padding: 1px 18px;
  margin-bottom: 8px;
}
#information .contents article .title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  color: #000;
  min-height: 64px;
}
#information .contents article:not(:last-child) {
  margin-bottom: 14px;
}
@media (max-width: 999px) {
  #information .contents article time {
    padding: 1px 10px;
    font-size: 12px;
  }
  #information .contents article .title {
    font-size: 14px;
    min-height: 56px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: absolute;
  width: 100%;
  z-index: 1;
  padding: 0px 2.5625% 0 2%;
}
#header .logo {
  max-width: 150px;
  margin-top: -10px;
}
#header #gnav {
  margin-left: auto;
  max-width: calc(100% - 215px);
}
#header #gnav ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 42px;
  padding-bottom: 43px;
}
#header #gnav ul li a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  color: #fff;
}
#header #gnav ul li.eg a {
  font-size: 20px;
}
#header #gnav ul li:not(.eg) a {
  font-size: 18px;
}
@media (max-width: 999px) {
  #header .top {
    padding: 0 10px;
  }
  #header #gnav {
    max-width: calc(100% - 160px);
  }
  #header #gnav ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #header #gnav ul li.eg a {
    font-size: 18px;
  }
  #header #gnav ul li:not(.eg) a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #header .logo {
    max-width: 100px;
  }
  #header .top {
    padding-right: 70px;
  }
  #header #gnav {
    max-width: unset;
  }
}

@media (min-width: 768px) {
  #header.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
  }
  #header.m_fixed .top {
    background: linear-gradient(#0030ac, transparent 100%);
    align-items: center;
    height: 80px;
  }
  #header.m_fixed .top .logo {
    background-color: #fff;
    margin-top: 0;
    max-width: 90px;
  }
  #header.m_fixed .top .logo::before {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 100%;
    left: 0;
    width: 225px;
    z-index: -1;
  }
  #header.m_fixed #gnav {
    color: #101010;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  #header.m_fixed #gnav {
    margin-top: 4px;
  }
}
@media (min-width: 768px) {
  #header.m_fixed #gnav > ul {
    padding-bottom: 0;
  }
  #header.m_fixed #gnav > ul > li ul {
    padding-top: 20px;
  }
}
/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  position: relative;
  padding: 30px 0 20px;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer::before, #footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#footer::before {
  background: url(../images/f-bg.webp) no-repeat center/cover;
}
#footer::after {
  background-color: rgba(0, 48, 172, 0.9);
  mix-blend-mode: multiply;
}
#footer .contents {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0px 6.5% 0 4.6875%;
  margin-bottom: 75px;
}
#footer .contents .left .logo {
  max-width: 340px;
  margin-bottom: -58px;
}
#footer .contents .left .data {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 1.9;
  color: #fff;
  padding-left: 22px;
}
#footer .contents .left .data .title {
  font-weight: 700;
  font-size: 22px;
}
#footer .contents #fnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 98px;
  margin-left: auto;
  margin-top: 40px;
}
#footer .contents #fnav ul li a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 2.45;
  color: #fff;
}
#footer .copyright {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  text-align: end;
  padding-right: 1.375%;
}
@media (max-width: 999px) {
  #footer .contents {
    padding: 0 10px;
    margin-bottom: 60px;
  }
  #footer .contents .left .data {
    font-size: 17px;
  }
  #footer .contents .left .data .title {
    font-size: 20px;
  }
  #footer .contents #fnav {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #footer .contents #fnav ul li a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #footer .contents {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .contents .left .data {
    font-size: 13px;
    padding-left: 0;
  }
  #footer .contents .left .data .title {
    font-size: 18px;
  }
  #footer .contents #fnav {
    margin-left: unset;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-top: 0;
  }
  #footer .contents #fnav ul li a {
    font-size: 16px;
  }
  #footer .copyright {
    font-size: 12px;
    text-align: center;
    padding: 0 10px;
  }
}/*# sourceMappingURL=style.css.map */