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

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  z-index: 4;
  position: relative;
}
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 5px 0 5px 1.25%;
}
#header .top.m_fixed {
  position: fixed;
  align-items: center;
  background-color: #fff;
}
#header .top.m_fixed .logo {
  max-width: 163.2px;
}
#header .top.m_fixed #gnav > ul {
  padding-top: 0;
}
#header .top.m_fixed #gnav > ul > li:not(.contact) > a {
  color: #000;
  text-shadow: unset;
}
#header .logo {
  max-width: 272px;
}
#header #gnav {
  margin-left: auto;
}
#header #gnav ul {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 28px;
  padding-top: 20px;
}
#header #gnav ul li {
  position: relative;
}
#header #gnav ul li a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  text-shadow: #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px;
}
#header #gnav ul li.privacy {
  display: flex;
  align-items: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
#header #gnav ul li.privacy::before {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #fff;
}
#header #gnav ul li.contact {
  margin-left: -10px;
}
#header #gnav ul li.contact a {
  display: flex;
  align-items: center;
  font-size: 16px;
  background-color: #0071b8;
  padding: 2px 14px 2px 7px;
  -moz-column-gap: 14px;
       column-gap: 14px;
  text-shadow: none;
}
#header #gnav ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#header #gnav ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: all 0.5s ease-out;
  z-index: 1;
  background-color: #0071b8;
  padding: 5px;
}
#header #gnav ul li ul li:not(:first-child) {
  border-top: solid 1px #fff;
}
#header #gnav ul li ul li a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  text-shadow: none;
  white-space: nowrap;
  padding: 5px 5px 5px 0;
}
#header #gnav ul li ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #header .logo {
    max-width: 225px;
  }
  #header #gnav ul {
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
  #header #gnav ul li a {
    font-size: 16px;
  }
  #header #gnav ul li.privacy {
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
  #header #gnav ul li.contact {
    margin-left: 0;
  }
  #header #gnav ul li.contact a {
    font-size: 14px;
    padding: 2px 7px;
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
  #header #gnav ul li ul li a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding-right: 70px;
  }
  #header .top.m_fixed #gnav > ul > li:not(.contact) > a {
    color: #fff;
  }
  #header #gnav ul {
    gap: 0;
    padding-top: 0;
  }
  #header #gnav ul li a {
    text-shadow: none;
  }
  #header #gnav ul li.privacy {
    display: block;
  }
  #header #gnav ul li.contact a {
    padding: unset;
    padding-bottom: 5px;
    background-color: unset;
  }
  #header #gnav ul li ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
    padding-left: 10px;
    background-color: transparent;
  }
  #header #gnav ul li ul li {
    border-bottom: 1px solid #fff;
  }
  #header #gnav ul li ul li:not(:first-child) {
    border-top: none;
  }
  #header #gnav ul li ul li a {
    font-size: 16px;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 90px;
  z-index: 3;
  width: 60px;
  height: 60px;
}
#pagetop.fin {
  position: absolute;
  top: 0;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #0071b8;
  border-radius: 50%;
}
#pagetop a img {
  width: 13.3333333333%;
}
@media (max-width: 999px) {
  #pagetop {
    right: 20px;
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  #pagetop {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 60px;
  }
  #pagetop.fin {
    transform: translateY(calc(-100% - 10px));
  }
}

/*マウスオーバー時画像切り替え

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  a {
    position: relative;
    display: block;
    width: 40px;
    height: 17px;
    img {
      @include transition();
      position: absolute;
      top: 0;
      &:last-child {
        opacity: 0;
      }
    }
    &:hover img:first-child {
      opacity: 0;
    }
    &:hover img:last-child {
      opacity: 1;
    }
  }
  @include sp {
   //display: none !important;
   bottom: 55px;
    right: 10px;
    width: 40px;
      height: 40px;
    a {

    }
  }
}

*/
/*フッター部分に固定
#pagetop {
  position: absolute;
  top: -30px;
  right: -90px;
  z-index: 3;
  width: 60px;
  height: 60px;
  @include opacity();
  @media (max-width: 1250px){
    right: 20px;
  }
  @include sp {
    //display: none !important;
    top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
    a {
    }
  }
}
*/
/* ----------------------------------------------
news
------------------------------------------------- */
#information a,
.informationset a {
  font-weight: normal;
  text-decoration: none;
  color: #333;
}
#information .cates ul,
.informationset .cates ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
#information .cates ul li,
.informationset .cates ul li {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  background-color: #afafaf;
  min-width: 160px;
  text-align: center;
}
#information .cates ul li:not(:has(a)),
.informationset .cates ul li:not(:has(a)) {
  padding: 2px 5px;
}
#information .cates ul li a,
.informationset .cates ul li a {
  display: block;
  font-weight: 400;
  color: #fff;
  padding: 3px 5px;
}
#information .cates ul li.active,
.informationset .cates ul li.active {
  background-color: #0071b8;
}
#information .contents article,
.informationset .contents article {
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
}
#information .contents article .time-cate,
.informationset .contents article .time-cate {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#information .contents article .time-cate time,
#information .contents article .time-cate .cate,
.informationset .contents article .time-cate time,
.informationset .contents article .time-cate .cate {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  padding: 0 18px;
  margin-bottom: 6px;
}
#information .contents article .time-cate time,
.informationset .contents article .time-cate time {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #00145d;
}
#information .contents article .time-cate .cate,
.informationset .contents article .time-cate .cate {
  background-color: #0071b8;
}
#information .contents article .title,
.informationset .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;
  text-shadow: 0 0 1px #f3f8fc, 0 0 1px #f3f8fc, 0 0 1px #f3f8fc;
}
#information .contents article:not(:last-child),
.informationset .contents article:not(:last-child) {
  margin-bottom: 13px;
}
#information .contents article:not(.on),
.informationset .contents article:not(.on) {
  display: none;
}
@media (max-width: 999px) {
  #information .cates ul li,
  .informationset .cates ul li {
    font-size: 16px;
    min-width: 140px;
  }
  #information .contents article time,
  .informationset .contents article time {
    font-size: 12px;
  }
  #information .contents article .title,
  .informationset .contents article .title {
    font-size: 14px;
    min-height: 56px;
  }
}
@media (max-width: 767px) {
  #information .cates ul li,
  .informationset .cates ul li {
    font-size: 14px;
    min-width: 120px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  position: relative;
  padding: 90px 2.1875% 20px 9.9375%;
}
#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, 76, 136, 0.9);
  mix-blend-mode: multiply;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .inner {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#footer .logo {
  max-width: 283.5px;
}
#footer .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-top: 93px;
}
#footer .right #fnav {
  margin-bottom: 44px;
}
#footer .right #fnav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#footer .right #fnav ul li a {
  min-width: 247px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10px;
  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;
  border: 1px solid #fff;
}
#footer .right #fnav ul li a small {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 12.21px;
  line-height: 1.6;
}
#footer .right .catch {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 41.6px;
  line-height: 1.2334134615;
  color: #fff;
  text-align: end;
  margin-bottom: 28px;
}
#footer .right .copyright {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 999px) {
  #footer {
    padding: 70px 10px 10px;
  }
  #footer .logo {
    max-width: 200px;
  }
  #footer .right {
    margin-top: 60px;
  }
  #footer .right #fnav {
    margin-bottom: 30px;
  }
  #footer .right #fnav ul li a {
    min-width: 200px;
    height: 60px;
    font-size: 20px;
  }
  #footer .right #fnav ul li a small {
    font-size: 10px;
  }
  #footer .right .catch {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding-top: 50px;
  }
  #footer .inner {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .logo {
    max-width: 180px;
  }
  #footer .right {
    margin-top: 0px;
    align-items: center;
  }
  #footer .right #fnav {
    margin-bottom: 20px;
  }
  #footer .right #fnav ul {
    justify-content: center;
  }
  #footer .right #fnav ul li a {
    min-width: 180px;
    height: 55px;
    font-size: 18px;
  }
  #footer .right .catch {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  #footer .right .copyright {
    font-size: 12px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */