@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: https://lightning.vektor-inc.co.jp/
Template: lightning
Description: Lightningは厳しい審査を通過したWordPress公式ディレクトリ登録テーマです。
Author: 株式会社ベクトル
Tags: 
Version: 0.1.2
*/

:root{
	--en: "Barlow", sans-serif;
}

/* Contact Form7スマホ・タブレット用カスタマイズ */
@media(max-width:850px){
/* テーブルの見出しとフォーム */
table.inquiry th,table.inquiry td {
   display:block;
   padding:1em 0!important;
   width:100%;
   border:0;
}

/* 送信ボタン */
input.wpcf7-submit{
   margin-bottom:30px;
   width:100%;
}
}

/* 日付タグ上のテキストをPCとスマホで変更 */
@media(max-width:900px){
.pcdate{
   display: none;
}
}
@media(min-width:1000px){
.spdate{
   display: none;
}
/* 日付タグの幅を調整 */
.wpcf7-date.dateform{
   width: 25%;
}
}

/* Contact Form7全体カスタマイズ */

/* 自動入力されるPタグを無効にする */
.inquiry p {
   display: inline;
}

/*テーブル下に余白.枠線・テキストの行間 */
table.inquiry {
   margin-bottom: 30px;
   border:solid 1px #d7d7d7;
   line-height:1.2;
   vertical-align:middle;
}

/* テーブルの行 */
.inquiry tr {
   border:0!important;
}

/* テーブルの見出し側 */
.inquiry th{
   text-align:left;
   font-size:14px;
   color:#444;
   padding:1em 0.5em;
   width:0;
   background:#efefef;
   border:solid 1px #d7d7d7;
   white-space: nowrap;
}

/* 必須と任意タグ */
.inquiry th > p > span{
   font-size:13px;
   padding:5px;
   color:#fff;
   border-radius:2px;
   margin-right:5px;
   font-weight:normal;
   border-radius: 6px;
}

/* 任意タグの背景カラー */
.haveto{
   background-color:#ff9393;
}
.any{
	background-color:#999;
}

/* テーブルフォーム側 */
.inquiry td{
   font-size:13px;
   border:solid 1px #d7d7d7;	
}

/* 入力エリア幅最大 */
.wpcf7-form-control {
   width: 100%;
}

/* フォーム幅 */
@media (min-width: 992px) {
.wpcf7-form table.inquiry{width:90% !important; margin: 0 auto;}
}

/* フォーム入力欄の余白・背景カラー・枠線消す指定 */
.inquiry input,.inquiry select,.inquiry textarea {
   margin: 5px 0;
   background:#eff1f5;
   border: none;
   padding:0.7em;
}
.inquiry textarea {
   padding-bottom:10em;
}

/* チェックボックスとラジオボタンの位置調整 */
.wpcf7-list-item-label,.wpcf7-checkbox,input[type=checkbox],input[type=radio]{
   vertical-align:middle;
}
.wpcf7-list-item-label{
   padding:0 5px 0 2px;
}
/*ラジオボタンを縦並び指定*/
.verticallist{
   display:inline-grid;
}

/* 送信ボタンのデザイン */
.wpcf7-submit{
   display: block;
   margin:10px auto;
   padding:1em 0;
   width:80%;
   background:#09b555;
   color:#fff;
   font-size:18px;
   font-weight:bold;	 
   border-radius:4px;
   border: none;
}

/* 送信ボタンマウスホバー時 */
.wpcf7-submit:hover{
   opacity: 0.9;
   transition: 0.3s;
}

/* フォーム上部に表示されるエラーメッセージを非表示 */
.screen-reader-response {
    display: none;
}

/* フォーム内エラーメッセージを赤色に指定 */
.wpcf7-not-valid-tip {
    color: #e92323;
}

/* reCAPTCHAの保護マークの非表示 */
.grecaptcha-badge { visibility: hidden; }

/*---Contact Form7カスタマイズここまで--*/





/*-------------------------------------------*/
/*	全体リンクのホバー設定
/*-------------------------------------------*/
a,a:hover{transition: .5s;}
a img {
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
a:hover,a:hover img {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    /* IE lt 8 */
    -ms-filter: “alpha(opacity=80)”;
    /* IE 8 */
}


/*-------------------------------------------*/
/*	ヘッダー
/*-------------------------------------------*/
#header-top .container,
#site-header-container.container{
	max-width:100%; min-width:1140px;
	}
.header-top ul>li>a, .header-top ul>li>span {/*ヘッダートップのTELの文字を大きく*/
    font-size: 16px;
	}
.page-header-inner {
	background-image:url(../../../wp-content/uploads/sub_moyou.png);
	background-repeat:no-repeat;
	background-position:left;
	background-size:auto 100%;
	height:192px;
	margin:0;
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:center;
}


/*-------------------------------------------*/
/*	グローバルメニュー
/*-------------------------------------------*/
.global-nav-list>li .global-nav-name {
    font-size: 16px;
	}
.device-pc .global-nav-list>li>a {
    padding: 10px 3em; line-height:1.7;
}
#menu-item-4386 a{
	background-image:url(../../../wp-content/uploads/nav_contact_bg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	color:#fff;
	padding: 10px 1.6em;
}
#menu-item-4386 a:hover{
	background-image:url(../../../wp-content/uploads/nav_contact_bg_on.png);
}
#menu-item-4386:before{
	display:none;
}
.device-pc .global-nav-list>li>a {
    padding: 10px 1.1em;
}
   
.is-style-title_white{
	background-image:url(../../../wp-content/uploads/midashi_ic-white.png);
	background-size:25px;
	padding-top:30px;
	background-position:top center;
	background-repeat:no-repeat;
}
.is-style-title{
	background-image:url(../../../wp-content/uploads/midashi_ic.png)
}

.is-style-base_btn a{
	background-image:url(../../../wp-content/uploads/arrow.png)
}
.is-style-base_btn-color a{
	background-image:url(../../../wp-content/uploads/arrow2.png)
}
}
.img_silhouette img{
box-shadow: 10px 10px 0px #004a9f;

}
.fz18{
	font-size:18px;
}
.fz30{
	font-size:30px;
}
/*-------------------------------------------*/
/*	Top
/*-------------------------------------------*/
.teaser_copy .wp-block-group__inner-container{
margin-left:5%!important;
}
.teaser_copy h2{
	font-family:var(--en);
	font-size:66px;
	line-height:1.0 !important;
	text-transform: uppercase;
}
.teaser_copy p{
	font-size:30px;
	margin-bottom:200px !important;
}
.teaser_copy2{
	padding:50px;
	position:absolute;
	z-index:2;
	bottom:0;
	width:100%;
	padding-left:5%;
}	
.teaser_copy2 .wp-block-group__inner-container{
	max-width:100% !important;
}
.teaser_copy2 p{
	font-size:18px;
}
.top_tsuyomi{
	position:relative;
	z-index:2;
	top:-100px;
	margin-bottom:-100px;
}
.tsuyomi_outer{
	overflow:unset;}

.top_tsuyomi h3{
	margin:1.8rem auto!important;
}
.top_case .card{
	border:solid 1px #000;
	padding:25px;
}
.top_bunner{
	background-image:url(../../../wp-content/uploads/btn_bg.png);
	background-size:100% 100%;
	position:relative;
	padding:14px;
	width:410px;
	height:138px;
	transition:0.3s;
	margin:0 20px !important;
}
.top_bunner:hover{
	opacity:0.7;
}
.top_bunner h3{
	font-size:30px;
	color:#fff;
}
.top_bunner p{
	font-size:12px;
	color:#fff;
	font-family:var(--en)
}
.top_bunner a {
position: absolute !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity:0;
z-index: 1;
width:100%;
height:100%;
pointer-events: auto;
}
/*-------------------------------------------*/
/*	下層ページ
/*-------------------------------------------*/

h1.entry-title,h1.archive-header-title{
	font-size:24px;
	}
.tlBd,.widget-title.sub-section-title{
	border-left: solid 5px var(--vk-color-primary); padding-left:15px;
	}

.postListText_singleTermLabel_inner {
    display: block;
    overflow: hidden;
    font-size: 13px;
    white-space: nowrap;
    padding: 5px 1rem !important;
    line-height: 16px;
    border-radius: 2px !important;
    text-align: center;
}


.privacy_box{
	background-color:#fafafa;
	height:200px;
	padding:15px;
	overflow-y:auto;
	border:solid 1px #ccc;
	border-radius:10px;
	margin:10px 0
}
.privacy_box p{
	display:block;
	margin-bottom:15px;
}

.maker_box{
	padding:25px 0;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	margin-top:-1px;
}
.maker_box p{
	font-size:20px;
	font-weight:600;
}
.streng_box{
	padding:30px 40px;
}
.streng_list{
	display:flex;
	flex-wrap:wrap;
}
.streng_list li{
	width:50%;
}
.trengths_ic{
	text-transform: uppercase;
	font-family:var(--en);
	font-size:13px;
	line-height:0.9;
	font-weight:500;
}
.trengths_ic strong{
	font-size:80px;
}
.trengths_ti{
		margin-bottom:35px;
}
.trengths_ti h2{
	font-size:35px;
	padding-left:25px;

}
.left_ic_title{
	padding-left:34px;
	background-image:url(../../../wp-content/uploads/h4_ic.png);
	background-size:25px;
	background-repeat:no-repeat;
	background-position:left top 5px;
}
.archive .card{
	transition:0.3s;
}
.archive .card:hover{
	opacity:0.6;
}
/*-------------------------------------------*/
/*	フッター
/*-------------------------------------------*/

.site-footer ul li{
	line-height:1.8; margin-bottom:30px;
	}
.site-footer ul li span{
	font-size:14px!Important;
	}

.contact_ti{
	background-image:url(../../../wp-content/uploads/contact_ic.png);
	background-repeat:no-repeat;
	background-size:34px;
	padding-left:40px;
	background-position:left top 40px;
	margin-left:70px;
}
.contact_ti .vk_heading_subtext{
	line-height:1 !Important;
}
.tel .vk_button_link_txt{
	font-family:var(--en);
font-weight: 600;
font-size: 55px;

}
.tel i{
	font-size: 45px;
	position:relative;
	top:3px;
}
.contactpage_tel i{
	color:var(--vk-color-primary);
}
.contactpage_tel .vk_button_link_txt{
	color:var(--vk-color-primary);
}
.contact_btn {
	
}
.contact_btn a{
	display:flex;
	flex-wrap:wrap;
	flex-direction: column-reverse;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:420px !Important;
	font-size:34px !Important;
	font-weight:500;
	line-height:1.2;
}
.contact_btn .vk_button_link_subCaption{
	font-size:16px !Important;
}
.contact_btn i{
	color:var(--vk-color-primary);
	position:relative;
	top:3px;
}

.footer_link{
	list-style:none;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}
.footer_link li{
	width:25%;
	padding:0;
	margin:0 0 5px !Important;
}
.site-footer-content{
	padding-top:10px !Important;
}
.site-footer-copyright{
	max-width:100%;
	background-color:var(--vk-color-primary);
	padding:7px;
}
.site-footer-copyright p{
font-size:16px;
color:#fff;}
.footer_link li a{
	text-decoration:none;
	transition:0.3s;
}
.footer_link li a:hover{
	color:var(--vk-color-primary) !Important;
}
/*-------------------------------------------*/
/*	モバイルメニュー/ハンバーガーボタンを丸く
/*-------------------------------------------*/

.vk-mobile-nav-menu-btn,
.vk-mobile-nav-menu-btn.menu-open,
.menu-toggle {
  width: 44px;             /* ボタン幅 */
  height: 44px;            /* ボタン高さ */
  border-radius: 50%;      /* 完全な丸形 */
  background-color: var(--vk-color-custom-2); /* 背景色：変更可 */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  }
div#vk-mobile-nav-menu-btn::after { /* 3本線アイコン */
  content: '\f0c9';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 44px;
  width: 44px;
  text-align: center;
  text-indent: 0;
  }
div#vk-mobile-nav-menu-btn.menu-open::after {/* オープン後のアイコン */
        content: "\f00d";
    }
.vk-mobile-nav-menu-btn,.vk-mobile-nav-menu-btn.menu-open,
.vk-mobile-nav-menu-btn:hover,.vk-mobile-nav-menu-btn.menu-open:hover,
.menu-toggle:hover{/* デフォルトのボーダーと背景画像を削除 */
  border:none;
  background-image:none;
  }
.vk-mobile-nav-menu-btn:hover,
.menu-toggle:hover {/* ホバー・アクティブ時の色 */
  background-color: var(--vk-color-custom-2); 
  }
#vk-mobile-nav {/*モバイルメニュー背景色*/
        background-color: #f3f3f3;
    }
.vk-mobile-nav nav ul li a {/*モバイルメニューの文字設定*/
	font-weight:bold;
	font-size:16px;
	}