@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 {
  --en: 'Sen', "Noto Sans JP", sans-serif;
  --vk-color-text-body: #252332;
  --vk-line-height: 2em;
  --gradation: linear-gradient(90deg, #ab64b5 0%, #40a8c0 100%);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */
/*PCでは非表示*/
.pc-hidden{
  display: none;
}
/*英字フォント*/
.en {
  font-family: var(--en);
}
/*見出しサイズ*/
h2 {
  font-size: 2.2rem;
}
/*見出し > 逆順テキストの調整*/
.is-style-af-heading-reverse .vk_heading_subtext {
  line-height: 1.2em;
  margin-bottom: .2em;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--en);
  background: var(--gradation);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  width: fit-content;
}
/*下線見出し*/
.heading-border-btm{
  position: relative;
  padding: 0 0 .4em 0;
}
.heading-border-btm::before{
  content: "";
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: var(--vk-color-primary);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
/*左線見出し*/
.heading-border-left{
	border-left: 5px solid var(--vk-color-primary);
	padding-left: .4em;
}
/*グラデーションテキスト*/
.gradation-text {
  background: var(--gradation);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin: 0;
}
/*ボタン*/
.vk_button .vk_button_link.btn, .editor-styles-wrapper .vk_button .vk_button_link.btn {
  border-radius: 50px;
}
.vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt {
  text-decoration: none !important;
}
.vk_button .vk_button_link_caption, .editor-styles-wrapper .vk_button .vk_button_link_caption {
  display: flex !important;
  font-weight: 600;
  justify-content: flex-start;
}
.vk_button_link_txt {
  transition: transform 0.6s;
}
.vk_button_link {
  position: relative;
  padding: 1em 4em 1em 2em !important;
  transition: transform 0.6s;
}
.vk_button_link::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../../../wp-content/uploads/icon_arrow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.6s;
}
.vk_button_link:hover::after {
  transform: scale(0.9) translateY(-50%);
}
/*ボタンテキストタイプ*/
.vk_button_link-type-text {
  padding: 0 45px 0 0 !important;
  color: #303030 !important;
}
.vk_button_link-type-text .vk_button_link_caption {
  display: inline-flex !important;
}
.vk_button_link-type-text::after {
  width: 32px;
  height: 32px;
  right: 0;
}
/*ボタン下線あり*/
.btn-underline .vk_button_link {
  padding: 0 0 10px 0 !important;
  border-bottom: 1px solid
}
.btn-underline:hover .vk_button_link {
  padding: 0 0 10px 0 !important;
}
.btn-underline .vk_button_link::after {
  display: none;
}
.btn-underline .vk_button_link_caption {
  display: flex !important;
  justify-content: space-between !important;
}
.btn-underline .vk_button_link_txt, .btn-underline i {
  transition: .6s;
}
.btn-underline:hover .vk_button_link_txt {
  transform: translate(10px, 0);
}
.btn-underline:hover i {
  transform: translate(-10px, 0);
}
/*囲みボタン*/
.vk_button-color-custom a.vk_button_link {
  transition: 0.6s;
}
.vk_button-color-custom a.vk_button_link:hover {
  box-shadow: none;
  opacity: 0.8;
  transition: 0.6s;
}
/*アイコン付きボタン*/
.btn-has-icon .vk_button_link {
  padding-right: 2em !important;
  display: flex;
  justify-content: center;
}
.btn-has-icon .vk_button_link::after {
  display: none;
}
.btn-has-icon .vk_button_link-type-text {
  padding: 0 !important;
}
.btn-has-icon .vk_button_link i {
  transition: .6s;
}
.btn-has-icon .vk_button_link:hover i {
  transform: scale(0.9);
}
/*幅広ボタン > 中央揃え*/
.vk_button-align-wide .vk_button_link_caption{
  justify-content: center !important;
}
/*ボタン >　ホバーの下線を消す*/
.vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt, .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_subCaption, .editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt, .editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_subCaption {
  text-decoration: none !important;
}
/*ボタン > フォント太さ*/
.vk_button .vk_button_link_caption, .editor-styles-wrapper .vk_button .vk_button_link_caption {
  word-break: initial;
  font-weight: 600;
}
/*ボタンホバーの影を消す*/
.vk_button-color-custom a:hover, .editor-styles-wrapper .vk_button-color-custom a:hover {
  box-shadow: none !important;
}
/*アイコンが左のボタン*/
.btn-icon-left .vk_button_link-type-text .vk_button_link_caption{
  display: flex !important;
  justify-content: flex-start !important;
  padding-left: 45px !important;
}
.btn-icon-left .vk_button_link-type-text::after{
  left: 0;
}
/*画像ホバーズームイン*/
figure.hover-move, .hover-move figure, .wp-block-cover.hover-move {
  overflow: visible;
}
.hover-move:hover img {
  transform: scale(1.1);
  transition: transform .6s;
}
.hover-move img {
  transition: transform .6s;
}
/* リンクエリア拡大 */
.stretched-linkitem {
  position: relative !important;
}
.stretched-linkitem a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.stretched-linkitem h2, h3, h4, h5, h6 {
  position: unset !important;
}
.stretched-linkitem a {
  text-decoration: none;
  color: #111;
}
.stretched-linkitem img {
  transition: transform .3s;
}
.stretched-linkitem:hover img {
  transform: scale(1.1);
  transition: transform .3s;
}
.stretched-linkitem a:hover {
  color: var(--vk-color-primary);
}
/*グリッドカラムカード hoverの透過を消す*/
.vk_gridcolcard_item a.vk_gridcolcard_item_container:hover {
  opacity: 1;
}
/*テーブルのフォントサイズリセット*/ 
:where(:not(.wp-block-table)) > table :is(th, td) {
  font-size: unset !important;
}
/*余白調整*/
.gap-none {
  gap: 0;
}
.gap-4em {
  gap: 4em;
}
.gap-3em {
  gap: 3em;
}
.gap-2em {
  gap: 2em;
}
.padding-none {
  padding: 0 !important;
}
/* Mediaとテキスト */
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
@media (max-width: 768px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    margin-top: 1em;
  }
}
/*横幅コンテンツに応じて中央揃え*/
.fit-content {
  width: fit-content;
  margin-inline: auto;
}
/*画像白反転*/
.img-white img {
  filter: contrast(0) brightness(3);
}
/*区切り線の太さ*/
.wp-block-separator {
  border-top: 1px solid;
}
/*画像を角丸にする*/
.raund-fig figure img {
  border-radius: 20px;
}
/*リンク設定*/
nav a[href="#"] {
    pointer-events: none;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダーウィジェット・グローバルナビ */
.site-header .container {
  max-width: 100%;
  width: 100%;
  padding: 1em;
}
.site-header-logo img {
  max-height: 55px !important;
}
.header_nav_search_container {
  min-width: 60px !important;
  margin-left: 40px !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(.scrolled) header#site-header {
  background-color: transparent;
  box-shadow: none;
}
body:not(.home) .site-header {
  background-color: #fff;
}
/* グローバルナビ */
.global-nav-list {
  gap: 2em !important;
}
.global-nav-list > li .global-nav-name {
  font-size: .9rem;
}
.site-header--trans--true .global-nav-list > li > a {
  color: #111 !important;
}
.global-nav-list > li > a {
  transition: transform .3s;
  padding: 10px 0 !important;
  border-bottom: 3px solid transparent;
}
.global-nav-list > li > a:hover, .global-nav-list > li.current-menu-item > a {
  color: var(--vk-color-primary) !important;
  border-bottom: 2px solid var(--vk-color-primary);
}
.global-nav-list > li:first-child::before {
  display: none;
}
.global-nav-list > li > ul.sub-menu {
  background-color: var(--vk-color-custom-1);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.site-footer {
  --vk-size-text-sm: 15px;
}
/* フッターウィジェット、フッターロゴ、コピーライト */
.footer-sitemap {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 40px;
  justify-content: flex-end;
}
.footer-sitemap > li {
  position: relative;
  font-weight: 600;
}
.footer-sitemap > li > ul {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
}
.footer-sitemap > li > ul > li {
  margin: 4px 0;
  padding-left: 20px;
  position: relative;
  font-weight: 400;
}
.footer-sitemap > li > ul > li::before{
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 10px;
}
.footer-sitemap a{
  color: #333;
  text-decoration: none;
}
/*コピーライトエリアを非表示*/
.site-footer-copyright {
  display: none;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/*FV*/
.fv-img {
  border-radius: 0 0 0 100px;
}
.fv {
  z-index: 0;
  position: relative;
}
.fv-img {
  border-radius: 0 0 0 100px;
}
.fv-copy {
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 5%;
  font-size: 2.4rem;
  line-height: 2em;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.1px;
}
.fv-copy mark {
  position: relative;
  color: #fff;
  padding: 0 .3em .1em .3em;
  background: none;
  overflow: hidden;
  display: inline-block;
  line-height: 1.4em;
}
.fv-copy mark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: var(--gradation); 
  z-index: -1;
  animation: slideBg 1s ease-out forwards;
}
.fv-copy:nth-child(1) mark::before {
  animation-delay: 0s;
}
.fv-copy:nth-child(2) mark::before {
  animation-delay: 0.5s;
}
.fv-copy:nth-child(3) mark::before {
  animation-delay: 1s;
}
.fv-copy:nth-child(4) mark::before {
  animation-delay: 1.5s;
}
@keyframes slideBg {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*kaikaからのお約束*/
.promise .wp-block-cover {
  margin-right: 40px;
}
.promise-item {
  padding: 1.5em;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  top: -100px;
  width: 90%;
  left: 10%;
}
.promise-text {
  margin: 0 !important;
}
.promise-text mark {
  font-size: 2em;
  background: none;
  background: linear-gradient(90deg, #ab64b5 0%, #40a8c0 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
/*サービス*/
.service-item .vk_gridcolcard_item {
  margin-bottom: 20px;
}
.service-item .wp-block-columns, .service-item figure, .service-item p {
  margin: 0;
}
.service-item .wp-block-columns {
  gap: 1em;
}
.tag-type01, .tag-type02 {
  margin-bottom: .4em !important;
  line-height: 1em;
}
.tag-type01 mark, .tag-type02 mark {
  color: #fff;
  font-size: .7rem;
  padding: 0.1em .5em 0.2em .5em;
  line-height: 1.4em;
}
.tag-type01 mark {
  background-color: var(--vk-color-custom-1);
}
.tag-type02 mark {
  background-color: var(--vk-color-custom-2);
}
.service-item a.vk_gridcolcard_item_container{
  border: 1px solid #fff;
  transition: border 0.2s ease; 
}
.service-item a.vk_gridcolcard_item_container:hover{
  border: 1px solid var(--vk-color-primary);
}
/*#付きのリスト*/
ul.tag-list {
  margin: 0 0 5px 0;
  padding: 0;
  display: flex;
  gap: .5em;
}
ul.tag-list li {
  list-style: none;
  font-size: .8rem;
  background-color: #f5f8f9;
  padding: .5em .8em;
  border-radius: 50px;
  line-height: 1em;
}
ul.tag-list li::before {
  content: "#";
}
/*2列のリスト*/
ul.col2-list {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.col2-list li {
  width: calc(50% - 0.5em);
}
/*目的別リスト*/
.thema-list figure {
  background-color: #fff;
  border-radius: 50px;
  padding: 15px;
  transition: transform .3s;
}
.thema-list .wp-block-group {
  gap: 1em;
}
.thema-list .wp-block-group p {
  font-size: 1.1rem;
  margin: 0 !important;
  line-height: 1.4em;
}
.thema-list .vk_gridcolcard_item_container {
  position: relative;
  padding: 10px 20px 10px 0 !important;
  transition: transform .3s;
  border-bottom: 1px solid #a0a0a7;
}
.thema-list .vk_gridcolcard_item_container::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
}
.thema-list .vk_gridcolcard_item_container:hover::after {
  color: var(--vk-color-custom-1);
}
.thema-list .vk_gridcolcard_item_container:hover figure {
  transform: scale(0.9);
  transition: transform .3s;
}
.thema-list .vk_gridcolcard_item_container:hover {
  color: var(--vk-color-custom-1);
}
/*テキストのみのリスト*/
ul.list-single-text {
  margin: 0;
  padding: 0;
}
ul.list-single-text li {
  border-bottom: 1px solid #a0a0a7;
  margin: 0;
  padding: 20px 20px 20px 0;
  line-height: 1.4em;
  list-style: none;
  position: relative;
  transition: transform .3s;
}
ul.list-single-text li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
}
ul.list-single-text li:hover {
  color: var(--vk-color-custom-1);
  transition: transform .3s;
}
ul.list-single-text li:hover:after {
  color: var(--vk-color-custom-1);
  transition: transform .3s;
}
.thema-list a, ul.list-single-text li a{
  color: var(--vk-color-text-body) !important;
  text-decoration: none;
}
.thema-list a:hover, ul.list-single-text li a:hover{
  color: var(--vk-color-primary)!important;
}
/* サービスタブ */
.top-tabs {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 2em;
}
/* TOPタブ・ラベル */
.top-tabs ul.vk_tab_labels {
  display: flex;
  flex-direction: column;
  /*! width: 40%; */
}
.top-tabs li.vk_tab_labels_label div {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 1em;
}
.top-tabs li.vk_tab_labels_label {
  text-align: left;
  margin: 0;
  border-radius: 50px;
  border-bottom: medium none;
  padding: 1.5em 2em 1.5em 5em;
}
.top-tabs li.vk_tab_labels_label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 20px;
  width: 40px;
  height: 40px;
  background-image: url("../../../wp-content/uploads/icon_arrow.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  top: calc(50% - 20px);
}
.top-tabs .vk_tab_labels_label, .top-tabs #vk_tab_labels, .top-tabs .vk_tab_labels_label-state-inactive {
  background-color: var(--vk-color-primary) !important;
  opacity: 1 !important;
}
.top-tabs .vk_tab_labels_label-state-active::before {
  background-image: url("../../../wp-content/uploads/icon_arrow_primary.png") !important;
}
.top-tabs .hovered-temp-active:hover, .top-tabs .label-state-active, .top-tabs .vk_tab_labels_label:hover, .top-tabs .vk_tab_labels_label-state-active {
  background-color: var(--vk-color-primary) !important;
  color: #fff !important;
  opacity: 1 !important;
}
.top-tabs li.vk_tab_labels_label:hover div img, .top-tabs .vk_tab_labels_label-state-active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transition: .6s;
}
:root {
  --vk-color-bg-inactive: rgba(255, 255, 255, 0) !important;
}
/* TOPタブ・コンテンツ */
.top-tabs .vk_tab_bodys .vk_tab_bodys_body {
  border-top: none !important;
}
.top-tabs .wp-block-group {
  border: medium none !important;
}
/*組織開発支援 >タブ*/
.sosiki .top-tabs .hovered-temp-active:hover, .sosiki .top-tabs .label-state-active, .sosiki .top-tabs .vk_tab_labels_label:hover, .sosiki .top-tabs .vk_tab_labels_label-state-active {
  background-color: var(--vk-color-custom-2) !important;
}
.sosiki .thema-list .vk_gridcolcard_item_container:hover, .sosiki .vk_gridcolcard_item_container a:hover, .sosiki .vk_gridcolcard_item_container:hover::after {
  color: var(--vk-color-custom-2);
  transition: .6s;
}
.sosiki .top-tabs .vk_tab_labels_label-state-active::before {
  background-image: url("../../../wp-content/uploads/icon_arrow_custom2.png") !important;
}
.sosiki .thema-list a:hover, .sosiki ul.list-single-text li a:hover{
  color: var(--vk-color-custom-2)!important;
}
/*はみ出すスライダー*/
.work-slider {
  width: calc((100% + (100vw - 100%) / 2) - 10px);
}
.vk_slider_item-paddingLR-use {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.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;
}
.vk_slider .swiper-button-next, .vk_slider .swiper-button-prev {
  background-color: #111 !important;
  border-radius: 50px !important;
}
.vk_slider .swiper-button-next {
  left: 63% !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
  color: #fff !important;
  font-size: .8rem !important;
}
/*上辺が角丸のouter*/
.round-top {
  border-radius: 80px 80px 0 0;
}
/*TOP > 会社案内*/
.cover-shit-item{
  position: relative;
  padding-bottom: 2em;
}
.over-item{
  position: absolute;
  left: 40%;
  bottom: 0;
  border-radius: 20px;
  width: 60% !important;
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.05);
}
/*お問い合わせの流れ*/
.flow{
  position: relative;
}
.flow::after{
  content: "";
  display: inline-block;
  width: 80%;
  height: 5px;
  background-color: var(--vk-color-custom-3);
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  margin: 0 auto;
  z-index: -1;
}
.flow figure{
  background-color:var(--vk-color-custom-5);
  border-radius: 50px;
  padding: 15px !important;
}
.flow figure img{
  width: 50px !important;
  margin: 0 auto !important;
}
.flow figure{
  width: 140px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow figure img{
  width: 100%!important;
  height: 100%!important;
  object-fit: contain;
  padding: 20px;
  box-shadow: border-box;
}
.step{
  width: fit-content;
  padding: .2em 1em;
  margin: 0 auto;
  background-color: var(--vk-color-custom-1);
  border-radius: 50px;
  color: #fff !important;
  margin-bottom: 15px !important;
  font-family: var(--en);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */
.page-header::before {
  background: var(--gradation);
}
.page-header .page-header-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  letter-spacing: .08em;
}
.page-header-subtext{
  margin: 0 auto 5px auto;
  font-size: 1.1rem;
  font-family: var(--en);
  line-height: 1.2em;
  margin-bottom: .2em;
  font-weight: 500;
  text-transform: uppercase;
}
/*パンくず*/
.breadcrumb {
  font-size:12px;
  position: relative;
  z-index: 1;
  top: -30px;
  left: 0;
  background-color: var(--vk-color-primary);
  width: fit-content;
  color: var(--vk-color-custom-4) !important;
  padding: 20px;
  border-radius: 0 50px 50px 0;
}
.breadcrumb .container{
  max-width: 100%;
}
.breadcrumb a{
  color: #fff;
  text-decoration: none !important;
}
.breadcrumb a:hover{
  color: var(--vk-color-custom-4) !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */
/*人材開発 >サイドメニュー*/
/* スクロール固定Column */
.position-sticky-wrap {
  overflow: visible !important;
}
.device-pc .wp-block-column.position-sticky-column {
  position: sticky;
  top: 130px;
  align-self: flex-start;
}
.side-title{
  font-size: 1.2rem;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px 0;
  margin: 0 0 10px 0
}
ul.side-menu{
  margin: 0 0 30px 0;
  padding: 0;
}
ul.side-menu li{
  list-style: none;
  transition: transform 0.6s ease;
  color: #333;
  padding: 0;
  margin: 0;
}
ul.side-menu li a{
  color: #333;
  text-decoration: none;
  padding:.5em 0 .5em 1.8em;
  display: block;
  position: relative;
}
ul.side-menu li a::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  left:10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
}
ul.side-menu li a:hover{
  background-color: var(--vk-color-custom-5);
  color: var(--vk-color-primary);
  transition: transform 0.6s ease;
}
/*カバーの余白を消す*/
.cover-item{
  padding: 0 !important;
}
/*人材開発のタイトル*/
.service-title{
  width: 80%;
  margin: 0 auto;
  padding: 1.5em 1.5em 0 1.5em !important;
}
/* 人材開発 > 人事の左腕® */
.hidariude_box .vk_gridColumn_item_inner{
display: flex;
  flex-direction: column; /* 縦方向 */
  justify-content: center; /* 上下中央寄せ */
  align-items: center;     /* 横方向も中央寄せ */
}

/*会社概要 > テーブル*/
.profile-table {
}
.profile-table table{
  border: medium none !important;
  width: 80% !important;
  margin: 0 auto;
}
.profile-table th {
 border-top: medium none !important;
  border-left: medium none !important;
  border-right: medium none !important;
  border-bottom: 1px solid #bbb !important;
  padding: 1.5em !important;
  vertical-align: top !important;
}
.profile-table td {
  border-top: medium none !important;
  border-left: medium none !important;
  border-right: medium none !important;
  border-bottom: 1px solid #ddd;
  padding: 1.5em !important;
  background: none !important;
}
/* 会社概要　＞　アンカーリンク */
.anchor-btn {
  border-left: 1px solid #ddd;
}
.anchor-btn .vk_gridcolcard_item {
  padding: 0;
  transition: .6s;
}
.anchor-btn .vk_gridcolcard_item .vk_gridcolcard_item_container {
  padding: 1em !important;
}
.anchor-btn .vk_gridcolcard_item {
  border-left: medium none !important;
}
.anchor-btn .vk_button_link-type-text .vk_button_link_caption {
  display: flex !important;
  justify-content: space-between;
}
.anchor-btn .vk_button_link-type-text .vk_button_link_caption i {
  color: var(--vk-color-primary);
}
.anchor-btn .vk_gridcolcard_item:hover {
  background-color: var(--vk-color-primary);
  transition: .6s;
}
.anchor-btn .vk_gridcolcard_item:hover p, .anchor-btn .vk_gridcolcard_item:hover i {
  color: #fff;
}
/* 会社概要 > 代表プロフィール */
.area_list{
	padding:40px;
	padding-top:25px;
}
.area_list ul{
	display:flex;
	flex-wrap:wrap;
	margin-top:0;
}
.area_list li{
	width:33%;
}
.profile_column{
    gap: 4.2em;
}
/*導入事例*/
.case-tag{
  gap: 1em;
  padding: 10px 0;
  margin: 0 0 40px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.case-tag mark{
  background-color: var(--vk-color-custom-1);
  padding:.2em  .5em;
  font-size: .8rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4em;
  margin-right: 10px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/*投稿リスト・テキストタイプ*/
.vk_posts-layout-postListText .vk_post{
    padding: 1rem .8em !important;
    border-bottom: 1px solid #ddd;
}
.vk_posts-layout-postListText .vk_post:hover{
    background-color: #f9f9f9 !important;
}
.vk_posts-layout-postListText .vk_post a{
    text-decoration: none;
}
.postListText_singleTermLabel_inner {
    border-radius: 0 !important;
}
/*投稿リスト > 枠あり*/
.card-body {
  padding: 1rem 0 0 0 !important;
}
.vk_post {
  margin-left: 10px !important;
  margin-right: 10px !important;
  padding: 1rem 15px !important;
}
.vk_posts .vk_post-col-xl-4 {
    width: calc(33.3% - 20px);
  }
.vk_post.card {
  padding: 0;
  margin-bottom: 20px;
}
/*投稿サイドメニュー*/
.sub-section .sub-section-title, .site-body-bottom .sub-section-title {
  padding: .8em;
  background-color: var(--vk-color-custom-3);
}
.veu_postList .postList_title {
  font-size: .9rem;
}
.veu_postList .postList a:hover {
  text-decoration: none;
}
.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 #eee;
}
.localNavi {
  border-bottom: 1px solid #eee;
}
.localNavi > li {
  position: relative;
  padding-left: 20px;
}
.localNavi li::before {
  position: absolute;
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  padding-right: .2em;
  left: 0;
  top: 18px;
  font-size: .9rem;
  color: #999;
}
.localNavi li a:hover {
  text-decoration: none !important;
}
.sub-section .widget_archive > ul li a:hover, .sub-section .widget_nav_menu > ul li a:hover {
  text-decoration: underline;
  background: none;
}
.sub-section .widget_nav_menu ul.children {
  border-top: 1px solid #eee;
}
.sub-section .widget_nav_menu ul.children a {
  padding-left: 1em;
}
.sub-section ul li.current-cat a {
  background-color: transparent !important;
}
.sub-section .widget_archive > ul li a:hover, .sub-section .widget_nav_menu > ul li a:hover{
  color: var(--vk-color-primary) !important;
}
.entry-header .entry-title, .archive-header-title {
  font-size: 2rem;
  position: relative;
  z-index: 0;
  padding: .8em 0 0 0;
}
.entry-header .entry-title::before, .archive-header-title::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--vk-color-primary);
}
/*お客様の声 > 投稿リスト*/
.media-body{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.media-title, .vk_post_title {
  margin: 0 0 10px 0 !important;
}
.vk_post_taxonomies{
  margin: 0;
}
.vk_post_taxonomies{
  background-color: #222;
  width: fit-content;
  color: #fff;
  margin-bottom: 10px !important;
  padding: .4em .5em .2em .5em;
}
.vk_post_taxonomy_title{
  display: none;
}
.vk_post_taxonomy_terms{
  padding:0;
  line-height: 1em;
}
.vk_post_taxonomy_terms::before{
  content: "#";
}
.vk_post_taxonomy_terms a{
  text-decoration: none;
}
.media.vk_post{
  border: medium none !important;
  padding: .2em !important;
	margin-bottom: 24px;
}
.media.vk_post:hover{
  background: none !important;
}
.media.vk_post::after{
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../../../wp-content/uploads/icon_arrow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  right: 15px;
  bottom: 0;
  transition: 0.6s;
}
.media.vk_post:hover::after {
  transform: scale(0.9);
}
.voice-vk-list .vk_post .media-img{
  width:50%;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  事例
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 内容リスト */
.jirei-naiyou .wp-block-list{
	margin-top: 0!important;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Single　ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



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