@charset "UTF-8";
html {
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  /* ────── 追加_20250822 ────── */
  scroll-behavior: smooth;
  /* ──────  ────── */
}
html.header-scrolled header {
  background-color: #fff;
  z-index: 999;
}
html.header-scrolled header .logo img.scroll {
  display: block;
}
html.header-scrolled header .logo img.default {
  display: none;
}
html.header-scrolled header nav a {
  color: #0E2971 !important;
}
html.header-scrolled header .hamburger::before, html.header-scrolled header .hamburger::after {
  background: #0E2971 !important;
}
html header.bluelogo {
  background-color: #fff;
  z-index: 9999;
}
html header.bluelogo .logo img.scroll {
  display: block;
}
html header.bluelogo .logo img.default {
  display: none;
}
html header.bluelogo nav a {
  color: #0E2971 !important;
}
html header.bluelogo .hamburger::before, html header.bluelogo .hamburger::after {
  background: #0E2971 !important;
}
html.header-scrolled header.bluelogo {
  background-color: #fff;
  z-index: 999;
}
html.header-scrolled header.bluelogo .logo img.scroll {
  display: block;
}
html.header-scrolled header.bluelogo .logo img.default {
  display: none;
}
html.header-scrolled header.bluelogo nav a {
  color: #0E2971 !important;
}
html.header-scrolled header.bluelogo .hamburger::before, html.header-scrolled header.bluelogo .hamburger::after {
  background: #0E2971 !important;
}
@media screen and (max-width: 767px) {
  html .pc {
    display: none;
  }
}
html .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  html .sp {
    display: block;
  }
}
html body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  /* ────── 追加_20250822 ────── */
  /* ──────  ────── */
  /* ────── 追加_20250901（開始）  ────── */
  /* ────── 追加_20250901（終了） ────── */
  /* ────── Site Footer ────── */
  /* ────── 追加_20250904 ────── */
  /* ────── 追加_20250904 ────── */
  /* ────────── 追加20250826 ────────── */
  /* ──────────  ────────── */
  /* ────────── スクロールアニメーション共通設定 ────────── */
  /* 左から右にフェードイン */
  /* 右から左にフェードイン */
  /* 下から上にフェードイン */
  /* ぼかしながらフェードイン */
}
html body header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  padding-left: 3.75rem;
}
@media screen and (max-width: 1199px) {
  html body header {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 991px) {
  html body header {
    padding-left: 1rem;
  }
}
html body header .header_inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  html body header .header_inner {
    height: 50px;
    width: 100%;
  }
}
html body header .header_inner .logo_wrapper a {
  display: inline-block;
}
html body header .header_inner .pc_nav {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  html body header .header_inner .pc_nav {
    display: none;
  }
}
html body header .header_inner .pc_nav nav ul {
  display: flex;
  align-items: center;
}
html body header .header_inner .pc_nav nav ul li {
  text-align: center;
}
html body header .header_inner .pc_nav nav ul li a {
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  padding: 1.25rem 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  html body header .header_inner .pc_nav nav ul li a {
    padding: 1.25rem 1.25rem;
  }
}
html body header .header_inner .pc_nav nav ul li a span {
  display: block;
  font-size: 0.625rem;
  font-weight: normal;
  margin-top: 5px;
}
html body header .header_inner .pc_nav nav ul li.contact_nav {
  background-color: #0E2971;
}
html body header .header_inner .pc_nav nav ul li.contact_nav a {
  color: #fff;
}
html body header .header_inner .menu_button_wrapper {
  margin-left: auto;
  z-index: 11;
  display: none;
  /* #menu_open */
}
@media screen and (max-width: 991px) {
  html body header .header_inner .menu_button_wrapper {
    display: block;
  }
}
html body header .header_inner .menu_button_wrapper #menuButton {
  color: #fff;
  font-size: 0.625rem;
  text-align: center;
  line-height: 1;
  display: inline-block;
  padding: 16px 12px;
  width: 50px;
  height: 50px;
  background-color: #0E1A3C;
  z-index: 1;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
}
html body header .header_inner .menu_button_wrapper #menuButton span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
html body header .header_inner .menu_button_wrapper #menuButton span::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 1;
  transition: 0.4s;
}
html body header .header_inner .menu_button_wrapper #menuButton span::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
html body header .header_inner .menu_button_wrapper.menu_open #menuButton span {
  animation: none;
  width: 18px;
  transition: 0.4s;
  transform: translate(0, 2px) rotate(45deg);
}
html body header .header_inner .menu_button_wrapper.menu_open #menuButton span::before {
  transition: 0.4s;
  opacity: 0;
}
html body header .header_inner .menu_button_wrapper.menu_open #menuButton span::after {
  animation: none;
  width: 18px;
  transition: 0.4s;
  transform: translate(0px, -8px) rotate(90deg);
}
html body header .header_inner .sp_nav {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: 0.4s ease-in;
  z-index: 10;
  opacity: 0;
}
html body header .header_inner .sp_nav nav {
  height: 100%;
  background-color: #fff;
  padding: 3.5rem 0 0;
}
html body header .header_inner .sp_nav nav ul li {
  text-align: center;
  padding: 0 1rem;
  opacity: 0;
  transition: 0.6s;
}
html body header .header_inner .sp_nav nav ul li a {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  display: block;
  padding: 1rem 0;
}
@media screen and (max-width: 575px) {
  html body header .header_inner .sp_nav nav ul li a {
    font-size: 1rem;
  }
}
html body header .header_inner .sp_nav nav ul li a span {
  font-size: 0.625rem;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}
html body header .header_inner .sp_nav.menu_open {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in;
}
html body header .header_inner .sp_nav.menu_open nav ul li {
  opacity: 1;
  transition: 0.6s;
}
html body .sp-fixed-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 97;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  html body .sp-fixed-nav {
    display: flex;
  }
}
html body .sp-fixed-nav__tel, html body .sp-fixed-nav__contact-btn {
  width: 50%;
  height: 60px;
  background: #0c2c74;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 16px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}
html body .sp-fixed-nav__tel {
  padding: 10px;
}
html body .sp-fixed-nav__tel img {
  max-height: 100%;
}
html body .sp-fixed-nav__contact-btn {
  border: none;
  cursor: pointer;
  background: #0c2c74;
  position: relative;
  text-align: left;
}
html body .sp-fixed-nav__contact-btn .sp-fixed-nav__contact-label {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .sp-fixed-nav__contact-btn .sp-fixed-nav__contact-label {
    font-size: 13px;
  }
}
html body .sp-fixed-nav__contact-btn .sp-fixed-nav__contact-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
}
html body .sp-fixed-nav__contact-btn .sp-fixed-nav__contact-icon::before, html body .sp-fixed-nav__contact-btn .sp-fixed-nav__contact-icon::after {
  content: "";
  position: absolute;
  background: #0c2c74;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
html body .sp-fixed-nav__contact-btn .sp-fixed-nav__contact-icon::before {
  width: 14px;
  height: 2px;
}
html body .sp-fixed-nav__contact-btn .sp-fixed-nav__contact-icon::after {
  width: 2px;
  height: 14px;
  transition: opacity 0.2s;
}
html body .sp-fixed-nav__contact-btn.is-open .sp-fixed-nav__contact-icon::after {
  opacity: 0;
}
html body .sp-fixed-nav__panel {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 50%;
  background: #f7f7f7;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s cubic-bezier(0.25, 0.9, 0.35, 1.4), opacity 0.25s;
}
html body .sp-fixed-nav__panel.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
html body .sp-fixed-nav__list {
  margin: 0;
  padding: 10px;
  list-style: none;
}
html body .sp-fixed-nav__list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
html body .sp-fixed-nav__list li:last-child {
  border-bottom: none;
}
html body .sp-fixed-nav__list li a {
  display: block;
  padding: 10px 10px 10px 0px;
  text-decoration: none;
  color: #1a1a1a;
  font-size: 12px;
  position: relative;
}
html body .sp-fixed-nav__list li a::after {
  content: ">";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0c2c74;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7px;
}
html body .sp-fixed-nav::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
html body .sp-fixed-nav.has-overlay::before {
  opacity: 1;
  pointer-events: auto;
}
html body header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  background: none;
  transition: all 0.6s;
}
html body header.active {
  background: #fff;
}
@media screen and (max-width: 767px) {
  html body header {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  html body header.active {
    background: #fff;
  }
}
html body header .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
html body header .logo img {
  height: 24px;
}
html body header .logo img.scroll {
  display: none;
}
html body header .logo.active .scroll {
  display: block;
}
html body header .logo.active .default {
  display: none;
}
html body header .r_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
html body header .r_nav nav a {
  color: #fff;
  margin-right: 1.5rem;
  text-decoration: none;
  font-size: 0.9rem;
}
html body header .r_nav nav a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  html body header .r_nav nav {
    display: none;
  }
}
html body header .r_nav .contact-wrapper {
  position: relative;
}
html body header .r_nav .contact-wrapper .contact-btn {
  background: #0E2971;
  padding: 0.4rem 2.5rem 0.4rem 1.5rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  margin: 0 1.5rem;
  position: relative;
  cursor: pointer;
}
html body header .r_nav .contact-wrapper .contact-btn:after {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../../images/common/plus.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  html body header .r_nav .contact-wrapper .contact-btn {
    display: none;
  }
}
html body header .r_nav .contact-wrapper .contact-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5rem;
  background: #fff;
  color: #0E1A3C;
  width: 360px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.6s ease;
}
html body header .r_nav .contact-wrapper .contact-menu ul {
  list-style: none;
}
html body header .r_nav .contact-wrapper .contact-menu ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
}
html body header .r_nav .contact-wrapper .contact-menu ul li:hover .arrow {
  background: url(../../images/common/button_arrow2.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
html body header .r_nav .contact-wrapper .contact-menu ul li a {
  color: inherit;
  text-decoration: none;
  flex: 1;
}
html body header .r_nav .contact-wrapper .contact-menu ul li .arrow {
  background: url(../../images/common/button_arrow.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 20px;
}
html body header .r_nav .contact-wrapper:hover .contact-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all 0.6s ease;
}
html body header .r_nav .hamburger {
  width: 70px;
  height: 32px;
  background: transparent;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  html body header .r_nav .hamburger {
    width: 60px;
    height: 32px;
  }
}
html body header .r_nav .hamburger::before, html body header .r_nav .hamburger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #CCC;
  left: 0;
  z-index: 98;
  transition: transform 0.3s ease, top 0.3s ease;
}
html body header .r_nav .hamburger::before {
  top: 10px;
}
html body header .r_nav .hamburger::after {
  top: 20px;
}
html body header .r_nav .hamburger.active::before {
  top: 16px;
  transform: rotate(15deg);
  background: #0E2971;
}
html body header .r_nav .hamburger.active::after {
  top: 16px;
  transform: rotate(-15deg);
  background: #0E2971;
}
html body header .r_nav.active nav a {
  color: #0E2971;
}
html body .overlay-menu {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
  height: calc(100vh - 64px);
  z-index: 998;
  padding: 30px 0;
  top: 64px;
  overflow-y: scroll;
}
@media screen and (max-width: 991px) {
  html body .overlay-menu {
    height: 100vh;
    overflow-y: scroll;
    padding-top: 70px;
    align-items: center;
    justify-content: start;
    top: 0;
  }
}
html body .overlay-menu.active {
  opacity: 1;
  visibility: visible;
}
html body .overlay-menu .menu-inner {
  display: flex;
  width: 1400px;
  max-width: 95%;
}
@media screen and (min-width: 1601px) {
  html body .overlay-menu .menu-inner {
    width: 1600px;
    max-width: 95%;
  }
}
@media screen and (max-width: 1199px) {
  html body .overlay-menu .menu-inner {
    padding-top: 240px;
  }
}
@media screen and (max-width: 991px) {
  html body .overlay-menu .menu-inner {
    display: none;
  }
}
html body .overlay-menu .menu-inner .block-image {
  flex: 0 0 15%;
  padding-right: 20px;
}
@media screen and (max-width: 1199px) {
  html body .overlay-menu .menu-inner .block-image {
    display: none;
  }
}
html body .overlay-menu .menu-inner .block-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
html body .overlay-menu .menu-inner .menu-right {
  flex: 1 1 auto;
}
html body .overlay-menu .menu-inner .menu-right .contact-cta__nav {
  display: flex;
}
@media screen and (max-width: 1199px) {
  html body .overlay-menu .menu-inner .menu-right .contact-cta__nav {
    flex-wrap: wrap;
  }
}
html body .overlay-menu .menu-inner .menu-right .contact-cta__nav .contact-cta__col h4 {
  color: #505050;
  font-weight: 500;
  margin-bottom: 20px;
}
html body .overlay-menu .menu-inner .menu-right .contact-cta__nav .contact-cta__col li {
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  html body .overlay-menu .menu-inner .menu-right .contact-cta__nav .contact-cta__col li {
    margin-bottom: 10px;
  }
}
html body .overlay-menu .menu-inner .menu-right .contact-cta__nav .contact-cta__col li a {
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  html body .overlay-menu .menu-inner .menu-right .contact-cta__nav .contact-cta__col li a {
    font-size: 13px;
  }
}
html body .overlay-menu .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(1) {
  flex: 0 0 5%;
  border-right: 1px solid #505050;
  margin-right: 2%;
}
@media screen and (max-width: 1199px) {
  html body .overlay-menu .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(1) {
    flex: 0 0 8%;
    border: none;
  }
}
html body .overlay-menu .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(2) {
  flex: 0 0 22%;
}
@media screen and (max-width: 1199px) {
  html body .overlay-menu .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(2) {
    flex: 0 0 30%;
  }
}
html body .overlay-menu .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(4) {
  flex: 0 0 15%;
}
@media screen and (max-width: 1199px) {
  html body .overlay-menu .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(4) {
    flex: 0 0 30%;
  }
}
html body .overlay-menu .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(3) {
  flex: 0 0 13%;
}
@media screen and (max-width: 1199px) {
  html body .overlay-menu .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(3) {
    flex: 0 0 30%;
  }
}
html body .overlay-menu .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(5) {
  flex: 0 0 20%;
}
@media screen and (max-width: 1199px) {
  html body .overlay-menu .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(5) {
    flex: 0 0 30%;
    margin-left: 10%;
    margin-top: 30px;
  }
}
html body .overlay-menu .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(6) {
  flex: 0 0 15%;
}
@media screen and (max-width: 1199px) {
  html body .overlay-menu .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(6) {
    flex: 0 0 30%;
    margin-top: 30px;
  }
}
html body .overlay-menu .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(7) {
  flex: 0 0 5%;
}
@media screen and (max-width: 1199px) {
  html body .overlay-menu .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(7) {
    flex: 0 0 30%;
    margin-top: 30px;
  }
}
html body .overlay-menu .sp-menu {
  display: none;
  /* メニュー全体 */
  /* ── ソーシャルアイコン ── */
}
@media screen and (max-width: 991px) {
  html body .overlay-menu .sp-menu {
    display: block;
  }
}
html body .overlay-menu .sp-menu .block-cta {
  padding: 20px;
}
html body .overlay-menu .sp-menu .nav-sp {
  padding: 0px 20px;
}
html body .overlay-menu .sp-menu .sp-accordion {
  width: 100%;
  margin: 1rem auto;
  background: #fff;
  overflow: hidden;
}
html body .overlay-menu .sp-menu .sp-accordion li {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
}
html body .overlay-menu .sp-menu .sp-accordion .trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  cursor: pointer;
  user-select: none;
}
html body .overlay-menu .sp-menu .sp-accordion .trigger .icon {
  display: block;
  transition: transform 0.3s ease;
}
html body .overlay-menu .sp-menu .sp-accordion .trigger .icon:after {
  content: "＋";
  width: 20px;
  color: #000;
}
html body .overlay-menu .sp-menu .sp-accordion .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
html body .overlay-menu .sp-menu .sp-accordion .open .trigger .icon:after {
  content: "ー";
}
html body .overlay-menu .sp-menu .sp-accordion .open .content {
  max-height: 500px;
}
html body .overlay-menu .sp-menu .sp-accordion .content a {
  display: block;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: #333;
  font-size: 13px;
}
html body .overlay-menu .sp-menu .site-header__social {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-bottom: 30px;
}
html body .overlay-menu .sp-menu .site-header__social a img {
  width: 32px;
  height: 32px;
  display: block;
}
html body .overlay-menu .block-cta {
  padding: 40px 0 0 40%;
}
@media screen and (max-width: 1600px) {
  html body .overlay-menu .block-cta {
    padding: 40px 0 0 20%;
  }
}
@media screen and (max-width: 1199px) {
  html body .overlay-menu .block-cta {
    padding: 40px 0 0 0;
  }
}
html body .overlay-menu .block-cta .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
html body .overlay-menu .block-cta .cta-inner {
  display: flex;
  gap: 24px;
}
html body .overlay-menu .block-cta .cta-tel {
  flex: 1;
  background: #0E2971;
  color: #fff;
  padding: 24px;
  display: flex;
  align-items: center;
}
html body .overlay-menu .block-cta .cta-tel__title {
  margin: 0 0 8px;
  font-size: 1rem;
}
html body .overlay-menu .block-cta .cta-tel__number {
  margin: 0 0 4px;
  font-size: 2.7em;
  font-weight: 500;
  letter-spacing: 1px;
  background: url(../../images/common/menu_tel.svg) no-repeat left center;
  background-size: 35px auto;
  padding-left: 50px;
}
html body .overlay-menu .block-cta .cta-tel__time {
  margin: 0;
  font-size: 1rem;
  text-align: right;
}
html body .overlay-menu .block-cta .cta-actions {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
html body .overlay-menu .block-cta .cta-actions .cta-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #0E2971;
  color: #fff;
  padding: 12px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.4s ease;
  position: relative;
}
html body .overlay-menu .block-cta .cta-actions .cta-btn:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../../images/index/arrow.svg) no-repeat;
  background-size: contain;
  right: 15px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
html body .overlay-menu .block-cta .cta-actions .cta-btn:hover {
  opacity: 0.6;
}
html body .overlay-menu .block-cta .cta-actions .cta-btn img {
  display: block;
  width: 30px;
}
@media (max-width: 768px) {
  html body .overlay-menu .block-cta {
    padding: 20px 0;
  }
  html body .overlay-menu .block-cta .cta-inner {
    flex-direction: column;
  }
}
html body .contents_breadcrumb {
  margin-left: 60px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 12px;
  line-height: 50px;
  color: #9A9A9A;
}
@media screen and (max-width: 767px) {
  html body .contents_breadcrumb {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  html body .contents_breadcrumb {
    margin-left: 20px;
    margin-bottom: 25px;
  }
}
html body .topBtn {
  width: 58px;
  height: 58px;
  position: fixed;
  right: 10px;
  bottom: 66px;
  z-index: 9;
}
html body .topBtn-link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #505050;
}
html body .topBtn-arrow {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
html body .topBtn-arrow::before {
  content: "";
  height: 1.5px;
  position: absolute;
  background: #F8F8F8;
  border-radius: 1px;
  top: 0;
  right: 0;
  left: 0;
}
html body .topBtn-arrow::after {
  content: "";
  width: 1.5px;
  position: absolute;
  background: #F8F8F8;
  border-radius: 1px;
  top: 0;
  right: 0;
  bottom: 0;
}
html body .topBtn-text {
  font-size: 11px;
  line-height: 15px;
  color: #F8F8F8;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  html body .topBtn-text {
    font-size: 11px;
    line-height: 15px;
  }
}
html body .site-footer {
  background: #172d6c;
  color: #F8F8F8;
  padding: 60px 0;
  /* ── ソーシャルアイコン ── */
  /* ── 下部：ポリシー + コピーライト ── */
  /* ── モバイル対応 ── */
}
html body .site-footer .ft_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 1600px;
  max-width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1601px) {
  html body .site-footer .ft_wrapper {
    min-width: 1600px;
    max-width: 95%;
  }
}
@media screen and (max-width: 575px) {
  html body .site-footer .ft-logo {
    padding: 0px 0px 0px 20px;
  }
}
html body .site-footer .menu-inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  html body .site-footer .menu-inner {
    display: block;
    padding: 20px;
  }
}
html body .site-footer .menu-inner .block-company {
  flex: 0 0 18%;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  html body .site-footer .menu-inner .block-company {
    padding-right: 0px;
  }
}
html body .site-footer .menu-inner .block-company .ft-company {
  margin-bottom: 40px;
  line-height: 1.6em;
}
html body .site-footer .menu-inner .block-company h4 {
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #F8F8F8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
html body .site-footer .menu-inner .block-company p {
  font-size: 14px;
}
html body .site-footer .menu-inner .block-company span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
}
html body .site-footer .menu-inner .menu-right {
  flex: 1 1 auto;
}
html body .site-footer .menu-inner .menu-right .contact-cta__nav {
  display: flex;
}
@media screen and (max-width: 767px) {
  html body .site-footer .menu-inner .menu-right .contact-cta__nav {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  html body .site-footer .menu-inner .menu-right .contact-cta__nav {
    flex-wrap: wrap;
  }
}
html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col h4 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col li {
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col li {
    margin-bottom: 10px;
  }
}
html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col li a {
  font-size: 13px;
}
html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col li a:before {
  content: "・";
}
@media screen and (max-width: 1199px) {
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col {
    border-top: 1px solid #F8F8F8;
    padding: 10px 0px;
  }
}
html body .site-footer .menu-inner .menu-right .contact-cta__nav .bold_in li {
  margin-bottom: 20px;
}
html body .site-footer .menu-inner .menu-right .contact-cta__nav .bold_in li a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
html body .site-footer .menu-inner .menu-right .contact-cta__nav .bold_in li a:before {
  content: "";
  display: none;
}
html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(1) {
  flex: 0 0 5%;
  border-right: 1px solid #F8F8F8;
  margin-right: 2%;
}
@media screen and (max-width: 1199px) {
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(1) {
    flex: 0 0 8%;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(1) {
    border-top: 1px solid #F8F8F8;
    padding: 10px 0px;
  }
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(1) h4 {
    margin-bottom: 0px;
  }
}
html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(5) {
  flex: 0 0 22%;
}
@media screen and (max-width: 1199px) {
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(5) {
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 767px) {
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(5) {
    padding-top: 10px;
  }
}
html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(2) {
  flex: 0 0 15%;
}
@media screen and (max-width: 1199px) {
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(2) {
    flex: 0 0 30%;
  }
}
html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(3) {
  flex: 0 0 15%;
}
@media screen and (max-width: 1199px) {
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(3) {
    flex: 0 0 30%;
  }
}
html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(4) {
  flex: 0 0 18%;
}
@media screen and (max-width: 1199px) {
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(4) {
    flex: 0 0 30%;
    margin-left: 10%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(4) {
    margin-left: 0;
    margin-top: 0;
  }
}
html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(6) {
  flex: 0 0 15%;
}
@media screen and (max-width: 1199px) {
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(6) {
    flex: 0 0 30%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(6) {
    margin-top: 0;
  }
}
html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(7) {
  flex: 0 0 5%;
}
@media screen and (max-width: 1199px) {
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(7) {
    flex: 0 0 30%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(7) {
    margin-top: 0;
    border-bottom: 1px solid #F8F8F8;
  }
}
@media (min-width: 1024px) {
  html body .site-footer .menu-inner .menu-right .contact-cta__nav {
    /* 並び順：1,5,2,3,4,6,7 */
  }
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(1) {
    order: 1;
  }
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(5) {
    order: 2;
  }
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(2) {
    order: 3;
  }
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(3) {
    order: 4;
  }
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(4) {
    order: 5;
  }
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(6) {
    order: 6;
  }
  html body .site-footer .menu-inner .menu-right .contact-cta__nav .contact-cta__col:nth-child(7) {
    order: 7;
  }
}
html body .site-footer__social {
  display: flex;
  justify-content: center;
  gap: 24px;
}
html body .site-footer__social a img {
  width: 32px;
  height: 32px;
  display: block;
}
html body .site-footer__bottom .footer-policy {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  html body .site-footer__bottom .footer-policy {
    display: block;
    padding: 0px 40px;
  }
  html body .site-footer__bottom .footer-policy .fp_line {
    display: none;
  }
}
html body .site-footer__bottom .footer-policy li a {
  color: #F8F8F8;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  html body .site-footer__bottom .footer-policy li a {
    line-height: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  html body .site-footer__bottom .footer-policy li a:before {
    content: "・";
  }
}
html body .site-footer__bottom .footer-copy {
  text-align: center;
  font-size: 0.85rem;
  margin: 0;
}
@media (max-width: 768px) {
  html body .site-footer .wrapper {
    gap: 24px;
  }
  html body .site-footer__top {
    flex-direction: column;
  }
  html body .site-footer__top .site-footer__addresses {
    gap: 16px;
  }
  html body .site-footer__top__nav {
    flex-direction: column;
    gap: 24px;
  }
  html body .site-footer__top__nav .nav-col {
    min-width: auto;
  }
}
html body .subvisual {
  background-color: #0E1A3C;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
  margin-top: 74.9px;
}
@media screen and (max-width: 991px) {
  html body .subvisual {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  html body .subvisual {
    margin-top: 50px;
    height: 200px;
  }
}
html body .subvisual h1 {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.2em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  html body .subvisual h1 {
    font-size: 1.75rem;
  }
}
html body .subvisual h1 span {
  display: block;
  font-size: 1rem;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  html body .subvisual h1 span {
    font-size: 0.75rem;
  }
}
html body .contents_breadcrumb {
  padding-top: 1.25rem;
}
html body .contents_breadcrumb.single_breadcrumb {
  margin-top: 86px;
  padding-top: 3.75rem;
}
@media screen and (max-width: 991px) {
  html body .contents_breadcrumb.single_breadcrumb {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  html body .contents_breadcrumb.single_breadcrumb {
    margin-top: 55px;
    padding-top: 0px;
    line-height: 20px;
    padding-top: 0px;
  }
}
html body .contents_breadcrumb .breadcrumb span.bread-list {
  padding: 0 0.625rem;
}
html body .contents_breadcrumb .breadcrumb span.bread-nolink {
  padding: 0 0.625rem;
}
html body .pagetop {
  position: fixed;
  z-index: 11;
  right: 20px;
  bottom: 60px;
  display: none;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  border-radius: 50%;
  padding-top: 15px;
  background-color: #0E2971;
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body .pagetop {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 40px;
    padding-top: 12px;
  }
}
html body .pagetop::after {
  content: "";
  position: absolute;
  top: 14px;
  left: calc(50% - 8px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #fff transparent;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  html body .pagetop::after {
    top: 10px;
    left: calc(50% - 6px);
    border-width: 0 6px 10px 6px;
  }
}
html body .pagetop span {
  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  html body .pagetop span {
    font-size: 0.625rem;
  }
}
html body .contents {
  color: #0E1A3C;
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .contents {
    padding: 3.75rem 0;
  }
}
html body .contents .title_wrapper {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  html body .contents .title_wrapper {
    margin-bottom: 1.5rem;
  }
}
html body .contents .title_wrapper h2 {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
html body .contents .title_wrapper h2 span {
  display: block;
  font-size: 1.5rem;
  position: relative;
  margin-top: 0.75rem;
}
html body .contents p {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  html body .contents p {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
}
html body .contents .more {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .contents .more {
    margin-top: 3rem;
  }
}
html body .contents .more a {
  color: #fff;
  background-color: #0E1A3C;
  display: inline-block;
  padding: 0.75rem 2.5rem;
  border-radius: 25px;
  transition: ease 0.4s;
}
html body .contents .more a:hover {
  color: #0E1A3C;
  background-color: #fff;
}
html body .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
html body img {
  height: auto;
  max-width: 100%;
}
html body .cf::before, html body .cf::after {
  display: table;
  clear: both;
  content: "";
}
html body .alpha {
  transition: opacity 250ms;
}
html body .alpha:hover {
  opacity: 0.7;
}
html body .box-link-arrow {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  html body .box-link-arrow {
    margin-top: 30px;
  }
}
html body .box-link-arrow a {
  width: min(30vw, 400px);
  padding: min(1.4vw, 20px) 0;
  font-size: min(1.3vw, 18px);
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0E1A3C;
  transition: all 1s ease-out;
  letter-spacing: 0.06em;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .box-link-arrow a {
    background: #0E1A3C;
    color: #fff;
  }
}
html body .box-link-arrow a::before {
  right: max(-3.8vw, -55px);
  width: min(7.6vw, 110px);
  position: absolute;
  top: 43%;
  content: url(../../images/common/allow-link-s.svg);
  transition: right 1s ease-out;
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  html body .box-link-arrow a::before {
    right: -10vw;
    width: 15.2vw;
  }
}
html body .box-link-arrow a:hover {
  color: #fff;
  background-color: #0E1A3C;
}
@keyframes move_arrow {
  0% {
    right: -3.8vw;
  }
  50% {
    right: -4.9vw;
  }
  100% {
    right: -3.8vw;
  }
}
html body .box-link-arrow a:hover::before {
  animation: move_arrow 2s;
}
@media screen and (max-width: 575px) {
  html body .box-link-arrow a {
    width: 64vw;
    padding: 4vw 0;
    font-size: 4.3vw;
  }
}
html body .box-link-arrow-mini {
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  html body .box-link-arrow-mini {
    margin-top: 10px;
  }
}
html body .box-link-arrow-mini a {
  width: min(20vw, 240px);
  padding: min(1.1vw, 15px) 0;
  font-size: min(1vw, 14px);
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0E1A3C;
  transition: all 1s ease-out;
  letter-spacing: 0.06em;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .box-link-arrow-mini a {
    background: #0E1A3C;
    color: #fff;
  }
}
html body .box-link-arrow-mini a::before {
  right: max(-3vw, -55px);
  width: min(7.6vw, 110px);
  position: absolute;
  top: 43%;
  content: url(../../images/common/allow-link-s.svg);
  transition: right 1s ease-out;
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  html body .box-link-arrow-mini a::before {
    right: -10vw;
    width: 15.2vw;
  }
}
html body .box-link-arrow-mini a:hover {
  color: #fff;
  background-color: #0E1A3C;
}
@keyframes move_arrow {
  0% {
    right: -3.4vw;
  }
  50% {
    right: -4.5vw;
  }
  100% {
    right: -3.4vw;
  }
}
html body .box-link-arrow-mini a:hover::before {
  animation: move_arrow 1.5s;
}
@media screen and (max-width: 575px) {
  html body .box-link-arrow-mini a {
    width: 64vw;
    padding: 4vw 0;
    font-size: 4.3vw;
  }
}
html body .box-link-arrow-mini.center {
  text-align: center;
}
html body .jost {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
}
html body .noto-serif {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1199px) {
  html body .lgbr {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  html body .xlbr {
    display: none;
  }
}
html body .sp-only {
  display: none;
}
@media screen and (max-width: 991px) {
  html body .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html body .sp-only {
    display: block;
  }
}
html body .xs-only {
  display: none;
}
@media screen and (max-width: 575px) {
  html body .xs-only {
    display: block;
  }
}
html body .sm-only {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .sm-only {
    display: block;
  }
}
html body .pc-only {
  display: block;
}
@media screen and (max-width: 991px) {
  html body .pc-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html body .pc-only {
    display: none;
  }
}
html body .pc-tb-only {
  display: block;
}
@media screen and (max-width: 991px) {
  html body .pc-tb-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html body .pc-tb-only {
    display: none;
  }
}
html body .pdb-20 {
  padding-bottom: 20px;
}
html body .pdb-30 {
  padding-bottom: 30px;
}
html body .pdb-40 {
  padding-bottom: 40px;
}
html body .mgb-0 {
  margin-bottom: 0px !important;
}
html body .mgb-5 {
  margin-bottom: 5px !important;
}
html body .mgb-10 {
  margin-bottom: 10px !important;
}
html body .mgb-20 {
  margin-bottom: 20px;
}
html body .mgb-30 {
  margin-bottom: 30px;
}
html body .mgb-40 {
  margin-bottom: 40px;
}
html body .mgt-20 {
  margin-top: 20px;
}
html body a.more {
  color: #002c6c;
  background: url(../../images/common/button_arrow.svg) right center no-repeat;
  padding-right: 30px;
  background-size: contain;
  font-size: 15px;
  display: inline-block;
  margin-top: 20px;
}
html body .leftmove,
html body .rightmove,
html body .upmove,
html body .blur {
  opacity: 0;
  /* 軽い遅延を入れたい場合は var(--delay) を使ってください */
  transition: transform 0.8s ease-out var(--delay, 0s), opacity 0.8s ease-out var(--delay, 0s), filter 0.8s ease-out var(--delay, 0s);
}
html body .leftmove {
  transform: translateX(-20px);
}
html body .leftmove.is-visible {
  transform: translateX(0);
  opacity: 1;
}
html body .rightmove {
  transform: translateX(20px);
}
html body .rightmove.is-visible {
  transform: translateX(0);
  opacity: 1;
}
html body .upmove {
  transform: translateY(20px);
}
html body .upmove.is-visible {
  transform: translateY(0);
  opacity: 1;
}
html body .blur {
  filter: blur(8px);
}
html body .blur.is-visible {
  filter: blur(0);
  opacity: 1;
}
html body .popmenu {
  position: fixed;
  right: 0px;
  top: 120px;
  width: 340px;
  text-align: right;
  z-index: 990;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  html body .popmenu {
    top: 80px;
  }
}
html body .popmenu ul {
  position: relative;
  pointer-events: none;
}
html body .popmenu ul li {
  pointer-events: auto;
  text-align: left;
  position: relative;
  right: -330px;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  html body .popmenu ul li {
    right: -345px;
    margin-bottom: 0px;
  }
}
html body .popmenu ul li:hover {
  right: 0px;
}
@media screen and (max-width: 767px) {
  html body .popmenu ul li:hover {
    right: -345px;
  }
}
html body .popmenu ul li:nth-child(2) a::before {
  background-image: url(../../images/common/menu_online.svg);
}
html body .popmenu ul li:nth-child(3) a::before {
  background-image: url(../../images/common/menu_land.svg);
}
html body .popmenu ul li:nth-child(4) a::before {
  background-image: url(../../images/common/menu_blueprint.svg);
}
html body .popmenu ul li:nth-child(5) a::before {
  background-image: url(../../images/common/menu_maintenance.svg);
}
html body .popmenu ul li a {
  pointer-events: auto;
  display: block;
  background: #fff;
  position: relative;
  color: #0E2971;
  padding: 15px 10px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  html body .popmenu ul li a {
    padding: 10px;
  }
}
html body .popmenu ul li a::before {
  content: "";
  background: #0E2971 url(../../images/common/menu_mail.svg) no-repeat left 10px center;
  background-position: center;
  border-radius: 6px 0 0 6px;
  display: block;
  width: 55px;
  height: 48px;
  position: absolute;
  top: 0;
  left: -55px;
}
@media screen and (max-width: 767px) {
  html body .popmenu ul li a::before {
    background-size: 30px;
    background-position: 3px 50%;
    width: 35px;
    height: 35px;
    left: -50px;
  }
}
html body .popmenu ul li a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../images/common/button_arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 0px;
  top: 0px;
  margin: auto;
}
html body .fixed-footer-nav {
  background-color: #0E2971;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 990;
}
html body .fixed-footer-nav .wrapper {
  max-width: 1400px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  html body .fixed-footer-nav .fixed-footer-nav--inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
html body .fixed-footer-nav .fixed-footer-nav--inner .fixed-footer-nav__tel {
  display: none;
}
@media screen and (max-width: 991px) {
  html body .fixed-footer-nav .fixed-footer-nav--inner .fixed-footer-nav__tel {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  html body .fixed-footer-nav .fixed-footer-nav--inner .fixed-footer-nav__tel .fixed-footer-nav__tel-link {
    padding: 10px;
  }
}
html body .fixed-footer-nav .fixed-footer-nav__list {
  display: flex;
  justify-content: center;
}
html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item:nth-child(n+2) {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 991px) {
  html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item:first-child {
    border-left: 1px solid #fff;
  }
}
html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item:last-child .fixed-footer-nav__link {
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item.fixed-footer-nav__item--plan, html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item.fixed-footer-nav__item--land, html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item.fixed-footer-nav__item--contact, html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item.fixed-footer-nav__item--online, html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item.fixed-footer-nav__item--maintenance {
    display: none;
  }
}
html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item .fixed-footer-nav__link {
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.3;
  padding: 0 10px 0 45px;
  display: block;
  position: relative;
  font-size: 14.5px;
}
@media screen and (max-width: 1400px) {
  html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item .fixed-footer-nav__link {
    font-size: 14px;
    padding: 0 5px 0 40px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 991px) {
  html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item .fixed-footer-nav__link {
    padding: 0 10px;
  }
}
html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item .fixed-footer-nav__link::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 27px;
}
@media screen and (max-width: 1400px) {
  html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item .fixed-footer-nav__link::before {
    left: 5px;
  }
}
@media screen and (max-width: 991px) {
  html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item .fixed-footer-nav__link::before {
    content: none;
  }
}
html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item .fixed-footer-nav__link.fixed-footer-nav__link--model::before {
  background-image: url(../../images/common/menu_modelhouse.svg);
}
html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item .fixed-footer-nav__link.fixed-footer-nav__link--event::before {
  background-image: url(../../images/common/menu_reserve.svg);
}
html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item .fixed-footer-nav__link.fixed-footer-nav__link--document::before {
  background-image: url(../../images/common/menu_document.svg);
}
html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item .fixed-footer-nav__link.fixed-footer-nav__link--plan::before {
  background-image: url(../../images/common/menu_blueprint.svg);
}
html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item .fixed-footer-nav__link.fixed-footer-nav__link--land::before {
  background-image: url(../../images/common/menu_land.svg);
}
html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item .fixed-footer-nav__link.fixed-footer-nav__link--contact::before {
  background-image: url(../../images/common/menu_mail.svg);
}
html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item .fixed-footer-nav__link.fixed-footer-nav__link--online::before {
  background-image: url(../../images/common/menu_online.svg);
}
html body .fixed-footer-nav .fixed-footer-nav__list .fixed-footer-nav__item .fixed-footer-nav__link.fixed-footer-nav__link--maintenance::before {
  background-image: url(../../images/common/menu_maintenance.svg);
}
html body .footer-cta {
  margin-bottom: 195px;
}
@media screen and (max-width: 991px) {
  html body .footer-cta {
    margin-bottom: 90px;
  }
}
html body .footer-cta .wrapper {
  max-width: 1400px;
}
@media screen and (max-width: 991px) {
  html body .footer-cta .wrapper {
    padding: 0 40px;
  }
}
html body .footer-cta .md-sp {
  display: none;
}
@media screen and (max-width: 991px) {
  html body .footer-cta .md-sp {
    display: block;
  }
}
html body .footer-cta .md-pc {
  display: block;
}
@media screen and (max-width: 991px) {
  html body .footer-cta .md-pc {
    display: none;
  }
}
html body .footer-cta .footer-cta__lead {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.722;
  color: #0E1A3C;
  margin-bottom: 82px;
}
@media screen and (max-width: 767px) {
  html body .footer-cta .footer-cta__lead {
    font-size: 22px;
    letter-spacing: 0.06em;
    line-height: 1.545;
    margin-bottom: 42px;
  }
}
html body .footer-cta .footer-cta__text {
  letter-spacing: 0.04em;
  line-height: 1.875;
  max-width: 978px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  html body .footer-cta .footer-cta__text {
    margin: 0 auto 40px;
  }
}
html body .footer-cta .footer-cta__contact {
  background-color: #9199AF;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  max-width: 978px;
  margin: 0 auto 120px;
  padding: 13px;
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  html body .footer-cta .footer-cta__contact {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 1.278;
    padding: 12px 7px;
    margin: 0 auto 46px;
  }
}
html body .footer-cta .footer-cta__contact .footer-cta__tel {
  position: relative;
  padding-left: 62px;
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  html body .footer-cta .footer-cta__contact .footer-cta__tel {
    padding-left: 0;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.438;
  }
}
html body .footer-cta .footer-cta__contact .footer-cta__tel::before {
  content: "";
  display: block;
  width: 52px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  html body .footer-cta .footer-cta__contact .footer-cta__tel::before {
    content: none;
  }
}
html body .footer-cta .footer-cta__menu {
  display: flex;
  flex-wrap: wrap;
}
html body .footer-cta .footer-cta__menu .footer-cta__item {
  width: 25%;
}
@media screen and (max-width: 1199px) {
  html body .footer-cta .footer-cta__menu .footer-cta__item {
    width: 33.333%;
  }
}
@media screen and (max-width: 767px) {
  html body .footer-cta .footer-cta__menu .footer-cta__item {
    width: 50%;
  }
}
html body .footer-cta .footer-cta__menu .footer-cta__item:nth-child(n+5) {
  margin-top: 95px;
}
@media screen and (max-width: 1199px) {
  html body .footer-cta .footer-cta__menu .footer-cta__item:nth-child(n+4) {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  html body .footer-cta .footer-cta__menu .footer-cta__item:nth-child(n+3) {
    margin-top: 30px;
  }
}
html body .footer-cta .footer-cta__menu .footer-cta__item img {
  width: 100%;
  max-width: 186px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  html body .footer-cta .footer-cta__menu .footer-cta__item img {
    max-width: 139px;
  }
}
html body .footer-cta .footer-cta__menu .footer-cta__item p {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.083;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  html body .footer-cta .footer-cta__menu .footer-cta__item p {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  html body .footer-cta .footer-cta__menu .footer-cta__item p {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 19px;
  }
}
html body .sns-accounts {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  gap: 24px 40px;
}
html body .sns-accounts__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}
html body .sns-accounts__item:hover {
  opacity: 0.85;
}
html body .sns-accounts__item img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  flex: 0 0 48px;
}
html body .sns-accounts__text {
  line-height: 1.3;
}
html body .sns-accounts__id {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
html body .sns-accounts__label {
  display: block;
  font-size: 14px;
  opacity: 0.85;
}
@media (max-width: 640px) {
  html body .sns-accounts {
    gap: 16px;
  }
  html body .sns-accounts__item img {
    width: 44px;
    height: 44px;
  }
  html body .sns-accounts__id {
    font-size: 13px;
  }
  html body .sns-accounts__label {
    font-size: 11px;
  }
}
html body .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 10px !important;
  bottom: 55px !important;
  z-index: 1;
}
html body .grecaptcha-badge:hover {
  width: 256px !important;
}
html body .event-reservation-form__description .attention {
  margin-top: 20px;
  font-size: 14px !important;
}
html body .event-reservation-form__description .center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .event-reservation-form__description .center {
    text-align: left;
  }
}

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