@charset "utf-8";
/*
Theme Name:環境事業サイト
*/
/*============================
Reset CSS
============================*/
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, address, del, em, img,
small, strong, sub, i,
dl, dt, dd, ol, ul, li, form, label, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figcaption, figure, 
footer, header, menu, nav, section, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	letter-spacing: 0.5px;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	word-break: break-all;
}
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,aside,details,figcaption,figure,
footer,header,menu,nav,section {display: block;}
nav, ul {list-style: none;}
a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
del {text-decoration: line-through;} 
table {
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	border: 0;   
	border-top: 1px solid #cccccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}
input, select {vertical-align: middle;}
ul { 
	letter-spacing: -0.5em;
	list-style-type: none;
}
li { letter-spacing: normal;
     list-style-type: none;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
figure {
	margin: 0!important;
}
.grecaptcha-badge {
	transform: scale(0.9, 0.9);
	bottom: 0 !important;
}
img {
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}

/* ========== メインビジュアル ========== */
.bl_top_mv {
	position: relative;
	z-index: 0;
}

.bl_top_mv .mo{
	display: none;
}

.bl_top_mv img {
	width: 100%;
}

.bl_wave {
    position: absolute;
    width: 100%;
    left: 0;
    top: 84%;
}

.bl_top_box {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	color: #fff;
	z-index: 2;
}

.bl_top_ttl {
	font-size: 5rem;
	line-height: .9;
	font-weight: 600;
}

.bl_top_ttl .en {
	font-family: "Expletus Sans", sans-serif;
	letter-spacing: .07em;
}

.bl_top_ttl .en,
.bl_top_ttl .kana {
    display: inline-block;
}

.bl_top_ttl .ja {
	display: block;
	margin: -10px 0 10px;
}

.bl_top_ttl .ja span {
	background: #1cbb95;
	color: #fff;
	letter-spacing: .05em;
	line-height: 1;
	font-size: 1.5rem;
	font-weight: 600;
    display: inline-block;
	padding: 3px 8px 6px 10px;
}

.bl_top_txt {
	font-size: 1.25rem;
	line-height: 1.9;
	font-weight: 500;
	margin: 20px 0 0;
}
@media screen and (max-width: 1200px) {
	.bl_top_ttl {
    	font-size: 4rem;
	}
	
	.bl_top_txt {
    	font-size: 1.0625rem;
    	line-height: 1.8;
	}
	.bl_top_ttl .ja span {
    	font-size: 1.25rem;
	}
}
@media screen and (max-width: 1023px) {
	.bl_top_ttl {
    	font-size: 3rem;
	}
	.bl_top_txt {
    	font-size: .9375rem;
    	line-height: 1.7;
		margin: 14px 0 0
	}
	.bl_top_ttl .ja span {
    	font-size: 1rem;
	}
}

@media screen and (max-width: 767px) {
	.bl_top_mv .pc{
		display: none;
	}
	.bl_top_mv .mo{
		display: block;
	}
	.bl_wave {
    	position: absolute;
    	width: 100%;
    	left: 0;
    	top: 94%;
	}
	.bl_top_box {
    	left: 0;
    	padding: 0 20px;
	}
    .bl_top_ttl {
        font-size: 2.25rem;
    }
}
/* ========== 「Green Vision」とは ========== */
.bl_about {
	position: relative;
	z-index: 4;
	padding: 50px 0 100px;
}

.deco_wave {
	position: absolute;
	top: -30px;
	left: 0;
	z-index: 5;
}

.bl_about_box {
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
	gap: 80px;
	align-items: center;
}
 
.bl_about_img {
	position: relative;
	text-align: right;
	padding: 0 0 0 30px;
}

.bl_about_txt {
	padding-right: 30px;
    margin: -30px 0 0;
}

.bl_about_ttl {
	color: #218497;	
	font-size: 1.25rem;
	font-weight: 600;
}

.bl_about_ttl_en {
    background: linear-gradient(90deg, #185A9D 0%, #43CEA2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family: "Expletus Sans", sans-serif;
	font-size: 3.75rem;
}
.bl_about_desc {
	margin: 30px 0 0;
	max-width: 540px;
	line-height: 1.8;
}
.bl_about_desc span {
	display: block;
	margin: 0 0 20px;
	line-height: 1.8;
}

@media screen and (max-width: 1200px) {
	.bl_about_box {
    	grid-template-columns: 40% 1fr;
    	gap: 50px;
	}
	
	.bl_about_ttl {
    	font-size: 1.125rem;
	}
	
	.bl_about_ttl_en {
    	font-size: 3.5rem;
	}
}
@media screen and (max-width: 1023px) {
	.bl_about {
    	padding: 60px 0 50px;
	}
	.bl_about_box {
    	grid-template-columns: 34% 1fr;
    	gap: 40px;
	}	
	.bl_about_ttl {
    	font-size: 1rem;
	}	
	.bl_about_ttl_en {
    	font-size: 2.5rem;
	}	
	.bl_about_desc {
    	margin: 10px 0 0;
    	line-height: 1.7;
	}
}
@media screen and (max-width: 767px) {
	.bl_about_box {
		position: relative;
		display: block;
	}
	.bl_about {
        padding: 40px 0 50px;
    }
	.bl_about_img {
		display: none;
	}
	.bl_about_txt {
    	margin: 0;
    	padding: 0 15px;
	}
    .bl_about_ttl_en {
        font-size: 2rem;
    }
}
/*============================
支援実績
============================*/
.bl_case {
  position: relative;
}
.bl_case_desc {
	text-align: center;
}
.bl_case_box {
	display: grid;
	grid-template-columns: 30% 1fr;
	gap:40px;
}
.bl_case_cont_head {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 30px;	
	margin: 0 0 30px;
	align-items: center;
}
.bl_case_cont_head .no {
    background: linear-gradient(90deg, #185A9D 0%, #43CEA2 100%);
	font-family: "Expletus Sans", sans-serif;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
	font-size: 1.25rem;
	line-height: 1;
}
.bl_case_cont_head .ctgr span {
	font-size: .875rem;
	display: inline-block;
	padding: 5px 10px;
	background: #1D9C7E;
	color: #fff;
	line-height: 1;
}
.bl_case_thumbnail img {
	border-radius: 10px;
}
.bl_case_post h3 {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0 0 32px;
	line-height: 1;
}

.bl_case_request{
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 30px;
	background: #F4F7F8;
	padding: 12px;
	border-radius: 10px;
	align-items: center;
}
.bl_case_request_ttl h4  {
	text-align: center;
	color: #039BB7;
	font-weight: 600;
}
.bl_case_request_txt{
	font-size: .9375rem;
}

.bl_case_post {
	margin: 80px 0 0;
}

.bl_case_post section {
	padding: 30px 0;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}

.bl_case_cont {
	margin: 15px 0 0;
	font-size: .9375rem;
}

.bl_paragraph {
	margin: 15px 0 0;
}


@media screen and (max-width: 1200px) {
	.bl_case_cont_head {
    	grid-template-columns: 80px 1fr;
    	gap: 10px;
	    margin: 0 0 20px;
	}
	
	.bl_case_cont_head .ctgr span {
    	font-size: .75rem;
    	padding: 4px 5px 7px 8px;
	}
	
	.bl_case_post h3 {
    	font-size: 1.125rem;
    	margin: 0 0 30px;
	}
	
	.bl_case_request_ttl h4 {
    	font-size: .9375rem;
	}
	
	.bl_case_request {
    	grid-template-columns: 140px 1fr;
    	gap: 8px;
	}
	.bl_case_post {
    	margin: 50px 0 0;
	}
}

@media screen and (max-width: 1023px) {
	.bl_case_desc {
    	text-align: left;
	}
	.bl_case_box {
    	display: block;
	}
	
    .bl_case_thumbnail img {
		height: 210px;
        object-fit: cover;
        width: 100%;
    }
    .bl_case_post h3 {
        margin: 20px 0;
    }
	.bl_case_post {
    	margin: 30px 0 0;
	}
}

@media screen and (max-width: 767px) {
	.bl_case_desc {
    	text-align: left;
	}
	.bl_case_box {
    	display: block;
	}
	
    .bl_case_thumbnail img {
		height: 150px;
    }
	.bl_case_request {
    	display: block;
	}
.bl_case_request {
    display: block;
    padding: 16px 12px;
	}
    .bl_case_request_ttl h4 {
        font-size: 1rem;
        margin: 0 0 9px;
    }
	.bl_case_request_txt {
    	font-size: 1rem;
	}
	.bl_case_cont {
    	font-size: 1rem;
	}
}
/*============================
お知らせ
============================*/
.bl_news {
	background: #F4F7F8;
}
.bl_news_cont {
    display: grid;
    grid-template-columns: 35% 1fr;
    gap: 90px;
}

.bl_news_cont__right{
	border-top: 1px solid #DEDDDD;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

.news-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.news-date {
  color: #185A9D;
  font-size: .875rem;
  min-width: 100px;
    font-family: "Expletus Sans", sans-serif;
}

.news-label {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
}

.news-label.blue {
  background: #185A9D;
}

.news-label.purple {
  background: #A77CCF;
}

.news-label.green {
  background: #43CEA2;
}

.news-label.yellow {
  background: #B5C84F;
}

.news-text {
  flex: 1;
  font-size: 16px;
  color: #333;
}

.news-more {
  margin-top: 20px;
  text-align: right;
}

.news-more a {
  font-size: 16px;
  font-weight: 500;
  color: #218497;
  text-decoration: none;
  position: relative;
  padding-right: 20px;
}

.news-more a::after {
  content: '›';
  position: absolute;
  right: 0;
  font-size: 18px;
  color: #218497;
}

@media screen and (max-width: 1200px) {
.bl_news{
		background:#e6f8f7;
	}
	.bl_news_cont{
		gap:0;
	}
.bl_news_cont__left {
    margin-left: 10%;
}
.bl_news_more {
    width: 60%;
    margin: 0 auto;
}
.bl_news .fuwafuwa {
display:none;
}
}
@media screen and (max-width: 850px) {
	.bl_news_cont{
		display: block;
	}
    .bl_news_cont__left {
        margin-left: 0;
    }	
.bl_news .el_lv2Heading .ja {
    margin-top: 0;
}
    .bl_news_more {
		width: 38%;
	        margin-bottom: 8%;
	}
}
@media screen and (max-width: 500px) {
	.bl_news_post {
    width: 95%;
    margin: 0 auto;
}
	.bl_news_more{
		width:65%;
	}
	.bl_news_post h3{
		font-size:14px;
		padding-right:0;
	}
}

/* ========== Business Section ========== */
.business-section {
  /*background: linear-gradient(90deg, #185A9D 0%, #43CEA2 100%);*/
	background: linear-gradient(90deg, #185a9d5c 0%, #43cea261 100%);
	text-align: center;
}

.business-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin: 0 auto 50px;
  max-width: 1200px;
}

.business-text span {
	display: block;
}

.bl_business_cont {
	display: grid;
	grid-template-columns: 1fr 400px 1fr;
	position: relative;
	align-items: center;
    overflow: hidden;
}

.bl_business_logo img {
	display: block;
	max-width: 240px;
	margin: 0 auto;
	position: relative;
    z-index: 4;
}

.bl_business_logo div {
	position: relative;	
}

.bl_business_logo div:before {
	content: '';
	width: 288px;
	height: 288px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: dashed 3px #fff;
	z-index: 0;
}

.bl_business_item .box {
	background: #fff;
	border-radius: 10px;
    position: relative;
}

.bl_diagramTxtbox {
    display: flex;
    border-radius: 10px;
    color: #333;
    align-items: center;
    font-weight: 700;	
	margin: 0 0 30px;
}

.box4 .bl_diagramTxtbox, 
.box8 .bl_diagramTxtbox {
	margin: 0;
}

.box .bl_diagramTxtbox:before,
.box .bl_diagramTxtbox:after{
	content: '';
	position:absolute;
	z-index:2;
}

.box .bl_diagramTxtbox:after {
	width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1cbb95;
}

.box1 .bl_diagramTxtbox:before {
	width: 180px;
	height: 58px;
	top: 50%;
	right:-180px;
	border-top: dashed 3px #fff;
	border-right: dashed 3px #fff;
}

.box1 .bl_diagramTxtbox:after {
    bottom: -14px;
    right: -189px;
}

.box2 .bl_diagramTxtbox:before,
.box3 .bl_diagramTxtbox:before {
	width: 72px;
	height: 1px;
	top: 50%;
	right:-72px;
	border-top: dashed 3px #fff;
	transform: translateY(-50%);
}

.box2 .bl_diagramTxtbox:after,
.box3 .bl_diagramTxtbox:after {
    bottom: 50%;
    right: -83px;
	transform: translateY(50%);
}

.box4 .bl_diagramTxtbox:before {
	width: 180px;
	height: 61px;
	top: 50%;
	right:-180px;
	border-bottom: dashed 3px #fff;
	border-right: dashed 3px #fff;
	transform: translateY(-58px);
}

.box4 .bl_diagramTxtbox:after {
	bottom: 94px;
    right: -188px;
}

.box5 .bl_diagramTxtbox:before {
	width: 180px;
	height: 58px;
	top: 50%;
	left:-180px;
	border-top: dashed 3px #fff;
	border-left: dashed 3px #fff;
}

.box5 .bl_diagramTxtbox:after {
    top: 94px;
    left: -189px;
}

.box6 .bl_diagramTxtbox:before,
.box7 .bl_diagramTxtbox:before {
	width: 72px;
	height: 1px;
	top: 50%;
	left:-72px;
	border-top: dashed 3px #fff;
	transform: translateY(-50%);
}

.box6 .bl_diagramTxtbox:after,
.box7 .bl_diagramTxtbox:after {
    top: 50%;
    left: -83px;
	transform: translateY(-50%);
}

.box8 .bl_diagramTxtbox:before {
	width: 180px;
	height: 61px;
	top: 50%;
	right: 400px;
	border-bottom: dashed 3px #fff;
	border-left: dashed 3px #fff;
	transform: translateY(-58px);
}

.box8 .bl_diagramTxtbox:after {
	top: -14px;
    left: -188px;
}


.bl_diagramTxtbox .el_diagramTxt_number {
	width: 12%;
    color: #1cbb95;
    font-size: 1.125rem;
}

.bl_diagramTxtbox .el_diagramTxt_Txt {
    width: 65%;
	font-weight: 600;
}

.bl_diagramTxtbox .el_diagramTxt_img {
    width: 23%;
    background: #1cbb95;
    border-radius: 0 10px 10px 0;
	padding: 10px 0;
}

.bl_diagramTxtbox .el_diagramTxt_img__r {
    width: 25%;
    background: #1cbb95;
    border-radius: 10px 0 0 10px;
	padding: 10px 0;
}

@media screen and (max-width: 1200px) {
	.bl_business_cont {
		max-width: 960px;
		grid-template-columns: 1fr 270px 1fr;
		margin: 0 auto;
	}
	
	.bl_business_logo img {
    	max-width: 150px;
	}
	
	.bl_business_logo div:before {
    	width: 182px;
    	height: 182px;
	}
	
	.bl_diagramTxtbox .el_diagramTxt_img__r {
    	width: 22%;
	}
	
	.bl_diagramTxtbox .el_diagramTxt_Txt {
    	width: 68%;
		font-size: .875rem;
	}
	
	.bl_diagramTxtbox .el_diagramTxt_number {
		width: 10%;
    	font-size: 1rem;
	}
	
	.box1 .bl_diagramTxtbox:before,
	.box4 .bl_diagramTxtbox:before,
	.box5 .bl_diagramTxtbox:before,
	.box8 .bl_diagramTxtbox:before{
    	width: 105px;
    	height: 100px;
	}

	.box5 .bl_diagramTxtbox:before {
    	left: -105px;
	}
	
	.box1 .bl_diagramTxtbox:before {
    	right: -105px;
	}
	
	.box5 .bl_diagramTxtbox:before {
    	left: -105px;
	}
	
	.box .bl_diagramTxtbox:after {
    	width: 15px;
    	height: 15px;
	}
	
	.box2 .bl_diagramTxtbox:after,
	.box3 .bl_diagramTxtbox:after {
    	right: -76px;
	}
	.box5 .bl_diagramTxtbox:after {
		top: 137px;
    	left: -111px;
	}
	
	.box1 .bl_diagramTxtbox:after {
    	bottom: -60px;
    	right: -111px;
	}
	
	.box4 .bl_diagramTxtbox:before {
    	right: -105px;
    	transform: translateY(-97px);
	}
	
	.box8 .bl_diagramTxtbox:before {
    	right: 345px;
	    transform: translateY(-97px);
	}
	
	.box8 .bl_diagramTxtbox:after {
    	top: -60px;
    	left: -110px;
	}
	
    .box4 .bl_diagramTxtbox:after {
        bottom: 136px;
        right: -111px;
    }
	
	.bl_diagramTxtbox img {
		width: 72px;
	}
	
	.box5 .bl_diagramTxtbox:before {
        left: -105px;
    }
	.box6 .bl_diagramTxtbox:after,
	.box7 .bl_diagramTxtbox:after {
    	top: 50%;
    	left: -77px;
	}

}

@media screen and (max-width: 1023px) {
	.business-text span {
		display: inline;
	}
	.bl_diagrambox__r .bl_diagramTxtbox {
		display: flex;
        flex-direction: column;
	}
	.bl_diagramTxtbox .el_diagramTxt_img__r {
		width: 100%;
	}
	.bl_business_cont {
    	display: block;
	}
	.bl_business_item {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
		gap: 50px;
	}
	
	.bl_diagramTxtbox .el_diagramTxt_number,
	.bl_diagramTxtbox .el_diagramTxt_img {
        width: 100%;
	}
	.bl_diagramTxtbox .el_diagramTxt_img {
		padding: 0;
	}

    .bl_diagramTxtbox .el_diagramTxt_Txt {
        width: 100%;
        text-align: center;
		padding: 15px 0 8px;
    }	
	.bl_diagramTxtbox .el_diagramTxt_img,
	.bl_diagramTxtbox .el_diagramTxt_img__r{
    	border-radius: 10px 10px 0 0;
	}	
	  .bl_diagramTxtbox .el_diagramTxt_Txt span {
        writing-mode: vertical-rl;
    }
	
	.bl_diagramTxtbox {
    	display: flex;
    	flex-direction: column-reverse;
	    margin: 0;
	}
	
	.bl_diagramTxtbox .el_diagramTxt_number {
		position: absolute;
        top: 0;
        left: 10px;
        color: #fff;
        text-align: left;
	}
	
	.bl_business_cont .bl_business_item.hp_left {
		margin: 0 0 50px;
	}
	.bl_business_cont .bl_business_item.hp_right {
		margin: 50px 0 0;
	}
	.box1 .bl_diagramTxtbox:before,
	.box4 .bl_diagramTxtbox:before,
	.box5 .bl_diagramTxtbox:before,
	.box8 .bl_diagramTxtbox:before{
    	width: 185px;
    	height: 100px;
	}
	.box1 .bl_diagramTxtbox:before {
    	top: 100%;
    	left: 50%;
    	border: dashed 3px #fff;
    	border-top: none;
    	border-right: none;
	}
	.bl_business_logo div:before {
        width: 215px;
        height: 215px;
    }
	.box2 .bl_diagramTxtbox:before,
	.box3 .bl_diagramTxtbox:before {
    	width: 1px;
    	height: 68px;
    	top: 100%;
    	right: 50%;
		border-top: none;
		border-left: dashed 3px #fff;
    	transform: translateX(50%);
	}
    .box1 .bl_diagramTxtbox:after {
        bottom: -105px;
        right: -120px;
    }
	.box2 .bl_diagramTxtbox:after,
	.box3 .bl_diagramTxtbox:after {
    	bottom: -73px;
        right: 63px;
	}
	.box4 .bl_diagramTxtbox:after {
        bottom: -105px;
        right: 243px;
    }	
	.box4 .bl_diagramTxtbox:before {
    	top: 100%;
        right: 50%;
    	border: dashed 3px #fff;
    	border-top: none;
    	border-left: none;		
		 transform:none;
	}
	
	.bl_diagramTxtbox img {
		width: 100%;
	}
	
	.box5 .bl_diagramTxtbox:before {
    	top: -100px;
        left: 50%;
    	border: dashed 3px #fff;
    	border-bottom: none;
    	border-right: none;		
		 transform:none;
	}
	.box5 .bl_diagramTxtbox:after {
        top: -106px;
        left: 243px;
    }
	.box6 .bl_diagramTxtbox:before,
	.box7 .bl_diagramTxtbox:before {
    	width: 1px;
    	height: 68px;
        top: -68px;
        right: 0;
        left: 50%;
		border-top: none;
		border-left: dashed 3px #fff;
    	transform: translateX(-50%);
	}
	
	.box6 .bl_diagramTxtbox:after,
	.box7 .bl_diagramTxtbox:after {
    	top: -82px;
    	left: 50%;
    	transform: translatex(-50%);
	}
	.box8 .bl_diagramTxtbox:before {
        top: -100px;
        right: 50%;
        border: dashed 3px #fff;
        border-bottom: none;
        border-left: none;
        transform: none;
	}
	
	.box8 .bl_diagramTxtbox:after {
        top: -106px;
        left: -119px;
    }
	
	.business-text {
    	font-size: 1rem;
    	line-height: 1.7;
    	margin: 0 auto 40px;
		text-align: left;
	}
	.bl_about_desc span {
		display: inline;
	}
}

@media screen and (max-width: 767px) {
    .bl_business_item {
        gap: 10px;
    }
    .bl_diagramTxtbox .el_diagramTxt_number {
        left: 5px;
        font-size: .75rem;
    }
    .bl_diagramTxtbox img {
        width: 70%;
        padding: 5px 0 0;
    }
    .bl_diagramTxtbox .el_diagramTxt_Txt {
        padding: 10px 0 8px;
    }
    .bl_business_logo div:before {
        content: none;
    }
    .bl_business_logo img {
        max-width: 120px;
    }
    .bl_business_cont .bl_business_item.hp_left {
        margin: 0 0 10px;
    }
    .box1 .bl_diagramTxtbox:before,
	.box4 .bl_diagramTxtbox:before,
	.box5 .bl_diagramTxtbox:before,
	.box8 .bl_diagramTxtbox:before {
        width: 127%;
        height: 57px;
    }	
	.box .bl_diagramTxtbox:after {
		content: none !important;
	}
    .bl_business_cont .bl_business_item.hp_right {
        margin: 10px 0 0;
    }
	.box5 .bl_diagramTxtbox:before {
        top: -57px;
	}
	.box8 .bl_diagramTxtbox:before {
        top: -57px;
    }
	.bl_diagramTxtbox .el_diagramTxt_img__r {
		padding: 0;
	}
	.box1 .bl_diagramTxtbox:before {
    	border: dashed 1px #fff;
    	border-top: none;
    	border-right: none;
	}
	.box2 .bl_diagramTxtbox:before,
	.box3 .bl_diagramTxtbox:before {
		border-left: dashed 1px #fff;
	}	
	.box4 .bl_diagramTxtbox:before {
    	top: 100%;
        right: 50%;
    	border: dashed 1px #fff;
    	border-top: none;
    	border-left: none;		
	}	
	.box5 .bl_diagramTxtbox:before {
    	border: dashed 1px #fff;
    	border-bottom: none;
    	border-right: none;		
	}
	.box6 .bl_diagramTxtbox:before,
	.box7 .bl_diagramTxtbox:before {
		border-left: dashed 1px #fff;
	}
	.box8 .bl_diagramTxtbox:before {
        border: dashed 1px #fff;
        border-bottom: none;
        border-left: none;
	}
}

/* Pick Up Contents */
.pickup-section {
	background: #e6f8f7;	
}
.pickup-item {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: left;
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    margin: 0 0 30px 0;
}

.pickup-thumb {
    width: 35%;
    margin: 0 5% 0 0;
}

.pickup-txt {
	width: 60%;
}

.pickup-thumb img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.pickup-item-title {
	font-size: 1.375rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.pickup-excerpt {
  line-height: 1.7;
  margin-bottom: 30px;
}

/* カード全体をリンクとして扱う */
.pickup-item {
  cursor: pointer; /* 手の形に */
  transition: transform 0.3s, box-shadow 0.3s;
}

/* ホバー時に少し浮き上がる演出 */
.pickup-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.pickup-link {
	text-align: right;
}

/* View moreリンクはそのまま */
.pickup-link a {
    font-weight: 700;
    color: #1D9C7E;
    text-decoration: none;
    border: 1px solid;
    padding: 10px;
    border-radius: 60px;
    max-width: 210px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.pickup-link a:hover {
    background: #1D9C7E;
	color: #fff;
}

@media screen and (max-width: 900px) {
   .news-inner {
      display: flex;
      flex-direction: column;
      gap: 40px;
   }
}


@media screen and (max-width: 767px) {
   .news-list li {
      display: flex;
      align-items: baseline;
      gap: 10px;
      flex-direction: column;
   }
   .pickup-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 20px 20px 30px;
    }
    .pickup-thumb {
      width: 100%;
      margin: 0;
    }
    .pickup-txt {
      width: 100%;
    }
    .pickup-link {
      position: static;
      display: block;
      width: 50%;
      margin: 0 auto;
    }
	.pickup-item-title {
    	font-size: 1.125rem;
		text-align: center;
		margin: 14px 0 10px;
	}
}
/* ========== Contact Section ========== */
.contact-section {
  width: 100%;
  background: #fff;
}

.contact-inner {
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.contact-text {
  flex: 1;
  text-align: left;
}

.contact-desc {
  font-size: 1.125rem;
  line-height: 32px;
  color: #333;
  margin-bottom: 40px;
}

.contact-btn {
    display: inline-block;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(90deg, #FF942C 0%, #EBCC37 100%);
    border-radius: 60px;
    transition: opacity 0.3s;
}

.contact-btn:hover {
  opacity: 0.8;
}

.contact-image {
  flex: 1;
  text-align: right;
}

.contact-image img {
  width: 600px;
  height: 422px;
  object-fit: cover;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
.contact-inner {
    max-width: 1480px;
    gap: 30px;
    display: grid;
    grid-template-columns: 72% 1fr;
}
}


/* ======================================================
/*                ++ 固定ページテンプレート ++
   ====================================================== */
/*パンくずリスト*/
#bread{
	margin-top:1%;
}

#bread li a:hover{
	text-decoration:underline;
}

#bread ul {
    padding-left: 20px; /* 左に余白 */
}

#bread li {
    display: inline; /* もし縦並びになってる場合 */
    margin-right: 5px; /* アイテム間の余白 */
}


/*共通*/
.title-wrap.kotei_title .wrap h1 span{
	text-transform:capitalize
}
#pageHeader {
    padding:110px 0 110px;
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, #18599a33 0%, #44cfa333 100%);
}

.bl_kotei_wave {
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
}

.bl_kotei_ttl_cont {
	position: relative;
	z-index: 2;
	padding: 0 10%;
	margin: -50px 0 0;
}

.bl_kotei_ttl .en{
    background: linear-gradient(90deg, #185A9D 0%, #43CEA2 100%);
	font-family: "Expletus Sans", sans-serif;
	font-size: 3.75rem;
    line-height: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
}

.bl_kotei_ttl .ja {
	display: block;
	color: #218497;	
	letter-spacing: .08em;
    margin: 0 0 0 3px;
}

@media screen and (max-width:767px){
	.bl_kotei_ttl_cont {
    	margin: -120px 0 0;
	    padding: 0 15px 15px;
	}
	.bl_kotei_ttl .en {
		line-height: .8;
	}
}

/*============================
お知らせ一覧
============================*/
.bl_archiveNews {
	padding: 60px 0 100px;
}

.bl_newsCont {
	padding: 20px 40px;
 	background: #f6f7f7;
	margin: 0 0 10px;
}

.bl_newsCont_box {
	display: grid;
	grid-template-columns: 120px 1fr;
	align-items: center;
}

.bl_newsCont_ttl h2 {
	font-weight: 600;
	font-size: 1.125rem;
}

.bl_newsCont_date {
	font-family: "Akshar", sans-serif;
	line-height: 1;
	margin: 3px 0 0;
  	color: #185A9D;
}

.bl_newsCont_date p {
	letter-spacing: .15em;
}


.bl_archiveNews a:hover h2,
.bl_archiveNews a:hover {
	color: #185A9D;
}

@media screen and (max-width: 767px) {
	.bl_archiveNews {
    	padding: 30px 0;
	}
	
	.bl_newsCont_box {
		display: block;
	}

	.bl_newsCont_date {
		margin: 0 0 2px;
	}
	
	.bl_newsCont {
		padding: 20px 15px 17px;
	}
	
	.bl_newsCont_ttl h2 {
    font-size: 1.0625rem;
	}
}
/* ======================================================
/*                ++ 固定ページ】投稿記事テンプレート ++
   ====================================================== */
.post-single.ly_wrap_mini{
	margin:40px auto 100px;
}
.post-single h2{
	color: #1cbb95;
    font-size: 1.75rem;
    position: relative;
    padding: 0 0 5px;
    font-weight: bold;
    letter-spacing: .1em;
    margin: 5px 0 30px;
}
.post-single .wrap {
    width: 90%;       /* 最大幅を設定 */
    max-width: 1200px; /* 任意で上限も設定 */
    margin: 0 auto;   /* 中央寄せ */
}

.post-single .el_more__circle a{
	color:#01885a;
}

.post-single .date_time {
	font-family: "Expletus Sans", sans-serif;	
}

.post-single .el_more a {
	margin: 80px auto 0;
}


/*取り組み　投稿個別ページ*/
.single-activities .post-single .wrap {
    width: 100%;
}
.single-activities .post-single h2 {
    color: black;
    font-size: 1.6rem;
    border-bottom: none;
    position: relative;
    padding: 0 0 5px;
    font-weight: bold;
    letter-spacing: .1em;
    margin: 5px 0 30px;
    text-align: center;
}
.single-activities .txt_business {
    margin-top: 4%;
}
.single-activities .article_header{
	text-align:center;
}
.single-activities .article_header .item{
	margin-bottom:2%;
}
.single-activities .category{
    font-size: 16px;
    margin-bottom: 2%;
    background: linear-gradient(135deg, #0bad88 10%, #06c0cc 90%);
    color: white;
    display: inline-block;
    padding: 0 2%;
    letter-spacing: 0.07em;
    font-weight: 500;
}
.single-activities .txt_business p{
	    line-height: 1.8em;
	letter-spacing:0.05em;
}
.single-activities h3 {
    font-family: "Barlow", sans-serif;
    font-size: 22px;
    margin-bottom: 1%;
    display: block;
    background: linear-gradient(90deg, #0bad88 0%, #0ac6bf 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    letter-spacing: 0.05em;
}
.single-activities .img_single-activities {
    text-align: center;
    margin-top: 6%;
	    display: flex;
align-items: flex-start;
    justify-content: space-evenly;
}
.single-activities .img_single-activities div{
    margin-bottom: 4%;	
}
.single-activities .img_single-activities .img_flrst{
	width:90%;	
}
.single-activities .img_single-activities .img_last{
	margin-left:2%;
	width:20%;
	text-align:left;
}
/*画像にキャッチ文*/
.single-activities .img_single-activities .img_catch{
	font-size:13px;
	margin-top:2%;
}
.single-activities .img_single-activities .img_70{
	width:70%;	
}

.post-single .text p {
	line-height: 1.9;
}
@media screen and (max-width:900px){
	.kotei_news_more a{
		padding:2%;
		width:90%;
	}
	.single-activities h3{
    font-size: 18px;		
	}
.single-activities .txt_business p {
	line-height: 1.6em;
	}
.single-activities .img_single-activities .img_70{
	width:100%;	
}
}
@media screen and (max-width:767px){
.single-activities .img_single-activities {
	display:block;
	}
.single-activities .img_single-activities .img_flrst {
    width: 100%;
    margin-bottom: 3%;
}
.single-activities .img_single-activities .img_last{
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
	.post-single .wrap {
    	width: 100%;
	}
	.post-single h2 {
    	font-size: 1.125rem;
    	margin: 5px 0 15px;
	}
	.post-single.ly_wrap_mini{
		margin:40px auto;
	}
}
/*事例紹介　投稿個別ページ*/
.single-case_study h3{
　　font-family: "Barlow", sans-serif;
    font-size: 22px;
    margin-bottom: 1%;
    display: block;
    color:#01885a;
    -webkit-background-clip: text;
    background-clip: text;
    letter-spacing: 0.05em;
}
.single-case_study .text_c{
	text-align:center;
}
.single-case_study .img_single-activities {
    text-align: center;
    margin-top: 6%;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}
.single-case_study .img_single-activities div {
    margin-bottom: 4%;
}
.single-case_study .txt_business {
    margin-top: 4%;
}
.single-case_study .txt_business p {
    line-height: 1.8em;
    letter-spacing: 0.05em;
}
.single-case_study .category {
font-size: 16px;
    margin: 2% 0;
    background: #01885a;
    color: white;
    display: inline-block;
    padding: 0 2%;
    letter-spacing: 0.07em;
    font-weight: 500;
}
/*記事45 企業内マルシェ導入支援― 社員の健康促進と地域連携を両立する、新しい社内施策 ―*/
.single-case_study .img_90{
	margin:6% auto 0;
}
.single-case_study .img_90:last-child{
margin-top: 3%;
    margin-bottom: 10%;
}
.single-case_study .img_90 div{
	width:50%;
	    margin-bottom: 0;
}
.single-case_study .img_90 .p-rela{
	position:relative;
	width:100%;
}
.single-case_study .img_90 h4{
font-size: 18px;
    margin: 2% 0;
    color: #01885a;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 136, 90, 0.8);
    backdrop-filter: blur(3px);
    width: 85%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    padding: 1% 0;
    color: white;
}
.single-case_study .img_90 p{
	text-align:left;
	padding: 0 6%;
	margin-top:3%;
}
.single-case_study .box_komment div{
	padding:2%;
}
.single-case_study .box_komment{
	    align-items: flex-end;
}
.single-case_study .box_komment div p{
	font-weight:bold;
}
.single-case_study .box_komment img{
	width: 70%;
    margin-bottom: 3%;
}
@media screen and (max-width: 900px) {
.single-case_study h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
.single-case_study .img_single-activities {
        display: block;
    }
.single-case_study .box_komment div {
    width: 70%;
    margin: 0 auto 3%;
}
.single-case_study .img_90 div {
	width: 100%;
	}
.single-case_study .img_90 h4 {
	width: 100%;
	}
.single-case_study .img_90 p {
	padding: 0 0 5%;
	}
}
@media screen and (max-width: 500px) {
.single-case_study .post-single h2 {
        font-size: 1.2rem;
    }
.single-case_study .box_komment div {
    width: 100%;
}
}
/*記事150 EHS監査支援― 安全・環境・健康のリスクを見える化し、現場力を高める ―*/
.single-case_study.postid-150 .img_90 {
    margin: 3% 0;
}
.single-case_study.postid-150 .img_90 .p-rela {
    padding: 3%;
}
.single-case_study.postid-150 .img_90 h4{
width: 94%;
    padding: 1% 0 0;
    position: unset;
    background: white;
    color: #333;
    font-size: 16px;
}
.single-case_study.postid-150 p .fas{
	color:orange;
	margin-right:0.5%;
}
.single-case_study.postid-150 .btm-1{
	margin-bottom:1%;
}
.single-case_study.postid-150 a.txt_underLine{
	text-decoration:underline;
}
/*追記*/
.txt_business .img_single-activities {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.txt_business .img_single-activities > div {
  flex: 1;
  max-width: 280px;
  text-align: center;
}

.txt_business .img_single-activities img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/*============================
お問い合わせ
============================*/
body.contact,
body.completion{
	background: #F4F7F8;
}

input[type="button"],input[type="email"],input[type="text"],input[type="submit"],input[type="image"],input[type="tel"],textarea,select,input[type="number"] {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing: .1em;
}

.bl_contact_cont {
    max-width: 750px;
    margin: 30px auto 0;
}

.bl_contact_txt {
    width: 100%;
    padding: 8px 8px;
    font-size: 1rem;
	border: none;
    border-radius: 10px;
}

.bl_contact_box {
	padding: 20px 0;
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: center;
	gap: 30px;
	border-bottom: 1px solid #80969A;
}

.bl_contact_cont .bl_contact_box:nth-of-type(1) {
	border-top: 1px solid #80969A;	
}

.title-contactform7 {
	position: relative;
}

.bl_contact_ttl span {
	display: inline-block;
	vertical-align: middle;
}

.bl_contact_ttl .title-contactform7 {
	font-weight: 600;
	font-size: .9375rem;
}


.bl_contact_input label {
    border: none !important;
    display: inline-block;
    cursor: pointer;
    margin: 0 12px 6px 0;
}

.wpcf7-list-item-label,
.bl_contact_privacy {
	font-weight: 600;
	font-size: .9375rem;
}

.bl_contact_privacy {
	margin: 0 0 15px;
	line-height: 1.7;
}

.bl_contact_box_pp input[type="checkbox"] {
    transform: scale(1.3);
    margin: 0 7px 3px 0;
}

.bl_contact_box_pp {
	text-align: center;
	margin: 60px 0 0;
}

.bl_contact_box.hp_pp .wpcf7-list-item-label:hover {
	color: #005bac;
}

.bl_contact_input label {
    border: none !important;
    display: inline-block;
    cursor: pointer;
    margin: 0 12px 6px 0;
}

.bl_contact_his {
    position: absolute;
    right: -22px;
    top: -7px;
    color: #f96d6d;
    font-size: 0.75rem;
}


.bl_recaptcha {
	text-align: center;
	font-size: .875rem;
	margin: 10px 0 0;
}

.bl_recaptcha span {
	display: block;
}

.bl_recaptcha a {
	margin: 0 5px;
	border-bottom: 1px solid #00a1e9;
	color: #00a1e9;
	padding-bottom: 2px;
}

.bl_recaptcha a:hover {
	border-bottom: 1px solid #005bac;
	color: #005bac;
}

.bl_contact_submit {
    text-align: center;
    margin: 50px auto 0;
}

.bl_contact_btn,
div.wpcf7cp-btns .wpcf7-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    cursor: pointer;
    background: #1D9C7E;
    display: inline-block;
    width: 42%;
    outline: none;
    border-radius: 5px;
    font-size: 1.125rem;
	font-weight: bold;
    border: none;
    padding: 12px 0;
    margin: 0 1%;
    letter-spacing: .2em;
    transition: .5s;
    color: #fff;
}

.bl_contact_btn:hover,
div.wpcf7cp-btns .wpcf7-form-control:hover {
    background: #218497;
}

.wpcf7-spinner {
	display: block !important;
}

.wpcf7-list-item {
	margin: 0 !important;
}

div#wpcf7cpcnf table {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-bottom: none;
}

div#wpcf7cpcnf table tr {
	border-bottom: 1px solid #ccc;
}

div#wpcf7cpcnf table th,
div#wpcf7cpcnf table td {
	padding: 12px;
}
div#wpcf7cpcnf table th {
	width: 50%;
	border-right: 1px solid #ccc;
	background: #f0f8ff;
}
div#wpcf7cpcnf table td {
	background: #fff;
}
div.wpcf7cp-btns {
	margin: 50px 0 0 !important;
	text-align: center;
}
.apply-title {
	margin: 0 0 30px;
}

.apply-title span {
	font-weight: bold;
}

.apply-title input[type="text"] {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    background: #fff;
    border: none;
	padding: 4px 10px;
    font-size: 1rem;
    width: 50%;
	margin: 0 0 0 10px;
}

input[type="date"] {
	padding: 6px 10px 8px 4px;
	font-size: 1rem;
}

@media screen and (max-width: 767px) {
	.bl_contact_box {
    	display: block;
	}
	div#wpcf7cpcnf table th,
	div#wpcf7cpcnf table td {
    	width: 100%;
    	display: block;
	}
	
	div#wpcf7cpcnf table th {
    	border-right: none;
	}
	.bl_contact_ttl {
		margin: 0 0 12px;
	}
	.bl_recaptcha {
    	text-align: left;
	}
}

/*============================
送信完了しました
============================*/
.bl_completion {
	line-height: 1.9;
	text-align: center;
}

.bl_completion .el_more a {
	margin: 50px auto 0;
}

@media screen and (max-width: 767px){
	.bl_completion {
		text-align: left;
	}	
}

.bl_404 p {
	line-height: 2;
}
