@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
.container {
  margin: auto;
  width: 1060px;
  height: auto;
}
body {
  display: block;
  margin: 0px;
  background: black;
  width: 100%;
  min-width: 1060px;
  height: auto;
	font-family: 'Noto Sans JP', sans-serif;
}
.container {
  width: 1060px;
  margin: auto;
  height: auto;
}
/*メニュー*/
.menu {
  left: 0px;
  right: -1030px;
  top: 60px;
  width: 30px;
  margin: auto;
  height: 20px;
  position: fixed;
}
.menu_icon {
  width: 30px;
  margin: 0 0 0 auto;
}
.menu_icon span {
  display: block;
  width: 30px;
  height: 4px;
  background: white;
  margin-bottom: 7px;
  margin-left: 4px;
}
/*worksロゴ*/
.workslogo {
  width: 1006px;
  height: 268px;
  margin: auto;
}
.workslogo img {
  position: relative;
  float: left;
  top: 200px;
  height: 24px;
}
/*写真並べる*/
.worksphoto {
  width: 1006px;
  height: auto;
  margin: auto;
}
.wrap {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: -13px;
  margin-left: -13px;
  margin-right: -13px;
}
.wrap img {
  margin: 13px;
  width: 180px;
  height: 180px;
}
a {
  text-decoration: none;
  color: white;
  cursor: pointer;
}
/*ボタン*/
.btn3 {
  color: white;
}
.btn4 {
  color: white;
}
/*プライバシー*/
.privacy p {
  color: white;
}