@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;
}

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;
  }
}/*# sourceMappingURL=common.css.map */