@charset "UTF-8";
section#lead_area .inner {
  background: #42464D;
}
section#lead_area .box {
  width: 76.05%;
  margin: 0 auto;
  padding: 5.2083333333vw 0;
}
section#lead_area .txt-box {
  position: initial;
}
section#lead_area .anker-box {
  display: none;
}

@media screen and (max-width: 767px) {
  section#lead_area .box {
    width: 85%;
    margin: 0 auto;
    padding: 30px 0;
  }
  section#lead_area .txt-box {
    position: initial;
  }
}
/*==========================================================================
section#single01
========================================================================== */
section#single01 .inner {
  padding: 7.8125vw 0 10.4166666667vw;
}
section#single01 .box {
  width: 64.59%;
  margin: 0 auto;
}
section#single01 .txt-d {
  color: #ffffff;
  margin-bottom: 1.05vw;
}
section#single01 .txt-h2 {
  width: 100%;
  color: #ffffff;
  padding-bottom: 2.6041666667vw;
  margin-bottom: 3.6458333333vw;
  box-sizing: border-box;
  border-bottom: solid 1px #ffffff;
}
section#single01 .ic {
  width: 100%;
  height: 31.25vw;
  margin-bottom: 2.6041666667vw;
}
section#single01 .textarea {
  margin-bottom: 15.625vw;
  color: #ffffff;
}
section#single01 .textarea p {
  font-size: 0.95vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.8em;
  color: #ffffff;
}
section#single01 .textarea div {
  font-size: 0.95vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.8em;
  color: #ffffff;
}
section#single01 .textarea img {
    width: initial;
    height: initial;
}
section#single01 .pagination {
  padding-top: 5.2083333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.6041666667vw;
  border-top: solid 1px #ffffff;
}
section#single01 .pagination .txt-a {
  position: relative;
  box-sizing: border-box;
  border: solid 2px #3C5DFF;
  background: #3C5DFF;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.625vw;
  height: 3.6458333333vw;
  border-radius: 3.6458333333vw;
  margin: 0;
  gap: 0.8vw;
  transition: 1s;
}
section#single01 .pagination .txt-a svg {
  position: absolute;
  top: 50%;
  right: 1.8229166667vw;
  transform: translateY(-50%);
  display: flex;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
section#single01 .pagination .txt-a svg path {
  transition: 1s;
  fill: #ffffff;
}
section#single01 .pagination .txt-a:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #3C5DFF;
}
section#single01 .pagination .txt-a:hover svg path {
  fill: #3C5DFF;
}
section#single01 .pagination .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  border-radius: 3.6458333333vw;
  border: solid 2px #ffffff;
  box-sizing: border-box;
  background: #ffffff;
}
section#single01 .pagination .page-link .icon {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
section#single01 .pagination .page-link .icon svg {
  display: flex;
  width: 100%;
  height: 100%;
}
section#single01 .pagination .page-link .icon svg svg path {
  transition: 1s;
}
section#single01 .pagination .page-link:hover {
  background: #3C5DFF;
  border-color: #3C5DFF;
}
section#single01 .pagination .page-link:hover .icon svg path {
  fill: #ffffff;
}
section#single01 .pagination .page-link.disabled {
  opacity: 0.5;
  background: #3C5DFF;
  border-color: #3C5DFF;
}
section#single01 .pagination .page-link.disabled .icon svg path {
  fill: #ffffff;
}

@media screen and (max-width: 767px) {
  section#single01 .inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  section#single01 .box {
    width: 80%;
    margin: 0 auto;
  }
  section#single01 .txt-d {
    font-size: 10px;
    margin-bottom: 10px;
  }
  section#single01 .txt-h2 {
    font-size: 16px;
    line-height: 1.3em;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  section#single01 .ic {
    height: 39.25vw;
    margin-bottom: 30px;
  }
  section#single01 .textarea {
    margin-bottom: 30px;
  }
  section#single01 .textarea p {
    font-size: 14px;
  }
  section#single01 .textarea div {
    font-size: 14px;
  }
  section#single01 .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
    padding-top: 50px;
  }
  section#single01 .pagination .txt-a {
    order: 3;
    width: 100%;
    height: 52px;
    font-size: 16px;
    gap: 10px;
    border-radius: 60px;
  }
  section#single01 .pagination .txt-a svg {
    right: 30px;
    width: 14px;
    height: 14px;
  }
  section#single01 .pagination .page-link {
    width: 50px;
    height: 50px;
    border-radius: 50px;
  }
  section#single01 .pagination .page-link .icon {
    width: 14px;
    height: 14px;
  }
  section#single01 .pagination .page-link.next {
    order: 1;
  }
  section#single01 .pagination .page-link.prev {
    order: 2;
  }
}
/*# sourceMappingURL=single.css.map */