html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: YakuHanJPs, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: normal;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

.font-mincho {
  font-family: YakuHanMPs, "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "BIZ UDMincho Medium", serif;
}

.site {
  position: relative;
  overflow: hidden;
}

a {
  transition: 0.2s opacity ease;
  backface-visibility: hidden;
  will-change: opacity;
}
a:hover {
  opacity: 0.8;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.btn {
  text-align: center;
  margin: 40px 0;
}

.btn a {
  display: inline-block;
  padding: 16px 40px;
  font-size: 16px;
  color: #00369b;
  border: 1px solid #00369b;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #fff;
  transition: all 0.3s ease;
}

.pagination {
  text-align: center;
  margin: 50px 0 0;
}

.pagination .page-numbers {
  display: inline-block;
  min-width: 42px;
  margin: 0 4px;
  padding: 10px 12px;
  border: 1px solid #d9dee7;
  border-radius: 6px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.pagination .page-numbers:hover {
  background: #0b57b7;
  border-color: #0b57b7;
  color: #fff;
}

.pagination .page-numbers.current {
  background: #0b57b7;
  border-color: #0b57b7;
  color: #fff;
}

.pagination .prev,
.pagination .next {
  font-weight: 700;
}

/* ホバー */
.btn a:hover {
  background: #00369b;
  color: #fff;
}

.breadcrumb {
  max-width: 1100px;
  margin: 0 auto 30px;
  padding: 0 20px;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 6px;
  color: #999;
}

.breadcrumb a {
  color: #0b57b7;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.breadcrumb a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.breadcrumb span {
  color: #333;
  font-weight: 500;
}

.icon-insta img {
  width: 30px;
}

@media screen and (max-width: 750px) {
  .view-tab-up {
    display: none;
  }
  .icon-insta {
    margin-right: 10px;
  }
}

.view-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .view-sp {
    display: initial;
  }
}

header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 7rem;
  padding: 0 3.2rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 750px) {
  header .header-wrap {
    height: 4.8rem;
    padding: 0 0 0 1rem;
  }
}
header .header-wrap .logo-wrap {
  max-width: 27.2rem;
}
@media screen and (max-width: 750px) {
  header .header-wrap .logo-wrap {
    max-width: 20rem;
  }
}
header .header-wrap .menu-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.6rem;
}
@media screen and (max-width: 750px) {
  header .header-wrap .menu-wrap {
    gap: 0;
    height: 100%;
  }
}
header .header-wrap .menu-wrap .menu-pc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2.6rem;
  color: #00369b;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  header .header-wrap .menu-wrap .menu-pc {
    display: none;
  }
}
header .header-wrap .menu-wrap .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5rem;
  height: 5rem;
  padding: 0 2rem;
  border-radius: 0.5rem;
  color: #00369b;
  fill: #00369b;
  border: 1px solid #00369b;
  transition: all 0.2s ease;
  user-select: none;
}
@media screen and (max-width: 750px) {
  header .header-wrap .menu-wrap .contact {
    flex-direction: column;
    border: none;
    background: #00369b;
    color: #fff;
    fill: #fff;
    border-radius: 0;
    padding: 0;
    width: 4.8rem;
  }
}
header .header-wrap .menu-wrap .contact:hover {
  background: #00369b;
  color: #fff;
  fill: #fff;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  header .header-wrap .menu-wrap .contact p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  header .header-wrap .menu-wrap .contact svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}
header .header-wrap .menu-wrap .hamburger {
  position: relative;
  z-index: 100;
  display: none;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 100%;
  border: 1px solid transparent;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  header .header-wrap .menu-wrap .hamburger {
    display: flex;
  }
}
header .header-wrap .menu-wrap .hamburger svg {
  fill: #00369b;
}
header .header-wrap .menu-wrap .hamburger .close {
  display: none;
}
header .header-wrap .menu-wrap .hamburger.is-active {
  border: 1px solid #00369b;
}
header .header-wrap .menu-wrap .hamburger.is-active .open {
  display: none;
}
header .header-wrap .menu-wrap .hamburger.is-active .close {
  display: block;
}
header .sp-menu {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  right: -100vw;
  height: 100svh;
  width: 90%;
  background: #fff;
  transition: right 0.4s ease;
  padding: 7rem 2.5rem 0;
}
@media screen and (max-width: 750px) {
  header .sp-menu {
    display: block;
  }
}
header .sp-menu.is-active {
  right: 0;
}
header .sp-menu .menu-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
  background: #00369b;
  padding: 0.5rem 1.5rem;
  margin-bottom: 2rem;
}
header .sp-menu .menu-wrap {
  display: flex;
  flex-direction: column;
}
header .sp-menu .menu-wrap a {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5rem;
  padding: 0.5em 0 0.5em 2em;
}
header .sp-menu .menu-wrap a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../images/common/icon_arrow-right.svg);
  width: 2.4rem;
  height: 2.4rem;
}

footer {
  background: #00369b;
}
footer .copyright {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 1.5em 1em;
}

/*# sourceMappingURL=commons.css.map */
