#Content{
  background-image:url("https://p2-0238b0b8.imageflux.jp/company/images/bg.png"),url("https://p2-0238b0b8.imageflux.jp/company/images/bg2.jpg");
  background-repeat: no-repeat,repeat;
  background-position: top center,0 0;
  background-size:100% auto,100% auto;
  position: relative;
  display: flex;
  padding: 32% 68px 3rem;
  justify-content: space-between;
}
#Content h1{
  display: none;
}
#Content h2 a:hover{
  text-decoration: underline;
}
#Content div{
  font-feature-settings: "palt";
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#Content section {
  font-feature-settings: "palt";
}
#Content section *{
  box-sizing:content-box;
}
/*
@media screen and (min-width:768px){
  #Content > section:nth-child(2) {
    width: 79px;
  }
  #Content > section:nth-child(3) {
    width: 135px;
  }
  #Content > section:nth-child(4) {
    width: 176px;
  }
  #Content > section:nth-child(5) {
    width: 143px;
  }
  #Content > section:nth-child(6) {
    width: 142px;
  }
}
*/
#Content > section:nth-child(5) + section h2 span{
  font-size: 13px;
}
#Content section h2{
  font-size: 19px;
  margin-bottom: 7px;
}
#Content section ul img{
  width: 82px;
  height: auto;
  border-radius: 8px;
}
#Content section ul{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-height: 146px;
  overflow: hidden;
}
#Content section ul li{
  margin-bottom: 9px;
  display: block;
  overflow: hidden;
}
#Content section ul li a{
  transition: all .15s;
  padding: 0 0 0 16px;
  margin-right:5px;
  position: relative;
  box-sizing: content-box;
}

#Content section ul li a:hover{
  padding: 0 0 0 21px;
  margin-right:0;
  box-sizing:content-box;
}
#Content section ul li a:before {
  width: 6px;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  background: #666;
  content: '';
  top: 50%;
}
#Content section ul li a:before:hover{
}
@media screen and (max-width:1386px){
  #Content section ul{
    height: auto;
  }
}
@media screen and (max-width: 767px){
  #Content{
    flex-direction: column;
    flex-wrap: wrap;
    padding: 150px 3rem 1rem;
  }
  #Content h1{
    margin:0 auto;
  }
  #Content section{
    margin: 2rem 0 0;
  }
  #Content section h2{
    margin-bottom: 1rem;
  }
  #Content section ul{
    margin-left: 1rem;
  }
}