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

.page-id-14 .site-body-container,
.page-id-258 .site-body-container,
.page-id-236 .site-body-container,
.page-id-248 .site-body-container,
.page-id-218 .site-body-container {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

ul.custom-bullet {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

ul.custom-bullet li {
  position: relative;
  padding-left: 1.5em; /* マーカーのスペースを確保 */
  margin-bottom: 0.7em; /* 項目の間に余白 */
}

ul.custom-bullet li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0.15em;
  color: #b3ae45;
  font-size: 0.9em;
  line-height: 1;
}

.feature_bullut {
  color: #b3ae45;
  font-size: 21px;
  line-height: 1;
}

.wp-block-cover {
	padding: 0;
}

h2 {
  font-size: 40px;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS P明朝", serif;
}
/* スマホ　タイトル */
@media screen and (max-width: 767px) {
h2 {
  font-size: 30px !important;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS P明朝", serif;
  text-align: center !important;
}
	
h2.quality_h2-mobile {
		font-size: 24px !important;
	}
}


.site-body {
	padding: 0;
}

.faq_head {
  font-size: 20px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS P明朝", serif;
}

.faq_a {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS P明朝", serif;
}

h6.flow_head {
  text-transform: uppercase;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS P明朝", serif;
 }

@media (max-width: 767px) {
h6.flow_head {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS P明朝", serif;
 }
	
.flow-bullut-mobile {
  width: 20px;
  height: auto;
 }
}

/* トップアイキャッチ画像サイズ */
.wp-block-post-featured-image {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .wp-block-post-featured-image {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .wp-block-post-featured-image {
    height: 140px;
  }
}

.page-header {
	display: none;
}

.entry-header {
	display: none;
}

.breadcrumb-list {
	display: none;
}


.wp-block-table recruit_table {
	border: none;
}

.accent_line {
	width: 40px;
}

.message_txt {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS P明朝", serif;
}

.feature_txt {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS P明朝", serif;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);

}
 
.quality-img img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
message_txt {
	font-size: 16px !important;
 }
}

@media screen and (max-width: 768px) {
mobile_txt-16 {
	font-size: 16px !important;
 }
}

.has-text-align-center category_name {
	margin-block-end: 0 !important;
	margin-bottom: 0 !important;
}

.has-text-align-center kodawari_txt1 {
  font-size: clamp(1rem, 2vw, 2rem);
  line-height: 1.3;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .category_name @media screen and (max-width: 768px) {
    font-size: 14px
  　line-height: 1.3;
}
}


.category_icon {
	width: 100%;
	height: auto;
}

.custom-header-buttons {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;

}

.custom-header-buttons a img {
  display: block;
  width: 400px; /* 必要に応じて調整 */
  height: auto;
}

.header_scrolled .header-top, .header_scrolled .custom-header-buttons, .header_scrolled .site-header-sub, .header_scrolled .vk-campaign-text {
    display:none
}

/* スマホ　ヘッダーボタン２ */
@media screen and (max-width: 990px) {
.custom-header-buttons {
  display: none;
}
.custom-header-buttons a img {
  display: none;
}
}

.vk-mobile-nav-menu-btn {
    border-color: none;
    background: var(--vk-mobile-nav-menu-btn-bg-src) center 50% no-repeat #b3ae45;
}

 
/* 最初はすべて非表示にしておく */
.mobile_only,
.laptop_only {
  display: none;
}

/* スマホのみ表示 */
@media screen and (max-width: 767px) {
  .mobile_only {
    display: block;
  }
}

/* PC・タブレット（ラップトップ）で表示 */
@media screen and (min-width: 768px) {
  .laptop_only {
    display: block;
  }
}

/* スマホ会社概要　リクルート */
@media screen and (max-width: 767px) {
  .recruit_txt {
    font-size: 16px !important;
  }
}

.custom-width-800 {
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.custom-width-1200 {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.a-custom-width-800 {
  width: 720px !important;
  margin: 0 auto !important; /* グループを中央に配置 */
  justify-content: flex-start !important; /* 子要素を左揃え */
}


.br_mobile {
	
}
/* 初期状態：PCでは非表示 */
br.br_mobile {
  display: none;
}

/* スマホだけ表示（768px以下の画面幅） */
@media screen and (max-width: 768px) {
br.br_mobile {
    display: inline;
  }
}
/* スマホだけテキストセンター揃え（768px以下の画面幅） */
@media screen and (max-width: 768px) {
  .mobile-txt-center {
    text-align: center;
  }
}
/* 質問 */
.faq-item {
  margin-bottom: 60px;
}

.faq-question {
  position: relative;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-right: 1em;
  padding-left: 2.5em;
  background-color: #b3ae45;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS P明朝", serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6;
  border-radius: 8px;
  margin-bottom: 20px;
}

.faq-answer {
  position: relative;
  padding-left: 2.5em;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 55px;
}

.faq-question::before {
  content: "Q.";
  position: absolute;
  margin-left: -1.5em; /* ← ここがポイント */
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS P明朝", serif;
  font-weight: bold;
}

.faq-answer::before {
  content: "A.";
  position: absolute;
  left: 0;
  color: #cf2e2e;
  font-size: 21px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS P明朝", serif;
}

/* 質問（768px以下の画面幅） */
@media screen and (max-width: 768px) {

.faq-question {
  font-size: 18px;
}

.faq-answer {
  position: relative;
  padding-left: 1.8em;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 20px;
}
	
.faq-answer::before {
  font-size: 18px;
}
}

/* footerオリジナル

.site-footer {
    border-top: 1px solid var(--vk-color-primary);
 */

.site-body-bottom {
	display: none;
}

@media (max-width: 767.98px) {
    .footer-nav {
        border-bottom: none;
        display: none;
	}
	.site-body-bottom {
	display: block;
}
}

 /* モバイル　テーブル */
.wp-block-table td:first-child {
  background-color: #fcfcf0; /* お好きな色に変更可 */
}


  