@charset "utf-8";
/*
Theme Name: Lightning Child
Template: lightning
Author:アートフレア株式会社
Version: 1.2
*/
/* 標準データ最終更新日：2026/01/29  */


/*
 * WEBフォントの読み込み（@import url('https://fonts～'); ）はHeader.phpで行う
*/


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  General　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、bodyへの上書き、カラー変数設定など */

@import url("parts.css");

:root {	
	--vk-color-text-body:#4b4b4b;
	--en:"Barlow", sans-serif;
    --bxshadow:0px 5px 15px rgba(0, 0, 0, 0.5);
}

.bxshadow {
	box-shadow:var(--bxshadow);
}
a,
a.btn {
	font-weight:500;
	transition:.5s;
}

/*--- gap ---*/
.gap-0 {
	gap:0;
}
.gap-3 {
	gap:1rem;
}
.gap-4 {
	gap:1.5rem;
}
.gap-5 {
	gap:3rem;
}
/*--- font-size --*/
.fs-1 {
    font-size: calc(1.375rem + 1.5vw)!important
}
.fs-2 {
    font-size: calc(1.325rem + .9vw)!important
}
.fs-3 {
    font-size: calc(1.3rem + .6vw)!important
}
.fs-4 {
    font-size: calc(1.275rem + .3vw)!important
}
.fs-5 {
    font-size: 1.25rem!important
}


/*画像角丸*/
figure.wp-block-image.is-style-vk-image-rounded img {
	border-radius:1rem;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダー固定 */
body  {
	overflow-x: unset !important;
    display: flex;
    flex-direction: column;
}
.device-pc #site-header {
    position: sticky;
    top: 0;
}
.logged-in.device-pc #site-header {
    top: 32px;
}

/* グローバルナビ */
.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);
}

#mega-menu-wrap-global-nav #mega-menu-global-nav {
	text-align:right;
}


/*ヘッダーレイアウト*/

.site-header {
	box-shadow:none;
}
.site-header-container.container {
	min-width:100%;
	max-width:100%;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: repeat(2, auto);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.site-header-logo {
	grid-area: 1 / 1 / 3 / 2;
}
.header_nav_search_container {
	grid-area: 1 / 2 / 2 / 3;	
	margin-top:10px;
}
.global-nav {
	grid-area: 2 / 2 / 3 / 3;
	margin-bottom:10px;
}

/*ヘッダー　お問い合わせ*/
.header-contact {
  padding-left:1.5rem;
  padding-right:.5rem;
  height:40px;
}
.gtranslate_wrapper select {
	padding:.5em;
	border:none;
	margin:0;
	font-size:14px;
	background-size:10px;
	background-color:transparent;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAQUlEQVQImXWOwQkAIAwDo+t1CZ3MDpH9KulDUOpBoCT3aDOzAWDhz+wkHYBS4dq7LpKzECWoR0qFeIQkIq7ox7fbaTIung5q7hgAAAAASUVORK5CYII=");
}

/*ヘッダー　オンラインショップ*/
.header-online .vk_button_link.btn {
  height:40px;
  padding: .6em 1.5rem;
}

/*ヘッダー　検索*/
.header-search .fa-solid {
  margin-right:0;
}
.header-search .vk_button_link.btn {
  padding:0;
  border-radius:100px;
  min-width:unset;
  width:40px;
  height:40px;
  line-height: 37px;
  min-width:unset!important;
}
.header-search .vk_button_link_caption {
  display:block;
}


/*グローバルなび*/
.mega-menu-wrap {
	padding-block:10px!important;
}
li.mega-menu-item i.ti {
    font-size: 35px;
    display: block;
    text-align: center;
    margin: 0 0 5px;	
	color:#36a6d9;
}
li.mega-menu-item svg#nav-hakuzo {
    height: 35px;
    stroke: #36a6d9;
    stroke-width: 1.7px;
    display: block;
    width: 100%;
	margin-bottom:5px;
}
.mega-menu-title {
	font-size:14px;
}

#mega-menu-wrap-global-nav #mega-menu-global-nav > li.mega-menu-item > a.mega-menu-link {
	text-align:center;
	width:110px;
	transition:.5s;
}
#mega-menu-wrap-global-nav #mega-menu-global-nav > li.mega-menu-item > a.mega-menu-link:hover {	
	color:#36a6d9;
}

html[lang="ja"] span.mega-menu-description {
  display: none!important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */

/*ティーザースライダー*/
.wp-block-vk-blocks-slider {
	padding-bottom:1rem;
}
.wp-block-vk-blocks-slider .wp-block-image img {
	border-radius:2rem;
	aspect-ratio:16/9;
}
.swiper-horizontal>.swiper-pagination-bullets {
	bottom:0;
}
.swiper-pagination-bullet {
	width:10px;
	height:10px;
	border-radius:100%;
}
.teaser-text {
	position:absolute;
	left:5%;
	bottom:5rem;
	z-index:10;
	width:60%;
}

/*重要なお知らせ*/
.top-news {
	gap:0;
	border-radius:100px;
	overflow:hidden;
}
.top-news .wp-block-vk-blocks-heading {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
}

/*求人情報*/
.column-out-right {
   margin-right: calc(100% + (-100vw - 100%) / 2) !important;
  border-radius:2rem 0 0 2rem;
}

/*LINKバナー*/
.link-bnrList figure a {
	display:block;
}
.link-bnrList figure img {
	width:100%;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */

/* 会社概要 */

/* 会社概要　＞　代表あいさつ */


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */

/***記事リスト***/
.vk_post.postListText {
	display: grid;
	grid-template-columns: auto 150px 1fr;
	grid-template-rows: auto;
	grid-column-gap: 1rem;
	grid-row-gap: 0px;	
	margin-inline:0;
}
.postListText_date {
	grid-area: 1 / 1 / 2 / 2;
	margin:0;
	min-width:100px;
	margin-top:3px;
}
.postListText_singleTermLabel {
	grid-area: 1 / 2 / 2 / 3;
	margin:0;
}
.postListText_title {
	grid-area: 1 / 3 / 2 / 4;
	margin-top:3px;
}
.postListText_title a {
	text-decoration:none;
}

.postListText_singleTermLabel_inner {
	padding:.5em 1rem;
	border-radius:100px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Single　ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  その他・追加機能
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  ボタン共通
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/*画像ありボタン*/
.imageBtn {
	position:relative;
	border-radius:2rem;	
	overflow:hidden;
	box-shadow:var(--bxshadow);
}
.imageBtn .vk_button_link_caption {
	position:absolute;
	right:2rem;
	bottom:3rem;
	font-size:20px;
	width:unset!important;
}
.imageBtn .vk_button_link_txt {
	color:#fff!important;
	font-weight:700;
}
.imageBtn .vk_button_link.vk_button_link-type-text {
	position:static;
}
.imageBtn .wp-block-vk-blocks-button a {
}
.imageBtn .wp-block-vk-blocks-button a:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);	
	transition: .5s;
}
.imageBtn .wp-block-vk-blocks-button a:hover:before {
	background:rgba(0,0,0,.1);
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  ブロックスタイル補足
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/*見出し　アンダーバー*/
.is-style-underbar.has-vk-color-custom-1-color,
.is-style-underbar.has-vk-color-custom-2-color {
	color:#000!important;
}
.is-style-underbar.has-vk-color-custom-1-color:after {
	background:var(--wp--preset--color--vk-color-custom-1) !important;
}
.is-style-underbar.has-vk-color-custom-2-color:after {
	background:var(--wp--preset--color--vk-color-custom-2) !important;
}

