@charset "UTF-8";
main {
	padding: 0 0 3rem;
}
main .title h2 {
	position: relative;
	padding: 0 0 3rem;
}
main .title h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 5rem;
	height: 0.2rem;
	background: #191970;
}
main .title h2 span {
	display: block;
	color: #191970;
}
main .title h2 span.en {
	font-family: 'Roboto', sans-serif;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1.2;
}
main .title h2 span.jp {
	font-size: 2rem;
	font-weight: 700;
}
main .title + dl {
	margin: 2.5rem 0 3.5rem;
}
main .title + dl dt {
	margin: 0 0 2rem;
	font-size: 2.4rem;
	font-weight: 700;
}
main .title + dl dd {
	font-size: 1.6rem;
	line-height: 1.8;
}
@media all and (max-width: 1279px) {
	main .title h2 {
		padding: 0 0 1.5rem;
	}
	main .title h2 span.en {
		font-size: 4rem;
	}
	main .title h2 span.jp {
		font-size: 1.8rem;
	}
	main .title + dl {
		margin: 2rem 0 3rem;
	}
	main .title + dl dt {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	Main
------------------------------------------------------------*/
#main {
	position: relative;
	height: 76rem;
}
#main::before {
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	content: "";
	display: inline-block;
	width: calc( 100% - 8rem );
	height: 100%;
	background: url("/images/index/main-01.webp") no-repeat center bottom;
	background-size: auto 100%;
}
#main::after {
	position: absolute;
	z-index: -1;
	right: 8rem;
	top: 0;
	content: "";
	display: inline-block;
	width: calc( 50% - 2.5rem );
	height: 100%;
	background-color: #FFF;
	background: linear-gradient( to right, rgba( 25, 25, 112, 0 ), rgba( 25, 25, 112, 1 ) );
	mix-blend-mode: multiply;
}
#main h1 {
	padding: 15.4rem 16rem 0 0;
}
#main h1 span {
	display: flex;
	justify-content: flex-end;
	color: #FFF;
}
#main h1 span.en {
	margin: 0 0 5rem;
	font-family: 'Roboto', sans-serif;
	font-size: 9rem;
	font-weight: 700;
	text-align: right;
	line-height: 1.08;
}
#main h1 span.jp {
	font-size: 2.8rem;
	font-weight: 700;
	text-align: right;
}
#main .text {
	position: absolute;
	right: -1.5rem;
	bottom: 7rem;
	rotate: 90deg;
}
#main .text p {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	color: #191970;
}
@media all and (min-width: 1521px) {
	#main::before {
		background-size: cover;
	}
}
@media all and (max-width: 1279px) {
	#main {
		height: 60rem;
	}
	#main h1 span.en {
		font-size: 6rem;
	}
	#main h1 span.jp {
		font-size: 2.4rem;
	}
}
@media all and (max-width: 599px) {
	#main {
		height: 38rem;
	}
	#main::before {
		width: calc(100% - 4rem);
	}
	#main::after {
		right: 4rem;
	}
	#main h1 {
		padding: 7.7rem 6rem 0 0;
	}
	#main h1 span.en {
		margin: 0 0 2.5rem;
		font-size: 4rem;
	}
	#main h1 span.jp {
		font-size: 1.8rem;
	}
	#main .text {
		right: -3.5rem;
	}
}
/*------------------------------------------------------------
	Strength
------------------------------------------------------------*/
#strength {
	padding: 10rem 0 11rem;
}
#strength .title {
	text-align: center;
}
#strength .title h2::after {
	right: 0;
	margin: 0 auto;
}
#strength .text {
	padding: 3rem 0 6rem;
}
#strength .text p {
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.8;
}
#strength .strength-item {
	max-width: 108.6rem;
	margin: 0 auto;
}
#strength .strength-item ul {
	display: flex;
	gap: 0 12.5rem;
	justify-content: center;
}
#strength .strength-item ul li {
	flex-basis: 27.7rem;
}
#strength .strength-item ul li dl {
	text-align: center;
}
#strength .strength-item ul li dl dt {
	position: relative;
	margin: 0 0 7rem;
	font-size: 2rem;
	font-weight: 700;
}
#strength .strength-item ul li:first-child dl dt {
	letter-spacing: 0.5em;
	text-indent: 0.5em;
}
#strength .strength-item ul li dl dt::after {
	position: absolute;
	bottom: -3rem;
	left: 0;
	right: 0;
	content: "";
	display: inline-block;
	width: 5rem;
	height: 0.2rem;
	margin: 0 auto;
	background: #191970;
}
#strength .strength-item ul li dl dd {
	position: relative;
}
#strength .strength-item ul li dl dd::before {
	position: absolute;
	z-index: -1;
	content: "";
	display: inline-block;
}
#strength .strength-item ul li:first-child dl dd {
	padding: 5rem 0 0 0;
	font-size: 3rem;
	font-weight: 700;
	color: #191970;
}
#strength .strength-item ul li:first-child dl dd::before {
	top: 0;
	left: -0.7rem;
	right: 0;
	width: 28.9rem;
	height: 24.4rem;
	margin: 0 auto;
	background: url("/images/index/icon-strength-01.svg") no-repeat center center;
	background-size: contain;
}
#strength .strength-item ul li:first-child dl dd strong {
	display: inline-block;
	padding: 0 0.5rem 0 0;
	font-family: 'Roboto', sans-serif;
	font-size: 11.5rem;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1;
}
#strength .strength-item ul li:nth-child(2) dl dd {
	padding: 14rem 0 0 0px;
	font-size: 3rem;
	font-weight: 700;
	color: #191970;
}
#strength .strength-item ul li:nth-child(2) dl dd::before {
	top: 0;
	left: 0;
	right: 0;
	width: 18.7rem;
	height: 14.2rem;
	margin: 0 auto;
	background: url("/images/index/icon-strength-02.svg") no-repeat center center;
	background-size: contain;
}
#strength .strength-item ul li:nth-child(2) dl dd strong {
	display: inline-block;
	padding: 0 0.5rem 0 0;
	font-family: 'Roboto', sans-serif;
	font-size: 7.5rem;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.2;
}
#strength .strength-item ul li:nth-child(2) dl dd span {
	display: block;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: left;
	line-height: 1;
}
#strength .strength-item ul li:nth-child(3) dl dd::before {
	top: 0;
	left: 0;
	right: 0;
	width: 24.1rem;
	height: 24.1rem;
	margin: 0 auto;
	background: url("/images/index/icon-strength-03.svg") no-repeat center center;
	background-size: contain;
}
#strength .strength-item ul li:nth-child(3) dl dd {
	padding: 5rem 0 0 0;
	font-size: 2.8rem;
	font-weight: 700;
	color: #FFF;
}
#strength .strength-item ul li:nth-child(3) dl dd strong {
	display: inline-block;
	padding: 0 0.5rem 0 0;
	font-family: 'Roboto', sans-serif;
	font-size: 10.5rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1;
}
#strength .strength-item ul li:nth-child(3) dl dd span {
	display: block;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
}
@media all and (max-width: 1279px) {
	#strength {
		padding: 7.5rem 0 8rem;
	}
}
@media all and (max-width: 1085px) {
	#strength .strength-item ul {
		display: block;
		max-width: 30rem;
		margin: 0 auto;
	}
	#strength .strength-item ul li {
		margin: 0 auto 7rem;
	}
	#strength .strength-item ul li:nth-child(3) {
		margin: 0 0 0;
	}
	#strength .strength-item ul li dl dt {
		margin: 0 0 3.5rem;
	}
	#strength .strength-item ul li dl dt::after {
		bottom: -1.5rem;
	}
	#strength .strength-item ul li dl dd {
		box-sizing: border-box;
	}
	#strength .strength-item ul li:first-child dl dd {
		height: 24.4rem;
	}
	#strength .strength-item ul li:nth-child(3) dl dd {
		height: 24.1rem;
	}
	#strength .strength-item ul li:nth-child(2) dl dd span {
		padding: 0 0 0 0;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	Service
------------------------------------------------------------*/
#service {
	position: relative;
	min-height: 74rem;
	padding: 0 0 12rem;
}
#service .content {
	display: flex;
	justify-content: end;
}
#service .service-item {
	position: relative;
	max-width: 47.1rem;
	padding: 15rem 0 0;
}
#service .service-item::before {
	position: absolute;
	z-index: -1;
	content: "";
	left: -97rem;
	top: 0;
	width: 117rem;
	height: 74rem;
	background: url("/images/index/bg-service.webp") no-repeat;
	background-size: contain;
}
#service .service-item .title h2 {
	text-align: right;
}
#service .service-item .title h2::after {
	left: unset;
	right: 0;
}
#service .service-item .btn {
	display: flex;
	justify-content: end;
}
#service .service-item dl dt {
	text-align: right;
}
@media all and (max-width: 1279px) {
	#service {
		padding: 0 0 8rem;
		min-height: unset;
	}
	#service .content {
		display: block;
	}
	#service .service-item {
		padding: 0 0 0;
	}
	#service .service-item::before {
		content: unset;
	}
	#service .image {
		margin: 0 0 2.5rem -2rem;
	}
	#service .service-item dl dt {
		text-align: center;
	}
	#service .service-item .btn {
		justify-content: center;
	}
}
/*------------------------------------------------------------
	Works
------------------------------------------------------------*/
#works {
	min-height: 74rem;
	padding: 0 0 12rem;
	overflow: hidden;
}
#works .content {
	display: flex;
	justify-content: flex-start;
}
#works .works-item {
	position: relative;
	max-width: 47.1rem;
	padding: 15rem 0 0;
}
#works .works-item::before {
	position: absolute;
	z-index: -1;
	content: "";
	right: -97rem;
	top: 0;
	width: 117rem;
	height: 74rem;
	background: url("/images/index/bg-works.webp") no-repeat;
	background-size: contain;
}
@media all and (max-width: 1279px) {
	#works {
		padding: 0 0 8rem;
		min-height: unset;
	}
	#works .content {
		display: block;
	}
	#works .works-item {
		padding: 0 0 0;
	}
	#works .works-item::before {
		content: unset;
	}
	#works .image {
		margin: 0 -2rem 2.5rem 0;
	}
	#works .works-item dl dt {
		display: flex;
		justify-content: center;
	}
	#works .works-item .btn {
		display: flex;
		justify-content: center;
	}
}
/*------------------------------------------------------------
	Corporate
------------------------------------------------------------*/
#corporate {
	min-height: 74rem;
	padding: 0 0 12rem;
}
#corporate .content {
	display: flex;
	justify-content: end;
}
#corporate .corporate-item {
	position: relative;
	max-width: 47.1rem;
	padding: 15rem 0 0;
}
#corporate .corporate-item::before {
	position: absolute;
	z-index: -1;
	content: "";
	left: -97rem;
	top: 0;
	width: 117rem;
	height: 74rem;
	background: url("/images/index/bg-corporate.webp") no-repeat;
	background-size: contain;
}
#corporate .corporate-item .title h2 {
	text-align: right;
}
#corporate .corporate-item .title h2::after {
	left: unset;
	right: 0;
}
#corporate .corporate-item .btn {
	display: flex;
	justify-content: end;
}
#corporate .corporate-item dl dt {
	text-align: right;
}
@media all and (max-width: 1279px) {
	#corporate {
		padding: 0 0 8rem;
		min-height: unset;
	}
	#corporate .content {
		display: block;
	}
	#corporate .image {
		margin: 0 0 2.5rem -2rem;
	}
	#corporate .corporate-item {
		padding: 0 0 0;
	}
	#corporate .corporate-item::before {
		content: unset;
	}
	#corporate .corporate-item dl dt {
		text-align: center;
	}
	#corporate .corporate-item .btn {
		justify-content: center;
	}
}
/*------------------------------------------------------------
	Recruit
------------------------------------------------------------*/
#recruit .recruit-item {
	min-height: 57.3rem;
	background: url("/images/index/bg-recruit.webp") no-repeat;
	background-size: contain;
}
#recruit .recruit-item .title {
	padding: 7rem 0 0;
}
#recruit .recruit-item .title h2 {
	padding: 0 0 6rem;
}
#recruit .recruit-item .title h2::after {
	content: unset;
}
#recruit .recruit-item .title h2 span {
	display: flex;
	justify-content: center;
	color: #FFF;
}
#recruit .recruit-item .title h2 span.en {
	font-size: 9rem;
}
#recruit .recruit-item .title h2 span.jp {
	font-size: 2.7rem;
}
#recruit .recruit-item .text {
	display: flex;
	justify-content: center;
	margin: 0 0 8rem;
}
#recruit .recruit-item .text p {
	font-size: 2.6rem;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.15em;
}
#recruit .recruit-item .btn {
	display: flex;
	justify-content: center;
}
#recruit .recruit-item .btn a {
	width: 31.5rem;
}
@media all and (max-width: 1279px) {
	#recruit {
		background: url("/images/index/bg-recruit.webp") no-repeat center center;
		background-size: auto 100%;;
	}
	#recruit .recruit-item {
		min-height: unset;
		padding: 3.5rem 0 5rem;
		background: unset;
	}
	#recruit .recruit-item .title {
		padding: 0 0 0;
	}
	#recruit .recruit-item .title h2 {
		padding: 0 0 3rem;
	}
	#recruit .recruit-item .title h2 span.en {
		font-size: 4.2rem;
	}
	#recruit .recruit-item .title h2 span.jp {
		font-size: 2rem;
	}
	#recruit .recruit-item .text {
		margin: 0 0 4rem;
	}
	#recruit .recruit-item .text p {
		font-size: 2.2rem;
	}
}
