/*
Theme Name: Lightning Child
Theme URI: https://lightning.vektor-inc.co.jp/en/
Template: lightning
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Description: Lightning is a very simple &amp; easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,block-styles,wide-blocks
Version: 15.14.2.1698900133
Updated: 2023-11-02 13:42:13

*/

/* ===========================共通 */
h2 {
  font-size: 1.7rem;
}

/* ハンバーガーメニュー */
.vk-mobile-nav-menu-btn {
  border: none;
  left: auto;
  right: 5px;
}

.vk-mobile-nav-menu-btn.menu-open {
  border: none;
}

.vk-mobile-nav.vk-mobile-nav-drop-in.vk-mobile-nav-open img {
  width: 20%;
}
/* ヘッダーロゴ */
.site-header-logo img {
  margin-left: unset;
}

.nav li a, nav li a{
  font-size: 15px;
}
/* body */
/* .wp-block-columns,
.wp-block-cover {
  display: none !important;
} */

/* ===========================トップページ */
/* #fv */
.site-body-fv{
  position: relative;
  flex: none;
  height: 75vh;
  /* height: 450px; */
  /* height: 800px; */
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.site-body-fv img {
  width: 100%;
  height: 100%;
}

.fv-catch-area {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0,-50%);
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 0px auto 0px;
  padding: 32px 64px 32px;
  width: auto;
  max-width: calc(100% - 128px);
}

.fv-catch {
  color: #333;
  flex: none;
  font-family: var(--s-font-c7b93250);
  font-feature-settings: 'palt' 1;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.fv-subcatch {
  color: #333;
  flex: none;
  font-family: var(--s-font-c7b93250);
  font-feature-settings: 'palt' 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 0px 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

/* -- section -- */
.top-section {
  text-align: center;
  align-items: center;
  background: rgba(0,0,0,0.0);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  padding: 60px 0px 60px;
  width: 100%;
  max-width: 100%;
}

.section-h2-top {
  align-items: center;
  text-align: center;
}

.section-h2-top span {
  display: block;
  max-width: 100%;
  color: #666666;
  font-size: 18px;
}

#top-offering .section-h2-top span{
  color: #cccccc;
}

#top-about .top-content {
  width: 60%;
  margin: 0 auto;
  text-align: left;
}

/* -- 詳細を見る（ボタン）-- */
.btn__more {
  margin-top: 40px;
}

.btn__more:hover{
  transform: scale(1.05, 1.05);
}

.btn__more a {
  align-items: center;
  background: #000000;
  color: #ffffff;
  border-radius: 8px;
  box-shadow: none;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  margin: 0px 0px 10px 0px;
  padding: 10px 30px 10px;
  transition-duration: 300ms;
  width: auto;
  z-index: 1;
  max-width: 100%;
}

.btn__more--bgw {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  background: #eeeeee;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  border-radius: 8px;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  box-shadow: none;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  margin: 0px 0px 10px 0px;
  padding: 10px 4% 10px;
  transition-duration: 300ms;
  width: auto;
  z-index: 1;
  max-width: 100%;
}
.btn__more--bgw:hover {
  transform: translate(-50%, -50%) scale(1.05,1.05);
}

.btn__more--bgw a{
  background-color: #eeeeee;
  color: #000000;
}

/* -- sec途中の画像 -- */
/* #top-about--img-shadow {
  position: relative;
}

#top-about--img-shadow::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 416px;
} */


.sec-img {
  align-items: flex-end;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}

.sec-img-shadow {
  position: relative;
  box-shadow: -10px 10px 0px rgb(100, 100, 100);
  flex: none;
  height: 220px;
  /* height: 416px; */
  margin: 0px 0px 0px 0px;
  /* width: 93%;
  max-width: 93%; */
  width: 100vw;
  /* right: 500px; */
  overflow: hidden;
}

.sec-img .sec-img-shadow.sec-img1::before {
  background-image: url(images/img1.jpg);
  background-position: 50%;
  background-size: cover;
  border-radius: inherit;
  content: "";
  height: inherit;
  left: 0;
  pointer-events: none;
  position: absolute;
  transition: inherit;
  /* width: 100%; */
  z-index: 0;

  bottom: 0;
  left: 0;
  width: 100vw;
  /* height: 416px; */
}

.sec-img-shadow2 {
  position: relative;
  box-shadow: 10px 10px 0px rgb(100, 100, 100);
  flex: none;
  height: 220px;
  /* height: 416px; */
  margin: 0px 0px 0px 0px;
  /* width: 93%;
  max-width: 93%; */
  width: 100vw;
  left: -30px;
  overflow: hidden;
}

.sec-img .sec-img-shadow2.sec-img2::before {
  background-image: url(images/img2.jpg);
  background-position: 50%;
  background-size: cover;
  border-radius: inherit;
  content: "";
  height: inherit;
  right: 0;
  pointer-events: none;
  position: absolute;
  transition: inherit;
  width: 100%;
  z-index: 0;

  bottom: 0;
  right: 0;
  width: 100vw;
  /* height: 416px; */
}

.sec-img .sec-img-shadow.sec-img3::before {
  background-image: url(images/img3.jpg);
  background-position: 50%;
  background-size: cover;
  border-radius: inherit;
  content: "";
  height: inherit;
  right: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  transition: inherit;
  width: 100%;
  z-index: 0;

  bottom: 0;
  right: 0;
  width: 100vw;
}

.sec-img .sec-img-shadow2.sec-img4::before {
  background-image: url(images/img4.jpg);
  background-position: 50%;
  background-size: cover;
  border-radius: inherit;
  content: "";
  height: inherit;
  right: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  transition: inherit;
  width: 100%;
  z-index: 0;

  bottom: 0;
  right: 0;
  width: 100vw;
}

/* #news */
.top-news-lists {
  text-align: left;
}

.article-date {
  color: #333;
  font-size: 15px;
}

.article-text {
  color: #333;
  font-size: 18px;
}

/* #service */
.top-service-lists {
  display: flex;
  list-style: none;
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0,0,0,0.0);
  border-radius: 0;
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  overflow-y: auto;
  padding: 0 0 0 0;
  width: 875px;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: unset;
}

.top-service-listItem {
  display: flex;
  list-style: none;
  align-items: flex-start;
  background: rgba(0,0,0,0.0);
  border-radius: 0;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  margin: 0px 0px 50px 0px;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0px 0px 0px;
  width: 50%;
  max-width: 100%;
}

.top-service-listItem--icon .material-symbols-outlined {
  font-size: 48px;
}

.top-service-listItem--info {
  align-items: flex-start;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  margin: 0px 0px 0px 20px;
  padding: 0px;
  width: auto;
  max-width: calc(100% - 20px);
  text-align: left;
}

.top-service-listItem--info h4 {
  background-color: unset;
}

.top-service-listItem--infoTXT {
  width: 80%;
}

/* 募集情報 */
#top-offering {
  display: flex;
  background: rgba(0,0,0,0.0);
  border-radius: 0;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 60px 0px 60px;
  width: 100%;
  max-width: 100%;
  gap: 2%;
}

.top-offering-block {
  position: relative;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  width: 50%;
  max-width: calc(100% - 101px);
  aspect-ratio: 1/1;
}

#top-offering h2 {
  border-top: none;
}

#cooperation.top-offering-block::before {
  background-image: url(images/cooperation.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: inherit;
  width: 100%;
  z-index: 0;
  filter: brightness(0.5) saturate(2);
}

#recruit.top-offering-block::before {
  background-image: url(images/recruit.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: inherit;
  width: 100%;
  z-index: 0;
  filter: brightness(0.5) saturate(2);
}

.top-offering-block--titles {
  position: relative;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  align-items: center;
  background: rgba(0,0,0,0.0);
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 0px 0px;
  width: 90%;
  max-width: 100%;
  padding: 4%;
}

/* ===========================投稿ページ */
.entry-meta .entry-meta-item-updated,
.entry-meta .entry-meta-item-author 
{
  display: none;
}

.relatedPosts_title {
  margin-top: 100px;
}

/* 関連記事 */
.veu_relatedPosts .relatedPosts_item.col-sm-6{
  width: 100%;
  max-width: 100%;
}

.media-left.postList_thumbnail {
  display: none;
}

.entry-footer {
  display: none;
}
/* ===========================固定ページ */
.page-header {
  background-position: 50%;
  background-size: cover;
  /* height: 200px; */
  height: 150px;
}

.page-header::before {
/* background-image: url(images/page-about.jpg); */
background-color: #000000;
opacity: 0.4;
filter: brightness(0.5);
background-position: 50%;
background-size: cover;
border-radius: inherit;
content: "";
height: 100%;
left: 0;
pointer-events: none;
position: absolute;
top: 0;
transition: inherit;
width: 100%;
z-index: -2;
}

.link-box .link-title {
  color: #000000;
  /* font-size: 24px; */
  font-size: 20px;
  font-weight: 700;
}

.link-box .wp-block-buttons {
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: #ffffff;
}

.link-box .wp-block-buttons span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.link-box .wp-block-buttons:hover {
  transform: scale(1.1, 1.1);
}

/* 経営理念ページ */
.philosophy  {
  padding: 40px;
}

/* 会社概要ページ */
.about-table tbody tr:nth-of-type(odd){
  background-color: #eeeeee;
}

.about-table td,
.about-table th {
  border: none;
}

.about-table tr td:nth-of-type(1) {
  font-weight: 700;
  width: 150px;
  max-width: calc(100% - 16px);
  justify-content: flex-start;
  text-align: center;
}

.about-table tr {
  align-items: flex-start;
  background: rgba(0,0,0,0.0);
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 0px 0px 0px 0px;
  padding: 15px 30px 15px 30px;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.to-newpage {
  position: relative;
  padding-right: 30px;
}
.to-newpage::before {
  content: url(./images/newpage.svg);
  position: absolute;
  /* top: 0;
  right: 0; */
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

/* お問い合わせフォーム */
.form-label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 0px 0px 0px 0px;
  text-align: center;
  max-width: 100%;
}

.require {
  background: #555555;
  border-radius: 16px;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0px 0px 0px 8px;
  padding: 4px 8px 4px;
}

.txt {
  color: #666666;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 0px 0px 8px 0px;
  text-align: left;
}

input[type=submit].wpcf7-submit {
  background: #111111;
}

.drop-icon {
  position: relative;
}

.drop-icon::before {
  content: url(./images/more.svg);
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
}

/* プライバシーポリシーページ */
.page-id-196 h2.wp-block-heading{
  background: #333333;
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin: 0px 0px 13px 0px;
  padding: 5px 15px 5px 15px;
  text-align: center;
  text-decoration: none;
  width: auto;
  max-width: 100%;
  justify-content: center;
  border-top: none;
  border-bottom: none;
  display: inline-block;
}

.page-id-196 h6.wp-block-heading {
  margin-bottom: 0;
}
/* .page-id-42 hr.wp-block-separator {
  border-color: #000;
} */

.guard-mark-area {
  position: relative;
  left: 100px;
  width: calc(100% - 200px);
}

.guard-mark-area::before {
  content: url(./images/security.svg);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  padding-right: 100px;
}

.material-symbols-outlined {
  font-size: 36px;
}

.data-use {
  width: 80%;
  margin: 0 auto;
}

.page-id-196 .wp-block-columns {
  flex-wrap: nowrap !important;
}

.txtBlock--center {
  text-align: center;
}

.txtBlock--center p {
  display: inline-block;
  text-align: left;
}

p.data-title {
  width: 20%;
}

p.data-title2 {
  width: 20%;
}

.tel-num {
  position: relative;
  padding-left: 30px;

}
.tel-num::before {
  content: url(./images/call.svg);
  position: absolute;
  top: 0;
  left: 0;
}

.fax-num {
  position: relative;
  padding-left: 30px;
}
.fax-num::before {
  content: url(./images/fax.svg);
  position: absolute;
  top: 0;
  left: 0;
}

.mail-add {
  position: relative;
  padding-left: 30px;

}
.mail-add::before {
  content: url(./images/mail.svg);
  position: absolute;
  top: 0;
  left: 0;
}

.imis-block img {
  border: 1px solid #000;
}

/* フッター上のお問い合わせボタン */
.site-body-bottom {
  margin: 80px auto;
}

.wp-block-button .wp-block-button__link {
  background-color: #000000;
}

.btn__contact:hover {
  transform: scale(1.05, 1.05);
}
/* ===========================footer */
.site-footer {
  background-color: #eeeeee;
  border-top: none;
  width: 100%;
}

.site-footer-logo {
  padding-top: 1.5rem;
  margin-bottom: 0.5rem;
  white-space: normal;
}

/* .site-footer-logo {
  font-weight: 700;
  font-size: 1.5rem;
  white-space: nowrap;
  line-height: var(--vk-line-height-low);
} */

.site-footer-logo img {
  max-height: 60px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.site-footer-nav-menu {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  align-items: center;
}

.footer-nav {
  border-bottom: none;
}

.footer-nav li {
  padding: 0.5em 1em;
}

.footer-nav-list li {
  border-right: none;
}

.footer-nav-list>li {
  position: relative;
}

.footer-nav-list li:first-child {
  border-left: none;
}

.footer-nav-list>li::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  border-bottom: 1px solid var(--vk-color-primary);
  transition: all .5s ease-out;
}

.footer-nav-list>li:hover:before,
.footer-nav-list>li[class*=current]:where(:not(.menu-item-anchor)):before{
  width: 100%;
}


/* .to-privacy {
  margin: 4px 0px 0px 32px;
} */

.site-footer-copyright p {
  text-align: left;
  color: #333;
}

@media screen and (max-width: 426px) {
  .u-sp {
    display: block;
  }

  .u-display--tb {
    display: none;
  }

  .fv-catch-area {
    padding: 32px 5% 32px;
    min-width: calc(100% - 20%);
  }

  #top-about .top-content {
    width: 80%;
  }
  
  .top-service-lists {
    flex-direction: column;
  }

  .top-service-listItem {
    width: 100%;
  }

  #top-offering {
    flex-direction: column;
  }

  .top-offering-block {
    width: 100%;
    min-width: calc(100% - 10%);
    margin-bottom: 24px;
  }

  .btn__more a {
    padding: 10px;
  }
  
  .btn__more--bgw{
    bottom: 0;
  }
  
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    display: flex;
    justify-content: space-between;
  }

  .about-table tr {
    flex-direction: column;
  }

  .about-table tr td:nth-of-type(1) {
    text-align: left;
  }
 
  /* プラィバシーポリシーページ */
  .page-id-196 h2.wp-block-heading {
    font-size: 18px;
    display: block;
    text-align: center;
  }

  .page-id-196 h6.wp-block-heading {
    text-align: center;
  }

  .guard-mark-area {
    position: relative;
    left: 0;
    width: 100%;
    margin-top: 50px;
  }
  
  .guard-mark-area::before {
    content: url(./images/security.svg);
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-right: 0;
  }

  .privacy-info-contact p.data-title,
  p.data-title2 {
    margin-bottom: 0 !important;
    font-weight: 700;
    width: 100%;
  }

  .data-use {
    width: 100%;
  }

  .page-id-196 .wp-block-columns {
    flex-wrap: wrap !important;
  }

  .l-sp__flex {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0;
  }

  .p-mark-block .wp-block-media-text__media,
  .imis-block .wp-block-media-text__media{
    text-align: center;
    margin-top: 1.6rem;
  }

  .p-mark-block .wp-block-media-text__media img,
  .imis-block .wp-block-media-text__media img {
    width: 50%;

  }
  /* 経営理念ページ */
  .page-id-104 .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    display: unset;
    justify-content: unset;
  }

  .page-id-104 h2 {
    text-align: center;
  }
}


@media screen and (min-width: 576px) {
  .u-sp {
    display: none;
  }

}

  
@media screen and (min-width: 768px) {
  .sec-img-shadow2 {
    left: -6em;
  }

  .page-header  {
    height: 350px;
  }

  .u-display--tb {
    display: block;
  }

  /* .wp-container-core-columns-layout-1.wp-container-core-columns-layout-1 {
    flex-wrap: nowrap !important;
  } */
}

@media screen and (max-width: 991px) {
  .u-display--tb {
    display: none;
  }

  .site-footer-nav-menu  {
    display: none;
  }

  .site-footer-copyright p {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .site-body-fv {
    height: 800px;
  }

  .sec-img-shadow,
  .sec-img-shadow2 {
    height: 416px;
  }

  .site-footer-container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .site-footer-logo {
    text-align: left;
    padding-top: 1.1rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  /* .link-box .link-title {
    font-size: 20px;
  } */
}

@media screen and (min-width: 1200px) {
  .sec-img-shadow2 {
    left: -20em;
  }
} 

@media screen and (min-width: 2560px) {
  .sec-img-shadow {
    right: 500px;
  }

  .sec-img-shadow2 {
    left: -1000px;
  }
} 