/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/*header*/


@media (max-width: 991px) {

  /* モバイルメニュー全体 */
  .vk-mobile-nav,
  .vk-menu-acc,
  .gMenu_outer-mobile {
    background: #efefef;
    padding: 16px;
  }

  /* ul */
  .vk-mobile-nav ul,
  .vk-menu-acc ul,
  .gMenu_outer-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  /* li */
  .vk-mobile-nav li,
  .vk-menu-acc li,
  .gMenu_outer-mobile li {
    margin: 0 0 12px;
    padding: 0;
  }

  /* a */
  .vk-mobile-nav li a,
  .vk-menu-acc li a,
  .gMenu_outer-mobile li a {
    display: block;
    position: relative;
    background: #f8f8f8;
    padding: 14px 16px 14px 18px;
    color: #111;
    text-decoration: none;
    letter-spacing: 0.12em;
    line-height: 1.6;
    border-left: 4px solid #BC1A1A;
    transition: all 0.3s ease;
  }

  /* タップ時の見え方 */
  .vk-mobile-nav li a:hover,
  .vk-mobile-nav li a:focus,
  .vk-menu-acc li a:hover,
  .vk-menu-acc li a:focus,
  .gMenu_outer-mobile li a:hover,
  .gMenu_outer-mobile li a:focus {
    background: #fff;
    color: #BC1A1A;
    transform: translateX(4px);
  }
}

.vk-mobile-nav-menu-btn {
    border-color: #ffffff00;
    background: var(--vk-mobile-nav-menu-btn-bg-src) center 50% no-repeat rgb(255 255 255 / 0%);
}
.vk-mobile-nav-menu-btn.menu-open {
    border-color: #ffffff00;
    background: var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat rgb(255 255 255 / 0%);
}


/*ページヘッダー*/
/* 大きい四角 */
.page-header-title::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: 0;
    top: 50%;
    transform: translateY(-70%);
    background: #c9161d;
}

/* 小さい四角 */
.page-header-title::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    right: 100px;
    top: 85%;
    transform: translateY(15%);
    background: #c9161d;
}

.page-header-subtext{
letter-spacing: 2px;
}

/*パンくずリスト*/
.breadcrumb {
    border-top: 1px solid rgb(199 93 93);
    border-bottom: 1px solid rgb(199 93 93);
    background-color: #bc1a1a;
    color: #fff !important;
}

.breadcrumb a{
	color:#fff;
}
.breadcrumb a;hover{
	color:#000;
}


/*footer*/
/* 共通：リンク基本 */
.nav-f ul li a,
.f-nav-li a {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

/* nav-fだけ左余白あり */
.nav-f ul li a {
  padding-left: 1rem;
}

/* f-nav-liは余白なし */
.f-nav-li a {
  padding-left: 0;
}

/* nav-fだけ左ライン */
.nav-f ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: #BC1A1A;
}

/* 下線（nav-f） */
.nav-f ul li a::after {
  content: "";
  position: absolute;
  left: 1rem;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: #BC1A1A;
  transition: width 0.3s ease;
}

/* 下線（f-nav-li）←開始位置を0に */
.f-nav-li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px !important;
  background: #BC1A1A;
  transition: width 0.3s ease;
}

/* hover（nav-f） */
.nav-f ul li a:hover::after {
  width: calc(100% - 1rem);
}

/* hover（f-nav-li）←フル幅 */
.f-nav-li a:hover::after {
  width: 100%;
}

/*====================top====================*/
.top_column{
	gap:100px;
}

.h2{
	font-size: 4rem;
    letter-spacing: 2px;
    line-height: 0.8;
}
.h2 span{
	font-size: 2rem !important;
}

.h2 {
  position: relative;
  display: inline-block;
  padding-right: 34px; /* 装飾分の余白 */
  margin: 0 0 10px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  color: #c9161d;
}

/* 大きい四角 */
.h2::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  right: 0;
  top: 50%;
  transform: translateY(-70%);
  background: #c9161d;
}

/* 小さい四角 */
.h2::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: 21px;
  top: 54%;
  transform: translateY(15%);
  background: #c9161d;
}

@media (min-width: 992px) and (max-width: 1199.98px){
.h2{
	font-size: 3rem;
}
}
@media (min-width: 768px) and (max-width: 991.98px){
.h2{
	font-size: 2.8rem;
}
}
@media (min-width: 0px) and (max-width: 575.98px){
.h2{
	font-size: 2.5rem;
	line-height: 1;
}
.h2 span{
	font-size: 1.5rem !important;
}
}


/*CTA*/
.cta_column{
	padding:3rem;
}
.cta_tel{
	font-size:2.5rem;
}
@media (min-width: 0px) and (max-width: 575.98px){
.cta_tel{
	font-size: 2rem;
}
.cta_column{
	padding:2rem;
}
}

/*====================会社案内====================*/
.back-red{
	padding:2rem;
}



@media (min-width: 0px) and (max-width: 575.98px){
	.back-red{
	padding:1rem;
}
}

/*====================採用情報====================*/
.recruit-copy::before{
  background:#bc1a1a;
  width: 100px;
  height: 100%;
  position: absolute;
  top:0px;
  left: -150px;
}

/*====================お問い合わせ====================*/
.wpcf7-spinner{
	display:block;
	margin-top:12px;
}