@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#container {
	padding-top: 0;
}
.mainVisual {
	height: calc(100vh - 8.5rem);
	position: relative;
}
.mainVisual .textBox {
	position: absolute;
	left: 0;
	top: calc(18% - 4.1rem);
	width: 100%;
	text-align: center;
}
.mainVisual .textBox p {
	font-size: 5.5rem;
	font-weight: 700;
}
.mainVisual .movieBox {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 72%;
	overflow: hidden;
}
.mainVisual .movieBox .movie {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.mainVisual .movieBox video {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 102%;
	height: 102%;
	object-fit: cover;
	transform: translate(-50%,-50%);
}
.mainVisual .ttl {
	position: absolute;
	left: 4.3rem;
	top: 4.3rem;
	font-size: 2.06rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	z-index: 2;
}
.mainVisual .ttl .bg_line {
	margin-bottom: 1.3rem;
	display: block;
	width: fit-content;
	padding: 1.3rem 2.4rem;
	background-color: #fff;
}
.mainVisual .en {
	position: absolute;
	right: -1.7rem;
	top: 8.4rem;
	z-index: 2;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 1.66;
	transform: rotate(90deg);
}
#main .topics {
	background-color: #fff;
}
#main .topics a {
	height: 8.5rem;
	padding: 1.8rem 3.7rem 1.5rem;
	display: flex;
	align-items: center;
}
#main .topics .headLine05 {
	flex-shrink: 0;
	margin: 0;
	width: 12.7rem;
	color: #000;
	font-size: 1.7rem;
}
#main .topics .headLine05 > span {
	padding: 0.4rem 0 0.6rem;
	text-align: center;
}
#main .topics .time {
	margin: 0 4.1rem 0 2.8rem;
	padding: 0 1.1rem;
	flex-shrink: 0;
	line-height: 1.2;
	font-weight: 300;
	font-size: 1.4rem;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#main .topics .text {
	display: flex;
	font-size: 1.6rem;
}
#main .topics .text span {
	margin-right: 3.2rem;
	flex-shrink: 0;
	font-weight: 700;
}
#main .business {
	display: flex;
}
#main .business .textBox {
	width: calc(50% - 15.8rem);
	padding: 0 0 2.4rem 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background : linear-gradient(160.11deg, rgba(60, 244, 78, 1) 0.02%, #1EB12C 99.98%);
}
#main .business .textInfo {
	width: 38rem;
	margin: 0 auto;
}
#main .business .textInfo p {
	margin-bottom: 3.6rem;
	line-height: 2.35;
}
#main .business .listUl {
	width: calc(50% + 15.8rem);
}
#main .business .listUl li {
	margin-bottom: -1px;
	width: 50%;
}
#main .business .listUl a {
	display: block;
	position: relative;
}
#main .business .listUl .ttl {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	border-radius: 5rem;
	overflow: hidden;
	transform: translate(-50%,-54%);
}
#main .business .listUl .ttl .bg_line {
	padding: 1rem 0;
	display: block;
	--bgcolor: rgba(255,255,255,0.9);
}
#main .archives {
	padding: 6.1rem 0 6.5rem;
	display: flex;
}
#main .archives .phoList {
	order: -1;
	width: calc(50% + 27.1rem);
}
#main .archives .phoList li {
	width: 31.8rem;
}
#main .archives .textInfo {
	width: 29rem;
	margin: 3.8rem 0 0 8.4rem;
}
#main .surveying {
	padding: 10.9rem 6.1rem 11rem 9.7rem;
	display: flex;
	justify-content: space-between;
	background-color: #040000;
}
#main .surveying .textInfo {
	width: 37rem;
	margin-top: 7.6rem;
}
#main .surveying .headLine08 {
	margin: 0 -3rem 3.9rem 0;
}
#main .surveying .headLine08 a {
	color: #fff;
}
#main .surveying p {
	margin-bottom: 4.8rem;
	line-height: 2.11;
}
#main .surveying p a {
	color: #fff;
}
#main .surveying .pho {
	width: 73.3rem;
}
#main .company .imgBox {
	padding: 11.6rem 10.1rem 9.4rem 10rem;
	display: flex;
	justify-content: space-between;
	background-color: #F2F2F2;
}
#main .company .imgBox .pho {
	width: 73.7rem;
	margin-top: 8.4rem;
}
#main .company .imgBox .textInfo {
	width: 40rem;
	order: 1;
}
#main .company .imgBox ul {
	margin-top: -1.9rem;
	border-top: 1px solid #000;
}
#main .company .imgBox li {
	border-bottom: 1px solid #000;
}
#main .company .imgBox a {
	display: block;
	padding: 2.5rem 0;
}
#main .company .imgBox li .en {
	display: block;
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}
#main .company .imgBox li .jp {
	margin-top: -0.8rem;
	padding-right: 9.7rem;
	display: block;
	width: fit-content;
	font-size: 1.6rem;
	background: url(../img/common/icon07.svg) no-repeat right top 1rem;
	background-size: 6.5rem auto;
}
#main .company .listUl {
	margin: 9.9rem 10rem 11rem;
}
#main .company .listUl li {
	width: 55.9rem;
}
#main .company .listUl p {
	margin: 0 4.5rem 3.1rem;
	color: #231815;
	line-height: 2.11;
}
#main .company .listUl p a {
	color: #231815;
}
#main .company .listUl .pho {
	border-radius: 1.8rem;
}
#main .company .listUl .comLink {
	margin: -2.6rem 4.3rem 0 auto;
}
#main .recruit {
	position: relative;
}
#main .recruit .headLine08 {
	position: absolute;
	left: 5.2rem;
	top: 4rem;
	z-index: 2;
}
#main .recruit .comLink {
	position: absolute;
	right: 6.3rem;
	bottom: 4.2rem;
	z-index: 1;
}
#main .recruit .ttl {
	position: absolute;
	left: 0;
	top: 33.3rem;
	width: 100%;
	text-align: center;
	font-size: 7.2rem;
	line-height: 1;
	font-weight: 700;
	z-index: 1;
}
#main .recruit .ttl .bg_line {
	padding: 0 0 0.9rem 0.5rem;
	letter-spacing: 0.06em;
	font-feature-settings: "palt";
	background-color: #fff;
}
#main .recruit .pho a {
	position: relative;
	display: block;
}
#main .recruit .pho .gif {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#main .news {
	padding: 8.7rem 34.5rem 17.6rem 0;
	position: relative;
}
#main .news .headLine08 {
	margin: 0 9.7rem 0.8rem;
	width: fit-content;
}
#main .news dl {
	border-top: 1px solid #040000;
}
#main .news dt {
	padding: 3.1rem 0 0 6.6em;
	float: left;
	font-size: 1.5rem;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
}
#main .news dd {
	padding: 2.6rem 0 2.9rem 12.4em;
	font-size: 1.6rem;
	line-height: 1.75;
	border-bottom: 1px solid #040000;
}
#main .news dd span {
	margin-bottom: -0.1rem;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.77;
}
@media all and (min-width: 897px) {
	.mainVisual .ttl .bg_line01 {
		padding-right: 0.8rem;
	}
	#main .topics a:hover {
		opacity: 0.7;
	}
	#main .archives .headLine08 .en {
		line-height: 1.07;
	}
	#main .archives .headLine08 .jp {
		margin-top: 0.9rem;
	}
	#main .archives .headLine08 {
		margin-bottom: 4.2rem;
	}
	#main .archives .headLine08 .ico {
		left: -3.1rem;
		top: -1.9rem;
	}
	#main .surveying .headLine08 .ico {
		left: -3.6rem;
		top: -0.3rem;
	}
	#main .company .imgBox .headLine08 .en {
		font-size: 4.8rem;
	}
	#main .company .imgBox .headLine08 {
		width: fit-content;
	}
	#main .company .imgBox .headLine08 .ico {
		left: auto;
		right: -3.8rem;
	}
	#main .news .comLink {
		position: absolute;
		right: 34.8rem;
		top: 10.6rem;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		height: 61.6rem;
	}
	.mainVisual .textBox {
		top: 9rem;
		left: 1rem;
	}
	.mainVisual .textBox p {
		font-size: 2.9rem;
		letter-spacing: -0.01em;
	}
	.mainVisual .movieBox {
		height: 48rem;
	}
	.mainVisual .ttl {
		left: 2.2rem;
		top: 3.2rem;
		font-size: 1.6rem;
	}
	.mainVisual .ttl .bg_line {
		margin-bottom: 0.8rem;
		padding: 0.2rem 1.9rem 0.4rem;
	}
	.mainVisual .ttl .bg_line01 {
		padding-right: 0.8rem;
	}
	.mainVisual .en {
		right: -2rem;
		top: 6.5rem;
		font-size: 1.8rem;
		line-height: 1.38;
	}
	#main .topics a {
		position: relative;
		height: auto;
		padding: 4.9rem 2.4rem 1.4rem;
		display: block;
	}
	#main .topics .headLine05 {
		position: absolute;
		left: 2.4rem;
		top: 1.5rem;
		width: 10rem;
		font-size: 1.5rem;
	}
	#main .topics .headLine05 > span {
		padding: 0.4rem 0;
	}
	#main .topics .time {
		position: absolute;
		right: 2.4rem;
		top: 2.3rem;
		margin: 0;
		padding: 0 1.1rem;
		font-size: 1.3rem;
	}
	#main .topics .text {
		display: block;
		font-size: 1.5rem;
		line-height: 1.4;
	}
	#main .topics .text span {
		margin-right: 0;
		display: block;
		font-size: 1.6rem;
	}
	#main .business {
		display: block;
	}
	#main .business .textBox {
		width: auto;
		padding: 5.8rem 4rem 4.3rem;
		display: block;
	}
	#main .business .textInfo {
		width: auto;
	}
	#main .business .textInfo p {
		margin-bottom: 1.5rem;
		text-align: justify;
		line-height: 2;
	}
	#main .business .comLink {
		margin-left: -0.9rem;
	}
	#main .business .listUl {
		width: auto;
	}
	#main .business .listUl .ttl {
		width: 11.5rem;
		font-size: 1.6rem;
	}
	#main .business .listUl .ttl .bg_line {
		padding: 0.8rem 0 0.9rem;
	}
	#main .archives {
		padding: 4.2rem 0 3rem;
		display: block;
	}
	#main .archives .phoList {
		width: auto;
		display: block;
	}
	#main .archives .phoList li {
		margin-bottom: 0.8rem;
		width: auto;
	}
	#main .archives .textInfo {
		width: auto;
		margin: 0 0 2rem 4rem;
	}
	#main .archives .comLink {
		margin: 1.7rem -0.9rem 0;
	}
	#main .surveying {
		padding: 5.9rem 0 0;
		display: block;
	}
	#main .surveying .textInfo {
		width: auto;
		margin: 0 3.8rem 4.3rem;
	}
	#main .surveying .headLine08 {
		margin: 0 0 1rem;
	}
	#main .surveying p {
		margin-bottom: 1.8rem;
		line-height: 2;
	}
	#main .surveying .comLink {
		margin-left: -0.6rem;
	}
	#main .surveying .pho {
		width: auto;
	}
	#main .company .imgBox {
		padding: 6rem 0 0;
		display: block;
	}
	#main .company .imgBox .pho {
		width: auto;
		margin-top: 3.3rem;
	}
	#main .company .imgBox .textInfo {
		width: auto;
		margin: 0 0 0 4rem;
	}
	#main .company .headLine08 {
		margin-bottom: 1.2rem;
	}
	#main .company .imgBox ul {
		margin-top: 0;
	}
	#main .company .imgBox a {
		padding: 1.5rem 0 1.6rem;
	}
	#main .company .imgBox li .jp {
		padding-right: 8.4rem;
	}
	#main .company .listUl {
		margin: 4.9rem 2.5rem 5.7rem;
		display: block;
	}
	#main .company .listUl li {
		width: auto;
		margin-bottom: 3.8rem;
	}
	#main .company .listUl p {
		margin: 0 1.5rem 2.3rem;
		text-align: justify;
	}
	#main .company .listUl .pho {
		border-radius: 1rem;
	}
	#main .company .listUl .comLink {
		margin: -1.9rem 1.5rem 0 auto;
	}
	#main .recruit .headLine08 {
		left: 2.4rem;
		top: 1.4rem;
	}
	#main .recruit .headLine08 .en {
		font-size: 3.1rem;
	}
	#main .recruit .headLine08 .jp {
		font-size: 1.6rem;
	}
	#main .recruit .comLink {
		right: 2.5rem;
		bottom: -2rem;
	}
	#main .recruit .ttl {
		left: 2.6rem;
		top: auto;
		bottom: 4.8rem;
		width: auto;
		font-size: 3.5rem;
	}
	#main .recruit .ttl .bg_line {
		padding-bottom: 0.4rem;
		letter-spacing: 0.03em;
	}
	#main .news {
		padding: 7.4rem 2.5rem 7.5rem 0;
	}
	#main .news .headLine08 {
		margin: 0 2.5rem 1.7rem;
	}
	#main .news dt {
		padding: 3rem 2.5rem 0;
		float: none;
		font-size: 1.4rem;
	}
	#main .news dd {
		padding: 0 0 3.1rem 2.3rem;
		font-size: 1.5rem;
	}
	#main .news dd span {
		font-size: 1.7rem;
	}
	#main .news .comLink {
		position: absolute;
		right: 2.5rem;
		top: 8.4rem;
		width: 12.5rem;
	}
}