@charset "UTF-8";
/* CSS Document */


/* contents01 */

.contents01 .box-inner {
	width: 1060px;
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    text-align: center;
    padding: 120px 0px;
}

.contents01 a {
    display: block;
}

.contents01 a:hover {
   opacity: 1;
}

.contents01 img {
    transition: .5s;
}

.contents01 a:hover img {
    opacity: 0.5;
}

.contents01 .box {
	width: 47%;
    position: relative;
    padding-bottom: 50px;
}

.contents01 .box-link {
	position: absolute;
right: 0px;
bottom: 0px;
}

.contents01 .box img {
	width: 100%;
}

.contents01 h6 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	padding-top: 20px;
}

.contents06 .link01 span {
	color: #2D2D2D;
}

.contents06 a:hover .link01 span {
	color: #FFF;
}

.contents06 a:hover .link01 span::before {
	background-color: #2d2d2d;
}



.sp-view {
	display: none;
}

