@charset "utf-8";

/* header */
.top header{
	height: 63vh;
	width: 100%;
	position: relative;
}
.top header #ptc{
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: url('');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}
.top header #headbg01{
	width: 100%;
	height: 100%;
	background: url(/clients/service/xtech/images/top/new_head_bg.png) no-repeat center center;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding-right: 10em;
}

/* mv */
.top header #mv_wrap{
	width: 1200px;
	height: 580px;
	margin: 0 auto ;
	position:absolute;
	top:0;
	left:50%;
	margin: 0 0 0 -600px;
	z-index:2;
}
.top header #mv_wrap #mv_wrap_inner{
	display: block;
	padding: 24vh 0 0 14em;
}
.top header #mv_wrap #mv_wrap_inner p{
	display: block;
	margin: 0 0 45px 0;
}
.top header #mv_wrap #mv_wrap_inner p img{
	max-width: 65%;
}
.top header #mv_wrap_inner_sp{
	display: none;
}

@media screen and (min-width:1111px) and ( max-width:1220px) {

	/* mv */
	.top header #mv_wrap{
		width: 100%;
		height: 580px;
		margin: 0 auto ;
		position:absolute;
		top:0;
		left:0%;
		margin: 0 0 0 0;
		z-index:2;
	}
	.top header #mv_wrap #mv_wrap_inner{
		padding: 220px 0 0 5%;
	}

}
@media screen and (min-width:961px) and ( max-width:1110px) {

	/* mv */
	.top header #mv_wrap{
		width: 100%;
		height: 580px;
		margin: 0 auto ;
		position:absolute;
		top:0;
		left:0%;
		margin: 0 0 0 0;
		z-index:2;
	}
	.top header #mv_wrap #mv_wrap_inner{
		padding: 220px 0 0 5%;
	}

}
@media screen and (min-width:521px) and ( max-width:960px) {

	/* mv */
	.top header #mv_wrap{
		width: 100%;
		height: 580px;
		margin: 0 auto ;
		position:absolute;
		top:0;
		left:0%;
		margin: 0 0 0 0;
		z-index:2;
	}
	.top header #mv_wrap #mv_wrap_inner{
		padding: 220px 0 0 4%;
	}

}


/* 202206 breadcrumb */
.breadcrumb{
	clear: both;
	position:absolute;
	left: 0;
	top: 87px;
	z-index: 300000;
	width: 100%;
	font-feature-settings: "palt";
	padding:0 0 0 0  ;
}
.breadcrumb.pc{
	display: block;
}
.breadcrumb.sp{
	display: none;
}
.breadcrumb *{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.breadcrumb ol{
	display:block;
	width: 1200px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow: auto;
	white-space: nowrap;
	padding: 18px 0 0 0;
	margin: 0 auto 0;
	list-style: none;
}
.breadcrumb ol li{
	display: inline-block;
	padding: 0 36px 0 0;
	margin: 0 0 0 0;
	position: relative;
	font-size: 12px;
	letter-spacing: 1px;
}
.breadcrumb ol li a{
	text-decoration: none;
	color: #1A1A1A;
	font-size: 12px;
	letter-spacing: 1px;
}
.breadcrumb ol li a:hover{
	text-decoration: none;
	color: #3876C1;
}
.breadcrumb ol li::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 15px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.breadcrumb ol li > span{
	color: #1A1A1A;
	font-size: 1.2rem;
}
.breadcrumb ol li:nth-last-of-type(1)  {
	text-decoration: none;
	cursor: default;
	padding: 0 0px 0 0;
}
.breadcrumb ol li:nth-last-of-type(1) a {
	text-decoration: none;
	cursor: default;
}
.breadcrumb ol li:nth-last-of-type(1)::before {
	display:none;
}

@media screen and (min-width:961px) and ( max-width:1220px) {
	.breadcrumb{
		padding-left:2%;
	}
	.breadcrumb ol{
		width: 100%;
		padding: 18px 0 0 0;
	}
}

@media screen and (min-width:521px) and ( max-width:960px) {
	.breadcrumb{
		padding-left:5%;
	}
	.breadcrumb ol{
		width: 100%;
		padding: 18px 0 0 0;
	}
}

@media screen and (max-width: 520px) {
	.breadcrumb{
		box-shadow: 0px 0px 0px;
		position: relative;
		background: #f0f0f0;
		padding: 0 0 0 5%;
		box-sizing: border-box;
		letter-spacing: 0.5px;
		top: 0;
		left: 0;
	}
	.breadcrumb.pc{
		display: none;
	}
	.breadcrumb.sp{
		display: block;
	}
	.breadcrumb ol{
		display:block;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		overflow: auto;
		white-space: nowrap;
		padding: 10px 0 10px 0;
		width: 100%;
	}
	.breadcrumb ol li{
		display: inline-block;
		padding: 0 20px 0 0;
		margin: 0 0 0 0;
		position: relative;
	}
	.breadcrumb ol li a,
	.breadcrumb ol li > span{
		font-size: 12px;
	}
	.breadcrumb ol li a:hover{
		color: #1A1A1A;
	}
	.breadcrumb ol li::before {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
		right: 7px;
		width: 4px;
		height: 4px;
		border-top: 1px solid #1A1A1A;
		border-right: 1px solid #1A1A1A;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.breadcrumb ol li:nth-last-of-type(1)  {
		text-decoration: none;
		cursor: default;
		padding: 0 20px 0 0;
	}
	.breadcrumb ol li:nth-last-of-type(1) a {
		text-decoration: none;
		cursor: default;
	}
	.breadcrumb ol li:nth-last-of-type(1)::before {
		display:none;
	}

}


/* contents head */
.contents_head{
	width: 1000px;
	margin: 0 auto 40px;
	color: #FFF;
	font-weight: 500;
	position: relative;
}
.contents_head h2{
	display: block;
	font-size: 48px;
	line-height: 52px;
	letter-spacing:1px;
}
.contents_head p{
	display: block;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 3px;
}
.contents_head .contents_head_btn{
	display: block;
	position: absolute;
	top: 35%;
	right: 0;
}
.contents_head .contents_head_btn a{
	display: inline-block;
	text-align: center;
	letter-spacing: normal;
	padding: 0 0 0;
	line-height:35px;
	background: #FFF;
	border: 3px solid #377aaf;
	color: #377aaf;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 500;
	min-width:195px;
	transition: all .2s;
	box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.6);
	position: relative;
	text-decoration: none;
}
.contents_head .contents_head_btn a span{
	position: absolute;
	right:15px;
	top:  calc(50% - 11px);
	color: #377aaf;
	font-size: 20px;
}
.contents_head .contents_head_btn a:hover{
	background: #024f8d;
	color: #FFF;
	opacity: 0.9;
}
.contents_head .contents_head_btn a:hover span{
	position: absolute;
	right:5px;
	color: #FFF;
}

@media screen and (min-width:961px) and ( max-width:1110px) {
	/* contents head */
	.contents_head{
		width: 100%;
		padding: 0 0;
	}
	.contents_head .contents_head_btn{
		right: 4%;
	}

}

@media screen and (min-width:521px) and ( max-width:960px) {

	/* contents head */
	.contents_head{
		width: 100%;
		box-sizing: border-box;
		padding: 0 5%;
		margin: 0 auto 20px;
	}
	.contents_head h2{
		font-size:36px;
		line-height:48px;
		letter-spacing:2px;
	}
	.contents_head p{
		font-size: 14px;
		line-height: 26px;
		letter-spacing: 2px;
	}
	.contents_head .contents_head_btn{
		right: 4%;
	}

}

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

	/* contents head */
	.contents_head{
		width: 100%;
		box-sizing: border-box;
		padding: 0 5%;
		margin: 0 auto 20px;
	}
	.contents_head h2{
		font-size:36px;
		line-height:48px;
		letter-spacing:1px;
		margin: 0 0 5px 0;
	}
	.contents_head p{
		font-size: 14px;
		line-height: 26px;
		letter-spacing: 2px;
	}
	.contents_head .contents_head_btn{
		position: absolute;
		top: auto;
		bottom: 0px;
		right: 4%;
	}
	.contents_head .contents_head_btn a{
		line-height:25px;
		border: 2px solid #377aaf;
		border-radius: 25px;
		font-size: 12px;
		min-width:auto;
		padding: 0 25px 0 10px;
		box-shadow: 0px 0px 7px -4px rgba(0,0,0,0.6);
	}
	.contents_head .contents_head_btn a span{
		position: absolute;
		right:5px;
		top:  calc(50% - 8px);
		font-size: 16px;
	}
	.contents_head .contents_head_btn a:hover span{
		right:5px;
	}

}


/* pickup */
#pickup{
	padding: 40px 0 60px;
	background: #2994c3;
	background: -moz-linear-gradient(top,  #2994c3 25%, #2994c3 25%, #16558e 100%);
	background: -webkit-linear-gradient(top,  #2994c3 25%,#2994c3 25%,#16558e 100%);
	background: linear-gradient(to bottom,  #2994c3 25%,#2994c3 25%,#16558e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2994c3', endColorstr='#16558e',GradientType=0 );
}
#pickuplist{
	clear: both;
	margin: 0 auto 0;
}
#pickuplist a{
	display: block;
	width: 372px;
	float: left;
	margin: 0 42px 0 0;
	box-sizing: border-box;
	text-decoration: none;
	transition: all .2s;
}
#pickuplist a:hover{
	text-decoration: none;
	opacity: 0.7;
}
#pickuplist a:nth-of-type(3n){
}
#pickuplist a dl{
	display: block;
}
#pickuplist a dl dt{
	display: block;
	margin: 0 0 0 0;
	width: 100%;
	overflow: hidden;
	font-size: 0px;
	line-height: 0;
	border-radius: 7px;
	overflow: hidden;
	box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.6);
	position: relative;
}
#pickuplist a dl dt img{
	width: 100%;
	height: auto;
	transition: .3s;
}
#pickuplist a dl dt span{
	display: block;
	background: #aaaaaa;
	color: #FFF;
	font-weight: bold;
	width: fit-content;
	line-height: 25px;
	padding: 0 0.5em 0 0.5em;
	text-align: center;
	font-size: 14px;
	position: absolute;
	top: 22px;
	left: 0px;
}
#pickuplist a dl dt span.service{ background: #aaaaaa; }
#pickuplist a dl dt span.works{ background: #aaaaaa; }
#pickuplist a dl dt span.seminar{ background: #aaaaaa; }
#pickuplist a dl dd{
	display: block;
	color: #FFF;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	padding:25px 0 0 0;
}
#pickuplist a dl dd p:nth-of-type(1){
	font-size: 16px;
	line-height:24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 15px 0;
}
#pickuplist a dl dd p:nth-of-type(2){
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 0 0;
	line-height: 30px;
}
#pickuplist .slick-prev,.slick-next{
	display: block;
	border:none;
	width: 54px;
	height: 54px;
	font-size: 0px;
	text-indent: -9999px;
	z-index: 5000;
	position: absolute;
	cursor: pointer;
}
#pickuplist .slick-prev:hover,.slick-next:hover{
	opacity: 0.7;
}
#pickuplist .slick-prev{
	background: url(../images/common/btn_prev.png) no-repeat center center;
	background-size: 100% 100%;
	bottom:  -2%;
	left: 30.5%;
}
#pickuplist .slick-next{
	background: url(../images/common/btn_next.png) no-repeat center center;
	background-size: 100% 100%;
	bottom: -2%;
	right: 30.5%;
}
#pickuplist .slick-dots{
	display: block;
	letter-spacing: -.4em;
	text-align: center;
	margin: 0 0 0;
	padding: 45px 0 10px 0;
}
#pickuplist .slick-dots li{
	display: inline-block;
	letter-spacing: normal;
	margin:0 8px 0;
}
#pickuplist .slick-dots li button{
	font-size: 0px;
	line-height: 0;
	background: #FFF;
	border: 0px;
	width: 12px;
	height: 12px;
	border-radius: 6px;
}
#pickuplist .slick-dots li.slick-active button{
	background: #ffc659;
}

@media screen and (min-width:1111px) and ( max-width:1220px) {

	/* pickup */
	#pickup{
		padding: 80px 4% 40px;
	}
	#pickuplist{
		margin: 0 auto 0;
	}

}

@media screen and (min-width:961px) and ( max-width:1110px) {

	/* pickup */
	#pickup{
		padding: 60px 4% 60px;
	}
	#pickuplist{
		margin: 0 auto 0;
	}

}

@media screen and (min-width:521px) and ( max-width:960px) {

	/* pickup */
	#pickup{
		padding: 30px 0 40px;
	}
	#pickuplist{
		position: relative;
	}
	#pickuplist a{
		width: 300px;
		margin: 0 10px 0;
	}
	#pickuplist a dl dt img{
		width: 100%;
	}
	#pickuplist .slick-prev{
		bottom:  -2%;
		left: 5.5%;
	}
	#pickuplist .slick-next{
		bottom: -2%;
		right: 5.5%;
	}
	#pickuplist .slick-dots{
		padding: 45px 0 10px 0;
	}
	#pickuplist .slick-dots li button{
		border: 0px;
		width: 12px;
		height: 12px;
	}

}

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

	/* pickup */
	#pickup{
		padding: 30px 0 40px;
	}
	#pickuplist{
		position: relative;
	}
	#pickuplist a{
		width: 300px;
		margin: 0 10px 0;
	}
	#pickuplist a dl dt img{
		width: 100%;
	}
	#pickuplist a dl dd{
		display: block;
		color: #FFF;
		font-feature-settings: "palt";
		letter-spacing: 2px;
		padding:25px 0 0 0;
	}
	#pickuplist a dl dd p:nth-of-type(1){
		font-size: 16px;
		line-height:24px;
		margin: 0 0 12px 0;
		text-align: left;
	}
	#pickuplist a dl dd p:nth-of-type(2){
		font-size: 14px;
		line-height:26px;
	}
	#pickuplist .slick-prev,#pickuplist .slick-next{
		width: 35px;
		height: 35px;
	}
	#pickuplist .slick-prev{
		background: url(../images/common/btn_prev.png) no-repeat center center;
		background-size: 100% 100%;
		bottom: -3.5%;
		left: 8%;
	}
	#pickuplist .slick-next{
		background: url(../images/common/btn_next.png) no-repeat center center;
		background-size: 100% 100%;
		bottom: -3.5%;
		right: 8%;
	}
	#pickuplist .slick-dots{
		display: block;
		letter-spacing: -.4em;
		text-align: center;
		margin: 0 0 0;
		padding: 20px 0 0 0;
	}
	#pickuplist .slick-dots li button{
		border: 0px;
		width: 10px;
		height: 10px;
		padding: 0 0 0 0;
		text-indent: -9999px;
	}

}


/* works */
#works{
	padding:80px 0 60px;
	background: url(/clients/service/xtech/images/top/bg_works.png) no-repeat center top #ffffff;
}
#works .contents_head{
	position: relative;
}
#works .contents_head h2{
	color: #387bb0;
}
#works .contents_head p{
	color: #111111;
}
#workslist{
	clear: both;
	margin: 0 auto 0;
}
#workslist a{
	display: block;
	width: 318px;
	background: #f4f4f4;
	border: 1px solid #ececec;
	float: left;
	margin: 0 42px 0 0;
	box-sizing: border-box;
	padding: 14px 14px;
	text-decoration: none;
	transition: all .2s;
	border-radius: 7px;
	box-shadow: 0px 0px 8px -6px rgba(0,0,0,0.6);
	color: #111111;
}
#workslist a:hover{
	text-decoration: none;
	opacity: 0.7;
}
#workslist a:nth-of-type(3n){
}
#workslist a dl{
	display: block;
	font-feature-settings: "palt";
}
#workslist a dl dt{
	display: block;
	margin: 0 0 0 0;
	width: 100%;
	overflow: hidden;
	font-size: 0px;
	line-height: 0;
	border-radius: 5px;
	overflow: hidden;
}
#workslist a dl dt img{
	width: 100%;
	height: auto;
	transition: .3s;
}
#workslist a dl dd{
	display: block;
	letter-spacing: 2px;
	padding:25px 0 0 0;
}
#workslist a dl dd p:nth-of-type(1){
	font-size: 16px;
	line-height:24px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 10px 0;
}
#workslist a dl dd p:nth-of-type(2){
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 0 0;
	line-height: 26px;
}
#workslist a .tagbox{
	display: block;
	margin: 0 0 0 0;
	padding:15px 0 0 0;
	text-align: right;
	list-style: none;
}
#workslist a .tagbox li{
	display: inline-block;
	width: 110px;
	line-height: 24px;
	margin: 0 0 0 8px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	color: #FFF;
	background: #999;
}
#workslist .slick-prev,.slick-next{
	display: block;
	border:none;
	width: 54px;
	height: 54px;
	font-size: 0px;
	text-indent: -9999px;
	z-index: 5000;
	position: absolute;
	cursor: pointer;
}
#workslist .slick-prev:hover,.slick-next:hover{
	opacity: 0.7;
}
#workslist .slick-prev{
	background: url(../images/common/btn_prev.png) no-repeat center center;
	background-size: 100% 100%;
	bottom:  -2%;
	left: 30.5%;
}
#workslist .slick-next{
	background: url(../images/common/btn_next.png) no-repeat center center;
	background-size: 100% 100%;
	bottom: -2%;
	right: 30.5%;
}
#workslist .slick-dots{
	display: block;
	letter-spacing: -.4em;
	text-align: center;
	margin: 0 0 0;
	padding: 45px 0 10px 0;
}
#workslist .slick-dots li{
	display: inline-block;
	letter-spacing: normal;
	margin:0 8px 0;
}
#workslist .slick-dots li button{
	font-size: 0px;
	line-height: 0;
	background: #d8d8d8;
	border: 0px;
	width: 12px;
	height: 12px;
	border-radius: 6px;
}
#workslist .slick-dots li.slick-active button{
	background: #ffc659;
}

@media screen and (min-width:961px) and ( max-width:1110px) {

	/* works */
	#works{
		padding:60px 0 60px;
	}
	#works .contents_head{
		position: relative;
		padding: 0 4%;
	}
	#workslist{
		clear: both;
		margin: 0 4% 0;
	}
	#workslist a{
		margin: 0 25px 0 0;
	}

}

@media screen and (min-width:521px) and ( max-width:960px) {

	/* works */
	#works{
		padding:60px 0 60px;
	}
	#works .contents_head{
		position: relative;
		padding: 0 4%;
	}
	#workslist{
		clear: both;
		margin: 0 4% 0;
	}
	#workslist a{
		margin: 0 25px 0 0;
	}

}

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

	/* WORKS */
	#works{
		padding: 30px 0 50px;
	}
	#works .contents_head h2{
		color: #387bb0;
	}
	#works .contents_head p{
		color: #111111;
	}

	#workslist{
		position: relative;
	}
	#workslist a{
		width: 300px;
		margin: 0 10px 0;
	}
	#workslist a{
		margin: 0 10px 0;
		padding: 10px 10px;
		border-radius: 5px;
	}
	#workslist a dl dt{
		border-radius: 3px;
	}
	#workslist a dl dd{
		letter-spacing:1px;
		padding:15px 0 0 0;
	}
	#workslist a dl dd p:nth-of-type(1){
		font-size: 16px;
		margin: 0 0 10px 0;
	}
	#workslist a dl dd p:nth-of-type(2){
		font-size: 14px;
		line-height: 26px;
	}
	#workslist a .tagbox{
		padding:10px 0 0 0;
	}
	#workslist .slick-prev,#workslist .slick-next{
		width: 35px;
		height: 35px;
	}
	#workslist .slick-prev{
		background: url(../images/common/btn_prev.png) no-repeat center center;
		background-size: 100% 100%;
		bottom: -3.5%;
		left: 8%;
	}
	#workslist .slick-next{
		background: url(../images/common/btn_next.png) no-repeat center center;
		background-size: 100% 100%;
		bottom: -3.5%;
		right: 8%;
	}
	#workslist .slick-dots{
		display: block;
		letter-spacing: -.4em;
		text-align: center;
		margin: 0 0 0;
		padding: 20px 0 0 0;
	}
	#workslist .slick-dots li {
		margin: 0 3px 0;
	}
	#workslist .slick-dots li button{
		border: 0px;
		width: 7px;
		height: 7px;
		padding: 0 0 0 0;
		text-indent: -9999px;
	}

}


/* event */
#event{
	padding:80px 0 100px;
	background: url(/clients/service/xtech/images/top/bg_event.png) no-repeat center top #f2f2f2;
}
#event .contents_head{
	position: relative;
}
#event .contents_head h2{
	color: #387bb0;
}
#event .contents_head p{
	color: #111111;
}
#event #eventlist{
	position: relative;
	border-top: 1px solid #387bb0;
}
#event #eventlist .eventbox01{
	border-bottom: 1px solid #387bb0;
}
#event #eventlist .eventbox01 a{
	display: block;
	padding: 40px 20px;
	text-decoration: none;
}
#event #eventlist .eventbox01 a:hover{
	background: #e4eaef;
}
#event #eventlist .eventbox01 .eventbody{
	display: table;
	width: 100%;
}
#event #eventlist .eventbox01 .eventbody .eventbnr{
	display: table-cell;
	width: 310px;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	border-radius: 5px;
}
#event #eventlist .eventbox01 .eventbody .eventbnr img{
	width: 287px;
}
#event #eventlist .eventbox01 .eventbody .eventbody_r{
	display: table-cell;
	vertical-align: top;
}
#event #eventlist .eventbox01 .eventbody .eventbody_r .eventmeta{
	display:block;
	margin: 0 0 15px 0;
}
#event #eventlist .eventbox01 .eventbody .eventbody_r .eventmeta .date{
	display:inline-block;
	margin: 0 15px 0 0;
	font-size: 16px;
	color: #387bb0;
	letter-spacing: 1px;
	line-height: 25px;
}
#event #eventlist .eventbox01 .eventbody .eventbody_r .eventmeta .icon{
	display:inline-block;
	margin: 0 5px 0 0;
	font-size: 12px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 25px;
	padding: 1px 10px 2px;
}
#event #eventlist .eventbox01 .eventbody .eventbody_r .eventmeta .icon.active{
	color: #FFF;
	background: #999;
}
#event #eventlist .eventbox01 .eventbody .eventbody_r .eventmeta .icon.archive{
	color: #FFF;
	background: #999;
}
#event #eventlist .eventbox01 .eventbody .eventbody_r h3{
	display:block;
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #111;
	letter-spacing: 1px;
	line-height: 29px;
}
#event #eventlist .eventbox01 .eventbody .eventbody_r ul.eventbtag{
	display:block;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#event #eventlist .eventbox01 .eventbody .eventbody_r ul.eventbtag li{
	display:inline-block;
	margin: 0 5px 0 0;
	font-size: 14px;
	color: #387bb0;
	background: #FFF;
	letter-spacing: 1px;
	line-height:29px;
	border-radius: 15px;
	font-weight: bold;
	padding: 0 15px;
}

@media screen and (min-width:961px) and ( max-width:1110px) {

	/* event */
	#event{
		padding:60px 0 60px;
	}
	#event .contents_head{
		position: relative;
		padding: 0 4%;
	}
	#event #eventlist{
		position: relative;
		margin: 0 4%;
	}

}

@media screen and (min-width:521px) and ( max-width:960px) {

	/* event */
	#event{
		padding:60px 0 60px;
	}
	#event .contents_head{
		position: relative;
		padding: 0 4%;
	}
	#event #eventlist{
		position: relative;
		margin: 0 4%;
	}

}

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

	/* event */
	#event{
		padding:30px 0 50px;
		background: url(/clients/service/xtech/images/top/bg_event.png) no-repeat center top #f2f2f2;
	}
	#event .contents_head{
		position: relative;
	}
	#event #eventlist{
		margin: 0 4%;
		position: relative;
	}
	#event #eventlist .eventbox01 a{
		display: block;
		padding: 30px 0px 25px;
	}
	#event #eventlist .eventbox01 .eventbody{
		display: block;
	}
	#event #eventlist .eventbox01 .eventbody .eventbnr{
		display: block;
		width: 100%;
		border-radius: 5px;
		margin: 0 0 20px 0;
	}
	#event #eventlist .eventbox01 .eventbody .eventbnr img{
		width: 100%;
	}
	#event #eventlist .eventbox01 .eventbody .eventbody_r{
		display: block;
		width: 100%;
	}
	#event #eventlist .eventbox01 .eventbody .eventbody_r .eventmeta{
		display:block;
		margin: 0 0 15px 0;
	}
	#event #eventlist .eventbox01 .eventbody .eventbody_r .eventmeta .date{
		margin: 0 15px 0 0;
		letter-spacing:0px;
	}
	#event #eventlist .eventbox01 .eventbody .eventbody_r .eventmeta .icon{
		margin: 0 5px 0 0;
		line-height: 25px;
		min-width: 100px;
	}
	#event #eventlist .eventbox01 .eventbody .eventbody_r h3{
		margin: 0 0 15px 0;
		font-size: 16px;
		letter-spacing:0px;
	}
	#event #eventlist .eventbox01 .eventbody .eventbody_r ul.eventbtag{
		display:block;
		text-align: left;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

}


/* news */
#news{
	padding:80px 0 100px;
	background: url(/clients/service/xtech/images/top/bg_news.png) no-repeat center top #FFF;
}
#news .contents_head{
	position: relative;
}
#news .contents_head h2{
	color: #387bb0;
}
#news .contents_head p{
	color: #111111;
}
#news #newslist{
	position: relative;
	border-top: 1px solid #387bb0;
}
#news #newslist .newsbox01{
	border-bottom: 1px solid #387bb0;
}
#news #newslist .newsbox01 a{
	display: block;
	text-decoration: none;
}
#news #newslist .newsbox01 a:hover{
	background: #e4eaef;
}
#news #newslist .newsbox01 .newsbody{
	display: table;
	width: 100%;
}
#news #newslist .newsbox01 .newsbody .newsdate{
	display: table-cell;
	width: 135px;
	vertical-align: top;
	font-size:18px;
	line-height:26px;
	color: #387bb0;
	padding: 30px 0 30px 13px;
}
#news #newslist .newsbox01 .newsbody .newsicon{
	display: table-cell;
	width: 127px;
	vertical-align: top;
	padding: 30px 0 30px 0;
}
#news #newslist .newsbox01 .newsbody .newsicon span{
	display: inline-block;
	width: 120px;
	line-height: 26px;
	vertical-align: top;
	background: #387bb0;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFF;
}
#news #newslist .newsbox01 .newsbody .newstxt{
	display: table-cell;
	vertical-align: top;
	font-size:16px;
	line-height:26px;
	color: #111;
	letter-spacing: 1px;
	padding: 30px 15px 30px 0;
}

@media screen and (min-width:961px) and ( max-width:1110px) {

	/* news */
	#news{
		padding:60px 0 60px;
	}
	#news .contents_head{
		padding: 0 4%;
	}
	#news #newslist{
		margin: 0 4%;
		position: relative;
	}

}

@media screen and (min-width:521px) and ( max-width:960px) {

	/* news */
	#news{
		padding:60px 0 60px;
	}
	#news .contents_head{
		padding: 0 4%;
	}
	#news #newslist{
		margin: 0 4%;
		position: relative;
	}

}

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

	/* news */
	#news{
		padding:40px 0 50px;
		background: url(/clients/service/xtech/images/top/bg_news.png) no-repeat center top #FFF;
	}
	#news .contents_head{
		position: relative;
	}
	#news #newslist{
		margin: 0 4%;
	}
	#news #newslist .newsbox01 .newsbody{
		display: block;
		width: 100%;
		letter-spacing: -.4em;
	}
	#news #newslist .newsbox01 .newsbody .newsdate{
		display: inline-block;
		letter-spacing: normal;
		width: 50%;
		vertical-align: top;
		font-size:16px;
		line-height:26px;
		padding: 20px 0 12px 0;
	}
	#news #newslist .newsbox01 .newsbody .newsicon{
		display: inline-block;
		letter-spacing: normal;
		width: 50%;
		vertical-align: top;
		padding: 20px 0 12px 0;
		text-align: right;
	}
	#news #newslist .newsbox01 .newsbody .newsicon span{
		display: inline-block;
		line-height: 26px;
		vertical-align: top;
		text-align: center;
		letter-spacing: 1px;
		color: #FFF;
	}
	#news #newslist .newsbox01 .newsbody .newstxt{
		display: block;
		width: 100%;
		font-size:16px;
		line-height:26px;
		padding: 0 0 20px 0;
	}

}


/* CV */
#cvarea{
	padding:80px 0 80px;
	background: rgb(22,85,142);
	background: -moz-linear-gradient(top,  rgba(22,85,142,1) 0%, rgba(41,148,196,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(22,85,142,1) 0%,rgba(41,148,196,1) 100%);
	background: linear-gradient(to bottom,  rgba(22,85,142,1) 0%,rgba(41,148,196,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16558e', endColorstr='#2994c4',GradientType=0 );
}
#cvarea .cv_body{
	display: table;
	width: 100%;
}
#cvarea .cv_body .cv_body01{
	display: table-cell;
	width: calc(100% / 3);
	vertical-align: middle;
	border-right: 1px solid #387bb0;
	padding: 20px 55px 20px;
}
#cvarea .cv_body .cv_body02{
	display: table-cell;
	width: calc(100% / 3);
	vertical-align: middle;
	border-right: 1px solid #387bb0;
	padding: 20px 55px 20px;
}
#cvarea .cv_body .cv_body03{
	display: table-cell;
	width: calc(100% / 3);
	vertical-align: middle;
	padding: 20px 55px 20px;
}
#cvarea .cv_body p.cvicon{
	display: block;
	text-align: center;
	margin: 0 0 12px 0;
}
#cvarea .cv_body h3{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 30px 0;
	letter-spacing: 1px;
}
#cvarea .cv_body .cvtxt01{
	display: block;
	font-size: 16px;
	color: #FFF;
	margin: 0 0 25px 0;
	letter-spacing: 1px;
	line-height: 32px;
}
#cvarea .cv_body .cvbtn{
	display: block;
	text-align: center;
}
#cvarea .cv_body .cvbtn a{
	display: inline-block;
	text-align: center;
	letter-spacing: normal;
	padding: 0 0 0;
	line-height:45px;
	background: #FFF;
	color: #377aaf;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 500;
	min-width:215px;
	transition: all .2s;
	box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.6);
	position: relative;
	text-decoration: none;
}
#cvarea .cv_body .cvbtn a span{
	position: absolute;
	right:15px;
	top:  calc(50% - 10px);
	color: #377aaf;
	font-size: 20px;
}
#cvarea .cv_body .cvbtn a:hover{
	background: #024f8d;
	color: #FFF;
	opacity: 0.9;
}
#cvarea .cv_body .cvbtn a:hover span{
	position: absolute;
	right:5px;
	color: #FFF;
}


/* NEW DESIGN 202309追加分 */



#pasona_service{
	background-color: #F1FFFF;
	width: 94%;
	margin: 0 auto;
	padding: 3% 3% 5%;
	position: relative;
}
#pasona_service a{
	text-decoration: none;
}
#pasona_service .contents_head{
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
	color: #FFF;
	font-weight: 500;
	position: relative;
}
#pasona_service .contents_head h2 {
	color: #387bb0;
	display: block;
	font-size: 48px;
	line-height: 52px;
	letter-spacing: 1px;
}
#pasona_service .contents_head p{
	color: #111111;
	display: block;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 3px;
}
.costomer{
	display: flex;
	position: relative;
	margin-top: -10vh;
}
.costomer img{
	width: 20%;
	margin: 0 auto;
}
.costomer:after{
	content: '';
	display: block;
	width: 8%;
	height: 9.5vh;
	background-image: url(https://xtech.pasona.co.jp/clients/service/xtech/wp-content/uploads/2023/10/up_arrow.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	bottom: -7vh;
	left: 46%;
}
.pasona_service_message{
	width: 26vw;
	position: absolute;
	top: 3vh;
	right: 6vw;
	font-size: 1.2vw;
	line-height: 1.8;
}
.wrap_tec{
	display: block;
	position: relative;
}
.pasona_technology{
	background-image: url(https://xtech.pasona.co.jp/clients/service/xtech/wp-content/uploads/2023/10/top_img_tec_bg.png);
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}
ul.technology_icon{
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0;
	padding: 0px 20px 15px;
}
ul.technology_icon li {
	display: block;
	width: 25%;
	text-align: center;
	position: relative;
}
ul.technology_icon li a{
	display: block;
	width: 100%;
}
ul.technology_icon li img{
	width: 45%;
	display: block;
	margin: auto;
}
ul.technology_icon li .tec_btn{
	background-color: #fff;
	color: #086EA4;
	display: inline-block;
	margin: 0;
	padding: 10px;
	width: 95%;
	height: fit-content;
	line-height: 50px;
	text-align: center;
	font-size: .8vw;
	font-weight: bold;
	border-radius: 35px;
	box-sizing: border-box;
	position: absolute;
	left: 0em;
	top: -5em;
	border: 3px solid #076BA1;
	opacity: 1;
	z-index: 1;
}
ul.technology_icon li .tec_btn:before {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #076CA2;
	z-index: 0;
}
.tec_btn span.font_s{
	font-size: .8em;
}
ul.technology_icon li#cloud .tec_btn,
ul.technology_icon li#lowcode .tec_btn,
ul.technology_icon li#epr .tec_btn{
	line-height: 1.3 !important;
}
ul.technology_icon li#cloud .tec_btn,
ul.technology_icon li#epr .tec_btn{
	padding: 20px;
}
ul.technology_icon li#locationinfo img {
	width: 47%;
	position: relative;
	top: -1em;
}
ul.technology_icon li#aitech img {
	width: 47%;
	position: relative;
	top: -2em;
	left: -1em;
}
ul.technology_icon li#cloud img {
	width: 47%;
	position: relative;
	top: 0.7em;
	left: -1em;
}
ul.technology_icon li#webapp img {
	width: 47%;
	position: relative;
	top: -2.5em;
	left: -2em;
}
ul.technology_icon li#lowcode img {
	width: 70%;
	position: relative;
	top: -1.5em;
}
ul.technology_icon li#digitaltwin img {
	width: 43%;
	position: relative;
	top: -2.3em;
	left: -0.2em;
}
ul.technology_icon li#epr img {
	width: 58%;
	position: relative;
	top: -1em;
}
ul.technology_icon li#rpa img {
	width: 43%;
	position: relative;
	top: -2em;
}
ul.technology_icon li#lowcode img, ul.technology_icon li#epr img{
	padding: 0vh;
}
.link_box tec_color{
	display: block;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #50A5E5;
	font-size: 35px;
}
.link_box tec_color a{
	display: block;
	writing-mode: horizontal-tb;
}
h2.service_detail_title{
	text-align: center;
	font-size: 3.5vw;
	margin-top: -2vh;
	letter-spacing: 2.7px;
	color: #66B0E9;
	opacity: 0.3;
	line-height: 1;
}
h2.method_detail_title{
	text-align: center;
	font-size: 3.5vw;
	margin-top: 2vh;
	letter-spacing: 2.7px;
	color: #7F9FC4;
	opacity: 0.3;
	line-height: 1;
}
.method_box{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	width: 100%;
	font-size: 1.60vh;
}
.method_box.first{
	justify-content: center;
	margin: 0 auto;
}
.method_box.second{
	justify-content: space-between;
	margin: 1.1vh auto;
}
.method_box.second li{
	background-image: url(https://xtech.pasona.co.jp/clients/service/xtech/wp-content/uploads/2023/10/method_box.png);
	width: 15.8em;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0.2em;
	box-sizing: border-box;
	height: 9.1em;
}
.method_box.first li{
	background-image: url(https://xtech.pasona.co.jp/clients/service/xtech/wp-content/uploads/2023/10/method_box.png);
	width: 15.8em;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0.5em;
	box-sizing: border-box;
	height: 9.1em;
}
.method_box li a{
	height: 100%;
	display: block;
}
.method_btn{
	font-weight: bold;
	padding: 2.8em 0 0;
	text-align: center;
	line-height: 1.3em;
	display: block;
	position: relative;
	font-size: .75vw;
}
.method_btn .method_em{
	font-size: 1.3em;
}
#integration .method_btn {
	padding: 3.3em 0 0;
}
#p_product .method_btn{
	padding: 2.3em 0 0;
}
#p_product{
	position: relative;
}
.p_product_btn{
	display: inline-block;
	text-align: center;
	border-radius: 25px;
	border: solid 1px #7896af;
	outline: none;
	position: absolute;
	transition: all 0.3s ease 0s;
	z-index: 2;
}
.bousai_btn{
	top: -3vh;
	left: -7vw;
}
.kintonehr_btn{
	top: 4vh;
	left: -4vw;
}
.p_product_btn a{
	width: fit-content;
	text-align: center;
	padding: 0 1.5em;
	background-color: #fff;
	border-radius: 25px;
	line-height: 3.5em;
}
/*影の設定*/
.p_product_btn a:before {
	content: "";
	/*絶対配置で影の位置を決める*/
	position: absolute;
	z-index: -1;
	top: 8px;
	left: 5px;
	/*影の形状*/
	width: 100%;
	height: 100%;
	border-radius: 25px;
	background-color:rgba(120,150,175,0.8);
	margin-bottom: 3em;
}
.bousai_btn:hover{
	top: -4vh;
	transform: translateY(-7px);
}
.kintonehr_btn:hover{
	top: 3vh;
	transform: translateY(-7px);
}
.p_product_btn:active {
	transform: translateY(-1px);
}
.method_box li a:hover{
	color:#2caae2;
}

/* @keyframes upDown {
0% { transform:translateY(0px); }
25% { transform:translateY(-20px); }
100% { transform:translateY(0px); }
} */

.method{
	margin-top: 2.1vh;
}
.text_sup{
	display: block;
	font-size: 1.5vw;
	line-height: 2em;
	margin-left: 1vw;
	margin-top: 0;
}
.link_box{
	text-align: center;
}
.link_box a:hover {
	background: #024f8d;
	color: #FFF;
	opacity: 0.9;
}
.link_box a{
	display: inline-block;
	text-align: center;
	letter-spacing: normal;
	padding: 0 0 0;
	line-height: 35px;
	background: #FFF;
	border: 3px solid #377aaf;
	color: #377aaf;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 500;
	min-width: 195px;
	transition: all .2s;
	box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.6);
	position: relative;
	text-decoration: none;
}
.kakeru {
	text-align: center;
	margin: 15vh auto;
	width: 6%;
}
.kakeru img{
	width: 50%;
	display: block;
	margin: auto;
}
.method img{
	display: block;
	width: 100%;
}
.sideby{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.sideby .method, .sideby .wrap_tec{
	width: 47%;
}
.upDown {
	margin-top: 20px;
	animation: upDown 2s infinite;
}
.sp_cont{
	display: none;
}

/* assignment */
#assignment{
	height: fit-content;
	width: 100%;
	background-image: linear-gradient(90deg, rgba(170, 215, 220, 1), rgba(205, 250, 235, 1));
	color: #111111;
	text-align: center;
	padding: 5vh 1vw 8vh;
	box-sizing: border-box;
}
.wrap00{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
#assignment .contents_head{
	color: #111111;
	letter-spacing: 1px;
}
#assignment h2{
	color: #111111;
	font-size: 3em;
	line-height: 2em;
}
#assignment .contents_head p {
	letter-spacing: 1px;
}
.assigment_contents_wrap .contents_block{
	display: flex;
	width: 100%;
	justify-content: space-evenly;
}
.assigment_contents_wrap .contents_block h3{
	text-align: center;
	font-size: 2em;
	line-height: 3.5em;
}
.assigment_contents_wrap .contents_block p{
	text-align: left;
	font-size: 1.4em;
	line-height: 1.8em;
	font-weight: 100;
}
.assigment_title_image{
	display: inline-block;
	width: 214px;
	height: 214px;
	border-radius: 50%;
	background: #fff;
	text-align:center;
	line-height: 214px;
}
.assigment_title_image img{
	vertical-align: middle;
}
a.assignment_link{
	display: block;
	width:24%;
	text-decoration: none;
	color: #111111;
	transition: all .2s;
}
a.assignment_link > svg {
	width: 34px;
	margin-left: 10px;
	transition: transform .3s ease-in-out;
	position: relative;
	bottom: 50%;
	left: 85%;
}
.digital_box, .dx_box, .date_box{
	width:100%;
}
.digital_box img{
	width: 30%;
	filter: opacity(0.5);
}
.dx_box img{
	width:35%;
	filter: opacity(0.5);
}
.date_box img{
	width:30%;
	filter: opacity(0.5);
}
a.assignment_link:hover svg {
	transform: translateX(5px);
}
a.assignment_link:active {
	transform: scale(0.95);
}
a.assignment_link:hover img{
	filter: invert(0%) sepia(50%) saturate(4000%) hue-rotate(200deg) brightness(100%) contrast(100%);
}
#career .wrap a img:hover{
	-webkit-filter:opacity(0.8);
	-moz-filter:opacity(0.8);
	-ms-filter:opacity(0.8);
	filter:opacity(0.8);
	cursor: pointer;
}
#pasona_service h3{
	font-size: 1.7vw;
	text-align: left;
	margin-top: 2em;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #387bb0;
	position: absolute;
	left: 15vw;
}


@keyframes upDown {
	0% { transform:translateY(0px); }
	25% { transform:translateY(-20px); }
	100% { transform:translateY(0px); }
}

@media screen and (min-width:961px) and ( max-width:1110px) {

	/* CV */
	#cvarea{
		padding:60px 0 60px;
	}
	#cvarea .cv_body{
		display: table;
		width: 100%;
	}
	#cvarea .cv_body .cv_body01{
		display: table-cell;
		width: calc(100% / 3);
		vertical-align: middle;
		border-right: 1px solid #387bb0;
		box-sizing: border-box;
		padding: 20px 25px 20px;
	}
	#cvarea .cv_body .cv_body02{
		display: table-cell;
		width: calc(100% / 3);
		vertical-align: middle;
		border-right: 1px solid #387bb0;
		box-sizing: border-box;
		padding: 20px 25px 20px;
	}
	#cvarea .cv_body .cv_body03{
		display: table-cell;
		width: calc(100% / 3);
		vertical-align: middle;
		box-sizing: border-box;
		padding: 20px 25px 20px;
	}
	#cvarea .cv_body p.cvicon{
		display: block;
		text-align: center;
		margin: 0 0 12px 0;
	}
	#cvarea .cv_body h3{
		display: block;
		text-align: center;
		font-size: 18px;
		color: #FFF;
		font-weight: bold;
		margin: 0 0 30px 0;
		letter-spacing: 1px;
	}
	#cvarea .cv_body .cvtxt01{
		display: block;
		font-size: 16px;
		color: #FFF;
		margin: 0 0 25px 0;
		letter-spacing: 1px;
		line-height: 32px;
	}
	#cvarea .cv_body .cvbtn{
		display: block;
		text-align: center;
	}
	#cvarea .cv_body .cvbtn a{
		display: inline-block;
		text-align: center;
		letter-spacing: normal;
		padding: 0 0 0;
		line-height:45px;
		background: #FFF;
		color: #377aaf;
		border-radius: 25px;
		font-size: 14px;
		font-weight: 500;
		min-width:215px;
		transition: all .2s;
		box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.6);
		position: relative;
		text-decoration: none;
	}
	#cvarea .cv_body .cvbtn a span{
		position: absolute;
		right:15px;
		top:  calc(50% - 10px);
		color: #377aaf;
		font-size: 20px;
	}
	#cvarea .cv_body .cvbtn a:hover{
		background: #024f8d;
		color: #FFF;
		opacity: 0.9;
	}
	#cvarea .cv_body .cvbtn a:hover span{
		position: absolute;
		right:5px;
		color: #FFF;
	}
	.wrap00{
		width: 100%;
	}


}

@media screen and (min-width:521px) and ( max-width:960px) {

	/* CV */
	#cvarea{
		padding:0 0 0;
		background: #FFF;
	}
	#cvarea .cv_body{
		display: block;
		width: 100%;
	}
	#cvarea .cv_body .cv_body01{
		display: block;
		width: 100%;
		border-right:0;
		padding: 25px 15% 25px;
		background: rgb(22,85,142);
		background: -moz-linear-gradient(top,  rgba(22,85,142,1) 0%, rgba(41,148,196,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(22,85,142,1) 0%,rgba(41,148,196,1) 100%);
		background: linear-gradient(to bottom,  rgba(22,85,142,1) 0%,rgba(41,148,196,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16558e', endColorstr='#2994c4',GradientType=0 );
	}
	#cvarea .cv_body .cv_body01 .cvicon_spbg{
		background: url(/clients/service/xtech/images/common/cv_download.png) no-repeat left center; background-size: 70px auto;
		padding: 0 0 0 85px;
	}
	#cvarea .cv_body .cv_body02{
		display: block;
		width: 100%;
		border-right:0;
		padding: 25px 15% 25px;
		background: rgb(22,85,142);
		background: -moz-linear-gradient(top,  rgba(22,85,142,1) 0%, rgba(41,148,196,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(22,85,142,1) 0%,rgba(41,148,196,1) 100%);
		background: linear-gradient(to bottom,  rgba(22,85,142,1) 0%,rgba(41,148,196,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16558e', endColorstr='#2994c4',GradientType=0 );
	}
	#cvarea .cv_body .cv_body02 .cvicon_spbg{
		background: url(/clients/service/xtech/images/common/cv_mag.png) no-repeat left center; background-size: 70px auto;
		padding: 0 0 0 85px;
	}
	#cvarea .cv_body .cv_body03{
		display: block;
		width: 100%;
		padding: 25px 15% 25px;
		background: rgb(22,85,142);
		background: -moz-linear-gradient(top,  rgba(22,85,142,1) 0%, rgba(41,148,196,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(22,85,142,1) 0%,rgba(41,148,196,1) 100%);
		background: linear-gradient(to bottom,  rgba(22,85,142,1) 0%,rgba(41,148,196,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16558e', endColorstr='#2994c4',GradientType=0 );
	}
	#cvarea .cv_body .cv_body03 .cvicon_spbg{
		background: url(/clients/service/xtech/images/common/cv_contact.png) no-repeat left center; background-size: 70px auto;
		padding: 0 0 0 85px;
	}
	#cvarea .cv_body p.cvicon{
		display: none;
	}
	#cvarea .cv_body h3{
		display: block;
		text-align: left;
		font-size: 16px;
		margin: 0 0 10px 0;
	}
	#cvarea .cv_body .cvtxt01{
		display: block;
		font-size: 14px;
		margin: 0 0 20px 0;
		line-height: 28px;
	}

}

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

	/* CV */
	#cvarea{
		padding:0 0 0;
		background: #FFF;
	}
	#cvarea .cv_body{
		display: block;
		width: 100%;
	}
	#cvarea .cv_body .cv_body01{
		display: block;
		width: 100%;
		border-right:0;
		padding: 25px 4% 25px;
		background: rgb(22,85,142);
		background: -moz-linear-gradient(top,  rgba(22,85,142,1) 0%, rgba(41,148,196,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(22,85,142,1) 0%,rgba(41,148,196,1) 100%);
		background: linear-gradient(to bottom,  rgba(22,85,142,1) 0%,rgba(41,148,196,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16558e', endColorstr='#2994c4',GradientType=0 );
	}
	#cvarea .cv_body .cv_body01 .cvicon_spbg{
		background: url(/clients/service/xtech/images/common/cv_download.png) no-repeat left center; background-size: 70px auto;
		padding: 0 0 0 85px;
	}
	#cvarea .cv_body .cv_body02{
		display: block;
		width: 100%;
		border-right:0;
		padding: 25px 4% 25px;
		background: rgb(22,85,142);
		background: -moz-linear-gradient(top,  rgba(22,85,142,1) 0%, rgba(41,148,196,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(22,85,142,1) 0%,rgba(41,148,196,1) 100%);
		background: linear-gradient(to bottom,  rgba(22,85,142,1) 0%,rgba(41,148,196,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16558e', endColorstr='#2994c4',GradientType=0 );
	}
	#cvarea .cv_body .cv_body02 .cvicon_spbg{
		background: url(/clients/service/xtech/images/common/cv_mag.png) no-repeat left center; background-size: 70px auto;
		padding: 0 0 0 85px;
	}
	#cvarea .cv_body .cv_body03{
		display: block;
		width: 100%;
		padding: 25px 4% 25px;
		background: rgb(22,85,142);
		background: -moz-linear-gradient(top,  rgba(22,85,142,1) 0%, rgba(41,148,196,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(22,85,142,1) 0%,rgba(41,148,196,1) 100%);
		background: linear-gradient(to bottom,  rgba(22,85,142,1) 0%,rgba(41,148,196,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16558e', endColorstr='#2994c4',GradientType=0 );
	}
	#cvarea .cv_body .cv_body03 .cvicon_spbg{
		background: url(/clients/service/xtech/images/common/cv_contact.png) no-repeat left center; background-size: 70px auto;
		padding: 0 0 0 85px;
	}
	#cvarea .cv_body p.cvicon{
		display: none;
	}
	#cvarea .cv_body h3{
		display: block;
		text-align: left;
		font-size: 16px;
		margin: 0 0 10px 0;
	}
	#cvarea .cv_body .cvtxt01{
		display: block;
		font-size: 14px;
		margin: 0 0 20px 0;
		line-height: 28px;
	}

}

@media screen and ( max-width:520px) {
	.top header{
		height: auto;
	}
	.top header #ptc{
		display: none;
	}

	/* mv */
	.top header #mv_wrap{
		width: 100%;
		height: auto;
		margin: 0 auto ;
		position:absolute;
		top:0;
		left:0%;
		margin: 0 0 0 0;
		z-index:2;
		position: relative;
	}
	.top header #mv_wrap #mv_wrap_inner p {
		margin: 0 0 0 0;
	}
	.pasona_technology {
		background-image: none;
	}
	ul.technology_icon li{
		width: 47%;
	}
	ul.technology_icon li .tec_btn {
		font-size: 3.8vw;
	}
	#pasona_service {
		width: 100%;
		box-sizing: border-box;
		padding: 4vh 3% 7vh;
	}
	.top header #mv_wrap #mv_wrap_inner {
		display: block;
		padding: 10vh 5vw 5vh;
	}
	.sideby .method, .sideby .wrap_tec {
		width: 100%;
	}
	.pasona_service_message {
		width: 90%;
		top: -12vh;
		right: 5%;
		font-size: 1.4em;
	}
	.costomer {
		margin-top: 15vh;
	}
	.costomer img {
		width: 50%;
	}
	.costomer:after {
		width: 20%;
		height: 6vh;
		bottom: -4.5vh;
		left: 40%;
	}
	ul.technology_icon {
		display: flex;
		flex-wrap: wrap;
		margin: 7vh 0 0;
		padding: 1.5vh 0vw 2.5vh;
	}
	h2.service_detail_title {
		font-size: 8.5vw;
		margin-top: 1vh;
		letter-spacing: 0.5px;
		opacity: 0.3;
	}
	h2.method_detail_title {
		font-size: 8.5vw;
		margin-top: 1vh;
		letter-spacing: 0.5px;
		opacity: 0.3;
	}
	.text_sup {
		font-size: 3.5vw;
	}
	.kakeru {
		text-align: center;
		margin: 6vh auto;
		width: 15%;
	}
	.kakeru img {
		width: 100%;
	}
	.sp_cont{
		display: block;
	}
	.pc_cont{
		display: none;
	}
	.method {
		margin-top: 0vh;
	}
	ul.method_box li.none_bg{
		background-image: none;
	}
	ul.method_box li.none_bg a{
		width: fit-content;
    text-align: center;
    padding: 0 1.5em;
    background-color: #fff;
    border-radius: 25px;
    line-height: 3.5em;
    z-index: 1;
    position: relative;
    border: 3px solid #7f96b0;
	}

	.bousai_btn {
		position: relative;
		width: auto;
		top: 0vh;
		left: 5vw;
	}
	.kintonehr_btn {
		position: relative;
		top: 1vh;
		left: 5vw;
	}
	ul.method_box li {
		width: 46%;
		margin: 0.5em;
		height: 7.65em;
	}
	ul.method_box {
		width: 100%;
		font-size: 1.5vh;
		margin: 0 auto;
	}
	.method_btn {
		padding: 2.5em 0 0;
		line-height: 1.6em;
		font-size: 2.5vw;
	}
	#p_product .method_btn {
		padding: 1.8em 0 0;
	}
	.wrap00{
		width: 100%;
	}
	.assigment_contents_wrap .contents_block {
		flex-wrap: wrap;
	}
	.assigment_contents_wrap .contents_block a{
		width: 90%;
		margin: 0 auto;
	}
	#career{
		margin: 0 0 6vh;
	}
	#career .wrap a img{
		object-fit: cover;
		width: 100%;
		height: 180px;
	}
	#pasona_service h3{
		font-size: 5.3vw;
		text-align: center;
		position: relative;
		left: auto;
	}
	.method_box li{
		background-image: url(https://xtech.pasona.co.jp/clients/service/xtech/wp-content/uploads/2023/10/method_box.png);
		width: 15.8em;
		background-repeat: no-repeat;
		background-size: cover;
		margin: 0.2em;
		box-sizing: border-box;
		height: 9.1em;
	}
	/*
	.top header #mv_wrap #mv_wrap_inner{
	display: none;
}
.top header #mv_wrap_inner_sp{
display: block;
}
.top header #mv_wrap_inner_sp img{
width: 100%;
} */

}
