h4,h3 {
  margin-block-end:unset;
}
.page-header,
#breadcrumb {
  display: none;
}
@media (min-width: 1200px) {
    .page .site-body {
        padding: 0;
    }
}

.cover-bg-r {
    position: relative;
    overflow: hidden;
    padding: 68px 0 0;
    background: #f5f5f5;
    /* background: -webkit-linear-gradient(340deg, #f5f5f5 0, #fff 100%); */
    background: linear-gradient(110deg, #f5f5f5 0, #fff 100%);
}

.cover-bg-r:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 186px;
    width: 0;
    border-left: 100vw solid #fff;
    border-right: 0 solid transparent;
    border-bottom: 155px solid transparent;
}
.cover-bg-l {
    position: relative;
    overflow: hidden;
    padding: 68px 0 0;
    background: #f5f5f5;
    /* background: -webkit-linear-gradient(340deg, #f5f5f5 0, #fff 100%); */
    background: linear-gradient(110deg, #fff 0, #f5f5f5 100%);
}

.cover-bg-l:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 186px;
    width: 0;
    border-right: 100vw solid #fff;
    border-left: 0 solid transparent;
    border-bottom: 155px solid transparent;
}

/***************/


/* ヘッダーを透明にして重ねる */
.home .site-header {
  position: fixed; /* or absolute */
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
}

/* ヘッダー内コンテナの背景も消す */
.home .site-header-container {
  background: transparent;
}

/*デフォルトドロップダウン*/
.vk-mobile-nav-menu-btn {
  border-color: #ffffff00;
  background-color: rgb(249 158 107 / 88%);
  filter: invert(1);
      width: 50px;
    height: 50px;
}
.mobile-nav-btn-right .vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.position-right {
    left: inherit;
    right: 0;
    top: 0;
}
.vk-mobile-nav {
  padding: 120px 20px;
}
.vk-mobile-nav nav ul li a {
    padding: 1.2em .5em;
  }
.vk-mobile-nav .widget_nav_menu ul li#menu-item-33 > a,
.vk-mobile-nav nav ul li#menu-item-33 > a {
  color: #fff;
}
  /*デフォルトナビ（問い合わせボタン）*/
  #menu-item-33 {
   background: #3b5ab5;
  }

  @media (min-width: 992px) {
  .header_scrolled .site-header .nav li#menu-item-33 a,
  .home .site-header-logo a {
    color: #fff;
  }
  .header_scrolled .site-header .global-nav {
        margin-right: unset; 
    }
}
.header_scrolled .site-header-logo {
    display: block;
}
/************* header  **************/

.home .ltg-slide-item-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.home .nav li a {
    color: #fff;
}
@media (min-width: 992px) {
    .header_scrolled .site-header {
        background: #e9edef;
    }
    .header_scrolled .site-header .nav li a,
    .header_scrolled .site-header .site-header-logo a {
    color: #3a3a3a;
   } 

}

/************* greeting-cover  ***************/
.block__Img img {
  filter: drop-shadow(10px -10px 0 #000);
}

.greeting-cover .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center; 
}
/************* slider *****************/
.swiper-slide {
  position: relative;
}

.swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); 
  pointer-events: none;
}


/**************** industry-cover *******************/
.industry-cover .wp-block-cover {
 box-shadow: 10px -10px 0 #000;
}

/**************** service-card ******************/
/* service 固定ページ：右端に縦書き SERVICE */


.service-label {
    position: absolute;
    top: 25%;
    right: -20%;
    writing-mode: vertical-rl;
    font-size: 6rem;
    letter-spacing: .2rem;
    color: #eee;
    font-weight: 600;

    z-index: 999; /* 確実に最前面 */
    pointer-events: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .service-label {
    top: 20px;
    right: -10%;
  }
}
@media (max-width: 767px) {
	.service-label {
		top: 20px;
    right: 0;
    font-size: 2.5rem;
    letter-spacing: .5rem;
	}
}

.service-card .wp-block-group {
  gap: 10px;
}
.service-card h4 {
  margin-bottom: 0;
}




/**************** industry-cover *******************/

.industry-row .wp-block-cover__inner-container .wp-block-column:first-child p {
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  margin-left: 30px;
  margin-block-end: unset;
}
/* 2個目の p タグだけ */
.industry-row .wp-block-cover__inner-container 
.wp-block-column:first-child p:nth-of-type(2) {
    font-size: 1.3rem;
    font-weight: normal; /* 必要なら */
}
.concept__itemIcon {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: inline-block;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.concept__itemIcon::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: calc(50% - 13px);
    top: calc(50% - 8px);
}


/********** footer.php ***************/
.site-footer {
  display: none;
}
/* フッター全体 */
.custom-site-footer {
	background: #333;
	padding: 40px 20px 20px;
	font-size: 14px;
  color: #fff;
}
.footer-inner {
max-width: 1200px;
  margin: auto;
}
.custom-site-footer a {
    color: #fff; /* 好きな色に変更 */
}
.custom-site-footer a:hover {
    color: #f0c040;
}


/* 3カラム */
.footer-columns {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-column {
	flex: 1;
}

/* メニュー装飾 */
.footer-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-column li {
	margin-bottom: 8px;
}

/* コピーライト */
.footer-copyright {
	text-align: center;
	border-top: 1px solid #ddd;
	padding-top: 15px;
	color: #cbcbcb;
}

/* スマホ：縦並び */
@media (max-width: 767px) {
	.footer-columns {
		flex-direction: column;
	}
}

/******サ－ビス紹介　ロゴrow*********/
.business-row .kt-inside-inner-col {
  border: 1px solid #d8d8d8;
  padding: 10px 5px;
}
.business-row h5 {
  margin-bottom: 0;
}


/******会社概要 テーブル******/
.about-us table {
  border-top: 0;
  border-right: 0;
  max-width: 1100px;
  border-collapse: separate;
  border-spacing: 15px 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.about-us table td {
  border-left: 0;
  padding: 10px 20px !important;
  border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
}
.about-us table td:first-child {
  width: 30%;
  background-color: #333333;
  color: #fff;
}
.about-us table td:nth-child(2) {
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .about-us table td {
  padding: 0px 5px !important;
}
}
