@charset "utf-8";
/*////////////////////////////////////
 service
////////////////////////////////////*/
@media screen and (min-width: 768px){
#under_service_startimg{
	background: url("../service/img/service_top.jpg");
	background-position: center;
	background-size: cover;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#under_service_startimg{
	background: url("../service/img/service_top.jpg");
	background-position: center;
	background-size: cover;
}
}

/*////////////////////////////////////
 onayami
////////////////////////////////////*/

@media screen and (min-width: 768px){
#onayami_area{
	position: relative;
	width: 100%;
	padding: 50px 0 100px 0;
	background-color: #e7e5e5;
	overflow: hidden;
}


#onayami_area_top{
	position: relative;
	width: 100%;
	background-color: #A00303;
}

#onayami_title{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 100px 0 50px 0;
	text-align: center;
	font-size: clamp(3rem,1.6vw,4rem);
	font-weight: 600;
	letter-spacing: 0.06em;
	color: #FFFFFF;
}

#onayami_place{
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: 30px 0 50px 0;
	background-color: #FFF;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.onayami_faq_area{
	position: relative;
	width: 46%;
	display: flex;
	flex-direction: column;
}

.onayami_faq_area:nth-child(1),
.onayami_faq_area:nth-child(3),
.onayami_faq_area:nth-child(5){
	margin: 0 2.6%;
}

.onayami_faq_area:nth-child(2),
.onayami_faq_area:nth-child(4),
.onayami_faq_area:nth-child(6){
	margin: 0 2.6% 0 0;
}


.onayami_faq{
	position: relative;
	width: 100%;
	padding: 20px 0 20px 55px;
	border-bottom: solid 1px #af1e23;
	font-size: clamp(1.6rem,1vw,2rem);
	font-weight: 600;
	letter-spacing: 0.06em;
	color: #333;
	z-index: 1;
}

.onayami_faq::before{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	aspect-ratio: 1/1;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	background: url("../img/concept_check.png");
	background-size: cover;
	z-index: 2;
}

.onayami_answer{
	position: absolute;
	width: 80%;
	bottom: 100%;
	left: 0;
	padding: 20px;
	background-color: #FFFFFF;
	border: solid 5px #af1e23;
	opacity: 0;
	z-index: 3;
}

.onayami_answerword{
	position: relative;
	width: 100%;
	font-size: clamp(1.4rem,1.2vw,2rem);
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.6;
	color: #333;
	float: left;
}

.onayami_answerphoto{
	position: absolute;
	width: 26%;
	bottom: 0;
	right: 2%;
	float: right;
}

#onayami_area_bottom{
	position: relative;
	width: 100%;
	height: 150px;
    margin: 0 0 50px 0;
	background-color: #A00303;
	clip-path: polygon(0 0,100% 0,50% 100%);
	z-index: 4;
}

.sp_br{
	display: none;
}

}

@media screen and (min-width: 0px) and (max-width: 767px){
#onayami_area{
	position: relative;
	width: 100%;
	padding: 0 0 100px 0;
	background-color: #e7e5e5;
	overflow: hidden;
}


#onayami_area_top{
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	background-color: #A00303;
}

#onayami_title{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 100px 0 50px 0;
	text-align: center;
	font-size: clamp(3rem,1.6vw,4rem);
	font-weight: 600;
	letter-spacing: 0.06em;
	color: #FFFFFF;
}

#onayami_place{
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 50px 0;
	background-color: #FFF;
}

.onayami_faq_area{
	position: relative;
	width: 90%;
	margin: 0 auto;
}


.onayami_faq{
	position: relative;
	width: 100%;
	padding: 20px 0 20px 55px;
	border-bottom: solid 1px #af1e23;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #333;
	z-index: 1;
}

.onayami_faq::before{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	aspect-ratio: 1/1;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	background: url("../img/concept_check.png");
	background-size: cover;
	z-index: 2;
}

.onayami_answer{
	position: absolute;
	width: 100%;
	bottom: 100%;
	left: 0;
	padding: 20px;
	background-color: #FFFFFF;
	border: solid 5px #af1e23;
	opacity: 0;
	z-index: 3;
}

.onayami_answerword{
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.6;
	color: #333;
	float: left;
}

.onayami_answerphoto{
	position: absolute;
	width: 26%;
	bottom: 0;
	right: 2%;
	float: right;
}

#onayami_area_bottom{
	position: relative;
	width: 100%;
	height: 80px;
    margin: 0 0 30px 0;
	background-color: #A00303;
	clip-path: polygon(0 0,100% 0,50% 100%);
	z-index: 4;
}

}



/*////////////////////////////////////
 service 共通
////////////////////////////////////*/

@media screen and (min-width: 768px){
.service_title{
	text-align: center;
}

.service_area{
	position: relative;
	width: 100%;
	padding: 50px 0 100px 0;
	background-color: #e7e5e5;
	overflow: hidden;
	z-index: 3;
}

.service_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.service_word{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	font-size: 2rem;
	font-weight: 400;
	color: #333;
	text-align: center;
}

.service_list_title{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-top: 50px;
	text-align: center;
	font-size: clamp(1.8rem,1.8vw,2.4rem);
	font-weight: 500;
	color: #333;
	letter-spacing: 0.06em;
}

.service_list_title span{
	font-size: 1.6rem;
	font-weight: 700;
	color: #A00303;
}

.service_list_word{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:50px; 
	text-align: center;
	font-size: clamp(1.6rem,1.6vw,1.8rem);
	font-weight: 400;
	color: #333;
	line-height: 1.4;
}

.service_comment{
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
	line-height: 1.4;
}

.service_comment2{
	position: relative;
	width: 100%;
	text-align: right;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
	line-height: 1.4;
}

.service_comment span{
	color: #A00303;
}

.service_comment2 span{
	color: #A00303;
}

}

@media screen and (min-width: 0px) and (max-width: 767px){
.service_title{
	text-align: center;
}

.service_area{
	position: relative;
	width: 100%;
	padding: 0 0 100px 0;
	background-color: #e7e5e5;
	overflow: hidden;
}

.service_place{
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.service_word{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	font-size: 2rem;
	font-weight: 400;
	color: #333;
	text-align: center
}

.service_list_title{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-top: 50px;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #333;
	letter-spacing: 0.06em;
}

.service_list_title span{
	font-size: 1.6rem;
	font-weight: 700;
	color: #A00303;
}

.service_list_word{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:50px; 
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
	line-height: 1.4;
}

.service_comment{
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
	line-height: 1.4;
}

.service_comment2{
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
	line-height: 1.4;
}

.service_comment span{
	color: #A00303;
}

.service_comment2 span{
	color: #A00303;
}
}




/*////////////////////////////////////
 service コンサルティング
////////////////////////////////////*/

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

#service_consul_area{
	margin-bottom: 30px;
}

#service_consul_list{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.service_consul_list_item1{
	position: relative;
	width: 30%;
	margin-right: 5%;
	background-color: #e7e5e5;
	border-radius: 3px;
	box-shadow: inset -5px -5px 10px 0px rgba(255, 255, 255, 0.5), inset 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.service_consul_list_item2{
	position: relative;
	width: 30%;
	background-color: #e7e5e5;
	border-radius: 3px;
	box-shadow: inset -5px -5px 10px 0px rgba(255, 255, 255, 0.5), inset 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

#service_consul_list_img{
	position: relative;
	width: 60%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

/*/ブランディング/*/
#service_brand_list{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.service_brand_list_item1{
	position: relative;
	width: 24%;
	margin-right: 1.3%;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.service_brand_list_item2{
	position: relative;
	width: 24%;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

#service_brand_list_img{
	position: relative;
	width: 80%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

}

@media screen and (min-width: 0px) and (max-width: 767px){

#service_consul_area{
	margin-bottom: 30px;
}

#service_consul_list{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.service_consul_list_item1{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	background-color: #e7e5e5;
	border-radius: 3px;
	box-shadow: inset -5px -5px 10px 0px rgba(255, 255, 255, 0.5), inset 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.service_consul_list_item2{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	background-color: #e7e5e5;
	border-radius: 3px;
	box-shadow: inset -5px -5px 10px 0px rgba(255, 255, 255, 0.5), inset 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

#service_consul_list_img{
	position: relative;
	width: 60%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}


/*/ブランディング/*/
#service_brand_list{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.service_brand_list_item1{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.service_brand_list_item2{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

#service_brand_list_img{
	position: relative;
	width: 80%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
}

/*////////////////////////////////////
 service WEB制作
////////////////////////////////////*/

@media screen and (min-width: 768px){
#under_service_web_title,
#service_web_word{
	text-align: center;
}

#service_web_list{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.service_web_list_item1{
	position: relative;
	width: 30%;
	margin-right: 5%;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.service_web_list_item2{
	position: relative;
	width: 30%;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

#service_web_list_img{
	position: relative;
	width: 80%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#under_service_web_title,
#service_web_word{
	text-align: center;
}

#service_web_list{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.service_web_list_item1{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.service_web_list_item2{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

#service_web_list_img{
	position: relative;
	width: 80%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
}


/*////////////////////////////////////
 service 求人作成・運用代行
////////////////////////////////////*/

@media screen and (min-width: 768px){
#under_service_recruit_title,
#service_recruit_word{
	text-align: right;
}

#service_recruit_list{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.service_recruit_list_item1{
	position: relative;
	width: 30%;
	margin-right: 5%;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.service_recruit_list_item2{
	position: relative;
	width: 30%;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

#service_recruit_list_img{
	position: relative;
	width: 80%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#under_service_recruit_title,
#service_recruit_word{
	text-align: right;
}

#service_recruit_list{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.service_recruit_list_item1{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.service_recruit_list_item2{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

#service_recruit_list_img{
	position: relative;
	width: 80%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
}

