@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap');


/* TITLE
=========================================================================
=========================================================================*/
#title {
	overflow: hidden;
	position: relative;
	margin: 0 auto 80px;
	padding: 150px 0 0;
	width: 100%;
	color: #000000;
	text-align: center;
	background: url(../images/industry/nextgen_bg.jpg) center top no-repeat;
	background-size: 100% auto;
}

#title h2 {
	margin-bottom: 83px;
	font-weight: bold;
	font-size: 3.0rem;
	letter-spacing: -.06em;
}

#title h2 span {
	display: block;
}

#title h2 span:nth-of-type(1) {
	margin: .25em 0;
	font-size: 8.5rem;
	letter-spacing: -.03em;
}

#title h2 span:nth-of-type(2) {
	font-size: 2.6rem;
	letter-spacing: 0em;
}

#title .inner {
	margin: 0 auto;
	width: 872px;
	text-align: left;
}

@media (max-width:922px) {
	#title .inner {
		padding: 0 25px;
		width: 100%;
	}
}

#title h3 {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 2.7rem;
	letter-spacing: -.06em;
}

#title p {
	font-weight: bold;
}

/* SALES
=========================================================================
=========================================================================*/
#sales {
	margin-bottom: 120px;
}

#sales .title {
	position: relative;
	margin-bottom: 80px;
	color: #FFF;
}

#sales .title figcaption {
	position: absolute;
	bottom: calc(189 / 557 * 100%);
	left: 0;
	right: 0;
	margin: 0 auto;
	width: fit-content;
	font-weight: bold;
	font-size: 4.3rem;
}

#sales .title figcaption span {
	display: block;
	margin-bottom: .5em;
	font-size: 2.2rem;
}

#sales .title h2 {
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 872px;
	font-weight: bold;
}

@media (max-width:922px) {
	#sales .title h2 {
		padding: 0 25px;
		width: 100%;
	}
}

#sales .title h2 span:nth-of-type(1) {
	position: absolute;
	top: -24px;
	left: 22px;
	display: inline-block;
	padding: 0 .5em;
	height: 26px;
	font-size: 2.1rem;
	line-height: 26px;
	background-color: #1A1A1A;
}

#sales .title h2 span:nth-of-type(2) {
	display: inline-block;
	padding: 0 .25em;
	height: 37px;
	font-size: 2.6rem;
	line-height: 37px;
	background-color: #1B8BA3;
}

#sales .contents {
	position: relative;
}

#sales .contents .inner {
	margin: 0 auto;
	width: 928px;
}

@media (max-width:978px) {
	#sales .contents .inner {
		padding: 0 25px;
		width: 100%;
	}
}

#sales .contents>.inner:nth-of-type(1) {
	margin-bottom: 299px;
}

#sales .photo figure {
	position: absolute;
	top: 429px;
	right: 0;
	width: calc(700 / 1400 * 100%);
}

#sales .photo .bg {
	position: absolute;
	top: 289px;
	right: 0;
	width: calc(1038 / 1400 * 100%);
	height: 389px;
	background-color: rgba(237, 245, 245, .8);
	z-index: -1;
}

#sales .position_left {
	position: relative;
	margin-bottom: 56px;
	background: linear-gradient(to right,
			rgba(237, 245, 245, .8) calc((100% - 928px) / 2),
			rgba(237, 245, 245, 0) calc((100% - 928px) / 2) calc(928px));
	z-index: 2;
}

#sales .position_left .inner {
	padding: 56px 0;
	padding-right: calc(928px - 746px);
	background: linear-gradient(to right,
			rgba(237, 245, 245, .8) calc(746px + 56px),
			rgba(255, 255, 255, 0) calc(928px - (746px + 56px)));
}

#sales h3 {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 2.6rem;
	color: #1B8BA3;
}

/* ENGINEER
=========================================================================
=========================================================================*/
#engineer {
	position: relative;
	margin-bottom: 60px;
}

#engineer .bg {
	position: absolute;
	top: 207px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: -1;
}

#engineer .title {
	position: relative;
	margin: 0 auto 80px;
	width: 970px;
	color: #FFF;
}

@media (max-width:1020px) {
	#engineer .title {
		padding: 0 25px;
		width: 100%;
	}
}

#engineer .title figcaption {
	position: absolute;
	bottom: calc(80 / 557 * 100%);
	left: 0;
	right: 0;
	margin: 0 auto;
	width: fit-content;
	font-weight: bold;
	font-size: 4.3rem;
}

#engineer .title figcaption span {
	display: block;
	margin-bottom: .5em;
	font-size: 2.2rem;
}

#engineer .title h2 {
	position: absolute;
	bottom: 210px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 872px;
	font-weight: bold;
}

@media (max-width:922px) {
	#engineer .title h2 {
		padding: 0 25px;
		width: 100%;
	}
}

#engineer .title h2 span:nth-of-type(1) {
	position: absolute;
	top: -24px;
	left: 22px;
	display: inline-block;
	padding: 0 .5em;
	height: 26px;
	font-size: 2.1rem;
	line-height: 26px;
	background-color: #1A1A1A;
}

#engineer .title h2 span:nth-of-type(2) {
	display: inline-block;
	padding: 0 .25em;
	height: 37px;
	font-size: 2.6rem;
	line-height: 37px;
	background-color: #86A768;
}

#engineer .contents {
	position: relative;
	color: #FFF;
}

#engineer .contents .inner {
	margin: 0 auto;
	width: 928px;
}

@media (max-width:978px) {
	#engineer .contents .inner {
		padding: 0 25px;
		width: 100%;
	}
}

#engineer .contents .inner:nth-of-type(1) {
	margin-bottom: 56px;
}

#engineer .contents .inner:nth-of-type(2) {
	margin-bottom: 80px;
}

#engineer .contents .inner:nth-of-type(3) {
	margin-bottom: 80px;
	padding: 0 71px;
}

#engineer h3 {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 2.6rem;
	color: #86A768;
}

#engineer p.annotation {
	margin: 80px 0 0;
	font-size: 1.2rem;
	text-align: right;
}


/*  スマホ（740px以下）
=========================================================================
=========================================================================*/
@media (max-width:740px) {

	/* TITLE
	=========================================================================
	=========================================================================*/
	#title {
		margin: 0 auto 60px;
		padding: 80px 0 0;
		background: url(../images/industry/nextgen_bg@2x.jpg) center top no-repeat;
		background-size: calc(760 / 320 * 100%) auto;
	}

	#title h2 {
		margin-bottom: 30px;
		font-size: 1.2rem;
		font-size: calc(12 / 320 * 100vw);
	}

	#title h2 span:nth-of-type(1) {
		font-size: 2.7rem;
		font-size: calc(27 / 320 * 100vw);
	}

	#title h2 span:nth-of-type(2) {
		font-size: .8rem;
		font-size: calc(8 / 320 * 100vw);
	}

	#title h2 span:nth-of-type(3) {
		margin-top: .25em;
		font-size: calc(48 / 320 * 100vw);
		color: rgba(255, 255, 255, .24);
	}

	#title h3 {
		margin-bottom: 30px;
		font-size: 1.9rem;
	}

	/* SALES
	=========================================================================
	=========================================================================*/
	#sales {
		margin-bottom: 120px;
	}

	#sales .title {
		margin-bottom: 60px;
	}

	#sales .title figcaption {
		bottom: calc(101 / 301 * 100%);
		font-size: calc(22 / 320 * 100vw);
	}

	#sales .title figcaption span {
		font-size: calc(12 / 320 * 100vw);
	}

	#sales .title h2 {
		padding: 0 25px;
		bottom: calc(25 / 301 * 100%);
	}

	#sales .title h2 span:nth-of-type(1) {
		top: -1.3em;
		left: 40px;
		height: 1.5em;
		font-size: calc(12 / 320 * 100vw);
		line-height: 1.5em;
	}

	#sales .title h2 span:nth-of-type(2) {
		height: 1.5em;
		font-size: calc(16 / 320 * 100vw);
		line-height: 1.5em;
	}

	#sales .contents>.inner:nth-of-type(1) {
		margin-bottom: 60px;
	}

	#sales .photo figure {
		position: relative;
		top: auto;
		right: auto;
		margin-left: auto;
		width: calc(300 / 320 * 100%);
	}

	#sales .photo {
		position: relative;
	}

	#sales .photo .bg {
		top: -30px;
		right: 0;
		width: 100%;
		height: 100%;
	}

	#sales .position_left {
		margin-bottom: 46px;
		background: none;
	}

	#sales .position_left .bg {
		position: absolute;
		top: -25px;
		left: 0;
		width: calc(300 / 320 * 100%);
		height: 180px;
		background-color: rgba(237, 245, 245, .8);
		z-index: -1;
	}

	#sales .position_left .inner {
		padding: 30px 25px 0;
		background: none;
	}

	#sales h3 {
		margin-bottom: 22px;
		font-size: 1.8rem;
	}

	/* ENGINEER
	=========================================================================
	=========================================================================*/
	#engineer {
		margin-bottom: 0;
		padding-bottom: 80px;
		background-color: #000000;
	}

	#engineer .bg {
		top: 0;
	}

	#engineer .title {
		margin: 0 auto 60px;
		padding: 0;
	}

	#engineer .title figcaption {
		bottom: calc(27 / 301 * 100%);
		font-size: calc(22 / 320 * 100vw);
	}

	#engineer .title figcaption span {
		font-size: calc(12 / 320 * 100vw);
	}

	#engineer .title h2 {
		bottom: calc(124 / 301 * 100%);
	}

	#engineer .title h2 span:nth-of-type(1) {
		top: -1.3em;
		left: 40px;
		height: 1.5em;
		font-size: calc(12 / 320 * 100vw);
		line-height: 1.5em;
	}

	#engineer .title h2 span:nth-of-type(2) {
		height: 1.5em;
		font-size: calc(16 / 320 * 100vw);
		line-height: 1.5em;
	}

	#engineer .contents .inner:nth-of-type(1) {
		margin-bottom: 46px;
	}

	#engineer .contents .inner:nth-of-type(2) {
		margin-bottom: 46px;
	}

	#engineer .contents .inner:nth-of-type(3) {
		margin-bottom: 46px;
		padding: 0 25px;
	}

	#engineer h3 {
		margin-bottom: 22px;
		font-size: 1.8rem;
	}
}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media (max-width:480px) {}
