@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.2 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  caret-color: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, Arial, Tahoma, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  font-feature-settings: "pkna";
  letter-spacing: 0.03em;
  -webkit-overflow-scrolling: touch;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.4em;
}

sub {
  bottom: -0.25em;
}

_::-webkit-full-page-media,
_:future,
:root * {
  image-rendering: auto !important;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.2 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  caret-color: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, Arial, Tahoma, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  font-feature-settings: "pkna";
  letter-spacing: 0.03em;
  -webkit-overflow-scrolling: touch;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.4em;
}

sub {
  bottom: -0.25em;
}

_::-webkit-full-page-media,
_:future,
:root * {
  image-rendering: auto !important;
}

html {
  scroll-behavior: smooth;
}

.c-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 10;
  padding-top: 30px;
  transition: height 0.5s ease-in-out, background-color 0.5s ease-in-out, padding-top 0.5s ease-in-out;
  background: #FAFAFA;
}
@media only screen and (max-width: 767px) {
  .c-nav {
    padding-top: 4.8vw;
    top: 0;
  }
}
.c-nav.js-active {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  height: 68px;
  padding-top: 0;
  transition: height 0.3s ease-in-out, background-color 0.3s ease-in-out, padding-top 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-nav.js-active {
    height: 50px;
  }
}
.c-nav.js-active .logo {
  display: none;
}
.c-nav.js-active .ico {
  display: block;
}
@media only screen and (max-width: 767px) {
  .c-nav.js-active .ico {
    width: 25px;
    height: 35.5px;
  }
}
.c-nav.js-active .ico img {
  width: 100%;
}
.c-nav .logo {
  width: 260px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .c-nav .logo {
    width: 37.7333333333vw;
  }
}
.c-nav .logo img {
  width: 100%;
}
.c-nav .ico {
  display: none;
  width: 26px;
  height: 36.8px;
}
.c-nav .ico img {
  width: 100%;
}

.desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .desc {
    font-size: 3.7333333333vw;
  }
}

.c-accordion {
  width: 100%;
}
.c-accordion-item {
  transition: 0.3s;
}
.c-accordion-item-wrap {
  border-bottom: 1px solid #DADADA;
  transition: 0.3s;
}
.c-accordion-item-wrap:first-child {
  border-top: 1px solid #DADADA;
}
.c-accordion-item-wrap:has([data-accordion=open]) {
  transition: 0.3s;
}
.c-accordion-header {
  padding: 30px 95px 30px 20px;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .c-accordion-header {
    font-size: 3.7333333333vw;
    padding: 4.8vw 10.6666666667vw 4.8vw 4vw;
  }
}
.c-accordion-header:after {
  content: "";
  width: 28px;
  height: 28px;
  background: url("/en/roadsync-duo/images/common/ico-accordion-btn.svg") no-repeat center/contain;
  position: absolute;
  top: calc(50% - 14px);
  right: 20px;
  transform: rotate(0deg);
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-accordion-header:after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    right: 2.6666666667vw;
    top: calc(50% - 3.3333333333vw);
  }
}
.c-accordion-header--main {
  font-family: "Hiragino Kaku Gothic W4 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 400;
  padding: 1.1979166667vw 4.6875vw 1.1979166667vw 1.0416666667vw;
  font-size: 0.8854166667vw;
}
@media only screen and (max-width: 767px) {
  .c-accordion-header--main {
    padding: 4vw 11.0666666667vw 4vw 4vw;
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-accordion-header--main::after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.c-accordion-content {
  padding: 0px 95px 23px 40px;
  display: none;
  color: #696969;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .c-accordion-content {
    font-size: 2.9333333333vw;
    padding: 0 10.6666666667vw 4vw 6.6666666667vw;
  }
}
.c-accordion-content--main {
  font-size: 0.8854166667vw;
}
@media only screen and (max-width: 767px) {
  .c-accordion-content--main {
    font-size: 1.375rem;
  }
}
.c-accordion [data-accordion=open] {
  background-color: #FCFCFC;
  transition: 0.3s;
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .c-accordion [data-accordion=open] .c-accordion-header {
    padding: 30px 95px 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-accordion [data-accordion=open] .c-accordion-header {
    padding: 4.8vw 10.6666666667vw 4.8vw 4vw;
  }
}
.c-accordion [data-accordion=open] .c-accordion-header::after {
  transform: rotate(45deg);
  transition: 0.3s;
}
.c-accordion + h3, .c-accordion + h4 {
  margin-top: 61px;
}
@media only screen and (max-width: 767px) {
  .c-accordion + h3, .c-accordion + h4 {
    margin-top: 10.6666666667vw;
  }
}
.c-accordion-text {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 300;
  margin-bottom: 0.4166666667vw;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .c-accordion-text {
    margin-bottom: 2.1333333333vw;
  }
}
.c-accordion-list-title {
  font-weight: bold;
}
.c-accordion-list-items {
  font-size: 14px;
  padding-left: 1.6666666667vw;
  margin-bottom: 0.8333333333vw;
}
@media only screen and (max-width: 767px) {
  .c-accordion-list-items {
    padding-left: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.c-accordion-list-items li {
  list-style-type: disc;
}

.c-menu {
  opacity: 0;
  position: fixed;
  bottom: 2.6041666667vw;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  align-self: flex-end;
  font-size: 0.8333333333vw;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .c-menu {
    display: none;
  }
}
.c-menu__inner {
  display: flex;
  width: 41.6666666667vw;
  margin: 0 auto;
  padding: 5px 6px;
  align-items: center;
  background-color: rgba(113, 113, 113, 0.5);
  border-radius: 15px;
  justify-content: space-between;
  box-sizing: border-box;
}
.c-menu__text {
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 0.8333333333vw;
  vertical-align: middle;
  letter-spacing: 0.0520833333vw;
}
.c-menu__item {
  position: relative;
  width: 8.8541666667vw;
  height: 1.6666666667vw;
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
}
.c-menu__item:first-child {
  width: 6.5vw;
}
.c-menu__item:nth-child(2) {
  width: 8vw;
}
.c-menu__item:nth-child(4) {
  width: 6vw;
}
.c-menu__item:last-child {
  width: 9vw;
}
.c-menu__item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 2.03125vw 0 0.9375vw;
  text-decoration: none;
}
.c-menu__item--current {
  background-color: #FFFFFF;
}
.c-menu__item--current .c-menu__text {
  background: linear-gradient(0deg, #6792FF, #72A9F9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-menu__item--current .c-menu__arrow {
  background-image: url("../images/menu-arrow-current.svg");
}
.c-menu__arrow {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 0.6770833333vw;
  margin: auto;
  line-height: 1;
  width: 0.7291666667vw;
  height: 0.3645833333vw;
  background-image: url("../images/menu-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
}
.c-menu__item-image {
  display: flex;
  justify-content: center;
  width: 6.3020833333vw;
  color: #FFFFFF;
  cursor: pointer;
}
.c-menu__item-image a img {
  vertical-align: middle;
}
.c-menu.myFixed {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.c-sp-dropmenu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-sp-dropmenu {
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #FFFFFF;
    outline: none;
    transition: 0.3s all ease-in-out;
    box-sizing: border-box;
    z-index: 9999;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .c-sp-dropmenu.myFixed {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .c-sp-dropmenu__option {
    position: absolute;
    bottom: 15.2vw;
    width: 100%;
    padding: 3.4666666667vw;
    box-sizing: border-box;
    background-color: rgba(113, 113, 113, 0.5);
    border-radius: 3.4666666667vw 3.4666666667vw 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-sp-dropmenu__input:focus + .c-sp-dropmenu__text {
    background: #def;
  }
}
@media only screen and (max-width: 767px) {
  .c-sp-dropmenu__input {
    width: 1px;
    height: 1px;
    display: inline-block;
    position: absolute;
    opacity: 0.01;
  }
}
@media only screen and (max-width: 767px) {
  .c-sp-dropmenu__input:checked + .c-sp-dropmenu__label {
    font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Bold", "Yu Gothic Bold", Meiryo, sans-serif;
    font-weight: 700;
  }
}
@media only screen and (max-width: 767px) {
  .c-sp-dropmenu__label {
    display: block;
    min-height: 9.8666666667vw;
    font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
    font-weight: 500;
    font-size: 3.7333333333vw;
    cursor: pointer;
    position: relative;
    transition: 0.3s color ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  .c-sp-dropmenu__tap-img {
    position: absolute;
    bottom: 47px;
    left: 47px;
    width: 21.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sp-dropmenu__tap-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-sp-dropmenu__option {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-sp-dropmenu__option.expanded {
    display: block;
  }
}
.c-sp-dropmenu__option.expanded + .c-sp-dropmenu__bottom {
  border-top: 1px solid #FFFFFF;
  border-radius: 0;
}
.c-sp-dropmenu__option.expanded + .c-sp-dropmenu__bottom .c-sp-dropmenu__bottom-arrow {
  transform: translateY(25%) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .c-sp-dropmenu__bottom {
    display: flex;
    height: 15.2vw;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: rgba(113, 113, 113, 0.5);
    border-radius: 20px 20px 0 0;
  }
}
.c-sp-dropmenu__bottom-inner {
  display: flex;
  height: 100%;
  gap: 2vw;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 2.9333333333vw 20.8vw 2.9333333333vw 4.8vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-sp-dropmenu__bottom-text {
    position: relative;
    font-size: 4.2666666667vw;
    line-height: 9.1022666667vw;
    letter-spacing: 0.1777333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sp-dropmenu__bottom-arrow {
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    line-height: 1;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border: 3px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
  }
}
@media only screen and (max-width: 767px) {
  .c-sp-dropmenu__bottom-topicon {
    height: 9.2vw;
    padding: 2.9333333333vw 4.8vw;
    z-index: 9999;
  }
}
@media only screen and (max-width: 767px) {
  .c-sp-dropmenu__bottom-topicon img {
    height: 100%;
  }
}

@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}
.c-button {
  display: inline-block;
  border-radius: 2.9166666667vw;
  min-width: 9.2708333333vw;
}
@media only screen and (max-width: 767px) {
  .c-button {
    width: 174px;
    border-radius: 10.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-button {
    width: 80.2666666667vw;
  }
}
.c-button__wrapper {
  display: flex;
  height: 2.9166666667vw;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  border-radius: 2.9166666667vw;
  border: 2px solid transparent;
  transition: width 0.4s ease, height 0.4s ease;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-button__wrapper {
    height: 10.6666666667vw;
    border-radius: 10.6666666667vw;
    box-sizing: border-box;
  }
}
.c-button__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2px;
  left: -2px;
  bottom: 0;
  right: 0;
  border-radius: 2.9166666667vw;
  padding: 2px;
  background-image: linear-gradient(var(--rotate), #66f2ec, #215bef 43%, #66f2ec 68%, #c5c5c5);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: none;
}
@media only screen and (max-width: 767px) {
  .c-button__wrapper::before {
    border-radius: 26.6666666667vw;
  }
}
.c-button__wrapper:hover::before {
  animation: spin 2.5s linear infinite;
}
@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}
.c-button__wrapper img {
  width: 0.8854166667vw;
}
@media only screen and (max-width: 767px) {
  .c-button__wrapper img {
    width: 4.1333333333vw;
  }
}
.c-button__text {
  font-family: "Hiragino Kaku Gothic W4 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 400;
  word-break: break-word;
  font-size: 0.8333333333vw;
  line-height: 1.328125vw;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .c-button__text {
    font-size: 3.7333333333vw;
    line-height: 6.8266666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-button__text span {
    font-size: 3.2vw;
    line-height: 6.8266666667vw;
  }
}
.c-button__arrow {
  position: absolute;
  right: 1.1458333333vw;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .c-button__arrow {
    right: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-button.-pc {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .c-button.-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .c-button.-sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-button.-sp {
    display: block;
  }
}

.sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

/*タイトルの動き*/
@property --percentage {
  syntax: "<percentage>";
  initial-value: 0%;
  inherits: false;
}
@keyframes fadeIn {
  0% {
    --percentage: 0%;
  }
  100% {
    --percentage: 100%;
  }
}
.wrap {
  display: flex;
  flex-direction: column;
}

.top {
  position: relative;
  background-color: #F2F4F6;
}

.roadsync-duo__wrapper {
  opacity: 0;
  animation: loading 2s ease-in-out 1s forwards;
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mv {
  background-image: url("../images/mv/mainVisual-bg.png");
  background-size: cover;
  background-color: #F2F4F6;
  height: 52.0833333333vw;
  padding-bottom: 13.0208333333vw;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .mv {
    background-image: url("../images/mv/mainVisual-bg_sp.png");
    background-position: center;
    background-size: cover;
    height: auto;
    padding-bottom: 0;
  }
}
.mv .mvContainer {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1.7708333333vw 11.7708333333vw 0 11.7708333333vw;
  justify-content: space-between;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .mv .mvContainer {
    max-width: 100%;
    padding: 40.5333333333vw 0 0;
    flex-direction: column;
    gap: 0;
    padding-top: 24.6666666667vw;
  }
}
.mv .mvContainer .mvContent {
  display: flex;
  justify-content: space-between;
  height: 36.6666666667vw;
  width: 31.4583333333vw;
}
@media only screen and (max-width: 767px) {
  .mv .mvContainer .mvContent {
    display: block;
    width: auto;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
  }
}
.mv .mvContainer .mvContent__image {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .mv .mvContainer .mvContent__image {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
}
.mv .mvContainer .mvContent__logo {
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s ease-out, filter 1s ease-out;
}
.mv .mvContainer .mvContent__logo.visible {
  opacity: 1;
  filter: blur(0);
}
@media only screen and (max-width: 767px) {
  .mv .mvContainer .mvContent__logo {
    margin-bottom: 20px;
  }
}
.mv .mvContainer .mvContent__logo__image {
  margin-top: -45px;
}
@media only screen and (max-width: 767px) {
  .mv .mvContainer .mvContent__logo__image {
    max-width: 100%;
    width: 84vw;
    margin-top: 0;
  }
}
.mv .mvContainer .mvContent__logo__button {
  display: flex;
  gap: 1.25vw;
  margin-top: 3.6458333333vw;
  padding-left: 7.65625vw;
}
@media only screen and (max-width: 767px) {
  .mv .mvContainer .mvContent__logo__button {
    width: 100%;
    justify-content: center;
    padding-left: 0;
    gap: 4.8vw;
  }
}
.mv .mvContainer .mvContent__img {
  position: relative;
  width: 32.1875vw;
}
@media only screen and (max-width: 767px) {
  .mv .mvContainer .mvContent__img {
    width: 100vw;
    height: 101.8666666667vw;
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 7.6vw;
    overflow: hidden;
  }
}
.mv .mvContainer .mvContent__img .wall {
  position: absolute;
  width: 33.6458333333vw;
  height: 32.0833333333vw;
  top: 2.5520833333vw;
  left: -3.3333333333vw;
  background-image: url("../images/mv/concrete-wallnew.png");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .mv .mvContainer .mvContent__img .wall {
    width: 86.1453333333vw;
    height: 82.2666666667vw;
    top: 9.3333333333vw;
    left: 48vw;
    left: 51.0666666667vw;
    transform: translateX(-50%);
  }
}
.mv .mvContainer .mvContent__img .circle {
  position: absolute;
  width: 38.9583333333vw;
  height: 38.9583333333vw;
  top: -2%;
  left: -19%;
  background-image: url("../images/mv/graphic_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: multiply;
  animation: rotate 20s linear infinite;
}
@media only screen and (max-width: 767px) {
  .mv .mvContainer .mvContent__img .circle {
    width: 100%;
    height: 100%;
    top: -4%;
    left: 1%;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.mv .mvContainer .mvContent__img .main-image {
  position: absolute;
  top: 4.1666666667vw;
  left: 1.4583333333vw;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .mv .mvContainer .mvContent__img .main-image {
    top: 12.8vw;
    left: 19.7333333333vw;
  }
}
.mv .mvContainer .mvContent__img .main-image img {
  width: 24.3229166667vw;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .mv .mvContainer .mvContent__img .main-image img {
    width: 62.2666666667vw;
    height: 80.6666666667vw;
  }
}
.mv .mvContainer .mvContent__img .floating-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .mv .mvContainer .mvContent__img .floating-icons {
    top: 50px;
  }
}
.mv .mvContainer .mvContent__img .floating-icons .floating {
  position: relative;
}
.mv .mvContainer .mvContent__img .floating-icons .floating.music {
  position: absolute;
  top: 38%;
  left: -25%;
  width: 16.875vw;
  animation: musicFloat 3s ease-in-out infinite alternate;
}
@media only screen and (max-width: 767px) {
  .mv .mvContainer .mvContent__img .floating-icons .floating.music {
    top: 23%;
    left: -2%;
    width: 53.3333333333vw;
  }
}
.mv .mvContainer .mvContent__img .floating-icons .floating.navigation {
  position: absolute;
  top: 4%;
  left: 2%;
  width: 10.6770833333vw;
  animation: navigationFloat 4s ease-in-out infinite alternate;
}
@media only screen and (max-width: 767px) {
  .mv .mvContainer .mvContent__img .floating-icons .floating.navigation {
    top: -4%;
    left: 14.5%;
    width: 31.4666666667vw;
  }
}
.mv .mvContainer .mvContent__img .floating-icons .floating.call {
  position: absolute;
  top: 20%;
  left: 65%;
  width: 10.6770833333vw;
  animation: callFloat 3.5s ease-in-out infinite alternate;
}
@media only screen and (max-width: 767px) {
  .mv .mvContainer .mvContent__img .floating-icons .floating.call {
    top: 11%;
    left: 69%;
    width: 32vw;
  }
}
@keyframes musicFloat {
  0% {
    transform: translateX(-6px);
  }
  100% {
    transform: translateX(6px);
  }
}
@keyframes navigationFloat {
  0% {
    transform: translate(-4px, 4px);
  }
  100% {
    transform: translate(4px, -4px);
  }
}
@keyframes callFloat {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}

.mainContainer {
  background-color: #F2F4F6;
}
.mainContainer .inner {
  padding: 0 14.5833333333vw;
}
@media only screen and (max-width: 767px) {
  .mainContainer .inner {
    padding: 0 40px;
  }
}
.mainContainer .c-accordion [data-accordion=open] {
  background-color: #F1F1F1;
}
@media print, screen and (min-width: 768px) {
  .mainContainer .c-accordion [data-accordion=open] .c-accordion-header {
    padding: 1.1979166667vw 4.6875vw 1.1979166667vw 1.0416666667vw;
  }
}
.mainContainer .c-accordion-text {
  font-size: 0.7291666667vw;
}
@media only screen and (max-width: 767px) {
  .mainContainer .c-accordion-text {
    font-size: 2.9333333333vw;
    line-height: 4.2666666667vw;
  }
}
.mainContainer .c-accordion-list-items {
  font-size: 0.7291666667vw;
}
@media only screen and (max-width: 767px) {
  .mainContainer .c-accordion-list-items {
    font-size: 2.9333333333vw;
    line-height: 4.2666666667vw;
  }
}

.dlLinkButton__appStore {
  display: inline-block;
  width: auto;
  height: 2.7083333333vw;
}
@media only screen and (max-width: 767px) {
  .dlLinkButton__appStore {
    height: 9.6vw;
  }
}
.dlLinkButton__googlePlay {
  display: inline-block;
  width: auto;
  height: 2.7083333333vw;
}
@media only screen and (max-width: 767px) {
  .dlLinkButton__googlePlay {
    height: 9.6vw;
  }
}
.dlLinkButton__image {
  width: auto;
  height: 100%;
}

.news {
  max-width: 57.8125vw;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .news {
    max-width: 100%;
    padding: 0 30px;
  }
}
.news__inner {
  width: 56.29%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .news__inner {
    width: 84%;
    padding-top: 6.6666666667vw;
  }
}
.news__content {
  display: flex;
  gap: 6.7708333333vw;
  border: 1px solid #fff;
  background-color: #FAFAFF;
  border-radius: 2.6041666667vw;
  padding: 3.8020833333vw 4.4270833333vw 3.8020833333vw 5.625vw;
}
@media only screen and (max-width: 767px) {
  .news__content {
    display: block;
    padding: 9.3333333333vw 6.6666666667vw 9.3333333333vw;
    border-radius: 6.6666666667vw;
  }
}
.news__title {
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .news__title {
    padding-bottom: 6.6666666667vw;
  }
}
.news__title img {
  width: 4.84375vw;
}
@media only screen and (max-width: 767px) {
  .news__title img {
    width: 19.4666666667vw;
  }
}
.news__item {
  display: flex;
  align-items: flex-start;
  color: #686868;
  line-height: 1.3;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
}
.news__item:not(:last-child) {
  padding-bottom: 0.4166666667vw;
}
@media only screen and (max-width: 767px) {
  .news__item:not(:last-child) {
    padding-bottom: 5.3333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .news__item {
    display: block;
  }
}
.news__item .day {
  margin-right: 30px;
  display: inline;
  text-align: center;
  white-space: nowrap;
  font-size: 0.78125vw;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .news__item .day {
    width: 100%;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
.news__item .text {
  word-break: break-word;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 0.8333333333vw;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .news__item .text {
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
    margin-top: 1.8666666667vw;
  }
}

.video {
  max-width: 70.8333333333vw;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2.6041666667vw;
  margin: 10vw auto 0;
  padding: 7.5520833333vw 9.0625vw 6.7708333333vw;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .video {
    max-width: 92vw;
    margin-top: 24vw;
    padding: 18.6666666667vw 3.3333333333vw 16vw;
    border-radius: 2.6666666667vw;
  }
}
.video__title {
  padding-bottom: 1.875vw;
  width: 39.0625vw;
  -webkit-mask-image: linear-gradient(45deg, black var(--percentage), transparent calc(var(--percentage) + 10%), transparent 100%);
  mask-image: linear-gradient(45deg, black var(--percentage), transparent calc(var(--percentage) + 10%), transparent 100%);
  opacity: 1;
  will-change: auto;
  animation: none;
}
@media only screen and (max-width: 767px) {
  .video__title {
    padding: 0 3.3333333333vw 6.6666666667vw;
    width: 77.7333333333vw;
  }
}
.video__title.show {
  animation: fadeIn ease 2s forwards;
}
.video__title img {
  width: 100%;
}
.video__lead {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 300;
  color: #3F3F3F;
  font-size: 1.1458333333vw;
  padding-bottom: 3.8020833333vw;
  letter-spacing: 0.15625vw;
}
@media only screen and (max-width: 767px) {
  .video__lead {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
    letter-spacing: 0;
    padding: 0 2.6041666667vw 5.2083333333vw;
  }
}
.video__content .video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}
.video__content .video-thumbnail:hover span {
  transform: translate(-50%, -50%) scale(1.2);
}
.video__content .video-thumbnail > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/thumb_btn.svg");
  background-size: cover;
  width: 120px;
  height: 120px;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .video__content .video-thumbnail > span {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .video__content .video-thumbnail > span {
    width: 60px;
    height: 60px;
  }
}
.video__content .video-thumbnail video {
  border-radius: 0.4166666667vw;
}
.video .modal {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5.2083333333vw;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .video .modal {
    padding-top: 40px;
  }
}
.video .modal__content {
  width: 50%;
  padding: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .video .modal__content {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .video .modal__content {
    max-width: 90%;
    width: 100%;
    padding: 0;
  }
}
.video .modal__wrapper {
  position: relative;
  padding-top: 56.25%;
}
.video .modal__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video .modal.show {
  visibility: visible;
}
.video .modal .close {
  position: absolute;
  top: -70px;
  right: -50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .video .modal .close {
    top: -64px;
    right: 0px;
  }
}
.video .modal .close .circle {
  width: 60px;
  height: 60px;
  transition: transform 0.6s ease;
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .video .modal .close .circle {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .video .modal .close .circle {
    width: 45px;
    height: 45px;
  }
}
.video .modal .close::before, .video .modal .close::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform-origin: center;
}
.video .modal .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.video .modal .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.video .modal .close:hover .circle {
  transform: rotate(180deg);
}

.about {
  margin: 4.7916666667vw auto 0;
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 9.375vw;
}
@media only screen and (max-width: 767px) {
  .about {
    padding-bottom: 24vw;
    margin-top: 8vw;
  }
}
.about__content {
  padding-top: 7.2916666667vw;
  background-color: #E4E8F0;
  border-radius: 2.6041666667vw 2.6041666667vw 0 0;
}
@media only screen and (max-width: 767px) {
  .about__content {
    padding-top: 60px;
    border-radius: 6.6666666667vw 6.6666666667vw 0 0;
  }
}
.about__inner {
  width: 67.7083333333vw;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .about__inner {
    width: 77.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .about__inner--two {
    width: 79.7333333333vw;
    padding-top: 0;
  }
}
.about__title {
  padding-bottom: 1.40625vw;
  width: 44.84375vw;
  -webkit-mask-image: linear-gradient(45deg, black var(--percentage), transparent calc(var(--percentage) + 10%), transparent 100%);
  mask-image: linear-gradient(45deg, black var(--percentage), transparent calc(var(--percentage) + 10%), transparent 100%);
  opacity: 1;
  will-change: auto;
  animation: none;
}
.about__title.show {
  animation: fadeIn 2s ease forwards;
}
@media only screen and (max-width: 767px) {
  .about__title {
    padding-bottom: 20px;
    width: 80vw;
  }
}
.about__title img {
  width: 100%;
  height: auto;
}
.about__description {
  padding-bottom: 0;
}
.about__description.-pb0 {
  padding-bottom: 0;
}
.about__description-text {
  font-size: 1.1458333333vw;
  line-height: 2.0833333333vw;
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 300;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .about__description-text {
    font-size: 4.2666666667vw;
    line-height: 6.1333333333vw;
  }
}
.about__note {
  font-size: 0.7291666667vw;
  line-height: 1.1666666667vw;
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 300;
  color: #666666;
  margin-top: 1.5625vw;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .about__note {
    font-size: 3.4666666667vw;
    line-height: 5.2vw;
    margin-top: 6.6666666667vw;
  }
}
.about__note-text {
  display: block;
}
@media only screen and (max-width: 767px) {
  .about__note-text {
    margin: 0 0 5.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .about__note-text:last-of-type {
    margin: 0;
  }
}
.about__visual {
  padding: 5.3125vw 1.5625vw 3.6458333333vw;
}
@media only screen and (max-width: 767px) {
  .about__visual {
    padding: 0 1.0666666667vw;
    margin: 12.9333333333vw 0;
  }
}
.about__visual img {
  width: 100%;
  opacity: 0;
  filter: blur(20px);
  transition: opacity 0.3s ease-out, filter 1s ease-out;
}
.about__visual img.visible {
  opacity: 1;
  filter: blur(0);
}
.about__bg {
  position: relative;
  overflow: hidden;
  padding-top: 5.5208333333vw;
}
@media only screen and (max-width: 767px) {
  .about__bg {
    padding-top: 0;
  }
}
.about__bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #E4E8F0 40%, #F5F5F5 73%, #DEDEDE 100%);
  border-radius: 0 0 50px 50px;
}
.about__bg img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  opacity: 0;
  filter: blur(20px);
  transition: opacity 0.3s ease-out, filter 1s ease-out;
}
.about__bg img.visible {
  opacity: 1;
  filter: blur(0);
}

.suggest__inner {
  padding: 0 14.5833333333vw;
}
@media only screen and (max-width: 767px) {
  .suggest__inner {
    padding: 0 10.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .suggest__inner--one {
    padding: 0 8.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .suggest__inner--music {
    padding: 0 8.8vw;
  }
}
.suggest__title {
  padding-bottom: 1.40625vw;
  width: 26.875vw;
  -webkit-mask-image: linear-gradient(45deg, black var(--percentage), transparent calc(var(--percentage) + 10%), transparent 100%);
  mask-image: linear-gradient(45deg, black var(--percentage), transparent calc(var(--percentage) + 10%), transparent 100%);
  opacity: 1;
  will-change: auto;
  animation: none;
}
.suggest__title.show {
  animation: fadeIn ease 2s forwards;
}
@media only screen and (max-width: 767px) {
  .suggest__title {
    padding-bottom: 8vw;
    width: 48.4vw;
  }
}
.suggest__title img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .suggest__title--one {
    width: 74.9333333333vw;
    padding-bottom: 5.7333333333vw;
  }
}
.suggest__title--music {
  padding-bottom: 2.0833333333vw;
}
@media only screen and (max-width: 767px) {
  .suggest__title--music {
    padding-bottom: 6.6666666667vw;
  }
}
.suggest__title--phone {
  padding-bottom: 2.0833333333vw;
}
@media only screen and (max-width: 767px) {
  .suggest__title--phone {
    padding-bottom: 6.4vw;
  }
}
.suggest__section {
  max-width: 1340px;
  box-sizing: border-box;
  width: 69.7916666667vw;
  background-color: #FFFFFF;
  padding: 4.0625vw 3.125vw 2.8645833333vw;
  margin: 0 auto;
  border-radius: 2.6041666667vw;
  margin-bottom: 4.7395833333vw;
}
@media only screen and (max-width: 767px) {
  .suggest__section {
    width: calc(100% - 30px);
    box-sizing: border-box;
    margin: 0 auto 10.6666666667vw;
    border-radius: 6.6666666667vw;
    padding: 12vw 5.3333333333vw 6.6666666667vw 5.3333333333vw;
  }
}
.suggest__sub-title {
  padding-bottom: 1.0416666667vw;
  width: 23.4895833333vw;
  -webkit-mask-image: linear-gradient(45deg, black var(--percentage), transparent calc(var(--percentage) + 10%), transparent 100%);
  mask-image: linear-gradient(45deg, black var(--percentage), transparent calc(var(--percentage) + 10%), transparent 100%);
  opacity: 1;
  will-change: auto;
  animation: none;
}
@media only screen and (max-width: 767px) {
  .suggest__sub-title {
    width: 100%;
    padding: 0 4vw 6.6666666667vw 4vw;
  }
}
.suggest__sub-title.show {
  animation: fadeIn ease 2s forwards;
}
@media only screen and (max-width: 767px) {
  .suggest__sub-title {
    padding-bottom: 10px;
    width: 48.4vw;
  }
}
.suggest__sub-title img {
  width: 100%;
}
.suggest__sub-title--one {
  width: 18.9583333333vw;
}
@media only screen and (max-width: 767px) {
  .suggest__sub-title--one {
    width: 51.4666666667vw;
    padding-bottom: 4.9333333333vw;
  }
}
.suggest__sub-title--two {
  max-width: 100%;
  width: 42.2916666667vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .suggest__sub-title--two {
    width: 66.6666666667vw;
    padding-bottom: 2.8vw;
    box-sizing: border-box;
  }
}
.suggest__section-text {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 300;
  color: #666666;
  font-size: 0.9375vw;
  line-height: 1.4583333333vw;
  margin-bottom: 3.125vw;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .suggest__section-text {
    font-size: 4vw;
    line-height: 6.1333333333vw;
    margin-bottom: 10.6666666667vw;
    padding: 0 4vw 0 4vw;
  }
}
.suggest__section-text span {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 300;
  display: block;
  margin-top: 1.0416666667vw;
  font-size: 0.7291666667vw;
  line-height: 1.1666666667vw;
}
@media only screen and (max-width: 767px) {
  .suggest__section-text span {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 4.9333333333vw;
  }
}
.suggest__two-column {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 2.0833333333vw;
  margin-bottom: 3.125vw;
  opacity: 0;
  filter: blur(20px);
  transition: opacity 0.3s ease-out, filter 1s ease-out;
}
@media only screen and (max-width: 767px) {
  .suggest__two-column {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.suggest__two-column.visible {
  opacity: 1;
  filter: blur(0);
}
.suggest__two-column::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 5.8333333333vw;
  height: 5.8333333333vw;
  background-image: url("../images/arrow_right.svg");
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .suggest__two-column::after {
    width: 19.4666666667vw;
    height: 19.4666666667vw;
    transform: rotate(90deg);
    top: -6.6666666667vw;
  }
}
.suggest__two-column-content {
  flex: 1;
}
.suggest__two-column-content img {
  width: 100%;
}
.suggest__two-column-text {
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  background: linear-gradient(45deg, #778AB9, #61888A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.1458333333vw;
  line-height: 1.6666666667vw;
}
@media only screen and (max-width: 767px) {
  .suggest__two-column-text {
    font-size: 1.875rem;
    line-height: 1.6;
  }
}
.suggest__three-column {
  display: flex;
  border: 1px solid #E4E4E4;
  border-radius: 2.6041666667vw;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .suggest__three-column {
    flex-direction: column;
    border-radius: 5.3333333333vw;
  }
}
.suggest__three-column--two {
  padding: 0;
}
.suggest__three-column-title {
  background: linear-gradient(45deg, #778AB9, #61888A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.1458333333vw;
  line-height: 1.9791666667vw;
  margin-bottom: 1.5625vw;
}
@media only screen and (max-width: 767px) {
  .suggest__three-column-title {
    font-size: 2.25rem;
    line-height: 3.375rem;
  }
}
.suggest__three-column-title img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .suggest__three-column-title img {
    width: 80%;
    margin-bottom: 5.3333333333vw;
  }
}
.suggest__three-column-title--one {
  padding-right: 1.5625vw;
  width: 13.0729166667vw;
}
@media only screen and (max-width: 767px) {
  .suggest__three-column-title--one {
    width: 72.6666666667vw;
  }
}
.suggest__three-column-title--two {
  width: 12.9166666667vw;
  margin-bottom: 1.40625vw;
}
@media only screen and (max-width: 767px) {
  .suggest__three-column-title--two {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.suggest__three-column-text {
  font-family: "Hiragino Kaku Gothic W4 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 1.4583333333vw;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .suggest__three-column-text {
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
  }
}
.suggest__three-column-text span {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 300;
  display: block;
  margin-top: 0.8854166667vw;
  font-size: 0.7291666667vw;
  line-height: 1.1666666667vw;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .suggest__three-column-text span {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
    line-height: 4vw;
  }
}
.suggest__three-column-left {
  width: 100%;
  padding: 2.7083333333vw 2.5vw 2.7083333333vw 2.5520833333vw;
  box-sizing: content-box;
}
@media only screen and (max-width: 767px) {
  .suggest__three-column-left {
    width: 100%;
    padding: 8vw 6.6666666667vw 9.3333333333vw 6.6666666667vw;
    box-sizing: border-box;
  }
}
.suggest__three-column-left--two {
  width: 56.7%;
  padding: 3.0208333333vw 4.4791666667vw 3.125vw 2.5vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .suggest__three-column-left--two {
    width: 100%;
    padding: 8vw 6.6666666667vw 6.5333333333vw 6.6666666667vw;
    box-sizing: border-box;
  }
}
.suggest__three-column-right {
  display: flex;
  justify-content: space-between;
  gap: 1.5625vw;
  opacity: 0;
  filter: blur(20px);
  transition: opacity 0.3s ease-out, filter 1s ease-out;
  box-sizing: content-box;
}
@media only screen and (max-width: 767px) {
  .suggest__three-column-right {
    flex-direction: column;
    gap: 0px;
  }
}
.suggest__three-column-right--one {
  padding: 0 2.5520833333vw 0 0;
}
@media only screen and (max-width: 767px) {
  .suggest__three-column-right--one {
    padding: 0 6.6666666667vw 8vw 6.6666666667vw;
    gap: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .suggest__three-column-right--two {
    width: 26.5625vw;
    transform: translateX(-0.8854166667vw);
  }
}
@media only screen and (max-width: 767px) {
  .suggest__three-column-right--two {
    height: auto;
    padding: 0 9.2vw 4.5333333333vw 5.7333333333vw;
  }
}
.suggest__three-column-right.visible {
  opacity: 1;
  filter: blur(0);
}
.suggest__three-column-image {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .suggest__three-column-image {
    width: 100%;
  }
}
.suggest__three-column-image img {
  width: 100%;
}
.suggest__three-column-image--fv01 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .suggest__three-column-image--fv01 {
    width: 114%;
  }
}
.suggest__three-column-image--fv01 img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .suggest__three-column-image--fv01 img {
    height: auto;
    width: 100%;
  }
}
.suggest__three-column-image--fv02 {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .suggest__three-column-image--fv02 {
    width: 95%;
    margin-top: -16.6666666667vw;
    margin-left: 5.3333333333vw;
  }
}
.suggest__three-column-image--fv02 img {
  position: absolute;
  left: -4.6354166667vw;
  top: 3.1770833333vw;
}
@media only screen and (max-width: 767px) {
  .suggest__three-column-image--fv02 img {
    position: relative;
    left: auto;
    top: auto;
  }
}
.suggest__three-column-image figcaption {
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Bold", "Yu Gothic Bold", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.7291666667vw;
  line-height: 1.8229166667vw;
  color: #666666;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .suggest__three-column-image figcaption {
    font-size: 3.7333333333vw;
    line-height: 4vw;
    margin-top: 3.0666666667vw;
  }
}
.suggest__bottom-text {
  width: 28.6979166667vw;
  height: 1.9791666667vw;
  margin: 0 auto 1.3020833333vw;
}
@media only screen and (max-width: 767px) {
  .suggest__bottom-text {
    width: 58.6666666667vw;
    height: 12.5333333333vw;
    margin: 0 auto 4vw 9.7333333333vw;
  }
}
.suggest__bottom-text img {
  width: 100%;
}
.suggest__button {
  text-align: center;
  margin-bottom: 10.4166666667vw;
}
@media only screen and (max-width: 767px) {
  .suggest__button {
    margin-bottom: 24vw;
  }
}
.suggest__button .c-button__wrapper {
  padding: 0.8333333333vw 3.8020833333vw 0.7291666667vw 2.7083333333vw;
}
@media only screen and (max-width: 767px) {
  .suggest__button .c-button__wrapper {
    height: auto;
    padding: 1.8666666667vw 10.6666666667vw 1.8666666667vw 4.9333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .suggest__button .c-button {
    width: 82.266667vw;
  }
}
.suggest__lead {
  padding-bottom: 3.6458333333vw;
}
@media only screen and (max-width: 767px) {
  .suggest__lead {
    padding-bottom: 9.3333333333vw;
  }
}
.suggest__lead--music {
  padding-bottom: 3.125vw;
}
@media only screen and (max-width: 767px) {
  .suggest__lead--music {
    padding-bottom: 6.6666666667vw;
  }
}
.suggest__lead--phone {
  padding-bottom: 1.5625vw;
}
@media only screen and (max-width: 767px) {
  .suggest__lead--phone {
    padding-bottom: 6.6666666667vw;
  }
}
.suggest__lead-text {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 300;
  padding-bottom: 1.0416666667vw;
  color: #666666;
  font-size: 0.9375vw;
  line-height: 1.4583333333vw;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .suggest__lead-text {
    font-size: 4vw;
    line-height: 6.1333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.suggest__lead-text--music {
  padding-bottom: 0;
}
.suggest__lead-text--phone {
  padding-bottom: 0;
}
.suggest__note {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 1.5vw;
  color: #666666;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .suggest__note {
    font-size: 3.4666666667vw;
    line-height: 4.9333333333vw;
  }
}
.suggest__visual {
  width: 70.8333333333vw;
  margin: 0 auto 4.6875vw;
}
@media only screen and (max-width: 767px) {
  .suggest__visual {
    width: 92vw;
    margin: 0 auto 10.6666666667vw;
  }
}
.suggest__visual img {
  width: 100%;
  opacity: 0;
  filter: blur(20px);
  transition: opacity 0.3s ease-out, filter 1s ease-out;
}
.suggest__visual img.visible {
  opacity: 1;
  filter: blur(0);
}
.suggest__content--music {
  padding-bottom: 5vw;
}
@media only screen and (max-width: 767px) {
  .suggest__content--music {
    padding-bottom: 13.3333333333vw;
  }
}
.suggest__content--phone {
  padding-bottom: 6.25vw;
}
@media only screen and (max-width: 767px) {
  .suggest__content--phone {
    padding-bottom: 16vw;
  }
}
.suggest .-music .suggest__title {
  width: 5.2083333333vw;
}
@media only screen and (max-width: 767px) {
  .suggest .-music .suggest__title {
    width: 15.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .suggest .-music .suggest__visual {
    margin-top: -2px;
  }
}
.suggest .-incomingCall .suggest__title {
  width: 5.2083333333vw;
}
@media only screen and (max-width: 767px) {
  .suggest .-incomingCall .suggest__title {
    width: 15.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .suggest .-incomingCall .suggest__visual {
    margin-top: -6px;
  }
}

.App {
  width: 70.9375vw;
  margin: 0 auto;
  padding: 4.6875vw 3.6458333333vw 0 3.6458333333vw;
  background-image: url("../images/app_background.png");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: top right 27%;
}
@media only screen and (max-width: 767px) {
  .App {
    width: 100%;
    padding: 0;
    background-size: 100%;
    background-position: top 14% right 12.2666666667vw;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .App__inner {
    width: 80%;
    margin: 24vw auto 0;
  }
}
.App__title {
  width: 30.2083333333vw;
  padding-bottom: 1.9270833333vw;
  -webkit-mask-image: linear-gradient(45deg, black var(--percentage), transparent calc(var(--percentage) + 10%), transparent 100%);
  mask-image: linear-gradient(45deg, black var(--percentage), transparent calc(var(--percentage) + 10%), transparent 100%);
  opacity: 1;
  will-change: auto;
  animation: none;
}
.App__title.show {
  animation: fadeIn ease 2s forwards;
}
@media only screen and (max-width: 767px) {
  .App__title {
    width: 100%;
    padding-bottom: 8vw;
  }
}
.App__title img {
  width: 100%;
}
.App__text {
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.09375vw;
  line-height: 1.3333333333vw;
  padding-bottom: 2.5520833333vw;
}
@media only screen and (max-width: 767px) {
  .App__text {
    font-size: 4.2666666667vw;
    line-height: 5.0666666667vw;
    padding-bottom: 10.4vw;
  }
}
.App__list {
  padding-bottom: 20.8333333333vw;
}
@media only screen and (max-width: 767px) {
  .App__list {
    padding-bottom: 92vw;
  }
}
.App__list-container {
  display: flex;
  gap: 1.0416666667vw;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .App__list-container {
    display: block;
    padding-bottom: 10px;
  }
}
.App__list-item {
  list-style-type: none;
  font-size: 0.7291666667vw;
  color: #686868;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .App__list-item {
    color: #686868;
  }
}
.App__list-item li {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 300;
  padding-left: 1.2em;
  background: url(../images/app_list_dot.svg) no-repeat left 0.5em;
  font-size: 0.7291666667vw;
  line-height: 1.5104166667vw;
  background-position: left;
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .App__list-item li {
    background-size: 0.6em;
  }
}
@media only screen and (max-width: 767px) {
  .App__list-item li {
    background-size: auto;
    font-size: 4vw;
    line-height: 4.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.App__note {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 0.7291666667vw;
  line-height: 1.5104166667vw;
  color: #686868;
}
@media only screen and (max-width: 767px) {
  .App__note {
    font-size: 3.4666666667vw;
    line-height: 2.9866666667vw;
  }
}
.App__two-column {
  display: flex;
  width: 70.2083333333vw;
  align-items: end;
  justify-content: space-between;
  padding: 3.125vw 5.7291666667vw 0 4.1666666667vw;
  margin-top: 8.8541666667vw;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 2.6041666667vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .App__two-column {
    width: 92%;
    flex-direction: column;
    padding: 8vw 5.6vw 0 6.6666666667vw;
    gap: 5.4666666667vw;
    align-items: start;
    margin: 0 auto 24vw;
    border-radius: 6.6666666667vw;
  }
}
.App__two-column-left {
  width: 31.71875vw;
}
@media only screen and (max-width: 767px) {
  .App__two-column-left {
    width: 100%;
  }
}
.App__two-column-label {
  margin-bottom: 0.9895833333vw;
}
@media only screen and (max-width: 767px) {
  .App__two-column-label {
    margin-bottom: 4.5333333333vw;
  }
}
.App__two-column-label img {
  width: 5.3125vw;
}
@media only screen and (max-width: 767px) {
  .App__two-column-label img {
    width: 22vw;
  }
}
.App__two-column-title {
  width: 16.6666666667vw;
  margin-bottom: 1.0416666667vw;
}
@media only screen and (max-width: 767px) {
  .App__two-column-title {
    width: 60vw;
    margin-bottom: 5.4666666667vw;
  }
}
.App__two-column-title img {
  width: 100%;
}
.App__two-column-text {
  font-family: "Hiragino Kaku Gothic W4 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 1.4583333333vw;
  padding-bottom: 3.125vw;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .App__two-column-text {
    width: 100%;
    font-size: 4vw;
    line-height: 6.1333333333vw;
  }
}
.App__two-column-text span {
  display: block;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 0.6770833333vw;
  line-height: 1.5104166667vw;
  color: #686868;
  margin-top: 1.0416666667vw;
}
@media only screen and (max-width: 767px) {
  .App__two-column-text span {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 4.9333333333vw;
  }
}
.App__two-column-image {
  width: 23.0208333333vw;
}
@media only screen and (max-width: 767px) {
  .App__two-column-image {
    width: 100%;
  }
}
.App__two-column-image img {
  width: 100%;
  vertical-align: bottom;
}

.banner {
  width: 72.9166666667vw;
  margin: 0 auto 10.4166666667vw;
  z-index: -2;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .banner {
    width: 92vw;
    margin: 0 auto 24vw;
  }
}
.banner__bg {
  width: 100%;
  background-color: red;
  padding: 0.9375vw 1.0416666667vw;
  border-radius: 2.2916666667vw;
  background: linear-gradient(45deg, rgba(182, 217, 229, 0.3), rgba(171, 181, 254, 0.3));
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .banner__bg {
    padding: 3.2vw;
    border-radius: 5.8666666667vw;
  }
}
.banner__bg::before {
  content: "";
  width: 21.09375vw;
  height: 21.09375vw;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.4;
  filter: blur(35.5px);
  position: absolute;
  top: -222px;
  left: -89px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .banner__bg::before {
    width: 40.4vw;
    height: 40.4vw;
    top: -10.6666666667vw;
    left: -4vw;
  }
}
.banner__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../images/noise.png") repeat;
  border-radius: 2.2916666667vw;
}
@media only screen and (max-width: 767px) {
  .banner__bg::after {
    border-radius: 5.8666666667vw;
  }
}
.banner__inner {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.28125vw 2.6041666667vw 3.4895833333vw 5.78125vw;
  margin: 0 auto;
  gap: 5.8333333333vw;
  border-radius: 1.5625vw;
  background: linear-gradient(95deg, #B6D9E5 9.37%, #ABB5FE 56.99%);
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .banner__inner {
    flex-direction: column;
    padding: 10.5333333333vw 6.6666666667vw 8vw;
    gap: 8vw;
    border-radius: 4vw;
  }
}
.banner__title {
  width: 23.9583333333vw;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .banner__title {
    width: calc(100% - 1.4666666667vw);
  }
}
.banner__title img {
  width: 100%;
}
.banner__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
  gap: 1.0416666667vw;
}
@media only screen and (max-width: 767px) {
  .banner__right {
    width: 100%;
    flex-direction: column;
    gap: 4vw;
  }
}
.banner__right-content {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.65625vw 1.0416666667vw;
  background-color: rgba(255, 255, 255, 0.125);
  border-radius: 20px;
  gap: 1.5625vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .banner__right-content {
    width: 100%;
    padding: 4vw 8.2666666667vw 4vw 6.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.banner__button {
  height: 2.7083333333vw;
}
@media only screen and (max-width: 767px) {
  .banner__button {
    height: 9.6vw;
  }
}
.banner__button img {
  height: 100%;
}
.banner__qr {
  height: 3.5416666667vw;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .banner__qr {
    height: 14.6666666667vw;
  }
}
.banner__qr img {
  height: 100%;
}

.FAQ {
  width: 70.78125vw;
  margin: 0 auto;
  padding-bottom: 6.7708333333vw;
}
@media only screen and (max-width: 767px) {
  .FAQ {
    width: 86.8vw;
    padding-bottom: 3.4666666667vw;
  }
}
.FAQ__title {
  width: 10.9375vw;
  padding-bottom: 1.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .FAQ__title {
    transform: translateX(30.9375vw);
  }
}
.FAQ__title img {
  width: 100%;
}
.FAQ__inner {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "areaA areaD" "areaB areaD" "areaC areaD";
}
@media only screen and (max-width: 767px) {
  .FAQ__inner {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-template-areas: "areaA" "areaD" "areaB" "areaC";
  }
}
.FAQ__left {
  width: 28.5416666667vw;
  padding-right: 2.6041666667vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .FAQ__left {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
.FAQ__right {
  grid-area: areaD;
  width: 39.84375vw;
  padding-left: 2.3958333333vw;
  box-sizing: content-box;
  border-left: 1px solid #E1E1E1;
}
@media only screen and (max-width: 767px) {
  .FAQ__right {
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-bottom: 16vw;
  }
}
@media only screen and (max-width: 767px) {
  .FAQ__right-title {
    height: 6.4vw;
    padding-left: 2.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .FAQ__right-title img {
    height: 100%;
  }
}
.FAQ__content {
  margin-bottom: 3.125vw;
}
.FAQ__content--one {
  grid-area: areaA;
  margin-right: 2.7604166667vw;
}
.FAQ__content--two {
  grid-area: areaB;
  margin-right: 2.7604166667vw;
}
@media only screen and (max-width: 767px) {
  .FAQ__content {
    padding-left: 0;
    margin-bottom: 16vw;
  }
}
.FAQ__content-title {
  width: 7.8125vw;
  margin-bottom: 1.0416666667vw;
}
@media only screen and (max-width: 767px) {
  .FAQ__content-title {
    width: 32vw;
    margin-bottom: 6.5333333333vw;
  }
}
.FAQ__content-title img {
  width: 100%;
}
.FAQ__content-title--two {
  width: 24.0625vw;
  margin-bottom: 2.34375vw;
}
@media only screen and (max-width: 767px) {
  .FAQ__content-title--two {
    width: 68.2666666667vw;
    padding-left: 3.4666666667vw;
    margin-bottom: 7.4666666667vw;
  }
}
.FAQ__content-title--contact {
  width: 9.375vw;
  margin-bottom: 0.8854166667vw;
}
@media only screen and (max-width: 767px) {
  .FAQ__content-title--contact {
    width: 38.4vw;
    margin-bottom: 4vw;
    padding-left: 2.1333333333vw;
  }
}
.FAQ__content-button .c-button__wrapper {
  height: 2.0833333333vw;
  justify-content: center;
  padding: 1.3020833333vw 2.9166666667vw 1.3020833333vw 2.0833333333vw;
}
@media only screen and (max-width: 767px) {
  .FAQ__content-button .c-button__wrapper {
    height: auto;
    justify-content: center;
    padding: 1.6vw 4.5333333333vw 1.6vw 6.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .FAQ__content-button .c-button__text span {
    font-size: 2.9333333333vw;
  }
}
.FAQ__content-button--manual .c-button__wrapper {
  width: 21.1979166667vw;
}
@media only screen and (max-width: 767px) {
  .FAQ__content-button--manual .c-button__wrapper {
    width: 80.2666666667vw;
  }
}
.FAQ__content-button--privacy, .FAQ__content-button--tarms {
  margin-bottom: 2.0833333333vw;
}
.FAQ__content-button--privacy .c-button__wrapper, .FAQ__content-button--tarms .c-button__wrapper {
  width: 14.8958333333vw;
}
@media only screen and (max-width: 767px) {
  .FAQ__content-button--privacy .c-button__wrapper, .FAQ__content-button--tarms .c-button__wrapper {
    width: 80.2666666667vw;
  }
}
.FAQ__content-button--tarms {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .FAQ__input {
    padding: 0 3.2vw;
    margin-bottom: 6.4vw;
  }
}
.FAQ__input:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .FAQ__input--contact {
    padding: 0;
    margin-bottom: 9.0666666667vw;
  }
  .FAQ__input--contact .FAQ__select-container::after {
    right: 3.4666666667vw;
  }
}
.FAQ__label {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 300;
  display: block;
  margin-bottom: 1.5625vw;
  font-size: 1.0416666667vw;
  line-height: 1.0416666667vw;
}
@media only screen and (max-width: 767px) {
  .FAQ__label {
    margin-bottom: 3.7333333333vw;
    font-size: 5.0666666667vw;
    line-height: 7.7333333333vw;
  }
}
.FAQ__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 1.3541666667vw 0 1.3541666667vw;
  border-radius: 0.5208333333vw;
  background-color: #E5EAEF;
  border: none;
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 1.3333333333vw;
  cursor: pointer;
}
.FAQ__select::-ms-expand {
  display: none;
}
.FAQ__select:focus-visible {
  outline: none;
}
@media print, screen and (min-width: 2370px) {
  .FAQ__select {
    font-size: 0.6329113924vw;
  }
}
@media only screen and (max-width: 767px) {
  .FAQ__select {
    border-radius: 2.1333333333vw;
    padding: 0 4.4vw;
    padding: 0 8vw 0 3.0666666667vw;
    font-size: 3.4666666667vw;
    line-height: 6.1333333333vw;
    transform: translateY(-1px);
  }
}
.FAQ__select-container {
  position: relative;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .FAQ__select-container {
    max-width: 18.2291666667vw;
    height: 2.2916666667vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .FAQ__select-container {
    width: 73.3333333333vw;
    height: 10.6666666667vw;
  }
}
.FAQ__select-container.mb0 {
  margin-bottom: 0;
}
.FAQ__select-container--contact {
  margin-bottom: 1.1458333333vw;
}
@media only screen and (max-width: 767px) {
  .FAQ__select-container--contact {
    width: 71.0666666667vw;
  }
}
.FAQ__select-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8333333333vw;
  margin: auto;
  width: 0.625vw;
  height: 0px;
  border-left: 0.3125vw solid transparent;
  border-right: 0.2604166667vw solid transparent;
  border-top: 0.2604166667vw solid #000;
  width: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .FAQ__select-container::after {
    top: 0;
    bottom: 0;
    right: 5.0666666667vw;
    margin: auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000;
  }
}
.FAQ__contact {
  grid-area: areaC;
  padding: 0.5208333333vw 1.875vw 0.5208333333vw 1.875vw;
  margin-right: 2.7604166667vw;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #DADDE0;
  border-radius: 28px;
  box-shadow: 0px 7px #DADDE0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .FAQ__contact {
    margin-bottom: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .FAQ__contact {
    max-width: 100%;
    width: 92%;
    margin: 0 auto 9.6vw;
    padding: 8.2666666667vw 4vw 8.2666666667vw 4vw;
    border-radius: 3.3333333333vw;
    box-shadow: 0px 5px #DADDE0;
  }
}
.FAQ__contact-text {
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 0.7291666667vw;
  margin-bottom: 0.5208333333vw;
  padding-top: 0.9375vw;
  line-height: 1.1666666667vw;
  border-top: 1px solid #DADDE0;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .FAQ__contact-text {
    font-family: "Hiragino Kaku Gothic W4 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 3.4666666667vw;
    line-height: 4.5333333333vw;
    padding-top: 5.3333333333vw;
    margin-bottom: 4vw;
    border-top: 2px solid #DADDE0;
  }
}
.FAQ__contact-address {
  line-height: 1;
}
.FAQ__contact-address img {
  display: inline-block;
  width: 1.25vw;
  height: auto;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .FAQ__contact-address img {
    width: 6.6666666667vw;
  }
}
.FAQ__contact-address a {
  font-family: "Hiragino Kaku Gothic W4 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 400;
  display: inline-block;
  color: #000;
  font-size: 0.8333333333vw;
  line-height: 1.1666666667vw;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .FAQ__contact-address a {
    margin-left: 0.2604166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .FAQ__contact-address a {
    font-size: 3.4666666667vw;
    line-height: 2.9866666667vw;
  }
}
.FAQ__contents {
  height: 40.15625vw;
  background-color: #FCFCFC;
  width: 100%;
  margin-bottom: 2.6041666667vw;
  padding: 2.0833333333vw 1.9270833333vw 1.9791666667vw;
  border-radius: 19px;
  box-sizing: border-box;
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  .FAQ__contents {
    height: auto;
    margin-bottom: 8vw;
    overflow-y: auto;
    padding: 5.3333333333vw 5.4666666667vw 5.3333333333vw 4vw;
    border-radius: 2.5333333333vw;
  }
}
.FAQ__contents::-webkit-scrollbar {
  width: 5px;
}
.FAQ__contents::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #F2F4F6;
}
.FAQ__contents::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #F2F4F6;
}
.FAQ__contents.js-scroll-show::-webkit-scrollbar {
  width: 5px;
}
.FAQ__contents.js-scroll-show::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}
.FAQ__contents.js-scroll-show::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc;
}
.FAQ__contents-button {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .FAQ__contents-button {
    padding: 0 3.2vw;
    text-align: left;
  }
}
.FAQ__contents-button .c-button {
  width: 17.5vw;
}
@media only screen and (max-width: 767px) {
  .FAQ__contents-button .c-button {
    width: 100%;
  }
}
.FAQ__contents-button .c-button__wrapper {
  padding: 0.78125vw 2.9166666667vw 0.78125vw 2.0833333333vw;
}
@media only screen and (max-width: 767px) {
  .FAQ__contents-button .c-button__wrapper {
    height: auto;
    padding: 2.4vw 10.9333333333vw 2.4vw 6.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .FAQ__contents-button .c-button__text {
    font-size: 3.7333333333vw;
    line-height: 4.6666666667vw;
  }
}

.compatibleModel {
  margin: 0 auto;
  padding-bottom: 10.4166666667vw;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .compatibleModel {
    padding-bottom: 0;
  }
}
.compatibleModel__title {
  display: block;
  padding-bottom: 2.0833333333vw;
  padding-left: 14.53125vw;
  width: 13.0213541667vw;
  height: 2.484375vw;
  -webkit-mask-image: linear-gradient(45deg, black var(--percentage), transparent calc(var(--percentage) + 10%), transparent 100%);
  mask-image: linear-gradient(45deg, black var(--percentage), transparent calc(var(--percentage) + 10%), transparent 100%);
  opacity: 1;
  will-change: auto;
  animation: none;
}
.compatibleModel__title.show {
  animation: fadeIn ease 2s forwards;
}
@media only screen and (max-width: 767px) {
  .compatibleModel__title {
    width: 34.6666666667vw;
    height: 7.6333333333vw;
    padding-bottom: 6.6666666667vw;
    padding-left: 10.6666666667vw;
  }
}
.compatibleModel__title img {
  width: 100%;
}
.compatibleModel__lead {
  padding-bottom: 1.71875vw;
  padding-left: 14.53125vw;
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 1.1666666667vw;
  margin: 0 auto;
  color: #666666;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .compatibleModel__lead {
    margin: auto;
    font-size: 3.4666666667vw;
    line-height: 5.2266666667vw;
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
    padding-bottom: 8vw;
  }
}
.compatibleModel__item {
  background: url("../images/compatibleModel_bg.png") no-repeat;
  background-position: calc(100% + 120px) calc(50% - 45px);
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .compatibleModel__item {
    background: none;
  }
}
.compatibleModel__item .itemContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .compatibleModel__item .itemContainer {
    display: block;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .compatibleModel__item .itemContainer .item {
    background: url("../images/compatibleModel_bg_sp.png") no-repeat center;
    background-position: calc(100% + 30px) calc(50% - 45px);
    background-size: 100% auto;
  }
  .compatibleModel__item .itemContainer .item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.compatibleModel__item .itemContainer .item__img {
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  .compatibleModel__item .itemContainer .item__img {
    width: 93%;
    margin: 0 auto;
  }
}
.compatibleModel__item .itemContainer .item__img > img {
  width: 100%;
  opacity: 0;
  filter: blur(20px);
  transition: opacity 0.3s ease-out, filter 1s ease-out;
}
.compatibleModel__item .itemContainer .item__img > img.visible {
  opacity: 1;
  filter: blur(0);
}
.compatibleModel__item .itemContainer .item__img--cuv img {
  width: 30.78125vw;
}
@media only screen and (max-width: 767px) {
  .compatibleModel__item .itemContainer .item__img--cuv img {
    width: 100%;
  }
}
.compatibleModel__item .itemContainer .item__img--activa img {
  width: 33.90625vw;
}
@media only screen and (max-width: 767px) {
  .compatibleModel__item .itemContainer .item__img--activa img {
    width: 100%;
  }
}
.compatibleModel__item .itemContainer .item__img--activa p {
  margin-top: -2.34375vw;
}
@media only screen and (max-width: 767px) {
  .compatibleModel__item .itemContainer .item__img--activa p {
    margin-top: 0;
  }
}
.compatibleModel__item .itemContainer .item__img > p {
  font-family: "Hiragino Kaku Gothic W4 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.5625vw;
  line-height: 1.3333333333vw;
  padding-top: 0.78125vw;
}
@media only screen and (max-width: 767px) {
  .compatibleModel__item .itemContainer .item__img > p {
    font-size: 6.9333333333vw;
    padding-top: 0px;
    line-height: 7.68vw;
  }
}
.compatibleModel__item .itemContainer .item .c-button {
  width: 16.6666666667vw;
  padding-top: 1.6145833333vw;
}
@media only screen and (max-width: 767px) {
  .compatibleModel__item .itemContainer .item .c-button {
    width: 76vw;
    padding-top: 4vw;
  }
}
.compatibleModel__item .itemContainer .item .c-button__wrapper {
  height: 2.0833333333vw;
  padding-right: 1.25vw;
}
@media only screen and (max-width: 767px) {
  .compatibleModel__item .itemContainer .item .c-button__wrapper {
    height: auto;
    padding: 2vw 10.5333333333vw 2vw 6.9333333333vw;
  }
}

.privacy-terms {
  margin: 0 auto;
  padding-top: 3.6458333333vw;
  padding-bottom: 4.1666666667vw;
  text-align: center;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .privacy-terms {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.privacy-terms__title {
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.5625vw;
  padding-bottom: 1.0416666667vw;
}
@media only screen and (max-width: 1024px) {
  .privacy-terms__title {
    padding-bottom: 30px;
    font-size: 2rem;
  }
}
.privacy-terms__itemContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7.8125vw;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .privacy-terms__itemContainer {
    display: block;
  }
}
.privacy-terms__itemContainer h4 {
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.0416666667vw;
  padding-bottom: 0.5208333333vw;
}
@media only screen and (max-width: 767px) {
  .privacy-terms__itemContainer h4 {
    font-size: 1.4rem;
  }
}
.privacy-terms__item {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Light", "Yu Gothic Light", Meiryo, sans-serif;
  font-weight: 300;
}
.privacy-terms__item select {
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 0.7291666667vw;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .privacy-terms__item select {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-terms .privacyNotice {
    padding-bottom: 20px;
  }
}

footer.l-footer {
  z-index: 999;
}/*# sourceMappingURL=style.css.map */