@charset "UTF-8";
/*---------- break point ----------*/
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .pcNone {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}

/*---------- link ----------*/
a {
  transition: 0.3s;
}
a:hover {
  transition: 0.3s;
}

a img {
  transition: 0.3s;
}
a img:hover {
  opacity: 0.6;
  transition: 0.3s;
}

/*---------- フォントサイズ ----------*/
.has-small-font-size {
  font-size: clamp(12px, 3vw, 14px) !important;
}

.has-regular-font-size {
  font-size: clamp(16px, 3vw, 20px) !important;
}

.has-large-font-size {
  font-size: clamp(18px, 3vw, 24px) !important;
}

.has-huge-font-size {
  font-size: clamp(20px, 3vw, 36px) !important;
}

/*---------- ハンバーガーメニュー ----------*/
.vk-mobile-nav-menu-btn {
  position: fixed;
  top: 7px;
  right: 7px !important;
  z-index: 2100;
  overflow: hidden;
  border-radius: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-indent: -9999px;
  background-size: 24px 24px;
  transition: border-color 0.5s ease-out;
  background: url(/wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-btn-white.svg) center 50% no-repeat #000;
  border: none;
}

.vk-mobile-nav-menu-btn.menu-open {
  background: url(/wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-close-white.svg) center 50% no-repeat #000;
  border: solid 1px #000;
}

.vk-mobile-nav {
  padding: 60px 10px;
  background-color: rgba(42, 68, 153, 0.9);
}

.vk-mobile-nav-menu-outer .vk-menu-acc {
  border-top: solid 1px #000;
}
.vk-mobile-nav-menu-outer .vk-menu-acc li a {
  border-bottom: solid 1px #000;
  color: #fff;
  font-weight: bold;
}
.vk-mobile-nav-menu-outer .vk-menu-acc li a br {
  display: none;
}
.vk-mobile-nav-menu-outer .vk-menu-acc li a i {
  margin-left: 0.25em;
}

/*---------- スライドショー ----------*/
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.swiper-slide-active picture img,
.swiper-slide-duplicate-active picture img,
.swiper-slide-prev picture img {
  animation: zoom-in 10s linear 0s 1 normal both;
}

.swiper-wrapper .ltg-slide-text-title {
  font-size: clamp(2rem, 3.5vw, 4.6rem);
  text-shadow: 0 0 5px #000000 !important;
}

/*---------- ページの先頭へボタン ----------*/
.page_top_btn {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 100;
  width: 40px;
  height: 38px;
  color: transparent;
  border: none;
  background: #ea6100;
  box-shadow: none;
  background-image: var(--ver_page_top_button_url);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  opacity: 0;
  transition: 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page_top_btn {
    right: 10px;
    bottom: 10px;
  }
}

/*---------- テーブル ----------*/
table th,
table td {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  table th,
  table td {
    font-size: 14px;
  }
}

/*---------- お問い合わせ ----------*/
.kk_form {
  padding: 0 40px;
}
@media screen and (max-width: 992px) {
  .kk_form {
    padding: 0;
  }
}
.kk_form .kk-data {
  border-top: solid 1px #ccc;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .kk_form .kk-data {
    display: block;
  }
}
.kk_form .kk-data dt,
.kk_form .kk-data dd {
  margin: 0;
  padding: 0.75em 0;
  border-bottom: solid 1px #ccc;
}
.kk_form .kk-data dt p,
.kk_form .kk-data dd p {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
.kk_form .kk-data dt {
  width: 15em;
  display: flex;
  align-items: center;
}
.kk_form .kk-data dt.item-top {
  align-items: start;
}
@media screen and (max-width: 768px) {
  .kk_form .kk-data dt {
    border-bottom: none;
    width: 100%;
    padding: 0.75em 0 0;
  }
  .kk_form .kk-data dt br {
    display: none;
  }
}
.kk_form .kk-data dt label {
  margin: 0;
}
.kk_form .kk-data dt .required {
  background-color: #cc4b00;
  color: #fff;
  padding: 3px 0.5em 3px;
  margin-left: 0.5em;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  border-radius: 4px;
  margin-right: 2em;
}
@media screen and (max-width: 768px) {
  .kk_form .kk-data dt .required {
    font-size: 11px;
  }
}
.kk_form .kk-data dd {
  width: calc(100% - 15em);
}
@media screen and (max-width: 768px) {
  .kk_form .kk-data dd {
    width: 100%;
  }
}
.kk_form .kk-data dd input,
.kk_form .kk-data dd textarea,
.kk_form .kk-data dd select {
  margin: 0;
}
.kk_form .size-l {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .kk_form .size-l {
    width: 100%;
  }
}
.kk_form .size-m {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .kk_form .size-m {
    width: 100%;
  }
}
.kk_form .size-s {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .kk_form .size-s {
    width: 100%;
  }
}
.kk_form .size-ss {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .kk_form .size-ss {
    width: 60px;
  }
}
.kk_form .kk_btn {
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kk_form .kk_btn {
    margin-top: 1em;
  }
}
.kk_form .kk_btn .wpcf7-spinner {
  display: block;
  margin: 0.5em auto 0;
}

.editorskit-block-link:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

#wpcf7cpcnf table {
  background-color: #fff;
}
#wpcf7cpcnf table th,
#wpcf7cpcnf table td {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf table th,
  #wpcf7cpcnf table td {
    font-size: 14px;
    display: block;
  }
}
#wpcf7cpcnf table th p,
#wpcf7cpcnf table td p {
  margin: 0;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf table th p,
  #wpcf7cpcnf table td p {
    padding: 0;
  }
}
#wpcf7cpcnf table th {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf table th {
    width: 100%;
    border-bottom: none;
    text-align: left;
    padding-bottom: 0;
  }
}
#wpcf7cpcnf table td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf table td {
    width: 100%;
    border-top: none;
    padding-top: 0;
  }
}
#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
  cursor: pointer;
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7-submit {
  font-size: 1rem;
  border: 1px solid var(--vk-color-primary-dark);
  background-color: var(--vk-color-primary);
  color: #fff;
  padding: 0.5em 2em;
  border-radius: var(--vk-size-radius);
  cursor: pointer;
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7-submit:hover {
  opacity: 0.8;
}

/*---------- ヘッダー ----------*/
@media screen and (max-width: 993px), print {
  .site-header {
    height: 67px;
  }
  .site-header .site-header-logo {
    padding-top: 15px;
  }
}
.device-pc .global-nav-list li {
  padding: 0;
  border-left: solid 1px rgba(42, 68, 153, 0.1254901961);
}
.device-pc .global-nav-list li:last-child {
  border-right: solid 1px rgba(42, 68, 153, 0.1254901961);
}
.device-pc .global-nav-list li::before {
  display: none;
}
.device-pc .global-nav-list li a {
  padding: 40px;
  color: #2a4499;
  position: relative;
}
.device-pc .global-nav-list li a::before {
  background-color: #2a4499;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.5s ease-out;
}
.device-pc .global-nav-list li a:hover {
  color: #fff;
}
.device-pc .global-nav-list li a:hover::before {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .device-pc .global-nav-list li a {
    padding: 40px 20px;
  }
}
.device-pc .global-nav-list li.current_page_item a {
  background-color: rgba(42, 68, 153, 0.1254901961);
}
.device-pc.header_scrolled .global-nav-list li {
  padding: 0;
}
.device-pc.header_scrolled .global-nav-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 14px 2.6em;
  color: #2a4499;
}
.device-pc.header_scrolled .global-nav-list li a::before {
  display: none;
}
.device-pc.header_scrolled .global-nav-list li a:hover {
  background-color: rgba(42, 68, 153, 0.1254901961);
}

/*---------- フッター ----------*/
@media screen and (max-width: 768px) {
  .footer-nav-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-nav-list li {
    width: 50%;
    text-align: center;
  }
  .footer-nav-list li:nth-child(odd) {
    border-right: solid 1px rgba(255, 255, 255, 0.3137254902);
  }
}

.site-footer-copyright {
  max-width: initial;
  width: 100% !important;
  background-color: #122049;
}
@media screen and (max-width: 992px) {
  .site-footer-copyright {
    margin-top: 50px;
  }
}

@media print {
  body {
    zoom: 90%;
    -webkit-print-color-adjust: exact;
  }
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */