@charset "UTF-8";
/*======================
/*設定項目
/*====================*/
/* ----------------------------------------------
default
------------------------------------------------- */
body {
  color: #020202;
  font-size: 14px;
  line-height: 1.4;
  font-family: 'Noto Sans JP', system-ui, sans-serif;
  font-weight: 400;
}

a {
  color: #f00;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

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;
}

strong {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

#header::after {
  content: '';
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 100%;
  height: 7px;
  background: url(../images/header-shadow.png) repeat-x left top;
}

#header .logo {
  padding-left: 28px;
}

#header .logo a {
  transition: opacity 0.5s ease-out;
}

#header .logo a:hover {
  opacity: 0.6;
}

#header .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#header .right .h-mail {
  width: 173px;
}

#header .right .h-mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 94px;
  background: #1f5f8e;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: normal;
  font-size: 15px;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
}

#header .right .h-mail a:hover {
  opacity: 0.6;
}

#header .right .h-mail a img {
  margin-right: 11px;
}

@media (max-width: 767px) {
  #header {
    height: 60px;
  }
  #header .logo {
    padding-left: 10px;
  }
  #header .right .h-mail {
    display: none;
  }
}

#gnav ul {
  display: flex;
  justify-content: flex-end;
}

#gnav a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 94px;
  padding: 0 25px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

#gnav a small {
  display: inline-block;
  margin-top: 4px;
  color: #5aabe6;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 10px;
}

#gnav a::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 5px;
  background: #c3e6ff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
}

#gnav a:hover::after {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 999px) {
  #gnav a {
    height: auto;
    padding: 0;
  }
  #gnav a::after {
    display: none;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  position: relative;
  padding: 48px 10px 10px;
  background: #fff;
}

#footer .inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#footer .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 23px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 17px;
}

#footer .top .logo a {
  transition: opacity 0.5s ease-out;
}

#footer .top .logo a:hover {
  opacity: 0.6;
}

#footer .top .access {
  color: #000;
  font-weight: 500;
  font-size: 13px;
  text-align: right;
}

#footer .top .access i {
  display: inline-block;
  margin-left: 13px;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  #footer .top {
    display: block;
  }
  #footer .top .logo {
    margin-bottom: 20px;
  }
}

#pagetop {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
  text-align: right;
  pointer-events: none;
}

#pagetop a {
  pointer-events: all;
  transition: opacity 0.5s ease-out;
}

#pagetop a:hover {
  opacity: 0.6;
}

#fnav {
  margin-bottom: 30px;
}

#fnav ul {
  display: flex;
  flex-wrap: wrap;
}

#fnav li {
  font-family: 'Noto Sans JP', system-ui, sans-serif;
  font-weight: 900;
  font-size: 13px;
}

#fnav li:not(:last-child)::after {
  display: inline-block;
  margin: 0 1em;
  color: #9f9f9f;
  content: '｜';
}

#fnav a {
  color: #1f5f8e;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
}

#fnav a:hover {
  opacity: 0.6;
}

#copyright {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.025em;
  text-align: right;
}
/*# sourceMappingURL=style.css.map */