@charset "UTF-8";
body {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "MS PMincho", "MS Mincho", serif;
  background: #7F7F7F;
  background: linear-gradient(125deg, rgba(127, 127, 127, 0.15) 0%, rgba(63, 63, 63, 0.15) 100%);
}
body img {
  width: 100%;
}
body main {
  padding-top: 140px;
}
@media screen and (max-width: 999px) {
  body main {
    padding-top: 49.89px;
  }
}
body a:hover {
  opacity: 0.7;
  transition: all 0.2s;
}

header {
  background-color: white;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}
header .h-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 999px) {
  header .h-wrap {
    justify-content: center;
  }
}
header .h-wrap .h-left {
  margin-left: 20px;
}
@media screen and (max-width: 999px) {
  header .h-wrap .h-left {
    padding: 10px 0;
    margin-left: 0;
  }
}
header .h-wrap .h-left a {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 999px) {
  header .h-wrap .h-left a {
    align-items: center;
  }
}
header .h-wrap .h-left a figure {
  width: 5.4166666667vw;
  max-width: 65px;
  transition: all 0.2s;
}
@media screen and (max-width: 999px) {
  header .h-wrap .h-left a figure {
    width: 31px !important;
  }
}
header .h-wrap .h-left a h1 {
  margin-top: 5px;
  font-size: clamp(18px, 2.0833333333vw, 25px);
  letter-spacing: 0.04em;
  font-feature-settings: "palt" 1;
  transition: font-size 0.2s;
}
@media screen and (max-width: 999px) {
  header .h-wrap .h-left a h1 {
    font-size: 13px !important;
    margin-top: 0;
  }
}
header .h-wrap .h-left a h1 span {
  font-size: clamp(10px, 1.1666666667vw, 14px);
  padding-bottom: 5px;
  letter-spacing: 0;
  transition: font-size 0.2s;
}
@media screen and (max-width: 999px) {
  header .h-wrap .h-left a h1 span {
    font-size: 7px !important;
  }
}
header .h-wrap .h-right {
  display: flex;
  gap: 25px;
  align-items: flex-end;
}
@media screen and (max-width: 999px) {
  header .h-wrap .h-right {
    display: none;
  }
}
header .h-wrap .h-right .tel {
  padding-bottom: 14px;
  transition: all 0.2s;
}
header .h-wrap .h-right .tel figure {
  width: clamp(290px, 28.0833333333vw, 337px);
  margin-bottom: 5px;
  transition: all 0.2s;
}
header .h-wrap .h-right .tel span {
  font-size: clamp(10px, 1.0833333333vw, 13px);
  letter-spacing: 0.027em;
  font-feature-settings: "palt" 1;
  transition: all 0.2s;
}
header .h-wrap .h-right .links {
  padding-bottom: 14px;
}
header .h-wrap .h-right .links a {
  display: block;
  font-size: 15px;
  position: relative;
  padding-left: 18px;
  margin-top: 5px;
}
header .h-wrap .h-right .links a::before {
  content: "";
  background-image: url("../img/common/icon.png");
  background-size: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
header .h-wrap .h-right .h-entry a {
  display: block;
  width: 138px;
  line-height: 98px;
  text-align: center;
  background-image: url("../img/common/hd-gold.jpg");
  background-size: cover;
  transition: all 0.2s;
}
header nav {
  background-color: #192159;
  padding: 11px 0;
  transition: all 0.2s;
}
@media screen and (max-width: 999px) {
  header nav {
    display: none;
  }
}
header nav ul {
  display: flex;
  justify-content: center;
}
header nav ul li {
  text-align: center;
}
header nav ul li a {
  display: block;
  width: 8.3333333333vw;
  max-width: 100px;
  color: white;
  font-size: clamp(9px, 1.1666666667vw, 14px);
  line-height: 20px;
  font-feature-settings: "palt" 1;
}
header nav ul li a.off {
  opacity: 0.3;
  pointer-events: none;
}
header nav ul li a.wide {
  width: 11vw;
  max-width: 132px;
}
header nav ul li:not(:last-child) {
  border-right: 1px solid white;
}
header.fixed .h-wrap .h-left figure {
  width: 45.5px;
}
header.fixed .h-wrap .h-left h1 {
  font-size: 17.5px;
}
header.fixed .h-wrap .h-left h1 span {
  font-size: 9.8px;
}
header.fixed .h-wrap .h-right .tel {
  padding-bottom: 10px;
}
header.fixed .h-wrap .h-right .tel figure {
  width: 235.9px;
  margin-bottom: 0;
}
header.fixed .h-wrap .h-right .tel span {
  font-size: 9.1px;
}
header.fixed .h-wrap .h-right .h-entry > a {
  line-height: 63.7px;
}
header.fixed nav {
  padding: 10px 0;
}
header.fixed nav a {
  line-height: 14px;
}

@media screen and (max-width: 999px) {
  footer {
    padding-bottom: 64px;
  }
}
footer .ft-wrap nav {
  background-color: #192159;
  padding: 11px 0;
}
@media screen and (max-width: 999px) {
  footer .ft-wrap nav {
    display: none;
  }
}
footer .ft-wrap nav ul {
  display: flex;
  justify-content: center;
}
footer .ft-wrap nav ul li {
  text-align: center;
}
footer .ft-wrap nav ul li a {
  display: block;
  width: 8.3333333333vw;
  max-width: 100px;
  color: white;
  font-size: clamp(9px, 1.1666666667vw, 14px);
  line-height: 20px;
  font-feature-settings: "palt" 1;
}
footer .ft-wrap nav ul li a.off {
  opacity: 0.3;
  pointer-events: none;
}
footer .ft-wrap nav ul li a.wide {
  width: 11vw;
  max-width: 132px;
}
footer .ft-wrap nav ul li:not(:last-child) {
  border-right: 1px solid white;
}
footer .ft-wrap .footer-flex {
  margin-top: 30px;
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 0 25px;
}
@media screen and (max-width: 999px) {
  footer .ft-wrap .footer-flex {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
footer .ft-wrap .footer-flex .com {
  width: 363px;
}
@media screen and (max-width: 768px) {
  footer .ft-wrap .footer-flex .com {
    width: 100%;
    max-width: 365px;
    margin: 0 auto;
  }
}
footer .ft-wrap .footer-flex .sumifu {
  width: 315px;
  display: none;
}
footer .ft-wrap .footer-flex .tel {
  width: 293px;
}
@media screen and (max-width: 768px) {
  footer .ft-wrap .footer-flex .tel {
    margin: 0 auto;
  }
}
footer .ft-wrap .footer-flex .tel p {
  font-size: 13px;
  margin-bottom: 10px;
}
footer .ft-wrap .footer-flex .tel .num {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  footer .ft-wrap .footer-flex .tel .num {
    pointer-events: visible;
  }
}
footer .ft-wrap .footer-flex .tel span {
  margin-top: 8px;
  font-size: 10px;
  display: block;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 810px) {
  footer .ft-wrap .footer-flex .tel span .tb {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer .ft-wrap .footer-flex .tel span .tb {
    display: none;
  }
}
footer .ft-wrap .copy {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  font-size: 10px;
  color: #808080;
  padding: 5px 0;
}
footer .sp-nav {
  background-color: white;
  border-top: 1px solid white;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999;
}
@media screen and (min-width: 1000px) {
  footer .sp-nav {
    display: none;
  }
}
footer .sp-nav ul {
  display: flex;
  gap: 1px;
}
footer .sp-nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
}
footer .sp-nav ul li a, footer .sp-nav ul li div {
  display: block;
  width: 100%;
  height: 56px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .sp-nav ul li a img, footer .sp-nav ul li div img {
  max-width: 100px;
}
footer .sp-nav ul li:nth-child(1) {
  background-color: #0e2567;
}
footer .sp-nav ul li:nth-child(2) {
  background-color: #5393bd;
}
footer .sp-nav ul li:nth-child(3) {
  background-color: #4b6878;
}
footer .sp-nav ul li:nth-child(4) {
  background-color: #003855;
}
footer .sp-menu {
  position: fixed;
  bottom: -100%;
  transition: all 0.2s;
  z-index: 888;
}
footer .sp-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  background-color: #959595;
  background: #3B3C41;
  background: linear-gradient(155deg, rgb(59, 60, 65) 0%, rgb(34, 37, 38) 100%);
}
footer .sp-menu ul li {
  width: calc(50% - 0.5px);
}
footer .sp-menu ul li:nth-child(-n+12) {
  border-bottom: 1px solid #959595;
}
footer .sp-menu ul li:nth-child(odd) {
  border-right: 1px solid #959595;
}
footer .sp-menu ul li a {
  display: block;
  text-align: center;
  line-height: 45px;
  color: white;
  font-size: 11px;
}
footer .sp-menu ul li a.off {
  pointer-events: none;
  opacity: 30%;
}
footer .sp-menu.show {
  bottom: 56px;
}/*# sourceMappingURL=common.css.map */