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

/*
.site-header-logo a {
	display: none;
}
.global-nav-list li:nth-child(4) {
  min-width: 260px !important;
}
*/

.site-header {
	box-shadow: none;
}
.site-header {
	margin-bottom: 20px;
	padding-top: 10px;
}
@media (max-width: 992px) {
.site-header-logo img {
	max-height: 62px;
	padding-right: 36px;
}
}
@media (min-width: 992px) {
.site-header-logo img {
	max-height: 70px;
}
}
.global-nav-list > li .global-nav-name {
	font-size: 17px;
}
.global-nav-list > li .global-nav-description {
	color: #fff;
}
.header_scrolled .site-header {
	padding-top: 0 !important;
}

@media (min-width: 992px) {
  .device-pc .global-nav-list > li > a {
	  padding: 14px 1em;
	  font-family: "Zen Maru Gothic", sans-serif !important;
	  font-weight: 500;
	  letter-spacing: 0.05em; /* 少し字間を広げるとより上品になります */
  }
}

.global-nav-list > li::before {
	border-bottom: 3px solid #1ca55a;
	border-radius: 10px;
}

/***モバイルナビ***/
.vk-mobile-nav-menu-btn {
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
}

.vk-mobile-nav-menu-btn {
    border: none;
    background-image: url("/wp-content/uploads/2026/05/mmop.jpg");
	background-size: cover;
}
.vk-mobile-nav-menu-btn.menu-open {
    border: none;
	background-image: url("/wp-content/uploads/2026/05/mmcl.jpg");
	background-size: cover;
}

.vk-mobile-nav {
	background-color: rgba(28, 165, 90, 0.9);
	width: 80%;
	margin-left: 20%;
	padding-top: 80px;
	padding-left: 30px;
}
.vk-mobile-nav a {
	color: #fff !important;
}
.vk-mobile-nav-menu-outer:before {
	content: "MENU" !important;
	color: #ff0;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}



/******************/

.page-id-20 .page-header,
.page-id-22 .page-header,
.page-id-32 .page-header,
.page-id-67 .page-header,
.page-id-28 .page-header,
.page-id-605 .page-header{
	display: none;
}
.page-id-20 .breadcrumb,
.page-id-22 .breadcrumb,
.page-id-32 .breadcrumb,
.page-id-67 .breadcrumb,
.page-id-28 .breadcrumb,
.page-id-605 .breadcrumb{
	display: none;
}

/***オリジナルのページタイトル***/

.page-title {
	padding: 30px;
	margin-top: -200px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 100% !important;
	width: 500px;
	height: 500px;
	text-align: center;
	margin-bottom: -200px;
}
.title-icon img {
	width: 40% !important;
}
.page-title h2 {
	font-family: "Zen Maru Gothic", sans-serif !important;
	color:#1ca55a;
}
.eng {
	text-align: center;
	margin-top: -24px;
	font-family: "Zen Maru Gothic", sans-serif !important;
	letter-spacing: 0.5em;
}

@media (max-width: 992px){
	.page-title {
		margin-top: -100px;
		width: 300px;
		height: 300px;
		margin-bottom:-20px;
	}
	.has-huge-font-size {
		font-size: 30px;
	}
	.title-icon img {
		width: 26% !important;
	}
}


/*****/
h2,h3,h4 {
	font-family: "Zen Maru Gothic", sans-serif !important;
	color:#1ca55a;
}


/***/
.page-header::before {
	display: none;
}
.page-header {
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
}
h1.page-header-title {
	font-family: "Zen Maru Gothic", sans-serif !important;
	letter-spacing: 0.5em;
	color:#333;
}
/***パンくず***/
.breadcrumb {
	border-top: none;
	border-bottom: none;
	text-align: right;
	padding-right: 10%;
}

/***テーブル***/
td {
	font-size: 16px;
	padding: 20px !important;
}
.stripetable tr:nth-child(2n+1) {
	background: #fff !important;
}
.stripetable td:first-child {
	width: 120px;
}
.bordertable tr td {
	border-top: none !important;
}
.bordertable td:first-child {
	width: 120px;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
  background-color: #c2ebc0;
}

/***モバイル対応テーブル***/
@media (max-width: 992px){
	.mobiletable-2c td,
	.mobiletable-3c td {
		display: block;
		width: 100% !important;
	}
}
@media (max-width: 992px){
	.mobiletable-2c td:nth-child(odd) {
		border-bottom: solid 1px #333;
		font-weight: bold;
	}
}
@media (max-width: 992px){
	.mobiletable-3c tr td:not(:nth-child(3)) {
		border-bottom: solid 1px #333;
		font-weight: bold;
	}
}



/***1年***/
.oneyear h3 {
	margin-top: 0px !important;
}

/***ページ内リンクボタン***/
.vk_gridColumn [class*="col-"] {
	padding: 5px;
}

/***吹き出し見出し***/
.fukidashi {
    position: relative;
    padding: 1rem 1rem 1rem 1.5rem;
    border-radius: 30px;
    background-color: #1ca55a;
    color: white;
    font-weight: bold;
    font-size: 26px;
}

.fukidashi:before {
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #1ca55a;
    border-width: 8px;
    content: "";
}
/***スラッシュ吹き出し***/
.slash {
	display: table;
	margin: 0 auto;
	padding-left: 80px;
	padding-right: 80px;
	margin: 40px auto;
	position: relative;
}
/* 左側のスラッシュ \ */
.slash:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;          /* スラッシュの長さ */
  height: 3px;          /* スラッシュの太さ */
  background-color: #1ca55a; /* アクセントカラー（例：オレンジ） */
  transform: translateY(-50%) rotate(-120deg); /* 角度を調整 */
	padding-right: 30px;
}
/* 右側のスラッシュ / */
.slash:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 80px;
  height: 3px;
  background-color: #1ca55a;
  transform: translateY(-50%) rotate(120deg);
}

/***採用情報***/
.schedulebox table td {
	border: none !important;
	padding: 5px !important;
}
.schedulebox table td:first-child {
	width: 100px;
}

/***TOPページ***/
.topcontenttitle {
	margin: 0 0 10px;
}
.top3pr p {
	margin-bottom: 5px;
	padding: 10px;
}
.top3pr .vk_button {
	margin-bottom:30px;
}

/***投稿***/
.next-prev {
	margin-bottom: 100px !important;
}
.entry-footer {
	margin-top: 80px;
}
/***投稿のデータ表示***/
.entry-meta {
	display: none;
}
/**テキスト1行表示***/
.postListText_date,
.postListText_title {
	font-size: 16px;
}

/***フッター周り***/
.site-body {
	padding: 3.5rem 0 0rem;
}
@media (max-width: 991.98px) {
  .main-section {
    margin-bottom: 0;
  }
}
.site-footer {
	display: none;
}
.vk_buttons_col-justify-center {
	padding: 10px;
}
.footnav .vk_buttons_col-justify-center a {
	padding: 10px;
}
.footertext {
	padding-left: 80px;
}
@media (max-width: 991.98px){
.footertext {
	padding-left: 30px;
}
}

/***ページ上部へ***/

/* ボタンの外枠（リンク）の設定 */
.page_top_btn {
    /* 元の背景色や枠線を消す */
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    
    /* 画像を表示させる設定 */
    background-image: url("/wp-content/uploads/2026/05/page-top.png") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    
    /* サイズの指定（画像に合わせて調整してください） */
    width: 105px !important;
    height: 140px !important;
    
    /* 元のテキストやアイコンを透明にして消す */
    color: transparent !important;
    overflow: hidden !important;
}

/* ボタンの中にあるアイコン（iタグや疑似要素）を完全に非表示にする */
.page_top_btn i,
.page_top_btn::before,
.page_top_btn::after {
    display: none !important;
    content: none !important;
}

/* ホバーした時の挙動（少し薄くする等） */
.page_top_btn:hover {
    opacity: 0.8 !important;
    background-color: transparent !important;
}

/* 1. アニメーション本体の設定（上下に5px〜10pxほど動かす） */
@keyframes fuwafuwa {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* 上に10px移動 */
    }
    100% {
        transform: translateY(0);
    }
}

/* 2. ボタンにアニメーションを適用 */
.page_top_btn {
    /* 既存の設定に以下を追加 */
    animation: fuwafuwa 3s infinite ease-in-out !important;
}

/***サイズ***/
.page_top_btn {
	width: 60px;
}

/***リスト***/
.wp-block-list li {
  line-height: 160%;
}


h1.page-header-title {
	letter-spacing: 0.2rem;
}