/* policy */
#policy{
  width: 90vw;
  max-width: 1080px;
  margin: 0 auto;
  padding: 180px 0 80px 0;
}
#policy > div{
  padding: 0 0 40px 0;
}
#policy h1{
  font-size: 30px;
  letter-spacing: 0.14em;
  padding: 60px 0 30px 0;
  font-weight: 400;
  font-family: 'Spectral', serif;
  font-style: italic;
}
#policy h2{
  font-size: 16px;
  font-weight: 600;
  padding: 60px 0 15px 0;
}
#policy p{
  font-size: 16px;
  font-weight: 200;
  padding: 10px 0 0 0;
  line-height: 2em;
}
#policy ul{
  padding: 20px 0 0 0;
}
#policy ul li{
  position: relative;
  padding: 0 0 0 20px;
}
#policy ul li:before{
  content:"・";
  position: absolute;
  left: 0;
  top:0;
  color: #000;
}






/* news */
#news{
  width: 90vw;
  max-width: 1080px;
  margin: 0 auto;
  padding: 140px 0 80px 0;
}
#news h2{
  font-size: 30px;
  letter-spacing: 0.14em;
  padding: 60px 0 35px 0;
  font-weight: 400;
  font-family: 'Spectral', serif;
  font-style: italic;
}
#news > div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#news > div > div{
  width: 50%;
}
#news > div > div:nth-child(1) ul{
  width: 75%;
}
#news > div > div:nth-child(1) ul li a img{
  width: 100%;
  padding: 0 0 0 0;
}
#news > div > div:nth-child(1) ul li a > div div{
  display: flex;
}
#news > div > div:nth-child(1) ul li a > div:nth-child(2){
  background: #fff;
  padding: 15px 20px 20px 20px;
}
#news > div > div:nth-child(1) ul li div time{
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 1.9em;
  color: #9a9a9a;
  padding: 0 20px 0 0;
  font-family: 'Spectral', serif;
  display: inline-block;
}
#news > div > div:nth-child(1) ul li div p{
  font-size: 16px;
  color: #000;
  padding: 5px 0 0 0;
  letter-spacing: 0.12em;
}
#news > div > div:nth-child(1) ul li div span{
  font-size: 12px;
  padding: 3px 30px 2px 30px;
  height: 20px;
  line-height: 1.2em;
  background: #fff86c;
  color: #000;
  letter-spacing: 0.2em;
  display: inline-block;
}
#news > div > div:nth-child(2) ul li p{
  font-size: 18px;
  letter-spacing: 0.12em;
  color: #000;
  padding: 0 0 10px 0;
}
#news > div > div:nth-child(2) ul li{
  margin: 0 0 40px 0;
}
#news > div > div:nth-child(2) ul li div{
  display: flex;
}
#news > div > div:nth-child(2) ul li div time{
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 1.9em;
  color: #9a9a9a;
  padding: 0 20px 0 0;
  font-family: 'Spectral', serif;
  display: inline-block;
}
#news > div > div:nth-child(2) ul li div span{
  font-size: 12px;
  padding: 3px 30px 2px 30px;
  height: 20px;
  line-height: 1.2em;
  background: #fff86c;
  color: #000;
  letter-spacing: 0.2em;
  display: inline-block;
}
#news > div > div:nth-child(2) ul li a > span{
  display: block;
  text-align: right;
  position: relative;
  padding: 0 30px 0 0;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-family: 'Spectral', serif;
  font-style: italic;
  margin: -20px 0 0 0;
}
#news > div > div:nth-child(2) ul li a > span:after{
  content:"";
  width: 24px;
  height: 9px;
  background: url(/img/link.png) 0 0 no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -5px 0 0 0;
  transition: all 0.2s;
}


/* artist */
#artist h2{
  font-size: 30px;
  letter-spacing: 0.14em;
  padding: 80px 0 0 0;
  font-weight: 400;
  font-family: 'Spectral', serif;
  font-style: italic;
}
#artist ul{
  display: flex;
  flex-wrap: wrap;
}
#artist ul li{
  width: 20%;
  margin: 35px 0 0 0;
}
#artist ul li img{
  width: 100%;
  display: block;
  margin: 0 auto;
}
#artist ul li p{
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 100;
  padding: 15px 0 0 0;
  letter-spacing: 0.12em;
  color: #000;
}
#artist ul li span{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 100;
  padding: 5px 0 0 0;
  letter-spacing: 0.12em;
  color: #000;
  font-family: 'Spectral', serif;
}
#artist ul li a:hover img{
  margin: -10px auto 0 auto;
  padding: 0 0 10px 0;
}
/* about */
#about{
  padding: 220px 0 60px 0;
  margin: -70px auto 0 auto;
  background: #f8f8f8;
  position: relative;
}
#about:before{
  content:"";
  width: 1px;
  height: 100px;
  background: #000000;
  position: absolute;
  left: 50%;
  top: 120px;
}
#about > div{
  width: 90vw;
  max-width: 1080px;
  margin: 0 auto;
}
#about h2{
  font-size: 30px;
  letter-spacing: 0.14em;
  padding: 60px 0 35px 0;
  font-weight: 400;
  font-family: 'Spectral', serif;
  font-style: italic;
}
#about ul{
  display: flex;
  flex-wrap: wrap;
}
#about ul li{
  display: flex;
  align-items: center;
  margin: 0 100px 30px 0;

}
#about ul li h3{
  margin: 0 45px 0 0;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.12em;
}
#about ul li p{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
/* title-list */
.title-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.title-list > div:nth-child(1){
  width:29.5%;
  display: flex;
}
.title-list > div:nth-child(2){
  width:70.5%;
  display: flex;
  padding: 75px 0 0 0;
}

/* whatwedo */
#whatwedo{
  border-top: 1px solid #9a9a9a;
  padding: 0 0 60px 0;
}
#whatwedo h2{
  font-size: 30px;
  letter-spacing: 0.14em;
  padding: 60px 0 30px 0;
  font-weight: 400;
  font-family: 'Spectral', serif;
  font-style: italic;
}
#whatwedo ul{
  display: flex;
  flex-wrap: wrap;
}
#whatwedo ul li{
  padding: 0 80px 0 0;
  font-size: 13px;
  letter-spacing: 0.14em;
  margin: 0 0 13px 0;
}

/* ourclient */
#ourclient{
  border-top: 1px solid #9a9a9a;
  padding: 0 0 100px 0;
}
#ourclient h2{
  font-size: 30px;
  letter-spacing: 0.14em;
  padding: 60px 0 30px 0;
  font-weight: 400;
  font-family: 'Spectral', serif;
  font-style: italic;
}
#ourclient ul{
  display: flex;
  flex-wrap: wrap;
}
#ourclient ul li{
  padding: 0 80px 0 0;
  font-size: 13px;
  letter-spacing: 0.14em;
  margin: 0 0 13px 0;
}

/* message */
#message{
  padding: 0 0 140px 0;
  position: relative;
}
#message:before{
  content:"";
  width: 1px;
  height: 100px;
  background: #000000;
  position: absolute;
  left: 50%;
  top: -50px;
}
#message h2{
  font-size: 30px;
  letter-spacing: 0.14em;
  padding: 140px 0 30px 0;
  font-weight: 400;
  font-family: 'Spectral', serif;
  font-style: italic;
}
#message p{
  padding: 34px 0 0 0;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 2em;
}
#message > div > p{
  padding: 34px 0 0 0;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 2em;
  text-align: right;
  font-family: 'Spectral', serif;
}




