@charset "utf-8";

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

.left {
	float: left;
}

.right {
	float: right;
}

.forpc {
	display: block !important;
}
.forpc2 {
  display: inline-block !important;
}

.forsp {
	display: none !important;
}


.visited{
	color: #ee7f25 !important;
	font-weight: bold;
}
.visited2{
	margin-top: -17px !important;
}
.btnwrap {
	width: 735px;
	margin-left: auto;
	margin-right: auto;
  margin-top: 43px;
}



/*ホバーで背景変更
---------------------------------*/

.btn-6 {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 230px;
	max-width: 234px;
	margin-top: 1rem;
	margin-right: auto;
	margin-left: 15px;
	margin-bottom: 1rem;
	text-transform: uppercase;
	border: 2px dotted #F49E00;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-6:first-child {
	margin-left: 0px;
}
.btn-6 {
    color: #cf3d85;
}
.btn-6 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #F49E00;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.btn-6:hover {
    color: #fff;
}
.btn-6:hover span {
    width: 400%;
    height: 800.5px;
}
.btn-6:active {
    background-color: #F49E00;
}
.imgwrap {
	width: 120px;
	position: absolute;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	height: 96px;
}
.imgwrap img {
	display: block;
  width: 120px;
}
.imgwrap .img01 {
	transition: 0.5s;
}
.imgwrap .img02 {
	position: absolute;
	top: 0px;
	opacity: 0;
	transition: 0.5s;
}


.vision_h:hover > .imgwrap > .img02 {
	opacity: 1;
	transition: 0.5s
}

.company_h:hover > .imgwrap > .img02 {
	opacity: 1;
	transition: 0.5s
}

.recruit_h:hover > .imgwrap > .img02 {
	opacity: 1;
	transition: 0.5s
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}



/*リクルートページのURLリンク
---------------------------------*/

.h_web{
    color: #4f4f4f !important;
}
.h_web:hover{
    opacity: 0.5;
    transition: opacity 0.3s;
    color: #ff7e00 !important;
}




@media (max-width: 500px) {
	
.forpc {
    display: none !important;
}
.forpc2 {
    display: none !important;
}
    
.forsp {
    display: block !important;
}


.btn-6 {
  height: 104px;
  max-width: 104px;
}
.imgwrap {
  width: 100%;
}
.imgwrap img {
  width: 86%;
  padding-left: 7px;
  padding-top: 12px;
}





    
}
