@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:アートフレア株式会社
Tags: 
Version: 1.1
*/
/* 標準データ最終更新日：2023/05/11
 * 
 * ■ Ctrl+/ でコメントアウトできます。
 * 
 *  */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  general　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、@import、フォント読み込み、bodyへの上書き、カラー変数設定など */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;600&family=Noto+Sans+JP:wght@300;500;700&display=swap');
body, html, h1, h2, h3, h4, h5, h6, .page-header-title {
  font-family: 'Barlow', "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  letter-spacing: 0.05em;
  font-feature-settings: 'palt';
}
a:not([class]) {
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
a:not([class]):hover {
  color: var(--vk-color-text-link-hover);
}
/*cta*/
.cta {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.cta .vk_outer-background-area {
  background: none !important;
}
.cta::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  background: rgb(30, 60, 114);
  background: linear-gradient(90deg, rgba(30, 60, 114, 1) 0%, rgba(42, 82, 152, 1) 100%);
}
.cta h2 {
  margin-top: 50px !important;
}
.cta h3 {
  line-height: 1em;
}
.cta .vk_heading_subtext {
  margin: 0 !important;
  color: #fcf100 !important;
  -webkit-text-fill-color: unset;
}
.cta-caption {
  padding: .5em 0;
}
.cta-caption .vk_outer-background-area {
  background-color: var(--vk-color-custom-1) !important;
}
.cta-tel {
  position: relative;
  padding-left: 75px;
}
.cta-tel::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../../../wp-content/uploads/icon_tel24.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: var(--vk-color-primary);
  border-radius: 10px;
}
.cta .vk_button {
  margin-top: 7px;
}
.cta .vk_button .vk_button_link.btn {
  padding: 1em 1.5em;
}
.cta img {
  width: 68% !important;
}
/*CTAウィンドウ幅調整*/
@media (min-width: 1200px) {
  .cta h3 {
    font-size: 2.6rem !important;
  }
}
@media (max-width: 1200px) {
  .cta h3 {
    font-size: 2rem !important;
  }
}
@media (max-width: 990px) {
  .cta .cta-tel {
    display: table;
    margin: 10px auto 15px auto !important;
  }
  .cta h3 {
    font-size: 3rem !important;
  }
  .cta::before {
    top: 0 !important;
  }
  .cta .cta-contact {
    display: block;
  }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など */
.heading-custom-1{
  line-height: 3em;
}
.heading-custom-1 mark{
  background: linear-gradient(transparent 0%, var(--vk-color-primary) 0) !important;
  padding: .2em 1em;
  font-size: 2.2rem;
  color: #fff;
  border-radius: 50px;
}
.heading-custom-2{
  position: relative;
}
.heading-custom-2::before{
  content: "";
  display: inline-block;
  width: 100px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: var(--vk-color-primary);
}
.heading-custom-2 .vk_heading_title{
  margin-bottom: .3em !important;
}
.heading-custom-2 p{
  display: table !important;
  margin: 0 auto 10px auto !important;
}
.heading-custom-2 .vk_heading_subtext{
  border-radius: 50px;
  background-color: #fff;
  border: 3px solid currentColor;
  padding: .5em 1.5em;
}
.heading-custom-3{
  position: relative;
  padding-bottom: .5em;
}
.heading-custom-3::before{
  content: "";
  display: inline-block;
  width: 100px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color:#fff;
}
.heading-underline-red{
  display: table;
  position: relative;
  margin: 0 auto 2em auto;
  padding-bottom: .5em;
}
.heading-underline-red::before{
  content:"";
  display: inline-block;
  width: 100%;
  height: 5px;
  background-color: #fa0707;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.heading-bar{
  position: relative;
  padding-left: 30px;
}
.heading-bar::before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 4px;
  background-color: var(--vk-color-primary);
  position: absolute;
  left: 0;
  top: 13px;
}
.marker mark{
  background:linear-gradient(transparent 50%, #ff6 50%) !important;
}
/*ハイライトに下線を入れる*/
.highlight_underline span{
  border-bottom: 5px solid var(--vk-color-primary);
  padding-bottom: .1em;
}
.highlight_underline .has-inline-color{
  background: none !important;
}
.otoku mark{
  background: none !important;
  position: relative;
}
.otoku mark::before{
  content: "";
  display: inline-block;
  width: 200px;
  height: 80px;
  position: absolute;
  right: 0;
  top: -30px;
  background-image: url("../../../wp-content/uploads/sign.png");
  background-repeat: no-repeat;
  background-position:right top;
  background-size: contain;
  z-index: -1;
}
/*背景等倍*/
.background-contain{
  background-size: contain !important;
  background-position: center top !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/*ヘッダー*/
.site-header {
  background-color: #fff;
}
.site-header .container {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.site-header-logo {
  padding-top: 1rem !important;
  padding-bottom: .8rem !important;
}
.site-header-logo img {
  max-height: 40px !important;
}
.header_nav_search_container {
  margin-right: 75px;
}
/*ハンバーガーメニュー表示*/
.device-pc .vk-mobile-nav-menu-btn {
  display: block !important;
}
.device-pc .vk-mobile-nav {
  display: block !important;
}
#vk-mobile-nav-menu-btn {
  right: 0;
  top: 0;
  left: auto;
  width: 90px;
  height: 90px;
  border-radius: 0;
  border: none;
  background-size: 40px;
  background-color: #000;
}
#vk-mobile-nav {
  overflow: auto;
}
nav#global-nav {
  display: none;
}
.vk-mobile-nav {
  background-color: var(--vk-color-primary) !important;
  border-bottom: 1px solid #eee !important;
  padding-top: 150px !important;
}
.vk-mobile-nav nav > ul {
  border-top: 1px solid #eee !important;
}
.vk-mobile-nav nav ul li a {
  color: #fff !important;
  border-bottom: 1px solid #eee !important;
  text-decoration: none !important;
}
.vk-mobile-nav-menu-btn {
  filter: invert(1);
  background-color: rgba(255, 255, 255, 1) !important;
}
.vk-mobile-nav-menu-btn.menu-open {
  filter: invert(1);
}
/*ヘッダーお問い合わせ*/
.tel{
  display: flex;
  position: relative;
  align-items: center;
  gap: .2em;
}
.tel::before{
  content: "";
  display: inline-block;
  width: 40px;
  height: 50px;
  background-image: url("../../../wp-content/uploads/icon_freedial.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.head-contact{
}
.head-contact .btn{
  border-radius: 0;
  display: flex;
  align-items: center;
  height: 90px;
}
/* グローバルナビ */
.global-nav-list > li > a {
  transition: .3s;
  border-bottom: 3px solid transparent;
}
.global-nav-list > li > a:hover, .global-nav-list > li.current-menu-item > a {
  color: var(--vk-color-custom-1);
  /*     border-bottom: 3px solid var(--vk-color-custom-1); */
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */
.site-footer-copyright {
  padding: 20px 0 200px 0 !important;
}
@media (max-width: 990px) {
  .site-footer-copyright {
    padding: 20px 0 300px 0 !important;
  }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  pageheader,breadcrumb 下層ページヘッダー
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */
/*メインイメージ*/
.fv{
  padding: 0;
}
.fv_point{
  overflow: visible !important;
}
.fv_point .wp-block-group{
  gap: 0 !important;
}
.fv_point figure{
  position: relative;
  top: -2em;
  margin: 0;
}
.fv_point figure img{
  margin: 0 !important;
}
.fv_img{
  background-image: url("../../../wp-content/uploads/fv_bg_town.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}
/*お悩み*/
.onayami{
  overflow: visible !important;
}
.onayami .protrude_item{
  position: relative;
  bottom: -3em;
}
/*吹き出し*/
.fukidasi_btm, .fukidasi_left, .fukidasi_right{
  position: relative;
  margin: 0 auto 2em auto;
  border-radius: 5px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
.fukidasi_btm::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.fukidasi_left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}
.fukidasi_right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% -50%;
}
.case img{
  width: 100%;
  height: auto;
}
/*ビフォーアフター*/
.before-after .wp-block-column{
  position: relative;
}
.before-after .text-before, .before-after .text-after{
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: .8rem;
  padding: .1em .5em;
}
.before-after .text-before{
  background-color: var(--vk-color-custom-3);
}
.before-after .text-after{
  background-color: var(--vk-color-custom-2);
}
.before-after figure{
  margin: 0;
}
/*流れ*/
.flow{
  gap: 3em !important;
}
.flow figure{
  margin: 0 auto !important;
}
.flow figure img{
  border-radius: 10px 10px 0 0;
}
.flow p{
  writing-mode: vertical-rl;
  text-align: left;
  font-weight: 600;
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 25px;
  padding: 10px 0 50px 0;
}
.flow>div{
  position: relative;
  background-color: var(--vk-color-primary);
  border-radius: 10px;
}
.flow>div::after{
  content: "";
  display: inline-block;
  width: 15px;
  height: 100%;
  background-image: url("../../../wp-content/uploads/arrow_right.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: -25px;
  top: 5%;
}
.flow>div:last-child::after{
  display: none;
}
/*タブ*/
.vk_tab_labels .vk_tab_labels_label, .vk_tab_labels .vk_tab_labels_label.has-background {
  background-color:var(--vk-color-primary) !important;
  border:medium none !important;
  padding: 1em !important;
}
:root{
  --vk-color-bg-inactive:rgba(29,171,57,0.2) !important;
}
.has-border-top {
  border-top: 2px solid var(--vk-color-primary);
}
/*お問い合わせ*/
.privacy {
  background-color: #f5f5f5;
  padding: 2em;
  margin-top: 40px;
}
.privacy p {
  font-size: .8rem;
  margin: 0;
}
/*ベイスターズ*/
.btn-bay {
  border-top: 4px solid #233769;
  border-bottom: 1px solid #ddd;
  padding: 2em !important;
}
.btn-bay .text-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 600;
}
.btn-bay .text-image img {
  height: 42px;
  width: auto !important;
}

.vk_tab_labels .vk_tab_labels_label {
  background-color: #f5f5f5 !important;
  color: #333;
}
/* 選択時 */
.syoumei-tab .vk_tab_labels .vk_tab_labels_label-state-active{
	font-weight: bold!important;
    font-size: 1.1rem;
}

/* 未選択時 */
.syoumei-tab .vk_tab_labels .vk_tab_labels_label-state-inactive div{
	color: #4b4b4b!important;
	font-weight: bold!important;
    font-size: 1.1rem;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive / Single ブログ一覧ページ、ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  メモ用
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */