/* ------------------------------
 width: all
------------------------------ */
main {
  padding-bottom: 200px;
}
main section.ttl_section .wrapper h2 {
  width: 277px;
  margin: -55px auto 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
main section.ttl_section .wrapper h2 img {
  width: 100%;
  display: block;
}
main section.s01 {
  margin-top: 40px;
}
main section.s01 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main section.s01 .wrapper ul li {
  width: calc(50% - 1px);
  margin-bottom: 2px;
}
main section.s01 .wrapper ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  background-color: #080808;
}
main section.s01 .wrapper ul li a .base {
  width: 100%;
  display: block;
  max-width: 700px;
  margin: 0 auto;
}
main section.s01 .wrapper ul li a .txt {
  display: block;
  position: absolute;
  top: 50%;
  left: 60px;
  margin-top: -67.5px;
}
main section.s01 .wrapper ul li a .txtbox {
  position: absolute;
  bottom: 40px;
  left: 60px;
}
main section.s01 .wrapper ul li a .txtbox .t01 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
main section.s01 .wrapper ul li a .txtbox .t02 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 160%;
  margin-top: 20px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    padding-bottom: 150px;
  }
  main section.ttl_section .wrapper h2 {
    width: auto;
    margin: 15px auto 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
  }
  main section.ttl_section .wrapper h2 img {
    width: auto;
    height: 80px;
    margin: 0 auto;
    display: block;
  }
  main section.s01 {
    margin-top: 50px;
  }
  main section.s01 .wrapper ul {
    display: block;
  }
  main section.s01 .wrapper ul li {
    width: 100%;
    margin-bottom: 2px;
  }
  main section.s01 .wrapper ul li a {
    display: block;
    text-decoration: none;
    position: relative;
    background-color: #080808;
  }
  main section.s01 .wrapper ul li a .base {
    width: 100%;
    display: block;
    max-width: 10000px;
    margin: 0 auto;
  }
  main section.s01 .wrapper ul li a .txt {
    height: 80px;
    display: block;
    position: absolute;
    top: 50%;
    left: 35px;
    margin-top: -40px;
  }
  main section.s01 .wrapper ul li a .txtbox {
    position: absolute;
    bottom: 20px;
    left: 35px;
  }
  main section.s01 .wrapper ul li a .txtbox .t01 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
  }
  main section.s01 .wrapper ul li a .txtbox .t02 {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    line-height: 160%;
    margin-top: 10px;
  }
}