font {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}
font .zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
font .zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
font .zen-antique-regular {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
  div,
  p,
  ul,
  li,
  h1,
  h2,
  h3,
  h4,
  img,
  section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
  }
  a {
    color: #203c9b;
    transition: 0.3s;
    text-decoration: none;
  }
  a:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    overflow: hidden;
  }
  .contents section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    background: #fff;
    position: relative;
  }
  .contents .bg_gray {
    background: #373c38;
  }
  .contents .area_btn {
    width: 100%;
    position: absolute;
  }
  .contents .area_btn .btn_cta {
    display: block;
    width: 90.4vw;
    margin: 0 auto;
    border-radius: 11.2vw;
    box-shadow: 0.5333333333vw 1.0666666667vw 1.3333333333vw #d1d1d1;
  }
  .contents .area_btn .btn_line {
    width: 80vw;
    box-shadow: none;
  }
  .contents #brands {
    position: relative;
    overflow: hidden;
  }
  .contents #brands .brands_marquee {
    overflow: hidden;
    position: absolute;
    top: 20.8vw;
  }
  .contents #brands .brands_track {
    display: flex;
    gap: 1.6vw;
    width: -moz-max-content;
    width: max-content;
    will-change: transform;
    animation: brands-marquee 10s linear infinite;
  }
  .contents #brands .brands_list {
    width: 122.6666666667vw;
    height: auto;
    flex: 0 0 auto;
  }
  @keyframes brands-marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-124vw);
    }
  }
  .contents #brands .area_btn {
    position: relative;
    padding: 8vw 0;
  }
  .contents #voices {
    position: relative;
  }
  .contents #voices .area_btn {
    bottom: 11.2vw;
  }
  .contents #flow {
    position: relative;
  }
  .contents #flow .area_btn {
    bottom: 12vw;
  }
  .contents #faq .list_faq {
    display: flex;
    flex-direction: column;
    gap: 13.3333333333vw;
    width: 92vw;
    padding-top: 4.8vw;
  }
  .contents #faq .list_faq .item_faq {
    display: inline-block;
    overflow: hidden;
  }
  .contents #faq .list_faq .item_faq .question {
    display: flex;
    gap: 2.1333333333vw;
    width: 100%;
    padding: 0;
    background: #fff;
    border: none;
    position: relative;
    cursor: pointer;
  }
  .contents #faq .list_faq .item_faq .question .icon_q {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.4vw;
    height: 6.4vw;
    background: #373c38;
  }
  .contents #faq .list_faq .item_faq .question .icon_q img {
    width: 3.6vw;
    height: auto;
  }
  .contents #faq .list_faq .item_faq .question .txt_item_question {
    width: 76vw;
    margin-bottom: 4.8vw;
    padding: 0;
    text-align: left;
    font-size: 3.8666666667vw;
    font-family: "Zen Antique", serif;
    font-weight: 400;
    color: #000;
  }
  .contents #faq .list_faq .item_faq .question::after {
    content: "";
    display: block;
    width: 2.4vw;
    height: 2.4vw;
    position: absolute;
    border-right: solid 0.6666666667vw #373c38;
    border-bottom: solid 0.6666666667vw #373c38;
    top: 2.4vw;
    right: 4.8vw;
    transform: translate(0, -50%) rotate(45deg);
    transition: 0.2s;
  }
  .contents #faq .list_faq .item_faq .question.open::after {
    top: 3.6vw;
    transform: translate(0, -50%) rotate(-135deg);
    transition: 0.2s;
  }
  .contents #faq .list_faq .item_faq .answer {
    display: flex;
    align-items: start;
    gap: 1.6vw;
    width: 100%;
    margin-top: 4vw;
    padding: 0 6.4vw;
    background: #535953;
    max-height: 1px;
    overflow: hidden;
    transition: 0.5s;
  }
  .contents #faq .list_faq .item_faq .answer img {
    width: 6.4vw;
    height: auto;
  }
  .contents #faq .list_faq .item_faq .answer .txt_item_answer {
    padding-bottom: 0.5333333333vw;
    font-size: 3.2vw;
    font-weight: 300;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #fff;
    line-height: 1.7;
  }
  .contents #faq .list_faq .item_faq .answer .txt_item_answer .yellow {
    color: #eadba2;
    font-weight: 500;
    -webkit-text-decoration: underline #eadba2;
            text-decoration: underline #eadba2;
    text-underline-offset: 0.8vw;
  }
  .contents #faq .list_faq .item_faq .answer.open {
    margin-top: 0;
    padding: 4vw 6.4vw;
    max-height: 66.6666666667vw;
    transition: 0.5s;
  }
  .contents #faq .area_btn {
    position: relative;
    padding: 8vw 0;
  }
}
@media screen and (min-width: 768px) {
  body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    background: #222;
  }
  div,
  p,
  ul,
  li,
  h1,
  h2,
  h3,
  h4,
  img,
  section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
  }
  a {
    color: #203c9b;
    transition: 0.3s;
    text-decoration: none;
  }
  a:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  font {
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 300, 500, 700, 800;
    font-style: normal;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50vh;
  }
  .contents section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50vh;
    background: #fff;
  }
  .contents .bg_gray {
    background: #373c38;
  }
  .contents .area_btn {
    width: 100%;
    position: absolute;
  }
  .contents .area_btn .btn_cta {
    display: block;
    width: 45.2vh;
    margin: 0 auto;
    border-radius: 5.6vh;
    box-shadow: 0.2666666667vh 0.5333333333vh 0.6666666667vh #d1d1d1;
  }
  .contents .area_btn .btn_line {
    width: 40vh;
    box-shadow: none;
  }
  .contents #brands {
    position: relative;
    overflow: hidden;
  }
  .contents #brands .brands_marquee {
    overflow: hidden;
    position: absolute;
    top: 10.4vh;
  }
  .contents #brands .brands_track {
    display: flex;
    gap: 0.8vh;
    width: -moz-max-content;
    width: max-content;
    will-change: transform;
    animation: brands-marquee 10s linear infinite;
  }
  .contents #brands .brands_list {
    width: 61.3333333333vh;
    height: auto;
    flex: 0 0 auto;
  }
  @keyframes brands-marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-62vh);
    }
  }
  .contents #brands .area_btn {
    position: relative;
    padding: 4vh 0;
  }
  .contents #voices {
    position: relative;
  }
  .contents #voices .area_btn {
    bottom: 5.6vh;
  }
  .contents #flow {
    position: relative;
  }
  .contents #flow .area_btn {
    bottom: 6vh;
  }
  .contents #faq .list_faq {
    display: flex;
    flex-direction: column;
    gap: 6.6666666667vh;
    width: 46vh;
    padding-top: 2.4vh;
  }
  .contents #faq .list_faq .item_faq {
    display: inline-block;
    overflow: hidden;
  }
  .contents #faq .list_faq .item_faq .question {
    display: flex;
    gap: 1.0666666667vh;
    width: 100%;
    padding: 0;
    background: #fff;
    border: none;
    position: relative;
    cursor: pointer;
  }
  .contents #faq .list_faq .item_faq .question .icon_q {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2vh;
    height: 3.2vh;
    background: #373c38;
  }
  .contents #faq .list_faq .item_faq .question .icon_q img {
    width: 1.8vh;
    height: auto;
  }
  .contents #faq .list_faq .item_faq .question .txt_item_question {
    width: 38vh;
    margin-bottom: 2.4vh;
    padding: 0;
    text-align: left;
    font-size: 1.9333333333vh;
    font-family: "Zen Antique", serif;
    font-weight: 400;
    color: #000;
  }
  .contents #faq .list_faq .item_faq .question::after {
    content: "";
    display: block;
    width: 1.2vh;
    height: 1.2vh;
    position: absolute;
    border-right: solid 0.3333333333vh #373c38;
    border-bottom: solid 0.3333333333vh #373c38;
    top: 1.2vh;
    right: 2.4vh;
    transform: translate(0, -50%) rotate(45deg);
    transition: 0.2s;
  }
  .contents #faq .list_faq .item_faq .question.open::after {
    top: 1.8vh;
    transform: translate(0, -50%) rotate(-135deg);
    transition: 0.2s;
  }
  .contents #faq .list_faq .item_faq .answer {
    display: flex;
    align-items: start;
    gap: 0.8vh;
    width: 100%;
    margin-top: 2vh;
    padding: 0 3.2vh;
    background: #535953;
    max-height: 1px;
    overflow: hidden;
    transition: 0.5s;
  }
  .contents #faq .list_faq .item_faq .answer img {
    width: 3.2vh;
    height: auto;
  }
  .contents #faq .list_faq .item_faq .answer .txt_item_answer {
    padding-bottom: 0.2666666667vh;
    font-size: 1.6vh;
    font-weight: 300;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #fff;
    line-height: 1.7;
  }
  .contents #faq .list_faq .item_faq .answer .txt_item_answer .yellow {
    color: #eadba2;
    font-weight: 500;
    -webkit-text-decoration: underline #eadba2;
            text-decoration: underline #eadba2;
    text-underline-offset: 0.4vh;
  }
  .contents #faq .list_faq .item_faq .answer.open {
    margin-top: 0;
    padding: 2vh 3.2vh;
    max-height: 33.3333333333vh;
    transition: 0.5s;
  }
  .contents #faq .area_btn {
    position: relative;
    padding: 4vh 0;
  }
}/*# sourceMappingURL=style.css.map */