/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 1.0.0
*/

.pc_img {
	display: block;
}
.pc_img-i {
	display: inline-block;
}
.sp_img {
	display: none;
}
.sp_img-i {
	display: none;
}

@media (max-width: 768px) {
	.pc_img {
		display: none;
	}
	.pc_img-i {
		display: none;
	}
	.sp_img {
		display: block;
	}
	.sp_img-i {
		display: inline-block;
	}
}

a {
	color: var(--vk-color-text-link-hover);
}

H3 {
	border-bottom: unset;
}
h3:where(:not(.wp-block-post-title)):after {
	border-bottom: unset;
}

h2 {
	border-top: unset;
	border-bottom: unset;
}

.header_scrolled .site-header {
	animation: unset;
}
.header_scrolled.admin-bar .site-header {
	animation: unset;
}

.header_scrolled .header-top,
.header_scrolled .site-header-logo,
.header_scrolled .site-header-sub,
.header_scrolled .vk-campaign-text {
	display: block;
}

.wp-block-buttons .wp-block-button__link {
	border-radius: 40px;
}

.content_inner {
	max-width: 1920px;
	margin: 0 auto;
}

.neck {
	padding: 80px 0px 80px;
	background-image: url(/wp-content/themes/lightning-child/images/neck.webp);
	background-size: cover;
	text-align: center;
}
.neck .title {
	margin-top: 0;
	margin-bottom: 0;
	color: #ffffff;
}

.btn-sm {
	border-radius: 40px;
}

.btn-primary {
	border-color: var(--vk-color-primary);
}

.w_60 {
	width: 60%;
	max-width: 900px;
}
@media (max-width: 768px) {
	.w_60 {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container:not(.two-column-mode) {
		max-width: 900px;
	}
}

@media (min-width: 992px) {
	.container:not(.two-column-mode) {
		max-width: 900px;
	}
}

/* header */
header {
	height: 62px;
}
header:has(.feader-sub-nav) {
	height: 110px;
}
@media (max-width: 991.98px) {
	header,
	header:has(.feader-sub-nav) {
		height: 70px;
	}
}
header.entry-header {
	height: unset;
}
.header_logo {
	display: flex;
	align-items: center;
	height: 100%;
	padding-left: 100px;
}

.site-header {
	display: flex;
	flex-direction: column;
}
.site-header-container {
	display: flex;
	align-items: center;
	height: 100%;
}
.gnav-button {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px;
	z-index: 9999;
}
.site-header .site-header-logo {
	margin: 0;
	padding: 0;
}
.site-header-logo img {
	padding: 8px 0;
}

.gnav-button span {
	display: block;
	width: 35px;
	height: 6px;
	clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
	margin: 10px 0;
}
.gnav-button span:nth-child(1) {
	background: linear-gradient(to right, #e76f51, #f4a261);
	transform: translateX(2px);
}
.gnav-button span:nth-child(2) {
	background: linear-gradient(to left, #e76f51, #f4a261);
	transform: translateX(-2px);
}

.header_lesson_link {
	width: 150px;
}
.header_lesson_link img {
	display: block;
}

.feader-sub-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ED7100;
}
.feader-sub-nav .global-nav--layout--float-right {
	margin-left: unset;
}
.feader-sub-nav .nav li a {
	color: #ffffff;
}

.vk-mobile-nav {
	display: none;
}
.vk-mobile-nav:not(.vk-mobile-nav-open) {
	display: none;
}

.vk-mobile-nav-menu-btn {
	display: none;
}

.vk-mobile-nav li a {
	font-family: 'Noto Sans JP', sans-serif;
	color: #515a7d;
	font-weight: bold;
	font-size: 16px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	display: block;
}

@media (max-width: 991.98px) {
	.gnav-button {
		display: block;
		margin-left: auto;
	}

	.site-header-container.container .vk-mobile-nav {
		top: 71px;
		left: 0;
		padding: 10px 30px;
	}
	.nav li a, nav li a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.vk-mobile-nav {
		display: none;
	}
	.vk-mobile-nav.vk-mobile-nav-open {
		display: block;
	}

	.feader-sub-nav {
		display: none;
	}
	
	.header_lesson_link {
        display: none;
    }
}


@media (min-width: 992px) {
	.header_scrolled .site-header .global-nav {
		margin-left: unset;
		margin-right: unset;
	}
}

/* footer */
.site-footer {
	border-top: unset;
	position: relative;
	background-color: #ecf0ff;
}
.footer_bg {
	width: 100%;
	z-index: -10;
}
.footer_bg img {
	width: 100%;
}
.footer_inner {
	max-width: 1024px;
	margin: 0 auto;
}

.footer-container {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	width: 100%;
	align-items: center;
	margin: auto;
}
@media (max-width: 768px) {
	.footer-container {
		flex-flow: column;
	}
}

.footer-logo img {
	width: 50%;
	max-width: 500px;
	display: block;
}
@media (max-width: 768px) {
	.footer-logo {
		text-align: center;
	}
	.footer-logo img {
		width: 65%;
		margin: 0 auto;
	}
}

.footer-sns {
	display: flex;
	gap: 10px;
	align-items: center;
}
@media (max-width: 767.98px) {
	.footer-sns {
		padding-top: 10px;
	}
}

.footer-sns div img {
	/* width: 24px;*/
	height: auto;
	display: block;
}

.footer-sns svg {
	width: 32px;
	height: 32px;
	display: block;
}

.footer-nav {
	border-bottom: unset;
	padding: unset;
}

.footer-nav-list li:first-child {
	border: unset;
}
.footer-nav-list li {
	border: unset;
}
.footer-nav li {
	padding: 0 0.5em;
}
.footer-nav .container {
	text-align: right;
}
.footer-nav .nav li a,
.footer-nav nav li a {
	font-family: 'Noto Sans JP', sans-serif;
	color: #515a7d;
	font-weight: bold;
	font-size: 14px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	display: block;
}
@media (max-width: 767.98px) {
	.footer-nav-list li a {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
}

@media (max-width: 767.98px) {
	.footer-nav-list li {
		display: inline-block;	
	}
}

/* KV */
.kv {
	position: relative;
	width: 100%;
}
.kv_background {
	width: 100%;
	z-index: 0;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background-image: url(/wp-content/themes/lightning-child/images/top/kv_video_poster.webp?20250703);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}
@media (max-width: 768px) {
	.kv_background {
		aspect-ratio: 3 / 4;
		background-image: url(/wp-content/themes/lightning-child/images/top/kv_video_poster_sp.webp?20250703);
	}
}

.kv_background video {
	width: 100%;
	height: auto;
}
.kv_cover {
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 2;
}
.kv_cover img {
	width: 100%;
	height: auto;
}
.kv_text {
	position: absolute;
	bottom: 5%;
	left: 0px;
	z-index: 2;
	width: 47%;
}
@media (max-width: 768px) {
	.kv_text {
		width: 90%;
		bottom: 0%;
	}
}

.kv_google {
	position: absolute;
	top: 5%;
	right: 5%;
	z-index: 2;
	width: 20%;
}
@media (max-width: 768px) {
	.kv_google {
		top: 3%;
		width: 33%;
	}
}

.kv_point {
	position: absolute;
	bottom: 10%;
	right: 5%;
	z-index: 2;
	width: 20%;
}
@media (max-width: 768px) {
	.kv_point {
		bottom: 44%;
		right: 0%;
		width: 35%;
	}
}

/* sec1 */
.sec1_section {
	text-align: center;
	background-image: url(/wp-content/themes/lightning-child/images/top/sec1_bg.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}
.sec1_point {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	padding-top: 40px;
}
@media (max-width: 768px) {
	.sec1_point {
		display: grid;
		grid-template-columns: repeat(2, auto);
		width: 90%;
		margin: auto;
	}
	.sec1_point > div:nth-child(3),
	.sec1_point > div:nth-child(4) {
		margin-top: -30px;
	}
}
.sec1_point img {
	width: 196px;
	height: auto;
}

.sec1_title {
	padding-top: 70px;
}
@media (max-width: 768px) {
	.sec1_title {
		width: 75%;
		margin: auto;
	}
}

.sec1_title img {
	margin: auto;
	width: 50%;
}
@media (max-width: 768px) {
	.sec1_title img {
		width: 100%;
	}
}

.sec1_ttl {
	padding-top: 50px;
}
@media (max-width: 768px) {
	.sec1_ttl {
		padding-top: 10px;
	}
}

.sec1_ttl img {
	margin: auto;
	width: 50%;
}
@media (max-width: 768px) {
	.sec1_ttl img {
		width: 100%;
	}
}

/* sec2 */
.sec2_section {
	text-align: center;
	background-color: #f2effa;
}
.sec2_point {
	display: grid;
	grid-template-columns: repeat(2, auto);
	gap: 20px 3vw;
	align-items: start;
	justify-content: center;
	padding-top: 40px;
	width: 100%;
}
.sec2_point img {
	height: auto;
	display: block;
}
@media (max-width: 768px) {
	.sec2_point {
		grid-template-columns: repeat(1, auto);
		width: 85%;
		margin: auto;
		gap: 15px;
	}
	.sec2_point img {
		width: 100%;
	}
}

.sec2_point p {
	color: #8c8c8c;
	margin-bottom: 0px;
}

.sec2_ttl {
	padding-top: 50px;
	padding-bottom: 30px;
}
@media (max-width: 768px) {
	.sec2_ttl {
		width: 90%;
		margin: auto;
	}
}

.sec2_ttl img {
	margin: auto;
	width: 100%;
}
@media (max-width: 768px) {
	.sec2_ttl img {
		width: 100%;
	}
}

/* point */
.point_section {
	background-image: url(/wp-content/themes/lightning-child/images/top/bg01.webp);
	background-position: center top;
}
@media (max-width: 768px) {
	.point_section {
		background-image: url(/wp-content/themes/lightning-child/images/top/bg01_sp.webp);
		background-size: 100%;
	}
}

.point_section_border {
	width: 100%;
	height: auto;
	display: block;
}

.ps_title {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
@media (max-width: 768px) {
	.ps_title {
		width: 80%;
		margin: auto;
	}
}

.ps_title img {
	margin: auto;
	width: 50%;
}
@media (max-width: 768px) {
	.ps_title img {
		width: 100%;
	}
}

.point_div {
	position: relative;
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-flow: column;
	max-width: 1000px;
}
@media (max-width: 768px) {
	.point_div {
		width: 100%;
		margin: 30px auto;
	}
}

.point_top {
	z-index: 20;
	position: relative;
	margin-bottom: 40px;
	order: 2;
}
.point_top img {
	display: inline-block;
	width: 15%;
}
.point_info {
	position: absolute;
	top: 100%;
}
.point_info img {
	width: 45%;
	padding-top: 10px;
}
.point_inner {
	width: 100%;
	background-color: #ecf0ff;
	z-index: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	border-radius: 20px;
	margin-left: 4%;
	width: 50%;
	order: 3;
	padding-top: 9%;
	padding-bottom: 20px;
}
.point-image {
	width: 48%;
	box-sizing: border-box;
	position: absolute;
	right: 0px;
	top: 15%;
	z-index: 10;
}
.point-inner-text {
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 16px;
}
.point-inner-text p {
	margin-bottom: 18px;
}
.point-inner-text span {
	color: #8c8c8c;
	font-size: 14px;
}
.point-inner-img {
	padding-left: 20px;
}

.point-image img {
	width: 100%;
	height: auto;
	display: block;
}

.point_info_img {
	margin-bottom: 20px;
}

.point_div.no_title {
	margin-top: 30px;
}
.point_div.no_title .point_inner {
	padding-top: 20px;
}
.point_div.no_title .point-image {
	top: -5%;
}

.point_div.reverse .point_top {
	text-align: right;
}
.point_div.reverse .point_info {
	right: 0;
}
.point_div.reverse .point_inner {
	margin-left: auto;
	margin-right: 4%;
}
.point_div.reverse .point-inner-text {
	padding-left: 50px;
	padding-right: 20px;
}
.point_div.reverse .point-inner-img {
	padding-left: 50px;
}
.point_div.reverse .point-image {
	right: unset;
	left: 20px;
}

@media (max-width: 768px) {
	.point-image {
		width: 90%;
		position: unset;
		margin: auto;
		order: 1;
	}
	.point_top {
		margin-top: -67px;
	}
	.point_top img {
		width: 25%;
	}
	.point_info img {
		width: 80%;
		padding-top: 5px;
	}
	.point-inner-text span {
		font-size: 2.95vw;
	}
	.point-inner-img,
	.point_div.reverse .point-inner-img {
		padding-left: 10px;
	}
	.point_inner,
	.point_div.reverse .point_inner {
		margin-right: unset;
		margin-left: auto;
		width: 95%;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		padding-top: 14%;
	}
	.point-inner-text,
	.point_div.reverse .point-inner-text {
		padding: 0px 10px 10px 10px;
		font-size: 3.5vw;
	}
	.point_div.reverse .point_top {
		text-align: left;
	}
	.point_div.reverse .point_info {
		right: unset;
	}
}

/* teacher */
.teacher-section {
	text-align: center;
	padding: 60px 20px;
	background-image: url(/wp-content/themes/lightning-child/images/top/bg02.webp);
	background-position: center top;
}
@media (max-width: 768px) {
	.teacher-section {
		padding: 20px 20px;
		background-image: url(/wp-content/themes/lightning-child/images/top/bg02_sp.webp);
		background-size: 100%;
	}
}

.section-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.section-title {
		margin-bottom: 0px;
	}
}

.section-title h2 {
	font-size: 28px;
	font-weight: bold;
	color: #646464;
	margin: 12px 0 0;
}

.section-bar {
	width: 110px;
	height: 4px;
	background-color: #ee7000;
}

.teachers {
	display: inline-flex;
	gap: 50px;
	flex-wrap: wrap;
	justify-content: center;
}
@media (max-width: 768px) {
	.teachers {
		gap: 0px;
	}
}

@media (max-width: 768px) {
	.teachers {
		flex-direction: column;
		align-items: center;
	}
}

.teacher-card {
	background-image: url('/wp-content/themes/lightning-child/images/top/teacher_frame.webp?20250701');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	max-width: 400px;
	margin: 20px auto;
	padding: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	flex-shrink: 0;
}

.teacher-image img {
	width: 100%;
}

.teacher-name {
	font-size: 24px;
	text-align: center;
	margin: 16px 0 8px;
	font-weight: bold;
	color: #646464;
}

.teacher-levels {
	text-align: center;
	margin-bottom: 10px;
}

.teacher-levels span {
	display: inline-block;
	background: #f1f1f1;
	padding: 4px 12px;
	border-radius: 999px;
	margin: 0 5px;
	font-size: 14px;
	color: #241e1c;
}

.teacher-highlight {
	background: #ee7000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 6px 10px;
	margin: 10px 0;
	font-size: 16px;
}

.teacher-description {
	font-size: 16px;
	line-height: 1.6;
	color: #241e1c;
	margin-top: 10px;
	text-align: left;
}

/* 体験レッスン */
.trial-flow {
	text-align: center;
	padding: 60px 20px;
	background-image: url(/wp-content/themes/lightning-child/images/top/bg03.webp);
	background-position: center top;
}
@media (max-width: 768px) {
	.trial-flow {
		padding: 20px 20px;
		background-image: url(/wp-content/themes/lightning-child/images/top/bg03_sp.webp?2);
		background-size: 100%;
	}
}

.flow-steps {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 880px;
	margin: auto;
}
@media (max-width: 768px) {
	.flow-steps {
		margin-top: 20px;
	}
}

.step {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f9f5fc;
	border-radius: 12px;
	width: 90%;
	max-width: 900px;
	margin: 15px 0px;
	position: relative;
}
.step.width100 {
	width: 100%;
}
@media (max-width: 768px) {
	.step {
		width: 100%;
	}
}

.step-label {
	position: absolute;
	left: 0px;
	top: -7px;
	transform: translateY(-50%);
}
.step-label img {
	display: block;
	width: 50%;
}
@media (max-width: 768px) {
	.step-label {
		top: 0px;
	}
	.step-label img {
		max-width: 90%;
	}
}

.step h3 {
	padding: unset;
	color: #ee7000;
	margin: 0;
	font-size: 22px;
}
@media (max-width: 768px) {
	.step h3 {
		font-size: 20px;
	}
}

.step p {
	margin: 0;
	font-size: 14px;
	text-align: left;
	color: #646464;
}
@media (max-width: 768px) {
	.step p {
		font-size: 16px;
		line-height: 1.3;
	}
}

.step-content {
	flex: 1;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 50px;
}
@media (max-width: 768px) {
	.step-content {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 7px;
	}
}

.step-image {
	width: 180px;
}
@media (max-width: 768px) {
	.step-image {
		width: 30%;
	}
}

.step-image img {
	width: 100%;
}

/* faq */
.faq-section {
	padding: 60px 20px;
	text-align: center;
	background-image: url(/wp-content/themes/lightning-child/images/top/bg04.webp);
	background-position: center top;
}
@media (max-width: 768px) {
	.faq-section {
		padding: 20px 20px;
		background-image: url(/wp-content/themes/lightning-child/images/top/bg04_sp.webp?2);
		background-size: 100%;
	}
}

.faq-box {
	background-image: url('/wp-content/themes/lightning-child/images/top/faq-frame.webp?20250701');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 40px;
}
@media (max-width: 768px) {
	.faq-box {
		background-image: url('/wp-content/themes/lightning-child/images/top/teacher_frame.webp?20250701');
		margin-top: 20px;
	}
}

.faq-inner {
	display: inline-block;
	margin: auto;
	text-align: left;
}

.faq-item + .faq-item {
	margin-top: 30px;
	border-top: 1px solid #ccc;
	padding-top: 30px;
}

.faq-q,
.faq-a {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 12px;
}

.faq-label {
	display: inline-block;
	width: 28px;
	height: 28px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 28px;
	border-radius: 4px;
	color: #fff;
}

.faq-label-img {
	width: 28px;
	height: 28px;
	object-fit: contain;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.faq-q p,
.faq-a p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}

.top_faq_more_btn {
	justify-content: center;
	padding-top: 20px;
}
.top_faq_more_btn a {
	width: 250px;
}
