/*
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;}

.site-body{
	padding: 0!important;
}

.wp-block-vk-blocks-faq2.vk_faq.vk_faq-accordion.vk_faq-accordion-open, .wp-block-vk-blocks-faq2.vk_faq.vk_faq-accordion.vk_faq-accordion-close {
    margin-bottom: 0rem!important;
}

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

.recruitment_box{
	width: fit-content;
	margin: 0 auto;
}




/* サイド　ボタン */
@media screen and (max-width: 767px) {
	.vertical-buttons{
		display: none;
	}
}
@media screen and (min-width: 768px) {
.vertical-buttons {
  position: fixed;
  top: 50%;
  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: 162px;
}
}
@media screen and (min-width: 768px) {
  .vertical-buttons {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
  }

  .vertical-buttons.show {
    opacity: 1;
    pointer-events: auto;
  }
}




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

@media screen and (min-width: 768px) {
.price{
	width: 36%;
	margin: 0 auto;
}
}

