@charset "UTF-8";

body {
	font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.font-rubik {font-family: 'Rubik', "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;}

@keyframes scrollline {
	0% {
		transform: translateY(-120%)
	}

	100% {
		transform: translateY(120%)
	}
}


@keyframes serviceline {
	0% {
		transform: translateX(120%)
	}

	100% {
		transform: translateX(-120%)
	}
}

/* common ---------------------------------------*/

.l-footer {
	padding-bottom: 89px;
}

.hrtechinner {
	max-width: 964px;
	margin: 0 auto;
}

.hrtechwrapper{
	position:relative;
	z-index: 2;
	padding-bottom: 1px;
	background: url(../images/bg_contents.png) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
}


/* kv ---------------------------------------*/

.hrtechkv {
	height: calc(100vh - 204px);
	min-height: 400px;
	background: #0C1844;
	background-size: cover;
	position: relative;
}

.hrtechkv-video {
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.hrtechkv-video::after{
	display:block;
	content:'';
	background:rgba(0,0,0,0.4);
	background-size:100%;
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0%;
}

.hrtechkv-video video{
	min-width: 100%;
	min-height: 100%;
}

.hrtechkv-inner {
	position: absolute;
	top: 47.5%;
	left: 0%;
	width: 100%;
	transform: translate(0%,-47.5%);
	text-align: center;
	padding: 0 0px;
	overflow: hidden;
}

.hrtechkv-title-sub {
	font-size: 24px;
	font-size:1.75vw;
	font-weight: bold;
	color: #FFF;
	transition: all 1.75s ease;
	opacity: 1;
	transform: translate(0px,0);
	white-space: nowrap;
	width: 100vw;
	overflow: hidden;
}

.hrtechkv-title {
	font-size: 62px;
	font-size:4.5vw;
	font-weight: bold;
	color: #FFF;
	transition: all 1.75s ease;
	opacity: 1;
	transform: translate(0px,0);
	white-space: nowrap;
	width: 100vw;
}

.hrtechkv-title-sub.is-active,
.hrtechkv-title.is-active{
	opacity: 1;
	transform: translate(0,0);
}

.hrtechkv-title-sub div,
.hrtechkv-title div{
	width: 0vw;
	transition: all 2.5s ease;
	overflow: hidden;
	position:relative;
}

.hrtechkv-title-sub div{float:right;}

.hrtechkv-title-sub div{height: 3vw;}
.hrtechkv-title div{height: 6.5vw;}

.hrtechkv-title-sub span,
.hrtechkv-title span{
	position:absolute;
	top:0%;
	width: 100vw;
}

.hrtechkv-title-sub span{right:0;}
.hrtechkv-title span{left:0;}

.hrtechkv-title-sub.is-active div{width:100vw;}
.hrtechkv-title.is-active div{width:100vw;}

.hrtechkv-scroll {
	display: block;
	position: absolute;
	bottom: 55px;
	bottom: auto;
	top: 71.5%;
	left: 50%;
	transform: translate(-50%,0);
}

.hrtechkv-scroll-image {
	width: 9.5px;
	margin-bottom: 8px;
}

.hrtechkv-scroll-image img{
	width: 100%;
}

.hrtechkv-scroll-line {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 1px;
	height: 72px;
}

.hrtechkv-scroll-line::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 100%;
	background: #fff;
	content: '';
	animation: scrollline 3.2s cubic-bezier(.77, 0, .175, 1) infinite;
}


/* announce ---------------------------------------*/

.hrtechannounce {
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #1C1C1C;
	width: 100%;
	padding: 22px 20px;
	z-index: 100;
}

.hrtechannounce-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1140px;
	margin: 0 auto;
}

.hrtechannounce-text {
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.8;
	border-right: 1px solid #535353;
	padding-right: 0px;
	box-sizing: border-box;
	width: 37.5%;
	min-width: 420px;
}

.hrtechannounce-detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 50px;
/*	width: 62.5%;*/
	width: calc(100% - 420px);
	max-width: 62.5%;
	box-sizing: border-box;
}

.hrtechannounce-btn {
	width: 50%;
}

.hrtechannounce-btn a {
	text-align: center;
	display: block;
	background: url(../images/icon_arrow_right.png) no-repeat #FF8200;
	background-size: 16px;
	background-position: right 10px center;
	color: #FFF;
	padding: 17px 20px;
	width: 100%;
	max-width: 326px;
	box-sizing: border-box;
	color: #FFF;
	font-weight: bold;
}

.hrtechannounce-tel {
/*	width: 48%;*/
}

.hrtechannounce-tel-title {
	font-size: 13px;
	color: #FFF;
	line-height: 1.1;
	margin-bottom: 4px;
	font-weight: normal;
	vertical-align: middle;
}

.hrtechannounce-tel-title::before {
	display: inline-block;
	content: '';
	vertical-align: middle;
	margin-right: 5px;
	background: url('../images/icon_tel.png') no-repeat center center;
	background-size: 14px 15px;
	width: 14px;
	height: 15px;
}

.hrtechannounce-tel-number {
	font-size: 39px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
}

.hrtechannounce-tel-number:hover {
	oparcity: 0.7;
}


/* lead ---------------------------------------*/

.hrtechlead {
	padding: 94px 20px 20px;
	position: relative;
}
/*
.hrtechlead::before {
	content: '';
	background: url(../images/bg_lead.png) no-repeat center top;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 241px;
}
*/

.hrtechleadinner {
	max-width: 964px;
	margin: 0 auto;
	position: relative;
}

.hrtechlead-title {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 28px;
	color: #1C1C1C;
	line-height: 1.55;
	letter-spacing: 0.06em;
}

.hrtechlead-text {
	font-size: 15px;
	line-height: 2;
}

.hrtechlead-animation {
	position: absolute;
	left: -100px;
	top: -80px;
}

.hrtechlead-animation-text {
	position: relative;
	font-size: 13px;
	letter-spacing: 0.2em;
	color: #1C1C1C;
}

.hrtechlead-animation-line {
	display: none;
	position: absolute;
	top: 50px;
	left: 10px;
	width: 140px;
	height: 1px;
	transform: rotate(-45deg);
	overflow: hidden;
}

.hrtechlead-animation-line.is-active {
	display: block;
}

.hrtechlead-animation-line.is-active::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 100%;
	background: #1C1C1C;
	content: '';
	animation: serviceline 3.2s cubic-bezier(.77, 0, .175, 1) infinite;;
}

.animation1 span{
	position: absolute;
	transition: all .75s ease;
	transform:translate(-20px,0);
	opacity:0;
}

.animation1.is-active span{opacity:1;}

.animation1.is-active span:nth-of-type(1){
	transform:translate(0,0);
	transition-delay: 1.8s;
}

.animation1.is-active span:nth-of-type(2){
	transform:translate(0.9em,0);
	transition-delay: 1.5s;
}

.animation1.is-active span:nth-of-type(3){
	transform:translate(1.7em,0);
	transition-delay: 1.2s;
}

.animation1.is-active span:nth-of-type(4){
	transform:translate(2.6em,0);
	transition-delay: 0.9s;
}

.animation1.is-active span:nth-of-type(5){
	transform:translate(3.5em,0);
	transition-delay: 0.6s;
}

.animation1.is-active span:nth-of-type(6){
	transform:translate(4em,0);
	transition-delay: 0.3s;
}

.animation1.is-active span:nth-of-type(7){
	transform:translate(4.9em,0);
/*	transition-delay: 0.2s;*/
}

/*
.animation1.is-active .hrtechlead-animation-line {
	width: 140px;
	transform: translate(0,0) rotate(-45deg);
	transition-delay: 2.1s;
	transition-duration: 1.2s;
}
*/


/* service ---------------------------------------*/

.hrtechservice {
	margin-bottom: 120px;
	position:relative;
	padding-top: 150px;
}

.hrtechservice-tab {
	position:absolute;
	top: 58px;
	left: auto;
	margin-bottom: 35px;
	background: #fff;
	width: 100%;
	max-width: 964px;
}

.hrtechservice-tab.fixed {
	position: fixed;
	z-index: 1;
	opacity: 0.95;
}

.hrtechservice-tab-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	box-shadow: 0px 3px 20px rgba(0,0,0,0.121);
}

.hrtechservice-tab-list-item {
	width: 33.333%;
	text-align: center;
	position: relative;
	padding: 18px 10px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	color: #888888;
}

.hrtechservice-tab-list-item:hover::after {
	display: block;
	content: '';
	background: #D9D9D9;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.hrtechservice-tab-list-item:not(:first-of-type)::before {
	display: block;
	content: '';
	background: #D9D9D9;
	width: 1px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}

.hrtechservice-tab-list-item.is-active{color:#1C1C1C}

.hrtechservice-tab-list-item.is-active::after {
	display: block;
	content: '';
	background: #1C1C1C;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.hrtechservice-tab-content {display: none;}
.hrtechservice-tab-content.is-active{display: block;}

.hrtechservice-block {
	box-shadow: 0px 3px 20px rgba(0,0,0,0.121);
	margin-bottom: 30px;
	padding: 80px 70px 96px;
	background: #fff;
}

.hrtechservice-title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding-bottom: 17px;
	margin-bottom: 35px;
	letter-spacing: 0.04em;
	color: #1C1C1C;
}

.hrtechservice-title::after {
	display: block;
	content: '';
	background: #1C1C1C;
	width: 42px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
}

.hrtechservice-block-item:not(:last-of-type) {
	padding-bottom: 36px;
	margin-bottom: 38px;
	border-bottom: 1px dotted #D9D9D9;
}

.hrtechservice-block-item a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hrtechservice-image-wrapper {
	width: 22%;
}

.hrtechservice-image {
	overflow: hidden;
	border: 1px solid #EFEFEF;
}

.hrtechservice-image img{
	width: 100%;
	transition: all 0.25s ease;
}

.hrtechservice-block-item a:hover .hrtechservice-image img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.hrtechservice-detail {
	padding-top: 5px;
	width: calc(78% - 50px);
}

.hrtechservice-block-title {
	margin-bottom: 15px;
}

.hrtechservice-block-title span{
	display: block;
	color: #535353;
	font-size: 13px;
	line-height: 1.4;
	position: relative;
	padding-left: 18px;
	letter-spacing: 0.02em;
	margin-bottom: 5px;
	font-weight: normal;
	transition: all 0.25s ease;
}

.hrtechservice-block-title span::before {
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 0;
	content: '';
	background: url('../images/icon_pc.png') no-repeat center center;
	background-size: 12.5px;
	width: 12.5px;
	height: 14px;
	transition: all .25s ease;
}

.hrtechservice-block-item a:hover .hrtechservice-block-title span::before{opacity:0.4;}

.hrtechservice-block-title b{
	display: inline-block;
	color: #1C1C1C;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0.02em;
	padding-right: 30px;
	position: relative;
	transition: all 0.25s ease;
}

.hrtechservice-block-title b::after {
	display: block;
	content: '';
	background: url('../images/icon_blank.png') no-repeat center center;
	background-size: 24px;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	transition: all .25s ease;
}

.hrtechservice-block-item a:hover .hrtechservice-block-title b::after{opacity:0.4;}

.hrtechservice-category {
	margin-bottom: 22px;
	font-size: 0;
}

.hrtechservice-category-item {
	display: inline-block;
	padding: 0 17px;
	border: 2px solid #1C1C1C;
	border-radius: 20px;
	font-weight: bold;
	font-size: 13px;
	margin-right: 12px;
	transition: all 0.25s ease;
}

.hrtechservice-text {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.02em;
	transition: all 0.25s ease;
}

.hrtechservice-note {
	font-size: 13px;
	margin-top: 12px;
	color: #888;
	line-height: 1.6;
	letter-spacing: 0.02em;
	transition: all 0.25s ease;
}

.hrtechservice-block-item a:hover {
	opacity: 1
}

.hrtechservice-block-item a:hover .hrtechservice-block-title span,.hrtechservice-block-item a:hover .hrtechservice-block-title b,.hrtechservice-block-item a:hover .hrtechservice-text,.hrtechservice-block-item a:hover .hrtechservice-note {
	color: #B7B7B7;
}

.hrtechservice-block-item a:hover .hrtechservice-category-item {
	color: #B7B7B7;
	border-color: #B7B7B7;
}


/* consulting ---------------------------------------*/

.hrtechconsulting {
	padding: 0 20px;
	margin-bottom: 46px;
}

.hrtechconsulting-title {
	text-align: center;
	margin-bottom: 72px;
}

.hrtechconsulting-title-main {
	position: relative;
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	color: #1C1C1C;
	line-height: 1.4;
	margin-bottom: 22px;
	letter-spacing: 0.06em;
}

.hrtechconsulting-title-main::before {
	display: block;
	content: '';
	background: #1C1C1C;
	width: 12px;
	height: 1px;
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translate(0,-50%);
}

.hrtechconsulting-title-main::after {
	display: block;
	content: '';
	background: #1C1C1C;
	width: 12px;
	height: 1px;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translate(0,-50%);
}

.hrtechconsulting-title-sub {
	font-size: 15px;
	font-weight: bold;
	color: #1C1C1C;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

.hrtechconsulting-panel {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.hrtechconsulting-panel-item {
	width: 32%;
	padding: 24px 30px 26px;
	box-shadow: 0px 3px 20px rgba(0,0,0,0.121);
	background: #fff;
}

.hrtechconsulting-panel-image {
	width: 100%;
	height: 176px;
	position: relative;
	margin-bottom: 6px;
	overflow: hidden;
}

.hrtechconsulting-panel-image img {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.25s ease;
}

.hrtechconsulting-panel-item a:hover .hrtechconsulting-panel-image img{
	-webkit-transform: translate(-50%,-50%) scale(1.05);
	-ms-transform: translate(-50%,-50%) scale(1.05);
	transform: translate(-50%,-50%) scale(1.05);
}

.hrtechconsulting-panel-item:nth-of-type(1) .hrtechconsulting-panel-image img {max-width: 196px;}
.hrtechconsulting-panel-item:nth-of-type(2) .hrtechconsulting-panel-image img {max-width: 177px;}
.hrtechconsulting-panel-item:nth-of-type(3) .hrtechconsulting-panel-image img {max-width: 189px;}

.hrtechconsulting-panel-detail {
}

.hrtechconsulting-panel-subtitle {
	font-size: 12px;
	color: #535353;
	line-height: 1.6;
	padding-left: 25px;
	position: relative;
	height: 40px;
	letter-spacing: 0.04em;
	margin-bottom: 5px;
	transition: all 0.25s ease;
}


.hrtechconsulting-panel-item:nth-of-type(3) .hrtechconsulting-panel-subtitle {
	line-height: 40px;
}

.hrtechconsulting-panel-subtitle::before {
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 0;
	content: '';
	background: url('../images/icon_pc.png') no-repeat center center;
	background-size: 18px;
	width: 18px;
	height: 21px;
}

.hrtechconsulting-panel-title {
	display: inline-block;
	font-size: 18px;
	color: #1C1C1C;
	line-height: 1.2;
	padding-right: 30px;
	position: relative;
	font-weight: bold;
	margin-bottom: 13px;
	transition: all 0.25s ease;
}

.hrtechconsulting-panel-title::after {
	display: block;
	content: '';
	background: url('../images/icon_blank.png') no-repeat center center;
	background-size: 24px;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}

.hrtechconsulting-panel-category {
	font-size: 0;
	margin-bottom: 5px;
	min-height: 54px;
}

.hrtechconsulting-panel-category-item {
	display: inline-block;
	font-size: 11px;
	border: 2px solid #1C1C1C;
	font-weight: bold;
	line-height: 1.2;
	padding: 2px 15px;
	border-radius: 15px;
	margin-right: 7px;
	margin-bottom: 6px;
	transition: all 0.25s ease;
}

.hrtechconsulting-panel-text {
	font-size: 14px;
	color: #535353;
	line-height: 1.8;
	letter-spacing: 0.02em;
	transition: all 0.25s ease;
}

.hrtechconsulting-accordion{
	max-width: 732px;
	margin: 0 auto;
}

.hrtechconsulting-accordion-btn{
	position:relative;
	padding: 16px 20px;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	transition: all .25s ease;
	color: #FFF;
	background-color: #1C1C1C;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.02em;
	text-align: center;
}

.hrtechconsulting-accordion-btn::after{
	display:block;
	content:'';
	background:url('../images/icon_plus.png') no-repeat left top;
	background-size: 16px;
	width:16px;
	height:16px;
	position:absolute;
	right:20px;
	top:50%;
	transform: translate(0,-50%);
	transition: all .75s ease;
}

.hrtechconsulting-accordion-btn.is-open::after{
	transform: translate(0,-50%) rotate(45deg);
}

.hrtechconsulting-accordion-block{
	display: none;
}

.hrtechconsulting-accordion-block-inner{
	padding: 24px 10px 10px 10px;}

.hrtechconsulting-acordion-text {
	font-size: 15px;
	color: #1C1C1C;
	line-height: 2;
}

.hrtechconsulting-acordion-text:not(:last-of-type) {
	margin-bottom: 30px;
}

.hrtechconsulting-panel-item a:hover .hrtechconsulting-panel-subtitle,.hrtechconsulting-panel-item a:hover .hrtechconsulting-panel-title,.hrtechconsulting-panel-item a:hover .hrtechconsulting-panel-text {
	color: #B7B7B7;
}

.hrtechconsulting-panel-item a:hover .hrtechconsulting-panel-category-item {
	color: #B7B7B7;
	border-color: #B7B7B7;
}

/* pc */
@media screen and (min-width: 769px){
	.sp{display: none !important;}
	.spbr{display: none;}
}


/* small pc */
@media screen and (min-width: 769px) and (max-width: 1200px){

	/* lead ---------------------------------------*/

	.hrtechlead {padding: 120px 40px 20px;}

	.hrtechlead-animation {
		position: absolute;
		left: -20px;
		top: -100px;
	}

	.hrtechlead-animation-line {left: -10px;}


}


/* small pc */
@media screen and (min-width: 769px) and (max-width: 1180px){

	/* announce ---------------------------------------*/

	.hrtechannounce-btn {width: 45%;}
	.hrtechannounce-btn a {padding: 17px 30px 17px 10px;}
	.hrtechannounce-tel {width: 52%;}
	.hrtechannounce-tel-title {font-size: 12px;}
	.hrtechannounce-tel-number {font-size: 32px;}


}


/* small pc */
/*
@media screen and (min-width: 769px) and (max-width: 1000px){

	.hrtechannounce-btn a {font-size: 14px;}
	.hrtechannounce-tel-number {font-size: 28px;}

}
*/


/* small pc */
@media screen and (min-width: 769px) and (max-width: 1004px){

	.hrtechservice-tab-content-wrapper {padding: 0 20px;}

}



/* small pc */
@media screen and (min-width: 769px) and (max-width: 1000px){

	/* announce ---------------------------------------*/

	.hrtechannounce-text {
		min-width: 340px;
		font-size: 12px;
		padding-right: 20px;
	}

	.hrtechannounce-detail {
		width: calc(100% - 340px);
		padding-left: 20px;
	}

	.hrtechannounce-btn a {font-size: 11px;}
	.hrtechannounce-tel-number {font-size: 24px;}

	.hrtechconsulting-panel-item {
		width: 49%;
		margin-bottom: 15px;
	}

	.hrtechconsulting-panel-subtitle {
		height: auto;
	}

	.hrtechconsulting-panel-item:nth-of-type(3) .hrtechconsulting-panel-subtitle {line-height: 1.6;}

	.hrtechconsulting-panel-category {
		min-height: auto;
	}


}

@media screen and (min-width: 769px) and (max-width: 891px){

	/* announce ---------------------------------------*/

	.hrtechconsulting-panel-subtitle {height: 40px;}

	.hrtechconsulting-panel-item:nth-of-type(2) .hrtechconsulting-panel-subtitle {line-height: 40px;}

	.hrtechconsulting-panel-item:nth-of-type(3) .hrtechconsulting-panel-subtitle {
		line-height: 1.6;
		height: auto;
	}

}

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

	.l-footer {padding-bottom: 141px;}
	.l-footer__pagetop {display: none;}

	/* common item */
	.pc{display: none !important;}
	.pcbr{display: none;}


	/* common ---------------------------------------*/

	.hrtechwrapper{
		background-image: url(../images/bg_contents_sp.png);
	}

	/* kv ---------------------------------------*/

	.hrtechkv-inner {
		top: 40%;
		transform: translate(0, -40%);
		text-align:center;
	}

	.hrtechkv-title-sub {
		font-size: 16px;
		font-size: 4.5vw;
		line-height: 1.7;
		margin-bottom: 5px;
		width: 100%;
	}

	.hrtechkv-title {
		font-size: 34px;
		font-size:9vw;
		line-height: 1.45;
	}

	.hrtechkv-title-sub div {height:15vw;}
	.hrtechkv-title div {height:26vw;}

	.hrtechkv-scroll {
		top: 47vh;
	}

	.hrtechkv-scroll-image {
		width: 7px;
		margin-bottom: 8px;
	}

	.hrtechkv-scroll-line {height: 60px;}


	/* announce ---------------------------------------*/

	.hrtechannounce {padding: 12px 14px 16px;}
	.hrtechannounce-inner {display: block;}

	.hrtechannounce-text {
		font-size: 13px;
		line-height: 1.8;
		border-right: none;
		border-bottom: 1px solid #535353;
		padding-right: 0;
		max-width: 100%;
		width: 100%;
		text-align: center;
		padding-bottom: 12px;
		min-width: auto;
	}

	.hrtechannounce-detail {
		justify-content: center;
		padding-left: 0;
		width: 100%;
		padding-top: 13px;
		max-width: 100%;
	}

	.hrtechannounce-btn {
		width: 49%;
		max-width: 165px;
	}

	.hrtechannounce-btn a {
		background-position: right 3px center;
		padding: 9px 14px 9px 5px;
		font-size: 13px;
	}

	.hrtechannounce-tel {
		width: 51%;
		padding-left: 6%;
		max-width: 190px;
	}

	.hrtechannounce-tel-title {font-size: 11px;}
	.hrtechannounce-tel-number {
		font-size: 21px;
		white-space: nowrap;
	}


	/* lead ---------------------------------------*/

	.hrtechlead {padding: 152px 35px 18px;}

	.hrtechlead::before {
		background: url(../images/bg_lead_sp.png) no-repeat center top;
		height: 76px;
	}

	.hrtechlead-title {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 28px;
		line-height: 1.65;
	}

	.hrtechlead-text {
		font-size: 13px;
		line-height: 1.8;
	}

	.hrtechlead-text + .hrtechlead-text {margin-top: 22px;}

	.hrtechlead-animation {
		left: -25px;
		top: -76px;
	}

	.hrtechlead-animation-text {font-size: 11px;}

	.hrtechlead-animation-line {
		top: 30px;
		left: -10px;
		width: 110px;
	}


	/* service ---------------------------------------*/

	.hrtechservice {
		margin-bottom: 70px;
		padding-top: 165px;
	}
	.hrtechservice-tab {margin-bottom: 0px;}
	.hrtechservice-tab-list {align-items: stretch;}

	.hrtechservice-tab-list-item {
		display: flex;
		align-items: center;
		padding: 12px 5px;
		font-size: 13px;
		font-weight:normal;
	}

	.hrtechservice-tab-list-item:nth-child(3) {
		line-height: 1.5;
	}

	.hrtechservice-tab-list-item:nth-child(3) {
		font-size:12px;
		line-height: 1.4;
	}

	.hrtechservice-tab-list-item span {width: 100%;}
	.hrtechservice-tab-content-wrapper {padding: 0 20px;}

	.hrtechservice-block {
		margin-bottom: 20px;
		padding: 38px 15px;
	}

	.hrtechservice-title {
		font-size: 16px;
		padding-bottom: 23px;
		margin-bottom: 21px;
	}

	.hrtechservice-block-item:not(:last-of-type) {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.hrtechservice-block-item a {display: block;}

	.hrtechservice-image-wrapper {
		width: 80%;
		max-width: 180px;
		margin: 0 auto 25px;
	}

	.hrtechservice-detail {
		width: 100%;
		padding-top: 0;
	}

	.hrtechservice-block-title {margin-bottom: 10px;}

	.hrtechservice-block-title span {
		font-size: 12px;
		padding-left: 20px;
		margin-bottom: 0;
	}

	.hrtechservice-block-title span::before {
		background-size: 16px;
		width: 16px;
		height: 18px;
	}

	.hrtechservice-block-title b {font-size: 15px;}
	.hrtechservice-category {margin-bottom: 8px;}

	.hrtechservice-category-item {
		font-size: 11px;
		margin-right: 8px;
		margin-bottom: 5px;
	}

	.hrtechservice-text {
		font-size: 13px;
		line-height: 1.84;
	}

	.hrtechservice-note {font-size: 12px;}


	/* consulting ---------------------------------------*/

	.hrtechconsulting-title {margin-bottom: 42px;}

	.hrtechconsulting-title-main {
		font-size: 18px;
		margin-bottom: 12px;
	}

	.hrtechconsulting-title-sub {font-size: 13px;}

	.hrtechconsulting-panel {
		display: block;
		margin-bottom: 42px;
		padding: 0 0px;
	}

	.hrtechconsulting-panel-item {
		width: 100%;
		padding: 20px 15px 30px;
	}

	.hrtechconsulting-panel-item:not(:last-of-type) {margin-bottom: 20px;}

	.hrtechconsulting-panel-image {
		height: 176px;
		margin-bottom: 22px;
	}

	.hrtechconsulting-panel-subtitle {
		font-size: 12px;
		height: auto;
	}

	.hrtechconsulting-panel-item:nth-of-type(3) .hrtechconsulting-panel-subtitle {line-height: 1.6;}

	.hrtechconsulting-panel-title {
		font-size: 15px;
		padding-right: 25px;
		margin-bottom: 14px;
	}

	.hrtechconsulting-panel-category {
		margin-bottom: 8px;
		min-height: auto;
	}

	.hrtechconsulting-panel-category-item {
		padding: 4px 10px;
		margin-right: 5px;
		margin-bottom: 5px;
	}

	.hrtechconsulting-panel-text {font-size: 13px;}
	.hrtechconsulting-accordion {padding: 0 0px;}

	.hrtechconsulting-accordion-btn {
		padding: 17px 20px;
		font-size: 13px;
	}

	.hrtechconsulting-accordion-btn::after {
		background-size: 12px;
		width: 12px;
		height: 12px;
		right: 15px;
	}

	.hrtechconsulting-accordion-block {padding: 20px 10px 10px 10px;}
	.hrtechconsulting-acordion-text {font-size: 12px;}
	.hrtechconsulting-acordion-text:not(:last-of-type) {margin-bottom: 15px;}


}


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


	.hrtechlead{padding: 150px 35px 20px;}
	.hrtechlead-title{font-size:15px;}
	.hrtechlead-text{font-size:12px;}
	.hrtechannounce-text{font-size:11px;}
	.hrtechannounce-btn a{font-size:12px;}
	.hrtechannounce-tel-title{font-size:10px;}
	.hrtechannounce-tel-number{font-size:18px;}
	.hrtechconsulting-accordion-btn{font-size:11px;}
	.hrtechconsulting{overflow: hidden;}
	.hrtechconsulting-title-main{font-size:14px;}
	.hrtechconsulting-title-sub{font-size:12px;}


}