@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-container {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #000000;
  background-image: linear-gradient(90deg, #303030 2px, transparent 2px), linear-gradient(#303030 2px, transparent 2px);
  background-position: 5px;
  background-size: 72px 72px;
}
.c5-container * {
  box-sizing: border-box;
}
.c5-container img {
  max-width: 100%;
}
.c5-container ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
.c5-container p, .c5-container span, .c5-container li {
  font-feature-settings: "palt";
}
.c5-container p {
  margin-top: 0;
}
.c5-container a {
  transition: all 0.3s;
}
.c5-container a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c5-container__inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 35px 20px 40px;
}

.c5-hero {
  margin: 0 auto;
}
.c5-hero h1 {
  margin: 0 auto;
}
.c5-hero img {
  display: block;
  margin: 0 auto;
}

p.c5-catch {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 40px;
}

.c5-sec {
  margin: 0 auto 40px;
}
.c5-sec__catch {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 25px;
}
.c5-sec__catch-img {
  width: 37px;
  margin-right: 15px;
}
.c5-sec__catch-img img {
  display: block;
  margin: 0;
}
.c5-sec__catch-txt {
  width: calc(100% - 52px);
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #d5972f;
}
.c5-sec__faq-content {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto 20px;
  color: #fff;
  letter-spacing: 1px;
}
.c5-sec__faq-content .c5-name,
.c5-sec__faq-content .c5-article {
  font-size: 14px;
  line-height: 1.71;
}
.c5-sec__faq-content .c5-name {
  width: 45px;
  font-weight: 500;
  margin: 0 5px 0 0;
  font-feature-settings: normal !important;
}
.c5-sec__faq-content .c5-article {
  width: calc(100% - 50px);
  margin: 0;
  letter-spacing: 0.1em;
}
.c5-sec__faq-content.c5-q .c5-article {
  font-weight: bold;
}
.c5-sec__faq-content.c5-3col {
  flex-wrap: wrap;
}
.c5-sec__faq-content.c5-3col .c5-sec__faq-img {
  width: calc(100% - 50px);
  margin: 20px 0 0 auto;
}
.c5-sec__faq-content.c5-3col .c5-sec__faq-img img {
  display: block;
  width: 100%;
}

.c5-sec4 {
  margin-bottom: 50px;
}
.c5-sec5__banner a {
  display: block;
  margin: 0 auto;
}
.c5-sec5__banner a img {
  display: block;
  margin: 0 auto;
}

.c5-movie {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  margin: 0 auto 20px;
  background-color: #ddd;
}
.c5-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.c5-banner__wrap {
  width: 100%;
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  padding: 0 20px;
}

.c5-banner {
  display: none;
  position: relative;
  margin-bottom: 20px;
}
.c5-banner a, .c5-banner img {
  display: block;
  margin: 0 auto;
}
.c5-banner img {
  max-width: 100%;
}
.c5-banner .c5-close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -25px;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
.c5-banner .c5-close:hover {
  opacity: 0.7;
}

.c5-fix__banner {
  display: none;
}
.c5-fix__banner-inner {
  display: flex;
  justify-content: center;
  padding: 0;
}
.c5-fix__banner-img {
  width: 49%;
}
.c5-fix__banner-img:first-child {
  margin: 0 1% 0 0;
}
.c5-fix__banner-img:last-child {
  margin: 0 0 0 1%;
}
.c5-fix__banner-img a, .c5-fix__banner-img img {
  display: block;
  margin: 0 auto;
}
.c5-fix__banner-img a {
  transition: all 0.3s;
}
.c5-fix__banner-img a:hover {
  opacity: 0.8;
}
@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-container {
    background-size: 102px 102px;
  }
  .c5-container__inner {
    padding: 50px 10px 200px;
  }
  p.c5-catch {
    font-size: 26px;
    line-height: 1.77;
    margin-bottom: 90px;
  }
  .c5-sec {
    margin-bottom: 65px;
  }
  .c5-sec__catch {
    margin-bottom: 35px;
  }
  .c5-sec__catch-img {
    width: 54px;
    margin-right: 30px;
  }
  .c5-sec__catch-txt {
    width: calc(100% - 84px);
    font-size: 24px;
    line-height: 1.66;
  }
  .c5-sec__faq-content {
    margin-bottom: 30px;
  }
  .c5-sec__faq-content .c5-name,
  .c5-sec__faq-content .c5-article {
    font-size: 20px;
    line-height: 2;
  }
  .c5-sec__faq-content .c5-name {
    width: 66px;
    margin-right: 0;
  }
  .c5-sec__faq-content .c5-article {
    width: calc(100% - 66px);
    letter-spacing: 0.105em;
  }
  .c5-sec__faq-content.c5-3col {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .c5-sec__faq-content.c5-3col .c5-article {
    width: calc(100% - 66px - 310px);
  }
  .c5-sec__faq-content.c5-3col .c5-sec__faq-img {
    width: 280px;
    margin: 10px 0 0 30px;
  }
  .c5-sec4 {
    margin-bottom: 90px;
  }
  .c5-sec5 {
    margin-bottom: 0;
  }
  .c5-fix__banner {
    width: 21%;
    max-width: 58px;
    margin-left: auto;
    position: absolute;
    top: 140px;
    right: 20px;
  }
  .c5-fix__banner-inner {
    display: block;
    padding: 0;
  }
  .c5-fix__banner-img {
    width: 100%;
    margin: 0;
  }
  .c5-fix__banner-img:first-child {
    margin: 0 0 10px 0;
  }
  .c5-fix__banner-img:last-child {
    margin: 0;
  }
}
@media screen and (min-width: 750px) {
  .c5-banner__wrap {
    width: 16%;
    max-width: 280px;
    padding: 0;
    left: auto;
    transform: translateX(0);
    right: 0;
    bottom: auto;
    top: 126px;
  }
  .c5-banner {
    margin-bottom: 0;
  }
  .c5-banner a {
    position: relative;
    top: 20px;
    right: 20px;
  }
  .c5-banner .c5-close {
    top: 5px;
    right: 5px;
  }
}
@media (min-width: 800px) {
  .c5-movie {
    width: auto;
    max-width: 800px;
    height: 450px;
    margin: 0 auto 30px;
    padding: 0;
  }
}
@media (min-width: 1010px) {
  .c5-sec__faq-content .c5-article.ex {
    width: 634px;
  }
  .c5-sec2 .c5-3col {
    margin-bottom: -130px;
  }
  .c5-sec2 .c5-3col .c5-sec__faq-img {
    position: relative;
    top: -150px;
  }
}
@media (min-width: 1400px) {
  .c5-hero {
    display: flex;
    justify-content: space-between;
  }
  .c5-hero::before, .c5-hero::after {
    content: "";
    width: 50%;
    height: 580px;
  }
  .c5-hero::before {
    background: url("../img/bg_left.jpg") 0 0 repeat-x;
    background-size: 100% 100%;
  }
  .c5-hero h1 {
    flex-shrink: 0;
  }
  .c5-hero::after {
    background: url("../img/bg_right.jpg") 0 0 repeat-x;
    background-size: cover;
  }
}
/*# sourceMappingURL=style.css.map */