@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.main{
	padding: 0;
}

.article{
	margin-bottom: 0!important;
}

p{
	margin: 0 0 1em;
}

.entry-content{
	margin: 0;
}

.entry-content>*{
	margin-bottom: 0;
}

.content{
	margin: 0;
}

.date-tags{
	margin: 0;
}

.no-sidebar .content .main{
	border:none;
}

.wrap{
	width: 100%!important;
}

@media screen and (max-width: 834px){
	main.main, div.sidebar{
		padding:20px 0 0;
	}

	#main{
		padding: 0;
	}
}

@media screen and (max-width: 480px){
	#content-in{
		margin-top: 40px;
	}
}

/************************************
** 共通パーツ
************************************/

.pc-block{
	display:block;
}

.sp-block{
	display:none;
}

.bg_white{
	background-color: #fff;
}

.mb0{
	margin-bottom: 0!important;
}

.mb10{
	margin-bottom: 10px!important;
}

.mb20{
	margin-bottom: 20px!important;
}

.mb30{
	margin-bottom: 30px!important;
}

.mb40{
	margin-bottom: 40px!important;
}

.p0{
	padding: 0!important;
}

.w100{
	width: 100%!important;
}

@media screen and (max-width: 834px){
	
	.pc-block{
		display:none;
	}
	
	.sp-block{
		display:block;
	}
}

/* 見出し */

#contentsBlock h4{
	font-family: "Noto Serif", serif;
	font-size: 24px;
	color: #0F1A53;
	padding: 0 0 10px;
	margin: 0 0 1em;
	border-bottom: 1px solid #0F1A53;
}

#contentsBlock h5{
	font-family: "Noto Serif", serif;
	font-size: 18px;
	color: #406E89;
}

.hd02_wrap{
	text-align: center;
	margin-bottom: 20px;
}

#content-in .hd02{
	position: relative;
	display: inline-block;
	font-family: "Noto Serif", serif;
	font-size: 32px;
	font-weight: 600!important;
	line-height: 1.0!important;
	border: none;
	margin: 0 0 10px;
	padding: 0 !important;
	letter-spacing: 0.05em;
	width: 100%;
	background-color: transparent!important;
	color: #0F1A53!important;
}

#content-in .hd02_wrap .hd02{
	margin: -110px 0 10px;
}

.ttl_en{
	font-family: "Roboto Serif", serif;
    font-weight: 300;
	font-size: 90px;
    font-style: normal;
	 font-size: 14px;
	 color: #EBF1F3;
	 margin-top: -5px;
	 margin-bottom: 0!important;
    display: block;
	line-height: 0.8;
}

.hd03{
	font-family: "Noto Serif", serif;
	font-size: 32px;
	font-weight: 600!important;
	color: #0F1A53;
	border: none;
}

.hd03-02{
	font-family: "Noto Serif", serif;
	font-size: 24px;
	color: #0F1A53;
	padding: 0 0 10px;
	margin: 0 0 1em;
	border-bottom: 1px solid #0F1A53;
}

.hd03-02 p{
	margin: 0;
}

@media screen and (max-width: 834px){
	#content-in .hd02{
		font-size: 28px;
	}
	.hd02 .fz-40px{
		font-size: 28px;
	}
	
	.hd02 .fz-44px{
		font-size: 30px;
	}

	.ttl_en{
		font-size: 50px!important;
	}
	
	.hd02:before,
	.hd02:after{
		width:45px;
		height:45px;
	}
	
	.hd03{
		font-size: 20px;
		padding: 15px;
	}
}


/* ボタン */

.btnStyle01{
	display: block;
	max-width: 194px;
	width: 100%;
	line-height: 44px;
	text-align: center;
}

.btnStyle01 a{
	position: relative;
	display: block;
	font-family: "Noto Serif", serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	width: 100%;
	background-color: #406E89;
	padding: 10px;
	border-radius: 50px;
	text-decoration: none;
	padding: 0;
	transition: all .3s;
}

.btnStyle01 a:before{
	content: "";
	display: block;
	width: 4px;
	height: 6px;
	position: absolute;
	background-color: #fff;
	right: 20px;
	top: calc(50% - 2px);
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	transition: all .3s;
}

.btnStyle01:hover{
	opacity: 0.8;
}

.btnStyle01.bg_wh a{
	background-color: #fff;
	border: 1px solid #406E89;
	color: #406E89;
}

.btnStyle01.bg_wh a:before{
	background-color: #406E89;
}

@media screen and (max-width: 834px){
	.btnStyle01 a{
		font-size: 13px;
	}
}

/* アイコン */

.icon_contact{
	position: relative;
	padding-left: 20px;
}

.icon_contact:before{
	 content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    display: block;
    background: url(common/img/icon_contact.png) no-repeat center / contain;
    width: 21px;
    height: 15px;
    transform: translateY(-50%);
}

.icon_tel,.icon_address{
	position: relative;
	padding-left: 20px;
	margin-right: 20px;
}

.icon_tel:before,
.icon_address:before{
	 content: "";
    position: absolute;
    left: -10px;
    display: block;
    width: 24px;
    height: 24px;
}

.icon_tel:before{
	top: 5px;
    background: url(common/img/icon_tel.png) no-repeat center / contain;	
}

.icon_address:before{
	 top: 0;
    background: url(common/img/icon_address.png) no-repeat center / contain;	
}

/* テキスト */

.txt_blue{
	color: #142EB9;
}

/* テーブル */

.tableStyle01{
	margin-bottom: 15px;
}

.tableStyle01 table{
	border-spacing: 0 20px;
	border-collapse: separate;
}

.tableStyle01 table tr td:first-of-type{
	font-size: 16px;
	font-weight: 500;
	color: #406E89;
	border: none;
	border-bottom: 1px solid #EBF1F3;
	padding: 8px 12px 17px;
    width: 19%;
}

.tableStyle01 table tr td:last-of-type{
	position: relative;
	padding: 8px 12px 17px;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 400;
	border: none;
	border-bottom: 1px solid #EBF1F3;
	color: #000;
	width: 71%;
}

.tableStyle01 table tr td ol{
	padding-left: 1em;
}

.tableStyle01 table tr td ol li{
	line-height: 1.2;
}

@media screen and (max-width: 834px){
	.tableStyle01 table tr td:first-of-type,
	.tableStyle01 table tr td:last-of-type{
		width: 100%;
		display: block;
	}

	.tableStyle01 table tr td:first-of-type{
		text-align: left;
		border-bottom: none;
		padding: 8px 12px;
	}

}

/* リスト　*/

.wp-block-list{
	margin-left:-1em;
}


/************************************
** header
************************************/

#header-container{
	padding: 0;
}

#header{
	display: flex;
	align-items: center;
	width: 21%;
}

.header-container-in{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 90px;
}

.logo-image,
.header .header-in,
.logo-image span, .logo-image a{
	padding: 0;
}

.menu-header li a{
	font-size: 16px;
	font-weight: 700;
}

.menu-header li a:hover{
	opacity: 0.8;
}

.menu-header li a .item-description{
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 8px;
	color: #477EFE;
}

.header .header-in{
	min-height: auto;
    width: 100%;
    padding: 0 10px 0 0;
}

#navi{
	width: 76%;
    max-width: 1008px;
	height: 100%;
}

.header_top{
	 display: flex;
    justify-content: space-between;
	 align-items: flex-start;
	 margin-right: 9%;
}

.header_right{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 72%;
}

.header_right > span{
	color: #161616;
	white-space: nowrap;
}

.header_right .icon_tel{
	font-size: 20px;
	font-family: "Roboto Serif", serif;
}

.header_right .icon_address{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	margin-right: 4%;
}

.menu-header li{
	position: relative;
}

.menu-header li a{
	padding: 0 40px!important;
}

.metree-logo{
	width: 17%;
}

.metree-logo a{
	display: block;
}

.metree-logo img{
	max-width: 136px;
	width: 100%;
	vertical-align: middle;
}

#navi .contact-btn{
	max-width: 167px;
	width: 17%;
	height: 100%;
	margin-left: 10px;
}

#navi .contact-btn a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
    padding-right: 14px;
    line-height: 1.3;
	background: linear-gradient(180deg, #1898E2 0%, #0064BC 100%);
}

#navi .contact-btn a:before{
	content: "";
	display: block;
	width: 4px;
	height: 6px;
	position: absolute;
	background-color: #fff;
	right: 15px;
	top: calc(50% - 2px);
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	transition: all .3s;
}


#navi .navi-in .contact-btn a:hover{
	background: linear-gradient(180deg, #1898E2 0%, #0064BC 100%);
	color: #fff;
	opacity: 0.7;
}

.navi{
	display: flex;
}

.navi-in{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navi-in > ul{
	align-items: center;
    justify-content: flex-start;
    width: 64%;
    margin-right: 20px;
}

#navi .navi-in>ul>li{
	height: auto;
}

#navi .navi-in>ul>li:not(:last-of-type){
	margin-right: 4%;
}

#navi .navi-in>ul>li>a{
	display: block;
	height: 100%;
	padding: 0!important;
}

#navi .navi-in>ul>li>a .caption-wrap{
	height: 100%;
	display: flex;
	align-content: center;
}

#navi .navi-in>ul>li>a .caption-wrap .item-label{
	display: flex;
	align-items: center;
	line-height: 1.5;
}

.tagline{
	display: none;
}

.logo-image{
	padding: 0;
}

@media screen and (max-width: 1023px){
	.header .header-in{
		margin:0;
		padding:0 10px;
	}
	
	.header_top{
		margin-right:0;
	}

	#navi .contact-btn a{
		font-size: 12px;
	}

	#navi .contact-btn a:before{
		font-size: 10px;
	}
}

@media screen and (max-width: 834px){
	#header-in{
		display:none;
	}

	.header-container-in{
		display: none;
	}
	
	.mobile-header-menu-buttons{
		background-color: #fff;
		padding: 12px;
		z-index: 9999!important;
	}
	
	.mobile-menu-buttons .logo-menu-button{
		width: 27%;
      max-width: 170px;
	}
	
	.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
		content: "\f0c9";
		color: #406E89;
		font-size: 35px;
	}

	.fa-close{
		color: #406E89;
	}
	
	.mobile-menu-buttons .menu-caption{
		display:none;
	}
	
	.navi-menu-content{
	  -webkit-transform: translateX(120%);
     transform: translateX(120%);
		right:0;
		left:auto;
	}
	
	.mobile-menu-buttons .menu-button{
		width:35px;
	}
	
	.menu-close-button{
		text-align: right;
		padding: 10px;
	}
	
	.menu-drawer a{
		position:relative;
		border-bottom: 1px solid #406E89;
      padding: 10px;
	}

	.metree-logo{
		margin: 20px auto 0;
	}

	.metree-logo a{
		border-bottom: none;
		text-align: center;
	}
}

/************************************
**下層ページ　共通
************************************/

.entry-content .contents{
	max-width: 1030px;
}

/* パンクズリスト */

.bread_list ul{
	display: flex;
	margin: 0 0 60px;
	padding: 0 0 0 15px;
}

.bread_list ul > li{
	font-size: 14px;
	font-weight: 400;
	color: #444;
	list-style: none;
}

.bread_list ul > li > a{
	position: relative;
	text-decoration: none;
	color: #444;
	padding-right: 20px;
}

.bread_list ul > li > a:after{
	content: ">";
	position: absolute;
	right: 3px;
	padding-left: 5px;
}

.bread_list ul > li > a:hover{
	text-decoration: underline;
}

.bread_list ul > li > a:hover:after{
	text-decoration: none;
}
@media (max-width: 834px){
	.bread_list ul{
		padding: 0;
	}
}

/************************************
**下層ページ　メインビジュアル
************************************/

.main_underpage {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url("img/main_under.jpg") no-repeat center / cover;
	width: 100%;
	min-height:291px;
}

.main_underpage  h2{
	font-family: "Noto Serif", serif;
	background-color: transparent;
	font-size: 32px;
	font-weight: 600;
	color: #0F1A53;
	text-align: center;
	margin: -10px 0 0;
    padding: 0;
}

.main_underpage  .ttl_en{
	font-family: "Roboto Serif", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 90px;
    color: rgba(154, 206, 249, 0.5);
    display: block;
}

/************************************
*商品紹介
************************************/

.products_list .list_item{
	padding-right: 50px;
	margin-bottom: 75px;
}

.products_list .panel-grid-cell .hd03{
	margin: 30px 0 20px;
    letter-spacing: 0.06em;
}

.products_list .panel-grid-cell .textBox{
	padding-top: 20px;
	border-top: 1px solid #406E89;
}

.products_list .panel-grid-cell .textBox p{
	font-weight: 500;
}

.products_list .panel-grid-cell .btn_area{
	display: flex;
	justify-content: flex-end;
}

.products_list .panel-grid-cell .btn_area .btnStyle01:last-of-type{
	margin-left: 20px;
}

@media (max-width: 780px){
	.products_list .list_item{
		padding-right: 0;
		margin-bottom: 60px;
	}

	.products_list .panel-grid-cell .widget_media_image{
		text-align: center;
	}

	.products_list .panel-grid-cell .hd03{
		margin: 0 0 10px;
		padding: 0;
	}
}

/************************************
*酸水素混合ガス発生装置
************************************/

#sec-about_hydro .products_list .list_item{
	padding-right: 0;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
}

#sec-about_hydro .products_list .panel-grid-cell .hd03{
font-size: 28px;
}

#sec-hydro-trouble{
	position: relative;
    background-color: #EBF1F3;
    margin-top: 70px;
    padding-top: 70px;
}

#sec-hydro-trouble:before{
	content: "";
    position: absolute;
    height: 135px;
    width: 100%;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    background-color: #EBF1F3;
	left: 0;
    bottom: -135px; 
}

#sec-hydro-trouble .hd02{
	margin: 0!important;
	background-color: transparent;
	line-height: 1.2 !important;
}

.trouble_list{
	margin-top: 30px;
}

.trouble_list > ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
}

.trouble_list > ul > li{
	list-style: none;
	box-shadow: inset 0 0 14px 0 rgba(0,0,0,.17);
	background-color: #fff;
	border-radius: 60px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #444;
	width: 48%;
	padding: 40px 10px;
}

#sec-hydro-cause{
	margin-top: 210px;
}

#sec-hydro-cause .hd02{
	margin: 0 auto 25px!important;
	line-height: 1.2 !important;
}

.cause_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	padding: 0;
	padding-left: 0!important;
}

.cause_area > li{
	position: relative;
    list-style: none;
    width: 48%;
    padding: 40px 0 30px 80px;
    z-index: 10;
    margin: 0 0 10px !important;
}

.cause_area > li:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	background-color: #EBF1F3;
	box-shadow: 0 0 20px 0 rgba(194, 229, 249,.5);
	border-radius: 50%;
	z-index: -1;
}

.cause_area > li .ttl_area{
	display: flex;
	align-items: center;
	margin: 0 0 10px;
}

.cause_area > li .ttl_area .num{
	display: flex;
    align-items: center;
	font-size: 11px;
	font-weight: 500;
	text-align: left;
	margin: 0;
	padding-right: 20px;
	white-space: nowrap;
}

.cause_area > li .ttl_area .num span{
	font-family: "Noto Serif", serif;
	font-size: 18px;
	padding-left: 5px;
}

.cause_area > li .ttl_area .ttl{
	font-family: "Noto Serif", serif;
	font-size: 24px;
	font-weight: 600;
	color: #0F1A53;
	margin: 0;
}

.cause_area > li > p{
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	max-width: 350px;
}

#sec-hydro-suggest{
	background: url("img/bg_suggest.png") no-repeat center / cover;
	padding: 20px 0 80px;
}

#sec-hydro-suggest > .contents{
	max-width: 1000px;
}

#sec-hydro-suggest h2{
	position: relative;
	font-family: "Noto Serif", serif;
	font-size: 50px;
	font-weight: 300;
	color: #0081EB;
	margin-bottom: 135px;
	background-color: transparent;
	padding: 0;
}


#sec-hydro-suggest h2:before{
	content: "";
	position: absolute;
	bottom: -80px;
	left: 50%;
	width: 140px;
	height: 49px;
	background: url("common/img/icon/icon_arrow_bottom.png") no-repeat center / contain;
	transform: translateX(-50%);
}

.suggest_contents .panel-grid .panel-grid-cell:first-of-type{
	width: 63%!important;
	background-color: #fff;
	margin: 15px 0 0;
    padding: 50px;
}

.suggest_contents .panel-grid .panel-grid-cell:last-of-type{
	position: relative;
	width: 39%!important;
	margin-left: -2%;
}

.suggest_contents .panel-grid .panel-grid-cell:last-of-type .widget_media_image.panel-last-child{
	position: absolute;
    right: 35px;
    bottom: -30%;
}

.suggest_contents .panel-grid-cell .textBox {
    padding-top: 30px;
    border-top: 1px solid #406E89;
}

.suggest_contents .panel-grid-cell .textBox p{
	margin: 0;
	font-weight: 500;
}

.suggest_contents .panel-grid-cell h3{
	margin-bottom: 30px;
	letter-spacing: 0.07em;
    font-feature-settings: "palt";
}

#sec-hydro-jirei{
	margin-top: 50px;
}

#sec-hydro-jirei .hd02{
	margin: 0 0 35px!important;
}

.page-hydro-oxy-generator .btnStyle01{
	margin: 20px auto 0;
}

@media screen and (max-width: 834px){
	#sec-about_hydro .products_list .panel-grid-cell .hd03{
		font-size: 24px;
	}

	.trouble_list > ul > li{
		width: 100%;
		font-size: 16px;
	}

	.appeal-content{
		padding: 0!important;
	}

	.cause_area > li{
		width: 100%;
		max-width: 400px;
		padding: 40px 0 30px 30px;
	}

	#sec-hydro-suggest h2{
		font-size: 26px;
	}

	.cause_area > li .ttl_area .num{
		padding-right: 10px;
	}

	.cause_area > li .ttl_area .ttl{
		font-size: 20px;
	}

	.suggest_contents .panel-grid .panel-grid-cell:first-of-type{
		width: 100%!important;
		margin: 0 auto;
		padding: 30px 20px!important;
	}

	.suggest_contents .panel-grid .panel-grid-cell:last-of-type{
		width: 100%!important;
		margin-left: 0;
		position: relative;
	}

	.suggest_contents .panel-grid-cell h3{
		margin-bottom: 10px;
		padding: 0;
	}

	.suggest_contents .panel-grid .panel-grid-cell:last-of-type .widget_media_image{
		margin: 0!important;
	}

	.suggest_contents .panel-grid .panel-grid-cell:last-of-type .widget_media_image.panel-last-child{
		position: static;
		text-align: right;
	}
}

/************************************
**投稿一覧
************************************/

.sec-post > .contents{
	max-width: 1000px;
}

.post_list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0;
}

.post_list li{
	display: flex;
	flex-direction: column;
	width: calc(100% / 3 - 14px);
	list-style: none;
	padding-left: 0;
	margin: 0 0 45px!important;
}

.page-hydro-oxy-generator .post_list li{
	margin: 0!important;
}

.post_list li .post_img{
	position: relative;
}

.post_list li .post_img img{
	width: 100%;
}

p.category span{
	display: inline-block;
	background-color: #EDF9FF;
	padding: 5px 18px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 400;
	color: #0F1A53;
	border-radius: 0;
}

.post_list li .post_img .category{
	position: absolute;
	top: 0;
	left: 0;
}

.post_list li .ttl{
	font-family: "Noto Serif", serif;
	font-size: 20px;
	font-weight: 400;
	color: #0F1A53;
	flex-grow: 1;
	margin: 0;
	text-align: left;
}

.post_list li .link{
	text-align: right;
	margin: 0;
}

.post_list li .link a{
	position: relative;
	font-family: "Noto Serif", serif;
	font-size: 15px;
	font-weight: 400;
	color: #406E89;
	border-bottom: 1px solid #406E89;
	padding: 0 20px 10px 0;
	text-decoration: none;
}

.post_list li .link a:before{
	content: "";
    display: block;
    width: 4px;
    height: 6px;
    position: absolute;
    background-color: #406E89;
    right: 0;
    top: 7px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    transition: all .3s;
}

.post_list li .link a:hover{
	border: none;
}

.pagination{
	margin: 30px auto;
}

.nav-links{
	width: 100%;
}

.nav-links .page-numbers:not(.next, .prev){
	font-family: "Noto Serif", serif;
	font-size: 16px;
	font-weight: 500;
	color: #406E89;
	border: 1px solid #406E89;
	border-radius: 50%;
}

.nav-links .page-numbers.current:not(.next, .prev){
	color: #fff;
	background-color: #406E89;
}

.nav-links .page-numbers.next,
.nav-links .page-numbers.prev{
	position: relative;
	font-family: "Noto Serif", serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background-color: #406E89;
	border-radius: 50px;
	max-width: 194px;
	width: 100%;
}

.nav-links .page-numbers.next:before,
.nav-links .page-numbers.prev:before{
	content: "";
    display: block;
    width: 4px;
    height: 6px;
    position: absolute;
    background-color: #fff;
    right: 20px;
    top: 50%;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    transition: all .3s;
    transform: translateY(-50%);
}

.nav-links .page-numbers.prev:before{
	left: 20px;
	right: auto;
	clip-path: polygon(100% 0, 100% 100%, 0% 50%);
}

.nav-links a:hover{
	opacity: 0.8;

}

@media screen and (max-width: 834px){
	.post_list{
		padding: 0!important;
	}

	 .post_list li,
	 .page-hydro-oxy-generator .post_list li{
		width: 100%;
		margin: 0 auto 20px!important;
	}

	.pagination{
		margin: 30px auto 0;
	}

	.nav-links .page-numbers.next,
	.nav-links .page-numbers.prev{
		display: block;
		margin: 20px auto;
	}
}

/************************************
**投稿詳細
************************************/

.sec-post-single > .contents{
	max-width: 720px;
}

body.categoryid-10 .sec-post-single > .contents{
	max-width: 1000px;
}

.post_contents h3{
	font-family: "Noto Serif", serif;
	font-size: 32px;
	font-weight: 600;
	color: #0F1A53;
	text-align: center;
	margin: 0 0 20px;
}

.post_contents .category{
	text-align: center;
}

.post_contents .btnStyle01{
	margin: 20px auto 0;
}

/************************************
**お問い合わせ
************************************/

#sec_bottom{
	background: url("common/img/contact_01.png") no-repeat right / contain;
	margin: 50px 0 0;
	padding: 20px 20px 100px;
}

.bottom_inner{
	max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}

#sec_bottom .hd02_wrap{
	text-align: left;
	max-width: 530px;
	margin-bottom: 50px;
}

#sec_bottom .hd02_wrap .hd02{
	text-align: left;
    color: #142EB9!important;
    font-weight: 600;
    font-size: 38px;
    padding: 20px 0 10px 75px!important;
	line-height: 1.5 !important;
}

#sec_bottom .hd02:after{
	bottom: -10px;
    right: 0px;
}

#sec_bottom .hd02_wrap + .wp-block-columns{
	margin-bottom: 0;
}

.contact_area{
	background: url("common/img/bg/bg_contact.jpg") no-repeat center / cover;
	margin-top: 60px;
	padding: 85px 0 70px;
}

.contact_area .hd02_wrap{
	margin-bottom: 30px;
}

.contact_area .hd02_wrap + p{
	font-size: 16px;
	font-weight: 500;
}

.contact_area .wp-block-group{
	margin-bottom: 0!important;
}

.contact_area .ttl_en{
	color: #fff;
}

.contact_info{
	max-width: 868px;
    width: 100%;
    justify-content: space-between;
    margin: 30px auto 0;
    padding: 0;
    margin-bottom: 0 !important;
}

.contact_info > div{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 30px 20px 20px;
	text-align: center;
}

.contact_info h3{
	font-family: "Noto Serif", serif;
	font-size: 20px;
	font-weight: 600;
	color: #0F1A53;
	text-align: center;
	bottom: none;
}

.contact_info .tel{
	position: relative;
    display: inline-block;
    font-family: "Noto Serif", serif;
    font-size: 29px;
    font-weight: 500;
    color: #0C7ECF;
    padding-left: 50px;
    text-align: center;
	text-decoration: none;
}

.contact_info .tel:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	background: url(common/img/icon/icon_tel.png) no-repeat center / contain;
	transform: translateY(-50%);
}

.contact_area .btn_contact{
	max-width: 220px;
	width:100%;
	margin: 10px auto 0;
}

.contact_area .btn_contact .wp-block-button{
	width: 100%;
}

.contact_area .btn_contact a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 56px;
	text-align: center;
	background: linear-gradient(90deg, rgba(24,152,226,0.83) 0%, #0064BC 100%);
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	border-radius: 50px;
	transition: all .3s;
}

.contact_area .btn_contact a:before{
	content: "";
    display: block;
    width: 4px;
    height: 6px;
    position: absolute;
    background-color: #fff;
    right: 20px;
    top: calc(50% - 2px);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    transition: all .3s;
}

.contact_area .btn_contact a:hover{
	opacity: 0.8;
}

.contact_area.style02{
	background: #C2E5F9;
	padding: 70px 40px;
}

.contact_area.style02 .hd02_wrap{
	margin-bottom: 15px;
}

.contact_area.style02 .hd02{
	margin: 0!important;
}

.contact_area.style02 .contact_info h3{
	margin: 0 0 10px;
}

.contact_area.style03{
	background: #EBF1F3;
	padding: 70px 40px;
}


.contact_area.style03 .contact_info .wp-block-column{
	max-width: 414px;
	margin: 0 auto;
}

@media screen and (max-width: 834px){
	.contact_area{
		margin-top: 80px;
		padding: 60px 20px 70px;
	}

	.contact_info h3{
		margin-bottom: 10px;
	}

}


/************************************
** footer
************************************/

#footer{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #323B40;
	height: 190px;
	margin: 0;
}

.footer-bottom{
	margin: 0;
}

.menu-footer li a{
	font-family: "Noto Serif", serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff!important;
	padding: 0 20px;
}

.navi-footer-in > .menu-footer li,
.navi-footer-in > .menu-footer li:last-child{
	border: none;
}

#footer .copyright{
	font-family: "Roboto Serif", serif;
	font-size: 12px;
	font-weight: 500;
	color: #EDF9FF!important;
	margin-top: 25px;
}

@media screen and (max-width: 834px){
	.footer{
		padding: 20px;
	}
	#footer{
		height: auto;
	}

	.navi-footer-in > .menu-footer{
		flex-direction: column;
	}

	.navi-footer-in > .menu-footer li.menu-item a{
		text-align: left;
		margin: 6px;
	}

	.footer-widgets{
		display:block!important;
	}
	
	.footer-widgets > div{
		padding:20px;
	}
	
	.footer-left .widget_media_image{
		text-align:center;
	}
	
	.footer-left .widget_custom_html{
		margin-bottom: 0!important;
	}
	
	.footer-center{
		display:none;
	}
	
	.footer-bottom{
		margin-top: 0;
		padding: 0;
	}

	#footer a:not(.sns-button):hover{
		background-color: inherit;
		text-decoration: underline;
	}
}


/************************************
** トップページ
************************************/

.contents{
	max-width: 1150px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

/************************************
** mainVisual
************************************/

#appeal{
	display: flex;
	align-items: center;
	background-size: cover;
	aspect-ratio: 1440 / 699;
	padding: 20px 40px;
}

#appeal-in{
	padding: 0;
	min-height: auto;
	height: 83%;
    margin: 0 0 10px 0;
}

.appeal-content{
	background-color: transparent;
    max-width: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.appeal-message{
	margin-bottom: 0;
	height: 100%;
}

/* .appeal-message .mainText{
	 font-size: 38px;
    font-weight: 600;
    line-height: 1.45;
    margin-top: 35px;
}

.appeal-message .bg_white{
	background-color: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 20px;
	margin-top: 55px;
}

.appeal-message p{
	font-family: "Noto Serif", serif;
    font-size: 42px;
    font-weight: 600;
    color: #0F1A53;
    line-height: 1.5;
    writing-mode: vertical-rl;
    text-align: left;
} */

.mainVisual_contents{
	max-width: 673px;
	width: 51%;
	margin: 0 0 0 auto;
	background-color: #fff;
	height: 100%;
	padding: 40px 4%;
}

.mainVisual_contents .img_tokkyo{
	max-width: 128px;
	margin: 0 80px 0 0;
}

.mainVisual_contents .product_name{
	font-family: "Noto Serif", serif;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #0F1A53;
    margin-top: 20px;
    line-height: 1.4;
}

.mainVisual_contents .product_number{
	font-family: "Noto Serif", serif;
	font-size: 19px;
	font-weight: 600;
	color: #0F1A53;
	margin-top: 10px;
}

.mainVisual_contents .btnStyle01{
	margin: 20px auto 0;
}

.mainVisual_contents_inner {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.mainVisual_contents_inner:before{
	content: "";
	position: absolute;
	top: 0;
	right: -30px;
    width: 69%;
	height: 100%;
	background: url(img/img_main_product.png) no-repeat center right / contain;
	z-index: -1;
}


/* .mainVisual_contents_inner .left{
	width: 231px;
	margin: 0 auto 30px 0;
} */

@media screen and (max-width: 1440px){
	/* .mainVisual_contents_inner .left{
		width: 41%;
	} */
}

@media screen and (max-width: 1280px){
	.mainVisual_contents{
		padding: 40px 10px;
	}

	.mainVisual_contents .product_name{
		font-size: 22px;
		margin-top: 10px;
	}

	.mainVisual_contents .img_tokkyo {
		max-width: 90px;
		margin: 0 40px 0 0;
	}

	.mainVisual_contents_inner:before{
		right: 0;
		width: 60%;
	}
	
	
}

@media screen and (max-width: 1023px){
	#appeal{
		background: url(img/mainVisual_sp.png) no-repeat top center / contain;
        aspect-ratio: 1 / 1.8;
		padding: 0 10px;
	}

	.appeal-message{
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}

	.mainVisual_contents{
		padding: 20px;
		margin: 0;
		width: 100%;
		max-width: 480px;
		height: auto;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	}
	.mainVisual_contents .product_name{
		font-size: 17px;
		margin-top: 10px;
	}

	.mainVisual_contents .product_number{
		font-size: 13px;
		margin-top: 5px;
	}

	.mainVisual_contents .img_tokkyo{
		max-width: 80px;
	}


}

@media screen and (max-width: 480px){
	.mainVisual_contents{
		margin-bottom: -80px;
	}

	.mainVisual_contents_inner:before{
		width: 56%;
	}
}

/************************************
**明日の地球環境改善のリードメーカー
************************************/

#sec_about{
	position: relative;
    padding: 150px 0 0;
	background: url(img/bg_top01.png) no-repeat center / contain;
	max-width: 1230px;
    margin: 0 auto;
}

#sec_about > .contents{
	max-width: 641px;
}

#sec_about > .contents > p{
	color: #0F1A53;
	font-size: 17px;
	font-weight: 400;
	line-height: 2.6;
}

#sec_about .hd02_wrap{
	margin-bottom: 30px;
}

#sec_about .hd02_wrap + p{
	margin-bottom: 25px;
}

#sec_about .btnStyle01{
	margin: 40px auto 0;
}

@media screen and (max-width: 834px){
	#sec_about{
		padding: 0;
	}

	#sec_about .ttl_en{
		line-height: 2.2;
	}

	#sec_about .hd02{
		line-height: 1.5 !important;
	}

	#sec_about .hd02_wrap + p{
		margin-bottom: 30px;
	}
}

/************************************
** お知らせ
************************************/

#sec_news{
	background: url(img/bg_top02.jpg) no-repeat center / cover;
    padding: 80px 20px 105px;
    margin-top: 70px;
}

.secnews_inner{
	background: white;
	padding: 45px 60px 10px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	max-width: 978px;
	width: 100%;
	margin: 0 auto;
}

.secnews_inner .flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.secnews_inner .flex .hd02_wrap{
	position: relative;
	width: 19%;
}

.secnews_inner .flex .hd02_wrap:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -25px;
	width: 46px;
	height: 83px;
	background: url("common/img/icon/icon_slash.png") no-repeat center / contain;
	transform: translateY(-50%);
}
  
.secnews_inner .flex .hd02_wrap .ttl_en{
	line-height: 1.5;
	text-align: left;
}

.secnews_inner .flex .hd02_wrap .hd02{
	text-align: left;
}

.secnews_inner .news_contents{
	width: 75%;
}

.secnews_inner .news_contents > ul{
	padding-left: 0;
}

.news-item {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 15px;
margin-bottom: 22px;
font-size: 14px;
}

.news-date {
font-family: "Montserrat", sans-serif;
font-size: 14px;
color: #0F1A53;
padding-right: 10px;
letter-spacing: 0.03em;
}

.news-cat {
font-family: "Hiragino Kaku Gothic ProN", sans-serif;
padding: 3px 13px;
background: #E8E8E8;
border-radius: 20px;
font-weight: bold;
font-size: 12px;
color: #333;
margin-right: 5px;
}

.news-title a {
color: #444;
font-size: 14px;
text-decoration: none;
letter-spacing: 0.05em;
}

.news-title a:hover {
text-decoration: underline;
}
  


@media screen and (max-width: 834px){
	#sec_news{
		margin-top: 30px;
		padding: 60px 10px 80px;
	}

	.secnews_inner{
		padding: 45px 20px 10px;
	}

	.secnews_inner .flex{
		flex-direction: column;
	}

	.secnews_inner .flex .hd02_wrap{
		width: 100%;
	}

	.secnews_inner .flex .hd02_wrap:before{
		content: none;
	}

	.secnews_inner .flex .hd02_wrap .ttl_en,
	.secnews_inner .flex .hd02_wrap .hd02{
		text-align: center;
	}

	.secnews_inner .news_contents{
		width: 100%;
	}

	.news-title{
		width: 100%;
	}

	.news-date{
		padding-right: 5px;
	}

	.news-cat{
		white-space: nowrap;
	}
}

/************************************
** 当社の強み
************************************/

#sec_strength{
	padding: 70px 0;
}

.strength_list{
	max-width: 1050px;
	width: 100%;
	margin: 20px auto 30px;
}

.strength_list > .panel-grid{
	margin-bottom: 20px!important;
}

.strength_list .panel-grid-cell{
	background: url(img/bg_top03.png) no-repeat center / contain;
	width: 44%!important;
	padding: 10px 0 0;
}

.strength_list h3{
	font-family: "Noto Serif", serif;
	font-size: 32px;
	font-weight: 600;
	color: #0F1A53;
	text-align: center;
	margin: 10px 0 20px;
}

.strength_list p{
	font-size:15px;
	font-weight: 500;
	color: #0F1A53;
	text-align: center;
}

.shojo_area{
	background-color: #FFF4D5;
	padding: 20px 80px;
	margin-top: 90px;
}

.shojo_area .flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.shojo_area figure{
	width: 20%;
    margin-top: -80px;
	margin-bottom: 0 !important;
	margin-right: 20px;
}

.shojo_text{
	width: 79.5%;
	margin-top: 25px;
}

.shojo_text h3{
	font-family: "Noto Serif", serif;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}
.shojo_text p{
	font-size: 16px;
	font-weight: 500;
	color: #444;
}

@media screen and (max-width: 834px){
	#sec_strength{
		padding: 30px 0;
	}
	
	#sec_strength > .contents .hd02_wrap + p{
		text-align: left;
	}

	.strength_list{
		margin: 60px auto 30px;
	}

	.strength_list .panel-grid-cell{
		width: 100%!important;
		min-height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
	}

	.strength_list h3{
		margin: 10px 0 10px;
		padding: 0 20px;
		font-size: 24px;
	}

	.strength_list p{
		margin-bottom: 0;
	}

	.shojo_area{
		margin-top: 100px;
		padding: 20px;
	}

	.shojo_area .flex{
		flex-direction: column;
	}

	.shojo_area figure{
		width: 60%;
		margin-top: -60px;
	}

	.shojo_area figure img{
		margin: 0 auto;
	}

	.shojo_text{
		width: 100%;
		margin-top: 35px;
	}

	.shojo_text h3{
		font-size: 26px;
    	text-align: center;
	}
}

/************************************
**製品情報
************************************/

#sec_products{
	margin-top: 60px;
}

.product_intro{
	background-color: #EDF9FF;
	width: calc(100% - 113px);
	margin: 90px auto 50px 0;
	padding: 0 20px;
}

.product_intro .flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
}

.product_intro .flex figure{
	margin: 0;
    width: 51%;
    text-align: center;
}

.product_intro .flex figure img{
	margin: 0 0 0 auto;
}

.product_intro .flex .product_intro_detail{
	width: 45%;
	margin: 60px 0 0;
}

.product_intro .flex .product_intro_detail h3{
	margin-bottom: 15px;
    letter-spacing: 0.05em;
}

.product_intro_detail .font_accent{
	font-family: "Noto Serif", serif;
	font-size: 19px;
	font-weight: 600;
	color: #0F1A53;
	margin-bottom: 12px;
}

.product_intro_detail .product_detail_text{
	margin-bottom: 0;
}

.product_intro_detail .btnStyle01{
	margin: 20px auto 0 0;
}

.product_inro + h3{
	margin: 40px auto 10px;
}

.product-grid{
	display: flex;
	justify-content: space-between;
	max-width: 1184px;
    width: calc(100% - 20px);
    margin: 0 auto 60px;
}

.product-card{
	width: calc(100% / 4 - 20px);
	text-align: center;
}

.product-card h3{
	font-family: "Roboto Serif", serif;
    font-weight: 400;
	font-size: 32px;
	color: #0F1A53;
	text-align: center;
	margin-bottom: 15px;
}

.product-card .model{
	text-align: center;
	font-size: 14px;
	color: #0F1A53;
	margin-bottom: 20px;
}

.product-card .tag{
	color: #0F1A53;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	background-color: #EDF9FF;
	border-radius: 40px;
	padding: 10px 20px;
	white-space: nowrap;
}

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

	.product_intro{
		width: calc(100% - 20px);
		margin: 50px auto 30px 0;
		padding: 20px;
	}

	.product_intro .flex{
		flex-direction: column;
		width: 100%;
	}

	.product_intro .flex .product_intro_detail{
		width: 100%;
    	margin: 20px 0 0;
	}

	.product_intro_detail .btnStyle01{
		margin: 20px auto 0;
	}

	.product-grid{
		flex-direction: column;
		margin: 40px auto 0;
	}

	.product-card{
		width: 100%;
		margin: 0 0 60px;
	}

	.product-card h3{
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 480px){
	.product_intro .flex .product_intro_detail h3{
		font-size: 22px;
        padding: 10px 0;
		margin-bottom: 0;
	}
}

/************************************
** 会社概要
************************************/

#sec-company_detail{
	padding: 0 0 80px;
}

#sec-company_detail > .contents{
	max-width: 820px;
}

#sec-company_greeting{
	background-color: #EBF1F3;
	padding: 80px 0 65px;
}

#sec-company_greeting  > .contents{
	max-width: 865px;
}

#sec-company_greeting .hd02_wrap .ttl_en{
	color: #fff;
}

#sec-company_greeting .widget_media_image{
	margin-bottom: 0!important;
}

#sec-company_greeting .name p {
	font-family: "Noto Serif", serif;
	font-size: 15px;
	font-weight: 600;
	color: #0F1A53;
}

#sec-company_greeting .name p span{
	font-size: 20px;
}

#sec-company_vision{
	background: url(img/bg_top01.png) no-repeat center top / contain;
    max-width: 1240px;
    padding: 48px 0 15px;
    margin: 90px auto 0;
}

#sec-company_vision > .contents{
	max-width: 760px;
}

#sec-company_vision .hd02_wrap .hd02{
	margin: -10px 0 10px;
}

#sec-company_vision .hd02_wrap + p{
	font-size: 17px;
    font-weight: 500;
    color: #0F1A53;
    max-width: 640px;
    margin: 20px auto 0;
    line-height: 2.5;
    letter-spacing: 0.045em;
}

.vision_img{
	margin: 100px auto 0;
}

@media screen and (max-width: 834px){
	.vision_img .wp-block-image img{
		margin: 0 auto;
	}
}

/************************************
**お問い合わせフォーム
************************************/


#sec_contact_form{
	margin: 60px auto 100px;
}

#sec_contact_form > .contents{
	max-width: 720px;
}

#sec_contact_form .hd02{
	margin: 0 0 20px;
}

#sec_contact_form .item{
	margin: 20px 0 0;
}

#sec_contact_form .ttl{
	font-size:16px;
	font-weight:500;
	color: #406E89;
	margin: 0;
}

.hissu{
	font-family: "Noto Sans JP", sans-serif;
	font-size:12px;
	font-weight:700;
	color: #fff;
	background-color: #406E89;
	border-radius:3px;
	padding: 4px 8px;
    margin-left: 30px;
}

.doui{
	text-align:center;
}

.doui a{
	color: #406E89;;
}

.wpcf7-form input,
.wpcf7-form textarea{
	border: 1px solid #406E89;
	accent-color: #406E89;
    border-radius: 5px;
    margin: 10px 0 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    padding: 4px 10px;
    word-break: break-all;
}

.wpcf7-form textarea{
	height:200px;
}

.wpcf7-list-item{
	color: #406E89;
}

.wpcf7-list-item:first-of-type{
	margin-left: 0;
}
.wpcf7-spinner{
	display:none;
}

.submit-btn{
	position: relative;
    max-width: 194px;
    max-height: 43px;
    width: 100%;
    margin: 20px auto 0 !important;
}

.submit-btn:before{
	content: "";
    display: block;
    width: 4px;
    height: 6px;
    position: absolute;
    background-color: #fff;
    right: 20px;
    top: calc(50% - 2px);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    transition: all .3s;
}

.wpcf7-submit{
	background-color: #406E89 !important;
    color: #fff !important;
    border: none !important;
    font-size: 17px;
    font-weight: 500;
    margin: 0 !important;
    border-radius: 50px !important;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 10px !important;
	width: 100%;
}

.wpcf7-response-output{
	text-align:center;
	font-size:1em;
	color: #dc3232;
	border:none!important;
}

@media screen and (max-width: 781px){
	
	#sec_contact_form{
		margin: 60px auto;
	}
	
	.sec-blue_inner{
		padding:40px 10px;
		margin:50px auto 0;
		width: calc(100% - 40px);
	}

	.wpcf7-response-output{
		text-align: left;
	}
}


/************************************
** プライバシーポリシー
************************************/

#sec-privacypolicy{
	max-width: 690px;
	width:100%;
	margin: 50px auto 80px;
}

/************************************
** ページトップボタン
************************************/

.go-to-top .go-to-top-button{
	background-color: transparent!important;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
