@charset "utf-8";
/* ここから個別のスタイル設定 */
.service-section {
}

.service-container {
	margin: 0 auto;
	max-width: 900px;
}

.service-title {
	font-size: 2em;
	color: #7769ac;
	margin: 0 auto 20px;
	max-width: 900px;
}

.service-image {
	width: 80%;
	aspect-ratio: 1200 / 300;
}

.service-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-description {
	font-size: 1.2em;
	line-height: 1.6;
	margin-bottom: 40px;
}

.solution-subtitle {
	display: block;
	color: #707070;
	font-weight: 600;
}

.solution-title {
	font-size: 1.5em;
	color: #7769ac;
	font-weight: 600;
	margin-bottom: 20px;
	display: inline-block;
	padding-bottom: 5px;
}

.solution-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #ababab;
}
.mainservice-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #ababab;
}
.mainservice-item-description {
	padding-bottom: 40px;
}

.solution-item:last-of-type {
	border-bottom: 1px solid #ababab;
}

.solution-item-left {
	width: 30%;
}
.solution-item-right {
	width: 70%;
}

.solution-item-subheader {
	font-size: 16px;
}
.solution-item-header {
	font-size: 20px;
	color: #333;
}

.solution-item p {
	font-size: 1em;
	line-height: 1.6;
}

.mainservice-button {
	position: relative;
	display: flex;
	background: #fefefe;
	color: #fff;
	background-color: var(--main-color);
	width: 100%;
	padding: 16px 80px 16px 20px;
	justify-content: center;
	margin-top: 40px;
	font-weight: 700;
	cursor: pointer;
	border: 2px solid var(--main-color);
	border-radius: 100px;
	font-size: min(3.6vw, 16px);
}

.button-icon {
	position: absolute;
	width: 60px;
    height: 60px;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
	
}
.button-icon::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 2px solid var(--main-color);
}
.button-icon::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: var(--main-color);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.other-section {
	padding: 80px 0 160px;
}

.other-subtitle {
	display: block;
	color: #7769ac;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.other-title {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 5px;
	margin-bottom: 20px;
	text-align: center;
}

.others-link {
	display: inline-block;
	width: 100%;
}

.others-wrapper {
	width: 100%;
	aspect-ratio: 1200 / 300;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.icon-link {
	position: absolute;
	bottom: 50px;
	right: 50px;
}
.icon-link::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
.icon-link::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #7769ac;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.others-imagewrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

.others-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.others-imagewrapper::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(119, 105, 172, 0.68);
	top: 0;
	left: 0;
}

.other-name {
	position: absolute;
	bottom: 10%;
	left: 6%;
	font-weight: 600;
	color: #fff;
}

@media (hover: hover) {
}

@media screen and (max-width: 1023px) {
	.service-image {
		width: 100%;
		aspect-ratio: 1200 / 400;
	}
	.service-title {
		width: 100%;
		padding: 2vw 7vw;
	}

	.service-description {
		font-size: 3.5vw;
	}

	.solution-item-left {
		width: 100%;
	}
	.solution-item-right {
		width: 100%;
	}

	.mainservice-item-right {
		width: 100%;
	}

	.mainservice-button {
		width: 100%;
	}

	.others-wrapper {
		aspect-ratio: 1200 / 450;
	}
	.icon-link {
		position: absolute;
		bottom: 30px;
		right: 40px;
	}
	.icon-link::before {
		content: "";
		display: inline-block;
		position: absolute;
		width: 40px;
		height: 40px;
		background-color: #fff;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 50%;
	}
	.icon-link::after {
		content: "";
		display: inline-block;
		position: absolute;
		width: 8px;
		height: 8px;
		background-color: #7769ac;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		clip-path: polygon(0 0, 100% 50%, 0 100%);
	}
	.other-section {
		padding: 50px 0 80px;
	}
}
