﻿/* CSS Document */

.cate_list {
    border-bottom: 1px dashed #e1be8e;
}
.cms_wrap figure {
	border-radius: 20px;
	overflow: hidden;
}
.g_type6.cms_wrap figure {
    border-radius: 0px;
}
.hvr_trans:hover {
    transform: translateY(-5px);
}
.recruit_illust1, .recruit_illust3,.recruit_illust4 {
	width: 30%;
	max-width: 250px;
}
.recruit_illust1 {
	left: 3%;
	top: 10%;
}
.recruit_illust3 {
	right: 3%;
	top: 50%;
}
.recruit_illust4 {
	left: 3%;
	top: 80%;
}
#page10 i {
    left: 10px;
    top: 20px;
}
#page07 p {
    background: #444444;
    border-radius: 18px;
}
.cate_list li span {
	position: relative
}
.cate_list li a:hover {
	opacity: 0.9;
	transform: translateY(5px);
}
.cate_list li span::before {
/*    content: '';
    position: absolute;
    top: calc(50% - 24px / 2);
    left: calc(50% - 24px / 2);
    display: block;
    width: 24px;
    height: 24px;
    z-index: -1;
    -ms-filter: blur(10px);
    -webkit-filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
    filter: blur(10px);
    background-color: #f6a229;
    border-radius: 50%;
    transform: scale(0);
    transition: .4s ease-out;*/
}
.cate_list li:hover span::before {
    transform: scale(1);
}
.cate_list li span::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: calc(50% - 8px / 2);
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #ffe302;
    border-bottom: 2px solid #ffe302;
    transform: rotate(45deg);
    pointer-events: none;
}
#cms_3-e .cate_txt1:empty {display:none}
#cms_2-c .box_txt1 {
position: relative;
line-height: 1.6;
	margin-bottom: 10px;
}
#cms_2-c .box_txt1:after {
	content: "";
	background: #ffe302;
	width: 0px;
	height: 2px;
	position: absolute;
	bottom: 8px;left: 0;
	transition: all 1s
}
#cms_2-c .box_txt1.trans:after {
	width: 160px;
}
#cms_3-e .cate {
    padding: 51px 34px;
	background-color: #363636;
    background-image: url(../img/concrete-wall.png);
	
}
.page6 #cms_3-e .cate, .page6 #cms_3-e .cate_title span {
    background-color: #f3f3f3;
}
#cms_3-e .cate_title {
    background: url(../img/border.png) repeat-x;
    background-position: 50%;
	background-size: 400px;
}
#cms_3-e .cate_title p.posi_abs {
	font-size: 15px;
    top: -18px;
    letter-spacing: 0.12rem;
    right: 0;
    left: 0;
}
#cms_3-e .cate_title span {
	background: #363636;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.g_type6 .cate_box{width: 50%!important;}
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.g_type6 .box_wrap{	width: 100%!important;margin-left: 8px;}
.g_type6 .cate_box{width: 48%!important;}
}
@media(max-width: 667px) {
#cms_3-e .cate {
    padding: 19px 10px;
}
#cms_3-e .cate_box > .box_item {
    /* background: #4a4a4a; */
    padding: 0 10px 10px;
    margin-top: 10px;
    /* border-radius: 12px; */
    /* border: 1px solid #eee; */
    border-bottom: 4px dotted #5e5d5c;
}
}