/*
Theme Name: Lightning Child
Template: lightning
*/

/*==================================
##Lightningの設定を無効化
==================================*/

:root {
  --vk-color-primary-100: rgb(0,83,122,1);
  --vk-color-primary-60: rgb(0,83,122,0.6);
  --vk-color-primary-20: #dbebee;
  --vk-color-primary-multiplication:rgb(0,73,103,1);
  --vk-color-highlighty-100: rgb(252,133,0,1);
  --vk-color-highlighty-60: rgb(252,133,0,0.6);
  --vk-color-highlighty-multiplication: rgb(221,116,0,1);
  --vk-color-text-body: #013C58;
  --vk-color-text-body-20: #ffffff;
  --vk-width-col-2-main: 100%;
  --vk-size-text: 18px;
}


/* 不要なコンテンツを非表示 */
.site-body-bottom,
.entry-meta-item.entry-meta-item-updated,
.entry-meta-item.entry-meta-item-author,
.entry-footer,
.widget.widget_media,
.site-footer-copyright p:nth-child(2),
.wp-block-archives-list,
.fa-calendar-alt:before,
.fa-calendar-days:before,
.vk_post_imgOuter ,
#comments{
  display: none;
}

/* サイト全体のフォントを定義 */
body,
html {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}

/*ボディの余白を無効*/
.site-body {
  padding: 0;
  margin: 0;
}

/*フッターの余白を無効*/
.site-footer {
  border-top: 0px;
}

/*フォント書式を再定義(h2)*/
h2 {
  border-top: 0px;
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  font-size: 2.5rem;
  font-weight: 700;
}

/*フォント書式を再定義(h3)*/
.site-footer-title,
.sub-section-title,
h3:where(:not(.wp-block-post-title)) {
  border-bottom: none !important;
  margin-block-end: 0em;
}

/*フォントの装飾を削除(h3)*/
.site-footer-title::after,
.sub-section-title::after,
h3:where(:not(.wp-block-post-title))::after {
  content: none !important;
}

/*フォント書式を再定義(p)*/
p {
  margin-bottom: 0;
}

/*ボタン書式を再定義*/
button{
  border: none;
}

input[type=date],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],select,textarea {
  background-color: #f5f7fa;
}

.device-mobile .global-nav-list>li {
    padding: 2em 2.6em;
}

.header_scrolled .site-header .global-nav {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 992px) {
    .site-header--layout--nav-float .site-header-container {
      justify-content: center;
    }
}

/* 【ヘッダー】スクロール前のサイズを変更 */
.site-header-container,
.site-header-container .container,
.site-header-container .vk-container {
  max-width: 80vw;
  height: 3.55em;
  padding-left: 25px;
  padding-right: 10px;
}

/*【ヘッダー】スクロール後は標準サイズに戻す */
.header_scrolled .site-header-container,
.site-header-container .container,
.site-header-container .vk-container {
  max-width: 1140px;
}

/*【ヘッダー】スクロール後は標準デザインに戻す */
.header_scrolled .site-header {
  background-color: rgba(249, 249, 249, 0.95);
  margin-top: 0px;
}

/*【ヘッダー】ロゴの余白を無効 */
.site-header-logo {
  margin-bottom: 0px;
  padding-top: 0;
}

/*【ページヘッダー】デザインを再定義 */
.page-header {
  height: 300px;
  background-image:linear-gradient(90deg, rgba(0, 83, 122, 1), rgba(95, 180, 196, 1));
  color: var(--vk-color-text-body-20);
}

/*【パンくずリスト】余白をを削除 */
.breadcrumb {
  border-top: 0px;
  border-bottom: 0px;
  color: var(--vk-color-text-body);
}

/*【パンくずリスト】リンクのデザイン変更 */
.breadcrumb a {
    color: var(--vk-color-text-body);
}

/*【パンくずリスト】リンクのデザイン変更 */
.main-section--margin-bottom--on {
  margin-bottom: 0;
}

/*【フッター】リンクのデザイン変更 */
.site-footer li {
  font-size: var(--vk-size-text);
}

/*【フッター】空白を削除 */
ol {
  margin-bottom: 0;
}

/*【スライド】サイズを再定義 */
.ltg-slide {
  height: 60vh;
  position: relative;
}

/*【スライド】サイズを再定義 */
.ltg-slide picture img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

/*【スライド】デザインの再定義 */
.ltg-slide .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5%;
  width: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
 background: linear-gradient(
    to top,
    /* 上に向かって透明に */ rgba(255, 255, 255, 1) 0%,
    /* 下は白（不透明） */ rgba(255, 255, 255, 0) 100% /* 上は白（透明） */
  );
  pointer-events: none;
  z-index: 1;
}

.ltg-slide .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  background:
    /* 中央をほんのり明るく */
    radial-gradient(
      ellipse at center,
      rgba(255, 255, 255, 0.28) 0%,
      rgba(255, 255, 255, 0.16) 35%,
      rgba(255, 255, 255, 0) 60%
    ),
    /* 全体の緑寄せオーバーレイ */
    linear-gradient(
      to bottom,
      rgba(15, 61, 46, 0.08) 0%,
      rgba(15, 61, 46, 0.08) 40%,
      rgba(15, 61, 46, 0.08) 100%
    );
  pointer-events: none;
  z-index: 1;
  transition: background 0.6s ease;
}

.ltg-slide .swiper-slide {
  position: relative;
}

.ltg-slide-text-set{
  position: absolute;
  z-index: 2;
  bottom: 100%;
  top:20%;
}

/*【スライド】フォントサイズを再定義 */
.ltg-slide-text-title{
  font-size: 42px;
}

/*【スライド】キャッチコピーのデザインを再定義 */
.ltg-slide-text-title {
  text-align: left;
}

.ltg-slide-text-title .text-bg {
  display: inline;
  background-image: linear-gradient(145deg, rgba(95, 180, 196, 0.6), rgba(0, 83, 122, 0.6));
  padding: 0.05em 0;
  line-height: 1.6;
}

/*【スライド】キャッチコピー下のbuttonグループを再定義 */
.main-visual-btn-wrap{
  background-image: linear-gradient(145deg, rgba(95, 180, 196, 0.6), rgba(0, 83, 122, 0.6));
  width: 400px;
  height: 170px;
  margin-top: 3em;
  border-radius: 15px;
  padding: 1.2em;
}

.ltg-slide-text-caption{
  position: absolute;
  z-index: 2;
}

.mini-content-container-1,
.mini-content-container-2,
.mini-content-container-3,
.mini-content-container-4{
  max-width: 1480px;
}

/*【スライド】キャッチコピーフォントデザインを再定義 */
.main-visual-btn-wrap h5{
  text-align: center;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  margin-bottom: 0;
  padding:.5em 0;
}

.lightning_swiper h3{
  text-shadow: none !important;
}

/*【スライド】キャッチコピー下のボタンデザインを再定義 */
.ltg-slide .button-group{
	display:flex;
	gap: .5em;
}

/*【スライド】キャッチコピー下のボタンデザインを再定義 */
.ltg-slide .sign-up-button{
	margin: 1.5em 0;
}

/*【ナビゲーション】デザインを再定義 */
.global-nav-list>li:before{
  border-bottom: 1px solid var(--vk-color-primary-60);
}

/*【投稿詳細】デザインを再定義 */
.single-post .entry-header {
  margin-top: 40px;
}

/*【投稿詳細】デザインを再定義 */
.single-post .entry-body {
  margin-bottom: 60px;
}

/*【投稿一覧】デザインを再定義 */
.vk_post_body h5{
  border: none;
  background-color: var(--vk-color-primary-20);
  padding: .5em .3em;
}

/*【投稿一覧】デザインを再定義 */
.vk_post.media{
  border-bottom: 1px solid #e5e4e4;
}

/*【投稿一覧】デザインを再定義 */
.vk_post_date.media-date,
.vk_post_excerpt.media-text
 {
  padding-left: .3em;
}

/*【投稿一覧】デザインを再定義 */
.vk_post_btn{
 background-image: linear-gradient(90deg, rgba(0, 83, 122, 1), rgba(95, 180, 196, 1));

  font-size: 16px;
  font-weight: bold;

  text-decoration: none;
  letter-spacing: 0.1em;
  border: none;
}

/*【投稿一覧】レイアウトを再定義 */
.entry-body>.vk_posts>.media.vk_post-col-lg-12,.main-section>.vk_posts>.media.vk_post-col-lg-12 {
  padding: 0 0 1.8rem 0
}

.post-list{
  margin: 2.5em 0;
}


/* PC大画面ではメニューの「マイページ」を非表示 */
@media (min-width: 1380px) {
  #menu-item-1183 {
    display: none!important;
  }
}


/*SPサイズ以下 */
@media (max-width: 1380px) {
  .login .vk-mobile-nav-menu-btn,
  .um-page-login .vk-mobile-nav-menu-btn,
  .um-page-login .sp-login-btn {
    display: none !important;
  }

  .main-visual-btn-wrap{
    display: none;
  }
  
  /*ハンバーガーメニュー(閉)の装飾 */
  .vk-mobile-nav-menu-btn {
    top: 0.7rem;
    right: 5px; /* 左端から5px */
    left: auto; /* 端指定を無効化 */
    border: none;
    background: var(--vk-mobile-nav-menu-btn-bg-src)  center 50% no-repeat
      rgb(255, 255, 255);
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: block !important;
  }

  /*ハンバーガーメニュー(開)の装飾 */
  .vk-mobile-nav-menu-btn.menu-open {
    border: none;
    background-color: rgb(255, 255, 255);
    display: block !important;
  }

  /*メニュー(開)の装飾 */
  .vk-mobile-nav #widget_nav_menu ul li a,
  .vk-mobile-nav nav ul li a {
    color: rgb(255, 255, 255);
  }

  /*メニューのフォントデザイン変更 */
  .vk-mobile-nav #widget_nav_menu ul li a, .vk-mobile-nav nav ul li a{
    color: var(--vk-color-primary-100);
  }

  .site-header-container {
    background-color: #ffffff00;
  }

  .header_scrolled .site-header {
    background-color: #ffffff00;
  }
  
  .site-header-container.container{
    margin: 0px;
    padding: 0px;
  }

  /*buttonを非表示に*/
  .site-header-container {
    display: none;
  }

  .ltg-slide-text-set{
    top:70%;
  }

  .ltg-slide-text-title{
    font-size: 36px;
  }
}

/*==================================
##共通設定
==================================*/

/* １段落字下げする */
.indent {
  margin-left: 1.5rem;
}

/* SP版だけ改行する */
.sp-only {
  display: none;
}

/* 画像＋テキストを横並び*/
.icon-text {
  display: flex;
  align-items: center;
  gap: 0.2em;
}

.icon-text img {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
}

/* ３行目以降は省略する */
.clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  overflow: hidden;
}

/* 注釈の内容*/
.note-target p{
  font-size: 0.8em;
  list-style: none;
  margin-left: -1.5rem;
}

.section-title {
  text-align: center;
  position: relative;
  padding-top: 30px;
}

.section-title span {
	position: relative;
	z-index: 2;
}

.section-title::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: var(--vk-color-primary-60);
	font-size: 20px;
}

section {
  padding: 60px 0;
}

/*セクションの終わりに空白*/
#job-introduction .section-title,
#prosperity-what .section-title,
#steps-to-job-introduction .section-title,
#reason-for-choosing .section-title,
#news .section-title {
  margin-bottom: 50px;
}

/*デフォルトのボタンデザイン*/
.sign-up-button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 250px;
  height: 50px;

  font-size: 16px;
  font-weight: bold;

  border-radius: 9999px;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.sign-up-button.design-default {
  color: #fff;
  background-image: linear-gradient(90deg, rgba(0, 83, 122, 1), rgba(95, 180, 196, 1));
}

.sign-up-button.design-highlight {
  color: #fff;
  background-image: linear-gradient(90deg, rgba(233, 104, 52, 1),rgb(255, 157, 0));
}

.sign-up-button.design-white {
  color: white;
  border: solid 1px white;
}

.sign-up-button.design-clear{
  color: #8caab9;
  border: solid 1px #8caab9;
}

.sign-up-button.design-skeleton{
  border: 1px solid white;
  color:var(--vk-color-text-body);
  border: solid 1px var(--vk-color-text-body);
  background-color: rgb(255, 255, 255);
}

.sign-up-button.design-default:hover {
  opacity: .5;
  transform: scale(0.95);
}

.sign-up-button.design-highlight:hover {
  opacity: .5;
  transform: scale(0.95);
}

.sign-up-button.design-white:hover {
  background-color:white;
  color: var(--vk-color-text-body);
  transform: scale(0.97);
}

.sign-up-button.design-skeleton:hover {
  background-color: #d7d6d674;
  transform: scale(0.97);
}

/*リンク書式を再定義*/
 a.tel-link{
  text-decoration:underline;
  color: var(--vk-color-text-body);
  font-weight: 600;
}

/* ul */
.navigation.pagination .nav-links {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 各ページ番号 */
.page-numbers {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: var(--vk-color-text-body);
  font-size: 14px;
  transition: all 0.2s ease;
  background: white;
}

/* hover */
.page-numbers:hover {
  background:var(--vk-color-primary-100);
  color: #fff;
  border-color: var(--vk-color-primary-100);
}

/* 現在のページ */
.page-numbers.current {
  color: #fff;
  background-image: linear-gradient(90deg, rgba(0, 83, 122, 1), rgba(95, 180, 196, 1));
  font-weight: bold;
}

/* 前へ・次へ */
.page-numbers.prev,
.page-numbers.next {
  font-weight: bold;
}

/*PCサイズ以上では通話可能なアプリケーションの選択を求めない*/
@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}

@media (max-width: 992px) {
  .sign-up-button {
    width: 250px;
    height: 50px;
    font-size: 16px;
  }

  .sp-only {
    display: inline;
  }
}

/*==================================
##ヘッダー
==================================*/
.site-header {
  background: transparent;
  transition: background 0.3s ease;
  box-shadow: none;
  position: fixed;
  margin-top: 0.7rem;
  padding-top: 0px;
}

.site-header-container {
  background: rgba(249, 249, 249, 0.95);
  border-radius: 9999px;
  box-shadow: 15px 25px 60px rgba(0, 0, 0, 0%);
}

header .sign-up-button {
  margin: 10px 5px;
  min-width: 150px;
  height: 45px;
}

.header_scrolled header .sign-up-button {
  width: 200px;
}

.header_scrolled .site-header-container {
  background: rgba(0, 0, 0,0);
}

/* スクロール後、マイページボタンを非表示 */
.header_scrolled .header-button.sign-up-button.sign-up-button.design-default{
  display: none;
}

.site-header-logo img {
  height: 50px;
  margin: 7px 0 7px 7px;
  z-index: 9999;
}

/*バグが起きるところでヘッダーを削除*/
@media (max-width: 1380px) {
  .site-header,
  .site-header-container {
    display: block !important;
    background: none !important;    
    border: none !important;          
    box-shadow: none !important;      
    padding: 0 !important;          
    margin: 0 !important;            
    min-height: 0 !important;      
  }

  .site-header-container > *:not(#site-header-logo):not(.site-header-logo) {
    display: none !important;
  }

  #site-header-logo,
  .site-header-logo {
    display: block !important;
    padding: 10px 0;
    width: fit-content;
  }
  
  #site-header-logo a {
    display: block;
    border: none !important;
  }

   .header-button{
    display: none;
  } 
  
  .sp-login-btn {
    position: fixed;
    top: 0.7rem;
    right: 4em;
    z-index: 2100;
    overflow: hidden;
    margin-left: 8px;
  }

  .sp-login-btn a {
    padding: 7px 18px;
    background-image: linear-gradient(90deg, rgba(233, 104, 52, 1),rgb(255, 157, 0));
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  .site-header-logo img {
    height: 40px;
    margin: 0 0 0 .3rem;
  }

  .site-header-container {
    border-radius: 0px;
  }

  .site-header {
   margin-top: 5px;
  }
}

@media (min-width: 1380px) {
  .sp-login-btn {
    display: none;
  }
}
/*==================================
##TOPページ-セクション「求人案件」
==================================*/
#job-introduction{
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-position: 50% 47%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.topSwiper {
  position: relative;
  margin-bottom: 40px;
}

.swiper-slide p{
  font-size: 16px;
}

.keyword-wapper{
  border-top: 1px solid var(--vk-color-text-body);
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-height: calc((12px + 10px) * 2);
  overflow: hidden;
  padding-top: 15px;
}

.topSwiper .swiper-slide {
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}

.topSwiper .swiper-pagination {
  position: static; /* absolute を解除 */
  margin-top: 16px;
}

.topSwiper-outer {
  position: relative;
  overflow: visible;
}

.topSwiper .slide-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  text-decoration: none;
  padding: 20px 20px 30px;
  background-image: linear-gradient(145deg, rgba(95, 180, 196, 1), rgba(0, 83, 122, 1));
  overflow: hidden;
  transition: 0.3s ease-out color;
  z-index: 0;
  color: white;
  border-radius: 10px;
}

/* タイトル */
.topSwiper .slide-inner h5 {
  padding-bottom: 0px;
  margin-bottom: 15px;
  line-height: 1.5;
  
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: transparent;
}

.topSwiper .slide-inner dt {
  margin-bottom: 0px;
}

.topSwiper .slide-inner dd {
  margin-bottom: 1em;
}

.slide-inner .keyword-tag {
  background-color: var(--vk-color-text-body);
}

.job-card-sub-title {
  display: flex;
  justify-items: center;
}

.job-card-sub-title img {
  height: 28px;
  margin-right: 0.5rem;
}

/*スライダー現在地*/
.swiper-pagination-bullet-active{
  background-color: var(--vk-color-primary-100);
}

.topSwiper-outer .swiper-button-next,
.topSwiper-outer .swiper-button-prev {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color:white;
  border: solid 1px rgba(164, 155, 167, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(145deg, rgba(95, 180, 196, 1), rgba(0, 83, 122, 1));
}

/*スライダーボタン*/
.topSwiper-outer .swiper-button-prev {
  left: -80px;
}

/*スライダーボタン*/
.topSwiper-outer .swiper-button-next {
  right: -80px;
}

/*スライダーボタン*/
.topSwiper-outer .swiper-button-next::after,
.topSwiper-outer .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 600;
}

/*テキスト「View Page」*/
.topSwiper .slide-inner::before {
  content: "View Page";
  position: absolute;
  bottom: 1em;
  right: 2.5em;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: white;
  z-index: 3;
  transition: color 0.3s ease-out;
}

/*ホバー時のアニメーション*/
.topSwiper .slide-inner::after {
  content: "";
  position: absolute;
  bottom: 1.25em;
  right: 1em;
  width: 12px;
  height: 12px;
  background-color:rgba(125, 199, 214, 0.464);
  border-radius: 50%;
  z-index: 1;
  transition: width 0.3s ease-out, height 0.3s ease-out, bottom 0.3s ease-out,
    right 0.3s ease-out, border-radius 0.3s ease-out;
}

.topSwiper .slide-inner > * {
  position: relative;
  z-index: 4;
}

/* hover演出（PCのみ） */
@media (min-width: 991px) {
  .topSwiper .slide-inner:hover::after {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    border-radius: 0;
  }
  
  .topSwiper-outer .swiper-button-next:hover,
  .topSwiper-outer .swiper-button-prev:hover {
    opacity: .5;
    transform: scale(0.95);
  }
}

/*SP版デザイン */
@media (max-width: 992px) {
  .topSwiper-outer .swiper-button-next,
  .topSwiper-outer .swiper-button-prev {
    display:none;
  }
}

/*==================================
##TOPページ-セクション「プロスペリティとは」
==================================*/
#prosperity-what{
  text-align: center;
  color: #fff;
}

#prosperity-what .text-wrap{
  margin:50px 0;
}

#prosperity-what .text-wrap p{
  letter-spacing: 0.15em;
  line-height: 2;
}

#prosperity-what .text-wrap h2{
  margin-bottom:0.2em;
}

#prosperity-what {
  background-image: 
    linear-gradient(
      #215d7a4d
      ),
    url(
      '../lightning/_g3/assets/images/prosperity-what.jpeg'
  );

  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-position: 50% 47%;
  background-repeat: no-repeat;
  background-size: 100%;
}

#prosperity-what .sign-up-button{
  margin: 1.5em auto;
}

@media (max-width: 768px) {
  #prosperity-what {
  background-size: clamp(100%, 180vw, 260%);
}
}
/* SP(ミニサイズ)版*/
@media (max-width: 464px) {
  #prosperity-what {
    background-size: clamp(100%, 300vw, 275%);
  }

  #prosperity-what .text-wrap h2{
    font-size: 2em;
  }
}

/*==================================
##TOPページ-セクション「プロスペリティが選ばれる理由」
==================================*/
.reason-lead {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 50px;
  margin-bottom: 50px;
}

.reason-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.reason-card {
  position: relative;
  z-index: 1;
  display: flex;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: visible;
  max-width: 1000px;
  margin: 0 auto;
  border: solid 1px var(--vk-color-text-body);
}

.reason-content h5{
  color: var( --vk-color-primary-100);
}

.reason-card.reverse {
  flex-direction: row-reverse;
}

.reason-image {
  position: relative;
  flex: 0 1 35%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0px;
  margin: 0 1.4rem;
}

.reason-card:nth-of-type(even) .reason-image {
  margin-right: 1.4rem;
  justify-content: flex-end;
}

.reason-image img {
  object-fit: contain;
  position: relative;
  z-index: 3;
  aspect-ratio: 4 / 3; 
  width: 100%;
  height:auto;
}

/* 装飾（写真の下） */
.reason-image::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 60px;
  height: 100px;
  background: var( --vk-color-primary-100);
  z-index: 2;
}

/* 右画像カード用（左右反転） */
.reason-card.reverse .reason-image::after {
  left: auto;
  right: 0;
}

.reason-content {
 flex: 1 1 60%;
  padding: 20px;
}

.reason-content h3 {
  color: var( --vk-color-primary-100);
  font-size: 20px;
  margin-bottom: 12px;
}

.reason-content p {
  font-size: 18px;
  line-height: 1.9;
}

/* ===== レスポンシブ ===== */
@media (max-width: 768px) {
  .reason-card,
  .reason-card.reverse {
    flex-direction: column;
  }

  .reason-content {
    padding: 20px;
  }
}

/*==================================
##TOPページ-セクション「お仕事紹介までのステップ」
==================================*/
#steps-to-job-introduction {
  background-color: var(--vk-color-primary-20);

  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-position: 50% 47%;
  background-repeat: no-repeat;
  background-size: 100%;
}

#steps-to-job-introduction .section-title{
  margin-bottom: 30px;
}

.step-item {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  gap: 20px;
  align-items: stretch;

  /* 縦ライン */
  background:
    linear-gradient(
      to bottom,
      var( --vk-color-primary-100),
      var( --vk-color-primary-100)
    );
  background-repeat: no-repeat;
  background-size: 2px 100%;
  background-position: 1% 30px;
}

.step-content .contact {
  margin-top: 1.5em;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;

}

.step-content .contact a{
  color: var(--vk-color-text-body);
}

.step-left { 
  position: relative; 
  display: flex; 
  height: auto; 
  justify-content: center; 
  min-width: 30px;
}

.step-dot { 
  width: 30px; 
  height: 30px; 
  background: var( --vk-color-primary-100);
  border-radius: 50%; 
  position: relative; z-index: 2; 
  left:-3px
}

/* テキスト */
.step-content {
  flex: 1;
}

.step-title {
  color: var( --vk-color-highlighty-100);
  font-size: 20px;
}

.step-text {
  font-size: 18px;
  line-height: 1.9;
}

/* 画像 */
.step-image {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
}

.step-image img {
  width: 100%;
  height: auto;
  max-height: clamp(200px, 32vw, 240px);
  display: block;
}

@media (max-width: 768px) {
  .step-item {
    display: grid;
    grid-template-columns: 10% 90%;
    row-gap: 12px;
    padding: 20px 0;
    margin-right: 10%;

  /* 縦ライン位置をSP用に */
    background-position: 9% 30px;
  }

  .step-content {
    grid-column: 2;
  }

  .step-image {
    grid-column: 2;
    width: 100%;
  }

  .step-image img {
    width: 100%;
    height: auto;
  }

  .step-dot { 
    left:19px
  }

  #steps-to-job-introduction{
    margin-top: 0px;
  }
}

/*==================================
##TOPページ-セクション「お知らせ」
==================================*/

#news{
  padding-bottom: 110px;
}

#news .section-title {
  margin-top: 50px;
}

#news .container {
  margin: 80px 0;
}

#news ul {
  list-style-type: none;
  margin-bottom: 50px;
  margin-block-start: 0;
}

#news ul li:first-child {
  border-top: 1px solid #ccc;
}

#news li {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: .8em 0 .8em 1em;
}

.listing-item a{
  text-decoration: underline;
  color: var(--vk-color-text-body);
}

.notice-body .listing-item {
  display: flex;
  gap: .7em;
}

.notice-body .listing-item .date {
  order: -1; /* 日付を前に持ってくる */
  color: var( --vk-color-primary-100);
}

@media (max-width: 768px) {
  #news .section-title {
    margin-top: 20px;
  }

  .section-title {
    font-size: 2em;
  }

  .section-title::before {
    font-size: 18px;
  }

  #news .container {
    margin: 60px 0;
  }

  .notice-body .listing-item{
    flex-direction: column;
  }
}

/*==================================
##フッター
==================================*/
.site-footer {
  background-image: linear-gradient(180deg, rgba(0, 83, 122, 1),rgba(95, 180, 196, 1));
  padding-top: 2rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.site-footer-map {
  margin-bottom: 2rem;
  margin-left: 1em;
}

.site-footer-map .col-12.col-md-4 a{
  color: white;
}

.site-footer-map ul{
  list-style: none;
  padding-left: 2em;
}

.site-footer-map ul li::before {
  content: "- ";
}

.site-footer-content {
  padding-top: 0px;
}

.footer-headline {
  color: white;
  margin-bottom: 0.5rem;
}

.map {
  text-align: center;
}

.footer-logo img{
  height: 90px;
  margin-right: 1em;
}

.footer-logo{
 display: flex;
  align-items: center;
}

.site-footer-content h5,
.site-footer-content li,
.site-footer-bottom{
  color:white;
}

.site-footer-content h5{
  margin-bottom: 0;
  padding-bottom: 0;
  border: transparent;
}

.site-footer-content h3{
  border-left: solid 5px white;
  border-bottom: solid 1px white;
  padding: 0 0 0 .5em;
  margin-bottom: 2rem;
}

.site-footer-bottom{
  border-top: 1px solid white;
}

.footer-custom{
  margin-top: 1rem;
}

footer .tel-link{
  color: white;
}

@media screen and (max-width: 768px) {
  .site-footer-content h3{
    margin-bottom: 0;
  }

  .site-footer-map .col-12.col-md-4{
    border-bottom: 1px solid white;
  }

  .site-footer-content h5{
    margin-top: 1.5em;
  }

  .site-footer-map ul{
    padding-left: .7em;
  }
}

/*==================================
##固定ページ「初めての方へ」
==================================*/
.faq-wrapper {
  margin: 50px auto;
}

.faq-item {
  margin-bottom: 1.5rem;
  background-color: var(--vk-color-primary-20);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
}

.faq-question {
  display: flex;
  align-items: center;
  padding: 0.8rem;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background-color: rgba(74, 128, 162, 0.2);
  border-radius: 10px;
}

.faq-question .faq-icon {
  color: var( --vk-color-primary-100);
  font-weight: bold;
  font-size: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.6em;
  flex-shrink: 0;
}

.faq-answer .faq-icon {
  color: var( --vk-color-primary-100);
  font-weight: bold;
  font-size: 2em;
  display: inline-block;
  margin-left: -0.9em;
}

.faq-question h4 {
  margin: 0;
  flex-grow: 1;
}

.faq-toggle-icon {
  font-size: 2em;
  color: var( --vk-color-primary-100);
  font-weight: 600;
  transition: transform 0.3s ease;
}

.faq-answer {
  padding-left: 2.9em;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out,
    padding 0.5s ease-out;
}

.answer-title{
  display: flex;
  gap: .7em;
  align-items:flex-start;
}

.answer-title p{
margin-top: .5em;
}

.faq-answer.open {
  opacity: 1;
  padding: 1em 35px 0.6em 2.9em;
}

.faq-answer.open h4 {
  font-size: 1.1em;
  margin-bottom: 0;
}

.faq-item .contact{
  margin: 1em 0;
}

.faq-item .contact a{
  color: var(--vk-color-text-body);
  font-weight: 700;
}

/*==================================
##固定ページ「企業ご担当者様へ」、始まり
==================================*/
.cta-section{
  padding-top: 10px;
}

.cta-card {
    box-shadow: 0 10px 30px rgba(0, 83, 122, 0.1);
    border: 1px solid #e6f0f5;
    margin-bottom: 40px;
    background-color: var(--vk-color-primary-20);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.cta-card h4{
  margin: 0;
}

.cta-card:last-child {
  margin-bottom: 0;
}

/* スマホ */
@media (max-width: 768px) {
  .cta-container {
    flex-direction: column;
  }

  .cta-card {
    padding: 30px 25px;
    margin: 1.5em 1.5em;
  }
}


/*==================================
##固定ページ「お仕事検索」、始まり
==================================*/
#job-search{
  margin: 4rem 0;
}

.search-form {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 2px solid var( --vk-color-primary-100);
  border-radius: 8px;
  padding: 1.5rem;
  font-weight: 600;
}

.search-field {
  display: flex;
  align-items: center;
}

.search-field label {
  width: 18%;
  flex-shrink: 0;
}

.job-card {
  margin: 2rem 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 6px 6px 6px 0px rgba(119, 137, 152, 0.148);
}

#job-search .job-card-header{
  border-top: solid 3px var(--vk-color-primary-100);
  padding: 1.5rem;
  background-color: var(--vk-color-primary-20);
}

#job-search .job-meta-row:last-of-type{
 border: none;
}

.job-card-header h5 {
  margin-bottom: 0;
  border: none;
  color: var( --vk-color-primary-100);
}

.keyword-tag {
  font-weight: 600;
  display: inline-block;
  font-size: 12px;
  background: var( --vk-color-primary-100);
  color: #fff;
  padding: 4px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 999px;
}

.job-meta {
  margin: 0;
  padding: 2rem;
}

.job-meta dt {
  font-weight: bold;
}

.job-meta dd {
  margin: 0;
}

.job-meta-row {
  display: grid;
  grid-template-columns: 10em 1fr;
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

.job-card-link {
  display: inline-block;
  margin-top: 0.5rem;
}

.submit-wrap {
  margin-top: 0.8em;
  display: flex;
  justify-content: flex-end;
  gap: 1em;
}

.accordion-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  color: var( --vk-color-primary-100);
}

.accordion-body {
  display: none;
  margin-top: 1.5rem;
}

.accordion-body.is-open {
  display: block;
}

.accordion-title {
  font-size: 20px;
}

.accordion-icon::before {
  content: "▶︎";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--vk-color-primary-100);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.accordion-toggle.is-open .accordion-icon::before {
  transform: rotate(90deg);
}

/* 時給レンジ */
.salary-range {
  display: flex;
  align-items: center;
  gap: 16px;
}

.salary-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.salary-row input {
  flex: 1;
  min-width: 0;
}

.salary-row span {
  white-space: nowrap;
}

.btn-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  margin: 20px auto;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: var(--vk-color-highlighty-100);
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  line-height: 3;
}

.btn-detail span {
  color: #fff;
}

.job-card-body {
  flex: 1;
}

.job-card .icon-text{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
}

.job-card .button-group {
  display: flex;
  gap: 2em;
  margin-top: 1rem;
  justify-content: center;
}

.aplly-area{
  background-color:#f5f5f5;
  padding: 1em 1em;
}

@media (min-width: 768px) and (max-width: 1200px) {
  #job-search .container, .container-md, .container-sm {
    max-width: 900px;
  }
}

@media (max-width: 768px) {
  #job-search .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-card-header {
    padding: 2rem 1.5rem;
  }

  .job-meta {
    padding: 2rem 1.5rem;
  }

  #job-search .job-meta-row {
      display: flex;
      flex-direction: column;
  }

  .job-card .button-group {
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }

  .job-card-sub-title img {
    height: 18px;
    margin-right: 0.5rem;
  }

  .search-field {
    flex-direction: column;
    align-items: stretch;
    margin-top: 1.5em;
  }

  .search-field label {
    width: 100%;
    margin-bottom: 8px;
  }

  .salary-range {
    flex-direction: column;
    align-items: stretch;
  }

  .salary-row {
    width: 100%;
  }

  .submit-wrap {
    justify-content: stretch;
  }

  .submit-wrap button {
    width: 100%;
  }

  .job-card .icon-text{
    flex-direction: column;
  }
}
/*==================================
##固定ページ「お仕事詳細」
==================================*/
#job-card-detail{
  margin: 4rem 0;
}

.entry-button-content {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 110px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color:rgba(249, 249, 249, 0.85);
  z-index: 999;
  align-items: center;
  justify-content: center; 
  box-shadow: 0 0 1.5rem rgba(34, 34, 34, .2);
  gap:.25em
}
.entry-button-content .sign-up-button{
  margin-bottom: .5em;
}

.entry-button-content p{
  margin-bottom: 0.5em;
}

#job-card-detail .job-card-header{
  margin:2.5rem 1.5rem;
  padding-bottom: .2em;
  background-color: transparent;
  border-bottom: solid 1px #e4e4e4;
}

#job-card-detail .job-card-header h3{
 padding-bottom: .6em;
}

#job-card-detail .job-card-header .top-description{
  display: flex;
  gap: 16px;
  margin-bottom: 1em;
}

#job-card-detail .job-meta-row.keyword {
  grid-template-columns: 2em 1fr;
  padding: .05em 1em;
  gap: .5em 0em;
  border: none;
}

#job-card-detail .job-meta-group dl{
  margin: .5em 0;
}

#job-card-detail h5 {
  margin: 0;
  padding: 0;
  padding-bottom: .3em;
  margin-bottom: 1em;
}

#job-card-detail .job-meta-group {
  background-color: var(--vk-color-primary-20);
  margin: 0 1.5rem;
  padding: .5em 0;
  border-radius: 10px;
}

.job_description_detail{
  padding: 2rem 1.5rem 0rem 1.5rem ;
}

.job_description-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5em 1em; 
  margin: 1em 0;
}

.job-meta .job_description .job-meta-row,
.job-meta .job_terms .job-meta-row{
  grid-template-columns: 2em 1fr;
  border: none;
  padding: 0;
}

.job-meta .two-column{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em 2em;
}

.job-meta .col {
  min-width: 0;
  word-break: break-word;
  padding-left: 0;
}

.job_terms,
.job-point-list-wrap{
 padding-top:1.5rem;
}

.job_terms-wrap .job-meta-row,
.job_terms li{
 margin: .5em 0;
}

.job-point-list-wrap h5{
  color: var(--vk-color-highlighty-100);
}

.job_terms ul li::marker{
  color: var(--vk-color-highlighty-100);
  font-size: 30px;
}

.job_terms ul{
  padding-left: 2rem;
}

@media (max-width: 768px) {
  #job-card-detail .job-card-header .top-description{
    display: flex;
    gap: .5em;
    margin-bottom: .5em;
    flex-direction: column;
  }

  #job-card-detail .job-card-header{
    padding: 0;
  }

  .job-meta .two-column{
    gap: 1em;
  }

  .job_description-wrap{
    gap: 1em;
  }

   .job-meta .two-column .col{
    padding: 0;
   }
}

/*==================================
##固定ページ「お問い合わせ」
==================================*/
.inquiry-explanation{
  margin-bottom: 30px;
}

#inquiry form{
  padding: 1em 2em;
  border: solid 1px var(--vk-color-text-body);
}

#inquiry h3 {
  position: relative;
  margin: 1.75em 0 0 0;
  padding: 0.2em 0.5em 0.2em 0.75em; /* 左を少し広め */
  background: transparent;
}

#inquiry h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 90%;
  background: linear-gradient(
    180deg,
    rgba(0, 83, 122, 1),
    rgba(95, 180, 196, 1)
  );
}

.form-row > p {
  margin: 0;
  display: flex;
  gap: .5rem;
}

#inquiry form br{
  display: none;
}

#inquiry .agree br {
  display: inline;
}

#inquiry .agree p{
  display: block;
  width: 95%;
  margin: 0 auto;
}

#inquiry label{
  font-weight: 600;
  margin-top:1.5em;
  display: block;
}

#inquiry .agree label{
  margin-top:.25em;
}

.agree{
  margin: 1.8em 0;
}

#inquiry input[type=submit] {
  background-image: linear-gradient(90deg, rgba(0, 83, 122, 1), rgba(95, 180, 196, 1));

  align-items: center;
  justify-content: center;

  font-size: 16px;
  font-weight: bold;

  width: 250px;
  height: 50px;

  border-radius: 9999px;
  text-decoration: none;
  letter-spacing: 0.1em;

  border: none;

  margin-bottom: 2em;
}

input[type=date], 
input[type=email], 
input[type=number], 
input[type=tel], 
input[type=text], 
select, textarea{
  background-color: #f5f7fa;
}

input[readonly] {
  background: #edecec;
  border: solid 1px #edecec;
  cursor: not-allowed;
}

.submit-row .wpcf7-spinner {
  position: absolute;
  top: 10%;
  right: 11em;
  transform: translateY(-50%);
}

.submit-row {
  position: relative;
  text-align: center;
}

#inquiry .wpcf7 form p.submit-row {
  display: flex;
  justify-content: center;
}

#inquiry .agree p.agree-note {
  margin-top: .8em;
}

/*==================================
##固定ページ「会社概要」
==================================*/

.company-table {
  width: 100%;
  border-collapse: collapse;
}

.company-table th,
.company-table td {
  border: 1px solid #ddd;
  padding: 12px;
  vertical-align: top;
  text-align: left;
  padding-left: 1.5em;
}

.company-table th {
  width: 30%;
  background-color: #f5f5f5;
  font-weight: 600;
}

/*スマホサイズ対応*/
@media (max-width: 500px) {
  .company-table,
  .company-table tbody,
  .company-table tr,
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
  }

  .company-table th {
    background: #f5f5f5;
    font-weight: 600;
    border-bottom: none;
  }

  .company-table td {
    border-top: none;
    padding-top: 8px;
  }

  .company-table th, .company-table td{
    border: none;
  }
}

/*==================================
##お知らせページ
==================================*/
.post.entry-body {
  min-height: 200px; /* 高さを一定に */
}

.post .content-area {
    display: flex;
    flex-direction: column; /* 縦並び */
}

.post .entry-body .entry-body-button{
  display: flex;
  justify-content: center;
  margin-top: 4em;
}

@media (min-width: 992px) {
.post .sub-section--col--two {
    width: 900px;
}
}
/*==================================
##フローティングボタン
==================================*/
.floating-button{
 position: fixed;
  right: 0.5rem;
  bottom: 1rem;
  z-index: 1000;
}

/*スマホサイズ対応*/
@media (max-width: 500px) {
  .floating-button img{
height: 100px;
width: auto;
}
}
.close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #1a1a1a8b;
  color: white;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  padding: 0;
}

/*==================================
404ページ
==================================*/
.error404 .site-body-container {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}