@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{
	--zenkaku: "Zen Kaku Gothic New", sans-serif;
	--barlow: "Barlow", sans-serif;
	--vk-color-text-body: #292929;
	--vk-size-radius: 0;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
body,p {
    font-feature-settings: 'palt';
    letter-spacing: 0.09em;
}
.zenkaku {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.barlow{
	font-family: "Barlow", sans-serif;
}

/* 見出し・ページタイトル */
h1, h2, h3, h4, h5, h6, .page-header-title {
	font-weight: 700;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.fw-bold{
	font-weight:bold;
}

/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */
.vk_button .has-text-color.vk_button_link-type-text .vk_button_link_txt,
.vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt {
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: .5em;
    transition:.3s;
}
.vk_button .has-text-color.vk_button_link-type-text .vk_button_link_txt {
    text-decoration-color: transparent;
}
.vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt {
    text-decoration-color:unset:
}
.vk_button_link i {
    transition:.3s;
}
.vk_button_link:hover i:where(.fa-angle-right,.fa-arrow-right).vk_button_link_after {
    transform:translateX(3px);
}
.vk_button_link:hover i:where(.fa-angle-left,.fa-arrow-left).vk_button_link_before {
    transform:translateX(-3px);
}
.vk_button a.vk_button_link {
    transition:.3s;
}
.vk_button a.vk_button_link:hover {
    box-shadow: none;
    opacity: 1;
    filter: grayscale(0.4);
}
.vk_button_link_caption {
    font-weight: bold;
}


/* ボタンの影 */
.vk_button .vk_button_link {
	border-bottom: 5px solid rgba(0, 0, 0, 0.1);
}


/* ボタン（標準） */
.vk_button .vk_button_link.btn-md {
	width: 400px;
	padding: 1em;
	font-size: 1.125em;
}

/* ボタン（大） */
.vk_button .vk_button_link.btn-lg {
	padding: 1.3em;
	font-size: 1.5rem;
}

/* ボタン（小） */
.vk_button .vk_button_link.btn-sm {
	font-size: 1em;
}

/* お知らせ一覧ボタン */
.btn-news-more {
	background: #fff;
}

/* LINE誘導ボタン */
.btn-cta-line em {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    background: #fff;
    color: var(--vk-color-custom-4);
    font-style: normal;
    font-weight: bold;
    border: solid 2px var(--vk-color-custom-4);
    border-radius: 1000px;
    line-height: 1.4;
    padding: 0 1.3em;
}
.btn-cta-line .vk_button_link.btn {
    position: relative;
    overflow: visible;
    padding-top: 1.4em;
    padding-bottom: 1em;
}
.btn-cta-line.btn-cta-line-tate a.vk_button_link {
    min-width: calc(100% - 5vw);
}
.btn-cta-line em strong {
    font-size: 1.4em;
}
@media (min-width: 992px) {
.btn-cta-line.btn-cta-line-yoko em {
    top: 50%;
    left: 0;
    width: 20rem;
    transform: translate(0px,-55%);
}
.btn-cta-line.btn-cta-line-yoko .vk_button_link_caption {
    position: relative;
    padding-left: 22rem;
}
}

/* noteアイコン */
i.fa-solid.vk_icon_font.fa-n::before {
    content: '';
    display: block;
    background-image: url("../../../wp-content/uploads/note-symbolicon-e1764320294832.png");
    width: 1.2em;
    height: 1.2em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  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-right: 0;
}

/* グローバルナビ */
.global-nav-list>li .global-nav-name {
	font-family: var(--barlow);
	font-size: 1.375rem;
	letter-spacing: 0;
	font-weight: 700;
	color: var(--wp--preset--color--vk-color-primary);
	margin-bottom: 6px;
}

/* グローバルナビ（サブ） */
.global-nav-list>li .global-nav-description {
	font-size: 0.75rem;
	font-weight: 400;
	opacity: 1;
}

/* グローバルナビ（hover時） */
.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);
}

/* グローバルナビ　Professionalだけ特例 */
.device-pc .global-nav-list>li.menu-pro>a strong.global-nav-name {
    transform: scaleX(0.98);
    letter-spacing: -0.02em;
}
.device-pc .global-nav-list>li.menu-pro>a {
    padding-inline: 5px;
}

.device-pc .global-nav-list li.menu-contact {
    background: var(--vk-color-custom-1);
}
.device-pc .global-nav-list li.menu-contact a {
    color: #fff;
}
.device-pc .global-nav-list li.menu-contact strong.global-nav-name {
    color: #fff;
}

/* 外部リンクマーク */
ul#menu-headernavigation li.menu-external-link span.global-nav-description::after {
    content: "\f35d";
    /* v6/v7共通：プラグインが自動で適切なフォントを割り当てます */
    font: var(--fa-font-solid); 
    padding-left: .5em;
    display: inline-block;
}


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

/* フッター余白 */
.site-footer-content {
	padding-top: 6rem;
	padding-bottom: 2rem;
}

/* フッターナビ */
#menu-footernavigation {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2列 */
  gap: 30px 90px; /* 行間・列間 */
}

#menu-footernavigation a {
  font-size: 1rem;
	display: block;
  padding: 10px;
}

.widget_nav_menu>div>ul li a {
	border-bottom: 0.5px solid #fff; /* 下線の色 */
}

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

/* メインビジュアル */
h1.mv-cathcopy {
    line-height: 2;
    padding: 0 0.4em;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-size: 72px;
	white-space: nowrap;
    letter-spacing: 0.1em;
}
p.mv-text {
    letter-spacing: 0.2em;
    font-size: 1.2rem;
}
.mv-slider {
/* 	margin-right: calc(100% - 60vw); */
	width:65vw;
}
.mv-slider .wp-block-cover {
	min-height:80vh !important;
}
.mv-col1 {
    position: relative;
    z-index: 5;
}
.mv-col2 {
    transform: translateX(-5vw);
    position: relative;
    z-index: 0;
}


/* Professional */
/* カード本体 */
.top_pro_cardlist .vk_slider_item_container{
	position:unset;
	display: contents;
}
.card_wrap {
	min-height: 100px;
    aspect-ratio: 2 / 3;
	position: relative;
	cursor: pointer;
	perspective: 1200px;
	    margin: 2rem 0;
}
.card_wrap .vk_slider_item_container.container {
    display: contents;
}
.card_wrap .vk_slider_item-background-area {
    display: none;
    pointer-events: none;
}
/* 擬似要素とpadding-topでカードの高さを指定 */
.card_wrap::before {
  content: "";
  display: block;
/*   padding-top: 200%; */
	aspect-ratio: 2 / 3;
}
/* カード内の画像 */
.card_wrap img {
  width: 100%;
	padding-inline: 1rem;
}
/* カード共通スタイル */
.wp-block-group.card_front .wp-block-group__inner-container {
    display: contents;
}
.card_wrap .card_back,
.card_wrap .card_front {
	min-height: 100px;
  transition: all 0.9s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
	aspect-ratio: 2 / 3;
	overflow: hidden;
}
/* ウラ面のスタイル */
.card_wrap .card_back {
  transform: rotateY(-180deg);
}
/* ホバー時のオモテ面 */
.card_wrap:hover .card_front {
  transform: rotateY(180deg);
}
/* ホバー時のウラ面 */
.card_wrap:hover .card_back {
  transform: rotateY(0);
}

/* オモテ面 */
.card_front .wp-block-group__inner-container {
    position: relative;
}
.card_front_profile {
    background: var(--vk-color-custom-2);
/*     background: red; */
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
}
p.card_subject {
    margin-bottom: .5em;
}
p.card_name {
    font-size: 1.25rem;
    display: inline;
}
p.card_en {
    display: inline;
    margin-inline-start: 1.5em;
}

/* ウラ面 */
.card_back .wp-block-group__inner-container {
    position: relative;
}
.card_back figure.wp-block-image {
    margin:0;
}
.card_wrap .card_back img {
    aspect-ratio: 2 / 3;
    object-fit: cover;
}
.card_back p {
    position: absolute;
    bottom: 0px;
    margin: 0 1rem;
    padding: 4rem 1rem 1rem;
    background: linear-gradient(0deg, rgb(0 0 0 / 80%), transparent);
	font-size:0.875rem;
}


/* CONTACT */
/* お問い合わせボタン */
.contact-section .btn-lg {
	width: 650px;
}

/* INFORMATION */
/* ボックスの左上・右下欠け */
.information-section {
    clip-path: polygon(60px 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%, 0 60px);
}

/* セクション内 */
.information-section .vk_outer_container{
	max-width: 920px; /* 最大幅 */
	margin-left: auto;
  margin-right: auto;
}

/* TOP入会フロー */
p.flow-num {
    color: var(--vk-color-custom-1);
    padding-top: 1rem;
    margin-bottom: 0;
    font-weight: bold;
/*     background: var(--vk-color-custom-3); */
}
.flow-list figure.wp-block-image {
/*     background: var(--vk-color-custom-3); */
    text-align: center;
}
.flow-list figure.wp-block-image img {
    max-width: 150px;
    margin: auto;
}


/* note RSS FEED埋め込み */
.rss_header {
    display: none;
}
div[class*="feedzy-rss-"] ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	gap: 2.5rem 1.5rem;
}
div[class*="feedzy-rss-"] ul li {
    display: flex !important;
    flex-direction: column;
}
div[class*="feedzy-rss-"] .rss_item .rss_image {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 1rem;
}
div[class*="feedzy-rss-"] .rss_item .rss_image img {
    width: 100% !important;
    aspect-ratio: 16 / 9;
    height: auto !important;
}
div[class*="feedzy-rss-"] span.title a {
	font-weight: bold;
	color: #333;
}
div[class*="feedzy-rss-"] span.title {
    margin-bottom: 1rem;
}
div[class*="feedzy-rss-"] .rss_content {
    display: flex;
    flex-direction: column;
    margin: 0;
    position: relative;
    height: 100%;
}
div[class*="feedzy-rss-"] .rss_content p {
    font-size: 0.875rem;
}
div[class*="feedzy-rss-"] .rss_content small {
    margin-top: auto;
    order: 2;
    font-weight: bold;
    font-family: var(--barlow);
    color: var(--vk-color-custom-1);
}
div[class*="feedzy-rss-"] .rss_content::after {
    content: 'note';
	font-size:0;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("../../../wp-content/uploads/icon-1.png");
	height: 30px;
    width: 30px;
    background-size: contain;
}

/* ブログカード */
.blog-card {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    align-items: stretch;
}
.blog-card-body-outer {
    width: 100%;
}
.blog-card-image-outer {
    padding: 0;
    width: 100%;
}
p.blog-card-text {
    font-size: 14px;
}


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


div#breadcrumb {
    padding-block: .5em;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */
/* コンセプト */
.wp-block-media-text>.wp-block-media-text__content {
    padding-block: 3rem;
}

h3.concept-point-title {
    border-bottom: solid 3px #ddd;
    padding-bottom: 8px;
}
h3.concept-point-title mark {
    font-size: 17px;
    padding-block: 0px !important;
    transform: translateY(-2px);
    display: inline-block;
    margin-inline-end: 0.5rem;
}




/* 比較テーブル */
figure.wp-block-flexible-table-block-table.is-scroll-on-mobile {
    overflow-y: hidden !important;
}
.comparison-table td {
    padding: 2rem 1rem !important;
    position: relative;
}
.comparison-table td::before {
    content: 'a';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 6rem;
    font-weight: 900;
    opacity:0.2;
    font-family:var(--zenkaku);
}
td.comparison-table_bg_good::before {
    content:'◎';
    color:#202099;
}
td.comparison-table_bg_fair::before {
    content:'○';
    color:#abab09;
}
td.comparison-table_bg_bad::before {
    content:'△';
    color:#950000;
}

/* 講師紹介 */
ul.simpletoc-list {
    display: flex;
    gap: 1rem;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
ul.simpletoc-list>li::marker {
    color: var(--vk-color-custom-1);
}
ul.simpletoc-list>li {
    margin: 0;
    list-style-type: none;
    /* position: relative; */
    /* list-style-position: inside; */
    background: var(--vk-color-custom-3);
    text-align: center;
    padding: 1rem 1.5rem;
    font-weight: bold;
	flex-basis: 30%;
}
ul.simpletoc-list>li>a {
    text-decoration: none;
    color: unset;
    pointer-events: none;
    font-size: 0.875em;
}
ul.simpletoc-list ul {
    list-style: square;
    text-align: left;
    font-weight: 500;
}



ul.simpletoc-list>li>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


ul.simpletoc-list>li>ul>li {
    list-style: none;
    padding: 0;
}


ul.simpletoc-list>li>ul>li>a {
    display: block;
    background: var(--vk-color-primary);
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: .5em;
    min-width: 8em;
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    transition: .3s;
}

ul.simpletoc-list>li>ul>li>a:hover {
    color: #fff;
    background: var(--vk-color-primary-dark);
}



.wp-block-group.prof_name_box {
    gap: 0 30px;
}
.wp-block-group.prof_name_box .wp-block-group {
    display: flex;
    align-items: baseline;
}
h2.prof_subject {
    font-size: 1rem;
    background: var(--vk-color-custom-2);
    color: #fff;
    padding: .3em;
}
p.prof_name_en {
    font-weight: bold;
    opacity: 0.7;
}
figure.prof_table th {
    width: 25%;
}
figure.prof_table a:not([class]) {
	text-decoration: none;
}
figure.prof_table a:not([class]):hover {
    text-decoration: underline;
}

/* 講師紹介＞著書ギャラリー */
.prof_outer figure.wp-block-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem 1rem !important;
}
.prof_outer .wp-block-gallery.has-nested-images figure.wp-block-image {
    max-width: calc( (100% - 3rem ) / 4 ) !important;
    display: block;
}
.prof_outer .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) a {
    height: unset;
}
.prof_outer .wp-block-gallery.has-nested-images figure.wp-block-image img {
    max-height: 200px;
    width: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 0px 5px rgb(0 0 0 / 10%));
    margin-bottom: .5rem;
}
.prof_outer .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    all: unset;
    background: none;
    color: unset;
    text-shadow: unset;
    position: relative;
    font-size: 0.875rem;
}



/* サービス */
ul.service_weakpoint {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 0;
    margin: 0;
}
ul.service_weakpoint li {
    background: #eee;
    list-style: none;
    max-width: calc((100% - 4rem)/3);
    padding: 1.5rem;
	position:relative;
}
ul.service_weakpoint li::after {
    content: '';
    background: url(http://serveronly18.xsrv.jp/mandy/wp-content/uploads/moyamoya.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 70px;
    display: block;
    position: absolute;
    right: -10px;
    top: -20px;
}


/* INFORMATION */
.postListText_singleTermLabel {
	min-width: 80px;
	margin-right: 1.5em;
}
.postListText_singleTermLabel_inner {
	font-size: 0.875rem;
	padding: 0.25em 0.7em;
	border-radius: 50px;
}
.postListText_date {
	font-family: var(--barlow);
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--wp--preset--color--vk-color-primary);
	line-height: 1.5;
	min-width:100px;
}
.postListText_title {
	font-size: 16px;
}
.postListText_title a {
	text-decoration: none;
}


/* PRICE */
.table-assistant-cell .text-nowrap {
    transform: scale(0.95,1);
    display: inline-block;
    letter-spacing: -0.07em;
}

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



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

/* フッタータグ・カテゴリ */
.entry-footer {
    margin-top: var(--vk-margin-section-bottom);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
}
.entry-meta-data-list {
    padding: 0;
}
.entry-meta-data-list dl {
    display: flex;
    align-items: baseline;
}
.entry-meta-data-list dt {
    background: none;
    color: unset;
    font-size: 0.875rem;
	  font-weight: 400;
    padding: 0;
    min-width: unset;
    text-align: left;
    float: unset;
    margin-right: 1em;
}
.entry-meta-data-list dd.tagcloud {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}
.entry-meta-data-list dd a {
    font-size: 14px !important;
    padding: 0.3em 1em;
    text-decoration: none;
	 color: #3f6dd6;
    border: solid 1px #3f6dd6;
    border-radius: 50px;
    margin: 0;
}
.entry-meta-data-list dd a:hover {
    text-decoration: none;
    color: #fff;
    background: #3f6dd6;
}

/* ページネーション */
ul.page-numbers {
    display: flex;
    gap: 10px;
}
ul.page-numbers li {
    float: none;
}
ul.page-numbers li>.page-numbers {
    font-size: 20px;
    font-weight: 600;
}
ul.page-numbers li>.page-numbers{
    border: solid 2px transparent !important;
		border-radius: 0 !important;
		margin-left: 0 !important;
	 font-family: "Barlow", sans-serif;
}
ul.page-numbers li>.page-numbers:not(.current) {
    border: solid 2px #eee !important;
    border-radius: 0 !important;
    margin-left: 0 !important;
    font-size: 20px;
    font-weight: 600;
	 font-family: "Barlow", sans-serif;
}
ul.page-numbers li>.page-numbers:not(.current){
	transition:.3s;
}
ul.page-numbers li>.page-numbers:not(.current):hover{
	filter: brightness(0.9);
}


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


