/*=======================
        General 
=======================*/

html,
body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 18px;
}

p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 20px;
	font-family: "Gothic A1", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Noto Sans JP", sans-serif;
	color: #1f2a2e;
	font-weight: 500;
}

h3,
h4,
h5,
h6 {
	line-height: 1.3;
}

h1 {
	font-size: 54px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

a:hover {
	text-decoration: none;
}

a {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-decoration: none;
}

:focus {
	outline: none;
}

img {
	max-width: 100%;
}

ul {
	padding: 0;
	margin: 0;
}

/*=======================
       Page Layout
=======================*/
.site-header .container {
	display: flex;
	align-items: end;
	justify-content: space-between;
	padding: 16px 0 13px;
}

.site-logo h1 a {
	font-family: 'MS Mincho';

	font-weight: 500;
	color: #0071BC;
	font-size: 31px;
	display: block;
	letter-spacing: 2px;
	line-height: normal;
}

.site-logo h1 a span {
	font-size: 39px;
	letter-spacing: 2px;
	margin-left: 5px;

}

.menu-header {
	/* display: flex;
	gap: 30px; */

}

.menu-header li {
	list-style: none;
	display: inline-block;
	margin-left: 35px;
	position: relative;
}

.menu-header li:hover .submenu {
	opacity: 1;
	visibility: visible;
}

.menu-header li .submenu {
	position: absolute;
	display: block;
	background-color: #fff;
	width: 150px;
	top: 30px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out 0s;
	box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.5);
}

.menu-header li .submenu li {
	display: block;
	margin: 0;
	padding: 5px;
}

.menu-header li.menu-item-has-children a {
	position: relative;
}

.menu-header li.menu-item-has-children a .arrow {
	position: absolute;
	top: 55%;
	right: -25px;
	transform: translateY(-50%);
	z-index: 1;
}

.menu-header li a {
	font-family: "Gothic A1", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	display: block;
	color: #383837;
}

.wrap-btn-header {
	display: flex;
	gap: 10px;
	flex-direction: row;
	margin-left: 45px;
	align-items: center;
}

.wrap-btn-header a {
	display: block;
	padding: 3px 22px 3px 22px;
	font-family: "Gothic A1", sans-serif;
	line-height: normal;
	font-weight: 400;

}

.wrap-btn-header a.btn-header {
	color: #076BAF;
	border: 1px solid #076BAF;
}

.wrap-btn-header a.btn-header:hover {
	background: #0071BC;
	color: #fff;
}

.header-right {
	display: flex;
	align-items: center;
}

.contact {
	background-size: cover;
}

.banner-home {
	background-position: center;
	background-size: cover;
	margin-bottom: 16px;
	min-height: 579px;
	position: relative;
}

.img-banner-home {
	position: absolute;
	bottom: 0;
	right: 215px;
}

.img-banner-home img {
	max-width: 816px;
	display: block;
}

.banner-home .container {
	padding: 80px 0 65px 30px;


}

.banner-home h2 {
	font-family: 'MS Mincho';
	font-weight: 500;
	font-size: 60px;
	line-height: 1.4;
	color: #373837;
	margin-bottom: 112px;

}

.banner-home2 h2 {
	color: #0071BC;
}

/* .top-page .site-main{
	padding-top: 0;
} */
.site-main {
	padding-top: 81px;
}

.site-header {
	position: fixed;
	z-index: 9;
	width: 100%;
	left: 0;
	background: #fff;
}

.banner-home span {
	max-width: 450px;
	display: block;
	font-family: "Gothic A1", sans-serif;
	font-weight: 700;
	font-size: 43px;
	line-height: 1.3;
	color: #E38A2B;
	margin-bottom: 20px;
	border-bottom: 1px solid #E38A2B;
	letter-spacing: 5px;
}

.banner-home p {
	font-size: 33px;
	font-family: "Gothic A1", sans-serif;
	font-weight: 500;
	line-height: 58px;
	color: #fff;
	max-width: 420px;
}

.banner-home1 span {
	border-bottom: 1px solid #3DAB4A;
	color: #3DAB4A;


}

.banner-home0 span {
	max-width: 300px;

}

.site-footer .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.site-footer {
	background: #383837;
	padding: 30px 0 75px;
}

.l-footer {
	width: 45%;

}

.l-footer h2 {
	font-family: 'MS Mincho';
	font-weight: 500;
	color: #fff;
	font-size: 42px;
	margin-bottom: 21px;
	line-height: normal;
}

.l-footer h2 span {
	font-size: 53px;
}

.l-footer p {
	margin-bottom: 0;
	font-size: 16px;
	font-family: "Gothic A1", sans-serif;
	font-weight: 400;
	line-height: 21px;
	color: #fff;
}

.r-footer {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	width: 55%;
	padding-left: 30px;
	gap: 30px;
}

.col-r-footer h3 a {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #fff;
	white-space: nowrap;
}

.col-r-footer ul li {
	list-style: none;
}

.col-r-footer ul li a {
	white-space: nowrap;
	display: block;
	list-style: none;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
}

.l-footer {
	position: relative;
}

.l-footer::after {
	position: absolute;
	top: 50%;
	right: 0;
	content: '';
	height: 99px;
	width: 1px;
	background: #fff;
	transform: translateY(-50%);
}

.site-logo {
	padding-left: 30px;
}

.service {
	padding-top: 60px;
	margin-bottom: -150px;
}

.title-h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 52px;
	line-height: 1.2;
	padding-bottom: 0 !important;
	margin-bottom: 30px;
	color: #0071BC;
	display: inline-block;
	border-bottom: 1px solid #0071BC;
}

.text-center {
	text-align: center !important;
}

.box-service h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 44px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.3;
	color: #383837;
	max-width: 480px;
	margin-bottom: 0;
}

.box-service p {
	font-family: "Gothic A1", sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.3;
	color: #000000;
	margin-bottom: 0;
}

.btn-service {
	text-align: right;
}

.btn-service a {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	padding: 8px 18px 8px 21px;
	border-radius: 27.81px;

	background: #fff;
	font-family: "Gothic A1", sans-serif;
	font-size: 25px;
	color: #000000;
	line-height: normal;
}

.btn-service a:hover {
	background: #0071BC;
	color: #fff;
}

.ỉtem-service {
	background-color: #F3B624;
	display: flex;
	justify-content: end;
	background-position: left;
	background-repeat: no-repeat;
	border-radius: 15px;
	margin-bottom: 30px;
	z-index: 1;
	position: relative;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);

}

.ỉtem-service::before {
	position: absolute;
	height: 100%;
	width: 100%;
	content: '';
	top: 0;
	right: 0;
	z-index: -1;
	background-image: url('../images/Group\ 1355.png');
}

.ỉtem-service2 {
	background-color: #8CC63F;
}

.box-service {
	min-height: 400px;
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding-right: 30px;
	padding-top: 30px;
}

/* .icon-service {
	width: 26px;
	height: 26px;
	background: #0071BC;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;

} */

.service {
	background-color: #D4E6F0;
	padding-bottom: 1px;
}

.title-contact {
	text-align: center;

}

.title-contact h2 {
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 45px;
}

.title-contact p {
	font-family: "Gothic A1", sans-serif;
	font-weight: 300;
	font-size: 26px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 30px;
}

.contact .container {
	max-width: 735px;
	margin: 0 auto;
	padding-bottom: 35px;
}

.wrapcont-contact {
	padding: 35px 76px 40px 36px;
	background: #fff;
	margin-bottom: 30px;
	border-radius: 17.62px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);

}

.wrapcont-contact p {
	font-family: "Gothic A1", sans-serif;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 1px;
	color: #0071BC;
	line-height: 1.4;
	margin-bottom: 10px;
}

.tel-cont {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}

.tel-cont a {
	font-family: "Inter", sans-serif;
	font-size: 64px;
	line-height: 1.3;
	color: #0071BC;
	letter-spacing: 4px;
	font-weight: 700;

}

.tel-cont svg {
	width: 81px;
}

.btn-contact {
	text-align: center;
}

.btn-contact a {
	display: inline-flex;
	justify-content: space-between;
	background: #0071BC;
	border-radius: 50.81px;
	font-family: "Gothic A1", sans-serif;
	font-size: 32px;
	line-height: normal;
	padding: 24px 32px 24px 35px;
	color: #fff;
	gap: 70px;
}

.btn-contact a:hover {
	background: #fff;
	color: #0071BC;
}

.contact-home {
	padding-top: 175px;
}

.contact-home {
	background-size: cover;
}

.ht-relative {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	min-height: 579px;
	display: block;
}

.company p {
	text-align: center;
	font-family: "Gothic A1", sans-serif;
	font-weight: 500;
	font-size: 33px;
	margin-bottom: 0;
	color: #383837;
	line-height: 1.4;
}

.company .title-h2 {
	margin-bottom: 54px;
	padding-bottom: 5px !important;
}

.company {
	background-color: #E4E0DE;
	padding: 80px 100px;
	position: relative;
}

.company::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -48px;
	z-index: 1;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 50px solid #E4E0DE;
}

.recruit-home {
	padding-top: 143px;
}

.container-recruit {
	width: calc(100% - 123*2px);
	margin: 0 auto;
	max-width: 1920px;
}

.box-recruit {
	padding: 65px 85px 35px 85px;
	/* border: 10px solid #0071BC; */
	position: relative;
}

.container-recruit {
	display: flex;
	flex-direction: column;
	gap: 110px;
	padding-bottom: 65px;
}

.number-recruit {
	position: absolute;
	z-index: 1;
	top: -61px;
}

.box-recruit1 .number-recruit {
	left: -16px;
}

.box-recruit2 .number-recruit {
	right: -30px;
	top: -65px;

}

.box-recruit h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 1.3;
	font-weight: 500;
	color: #003B82;
	margin-bottom: 20px;
}

.box-recruit p {
	font-family: "Gothic A1", sans-serif;
	font-weight: 300;
	font-size: 23px;
	color: #383837;
	line-height: normal;
	margin-bottom: 0;
}

.box-recruit2 p {
	max-width: 490px;
}

.box-recruit1 {
	margin-left: 13.33vw;
	background-image: url(../images/bor2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}

.box-recruit2 {
	margin-right: 15vw;
	background-image: url(../images/Path\ 8378.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
}

#wrapper {
	overflow-x: hidden;
	/* max-width: 1920px; */
	margin: 0 auto;
}

.box-recruit {
	min-height: 375px;
}

.box-recruit1 .img-recruit {
	position: absolute;
	bottom: 30px;
	right: 350px;
}

.box-recruit2 .img-recruit {
	position: absolute;
	bottom: 30px;
	left: 135px;
}

.box-recruit2 .cont-recruit {
	margin-left: auto;
	max-width: 500px;
}

.box-recruit1::after {
	position: absolute;
	right: 100px;
	top: -50px;
	width: 324px;
	z-index: -1;
	height: 374px;
	content: '';
	background-image: url(../images/Group\ 1364.png);
	background-size: contain;
}

.ht-breadcrumbs span,
.ht-breadcrumbs a {
	display: inline-block;
	margin: 8.5px 0 12px;
	font-family: 'MS Mincho';
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
}

.banner-page h1 {
	padding-top: 165px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 39px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #383837;
}

.page-outsourcing .banner-page h1 {
	padding-top: 116px;
}

.banner-page {
	z-index: 1;
	position: relative;
	min-height: 431px;
	background-repeat: no-repeat;
	background-position: right;
}

.banner-page::after {
	position: absolute;
	height: 100%;
	width: 100%;
	content: '';
	top: 0;
	left: 0;
	background-image: url(../images/Group\ 734.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;

}

.page-outsourcing .banner-page {
	background-color: #8CC63F;
}

.listrow-outsourcing {
	display: flex;
	flex-direction: column;
	gap: 65px;
	z-index: 2;
}

.itemlistrow-outsourcing {
	display: flex;
	flex-wrap: wrap;
	gap: 98px;
}

.listrow-outsourcing {
	padding: 60px 0 0;
	position: relative;
}



.listrow-outsourcing::after {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 152px;
	content: '';
	z-index: -1;
	background-image: url(../images/Path\ 4334.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #D4E6F0;

}

.l-listrow h2 {
	margin-bottom: 27px;
	font-size: 35px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 47px;
	color: #FFFFFF;
	padding: 5px 23px;
	background-color: #003B82;
	border-radius: 25px;
}

.l-listrow p {
	font-size: 25px;
	font-family: "Gothic A1", sans-serif;
	font-weight: 300;
	color: #383837;
	line-height: 1.5;
	margin-bottom: 40px;
}

.l-listrow {
	width: calc(60% - 49px);
}

.r-listrow {
	width: calc(40% - 49px);
}

.r-listrow {
	display: block;
}

.advantage-outsourcing {
	position: relative;
	z-index: 1;
	background-color: #D4E6F0;
	padding-top: 120px;
	padding-bottom: 100px;
}

.titleh2-outsourcing {
	margin-bottom: 60px;
	padding: 0 50px 3px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 38px;
	line-height: 50px;
	color: #0071BC;
	display: inline-block;
	border-bottom: 1px solid #0071BC;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.service-provision .titleh2-outsourcing {
	margin-bottom: 44px;
}

.advantage-outsourcing p {
	font-family: "Gothic A1", sans-serif;
	font-size: 23px;
	font-weight: 300;
	line-height: 1.3;
	color: #383837;
	margin-bottom: 0;
}

.advantage-outsourcing:after {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 152px;
	content: '';
	z-index: -1;
	background-image: url(../images/Path\ 4333.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #fff;

}

.service-provision {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
}

.service-provision:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 200px;
	content: '';
	z-index: -1;
	background-image: url(../images/Group\ 561.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #fff;

}


.service-provision h3 {
	font-family: "Gothic A1", sans-serif;
	font-size: 27px;
	font-weight: 500;
	line-height: 35px;
	color: #fff;
	padding: 13px 0 10px;
	text-align: center;
	background: #8CC63F;
	border-radius: 30px;
	margin-bottom: 28px;
}

.service-provision ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
	list-style: none;
}

.service-provision ul li {
	border: 2px solid #383837;
	border-radius: 13px;
	padding: 19px 11px 18px 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background: #fff;
	gap: 7px;
}

.ic-img {
	min-height: 135px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-provision ul li p {
	font-family: "Gothic A1", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 35px;
	color: #383837;
	margin-bottom: 20px;
	/* max-width: 200px; */

	text-align: center;
}

.service-provision ul li p span {
	color: #8CC63F;
}

.service-provision ul li img {
	display: block;
	max-height: 135px;
	object-fit: cover;
}

.mb93 {
	margin-bottom: 93px;
}

.faq h2 {
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 25px;
}

.faq {
	/* background-color: #E4E0DE; */
	padding-bottom: 1px;
	margin-bottom: -135px;
	position: relative;
	z-index: 2;
}

.faq::after {
	background-image: url(../images/Group\ 1145.png);
	z-index: -2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	/* background-color: #E4E0DE; */

}


.box-faq {
	/* margin-bottom: 18px; */
	background-color: #FFFFFF;
	border-radius: 6px;
	padding: 25px 27px 17px 27px;
}

.list-faq {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.item-faq {
	display: flex;
	gap: 32px;
}

.item-faq p {
	margin-bottom: 30px;
	font-size: 23px;
	line-height: 29px;

	font-family: "Gothic A1", sans-serif;

}

.faq-a p {
	font-weight: 300;
	color: #383837;
}

.faq-b p {
	font-weight: 400;
	color: #0071BC;
	margin-bottom: 0;
}

.contact-page {
	padding-top: 180px;
	background-size: cover;
}

.contact-page {
	position: relative;
	z-index: 1;
}

.contact-page::after {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-image: url(../images/Group\ 560.png);
	background-size: cover;
}

.item-fixed {
	width: 112PX;
	height: 112px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	gap: 10px;
	cursor: pointer;
}

.item-fixed p {
	margin-bottom: 0;
	font-family: "Gothic A1", sans-serif;
	font-size: 23px;
	line-height: 31px;
	font-weight: 700;
	color: #0071BC;

}

.back-to-top {
	background: #fff;
	border: 3px solid #0071BC;
	margin-bottom: 8.5px;
}

.recruitment-fixed {
	border: 3px solid #0071BC;
	background: #0071BC;
}

.recruitment-fixed p {
	color: #fff;
}

.wrap-fixed {
	position: fixed;
	bottom: 30px;
	right: 13.6vw;
	z-index: 2;
}

.is-contact {
	padding-top: 51px;
}

.page-business .banner-page {
	background-color: #F3B624;
}

.l-listrow h3 {
	font-size: 31px;
	font-family: "Gothic A1", sans-serif;
	font-weight: 500;
	line-height: 40px;
	padding-bottom: 3px;
	color: #383837;
	display: inline-block;
	letter-spacing: 2px;
	margin-bottom: 20px;
	border-bottom: 1px solid #F7931E;
}

.l-listrow h3 span {
	color: #F7931E;
}

.page-business .listrow-outsourcing::after {
	background-color: #FFE581;
	bottom: -45px;
}

.title-maximum h2 {
	margin-bottom: 9px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 1.4;
	font-size: 38px;
	color: #383837;
	text-align: center;
}

.title-maximum p {
	font-family: "Gothic A1", sans-serif;
	font-weight: 500;
	line-height: 1.4;
	color: #383837;
	margin-bottom: 60px;
	font-size: 23px;
	color: #000000;
	text-align: center;
}

.cont-maximum {
	background-color: #fff;
	border-radius: 15px;
	padding: 19px 53px 45px;
	display: flex;
	flex-wrap: wrap;
}

.maximum {
	background-color: #FFE581;
	position: relative;
	padding-top: 110px;
	padding-bottom: 75px;
	z-index: 1;

}

.r-maximum {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Gothic A1", sans-serif;
	font-weight: 400;
	font-size: 61px;
	line-height: normal;
	color: #000;
	width: 50%;
}

.l-maximum {
	width: 50%;

}

.l-maximum h3 {
	font-size: 42px;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.3;
	border-bottom: 1px solid #F7931E;
	color: #F7931E;
	padding-bottom: 12px;
	text-align: center;
	margin-bottom: 35px;
	position: relative;
}

.l-maximum h3::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -18px;
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 18px solid #F7931E;
}

.l-maximum h3::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -16px;
	width: 0;
	height: 0;
	z-index: 1;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	border-top: 17px solid white;
}

.l-maximum p {
	font-family: "Gothic A1", sans-serif;
	font-size: 23px;
	font-weight: 300;
	line-height: 1.5;
	color: #383837;
	margin-bottom: 0;
}

.maximum::after {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 152px;
	content: '';
	z-index: -1;
	background-image: url(../images/Path\ 2818.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #fff;

}

.deliveryarea {
	padding-top: 120px;
	position: relative;
	z-index: 2;
}

.deliveryarea .titleh2-outsourcing {
	padding: 0 10px;
	margin-bottom: 65px;
}

.bgdeliveryarea {
	margin-top: -180px;
}

.bgdeliveryarea img {
	max-width: max-content;
}

.cont-deliveryarea {
	display: flex;
	justify-content: space-between;

}

.text-deliveryarea p {
	font-size: 23px;
	font-family: "Gothic A1", sans-serif;
	font-weight: 300;
	line-height: 37px;
	color: #383837;
}

.deliveryarea::after {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 152px;
	content: '';
	z-index: -1;
	background-image: url(../images/Path\ 4334.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #D4E6F0;


}

.page-business .advantage-outsourcing {
	padding-top: 140px;
}

.page-business .advantage-outsourcing .titleh2-outsourcing {
	margin-bottom: 90px;
}

.title-box-advantage {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	gap: 19px;
}

.title-box-advantage span {
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../images/icon-number.svg);
	background-size: contain;
	font-size: 41px;
	font-weight: 700;
	font-family: "Gothic A1", sans-serif;
	color: #fff;
	background-repeat: no-repeat;
}

.title-box-advantage h3 {
	line-height: normal;

	font-size: 31px;
	font-family: "Gothic A1", sans-serif;
	font-weight: 500;
	color: #003B82;
}

.list-advantage {
	display: flex;
	flex-direction: column;
	gap: 65px;
}

.page-business .service-provision h3 {
	background: #F7931E;
}

.page-business .service-provision ul li p span {
	color: #F7931E;
}

.service-provision ul li>span {
	color: #383837;
	font-size: 18px;
	font-weight: 300;
	font-family: "Gothic A1", sans-serif;
	letter-spacing: 1px;
	line-height: 24px;
}

.page-recruitment .banner-page {
	background-color: #00A99D;
}

.page-recruitment .banner-page h1 {
	color: #fff;
}

.wrap-aboutpage {
	padding-top: 40px;
	padding-bottom: 30px;

}

.tit-aboutpage {
	padding-bottom: 30px;
	font-family: "Gothic A1", sans-serif;
	font-size: 30px;
	line-height: normal;
	text-align: center;
	color: #383837;
	font-weight: 500;
}

.cont-aboutpage {
	background-color: #D4E6F0;
	padding: 42px 50px;
}

.cont-aboutpage p {
	font-family: "Gothic A1", sans-serif;
	font-weight: 300;
	font-size: 23px;
	line-height: 37px;
	margin-bottom: 0;
	color: #383837;
}

.subtitle-company br {
	display: none;
}

.job-company {
	background-color: #0071BD;
	padding-bottom: 200px;
	background-repeat: no-repeat;
	padding-top: 120px;
	position: relative;
}

.job-company::before {

	background-image: url('../images/Path\ 6061.png');
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 132px;
	content: '';
	background-size: cover;

}

.job-company::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 163px;
	content: '';
	background-image: url('../images/231.png');
}

.job-company .titleh2-outsourcing {
	margin-bottom: 37px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 0 10px 3px;
}

.subtitle-company {
	max-width: 780px;
	margin: 0 auto 10px;
	font-family: "Gothic A1", sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #fff;
	line-height: 36px;
}

.wrap-job-company {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-content: center;
}

.box-job-company {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;

}

.icon-company {
	width: 145px;
	height: 145px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.box-job-company span {
	font-family: "Gothic A1", sans-serif;
	font-size: 31px;
	color: #fff;
	line-height: 40px;
	font-weight: 500;
}

.page-recruitment .service-provision .titleh2-outsourcing {
	margin-bottom: 53px
}

.page-recruitment .service-provision {
	background-color: #D4E6F0;
	z-index: 2;
}

.page-recruitment .service-provision ul li p span {
	color: #0071BC;
}

.page-recruitment .btn-service a {
	gap: 95px;
	border: 1px solid #0071BC;
}

.page-recruitment .service-provision:after {
	display: none;
}

.page-recruitment .service-provision {
	padding-top: 0;
}

.page-recruitment .contact-page::after {
	background-image: url('../images/Group\ 351.png');
}

.page-recruitment .service-provision {
	padding-bottom: 10px;

}

.page-recruitment .contact-page {
	margin-top: -25px;
}

.page-introduction .banner-page {
	background-color: #0071BC;
}

.page-introduction .banner-page h1 {
	color: #fff;
}

.text-right {
	text-align: right;
}

.cont-aboutpage .mb-38 {
	margin-bottom: 38px;
}

.cont-aboutpage span {
	display: block;
	margin-bottom: 10px;
	font-family: 'MS Mincho';
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	color: #383837;
}


.cont-aboutpage .titleh2-outsourcing {
	margin-bottom: 85px;
}

.img-aboutpage img {
	display: block;
	margin: 0 auto;
}

.img-aboutpage {
	margin-top: 50px;
}

.history .titleh2-outsourcing {
	margin-bottom: 33px;
	color: #fff;
	border-bottom: 1px solid #fff;

}

.history {
	background-color: #0071BD;
	padding-bottom: 130px;
	background-repeat: no-repeat;
	padding-top: 120px;
	position: relative;
	background-image: url('../images/Path\ 6061.png');
}

.history::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	content: '';
	background-image: url(../images/777.png);
}

.item-history {
	display: flex;
	gap: 60px;
	align-items: center;

}

.item-history span {
	width: 90px;
	font-size: 23px;
	font-family: "Gothic A1", sans-serif;
	font-weight: 300;
	color: #fff;
	line-height: normal;
	display: block;
}

.item-history p {
	font-size: 23px;
	font-family: "Gothic A1", sans-serif;
	font-weight: 300;
	color: #fff;
	line-height: normal;
	margin-bottom: 0;
}

.item-history {
	padding: 11px 0;
	border-bottom: 1px solid #fff;
}

.item-history:first-child {
	border-top: 1px solid #fff;
}

.page-introduction .wrap-aboutpage {
	padding-bottom: 0;
	margin-bottom: -70px;
	z-index: 1;
	position: relative;
}

.pt-5 .titleh2-outsourcing {
	padding: 0 10px 3px;
}

.wrap-profile table {
	width: 100%;
	border-spacing: 0;
}

.wrap-profile table th {
	width: 191px;
	background-color: #D4E6F0;
	padding: 6px 25px 6px;
	text-align: left;
	font-size: 20px;
	font-weight: 300;
	font-family: "Gothic A1", sans-serif;
	color: #0071BC;
	line-height: 37px;
	border-bottom: 0.25px solid #999999;
	vertical-align: middle
}

.wrap-profile table tr:first-child th {
	border-top: 0.25px solid #999999;

}

.wrap-profile table tr:first-child td {
	border-top: 0.25px solid #999999;

}

.wrap-profile table td {
	border-bottom: 0.25px solid #999999;
	padding: 6px 25px 6px 30px;
	font-size: 23px;
	font-weight: 300;
	font-family: "Gothic A1", sans-serif;
	color: #383837;
	line-height: 37px;

}

.profile {
	padding-top: 20px;
	margin-bottom: -40px;
	position: relative;
	z-index: 2;
}

.page-introduction .contact-page::after {
	background-image: url('../images/Group\ 20.png');
}

.btn-tonggle {
	display: none;
}

.click-mobile {
	display: none;
}

@media (min-width:1930px) {

	.listrow-outsourcing::after,
	.maximum::after,
	.deliveryarea::after,
	.advantage-outsourcing:after {
		height: 206px;
	}

	.service-provision:after {
		height: 280px;
	}

	.faq {
		margin-bottom: -90px;
	}

	.history::after {
		height: 205px;
		background-repeat: no-repeat;
		background-size: cover;
		bottom: -1px;
	}

	.history {
		background-size: contain;
	}

	.job-company::after {
		height: 225px;
		background-repeat: no-repeat;
		background-size: cover;
		bottom: -1px;
	}

	.job-company::before {
		height: 190px;

	}

	.job-company {
		background-repeat: no-repeat;
		padding-top: 200px;
	}
}