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


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


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  General　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、bodyへの上書き、カラー変数設定など */
:root {
	--figtree: "Figtree", sans-serif;
	--vk-color-text-body: #151515;
	--vk-size-radius: 6px;
}

.figtree {
	font-family: "Figtree", sans-serif;
	letter-spacing: 0.02 !important;
}

.site-body * {
    line-height: 2;
    letter-spacing: 0.04em;
}
:where(:not(.wp-block-table))>table :is(th,td) {
    font-size: 1rem;
	padding:1rem;
}
.site-body * td, .site-body * th {
    line-height: 1.7;
    letter-spacing: 0.03em;
}

:where(:not(.wp-block-table))>table {
    border-color: #cccccc;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */

/* CTAセクションのボタン */
.cta-btn {
	max-width: 430px;
}
.cta-btn .vk_button_link {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  height: 130px;
}

/* ボタン共通 */
.vk_button_link_txt {
	font-weight: 700;
}

/* ボタン大 */
.vk_button .vk_button_link.btn-lg {
	font-size: 1.125rem;
	padding: 0.7em 2em;
}

/* CTAボタン_アイコンの色 */
.cta-btn.vk_button .vk_button_link_before {
	color: #0267BC;
	font-size: 24px;
}
/*CTAボタン_テキスト */
.cta-btn .vk_button_link_txt {
	font-size: 1.4rem;
}
.cta-btn .vk_button_link_subCaption {
	font-size: 1.125rem;
}
.cta-btn.tel .vk_button_link_txt {
	font-size: 2.2rem; /* 電話番号大きく */
}

/* 見出し */
h2 {
	font-size: 2.2rem;
	color: var(--wp--preset--color--vk-color-primary) !important;
	line-height: 1.6 !important;
}
/* TOP英語見出し */
.heading-en {
	font-size:6.875rem;
	line-height:1 !important;
}
h3 {
	font-size: 1.6rem;
	line-height: 1.6 !important;
}

/* 最新情報のサブ見出し */
.heading-sub {
	font-size: 1.25rem;
	color: var(--vk-color-text-body) !important;
}
/* サブ見出しアイコン中央合わせ */
.icon-heading-flex {
    display: flex;
    align-items: center;
}
.circle-icon img {
    display: block;
}


/* 下線付き見出し */
.is-style-vk-heading-solid_bottomborder_black {
	border-bottom: solid 1px var(--wp--preset--color--vk-color-primary);
}
/* グレー背景見出し */
.is-style-vk-heading-background_fill_lightgray {
	background-color: #eee;
	padding-top: 0;
}

/* CTAセクション */
/* 「Entry」「Contact」見出し */
.heading-cta {
	font-size: 4rem;
}
.heading-cta-sub {
	font-size: 1.6em;
}

/* お問い合わせのサブテキスト上下入れ替え */
.cta-btn.mail .vk_button_link {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}


/* 余白調整 */
.vk_outer-paddingVertical-use {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  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);
}
.global-nav-list>li .global-nav-name{
	font-size:1rem;
}
.device-pc .menu-item-has-children > a .global-nav-name::after {
	color: var(--vk-color-custom-1);
}

.global-nav-list>li.menu-contact {
    display: none;
}

/* ヘッダー幅 */
#site-header-container {
	max-width: 100%;
}

/* ヘッダー上部幅 */
.header-top .container {
	max-width: 100%;
}

/* 電話番号ボタン */
.header-tel-btn .vk_button_link_caption {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-tel-btn .vk_button_link_txt {
	font-size: 20px; 
	font-family: "Figtree", sans-serif;
    font-weight: 700;
}
.header-tel-btn .vk_button_link_subCaption {
    color: var(--vk-color-text-body);
	display: flex;
    justify-content: center;
    align-items: center;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */
.site-footer {
    font-size: 1rem;
}

/* フッターデフォルトナビ */
.site-footer .widget_nav_menu>div>ul {
    margin-left: 2rem;
}
.site-footer .widget_nav_menu>div>ul li {
    font-size: 1rem;
    list-style: disc;
    margin-bottom: .2em;
}
.site-footer .widget_nav_menu>div>ul li::marker {
    padding-left: 3rem;
    display: block;
}
.site-footer .widget_nav_menu>div>ul li a {
    padding: .5em !important;
    width: 100%;
    border: none;
}

.site-footer .widget_nav_menu>div>ul ul.sub-menu li {
	list-style: none;
}

.site-footer .widget_nav_menu>div>ul li.current_page_item>a,
.site-footer .widget_nav_menu>div>ul li a:hover {
    background: unset;
    text-decoration:underline;
    text-underline-offset:0.3em;
}

/* リスト2段組はこれが便利 */
.site-footer .widget_nav_menu {
    columns: 2;
    column-width: 240px;
}
.site-footer .widget_nav_menu ul.sub-menu {
    break-inside: avoid;
}
/* コピーライト */
.site-footer-copyright p {
	font-family: "Figtree", sans-serif;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/* FVのメインコピー */
.vk_slider_item_container {
    height: 100%; 
    display: flex;
    align-items: flex-end; /* 下揃え */
}
.main-copy {
    padding-bottom: 5em; 
}

.main-copy h1{
	font-size: 5rem;
}
.main-copy_subtitle {
	font-size: 3rem !important;
}
.main-copy_company {
		font-size: 2.5rem !important;
}

.main-copy h1,
.main-copy_subtitle,
.main-copy_company {
		line-height: 1.4;
	  font-weight: 700;
	text-shadow: 0px 0px 15px rgba(9, 55, 82, 0.65);
}

/* スライダーページネーション */
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #EDEDED;
    opacity: 0.9;
    outline: 1px solid #EDEDED;
}
.swiper-pagination-bullet-active {
    background-color: #686565;
}

/* 事業内容セクション画像 */
.wp-block-image.business-img2 figure.alignright {
    margin-right: -70px;
	width: 370px;
}

/* Worksセクションの画像 */
.work-group .mask-wrap.mask-animated {
	margin-top: -35px;
}

/* 100周年画像 */
.anniversary-img img {
	width: 300px;
}

/* リクルートセクションの画像 */
.recruit-section .wp-block-cover.is-light {
    margin-top: -70px !important; 
}


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

/* ページタイトルとサブタイトルの上下逆に */
.page-header-inner {
  display: flex;
  flex-direction: column-reverse;
}
/* ページタイトル */
.page-header-title {
	font-size: 1.7rem !important;
}
/* サブタイトル */
.page-header-subtext {
	font-family: var(--figtree);
	font-weight: 700;
	font-size: 6rem;
}

/* パンくず */
div#breadcrumb {
    font-size: 1rem;
    padding-block: 10px;
    letter-spacing: 0.03em;
}

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

/* 会社概要 */

/* 100年のあゆみ */
/* 歴史のボタン */
.btn-history {
	width: calc(33% - 8px);
}

/* タイムライン */
.vk_timeline .vk_timeline_item_caption  {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	color: var(--vk-color-text-body);
}
.vk_timeline, body .container .is-layout-flow>.vk_timeline {
	margin-top: 0;
	margin-bottom: 0;
}



.wp-block-columns.timeline-wrap {
    position: relative;
    gap: 4rem;
}
.wp-block-columns.timeline-wrap::before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 3px;
	background: #eee;
    left: calc(50% - 1.5px);
    top: 0;
}

/* 右の見出し */
h3.wp-block-heading.timeline-title-right::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--vk-color-custom-1);
    border-radius: 100pc;
    top: 50%;
    left: 0;
    transform: translate(calc(-2rem - 10px + 0.5px),-50%);
}
h3.wp-block-heading.timeline-title-right {
	padding-left: 4rem;
}
h3.wp-block-heading.timeline-title-right::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: -1em;
    top: 19px;
    width: 5rem;
    height: 2px;
    background: var(--vk-color-custom-1);
}

/* 左の見出し */
h3.wp-block-heading.timeline-title-left::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--vk-color-custom-1);
    border-radius: 100pc;
    top: 50%;
    right: 0;
    transform: translate(calc(2rem + 10px + 0.5px),-50%);
}
h3.wp-block-heading.timeline-title-left{
    display:flex;
}
h3.wp-block-heading.timeline-title-left::after {
    content: '';
    display: inline-block;
    flex-grow: 1;
    /* position: absolute; */
    right: -1em;
    top: 19px;
    /* width: 5rem; */
    height: 2px;
    background: var(--vk-color-custom-1);
}

.timeline-order1{
	reading-order:1;
}
.timeline-order2{
	reading-order:2;
}
.timeline-order3{
	reading-order:3;
}
.timeline-order4{
	reading-order:4;
}
.timeline-order5{
	reading-order:5;
}
.timeline-order6{
	reading-order:6;
}
.timeline-order7{
	reading-order:7;
}
.timeline-order8{
	reading-order:8;
}
.timeline-order9{
	reading-order:9;
}
.timeline-order10{
	reading-order:10;
}
.timeline-order11{
	reading-order:11;
}
.timeline-order12{
	reading-order:12;
}
/* 許可証 */
/* 疑似要素で後ろにアイコン */

td:has(a) {
    position: relative;
}
td a[href$=".pdf"]{
	text-decoration:none !important;
}
td a[href$=".pdf"]::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background: var(--vk-color-custom-1);
    opacity: 0;
    transition: .3s;
}
td a[href$=".pdf"]:hover::after {
    opacity: 0.1;
}
table a[href$=".pdf"]::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f1c1"; /* PDFアイコン */
/*   position: absolute; */
	padding-right: 8px;
	color: #E93131;
    font-size: 1.2em;
}

/* よくある質問 */
.vk_faq .vk_faq_title:before {
	color: var(--wp--preset--color--vk-color-custom-2);
}

.vk_faq .vk_faq_content:before {
	color: var(--wp--preset--color--vk-color-primary);
}

/* 実績 */
.wp-block-vk-blocks-outer.work-box {
    padding-block: 25px !important;
}
.work-box figure.wp-block-image img {
    aspect-ratio: 3 / 1 !important;
	object-fit: cover;
}
.work-box .wp-block-heading{
    padding-top:0;
}
.work-box p:last-child{
    margin-bottom: 0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/* カテゴリーラベル */
.postListText_singleTermLabel {
	min-width: 100px;
}

/* ラベル内フォント */
.postListText_singleTermLabel_inner {
	font-size: 0.875rem;
	color: #fff !important;
}

/* 日付 */
.postListText_date {
	font-family: var(--figtree);
	font-size: 1rem;
	font-weight: 700;
	min-width: 100px;
}

/* 記事タイトル */
.postListText_title {
	font-size: 16px;
}

/* リンク下線 */
.postListText_title a {
	text-decoration: none;
}

/* ページネーション */
ul.page-numbers {
    display: flex;
    gap: 10px;
}
ul.page-numbers li {
    float: none;
}
ul.page-numbers li>.page-numbers {
    font-size: 20px;
    font-weight: bold;
	  font-family: "Figtree", sans-serif;
}
ul.page-numbers li>.page-numbers{
    border: solid 2px transparent !important;
		margin-left: 0 !important;
}
ul.page-numbers li>.page-numbers:not(.current) {
    border: solid 2px #eee !important;
    margin-left: 0 !important;
    font-size: 20px;
    font-weight: bold;
	  font-family: "Figtree", sans-serif;
}
ul.page-numbers li>.page-numbers:not(.current){
	transition:.3s;
}
ul.page-numbers li>.page-numbers:not(.current):hover{
	filter: brightness(0.9);
}



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

/* フッタータグ・カテゴリ */
.entry-footer {
    margin-top: var(--vk-margin-section-bottom);
}
.entry-meta-data-list dl {
    margin: 0 0 10px;
    display: flex;
    align-items: baseline;
}
.entry-meta-data-list dt {
    background: none;
    color: unset;
    font-size: 0.875rem;
    padding: 0;
    min-width: 5em;
    text-align: left;
    float: unset;
    margin-right: 1.5em;
}
.entry-meta-data-list dd.tagcloud {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}
.entry-meta-data-list dd a {
    font-size: 0.875rem !important;
    background: #EDEDED;
    padding: 0.3em 1em;
    text-decoration: none;
    color: var(--vk-color-text-body);
    border-radius: var(--vk-size-radius);
    margin: 0;
    transition: .3s;
}
.entry-meta-data-list dd a:hover {
    text-decoration: none;
    color:#fff;
    background-color: var(--wp--preset--color--vk-color-primary);
}


article.post h1.entry-title {
    border-bottom: solid 3px var(--vk-color-custom-1);
}
span.entry-meta-item {
    font-size: 1.2rem;
}
span.entry-meta-item span {
    font-family: var(--figtree);
    font-weight: bold;
}
.entry-meta {
    text-align: right;
}




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


/*========= 1文字ずつ出現させるためのCSS ===============*/
.eachTextAnime{
  overflow: hidden;
}
.eachTextAnime:not(.appeartext) {
    visibility: hidden;
	opacity: 0;
}
.appeartext span {
    visibility: hidden;
	opacity: 0;
}
.eachTextAnime.appeartext span {
  animation: text_anime_on 0.4s ease-out forwards;
  display: inline-block;
	line-height:1;
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
	  visibility: hidden;
    transform: translateY(1em);
  }
  100% {
    opacity: 1;
	  visibility: visible;
    transform: none;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  マスクアニメーション
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.mask-wrap {
    overflow: hidden;
}
.mask {
    position: relative;
    left: -100%;
		opacity:0;
    transition: 1s cubic-bezier(0, 0, 0, 1);
}
.mask-bg {
		background: var(--vk-color-custom-1); /* 色や速度はココで変更 */
    top: 0;
    left: -130%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 300;
    transition: 1s cubic-bezier(0, 0, 0, 1);
}
.mask-animated .mask-bg {
    left: 100%;
}
.mask-animated .mask {
    left: 0;
	opacity:1;
}