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

body {
	background-image: url("images/MV2.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 108px
}

@media screen and (min-width : 600px){
	.wrap-sub {
		padding: 0px;
		margin-bottom: 38px;
	
	}
}

.button {
	margin: 80px 0;
	margin-bottom: 90px;
}

.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; /* 色とサイズ調整可 */
}

#work h2 {
	text-align: center;
	padding: 100px 0 80px;
}

.work_flex {
	display: flex;
	gap:143px;
	flex-wrap: wrap;
	justify-content:center;
}

.work_container img {
	max-width: 264px;
	margin-bottom: 52px;
}

@media screen and (max-width : 600px){
	.work_container {
		max-width: 167px;
	}
}


.work_container img {
	
}

@media screen and (min-width : 600px){
	.work_container img {
		
	}
}

.work_container h3 {
	font-size: 12px;
}
