@charset "UTF-8";

/*------------------------------------------------
style
--------------------------------------------------*/
body {
	min-width: 1200px;
	overflow-x: auto !important;
}
.jPanelMenu {
	overflow-x: auto !important;

}
.index footer {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	body {
		min-width: initial;
	}
	.index footer {
		margin-top: 60px;
	}
}
figure {
	margin: 0;
}
.bg_maintitle {
	background: url(../../solution_technology/images/mainvisual.jpg) no-repeat bottom center;
	background-size: cover;
}
.maintitle-area {
	padding-bottom: 310px;
}
.maintitle-area .subtitle {
	color: #005EB8;
	text-align: center;
	font-family: "Noto Sans", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.maintitle-area .maintitle {
	color: #005EB8;
	text-align: center;
	 font-family: "Roboto Condensed", sans-serif;
	font-size: 130px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
.anchor-list {
	background: rgba(0, 94, 184, 0.8);
}
.anchor-list ul {
	display: flex;
}
.anchor-list ul li {
	width: calc(100% / 5);
	border-right: 1px solid #fff;
}
.anchor-list ul li:first-of-type {
	border-left: 1px solid #fff;
}
.anchor-list ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 14px;
	width: 100%;
	height: 80px;
	color: #FFF;
	font-family: "Noto Sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 24px */
	padding-bottom: 10px;
	transition: .5s;
}
.anchor-list ul li a:hover,
.anchor-listt ul li a:hover {
	background: rgba(255, 255, 255, 0.7);
	color: rgba(9, 62, 152, 1);
	text-decoration: none;
}
.anchor-list ul li a::after,
.anchor-listt ul li a::after {
	position: absolute;
	content: '\f107';
	font-family: "Font Awesome 6 Pro";
	left: 50%;
	bottom: 0;
	transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
	.m-box-section {
		margin-top: 30px;
	}
	.bg_maintitle {
    background: url(../../solution_technology/images/mainvisual_sp.jpg) no-repeat top -40px center;
    background-size: contain;
	}
	.maintitle-area {
    padding-bottom: 0;
		margin-top: 30px;
	}
	.maintitle-area .maintitle {
		font-size: 64px;
		line-height: 1;
		margin-top: 10px;
	}
	.maintitle-area .subtitle {
    font-size: 18px;
	}
	.anchor-list {
		margin-top: 135px;
		background: #fff;
	}
	.anchor-list .m-box-fixed {
		padding: 0;
	}
	.anchor-list ul {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.anchor-list ul li {
    width: calc(50% - 1px);
		border-right: 1px solid #fff;
	}
	
	.anchor-list ul li:nth-of-type(2n) {
		border-right: 0;
	}
	.anchor-list ul li:first-of-type {
    border-left: 0;
	}
	.anchor-list ul li a {
    text-align: left;
		justify-content: flex-start;
    color: #fff;
    width: auto;
    height: 50px;
    color: #FFF;
		font-family: "Noto Sans";
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		padding: 0 30px 0 20px;
		background: rgba(0, 94, 184, 1);
	}
	.anchor-list ul li a::after {
    position: absolute;
    content: '\f107';
    font-family: "Font Awesome 6 Pro";
    left: auto;
		right: 20px;
    bottom: 50%;
    transform: translate(0, 50%);
	}
}

.category-title {
	position: relative;
	height: 65px;
	z-index: 3;
	background: #fff;
	display: inline-block;
	padding-right: 10px;
}
.category-title::after {
	position: absolute;
	content: '';
	background: url(../../solution_technology/images/bg_category-title.svg) no-repeat;
	width: 105px;
	height: 65px;
	background-size: contain;
	top: 0;
	right: -100px;
}
.category-title::before {
	content: '';
	position: absolute;
	background: #fff;
	width: 100vw;
	height: 65px;
	top: 0;
	left: -100vw;
	z-index: 2;
}
.category-title h3 {
	color: #000;
	font-family: "Noto Sans", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-left: 4px solid #005EB8;
	position: relative;
	padding-left: 20px;
	background: #fff;
}
.category-inner {
	position: relative;
	padding: 120px 50px 50px;
	z-index: 4;
}
.category-subtitle {
	color: #FFF;
	text-align: center;
	font-family: "Noto Sans", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
@media screen and (max-width: 767px) {
	.category .m-box-fixed {
		padding: 0;
	}
	.category-inner {
    padding: 60vw 0 0;
	}
	.category-title {
		display: flex;
		align-items: center;
    height: 75px;
		background: url(../../solution_technology/images/bg_title_sp.png) no-repeat;
		background-size: 100% auto;
	}
	.category-title::after {
    content: none;
	}
	.category-title h3 {
		color: #000;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		margin-left: 20px;
		line-height: 120%; /* 24px */
		padding-left: 10px;
		border-left: 4px solid #005EB8;
		background: transparent;
	}
}

.btn-list + .category-subtitle {
	margin-top: 40px;
}

.category-subtitle + .btn-list {
	margin-top: 25px;
}

.btn-list {
	position: relative;
	z-index: 2;
}
.btn-list ul {
	display: flex;
	flex-wrap: wrap;
}
.btn-list ul li {
	width: calc((100% / 3) - 20px);
	margin-right: 30px;
}
.btn-list ul li:nth-of-type(3n) {
	margin-right: 0;
}
.btn-list ul li:nth-of-type(n + 4) {
	margin-top: 25px;
}
.btn-list ul li a {
	position: relative;
	display: flex;
	flex-direction: column;
	height: calc(134px - 16px);
	border-radius: 8px;
	border: 3px solid #FFF;
	background: rgba(255, 255, 255, 0.90);
	align-items: center;
	justify-content: center;
	font-family: "Noto Sans", sans-serif;
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	transition: .5s;
	padding: 15px 25px;
}
.btn-list ul li a::after {
	content: '\f061';
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 20px;
	font-size: 20px;
	font-weight: 400;
}
.btn-list ul li a:hover {
	text-decoration: none;
	background: rgba(9, 62, 152, 0.70);
	color: #fff;
}
.btn-list ul li a .sub-title {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 5px;
	padding: 0 10px;
	line-height: 150%; /* 24px */
}

@media screen and (max-width: 767px) {
	.btn-list + .category-subtitle {
    margin-top: 25px;
	}
	.category-subtitle + .btn-list {
    margin-top: 16px;
	}
	.btn-list ul {
		margin: 0 20px;
	}
	.btn-list ul li {
		width: 100%;
		margin-right: 0;
	}
	.btn-list ul li + li {
		margin-top: 16px;
	}
	.btn-list ul li:nth-of-type(n + 4) {
    margin-top: 16px;
	}
	.btn-list ul li a {
    border: 3px solid #0B308E;
		font-size: 18px;
		height: calc(125px - 16px);
		padding: 10px 35px;
	}
	.btn-list ul li a:hover {
		text-decoration: none;
		background: rgba(255, 255, 255, 0.90);
		color: #000;
  }
	.btn-list ul li a .sub-title {
    font-size: 14px;
		padding: 0;
	}
	.category-subtitle {
		color: #005EB8;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
}	
.slide-anime-narrow {
	position: absolute;
	content: '';
	width: 590px;
	height: 529px;
	top: 0;
	right: 0;
	transition: transform 0.5s;
	z-index: 1;
	background-blend-mode: multiply;
	mix-blend-mode: multiply;
}
.anime-left .slide-anime-narrow {
	right: auto;
	left: 0;
}

.slide-anime-wide {
	position: absolute;
	content: '';
	width: 830px;
	height: 529px;
	top: 0;
	right: -60px;
	transition: transform 0.3s;
	z-index: 0;
}
.anime-left .slide-anime-wide {
	right: auto;
	left: 0;
	height: 100%;
}
.theme-title {
	position: relative;
	top: 13px;
	right: 0;
	color: rgba(255, 255, 255, 0.3);
	text-align: right;
	font-family: "Roboto", sans-serif;
	font-size: 88px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	z-index: 3;
}
.category {
	overflow: hidden;
}
/* .category::before {
	content: '';
	position: absolute;
	background: #fff;
	width: 38%;
	height: 75px;
	top: 0;
	left: 0;
	z-index: 2;
} */
.category.is-anime .slide-anime-wide {
	animation: slideRightToLeft 1s ease 0.3s 1 normal backwards;
}

.category.is-anime .slide-anime-narrow {
	animation: slideRightToLeft 1.5s ease 0.3s 1 normal backwards;
}

.category.is-anime.anime-left .slide-anime-wide {
	animation: slideLeftToRight 1s ease 0.3s 1 normal backwards;
}

.category.is-anime.anime-left .slide-anime-narrow {
	animation: slideLeftToRight 1.5s ease 0.3s 1 normal backwards;
}

@media screen and (max-width: 767px) {
	.category::before {
		content: none;
	}
	.theme-title {
		display: none;
	}
}

@keyframes slideRightToLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideLeftToRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.sustainable {
	margin-top: 50px;
	position: relative;
	background: url(../../solution_technology/images/bg_sustainable.jpg) no-repeat center top;
}

.sustainable .slide-anime-wide {
	background: url(../../solution_technology/images/bg_sustainable_anime.svg) no-repeat;
	width: 1288px;
	height: 480px;
	background-size: contain;
}

.sustainable .slide-anime-narrow {
	background: url(../../solution_technology/images/bg_sustainable_anime02.svg) no-repeat;
	width: 1288px;
	height: 480px;
	right: -300px;
	background-size: contain;
}
.infrastructure {
	position: relative;
	background: url(../../solution_technology/images/bg_infrastructure.jpg) no-repeat center top;
}

.infrastructure .slide-anime-wide {
	background: url(../../solution_technology/images/bg_infrastructure_anime.svg) no-repeat;
	width: 1431px;
	height: 781px;
	background-size: contain;
}
.infrastructure .slide-anime-narrow {
	background: url(../../solution_technology/images/bg_infrastructure_anime.svg) no-repeat;
	width: 1431px;
	height: 781px;
	left: -240px;
	background-size: contain;
}
.processing-technology {
	position: relative;
	background: url(../../solution_technology/images/bg_technology.jpg) no-repeat center top;
}
.processing-technology .category-inner {
	padding-top: 70px;
}
.processing-technology .slide-anime-wide {
	background: url(../../solution_technology/images/bg_technology_anime.svg) no-repeat;
	width: 1746px;
	height: 1600px;
	background-size: contain;
}
.processing-technology .slide-anime-narrow {
	background: url(../../solution_technology/images/bg_technology_anime02.svg) no-repeat;
	width: 1746px;
	height: 1600px;
	right: -305px;
	background-size: contain;
}
.industry {
	position: relative;
	background: url(../../solution_technology/images/bg_industry.jpg) no-repeat center top;
}
.industry .slide-anime-wide {
	background: url(../../solution_technology/images/bg_industry_anime.svg) no-repeat;
	width: 1420px;
	height: 985px;
	background-size: contain;
}
.industry .slide-anime-narrow {
	background: url(../../solution_technology/images/bg_industry_anime.svg) no-repeat;
	width: 1420px;
	height: 985px;
	right: -245px;
	background-size: contain;
}
.smart-factory {
	position: relative;
	background: url(../../solution_technology/images/bg_smart-factory.jpg) no-repeat center top;
}
.smart-factory .slide-anime-wide {
	background: url(../../solution_technology/images/bg_smart-factory_anime.svg) no-repeat;
	width: 1420px;
	height: 540px;
	background-size: contain;
}
.smart-factory .slide-anime-narrow {
	background: url(../../solution_technology/images/bg_smart-factory_anime.svg) no-repeat;
	width: 1420px;
	height: 540px;
	right: auto;
	background-size: contain;
	left: -250px;
}
.knowledge {
	position: relative;
	background: url(../../solution_technology/images/bg_knowledge.jpg) no-repeat center top;
	background-size: 100% auto;
}
.knowledge .slide-anime-wide {
	background: url(../../solution_technology/images/bg_knowledge_anime.svg) no-repeat;
	width: 1420px;
	height: 720px;
	background-size: contain;
}
.knowledge .slide-anime-narrow {
	background: url(../../solution_technology/images/bg_knowledge_anime.svg) no-repeat;
	width: 1420px;
	height: 720px;
	left: -220px;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	.sustainable {
		position: relative;
		background: url(../../solution_technology/images/bg_sustainable_sp.jpg) #fff no-repeat;
		height: auto;
		background-size: 100% auto;
	}
	
	.sustainable .slide-anime-wide {
		background: url(../../solution_technology/images/bg_sustainable_anime_sp.svg) no-repeat;
		width: 316px;
		height: 69vw;
		background-size: cover;
		right: 0;
	}

	.sustainable .slide-anime-narrow {
		background: url(../../solution_technology/images/bg_sustainable_anime_sp.svg) no-repeat;
		width: 316px;
		height: 69vw;
		background-size: cover;
		right: -60px;
	}
	.infrastructure {
		position: relative;
		background: url(../../solution_technology/images/bg_infrastructure_sp.jpg) no-repeat;
		height: auto;
		background-size: 100% auto;
	}
	.infrastructure .slide-anime-wide {
    background: url(../../solution_technology/images/bg_infrastructure_anime_sp.svg) no-repeat;
    width: 316px;
		height: 69vw;
		background-size: cover;
	}
	.infrastructure .slide-anime-narrow {
		background: url(../../solution_technology/images/bg_infrastructure_anime_sp.svg) no-repeat;
		width: 316px;
		height: 69vw;
		left: -60px;
		background-size: cover;
	}
	.infrastructure .category-subtitle {
		color: #005EB8;
	}
	.processing-technology {
		position: relative;
		background: url(../../solution_technology/images/bg_technology_sp.jpg) no-repeat;
		background-size: 100% auto;
		height: auto;
	}
	.processing-technology .slide-anime-wide {
		background: url(../../solution_technology/images/bg_technology_anime_sp.svg) no-repeat bottom;
		background-size: cover;
		width: 316px;
		height: 69vw;
		right: 0;
	}
	.processing-technology .slide-anime-narrow {
		background: url(../../solution_technology/images/bg_technology_anime_sp.svg) no-repeat bottom;
		background-size: cover;
		width: 316px;
		height: 69vw;
		right: -60px;
	}
	.processing-technology .category-inner {
    padding-top: 60vw;
	}
	.industry {
		position: relative;
		background: url(../../solution_technology/images/bg_industry_sp.jpg) no-repeat;
		background-size: 100% auto;
		height: auto;
	}
	.industry .slide-anime-wide {
		background: url(../../solution_technology/images/bg_industry_anime_sp.svg) no-repeat;
		width: 316px;
		height: 69vw;
		background-size: cover;
		right: 0;
	}
	.industry .slide-anime-narrow {
		background: url(../../solution_technology/images/bg_industry_anime_sp.svg) no-repeat;
		width: 316px;
		height: 69vw;
		right: -60px;
		background-size: cover;
	}
	.smart-factory {
		position: relative;
		background: url(../../solution_technology/images/bg_smart-factory_sp.jpg) no-repeat;
		background-size: 100% auto;
		height: auto;
	}
	.smart-factory .slide-anime-wide {
		background: url(../../solution_technology/images/bg_smart-factory_anime_sp.svg) no-repeat;
		width: 316px;
		height: 69vw;
		background-size: cover;
	}
	.smart-factory .slide-anime-narrow {
		background: url(../../solution_technology/images/bg_smart-factory_anime_sp.svg) no-repeat;
		width: 316px;
		height: 69vw;
		left: -50px;
		background-size: cover;
	}
	.knowledge {
		position: relative;
		background: url(../../solution_technology/images/bg_knowledge_sp.jpg) no-repeat;
		background-size: 100% auto;
		height: auto;
	}
	.knowledge .slide-anime-wide {
		background: url(../../solution_technology/images/bg_knowledge_anime_sp.svg) no-repeat;
		width: 316px;
		height: 69vw;
		background-size: cover;
	}
	.knowledge .slide-anime-narrow {
		background: url(../../solution_technology/images/bg_knowledge_anime_sp.svg) no-repeat;
		width: 316px;
		height: 69vw;
		left: -60px;
		background-size: cover;
	}
}

.anchor-list.is-fixed {
	position: fixed;
	margin-top: 0;
	top: 75px;
	left: 0;
	width: 100%;
	z-index: 998; /* 他の要素より前面に */
}

@media screen and (max-width: 767px) {
	.anchor-list.is-fixed {
		top: 0;
	}
}


/* sludgeless_tank */
.sludgeless_tank .merit {
	position: relative;
}

.sludgeless_tank .merit:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: -44px;
	left: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	border: 24px solid transparent;
	border-left: 24px solid #c9c9ca;
	box-sizing: border-box;
}
.sludgeless_tank .merit:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	left: -20px;
	margin: auto;
	width: 20px;
	height: 28px;
	background-color: #c9c9ca;
}

.sludgeless_tank .merit ol {
	display: flex;
}
.sludgeless_tank .merit ol > li {
	width: calc((100% - 80px) / 2);
	position: relative;
	background-color: #eeeeee;
	border: solid 2px #cccccc;
	box-sizing: border-box;
	padding: 20px;
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}
.sludgeless_tank .merit ol > li + li {
	margin-left: 80px;
}
.sludgeless_tank .merit ol > li dt {
	margin-top: 20px;
	font-size: 30px;
}
.sludgeless_tank .merit ol > li dd {
	margin-top: 20px;
	font-size: 16px;
	text-align: left;
}
.sludgeless_tank .merit ol > li dd li {
	text-indent: -1em;
	margin-left: 1em;
}
.sludgeless_tank .merit ol > li dd li + li {
	margin-top: 5px;
}
.sludgeless_tank .merit ol > li:nth-child(2n) {
	background-color: #e9ecf0;
	border: solid 2px #3e699e;
}
.sludgeless_tank .merit ol > li:nth-child(2n) dt {
	font-weight: 600;
	color: #3e699e;
}

.sludgeless_tank .m-table-line tbody th {
	width: 40%;
}
.sludgeless_tank .strong {
	font-size: 26px;
	font-weight: 600;
	color: #3e699e;
	line-height: 1.2;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.sludgeless_tank .merit:before,
	.sludgeless_tank .merit:after {
		content: none;
	}
	.sludgeless_tank .merit ol {
		display: block;
	}
	.sludgeless_tank .merit ol > li {
		width: 100%;
		padding: 15px;
	}
	.sludgeless_tank .merit ol > li + li {
		margin-top: 70px;
		margin-left: 0;
	}
	.sludgeless_tank .merit ol > li dt {
		font-size: 24px;
		line-height: 1.4;
	}
	.sludgeless_tank .merit ol > li:nth-child(2n):before {
		position: absolute;
		content: "";
		top: -40px;
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
		width: 24px;
		height: 24px;
		border: 24px solid transparent;
		border-top: 24px solid #c9c9ca;
		box-sizing: border-box;
	}
	.sludgeless_tank .merit ol > li:nth-child(2n):after {
		position: absolute;
		content: "";
		top: -59px;
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
		width: 30px;
		height: 20px;
		background-color: #c9c9ca;
	}



/*

	.sludgeless_tank .merit ol > li:nth-child(2n):before {
		position: absolute;
		content: "";
		top: -40px;
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
		width: 24px;
		height: 24px;
		border: 24px solid transparent;
		border-top: 24px solid #c9c9ca;
		box-sizing: border-box;
	}

	.sludgeless_tank .merit ol > li:nth-child(2n):after {
		position: absolute;
		content: "";
		top: -59px;
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
		width: 30px;
		height: 20px;
		background-color: #c9c9ca;
	}
*/
}



