@charset "UTF-8";
/* indexkv ---------------------------------------*/
.indexkv {
	position: relative;
	z-index: 1;
	padding: 0 0 100px;
	aspect-ratio: 1400 / 800;
	overflow: hidden;
	background: #151e49;
}

.indexkv-image {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: calc(860 / 1400 * 100vw);
}

.indexkv-image img {
	width: 100%;
}

.indexkv-block {
	position: relative;
	z-index: 1;
	padding: 30.5vw 4.3vw 0;
}

.indexkv-title {
	margin-bottom: calc(30 / 1400 * 100vw);
	font-size: calc(72 / 1400 * 100vw);
	font-weight: 500;
	line-height: calc(90 / 72);
	letter-spacing: -0.02em;
	color: #fff;
}

.indexkv-text {
	font-size: calc(17 / 1400 * 100vw);
	font-weight: 500;
	line-height: calc(29 / 17);
	letter-spacing: 0.05em;
	color: #fff;
}

.indexkv-deco {
	position: absolute;
	top: 18vw;
	left: 7vw;
	z-index: -1;
	width: calc(984 / 1400 * 100vw);
}

.indexkv-deco img {
	width: 100%;
}

/* indexservice ---------------------------------------*/
.indexservice {
	padding: 70px 20px 100px;
	background: rgba(21, 30, 73, 0.07);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.indexservice .inner {
	position: relative;
	z-index: 1;
}

.indexservice-block {
	display: flex;
}

.indexservice-head {
	width: 290px;
	flex-shrink: 0;
}

.indexservice-body {
	flex: 1;
	margin-top: 24px;
}

.indexservice-list {
	display: flex;
	flex-wrap: wrap;
	gap: 45px calc(45 / 990 * 100%);
	margin-top: 46px;
}

.indexservice-list > li {
	width: calc(300 / 990 * 100%);
}

.indexservice-list > li > a {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.indexservice-list > li > div {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.indexservice-list-summary {
	flex: 1;
	padding: 28px 24px;
	background: #fff;
}

.indexservice-list-image {
	width: 100%;
}

.indexservice-list-image img {
	width: 100%;
}

.indexservice-list-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
	color: #151e49;
	margin-bottom: 16px;
}

.indexservice-list-text {
	font-size: 15px;
	line-height: calc(25 / 15);
	letter-spacing: 0.05em;
	color: #151e49;
}

.indexservice-list-link {
	display: inline-block;
	border-bottom: 2px dotted transparent;
	transition: border-color 0.3s ease;
}

.indexservice-list-link:hover {
	border-color: #151e49;
	opacity: 1;
}

.indexservice-deco {
	position: absolute;
	bottom: -60px;
	right: -60px;
	z-index: -1;
	width: min(calc(880 / 1400 * 100vw), 880px);
}

.indexservice-deco img {
	width: 100%;
}


/* indexstrength ---------------------------------------*/
.indexstrength {
	padding: 70px 20px 100px;
	background: #151e49;
}

.indexstrength-block {
	display: flex;
}

.indexstrength-head {
	width: 290px;
	flex-shrink: 0;
}

.indexstrength-body {
	flex: 1;
	margin-top: 24px;
}

.indexstrength-list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-top: 48px;
}

.indexstrength-list::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	content: '';
}

.indexstrength-list > li {
	position: relative;
	padding: 0 calc(28 / 990 * 100%);
	width: 25%;
}

.indexstrength-list > li::after {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	content: '';
}

.indexstrength-list-icon {
	margin: 16px auto 20px;
	max-width: 115px;
	width: 100%;
}

.indexstrength-list-icon img {
	width: 100%;
}

.indexstrength-list-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-align: center;
	color: #ac8249;
	margin-bottom: 18px;
}

.indexstrength-list-text {
	font-size: 14px;
	line-height: calc(24 / 14);
	letter-spacing: 0.05em;
	color: #fff;
}


/* indexcase ---------------------------------------*/
.indexcase {
	padding: 70px 20px 0;
	overflow: hidden;
}

.indexcase-block {
	display: flex;
	margin-bottom: 120px;
}

.indexcase-head {
	width: 290px;
	flex-shrink: 0;
}

.indexcase-body {
	flex: 1;
	margin-top: 24px;
}

.indexcase-content {
	position: relative;
	margin-top: 44px;
}

.indexcase-list {
	display: flex;
	flex-wrap: wrap;
	gap: 3px calc(3 / 990 * 100%);
}

.indexcase-list > li {
	width: calc(328 / 990 * 100%);
}

.indexcase-list-image {
	width: 100%;
}

.indexcase-list-image img {
	width: 100%;
}

.indexcase-comingsoon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.indexcase-comingsoon-title {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
	color: #151e49;
}

.indexcase-comingsoon-text {
	font-size: 15px;
	line-height: calc(25 / 15);
	letter-spacing: 0.1em;
	text-align: center;
}

.indexcase-image {
	margin-left: -20px;
	width: 100vw;
}

.indexcase-image img {
	width: 100%;
}


/* indexwaylab ---------------------------------------*/
.indexwaylab {
	position: relative;
	z-index: 1;
	padding: 86px 20px 68px;
	background: #ab8248;
	overflow: hidden;
}

.indexwaylab-block {
	display: flex;
	gap: calc(30 / 1100 * 100%);
	align-items: flex-start;
	margin: 0 auto;
	max-width: 1100px;
}

.indexwaylab-head {
	width: calc(600 / 1100 * 100%);
	flex-shrink: 0;
}

.indexwaylab-title {
	margin-bottom: 16px;
}

.indexwaylab-title img {
	display: block;
	max-width: 292px;
	width: 100%;
	margin-bottom: 16px;
}

.indexwaylab-title b {
	font-size: 30px;
	font-weight: 600;
	line-height: calc(50 / 30);
	letter-spacing: -0.05em;
	color: #fff;
}

.indexwaylab .section-text {
	line-height: calc(60 / 30);
}

.indexwaylab-body {
	width: calc(470 / 1100 * 100%);
}

.indexwaylab-list {
	display: flex;
	flex-wrap: wrap;
	gap: 48px calc(70 / 470 * 100%);
}

.indexwaylab-list > li {
	width: calc(200 / 470 * 100%);
	border-top: 1px solid #fff;
	padding-top: 14px;
}

.indexwaylab-list-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #fff;
	margin-bottom: 12px;
}

.indexwaylab-list-text {
	font-size: 14px;
	line-height: calc(24 / 14);
	letter-spacing: 0.025em;
	color: #fff;
}

.indexwaylab-deco {
	position: absolute;
	left: 50.8%;
	top: -29%;
	bottom: 0;
	z-index: -1;
	width: min(calc(984 / 1400 * 100vw), 984px);
	transform: translateX(-50%);
}

.indexwaylab-deco img {
	width: 100%;
}


/* small pc */
@media screen and (min-width: 768px) and (max-width: 1000px) {
	.indexservice-head,
	.indexstrength-head,
	.indexcase-head {
    width: 200px;
	}
}


/* sp only */
@media screen and (max-width: 767px) {
	/* indexkv ---------------------------------------*/
	.indexkv {
		margin-top: 75px;
		padding: 0 0 18vw;
		aspect-ratio: unset;
	}

	.indexkv-image {
		width: 100%;
	}

	.indexkv-block {
		padding: 69.5vw calc(20 / 390 * 100vw) 9vw;
	}

	.indexkv-title {
		margin-bottom: 5vw;
		font-size: calc(42 / 390 * 100vw);
		line-height: calc(52 / 42);
		white-space: nowrap;
	}

	.indexkv-text {
		font-size: calc(16 / 390 * 100vw);
		line-height: calc(30 / 16);
	}

	.indexkv-bottomimage {
		width: 100%;
	}

	.indexkv-bottomimage img {
		width: 100%;
	}

	.indexkv-deco {
		top: unset;
		bottom: 8vw;
		left: 19vw;
		width: calc(510 / 390 * 100vw);
	}


	/* indexservice ---------------------------------------*/
	.indexservice {
		padding: 80px 20px 100px;
	}

	.indexservice-block {
		display: block;
	}

	.indexservice-head {
		width: 100%;
	}

	.indexservice-body {
		margin-top: 0;
	}

	.indexservice-list {
		gap: 40px 0;
		margin-top: 38px;
	}

	.indexservice-list > li {
		width: 100%;
	}

	.indexservice-list-summary {
		padding: 24px 20px;
	}

	.indexservice-list-title {
		font-size: 22px;
		margin-bottom: 12px;
	}

	.indexservice-list-link {
		border-bottom: none;
	}

	.indexservice-deco {
		display: none;
	}


	/* indexstrength ---------------------------------------*/
	.indexstrength {
		padding: 76px 20px 100px;
	}

	.indexstrength-block {
		display: block;
	}

	.indexstrength-head {
		margin-bottom: 28px;
		width: 100%;
	}

	.indexstrength-body {
		margin-top: 0;
	}

	.indexstrength-list {
		margin: 36px auto 0;
		max-width: 270px;
		width: 100%;
	}

	.indexstrength-list::before {
		display: none;
	}

	.indexstrength-list > li {
		padding: 27px 0;
		width: 100%;
	}

	.indexstrength-list > li::after {
		top: 100%;
		right: unset;
		left: 0;
		width: 100%;
		height: 1px;
	}

	.indexstrength-list-icon {
		margin: 0 auto 20px;
	}

	.indexstrength-list-title {
		font-size: 22px;
		margin-bottom: 14px;
	}

	.indexstrength-list-text {
		font-size: 14px;
		line-height: calc(24 / 14);
	}


	/* indexcase ---------------------------------------*/
	.indexcase {
		padding: 80px 20px 0;
	}

	.indexcase-block {
		display: block;
		margin-bottom: 100px;
	}

	.indexcase-head {
		margin-bottom: 28px;
		width: 100%;
	}

	.indexcase-body {
		margin-top: 0;
	}

	.indexcase-content {
		margin-top: 36px;
	}

	.indexcase-list {
		gap: 3px;
	}

	.indexcase-list > li {
		width: calc((100% - 3px) / 2);
	}

	.indexcase-comingsoon-title {
		margin-bottom: 4px;
		font-size: 28px;
	}

	.indexcase-comingsoon-text {
		white-space: nowrap;
	}


	/* indexwaylab ---------------------------------------*/
	.indexwaylab {
		padding: 82px 20px 96px;
	}

	.indexwaylab-block {
		display: block;
		gap: 0;
		max-width: 100%;
	}

	.indexwaylab-head {
		width: 100%;
	}

	.indexwaylab .section-text {
		line-height: calc(25 / 15);
	}

	.indexwaylab-title {
    margin-bottom: 30px;
	}

	.indexwaylab-title img {
    max-width: 240px;
    margin-bottom: 20px;
	}

	.indexwaylab-title b {
		font-size: 22px;
		line-height: calc(38 / 24);
		letter-spacing: 0;
	}

	.indexwaylab-body {
		width: 100%;
		margin-top: 36px;
	}

	.indexwaylab-list {
		gap: 44px 0;
	}

	.indexwaylab-list > li {
		width: 100%;
	}

	.indexwaylab-list-title {
		font-size: 22px;
		margin-bottom: 14px;
	}

	.indexwaylab-list-text {
		font-size: 14px;
		line-height: calc(24 / 14);
	}

	.indexwaylab-deco {
		left: 82%;
		top: -2%;
		width: 130vw;
		bottom: auto;
	}


}


/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px) {

}
