@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&family=Roboto+Condensed&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #404040;
  line-height: 1.7777;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: hidden;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  cursor: pointer;
  transition: all 0.3s ease 0s;
  color: inherit;
}
a:hover {
  opacity: 0.7;
  color: inherit;
  text-decoration: none;
}

.f_roboto {
  font-family: "Roboto Condensed", sans-serif;
}

.c_white {
  color: #fff;
}

.c_black {
  color: #404040;
}

.c_main {
  color: #00254c;
}

.c_gold {
  color: #cbb376;
}

.c_blue {
  color: #0f3761;
}

.c_lightblue {
  color: #479a90;
}

.c_orange {
  color: #d34b33;
}

.c_yellow {
  color: #dab50f;
}

.bg_white {
  background-color: #fff;
}

.bg_black {
  background-color: #404040;
}

.bg_main {
  background-color: #00254c;
}

.bg_gold {
  background-color: #cbb376;
}

.bg_blue {
  background-color: #0f3761;
}

.bg_lightblue {
  background-color: #479a90;
}

.bg_orange {
  background-color: #d34b33;
}

.bg_yellow {
  background-color: #dab50f;
}

.bg_lightblue2 {
  background-color: #e8ebf0;
}

.bg_stripe {
  background: linear-gradient(90deg, #0f3761 0%, #0f3761 34%, #00254c 34%, #00254c 36%, #0f3761 36%, #0f3761 36.5%, #00254c 36.5%, #00254c 100%);
}
@media (max-width: 767px) {
  .bg_stripe {
    background: linear-gradient(90deg, #0f3761 0%, #0f3761 25%, #00254c 25%, #00254c 30%, #0f3761 30%, #0f3761 31.5%, #00254c 31.5%, #00254c 100%);
  }
}

.fw_bold {
  font-weight: bold;
}

.fz14 {
  font-size: 14px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .fz20 {
    font-size: 18px;
  }
}

.fz22 {
  font-size: 22px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .fz22 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .fz22 {
    font-size: 18px;
  }
}

.fz24 {
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .fz24 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .fz24 {
    font-size: 18px;
  }
}

.fz26 {
  font-size: 26px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .fz26 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .fz26 {
    font-size: 18px;
  }
}

.fz30 {
  font-size: 30px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .fz30 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .fz30 {
    font-size: 20px;
  }
}

.fz32 {
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .fz32 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .fz32 {
    font-size: 20px;
  }
}

.fz36 {
  font-size: 36px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .fz36 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .fz36 {
    font-size: 22px;
  }
}

.fz40 {
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .fz40 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .fz40 {
    font-size: 24px;
  }
}

.fz44 {
  font-size: 44px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .fz44 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .fz44 {
    font-size: 24px;
  }
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.btn_cmn a {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 17px;
  padding: 1rem 4rem;
  border-radius: 26px;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .btn_cmn a {
    padding: 0.8rem 3.5rem;
  }
}

.btn_cmn_main a {
  color: #00254c;
  border: 2px solid #00254c;
  font-weight: bold;
}

.btn_cmn_gold_l a {
  display: inline-block;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 1.8rem 0;
  border-radius: 45px;
  background: linear-gradient(-90deg, rgb(216, 191, 128) 0%, rgb(159, 138, 85) 100%);
  width: 650px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .btn_cmn_gold_l a {
    font-size: 24px;
    padding: 1.2rem 0;
  }
}
@media (max-width: 767px) {
  .btn_cmn_gold_l a {
    font-size: 16px;
    padding: 1rem 0;
    max-width: 90%;
  }
}

.max450 a {
  width: 450px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .tapc {
    display: none;
  }
}

.spta {
  display: none;
}
@media (max-width: 991px) {
  .spta {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.flex {
  display: flex;
}

.jcsb {
  justify-content: space-between;
}

.vk-mobile-nav-menu-btn.position-right {
  top: 12px;
  right: 15px;
}

.vk-mobile-nav-menu-btn.menu-open {
  background: url(../img/common/nav_btn_sp_close.png) center center/contain no-repeat;
  border: none;
}

.vk-mobile-nav {
  background: #00254c;
  padding: 4rem 2rem;
}
.vk-mobile-nav .menu-item_contact {
  text-align: center;
}
.vk-mobile-nav .menu-item_contact a {
  margin-top: 30px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  padding: 1.2rem 0;
  border-radius: 45px;
  background: linear-gradient(-90deg, rgb(216, 191, 128) 0%, rgb(159, 138, 85) 100%);
  width: 650px;
  max-width: 100%;
  border-bottom: none;
}
.vk-mobile-nav .menu-item_contact a::before {
  content: none;
}
.vk-mobile-nav .vk-mobile-nav-menu-outer {
  max-width: 320px;
  margin: 0 auto;
}

.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
  color: #fff;
  position: relative;
  padding: 1em 0.5em 1em 2rem;
}
.vk-mobile-nav .widget_nav_menu ul li a::before, .vk-mobile-nav nav ul li a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #cbb376;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  border-radius: 50%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: none;
  transition: 0.2s linear;
}
.site-header .site-header-logo {
  padding: 30px 0;
  margin-bottom: 0;
  width: 266px;
}
@media (max-width: 1199px) {
  .site-header .site-header-logo {
    width: 180px;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .site-header .site-header-logo {
    width: 180px;
  }
}
.site-header .site-header-container {
  max-width: 1440px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .site-header .site-header-container {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .site-header .global-nav {
    width: 580px;
  }
}
.site-header .global-nav-list {
  width: 600px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .site-header .global-nav-list {
    width: 100%;
  }
}
.site-header .global-nav-list > li .global-nav-name {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .site-header .global-nav-list > li .global-nav-name {
    font-size: 14px;
  }
}
.site-header .global-nav-list > li {
  padding: 0;
}
.site-header .global-nav-list > li a {
  padding: 10px 0;
}
.site-header .global-nav-list .menu-item_contact a {
  padding: 0.5rem 2.5rem;
  background: #cbb376;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .site-header .global-nav-list .menu-item_contact a {
    padding: 0.5rem 1.5rem;
  }
}
.site-header .global-nav-list .menu-item_contact a .global-nav-name {
  color: #fff;
}

.header_scrolled .site-header .global-nav {
  width: 1110px;
  max-width: 100%;
  padding: 6px 0;
}
@media (max-width: 1199px) {
  .header_scrolled .site-header .global-nav {
    max-width: 930px;
  }
}
.header_scrolled .site-header .global-nav .global-nav-list {
  width: 100%;
}
.header_scrolled .site-header .global-nav-list > li .global-nav-name {
  color: #404040;
}
.header_scrolled .site-header .global-nav-list .menu-item_contact .global-nav-name {
  color: #fff;
}

.scrolled .site-header {
  background: #fff;
}
.scrolled .site-header .global-nav-list > li .global-nav-name {
  color: #404040;
}
.scrolled .site-header .global-nav-list .menu-item_contact .global-nav-name {
  color: #fff;
}
.scrolled .vk-mobile-nav-menu-btn {
  background: url(../img/common/nav_btn_sp_page.png) center center/contain no-repeat;
}
.scrolled .vk-mobile-nav-menu-btn.menu-open {
  background: url(../img/common/nav_btn_sp_close.png) center center/contain no-repeat;
}

.cta {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .cta {
    padding: 60px 0;
  }
}
.cta .cta_btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cta .cta_btn {
    margin-top: 30px;
  }
}

.footer {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
}
.footer .footer_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer_info {
  width: 450px;
}
@media (max-width: 991px) {
  .footer .footer_info {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .footer .footer_info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .footer_info .footer_logo {
    width: 90px;
    margin: 0 auto;
  }
}
.footer .footer_nav_wrap {
  width: 420px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer .footer_nav_wrap {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .footer .footer_nav_wrap {
    display: none;
  }
}
.footer .footer_company {
  margin-top: 30px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .footer .footer_company {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
  }
}
.footer .footer_address {
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .footer .footer_address {
    text-align: center;
  }
}
.footer .footer_link {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .footer .footer_link {
    margin-top: 10px;
    text-align: center;
  }
}
.footer .footer_nav {
  flex: 1 auto;
}
.footer .footer_nav > ul li {
  position: relative;
  padding-left: 1.5rem;
}
.footer .footer_nav > ul li + li {
  margin-top: 20px;
}
.footer .footer_nav > ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #cbb376;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
.footer .footer_nav > ul li a {
  font-weight: bold;
  color: #00254c;
  text-decoration: none;
  font-size: 16px;
}
@media (max-width: 991px) {
  .footer .footer_nav > ul li a {
    font-size: 14px;
  }
}

.op0 {
  opacity: 0;
  pointer-events: none;
}