.search-jobs__slider__item {
	box-sizing: border-box;
	padding: 26px 29px 19px;
	/*	width: 300px;*/
	width: auto;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	border-top: 7px solid #004267;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
	margin: 0 10px 10px;
}

.search-jobs__slider__item .ob-img {
	height: 167px;
}

.search-jobs__slider__box {
	padding-top: 17px;
	letter-spacing: 0;
}

.search-jobs__slider__box .tt__sub {
	font-size: 14px;
	margin-bottom: 10px;
}

.search-jobs__slider__box .tt__sub.company-name {
  font-size: 14px;
  margin-bottom: 10px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.search-jobs__slider__box dl dt.job-position-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 9px;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.search-jobs__slider__box dl {
	margin-bottom: 8px;
	letter-spacing: 0;
}

.search-jobs__slider__box dl dt {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 9px;
}

.search-jobs__slider__box dl dd {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-jobs__slider__info {
	padding-bottom: 18px;
	font-weight: 600;
}

.search-jobs__slider__info ul li {
	padding-left: 31px;
	position: relative;
	font-size: 14px;

	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.search-jobs__slider__info ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.search-jobs__slider__info ul li span {
	padding-left: 4px;
}

.search-jobs__slider__info ul li.icon__lug::before {
	background: url(../img/shared/icon_bag.webp) no-repeat;
	background-size: 100% auto;
	width: 20px;
	height: 18px;
}

.search-jobs__slider__info ul li.icon__location::before {
	background: url(../img/shared/icon_location.webp) no-repeat;
	background-size: 100% auto;
	width: 16px;
	height: 23px;
}

.search-jobs__slider__info ul li.icon__current::before {
	background: url(../img/shared/icon_yen.webp) no-repeat;
	background-size: 100% auto;
	width: 20px;
	height: 20px;
}

.search-jobs__slider__info ul li+li {
	margin-top: 7px;
}

.search-jobs__slider__tag {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 7px;
	margin-left: -10px;
	margin-right: -15px;
	height: 74px;
	overflow: hidden;
}

body.action-job .search-jobs__slider__tag {
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	height: auto;
}

.search-jobs__slider__tag a,
.search-jobs__slider__tag span {
	display: inline-block;
	border: 1px solid #4399C9;
	border-radius: 5px;
	line-height: 1;
	text-align: center;
	padding: 7px;
}
.search-jobs__slider__tag span {
	display: inline-block;
	border: 1px solid #4399C9;
	border-radius: 5px;
	line-height: 1;
	text-align: center;
	padding: 7px;
}

.search-jobs__slider__tag.bgwhite a {
	background: #fff;
}

@media only screen and (max-width: 560px) {


	.search-jobs__slider__item {
		margin: 1.79vw;
		padding: 4.64vw 5.36vw 3.57vw;
		width: auto;
	}

	.search-jobs__slider__box {
		padding-top: 1.79vw;
	}

	.search-jobs__slider__box .tt__sub {
		margin-bottom: 1.79vw;
		font-size: 3.57vw;
	}

	.search-jobs__slider__box .tt__sub.company-name {
		margin-bottom: 1.79vw;
		font-size: 3.57vw;
		height: 5.36vw;
		line-height: 5.36vw;
	}
	
	.search-jobs__slider__box dl dt.job-position-title {
		margin-bottom: 0.36vw;
		font-size: 3.93vw;
		height: 12.5vw;
		line-height: 6.25vw;
	}

	.search-jobs__slider__box dl {
		margin-bottom: 3.57vw;
	}

	.search-jobs__slider__box dl dt {
		margin-bottom: 0.36vw;
		font-size: 3.93vw;
	}

	.search-jobs__slider__box dl dd {
		font-size: 3.57vw;
		height: 12.5vw;
		line-height: 6.25vw;
	}


	.search-jobs__slider__info {
		padding-bottom: 3.57vw;
	}

	.search-jobs__slider__info ul li {
		padding-left: 6.25vw;
		font-size: 3.57vw;
	}

	.search-jobs__slider__info ul li span {
		padding-left: 1.79vw;
	}

	.search-jobs__slider__info ul li+li {
		margin-top: 2.14vw;
	}

	.search-jobs__slider__tag {
		gap: 0.89vw;
		flex-wrap: wrap;

		height: 19.21vw;
	}

	.search-jobs__slider__tag a {
		line-height: 2;
		padding: 0 0.89vw;
		font-size: 3.57vw;
	}

	.search-jobs__slider__tag a,
	.search-jobs__slider__tag span {
		border: 0.179vw solid #4399C9;
		border-radius: 0.893vw;
		padding: 2.14vw;
	}

}


#breadcumb {
	max-width: 1020px;
	margin: 0 auto;
	padding: 20px 0;
}

#breadcumb ul li {
	/* font-size: 16px; */
	display: inline;
	margin-right: 0;
}

#breadcumb ul li a {
	color: #004267;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	text-underline-offset: 2px;
}

#breadcumb ul li a:hover {
	text-decoration: none;
}

#breadcumb ul li+li::before {
	content: ">";
	padding-right: .6em;
	font-size: 20px;
}

@media only screen and (max-width: 560px) {
	#breadcumb {
		padding: 20.54vw 1.36vw 0;
	}
}

.title-holder {
	margin-bottom: 73px;
	padding-top: 22px;
}

.title-holder__inner {
	max-width: 1080px;
	margin: 0 auto;
}

.title-holder__inner h1 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	padding-left: 117px;
	position: relative;
	color: #012D46;
}

.title-holder__inner h1::before {
	content: "";
	background: #003366;
	background: linear-gradient(90deg, #003366 0%, #00e0f8 100%);
	position: absolute;
	bottom: -23px;
	right: 0%;
	width: 200%;
	height: 4px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 560px) {
	.title-holder {
		margin-bottom: 8.93vw;
		padding-top: 7.14vw;
	}

	.title-holder__inner h1 {
		font-size: 4.64vw;
		padding-left: 3.57vw;
	}

	.title-holder__inner h1::before {
		bottom: -4.11vw;
		right: 3.57vw;
		left: 3.57vw;
		width: auto;
		border-radius: 0.89vw;
	}
}

.w950 {
	max-width: 950px;
	margin: 0 auto;
}

.w996 {
	max-width: 996px;
	margin: 0 auto;
}

.w845 {
	max-width: 845px;
	margin: 0 auto;
}

.w800 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.w786 {
	max-width: 786px;
	margin-left: auto;
	margin-right: auto;
}


.w765 {
	max-width: 765px;
	margin-left: auto;
	margin-right: auto;
}

.w750 {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.container-blog {
	padding-top: 50px !important;
	padding-bottom: 80px !important;
	letter-spacing: 0;
}

.w600 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.w172 {
	max-width: 172px;
}

.bradius5 {
	border-radius: 5px;
	overflow: hidden;
}

.w730 {
	max-width: 730px;
	margin-left: auto;
	margin-right: auto;
}
.w50per {
	width: 50%;
}

.post__title {
	font-size: 20px;
	font-weight: 600;
}

.cl-red {
	color: #FF0000;
}

@media only screen and (max-width: 560px) {
	.post__title {
		font-size: 5vw;
	}

	.posts {
		margin-left: 0vw;
		margin-right: 0vw;
	}
}

/* ----------------------------------------
pagination
------------------------------------------- */
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0;
}

.pagination__prev,
.pagination__next {
	margin: 0 30px;
}

.pagination__prev a,
.pagination__next a {
	display: block;
	text-decoration: none;
}

.pagination__prev a::before,
.pagination__next a::before {
	content: '';
	display: block;
	background: url("../img/shared/page_next.webp") no-repeat center/100% auto;
	width: 10px;
	height: 17px;
}

.pagination__prev a:hover,
.pagination__next a:hover {
	opacity: 0.8;
}

.pagination__prev a::before {
	background-image: url("../img/shared/page_prev.webp");
}

.pagination__item+.pagination__item {
	margin-left: 8px;
}

.pagination__item a,
.pagination__item span {
	font-size: 18px;
	line-height: 27px;
	padding: 5px 12px 3px;
	display: block;
	text-decoration: none;
	letter-spacing: 0;
}

.pagination__item a:hover {
	opacity: 0.8;
}

.pagination__item.pagination__item--active a,
.pagination__item.pagination__item--active span {
	color: #fff;
	background: #004267;
}

@media screen and (max-width: 560px) {
	.pagination {
		margin: 7.14vw 0 10.71vw;
	}

	.pagination__item+.pagination__item {
		margin-left: 1.43vw;
	}

	.pagination__item a,
	.pagination__item span {
		font-size: 4.46vw;
		line-height: 1.8;
		padding: 0.54vw 2.68vw 0.54vw;
	}

	.pagination__prev a::before,
	.pagination__next a::before {
		width: 2.5vw;
		height: 3.21vw;
	}
}

/* ----------------------------------------
btn
------------------------------------------- */
.btn {
	text-align: center;
	line-height: 0;
}

.btn a {
	display: inline-block;
	font-size: 17px;
	line-height: 25px;
	font-weight: 500;
	letter-spacing: 0;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-decoration: none;
	background: transparent;
	transition: all .5s;
	color: #000;
}

.btn a:hover {
	background: #ccc;
}

.btn.btn--darkblue a {
	border-color: #0F1339;
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
	color: #fff;
	background: #0F1339;
	border-radius: 5px;
	padding: 14px 29px 13px;
	transition: all .5s;
}

.btn.btn--darkblue a:hover {
	background: transparent;
	color: #0F1339;
}

.btn.btn--orange a {
	border-color: #FF5700;
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
	color: #fff;
	background: #FF5700;
	border-radius: 5px;
	padding: 14px 70px 13px;
	transition: all .5s;
}

.btn.btn--orange a:hover {
	background: transparent;
	color: #FF5700;
}

@media screen and (max-width: 560px) {
	.btn a {
		font-size: 2.68vw;
		line-height: 3.93vw;
	}

	.btn.btn--darkblue a,
	.btn.btn--orange a {
		font-size: 3.93vw;
		line-height: 5.36vw;
		padding: 2.68vw 12.5vw;
	}
}

/* ----------------------------------------
ttl common
------------------------------------------- */
.ttl__common {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
}

.ttl__common::before {
	content: '';
	background: url("../img/shared/icon_square.webp") no-repeat center/100% auto;
	width: 42.5px;
	height: 42.5px;
}

.ttl__common span {
	font-size: 28px;
	line-height: 41px;
	font-weight: 700;
	letter-spacing: 0.03em;
	position: relative;
	color: #4399C9;
}

.ttl__common span small {
	font-size: 23px;
	color: #000;
}

.ttl__common span:after {
	content: '';
	position: absolute;
	left: calc(100% + 25px);
	height: 1px;
	background: #707070;
	right: -100vw;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 560px) {
	.ttl__common span {
		font-size: 6.25vw;
		line-height: 6.61vw;
	}

	.ttl__common span small {
		font-size: 5vw;
	}
}


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

.key-holder {
	background: #004267;
	background: linear-gradient(180deg, #004267 0%, #0f1339 100%);
}

@media only screen and (max-width: 560px) {
	.key-holder {
		margin-top: 5.36vw;
	}
}

.key-holder__inner {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 30px;
	height: 184px;
	line-height: 184px;
	max-width: 1080px;
	margin: 0 auto;
	letter-spacing: 0;
}

@media only screen and (max-width: 560px) {
	.key-holder__inner {
		font-size: 6.61vw;
		height: 44.64vw;
		line-height: 44.64vw;
		padding-left: 5.36vw;
		padding-right: 5.36vw;
	}
}


.feature-jobs__col {
	gap: 21px;
}

.feature-jobs__item {
	width: 48.61%;
}

.feature-jobs__item a {
	display: flex;
	align-items: center;
	position: relative;
}

.feature-jobs__item a::after {
	content: "";
	background: url(../img/shared/icon_arrow02.webp) no-repeat;
	width: 10px;
	height: 17px;
	position: absolute;
	top: 50%;
	right: 27px;
	background-size: 100% auto;
	transform: translateY(-50%);
}

.feature-jobs__item feature {
	width: 25.3%;
}

.feature-jobs__item p {
	font-weight: 600;
	padding-left: 21px;
	letter-spacing: 0;
	width: 57%;
	align-self: center;

	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.feature-jobs__item.no__arrow a::after {
	display: none;
}

@media only screen and (max-width: 560px) {
	#useful-information {}

	.feature-jobs__col {
		gap: 4.46vw;
	}

	.feature-jobs__item {
		width: 100%;
	}

	.feature-jobs__item a {
		font-size: 3.75vw;
		align-items: stretch;
	}

	.feature-jobs__item a::after {
		right: 3.57vw;
	}

	.feature-jobs__item feature img {
		height: 100%;
		object-fit: cover;
		width: 100%;
	}
}


.post-consultant__others__tt {
	font-size: 18px;
	padding-left: 20px;
	position: relative;
}

.post-consultant__others__tt::before {
	content: "";
	width: 4px;
	height: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	border-radius: 50px;
	background: #4399C9;
}

.post-consultant__others__list {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

@media only screen and (max-width: 560px) {
	.post-consultant__others__tt {
		font-size: 4.46vw;
	}

	.post-consultant__others__tt::before {
		width: 0.71vw;
		height: 5.36vw;
	}

	.post-consultant__others__list {
		gap: 3.57vw;
	}
}



.bnr__return {
	text-align: center;
}

.bnr__return a {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	font-size: 17px;
	line-height: 45px;
	padding: 0 16px;
	display: inline-block;
	transition: all .4s ease;
	background: #fff;
}

.bnr__return a:hover {
	background-color: #ccc;
}

.fz15 {
	font-size: 15px;
}

.mlr {
	margin-left: auto;
	margin-right: auto;
}


.key-holder__line {
	position: relative;
	padding-top: 31px;
	letter-spacing: 0;
}

.key-holder__line::before {
	content: "";
	height: 4px;
	background: #C1C1C1;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}

@media only screen and (max-width: 560px) {
	.key-holder__line {
		padding-left: 5.36vw;
		padding-right: 5.36vw;
		box-sizing: border-box;
	}

	.key-holder__line::before {
		background: #003366;
		background: linear-gradient(90deg, #003366 0%, #00e0f8 100%);
		right: 5.36vw;
	}
}

.key-holder__line__inner {
	font-size: 28px;
	font-weight: 600;
	max-width: 1080px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	line-height: 1.5;
}

.key-holder__line__inner::before {
	content: "";
	height: 4px;
	background: #004267;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	width: 121px;
	border-radius: 10px;
}

.key-holder__line__inner p {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: 500;
}

.key-holder__line__inner .stick {
	font-weight: 400;
	padding: 11px 20px;
	color: #fff;
	background: #004267;
	border-radius: 5px;
	display: inline-block;
}

@media only screen and (max-width: 560px) {
	.key-holder__line__inner::before {
		display: none;
	}

	.key-holder__line__inner {
		font-size: 6.96vw;
	}

	.key-holder__line__inner p {
		font-size: 4.46vw;
		margin-bottom: 1.79vw;
	}
}


.userful__wrap {
	max-width: 1014px;
	margin-left: auto;
	margin-right: auto;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-end;
}

@media only screen and (max-width: 560px) {
	.userful__wrap {
		display: block;
	}
}

.userful__wrap_side {
	width: 29.5%;
	border-radius: 5px;
	background: #DDEAF1;
}

.userful__wrap_side .search-jobs__slider__tag {
	margin: 0;
	flex-wrap: wrap;
}

.userful__wrap_side .search-jobs__slider__tag a {
	font-size: 15px;
}
.userful__wrap_side .search-jobs__slider__tag .tag-item.tag-active a {
  background-color: #4399C9;
  color: #fff;
  font-weight: bold;
}

@media only screen and (max-width: 560px) {
	.userful__wrap_side {
		width: 100%;
		background: none;
	}
}

.userful__wrap_side_in {
	padding: 30px 20px;
}

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

.side__check {
	font-size: 18px;
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
}

.side__check::before {
	content: "";
	background: url(../img/shared/icon_check.webp) no-repeat;
	width: 23px;
	height: 23px;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.post-consultant__others__list {
	gap: 15px;
}

.searchboxs #searchforms {
	position: relative;
}

.searchboxs #s2 {
	height: 44px;
	width: 100%;
	padding: 0 40px 0 14px;
	font-size: 13px;
	color: #72706E;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
}

.searchboxs .icon-search::before {
	content: "";
	background: url(../img/shared/icon_search02.webp) no-repeat center;
	width: 20px;
	height: 20px;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
}

.searchboxs #searchsubmits {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 15px;
	height: 15px;
	border: none;
	margin-top: -8px;
	font-size: 0;
	background: none;
	cursor: pointer;
}

.userful__wrap_content {
	width: 68%;
}

.userful__wrap_content .feature-jobs__item feature {
	height: 94px;
	width: 29%;
}

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

	.userful__wrap_content .feature-jobs__item feature {
		height: 19.64vw;
	}
}

.bnr__style1 {
	margin-left: auto;
	margin-right: auto;
	width: 95px;
}

.bnr__style1 a {
	display: block;
	text-align: center;
	line-height: 41px;
	font-size: 15px;
	position: relative;
	padding-right: 12px;
	border: 1px solid #004267;
	border-radius: 100px;
	transition: all .4s ease;
	letter-spacing: 0;
}

.bnr__style1 a::after {
	content: "";
	background: url(../img/shared/arrow_03.webp) no-repeat;
	width: 6px;
	height: 10px;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
}

.bnr__style1 a:hover {
	background: #004267;
	color: #fff;
}

.bnr__style1 a:hover::after {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.company-interview__box {
	/*	width: 340px;*/
	width: auto;
	margin: 0 10px 10px;
}

.company-interview__box__info {
	padding: 26px 38px 26px;
	letter-spacing: 0;
}

.company-interview__thumb {
	height: 202px;
}

.company-interview__title {
	font-weight: 600;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.company-interview__bio {
	align-items: center;
	font-size: 14px;
}

.company-interview__bio feature {
  width: 102px;
  height: 70px;
  margin-right: 20px;
  overflow: hidden;
}

.company-interview__bio feature img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 560px) {

	.company-interview__box {
		width: auto;
		margin: 1.79vw;
	}

	.company-interview__thumb {
		height: 70vw;
	}

	.company-interview__title {
		height: 12.86vw;
		line-height: 6.43vw;
	}

	.company-interview__bio feature {
    width: 23.21vw;
    height: 15.29vw;
  }


}


.article__layout-1 {
	padding-bottom: 80px;
}

.article__layout-1 .photo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	margin-bottom: 50px;
}

.article__layout-1 .photo img {
	width: 100%;
}

.article__layout-1 .photo p {
	margin-bottom: 0;
}

.article__layout-1 .photo span {
	display: inline-block;
	padding-top: 20px;
	padding-left: 20px;
}

.article__layout-1 p {
	margin-bottom: 0;
}

.article__layout-1 p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 560px) {
	.article__layout-1 .photo {
		width: 100%;
	}
}


.experience-story__box {
	padding: 28px 26px 46px;
	/*	width: 390px;*/
	width: auto;
	letter-spacing: 0;
	margin: 0 10px 10px 10px;
	display: block;
}

.experience__cate {
	background: #004267;
	display: inline-block;
	line-height: 44px;
	color: #fff;
	text-align: center;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	/* font-size: 16px; */
	margin-bottom: 25px;
	padding: 0 29px;
	margin-left: -28px;
}

.experience-story__box__info {
	position: relative;
}

.experience-story__box__info::after {
	content: "." !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}

.experience__thumb {
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 50%;
	float: left;
	margin-right: 40px;
}

.experience__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.experience__bio {
	position: absolute;
	top: 85px;
	left: 190px;
	line-height: 28px;
}

.experience__bio p {
	font-size: 14px;
}

.experience__bio p+p {
	font-size: 13px;
}

.experience__title {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	padding-top: 13px;

	display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.experience__desc {
	font-size: 14px;
	line-height: 20px;

	display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 560px) {
	.experience-story__box {
		padding: 8.93vw 5.36vw;
		width: auto;
		margin: 1.79vw;
	}

	.experience__cate {
		line-height: 7.86vw;
		margin-bottom: 3.57vw;
		margin-left: -5.89vw;
	}

	.experience__thumb {
		float: none;
		margin: 0 auto 1.79vw;
		width: 44.64vw;
		height: 44.64vw;
	}

	.experience__bio {
		position: relative;
		top: auto;
		left: auto;
		right: 0;
		text-align: center;
		margin-bottom: 2.68vw;
		line-height: 1.6;
	}

	.experience__bio p {
		display: inline-block;
		font-size: 5vw;
	}

	.experience__bio p+p {
		margin-left: 1.79vw;
		font-size: 4.46vw;
	}

	.experience__title {
		margin-bottom: 1.79vw;
		padding-top: 0;
		font-size: 5.54vw;
		line-height: 1.6;
	}

	.experience__desc {
		font-size: 3.57vw;
		line-height: 1.6;
	}
}


.article__archorlink-1,
.article__accordion-1 {
	background: #DDEAF1;
	border-radius: 5px;
	padding: 30px 50px;
	box-sizing: border-box;
}

.article__archorlink-1 h3,
.article__accordion-1 h3 {
	text-align: center;
	color: #004267;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}

.article__archorlink-1 ul li,
.article__accordion-1 .toggle {
	margin-bottom: 26px;
}

.article__archorlink-1 ul li a {
	display: block;
	position: relative;
}

.article__archorlink-1 ul li a::after,
.article__accordion-1 .toggle .toggle-link::after {
	content: "";
	background: url(../img/shared/icon_arrow03.webp) no-repeat;
	background-size: 100% auto;
	width: 14px;
	height: 9px;
	position: absolute;
	top: 10px;
	right: 0;
	transition: all .4s ease;
}

.article__accordion-1 .toggle.active .toggle-link::after {
	transform: translateY(-50%) rotate(-180deg);
}

.article__archorlink-1 ul li:last-child,
.article__accordion-1 .toggle:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 560px) {

	.article__archorlink-1,
	.article__accordion-1 {
		padding: 5.36vw 9.82vw 5.36vw 3.57vw;
	}

	.article__archorlink-1 h3,
	.article__accordion-1 h3 {
		font-size: 4.46vw;
	}

	.article__archorlink-1 ul li a::after,
	.article__accordion-1 .toggle .toggle-link::after {
		right: -4.46vw;
		width: 3.57vw;
		height: 2.68vw;
		top: 3.04vw;
	}
}




.article__layout-2 {
	padding-bottom: 50px;
}

.article__heading__h3 {
	position: relative;
	font-size: 23px;
	line-height: 69px;
	font-weight: 600;
	color: #fff;
	max-width: 800px;
	margin-left: -20px;
	margin-bottom: 50px;
}

.article__heading__h3::after {
	content: "";
	background: #004267;
	background: linear-gradient(180deg, #004267 0%, #0f1339 100%);
	position: absolute;
	top: 0;
	left: 50%;
	width: 250%;
	height: 100%;
	z-index: -1;
	transform: translateX(-50%);
}

@media only screen and (max-width: 560px) {
	.article__heading__h3 {
		margin-left: 0;
		padding: 2.68vw 0;
		font-size: 5.71vw;
	}
}

.article__list {
	padding: 0 0 0;
}

.article__list dl {
	margin-bottom: 20px;
}

.article__list dl dt {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 15px;
	position: relative;
}

.article__list dl dt::before {
	content: "";
	width: 4px;
	height: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5px;
	border-radius: 50px;
	background: #4399C9;
}

.article__list dl:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 560px) {
	.article__list dl dt {
		font-size: 5.36vw;
	}

	.article__list dl dt::before {
		height: 6.43vw;
	}
}

.gap-2 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 560px) {
	.gap-2 {
		display: block;
	}
}

.check__list li {
	position: relative;
	padding-left: 30px;
}

.check__list li::before {
	content: "";
	background: url(../img/shared/icon_check.webp) no-repeat;
	background-size: 100% auto;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.check__list li span {
	padding-left: 40px;
}

.check__list li+li {
	margin-top: 10px;
}

.hide {
	display: none;
}





#ft__fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.69);
	z-index: 10;
}

.ft__fixed__shared {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding: 20px 30px;
	gap: 30px;
}

.ft__fixed__shared p {
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
}

.ft__fixed__shared p a {
	color: #fff;
	height: 56px;
	line-height: 56px;
	font-weight: 600;
	display: block;
	position: relative;
}

.ft__fixed__shared .ft__fixed__search {
	background: #0F1339;
	width: 169px;
}

.ft__fixed__shared .ft__fixed__search button {
	padding-left: 30px;
	color: #fff;
	height: 56px;
	line-height: 56px;
	font-weight: 600;
	position: relative;
	font-size: 18px;
	border-radius: 5px;
	overflow: hidden;
	display: block;
	background: none;
	border: none;
	text-align: center;
	width: 100%;
}

.ft__fixed__shared .ft__fixed__search button::before {
	content: "";
	background: url(../img/shared/icon_search_w.webp) no-repeat;
	background-size: 100% auto;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	left: 35px;
}

.ft__fixed__shared .ft__fixed__submit {
	background: #FF5700;
	width: 142px;
}

@media only screen and (max-width: 560px) {
	.company-interview__bio {
		font-size: 5vw;
	}

	.search-jobs__slider__item .ob-img {
		height: 50vw;
	}

	.search-jobs__slider__info ul li.icon__lug::before {
		width: 4.46vw;
		height: 4.11vw;
	}

	.search-jobs__slider__info ul li.icon__location::before {
		width: 3.57vw;
		height: 5vw;
	}

	.search-jobs__slider__info ul li.icon__current::before {
		width: 4.46vw;
		height: 4.46vw;
	}

	.fz15 {
		font-size: 3.75vw;
	}

	.bnr__style1 {
		width: 21.43vw;
	}

	.bnr__style1 a {
		font-size: 3.75vw;
	}

	.bnr__style1 a::after {
		width: 1.43vw;
		height: 2.5vw;
	}

	.bnr__return a {
		font-size: 4.11vw;
	}


	.searchboxs #s2 {
		height: 10.71vw;
		font-size: 3.21vw;
	}

	.side__check {
		font-size: 4.46vw;
	}

	.userful__wrap_side .search-jobs__slider__tag a {
		font-size: 3.75vw;
	}

	.company-interview__bio feature {
		width: 23.21vw;
	}

	#ft__fixed.sp {
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s, visibility 0.3s;
	}

	#ft__fixed.sp.is-visible {
		opacity: 1;
		visibility: visible;
	}

	.ft__fixed__shared p,
	.ft__fixed__shared .ft__fixed__search button {
		font-size: 4.46vw;
	}

	.ft__fixed__shared .ft__fixed__search {
		width: 37.5vw;
	}

	.ft__fixed__shared .ft__fixed__submit {
		width: 35.71vw;
	}

	.ft__fixed__shared .ft__fixed__search button,
	.ft__fixed__shared p a {
		height: 13.39vw;
		line-height: 13.39vw;
	}

	.ft__fixed__shared .ft__fixed__search button::before {
		width: 4.29vw;
		height: 4.29vw;
	}
}


.bnr__small {
	width: 115px;
	margin-left: auto;
	margin-right: auto;
}

.bnr__small a {
	display: block;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	text-align: center;
	font-size: 17px;
	padding: 13px 0;
	font-weight: 500;
	transition: all .4s ease;
}

.bnr__small a:hover {
	border-color: #ccc;
	background: #ccc;
	color: #000;
}


.form-submit_green {
	background: #51940D !important;
	border-radius: 5px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.19);
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	height: 56px;
	line-height: 56px;
	color: #fff !important;
	padding: 0 25px !important;
}

.form-submit_green::before {
	display: none !important;
}

.form-submit_green:hover {
	text-decoration: none !important;
	background: #FF5700 !important;
}

@media only screen and (max-width: 560px) {
	.bnr__small {
		width: 29.107vw;
	}

	.bnr__small a {
		font-size: 4.107vw;
		padding: 3.571vw 0;
	}

	.form-submit_green {
		height: 13.393vw;
		line-height: 13.393vw;
		padding: 0 7.143vw !important;
	}

	.pd__sp150 {
		padding-top: 26.786vw !important;
	}

}

.mb-120 {
	margin-bottom: 120px;
}

@media only screen and (max-width: 560px) {
	.mb-120 {
		margin-bottom: 21.429vw;
	}
}