/*
Theme Name: Lightning Child
Template: lightning
Tags: 
Version: 0.5.1
*/
@charset "utf-8";
/* display_none */
.display_pc {
	display:block;
}
.display_pc.in {
	display:inline;
}
.display_sp,
.display_sp.in {
	display:none;
}
@media screen and (max-width:767px) {
	.display_pc,
	.display_pc.in {
		display:none;
	}
	.display_sp {
		display:block;
	}
	.display_sp.in {
		display:inline;
	}
}
.site-body{
	text-align: left;
}
.page-header{
	min-height: 8em;
	background: none;
}
.page-header .page-header-inner{
	margin-top: 3em;
	margin-bottom: 2em;
}
.page-header .page-header-title{
	font-size: 2.26rem;
    letter-spacing: 2px;
    position: relative;
    z-index:0;
}
.page-header .page-header-title::before{
	position: absolute;
	z-index: 0;
	display: block;
	content: "";
	width: 100px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: auto;
	inset: -0.75em 0 auto;
}
.page-header .page-header-title::after{
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
	width: auto;
	height: 168px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: auto;
	inset: -0.5em 0 auto;
}
@media screen and (max-width: 767px) {
	.page-header{
		min-height: 8em;
	}
	.page-header .page-header-inner{
		margin-top: 120px;
		margin-bottom: 20px;
	}
	.page-header .page-header-title{
		font-size: 1.71rem;
		margin-top: 10px;
	}
	.page-header .page-header-title::before{
		width: auto;
		height: 12px;
	}
	.page-header .page-header-title::after{
		height: 43px;
		inset: -0.5em 0 auto;
		background-size: auto 2.28rem;
		background-position: center top;
		top: -1.85em;
	}

}
:where(:not(.wp-block-table))>table :is(thead,tbody,tfoot,th,td){
	border-color:transparent;
}
.container{
	max-width: 1230px;
}
.site-body{
	padding-top:0;
}
.site-body h2,
.entry-title{
    font-size: 2rem;
    font-weight: 500;
    position: relative;
    z-index: 0;
    padding-left: 25px;
    margin-bottom: 50px;
    letter-spacing: 3px;
}
.site-body h2::after{
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 16px;
    height: 32px;
    background: url(assets/img/common/title_ac01.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: 4px;
}
.entry-title{
	margin-bottom:0.25em;
}
.site-body h2.vk_heading_title {
	font-weight:600;
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0.25em;
}
.site-body .vk_heading_subtext {
	font-size:1.375rem;
	font-weight:500;
	letter-spacing:0.15em;
	padding-bottom: 0.25em;
	margin-bottom: 1.5em;
}
.site-body h3{
	position:relative;
	z-index:1;
	font-size:1.625rem;
	font-weight:500;
	color:#282828;
}
.site-body h3::before{
	position:absolute;
	z-index:1;
	display:inline-block;
	content:"";
	width:1rem;
	height:1rem;
	top:0.4em;
	left:0;
}
.site-body h4{
	font-size:1.625rem;
	font-weight:500;
	color:#282828;
}
.site-body h5{
	font-size:1.125rem;
	font-weight:bold;
	color: #005dfa;
}
.site-body h6{
	font-size:1.125rem;
	font-weight:bold;
}
#vk-mobile-nav-menu-btn{
	display:none;
}
.wp-block-button{
	width:100%;
}
.wp-block-button .wp-block-button__link{
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 322px;
	width: fit-content;
	min-height: 4em;
	font-size: 1.125rem;
	font-weight: bold;
	color:#fff;
	background: #f68a16;
	border: 2px solid #f68a16;
	border-radius: 4em;
	padding: 0.5em 3.5em;
	text-decoration: none;
	overflow: hidden;
	margin: 0 auto;
	transition:background .4s,color .4s;
}
.wp-block-button .wp-block-button__link:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	inset: 0 15px 0 auto;
	margin:auto;
	background-image: url(./assets/img/common/btn_arrow01.svg);
	width: 40px;
	background-size: contain;
	height: 40px;
	transition: background .4s;
}
@media (any-hover: hover) {
	.wp-block-button .wp-block-button__link:hover{
	    color:#282828;
		background: #fff;
	}
	.wp-block-button .wp-block-button__link:hover:after {
		background-image: url(./assets/img/common/btn_arrow02.svg);
		inset: 0 15px 0 auto;
	}
}
@media screen and (max-width: 1220px){
	.container{
		padding-inline: 5%;
	}
} 
@media screen and (max-width: 767px) {
	.site-body h2{
	    font-size: 1.7rem;
	    padding-left: 20px;
	    margin-bottom: 30px;
	    letter-spacing: 1px;
	}
	.site-body h2::after{
	    width: 12px;
	    height: 24px;
	    bottom: auto;
		top: 6px;
	}
	.site-body .vk_heading_subtext {
		font-size:1.25rem;
		margin-bottom: 0.75em;
	}
	.site-body h3{
		font-size: 1.3rem;
		margin-bottom:0.5em;
	}
	.site-body h3::before{
		position:absolute;
		width:0.75rem;
		height:0.745rem;
	}
	.site-body h4{
		font-size:1.5rem;
		margin-bottom:0.5em;
	}
	.site-body h5{
		margin-bottom:0.5em;
	}
	.site-body h6{
		margin-bottom:0.5em;
	}
	#vk-mobile-nav-menu-btn{
		display:none;
	}
	.wp-block-button{
		width: 100%;
	}
	.wp-block-button .wp-block-button__link{
		max-width: 100%;
		font-size: 1rem;
	}
	.wp-block-buttons>.wp-block-button.wp-block-button__width-75,
	.wp-block-buttons>.wp-block-button.wp-block-button__width-50,
	.wp-block-buttons>.wp-block-button.wp-block-button__width-25{
		width: 265px;
	}
	.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{
		max-width:100%;
	}
}
.breadcrumb-list{
	text-align: left;
	padding-top: 3em;
	margin-bottom: 4em;
	font-size: 0.875rem;
	font-weight: 500;
}
.breadcrumb-list a{
    text-decoration: none;
	color: unset;
}
.breadcrumb-list a i{
    display: none;
}
@media (any-hover: hover) {
	.breadcrumb-list a:hover{
	    border-bottom: 1px solid ;
	}
}
@media screen and (max-width:767px) {
	.breadcrumb-list{
		position: absolute;
		margin:auto;
		z-index: 0;
		inset: 7em auto auto 15px;
	}
}
/* post-name-contact
-------------------------------------------------------------------*/
.post-name-contact .page-header .page-header-title::before,
.post-name-contact_thanks .page-header .page-header-title::before{
	background-image: url(./assets/img/contact/ttl_contact.svg);
}
.post-name-contact .page-header .page-header-title::after,
.post-name-contact_thanks .page-header .page-header-title::after{
	background-image: url(./assets/img/contact/txt_contact.svg);
}
/* post-name-entry
-------------------------------------------------------------------*/
.post-name-entry .page-header .page-header-title::before,
.post-name-entry_thanks .page-header .page-header-title::before{
	background-image: url(./assets/img/entry/ttl_entry.svg);
}
.post-name-entry .page-header .page-header-title::after,
.post-name-entry_thanks .page-header .page-header-title::after{
	background-image: url(./assets/img/entry/txt_entry.svg);
}