@charset "utf-8";
/*
Theme Name: Lightning Child
Template: lightning
Author:アートフレア株式会社
Version: 1.2
*/
/* 標準データ最終更新日：2026/01/29  */
/*
 * WEBフォントの読み込み（@import url('https://fonts～'); ）はHeader.phpで行う
*/
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  General　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、bodyへの上書き、カラー変数設定など */
body, html {
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
:root {
  --num: 'Oswald', sans-serif;
  --dela: 'Dela Gothic One', sans-serif;
  --vk-color-text-body: var(--vk-color-primary);
  --vk-line-height: 1.8em;
  --default-color: #ef8340;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */
/*PCでは非表示*/
.pc-hidden {
  display: none;
}
/*フォントOswald-数字用フォント*/
.num {
  font-family: var(--num);
}
/*フォントDela-見出し用フォント*/
.dela {
  font-family: var(--dela);
  font-weight: normal !important;
}
/*見出し*/
h1, h2, h3, h4, h5, h6, .page-header-title {
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em !important;
}
/*縦書き*/
.vertical-text {
  writing-mode: vertical-rl;
  height: fit-content;
}
/*強調マーク付き見出し*/
.point-title mark {
  background: none;
  color: unset;
  display: inline-block;
  position: relative;
}
.point-title mark::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 30px;
  background-image: url("../../../wp-content/uploads/part03.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
}
.point-title mark.has-inline-color::before {
  display: none;
}
/*波線つき見出し*/
.title-wave {
  width: fit-content;
  padding: 0 0 .3em 0;
}
.title-wave::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../../../wp-content/uploads/wave.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: contain;
}
/*見出し > 左にボーダー*/
.heading-border-left {
  border-left: 8px solid var(--vk-color-custom-1) !important;
  padding-left: .5em;
}
/*見出し > 中央に下線*/
.heading-underbar-center{
  padding-bottom: .8em;
  position: relative;
}
.heading-underbar-center::after{
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
/*ボタン*/
.vk_button .vk_button_link.btn, .editor-styles-wrapper .vk_button .vk_button_link.btn {
  padding: 1em 2em !important;
  border-radius: 50px;
}
/*ボタン >　ホバーの下線を消す*/
.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: 500;
}
/*ボタンホバー*/
.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: 1;
  background: var(--vk-color-custom-3);
  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: 0;
  border-radius: 50px;
}
.vk_button a:hover::before {
  opacity: 1;
}
.vk_button a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.vk_button .vk_button_link-type-text::before {
  display: none;
}
/*ボタンホバーの影を消す*/
.vk_button-color-custom a:hover, .editor-styles-wrapper .vk_button-color-custom a:hover {
  box-shadow: none !important;
}
/*ボタンアイコン拡大*/
.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;
  color: var(--vk-color-custom-3);
  font-size: 1.2rem;
}
.vk_button .btn:hover i {
  transform: scale(1.2);
  color: #fff;
}
/*ボタン下線あり*/
.btn-underline .vk_button_link {
  padding: 0 0 10px 0 !important;
  border-bottom: 2px 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_txt, .btn-underline i {
  transition: .6s;
}
.btn-underline:hover .vk_button_link_txt {
  transform: translate(5px, 0);
}
/*余白調整*/
.gap-none {
  gap: 0;
}
.gap-4em {
  gap: 4em;
}
.gap-3em {
  gap: 3em;
}
.gap-2em {
  gap: 2em;
}
.gap-1em {
  gap: 1em;
}
.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;
  }
}
.wp-block-media-text__media img {
  border-radius: 20px;
}
/*横幅コンテンツに応じて中央揃え*/
.fit-content {
  width: fit-content;
  margin-inline: auto;
}
/*画像白反転*/
.img-white img {
  filter: contrast(0) brightness(3);
}
/*区切り線の太さ*/
.wp-block-separator {
  border-top: 1px solid;
}
/*グリッドカラムカード 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;
}
/*外部リンクにアイコンをつける*/
a[target="_blank"]:not(.stretched-linkitem a):not(:has(img, figure)):not(.btn):not(.btn a)::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  padding-left: 5px;
  font-size: 0.8em;
  display: inline-block;
  text-decoration: none;
}
/*クラス付与で外部リンクにアイコンをつける*/
.blank::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  margin-left: 4px;
  font-size: 0.8em;
}
/* スクロール固定Column */
.position-sticky-wrap {
  overflow: visible !important;
}
.device-pc .wp-block-column.position-sticky-column {
  position: sticky;
  top: 130px;
  align-self: flex-start;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/*ヘッダー*/
.site-header .container {
  max-width: 100%;
  width: 100%;
  padding: 1em;
}
.header_nav_search_container {
  min-width: unset !important;
  margin-left: 0 !important;
}
/* ヘッダー固定 */
body {
  overflow-x: unset !important;
  display: flex;
  flex-direction: column;
}
.device-pc #site-header {
  position: sticky;
  top: 0;
}
.logged-in.device-pc #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 > li > a {
  transition: .3s;
  border-bottom: 3px solid transparent;
}
.global-nav-list > li > a:hover, .global-nav-list > li.current-menu-item > a {
  color: var(--vk-color-custom-1);
  border-bottom: 3px solid var(--vk-color-custom-1);
}
/*PCハンバーガ表示*/
.device-pc .vk-mobile-nav-menu-btn {
  display: block !important;
}
.device-pc .vk-mobile-nav {
  display: block !important;
}
#vk-mobile-nav-menu-btn {
  right: 0;
  left: auto;
  width: 94px;
  height: 94px;
  border-radius: 0 0 0 50px;
  border: none;
  background-size: 50px;
  background-color: #000;
  top: 0;
}
nav#global-nav {
  display: none;
}
.vk-mobile-nav-menu-btn {
  background: url(../../../wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-btn-white.svg) center 50% no-repeat rgba(255, 255, 255, 1);
}
.vk-mobile-nav-menu-btn.menu-open {
  background: url(../../../wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-close-white.svg) center 50% no-repeat rgba(255, 255, 255, 1);
}
#vk-mobile-nav {
  overflow: auto;
  width: 30%;
  padding: 30px 20px 20px 20px !important;
  background-color: var(--vk-color-primary);
  color: #fff;
}
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
  left: 70% !important;
}
.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
  color: #fff;
  border-bottom: 1px solid #ccc;
  display: block;
  transition: all 0.4s ease-in-out;
}
.vk-mobile-nav nav ul li a:hover {
  color: #ccc !important;
  padding-left: 15px !important;
}
.vk-menu-acc .acc-btn {
  filter: brightness(0) invert(1) !important;
}
.vk-mobile-nav-menu-outer .vk-menu-acc .acc-btn {
  border: none;
  background-size: 2em;
  height: 100%;
  top: 0;
  right: 0;
  width: 44px;
  background-position: right .5em;
}
/*ナビ リンク先のないA要素対策*/
nav a[href="#"] {
  pointer-events: none;
  cursor: pointer;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */
.site-footer {
  font-size: .9rem !important;
}
.site-footer .widget {
  margin: 0 !important;
}
/*フッターサイトマップ*/
ul.foot-sitemap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 300px;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.foot-sitemap > li {
  width: 50%;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}
ul.foot-sitemap > li::before {
  content: "■";
  color: var(--vk-color-custom-3);
  margin-right: 10px;
}
ul.foot-sitemap ul {
  padding-left: 30px;
  list-style: none;
  margin-top: 10px;
}
ul.foot-sitemap ul li {
  font-size: 0.8rem;
  padding: 0 0 0 20px;
  position: relative;
  margin: 0 0 5px 0;
}
ul.foot-sitemap ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 12px;
}
ul.foot-sitemap ul li a {
  text-decoration: none !important;
}
ul.foot-sitemap ul li a:hover {
  text-decoration: underline !important;
}
.copyright {
  text-align: right;
  font-size: .8rem;
  opacity: .8;
}
/*流れるテキスト*/
.roop-text {
  display: inline-block;
  white-space: nowrap;
  padding-left: 0;
  font-size: 6rem;
  margin: .5em 0 0 0;
  animation: scroll-left 200s linear infinite;
  font-family: var(--dela);
  line-height: 1em;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*コピーライトを消す*/
.site-footer-copyright {
  display: none;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/* FV マップアニメーション＋ピン */
div#fv-map {
  position: relative;
}
#fv-map .wp-block-group__inner-container {
  max-width: unset;
  margin: 0;
}
ul.mappins {
  position: absolute;
  list-style: none;
  z-index: 2;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  padding: 0;
}
ul.mappins li {
  /*outline: solid 3px red;*/
  padding: 0;
  margin: 0;
  position: absolute;
  width: 140px;
  height: 110px;
  transform: translate(-50%, -40%);
}
ul.mappins li span {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
}
ul.mappins li img {
  width: 3vw;
  animation: coin_rotation 3s linear infinite;
}
ul.mappins li img:hover {
  filter: saturate(3) hue-rotate(15deg) brightness(10);
}
@keyframes coin_rotation {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
li.mappin1 {
  top: 41%;
  left: 8%;
}
li.mappin2 {
  top: 28%;
  left: 25%;
}
li.mappin3 {
  top: 10%;
  left: 42%;
}
li.mappin4 {
  top: 65%;
  left: 13%;
}
li.mappin5 {
  top: 32%;
  left: 44%;
}
li.mappin6 {
  top: 73%;
  left: 33%;
}
li.mappin7 {
  top: 63%;
  left: 53%;
}
li.mappin8 {
  top: 35%;
  left: 71%;
}
li.mappin9 {
  top: 13%;
  left: 94%;
}
.fv {
  position: relative;
}
.fv:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../../../wp-content/uploads/bg_moku.png");
  background-repeat: repeat-x;
  background-position: center top;
  z-index: 1;
}
/*相模石油の歩み*/
.top-concept-item {
  overflow: visible !important;
}
.top-concept-item h2 {
  position: absolute;
  writing-mode: vertical-rl;
  height: 900px;
  text-align: right;
  line-height: 1.8em;
  right: 0;
  top: -300px;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0 20px;
}
.top-concept-item::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 90%;
  position: absolute;
  right: 0;
  bottom: 5%;
  background-image: url("../../../wp-content/uploads/logomark.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
/*数字でアンサー*/
.top-about {
  position: relative;
  z-index: 0;
  padding: 4em 0 5em !important;
}
.top-about::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  background-color: var(--vk-color-custom-4);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 1000px 1000px 0 0;
  z-index: 1;
}
.top-about .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}
.top-about .wp-block-column {
  box-shadow: 0px 8px 0px 0px var(--vk-color-custom-3);
  background-color: #fff;
  border-radius: 10px;
}
.top-about .border-bottom {
  border-bottom: 2px solid currentColor !important;
  font-size: 1.6rem;
  line-height: 1.3em;
  font-weight: 600;
  padding-bottom: .3em;
}
.top-about .number-item mark {
  line-height: 1em;
}
.number-item mark {
  font-family: var(--num);
  color: var(--vk-color-custom-3);
  background: none;
  padding: 0;
  display: inline-block;
}
.top-about .sub-copy {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: var(--vk-color-custom-1);
  color: #fff;
  border-radius: 50px;
  padding: .2em 1em;
}
.top-about .sub-copy::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../../../wp-content/uploads/part01.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -30px;
  top: -15px;
}
.top-about .sub-copy::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../../../wp-content/uploads/part02.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -30px;
  bottom: 5px;
}
/*メッセージ*/
.top-message h2 {
  font-size: 2.4rem;
  padding: 2em 4em 0 4em;
  margin: 0;
  white-space: nowrap;
}
/*インタビュースライダー*/
.interview-slider .card {
  border: medium none !important;
  border-radius: 20px;
  padding: 1em !important;
}
.interview-slider .card .vk_post_body {
  padding: 0;
  opacity: 1;
}
.interview-slider .card .vk_post_body .card-title {
  font-size: 1.2rem;
  background-color: var(--vk-color-custom-3);
  width: fit-content;
  margin: 0;
  padding: .2em 1em;
  position: relative;
  top: -10px;
}
.interview-slider .card .vk_post_body .card-title a {
  color: #fff;
  text-decoration: none;
  border: medium none;
}
.interview-slider .card .vk_post_body .card-title a:hover {
  border: medium none !important;
}
.interview-slider .card .vk_post_imgOuter {
  height: 500px;
  border: medium none;
}
.interview-slider .vk_post .vk_post_excerpt {
  margin: 0 0 20px 0;
  background-color: var(--vk-color-custom-4);
  padding: .2em .5em;
  width: fit-content;
  opacity: 1;
}
.interview-slider .vk_post:hover {
  background-color: var(--vk-color-custom-1)
}
.vk_slider .swiper-button-next, .vk_slider .swiper-button-prev {
  background-color: #111 !important;
  border-radius: 50px !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
  color: #fff !important;
  font-size: .8rem !important;
}
/*キャリア*/
.career {
  position: relative;
}
.career::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: -1;
}
.career .col3 {
  position: relative;
  padding: 2em 5em 0 5em;
}
.career .col3::before {
  content: "";
  display: inline-block;
  width: 55%;
  height: 80%;
  border: 3px solid #ddd;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: -1;
}
.career p {
  width: fit-content;
  margin: 0 auto 1.5em auto;
  line-height: 1.4em;
  color: #fff;
}
.career .stage3 p {
  width: 100%;
  text-align: center;
  padding: 0.6em;
}
.career .stage4 p, .career .stage5 p {
  display: flex;
  align-items: center;
  height: 80px;
  width: 200px;
  justify-content: center;
}
/*福利厚生*/
.icon-card {
  margin-bottom: 2em;
}
.icon-card .wp-block-group {
  padding: 2em 1em !important;
}
.icon-card .wp-block-group:nth-child(even) {
  margin-top: 50px;
}
.icon-card h4 {
  margin: 0 0 5px 0 !important;
  font-size: 1.2rem;
}
.icon-card p {
  margin: 0;
  line-height: 1.4em;
  font-size: .9rem;
}
.benefits {
  position: relative;
}
.benefits::after {
  content: "";
  display: inline-block;
  width: 90%;
  height: 88%;
  position: absolute;
  background-image: url("../../../wp-content/uploads/bg_sand.png");
  background-repeat: repeat;
  background-position: left top;
  left: 0;
  top: 8%;
  z-index: -1;
  border-radius: 0 100px 0 0;
}
/*研修制度*/
.training {
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
  position: relative;
}
.training::before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../../../wp-content/uploads/icon07.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.training li {
  width: calc(50% - .5em);
  list-style: none;
  font-size: 1.2rem;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 1em;
  color: #fff;
  margin: 0;
}
.training li:first-child {
  background-color: var(--vk-color-custom-3);
  border-radius: 50px 0 0 0;
}
.training li:nth-child(2) {
  background-color: #f39800;
  border-radius: 0 50px 0 0;
}
.training li:nth-child(3) {
  background-color: #f39800;
  ;
  border-radius: 0 0 0 50px;
}
.training li:last-child {
  background-color: var(--vk-color-custom-3);
  border-radius: 0 0 50px 0;
}
/*エントリーボタン*/
.entry-btn .vk_button_link_caption {
  padding-left: 4em;
  padding-right: 4em;
}
.entry-btn a::before {
  background: var(--vk-color-custom-1) !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */
.page-header-title, h1.page-header-title {
  font-size: 3rem !important;
  font-family: var(--dela) !important;
  font-weight: normal !important;
}
.page-header-subtext {
  font-size: 1.2rem;
  font-family: var(--dela);
  letter-spacing: 0.15em;
}
/*パンくず*/
.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 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */
/*社員インタビュー エントリータイトルを消す*/
.post-type-interview .entry-header {
  display: none;
}
/*社員インタビューヘッダー*/
.interview-header {
  position: relative;
  z-index: 0;
  color: #fff;
}
.interview-header .wp-block-cover {
  border-radius: 20px 0 0 20px;
}
.interview-header::after {
  content: "";
  display: inline-block;
  width: 90%;
  height: 90%;
  background-color: var(--vk-color-custom-1);
  border-radius: 20px;
  position: absolute;
  left: -5em;
  bottom: -2em;
  z-index: -1;
}
/*インタビュー見出し*/
.title-q {
  position: relative;
  padding-bottom: 1em;
}
.title-q::before {
  content: "Q";
  margin-right: 10px;
  font-family: var(--num);
}
.title-q::after {
  content: "";
  display: inline-block;
  width: 100px;
  border-bottom: 3px dotted var(--vk-color-custom-3);
  position: absolute;
  left: 0;
  bottom: 0;
}
.interview-text {
  position: relative;
  letter-spacing: 0.1em;
  padding-left: 60px;
}
.interview-text::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 16px;
}
/*選考フロー*/
.flow-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  width: 100%;
  justify-content: center;
  gap: .5em;
}
.flow-list li {
  position: relative;
  flex: 1;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  background-color: var(--vk-color-custom-1);
  clip-path: polygon(calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%, 15px 50%, 0% 0%);
  margin-right: -14px;
  padding-left: 15px;
  border-radius: 10px 0 0 10px;
}
.flow-list li:first-child {
  padding-left: 0;
  clip-path: polygon(calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%, 0% 0%);
  z-index: 4;
}
.flow-list li:nth-child(2) {
  z-index: 3;
  background-color: var(--vk-color-custom-2);
  border-radius: 0;
}
.flow-list li:nth-child(3) {
  z-index: 2;
  background-color: var(--vk-color-custom-4);
  border-radius: 0;
}
.flow-list li:nth-child(4) {
  z-index: 1;
  background-color: var(--vk-color-custom-3);
  border-radius: 0 10px 10px 0;
}
.flow-list li:last-child {
  margin-right: 0;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 15px 50%, 0% 0%);
}
/*募集要項テーブル*/
.profile-table table {
  border: medium none;
  border-collapse: collapse;
  border-top: 1px solid #ccc !important;
}
.profile-table th {
  border-left: medium none !important;
  border-right: medium none !important;
  border-top: medium none !important;
  border-bottom: 1px solid #ccc !important;
  padding: 1.5em 0 1.5em 1.5em !important;
  vertical-align: top !important;
  position: relative;
}
.profile-table th::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: var(--vk-color-custom-3);
  position: absolute;
  left: 0;
  top: 1.9em;
}
.profile-table td {
  border-left: medium none !important;
  border-right: medium none !important;
  border-top: medium none !important;
  border-bottom: 1px solid #ccc !important;
  padding: 1.5em !important;
}
/*エントリーフォーム > CTAを消す*/
.post-name-entry .site-body-bottom {
  display: none;
}
/*エントリーフォーム > プライバシーポリシー*/
#privacypolicy {
  padding: 0 !important;
}
.privacy-box {
  height: 380px !important;
  overflow: auto !important;
  box-sizing: border-box !important;
  padding: 0 3em;
  margin: 0 !important;
}
.privacy-box ul, .privacy-box ol {
  text-align: left;
}
.privacy-box ul li, .privacy-box ol li {
  margin: 10px 0;
}
.privacy-box ul li, .privacy-box ol li ul li {
  list-style: disc;
}
/*福利厚生*/
.border-item .vk_gridColumn_item_inner {
  border: 5px solid var(--vk-color-custom-4);
  padding: 2em 2em 1em 2em;
  border-radius: 20px;
}
.border-item-col4 .vk_gridColumn_item_inner {
  border: 5px solid var(--vk-color-custom-4);
  padding: 1.5em 1.5em 1em 1.5em;
  border-radius: 20px;
}
/*研修制度*/
.training-table {
  margin: 0;
}
.training-table table {
  border: medium none;
}
.training-table table th {
  background-color: var(--vk-color-primary);
  color: #fff;
  border: 2px solid #fff !important;
  padding: 1.5em !important;
  text-align: center !important;
}
.training-table table td {
  background-color: #efefef !important;
  border: 2px solid #fff !important;
  padding: 1.5em !important;
}
/*数字で見る相模石油*/
.numbers-col2 {
  gap: 24px;
}
.numbers-col2 > .wp-block-group {
  flex: 0 0 calc(50% - 12px) !important;
  box-sizing: border-box !important;
}
.numbers {
  box-shadow: 0px 8px 0px 0px var(--vk-color-custom-3);
}
.numbers .number-item {
  font-size: 1.2rem;
}
/*タイムライン2カラム*/
.timeline {
  --time-width: 70px;
}
.timeline .vk_timeline_item_caption {
  text-align: left !important;
  margin: 0;
  font-family: var(--num);
  color: var(--vk-color-custom-3);
}
/*下線付きリスト*/
.check-list {
  margin: 15px 0;
  padding: 0;
  border-top: 3px dotted #ccc;
}
.check-list li {
  margin: 0;
  padding: .5em 0;
  border-bottom: 3px dotted #ccc;
  list-style: none;
  padding-left: 30px;
  position: relative;
}
.check-list li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  position: absolute;
  left: 0;
  top: 12px;
}
/*背景に円*/
.raund-item {
  position: relative;
  z-index: 0;
  padding: 4em 0 5em !important;
}
.raund-item::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  background-color: var(--vk-color-custom-4);
  position: absolute;
  left: 0;
  bottom: -65%;
  border-radius: 1000px 1000px 0 0;
  z-index: -1;
  right: 0;
  margin: 0 auto;
}
/*キャリア・成長環境*/
.career-up {
  position: relative;
  z-index: 0;
}
.career-up .step {
  width: fit-content;
  margin: 0 auto 30px auto;
  text-align: center;
}
.career-up ul {
  margin-left: 52%;
  margin-bottom: 30px !important;
}
.career-up::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
/*アンカーリンク*/
.anchor-link {
  display: flex;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0;
}
.anchor-link li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.anchor-link li a {
  color: var(--vk-color-text-body);
  text-decoration: none;
  padding: 0 2em 1.5em 2em;
  position: relative;
  border-right: 2px dotted currentColor;
  transition: color 0.3s ease;
  display: block;
}
.anchor-link li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
}
.anchor-link li a:hover::after {
  animation: arrowBounce 1s infinite ease-in-out;
}
@keyframes arrowBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
}
.anchor-link li:last-child a {
  border: medium none;
}
/*成長ステップ*/
.career-model .vk_gridColumn_item_inner {
  border-radius: 10px;
}
/*成長環境*/
.training-item{
  position: relative;
  padding: 3em 3em 3em 6em !important;
}
.circle {
  width: 10vw; 
  min-width: 50px;
  max-width: 100px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color:var(--vk-color-custom-3);
  color: #ffffff;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -20px;
  top: -20px;
  font-size: 1.6rem;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/*社員インタビュー アーカイブ*/
.post-type-archive-interview .card {
  border: medium none !important;
  border-radius: 20px;
  padding: 1em !important;
}
.post-type-archive-interview .card .vk_post_body {
  padding: 0;
  opacity: 1;
}
.post-type-archive-interview .card .vk_post_body .card-title {
  font-size: 1.2rem;
  background-color: var(--vk-color-custom-3);
  width: fit-content;
  margin: 0;
  padding: .2em 1em;
  position: relative;
  top: -10px;
}
.post-type-archive-interview .card .vk_post_body .card-title a {
  color: #fff;
  text-decoration: none;
}
.post-type-archive-interview .card .vk_post_body .card-title a:hover {
  border: medium none !important;
}
.post-type-archive-interview .card .vk_post_imgOuter {
  height: 500px;
  border: medium none;
}
.post-type-archive-interview .vk_post .vk_post_excerpt {
  margin: 0 0 20px 0;
  background-color: var(--vk-color-custom-4);
  padding: .2em .5em;
  width: fit-content;
  opacity: 1;
}
.post-type-archive-interview .vk_post:hover {
  background-color: var(--vk-color-custom-1)
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Single　ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  その他・追加機能
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */