@charset "utf-8";
/*
Theme Name: Lightning Pro Child
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');

/* --------- 共通 start --------- */
body {
	font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-feature-settings: "palt";
	font-weight: normal !important;
    letter-spacing: 0.1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media all and (-ms-high-contrast: none) {
  /* ieのみ適用 */
  .entry-body h2:not([class*='vk_heading_title-style-plain']):not([class*='is-style-vk-heading']), .mainSection h2:not([class*='vk_heading_title-style-plain']):not(.widget_ltg_full_wide_title_title):not(.card-title):not([class*='is-style-vk-heading']), .mainSection .cart_totals h2, h2.mainSection-title {
    padding:0.6em 0 0.2em;
  }
}

/* aタグ調整 */
a {
	text-decoration: none !important;
}

/* pタグ調整 */
p {
    margin: 0;
    padding: 0;
	line-height: 1.8; 
}

label {
	margin-bottom: 0 ;
}

/* 見出し調整 */
.h2, .h3, .h4, .h5, .h6, .mainSection-title, h2, h3, h4, h5, h6 {
    margin: 1.5em 0 1.2em;
    margin-top: 1.5em;
    margin-right: 0px;
    margin-bottom: 0.5em;
    margin-left: 0px;
    clear: both;
}

/* hタグ */
h2 {
    width: 100%;
    position: relative;
    display: inline-block;
    font-size: 32px;
	font-weight: bold;
	text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.6;
    box-shadow: none!important;
    background-color: transparent;
    border: 0 !important;
    margin: 0;
    padding: 0;
}
.h2-e{
    display: block;
    color: #F9F871;
    font-size: 14px;
	font-family: sofia-pro, sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 3px;
	text-shadow: 0.5px 0.5px 0 #DBD70A, -0.5px -0.5px 0 #DBD70A, -0.5px 0.5px 0 #DBD70A, 0.5px -0.5px 0 #DBD70A, 0px 0.5px 0 #DBD70A,  0 -0.5px 0 #DBD70A, -0.5px 0 0 #DBD70A, 0.5px 0 0 #DBD70A;
}
.h2:before, h2:before {
    content:none;
}
.h2:after, h2:after {
    content: none;
}
h3 {
    position: relative;
    font-size: 26px;
	font-weight:700;
    line-height: 1.6;
    margin: 0;
    padding: 0;
	box-shadow: none!important;
    background-color: transparent;
    border: 0 !important;
}
.h3:after, h3:after {
    content: none;
}
h4 {
    position: relative;
    font-size: 20px;
    margin: 10px 0 5px 0;
    padding: 0;
    border-bottom: none;
	font-weight: 700;
}


/* ----------------
共通
-----------------*/
/* ボタン*/
.btn-base {
	display: inline-block;
	position: relative;
	padding: 10px 45px;
	color: #fff;
	border: 1px solid #336699;
	background: #336699;
	transition: all 0.3s ease;
}
.btn-base:hover {
	color: #336699;
	background: #fff;
}
.btn-base::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(-45deg);
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transition: all 0.3s ease;
}
.btn-base:hover::after {
	border-right: 2px solid #336699;
	border-bottom: 2px solid #336699;
}
.after-none::after {
	display: none;
}
.white-btn {
	color: #336699;
	background: #fff;
}
.white-btn:hover {
	color: #fff;
	border: 1px solid #fff;
	background: #336699;
}
.white-btn::after {
	border-right: 2px solid #336699;
	border-bottom: 2px solid #336699;
}
.white-btn:hover::after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

/* ボックス */
.box {
    position: relative;
    padding: 40px;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 5px rgb(214 214 214 / 50%);
}

/* テキスト */
.txt{
	display:block;
	margin-bottom: 10px;
}
div .txt:last-child {
	margin-bottom: 0;
}

/* リスト */
ul, ol{
	padding-left:0;
	margin-bottom:0;
	list-style: inside;
}
ul li {
	margin-bottom: 0;
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}

/* 文字 */
.fsize-s{
	margin: 0 5px;
	font-size: 0.8em;
}
.fsize-b {
	margin: 0 5px;
	font-size: 1.3em;
}
.font-serif {
	font-family: serif;
	font-weight: bold;
}
.kits-deco {
	padding: 1px 15px;
	color: #fff;
	background: #3b962d;
}
.underLine {
	padding: 0 15px 3px;
	background: linear-gradient(transparent 90%, rgba(59,150,45,1) 0%);
}

/* キャプション */
.caption{
	font-size:14px;
	padding:5px 0 0 0;
}

/* 改行 PC改行 SP改行せず */
.pcbr { display:inline-block; }
.spbr { display:none; }
.sspbr {
	display: none;
}

/* 画像入れ替え PC表示 SP非表示 */
.pcimg {
	display: block;
	margin-bottom: 0 !important;
}
.spimg {
	display: none;
	margin-bottom: 0 !important;
}
.sp-p {
	display: none;
}

/* コンテナ幅を開放 自由度を上げるため*/
.container{
	width:1170px;
	max-width:100%;
	padding:0;
}
/* お知らせ以外のコンテナ幅 */
.page .siteContent .container{
	width:100%;
	padding:0;
}
.page-template-default .siteContent.siteContent-base-on{
	padding:0;
}

/* ヘッダーの調整 */
.headerTop .container, .siteHeader .container {
	width:1170px;
	margin:0 auto;
}
.siteHeadContainer {
	padding: 10px 0 !important;
}
.headerTop {
	color: #fff;
    background: #003366;
    margin-top: -7px;
}
.nav li a {
	color: #fff;
}
.breadSection {
	background: #fff;
}

/* フッターの横幅調整 */
.siteFooter .container {
	width:1170px;
	margin:0 auto!important;
	padding: 30px 0 0;
}
.siteFooter .row {
	padding: 0 15px;
}

/* PC メニュー 間隔調整 */
.device-pc .gMenu>li>a {
    display: block;
    overflow: hidden;
    padding: 14px 1.5em;
}

/* 画像キャプション文字サイズ変更 */
.wp-caption p.wp-caption-text {
    color: #000;
    font-size: 20px;
    margin: 0;
}
.wp-caption {
    background: #fcfcfc;
    line-height: 18px;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0 0 5px;
    text-align: center;
    border: 1px solid #ca4;
    max-width: 100%!important;
}

/* ヘッダー・フッター */
.siteHeader {
	background: #fff;
}
.siteFooter {
	color: #fff;
	border: none;
	background: #003366;
}
.siteFooter .container.sectionBox.footerWidget {
	border-bottom: 1px solid #fff;
}
.footerMenu{
	height: 0;
}
.footerMenu ul {
    margin: 0px 0 10px;
	padding: 5px;
}

/* テキスト寄せ */
.center {
    text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

/* 右下トップへ戻るボタン */
.page_top_btn {
    position: fixed;
    right: 2%;
    bottom: 3%;
    z-index: 99999;
    width: 40px;
    height: 38px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    background: #d2b48c;
    outline: 1px solid #ca4;
    border: 1px solid rgba(255,255,255,.8);
    background-image: var(--ver_page_top_button_url);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity .3s;
}

/* フッターナビ */
.fnav ul{
	width:100%;
}
.fnav ul li{
	font-size:14px;
	margin-bottom:10px;
	list-style:none;
	position:relative;
}
.fnav ul li:before{
	position: absolute;
    content: '';
    display: block;
    top: 6px;
    left: -15px;
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-left: 6px solid #F9F871;
}
.fnav a{
	color: #fff;
	cursor:pointer;
}
.fnav a:hover{
	color: #eee;
}
.fnav-sub li:before {
	display: none !important;
}
.fnav-sub li {
	margin-bottom: 0 !important;
}
.fnav-sub li a {
	color: #999;
}

/* フッターロゴ */
#ft-logo {
	display:inline-block;
	width: 90%;
	margin-bottom: 30px;
}
.footer-about {
	margin-bottom: 30px;
}
.copySection {
	padding: 15px 0 !important;
}
/* --------- 共通 end --------- */


/* --------- トップページ page-id-10 --------- */
.home-cont{
	width: 1170px;
	margin: 0 auto;
	padding: 60px 0;
}
#pl-10 .h2-e {
	color: #F9F871;
}

/* 弊社の特徴 */
#pg-10-0 {
	color: #fff;
	background: #336699 url(/wp-content/uploads/2021/12/feature-top-bg.png) no-repeat bottom right;
	background-size: 50%;
}
.feature-box {
	position: relative;
	padding: 20px;
	text-align: center;
}
.feature-num-top {
	position: absolute;
	top: 0;
	left: 70px;
	color: #F9F871;
	font-size: 70px;
	font-weight: bold;
	font-family: sofia-pro, sans-serif;
}

/* 事業内容 */
#pg-10-1 {
	position: relative;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f3f3f3), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #f3f3f3),color-stop(.75, #f3f3f3), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
}
.top-service-wrap {
	align-items: stretch !important;
	padding: 40px;
	border-radius: 15px;
}
#top-elec.top-service-wrap {
	background: #00AEB9;
}
#top-ene.top-service-wrap {
	background: #08CEA5;
}
.top-s-elec-box {
	display: flex;
	align-items: center;
}
.top-s-elec-box>div {
	width: 100%;
}
.top-s-elec-box h3 {
	color: #fff;
}
.top-s-ene-box {
	display: flex;
	align-items: center;
	position: relative;
	background: #08CEA5;
}
.top-s-ene-box::after {
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: "";
	border: 20px solid transparent;
	border-left: 20px solid #08CEA5;
}
.top-s-ene-box>div {
	width: 100%;
}
.top-s-ene-box h3 {
	color: #fff;
}
.service-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
}
.sg {
	height: 200px;
	width: 100%;
}
.sg>div {
	display: flex;
	align-items: center;
	position: relative;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.3);
	transition: all 0.5s;
}
.sg>div:hover {
	background: rgba(0,0,0,0);
	transition: all 0.5s;
}
.sg h4 {
	width: 100%;
	color: #fff;
}
.sg .h2-e {
	color: #fff !important;
	text-shadow: none;
}
.s-num-deco {
	position: absolute;
	top: -25px;
	left: 5px;
	color: #F9F871;
	font-size: 4rem;
	font-weight: bold;
	font-family: sofia-pro, sans-serif;
	opacity: 0.9;
}
#top-elec .s-num-deco {
	color: #00AEB9;
}
#top-ene .s-num-deco {
	color: #08CEA5;
}
.sg01 {
	background: url(/wp-content/uploads/2021/12/top-service01.jpg) no-repeat center;
	background-size: cover;
}
.sg02 {
	background: url(/wp-content/uploads/2021/12/top-service02.jpg) no-repeat center;
	background-size: cover;
}
.sg03 {
	background: url(/wp-content/uploads/2021/12/top-service03.jpg) no-repeat center;
	background-size: cover;
}
.sg04 {
	background: url(/wp-content/uploads/2021/12/top-service04.jpg) no-repeat center;
	background-size: cover;
}
.sg05 {
	background: url(/wp-content/uploads/2021/12/top-service05.jpg) no-repeat center;
	background-size: cover;
}
.sg06 {
	background: url(/wp-content/uploads/2021/12/top-service06.jpg) no-repeat center;
	background-size: cover;
}
.sg07 {
	background: url(/wp-content/uploads/2021/12/top-service07.jpg) no-repeat center;
	background-size: cover;
}
.sg08 {
	background: url(/wp-content/uploads/2021/12/top-service08.jpg) no-repeat center;
	background-size: cover;
}
.sg09 {
	background: url(/wp-content/uploads/2021/12/top-service09.jpg) no-repeat center;
	background-size: cover;
}
.sg10 {
	background: url(/wp-content/uploads/2021/12/top-service10.jpg) no-repeat center;
	background-size: cover;
}
.sg11 {
	background: url(/wp-content/uploads/2022/03/top-service11.jpg) no-repeat center;
	background-size: cover;
}

/* 施工実績 */
#pg-10-2 {
	background: #336699;
}
#pg-10-2 h2, #pg-10-2 .txt {
	color: #fff;
}
.works_item .media-heading {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}
.works_item .media-heading a {
	color: #fff;
}
.works_item td {
	background: #fff;
}

/* 会社情報 */
#pg-10-3 {
	position: relative;
	background: #f3f3f3;
	z-index: 1;
}
#pg-10-3::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: calc(100% - 20%);
	width: 100%;
	background: url(/wp-content/uploads/2021/12/top-bg-about_us.jpg) no-repeat center bottom;
	background-size: cover;
	z-index: -1;
}
.map iframe {
	height: 350px !important;
	width: 100%;
	border: 3px solid #fff !important;
}
.news-box {
	padding: 40px;
	background: #fff;
}
.news-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-flex h2 {
	width: 50%;
}
.news-flex div {
	width: 50%;
}
.top-news {
	align-items: flex-end !important;
}
.top-news-title {
	font-size: 26px;
	text-align: left;
}
.top-news-title .h2-e {
	font-size: 26px;
}
.news-more {
	padding: 0 15px !important;
}
.fa-external-link-alt {
	margin-left: 10px;
}

/* お問い合わせ */
#pg-10-4 {
	color: #fff;
	background: #336699;
}
.contact-wrap {
	justify-content: center !important;
	align-items: center !important;
}
.contact-box-left {
	padding: 20px;
}
.contact-box-left .h2-e {
	color: #F9F871;
}
.contact-box-right {
	padding: 20px;
	border-left: 1px solid #003366;
}
.far.fa-envelope {
	margin-right: 10px;
}
.contact-tel{
	display: inline-block;
	margin-bottom: 5px;
	color: #fff;
	font-family: sofia-pro, sans-serif;
	font-style: normal;
	font-weight: 300;
}
.contact-tel:hover {
	color: #003366;
}
.contact-num {
    font-size: 40px;
	line-height: 1;
	padding:0 0 0 5px;
}
.contact-box-wiget {
	padding: 20px;
	color: #fff;
	background: #336699;
}
.contact-box-wiget .contact-num {
	font-size: 30px;
}
.contact-box-wiget .btn-base {
	width: 100%;
	padding: 10px 35px;
}

/* メインビジュアル */
.carousel {
	border: none !important;
	z-index: 1;
}
.slide-text-title {
	font-size: 2.5vw;
	font-weight:700;
    text-shadow: 0 0 10px #141414;
	letter-spacing:0.1em;
	animation-name: fadein;
    animation-duration: 3s;
}
.slide-text-title img {
	width: 30%;
}
.slide-text-caption{
	font-size: 24px;
	font-weight:700;
    text-shadow: 0 0 10px #141414;
	letter-spacing: 0.2em;
	animation-name: fadein;
    animation-duration: 3s;
}

/* フェードイン */
@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1.5s;
}
.fadein.active {
  transform: translate(0, 0);
  opacity: 1;
}
.fadein_left {
  opacity: 0;
  transform: translateX(-50px);
  transition: 1s;
}
.fadein_left.active {
  transform: translate(0, 0);
  opacity: 1;
}
.fadein_right {
  opacity: 0;
  transform: translateX(50px);
  transition: 1s;
}
.fadein_right.active {
  transform: translate(0, 0);
  opacity: 1;
}

.bg-ani .bg-ani-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.bg-ani .bg-ani-wrap::before {
  animation: bg-ani 13s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #F9F871;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%;
  transform-origin: left center;
}
.bg-ani .bg-ani-wrap .inn {
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}
 
@keyframes bg-ani {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

/* --------- サブページ start --------- */
/* サブページ　コンテンツ上下余白 */
.mainSection-marginBottom-on{
	margin-bottom:0!important;
}

/* サブページ　ヘッダー */
.page-header {
	position: relative;
	background: #336699;
}
.page-id-381 .page-header { /* 特徴 */
	background: url(/wp-content/uploads/2021/12/page-header-features.jpg) no-repeat left;
	background-size: cover;
}
.page-id-20 .page-header { /* 事業 */
	background: url(/wp-content/uploads/2021/12/page-header-service.jpg) no-repeat left;
	background-size: cover;
}
.post-type-works .page-header { /* 施工実績 */
	background: url(/wp-content/uploads/2021/12/page-header-works.jpg) no-repeat left;
	background-size: cover;
}
.page-id-18 .page-header { /* 会社情報 */
	background: url(/wp-content/uploads/2021/12/page-header-about_us.jpg) no-repeat left;
	background-size: cover;
}
.page-id-10169 .page-header { /* 採用情報 */
	background: url(/wp-content/uploads/2022/01/page-header-recruit.jpg) no-repeat left;
	background-size: cover;
}
.page-id-10237 .page-header { /* エントリーフォーム */
	background: url(/wp-content/uploads/2022/01/page-header-recruit.jpg) no-repeat left;
	background-size: cover;
}
.blog .page-header, .category .page-header, .single .page-header, .archive.date .page-header { /* お知らせ */
	background: url(/wp-content/uploads/2021/12/page-header-news.jpg) no-repeat left;
	background-size: cover;
}
.page-id-1587 .page-header { /* お問い合わせ */
	background: url(/wp-content/uploads/2021/12/page-header-contact.jpg) no-repeat left;
	background-size: cover;
}
.page-header_pageTitle {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
	text-shadow: 1px 1px 5px #333;
}
.page-header h1.page-header_pageTitle, .page-header div.page-header_pageTitle {
    margin-top: 3em;
    margin-bottom: calc( 3em - 0em );
	z-index: 2;
}

/* 弊社の特徴 */
#pg-381-0 {
	color: #fff;
	background: #336699;
}
#pg-381-0 .h2-e {
	color: #F9F871;
}
#pg-381-1 {
	background: #fff;
}
.feature-wrap {
	align-items: center !important;
	position: relative;
	color: #fff;
	padding: 40px;
	border-radius: 15px;
	background: #336699;
}
.feature-wrap::after {
	position: absolute;
	bottom: -10%;
	right: 0;
	content: "FEATURE";
	color: rgba(255,255,255,0.1);
	font-size: 150px;
	font-weight: bold;
}
.feature-wrap-txt {
	position: relative;
}
.feature-wrap-txt h3 {
	margin: 15px 0 15px 130px;
}
.feature-num {
	position: absolute;
	top: -50px;
	left: 0;
	color: #F9F871;
	font-size: 100px;
	font-weight: bold;
	font-family: sofia-pro, sans-serif;
}
#pg-381-2 {
	background: #f3f3f3;
}
.flow-wrap {
	position: relative;
	padding: 40px;
	border-radius: 15px;
	background: #fff;
}
.flow-wrap::after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	width: 1px;
	height: 30px;
	background: #003366;
	z-index: 1;
}
.flow-wrap.last-fw::after {
	display: none;
}
.flow-wrap2 {
	align-items: center !important;
}
.flow-img {
	position: relative;
}
.flow-num {
	position: absolute;
	top: -80px;
	left: -30px;
	color: #336699;
	font-size: 100px;
	font-weight: bold;
	font-family: sofia-pro, sans-serif;
}
#pg-381-3 {
	color: #fff;
	background: #336699;
}

/* 事業紹介 */
.service-link {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 0;
}
.service-wrap {
	align-items: center !important;
}
.service-wrap-txt h2 {
	text-align: left;
}
#pg-20-0 {
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f3f3f3), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #f3f3f3),color-stop(.75, #f3f3f3), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
}
#pg-20-0 .btn-base {
	width: 100%;
	border: none;
}
.elec-btn {
	color: #fff;
	background: #00AEB9;
}
.elec-btn:hover {
	background: #007D84;
}
.ene-btn {
	color: #fff;
	background: #08CEA5; 
}
.ene-btn:hover {
	background: #069778;
}
.elec-btn::after, .ene-btn::after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#pg-20-0 .white-btn::after {
	transform: translateY(-50%) rotate(-315deg);
	-webkit-transform: translateY(-50%) rotate(-315deg);
	-ms-transform: translateY(-50%) rotate(-315deg);
}
#pg-20-1 {
	color: #fff;
	background: #00AEB9;
}
#pg-20-2, #pg-20-4, #pg-20-6 {
	position: relative;
	padding-bottom: 30px;
	background: #fff;
}
#pg-20-3, #pg-20-5, #pg-20-7 {
	position: relative;
	padding-bottom: 30px;
	background: #EAFDFF;
}
#pg-20-2::before, #pg-20-3::before, #pg-20-4::before, #pg-20-5::before, #pg-20-6::before, #pg-20-7::before {
	position: absolute;
	top: 0;
	left: 0;
	content:"";
	height: 100%;
	width: 5%;
	color: #fff;
	background: #00AEB9;
}
#pg-20-2::after, #pg-20-3::after, #pg-20-4::after, #pg-20-5::after, #pg-20-6::after, #pg-20-7::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content:"";
	height: 30px;
	width: 100%;
	background: #00AEB9;
}
#pg-20-8 {
	color: #fff;
	background: #08CEA5;
}
#pg-20-9, #pg-20-11 {
	position: relative;
	padding-bottom: 30px;
	background: #fff;
}
#pg-20-10 {
	position: relative;
	padding-bottom: 30px;
	background: #EBFEFA;
}
#pg-20-9::before, #pg-20-10::before, #pg-20-11::before {
	position: absolute;
	top: 0;
	left: 0;
	content:"";
	height: 100%;
	width: 5%;
	color: #fff;
	background: #08CEA5;
}
#pg-20-9::after, #pg-20-10::after, #pg-20-11::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content:"";
	height: 30px;
	width: 100%;
	background: #08CEA5;
}
.service-wrap-txt {
	position: relative;
}
.service-wrap-txt h3 {
	margin-left: 130px;
}
.elec-num-deco {
	position: absolute;
	top: -50px;
	left: 0;
	color: #00AEB9;
	font-size: 100px;
	font-weight: bold;
	font-family: sofia-pro, sans-serif;
}
.ene-num-deco {
	position: absolute;
	top: -50px;
	left: 0;
	color: #08CEA5;
	font-size: 100px;
	font-weight: bold;
	font-family: sofia-pro, sans-serif;
}
#pg-20-12 {
	color: #fff;
	background: #336699;
}

/* 施工実績 */
.post-type-works .siteContent {
	background: #fafafa;
}
.post-type-works .works_item .media-heading a {
	color: #000;
}
.entry-body.lwu_content .lwu_imagebox._b-f h5 {
	font-family: serif;
}
.entry-body.lwu_content .lwu_imagebox._b-f #worksBefore:after {
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	margin-left: 0;
	color: #ccc;
	content: "↓";
}

/* 会社案内 */
#pg-18-0 {
	position: relative;
	background: #fff;
	z-index: 1;
}
#pg-18-0::after {
	position: absolute;
	bottom: 0;
	left: -100%;
	content: "";
	width: 300%;
	height: 25%;
	background: #f3f3f3;
	z-index: -1;
}
#pg-18-0 h2 {
	text-align: left;
}
#pg-18-0 .font-serif {
	margin-top: 5px;
	font-size: 14px;
}
#pg-18-1 {
	background: #fff;
}
.company {
	border: 1px solid #eee;
}
.company th {
	width: 30%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: 1px solid #eee;
	background: #336699;
}
.company td {
	width: 70%;
	border: 1px solid #eee;
	background: #fff;
}
#pg-18-2 {
	background: #f3f3f3;
}
#pg-18-3 {
	color: #fff;
	background: #336699;
}

/* 採用情報 */
#pg-10169-0 {
	background: #fff;
}
#pg-10169-1 {
	background: #f3f3f3;
}
.work-box {
	position: relative;
	padding: 0 30px 30px 30px;
}
.work-box .txt {
	margin-top: 30px;
}
.wb01 {
	color: #fff;
	background: #faaaaa;
}
.wb02 {
	color: #fff;
	background: #fab155;
}
.wb03 {
	color: #fff;
	background: #fddf71;
}
.wb04 {
	color: #fff;
	background: #A6CB73;
}
.wb05 {
	color: #fff;
	background: #ace;
}
.charm-box {
	padding: 40px;
	color: #fff;
	background: #336699;
}
.work-num {
	position: absolute;
	top: -20px;
	left: -20px;
	height: 80px;
	width: 80px;
	font-size: 45px;
	font-weight: bold;
	font-family: sofia-pro, sans-serif;
	text-align: center;
	border-radius: 50%;
}
.wn01 {
	color: #faaaaa;
	border: 3px solid #faaaaa;
	background: #fff;
}
.wn02 {
	color: #fab155;
	border: 3px solid #fab155;
	background: #fff;
}
.wn03 {
	color: #fddf71;
	border: 3px solid #fddf71;
	background: #fff;
}
.wn04 {
	color: #A6CB73;
	border: 3px solid #A6CB73;
	background: #fff;
}
.wn05 {
	color: #ace;
	border: 3px solid #ace;
	background: #fff;
}
.wn06 {
	color: #336699;
	border: 3px solid #336699;
	background: #fff;
}
.wn07 {
	color: #336699;
	border: 3px solid #336699;
	background: #fff;
}
.charm-wrap {
	align-items: stretch !important;
}
.charm-wrap>div>div>div {
	display: flex;
	align-items: stretch;
	height: 100%;
}
#pg-10169-2 {
	background: #fff;
}

/* お知らせ */
.home .widget-title{
	display:none;
}
.widget .subSection-title {
	color: #fff;
	padding: 8px 5px;
	background: #336699;
}
.veu_postList .postList_date {
    color: #aaa;
}
.veu_postList .postList .postList_title a:hover {
	color: #aaa;
	text-decoration:none;
}
.widget_archive ul li a, .widget_categories ul li a, .widget_link_list ul li a, .widget_nav_menu ul li a, .widget_pages ul li a, .widget_recent_entries ul li a {
	padding: 10px 7px;
}
.veu_postList .postList_miniThumb .postList_item {
	padding: 10px 7px;
	background: #fff;
}
.postListText_singleTermLabel{
	min-width: 100px;
}
.entry-footer {
	margin: 2em 0;
}

/* 右サイドバー */
.subSection-title {
	margin-bottom: 0;
}
.subSection-title:after{
    left: 0;
	width: 50%;
	border-bottom-color: #F9F871;
}
.blog .siteContent, .single .siteContent, .category .siteContent, .archive.date .siteContent {
	padding-bottom: 100px;
	background: #fafafa;
}
.localNavi {
	background: #fff;
}

/* お問い合わせ */
#pl-1587 {
	background: #f3f3f3;
}
.phone, .fax {
	text-align: center;
}
.phone i, .fax i {
	margin-right: 10px;
}
.phone a, .fax p {
	font-size: 50px;
	color: #336699;
	font-family: sofia-pro, sans-serif;
	font-style: normal;
	font-weight: 300;
}
.phone a:hover {
	color: #003366;
}
.fax p {
	font-size: 35px;
}
.phone-text {
	text-align: center;
	font-size:20px;
}
/*お問い合わせフォーム*/
.table-contactform7 {
	overflow: hidden;
	table-layout: fixed;
}
.required-contactform7 {
    background: #ef5e1c;
    color: #fff;
    border-radius: 3px;
    font-size: 9px;
    font-style: normal;
    letter-spacing: 1px;
    margin-left:10px;
    padding: 1px 5px 0;
    line-height: 9px;
    zoom: normal;
}
.title-contactform7 {
	font-size:16px;
}
.table-contactform7 th {
	font-weight:bold;
}
span.wpcf7-list-item {
	margin:0;
	margin-right:15px;
}
.table-contactform7 input,
.table-contactform7 textarea{
	max-width: 100% !important;
	margin: 5px 2px 10px 0;
}
.address-100 input {
	max-width: 100% !important;
	margin: 5px 10px 10px 5px;
}
.message-100 textarea {
	width: 100%;
	margin: 5px 10px 10px 5px;
}
/*****送信ボタン******/
.post-name-contact input.btn-primary {
	display: block;
	padding: 15px 30px;
	color: #fff;
	font-size: 20px;
	margin: 20px auto;
	border: none;
	background: #336699;
	opacity:1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-name-contact input.btn-primary:hover {
	background: #003366;
}
@media screen and (min-width: 900px) {
	.table-contactform7 th{
		width:30%;
	}
}
.input-short {
	max-width:200px!important;
}
@media (max-width: 768px) {
	.table-contactform7 th, .table-contactform7 td{
		display:block;
		width:100%;
		padding:10px 5px;
	}
	.table-contactform7 th{
		padding-bottom:0;
		border-bottom:none;
	}
	.entry-body{
		padding-bottom:0;
		}
	.title-contactform7{
		font-size:14px;
	}
	/* お問い合わせ */
	.phone a, .fax p {
		font-size:40px;
	}
}
/* --------- サブページ end --------- */


/* ---------レスポンシブ対応--------- */
@media screen and (max-width: 1300px){
	.home-cont {
		width: 950px;
	}
	.blog .subSection, .single .subSection, .archive .subSection, .vk-post-postType-post, .vk-post-postType-works_b {
		margin-top: 1em;
	}
	.container {
		width: 950px;
		margin: 0 auto;
	}
	#pg-20-2::before, #pg-20-3::before, #pg-20-4::before, #pg-20-5::before, #pg-20-6::before, #pg-20-7::before, #pg-20-9::before, #pg-20-10::before, #pg-20-11::before {
		width: 2.5%;
	}
	.siteFooter .footerMenu{
		width:100%;
	}
	footer .container{
		width:100%;
	}
}

/* 大型タブレット向け */
@media screen and (max-width: 991px){
	/* 改行 PC改行 SP改行せず */
	.pcbr { display: none; }
	.spbr { display: inline-block; }
	
	.siteHeader {
		min-height: 70px;
	}
	.siteHeader_logo {
		padding: 5px 0 !important;
	}
	.vk-mobile-nav-menu-btn {
    	text-indent: inherit !important;
		height: 50px;
		width: 50px;
		top: 10px;
		left: 10px;
		color: transparent;
		background-color: #003366;
    	background-image: url(/wp-content/uploads/2021/10/bars-solid.png);
		background-position: center !important;
		background-size: 30%;
		font-size: 10px;
		font-weight: bold;
		line-height: 10px;
		text-align: center;
		letter-spacing:0.1em;
		border: none;
		border-radius: 0 !important;
	}
	.vk-mobile-nav-menu-btn.menu-open {
		color: transparent;
		border: none;
		background-color: #003366;
		background-image: url(/wp-content/uploads/2021/10/times-solid.png);
		background-position: center !important;
		background-size: 30%;
	}
	.vk-mobile-nav {
		padding: 70px 10px;
	}
	.vk-mobile-nav .global-nav {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}
	.siteHeader::before {
		border-bottom: 3vw solid #0070BD !important; 
	}
	.siteHeader::after {
		border-bottom: 1.5vw solid #f6eb5d !important; 
	}
	.page-header {
		background-attachment: scroll !important;
		background-size: cover !important;
	}
	.home-cont{
		width: 100%;
		padding: 50px 20px;
	}
	.mini-content-container-1 .slide-text-title {
		text-align: center;
	}
	.mini-content-container-1 .slide-text-caption {
		text-align: center;
	}
	.breadSection .container{
		width:100%;
		padding:0 20px;
	}
	.admin-bar .siteContent{
		width:100%;
		padding:0px;
	}
	.mainSection {
		margin-bottom: 0;
	}
	.container{
		width:100%;
		padding:20px;
	}
	.blog .siteContent, .single .siteContent, .category .siteContent, .archive.date .siteContent {
		background-size: 200%;
	}
	#pg-20-2::before, #pg-20-3::before, #pg-20-4::before, #pg-20-5::before, #pg-20-6::before, #pg-20-7::before, #pg-20-9::before, #pg-20-10::before, #pg-20-11::before {
		width: 1%;
	}
	.siteFooter .container {
		padding: 30px 20px;
	}
}

/* タブレット向け */
@media screen and (max-width: 780px){
	.siteHeader {
		min-height: 70px;
	}
	.page-header h1.page-header_pageTitle, .page-header div.page-header_pageTitle {
		margin-top: 1.5em;
    	margin-bottom: calc( 1.5em - 0em );
	}
	.footerMenu li {
		float: none;
		border-bottom: var(--color-footer-border,#ccc);
		display: block;
		overflow: hidden;
		padding: .5em 0;
		text-align: center;
	}
	.pcimg {
		display: none;
	}
	.spimg {
		display: block;
	}
	.slide-text-title {
		font-size: 5vw;
	}
	.slide-text-caption {
		font-size: 2.5vw;
	}
	.feature-img {
		width: 30%;
	}
	.service-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	#pg-20-2 .home-cont, #pg-20-3 .home-cont, #pg-20-4 .home-cont, #pg-20-5 .home-cont, #pg-20-6 .home-cont, #pg-20-7 .home-cont, #pg-20-9 .home-cont, #pg-20-10 .home-cont, #pg-20-11 .home-cont {
		padding: 50px 20px 50px 40px;
	}
	#pg-20-2::before, #pg-20-3::before, #pg-20-4::before, #pg-20-5::before, #pg-20-6::before, #pg-20-7::before, #pg-20-9::before, #pg-20-10::before, #pg-20-11::before {
		width: 20px;
	}
	.greeting-img {
		width: 35%;
	}
	.contact-box-left {
		margin-bottom: -30px;
	}
	.contact-box-right {
		border-left: none;
		border-top: 1px solid #003366;
	}
	.contact-num {
		font-size: 28px;
	}
	#ft-logo {
		width: 80%;
	}
}

/* スマホ向け */
@media screen and (max-width: 540px) {
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 18px;
	}
	p {
		font-size: 16px;
	}
	.siteHeader_logo img {
		display: inline-block;
	}
	.sspbr {
		display: inline-block;
	}
	.slide-text-title img {
		width: 80% ;
	}
	.slide-text-caption {
		font-size: 16px;
	}
	.page-header h1.page-header_pageTitle, .page-header div.page-header_pageTitle {
		margin-top: 2em;
    	margin-bottom: calc( 2em - 0em );
	}
	.btn-base {
		padding: 10px 30px;
	}
	.btn-base::after {
		right: 10px;
	}
	#pg-10-0 {
		background-size: 100%;
	}
	.top-service-wrap {
		padding: 20px;
	}
	.sg {
		height: 150px;
	}
	.news-box {
		padding: 20px;
	}
	.feature-wrap {
		padding: 20px;
	}
	.feature-img {
		width: 50%;
	}
	.feature-num {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.feature-wrap-txt h3 {
		margin: 100px 0 0 0;
		text-align: center;
	}
	.feature-wrap::after {
		bottom: 0;
		right: 5%;
		font-size: 50px;
	}
	.flow-wrap {
		padding: 20px;
	}
	.flow-wrap img {
		margin-bottom: -30px;
	}
	.flow-wrap h3 {
		text-align: center;
	}
	#pg-20-0 .btn-base {
		padding: 10px 30px 10px 10px;
	}
	#pl-10169 .txt.center {
		text-align: left;
	}
	.greeting-img {
		width: 60%;
	}
	.contact-box-left br {
		display: none;
	}
	.phone a, .fax p {
		font-size: 34px;
	}
}
@media screen and (max-width: 320px) {
	.service-grid {
		grid-template-columns: 1fr;
	}
}