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

/*===================共通===================*/
/*header*/
.site-header-container{
	min-width: 80%;
}

/*ページトップに戻るボタン*/
.page_top_btn {
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 99999;
    width: 40px;
    height: 38px;
    color: transparent;
    border: none;
    background: #212c8d;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 0%), 0 0 0 0px rgba(0, 0, 0, .8);
    background-image: var(--ver_page_top_button_url);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity .3s;
    text-decoration: none;
}
:root {
  --ver_page_top_button_url: url("https://aboutpress.xsrv.jp/tomizen/wp-content/plugins/vk-all-in-one-expansion-unit/assets/images/to-top-btn-icon.svg");
}
/*モバイル*/

.vk-mobile-nav {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
    display: block;
    padding: 65px 10px;
    overflow: scroll;
    top: 0;
    transition: all .5s ease-out;
}
.vk-mobile-nav-menu-btn {
    border-color: #ffffff00;
    background: var(--vk-mobile-nav-menu-btn-bg-src) center 50% no-repeat rgb(255 255 255 / 0%);
}
.vk-mobile-nav-menu-btn.menu-open {
    border-color: #ffffff00;
    background: var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat rgb(255 255 255 / 0%);
}

.vk-mobile-nav nav ul li a {
    padding: 1em 1em;
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
}
@media (max-width: 991.98px) {
    .site-header-logo img {
        max-height: 30px !important;
    }
}
.vk-mobile-nav-menu-btn {
    top: 5px !important;
}

/*===================投稿===================*/
.vk_post .vk_post_btn {
    font-size: 12px;
    text-decoration: none;
    padding-left: 1rem;
    padding-right: 1rem;
    white-space: nowrap;
    color: #ffffff;
}

/*サイドバー*/
.sub-section #block-4,
.sub-section #block-5,
.sub-section #block-6,
.sub-section #block-8{
margin-bottom:0px;
}

/*ウィジェットナビ*/
.widget_nav_menu a{
	padding-left: 0px !important;
}
/*===================トップ===================*/
/*FV*/
.main_p1{
	font-size:2.8rem;
}
.main_p2{
	font-size:1rem;
}
.main_point{
	padding:12px 16px !important;
}
@media (min-width: 768px) and (max-width: 1199.98px){
.main_p1{
	font-size:2rem;
}
.main_p2{
	font-size:0.85rem;
}
.main_point{
	padding:8px 12px !important;
}
}
@media (min-width: 0px) and (max-width: 767.98px){
.main_p1{
	font-size:1.8rem;
}
.main_p2{
	font-size:0.85rem;
}
.main_point{
	padding:5px 10px !important;
	font-size: 0.8rem;
}
}
/*当社が選ばれる理由*/
.problems{
	gap:30px;
}

.reason-item {
  position: relative;
}

.reason .vk_gridColumn [class*=col-] {
    padding: 50px;
}
.reason-num {
	position: absolute;
	top: -20px;
	left: -10px;
	font-size:120px;
	font-weight: bold;
	color: #1f3c88;
}

.reason-text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	text-shadow: 0 0 10px #fff;
	z-index: 2;
}

.reason-text h3{
	font-size:2rem;
}
@media (min-width: 0px) and (max-width: 767.98px){
.reason .vk_gridColumn [class*=col-] {
    padding: 20px;
}
.reason-num {
	position: absolute;
	top: -20px;
	left: -10px;
	font-size:100px;
	font-weight: bold;
	color: #1f3c88;
}
.reason-text h3{
	font-size:1.8rem;
}
}
/*グラデーションボタン*/
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-gradient {
  font-weight: normal;

  color: #fff;
  border-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, #ff3cac),
    to(#562b7c)
  );
  background-image: -webkit-linear-gradient(left, #ff3cac 40%, #562b7c 100%);
  background-image: linear-gradient(90deg, #ff3cac 40%, #562b7c 100%);
}

a.btn-gradient:after {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;

  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff3cac),
    color-stop(#562b7c),
    to(#2b86c5)
  );

  background-image: -webkit-linear-gradient(left, #ff3cac, #562b7c, #2b86c5);

  background-image: linear-gradient(90deg, #ff3cac, #562b7c, #2b86c5);
}

a.btn-gradient span {
  position: relative;
  z-index: 1;
}

a.btn-gradient:hover {
  color: #fff;
}

a.btn-gradient:hover:after {
  opacity: 0;
}
/*===================CTA===================*/
.cta_btn{
	font-size:24px;
}
@media (min-width: 0px) and (max-width: 991.98px){
.cta_btn{
	font-size:18px;
}
}


/*===================工事の流れ===================*/
.step-1 .vk_icon{
	position: relative;
	z-index:2 !important;
}
.step-1 .vkp_step-line::before {
position: absolute;
content: "";
bottom: 0;
left: 50%;
transform: translateX(-50%);
border: 1px dashed #ddd;
height: 70%;
z-index: 0 !important;
}

.page-id-30 .breadcrumb {
    font-size: 12px;
    background-color: #e8e9f3;
}
/*===================会社案内===================*/
#tablepress-1 .column-1{
	width:20%;
	background-color:#212c8d;
	color:#fff;
	padding: 20px 0px;
    font-size: 18px;
	border:1px solid #ddd;
	text-align:center;
	vertical-align:middle;
}
#tablepress-1 .column-2,
#tablepress-1 .column-3{
	width:40%;
	background-color:#f5f6f7;
	color:#333;
	padding: 20px;
    font-size: 18px;
	border:1px solid #ddd;
	vertical-align:middle;
}

#tablepress-1 .row-6 .column-2,
#tablepress-1 .row-6 .column-3{
	text-align:center !important;
	font-weight: 600;
}

#tablepress-1 .row-13 .column-2,
#tablepress-1 .row-13 .column-3{
	vertical-align:top;
}

/*スマホ時横スクロール*/
@media screen and (max-width: 767px) {
  .sp-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .sp-table-scroll #tablepress-1 {
    table-layout: fixed !important;
    width: 600px !important;
    min-width: 600px !important;
    max-width: 600px !important;
  }

  .sp-table-scroll #tablepress-1 th,
  .sp-table-scroll #tablepress-1 td {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    box-sizing: border-box !important;
  }

  .sp-table-scroll #tablepress-1 .column-1 {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
  }

  .sp-table-scroll #tablepress-1 .column-2 {
    width: 250px !important;
    min-width: 250px !important;
    max-width: 250px !important;
  }

  .sp-table-scroll #tablepress-1 .column-3 {
    width: 250px !important;
    min-width: 250px !important;
    max-width: 250px !important;
  }

  /* column-2 と column-3 が結合されているセル用 */
  .sp-table-scroll #tablepress-1 .column-2[colspan="2"],
  .sp-table-scroll #tablepress-1 .column-2[colspan="3"] {
    width: 500px !important;
    min-width: 500px !important;
    max-width: 500px !important;
  }
}

/*===================ZEH===================*/
.histry_grid > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  width: max-content;
}

.histry_grid > .wp-block-group__inner-container > .wp-block-group {
  flex: 0 0 14rem;
  min-width: 14rem;
}

.page-id-36 .histry_scroll {
  overflow-x: auto;
}

.page-id-36 .histry_grid > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  width: max-content;

  padding-left: max(
    15px,
    calc((100vw - var(--vk-width-container, 1140px)) / 2)
  );
  padding-right: max(
    15px,
    calc((100vw - var(--vk-width-container, 1140px)) / 2)
  );
}

.page-id-36 .histry_grid > .wp-block-group__inner-container > .wp-block-group {
  flex: 0 0 14rem;
  min-width: 20rem;
}