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

h2 {
    font-size: 2.50rem;
}
.vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt, .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_subCaption, .editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt, .editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_subCaption{
	text-decoration:none;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */
.w-80{
	width:80%;
	margin:auto;
}
.image_round img{
border-radius:25px;}

/* 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;
	}
}

.txt_box{
	padding:20px 35px !important;
}
.column3_box{
	padding:25px;
	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%;
}

/* グローバルナビ */
.global-nav-list>li>a {
	transition: .3s;
	border-bottom: 2px solid transparent;
}
.global-nav-list>li>a:hover,
.global-nav-list>li.current-menu-item>a {
    color: var(--vk-color-custom-1);
    border-bottom: 2px solid #4873B9;
}

.global-nav-list>li .global-nav-name{
	font-size:16px;
	font-weight:400;
}
    .device-pc .global-nav-list>li>a {
        padding: 14px 1.0em;
    }
.header1 p,.header2 p{
	padding:5px 10px !important;
	border-radius:3px;
	margin-top:10px;
	font-size:10px !important;
}

.header1 .vk_button_link_txt{
	font-size:27px;
	color:#000;
	font-weight:500;
	line-height:1.1 !important;
	font-family:var(--en);
}
.header1  i{
	font-size:18px !important;
	color:#4873B9;
	position:relative;
	top:2px;
	line-height:1.1 !important;
}
.header1 .vk_button_link_subCaption{
		font-size:11px !important;
	color:#000;
	padding-top:0;
	margin-top:-4px;
}
.header2 .vk_button_link_txt{
	font-size:20px;
}
.header2  a:hover{
	color:#F58989 !important;
}
.header2 i{
	font-size:22px !important;
	color:#F58989;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */
.cta_link{
	position:relative;
	min-height:260px;
}
.cta_link a::after{
		  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}
.cta_txt{
	border-radius:21px 21px 0 0;
	padding:10px !important;
}
.cta_link h3{
	font-size:24px;
}
.cta_tel .vk_button_link_txt{
	font-size:63px;
	color:#000;
	font-weight:500;
	line-height:1.1;
	font-family:var(--en);
}
.cta_tel  i{
	font-size:45px !important;
	color:#4873B9;
	position:relative;
	top:4px;
}
.cta_tel .vk_button_link_subCaption{
		font-size:16px !important;color:#000;
}
.cta_btn .vk_button_link_txt{
	font-size:36px;
}
.cta_btn  a:hover{
	color:#F58989 !important;
}
.cta_btn i{
	font-size:40px !important;
	color:#F58989;
}

.footer_link{
	display:flex;
	justify-content:end;
	list-style:none;
}
.footer_link li{
	margin-left:15px !important;
		font-size:1rem;
}footer{
	border-top:solid 10px #214B8C
}
.site-footer-copyright{
	max-width:100%;
	padding:10px;
	background-color: #214B8C
}
.site-footer-copyright p{
	color:#fff;
}
footer,footer p{
	font-size:1rem;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

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

.teaser{
	position:relative;
	aspect-ratio: 16 / 8;
}
.teaser_cp{
	position:absolute;
	width:100%;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
.teaser>div{
	height:100%;
}
.teaser .vk_outer_container{
	height:100%;
}

/* メインビジュアル −−お知らせ*/
.teaser_news{
	width:455px;
	position:absolute;
	bottom:30px;
	left:30px;
	padding:18px 17px 15px;
}
.teaser_news h3{
	margin-bottom:0 !important;
}
.teaser_news .postListText_date{
	min-width:80px;
}
.teaser_news  a{
	text-decoration:none;
}
.teaser_news  .vk_post{
	padding:10px 14px !important;
}
.teaser_news .postListText_date{
	font-size:14px;padding-top:4px;
	font-family:var(--en)
}

/* メインビジュアル −−ボタン*/

.teaser_btn_box{
		position:absolute;
	bottom:30px;
	right:30px;
}
.teaser_btn a{
	min-width:290px !important;
	display:flex;
	flex-wrap:wrap;
	padding:15px !important;
	flex-direction: column-reverse;
	border:solid 3px #4873B9 !important;
	background-image:url(../../../wp-content/uploads/teaser_arrow1.png);
	background-repeat:no-repeat;
	background-size:23px;
	background-position:right 12px bottom 12px;
}
.teaser_btn2 a{
		border:solid 3px #48A3B9 !important;
	background-image:url(../../../wp-content/uploads/teaser_arrow2.png);
}

.teaser_btn a:hover{
	opacity:1 !important;
	border:solid 3px #E5A15C !important;
		background-image:url(../../../wp-content/uploads/teaser_arrow3.png);
}

.teaser_btn .vk_button_link_subCaption{
	background-color:#4873B9;
	color:#fff;
	display:inline-block;
	padding:5px 15px;
	border-radius:60px;
	font-size:15px;
	transition:0.3s;
}
.teaser_btn2 .vk_button_link_subCaption{
	background-color:#48A3B9;
}
.teaser_btn .vk_button_link_caption{
	font-size:28px;
	font-weight:600;
}

.teaser_btn a:hover .vk_button_link_subCaption{
	background-color: #E5A15C !important;
}

/* 全ての人に心身の健康と幸福を*/

.top_section1{
	background-size:550px !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
}

/* 介護事業*/

.photo_on_title{
	padding:45px;
	margin-top:-130px;
	position:relative;
	z-index:2;
}

.top_kaigo_box1{
	padding-right:20vw;
	background-image:url(../../../wp-content/uploads/moyou1.png);
	background-size:700px;
	background-position:center;
	background-repeat:no-repeat;
}
.top_kaigo_box2{
	padding-left:20vw;
	background-image:url(../../../wp-content/uploads/moyou2.png);
	background-size:700px;
	background-position:center;
	background-repeat:no-repeat;
}
.top_kaigo_box1 h4,.top_kaigo_box2 h4{
font-size:24px;
}

.box_shadow{
background: #fff;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
	padding:40px;
}
.nami_bg{
	overflow:visible;
	margin-top:150px;
}
.nami_bg>div{
	margin-top:-200px;
}

.icon_title{
	padding:5px 15px;
	border-radius:4px;
	font-size:15px;
	display:inline-block;
}

.top_kaigo_box3{
	background-image:url(../../../wp-content/uploads/moyou3.png);
	background-size:700px;
	background-position:left 65% bottom;
	background-repeat:no-repeat;
	padding-bottom:90px;
}
.top_kaigo_box3 h4{
font-size:30px;
}
.top_kaigo_box4{
	background-image:url(../../../wp-content/uploads/moyou4.png);
	background-size:700px;
	background-position:left 65% bottom;
	background-repeat:no-repeat;
	padding-bottom:90px;
}
.top_kaigo_box4 h4{
font-size:30px;
}
.vk_borderBox_title{
	font-size:22px !important;
	font-weight:400 !important;
}
.wp-block-vk-blocks-border-box h4{
	font-size:24px;
}
.company_link{
	position:relative;
}
.company_link a::after{
	 position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}
.company_link p{
	margin-top:8px;
}
.company_link a{
	color:#000000;
	font-size:18px;
	text-decoration:none;
}
.company_link figure{
	margin-bottom:9px;
}
.company_link a::before{
	 content: '';/*何も入れない*/
  display: inline-block;
  width: 24px;/*画像の幅*/
  height: 24px;/*画像の高さ*/
  background-image: url(../../../wp-content/uploads/arrow4.png);
  background-size: 24px;
	background-repeat:no-repeat;
	margin-right:4px;
	position:relative;
	top:-3px;
  vertical-align: middle;
}
.company_link .image_round  {
    border-radius: 25px;
	overflow:hidden;
}
.company_link img{
	transition:0.3s;
}
.company_link:hover img{
		transform: scale(1.1);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */



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

/*介護*/
.flow1 img{
	width:200px;
}
.flow1 .wp-block-group{
	padding:0 15px;
}
.flow1 figure,.flow2 figure{
	margin-bottom:5px;
}
.flow2 .wp-block-group{
	padding:0 10px;
}
.flow2 i{
	padding-bottom:35px;
}
.setsubi_box img{
	object-fit:cover;
	width:100%;
	aspect-ratio: 4 / 3;
}
/* 人材派遣・紹介 */
.point_ti{
	font-family:var(--en);
	font-size:30px;
	font-weight:600;
	line-height:1.2;
}
.point_box h3{
	font-size:40px;
	line-height:1.2;
}
.saiyou_btn a{
	padding:25px 25px !important;
	font-size:22px !important;
	position:relative;
}
.saiyou_btn a i{
	position:absolute;
	top:15px;
	right:15px;
	color:#F58989
}

.pagelink .vk_button-width-25{
	        width: calc(30% - 8px);
}

/* スクロール固定Column */
.position-sticky-wrap {
    overflow: visible !important;　/* 包含するouterに */
}
.device-pc .wp-block-column.position-sticky-column {
    position: sticky; /* PCにのみ反映。 */
    top: 130px;
    align-self: flex-start;
}

.box_rinen{
position:relative;
}
.box_rinen h4{
	font-size:50px;
}
.rinen_txt{
	font-size:120px;
	line-height:1.2;
	font-weight:600;
	font-family:var(--en);
	position:absolute;
	right:0;
	top:0px;
}

.stitle{
	padding:10px !important;
	border-radius:50px;
}

/* タイムライン2カラム */
.timeline-2column {
    --time-width:200px;
	width:75%;
	margin:auto;
}
.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;
}
.vk_timeline_item_caption{
	color:var(--vk-color-primary)!important;
	font-family:var(--en);
	font-size:20px;
	font-weight:600;
}
.smf-item__description{
	display:none;
}

.tokutyou_tab{
	padding:3px 15px;
	font-weight:600;
	display:inline-block;
	border-radius:0 5px 5px 0;
	margin-left:-25px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
.blog .postListText_title,.postListText_date{
	font-size:16px;
}
.blog .postListText_title a{
	text-decoration:none;
}
.blog .postListText_singleTermLabel{
	min-width:120px;
}
.blog .postListText_singleTermLabel a{
	padding:5px;
}

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



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


