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

/* ----------------------------------------------
news
------------------------------------------------- */
#news .contents article:not(:has(a)) {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 9px;
}
#news .contents article a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 9px;
}
#news .contents article time {
  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: #364298;
  padding: 0 19px;
}
#news .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;
}
#news .contents article:not(:last-child) {
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
  margin-bottom: 17px;
}
@media (max-width: 999px) {
  #news .contents article time {
    font-size: 12px;
    padding: 0 15px;
  }
  #news .contents article .title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #news .contents article time {
    padding: 0 10px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  z-index: 1;
  padding: 0px 1.75% 0 2.9375%;
  overflow-x: clip;
}
#header .logo {
  max-width: 397px;
}
#header #gnav {
  margin-left: auto;
}
#header #gnav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  align-items: center;
}
#header #gnav ul li a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #004c88;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
#header #gnav ul li.contact {
  margin-left: 20px;
}
#header #gnav ul li.contact a {
  text-shadow: none;
  font-size: 20.15px;
  color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  background: #008ad5;
  clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
  height: 92px;
  width: 116.9789582196%;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 999px) {
  #header .logo {
    max-width: 357.3px;
  }
  #header #gnav ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #header #gnav ul li a {
    font-size: 16px;
  }
  #header #gnav ul li.contact {
    margin-left: 0 !important;
  }
  #header #gnav ul li.contact a {
    -moz-column-gap: 5px;
         column-gap: 5px;
    font-size: 16px;
    padding-left: 15px !important;
  }
  #header #gnav ul li.contact a img {
    max-width: 25px;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding: 15px 70px 0 10px;
  }
  #header .logo {
    max-width: 277.9px;
  }
  #header #gnav ul li a {
    text-shadow: none;
    color: #fff;
  }
  #header #gnav ul li.contact a {
    height: unset;
    background: unset;
    clip-path: unset;
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) {
  #header.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
  }
  html.ccm-toolbar-visible #header.m_fixed {
    top: 48px;
  }
  #header.m_fixed .top {
    align-items: center;
    background-color: #fff;
    padding-top: 0;
    height: 70px;
  }
  #header.m_fixed #gnav {
    color: #000000;
  }
  #header.m_fixed #gnav > ul {
    align-items: center;
  }
  #header.m_fixed #gnav > ul > li ul {
    padding-top: 20px;
  }
  #header.m_fixed #gnav > ul > .contact {
    margin-left: 20px;
  }
  #header.m_fixed #gnav > ul > .contact a {
    background: #008ad5;
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
    height: 70px;
    width: 116.9789582196%;
    position: relative;
    padding-left: 40px;
  }
}
/* ----------------------------------------------
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 {
    }
  }
}
*/
/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  position: relative;
  padding: 195px 3.125% 30px;
  overflow: hidden;
}
#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.jpg) no-repeat center/cover;
}
#footer::after {
  background-color: rgba(0, 113, 184, 0.56);
  mix-blend-mode: multiply;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .bgtx {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  /* font-size: 198.45px; */
  font-size: 15.1vw;
  line-height: 0.8228772991;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.21);
  position: absolute;
  top: 50px;
  left: 16.625%;
  transform: skewX(-10deg);
  visibility: hidden;
}
#footer .bgtx span {
  display: block;
}
#footer .logo {
  max-width: 358px;
  margin-left: auto;
  margin-bottom: 20px;
  position: relative;
}
#footer #fnav {
  position: relative;
  overflow-x: clip;
  margin-bottom: 135px;
}
#footer #fnav ul {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: -24px;
}
#footer #fnav ul li {
  display: flex;
  align-items: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
#footer #fnav ul li a {
  font-weight: 400;
  color: #fff;
}
#footer #fnav ul li::after {
  content: "|";
  margin: 0 12px;
}
#footer .copyright {
  position: relative;
  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;
  margin-right: -15px;
}
@media (max-width: 999px) {
  #footer {
    padding-top: 150px;
  }
  #footer .bgtx {
    font-size: 12vw;
  }
  #footer #fnav {
    margin-bottom: 90px;
  }
  #footer #fnav ul {
    margin-right: -12px;
  }
  #footer #fnav ul li {
    font-size: 14px;
  }
  #footer #fnav ul li::after {
    margin: 0 5px;
  }
  #footer .copyright {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #footer {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .logo {
    margin-left: unset;
  }
  #footer #fnav {
    margin-bottom: 70px;
  }
  #footer .copyright {
    font-size: 12px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */