/* CSS Document */

/********
CSS変数
*********/

:root{
	--points_h: 160px;
	--points_h_sp: 110px;
	--points_mb: 20px;
	--points_ml: calc((var(--points_h) + var(--points_mb))*tan(12deg)/2);

}

/*==group_main_lede.top================*/

.p-group_main_lede.top{
	width: 100%;
}
.p-group_main_lede.top::before{
	height: 20vw;
	/*top: -14vw;*/
	top: -12vw;
	background-color: rgba(255,255,255,0.9);
	clip-path: polygon(0px 5.4vw, calc(50% - 27vw) 5.4vw, calc(50% - 27vw + 5.4vw*tan(12deg)) 0px,  calc(50% + 27vw) 0px, calc(50% + 27vw + 5.4vw*tan(12deg)) 5.4vw,100% 5.4vw, 100% 100%, 0px 100%);
	transition: opacity 0.6s 0.8s, transform 0.6s 0.8s;
}
.p-group_main_lede.top .p-group_main_lede__inner{
	/*margin-top: -14vw;*/
	margin-top: -12vw;
	padding-top: 0;
	padding-bottom: 0.625rem;
	font-weight: 500;
	transition: transform 0.6s 1s, opacity 0.6s 1s;
}

@media screen and ( max-width:959px) {
	.p-group_main_lede.top::before{
		top: -134px;
		height: 300px;
		background-color: rgba(255,255,255,0.84);
		clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
	}
	.p-group_main_lede.top .p-group_main_lede__inner{
		margin-top: -134px;
	}	
}
@media screen and ( max-width:480px) {
	.p-group_main_lede.top::before{
		/*top: -110px;*/
		top: 0px;
	}
	.p-group_main_lede.top .p-group_main_lede__inner{
		/*margin-top: -110px;*/
		margin-top: 0px;
	}	
}
@media screen and ( min-width:1550px) {
	.p-group_main_lede.top::before{
		top: min(0px, calc(-465px + 18vw)); /*186px++*/
	}
	.p-group_main_lede.top .p-group_main_lede__inner{
		margin-top: min(0px, calc(-465px + 18vw)); /*186px++*/
	}	
}
@media screen and ( min-width:2000px) {
	.p-group_main_lede.top::before{
		clip-path: polygon(0px 108px, calc(50% - 540px) 108px, calc(50% - 540px + 108px*tan(12deg)) 0px,  calc(50% + 540px) 0px, calc(50% + 540px + 108px*tan(12deg)) 108px,100% 108px, 100% 100%, 0px 100%);
	}
}


/*hero_img PC--SP*/
.p-heroPhoto li.pc{
	display: block;
}
.p-heroPhoto li.sp{
	display: none;
}

@media screen and ( max-width:959px) {	
	.p-heroPhoto li.pc{
		display: none;
	}
	.p-heroPhoto li.sp{
		display: block;
	}
	.p-heroPhoto li.sp img{
		height: auto !important;
		width: 100% !important;
	}
}

/*==heroArea_title================*/
.p-heroArea_title{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: var(--kajima_red);
	font-weight: 500;
	letter-spacing: -0.06em;
	font-feature-settings: "palt" 1;
	opacity: 0;
	transform: translateY(20px);
	transition: margin-top 0.3s, opacity 0.6s 0.8s, transform 0.6s 0.8s;
}
.p-heroArea_title.is-appear{
	opacity: 1;
	transform: translate(0);
}
.p-heroArea_title h2{
	/*font-size: clamp(38px, 3.1vw, 64px);*/
	font-size: clamp(38px, 3.1vw, 50px);
	/*line-height: 1.5;*/
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 0.7em;
	padding-top: 0.4em;
}
.p-heroArea__logo{
	display: block;
	margin-top: 0.1em;
	/*height: clamp(32px, 2.6vw, 54px);*/
	height: clamp(32px, 2.6vw, 44px);
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s 1s, transform 0.6s 1s;
}
.p-heroArea__logo img{
	height: 100%;
	width: auto;
}
.p-heroArea_title.is-appear .p-heroArea__logo{
	opacity: 1;
	transform: translateY(0);
}
.p-hero_catch_100{
	font-size: 1.07em;
	margin-left: -0.04em;
	letter-spacing: 0.02em;
}
.p-hero_catch_100 .num00{
	margin-left: -0.06em;
}

@media screen and ( max-width:959px) {
	.p-heroArea_title h2{
		margin-bottom: 0.8em;
	}
}
@media screen and (max-width: 599px) {
  .p-heroArea_title h2{
		text-align: center;
	}
}
@media screen and ( max-width:459px) {
	.p-heroArea_title{
		/*margin-bottom: 1.25rem;*/
	}
	.p-heroArea_title h2{
		font-size: 1.875rem;
	}
	.p-heroArea__logo{
		height: 26px;
	}
	.p-heroArea__logo img{
		max-width: inherit !important;
		height: 100% !important;
	}
}

/*============================*/

.p-points_section{
	container: points-section / inline-size;
	position: relative;
}

/*points_section__bg*/
.p-points_section__bg{
	position: absolute;
	width: 100%;
	height: 310px;
	bottom: 84px;
	left: 0px;
	clip-path: polygon(0px 152px, 100% 40px, 100% calc(100% - 152px), 0% calc(100% - 40px));
	background: url("/prof/recruit/group/common/images/bg_hero_narrow.jpg") no-repeat 50% 50%;
	background-size: cover;
	
	opacity: 0;
	transition: all 0.6s 0.3s;
}
.p-points_section__bg.is-appear{
	clip-path: polygon(0px 112px, 100% 0px, 100% calc(100% - 112px), 0% 100%);
	opacity: 1;
}

/*points_catch*/
.p-points_catch{
	width: 100%;
	height: min(180px,20vw);
	position: relative;
}

.p-points_catch__illust{
	width: min(840px, 100%);
	height: min(200px,22vw);
	position: absolute;
	top:0px;
	left: 50%;
	margin-left: max(-420px, -50%);
	text-align: left;
	padding: 0 0.625rem;
	
	transform: translateY(30px);
	opacity: 0;
}

.is-appear .p-points_catch__illust{
	animation: bound-anim forwards 1.2s ease-out 0.6s;
}

@keyframes bound-anim{
	0%{
		transform: translateY(30px);
		opacity: 0;
	}
	30%{
		transform: translateY(-15px);
	}
	60%{
		transform: translateY(10px);
		opacity: 1;
	}
	100%{
		transform: translateY(0px);
		opacity: 1;
	}
}

.p-points_catch__illust img{
	height: 100% !important;
	max-height: 100% !important;
	width: auto;
}

@container points-section (max-width: 959px) {
	.p-points_section__bg{
		display: none;
	}
}
@container points-section (max-width: 599px) {
	.p-points_catch{
		height: auto;
	}
	.p-points_catch__illust{
		display: none;
	}
}

.p-points_catch__txt{
	position: absolute;
	width: min(40vw, 420px);
	height: min(10.5vw, 100px);
	top: 0px;
	left: 50%;
	margin-left: max(-20vw, -210px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-points_catch__txt h3{
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.5;
	color: var(--theme_color_txt);
	z-index: 2;
	letter-spacing: 0.04em;
}
.p-points_catch__txt h3 .line{
	white-space: nowrap;
}

.p-points_catch__txt .anim_char{
	display: inline-block;
	opacity: 0;
	transition: opacity 0.4s;
}
.p-points_catch__txt .anim_char.is-appear{
	animation: bound-anim_catch forwards 0.6s ease-out 0.6s;
}
@keyframes bound-anim_catch{
	0%{
		transform: translateY(14px);
		opacity: 0;
	}
	40%{
		transform: translateY(-12px);
	}
	80%{
		transform: translateY(3px);
		opacity: 1;
	}
	100%{
		transform: translateY(0px);
		opacity: 1;
	}
}

@container points-section (max-width: 599px) {
	.p-points_catch__txt{
		position: static;
		height: auto;
		width: 100%;
		margin-left: 0;
		margin-bottom: 1.5rem;
	}
	.p-points_catch__txt h3{
		font-size: 1.375rem;
	}
}

/*p-points_section*/
.p-points_section__inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.p-points_section__item{
	flex: 0 0 auto;
	/*width: calc((100% - 2px)/2);*/
	width: 50%;
	height: var(--points_h);
	background-color: var(--theme_color_1);
	margin-bottom: var(--points_mb);
	display: flex;
	align-items: center;
	opacity: 0;
	transform: translateY(30px);
}

.p-points_section.is-appear .p-points_section__item{
	opacity: 1;
	transform: translateY(0px);
}

.p-points_section__item:nth-of-type(1){
	transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
}
.p-points_section__item:nth-of-type(2){
	transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
}
.p-points_section__item:nth-of-type(3){
	transition: opacity 0.6s 0.9s, transform 0.6s 0.9s;
}
.p-points_section__item:nth-of-type(4){
	transition: opacity 0.6s 1.2s, transform 0.6s 1.2s;
}

.p-points_section .p-points_section__item:nth-of-type(2n-1){
	justify-content: flex-end;
	flex-direction: row-reverse;
	clip-path: polygon(0px 0px, 100% 0px, calc(100% - var(--points_h)*tan(12deg)) 100%, 0% 100%);
}
.p-points_section .p-points_section__item:nth-of-type(2n){
	clip-path: polygon(calc(var(--points_h)*tan(12deg)) 0px, 100% 0px, 100% 100%, 0% 100%);
	margin-top: calc(0px - var(--points_mb)*2.6);
}

.p-points_section .p-points_section__item:nth-of-type(1),
.p-points_section .p-points_section__item:nth-of-type(4){
	width: calc(50% + var(--points_ml));
}
.p-points_section .p-points_section__item:nth-of-type(2){
	width: calc(50% - var(--points_ml));
}
.p-points_section .p-points_section__item:nth-of-type(3),
.p-points_section .p-points_section__item:nth-of-type(4){
	margin-left: calc(0px - var(--points_ml));
}

.p-points_section__item_txt{
	flex: 0 1 auto;
	width: min(28vw, 640px);
	height: 100%;
	padding: 0 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.9;
	color: #231815;
}
.p-points_section .p-points_section__item:nth-of-type(2n-1) .p-points_section__item_txt{
	padding-left: 0;
}
.p-points_section .p-points_section__item:nth-of-type(2n) .p-points_section__item_txt{
	padding-right: 0;
}
.p-points_section__item .c-highlight{
	display: inline-block;
	position: relative;
}
.p-points_section__item .c-highlight::before{
	content: "";
	display: block;
	position: absolute;
	bottom: 0.3em;
	left: -2%;
	width: 104%;
	height: 0.5em;
	transform: skewX(-12deg);
	background-color: rgba(250,184,64,1);
	z-index: -1;
}

.p-points_section__item_img{
	flex: 1 0 auto;
	width: auto;
	height: 100%;
	background-color: var(--theme_color_2);
	display: flex;
	justify-content: flex-start;
	position: relative;
}
.p-points_section .p-points_section__item:nth-of-type(2n-1) .p-points_section__item_img{
	clip-path: polygon(0px 0px, 100% 0px, calc(100% - var(--points_h)*tan(12deg)) 100%, 0% 100%);
	justify-content: flex-end;
}
.p-points_section .p-points_section__item:nth-of-type(2n) .p-points_section__item_img{
	clip-path: polygon(calc(var(--points_h)*tan(12deg)) 0px, 100% 0px, 100% 100%, 0% 100%);
}
.p-points_thumb{
	flex: 0 0 auto;
	height: 100%;
	/*width: 204px;*/
	width: 240px;
	position: absolute;
	top:0px;
	clip-path: polygon(calc(var(--points_h)*tan(12deg)) 0px, 100% 0px, calc(100% - var(--points_h)*tan(12deg)) 100%, 0% 100%);
	opacity: 1;
}
.p-points_thumb img{
	height: 100%;
	width: auto;
}

@container points-section (max-width: 1160px) {
	.p-points_section__item_txt{
		width: 280px;
		font-size: 1.25rem;
	}
}

@container points-section (max-width: 959px) {
	.p-points_section__inner{
		justify-content: center;
		margin-bottom: 3rem;
	}
	.p-points_section__item{
		width: 100% !important;
		justify-content: space-between!important;
		margin-top: 0 !important;
		margin-left: 0 !important;
		margin-bottom: 0.375rem;
		clip-path: inherit !important;
	}
	.p-points_section__item_txt{
		width: 58%;
	}
	.p-points_section__item_img{
		flex: 0 0 auto;
		width: 42%;
	}
}

@container points-section (max-width: 599px) {
	.p-points_section__item_txt{
		font-size: 1.125rem;
	}
	.p-points_section .p-points_section__item:nth-of-type(2n-1) .p-points_section__item_txt{
		padding-right: 10px;
	}
	.p-points_section .p-points_section__item:nth-of-type(2n) .p-points_section__item_txt{
		padding-left: 10px;
	}
}
@container points-section (max-width: 599px) {
	.p-points_section__item{
		height: var(--points_h_sp);
	}
	.p-points_thumb{
		width: 160px;
		clip-path: polygon(calc(var(--points_h_sp)*tan(12deg)) 0px, 100% 0px, calc(100% - var(--points_h_sp)*tan(12deg)) 100%, 0% 100%);
	}
	.p-points_section__item_img{
			width: 160px;
		}
	.p-points_thumb img{
		height: 100% !important;
		width: auto;
	}
	.p-points_section .p-points_section__item:nth-of-type(2n-1) .p-points_section__item_img{
		clip-path: polygon(0px 0px, 100% 0px, calc(100% - var(--points_h_sp)*tan(12deg)) 100%, 0% 100%);
	}
	.p-points_section .p-points_section__item:nth-of-type(2n) .p-points_section__item_img{
		clip-path: polygon(calc(var(--points_h_sp)*tan(12deg)) 0px, 100% 0px, 100% 100%, 0% 100%);
	}
}
@container points-section (max-width: 460px) {
	.p-points_section__item_txt{
		font-size: 0.9375rem;
	}
}

/*p-bn_img_covered*/
.p-bn_img_covered{
	position: relative;
	box-shadow: 3px 4px 8px -2px rgba(0,0,0,0.4);
}
.p-cover_img{
	min-height: 120px;
	background-color: #a6c4eb;
	overflow: hidden;
}
.p-bn_img_covered .p-cover_img>img{
	transition: transform 0.3s, opacity 0.3s;
}
.p-bn_img_covered:hover .p-cover_img>img{
	transform: scale(1.1);
	opacity: 0.8;
}
.p-bn_link_label{
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 120px);
	min-height: 3.5rem;
	position: absolute;
	top: calc(100% - 1.5rem);
	left: 50%;
	margin-left: calc((100% - 120px)/2*-1);
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 0.375rem 1.5rem;
}
.p-bn_img_covered a{
	text-decoration: none;
}
/*.p-bn_img_covered a:hover .p-skew_label::before{
	background-color: var(--kajima_red_hover);
}*/

/*==group company=========*/

/*tag_select*/
.p-tag_select{
	border-bottom: #fff 3px solid;
	padding: 0.875rem 0.25rem 1.875rem;
}
.p-tag_select__inner{
	display: flex;
	justify-content: flex-start;
}
.p-tag_select h3{
	color: var(--theme_color_txt);
	font-weight: 500;
	font-size: 1.125rem;
	margin-bottom: 0.625rem;
}

.p-tag_select__all{
	flex: 0 0 auto;
	width: 80px;
	margin-right: 1rem;
}
.p-tag_select__filter{
	flex: 1 1 auto;
	width: calc(100% - 100px);
	padding-left: 0.9375rem;
	border-left: var(--theme_color_1) 2px solid;
}

.p-tag_select__list{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.p-tag_select__list >li{
	flex: 0 0 auto;
	width: auto;
	min-width: 3rem;
	padding: 0.375rem 0.4375rem 0.3125rem;
	margin: 0.375rem 0.1875rem;
	border-radius: 4px;
	background-color: #fff;
	font-size: 0.875rem;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	border: #fff 1px solid;
	transition: border-color 0.3s, background-color 0.3s;
}
.p-tag_select__list >li.selected,
.p-tag_select__list >li:hover{
	border-color: var(--theme_color_2);
}

.p-tag_select__list >li.selected{
	background-color: var(--theme_color_2);
	color: #fff;
}
.p-tag_select__list >li.p-tag_select__list_item_all{
	width: 100%;
}

.p-tag_select__list >li a{
	text-decoration: none;
	color: #212121;
}
.p-tag_select__list >li.selected a{
	color: #fff;
}


.p-tag_select__ctg{
	display: flex;
	justify-content: flex-start;
	border-bottom: var(--theme_color_1) 2px solid;
	margin-bottom: 0.25rem;
	padding-bottom: 0.25rem;
}
.p-tag_select__filter>.p-tag_select__ctg:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.p-tag_select__ctg_label{
	flex: 0 0 auto;
	width: 80px;
	text-align: left;
	font-weight: 500;
	line-height: 1;
	padding: 0.75rem 0;
}
.p-tag_select__ctg_label h4{
	font-size: 0.875rem;
}
.p-tag_select__ctg .p-tag_select__list{
	flex: 0 0 auto;
	width: calc(100% - 80px);
}

@container main-body (max-width: 959px) {
	.p-tag_select__list >li{
		font-size: 0.75rem;
		min-width: 2.5rem;
	}
	.p-tag_select__ctg_label{
		width: 70px;
	}
	.p-tag_select__ctg_label h4{
	font-size: 0.75rem;
}
	.p-tag_select__ctg .p-tag_select__list{
		width: calc(100% - 70px);
	}
}
@container main-body (max-width: 419px) {
	.p-tag_select{
		padding: 0.5rem 0 1.25rem;
	}
	.p-tag_select__inner{
		display: block;
	}
	.p-tag_select>h3{
		font-size: 1rem;
		margin-bottom: 0.3125rem;
	}
/*	.p-tag_select__list{
		justify-content: flex-start;
	}*/
	.p-tag_select__list >li{
		min-width: 2.5rem;
		padding: 0.25rem 0.25rem 0.125rem;
		margin: 0.3125rem 0.125rem;
		border-radius: 4px;
		font-size: 0.6875rem;
	}
	
	.p-tag_select__all{
		margin: 0 auto 0.875rem;
	}
	.p-tag_select__filter{
		width: 100%;
		padding-left: 0;
		padding-top: 0.25rem;
		border-top: var(--theme_color_1) 2px solid;
		border-left: none;
	}
	.p-tag_select__ctg_label{
		padding: 0.625rem 0;
	}
}

/*p-com_info_item*/
.p-com_info_view{
	padding: 2.5rem 0 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 40px;
}

@media screen and ( max-width:959px) {
	.p-com_info_view{
		grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
	}
}

@media screen and ( max-width:480px) {
	.p-com_info_view{
		display: block;
	}
}

.p-com_info_item{
	background-color: #fff;
	box-shadow: 2px 3px 12px -2px rgba(0,0,0,0.3);
	position: relative;
	margin-bottom: 2.5rem;
	text-align: left;
	display: none;
	opacity: 0;
	grid-template-rows: subgrid;
	grid-row: span 4;
	grid-row-gap: 0.125rem;
	transition: opacity 0.2s 0.1s, display 0.3s;
	transition-behavior: allow-discrete;
}

.p-com_info_item.selected{
	display: grid;
	opacity: 1;
	@starting-style {
    opacity: 0;
  }
}

.p-com_info_head{
	display: flex;
	justify-content: space-between;
	position: relative;
	container: com-head / inline-size;
}

.p-com_info_tag{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	top: -1.0625rem;
	left: 0px;
	width: auto;
	min-width: 200px;
	height: 2.125rem;
	background-color: var(--theme_color_2);
	padding: 0.125rem 1rem 0.125rem 0.9375rem;
	font-size: 0.875rem;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	clip-path: polygon(0px 0px, 100% 0px, calc(100% - 2.125rem*tan(12deg)) 100%, 0% 100%);
}
.p-com_info_tag .biz_ctg{
	padding-right: 0.5rem;
	margin-right: 0.5rem;
	border-right: var(--theme_color_1) 1px solid;
}

.p-com_info_name{
	flex: 1 0 auto;
	width: calc(100% - 270px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.9375rem 0.9375rem 0.625rem;
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: 600;
}
.p-com_info_photo{
	flex: 0 0 auto;
	width: 270px;
}
.p-com_info_txt,
.p-com_info_bottom{
	padding: 0.625rem 0.9375rem;
	font-size: 0.9375rem;
	line-height: 1.5;
}
.p-com_info_bottom{
	border-top: var(--theme_color_1) 1px solid;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	container: com-bottom / inline-size;
}
.p-com_info_logo{
	flex: 0 0 auto;
	width: 180px;
	margin-right: 1rem;
}
.p-com_info_logo img{
	width: 100%;
	height: auto;
}
.p-com_info_address{
	flex: 1 0 auto;
	width: calc(100% - 200px);
	font-size: 0.875rem;
}

@media screen and (max-width: 1159px){
	.p-com_info_name{
		width: calc(100% - 200px);
		font-size: 1.0625rem;
	}
	.p-com_info_photo{
		flex: 0 0 auto;
		width: 200px;
	}
}

@container com-head (min-width: 640px) {
	.p-com_info_name br{
		display: none;
	}
}
@container com-head (max-width: 480px) {
	.p-com_info_bottom{
		display: block;
	}
	.p-com_info_photo{
		display: none;
	}
	.p-com_info_name{
		width: 100%;
		padding-top: 1.875rem;
	}
}

@container com-bottom (max-width: 480px) {
	.p-com_info_address{
		width: 100%;
	}
	.p-com_info_logo{
		width: 240px;
		margin-right: auto;
		margin-left: auto;
	}
}

.p-com_links{
	display: flex;
	justify-content: space-between;
	min-height: 3.5rem;
}
.p-com_links__item{
	flex: 1 0 auto;
	width: calc((100% - 4px)/2);
}
.p-com_links__item:nth-of-type(2n){
	margin-left: 4px;
}
.p-com_links__item a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding-bottom: 0.125rem;
	text-decoration: none;
	color: var(--theme_color_txt);
	background-color: var(--theme_color_bg);
	font-weight: 600;
	transition: background-color 0.3s;
	position: relative;
}
.p-com_links__item a::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border:  var(--theme_color_2) 2px solid;
	border-bottom: none;
	border-left: none;
	transform: rotate(45deg);
	position: absolute;
	right: 1.25rem;
	top: 50%;
	margin-top: -6px;
}
.p-com_links__item a:hover{
	background-color: var(--theme_color_2);
	color: #fff;
}
.p-com_links__item a:hover::after{
	border-color: #fff;
}

.p-com_links__item a::before {
	content: "";
	display: block !important;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 1px;
	top: 4px;
	background: url("../images/icon_blank_wh.svg") no-repeat 50% 50%;
	background-size: auto 16px;
	opacity: 0;
	transform: translateX(-10px);
	transition: all 0.3s;
}
.p-com_links__item a:hover::before {
	opacity: 0.7;
	transform: translateX(0px);
}

/*==/group company=========*/

/*tag_reselect*/

.p-tag_reselect{
	position: relative;
	height: 5.625rem;
	z-index: 2;
}
.p-tag_reselect__btn{
	position: fixed;
	bottom: 30px;
	width: 16rem;
	left: 50%;
	margin-left: -8rem;
	text-align: center;
	background-color: var(--kajima_red);
	line-height: 1;
	font-size: 1rem;
	border: #fff 3px solid;
	border-radius: 1.375rem;
	overflow: hidden;
	box-shadow: 2px 4px 8px -2px rgba(0,0,0,0.4);
	
	opacity: 0;
	display: none;
	transition: background-color 0.3s, opacity 0.4s, display 0.3s;
	transition-behavior: allow-discrete;
}
.p-tag_reselect.is-appear .p-tag_reselect__btn{
	display: block;
	opacity: 1;
	@starting-style {
    opacity: 0;
  }
}
.p-tag_reselect__btn a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	padding: 0.625rem 0;
}
.p-tag_reselect__btn:hover{
	background-color: var(--kajima_red_hover);
}
.p-tag_reselect.is-fit .p-tag_reselect__btn{
	position: absolute;
}
.p-tag_reselect__btn a::after{
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border: #fff 2px solid;
	border-bottom: none;
	border-left: none;
	transform: rotate(-45deg);
	top: 50%;
	right: 20px;
	margin-top: -4px;
}

@media screen and (max-width: 460px){
	.p-tag_reselect__btn{
		width: 200px;
		margin-left: -100px;
	}
}

/*#no_items*/

#no_items{
	display: none;
	opacity: 0;
	transform: translateY(30px);
	padding: 2.5rem 0;
	font-size: 1.125rem;
	font-weight: 600;
	
	transition: transform 0.6s 0.1s, opacity 0.6s 0.1s, display 0.1s;
	transition-behavior: allow-discrete;
}
#no_items.is-appear{
	display: block;
	opacity: 1;
	transform: translateY(0px);
	@starting-style {
		transform: translateY(30px);
    opacity: 0;
  }
}

