@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{
	--en:"Figtree", sans-serif;
	--vk-line-height:2;
	
	--wp--preset--color--vk-color-primary-dark: #d25e0c;
	--vk-color-primary-dark: #d25e0c;
}
body{
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}
ul li,ol li{
	color: var(--vk-color-text-body);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */
.en {
  font-family: var(--en);
}

/* Text link */
/* リンクエリア拡張 */
.stretched-linkitem {
    position: relative !important;
}
.stretched-linkitem a::after{
	position:absolute;
	top:0;	right:0;	bottom:0;	left:0;
	z-index:1;
	pointer-events:auto;
	content:"";
	background-color:rgba(0,0,0,0);
}
.stretched-linkitem figure{
    overflow:hidden;
}
.stretched-linkitem img {
    transition:.3s;
}
.stretched-linkitem:hover img {
    transform:scale(1.1);
}

.wp-block-group.rounded {
    border-radius: 1rem !important;
}

/* ボタングループ（グループリンク） */
.wp-block-group.buttongroup {
	border: solid 3px #333;
    border-radius: 0.4em;
    box-shadow: 2px 2px #333;
	transition:.3s;
	padding:1rem;
}
.wp-block-group.buttongroup:hover {
    opacity: 1;
    box-shadow: unset;
    transform: translate(2px,2px);
    filter: brightness(0.9);
}
/* ボタングループ（columnリンク） */
.stretched-linkitem {
	border: solid 3px #333;
    border-radius: 0.4em;
    box-shadow: 2px 2px #333;
	transition:.3s;
	padding:1rem;
}
.stretched-linkitem:hover {
    opacity: 1;
    box-shadow: unset;
    transform: translate(2px,2px);
    filter: brightness(0.9);
}
/*角丸*/
.round {
	border-radius: 21px;
}
.round-10 {
	border-radius: 10px;
}
/*見出しStyleカギ括弧の線を太く*/
.is-style-vk-heading-brackets_black::after {
	border-right: solid 3px currentColor !important;
}
.is-style-vk-heading-brackets_black::before {
	border-left: solid 3px currentColor !important;
}
.is-style-vk-heading-brackets_black::before,
.is-style-vk-heading-brackets_black::after {
    border-top: solid 3px currentColor;
    border-bottom: solid 3px currentColor;
}

/*フォームの送信ボタン*/
.smf-button-control button[type="submit"]  {
	font-size: calc(1rem * 1);
    background-color: var(--vk-color-primary);
    padding: .6em 1.5rem;
    min-height: 50px;
    min-width: 150px;
	color: #333 !important;
	border: solid 3px #333 !important;
    border-radius: 0.4em;
    box-shadow: 2px 2px #333;
}
.smf-button-control button[type="submit"]:hover {
    opacity: 1;
    box-shadow: unset;
    transform: translate(2px, 2px);
	background-color: var(--vk-color-primary);
    filter: brightness(0.9);
}

.wp-block-heading.is-style-vk-heading-brackets_black {
    width: fit-content;
    padding-inline: 3rem;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  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;
}

div#site-header-container {
    max-width: none;
    padding-block: 15px;
}
/*ヘッダーロゴ*/
.site-header-logo img {
	min-width: 220px;
}
/* グローバルナビ */

.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: 16px;
}
.header-button-tel a.vk_button_link {
    min-width: unset;
    padding: 1rem;
}
.header-button-tel i.vk_button_link_before {
    margin-right: 0;
}
.header-button-mail a {
	padding: 0.2rem 1rem!important;
    height: 55px;
    min-width: 120px!important;
	display: flex;
	align-items: center;
}
.vk_button_link_caption {
	display: flex;
}
.header-button-mail a .vk_button_link_txt {
	font-size: 0.85rem;
	line-height: 1.3;
}
.global-nav-list>li>a[href="#"] {
    pointer-events:none;
}
/*サブメニュー*/
.global-nav-list>li>ul.sub-menu {
    background-color: var(--vk-color-custom-1);
	border-radius: 0.8em;
	margin-top: 2px;
}
.vk-menu-acc ul.sub-menu li a {
    font-size: 16px;
    transition: .3s;
}
.global-nav-list .sub-menu li a:focus-within,
.global-nav-list .sub-menu li a:hover {
    background-color: var(--wp--preset--color--vk-color-primary);
	color: #333;
}

@media (max-width: 1170px) and (min-width: 992px) {
	.global-nav-list>li .global-nav-name {
		font-size: 13px;
	}
  .device-pc .global-nav-list>li>a {
    padding: 0.5em 0.6em;
  }
.header-button-tel a.vk_button_link {
		padding: 0.6rem 0.8rem!important;
	}
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */
.footer-navi {
	font-size: calc(16 / 18* 1rem) !important;
	padding: 0 1em;
}
ul.wp-block-list.footer-navlist {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    line-height: 2.5;
	margin-right: 3rem;
}
.footer-navi a {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.homelink::before {
	content: "\f015";
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
	margin-right: 0.5rem;
}
.footer-navi a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #333;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.footer-navi a:hover {
  color: #333;
}
.footer-navi a:hover::after {
  transform: scaleX(1); 
}
/*フッター事業所リンク*/
.life-link a {
	border: 3px solid transparent;
	transition: border-color 0.3s ease;
	border-radius: 13px;
}
.life-link a:hover {
	border-color: #333;
	box-shadow: 2px 2px #333;
}
/* 固定スクロールCTA */
.fixed-cta {
    padding: 30px;
}

.fixed-cta .buttongroup {
	position:relative;
}
.fixed-cta .buttongroup::after {
    content: '';
    position: absolute;
    background-image: url("../../../wp-content/uploads/pointer.png");
    background-size: contain;
    bottom: -15px;
    right: -25px;
    width: 60px;
    height: 60px;
    display: block;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
.feature {
	max-width: 100%;
	width: 100%;
	padding: 0.4rem 0.8rem;
}
.feature p {
	margin-left: 1em;
	line-height: 1.3;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.feature p span {
	margin-left: 1em;
}
@media (min-width:782px) and (max-width:1199px) {
	.feature p {
		flex-direction: column;
        align-items: flex-start;
	}
	.feature p span {
		margin-left: 0;
	}
}
/*ボタンエリア*/
.link-btn-area .vk_button .vk_button_link.btn {
    padding: 1.7rem 1.5rem;
}

/* アイコングリッド */
.top_icongrid>.wp-block-group {
    background: #fff;
    padding: 1rem;
}
.top_icongrid>.wp-block-group figure {
    margin-bottom: .5rem;
}
.top_icongrid>.wp-block-group p.is-style-af-paragraph-small {
    font-size: 14px;
    line-height: 1;
}

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

/* page header */
@media (min-width: 992px) {
.page-header::before {
    display: none;
}
.page-header {
    background-attachment: scroll;
    min-height: 50vh;
    border-radius: 40px 0 0 40px;
    width: 50vw;
    margin-left: auto;
    overflow: visible;
    }
.page-header-inner.container {
    margin-left: -100%;
    padding-left: calc( (100svw - var(--vk-width-container)) / 2 + 10px);
}
.page-header-subtext {
    font-family: var(--en);
    font-size: 1.4rem;
}
}
/* breadcrumbs */
@media (min-width: 992px) {
div#breadcrumb {
    position: relative;
	font-size: unset;
	opacity:.8;
}
div#breadcrumb ol.breadcrumb-list {
    position: absolute;
    /*top: 100px;*/
	top: 10vh;
}
li.breadcrumb-list__item:last-child {
    display: none;
}
div#breadcrumb .container {
    padding: 0;
}
div#breadcrumb i.fas.fa-fw.fa-home {
    display: none;
}
div#breadcrumb a,
div#breadcrumb a:hover{
    color: var(--vk-color-custom-1);
}
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */

/* 会社概要 */

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

/*ライフとは？*/
.step {
	font-family: var(--en);
    display: inline-block;
    position: absolute;
    top: -20px;
    left: -20px;
    padding: 0.8rem;
    line-height: 1;
    width: 120px;
    text-align: center;
    font-size: 2rem;
	border-radius: 6px;
    box-shadow: 4px 4px #33333336;
}

.gridcol_icon-text .vk_gridColumn_item {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
}


/*3つのはたらき方*/
.ws-table table {
	border: unset;
}
/*ライフとは*/
.img-hitohito {
	margin: 0 auto;
}
/*サポート体制*/
.support-gridlist img {
	border-radius: 1em;
	box-shadow: 9px 9px 0px 0px #fdd94b;
}
.support-gridlist h3 {
	margin: 1.5rem auto 0.7rem;
	font-size: 1.4rem;
}

/*FAQ*/
.is-style-vk_faq-bgfill-circle .vk_faq_title:before {
    background-color: var(--wp--preset--color--vk-color-custom-1);
}
.is-style-vk_faq-bgfill-circle .vk_faq_content:before {
    background-color: #666;
}
/*スタッフ紹介*/
/* .staff-grid .vk_gridColumn_item .{
	border: 1px solid #ccc;
	border-radius: 1em;
} */
/* 横の余白を作る */
/* 		.staff-grid .row {
			display: flex !important;
			flex-wrap: wrap !important;
			gap: 1em !important;
			padding-left: 1em;
			padding-right: 1em;
		}
		.staff-grid .col-6 {
			max-width: 47.7%;
		}
		@media (min-width: 576px) {
			.staff-grid .col-sm-6 {
				max-width: 48%;
			}
		}
		@media (min-width: 768px) {
			.staff-grid .col-md-6 {
				max-width: 48%;
			}
		}
		@media (min-width: 992px) {
			.staff-grid .col-lg-3 {
				max-width: 23.5%;
			}
		}
		@media (min-width: 1200px) {
			.staff-grid .col-xl-3 {
				max-width: 23.5%;
			}
		}
		@media (min-width: 1400px) {
			.staff-grid .col-xxl-3 {
				max-width: 23%;
			}
		} */

.staff-grid .wp-block-image {
    max-width: 200px;
    margin: 0 auto;
}
.staff-grid-table table {
    border-color: transparent;
}
.staff-grid-table th {
    white-space: nowrap;
    background: var(--vk-color-primary);
    text-align: center !important;
	    width: 3.5em;
}
.staff-grid-table th,.staff-grid-table td {
    padding: 0 .5em !important;
    border: solid 10px white !important;
    border-left: none !important;
    border-right: none !important;
}

/*データ*/

	/* @media (max-width: 781.98px) {
		.age-box .piechart_legend {
		  display: grid;
		  grid-template-columns: 1fr 1fr;
		  gap: 0.5em 1em;
		}
		.age-box .piechart_legend p:nth-child(1) {
		  grid-column: 1;
		  grid-row: 1;
		}
		.age-box .piechart_legend p:nth-child(2) {
		  grid-column: 1;
		  grid-row: 2;
		}
		.age-box .piechart_legend p:nth-child(3) {
		  grid-column: 1;
		  grid-row: 3;
		}
		.age-box .piechart_legend p:nth-child(4) {
		  grid-column: 2;
		  grid-row: 1;
		}
		.age-box .piechart_legend p:nth-child(5) {
		  grid-column: 2;
		  grid-row: 2;
		}
		.piechart_circle {
			width: 200px;
		}
	}
	 */

.piechart_legend {
    font-size: 14px;
}
.piechart_age .piechart_legend {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(7em, 1fr));
    gap: 0 0.5em;
    white-space: nowrap;
    justify-items: center;
    width: 100%;
	max-width: calc(7em * 2 + .5rem); /* 2列分＋gap */
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/*記事一覧*/
.vk_posts .postListText_title {
    font-size: 0.9rem;
}
.vk_posts .postListText_singleTermLabel_inner {
    font-size: 0.75rem;
	padding: 0.2rem;
}
.postList_title.entry-title a {
    font-size: 0.9rem;
}
.widget-title.sub-section-title {
	position: relative;
	color: #666;
	padding-bottom: 8px;
}
.widget-title.sub-section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: repeating-linear-gradient(-45deg, #d8d8d8, #d8d8d8 3px, transparent 3px, transparent 6px);
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Single　ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
.single .entry-title {
	position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.single .entry-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: repeating-linear-gradient(-45deg, #d8d8d8, #d8d8d8 3px, transparent 3px, transparent 6px);
}

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

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  その他・追加機能
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/*ポイントイラスト*/
.point-hito {
  position: absolute;
  top: -60px;
  left: -30px;
  width: 130px;
}
.link-btn-area {
	position: relative;
	overflow: visible;
}
.linkarea-hito {
	position: absolute;
	top: -129px;
	left: 0;
	width: 90px;
}
/*ポイントイラストCTA*/
.cta-hito {
	position: absolute;
	top: -188px;
	right: 0;
}
.cta-hito img {
	height: 200px!important;
	width: 130px;
}
@media (max-width: 1199px) and (min-width: 782px) {
	/*ポイントイラスト*/
	.point-hito {
		position: absolute;
		top: -60px;
		left: 0;
		width: 80px;
	}
}

/* 	円グラフ自動生成 */
:root {
	--pie1: #ed724c;
	--pie2: #efa81c;
	--pie3: #f3e03b;
	--pie4: #94c45d;
	--pie5: #4fa7cf;
	--pie6: #6672b2;
	--pie8: #dd3f3b;
}
.piechart_legend p::before {content: '■ ';}
.piechart_legend p:nth-child(1)::before { color:var(--pie1) }
.piechart_legend p:nth-child(2)::before { color:var(--pie2) }
.piechart_legend p:nth-child(3)::before { color:var(--pie3) }
.piechart_legend p:nth-child(4)::before { color:var(--pie4) }
.piechart_legend p:nth-child(5)::before { color:var(--pie5) }
.piechart_legend p:nth-child(6)::before { color:var(--pie6) }
.piechart_legend p:nth-child(7)::before { color:var(--pie7) }
.piechart_legend p:nth-child(8)::before { color:var(--pie8) }

.piechart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.piechart_circle {
    aspect-ratio: 1;
    width: 140px;
    border-radius: 50%;
}
.piechart_legend p {
    line-height: 1.7;
	margin: 0;
}
@media (max-width: 991px) and (min-width: 782px) {
	.piechart_circle {
		width: 140px;
	}
}
/*男女のグラフだけ色替え*/
.piechart_sex {
	--pie1: #4fa7cf;
	--pie2: #ed724c; 
}
/* タイムライン2カラム */
.timeline-2column {
    --time-width:200px;
}
.timeline-2column.vk_timeline .vk_timeline_item {
    padding-left: calc( var(--time-width) + 20px);
}
.timeline-2column.vk_timeline .vk_timeline_item_lineStyle-default::before {
    left: var(--time-width);
    top: 30px;
}
.timeline-2column.vk_timeline .vk_timeline_item_style {
    left: calc( var(--time-width) - 5px);
    top: 12px;
}
.timeline-2column.vk_timeline .vk_timeline_item_caption {
    position: absolute;
    left: 0;
    top: 5px;
    width: calc( var(--time-width) - 20px);
    text-align: right;
}
/*目次メニューのリストマークの位置調整*/
ul.is-style-vk-numbered-square-mark li:before, ol.is-style-vk-numbered-square-mark li:before {
    display: flex;
    align-items: center;
    justify-content: center;
	
}

/* フォーム調整 */
span.smf-file-control__label {
    background: var(--vk-color-primary);
    color: unset;
}

span.smf-file-control__label:hover {
	filter: opacity(0.8);
}

/* カーテンエフェクト */
.leftCurtainbg {
    display: block;
    content: "";
    position:fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: scaleX(0);
    background-color: #EF7955;
    animation-name:curtainAnime;
    animation-duration:.6s;
    animation-timing-function:ease-in-out;
    animation-fill-mode:forwards;
}
@keyframes curtainAnime {
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}
.fadeout {
  animation : fadeOut 1s;
  animation-fill-mode: both;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#container{
	opacity: 0;/*はじめは透過0に*/
}

/*bodyにpageOnクラスがついたら出現*/
body.pageOn #container{
	animation-name:PageAnimeOn;
	animation-duration:.5s;
	animation-delay: 0.4s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeOn{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

.page-header,
div#breadcrumb ,
.site-body {
    opacity: 0;
    animation: fadeInBlur .5s ease-in-out forwards;
    animation-delay: .5s;
}
@keyframes fadeInBlur {
	from {
		opacity: 0;
		filter: blur(15px);
	}
	to {
		opacity: 1;
		filter: blur(0);
	}
}