@charset "UTF-8";
/*
    Template: ecodouoriginal_sw
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* ----------------------------------------------------------------------
  PC用
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
  共通
---------------------------------------------------------------------- */

/* ヘッダー
---------------------------------------------------------------------- */

.c-gnav>.menu-item>a/*,#wp-megamenu-header_menu>.wpmm-nav-wrap *//*.wp-megamenu > li*/ {
	min-width: 100px;
	border-right: solid 2px rgba(130,157,106,1.0);
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1.0);
	/*mix-blend-mode: difference;*/
}

.c-gnav>.menu-item:first-child/*,#wp-megamenu-header_menu>.wpmm-nav-wrap *//*.wp-megamenu > li*/ {
	border-left: solid 2px rgba(130,157,106,1.0);
}

.c-gnav>.menu-item {
	height: 80% !important;
	margin: 2.5% 0 2.5% 0 !important;
}


/* タイトル
---------------------------------------------------------------------- */

.l-topTitleArea {
	min-height: 400px;
}

.ttl-area .conth2-ttl {
	font-size: 2.0rem !important;
    font-weight: 600;
    color: rgb(0, 104, 192, 1.0);
    margin-top: -6.0rem;
}

.ttl-area .conth2-sttl {
	font-size: 3.5rem;
    font-weight: 600;
	font-style: italic;
    color: rgb(238, 238, 238, 1.0);
}

.c-pageTitle {
	font-size: 2.5rem;
}


/* フッター
---------------------------------------------------------------------- */

.w-beforeFooter {
	/*min-height: 700px;*/
	padding: 150px 0;
	margin: 150px 0 0 0;
	background: url("https://ecodou.com/wp-content/uploads/2025/05/foinq-bg01.jpg") no-repeat center center;
	background-size: 100% auto;
}

.w-beforeFooter .fo-inq-area {
	width: 1000px;
	min-height: 300px;
	padding: 80px;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 10px;
	background: rgba(255, 255, 255, 1.0);
	position: relative;
	display: flex;
}

.w-beforeFooter .fo-inq-area::before {
	content: "";
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	width: 1px;
	height: 80%;
	background-color: rgba(63, 38, 38, 1.0);
}

.w-beforeFooter .fo-inq-area .form-zone, .w-beforeFooter .fo-inq-area .tel-zone {
	width: 50%;
	text-align: center;
}

.w-beforeFooter .fo-inq-area .form-zone {
	padding: 0 50px 0 0;
}

.w-beforeFooter .fo-inq-area .tel-zone {
	padding: 0 0 0 50px;
}

.fo-inq-area .conttxt-ttl {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 25px;
	text-align: center;
}

.fo-inq-area .formlink-btn {
	width: 80%;
	padding: 10px;
	margin: 25px auto 0 auto;
	font-size: 1.3rem;
	border-radius: 5px;
    background: rgba(0, 100, 200, 1.0);
	/*text-align: center;*/
}

.fo-inq-area .formlink-btn a {
	color: rgba(255, 255, 255, 1.0);
}

.fo-inq-area .formlink-btn img, .fo-inq-area .tellink-btn img {
	height: 40px;
	padding-right: 10px;
	vertical-align: middle;
}

.fo-inq-area .tellink-btn {
	width: 80%;
	padding: 10px;
	margin: 25px auto 0 auto;
	font-size: 1.3rem;
	font-weight: 600;
	border-radius: 5px;
	color: rgba(0, 100, 200, 1.0);
}


/* コピーライト----- */

.l-footer__nav li a {
	border: none !important;
}


/* function
---------------------------------------------------------------------- */

.p-fixBtnWrap {
	bottom: 0;
	right: 0;
}

.c-fixBtn {
	width: 200px;
	height: 200px;
	border: none;
	border-radius: 0 !important;
	background-color: rgba(130, 200, 220, 1.0);
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.c-fixBtn__icon {
	font-size: 30px;
	color: rgba(255, 255, 255, 1.0);
	position: absolute;
	top: 60%;
	left: 60%;
}

#pagetop .c-fixBtn__label {
	margin-top: 0;
	position: absolute;
	top: 73%;
	left: 45%;
    font-size: 1.4rem;
	color: rgba(255, 255, 255, 1.0);
}


/* ----------------------------------------------------------------------
  Indexページ
---------------------------------------------------------------------- */

/* Indexページ
---------------------------------------------------------------------- */

/* メインビジュアル ----- */

.dp-mainimgsq1 {
	/*width: 100px;
    height: 1000px;
    background: red;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.dp-mainimgsq2 {
	/*width: 100px;
    height: 1000px;
    background: blue;*/
    position: absolute;
    bottom: 0;
    right: 0;
}

.p-mainVisual {
	padding-bottom: 10px;
}

.p-mainVisual__imgLayer .u-obf-cover {
	clip-path: polygon(5% 7.5vw, 95% 0%, 95% calc(100% - 7.5vw), 5% 100%);
}


/* 記事スライダー ----- */

.p-postSlider {
	padding: 100px 0 100px 0;
	margin: 100px auto 0 auto;
}

.p-postSlider::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 85%;
	max-width: 1370px;
	height: 100%;
	/*background-color: rgba(191, 230, 242, 1.0);*/
	background-color: rgba(218, 236, 242, 1.0);
	z-index: -1;
	clip-path: polygon(0% 3.7vw, 95% 0%, 95% calc(100% - 3.7vw), 0% 100%);
}

/*.p-postSlider::before {
    transform: skewX(-45deg);*/
    /*content: "";/*ボックスを作る*/
    /*position: absolute;/*ポジションで中央に配置*/
	/*top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    z-index: -1;/* 親要素の後ろに来るように-1 */
	/*background-color: rgba(248,16,20,1.00);
}*/


/* 私たちにできること ----- */

.cando-area {
	/*padding-left: 300px;
	padding-right: 300px;*/
	margin: 0 auto 100px auto;
}

.cando-area .cando-zone {
	/*min-height: 500px;*/
	/*position: absolute;
	top: 100px;
	left: 0;*/
	padding-bottom: 150px !important;
}

.cando-zone .oilbg-img {
	/*min-height: 500px;*/
	width: 45%;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: -1;
}

.cando-zone .oilbg-img img {
	width: 100%;
}

.cando-zone .conttxt-box {
	width: 50%;
	min-height: 500px;
	margin-left: 50%;
}


/* 事業内容 ----- */

.biz-area {
	padding-left: 300px;
	padding-right: 300px;
	margin: 100px auto;
}

.business-area .wp-block-column {
	position: relative;
}

/*.business-area .biztxt-zone {
	width: calc(100% - 100px);
	height: calc(100% - 100px);
	padding: 80px;
	position: absolute;
	top: 50px;
	left: 50px;
	background-color: rgba(255, 255, 255, .7);
}

.business-area .biztxt-zone:hover {
	background-color: rgba(255, 255, 255, 0.5);
}*/

.business-area .c-bannerLink__text {
	width: calc(100% - 100px);
	height: calc(100% - 100px);
	padding: 80px;
	position: absolute;
	top: 50px;
	left: 50px;
	background-color: rgba(255, 255, 255, .9);
}

.business-area .c-bannerLink__text:hover {
	background-color: rgba(255, 255, 255, .3);
}

.business-area .c-bannerLink__title {
	font-weight: 600;
	color: rgba(0, 100, 200, 1.0);
}


/* ----------------------------------------------------------------------
  Serviceページ
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
  企業情報
---------------------------------------------------------------------- */

/* Index
---------------------------------------------------------------------- */

/* エコ導について ----- */

.aboutus-area {
	/*padding-left: 300px;
	padding-right: 300px;*/
	margin: 0 auto 100px auto;
}

.aboutus-area .cando-zone {
	/*min-height: 500px;*/
	/*position: absolute;
	top: 100px;
	left: 0;*/
	padding-bottom: 150px !important;
}

.aboutus-area .oilbg-img {
	/*min-height: 500px;*/
	width: 45%;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: -1;
}

.aboutus-area .oilbg-img img {
	width: 100%;
}

.aboutus-area .conttxt-box {
	width: 50%;
	min-height: 500px;
	margin-left: 50%;
}


/* ----------------------------------------------------------------------
  お問合せフォーム
---------------------------------------------------------------------- */

/* Index
---------------------------------------------------------------------- */

.form-area input {
	max-width: 100% !important;
}


/* ----------------------------------------------------------------------
  スマホ用
---------------------------------------------------------------------- */

@media screen and (max-width: 960px) {

	.pc {
		display: none;
	}

	.smp {
		display: block;
	}


/* 共通
---------------------------------------------------------------------- */

/* TABLEタブ ----- */

	.wp-block-table>table tr>:first-child:not(.-no1) {
		max-width: 100% !important;
		/*
    min-width: var(--swl-cell1-width, var(--swl-minwidth-cell, 0)) !important;
    width: var(--swl-cell1-width, auto);*/
	}

	
/* タイトル
---------------------------------------------------------------------- */

	.l-topTitleArea {
		min-height: 250px;
	}

	.ttl-area .conth2-ttl {
	/*font-size: 2.0rem !important;
    font-weight: 600;
    color: rgb(0, 104, 192, 1.0);
    margin-top: -6.0rem;*/
}

	.ttl-area .conth2-sttl {
	font-size: 3.5rem;
    font-weight: 600;
	font-style: italic;
    color: rgb(238, 238, 238, 1.0);
		line-height: 1.0em;
	}

/*.c-pageTitle {
	font-size: 2.5rem;
}*/


/* フッター
---------------------------------------------------------------------- */

	.w-beforeFooter {
		/*min-height: 700px;*/
		padding: 50px 10px;
		margin: 0;
	/*background: url("https://ecodou.com/wp-content/uploads/2025/05/foinq-bg01.jpg") no-repeat center center;*/
		background-size: auto 100%;
	}

	.w-beforeFooter .fo-inq-area {
		width: 100%;
	/*min-height: 300px;*/
		padding: 20px;
	/*margin: 0 auto;
	box-sizing: border-box;*/
		border-radius: 3px;
		background: rgba(255, 255, 255, .9);
	/*position: relative;*/
		display: block;
	}

	.w-beforeFooter .fo-inq-area::before {
	/*content: "";
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;*/
		width: 0;
		height: 0;
	/*background-color: #3f2626;*/
	}

	.w-beforeFooter .fo-inq-area .form-zone, .w-beforeFooter .fo-inq-area .tel-zone {
		width: 100%;
	/*text-align: center;*/
	}

	.w-beforeFooter .fo-inq-area .form-zone {
		padding: 0 0 20px 0;
		margin-bottom: 20px;
		border-bottom: rgba(63, 38, 38, 1.0) solid 1px;
	}

	.w-beforeFooter .fo-inq-area .tel-zone {
		padding: 0;
	}

	.fo-inq-area .conttxt-ttl {
	/*font-size: 1.5rem;
	font-weight: 600;*/
		margin-bottom: 5px;
	/*text-align: center;*/
	}

/*.fo-inq-area .formlink-btn {
	width: 80%;
	padding: 10px;
	margin: 25px auto 0 auto;
	font-size: 1.3rem;
	border-radius: 5px;
    background: rgba(0, 100, 200, 1.0);*/
	/*text-align: center;*/
/*}

.fo-inq-area .formlink-btn a {
	color: rgba(255, 255, 255, 1.0);
}

.fo-inq-area .formlink-btn img, .fo-inq-area .tellink-btn img {
	height: 40px;
	padding-right: 10px;
	vertical-align: middle;
}

.fo-inq-area .tellink-btn {
	width: 80%;
	padding: 10px;
	margin: 25px auto 0 auto;
	font-size: 1.3rem;
	font-weight: 600;
	border-radius: 5px;
	color: rgba(0, 100, 200, 1.0);
}*/


/* function
---------------------------------------------------------------------- */

/*.p-fixBtnWrap {
	bottom: 0;
	right: 0;
}*/

	.c-fixBtn {
		width: 100px;
		height: 100px;
	/*border: none;
	border-radius: 0 !important;
	background-color: rgba(130, 200, 220, 1.0);
	clip-path: polygon(100% 0, 100% 100%, 0 100%);*/
	}

	.c-fixBtn__icon {
	/*font-size: 30px;
	color: rgba(255, 255, 255, 1.0);
	position: absolute;
	top: 60%;*/
		left: 50%;
	}

	#pagetop .c-fixBtn__label {
	/*margin-top: 0;
	position: absolute;
	top: 73%;*/
		left: 20%;
		font-size: 1.0rem;
	/*color: rgba(255, 255, 255, 1.0);*/
	}


/* ----------------------------------------------------------------------
  Indexページ
---------------------------------------------------------------------- */

/* Indexページ
---------------------------------------------------------------------- */

/* メインビジュアル ----- */

	.dp-mainimgsq1 {
		width: 60%;
	}

	.dp-mainimgsq2 {
		width: 80%;
	}

/*.p-mainVisual {
	padding-bottom: 10px;
}

.p-mainVisual__imgLayer .u-obf-cover {
	clip-path: polygon(5% 7.5vw, 95% 0%, 95% calc(100% - 7.5vw), 5% 100%);
}*/


/* 私たちにできること ----- */

	.cando-area {
	/*padding-left: 300px;
	padding-right: 300px;*/
		margin: 0 auto 0 auto;
	}

	.cando-area .cando-zone {
	/*min-height: 500px;*/
	/*position: absolute;
	top: 100px;
	left: 0;*/
	/*padding-bottom: 150px !important;*/
	}

	.cando-zone .oilbg-img {
		width: 100%;
		position: relative;
		top: 0;
	}

/*.cando-zone .oilbg-img img {
	width: 100%;
}*/

	.cando-zone .conttxt-box {
		width: 100%;
		min-height: auto;
		margin-left: 0;
		padding: 0 10px;
		box-sizing: border-box;
	}


/* 事業内容 ----- */

	.biz-area {
		padding-left: 0;
		padding-right: 0;
	/*margin: 100px auto;*/
	}

/*.business-area .wp-block-column {
	position: relative;
}*/

/*.business-area .biztxt-zone {
	width: calc(100% - 100px);
	height: calc(100% - 100px);
	padding: 80px;
	position: absolute;
	top: 50px;
	left: 50px;
	background-color: rgba(255, 255, 255, .7);
}

.business-area .biztxt-zone:hover {
	background-color: rgba(255, 255, 255, 0.5);
}*/

	.business-area .c-bannerLink__text {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		padding: 20px;
		position: absolute;
		top: 10px;
		left: 10px;
	/*background-color: rgba(255, 255, 255, .9);*/
	}

/*.business-area .c-bannerLink__text:hover {
	background-color: rgba(255, 255, 255, .3);
}

.business-area .c-bannerLink__title {
	font-weight: 600;
	color: rgba(0, 100, 200, 1.0);
}*/


/* ----------------------------------------------------------------------
  企業情報
---------------------------------------------------------------------- */

/* Index
---------------------------------------------------------------------- */

/* エコ導について ----- */

	.aboutus-area {
	/*padding-left: 300px;
	padding-right: 300px;*/
		/*margin: 0 auto 100px auto;*/
	}

	.aboutus-area .cando-zone {
	/*min-height: 500px;*/
	/*position: absolute;
	top: 100px;
	left: 0;*/
	/*padding-bottom: 150px !important;*/
	}

	.aboutus-area .oilbg-img {
	/*min-height: 500px;*/
		width: 100%;
		position: relative;
		top: 0;
	}

/*.aboutus-area .oilbg-img img {
	width: 100%;
}*/

	.aboutus-area .conttxt-box {
		width: 100%;
		min-height: auto;
		margin-left: 0;
		padding: 0 10px;
		box-sizing: border-box;
	}


/* ---------------------------------------------------------------------- */
}/* 960px用終了 */