@charset "utf-8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ローディング画面
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.loading_wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading_wrap .img {
	display: none;
	width: 200px;
	margin-bottom: 0px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ > プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*動画*/
.entry-content .wp-block-cover {
	width: 100%;
	height: 100%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ > 施工事例
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*矢印*/
#home_works.cmn_carousel_2col :is(.slick-prev,.slick-next) {
	top: 50%;
}

#home_works.cmn_carousel_2col .slick-prev {
	left: -15px;
}

#home_works.cmn_carousel_2col .slick-next {
	right: calc(clamp(15px, -1875.000px + 131.25vw, 645px) * -1);
}

#home_works.cmn_carousel_2col :is(.slick-prev,.slick-next)::before {
	content: '\e913'!important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 140px;
	font-size: 19px;
	color: #fff!important;
	background-color: var(--main);
}

#home_works .slick-prev.slick-disabled::before, 
#home_works .slick-next.slick-disabled::before {
	opacity: 1;
	background-color:#b1b1b1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ > 会社案内
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_company::before {
	animation: txt-slider 20s linear infinite;
}

@keyframes txt-slider {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -2560px 0;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ > 採用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_recruit::before {
	animation: bg-slider01 25s linear infinite;
}

@keyframes bg-slider01 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -2525px 0;
	}
}

#home_recruit::after {
	animation: bg-slider02 25s linear infinite;
}

@keyframes bg-slider02 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 2525px 0;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.site-footer {
	position: relative;
}

#footer-widgets ul.menu {
	letter-spacing: 0.1em;
}

#footer-widgets ul.menu > li.contact {
	display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
コピーライト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.site-info {
	position: absolute;
	/* left: 280px; */
	bottom: clamp(150px, -90.000px + 16.667vw, 230px);
	width: 100%;
}

.inside-site-info {
	padding: 0;
	width: 90%;
	margin: 0 auto;
	max-width: 1500px;
	min-width: 1200px;
	display: flex;
	justify-content: flex-start;
}

.copyright-bar {
    min-width: 280px;
    width: 21%;
	margin: initial!important;
}

.copyright-bar small {
	font-size: 1.3rem;
	font-weight: 400;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
下層プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.fuchi {
	color: transparent;
	-webkit-text-stroke: 1px #b3b3b3;
}

/*about サステナビリティ*/
/*
:is(.page-about, .page-sustainability) .note_page_promo h1 {
	margin-left: 60px;
}
*/

/*上下水道工事 お問い合わせ*/
/*
:is(.page-water-supply, .page-contact) .note_page_promo h1 {
	margin-left: 45px;
}
*/

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*表01*/
.table01 th {
    border-right: 1px solid #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
下層　＞　施工事例　＞　詳細ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*虫眼鏡アイコン*/
.noimage a {
    position: relative;
	height: 100%;
    display: block;
}

.noimage a:after {
    content: "\e905";
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-family: "icomoon";
	width: 60px;
	height: 60px;
	right: 0;
	bottom: 0;
	color: #fff;
	background-color: rgb(0 0 0 / 50%);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
下層　＞　ページプロモ下子ナビ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.h_child_navi ul.child_navi {
    border-radius: 0;
    margin-top: 50px;
	column-gap: 30px;
}

.h_child_navi ul.child_navi a {
    background: #fff;
    border: 1px solid var(--text);
	color: var(--text);
}

.h_child_navi ul.child_navi a:hover, .h_child_navi ul.child_navi li.current_page_item a {
    border: 1px solid var(--main);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ハンバーガーメニューのカスタマイズ(2023-03-13mk)
↓↓↓下記をまずは削除した上で、【https://coco-factory.jp/ugokuweb/move01-cat/humbugermenu/】から、お好みのボタンのCSSを追加
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
	position: relative;/*ボタン内側の基点となるためrelativeを指定*/
	background:transparent;
	cursor: pointer;
	width: 45px;
	height:45px;
	border: 1px solid #000;
	border-radius: 50%;
}

.home #mobile-header:not(.is_stuck) .openbtn {
	border-color: #fff;
}

/*ボタン内側*/
.openbtn span{
	display: inline-block;
	transition: all .4s;/*アニメーションの設定*/
	position: absolute;
	left: 14px;
	height: 1px;
	background: #000;
	width: 35%;
}

.home #mobile-header:not(.is_stuck) .openbtn span {
	background: #fff;
}

.openbtn span:nth-of-type(1) {
	top:18px; 
}

.openbtn span:nth-of-type(2) {
	top:24px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active {
	border-color: #fff;
}

.openbtn.active span:nth-of-type(1) {
	top: 15px;
	left: 14px;
	background: #fff;
	transform: translateY(6px) rotate(-30deg);
}

.openbtn.active span:nth-of-type(2){
	top: 27px;
	left: 14px;
	background: #fff;
	transform: translateY(-6px) rotate(30deg);
}