header#site {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10002;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  overflow: visible;
}
@media screen and (min-width: 1200px), print {
  header#site {
    height: auto;
    min-height: 100px;
  }
}
@media screen and (max-width: 1199px) {
  header#site {
    min-height: 16vw;
  }
}
@media screen and (min-width: 1200px), print {
  header#site .logo {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  header#site .logo {
    margin-right: 0vw;
  }
}
header#site .logo {
  flex-shrink: 0;
}
header#site .logo a {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 1200px), print {
  header#site .logo a {
    width: 385px;
  }
}
@media screen and (max-width: 1199px) {
  header#site .logo a {
    width: 62vw;
  }
}
header#site .logo a picture, header#site .logo a img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  header#site .logo {
    margin-right: auto;
    position: relative;
    z-index: 5;
  }
}
header#site *,
header#site *::before,
header#site *::after {
  box-sizing: border-box;
}
header#site .hd-dim {
  display: none;
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  background-color: rgba(56, 52, 37, 0.45);
}
@media screen and (min-width: 1200px), print {
  header#site.is-megamenu-open .hd-dim {
    display: block;
    pointer-events: auto;
  }
}
header#site .hd-in {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 1200px), print {
  header#site .hd-in {
    min-height: 100px;
    padding: 12px 40px;
  }
}
@media screen and (max-width: 1199px) {
  header#site .hd-in {
    min-height: 16vw;
    padding: 0 5.33333vw;
    gap: 0;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1199px) {
  header#site .logo,
  header#site .hd-util,
  header#site .hd-menu {
    position: relative;
    z-index: 5;
  }
}
header#site .hd-menu {
  flex-shrink: 0;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
@media screen and (min-width: 1200px), print {
  header#site .hd-menu {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  header#site .hd-menu {
    width: 6.4vw;
    height: 6.4vw;
  }
}
header#site .hd-menu__ic {
  position: relative;
  display: block;
  width: 4.8vw;
  height: 3.2vw;
  margin: 0 auto;
  background: linear-gradient(#222222, #222222) center/100% 2px no-repeat;
}
header#site .hd-menu__ic::before, header#site .hd-menu__ic::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #222222;
  content: "";
  transition: transform 200ms ease, top 200ms ease, bottom 200ms ease, opacity 200ms ease;
}
header#site .hd-menu__ic::before {
  top: 0;
}
header#site .hd-menu__ic::after {
  top: auto;
  bottom: 0;
  transform: none;
}
header#site.is-drawer-open .hd-menu__ic {
  background: none;
}
header#site.is-drawer-open .hd-menu__ic::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header#site.is-drawer-open .hd-menu__ic::after {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(-45deg);
}
header#site .hd-rgt {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: clamp(16px, 1.5vw, 30px);
}
@media screen and (min-width: 1200px), print {
  header#site .hd-rgt {
    flex: 1 1 auto;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1199px) {
  header#site .hd-rgt {
    flex: 0 0 auto;
    justify-content: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 4vw;
  }
}
header#site .hd-util {
  display: flex;
  align-items: center;
  flex-shrink: 1;
  min-width: 0;
  gap: clamp(10px, 1.2vw, 30px);
}
header#site .hd-lang {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1200px), print {
  header#site .hd-lang {
    display: inline-flex;
  }
}
@media screen and (max-width: 1199px) {
  header#site .hd-lang {
    order: 3;
  }
}
header#site .hd-lang__ic {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1200px), print {
  header#site .hd-lang__ic {
    width: 30px;
  }
}
@media screen and (max-width: 1199px) {
  header#site .hd-lang__ic {
    width: 5.86667vw;
  }
}
@media screen and (min-width: 1200px), print {
  header#site .hd-lang__ic {
    min-width: 30px;
  }
}
@media screen and (max-width: 1199px) {
  header#site .hd-lang__ic {
    min-width: 5.86667vw;
  }
}
@media screen and (min-width: 1200px), print {
  header#site .hd-lang__ic {
    height: 30px;
  }
}
@media screen and (max-width: 1199px) {
  header#site .hd-lang__ic {
    height: 5.86667vw;
  }
}
header#site .hd-lang__ic::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/common/language_icon _bk.svg") 50% 50%/contain no-repeat;
}
@media screen and (min-width: 1200px), print {
  header#site .hd-lang__ic::before {
    width: 30px;
  }
}
@media screen and (max-width: 1199px) {
  header#site .hd-lang__ic::before {
    width: 5.86667vw;
  }
}
@media screen and (min-width: 1200px), print {
  header#site .hd-lang__ic::before {
    min-width: 30px;
  }
}
@media screen and (max-width: 1199px) {
  header#site .hd-lang__ic::before {
    min-width: 5.86667vw;
  }
}
@media screen and (min-width: 1200px), print {
  header#site .hd-lang__ic::before {
    height: 30px;
  }
}
@media screen and (max-width: 1199px) {
  header#site .hd-lang__ic::before {
    height: 5.86667vw;
  }
}
header#site .hd-lang .gtranslate_wrapper {
  display: inline-block;
  line-height: 0;
}
header#site .hd-lang .gtranslate_wrapper > a.gt_switcher-popup {
  display: none;
}
header#site .hd-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(10px, 1.1vw, 20px);
  background-color: #222222;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1199px) {
  header#site .hd-cta {
    display: none;
  }
}
header#site .hd-ryobi {
  display: inline-flex;
  line-height: 0;
  flex-shrink: 1;
}
header#site .hd-ryobi img {
  display: block;
  height: 40px;
}
@media screen and (min-width: 1200px), print {
  header#site .hd-ryobi img {
    width: clamp(70px, 6vw, 110px);
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  header#site .hd-ryobi {
    display: none;
  }
}
@media screen and (min-width: 1200px), print {
  header#site .hd-nav {
    flex: 1 1 auto;
    min-width: 0;
  }
}
@media screen and (max-width: 1199px) {
  header#site .hd-nav {
    position: fixed;
    top: var(--hd-in-height, 16vw);
    right: 0;
    left: 0;
    z-index: 1;
    flex: 0 0 0;
    width: 100%;
    min-width: 0;
    height: calc(100dvh - var(--hd-in-height, 16vw));
    margin: 0;
    padding-bottom: 20vw;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 220ms ease, opacity 220ms ease, visibility 220ms ease;
  }
}
@media screen and (max-width: 1199px) {
  header#site.is-drawer-open .hd-nav {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1199px) {
  header#site .hd-nav__bd {
    padding: 0 10vw;
  }
}
header#site .hd-nav__cta {
  display: none;
}
@media screen and (max-width: 1199px) {
  header#site .hd-nav__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10.66667vw;
    margin-bottom: 10.66667vw;
    padding: 3.73333vw 3.2vw;
    background-color: #222222;
    color: #fff;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.73333vw;
  }
  header#site .hd-nav__cta::after {
    content: "";
    display: block;
    background: url("../img/common/btn_link_arrow_wht.svg") 50% 50%/contain no-repeat;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1199px) {
  header#site .hd-nav__cta::after {
    width: 8vw;
    height: 1.33333vw;
  }
}
header#site .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1200px), print {
  header#site .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(8px, 1.2vw, 30px);
    min-width: 0;
    font-size: clamp(13px, 1.2vw, 16px);
  }
}
@media screen and (max-width: 1199px) {
  header#site .menu {
    border-top: 1px solid #CDD8E3;
  }
}
@media screen and (min-width: 1200px), print {
  header#site .g-i {
    position: relative;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1199px) {
  header#site .g-i {
    border-bottom: 1px solid #CDD8E3;
  }
}
@media screen and (min-width: 1200px), print {
  header#site .g-i--sp {
    display: none;
  }
}
@media screen and (min-width: 1200px), print {
  header#site .g-i.is-open .g-tgl {
    color: #1255A2;
  }
}
@media screen and (max-width: 1199px) {
  header#site .g-i.is-open .g-ic-s {
    transform: rotate(45deg);
  }
}
header#site .g-lnk {
  display: block;
  color: #222222;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 1200px), print {
  header#site .g-lnk {
    padding: 8px 0;
    font-size: 1em;
  }
}
@media screen and (max-width: 1199px) {
  header#site .g-lnk {
    padding: 4.93333vw 0;
    font-size: 4.26667vw;
  }
}
header#site .g-tgl {
  display: flex;
  align-items: center;
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #222222;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 1200px), print {
  header#site .g-tgl {
    gap: 0.4em;
    padding: 8px 0;
    font-size: 0.9375em;
    width: auto;
  }
}
@media screen and (max-width: 1199px) {
  header#site .g-tgl {
    justify-content: space-between;
    font-size: 4.26667vw;
    padding: 4.93333vw 0;
  }
}
header#site .g-ic-p {
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #1255A2;
  border-bottom: 2px solid #1255A2;
  transform: rotate(45deg) translateY(-2px);
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  header#site .g-ic-p {
    display: none;
  }
}
header#site .g-ic-s {
  display: none;
  position: relative;
  flex-shrink: 0;
  transition: transform 200ms ease;
}
@media screen and (max-width: 1199px) {
  header#site .g-ic-s {
    display: block;
    margin-right: 2vw;
    width: 4vw;
    height: 4vw;
  }
}
header#site .g-ic-s::before, header#site .g-ic-s::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #1255A2;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1199px) {
  header#site .g-ic-s::before {
    width: 4vw;
    height: 0.26667vw;
  }
}
@media screen and (max-width: 1199px) {
  header#site .g-ic-s::after {
    width: 0.26667vw;
    height: 4vw;
  }
}
@media screen and (min-width: 1200px), print {
  header#site .g-pnl {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--hd-in-height, 100px);
    z-index: 5;
    padding-top: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, visibility 180ms ease;
  }
}
@media screen and (max-width: 1199px) {
  header#site .g-pnl {
    display: none;
    padding-bottom: 2.66667vw;
  }
}
@media screen and (min-width: 1200px), print {
  header#site .g-i.is-open > .g-pnl {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1199px) {
  header#site .g-i.is-open > .g-pnl {
    display: block;
  }
}
header#site .g-pnl__in {
  background-color: #fff;
  border-top: 1px solid #CDD8E3;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 1200px), print {
  header#site .g-pnl__in {
    margin: 0 auto;
    padding: 70px 40px 80px;
  }
}
@media screen and (max-width: 1199px) {
  header#site .g-pnl__in {
    border-top: 0;
    box-shadow: none;
    padding: 0 0 2.66667vw 2.66667vw;
  }
}
header#site .g-pnl__ttl {
  display: none;
}
@media screen and (min-width: 1200px), print {
  header#site .g-pnl__ttl {
    display: flex;
    align-items: center;
    max-width: 1185px;
    margin: 0 auto 40px;
    color: #1D1D1D;
    line-height: 1.4;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
  }
  header#site .g-pnl__ttl::before {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 4px;
    height: 35px;
    margin-right: 15px;
    background-color: #1255A2;
  }
}
header#site .g-pnl__ttl a {
  text-decoration: none;
  color: #1D1D1D;
}
header#site .g-pnl__cols {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1200px), print {
  header#site .g-pnl__cols {
    max-width: 1185px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 40px;
  }
}
header#site .g-pnl__cols > li {
  list-style: none;
  min-width: 0;
}
header#site .g-pnl__cols > li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 1200px), print {
  header#site .g-pnl__cols > li a {
    padding: 14px 0;
    border-bottom: 1px solid #CDD8E3;
    color: #1255A2;
    font-size: 18px;
    color: #1D1D1D;
  }
  header#site .g-pnl__cols > li a::after {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1255A2;
    border-right: 2px solid #1255A2;
    transform: rotate(45deg);
    content: "";
  }
}
@media screen and (max-width: 1199px) {
  header#site .g-pnl__cols > li a {
    padding: 1.33333vw 0;
    color: #222222;
    font-size: 3.46667vw;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 400;
  }
}
@media screen and (max-width: 1199px) {
  header#site .g-pnl__cols > li a + a {
    margin-top: 1.6vw;
  }
}

body.is-header-drawer-open {
  overflow: hidden;
}

footer {
  color: #fff;
  background-color: #1D1D1D;
}
@media screen and (min-width: 960px), print {
  footer {
    padding-top: 70px;
  }
}
@media screen and (max-width: 959px) {
  footer {
    padding-top: 10.66667vw;
  }
}
@media screen and (min-width: 960px), print {
  footer {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  footer {
    padding-bottom: 10.66667vw;
  }
}
footer .footer__info {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 960px), print {
  footer .footer__info {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 959px) {
  footer .footer__info {
    padding-bottom: 10.66667vw;
  }
}
@media screen and (max-width: 959px) {
  footer .footer__info {
    flex-direction: column;
    gap: 5.33333vw;
  }
}
footer .footer__contact {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px), print {
  footer .footer__contact {
    flex-direction: row;
    align-items: center;
    gap: 50px;
  }
}
@media screen and (max-width: 959px) {
  footer .footer__contact {
    gap: 5.33333vw;
  }
}
@media screen and (min-width: 960px), print {
  footer .footer__company {
    width: 385px;
  }
}
@media screen and (max-width: 959px) {
  footer .footer__company {
    width: 79.46667vw;
  }
}
@media screen and (max-width: 959px) {
  footer .footer__company {
    margin: 0 auto;
  }
}
footer .contact_sns {
  flex-shrink: 0;
  min-width: min-content;
}
footer .contact_sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 960px), print {
  footer .contact_sns ul {
    gap: 25px;
  }
}
@media screen and (max-width: 959px) {
  footer .contact_sns ul {
    gap: 5.33333vw;
  }
}
footer .contact_sns img {
  display: block;
  width: 6.4vw;
  height: auto;
  max-width: none;
}
@media screen and (min-width: 960px), print {
  footer .contact_sns img {
    width: 32px;
  }
}
footer .contact_btn {
  width: 100%;
  min-width: 0;
}
footer .contact_btn a[data-hs-btn-a] {
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  footer .contact_btn a[data-hs-btn-a] {
    width: 100%;
  }
}
@media screen and (min-width: 960px), print {
  footer .footer__nav {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 959px) {
  footer .footer__nav {
    padding-bottom: 8vw;
  }
}
footer .footer__nav .menu_item {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px), print {
  footer .footer__nav .menu_item {
    font-size: 180%;
  }
}
@media screen and (max-width: 959px) {
  footer .footer__nav .menu_item {
    font-size: 280%;
  }
}
footer .footer__nav .menu_item {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}
footer .footer__nav .menu_item a {
  color: #fff;
}
@media screen and (min-width: 960px), print {
  footer .footer__nav .menu_item {
    gap: 24px;
  }
  footer .footer__nav .menu_item li:not(:last-child) {
    position: relative;
    padding-right: 24px;
  }
  footer .footer__nav .menu_item li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #797979;
  }
}
@media screen and (max-width: 959px) {
  footer .footer__nav .menu_item {
    flex-direction: column;
  }
  footer .footer__nav .menu_item li {
    position: relative;
    padding: 5.33333vw 0;
    border-bottom: 1px solid #666;
  }
  footer .footer__nav .menu_item li:first-child {
    border-top: 1px solid #666;
  }
}
footer .footer__copyright {
  text-align: center;
}
@media screen and (min-width: 960px), print {
  footer .footer__copyright p {
    font-size: 120%;
  }
}
@media screen and (max-width: 959px) {
  footer .footer__copyright p {
    font-size: 240%;
  }
}
footer .footer__copyright p {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
}

*[data-hs-btn-a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  color: #fff;
  background-image: linear-gradient(90deg, #1255A2, #1C8DB7);
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 960px), print {
  *[data-hs-btn-a] {
    font-size: 180%;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-btn-a] {
    font-size: 280%;
  }
}
*[data-hs-btn-a] {
  overflow-wrap: anywhere;
}
@media screen and (min-width: 960px), print {
  *[data-hs-btn-a] {
    height: 80px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-btn-a] {
    height: 16vw;
  }
}
@media screen and (min-width: 960px), print {
  *[data-hs-btn-a] {
    width: 320px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-btn-a] {
    width: 72vw;
  }
}
*[data-hs-btn-a] span {
  flex-grow: 1;
  text-align: center;
  padding-right: 0.5em;
}
*[data-hs-btn-a]::after {
  content: "";
  display: block;
  flex-shrink: 0;
  background: url(../img/common/btn_link_arrow_wht.svg) 50% 50%/contain no-repeat;
}
@media screen and (min-width: 960px), print {
  *[data-hs-btn-a]::after {
    width: 30px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-btn-a]::after {
    width: 8vw;
  }
}
@media screen and (min-width: 960px), print {
  *[data-hs-btn-a]::after {
    height: 5px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-btn-a]::after {
    height: 1.33333vw;
  }
}
@media screen and (min-width: 960px), print {
  *[data-hs-btn-a] {
    padding: 0 30px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-btn-a] {
    padding: 0vw 5.33333vw;
  }
}
*[data-hs-btn-a].wht {
  color: #1255A2;
  background: #FFF;
}
*[data-hs-btn-a].wht::after {
  background-image: url(../img/common/btn_link_arrow_bl.svg);
}

*[data-hs-btn-b] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  color: #fff;
  background-image: linear-gradient(90deg, #1255A2, #1C8DB7);
  line-height: 1.2;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 960px), print {
  *[data-hs-btn-b] {
    font-size: 180%;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-btn-b] {
    font-size: 280%;
  }
}
@media screen and (min-width: 960px), print {
  *[data-hs-btn-b] {
    height: 80px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-btn-b] {
    height: 14.66667vw;
  }
}
@media screen and (min-width: 960px), print {
  *[data-hs-btn-b] {
    width: 320px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-btn-b] {
    width: 72vw;
  }
}
*[data-hs-btn-b] span {
  flex: 0 1 auto;
  text-align: center;
}
*[data-hs-btn-b]::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  flex-shrink: 0;
  transform: translateY(-50%);
  background: url(../img/common/btn_link_arrow_wht.svg) 50% 50%/contain no-repeat;
}
@media screen and (min-width: 960px), print {
  *[data-hs-btn-b]::after {
    width: 30px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-btn-b]::after {
    width: 8vw;
  }
}
@media screen and (min-width: 960px), print {
  *[data-hs-btn-b]::after {
    height: 5px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-btn-b]::after {
    height: 1.33333vw;
  }
}
@media screen and (min-width: 960px), print {
  *[data-hs-btn-b]::after {
    right: 30px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-btn-b]::after {
    right: 5.33333vw;
  }
}
@media screen and (min-width: 960px), print {
  *[data-hs-btn-b] {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-btn-b] {
    padding: 2.66667vw 5.33333vw;
  }
}
*[data-hs-btn-b].lit-gr {
  color: #1255A2;
  background: #58FFDF;
}
*[data-hs-btn-b].lit-gr::after {
  background: url(../img/common/btn_link_arrow_bl.svg) 50% 50%/contain no-repeat;
}

section[data-hs-in-page-link] {
  background-color: #fff;
}
@media screen and (min-width: 960px), print {
  section[data-hs-in-page-link] .inside {
    padding-top: 60px;
  }
}
@media screen and (max-width: 959px) {
  section[data-hs-in-page-link] .inside {
    padding-top: 5.33333vw;
  }
}
@media screen and (min-width: 960px), print {
  section[data-hs-in-page-link] .inside {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 959px) {
  section[data-hs-in-page-link] .inside {
    padding-bottom: 5.33333vw;
  }
}
section[data-hs-in-page-link] .inside ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
}
@media screen and (min-width: 960px), print {
  section[data-hs-in-page-link] .inside ul {
    gap: 40px;
  }
}
@media screen and (max-width: 959px) {
  section[data-hs-in-page-link] .inside ul {
    gap: 4vw 5.33333vw;
  }
}
@media screen and (min-width: 960px), print {
  section[data-hs-in-page-link] .inside ul li {
    font-size: 160%;
  }
}
@media screen and (max-width: 959px) {
  section[data-hs-in-page-link] .inside ul li {
    font-size: 260%;
  }
}
section[data-hs-in-page-link] .inside ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
}
section[data-hs-in-page-link] .inside ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #000;
}
section[data-hs-in-page-link] .inside ul li a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  box-sizing: border-box;
}
@media screen and (min-width: 960px), print {
  section[data-hs-in-page-link] .inside ul li a::before {
    width: 7px;
  }
}
@media screen and (max-width: 959px) {
  section[data-hs-in-page-link] .inside ul li a::before {
    width: 1.2vw;
  }
}
@media screen and (min-width: 960px), print {
  section[data-hs-in-page-link] .inside ul li a::before {
    height: 7px;
  }
}
@media screen and (max-width: 959px) {
  section[data-hs-in-page-link] .inside ul li a::before {
    height: 1.2vw;
  }
}
@media screen and (min-width: 960px), print {
  section[data-hs-in-page-link] .inside ul li a::before {
    margin-top: -5px;
  }
}
@media screen and (max-width: 959px) {
  section[data-hs-in-page-link] .inside ul li a::before {
    margin-top: -0.8vw;
  }
}
section[data-hs-in-page-link] .inside ul li a::before {
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(45deg);
  pointer-events: none;
}
@media screen and (min-width: 960px), print {
  section[data-hs-in-page-link] .inside ul li a::before {
    right: 6.5px;
  }
}
@media screen and (max-width: 959px) {
  section[data-hs-in-page-link] .inside ul li a::before {
    right: 1.2vw;
  }
}
section[data-hs-in-page-link] .inside ul li a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 960px), print {
  section[data-hs-in-page-link] .inside ul li a::after {
    width: 20px;
  }
}
@media screen and (max-width: 959px) {
  section[data-hs-in-page-link] .inside ul li a::after {
    width: 3.6vw;
  }
}
@media screen and (min-width: 960px), print {
  section[data-hs-in-page-link] .inside ul li a::after {
    min-width: 20px;
  }
}
@media screen and (max-width: 959px) {
  section[data-hs-in-page-link] .inside ul li a::after {
    min-width: 3.6vw;
  }
}
@media screen and (min-width: 960px), print {
  section[data-hs-in-page-link] .inside ul li a::after {
    height: 20px;
  }
}
@media screen and (max-width: 959px) {
  section[data-hs-in-page-link] .inside ul li a::after {
    height: 3.6vw;
  }
}
@media screen and (min-width: 960px), print {
  section[data-hs-in-page-link] .inside ul li a::after {
    margin-left: 10px;
  }
}
@media screen and (max-width: 959px) {
  section[data-hs-in-page-link] .inside ul li a::after {
    margin-left: 1.33333vw;
  }
}
section[data-hs-in-page-link] .inside ul li a::after {
  background-image: linear-gradient(90deg, #1255A2, #1C8DB7);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

*[data-hs-ttl-a] {
  background-color: #fff;
  color: #1255A2;
  width: fit-content;
}
@media screen and (min-width: 960px), print {
  *[data-hs-ttl-a] {
    font-size: 320%;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-ttl-a] {
    font-size: 600%;
  }
}
*[data-hs-ttl-a] {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 960px), print {
  *[data-hs-ttl-a] {
    padding-right: 20px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-ttl-a] {
    padding-right: 2.66667vw;
  }
}
@media screen and (min-width: 960px), print {
  *[data-hs-ttl-a] {
    padding-left: 20px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-ttl-a] {
    padding-left: 2.66667vw;
  }
}
@media screen and (min-width: 960px), print {
  *[data-hs-ttl-a] {
    padding-top: 6px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-ttl-a] {
    padding-top: 0.8vw;
  }
}
@media screen and (min-width: 960px), print {
  *[data-hs-ttl-a] {
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-ttl-a] {
    padding-bottom: 0.8vw;
  }
}

.data-hs-sub-ttl-a {
  background-color: #fff;
  width: fit-content;
}
@media screen and (min-width: 960px), print {
  .data-hs-sub-ttl-a {
    font-size: 200%;
  }
}
@media screen and (max-width: 959px) {
  .data-hs-sub-ttl-a {
    font-size: 400%;
  }
}
.data-hs-sub-ttl-a {
  font-family: "Archivo Narrow", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #1255A2;
}
@media screen and (min-width: 960px), print {
  .data-hs-sub-ttl-a {
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .data-hs-sub-ttl-a {
    padding-right: 2.13333vw;
  }
}
@media screen and (min-width: 960px), print {
  .data-hs-sub-ttl-a {
    padding-left: 16px;
  }
}
@media screen and (max-width: 959px) {
  .data-hs-sub-ttl-a {
    padding-left: 2.13333vw;
  }
}
@media screen and (min-width: 960px), print {
  .data-hs-sub-ttl-a {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 959px) {
  .data-hs-sub-ttl-a {
    margin-bottom: 0.66667vw;
  }
}
.data-hs-sub-ttl-a span {
  font-family: "Archivo Narrow", sans-serif;
  font-style: italic;
  font-weight: 700;
}

*[data-hs-ttl-b] {
  display: flex;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 960px), print {
  *[data-hs-ttl-b] {
    font-size: 240%;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-ttl-b] {
    font-size: 340%;
  }
}
*[data-hs-ttl-b] {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
}
*[data-hs-ttl-b]::before {
  content: "";
  display: block;
  flex-shrink: 0;
  align-self: center;
}
@media screen and (min-width: 960px), print {
  *[data-hs-ttl-b]::before {
    width: 4px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-ttl-b]::before {
    width: 0.53333vw;
  }
}
@media screen and (min-width: 960px), print {
  *[data-hs-ttl-b]::before {
    min-width: 4px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-ttl-b]::before {
    min-width: 0.53333vw;
  }
}
@media screen and (min-width: 960px), print {
  *[data-hs-ttl-b]::before {
    min-height: 35px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-ttl-b]::before {
    min-height: 6.13333vw;
  }
}
*[data-hs-ttl-b]::before {
  height: stretch;
}
@media screen and (min-width: 960px), print {
  *[data-hs-ttl-b]::before {
    margin-right: 15px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-ttl-b]::before {
    margin-right: 2.13333vw;
  }
}
*[data-hs-ttl-b]::before {
  background-color: #1255A2;
}
*[data-hs-ttl-b].wht {
  color: #fff;
}
*[data-hs-ttl-b].wht::before {
  background-color: #fff;
}

*[data-hs-ttl-c] {
  background-color: #fff;
  color: #1255A2;
  width: fit-content;
}
@media screen and (min-width: 960px), print {
  *[data-hs-ttl-c] {
    font-size: 320%;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-ttl-c] {
    font-size: 420%;
  }
}
*[data-hs-ttl-c] {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 960px), print {
  *[data-hs-ttl-c] {
    padding-right: 20px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-ttl-c] {
    padding-right: 2.66667vw;
  }
}
@media screen and (min-width: 960px), print {
  *[data-hs-ttl-c] {
    padding-left: 20px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-ttl-c] {
    padding-left: 2.66667vw;
  }
}
@media screen and (min-width: 960px), print {
  *[data-hs-ttl-c] {
    padding-top: 6px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-ttl-c] {
    padding-top: 0.13333vw;
  }
}
@media screen and (min-width: 960px), print {
  *[data-hs-ttl-c] {
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-ttl-c] {
    padding-bottom: 0.13333vw;
  }
}
@media screen and (min-width: 960px), print {
  *[data-hs-ttl-c] span {
    font-size: 75%;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-ttl-c] span {
    font-size: 57%;
  }
}

@media screen and (min-width: 960px), print {
  *[data-hs-corp] {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-corp] {
    padding-bottom: 20vw;
  }
}
@media screen and (min-width: 960px), print {
  *[data-hs-corp] [data-hs-btn-a] {
    margin: 0 auto;
  }
}
*[data-hs-corp] .corp {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px), print {
  *[data-hs-corp] .corp {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-corp] .corp {
    padding-bottom: 13.33333vw;
  }
}
*[data-hs-corp] ul {
  order: 2;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (min-width: 960px), print {
  *[data-hs-corp] ul {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-corp] ul {
    flex-direction: column;
    gap: 6vw;
  }
}
@media screen and (min-width: 960px), print {
  *[data-hs-corp] li {
    width: calc((100% - 120px) / 4);
  }
}
*[data-hs-corp] li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
  min-height: 56px;
  border-bottom: 1px solid #CDD8E3;
  color: inherit;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 960px), print {
  *[data-hs-corp] li a {
    font-size: 160%;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-corp] li a {
    font-size: 280%;
  }
}
@media screen and (min-width: 960px), print {
  *[data-hs-corp] li a {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-corp] li a {
    padding-bottom: 3.33333vw;
  }
}
*[data-hs-corp] li a {
  height: 100%;
}
*[data-hs-corp] li a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  align-self: center;
  box-sizing: border-box;
}
@media screen and (min-width: 960px), print {
  *[data-hs-corp] li a::after {
    width: 12px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-corp] li a::after {
    width: 2.13333vw;
  }
}
@media screen and (min-width: 960px), print {
  *[data-hs-corp] li a::after {
    height: 12px;
  }
}
@media screen and (max-width: 959px) {
  *[data-hs-corp] li a::after {
    height: 2.13333vw;
  }
}
*[data-hs-corp] li a::after {
  border: solid #1255A2;
  border-width: 0.14em 0.14em 0 0;
  transform: rotate(45deg);
}
*[data-hs-corp] li a span {
  flex: 1;
  min-width: 0;
}

header#page.grad {
  background-image: linear-gradient(90deg, #1255A2, #1C8DB7);
  color: #fff;
}
header#page.grad .txt .en,
header#page.grad .txt .jp {
  background-color: #fff;
  color: #1255A2;
}
header#page.grad .pankz ul li a {
  color: #fff;
}
header#page.grad .pankz ul li:nth-child(n+2) {
  color: #fff;
}
header#page.no-color .pankz ul li {
  color: #fff;
}
header#page.no-color .pankz ul li a {
  color: #A0A8B0;
}
header#page.no-color .pankz ul li a:nth-child(n+2) {
  color: #fff;
}
header#page.no-color .pankz ul li a:last-child {
  color: #fff;
}
header#page.blue .pankz ul li {
  color: #1255A2;
}
header#page.blue .pankz ul li:last-child {
  color: #1D1D1D;
}
header#page.blue .txt .en {
  color: #1255A2;
}
header#page.blue .txt .jp {
  color: #1255A2;
}
@media screen and (min-width: 960px), print {
  header#page {
    padding-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  header#page {
    padding-top: 4vw;
  }
}
@media screen and (min-width: 960px), print {
  header#page {
    padding-left: 40px;
  }
}
@media screen and (max-width: 959px) {
  header#page {
    padding-left: 5.33333vw;
  }
}
@media screen and (min-width: 960px), print {
  header#page {
    padding-right: 40px;
  }
}
@media screen and (max-width: 959px) {
  header#page {
    padding-right: 5.33333vw;
  }
}
header#page > * {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
header#page .txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 960px), print {
  header#page .txt {
    padding-top: 100px;
  }
}
@media screen and (max-width: 959px) {
  header#page .txt {
    padding-top: 13.33333vw;
  }
}
@media screen and (min-width: 960px), print {
  header#page .txt {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 959px) {
  header#page .txt {
    padding-bottom: 16vw;
  }
}
header#page .txt .en,
header#page .txt .jp {
  display: block;
  width: fit-content;
  max-width: 100%;
}
@media screen and (min-width: 960px), print {
  header#page .txt .en,
  header#page .txt .jp {
    padding-left: 20px;
  }
}
@media screen and (max-width: 959px) {
  header#page .txt .en,
  header#page .txt .jp {
    padding-left: 1.86667vw;
  }
}
@media screen and (min-width: 960px), print {
  header#page .txt .en,
  header#page .txt .jp {
    padding-right: 20px;
  }
}
@media screen and (max-width: 959px) {
  header#page .txt .en,
  header#page .txt .jp {
    padding-right: 1.86667vw;
  }
}
header#page .txt .en {
  font-family: "Archivo Narrow", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px), print {
  header#page .txt .en {
    font-size: 1000%;
  }
}
@media screen and (max-width: 959px) {
  header#page .txt .en {
    font-size: 1000%;
  }
}
@media screen and (max-width: 959px) {
  header#page .txt .en {
    letter-spacing: -0.019em;
  }
}
header#page .txt .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 960px), print {
  header#page .txt .jp {
    font-size: 200%;
  }
}
@media screen and (max-width: 959px) {
  header#page .txt .jp {
    font-size: 320%;
  }
}
@media screen and (min-width: 960px), print {
  header#page .txt .jp {
    margin-top: 7px;
  }
}
@media screen and (max-width: 959px) {
  header#page .txt .jp {
    margin-top: 0.93333vw;
  }
}
header#page .pankz {
  width: 100%;
  max-width: 1200px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 960px), print {
  header#page .pankz {
    font-size: 120%;
  }
}
@media screen and (max-width: 959px) {
  header#page .pankz {
    font-size: 240%;
  }
}
header#page .pankz ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
}
header#page .pankz ul li {
  display: flex;
  justify-content: center;
  align-content: center;
}
header#page .pankz ul li a {
  text-decoration: underline;
}
header#page .pankz ul li:nth-child(n+2)::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  align-self: center;
  width: 0.55em;
  height: 0.55em;
  margin-inline: 0.4em 0.55em;
  border: solid currentColor;
  border-width: 0.12em 0.12em 0 0;
  transform: rotate(45deg);
  vertical-align: middle;
  box-sizing: border-box;
}
header#page .pankz ul li:last-child a {
  text-decoration: none;
}
header#page .pankz ul li a, header#page .pankz ul li p {
  width: 100%;
  word-break: break-word;
}
header#page .pankz ul li a {
  display: block;
}

.pre-footer-banner {
  background-color: #1D1D1D;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 960px), print {
  .pre-footer-banner {
    padding-top: 60px;
  }
}
@media screen and (max-width: 959px) {
  .pre-footer-banner {
    padding-top: 10.66667vw;
  }
}
@media screen and (min-width: 960px), print {
  .pre-footer-banner {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 959px) {
  .pre-footer-banner {
    padding-bottom: 10.66667vw;
  }
}
.pre-footer-banner ul {
  display: flex;
  flex-wrap: wrap;
}
.pre-footer-banner ul li a {
  display: block;
}
.pre-footer-banner ul li a img {
  background-color: #EEE;
  display: block;
  width: 100%;
}
.pre-footer-banner ul li a span {
  color: #fff;
}
@media screen and (min-width: 960px), print {
  .pre-footer-banner ul li a span {
    font-size: 140%;
  }
}
@media screen and (max-width: 959px) {
  .pre-footer-banner ul li a span {
    font-size: 200%;
  }
}
.pre-footer-banner ul li a span {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 960px), print {
  .pre-footer-banner ul {
    gap: 30px;
  }
  .pre-footer-banner ul li {
    width: calc(25% - 22.5px);
  }
}
@media screen and (max-width: 959px) {
  .pre-footer-banner ul {
    gap: 2.4vw;
  }
  .pre-footer-banner ul li {
    width: 43.46667vw;
  }
}

@media screen and (min-width: 960px), print {
  .entry-btn {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 959px) {
  .entry-btn {
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 959px) {
  .entry-btn .inside {
    padding: 0;
  }
}
.entry-btn .inside .content {
  background-image: linear-gradient(#1255A2, #1C8DB7);
  color: #fff;
}
@media screen and (min-width: 960px), print {
  .entry-btn .inside .content {
    padding: 80px;
  }
}
@media screen and (max-width: 959px) {
  .entry-btn .inside .content {
    padding: 16vw 5.33333vw;
  }
}
@media screen and (min-width: 960px), print {
  .entry-btn .inside .content .btn {
    padding-top: 40px;
  }
}
@media screen and (max-width: 959px) {
  .entry-btn .inside .content .btn {
    padding-top: 6.66667vw;
  }
}
.entry-btn .inside .content .btn {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px), print {
  .entry-btn .inside .content .btn {
    gap: 20px;
  }
}
@media screen and (max-width: 959px) {
  .entry-btn .inside .content .btn {
    flex-direction: column;
    gap: 5.33333vw;
  }
}
@media screen and (max-width: 959px) {
  .entry-btn .inside .content .btn [data-hs-btn-b] {
    width: 100%;
  }
}
.entry-btn .inside .content .txt {
  color: #fff;
}
.entry-btn .inside .content .txt .ttl {
  text-align: center;
}
@media screen and (min-width: 960px), print {
  .entry-btn .inside .content .txt .ttl .en {
    font-size: 200%;
  }
}
@media screen and (max-width: 959px) {
  .entry-btn .inside .content .txt .ttl .en {
    font-size: 360%;
  }
}
.entry-btn .inside .content .txt .ttl .en {
  font-family: "Archivo Narrow", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 960px), print {
  .entry-btn .inside .content .txt .ttl .jp {
    padding-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .entry-btn .inside .content .txt .ttl .jp {
    padding-top: 2.66667vw;
  }
}
@media screen and (min-width: 960px), print {
  .entry-btn .inside .content .txt .ttl .jp {
    font-size: 320%;
  }
}
@media screen and (max-width: 959px) {
  .entry-btn .inside .content .txt .ttl .jp {
    font-size: 600%;
  }
}
.entry-btn .inside .content .txt .ttl .jp {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 960px), print {
  .entry-btn .inside .content .txt .txt-inner {
    padding-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .entry-btn .inside .content .txt .txt-inner {
    padding-top: 5.33333vw;
  }
}
@media screen and (min-width: 960px), print {
  .entry-btn .inside .content .txt .txt-inner {
    font-size: 160%;
  }
}
@media screen and (max-width: 959px) {
  .entry-btn .inside .content .txt .txt-inner {
    font-size: 220%;
  }
}
.entry-btn .inside .content .txt .txt-inner {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 960px), print {
  .archive-pagination {
    margin-top: 60px;
  }
}
@media screen and (max-width: 959px) {
  .archive-pagination {
    margin-top: 8vw;
  }
}

.page-numbers {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 960px), print {
  .page-numbers {
    gap: 8px;
  }
}
@media screen and (max-width: 959px) {
  .page-numbers {
    gap: 1.6vw;
  }
}
.page-numbers a, .page-numbers span {
  padding: 0.2em 0.4em 0.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1D1D1D;
}
@media screen and (min-width: 960px), print {
  .page-numbers a, .page-numbers span {
    min-width: 40px;
  }
}
@media screen and (max-width: 959px) {
  .page-numbers a, .page-numbers span {
    min-width: 8.26667vw;
  }
}
@media screen and (min-width: 960px), print {
  .page-numbers a, .page-numbers span {
    height: 40px;
  }
}
@media screen and (max-width: 959px) {
  .page-numbers a, .page-numbers span {
    height: 8.26667vw;
  }
}
@media screen and (min-width: 960px), print {
  .page-numbers a, .page-numbers span {
    font-size: 160%;
  }
}
@media screen and (max-width: 959px) {
  .page-numbers a, .page-numbers span {
    font-size: 220%;
  }
}
.page-numbers a {
  color: #1D1D1D;
}
@media (hover: hover) {
  .page-numbers a:hover {
    opacity: 1;
    color: #1255A2;
    background-color: #D3DFEB;
  }
}
.page-numbers span {
  color: #FFF;
  background-image: linear-gradient(90deg, #1255A2, #1C8DB7);
}
.page-numbers a.prev,
.page-numbers a.next {
  position: relative;
  font-size: 0;
  color: transparent;
}
.page-numbers a.prev::before,
.page-numbers a.next::before {
  content: "";
  display: block;
  box-sizing: border-box;
  border-top: 1.5px solid #1D1D1D;
  border-right: 1.5px solid #1D1D1D;
  pointer-events: none;
}
@media screen and (min-width: 960px), print {
  .page-numbers a.prev::before,
  .page-numbers a.next::before {
    width: 8px;
  }
}
@media screen and (max-width: 959px) {
  .page-numbers a.prev::before,
  .page-numbers a.next::before {
    width: 1.6vw;
  }
}
@media screen and (min-width: 960px), print {
  .page-numbers a.prev::before,
  .page-numbers a.next::before {
    height: 8px;
  }
}
@media screen and (max-width: 959px) {
  .page-numbers a.prev::before,
  .page-numbers a.next::before {
    height: 1.6vw;
  }
}
@media (hover: hover) {
  .page-numbers a.prev:hover::before,
  .page-numbers a.next:hover::before {
    border-color: #1255A2;
  }
}
.page-numbers a.next::before {
  transform: rotate(45deg);
}
.page-numbers a.prev::before {
  transform: rotate(-135deg);
}
.page-numbers span.extend {
  padding: 0;
  border: none;
  min-width: auto;
  background-color: transparent;
  color: #1A1A1A;
}

html, body {
  color: #1D1D1D;
}
@media screen and (min-width: 960px), print {
  html, body {
    min-width: 1023px;
  }
}

html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 1200px), print {
  html {
    scroll-padding-top: 100px;
  }
}
@media screen and (max-width: 1199px) {
  html {
    scroll-padding-top: 16vw;
  }
}
@media screen and (max-width: 959px) {
  html {
    overflow-x: clip;
  }
}
@media screen and (max-width: 959px) {
  html .pc {
    display: none !important;
  }
}
@media screen and (min-width: 960px), print {
  html .sp {
    display: none !important;
  }
}

body {
  line-height: 1.6;
}
@media screen and (min-width: 960px), print {
  body {
    font-size: 1em;
  }
}
@media screen and (max-width: 959px) {
  body {
    font-size: 1.33333333vw;
  }
}
@media screen and (max-width: 959px) {
  body {
    overflow-x: clip;
  }
}

.inside {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 960px), print {
  .inside {
    padding-left: 40px;
  }
}
@media screen and (max-width: 959px) {
  .inside {
    padding-left: 5.33333vw;
  }
}
@media screen and (min-width: 960px), print {
  .inside {
    padding-right: 40px;
  }
}
@media screen and (max-width: 959px) {
  .inside {
    padding-right: 5.33333vw;
  }
}
@media screen and (min-width: 960px), print {
  .inside {
    max-width: 1280px;
  }
}
@media screen and (max-width: 959px) {
  .inside {
    max-width: 100%;
  }
}

main {
  background-color: #E7EEF6;
}
@media screen and (min-width: 960px), print {
  main {
    line-height: 1.6;
  }
}
@media screen and (max-width: 959px) {
  main {
    line-height: 1.7;
  }
}

#wrapper a,
#wrapper button,
#wrapper [role=button],
#wrapper summary {
  transition: opacity 0.25s ease, filter 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  #wrapper a:hover,
  #wrapper button:hover,
  #wrapper [role=button]:hover,
  #wrapper summary:hover {
    opacity: 0.55;
  }
  #wrapper [data-hs-btn-a]:hover,
  #wrapper [data-hs-btn-b]:hover,
  #wrapper .hd-cta:hover,
  #wrapper .hd-nav__cta:hover {
    opacity: 1;
    filter: brightness(1.22);
  }
  #wrapper [data-hs-btn-a].wht:hover {
    filter: none;
    opacity: 0.55;
  }
}