html {
	overflow-x: hidden;
	/*for animation only*/
	font-family: "Noto Sans JP", sans-serif;
}

body {
	font-family: "Noto Sans JP", sans-serif;
}

/*　メインビジュアル
--------------------------------------------------------*/
.breadcrumb {
	max-width: 970px;
	margin: 8px auto;
    display: flex;
    align-items: center;
    gap: 10px;
}
.breadcrumb li:first-child::before {
	top: 50%;
	transform: translateY(-6px);
}
.breadcrumb li:after {
	padding-left: 10px;
}
.l-employee-scout__mv {
	background-size: cover;
	background-position: center;
}
.l-employee-scout__mv__tag {
	color: #454545;
	font-size: var(--20px);
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
}
.l-employee-scout__mv__title {
	color: #0E4B78;
	font-style: normal;
	font-weight: 700;
}

.l-employee-scout__mv__caption {
	color: #454545;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	margin-top: 18px;
}
.l-employee-scout__content__linkBtn {
	border-radius: 4px;
	color: #FFF;
	font-style: normal;
	font-weight: 700;
	text-align: left;
	position: relative;
	display: block;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.10);
}
.l-employee-scout__content__pinkBtn {
	background: #D4215F;
}
.l-employee-scout__content__cta .l-employee-scout__content__whiteBtn {
	background-color: #FFF;
	color: #CE1E54;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
.l-employee-scout__content__cta .l-employee-scout__content__whiteBtn > span {
	background-color: #CE1E54;
	color: #FFF;
	display: inline-block;
}

.l-employee-scout__content__linkBtn {
	position: relative;
}
.l-employee-scout__content__linkBtn:before,
.l-employee-scout__content__linkBtn:after {
	content: '';
	position: absolute;
}
.l-employee-scout__content__linkBtn:hover {
	box-shadow: unset;
	transform: translateY(4px);
}
.l-employee-scout__content__cta__txt_link__item > .i-arrow:before {
	width: 32px;
	height: 32px;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);

}
.l-employee-scout__content__linkBtn.i-arrow:before,
.l-employee-scout__content__cta__txt_link__item > .i-arrow:before {
	border-radius: 50%;
	background-color: #FFF;
}
.l-employee-scout__content__cta__txt_link__item > .i-arrow:after {
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate(45deg);
	top: 50%;
	right: -21px;
}
.l-employee-scout__content__cta__link_btn__wrapper .l-employee-scout__content__linkBtn.i-arrow:before {
	width: 38px;
	height: 38px;
	background-color: #CE1E54;
	right: 14px;
}
.l-employee-scout__content__cta__link_btn__wrapper .l-employee-scout__content__linkBtn.i-arrow:after {
	right: 30px;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate(45deg);
	top: 50%;
}

.l-employee-scout__content__pinkBtn.i-arrow:after,
.l-employee-scout__content__cta__txt_link__item > .i-arrow:after {
	border-top: solid 2px #CE1E54;
	border-right: solid 2px #CE1E54;
}
.l-employee-scout__content__whiteBtn.i-arrow:after {
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
}
.l-employee-scout__content__cta__txt_link__item > .i-arrow:before {
	border: solid 1px #CE1E54;
	right: -35px;
}

.l-employee-scout__content__pinkBtn span {
	color: #FFF;
	font-weight: 300;
}
.l-employee-scout__content_func {
	max-width: 1200px;
	margin: auto;
}

.l-employee-scout__anchor_link {
	width: 100%;
	background-color: #F0F4FC;
}
.l-employee-scout__anchor_link.fixed {
	position: fixed;
	z-index: 2;
}
.l-employee-scout__content_anchor_link_wrapper {
	overflow-x: auto;
	width: 75%;
	max-width: 1200px;
	margin: auto;
	padding: 15px;
}
.l-employee-scout__content_anchor_link_wrapper::-webkit-scrollbar {
	display: none;
}
.l-employee-scout__content_anchor_link_container {
	display: flex;
	align-items: center;
	gap: 50px;
	width: 1910px;
}
.l-employee-scout__content_anchor_link_content_link {
	color: #1366A1;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: relative;
}
.l-employee-scout__content_anchor_link_content_link:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: solid 2px #1366A1;
	border-right: solid 2px #1366A1;
	transform: rotate(135deg);
	top: 50%;
	right: -18px;
	margin-top: -6px;
}

.l-employee-scout__content {
	padding-top: 35px;
}
.l-employee-scout__explain {
	text-align: center;
}
.l-employee-scout__explain__heading {
	color: #222;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.96px;
}
.l-employee-scout__explain__list {
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 25px;
	width: 680px;
	margin: 35px auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.l-employee-scout__explain__lists {
	position: relative;
	color: #222;
}

.l-employee-scout__explain__lists.i-check:before,
.l-employee-scout__explain__lists.i-question:before {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	background: no-repeat;
}
.l-employee-scout__explain__lists.i-check:before {
	background-image: url(https://tp-img.imgix.net/s/work/employee-scout/icon_check.svg);
}
.l-employee-scout__explain__lists.i-question:before {
	background-image: url(https://tp-img.imgix.net/s/work/employee-scout/icon_question.svg);
}
.l-employee-scout__content__solution {
	text-align: center;
	background-color: #F0F4FC;
	margin-top: 82px;
}
.l-employee-scout__content__solution__heading {
	color: #FFF;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	background-color: #0797D1;
	position: relative;
	display: inline-block;
	transform: translateY(-50%);
}
.l-employee-scout__content__solution__heading:before,
.l-employee-scout__content__solution__heading:after {
	content: "";
	background: #0797D1;
	position: absolute;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	top: 50%;
}
.l-employee-scout__content__solution__heading:before {
	transform: translateY(-50%) rotate(-90deg);
}

.l-employee-scout__content__solution__heading:after {
	transform: translateY(-50%) rotate(90deg);
}
.l-employee-scout__content__solution .l-employee-scout__content__linkBtn {
	width: 340px;
}
.l-employee-scout__content__solution__outer {
	position: relative;
	text-align: left;
}

.l-employee-scout__content__solution__inner {
	max-width: 1248px;
	margin: 0 auto;
	padding: 30px 0;
	gap: 0 6%;
	display: grid;
	grid-template-columns: 51% 1fr;
	align-items: center;
}
.l-employee-scout__content__solution__outer:nth-child(odd) .l-employee-scout__content__solution__inner {
	grid-template-columns: 1fr 51%;
}
.l-employee-scout__content__solution__point {
	background: #FFF;
	margin: auto;
}
.l-employee-scout__content__solution__point__caption__item {
	list-style: initial;
	margin-left: 20px;
}
.l-employee-scout__content__solution__point__caption__item em {
	color: #E66992;
	font-weight: 500;
}
.l-employee-scout__content__solution__point__tag {
	border-radius: 14.5px;
	background: #E66992;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.l-employee-scout__content__solution__point__heading {
	color: #E66992;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-bottom: solid 2px #E66992;
}

.l-employee-scout__content__solution__text {
	color: #454545;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}
.l-employee-scout__content__solution__text__item {
	list-style: initial;
	margin-left: 20px;
	color: #232323;
	font-size: var(--16px);
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}
.l-employee-scout__content__solution__text__item + .l-employee-scout__content__solution__text__item {
	margin-top: 40px;
}
.l-employee-scout__content__solution__text__item em {
	font-weight: 600;
	padding: 0 2px;
	margin: 0 2px;
	color: #1366A1;
}
.l-employee-scout__content__solution__img {
	max-width: 584px;
	width: 100%;
	grid-column: 2 / 2;
	display: grid;
	place-content: center;
	grid-row: 1 / 3;
}
.l-employee-scout__content__solution__outer:nth-child(odd) .l-employee-scout__content__solution__img {
	grid-column: 1 / 2;
}
.l-employee-scout__content__wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.l-employee-scout__content__solution__tag {
	color: #232323;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background-color: #FFF;
	border-radius: 6px;
	border: 1px solid #868686;
	display: inline-block;
	padding: 5px 10px;
}
.l-employee-scout__content__solution__textarea__heading {
	color: #1366A1;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.l-employee-scout___categoryLink {
	padding: 50px 0 70px;
	margin-bottom: 50px;
	background-image: repeating-linear-gradient(90deg, #F0F4FC, #F0F4FC 1px, transparent 1px, transparent 30px), repeating-linear-gradient(0deg, #F0F4FC, #F0F4FC 1px, #fff 1px, #fff 30px);
	background-position: 31px 31px;
}

.l-employee-scout__content__cta {
	background: rgb(229, 64, 115);
	background: linear-gradient(90deg, rgba(229, 64, 115, 1) 0%, rgba(249, 124, 161, 1) 55%, rgba(229, 64, 115, 1) 100%);
	max-width: 1200px;
	width: 94%;
	margin: auto;
}
.l-employee-scout__content__cta__heading,
.l-employee-scout__content__cta__heading em {
	color: #FFF;
	font-style: normal;
	font-weight: 700;
}
.l-employee-scout__content__cta__txt_link {
	display: flex;
	align-items: center;
	justify-content: center;
}
.l-employee-scout__content__cta__txt_link__item a {
	color: #FFF;
	position: relative;
	display: block;
	font-weight: 700;
}
.l-employee-scout__content__cta__txt_link__item a:before,
.l-employee-scout__content__cta__txt_link__item a:after {
	content: "";
	position: absolute;
}
.l-employee-scout__content__title {
	text-align: center;
	color: #222;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 1.12px;
}
.l-employee-scout__content__caption {
	color: #454545;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 16px;
}
.l-employee-scout__content_feature_wrapper {
	width: 100%;
	margin: auto;
	display: grid;
	row-gap: 35px;
	margin-bottom: 2.6em;
	grid-template-columns: 55% 1fr;
	column-gap: 4%;
	row-gap: initial;
}
.l-employee-scout__content_feature_wrapper li {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.l-employee-scout__content__about__heading {
	color: #454545;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.l-employee-scout__content_feature__title {
	color: #1D4383;
	font-size: 38px;
	font-style: normal;
	font-weight: 900;
	line-height: 38px;
	letter-spacing: 1.52px;
	border-bottom: solid 4px #1D4383;
	display: inline-block;
	padding-bottom: 10px;
	width: 200px;
}
.l-employee-scout__content_feature__link {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	display: block;
	background: #E26C90;
	background: linear-gradient(90deg, rgba(226, 108, 144, 1) 0%, rgba(206, 33, 86, 1) 100%);
	padding: 22px 0;
	text-align: center;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.10);
	margin-top: 66px;
	border-radius: 6px;
	width: 340px;
	position: relative;
}
.l-employee-scout__content_feature__link:before {
	content: '';
	position: absolute;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	background-color: #FFF;
	top: 50%;
	right: 14px;
	transform: translateY(-13px);
}
.l-employee-scout__content_feature__link:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: solid 2px #CE1E54;
	border-right: solid 2px #CE1E54;
	transform: rotate(45deg);
	top: 50%;
	right: 24.5px;
	margin-top: -2.5px;
}
.l-employee-scout__content_feature__link:hover {
	box-shadow: unset;
	transform: translateY(4px);
}

.l-employee-scout__content_feature__caption {
	color: #222;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top: 20px;
}
.l-employee-scout__content_feature__tab {
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 13px;
	padding: 5px 10px 5px 20px;
	position: relative;
	border-radius: 6px 6px 0 0;
	background: #DE628B;
	width: fit-content;
	margin-top: 25px;
}
.l-employee-scout__content_feature__tab::before {
	width: 10px;
	height: 14px;
	content: "";
	display: inline-block;
	background: url(https://tp-img.imgix.net/s/2024/pc/icon/icon_flash.svg) center/contain no-repeat;
	position: absolute;
	left: 7px;
	top: 50%;
	transform: translateY(-50%);
  }
  
  .l-employee-scout__content_feature__tab__btn {
	display: flex;
	gap: 0.4em;
	flex-wrap: wrap;
	/* justify-content: center; */
	padding: 12px 16px;
	border-radius: 0px 6px 6px 6px;
	background: #F9E8F0;
  }
  .list_all_item_ai {
	color: #CF2559;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 7px 14px;
	border-radius: 66px;
	border: 1px solid #CF2559;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
}
.list_all_item_ai.active {
	color: #FFF;
	background: linear-gradient(90deg, #E26C90 0%, #CE2156 100%);
}
.all-contents_item_ai {
	display: none;
}
.all-contents_item_ai.show {
	display: block;
	text-align: center;
	animation: fadeIn 0.5s ease;
}

.l-employee-scout__content_func {
	padding-top: 180px;
	margin-top: -125px;
}
.l-employee-scout__content_func + .l-employee-scout__content_func {
	margin-top: -60px;
	padding-top: 184px;
}
.l-employee-scout__content_func_title {
	color: #222;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 1.12px;
}
.l-employee-scout__content__cardWrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4vw 3%;
	margin: 45px 10px 0;
}

.l-employee-scout__content__card {
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #DDD;
	width: auto;
	margin: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.l-employee-scout___categoryLink .l-employee-scout__content__card {
	border-color: #1366A1;
	box-shadow: 0px 4px 0px 0px rgba(29, 67, 131, 0.24);
	transition: all 0.3s ease-in-out 0s;
}
.l-employee-scout___categoryLink .l-employee-scout__content__card:hover {
	box-shadow: unset;
	transform: translateY(4px);
}

.l-employee-scout___categoryLink .l-employee-scout__content__card:hover {
	box-shadow: unset;
	transform: translateY(4px);
}
.l-employee-scout___useful .l-employee-scout__content__card {
	border: 0;
	border-radius: 4px;
}

.l-employee-scout__content__card_top {
	background-color: #F0F4FC;
	display: flex;
	align-items: center;
	justify-self: center;
	overflow: hidden;
}
.l-employee-scout__content__card_bottom {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.l-employee-scout___categoryLink .l-employee-scout__content__card_bottom {
	padding: 16px 12px;
	justify-content: center;
}
.l-employee-scout___useful .l-employee-scout__content__card_bottom {
	padding: 16px;
}
.l-employee-scout___useful .l-employee-scout__content__linkBtn {
	margin-top: 36px;
}

.l-employee-scout__content__card_title {
	color: #222;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%;
}
.l-employee-scout___categoryLink .l-employee-scout__content__card_title {
	text-align: center;
	color: #656565;
	position: relative;
	padding: 0 24px;
}
.l-employee-scout___categoryLink .l-employee-scout__content__card_title:before {
	content: '';
	position: absolute;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	background-color: #1366A1;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.l-employee-scout___categoryLink .l-employee-scout__content__card_title:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	transform: rotate(45deg);
	top: 50%;
	right: 9px;
	margin-top: -3px;
}
.l-employee-scout__content__card_body {
	color: #454545;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	flex: 1;
	margin-top: 15px;
}
.l-employee-scout___useful .l-employee-scout__content__card_body {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.l-employee-scout__content_event_wrapper {
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	border-top: dotted 2px #DDDDDD;
	padding: 45px 0;
}
.l-employee-scout__content_event_discription_title {
	color: #454545;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 1.12px;
}
.l-employee-scout__content_event_discription_body {
	color: #454545;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top: 26px;
}
.l-employee-scout__content_event_discription_link {
	color: #1366A1;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	background-color: #FFF;
	position: relative;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.10);
	margin-top: 40px;
	width: 340px;
	text-align: center;
	padding: 22px 20px 22px 0;
	display: inline-block;
	border-radius: 6px;
	border: 1px solid #1D4383;
}
.l-employee-scout__content_event_discription_link:before {
	content: '';
	position: absolute;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	background-color: #1366A1;
	top: 50%;
	right: 14px;
	transform: translateY(-13px);
}
.l-employee-scout__content_event_discription_link:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	transform: rotate(45deg);
	top: 50%;
	right: 24px;
	margin-top: -4px;
}
.l-employee-scout__content_event_discription_link:hover {
	box-shadow: unset;
	transform: translateY(4px);
}
.l-employee-scout__content_event_seminarInfo {
	width: 565px;
}
.l-employee-scout__content_event_seminarInfo_title {
	color: #1366A1;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	position: relative;
}
.l-employee-scout__content_event_seminarInfo_title:after {
	content: '';
	position: absolute;
	width: 380px;
	height: 1px;
	background-color: #1366A1;
	top: 50%;
	right: 0;
	margin-top: -0.5px;
}
.l-employee-scout__content_event_seminarInfo_wrapper {
	border: 1px solid #DDD;
	background: #EAF1F5;
	border-radius: 10px;
	padding: 20px;
	margin-top: 25px;
	max-width: 605px;
}
.l-employee-scout__content_event_seminarInfo_eventItem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.l-employee-scout__content_event_seminarInfo_eventItem_img_cate {
	background-color: #F0F4FC;
}
.l-employee-scout__content_event_seminarInfo_eventItem_img {
	width: 205px;
}
.l-employee-scout__content_event_seminarInfo_eventItem_category {
	color: #0073B7;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	padding: 14px;
}
.l-employee-scout__content_event_seminarInfo_eventItem_text {

}
.l-employee-scout__content_event_seminarInfo_eventItem_text_time {
	color: #454545;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 1.6px;
}
.l-employee-scout__content_event_seminarInfo_eventItem_text_title {
	color: #222;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	margin-top: 10px;
}
.l-employee-scout__content_event_seminarInfo_eventItem_text_link {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	display: block;
	background-color: #CE1E54;
	padding: 22px 0;
	text-align: center;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.10);
	margin-top: 14px;
	border-radius: 6px;
	position: relative;
}
.l-employee-scout__content_event_seminarInfo_eventItem_text_link:before {
	content: '';
	position: absolute;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	background-color: #FFF;
	top: 50%;
	right: 14px;
	transform: translateY(-13px);
}
.l-employee-scout__content_event_seminarInfo_eventItem_text_link:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: solid 2px #CE1E54;
	border-right: solid 2px #CE1E54;
	transform: rotate(45deg);
	top: 50%;
	right: 24.5px;
	margin-top: -2.5px;
}
.l-employee-scout__content_event_seminarInfo_eventItem_text_link:hover {
	box-shadow: unset;
	transform: translateY(4px);
}
.l-employee-scout__content_cta {
	padding-top: 40px;
	margin-top: 50px;
}
[data-inc-contentsfooter-funccommon] + [data-inc-cta-funccommon] > .l-employee-scout__content_cta {
	margin-top: 0;
}
.l-employee-scout__content_cta__material {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 90px;
	margin-top: 16px;
	margin-bottom: 70px;
}
.l-employee-scout__content_cta__material__text__wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}
.l-employee-scout__content_cta__material__point {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	border: solid 1px #1366A1;
	color: #1366A1;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.l-employee-scout__content_cta__material__text {
	color: #1366A1;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%;
}
.l-employee-scout__content_cta__material__link {
	border-radius: 4px;
	border: 1px solid #1366A1;
	background: #FFF;
	color: #1366A1;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: relative;
	padding: 15px 82px 15px 60px;
}
.l-employee-scout__content_cta__material__link:before {
	content: '';
	position: absolute;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	background-color: #1366A1;
	top: 50%;
	right: 20px;
	transform: translateY(-12px);
}
.l-employee-scout__content_cta__material__link:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	transform: rotate(45deg);
	top: 50%;
	right: 29px;
	margin-top: -4px;
}
.l-employee-scout__content__about__support__type__heading {
	background: #0797D1;
	color: #FFF;
	text-align: center;
}
.l-employee-scout__content__about__support__type__heading:after {
	content: "";
	background: #0797D1;
	position: absolute;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	transform: translate(-50%, -50%) rotate(180deg);
}
	.l-employee-scout__content__about__support__type__item__txt {
		background: #FFF;
		box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04);
		color: #104B76;
		text-align: center;
		font-style: normal;
		font-weight: 700;
	}
.inner_footer p {
	font-weight: normal;
}
@media screen and (min-width: 768px) {
	.vPC {
		display: block;
	}
	.vSP {
		display: none;
	}
	.l-employee-scout__mv .l-employee-scout__content__linkBtn.i-arrow:before {
		width: 20px;
		height: 20px;
		bottom: 11px;
		right: 14px;
	}
	.l-employee-scout__mv .l-employee-scout__content__linkBtn.i-arrow:after {
		width: 8px;
		height: 8px;
		transform: rotate(45deg);
		bottom: 17px;
		right: 22px;
	}

	.l-employee-scout__mv {
		background-image: url(https://tp-img.imgix.net/s/work/employee-scout/bg_pc.png?auto=format);
	}
	.l-employee-scout__mv__inner {
		max-width: 1050px;
		display: flex;
		margin: auto;
		justify-content: space-around;
		align-items: center;
	}
	.l-employee-scout__mv__inner__img {
		width: 416px;
		transform: translateY(15px);
	}
	.l-employee-scout__mv__title {
		font-size: var(--36px);
	}
	.l-employee-scout__mv__caption {
		font-size: var(--18px);
		line-height: 1.6;
		margin-bottom: 30px;
		text-align: left;
	}
	.l-employee-scout__mv .l-employee-scout__content__linkBtn {
		width: 330px;
		font-size: var(--24px);
		line-height: 100%;
		padding: 13px 0 13px 27px;
		box-shadow: 0 6px 0 0 #AF0942;
	}
	.l-employee-scout__mv .l-employee-scout__content__linkBtn:hover {
		transform: translateY(6px);
		box-shadow: none;
	}
	.l-employee-scout__explain__wrapper {
		display: flex;
		text-align: left;
		width: 934px;
		margin: auto;
		border: 14px solid #F0F3F6;
		padding: 24px 18px 16px;
	}
	.l-employee-scout__explain__list__heading {
		color: #454545;
		font-size: var(--25px);
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.l-employee-scout__explain__list__sub {
		font-size: var(--17px);
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		margin-left: 12px;
	}
	.l-employee-scout__explain__list--problem,
	.l-employee-scout__explain__list--solution {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 0.5fr repeat(4, 1fr);
	}
	.l-employee-scout__explain__list--problem .l-employee-scout__explain__list__sub {
		color: #DA3F74;
		display: inline-block;;
	}
	.l-employee-scout__explain__list--solution .l-employee-scout__explain__list__sub {
		color: #24A3D6;
	}
	.l-employee-scout__explain__lists {
		padding: 22px 0 22px 74px;
		color: #454545;
		font-size: var(--15px);
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
	}
	.l-employee-scout__explain__lists a {
		cursor: default;
		pointer-events: none;
		color: #454545;
		font-size: var(--15px);
		font-style: normal;
		font-weight: 400;
		line-height: 22px;

	}
	.l-employee-scout__explain__lists:nth-child(even) {
		background-color: #F0F3F6;
	}
	.l-employee-scout__content__solution__heading {
		font-size: var(--24px);
		line-height: normal;
		padding: 4px 10px;
	}
	.l-employee-scout__content__solution__heading:before,
	.l-employee-scout__content__solution__heading:after {
		height: 24px;
		width: 44px;
	}
	.l-employee-scout__content__solution__heading:before {
		left: -34px;
	}
	.l-employee-scout__content__solution__heading:after {
		right: -34px;
	}
	.l-employee-scout__content__solution__tag {
		font-size: var(--16px);
	}
	.l-employee-scout__content__solution__textarea__heading {
		font-size: var(--28px);
		letter-spacing: 1.12px;
		margin-top: 18px;
	}
	.l-employee-scout__content__solution__text {
		font-size: var(--16px);
		margin-top: 30px
	}
	.l-employee-scout__content__about__heading {
		font-size: var(--42px);
	}
	.l-employee-scout__content__about__top__inner {
		display: flex;
		position: relative;
		flex-direction: column;
		max-width: 830px;
		margin: 70px auto 0;
	}
	.l-employee-scout__content__about__logo {
		width: 367px;
	}
	.l-employee-scout__content__about__logo img {
		width: 243px;
	}
	.l-employee-scout__content__about__caption {
		width: 367px;
		margin-top: 32px;
		color: #232323;
		font-size: var(--19px);
		font-style: normal;
		font-weight: 600;
		line-height: 35px;
		letter-spacing: 0.4px;
	}
	.l-employee-scout__content__about__image__caution {
		color: #747474;
		font-size: 10px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-align: center;
	}
	.l-employee-scout__content__about__image {
		width: 417px;
		position: absolute;
		right: 0;
		top: -50px;
	}
	.l-employee-scout__content__about__type {
		margin: 120px auto 0;
		max-width: 1040px;
	}
	.l-employee-scout__content__about__type__list {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: repeat(2, 1fr);
		align-items: center;
		justify-content: center;
		text-align: center;
		border-radius: 18px;
		border: 2px solid #DDD;
		padding: 16px;
		margin: 0 2%;
		position: relative;
	}
	.l-employee-scout__content__about__type__list:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-top: dashed 2px #CCC;
		width: 96%;
		height: 2px;
	}
	.l-employee-scout__content__about__type__item {
		padding: 18px;
		display: flex;
		flex-direction: column;
		align-items: center;
		border-right: dashed 2px #CCC;
	}
	.l-employee-scout__content__about__type__item:nth-child(5n) {
		border-right: 0;
	}

	.l-employee-scout__content__about__type__item:nth-child(1) .l-employee-scout__content__about__type__item__img {
		width: 36px;
	}
	.l-employee-scout__content__about__type__item:nth-child(2) .l-employee-scout__content__about__type__item__img {
		width: 34px;
	}
	.l-employee-scout__content__about__type__item:nth-child(3) .l-employee-scout__content__about__type__item__img {
		width: 30px;
	}
	.l-employee-scout__content__about__type__item:nth-child(4) .l-employee-scout__content__about__type__item__img {
		width: 35px;
	}
	.l-employee-scout__content__about__type__item:nth-child(5) .l-employee-scout__content__about__type__item__img {
		width: 40px;
	}
	.l-employee-scout__content__about__type__item:nth-child(6) .l-employee-scout__content__about__type__item__img {
		width: 35px;
	}
	.l-employee-scout__content__about__type__item:nth-child(7) .l-employee-scout__content__about__type__item__img {
		width: 39px;
	}
	.l-employee-scout__content__about__type__item:nth-child(8) .l-employee-scout__content__about__type__item__img {
		width: 29px;
	}
	.l-employee-scout__content__about__type__item:nth-child(9) .l-employee-scout__content__about__type__item__img {
		width: 37px;
	}
	.l-employee-scout__content__about__type__item:nth-child(10) .l-employee-scout__content__about__type__item__img {
		width: 29px;
	}
	.l-employee-scout__content__about__type__item__txt {
		margin-top: 6px;
		color: #454545;
		font-size: var(--18px);
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.l-employee-scout__content__solution__point {
		border-radius: 20px;
		padding: 40px 50px 60px;
		max-width: 1044px;
		margin: 30px auto 0;
		width: 92%;
	}
	.l-employee-scout__content__solution__point__tag {
		font-size: var(--18px);
		padding: 0 26px;
	}
	.l-employee-scout__content__solution__point__heading {
		font-size: var(--28px);
		letter-spacing: 1.12px;
		margin-top: 6px;
	}
	.l-employee-scout__content__solution__point__caption {
		margin: 12px 0;
	}
	.l-employee-scout__content__solution__outer + .l-employee-scout__content__solution__outer {
		margin-top: 45px;
	}
	.l-employee-scout__content__solution__inner{
		padding: 30px 24px;
	}

	.l-employee-scout__content__solution__outer:last-child  .l-employee-scout__content__solution__inner{
		padding-bottom: 300px;
	}
	.l-employee-scout__content__solution + .l-employee-scout__content__cta {
		transform: translateY(-50%);
	}
	.l-employee-scout__content__cta {
		border-radius: 20px;
		padding: 36px 3% 32px 6%;
		display: flex;
		align-items: center;
		gap: 4%;
		justify-content: space-around;
	}
	.l-employee-scout__content__cta__heading {
		font-size: var(--30px);
	}
	.l-employee-scout__content__cta__heading .pc_em {
		font-size: var(--37px);
	}
	.l-employee-scout__content__cta__txt {
		max-width: 70%;
	}
	.l-employee-scout__content__cta__img {
		max-width: 44%;
	}
	.l-employee-scout__content__cta__link_btn__wrapper {
		position: relative;
		margin-top: 33px;
	}
	.l-employee-scout__content__cta__link_btn__wrapper:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 225px;
		height: 176px;
		background-image: url(https://tp-img.imgix.net/s/2024/pc/main/cta_documents_sm@2x.png?auto=format?auto=format);
		z-index: 10;
		background-size: cover;
		margin: -20px 0 0 -70px;
	}
	.l-employee-scout__content__cta__link_btn__deco {
		position: absolute;
		top: 0;
		left: 50%;
		background-color: #CE1E54;
		transform: translate(-50%, -50%);
		border-radius: 40px;
		color: #FFF;
		font-size: var(--16px);
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		padding: 3px 20px;
		z-index: 1;
		pointer-events: none;
		margin-left: 20px;
	}
	.l-employee-scout__content__cta__txt_link {
		gap: 70px;
		margin-top: 30px;
		margin-left: -30px;
	}
	.l-employee-scout__content__cta .l-employee-scout__content__whiteBtn {
		font-size: var(--24px);
		padding: 30px 0 30px 40px;
	}
	.l-employee-scout__content__cta .l-employee-scout__content__whiteBtn > span {
		padding: 4px;
		margin-right: 6px;
	}
	.l-employee-scout__content__cta__txt_link__item a span {
		display: inline;
		color: #FFF;
	}

	.l-employee-scout__content__about {
		max-width: 1200px;
		margin: auto;
	}
	.l-employee-scout___categoryLink .l-employee-scout__content__wrapper {
		padding-bottom: 0;
	}
	.l-employee-scout__content__about__support {
		max-width: 1200px;
		margin: 70px 2% 0;
	}
	.l-employee-scout__content__about__support__heading {
		color: #1366A1;
		text-align: center;
		font-size: var(--32px);
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.l-employee-scout__content__about__support__caution {
		color: #232323;
		text-align: center;
		font-size: var(--20px);
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-top: 30px;
	}
	.l-employee-scout__content__about__support__type {
		position: relative;
		margin-top: 84px;
		border-radius: 18px;
		background: #F0F4FC;
		padding: 60px 4% 40px;
	}
	.l-employee-scout__content__about__support__type__heading {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 40px;
		font-size: var(--24px);
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		width: 80%;
		padding: 12px;
	}
	.l-employee-scout__content__about__support__type__heading:after {
		top: 65px;
		left: 50%;
		height: 14px;
		width: 24px;
	}
	.l-employee-scout__content__about__support__type__list {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 4%;
	}
	.l-employee-scout__content__about__support__type__item {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.l-employee-scout__content__about__support__type__item__img {
		border-radius: 18px;
	}
	.l-employee-scout__content__about__support__type__item__txt {
		font-size: 19.55px;
		line-height: 110%;
		padding: 12px;
		transform: translateY(-30px);
	}
	.l-employee-scout__content__about__support__type__item__txt > span {
		color: #454545;
		text-align: center;
		font-size: var(--14px);
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.l-employee-scout__content__about__support__menu {
		max-width: 1040px;
		margin: 56px auto 0;
	}
	.l-employee-scout__content__about__support__menu__heading {
		color: #232323;
		text-align: center;
		font-size: var(--24px);
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.l-employee-scout__content__about__support__menu__type {
		margin-top: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 30px 30px;
		flex-wrap: wrap;
	}
	.l-employee-scout__content__about__support__menu__item {
		background: #F0F4FC;
		padding: 32px 0;
		padding-left: 65px;
		color: #454545;
		font-size: var(--18px);
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		width: 31.3%;
		position: relative;
	}
	.l-employee-scout__content__about__support__menu__item.i-check:before {
		content: "";
		width: 22px;
		height: 22px;
		position: absolute;
		top: 50%;
		left: 25px;
		transform: translateY(-50%);
		background: no-repeat;
		background-image: url(https://tp-img.imgix.net/s/work/employee-scout/icon_check.svg);
		background-color: #FFF;
	}
	.l-employee-scout__content__about__support__staff {
		margin: 37px auto 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 40px;
	}
	.l-employee-scout__content__about__support__staff__txt {
		width: 44%;;
	}
	.l-employee-scout__content__about__support__staff__heading {
		color: #1366A1;
		font-size: var(--30px);
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.l-employee-scout__content__about__support__staff__subheading {
		color: #232323;
		font-size: var(--18px);
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-top: 10px;
	}
	.l-employee-scout__content__about__support__staff__caption {
		color: #232323;
		font-size: var(--16px);
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-top: 10px;
	}
	.l-employee-scout__content__about__support__staff__img {
		width: 500px;
	}
	.l-employee-scout__content__other {
		margin: 127px auto 0;
		background: linear-gradient(180deg, #0E4B78 0%, #0797D1 100%);
		background-repeat: no-repeat;
		background-position-y: 0;
		background-size: contain;
		position: relative;
	}
	.l-employee-scout__content__other:before {
		content: "";
		background-image: url(https://tp-img.imgix.net/s/work/employee-scout/bg_other.svg);
		width: 100%;
		height: 526px;
		background-repeat: no-repeat;
		background-position-y: 0;
		background-size: contain;
		display: block;
		position: absolute;
		opacity: 0.2;
	}
	.l-employee-scout__content__other__wrapper {
		max-width: 1040px;
		margin: auto;
		padding: 90px 0;
		z-index: 1;
		position: relative;
	}
	.l-employee-scout__content__other__heading {
		color: #FFF;
		text-align: center;
		font-size: var(--30px);
		font-style: normal;
		font-weight: 700;
		line-height: 22px;
	}
	.l-employee-scout__content__other__list {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px 2%;
		margin-top: 60px;
	}
	.l-employee-scout__content__other__item {
		width: 18%;
	}
	.l-employee-scout__content__other__item__img__wrapper {
		padding: 16px;
		background: linear-gradient(183deg, #B5D0E4 2.32%, #EDF9FF 97.94%);
	}
	.l-employee-scout__content__other__item__txt {
		background-color: #FFF;
		color: #0E4B78;
		text-align: center;
		font-size: var(--14px);
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		padding: 4px 0 10px;
	}
	.l-employee-scout__content__cta.full_size {
		max-width: 100%;
		width: 100%;
		border-radius: 0;
	}
	.l-employee-scout__content__cta_wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 2%;
	}
}
@media screen and (max-width: 768px) {
	.vPC {
		display: none;
	}
	.vSP {
		display: block;
	}
	.l-employee-scout__mv {
		background-image: url(https://tp-img.imgix.net/s/work/employee-scout/bg_sp.png?auto=format);
	}
	.l-employee-scout__mv__title {
		font-size: var(--32px);
		margin-top: 20px;
	}
	.l-employee-scout__mv__inner {
		width: 90%;
		margin: auto;
		padding-top: 40px;
	}
	.l-employee-scout__mv__caption {
		font-size: var(--17px);
		line-height: 1.6;
		margin-bottom: 16px;
		margin-top: 20px;
	}
	.l-employee-scout__mv .l-employee-scout__content__linkBtn {
		width: 90%;
		font-size: var(--21px);
		text-align: center;
		margin: auto;
		box-shadow: 0 6px 0 0 #AF0942;
	}
	.l-employee-scout__mv .l-employee-scout__content__linkBtn.i-arrow:before {
		width: 20px;
		height: 20px;
		top: 50%;
		right: 14px;
		transform: translateY(-50%);
	}
	.l-employee-scout__mv .l-employee-scout__content__linkBtn.i-arrow:after {
		width: 8px;
		height: 8px;
		transform: translateY(-50%) rotate(45deg);
		top: 50%;
		right: 22px;
	}


	.l-employee-scout__mv__inner__img {
		transform: translateY(30px);
		width: 80%;
		margin: auto;
	}
	.l-employee-scout__explain__wrapper {
		width: 96%;
		margin: auto;
	}
	.l-employee-scout__explain__list {
		width: 90%;
		text-align: left;
	}
	.l-employee-scout__explain__list--problem {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 2%;
		justify-content: space-around;
	}
	.l-employee-scout__explain__list__heading {
		width: 100%;
		color: #454545;
		text-align: center;
		font-size: var(--18px);
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-bottom: 16px;
	}
	.l-employee-scout__explain__lists {
		width: 48%;
		border: 14px solid #F0F3F6;
		position: relative;
	}
	.l-employee-scout__explain__lists:after {
		content: "";
		position: absolute;
		width: 8px;
		height: 8px;
		transform: translateX(-50%) rotate(135deg);
		bottom: 17px;
		left: 50%;
		border-top: solid 2px #8B8B8B;
		border-right: solid 2px #8B8B8B;
	}
	.l-employee-scout__explain__lists a {
		display: block;
		padding: 50px 12px;
		color: #222;
		text-align: center;
		font-size: var(--12px);
		font-style: normal;
		font-weight: normal;
		line-height: 18px;
	}
	.l-employee-scout__explain__lists.i-question:before {
		top: 15px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.l-employee-scout__content {
		padding-top: 12vw;
	}
	.l-employee-scout__content__wrapper {
		padding-bottom: 50px;
	}
	.l-employee-scout__content__solution__outer:before {
		width: 95%;
		height: 70%;
	}
	.l-employee-scout__content__solution__outer + .l-employee-scout__content__solution__outer {
		margin-top: 30px;
	}
	.l-employee-scout__content__solution__inner {
		max-width: 100%;
		width: 90%;
		display: block;
		padding-bottom: 0;
	}
	.l-employee-scout__content__solution__text__item {
		font-size: var(--15px);
	}
	.l-employee-scout__content__solution__text__item + .l-employee-scout__content__solution__text__item {
		margin-top: 20px;
	}
	.l-employee-scout__content__solution__textarea {
		width: 100%;
		margin: auto;
	}
	.l-employee-scout__content__solution__heading {
		font-size: var(--15px);
		padding: 6px;
	}
	.l-employee-scout__content__solution__heading:before {
		left: -30px;
		height: 24px;
		width: 37px;
	}
	.l-employee-scout__content__solution__heading:after {
		right: -30px;
		height: 24px;
		width: 37px;
	}
	.l-employee-scout__content__solution__tag {
		font-size: var(--14px);
	}
	.l-employee-scout__content__solution__textarea__heading {
		font-size: var(--18px);
		letter-spacing: 0.72px;
		margin-top: 13px;
	}
	.l-employee-scout__content__solution__text {
		font-size: var(--15px);
		margin-top: 3px;
	}

	.l-employee-scout__content__solution__text {
		margin: 15px 0 22px;
	}
	.l-employee-scout__content__solution__img {
		height: auto;
		max-width: 100%;
		display: block;
	}
	.l-employee-scout__content__solution__point__tag {
		font-size: var(--13px);
		padding: 0 12px;
	}
	.l-employee-scout__content__solution__point__heading {
		font-size: var(--18px);
		letter-spacing: 0.72px;
		margin-top: 4px;
	}
	.l-employee-scout__content__solution__point__caption {
		margin-top: 5px;
	}
	.l-employee-scout__content__solution .l-employee-scout__content__linkBtn {
		width: 100%;
		margin-top: 30px;
	}
	.l-employee-scout__content__solution__point {
		width: 90%;
		border-radius: 8px;
		padding: 16px;
		margin-top: 30px;
	}
	.l-employee-scout__content__cardWrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	.l-employee-scout___usage__links {
		flex-wrap: wrap;
		gap: 25px;
		justify-content: center;
		margin: 30px auto 0;
	}
	.l-employee-scout___categoryLink {
		padding: 25px 0 50px;
	}
	.l-employee-scout___categoryLink .l-employee-scout__content__cardWrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.l-employee-scout__content__cta__link_btn__wrapper {
		position: relative;
		margin-top: 30px;
	}
	.l-employee-scout__content__cta__link_btn__wrapper:before {
		content: "";
		background-image: url(https://tp-img.imgix.net/s/2024/sp/main/cta_documents_sm@2x.png?auto=format?auto=format);
		width: 130px;
		height: 143px;
		top: 50%;
		left: -10px;
		transform: translateY(-50%);
		margin-top: -5px;
		position: absolute;
		z-index: 1;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.l-employee-scout__content__cta .l-employee-scout__content__whiteBtn {
		font-size: var(--17px);
		padding: 30px 15px 15px 50px;
		position: relative;
	}
	.l-employee-scout__content__cta__link_btn__deco {
		color: #CE1E54;
		font-size: var(--11px);
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		position: absolute;
		z-index: 1;
		left: 50%;
		top: 15px;
		transform: translateX(-50%);
		margin-left: 20px;
	}
	.l-employee-scout__content__cta .l-employee-scout__content__whiteBtn span {
		padding: 8px 4px;
		border-radius: 3px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		margin-left: -70px;
	}
	.l-employee-scout__content_feature__tab__btn {
		padding: 10px 15%;
	}
}

.l-employee-scout__content_func_caption {
	font-size: 16px;
	color: #454545;
	text-align: center;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 22px;
}
.l-employee-scout___useful .l-employee-scout__content__card_body li {
	font-size: 15px;
	color: #454545;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
	position: relative;
	padding-left: 20px;
}
.l-employee-scout___useful .l-employee-scout__content__card_body li:before {
	content: "";
	background-image: url(https://tp-img.imgix.net/s/function/pc/icon/icon_check.svg);
	width: 19px;
	height: 19px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding-right: 20px;
	margin-top: -2px;
}
#oyakudachi .l-employee-scout__content_func_cardWrapper .card_link {
	background: #E26C90;
	background: linear-gradient(90deg, rgba(226, 108, 144, 1) 0%, rgba(206, 33, 86, 1) 100%);
}
#oyakudachi .l-employee-scout__content_func_cardWrapper .card_link:before {
	background-image: url(https://tp-img.imgix.net/s/function/pc/icon/icon_dl.svg);
	border-radius: 0;
	width: 26px;
	height: 26px;
	transform: translateY(-13px);
	background-color: unset;
}
#oyakudachi .l-employee-scout__content_func_cardWrapper .card_link:after {
	content: none;
}

.l-employee-scout___categoryLink__others {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 30px;
	width: 970px;
	margin: 70px auto 0;
}
.l-employee-scout___categoryLink__others_list_link {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.72px;
	border-bottom: solid 1px #1366A1;
	color: #1366A1;
}

@media screen and (max-width: 768px) {
	.l-employee-scout__mv__inner__txt {
		text-align: center;
	}
	.l-employee-scout___categoryLink__others {
		overflow-x: auto;
		max-width: 1200px;
		margin: auto;
		padding: 15px;
	}
	.l-employee-scout___categoryLink__others {
		gap: 30px;
		width: 660px;
		justify-content: flex-start;
		margin-top: 0;
	}

	.custom-scrollbar-horizontal {
		width: 660px;
		margin: 0 auto;
		max-width: 1200px;
	}

	.custom-scrollbar-track {
		height: 10px;
		background-color: #f0f0f0;
		border-radius: 5px;
		position: relative;
	}

	.custom-scrollbar-thumb {
		height: 10px;
		width: 220px;
		background-color: #888;
		border-radius: 5px;
		position: absolute;
		top: 0;
		left: 0;
		cursor: grab;
	}

	.custom-scroll-container::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
	}

	.custom-scroll-container {
		scrollbar-width: none;
	}
	.l-employee-scout__content__card__link {
		display: flex;
	}
	.l-employee-scout___useful .l-employee-scout__content__caption {
		width: 90%;
		margin: 16px auto 0;
	}
	.l-employee-scout___categoryLink .l-employee-scout__content__card_bottom {
		padding: 10px;
		justify-content: center;
	}
	.l-employee-scout___categoryLink .l-employee-scout__content__card_title {
		font-size: 13px;
	}
	.l-employee-scout___categoryLink .l-employee-scout__content__card_title:before {
		width: 13px;
		height: 13px;
	}
	.l-employee-scout___categoryLink .l-employee-scout__content__card_title:after {
		width: 4px;
		height: 4px;
		border-top: solid 1px #FFF;
		border-right: solid 1px #FFF;
		margin-top: -2px;
		right: 5px;
	}
	.l-employee-scout__content_event_wrapper {
		border: 0;
		padding-top: 0;
	}
	.l-employee-scout__content_event {
		border-top: solid 1px #DDD;
	}
	.l-employee-scout__content__solution {
		padding-bottom: 40px;
	}
	.l-employee-scout__content__cta {
		width: 100%;
		border-radius: 3px;
		text-align: center;
		padding: 40px 4% 25px;
	}
	.l-employee-scout__content__cta__heading {
		color: #FFF;
		text-align: center;
		font-size: var(--20px);
		font-style: normal;
		font-weight: 700;
		line-height: 34px;
	}
	.l-employee-scout__content__cta__heading .sp_em {
		font-size: var(--26px);
		font-weight: 700;
	}
	.l-employee-scout__content__cta__link_btn__wrapper .l-employee-scout__content__linkBtn.i-arrow:before {
		top: 50%;
		transform: translateY(-50%);
		width: 18px;
		height: 18px;
	}
	.l-employee-scout__content__cta__link_btn__wrapper .l-employee-scout__content__linkBtn.i-arrow:after {
		right: 21px;
		width: 6px;
		height: 6px;
	}
	.l-employee-scout__content__cta__txt_link {
		justify-content: space-around;
		margin-top: 33px;
		position: relative;
	}
	.l-employee-scout__content__cta__txt_link__item > .i-arrow:before {
		right: -10px;
		width: 18px;
		height: 18px;
		border: 0;
	}
	.l-employee-scout__content__cta__txt_link__item > .i-arrow:after {
		width: 6px;
		height: 6px;
		right: -3px;
	}
	.l-employee-scout__content__cta__txt_link:before {
		content: "";
		width: 1px;
		height: 20px;
		background-color: #FFF;
		position: absolute;
		top: 0;
	}
	.l-employee-scout__content__cta__txt_link__item a {
		padding-right: 20px;
	}
	.l-employee-scout__content__about {
		width: 90%;
		margin: 40px auto 0;
	}
	.l-employee-scout__content__about__heading {
		font-size: var(--24px);
	}
	.l-employee-scout__content__about__logo {
		width: 170px;
		margin: 28px auto;
	}

	.l-employee-scout__content__about__image picture {
		width: 80%;
		margin: auto;
		display: block;
	}
	.l-employee-scout__content__about__image__caution {
		color: #747474;
		font-size: var(--10px);
		font-style: normal;
		font-weight: 400;
		line-height: 11px;
		text-align: center;
	}
	.l-employee-scout__content__about__caption {
		color: #454545;
		text-align: center;
		font-size: var(--16px);
		font-style: normal;
		font-weight: 500;
		line-height: 25px;
		margin-top: 13px;
	}
	.l-employee-scout__content__about__type__list {
		margin-top: 22px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		border-radius: 8px;
		border: 1px solid #CCC;
		padding: 16px;
		position: relative;
	}
	.l-employee-scout__content__about__type__item {
		width: 50%;
		text-align: center;
		padding: 17px 0;
		position: relative;
	}
	.l-employee-scout__content__about__type__item:nth-child(odd) {
		border-right: dashed 2px #CCCCCC;
	}
	.l-employee-scout__content__about__type__item:nth-child(2n+3):after {
		content: "";
		position: absolute;
		width: 200%;
		height: 1px;
		top: 0;
		left: 0;
		border-top: dashed 2px #CCCCCC;
	}
	.l-employee-scout__content__about__type__item:nth-child(1) .l-employee-scout__content__about__type__item__img {
		width: 36px;
	}
	.l-employee-scout__content__about__type__item:nth-child(2) .l-employee-scout__content__about__type__item__img {
		width: 33px;
	}
	.l-employee-scout__content__about__type__item:nth-child(3) .l-employee-scout__content__about__type__item__img {
		width: 29px;
	}
	.l-employee-scout__content__about__type__item:nth-child(4) .l-employee-scout__content__about__type__item__img {
		width: 35px;
	}
	.l-employee-scout__content__about__type__item:nth-child(5) .l-employee-scout__content__about__type__item__img {
		width: 40px;
	}
	.l-employee-scout__content__about__type__item:nth-child(6) .l-employee-scout__content__about__type__item__img {
		width: 34px;
	}
	.l-employee-scout__content__about__type__item:nth-child(7) .l-employee-scout__content__about__type__item__img {
		width: 39px;
	}
	.l-employee-scout__content__about__type__item:nth-child(8) .l-employee-scout__content__about__type__item__img {
		width: 29px;
	}
	.l-employee-scout__content__about__type__item:nth-child(9) .l-employee-scout__content__about__type__item__img {
		width: 37px;
	}
	.l-employee-scout__content__about__type__item:nth-child(10) .l-employee-scout__content__about__type__item__img {
		width: 29px;
	}
	.l-employee-scout__content__about__type__item__txt {
		margin-top: 4px;
		color: #454545;
		text-align: center;
		font-size: var(--15px);
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.l-employee-scout__content__about__support {
		text-align: center;
		margin-top: 46px;
	}
	.l-employee-scout__content__about__support__heading {
		color: #1366A1;
		text-align: center;
		font-size: var(--20px);
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.l-employee-scout__content__about__support__caution {
		color: #222;
		text-align: center;
		font-size: var(--15px);
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-top: 22px;
	}
	.l-employee-scout__content__about__support__type {}
	.l-employee-scout__content__about__support__type__heading {
		font-size: var(--15px);
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		position: relative;
		padding: 12px 0;
		border-radius: 80px;
		margin: 24px auto 20px;
	}
	.l-employee-scout__content__about__support__type__heading:after {
		bottom: -15px;
		left: 50%;
		height: 10px;
		width: 14px;
	}
	.l-employee-scout__content__about__support__type__list {
		margin-top: 20px;
	}
	.l-employee-scout__content__about__support__type__item__img {
		border-radius: 8px;
	}
	.l-employee-scout__content__about__support__type__item__txt {
		font-size: var(--19px);
		line-height: 110%;
		padding: 28px;
		transform: translateY(-40px);
		width: 90%;
		margin: auto;
	}
	.l-employee-scout__content__about__support__type__item__txt span {
		color: #454545;
		text-align: center;
		font-size: var(--13px);
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.splide__pagination {
		display: none !important;
	}
	.splide__arrow {
		background-color: #FFF;
		top: 55%;
	}
	.splide__arrow--prev,
	.splide__arrow--next {
		border: solid 1px #1366A1;
		width: 32px;
		height: 32px;
		border-radius: 0;
	}
	.splide__arrow--prev {
		left: -3%;
	}
	.splide__arrow--next {
		right: -3%;
	}
	.splide__arrow--prev:before,
	.splide__arrow--next:before {
		content: "";
		width: 10px;
		height: 10px;
		position: absolute;
		top: 50%;
		left: 50%;
		border-top: solid 2px #1366A1;
		border-right: solid 2px #1366A1;
	}
	.splide__arrow--prev:before {
		transform: translate(-50%, -50%) rotate(-135deg);
		margin-left: 3px;
	}
	.splide__arrow--next:before {
		transform: translate(-50%, -50%) rotate(45deg);
		margin-left: -3px;
	}
	.splide__arrow svg {display: none;}
	.l-employee-scout__content__about__support__menu__heading {
		color: #232323;
		text-align: center;
		font-size: var(--15px);
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.l-employee-scout__content__about__support__menu__type {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 2%;
		margin-top: 16px;
	}
	.l-employee-scout__content__about__support__menu__item {
		background: #F0F4FC;
		padding: 50px 16px 16px 16px;
		color: #454545;
		text-align: center;
		font-size: var(--14px);
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		position: relative;
		width: 49%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.l-employee-scout__content__about__support__menu__item.i-check {}
	.l-employee-scout__content__about__support__menu__item.i-check:after {
		content: "";
		width: 22px;
		height: 22px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		background: no-repeat;
		background-image: url(https://tp-img.imgix.net/s/work/employee-scout/icon_check.svg);
		margin-top: 20px;
		background-color: #FFF;
		border-radius: 50%;
	}
	.l-employee-scout__content__about__support__staff {
		margin-top: 32px;
	}
	.l-employee-scout__content__about__support__staff__txt {
		text-align: left;
	}
	.l-employee-scout__content__about__support__staff__heading {
		color: #1366A1;
		font-size: var(--24px);
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.l-employee-scout__content__about__support__staff__subheading {
		margin-top: 10px;
		color: #222;
		font-size: var(--18px);
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.l-employee-scout__content__about__support__staff__caption {
		margin-top: 8px;
		color: #222;
		font-size: var(--15px);
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.l-employee-scout__content__about__support__staff__img {
		margin-top: 16px;
	}
	.l-employee-scout__content__other {
		background: linear-gradient(180deg, #0E4B78 0%, #0797D1 100%);
		background-repeat: no-repeat;
		background-position-y: 0;
		background-size: contain;
		position: relative;
		margin-top: 70px;
	}
	.l-employee-scout__content__other:before {
		content: "";
		background-image: url(https://tp-img.imgix.net/s/work/employee-scout/bg_other.svg);
		width: 100%;
		height: 256px;
		background-repeat: no-repeat;
		background-position-x: -519px;
		background-size: auto;
		display: block;
		position: absolute;
		opacity: 0.2;
	}
	.l-employee-scout__content__other:after {
		content: "";
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 2px;
		background: #0797D1;
		z-index: -1;
	}
	.l-employee-scout__content__other__wrapper {
		z-index: 1;
		position: relative;
		padding: 40px 0 30px;
		width: 90%;
		margin: auto;
	}
	.l-employee-scout__content__other__heading {
		color: #FFF;
		text-align: center;
		font-size: var(--27px);
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.l-employee-scout__content__other__list {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 4%;
		margin-top: 40px;
	}
	.l-employee-scout__content__other__item {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 48%;
		background-color: #FFF;
	}
	.l-employee-scout__content__other__item__img {
		padding: 13px;
		background: linear-gradient(183deg, #B5D0E4 2.32%, #EDF9FF 97.94%);
	}
	.l-employee-scout__content__other__item__txt {
		color: #0E4B78;
		text-align: center;
		font-size: var(--14px);
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		padding: 3px 0 8px;
	}
}
@media screen and (max-width: 400px) {
	.l-employee-scout__content__cta__link_btn__wrapper:before {
		width: 100px;
		height: 130px;
		margin-top: 5px;
	}
}
.l-function_content_event_seminarInfo_eventItem_text_link {
	background: #E26C90;
	background: linear-gradient(90deg, rgba(226, 108, 144, 1) 0%, rgba(206, 33, 86, 1) 100%);
}


.u-f16 {
	font-size: var(--16px)
}