* {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.relative {
  position: relative;
}

body {
  font-feature-settings: "palt";
  font-family: "Noto Sans Japanese", "sans-serif";
}

@media all and (min-width: 751px) and (max-width: 1920px) {
  .outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .wrapper {
    min-width: 1920px;
    margin: 0 auto;
  }
}

.cv01_btn {
  position: absolute;
  width: 21.5%;
  top: 62.7%;
  left: 50.9%;
}

.toggle dd .inner {
  width: 293px;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 95px;
  margin-bottom: 90px;
}

.inner>span:last-of-type,
.inner.active>span:first-of-type {
  display: none;
}

.inner.active>span:last-of-type {
  display: inline;
}

.qanda dt {
  display: none;
}

.footer_inner {
  position: absolute;
  width: 581px;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

.txt {
  position: absolute;
  width: 472px;
  text-align: center;
  top: 44.8%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 24px;
  color: #e70001;
}

.cap_add {
  font-family: 'Noto Sans JP';
  font-style: normal;
  text-align: justify;
  font-feature-settings: "palt"on;
  line-height: 140%;
  font-size: 12px;
}

.fv_cap {
  position: absolute;
  width: 1000px;
  top: 85.533%;
  left: 50%;
  transform: translateX(-50%);
  color: #6D6D6D;
  font-weight: 400;
}

.sec02_cap {
  position: absolute;
  width: 1000px;
  top: 60.91%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
  color: #FFFFFF;
}

.sec03_cap {
  position: absolute;
  width: 780px;
  top: 64.5070%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 300;
  color: #333333;
}

.sec05_cap {
  position: absolute;
  width: 1000px;
  top: 83.224%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
  color: #6D6D6D;
}

.sec06_cap {
  position: absolute;
  width: 714px;
  top: 22.19%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
  color: #6D6D6D;
}

.cap span {
  margin-bottom: 5px;
  display: inline-block;
}

.cap {
  position: absolute;
  width: 780px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  color: #6d6d6d;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-align: justify;
  font-feature-settings: "palt"on;
}

.adlp-btn:hover {
  filter: brightness(130%);
}

.adlp-btn {
  transition: filter 0.3s;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media all and (min-width: 0px) and (max-width: 750px) {
  .cv01_btn {
    width: calc((630 / 750) * 100vw);
    top: calc((1138 / 750) * 100vw);
    left: 50%;
    transform: translateX(-50%);
  }

  .toggle dd .inner {
    width: calc((373 / 750) * 100vw);
    margin: calc((76 / 750) * 100vw) 0 calc((78 / 750) * 100vw) calc((190 / 750) * 100vw);
  }

  .cap_add {
    letter-spacing: -0.02em;
    font-size: min(calc((18 / 750) * 100vw), 18px);
    line-height: 110%;
  }

  .fv_cap {
    position: absolute;
    width: min(calc((690 / 750) * 100vw), 690px);
    top: min(calc((1184 / 750) * 100vw), 1184px);
    left: 50%;
    transform: translateX(-50%);
    color: #6D6D6D;
    font-weight: 300;
  }

  .sec02_cap {
    position: absolute;
    width: min(calc((690 / 750) * 100vw), 690px);
    top: min(calc((1087 / 750) * 100vw), 1087px);
    left: 50%;
    transform: translateX(-50%);
    font-weight: 400;
    color: #FFFFFF;
  }

  .sec03_cap {
    position: absolute;
    width: min(calc((690 / 750) * 100vw), 690px);
    top: min(calc((1943 / 750) * 100vw), 1943px);
    left: 50%;
    transform: translateX(-50%);
    font-weight: 300;
    color: #333333;
  }

  .sec05_cap {
    position: absolute;
    width: min(calc((690 / 750) * 100vw), 690px);
    top: min(calc((1121 / 750) * 100vw), 1121px);
    left: 50%;
    transform: translateX(-50%);
    font-weight: 300;
    color: #6D6D6D;
  }

  .sec06_cap {
    position: absolute;
    width: min(calc((630 / 750) * 100vw), 630px);
    top: min(calc((1299 / 750) * 100vw), 1299px);
    line-height: 140%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 400;
    color: #6D6D6D;
  }

  .txt {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: calc((690 / 750) * 100vw);
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 3.5vw;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.04em;
    font-feature-settings: "pwid"on;
    color: #e70001;
  }

  .cap span {
    margin-bottom: 3%;
    display: inline-block;
  }

  .cap {
    position: absolute;
    width: calc((540 / 750) * 100vw);
    left: 50%;
    transform: translateX(-50%);
    top: calc((740 / 750) * 100vw);
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 2.2vw;
    line-height: 120%;
    text-align: justify;
    font-feature-settings: "palt"on;

    color: #6d6d6d;
  }

  .footer_inner {
    width: calc((350 / 750) * 100vw);
    top: calc((56 / 750) * 100vw);
    display: block;
  }

  .footer_inner div {
    margin-bottom: calc((20 / 750) * 100vw);
  }

  .footer_inner div:last-child {
    margin-bottom: 0;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}