@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: "Roboto", sans-serif;
--vk-line-height: 1.9em;
}

/* Mediaとテキスト */
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
}

@media (max-width: 768px) {
	.wp-block-media-text .wp-block-media-text__content {
		padding:0;
		margin-top:1em;
	}
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */

/* 見出し */
h3 {
    font-size: 1.8rem;
}

/* ボタン */
.btn_s a:hover{
	opacity:1;
	background-color:#E8A841!important;
}

/* 画像 */
.image_round img{
	border-radius:30px;
}

/* 横幅 */
.wide80{
	width:80%;
	margin:auto;
}
.box_white{
	padding:35px 40px;
}
.box_s{
	padding:30px 30px;
	min-height: 85%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.sihen_box .box_s{
	height: 100%;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  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;
}
#site-header-container{
	max-width:100%;
	padding-top:15px;
	padding-bottom:15px;
}
.site-header {
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
	background-color:rgba(255, 255, 255, .85);
}
/* グローバルナビ */
.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;
	font-weight:400;
}
.device-pc .global-nav-list>li>a{
	padding-left:13px !important;
	padding-right:13px !important;
}
#menu-item-4752 a{
	background-color:#E8A841;
	color:#fff;
		padding-left:23px !important;
	padding-right:23px !important;
	border-radius:60px;
	border-bottom:none;
	margin-left:10px;
}
#menu-item-4752 a:hover{
	background: var(--vk-color-custom-1);
}

/* ロゴ下にテキスト */
#site-header-container .site-header-logo {
/* 	display: flex; */
	align-items:end;
	flex-wrap:wrap;
	gap:.5rem;
	padding-top:.8rem;
}
#site-header-container .site-header-logo:after {
	content:"【登録支援機関登録番号：23登-008663】";
	font-size:13px;
	font-weight:500;
	display: block;
	align-self: flex-start; /* ← これで左寄せに */
}


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

/* CTA */
.cta_box{
		margin-top:-5px;
}
.contact_tel a .vk_button_link_txt{
font-size:43px;
	color:#fff;
	font-family:var(--en);
}
.contact_tel a i{
	font-size:35px;
	position:relative;
	top:2px;
}
.contact_tel_sub a .vk_button_link_txt{
	color:#333!important;
}
.contact_tel_sub a i{
	color:var(--vk-color-primary)!important;
}
.contact_btn a{
	font-size:22px !important;
	padding:25px !important;
	width:355px !important;
}
.contact_btn a i{
	color:#E8A841;
	transition:0.3s;
}
.contact_btn a:hover{
	background-color:#E8A841 !important;
	color:#fff !important;
	opacity:1;
}
.contact_btn a:hover i{
	color:#fff !important;
}

/* フッターサイトマップ */

footer p{
	font-size:1rem;
}
.footer_link{
	display:flex;
	flex-wrap:wrap;
}
.footer_link li{
	width:33.33%;
	font-size:1rem;
}
.footer_link a{
	text-decoration:none;
}
.footer_link a:hover{
	text-decoration:underline;
}
ul.is-style-vk-triangle-mark li::before, ol.is-style-vk-triangle-mark li::before {
    left: -1.0em;
}
.site-footer-copyright{
	padding-top:0;
}
.site-footer-copyright p{
	font-size:1rem;
	text-align:left;
	padding-top:0;
	margin:0 0 10px;
}

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

/* メインビジュアル */

.teaser .wp-block-group__inner-container{
	    width: auto;
    margin-left: calc(50% - 50vw)!important;
    margin-right: calc(50% - 50vw)!important;
    max-width: var(--vk-width-full)!important;
}
.teaser{
	position:relative;
}
.teaser_copy{
	position:absolute;
	left:58%;
	top:20%;
	z-index:6;
}
.teaser_copy .teaser_image_s .wp-block-group__inner-container{
	width:336px!important;
	    margin-left: 0px!important;
    margin-right: auto!important;
}
.teaser_copy h2{
	background-color:rgba(255, 255, 255, 0.7);
	display:inline-block;
	padding:10px;
	font-size:46px;
	border-radius: 10px;
}
.teaser_copy p{
	background-color:rgba(255, 255, 255, 0.7);
	display:inline-block;
	padding:10px;
	font-size:26px;
	border-radius: 10px;
	margin-bottom: 10px !important;
}
.teaser_bg {
	width:80%!important;
	margin-left:auto;
	margin-right:60px;
}
.teaser_bg img{
	border-radius:30px;
	max-height:745px!important;
}
.teaser_image_s{
	position:absolute;
	width:336px!important;
	left:55%;
	z-index:2;
/* 	transform: translateX(-50%); */
	top:15vh
}
.teaser_image_s img{
border-radius: 18px;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
width:22vw!important;
}
.teaser_image_s .wp-block-group__inner-container{
	width:336px!important;
	    margin-left: auto!important;
    margin-right: auto!important;
}
.teaser_sub_image1{
	position:relative;
	z-index:3;
	left:50px;
	top:-30px;
}
.teaser_sub_image2{
	position:relative;
	z-index:6;
	top:-90px;
    left:200px;
}
.teaser_sub_image3{
	position:relative;
	z-index:5;
	left:35px;
    top:-140px;
}

/* 選ばれる理由 */
.top_reason_box .wp-block-group__inner-container{
border-radius: 30px;
background: #fff;
border: 1px solid #f0f0f0;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
padding:30px;
}
.top_reason_box img{
	width:245px;
}
.top_reason_box p{
	font-size:22px;
	font-weight:600;
}

/* ２つ並びバナー */
.top_bunner{
	position:relative;
}
.top_bunner a::after{
	  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	width:100%;
	height:100%;
  z-index: 1;
  pointer-events: auto;
  content: "";
}
.top_bunner img{
	border-radius:30px;
	object-fit:cover{
		width:100%;
		aspect-ratio: 16 / 8;
	}
}
.top_bunner a{
width: 400px;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
margin-top:-55px;

}
.top_bunner a i{
	color:var(--vk-color-primary);
	transition:0.3s;
	position:absolute;
	right:85px;
}
.top_bunner a:hover{
	opacity:1;
	background-color:var(--vk-color-primary)!important;
	color:#fff!important;
}
.top_bunner a:hover i{
	color:#fff!important;
}
/* 当社について */
.top_about_inner{
	padding:40px;
	width:55%;
	margin:10px 20px;
}
.top_about_inner h2{
	font-size:37px!important;
	margin-bottom:25px!important;
}

.outline-table td{
	font-size: 16px!important;
}

/* お知らせ */
.news_box {
	padding:30px 70px;
}


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



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

/* 受け入れをお考えの企業様へ */
.merit_box{
	width:80%;
	margin:auto;
}
.merit_box li{
	font-size:20px;
	margin:25px 0!important;
}
.merit_box li i{
	font-weight:900;
}

/* よくあるご質問 */
.is-style-vk_faq-bgfill-circle .vk_faq_title:before{
	background-color:var(--vk-color-primary);
}
.is-style-vk_faq-bgfill-circle .vk_faq_content:before{
	background-color:#E8A841;
}

/* 流れ */

.step_box{
	padding:30px;
}
.step_unmber{
	padding:20px 23px 10px;
	border-radius:50%;
	width:75px;
	height:75px;
	display:flex;
	justify-content:center;
	align-content:center;
	align-items:center;
	font-size:12px;
	line-height:1.3;
	flex-wrap:wrap;
	font-family:var(--en);
}
.step_unmber strong{
	font-size:20px;
	width:100%;
	display:block;
}
.flow_title{
	margin-bottom:15px;
}

/* お問い合わせ */
.smf-item__description{
	display:none;
}

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

.postListText_title,.postListText_date{
	font-size:16px;
}
.postListText_title a{
	text-decoration:none;
}
.postListText_singleTermLabel{
	min-width:120px;
}
.postListText_singleTermLabel a{
	padding:5px;
}

.widget_nav_menu>.sub-section-title, .widget_nav_menu>.widget-title[class*=title]{
	background-color:var(--vk-color-primary);
	color:#fff;
	padding:14px 15px;
	border-radius:5px 5px 0 0;
}
.sideWidget ul{
	background-color:var(--vk-color-custom-3);
}
.sideWidget li a{
	padding-left:10px!important;
	transition:0.3s;
	
}
.sideWidget li a:hover{
	background-color:#fff!important;
}
.sub-section ul li.current-cat a{
	background-color:#F4F7FF !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Single　ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */



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


