@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* MV */
/* ----------------------------------- */
#underFvWrap {
	background: url(../../img/service/under_mv_pc.jpg) center center / cover no-repeat ;
}

/* #underFv::after {
	content: "";
	width: 220px;
	height: 140px;
	background: url(../../img/service/under_mv_illust.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -30px;
	right: 0;
} */

/* サービス一覧 */
/* ----------------------------------- */
#serviceWrap {
	padding-bottom: 100px;
	background: #edf3fc;
}

.service {
	padding: 50px;
	margin-bottom: 50px;
	background: #FFF;
	border-radius: 20px;
}

.serviceTitWrap {
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.serviceTit h2 {
	font-size: 2.8rem;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
}

.serviceTit h2::after {
	content: "";
	width: 60px;
	height: 60px;
	background: url(../../img/common/icon_arrow1.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.target {
	padding-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.target li{
	padding: 10px;
	background: #edf3fc;
	border-radius: 100vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.personal::before {
	content: "";
	width: 26px;
	height: 26px;
	background: url(../../img/service/icon_personal.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.corporate::before {
	content: "";
	width: 26px;
	height: 26px;
	background: url(../../img/service/icon_corporate.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.serviceTxt {
	padding-bottom: 40px;
	font-size: 1.8rem;
	line-height: 2;
}

.link1 {
	padding-top: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}

.link1 li {
	width: 48%;
}

.link1 li a {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.manual::before {
	content: "";
	width: 69px;
	height: 76px;
	background: url(../../img/service/service_illust5.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.point::before {
	content: "";
	width: 93px;
	height: 56px;
	background: url(../../img/service/service_illust6.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.link2 {
	padding-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}

.link2 li {
	width: 49%;
}

.link2 li a {
	width: 100%;
}

#otherLinkWrap {
	padding: 0 4%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.otherLink {
	width: 49%;
}

.otherLink a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
}

/* .connection a::before {
	content: "";
	width: 200px;
	height: 144px;
	background: url(../../img/service/service_illust7.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.overseas a::before {
	content: "";
	width: 231px;
	height: 156px;
	background: url(../../img/service/service_illust8.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
} */

/* その他業務 */
/* ----------------------------------- */
#otherService {
	padding: 100px 4%;
}

#otherServiceList {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}

#otherServiceList li {
	width: 23.5%;
}

.otherServiceImg {
	padding-bottom: 20px;
}

.otherServiceImg img {
	width: 100%;
	height: auto;
}

.otherServiceTit {
	padding-bottom: 10px;
	font-size: 2.2rem;
	font-weight: 500;
}

.otherServiceTxt {
	font-size: 1.6rem;
	line-height: 1.8;
}





/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.serviceImg {
		width: 100%;
	}

	.serviceImg img {
		width: 100%;
	}

	#otherServiceList {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 2%;
	}

	#otherServiceList li {
		width: 49%;
	}

	
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#underFvWrap {
		background: url(../../img/service/under_mv_sp.jpg) center center / cover no-repeat;
	}

	#serviceWrap {
		padding-bottom: 80px;
	}

	.service {
		padding: 20px;
		margin-bottom: 30px;
		border-radius: 10px;
	}

	.target {
		padding-bottom: 20px;
		gap: 10px;
		font-size: 1.2;
	}

	.serviceTit h2 {
		font-size: 2rem;
		gap: 20px;
	}

	.serviceTit h2::after {
		width: 30px;
		height: 30px;
	}

	.serviceTxt {
		padding-bottom: 20px;
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.link1 {
		padding-top: 30px;
		display: flex;
		flex-wrap: wrap;
		gap: 10px 4%;
	}

	.link1 li {
		width: 100%;
	}

	.link2 {
		padding-bottom: 30px;
		display: flex;
		flex-wrap: wrap;
		gap: 10px 2%;
	}

	.link2 li {
		width: 100%;
	}

	.manual::before {
		width: 40px;
		height: 46px;
	}

	.point::before {
		width: 40px;
		height: 26px;
	}

	#otherLinkWrap {
		gap: 10px;
	}

	.otherLink {
		width: 100%;
	}

	#otherService {
		padding: 80px 4%;
	}

	#otherServiceList {
		display: flex;
		flex-wrap: wrap;
		gap: 40px 2%;
	}
	
	#otherServiceList li {
		width: 100%;
	}

}