@charset "utf-8";

.pagetitle-index:before {
	background-image: url(../images/service/img_pagetitle_service.jpg);
}

/*------------------------------------*/

.service-contact__list {
	padding: 5vw;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
}

.service-contact__item {
	position: relative;
}

.service-contact__item:after {
	content: "";
	display: block;
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
}

.service-contact__title {
	margin-bottom: 10px;
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
	color: rgba(0, 0, 0, 1);
}

.service-contact__number {
	margin: 10px 0;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: rgba(0, 0, 0, 1);
}

.service-contact__txt {
	margin: 0;
	margin-top: 0;
	text-align: center;
}

.service-contact__btn {
	margin: 10px 0;
}

.service-contact__btn .btn {
	margin: 0 auto;
}

.electrical .service-contact__btn .btn {
	color: rgba(144, 195, 31, 1);
}

.electrical .service-contact__btn a.btn:before {
	border-color: rgba(144, 195, 31, 1);
}

.electrical .service-contact__btn a.btn:after {
	background: rgba(144, 195, 31, 1);
}

.communicate .service-contact__btn .btn {
	color: rgba(0, 201, 196, 1);
}

.communicate .service-contact__btn a.btn:before {
	border-color: rgba(0, 201, 196, 1);
}

.communicate .service-contact__btn a.btn:after {
	background: rgba(0, 201, 196, 1);
}

.software .service-contact__btn .btn {
	color: rgba(45, 132, 205, 1);
}

.software .service-contact__btn a.btn:before {
	border-color: rgba(45, 132, 205, 1);
}

.software .service-contact__btn a.btn:after {
	background: rgba(45, 132, 205, 1);
}

@media screen and (max-width: 800px) {
	.service-contact__title {
		font-size: 1.6rem;
	}

	.service-contact__number {
		font-size: 2.5rem;
	}
}

@media screen and (min-width: 801px),
print {
	.service-contact__list {
		width: 100%;
		display: -webkit-flex;
		display: flex;
		box-sizing: border-box;
		-webkit-justify-content: center;
		justify-content: center;
		/*
		-webkit-justify-content: space-between;
				justify-content: space-between;
*/
	}

	/*
	.service-contact__item {
		width: calc((100% - 60px) / 2);
	}
*/

	.service-contact__item:after {
		width: 1px;
		height: 100%;
		top: 0;
		right: -30px;
	}

	.service-contact__item:last-child:after {
		display: none;
	}

	.service-contact__title {
		font-size: 2rem;
	}

	.service-contact__number {
		font-size: 4rem;
	}
}

/*------------------------------------*/

.service-header {
	position: relative;
}

.service-header:after {
	content: "";
	width: 100%;
	height: calc(100px + 40vw);
	max-height: 750px;
	display: block;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.keyvisual__service {
	height: calc(250px + 30vw);
	max-height: 700px;
}

.keyvisual__service .swiper-slide {
	background-position: center center;
	background-size: cover;
}

.keyvisual__service img {
	visibility: hidden;
}

.pagetitle-index:before {
	display: none;
}

.electrical .service-header:after {
	background-image: url(../images/service/electrical/img_head.jpg);
}

.communicate .service-header:after {
	background-image: url(../images/service/communicate/img_head.jpg);
}

.software .service-header:after {
	background-image: url(../images/service/software/img_head.jpg);
}

.service-header__wrap {
	width: 100%;
	position: absolute;
	bottom: calc(10px + 5vw);
	left: 0;
	z-index: 1;
	text-align: center;
}

.service-header__category {
	color: rgba(0, 0, 0, 1);
}

.service-header__title {
	font-weight: 600;
	line-height: 1.6;
	color: rgba(255, 255, 255, 1);
	letter-spacing: 0.3em;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.service-header__title .en {
	display: table;
	margin: 0 auto;
	line-height: 1.2;
	letter-spacing: normal;
	/* 	text-shadow: 0 0 0; */
}

.service-header__title .en:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, 1);
}

.electrical .service-header__title .en:after {
	background-color: rgba(144, 195, 31, 1);
}

.communicate .service-header__title .en:after {
	background-color: rgba(1, 178, 174, 1);
}

.software .service-header__title .en:after {
	background-color: rgba(56, 134, 199, 1);
}

.electrical .service-header__title .en {
	color: rgba(144, 195, 31, 1);
}

.communicate .service-header__title .en {
	color: rgba(1, 178, 174, 1);
}

.software .service-header__title .en {
	color: rgba(56, 134, 199, 1);
}

@media screen and (max-width: 680px) {
	.keyvisual__service {
		margin-bottom: -40px;
	}

	.service-header__title {
		font-size: 1.8rem;
	}

	.service-header__title .en:after {
		margin: 10px 0;
	}
}

@media screen and (max-width: 480px) {
	.service-header__category {
		font-size: 2rem;
	}

	.service-header__title .en {
		font-size: 3rem;
	}

	.service-header__title {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 681px),
print {
	.keyvisual__service {
		margin-bottom: -70px;
	}

	.service-header__title {
		font-size: 3rem;
	}

	.service-header__title .en {
		font-size: 10rem;
	}

	.service-header__title .en:after {
		margin: 20px 0;
	}
}

@media screen and (min-width: 961px) {
	.service-header__category {
		font-size: 4rem;
	}

	.service-header__title {
		font-size: 3rem;
	}
}

@media screen and (min-width: 1401px) {
	.service-header__wrap {
		bottom: 100px;
	}
}

@media screen and (min-width: 481px) and (max-width: 680px) {
	.service-header__category {
		font-size: 2.5rem;
	}

	.service-header__title .en {
		font-size: 4rem;
	}

	.service-header__title {
		font-size: 2rem;
	}
}

@media screen and (min-width: 681px) and (max-width: 960px),
print {
	.service-header__category {
		font-size: 3rem;
	}

	.service-header__title .en {
		font-size: 6rem;
	}

	.service-header__title {
		font-size: 2.5rem;
	}
}

/*------------------------------------*/

.service-section {
	margin: calc(40px + 5vw) 0;
	padding: 5vw;
	padding-top: 0;
	position: relative;
}

.service-section:before {
	content: "";
	height: 100%;
	background-color: rgba(0, 0, 0, 0.05);
	position: absolute;
	top: 0;
	z-index: 0;
}

.service-section__image {
	position: relative;
	top: calc(-20px - 2vw);
}

.service-section__wrap {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

.service-section__visual {
	position: relative;
}

.service-catch__title {
	font-weight: 600;
	line-height: 1.4;
	color: rgba(0, 0, 0, 1);
}

.service-section__title {
	position: relative;
	top: calc(-15px - 0.5vw);
	font-weight: 600;
	line-height: 1.4;
	color: rgba(0, 0, 0, 1);
}

.service-section__title .en {
	display: table;
}

.service-section__title.center {
	text-align: center;
}

.service-section__title.center .en {
	margin: 0 auto;
}

.electrical .service-section__title .en {
	color: rgba(144, 195, 31, 1);
}

.communicate .service-section__title .en {
	color: rgba(1, 178, 174, 1);
}

.software .service-section__title .en {
	color: rgba(56, 134, 199, 1);
}

.service-section__title .en:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, 1);
}

.electrical .service-section__title .en:after {
	background-color: rgba(144, 195, 31, 1);
}

.communicate .service-section__title .en:after {
	background-color: rgba(1, 178, 174, 1);
}

.software .service-section__title .en:after {
	background-color: rgba(56, 134, 199, 1);
}

.service__image {
	margin: calc(20px + 2vw) auto;
}

.service__image.semiconductor {
	max-width: 920px;
}

@media screen and (max-width: 960px) {
	.service-section__visual {
		top: -5vw;
	}
}

@media screen and (max-width: 680px) {
	.service-catch__title {
		font-size: 2rem;
	}

	.service-section:before {
		width: 100%;
		left: 0;
	}

	.service-section__image {
		left: 0;
	}

	.service-section__title {
		font-size: 2rem;
	}

	.service-section__title .en {
		font-size: 1.6rem;
	}

	.service-section__title .en:after {
		margin: 5px 0;
	}
}

@media screen and (min-width: 681px),
print {
	.service-section__wrap {
		padding: 0 5vw;
	}

	.service-catch__title {
		font-size: 3rem;
	}

	.service-section:before {
		width: calc(100% - 5vw);
		max-width: calc(1400px + ((100% - 1400px) / 2));
	}

	.service-section.right:before {
		right: 0;
	}

	.service-section.left:before {
		left: 0;
	}

	.service-section__image {
		width: calc(100% + 5vw);
	}

	.right .service-section__image {
		left: -5vw;
	}

	.left .service-section__image {
		right: -5vw;
	}

	.service-section__title {
		font-size: 3.6rem;
	}

	.service-section__title .en {
		font-size: 3rem;
	}

	.service-section__title .en:after {
		margin: 10px 0;
	}
}

@media screen and (min-width: 961px),
print {
	.visual-wrap {
		display: -webkit-flex;
		display: flex;
	}

	.left .visual-wrap {
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.service-section__visual {
		width: calc(100px + 35vw);
		max-width: 680px;
		top: -2vw;
		-webkit-flex: 0 0 calc(100px + 35vw);
		flex: 0 0 calc(100px + 35vw);
	}

	.service-section__sub-wrap {
		width: calc(100% - (100px + 35vw));
	}

	.service-section__visual.tall {
		max-width: 480px;
	}

	.left .service-section__visual {
		right: -5vw;
	}

	.right .service-section__visual {
		left: -5vw;
	}
}

@media screen and (min-width: 1201px) {
	.service-section__sub-wrap {
		width: calc(100% - 480px);
	}
}

/*------------------------------------*/

.business-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.business-list__item {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
	overflow: hidden;
}

.business-list__item a {
	text-decoration: none;
}

.business-list__title {
	display: -webkit-flex;
	display: flex;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.business-list__title span {
	display: block;
	color: rgba(255, 255, 255, 0.5);
}

.business-list__image {
	overflow: hidden;
}

.business-list__image img {
	transition: all 600ms ease;
}

a:hover .business-list__image img {
	transform: scale3d(1.1, 1.1, 1.1);
}

.electrical .business-list__title {
	background-color: rgba(144, 195, 31, 1);
}

.communicate .business-list__title {
	background-color: rgba(1, 178, 174, 1);
}

.software .business-list__title {
	background-color: rgba(56, 134, 199, 1);
}

.business-list {
	margin-top: calc(30px + 2vw);
}

.electrical .business-list {
	margin: calc(20px + 1vw) 0;
}

.business-list__type {
	padding: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.business-list__type.vertical {
	display: block;
}

.business-list__type li {
	width: calc((100% - 10px) / 2);
	height: 40px;
	margin: 5px 0;
	padding: 0 5px;
	display: -webkit-flex;
	display: flex;
	border: 2px solid rgba(0, 0, 0, 1);
	border-radius: 5px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.4;
	box-sizing: border-box;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.business-list__type.vertical li {
	width: 100%;
}

.electrical .business-list__type li {
	border-color: rgba(144, 195, 31, 1);
	color: rgba(144, 195, 31, 1);
}

.communicate .business-list__type li {
	border-color: rgba(1, 178, 174, 1);
	color: rgba(1, 178, 174, 1);
}

.software .business-list__type li {
	border-color: rgba(56, 134, 199, 1);
	color: rgba(56, 134, 199, 1);
}

.requirement {
	margin-bottom: 0;
}

.requirement__item {
	margin-bottom: 1px;
	padding: 10px calc(10px + 1vw);
	display: -webkit-flex;
	display: flex;
	background-color: rgba(255, 255, 255, 1);
	line-height: 1.6;
	box-sizing: border-box;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.requirement__people {
	font-weight: 600;
}

.electrical .requirement__people {
	color: rgba(144, 195, 31, 1);
}

.communicate .requirement__people {
	color: rgba(1, 178, 174, 1);
}

.software .requirement__people {
	color: rgba(56, 134, 199, 1);
}

@media screen and (max-width: 680px) {
	.business-list__item {
		margin: 10px 0;
	}

	.business-list__title {
		height: 80px;
		font-size: 1.6rem;
	}

	.business-list__title span {
		font-size: 1.4rem;
	}

	.requirement__name {
		font-size: 1.5rem;
	}

	.requirement__item {
		min-height: 50px;
	}

	.requirement__people {
		font-size: 1.5rem;
	}

	.requirement__people .en {
		font-size: 2.5rem;
	}
}

@media screen and (min-width: 681px),
print {
	.business-list__title {
		height: 100px;
		font-size: 2rem;
	}

	.business-list__title span {
		font-size: 1.6rem;
	}

	.requirement__list {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.requirement__item {
		width: calc((100% - 1px) / 2);
	}

	.requirement__name {
		font-size: 1.6rem;
	}

	.requirement__item {
		min-height: 60px;
	}

	.requirement__people {
		font-size: 1.8rem;
	}

	.requirement__people .en {
		font-size: 3rem;
	}
}

@media screen and (min-width: 801px),
print {
	.electrical .business-list__item {
		width: calc((100% - (20px * 2)) / 3);
	}
}

@media screen and (min-width: 961px),
print {
	.business-list__item {
		width: calc((100% - (20px * 3)) / 4);
	}
}

@media screen and (min-width: 481px) and (max-width: 960px),
print {
	.business-list__item {
		width: calc((100% - (20px * 2)) / 2);
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 801px) and (max-width: 960px),
screen and (max-width: 480px) {
	.business-list__type li {
		width: 100%;
	}
}

/*------------------------------------*/

.service-nav {
	display: -webkit-flex;
	display: flex;
	position: relative;
}

.service-nav:before {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 0;
	left: 0;
}

.service-nav__item,
.service-nav__item a {
	display: -webkit-flex;
	display: flex;
	position: relative;
	z-index: 0;
}

.service-nav__item:hover {
	z-index: 1;
}

.service-nav__item:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
}

.service-nav__item:hover:before {
	opacity: 1;
}

.service-nav__item.electrical:before {
	background: -webkit-linear-gradient(180deg,
			rgba(128, 195, 28, 0.1),
			rgba(195, 193, 28, 0.1));
	background: linear-gradient(180deg,
			rgba(128, 195, 28, 0.1),
			rgba(195, 193, 28, 0.1));
}

.service-nav__item.communicate:before {
	background: -webkit-linear-gradient(180deg,
			rgba(12, 174, 131, 0.1),
			rgba(39, 213, 219, 0.1));
	background: linear-gradient(180deg,
			rgba(12, 174, 131, 0.1),
			rgba(39, 213, 219, 0.1));
}

.service-nav__item.software:before {
	background: -webkit-linear-gradient(180deg,
			rgba(26, 96, 197, 0.1),
			rgba(51, 164, 243, 0.1));
	background: linear-gradient(180deg,
			rgba(26, 96, 197, 0.1),
			rgba(51, 164, 243, 0.1));
}

.service-nav__item:after {
	content: "";
	display: block;
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	right: 0;
	bottom: 0;
}

.service-nav__item a {
	width: 100%;
	overflow: hidden;
	text-decoration: none;
	z-index: 1;
}

.service-nav__item a:hover {
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.service-nav__item a:before {
	content: "";
	display: block;
	background-position: center center;
	background-size: cover;
}

.service-nav__item.electrical a:before {
	background-image: url(../images/home/img_service_electrical_sp.jpg);
}

.service-nav__item.communicate a:before {
	background-image: url(../images/home/img_service_communicate_sp.jpg);
}

.service-nav__item.software a:before {
	background-image: url(../images/home/img_service_software_sp.jpg);
}

.service-nav__title {
	line-height: 1.8;
}

.service-nav__title .en {
	margin-bottom: 10px;
	display: block;
}

.electrical .service-nav__title .en {
	color: rgba(144, 195, 31, 1);
}

.communicate .service-nav__title .en {
	color: rgba(0, 201, 196, 1);
}

.software .service-nav__title .en {
	color: rgba(45, 132, 205, 1);
}

@media screen and (max-width: 680px) {
	.service-nav {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.service-nav__item {
		width: 100%;
	}

	.service-nav__item:after {
		width: 100%;
		height: 1px;
	}

	.service-nav__item a {
		height: calc(100px + 2vw);
		-webkit-align-items: center;
		align-items: center;
	}

	.service-nav__item a:before {
		width: 30%;
		height: 100%;
		margin-right: 20px;
	}

	.service-nav__title {
		font-size: 1.4rem;
	}

	.service-nav__title br {
		display: none;
	}

	.service-nav__title .en {
		font-size: 2rem;
	}
}

@media screen and (min-width: 681px),
print {
	.service-nav__item {
		width: calc(100% / 3);
		-webkit-flex: 1;
		flex: 1;
	}

	.service-nav__item:after {
		width: 1px;
		height: 100%;
		bottom: 0;
	}

	.service-nav__item a {
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.service-nav__item a:before {
		width: 100%;
		height: calc(100px + 10vw);
		max-height: 300px;
	}

	.service-nav__title {
		margin: 40px 0;
		font-size: 1.5rem;
		text-align: center;
	}

	.service-nav__title .en {
		font-size: 2.8rem;
	}
}

/*------------------------------------*/

.works {
	max-width: 1400px;
	margin: calc(40px + 5vw) auto;
	padding: 0 10vw;
}

.works-nav {
	display: -webkit-flex;
	display: flex;
	position: relative;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.works-nav__item a {
	height: 40px;
	display: -webkit-flex;
	display: flex;
	position: relative;
	font-weight: 600;
	line-height: 1.6;
	text-decoration: none;
	-webkit-align-items: center;
	align-items: center;
}

.works-nav__item a:after {
	content: "";
	width: 100%;
	height: 5px;
	display: block;
	background-color: rgba(0, 0, 0, 1);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	transform-origin: center bottom;
	transform: scale3d(1, 0, 1);
}

.works-nav__item a.active:after,
.works-nav__item a:hover:after {
	transform: scale3d(1, 1, 1);
}

.works-nav__item a.all:after {
	background-color: rgba(144, 195, 31, 1);
}

.works-nav__item a.type1:after {
	background-color: rgba(4, 203, 177, 1);
}

.works-nav__item a.type2:after {
	background-color: rgba(46, 118, 215, 1);
}

.works-nav__item a.type3:after {
	background-color: rgba(157, 86, 217, 1);
}

.works-nav__item a.type4:after {
	background-color: rgba(240, 59, 72, 1);
}

.works-nav__item a.type5:after {
	background-color: rgba(255, 168, 0, 1);
}

.works__list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.works__item {
	margin: 30px 0;
}

.works__type {
	min-width: 170px;
	margin: 10px 0;
	padding: 5px 10px;
	display: table;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(0, 0, 0, 1);
	line-height: 1.4;
	text-align: center;
	box-sizing: border-box;
	-webkit-flex: 0 0 170px;
	flex: 0 0 170px;
}

.type1 .works__type {
	border-color: rgba(4, 203, 177, 1);
	color: rgba(4, 203, 177, 1);
}

.type2 .works__type {
	border-color: rgba(46, 118, 215, 1);
	color: rgba(46, 118, 215, 1);
}

.type3 .works__type {
	border-color: rgba(157, 86, 217, 1);
	color: rgba(157, 86, 217, 1);
}

.type4 .works__type {
	border-color: rgba(240, 59, 72, 1);
	color: rgba(240, 59, 72, 1);
}

.type5 .works__type {
	border-color: rgba(255, 168, 0, 1);
	color: rgba(255, 168, 0, 1);
}

.works__name {
	line-height: 1.4;
}

.works__sub-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.works__sub-list__item {
	margin: 5px 0 !important;
	display: -webkit-flex;
	display: flex;
	line-height: 1.6;
	-webkit-align-items: center;
	align-items: center;
}

.works__sub-list__item .works__type {
	margin: 0;
	margin-right: 10px;
}

.changeCategory__wrap {
	transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media screen and (max-width: 1280px) {
	.works__sub-list__item {
		width: 100%;
	}
}

@media screen and (max-width: 960px) {
	.works-nav__item a {
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
		font-size: 1.5rem;
	}

	.works__item {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}

@media screen and (max-width: 680px) {
	.works {
		padding: 0 5vw;
	}

	.works__name {
		font-size: 1.4rem;
	}

	.works__type {
		font-size: 1.2rem;
	}

	.works__sub-list__item {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 480px) {
	.works-nav__item {
		width: 100%;
	}

	.works__item {
		width: 100%;
	}

	.works__type {
		margin: 5px 0 !important;
	}

	.works__sub-list__item {
		display: block;
	}
}

@media screen and (min-width: 481px) {
	.works-nav {
		margin: 20px 0;
	}
}

@media screen and (min-width: 681px),
print {
	.works__name {
		font-size: 1.5rem;
	}

	.works__type {
		font-size: 1.3rem;
	}

	.works__sub-list__item {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 961px),
print {
	.works__item {
		width: calc((100% - (20px * 2) - 1px) / 3);
		margin-right: 20px;
	}

	.works__item:nth-child(3n) {
		margin-right: 0;
	}

	.works-nav:before {
		content: "";
		width: 100%;
		height: 1px;
		display: block;
		background-color: rgba(0, 0, 0, 0.15);
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.works-nav__item {
		margin-right: 30px;
	}

	.works-nav__item:last-child {
		margin-right: 0;
	}

	.works-nav__item a {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 1201px),
print {
	.works__sub-list__item {
		width: 48%;
	}
}

@media screen and (min-width: 481px) and (max-width: 960px) {
	.works__list {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.works__item {
		width: calc((100% - 20px - 1px) / 2);
	}

	.works-nav__item {
		width: 50%;
	}
}

/*------------------------------------*/

.service-side {
	margin: calc(20px + 2vw) 0;
}

.service-side:last-child {
	margin-bottom: 0;
}

.service-section .sub-section__wrap {
	margin: 0 0 calc(40px + 2vw) 0;
}

.sub-section__wrap:last-child {
	margin-bottom: 0;
}

.service-list-small {
	border-top: 1px dotted rgba(0, 0, 0, 0.3);
}

.service-list-small__item {
	padding: 10px 0;
	font-size: 1.4rem;
	line-height: 1.8;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

.service-list-image {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.service-list-image__item {
	width: calc((100% - 20px) / 2);
	font-size: 1.3rem;
	line-height: 1.8;
	-webkit-flex: 0 0 calc((100% - 20px) / 2);
	flex: 0 0 calc((100% - 20px) / 2);
}

.service-list-set {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.service-list-set__item {
	padding: 10px 0;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

.service-list-set__item:first-child {
	border-top: 1px dotted rgba(0, 0, 0, 0.3);
}

.service-list-set__title {
	font-weight: 600;
	line-height: 1.8;
}

.electrical .service-list-set__title {
	color: rgba(144, 195, 31, 1);
}

.communicate .service-list-set__title {
	color: rgba(0, 201, 196, 1);
}

.software .service-list-set__title {
	color: rgba(45, 132, 205, 1);
}

.service-list-set__list {
	display: -webkit-flex;
	display: flex;
	font-size: 1.4rem;
	line-height: 1.8;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.service-list-set__list li:after {
	content: "、";
}

.service-list-set__list li:last-child:after {
	display: none;
}

.service-list-set .txt-s {
	margin: 0;
}

@media screen and (max-width: 680px) {
	.service-list-set__item {
		width: 100%;
	}

	.service-list-set__title {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 681px),
print {
	.service-side {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.service-side__item {
		width: 48%;
		-webkit-flex: 0 0 48%;
		flex: 0 0 48%;
	}

	.service-list-set__item {
		width: 48%;
	}

	.service-list-set__item:nth-child(2) {
		border-top: 1px dotted rgba(0, 0, 0, 0.3);
	}

	.service-list-set__title {
		font-size: 1.8rem;
	}
}

/*------------------------------------*/

.product__image {
	margin-bottom: 20px;
}

.product__title {
	margin: 10px 0;
	font-weight: 600;
	line-height: 1.4;
	color: rgba(0, 0, 0, 1);
}

.product__category {
	margin-bottom: 10px;
	padding: 5px 10px;
	display: table;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.4;
	color: rgba(255, 255, 255, 1);
}

.software .product__category {
	background-color: rgba(45, 132, 205, 1);
}

.product__txt {
	margin: 10px 0;
}

.product__txt.arrow a {
	text-decoration: none;
}

.product__btn {
	margin-top: 20px;
}

.example {
	background-color: rgba(255, 255, 255, 1);
}

.example__title {
	padding: 0 3vw;
	display: -webkit-flex;
	display: flex;
	position: relative;
	font-weight: 600;
	line-height: 1.4;
	color: rgba(0, 0, 0, 1);
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.example__title:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, 0.15);
	position: absolute;
	left: 0;
	bottom: 0;
}

.soft .example__title .en {
	color: rgba(56, 134, 199, 1);
}

/* .software .example__title {
  color: ;
} */

.example__item {
	position: relative;
}

.example__item:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, 0.15);
	position: absolute;
	left: 0;
	bottom: 0;
}

.example__item:last-child:after {
	display: none;
}

.example__item__name {
	padding: calc(15px + 1vw) 3vw;
	position: relative;
	font-weight: 600;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

.example__item__name:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, 1);
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.example__item__name:hover:after,
.show .example__item__name:after {
	transform: scaleX(1);
}

.example__item__name .en {
	width: 80px;
	display: block;
	border: 2px solid rgba(0, 0, 0, 1);
	text-align: center;
	box-sizing: border-box;
}

.soft .example__item__name {
	color: rgba(56, 134, 199, 1);
}

.soft .example__item__name:after {
	background-color: rgba(56, 134, 199, 1);
}

.soft .example__item__name .en {
	border-color: rgba(56, 134, 199, 1);
}

.software .acodionList__target:hover .acodionList__icon {
	background-color: rgba(56, 134, 199, 0.2);
}

.software .show .acodionList__icon {
	background-color: rgba(56, 134, 199, 1);
}

.example__item__name .acodionList__icon {
	right: 3vw;
}

.soft .acodionList__icon {
	border-color: rgba(56, 134, 199, 1);
}

.soft .show .acodionList__icon {
	background-color: rgba(56, 134, 199, 1) !important;
}

.soft .acodionList__icon:before,
.soft .acodionList__icon:after {
	background-color: rgba(56, 134, 199, 1);
}

.example__item__wrap {
	padding: 0 3vw !important;
}

.show .example__item__wrap {
	padding: calc(15px + 1vw) 3vw !important;
}

.example__item__table {
	width: 100%;
}

.example__item__table th,
.example__item__table td {
	padding: calc(10px + 0.5vw) 0;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
	vertical-align: top;
	font-size: 1.4rem;
	line-height: 1.8;
}

.example__item__table tr:last-child th,
.example__item__table tr:last-child td {
	border-bottom: 0;
}

.example__item__table th {
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
}

@media screen and (max-width: 680px) {
	.product__title {
		font-size: 1.8rem;
	}

	.example__title {
		height: 100px;
		font-size: 2rem;
	}

	.example__title .en {
		font-size: 1.4rem;
	}

	.example__item__name {
		font-size: 1.8rem;
	}

	/*
	.example__item__name {
		padding: 10px 0;
	}
*/

	.example__item__name .en {
		margin-bottom: 5px;
		font-size: 1.4rem;
	}

	.example__item__name .en span {
		font-size: 1.8rem;
	}

	.example__item__table th,
	.example__item__table td {
		width: 100%;
		display: block;
	}

	.example__item__table th {
		padding-bottom: 0;
		border-bottom: 0;
	}
}

@media screen and (min-width: 681px),
print {
	.product__title {
		font-size: 2.2rem;
	}

	.example__title {
		height: 140px;
		font-size: 2.8rem;
	}

	.example__title .en {
		font-size: 1.8rem;
	}

	.example__item__name {
		display: -webkit-flex;
		display: flex;
		font-size: 2.5rem;
		-webkit-align-items: center;
		align-items: center;
	}

	/*
	.example__item__name {
		padding: 20px 0;
	}
*/

	.example__item__name .en {
		margin-right: 20px;
		font-size: 1.6rem;
	}

	.example__item__name .en span {
		font-size: 2.4rem;
	}

	.example__item__table th {
		width: 120px;
	}
}

/*------------------------------------*/

#contents.system01 {
	padding-left: 5vw;
	padding-right: 5vw;
}

.product-title span {
	margin: 0 auto;
	display: table;
	line-height: 1.4;
}

.product-title-main {
	color: rgba(0, 0, 0, 1);
}

.software .product-title-category {
	color: rgba(45, 132, 205, 1);
}

.product-title-tex {
	font-weight: 600;
}

.system-head {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.system-head:before {
	content: "";
	display: block;
	background-position: center center;
	background-size: cover;
}

.system01 .system-head:before {
	background-image: url(../images/service/software/img_kv_system01.jpg);
}

.system-head-wrap {
	width: 100%;
	padding: calc(20px + 2vw);
	display: -webkit-flex;
	display: flex;
	background-color: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.product-wrap {
	max-width: 1200px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.05);
	overflow: hidden;
	box-sizing: border-box;
}

.merit-item {
	min-height: 80px;
	margin-bottom: 10px;
	padding: 20px;
	padding-left: 60px;
	display: -webkit-flex;
	display: flex;
	background-color: rgba(45, 132, 205, 1);
	border-radius: 10px;
	position: relative;
	font-weight: 600;
	line-height: 1.8;
	color: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	-webkit-align-items: center;
	align-items: center;
}

.merit-item:last-child {
	margin-bottom: 0;
}

.merit-item-num {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	left: 20px;
	top: 25px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: rgba(45, 132, 205, 1);
}

.feture-list {
	margin-bottom: 40px;
}

.feture-item {
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.8;
}

.feture-item:last-child {
	margin-bottom: 0;
}

.feture-item:before {
	content: "";
	width: 5px;
	height: 5px;
	display: block;
	background-color: rgba(45, 132, 205, 1);
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}

.product-contct {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 1);
}

.product-contct-title {
	display: -webkit-flex;
	display: flex;
	position: relative;
	font-weight: 600;
	line-height: 1.4;
	color: rgba(0, 0, 0, 1);
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.product-contct-title:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, 0.15);
	position: absolute;
	left: 0;
	bottom: 0;
}

.product-contct-item {
	display: -webkit-flex;
	display: flex;
	position: relative;
	box-sizing: border-box;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.product-contct-item:first-child:after {
	content: "";
	display: block;
	background-color: rgba(0, 0, 0, 0.15);
	position: absolute;
}

.product-contct-item-title {
	font-weight: bold;
	line-height: 1.4;
	color: rgba(0, 0, 0, 1);
}

.product-contct-tel {
	font-weight: 600;
	line-height: 1.4;
	color: rgba(0, 0, 0, 1);
}

.product-contct-tel-tex {
	font-size: 1.3rem;
	line-height: 1.8;
}

.product__btn {
	margin-top: 0;
}

.product__btn {
	width: 200px;
}

@media screen and (max-width: 800px) {
	.system-head:before {
		width: 100%;
		height: calc(200px + 20vw);
	}

	.system-head-title {
		max-width: 350px;
	}

	.product-wrap {
		padding: 5vw;
	}

	.merit-item {
		font-size: 1.5rem;
	}

	.feture-image {
		margin-top: 40px;
	}

	.product-contct {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.product-contct-title {
		height: 80px;
		font-size: 2rem;
	}

	.product-contct-item {
		padding: 30px;
	}

	.product-contct-item:first-child:after {
		width: 100%;
		height: 1px;
		left: 0;
		bottom: 0;
	}

	.product-contct-item-title {
		margin-bottom: 10px;
		font-size: 1.5rem;
	}

	.product-contct-tel {
		font-size: 3rem;
	}
}

@media screen and (max-width: 680px) {
	.product-title {
		margin: 20px 0 30px 0;
	}

	.product-title-main {
		font-size: 2rem;
	}

	.product-title-category {
		font-size: 3rem;
	}

	.product-title-tex {
		font-size: 1.4rem;
	}

	.product__btn a {
		margin: 0 auto;
		text-align: center;
	}
}

@media screen and (min-width: 681px),
print {
	.product-title {
		margin: 30px 0 60px 0;
	}

	.product-title-main {
		font-size: 2.6rem;
	}

	.product-title-category {
		font-size: 5rem;
	}

	.product-title-tex {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 801px),
print {
	.system-head {
		height: calc(200px + 30vw);
		max-height: 660px;
		display: -webkit-flex;
		display: flex;
	}

	.system-head:before {
		width: 50%;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.system-head-title {
		max-width: 440px;
	}

	.product-wrap {
		padding: calc(40px + 2vw);
	}

	.merit-item {
		font-size: 1.6rem;
	}

	.product-side-wrap {
		display: -webkit-flex;
		display: flex;
	}

	.feture {
		width: 50%;
		padding-right: 40px;
		box-sizing: border-box;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.product-contct {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.product-contct-title {
		height: 120px;
		font-size: 2.4rem;
	}

	.product-contct-list {
		display: -webkit-flex;
		display: flex;
	}

	.product-contct-item {
		width: 50%;
		padding: 40px;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.product-contct-item.wide {
		width: 100%;
		flex: 1;
	}

	.product-contct-item:first-child:after {
		width: 1px;
		height: 100%;
		right: 0;
		top: 0;
	}

	.product-contct-item.wide:first-child::after {
		display: none !important;
	}

	.product-contct-item-title {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}

	.product-contct-tel {
		font-size: 4rem;
	}
}

/*------------------------------------*/

.system-head-brp {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
}

.system-head-brp div {
	max-width: 50%;
	flex-basis: 50%;
}

.brp-list {
	margin: 40px 0;
	display: flex;
	flex-wrap: wrap;
}

.brp-list li {
	max-width: calc((100% - (20px * 3)) / 4);
	flex-basis: calc((100% - (20px * 3)) / 4);
	margin-right: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.brp-list li:nth-child(4n) {
	margin-right: 0;
}

.brp-list div {
	max-width: calc(50% - 5px);
	flex-basis: calc(50% - 5px);
	margin-bottom: 10px;
	padding: 10px;
	background-color: white;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.brp-list figure {
	padding-top: 100%;
	position: relative;
}

.brp-list img {
	width: 70%;
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 0;
	transform: translate3d(-50%, -50%, 0);
}

.brp-list span {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10px;
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	color: rgba(45, 132, 205, 1);
}

.brp-list p {
	font-size: 1.3rem;
	line-height: 1.6;
}

.brp-nav {
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
}

.brp-nav li {
	max-width: calc(50% - 20px);
	flex-basis: calc(50% - 20px);
	display: flex;
}

.brp-nav a {
	width: 100%;
	padding: 20px;
	padding-bottom: 60px;
	display: flex;
	background-color: rgba(45, 132, 205, 1);
	border-radius: 10px;
	position: relative;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	box-sizing: border-box;
}

.brp-nav a:after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	background-image: url(../images/service/software/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: calc(50% - 10px);
	bottom: 20px;
}

.brp-nav h5 {
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	color: white;
}

.brp-nav p {
	max-width: 400px;
	font-size: 1.4rem;
	line-height: 1.8;
	color: white;
}

.brp_igx {
	margin: 20px 0;
	padding: 40px 30px;
	background-color: #fff;
	border-radius: 20px;
}

/*　20220207追加　*/
.brp_igxtube {
	position: relative;
	width: 100%;
}

.brp_igxtube::before {
	content: '';
	display: block;
	padding-top: 56.25%;
	/* 高さ÷横幅×100 */
}

.brp_igxtube iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/*　20220207追加end　*/

.brp_igx__list {
	/* display: flex; */
	justify-content: space-between;
}

.brp_igx li {
	max-width: 600px;
	/* max-width: calc(50% - 20px);
  flex-basis: calc(50% - 20px); */
	margin: 0 auto;
	box-sizing: border-box;
}

.brp_igx h5 {
	margin-bottom: 20px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 2;
	text-align: center;
}

.brp_igx_single {
	max-width: 800px;
	margin: 0 auto;
}

.brp-feature {
	margin-top: 40px;
	display: flex;
	position: relative;
}

.brp-feature-text {
	max-width: 50px;
	flex-basis: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.brp-feature-text p {
	max-width: none !important;
	padding: 0 !important;
	background-color: transparent !important;
	writing-mode: vertical-lr;
}

.brp-feature-text:before {
	content: "";
	width: 50px;
	height: calc(100% - 120px);
	border: 1px solid rgba(45, 132, 205, 1);
	border-right: 0;
	position: absolute;
	left: 0;
	top: 60px;
	box-sizing: border-box;
}

.brp-feature-text:after {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	border-top: 1px solid rgba(45, 132, 205, 1);
	border-right: 1px solid rgba(45, 132, 205, 1);
	position: absolute;
	top: 55px;
	right: 1px;
	box-sizing: border-box;
	transform: rotate3d(0, 0, 1, 45deg);
	transform-origin: center;
}

.brp-feature ul {
	max-width: calc(100% - 50px);
	flex-basis: calc(100% - 50px);
}

.brp-feature li {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.brp-feature h6 {
	max-width: 200px;
	flex-basis: 200px;
	padding: 20px 0;
	display: flex;
	background-color: rgba(45, 132, 205, 1);
	border-radius: 10px 0 0 10px;
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	color: white;
	text-align: center;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.brp-feature h6:after {
	content: "";
	border: 10px solid transparent;
	border-top: 15px solid rgba(45, 132, 205, 1);
	position: absolute;
	left: calc(50% - 10px);
	bottom: -20px;
}

.brp-feature li:last-child h6:after {
	display: none;
}

.brp-feature p {
	max-width: calc(100% - 200px);
	flex-basis: calc(100% - 200px);
	padding: 20px;
	background-color: #fff;
	border-radius: 0 10px 10px 0;
	font-size: 1.4rem;
	line-height: 2;
	box-sizing: border-box;
}

@media screen and (max-width: 960px) {
	.brp-list {
		flex-wrap: wrap;
	}

	.brp-list li {
		max-width: calc((100% - 20px) / 2);
		flex-basis: calc((100% - 20px) / 2);
		margin-bottom: 20px;
	}

	.brp-list li:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 800px) {
	.brp-nav {
		display: block;
	}

	.brp-nav li {
		max-width: none;
		margin-top: 20px;
		margin-right: 0;
	}

	.brp_igx__list {
		display: block;
	}

	.brp_igx li {
		max-width: none;
		margin-top: 20px;
		margin-right: 0;
	}
}

@media screen and (max-width: 640px) {
	.brp-feature li {
		display: block;
		position: relative;
	}

	.brp-feature li:after {
		content: "";
		border: 10px solid transparent;
		border-top: 15px solid white;
		position: absolute;
		left: calc(50% - 10px);
		bottom: -20px;
	}

	.brp-feature li:last-child:after {
		display: none;
	}

	.brp-feature h6,
	.brp-feature p {
		max-width: none;
	}

	.brp-feature h6 {
		border-radius: 10px 10px 0 0;
	}

	.brp-feature p {
		border-radius: 0 0 10px 10px;
	}

	.brp-feature h6:after {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.brp-list {
		display: block;
	}

	.brp-list li {
		max-width: none;
		margin-right: 0;
	}

	.brp-nav h5 {
		font-size: 1.6rem;
	}

	.brp-nav p {
		font-size: 1.3rem;
	}
}