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

@media screen and (min-width : 452px){
	.wrap-sub {
		padding: 0px
	}
}




.button {
	margin: 80px 0;
}

.button a::before {/*ボタン右側の▲*/
  content: "";
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #FFF; /* 色とサイズ調整可 */
}

.button a::after {/*ボタン右側の▲を消す*/
  border-left: 0px solid #FFF; /* 色とサイズ調整可 */
}

.box {
	margin-top: 150px;
	margin-bottom: 170px;
	width: 367px;
	height: 468px;
	text-align: center;
	background-repeat: no-repeat;
}

.bg-image{
	margin-left: 50px;
	background-image:url("images/説明.jpg");
	background-position: center;
	
}

.bg-img{
	background-image:url("images/大切　説明.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

#work-MV {
	padding-top: 20px;
	margin-bottom: 40px;
	height: 100vh;
	max-height: 400px;
	background-image: url("images/グループ 260.jpg");
	background-size: 465px;
	background-position: center center;
	background-repeat: no-repeat;
}

@media screen and (min-width : 452px ){
	#work-MV {
		max-width: 525px;
		margin: 0 auto;
	}
}

#work-detail h4 {
	font-size: 14px;
	font-weight: normal;
	color: #B1B1B1;
}

#work-detail h3 {
	font-size: 16px;
	line-height: 1.75;
	font-weight: normal;
	margin-bottom: 40px;
}


#work-detail p {
	font-size: 14px;
	line-height: 1.75;
}