/*
Theme Name: Lightning Child Sample
Theme URI: 
Template: lightning
Description: lightning
Author: 
Tags: 
Version: 0.6.0
*/

html {
  scroll-behavior: smooth;
}

a:hover{opacity: 0.6;}

/* @media screen and (min-width: 992px) {
.header_scrolled .site-header-container--scrolled--logo-and-nav-container{
	max-width: 1360px;
	}
} */
/* body:not(.header_scrolled) .site-header--trans--true .global-nav-list > li > a{display: none;} */


.site-header-logo img {
    max-height: 50px;
}
body:not(.home) .site-header-logo img {
    max-height: 40px;
}
hr.wp-block-separator{
	width: 50%;
}
@media screen and (min-width: 992px) {
    .site-header-logo {
padding-top: 0.6rem;
}
}

.top-news{
	box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
	z-index: 100;
}
.conten-ttitle{
	border-top: none!important;
}

.company-img{
	position: relative;
	display: inline-block;
}
.company-img::before {
  content: "";
  position: absolute;
  top: 12px;  /* ずらし調整 */
  left: 12px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(158, 159, 159, 0), rgba(158, 159, 159, 1));
  z-index: 0;
}

.company-img img{
	position: relative;
    z-index: 1;
    display: block;
}


@media screen and (min-width: 1024px) {
.workpc{
	margin-left: 160px;
	}
}

.veu_profile .profile_text{
	display: none;
}


/* サイド　ボタン */
@media screen and (min-width: 769px) {
.vertical-buttons {
  position: fixed;
  top: 30%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
  z-index: 9999;
}

.vertical-button {
  writing-mode: vertical-rl; /* 文字を縦書きにする */
  text-align: center;
  background-color: #007bff;
  color: white;
  padding: 20px 10px;
  text-decoration: none;
  border-radius: 8px 0 0 8px;
  font-size: 16px;
  transition: background-color 0.3s;
  height: 150px;
}
}

.vk-headding-lp.heading-top-over {
    top: -2.25rem!important;
}


/* PCでは非表示 */


@media screen and (max-width: 768px) {
  .vertical-buttons {
    position: fixed;
    bottom: 56px;
    left: 0;
    width: 100%;
    justify-content: space-around;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    display: flex;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.3s ease;
  }

  .vertical-buttons.show {
    transform: translateY(0);
    opacity: 1;
  }

  .vertical-button {
    flex: 1;
    margin: 0 4px;
    background-color: #00c300;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    transition: opacity 0.3s;
  }

  .vertical-button:nth-child(2) {
    background-color: #007bff;
  }

  .vertical-button:hover {
    opacity: 0.85;
  }
}


/* 1つ目のボタンの色 */
.vertical-button:nth-child(1) {
  background-color: #E35B00;
}
.vertical-button:nth-child(1):hover {
  opacity: 0.6;
}

/* 2つ目のボタンの色 */
.vertical-button:nth-child(2) {
  background-color: #b3e35f;
  color: #2a4d1c;
}
.vertical-button:nth-child(2):hover {
    opacity: 0.6;
}

.site-footer{
	border-top: 6px solid #0abab5;
}

@media screen and (min-width: 769px) {
/* .down クラスが付いている要素に下矢印を追加 */
.down > a{
	position: relative;
}
.down > a::after {
  content: "▼";
  position: absolute;
  right: 3px;          /* 右端に固定 */
  top: 40%;           /* 縦中央 */
  transform: translateY(-40%);
  font-size: 0.7em;
}
}