.inner{
  width: 980px;
  margin: auto;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.visual{
  width: 100%;
  background: url(../images/visual_news.jpg) center / cover no-repeat;
  position: relative;
  height: 400px;
  padding-top: 160px;
}
h1{
  color: #fff;
  font-size: 170px;
  position: absolute;
  bottom: -200px;
  right: 50px;
  font-weight: normal;
  letter-spacing: .5rem;
}
main .h2_wp{
  margin: 20px 0 50px;
  border-bottom: 10px solid #eee;
}
.event::before{
  content: "";
  background-color: #030432;
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  transform: rotate(-10deg);
  z-index: -1;
  margin-left: -57px;
  margin-top: -30px;
}
main .h2_wp h2{
  box-sizing: border-box;
  letter-spacing: 0.2em;
  position: relative;
  font-size: 1.5rem;
  z-index: 10;
  font-weight: normal;
  padding: 100px 0 0 70px;
  margin: auto;
  width: 90%;
  max-width: 980px;
  line-height: 1em;
}
main .h2_wp h2 span{
  font-size: 1.5em;
  color: #fff;
}
main ul li{
  list-style: none;
}
ul .picture{
  overflow: hidden;
  width: 100%;
  height: 100%;
}
ul .picture img{
  display: block;
  transition-duration: 0.5s;
}
ul .picture img:hover{
  transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 0.6;
}
ul .picture a{
  line-height: 0;
  font-size: 0;
  color: transparent;
}
ul .title{
  padding: 10px 0;
}
ul .title a,
ul .date a,
.list1 a,
.list2 a,
dl dt a,
dl dd a{
  text-decoration: none;
  color: #333;
}
ul .date{
  margin-bottom: 50px;
}
.list1{
  text-align: right;
}
main .h2_iwp{
  margin: 20px 0 50px;
  border-bottom: 10px solid #eee;
}
.infomation::before{
  content: "";
  background-color: #030432;
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  transform: rotate(-10deg);
  z-index: -1;
  margin-left: -64px;
  margin-top: -30px;
}
main .h2_iwp h2{
  box-sizing: border-box;
  letter-spacing: 0.3em;
  position: relative;
  font-size: 1.5rem;
  z-index: 10;
  font-weight: normal;
  padding: 100px 0 0 70px;
  margin: auto;
  width: 90%;
  max-width: 980px;
  line-height: 1em;
}
main .h2_iwp h2 span{
  font-size: 1.5em;
  color: #fff;
}
dl{
  border-top: 2px solid #eee;
  margin-top: 30px;
}
dl .flex{
  justify-content: left;
}
dl .border{
  border-bottom: 2px solid #eee;
  padding: 40px 0;
}
ul .title a:hover,
ul .date a:hover,
.list1 a:hover,
.list2 a:hover,
dl dt a:hover,
dl dd a:hover{
  color: #777;
}
.list2{
  text-align: right;
  margin: 50px 0 100px;
}
ul, menu, dir{
  padding: 0;
}
@media screen and (max-width: 768px){
  .flex{
    display: block;
  }
  .inner{
    width: auto;
  }
  .responsive{
    padding: 0 30px;
  }
  img{
    width: 100%;
    height: auto;
  }
  .border{
    display: flex;
  }
  main ul li a{
    font-size: 25px;
  }
  h1{
    font-size: 18vw;
    bottom: -21vw;
    right: 3vw;
  }
}