footer {
	padding-bottom: 120px;
}

.service__title {
	text-align: center;
	font-size: 28px;
	line-height: 41px;
	margin: 0 0 100px;
	font-weight: 700;
	position: relative;
}

.service__title span {
	display: inline-block;
	padding: 0 41px;
	position: relative;
	z-index: 2;
}

.service__title span::before,
.service__title span:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	background: #707070;
	width: 100vw;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.44);
}

.service__title span::before {
	right: 100%;
}

.service__title span::after {
	left: 100%;
}

.service__title small {
	font-size: 28px;
	position: relative;
}

.service__title small::before {
	content: "";
	background: #FF0000;
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: -10px;
	left: 50%;
	margin-left: -2px;
}

@media screen and (max-width: 560px) {
	.service__title {
		font-size: 6.61vw;
		margin-bottom: 9.82vw;
	}

	.service__title span {
		line-height: 6.79vw;
		padding: 0 6.79vw;
	}

	.service__title span small {
		font-size: 6.61vw;
	}
}

.service-feature {
	padding: 166px 0 152px;
	position: relative;
}

.service-feature dl {
	width: 900px;
	margin-left: auto;
	letter-spacing: 0;
}

.service-feature dl dt {
	font-size: 28px;
	line-height: 41px;
	margin-bottom: 20px;
	font-weight: 600;
	letter-spacing: 0;
}

.service-feature dl dt span {
	font-size: 32px;
	color: #D53000;
}

.service-feature dl dd {
	line-height: 30px;
}

@media screen and (max-width: 560px) {
	.service-feature {
		padding: 12.5vw 0;
	}

	.service-feature dl {
		width: auto;
		margin: 0 0 3.57vw;
	}

	.service-feature dl dt {
		font-size: 5.71vw;
		line-height: 1.8;
		margin-bottom: 3.57vw;
	}

	.service-feature dl dt span {
		font-size: 6.61vw;
	}
}

.service-feature__photo {
	width: calc(50% - 156px);
	height: 363px;
	opacity: 0.23;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 560px) {
	.service-feature__photo {
		height: 38.39vw;
		width: 60vw;
		top: 9.11vw;
		transform: translateY(0);
		right: 0;
		left: auto;
		border-top-left-radius: 1.79vw;
		border-bottom-left-radius: 1.79vw;
		overflow: hidden;
	}
}

.service-strengs {
	background: #DDEAF1;
	padding: 126px 0 99px;
	overflow: hidden;
	letter-spacing: 0;
}

.service-strengs .service__title {}

.service-strengs__list li {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 30px 0;
}

.service-strengs__list li::before {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	width: 150%;
	bottom: 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.service-strengs__list li+li {
	margin-top: 30px;
}

.service-strengs__list li:nth-child(2n) {
	flex-direction: row-reverse;
}

.service-strengs__list li:nth-child(2n)::before {
	right: auto;
	width: 150%;
	left: 0;
}

.service-strengs__list li:nth-child(2n) dl {
	padding-left: 2%;
	padding-right: 0;
}

.service-strengs__list .photo {
	width: 32.3%;
	height: 280px;
	position: relative;
	z-index: 2;
}

.service-strengs__list dl {
	line-height: 24px;
	width: 62%;
	position: relative;
	z-index: 2;
	padding-right: 2%;
}

.service-strengs__list dl dt {
	font-size: 19px;
	color: #004267;
	font-weight: 600;
	margin-bottom: 10px;
}

.service-strengs__list dl dt span {
	font-size: 25px;
}

@media screen and (max-width: 560px) {
	.service-strengs__list li {
		padding: 5.36vw;
		display: block;
	}

	.service-strengs__list li::before {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
	}

	.service-strengs__list li dl {
		padding: 3.57vw 0 0 0;
	}

	.service-strengs__list li:nth-child(2n)::before {
		right: 0;
		width: auto;
		left: 0;
	}

	.service-strengs__list li:nth-child(2n) dl {
		padding-left: 0;
		padding-right: 0;
	}

	.service-strengs__list .photo {
		width: 100%;
		height: 70vw;
	}

	.service-strengs__list dl {
		width: 100%;
		position: relative;
		z-index: 2;
		padding-right: 0;
		padding-top: 3.57vw;
		line-height: 1.8;
	}

	.service-strengs__list dl dt {
		margin-bottom: 1.79vw;
		font-size: 4.82vw;
	}

	.service-strengs__list dl dt span {
		font-size: 6.25vw;
	}
}

.service-detail {
	padding: 100px 0;
}

.service-detail .service__title {
	margin-bottom: 80px;
}

@media screen and (max-width: 560px) {
	.service-detail {
		padding: 14.29vw 5.36vw;
	}
}

.service-detail__text {
	max-width: 560px;
	margin: 0 auto 120px;
}

@media screen and (max-width: 560px) {
	.service-detail__text {
		margin-bottom: 10.71vw;
	}
}

.service-detail__item {
	max-width: 810px;
	margin: 0 auto;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}

.service-detail__item li {
	border: 2px solid #004267;
	border-radius: 5px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 14px 15px;
	width: 49.2%;
	font-weight: 500;
	font-size: 18px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.service-detail__item li img {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 20px;
}

@media screen and (max-width: 560px) {
	.service-detail__item {
		gap: 2.68vw;
	}

	.service-detail__item li {
		width: 100%;
		font-size: 4.46vw;
	}
}

/* ----------------------------------------
serviceFlow
------------------------------------------- */
.serviceFlow {
	background: #DDEAF1;
	padding: 100px 0;
	letter-spacing: 0;
}

.serviceFlow .service__title {}

.serviceFlow__wrap {
	width: 980px;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 100%;
	padding: 45px 50px;
	background: #fff;
	border-radius: 10px;
}

.serviceFlow__item {
	display: flex;
	align-items: center;
	gap: 25px;
	padding: 0 0 19px;
}

.serviceFlow__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.serviceFlow__item+.serviceFlow__item {
	margin-top: 30px;
}

.serviceFlow__item__image {
	width: 32%;
	height: 170px;
}

.serviceFlow__item__title {
	display: flex;
	align-items: center;
	gap: 10px;
	letter-spacing: 0;
	font-size: 17px;
	line-height: 25px;
	color: #004267;
	font-weight: 700;
	margin: 0 0 10px;
}

.serviceFlow__item__stt {
	width: 89px;
	min-width: 89px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	background: #004267;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 0;
	box-sizing: border-box;
	border-radius: 50px;
}

.serviceFlow__item__text {
	letter-spacing: 0;
}

.serviceFlow__item__content {
	width: 70%;
}

@media screen and (max-width: 560px) {
	.serviceFlow__item__content {
		width: 100%;
	}

	.serviceFlow {
		padding: 12.5vw 0;
	}

	.serviceFlow__wrap {
		padding: 5.36vw;
		width: auto;
		margin: 0 5.36vw;
	}

	.serviceFlow__item {
		display: block;
	}

	.serviceFlow__item__image {
		margin: 0 auto 3.75vw;
		width: 95%;
		height: 70vw;
	}

	.serviceFlow__item__title {
		font-size: 3.93vw;
		line-height: 4.29vw;
	}

	.serviceFlow__item__stt {
		width: 19.11vw;
		min-width: 17.68vw;
		font-size: 3.57vw;
	}

	.serviceFlow__item__text {
		font-size: 3.75vw;
	}
}

.service-career {
	padding: 100px 0;
}

.service-career .service__title {}

.service-career .experience-story__slider--s {
	margin-bottom: 19px;
}

/* ----------------------------------------
serviceQA
------------------------------------------- */
.serviceQA {
	padding: 100px 0;
	background: #DDEAF1;
}

.serviceQA__list {
	width: 880px;
	margin: 0 auto;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.serviceQA__item {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #E4E4E4;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	padding: 25px;
}

.serviceQA__item__dt {
	display: flex;
	align-items: flex-start;
	margin: 0 0 10px;
	gap: 10px;
	letter-spacing: 0;
}

.serviceQA__item__dt span {
	font-size: 19px;
	line-height: 1;
	color: #D53000;
	font-weight: 700;
}

.serviceQA__item__dd {
	display: flex;
	align-items: flex-start;
	margin: 0 0 10px;
	gap: 10px;
	letter-spacing: 0;
}

.serviceQA__item__dd span {
	font-size: 19px;
	line-height: 1;
	color: #004267;
	font-weight: 700;
}

@media screen and (max-width: 560px) {
	.serviceQA {
		padding: 12.5vw 0;
	}

	.serviceQA__title span {
		width: 55.36vw;
		font-size: 4.64vw;
		line-height: 6.79vw;
		margin-bottom: 8.93vw;
	}

	.serviceQA__list {
		width: calc(100% - 5.36vw);
	}

	.serviceQA__item__dt,
	.serviceQA__item__dd {
		font-size: 3.75vw;
		line-height: 1.8;
	}

	.serviceQA__item__dt span,
	.serviceQA__item__dd span {
		font-size: 4.46vw;
		position: relative;
		top: 0.89vw;
	}
}

@media screen and (max-width: 560px) {
	.service-feature dl dd {
		line-height: 1.8;
	}
}