@charset "utf-8";

#container {
	position: relative;
	line-height: 1.6;
	min-width: 100%;
	width: 100%;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}


/* tokyo */
/* -------------------------------------------------- */

h1 {
	display: flex;
}

.section_box2 {
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: url(../img/bg_tokyo.jpg?update=20241018) no-repeat center/cover;
	position: relative;
}

.section_box2:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
}

.section_box2 .cmp_txt {
	z-index: 10;
}

#video {
	width: 100%;
	height: 320px;
	/*	background: url(../img/kv-alternative.jpg) no-repeat center/cover;*/
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}

#video:after {
	width: 100%;
	height: 320px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(../img/company_video_over.png) 0 0 repeat;
}

#company .innerWrap {
	max-width: 980px;
	width: 90%;
}

#company .box1 {
	height: auto;
	margin-bottom: 0;
}

#company .box1 p {
	font-size: 20px;
	color: #ffffff;
	text-align: left;
	line-height: 1.8;
}

#company .box1:after {
	content: none;
}

#businessCont {
	margin-bottom: 60px;
}

#businessList {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

#businessList li {
	width: 49%;
	font-size: 16px;
}

#businessList li .businessTit {
	width: 100%;
	height: 260px;
	margin-bottom: 10px;
	background: url(../img/lighting_img1.jpg) 0 0 no-repeat;
	background-size: cover;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
}

#businessList li:nth-child(2) .businessTit {
	background: url(../img/planning_bg1.jpg) 0 0 no-repeat;
	background-size: cover;
}

.businessLead {
	margin-bottom: 0.5em;
	font-size: 1.7rem;
	font-weight: 600;
}

#company .innerWrap #worksTokyo table th {
	padding: 20px 0;
	text-align: center;
}

#company .innerWrap #worksTokyo table th:after {
	content: none;
}

/*
#company .innerWrap #worksTokyo table tr:first-child th,
#company .innerWrap #worksTokyo table tr:first-child td {
	padding: 20px 0;
	background: #fff;
	color: #5b5b5b;
		border: 1px solid;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.1em;
}
*/

#linkArea {
	margin-bottom: 100px;
}

#linkList {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

#linkList li {
	width: 33%;
	height: 24vh;
	display: flex;
	align-items: center;
}

#linkList li a {
	width: 100%;
	background: #fff;
	color: #333;
	font-size: 1.4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
}

#linkList li:nth-child(2) a {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#linkList li a:hover {
	/*
	transform: scale(1.1);
	border: none;
	box-shadow: 0 0 30px #eee;
	padding: 20px 0;
*/
	opacity: 0.7;
	transition: all 0.3s ease-in-out 0s;
}

#linkList li a img {
	height: 10vh;
}

.linkTit {
	display: block;
	margin: 1em auto 0.5em;
	color: #40b2d9;
	font-size: 1.8rem;
	font-weight: 600;
}

/* .sp-nav */
/* -------------------------------------------------- */
.sp-nav > ul {
	padding: 60px 20px;
}

.sp-nav > ul > li {
	padding: 10px;
	border-bottom: 1px dotted #999;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
}

.sp-nav > ul li a {
	display: block;
	font-size: 1.6rem;
	color: #333;
}

.sp-nav > ul > li > a::before {
	content: "\0bb";
	margin-right: 10px;
	color: #45b4da;
}

.sp-nav > ul > li > ul > li {
	padding: 6px 10px 3px 6px;
	font-weight: normal;
}

.sp-nav > ul > li > ul > li a::before {
	content: "\0bb";
	margin-right: 10px;
	color: #45b4da;
}

/* SP */
/* -------------------------------------------------- */
@media screen and (max-width:768px) {
	.pnav ul li {
		font-size: 1.1rem;
	}

	h2.cmp_ttl span {
		margin-right: 0;
		font-size: 24px;
	}

	h2.cmp_ttl:before,
	h2.cmp_ttl:after {
		content: none;
	}

	.section_box2,
	#video,
	#video:after {
		height: 40vh;
	}

	.section_box2 {
		padding: 0 5%;
	}

	h2.cmp_ttl {
		padding: 0;
	}

	#company .box1 p {
		font-size: 14px;
	}

	#businessList {
		flex-direction: column;
		gap: 20px 0;
	}

	#businessList li {
		width: 100%;
	}

	#businessList li .businessTit {
		height: 24vh;
	}

	#company .innerWrap .box4 table tr {
		display: flex;
		flex-direction: column;
	}

	#company .innerWrap #worksTokyo table th,
	#company .innerWrap .box4 table th {
		width: 100%;
		padding: 5px 10px;
		font-size: 13px;
		text-align: left;
	}

	#company .innerWrap .box4 table td {
		margin-bottom: 2px;
		padding: 20px;
	}

	#company .innerWrap .box4 td dt,
	#company .innerWrap .box4 td dt p,
	#company .innerWrap .box4 td dd,
	#company .innerWrap .box4 td dd p {
		width: 100%;
		height: auto;
		padding: 0;
		background: none;
	}

	#company .innerWrap .box5 .mapLink iframe {
		width: 100%;
	}

	#company .innerWrap .box5 .direct {
		width: 100%;
	}

	#company .innerWrap .box3 dt {
		width: 100%;
		margin-bottom: 10px;
		padding: 0 0 5px 0;
		display: block;
		font-size: 14px;
		text-align: left;
		border-bottom: 1px dotted #000000;
	}

	#company .innerWrap .box3 dd {
		margin-bottom: 20px;
		padding: 0;
		border: none;
	}


	#linkList {
		flex-direction: column;
	}

	#linkList li {
		width: 100%;
		height: 16vh;
	}

	#linkList li:nth-child(2) {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	#linkList li:nth-child(2) a {
		border-left: none;
		border-right: none;
	}

	#linkList li a {
		flex-direction: row;
		justify-content: space-between;
		padding: 0 5%;
	}

	#linkList li a img {
		height: auto;
		width: 14%;
	}

	#linkList li:first-child a img {
		width: 16%;
	}

	#linkList li p {
		width: 80%;
		text-align: left;
	}

	.linkTit {
		margin: 0 auto 0.25em;
	}

	.newsBox .list,
	.newsBox .ttl {
		width: 20%;
	}
}