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


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* mv */
.mv {
	background-image: url("/img/works/mv.jpg");
}



/* 共通 */
.new__h2,
.reform__h2 {
	margin-bottom: 60px;
}

.works__box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.works__box::before{
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.works__box::after{
  content: "";
  display: block;
  width: 23%;
}

.works__item {
	width: 23%;
	margin-bottom: 40px;
}

.works__thumbnail {
	position: relative;
	display: block;
	transition: .2s;
	overflow: hidden;
	margin-bottom: 15px;
}

.works__thumbnail::before {
	display: block;
	content: "";
	padding-top: 100%;
}

.works__thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .2s;
}

.works__thumbnail img:hover {
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.works__h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.works__txt {
	color: #AAA;
}



/* reform */
.reform {
	background-color: #F9F9F9;
}





/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){




	
	
}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

@media screen and (max-width: 959px){


	
	

}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

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

/* 共通 */
.container {
	padding-bottom: 30px;
}
	
.new__h2,
.reform__h2 {
	margin-bottom: 30px;
}

.works__box::before{
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.works__box::after{
  content: "";
  display: block;
  width: 23%;
}

.works__item {
	width: 47%;
	margin-bottom: 30px;
}

.works__thumbnail {
	margin-bottom: 10px;
}

.works__h3 {
	font-size: 16px;
	margin-bottom: 3px;
}

.works__txt {
	font-size: 12px;
}


	
	
	
}