@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: 5vw;
}

.service-massage-container {
	display: flex;
	align-items: flex-start;
	height: auto;
	justify-content: space-between;
	width: calc(100% + 400px);
	margin: 0 -200px 60px;
}
.service-image-wrapper {
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
}
.service-massage-inner {
	width: 50%;
	padding: 0 40px;
}
.implementation-results-wrapper{
	margin-bottom: 80px;
}
.implementation-results {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 100%;
}
.implementation-results-item:nth-of-type(1) {
	width: 70%;
	height: auto;
}
.implementation-results-item:nth-of-type(2) {
	width: 30%;
	height: auto;
}

.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;
}

.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;
}

.tool-section {
	padding: 80px 0;
}

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

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

.tools {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
}

.tools img:nth-of-type(1) {
	width: 24%;
	height: auto;
}
.tools img:nth-of-type(2) {
	width: 24%;
	height: auto;
}
.tools img:nth-of-type(3) {
	width: 10%;
	height: auto;
}
.tools img:nth-of-type(4) {
	width: 24%;
	height: auto;
}
.tools img:nth-of-type(5) {
	width: 30%;
	height: auto;
}
.tools img:nth-of-type(6) {
	width: 30%;
	height: auto;
}
.tools img:nth-of-type(7) {
	width: 6%;
	height: auto;
	filter: brightness(0);
}
.tools img:nth-of-type(8) {
	width: 6%;
	height: auto;
}
.tools img:nth-of-type(9) {
	width: 30%;
	height: auto;
}
.tools img:nth-of-type(10) {
	width: 30%;
	height: auto;
}
.tools img:nth-of-type(11) {
	width: 30%;
	height: auto;
}
.tools img:nth-of-type(12) {
	width: 30%;
	aspect-ratio: 3 / 1;
	object-fit: cover;
}
.tools img:nth-of-type(13) {
	width: 30%;
	height: auto;
}
.tools img:nth-of-type(14) {
	width: 30%;
	height: auto;
}

.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;
	width: 100%;
	bottom: 10%;
	left: 6%;
	font-weight: 600;
	color: #fff;
}
@media (hover: hover) {
}

@media screen and (max-width: 1420px) {
	.service-massage-container{
		flex-wrap: wrap;
		flex-direction: column;
		width: 100%;
		margin: 0 0 50px;
		gap: 30px;
	}
	.service-image-wrapper {
		width: 100%;
		border-radius: 20px;
		overflow: hidden;
	}
	.service-massage-inner {
		width: 100%;
		padding: 0;
	}
	.implementation-results-wrapper {
		margin-bottom: 30px;
	}
	.implementation-results {
		flex-direction: column;
	}
	.implementation-results-item:nth-of-type(1) {
		width: 100%;
	}
	.implementation-results-item:nth-of-type(2) {
		width: 45%;
	}
	.service-massage-description {
		font-size: min(3.5vw, 16px);
	}
}

@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: min(3.5vw, 16px);
		margin-bottom: 14vw;
	}

	.solution-item-left {
		width: 100%;
	}
	.solution-item-right {
		width: 100%;
	}
	.tool-section{
		padding: 50px 0;
	}
	.tools {
		gap: 30px;
	}
	.tools img:nth-of-type(1){
		width: 45%;
	}
	.tools img:nth-of-type(2){
		width: 42%;
	}
	.tools img:nth-of-type(3){
		width: 16%;
	}
	.tools img:nth-of-type(4){
		width: 37%;
	}
	.tools img:nth-of-type(5){
		width: 46%;
	}
	.tools img:nth-of-type(6){
		width: 42%;
	}
	.tools img:nth-of-type(7){
		width: 12%;
	}
	.tools img:nth-of-type(8){
		width: 12%;
	}
	.tools img:nth-of-type(9){
		width: 44%;
	}
	.tools img:nth-of-type(10){
		width: 42%;
	}
	.tools img:nth-of-type(11){
		width: 48%;
	}
	.tools img:nth-of-type(12){
		width: 42%;
	}
	.tools img:nth-of-type(13){
		width: 42%;
	}
	.tools img:nth-of-type(14){
		width: 40%;
	}
	.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;
	}
}
