/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
@charset "utf-8";

/* header */
.page-header {
	min-height: 416px;
	background-position-X: 80%;
}

.page-header .page-header-title {
	font-size: min(2.5rem,8vw);
	font-weight: 600;
	text-align: left;
	color: #ffffff;
	padding-top: 1em;
	position: relative;
	z-index: 0;
}
.page-header .page-header-title::before{
	display: block;
	content: "";
	position: absolute;
	z-index: 0;
	background: url(assets/img/pages/page_text.png) no-repeat;
	background-size: contain;
	width: 1024px;
	max-width: 100%;
	height: auto;
	aspect-ratio: 1024 / 58;
	margin: auto;
	inset: 0 auto auto 0;
}
.page-header .page-header-subtext{
  font-size: min(2.5rem,5.5vw);
  font-weight: 600;
  filter: drop-shadow(1px 1px 6px #000000e3);
}
/* breadcrumb */
.breadcrumb{
	border: none;
}
.breadcrumb-list {
	text-align: left;
	font-size: .875rem;
	font-weight: 600 !important;
	padding: 3em 0 1.5em;
}
.breadcrumb-list li:after {
  /* content: "\003E"; */
}
.breadcrumb-list li a {
  text-decoration: none;
}
.breadcrumb-list li a .fas {
  display: none;
}
.breadcrumbs ul {
  padding-left: 0;
}
@media screen and (max-width:767px) {
	.breadcrumb-list {
		padding: 1em 0;
	}
}


/* content */
.site-body{
	text-align: left;
}
.container {
	max-width: 1200px;
	--main_color: #c01212;
	--sub_color01: #549fd7;
}
:where(:not(.wp-block-table))>table :is(thead, tbody, tfoot, th, td) {
  border-color: transparent;
}
.entry-body h2:not(.plain),
.section-wrap h2,
.archive-header-title{
	position: relative;
	z-index: 0;
	text-align: left;
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: .25em;
	margin-bottom: 1em;
	border-bottom: 2px solid #c9ced9;
}
.entry-body h2:not(.plain)::before,
.section-wrap h2::before,
.archive-header-title::before{
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	margin: auto;
	width: 6%;
	height: 2px;
	background: var(--main_color);
	inset: auto auto -2px 0;
	transition: background .3s;
}
.entry-body h3:not(.plain) {
	font-size: 1.75rem;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 0.35em 4em 0.35em 0.75em;
	background: #eeede6;
	position: relative;
	z-index: 0;
}
.entry-body h3:not(.plain)::before{
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	margin: auto;
	top: 0;
	left: 0;
	border-style: solid;
	border-width: 25px 18px 0 0; 
	border-color: #b30000 transparent transparent transparent;
}
.entry-body h3:not(.plain)::after {
content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 120px;
    background: linear-gradient(
        135deg, 
        transparent 34%, 
        #b89136 34%, #b89136 36%, /* 金色の線 */
        transparent 34%, transparent 44%, /* 白い隙間 */
        #b30000 44% /* 赤い背景部分 */
    );
}


.entry-body h4 {
	font-size: 1.5rem;
	font-weight: bold;
	padding-left: 0.5em;
	margin-bottom: 1em;
	border-left: 4px solid var(--main_color);
}
.entry-body h5 {
	font-size: 1.25rem;
	font-weight: 700;
	color:var(--main_color);
}
.entry-body h6 {
	font-size: 1.125rem;
	font-weight: bold;
	color: var(--main-color);
}
#vk-mobile-nav-menu-btn {
  display: none;
}
.entry-body{
	margin-bottom: 4em;
}
.post-name-course01 .entry-body,
.post-name-course02 .entry-body,
.post-name-course03 .entry-body,
.post-name-course04 .entry-body,
.post-name-course05 .entry-body{
		margin-bottom: 0em;
}
.entry-body p{
	font-weight: 500;
}
.entry-body ul li {
  list-style-type: disc;
}
.entry-body a {
	color: var(--main_color) !important;
	text-decoration: underline !important;
	text-underline-offset: 0.35em;
}
.entry-body a:hover {
  text-decoration: none !important;
}
.entry-body a:focus {
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  outline: none;
}
.entry-title{
	position: relative;
	z-index: 0;
	text-align: left;
	font-size: 1.875rem;
	font-weight: bold;
	padding-bottom: .25em;
	margin-bottom: 1em;
	border-bottom: 2px solid #d9d9d9;
}
.vk_archive-list{
	padding-left: 0 !important;
}
.sub-section .localNavi .cat-item a{
	font-weight: 500;
	color: unset;
	transition: background 0.3s;
}
.has-fixed-layout th,
.has-fixed-layout td {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 1rem;
}
.has-fixed-layout th {
  font-weight: bold;
}
.wp-block-vk-blocks-button .vk_button_link:not(.vk_button_link-type-text) {
	color: #fff !important;
	text-decoration: none !important;
	position: relative;
	z-index: 0;
	background: #1f2531 !important;
	border: 1px solid var(--main_color);
	transition: background 0.3s, color 0.3s;
	box-shadow: none;
}
.wp-block-vk-blocks-button .vk_button_link:not(.vk_button_link-type-text)::after {

}
@media (any-hover: hover) {
	.wp-block-vk-blocks-button .vk_button_link:not(.vk_button_link-type-text):hover{
		background: #fff !important;
		color: #1f2531 !important;	
	}
}
.wp-block-vk-blocks-button.vk_button-align-block .vk_button_link,
.wp-block-vk-blocks-button.vk_button-align-wide .vk_button_link {
  max-width: 100%;
}




@media screen and (max-width: 1124px) {
  .page-header {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
	.page-header {
		min-height: 200px;
		margin-top: 0;
	}
	.page-header .page-header-title {
		font-size: 1.75rem;
	}
	.entry-body h2:not(.plain),
	.section-wrap h2,
	.archive-header-title {
		font-size: 1.6rem !important;
		border-bottom: 3px solid #c9ced9;
	}
	.entry-body h2:not(.plain)::before,
	.section-wrap h2::before,
	.archive-header-title::before{
		height: 3px;
		width: 20%;
		inset: auto auto -3px 0;
	}
	.entry-body h3:not(.plain){
		font-size: 1.45rem;
		padding: 0.35em 1em 0.35em 0.75em;
	}
	.entry-body h3:not(.plain)::after {
        width: 40px;
	    background: linear-gradient(
	        115deg, 
	        transparent 34%, 
	        #b89136 34%, #b89136 36%, /* 金色の線 */
	        transparent 34%, transparent 44%, /* 白い隙間 */
	        #b30000 44% /* 赤い背景部分 */
	    );
	}
	.entry-body h4 {
		font-size: 1.35rem;
	}
	.entry-body h5 {
		font-size: 1.25rem;
	}
	.entry-body h6 {
		font-size: 1.125rem;
	}
	table.has-fixed-layout,
	.has-fixed-layout tbody {
		border: none;
	}
	.has-fixed-layout th,
	.has-fixed-layout td {
		font-size: 1rem;
	}
	.has-fixed-layout.is-stacked-on-mobile tr:not(:first-of-type) th,
	.has-fixed-layout.is-stacked-on-mobile td {
		border-top-color: #fff;
	}
	.has-fixed-layout.is-stacked-on-mobile th,
	.has-fixed-layout.is-stacked-on-mobile td {
		padding: 0.75em 1em !important;
	}
	.has-fixed-layout th {
		font-weight: bold;
	}
	.wp-block-button {
		width: 100%;
	}
	 .wp-block-vk-blocks-button{
		 text-align: center;
	 }
  .wp-block-vk-blocks-button .vk_button_link:not(.vk_button_link-type-text) {
		max-width: 100%;
		width: auto;
		min-height: 3.5em;
		min-width: auto;
		margin-inline: auto;
		margin-bottom: 0;
		max-width: 260px;
	}
  .wp-block-vk-blocks-button.vk_button-align-wide .vk_button_link {
    width: 100%;
  }
  .wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    max-width: 100%;
  }
  .wp-block-button .wp-block-button__link:hover {
    transform: none;
  }
  .wp-block-vk-blocks-button .vk_button_link::after {
    width: 6px;
    height: 6px;
    border-width: 2px;
    right: 14px;
  }
}
.entry-body a img {
  transition: opacity .4s;
}
@media (any-hover: hover) {
  .entry-body a:hover img {
    opacity: 0.6;
  }
}
body.post-name-corporate .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
body.post-name-corporate .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
  border-color: #e9e9e9;
}
