main {
	overflow: unset;
}

footer {
	padding-bottom: 110px;
}

/* ----------------------------------------
ft fixed
------------------------------------------- */
.ft-fixed {
	position: fixed;
	z-index: 99;
	bottom: 0;
	padding: 16px 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background: rgba(255, 255, 255, 0.69);
	left: 0;
	width: 100%;
}

/* ----------------------------------------
keyvisual
------------------------------------------- */
#head-key {
	display: block;
	overflow: hidden;
}

.keyvisual {
	padding: 39px 0;
	position: relative;
	background: #E1E7EB;
	overflow: hidden;
}

.keyvisual__image {
	position: absolute;
	width: 481px;
	top: 5px;
	left: calc(50% + 59px);
}

.keyvisual__wrap {
	width: 860px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	max-width: 100%;
}

.keyvisual__title {
	font-size: 45px;
	line-height: 66px;
	font-weight: 900;
	letter-spacing: 0.1em;
	color: #275564;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff;
}

.keyvisual__title small {
	font-size: 40px;
	font-weight: 700;
	color: #000;
}

.keyvisual__text {
	margin: 16px 0 42px;
	font-size: 20px;
	line-height: 29px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.keyvisual__box {
	width: 482px;
	background: rgba(255, 255, 255, 0.82);
	box-sizing: border-box;
	padding: 30px 15px;
	text-align: center;
}

.keyvisual__subTitle {
	font-size: 23px;
	color: #004267;
	line-height: 34px;
	font-weight: 700;
	letter-spacing: 0.07em;
}

.keyvisual__subTitle small {
	color: #000;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.keyvisual__btn a {
	padding-left: 82px;
	padding-right: 82px;
}

@media screen and (max-width: 560px) {
	#head-key {
		height: 100vw;
	}

	.keyvisual {
		padding: 8.21vw 0 5vw;
	}

	.keyvisual__image {
		width: 44.29vw;
		right: -9.46vw;
		left: auto;
		bottom: 0;
		top: auto;
	}

	.keyvisual__wrap {
		width: calc(100% - 8.21vw);
	}

	.keyvisual__title {
		font-size: 8.75vw;
		line-height: 1.6;
		letter-spacing: 0;
		width: 60.89vw;
	}

	.keyvisual__title small {
		font-size: 5.71vw;
	}

	.keyvisual__text {
		margin: 5.89vw 0 4.46vw;
		width: 63.04vw;
		font-size: 3.93vw;
		line-height: 1.6;
		letter-spacing: 0;
	}

	.keyvisual__box {
		width: 60.54vw;
		padding: 3.04vw 2.68vw 3.57vw;
	}

	.keyvisual__subTitle {
		font-size: 4.11vw;
		line-height: 4.46vw;
	}

	.keyvisual__subTitle small {
		font-size: 3.75vw;
	}

	.keyvisual__logo {
		margin: 0.36vw 0 1.96vw;
	}
}

/* ----------------------------------------
list company
------------------------------------------- */
.listCompany {
	padding: 70px 0;
	text-align: center;
	overflow: hidden;
}

.listCompany__title {
	font-size: 28px;
	line-height: 41px;
	letter-spacing: 0;
	font-weight: 700;
	position: relative;
	margin: 0 0 70px;
}

.listCompany__title::before,
.listCompany__title:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 40px;
	width: 1px;
	background: #4399C9;
}

.listCompany__title::before {
	right: calc(50% + 200px);
	transform: rotate(135deg);
}

.listCompany__title::after {
	left: calc(50% + 200px);
	transform: rotate(45deg);
}

.listCompany__slider img {
	max-width: unset;
	margin-left: 35px;
	width: 120px;
}

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

	.listCompany__title {
		font-size: 4.46vw;
		line-height: 1.8;
		margin-bottom: 6.79vw;
	}

	.listCompany__title::before,
	.listCompany__title:after {
		background: #707070;
		height: 10.71vw;
		bottom: 3.21vw;
	}

	.listCompany__title::before {
		right: calc(50% + 35.71vw);
	}

	.listCompany__title::after {
		left: calc(50% + 35.71vw);
	}
}

/* ----------------------------------------
serviceAbout
------------------------------------------- */
.serviceAbout {
	padding: 100px 0;
	background: #DDEAF1;
	overflow: hidden;
}

.serviceAbout__wrap {
	width: 1036px;
	max-width: 100%;
	margin: 0 auto;
}

.serviceAbout__title {
	margin: 0 0 50px;
}

.serviceAbout__wrapText {
	width: 880px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 40px 50px 40px 0;
}

.serviceAbout__wrapText::before {
	content: '';
	position: absolute;
	top: 0;
	right: 29px;
	bottom: 0;
	left: -100vw;
	background: #fff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.serviceAbout__text {
	position: relative;
	z-index: 2;
	width: 802px;
	margin: 0 0 0 auto;
	letter-spacing: 0;
	line-height: 30px;
	max-width: 100%;
}

.serviceAbout__text span {
	font-weight: 700;
	font-size: 18px;
	color: #004267;
}

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

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

	.serviceAbout__title {
		margin-bottom: 4.46vw;
	}

	.serviceAbout__wrapText {
		width: calc(100% - 1.79vw);
		padding: 5.36vw 6.25vw 5.36vw 0;
	}

	.serviceAbout__wrapText::before {
		right: 1.79vw;
	}
}

/* ----------------------------------------
serviceStrengths
------------------------------------------- */
.serviceStrengths {
	padding: 100px 0;
}

.serviceStrengths__set {
	overflow: hidden;
}

.serviceStrengths__title {
	width: 1036px;
	max-width: 100%;
	margin: 0 auto 100px;
}

.serviceStrengths__list {
	display: flex;
	justify-content: center;
	gap: 18px;
}

.serviceStrengths__list__item {
	width: 280px;
	box-sizing: border-box;
	border: 1px solid #023E63;
	border-radius: 3px;
	padding: 30px 0;
	text-align: center;
}

.serviceStrengths__list__stt {
	width: 64px;
	height: 64px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
	background: linear-gradient(0deg, #0f1339 0%, #004267 100%);
	font-size: 23px;
	line-height: 34px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.serviceStrengths__list__title {
	margin: 16px 0 20px;
	font-weight: 700;
	font-size: 23px;
	line-height: 34px;
	letter-spacing: 0.05em;
}

.serviceStrengths__list__title span {
	background: linear-gradient(0deg, rgba(255, 179, 0, 0.5) 38%, rgba(255, 255, 255, 0) 38%);
}

.serviceStrengths__list__btn a {
	font-size: 16px;
	line-height: 24px;
	padding: 7px 22px 7px 23px;
	border-radius: 5px;
	color: #0E143A;
	border-color: #0E143A;
}

.serviceStrengths__list__btn a:hover {
	background: #0E143A;
	color: #fff;
}

.serviceStrengths__set1 {
	width: 880px;
	margin: 100px auto 0;
	max-width: 100%;
}

.serviceStrengths__subTitle {
	display: flex;
	align-items: center;
	gap: 0 20px;
}

.serviceStrengths__subTitle__stt {
	min-width: 64px;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
	background: linear-gradient(0deg, #0f1339 0%, #004267 100%);
	font-size: 23px;
	line-height: 34px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.serviceStrengths__subTitle__text {
	font-weight: 700;
	font-size: 27px;
	line-height: 40px;
	color: #D53000;
	letter-spacing: 0.05em;
}

.serviceStrengths__subTitle__text small {
	color: #000;
	font-size: 23px;
	letter-spacing: 0.05em;
}

.serviceStrengths__text {
	margin: 70px auto;
	width: 517px;
	max-width: 100%;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0;
}

.serviceStrengths__text span {
	font-size: 21px;
	color: #004267;
	font-weight: 700;
	letter-spacing: 0;
	background: linear-gradient(0deg, rgba(255, 179, 0, 0.5) 38%, rgba(255, 255, 255, 0) 38%);
}

.serviceStrengths__image {
	width: 750px;
	max-width: 100%;
	margin: 0 auto 50px;
	line-height: 0;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.serviceStrengths__box {
	border-radius: 10px;
	background: #EBF8FF;
	padding: 40px;
}

.serviceStrengths__box__title {
	display: flex;
	align-items: center;
	gap: 0 12px;
	font-weight: 700;
	font-size: 19px;
	line-height: 28px;
	letter-spacing: 0;
	margin: 0 0 30px;
	color: #004267;
}

.serviceStrengths__box__title::before {
	content: '';
	background: url("../img/corp/service/icon_check.svg") no-repeat center/100% auto;
	width: 24px;
	height: 18px;
	min-width: 24px;
}

.serviceStrengths__box__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	letter-spacing: 0;
}

.serviceStrengths__notice {
	text-align: right;
	margin: 20px 0 0;
}

.serviceStrengths__set2 {
	width: 880px;
	max-width: 100%;
	margin: 100px auto 0;
}

.serviceStrengths__text2 {
	width: 551px;
}

.serviceStrengths__box2 {
	width: 573px;
	padding: 35px 22px;
	margin: 0 auto;
}

.serviceStrengths__box__listItem {
width: 455px;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.serviceStrengths__box__listItem__item {
    width: 31%;
    border: 2px solid #004267;
    border-radius: 5px;
    padding: 13px 0 12px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}

.serviceStrengths__box__listItem__image {
	width: 80px;
	margin: 0 auto 7px;
}

.serviceStrengths__box__listItem__title {
	font-weight: 700;
	letter-spacing: 0;
}

.serviceStrengths__text3 {
	width: 625px;
}

.serviceStrengths__staffs {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.serviceStrengths__staffs__image {
	width: 180px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.serviceStrengths__set3 {
	margin: 100px auto 0;
	width: 880px;
}

.serviceStrengths__text4 {
	width: 669px;
}

.serviceStrengths__set4 {
	margin: 100px auto 0;
	width: 752px;
}

.serviceStrengths__subTitle2 {
	text-align: center;
	margin: 0 0 40px;
}

.serviceStrengths__subTitle2 span {
	font-size: 24px;
	font-weight: 700;
	display: inline-block;
	line-height: 36px;
	letter-spacing: 0.05em;
	padding: 0 21px 15px;
	position: relative;
}

.serviceStrengths__subTitle2 span small {
	color: #D53000;
	font-size: 28px;
}

.serviceStrengths__subTitle2 span:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #E4E4E4;
}

.serviceStrengths__table {
	border-collapse: collapse;
	width: 100%;
}

.serviceStrengths__table th,
.serviceStrengths__table td {
	border-collapse: collapse;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
	border: 1px solid transparent;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 0;
	padding: 10px 0;
}

.serviceStrengths__table th small,
.serviceStrengths__table td small {
	display: block;
	font-size: 14px;
	line-height: 20px;
}

.serviceStrengths__table thead th {
	background: #E1E7EB;
}

.serviceStrengths__table thead th:first-child {
	border-top-left-radius: 3px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	background: #fff;
}

.serviceStrengths__table thead th:first-child::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}

.serviceStrengths__table thead th:last-child {
	border-top-right-radius: 3px;
}

.serviceStrengths__table tbody th {
	border-bottom-left-radius: 3px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	background: #fff;
}

.serviceStrengths__table tbody th::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}

.serviceStrengths__table tbody td:last-child {
	border-bottom-right-radius: 3px;
}

.serviceStrengths__table__th--special {
	background: #004267 !important;
	color: #fff;
	font-weight: 500;
}

.serviceStrengths__table__td--special {
	background: #DDEAF1;
	color: #004267;
	font-weight: 500;
}

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


	.serviceStrengths__list__item {
		width: 73%;
	}
	.serviceStrengths__box__listItem__item {
		width: 48%;
	}

	.serviceStrengths__subTitle__stt,
	.serviceStrengths__list__stt {
		width: 16.25vw;
		height: 16.25vw;
		line-height: 16.25vw;
		font-size: 5.71vw;
	}



	.serviceStrengths__list__btn a {
		font-size: 3.93vw;
		line-height: 1.6;
	}

	.serviceStrengths__list__title {
		font-size: 5.71vw;
		line-height: 1.6;
	}



	.serviceStrengths__title {
		margin: 0 0 6.96vw 2.68vw;
	}

	.serviceStrengths__list {
		flex-direction: column;
		align-items: center;
	}

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

	.serviceStrengths__subTitle {
		justify-content: center;
	}

	.serviceStrengths__subTitle__text {
		font-size: 5.71vw;
		line-height: 6.07vw;
	}

	.serviceStrengths__subTitle__text small {
		font-size: 4.82vw;
	}

	.serviceStrengths__text {
		width: 85%;
		font-size: 3.75vw;
		line-height: 1.6;
		margin: 7.14vw auto 5vw;
	}

	.serviceStrengths__text span {
		font-size: 4.46vw;
	}

	.serviceStrengths__image {
		margin: 0 0 7.14vw;
	}

	.serviceStrengths__box {
		padding: 6.25vw;
		margin: 0 2.68vw;
	}

	.serviceStrengths__box__title {
		font-size: 4.46vw;
		line-height: 1.6;
		margin: 0 0 5.18vw;
	}

	.serviceStrengths__box__list {
		font-size: 3.75vw;
		line-height: 1.8;
		letter-spacing: 0.09vw;
	}

	.serviceStrengths__notice {
		font-size: 3.75vw;
		line-height: 3.93vw;
		margin: 2.5vw 2.68vw 0;
	}

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

	.serviceStrengths__text2 {
		width: 81%;
		margin-bottom: 6.61vw;
	}

	.serviceStrengths__box2 {
		max-width: 100%;
		box-sizing: border-box;
		padding: 6.25vw 3.93vw;
		margin: 0 2.68vw;
		width: auto;
	}

	.serviceStrengths__box__listItem {
		width: 90%;
	}

	.serviceStrengths__text3 {
		width: 83%;
		margin-bottom: 6.61vw;
	}

	.serviceStrengths__staffs {
		flex-wrap: wrap;
		width: 71%;
		margin: 0 auto;
	}

	.serviceStrengths__staffs__image {
		width: 48%;
	}

	.serviceStrengths__set3 {
		max-width: 100%;
		width: calc(100% - 5.36vw);
		margin: 8.93vw auto 0;
	}

	.serviceStrengths__text4 {
		width: 88%;
	}

	.serviceStrengths__set4 {
		max-width: 100%;
		margin: 8.93vw auto 0;
	}

	.serviceStrengths__subTitle2 span {
		font-size: 4.82vw;
		line-height: 1.6;
	}

	.serviceStrengths__subTitle2 span small {
		font-size: 4.11vw;
	}

	.serviceStrengths__wrap {
		margin: 0 0 0 2.68vw;
		width: calc(100% - 2.68vw);
		overflow-x: auto;
	}

	.serviceStrengths__table {
		width: 106.96vw;
		font-size: 2.5vw;
		line-height: 3.21vw;
		margin-right: 7.14vw;
	}

	.serviceStrengths__table th small,
	.serviceStrengths__table td small {
		font-size: 1.96vw;
	}
}

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

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

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

.serviceFlow__title span::before,
.serviceFlow__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);
}

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

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

.serviceFlow__wrap {
	width: 965px;
	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 30px;
	border-bottom: 2px solid #E9E9E9;
}

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

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

.serviceFlow__item__image {
	min-width: 150px;
	width: 150px;
}

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

.serviceFlow__item__text {
	letter-spacing: 0;
}

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

	.serviceFlow__title span {
		width: 54.29vw;
		font-size: 6.61vw;
		line-height: 1.6;
		padding: 0 4.29vw;
	}

	.serviceFlow__title {
		margin-bottom: 8.57vw;
	}

	.serviceFlow__wrap {
		padding: 7.14vw 5.36vw;
		width: calc(100% - 5.36vw);
	}

	.serviceFlow__item {
		display: block;
	}

	.serviceFlow__item__image {
		margin: 0 auto 3.75vw;
		width: 41.07vw;
	}

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

	.serviceFlow__item__stt {
		width: 20.89vw;
		min-width: 16.79vw;
		font-size: 3.57vw;
	}

	.serviceFlow__item__text {
		font-size: 3.75vw;
		line-height: 1.6;
	}
}

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

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

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

.serviceQA__title span::before,
.serviceQA__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);
}

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

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

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

.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: 6.61vw;
		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.6;
	}

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



@media screen and (max-width: 560px) {
	.serviceAbout__text {
		line-height: 1.8;
	}

	.serviceAbout__text span {
		font-size: 4.46vw;
	}

	.serviceQA__title {
		margin-bottom: 3.57vw;
	}
}