.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
 * TOP
 *
 * @date 2017-07-12
 * @include _top
 *
 * memo:
 * // background: url("../img/common/headline_bg.png") center top no-repeat
 *
 * ============================================================================================ */
#top-page {
  min-width: 1200px;
}

.visual {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #ffffff;
}

.visual__inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1200px;
  border: none;
}

.visual__logo {
  width: 100%;
  height: 100%;
}
.visual__logo canvas {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.blank {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
  border: none;
}

.company {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  z-index: 1;
  background-color: #323232;
}

.company__inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: none;
}

.company__block {
  color: #ffffff;
  width: 1100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border: none;
}

.company__block__inner {
  position: relative;
  zoom: 1;
}
.company__block__inner::after {
  content: "";
  clear: both;
  display: block;
}

.company__block__head {
  width: 26%;
  float: left;
  font-size: 32px;
  line-height: 1em;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.company__block__details {
  width: 74%;
  float: right;
}
.company__block__details dl {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.company__block__details dl:last-child {
  margin-bottom: 0;
}
.company__block__details dt {
  display: table-cell;
  width: 13%;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
.company__block__details dd {
  display: table-cell;
  width: 87%;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}

.company__ft {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  border: none;
}

.company__ft__inner {
  position: relative;
  width: 100%;
  zoom: 1;
}
.company__ft__inner::after {
  content: "";
  clear: both;
  display: block;
}
.company__ft__inner {
  opacity: 0;
}

.company__ft__copyright {
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: -27px;
  margin-left: -263px;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.company__ft__logos {
  position: absolute;
  right: 50px;
  top: -70px;
}
.company__ft__logos ul {
  letter-spacing: 0;
  font-size: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.company__ft__logos li {
  margin-right: 30px;
}
.company__ft__logos li:last-child {
  margin-right: 0;
}

.company__ft__logo {
  position: relative;
  width: 100%;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  /* ============================================================================================
   * SP TOP
   *
   * @date 2017-07-12
   * @include sp/_top
   *
   * memo:
   * padding: 70px
   * padding: 18.6666666667vw
   * +spimg(width, 346)
   * ============================================================================================ */
  #top-page {
    min-width: 100%;
  }
  .visual {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: #ffffff;
  }
  .visual__inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 100%;
    border: none;
  }
  .visual__logo {
    width: 100%;
    height: 100%;
    background: url("../img/visual_logo.png") center center no-repeat;
    background-size: contain;
  }
  .visual__logo canvas {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .blank {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
    pointer-events: none;
    border: none;
  }
  .company {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: auto;
    z-index: 1;
    background-color: #323232;
  }
  .company__inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: none;
  }
  .company__block {
    color: #ffffff;
    width: 84%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border: none;
  }
  .company__block__inner {
    position: relative;
    zoom: 1;
  }
  .company__block__inner::after {
    content: "";
    clear: both;
    display: block;
  }
  .company__block__head {
    width: 100%;
    float: none;
    font-size: 25px;
    font-size: 6.6666666667vw;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
    line-height: 1em;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .company__block__details {
    width: 100%;
    float: none;
  }
  .company__block__details dl {
    display: table;
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .company__block__details dl:last-child {
    margin-bottom: 0;
  }
  .company__block__details dt {
    display: table-cell;
    width: 30%;
    font-size: 13px;
    font-size: 3.4666666667vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
  }
  .company__block__details dd {
    display: table-cell;
    width: 70%;
    font-size: 13px;
    font-size: 3.4666666667vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
  }
  .company__ft {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    border: none;
  }
  .company__ft__inner {
    position: relative;
    width: 100%;
    zoom: 1;
  }
  .company__ft__inner::after {
    content: "";
    clear: both;
    display: block;
  }
  .company__ft__inner {
    opacity: 0;
  }
  .company__ft__copyright {
    color: #ffffff;
    position: absolute;
    left: 30px;
    left: 8vw;
    top: -30px;
    top: -8vw;
    margin-left: 0;
    font-size: 10px;
    font-size: 2.6666666667vw;
    letter-spacing: 0.2em;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    line-height: 1em;
  }
  .company__ft__logos {
    position: relative;
    right: auto;
    top: auto;
  }
  .company__ft__logos ul {
    letter-spacing: 0;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-top: 2.6666666667vw;
    padding-bottom: 10px;
    padding-bottom: 2.6666666667vw;
  }
  .company__ft__logos li {
    margin-left: 10px;
    margin-left: 2.6666666667vw;
    margin-right: 10px;
    margin-right: 2.6666666667vw;
  }
  .company__ft__logos li:last-child {
    margin-right: 10px;
    margin-right: 2.6666666667vw;
  }
  .company__ft__logos img {
    height: 40px;
    height: 10.6666666667vw;
    width: auto;
  }
  .company__ft__logo {
    position: relative;
    width: 100%;
    pointer-events: none;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .content__chapter__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 375px) {
  .content__chapter__text {
    font-size: 15px;
    font-size: 4vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 320px) {
  .content__chapter__text {
    font-size: 15px;
    font-size: 4vw;
  }
}