@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:アートフレア株式会社
Tags: 
Version: 1.1
*/
/* 標準データ最終更新日：2024/11/22  */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  general　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、@import、フォント読み込み、bodyへの上書き、カラー変数設定など */
a:not([class]) {
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
a:not([class]):hover {
  color: var(--vk-color-primary);
}
:root {
  --en: 'Sen', "Noto Sans JP", sans-serif;
  --vk-line-height: 2em !important;
  --vk-color-text-body: #4d4d4d !important;
  --marugothic: "M PLUS Rounded 1c", sans-serif;
}
.en {
  font-family: var(--en);
}
.tel {
  font-family: var(--en);
}
.m-gothic {
  font-family: var(--marugothic);
}
iframe {
  margin: 0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など *
/*見出し*/
h2 {
  font-size: 2rem;
}
/*下線タイトル*/
.heading-underline {
  position: relative;
  padding-bottom: .6em;
}
.heading-underline::before {
  content: "";
  display: inline-block;
  width: 150px;
  height: 5px;
  border-radius: 10px;
  background-color: var(--vk-color-primary);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.heading-bar {
  position: relative;
  padding-left: 30px;
}
.heading-bar::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: var(--vk-color-primary);
  border-radius: 50px;
  top: 15px;
  left: 0;
  position: absolute;
}
/*マーカー*/
mark {
  background: linear-gradient(transparent 60%, #ff6 60%);
  color: unset;
}
/*ボタン*/
.vk_button_link_txt {
  font-weight: 600;
}
.vk_button .vk_button_link.btn, .editor-styles-wrapper .vk_button .vk_button_link.btn {
  padding: .7em 1.5rem .9em !important;
}
.vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt {
  text-decoration: none !important;
}
.vk_button_link_txt {
  transition: all 0.3s ease-in-out;
}
/*シャドウ+透過を消す*/
.vk_button-color-custom a:hover {
  box-shadow: none !important;
  opacity: 1 !important;
}
/*塗りつぶしボタンのホバー*/
.vk_button_link_caption, .vk_button_link_subCaption {
  z-index: 3 !important;
  position: relative;
}
.vk_button a {
  position: relative;
}
.vk_button a:hover {
  opacity: 1;
  box-shadow: none;
}
.vk_button a {
  border: medium none;
  overflow: hidden;
}
.vk_button a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  opacity: .3;
}
.vk_button a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.vk_button_link-type-text::before {
  display: none;
}
/*ボタンアイコン拡大*/
.vk_button .vk_button_link-type-text:hover i {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}
.vk_button .vk_button_link i {
  transition: all 0.3s ease-in-out;
}
.vk_button .btn:hover i {
  transform: scale(1.2);
}
/*ボタン下線あり*/
.btn-underline .vk_button_link::after {
  display: none;
}
.btn-underline .vk_button_link_caption {
  padding: 0 0 10px 0 !important;
  border-bottom: 2px solid var(--vk-color-primary);
}
.btn-underline .vk_button_link_txt {
  transition: 1s;
}
.btn-underline i {
  color: var(--vk-color-primary);
  transition: 1s;
}
.btn-underline .vk_button_link-type-text::before {
  display: none;
}
/*CTAボタン*/
.cta-btn .btn {
  display: flex !important;
  flex-direction: column-reverse;
}
.cta-btn .btn p {
  font-size: .7rem;
  font-weight: 600;
}
.cta-btn i {
  font-size: 1.8rem;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダーウィジェット・グローバルナビ */
.site-header {
  padding: 1em 0 !important;
}
.site-header .container {
  max-width: 100%;
  width: 100%;
}
.header_nav_search_container {
  min-width: 60px !important;
  margin-left: 40px !important;
  position: absolute;
  right: 25px;
  top: 10px;
}
.head-btn .btn {
  border-radius: 50px;
  font-size: .7rem !important;
}
/* ヘッダー固定 */
body {
  overflow-x: unset !important;
  display: flex;
  flex-direction: column;
}
.device-pc #site-header {
  position: sticky;
  top: 0;
}
.logged-in #site-header {
  top: 32px;
}
/* HOMEだけFVに透過にする */
.home header#site-header {
  position: fixed;
  transition: .5s;
  background-color: #fff;
}
.home:not(.device-pc.scrolled) header#site-header {
  background-color: transparent;
  box-shadow: none;
}
body:not(.home) .site-header {
  background-color: rgba(45, 158, 65, 0.8);
}
/* topのみスクロールしていない時は透過で文字反転 */
.home header#site-header {
  position: fixed !important;
  top: 0;
  transition: .3s;
}
.home.scrolled header#site-header {
  background: rgba(45, 158, 65, 0.8);
}
.logged-in:not(.home) #site-header {
  top: 32px;
}
.home:not(.scrolled) #site-header {
  background: #fff;
  border: none;
}
.home:not(.scrolled) .global-nav-name, .home:not(.scrolled) .site-header-logo span, .home:not(.scrolled) .header-top-description {
  color: #fff;
  transition: .3s;
}
.home:not(.scrolled) .global-nav-list > li.current-menu-item > a {
  border-bottom: 2px solid #fff;
}
/* グローバルナビ */
.global-nav-list {
  margin-top: 40px !important;
}
.global-nav-list > li > a {
  transition: .3s;
  border-bottom: 2px solid transparent;
  color: #fff;
}
.global-nav-list > li > a:hover, .global-nav-list > li.current-menu-item > a {
  color: #fff;
  border-bottom: 2px solid currentColor;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */
.site-footer-content {
  padding-top: 0 !important;
}
.site-footer-content p {
  font-size: .9rem !important;
}
.site-footer-content a {
  color: #333;
  text-decoration: none !important;
  font-weight: 600;
}
.site-footer-content a:hover {
  color: var(--vk-color-primary) !important;
}
.footer-sitemap ul {
  margin: 0 !important;
  padding: 0 !important;
}
.footer-sitemap ul li {
  font-size: .8rem;
  padding: .2em 0 .2em 15px;
  margin: 0;
  position: relative;
  list-style: none;
}
.footer-sitemap ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 12px;
}
.site-footer-copyright p {
  text-align: right !important;
  margin: 0 !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  pageheader,breadcrumb 下層ページヘッダー
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */
.breadcrumb {
  margin-top: 20px;
}
.breadcrumb-list {
  padding: 15px 0;
}
.breadcrumb-list li a {
  text-decoration: none;
}
.breadcrumb-list li a:hover {
  color: var(--vk-color-primary);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */
/*FVスライダー*/
.top-main {
  position: relative;
}
.top-main .vk_slider_item_container {
  position: unset;
  max-width: 80%;
}
.fv-copy {
  text-align: right;
}
/*メインNEWSフィード*/
.top-news {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80px;
  min-height: 80px;
  z-index: 1;
}
.top-news .vk_slider_item_container {
  max-width: 100%;
}
.top-news .postListText_date {
  color: #fff;
}
.top-news .postListText_title::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../../../wp-content/uploads/icon_arrow_right.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 28px;
}
/*求人投稿リストスライダー*/
.top-job-list {
/*   width: calc((100% + (100vw - 100%) / 2) - 10px); */
}

/* .top-job-list .swiper-slide:first-child {
    margin-left: calc( (100vw - var(--vk-width-container) ) / 2);
} */

.top-job-list {
	padding-inline: calc( (100vw - var(--vk-width-container) ) / 2);
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0 !important;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50px !important;
}
.swiper-button-next{
	right: calc( ( (100vw - var(--vk-width-container) ) / 2) - 10px);
}
.swiper-button-prev {
	left: calc( ( (100vw - var(--vk-width-container) ) / 2) - 10px);

}
.swiper-button-next,
.swiper-button-prev {
  background-color: #111 !important;
  border-radius: 50px !important;
	transition:transform .3s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    transform: scale(1.1);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  color: #fff !important;
  font-size: .8rem !important;
}
.swiper-pagination-bullet-active {
  background: var(--vk-color-primary) !important;
}

.slider{
  display: none;
}
.slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}


.top-job-list .vk_slider_item-paddingLR-use {
  padding-left: .7em !important;
  padding-right: .7em !important;
}
.top-job-list .card {
  border-radius: 10px !important;
  padding: 0 !important;
  box-shadow: none !important;
  border: medium none;
}
.top-job-list .vk_post_imgOuter {
  min-height: 200px;
}
.vk_post_imgOuter_singleTermLabel {
  right: auto;
  top: 15px;
}
/*
.top-job-list .vk_post .vk_post_btn {
  display: block;
  font-size: .9rem;
  padding: .5em;
}
.top-job-list .vk_post_taxonomy_title {
  display: none;
}
.top-job-list dl::before {
  color: var(--vk-color-primary);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  width: 20px;
  text-align: center;
}
.top-job-list .vk_post_taxonomy-jobbenefit::before {
  content: "\f0ae";
}
.top-job-list .vk_post_taxonomy-jobarea::before {
  content: "\f3c5";
}
.top-job-list .vk_post_taxonomy-jobtype::before {
  content: "\f0b1";
}
.top-job-list .vk_post_taxonomy-jobsalary::before {
  content: "\f53a";
}
.vk_post_taxonomies a {
  text-decoration: none !important;
}
.top-job-list .vk_post-btn-display.card .vk_post_body {
  padding-bottom: 0;
}
.card-title a:hover {
  text-decoration: none !important;
  border: medium none !important;
}
.top-job-list .vk_post_taxonomies {
  height: 10px;
}
*/
/*
.top-job-list .vk_post_jobinfo, .top-job-list .vk_post_jobbenefit {
  display: none;
}
*/


/*背景テキスト*/
.hidden-text {
  font-size: 20vw;
  position: absolute;
  line-height: 1em;
  font-family: var(--en);
  font-weight: 900;
  opacity: .1;
  white-space: nowrap;
  left: 20px;
  top: -90px;
  z-index: -1;
}
/*サービスのレイアウト*/
.topitem-img-left, .topitem-img-right {
  position: relative;
  color: #fff !important;
}
.topitem-img-left::before, .topitem-img-right::before {
  content: "";
  display: inline-block;
  width: 95%;
  height: 100%;
  background-color: var(--vk-color-primary);
  position: absolute;
  z-index: -1;
}
.topitem-img-left::before {
  border-radius: 0 20px 20px 0;
  left: 0;
  top: 0;
}
.topitem-img-right::before {
  border-radius: 20px 0 0 20px;
  right: 0;
  top: 0;
}
.topitem-img-left .btn-underline .vk_button_link_caption, .topitem-img-right .btn-underline .vk_button_link_caption {
  color: #fff;
  border-color: #fff;
}
.topitem-img-left .btn-underline .vk_button_link_caption i, .topitem-img-right .btn-underline .vk_button_link_caption i {
  color: #fff;
}
.topitem-img-left .btn-underline:hover .vk_button_link_caption, .topitem-img-right .btn-underline:hover .vk_button_link_caption {
  color: var(--vk-color-custom-3);
  border-color: var(--vk-color-custom-3);
}
.topitem-img-left .btn-underline:hover .vk_button_link_caption i, .topitem-img-right .btn-underline:hover .vk_button_link_caption i {
  color: var(--vk-color-custom-3);
}
/*斜めの画像*/
.slope-img-left {
  transform: rotate(-2deg);
  border-radius: 0 10px 10px 0
}
.slope-img-right {
  transform: rotate(2deg);
  border-radius: 10px 0 0 10px;
}
.link-item .wp-block-vk-blocks-gridcolcard-item {
  position: relative;
  transition: .3s;
}
.link-item .wp-block-vk-blocks-gridcolcard-item:hover {
  background-color: var(--vk-color-primary) !important;
  transition: .3s;
}
.link-item .wp-block-vk-blocks-gridcolcard-item::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: var(--vk-color-primary);
  position: absolute;
  right: 20px;
  top: 50%;
}
.link-item .wp-block-vk-blocks-gridcolcard-item:hover:before {
  background-color: #fff;
}
.link-item .wp-block-vk-blocks-gridcolcard-item:hover i, .link-item .wp-block-vk-blocks-gridcolcard-item:hover h2, .link-item .wp-block-vk-blocks-gridcolcard-item:hover p {
  color: #fff !important;
}
.link-item .wp-block-group {
  gap: 1.5em;
}
/*jobアーカイブページ*/
.vk_post .vk_post_title {
  font-size: 1.1rem;
}
.vk_post.vk_post-postType-job {
  border: none;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  transition: .3s;
	margin-bottom: 1rem;
}
.vk_post.vk_post-postType-job:hover {
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}
dl.vk_post_jobinfo {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: .3em;
  margin: 0.7em 0;
    max-width: 100%;
}
dl.vk_post_jobinfo dt {
  font-size: 0;
  color: var(--vk-color-primary);
  text-align: center;
}
dl.vk_post_jobinfo dt i {
  font-size: 1rem;
}
dl.vk_post_jobinfo dd {
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.vk_post_jobbenefit {
  list-style: none;
  display: flex;
  /* flex-direction: row; */
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 5px;
}
ul.vk_post_jobbenefit li {
  margin: 0;
  font-size: 14px;
    background: #eee;
    color: #555;
  padding: 3px 5px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */
/*バナー画像*/
.bn-img {
  text-align: center;
  padding: 15px;
  display: flex;
  align-items: center;
  height: 190px;
}
.bn-img img {
  height: 175px !important;
  object-fit: contain !important;
}
/*２列のリスト*/
ul.col2-list {
  column-count: 2;
  column-gap: 2rem;
}
ul.col2-list li {
  margin: 0 0 10px 0 !important;
}
/*よくあるご質問*/
.is-style-vk_faq-bgfill-circle .vk_faq_title::before, .is-style-vk_faq-bgfill-square .vk_faq_title::before, .is-style-vk_faq-bgfill-rounded .vk_faq_title::before {
  background-color: var(--vk-color-primary) !important;
}
.is-style-vk_faq-bgfill-circle .vk_faq_content::before, .is-style-vk_faq-bgfill-square .vk_faq_content::before, .is-style-vk_faq-bgfill-rounded .vk_faq_content::before {
  background-color: var(--vk-color-custom-1) !important;
}
/*画像に重ねるアイコン*/
.cover-number {
  position: absolute;
  left: 10px;
  top: 10px;
}
/*スケジュール*/
.schedule .vk_timeline_item_caption {
  color: #fff !important;
}
.schedule .vk_timeline_item_lineStyle-default::before {
  background-color: #fff;
}
/*タブ*/
.vk_tab_labels .vk_tab_labels_label, .vk_tab_labels .vk_tab_labels_label.has-background {
  padding: 1em !important;
  border-radius: 0 !important;
}
.vk_tab_labels .vk_tab_labels_label:hover, .vk_tab_labels .vk_tab_labels_label.has-background:hover {
  background-color: var(--vk-color-custom-1) !important;
  opacity: 1 !important;
}
.vk_tab_labels .vk_tab_labels_label.vk_tab_labels_label-state-active, .vk_tab_labels .vk_tab_labels_label.has-background, .vk_tab_labels .vk_tab_labels_label.has-background.vk_tab_labels_label-state-active, .vk_tab_labels .vk_tab_labels_label.has-background.has-background {
  background-color: var(--vk-color-custom-3) !important;
  color: #333 !important;
}
.has-border-top {
  border-top: 2px solid #333 !important;
}
.vk_tab_labels li:first-child {
  border-radius: 10px 0 0 0 !important;
}
.vk_tab_labels li:last-child {
  border-radius: 0 10px 0 0 !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive / Single ブログ一覧ページ、ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/*投稿リスト*/
.card {
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.vk_post_title_new {
    margin-left: .4em;
    font-size: 12px;
    white-space: nowrap;
    color: #fff !important;
    background-color: var(--vk-color-custom-1);
    padding: 0.1em 0.4em;
    font-weight: normal;
    /* position: absolute; */
    /* right: 15px; */
    vertical-align: middle;
}
.postListText_title a {
  text-decoration: none;
}
.postListText_title a:hover {
  color: var(--vk-color-primary);
}

.vk_post .vk_post_imgOuter:before {
    padding-top: 66.6% !important;
}

.vk_post_imgOuter.media-img {
    aspect-ratio: 3 / 2;
}

.sub-section .sub-section-title, .site-body-bottom .sub-section-title {
  color: #fff !important;
  background-color: var(--vk-color-primary) !important;
  padding: .5em !important;
  text-align: center !important;
}
.veu_postList .postList_title {
  font-size: .9rem;
}
.sub-section .widget_archive > ul li a, .sub-section .widget_nav_menu > ul li a {
  border: none;
  padding: 1em 0;
  color: unset;
}
.sub-section .widget_archive > ul li:not(:last-child), .sub-section .widget_nav_menu > ul li:not(:last-child) {
  border-bottom: 1px solid var(--vk-color-border-hr);
}
.localNavi {
  border-bottom: 1px solid var(--vk-color-border-hr);
}
.localNavi > li {
  position: relative;
  padding-left: 25px;
}
.localNavi li::before {
  position: absolute;
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  padding-right: .2em;
  left: 10px;
  top: 18px;
  font-size: .9rem;
  color: #999;
}
.localNavi li:hover {
  background-color: #fffffff;
}
.sub-section .widget_archive > ul li a:hover, .sub-section .widget_nav_menu > ul li a:hover {
  text-decoration: underline;
  background: none;
  color: var(--vk-color-primary) !important;
}
.sub-section .widget_nav_menu ul.children {
  border-top: 1px solid var(--vk-color-border-hr);
}
.sub-section .widget_nav_menu ul.children a {
  padding-left: 1em;
}
.sub-section ul li.current-cat a {
  background-color: transparent !important;
}
.entry-header .entry-title, .archive-header-title {
  margin-bottom: var(--vk-margin-meta);
  font-size: 1.6rem;
  position: relative;
  z-index: 0;
  padding: .8em 0;
}
.entry-header .entry-title::before, .archive-header-title::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--vk-color-primary);
}
.entry-header .entry-title::after, .archive-header-title::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 30px;
  top: 0;
  background-color: var(--vk-color-custom-4);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  求人ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/*検索枠*/
form.wp-block-vk-filter-search-pro-filter-search-pro{
    background: #fff;
    padding: 2rem;
}
.vkfs__call-filter-search .vkfs__labels {
/*     gap: 1rem; */
}
.vkfs__outer-wrap:not(:last-child) {
    border-bottom: solid 1px #ddd;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.vkfs__label-name {
  color: var(--vk-color-primary);
  font-size: 1rem;
	font-weight:bold;
	display:block;
}
.vkfs__taxonomy .vkfs__label-name{
	display:block;
}
.vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap {
	display: grid;
    grid-template-columns: 200px 1fr;
    gap: 1rem 2rem;
}
button.vkfs_submit.btn.btn-primary {
    width: 100%;
    position: sticky !important;
    display: block;
    bottom: 30px;
    z-index: 100;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
    margin-top: 2rem;
    font-size: 1.2rem;
}
/*求人のスライダー*/
.job_gallery_slider {
  width: 700px;
  max-width: 700px;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 80px !important;
}
.slick-prev::before, .slick-next::before {
  font-size: 50px !important;
  opacity: 1 !important;
  color: #333 !important;
}
.slick-list {
  padding-bottom: 0 !important;
}
.slick-dots li button::before {
  font-size: 12px !important;
}
.slick-dots li.slick-active button::before {
  color: var(--vk-color-primary) !important;
}
/*応募のCTA*/
.cta-oubo {
  gap: 2em;
}

/* 求人詳細ページ　項目 */

.jobinfo_cols {}
.jobinfo_cols h2.vk_heading_title {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.jobinfo_cols h2.vk_heading_title i {
  color: var(--vk-color-custom-1);
  width: 1.2em;
  text-align: center;
}
.jobinfo_cols {
  border-bottom: solid 1px #ddd;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  gap: 0.5em;
}
.jobinfo_item2 > *:last-child {
  margin-bottom: 0;
}
.job_glaph_container {
  justify-content: space-between;
}
p.job_glaph_wrap {
  min-width: 500px;
  display: flex;
  justify-content: space-evenly;
  gap: 1em;
  flex-wrap: nowrap;
  align-items: center;
}
p.job_glaph_wrap em {
  font-style: normal;
}
p.job_glaph_wrap span.job_glaph_range {
  min-width: 200px;
  background: #ddd;
  height: 5px;
  color: transparent;
  border-radius: 10px;
  position: relative;
}
p.job_glaph_wrap span.job_glaph_range::after {
  content: '';
  display: block;
  width: 1.3rem;
  aspect-ratio: 1;
  background: red;
  position: absolute;
  top: 0;
  border-radius: 50%;
  transform: translate(-50%, calc(-50% + 2.5px));
}
p.job_glaph_wrap span.job_glaph_range[data-num="1"]::after {
  left: 0%
}
p.job_glaph_wrap span.job_glaph_range[data-num="2"]::after {
  left: 25%
}
p.job_glaph_wrap span.job_glaph_range[data-num="3"]::after {
  left: 50%
}
p.job_glaph_wrap span.job_glaph_range[data-num="4"]::after {
  left: 75%
}
p.job_glaph_wrap span.job_glaph_range[data-num="5"]::after {
  left: 100%
}
p.jobitem_large {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}
ul.jobbenebit_list {
  list-style: none;
  padding: 0;
  margin-top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5em;
}
ul.jobbenebit_list li {
  text-box: trim-both cap alphabetic;
  background-color: var(--vk-color-custom-1);
  border: medium none;
  color: #fff;
  padding: .3em .5em;
}
span.job_zipcode::before {
    content: '〒 ';
}
.logged-in .scf-empty {
    color: blue;
}
body:not(.logged-in) .scf-empty {
    display: none;
	visibility:hidden;
}


/*VK search UI改良版CSS*/
ul.vkfs__input-wrap {
  justify-content: flex-start;
}
.vkfs__input-wrap label {
  border-radius: 5px;
  transition: .3s;
  position: relative;
  display: flex;
  padding: .5em .5em;
}
.vkfs__input-wrap label:has(input[type=checkbox]:checked),
.vkfs__input-wrap label:has(input[type=radio]:checked),
.vkfs__input-wrap label:hover {
  background: #f0f0f0;
}
.vkfs input[type=checkbox], .vkfs input[type=radio] {
  position: relative;
  top: unset;
  z-index: 2;
}
.vkfs__has-children .vkfs__children {
  margin-left: 1em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0 0.5em;
}
.vkfs__input-wrap li {
  padding: 0;
  margin-bottom: .5em;
}
.vkfs__input-wrap li:last-child {
  flex-grow: 0 !important;
	margin-bottom: 0;
}

.vkfs__input-wrap .vkfs__has-children {
        flex-basis: 33.3%;
        flex-basis: var(--col-4);
	width:33.3%;
	align-items: flex-start;
}
.vkfs__has-children .vkfs__children {
    display: flex;
    flex-direction: column;
}
.vkfs__taxonomy .vkfs__has-children:has(.vkfs__taxonomy-accordion-trigger) {
	align-content: flex-start;
}

.single-post .post{
  padding: 3em 2em;
  background-color: #fff;
  border-radius: 10px;
}
.entry-meta-data-list dd a {
  text-decoration: none;
}
.table-single th {
  border: 1px solid #ddd;
  padding: 15px;
  background-color: #f3f3f3;
}
.table-single td {
  border: 1px solid #ddd;
  padding: 15px;
}