@charset "UTF-8";
/* import */
/* カラー */
/* レスポンシブ */
/*****STANDART CSS******/
@font-face {
  font-family: "vw-head";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/vwhead-regular.woff2") format("woff2"), url("../fonts/vwhead-regular.woff") format("woff");
}
@font-face {
  font-family: "vw-head";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/vwhead-bold.woff2") format("woff2"), url("../fonts/vwhead-bold.woff") format("woff");
}
@font-face {
  font-family: "vw-head";
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/vwhead-light.woff2") format("woff2"), url("../fonts/vwhead-light.woff") format("woff");
}
@font-face {
  font-family: "vwoffice";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/vwtext-regular.woff2") format("woff2"), url("../fonts/vwtext-regular.woff") format("woff");
}
@font-face {
  font-family: "vwoffice";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/vwtext-bold.woff2") format("woff2"), url("../fonts/vwtext-bold.woff") format("woff");
}
.vwhead {
  font-family: "vw-head";
  font-weight: bold;
}

.vwoffice {
  font-family: "vwoffice";
}

.font-mix {
  font-family: "vwoffice", "ゴシックMB101 M", "Gothic MB101 Medium";
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 14px;
  /******SMOOTH SCROLL ANCHOR******/
}
@media (max-width: 599px) {
  html {
    letter-spacing: 0.1em;
    font-size: 16px;
  }
}

/*****STANDART CSS******/
/* ---------common--------- */
body {
  margin: 0;
  line-height: 1.5;
  font-family: "ゴシックMB101 M", "Gothic MB101 Medium";
  color: #1e1e1e;
}

h2,
h3,
h4 {
  font-family: "ゴシックMB101 B", "Gothic MB101 DemiBold";
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

a {
  transition: 0.3s;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

input,
select,
button,
textarea {
  font-family: inherit;
}

::-webkit-input-placeholder {
  font-family: "vwoffice", "ゴシックMB101 M", "Gothic MB101 Medium";
}

:-moz-placeholder {
  font-family: "vwoffice", "ゴシックMB101 M", "Gothic MB101 Medium";
}

/* flex */
.row {
  display: flex;
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.align_start {
  align-items: flex-start;
}

.align_center {
  align-items: center;
}

.align_end {
  align-items: flex-end;
}

.flex_center {
  justify-content: center;
}

.flex_start {
  justify-content: flex-start;
}

.flex_end {
  justify-content: flex-end;
}

.stretch {
  align-items: stretch;
}

.reverse {
  flex-direction: row-reverse;
}

/* inner */
.inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 90%;
  }
}

/* display */
@media (max-width: 599px) {
  .sp_dn {
    display: none;
  }
}

.sp_db {
  display: none;
}
@media (max-width: 599px) {
  .sp_db {
    display: block;
  }
}

@media (max-width: 768px) {
  .tab_dn {
    display: none;
  }
}

.tab_db {
  display: none;
}
@media (max-width: 768px) {
  .tab_db {
    display: block;
  }
}

section {
  padding: 60px 0;
  margin: 20px 0;
}
@media (max-width: 599px) {
  section {
    padding: 30px 0;
    margin: 10px 0;
  }
}

.common_ttl {
  padding-bottom: 20px;
}
.common_ttl h2 {
  font-size: 40px;
  position: relative;
  line-height: 1.2;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .common_ttl h2 {
    font-size: 25px;
  }
}
.common_ttl p {
  font-size: 18px;
  font-family: "ゴシックMB101 B", "Gothic MB101 DemiBold";
  font-weight: bold;
}
.common_ttl p .vwhead {
  font-size: 20px;
}

.common_ttl_line h2 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 0;
  align-items: baseline;
  gap: 20px;
}
@media (max-width: 599px) {
  .common_ttl_line h2 {
    gap: 4px;
  }
}
.common_ttl_line h2::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  width: auto;
  background: linear-gradient(to right, #00B0F0 30%, #001E50 30%);
}
@media (max-width: 599px) {
  .common_ttl_line h2::after {
    width: 100%;
  }
}

.common_btn a {
  width: 300px;
  display: block;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  background-color: #001E50;
  border-radius: 60px;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 599px) {
  .common_btn a {
    width: 100%;
    padding: 20px 0;
    top: 20px;
  }
}
.common_btn a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  color: #fff;
  position: absolute;
  right: 50px;
  top: 30px;
}
@media (max-width: 599px) {
  .common_btn a::after {
    top: 20px;
  }
}

.text_small {
  font-size: 11px;
  vertical-align: super;
}
@media (max-width: 599px) {
  .text_small {
    font-size: 13px;
  }
}

.text_under {
  text-decoration: underline;
}

.text_bold {
  font-family: "ゴシックMB101 B", "Gothic MB101 DemiBold";
  font-weight: bold;
}

.text_link {
  text-decoration: underline;
  color: #00B0F0;
}

.slide-arrow {
  width: 10px;
  position: absolute;
  bottom: 42%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1000;
}
.slide-arrow.prev-arrow {
  left: 0;
}
.slide-arrow.next-arrow {
  right: 0;
}

.top_btn {
  width: 50px;
  position: fixed;
  bottom: 5%;
  right: 5%;
  transition: 0.3s;
  opacity: 0;
  z-index: 1000;
}
@media (max-width: 599px) {
  .top_btn {
    bottom: 15%;
  }
}

.top_btn.active {
  opacity: 1;
}

.cta_btn {
  position: fixed;
  bottom: 10%;
  right: 10%;
  width: 150px;
  z-index: 1000;
}
.cta_btn a:hover {
  opacity: 1;
}
.cta_btn:hover {
  animation: purupuru 0.8s linear 0s 1;
}
@keyframes purupuru {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

.cta_btn_sp {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background-color: #dce1e5;
  padding: 10px;
}
@media (max-width: 599px) {
  .cta_btn_sp {
    display: flex;
    justify-content: space-between;
  }
}
.cta_btn_sp .cta_btn_sp_box {
  border: 2px solid #fff;
  background-color: #001E50;
  color: #fff;
  width: 49%;
  display: block;
  padding: 15px 5px;
  text-align: center;
  border-radius: 60px;
  font-size: 14px;
  position: relative;
}
.cta_btn_sp .cta_btn_sp_box::before {
  position: absolute;
}
.cta_btn_sp .cta_btn_sp_box_pencil {
  padding-left: 15px;
}
.cta_btn_sp .cta_btn_sp_box_pencil::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f044";
  position: absolute;
  left: 20px;
}
.cta_btn_sp .cta_btn_tels {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
}
.cta_btn_sp .cta_btn_tels::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  position: absolute;
  left: 20px;
}
.cta_btn_sp .cta_btn_tel_box {
  position: absolute;
  top: -152px;
  right: 3%;
  width: 60%;
  display: none;
}
.cta_btn_sp .cta_btn_tel_box .cta_btn_tel {
  width: 100%;
  background-color: #001E50;
  border: none;
  display: block;
  padding: 15px 15px 15px 45px;
  font-size: 12px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  border-bottom: none;
  position: relative;
}
.cta_btn_sp .cta_btn_tel_box .cta_btn_tel:last-child {
  border-bottom: 1px solid #fff;
}
.cta_btn_sp .cta_btn_tel_box .cta_btn_tel::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  position: absolute;
  left: 18px;
  font-size: 14px;
}
.cta_btn_sp .cta_btn_tel_box .cta_btn_tel .vwoffice {
  font-size: 14px;
}

.common_fukidashi {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 246px;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px;
  background-color: #dfe4e8;
  text-align: left;
  line-height: 1.5;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
}
@media (max-width: 599px) {
  .common_fukidashi {
    margin-bottom: 0;
    padding: 30px 16px 16px;
    min-height: auto;
  }
}
.common_fukidashi strong {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.common_fukidashi p .vwoffice {
  font-size: 15px;
}
@media (max-width: 599px) {
  .common_fukidashi p .vwoffice {
    font-size: 17px;
  }
}

.common_fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #dfe4e8;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  height: 20px;
  width: 20px;
  translate: -50% 100%;
}
@media (max-width: 599px) {
  .common_fukidashi::after {
    display: none;
  }
}

.faq_accordion {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 5px;
  box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.faq_accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #001E50;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 599px) {
  .faq_accordion summary {
    padding: 1em;
    font-size: 16px;
  }
}

.faq_accordion summary::-webkit-details-marker {
  display: none;
}

.faq_accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #001E50;
  border-right: 3px solid #001E50;
  content: "";
  transition: transform 0.3s;
}

.faq_accordion[open] summary::after {
  transform: rotate(225deg);
}

.faq_accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}
@media (max-width: 599px) {
  .faq_accordion p {
    padding: 0.3em 1em 1em;
  }
}

.faq_accordion[open] p {
  transform: none;
  opacity: 1;
}

.common_photo_caption {
  position: absolute;
  color: #fff;
  font-size: 10px;
  bottom: 1%;
  left: 1%;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
.common_photo_caption .vwoffice {
  font-size: 12px;
}

.common_photo_caption2 {
  position: absolute;
  color: #fff;
  font-size: 10px;
  bottom: 1%;
  right: 1%;
  transform: scale(0.9);
  transform-origin: right;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
.common_photo_caption2 .vwoffice {
  font-size: 12px;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.dots {
  position: relative;
  text-align: center;
  margin: 24px 0;
}

/* dotsを四角くカスタマイズするCSS */
.dots-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.dots-wrap li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #00B0F0;
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #001E50;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* header */
header {
  padding: 30px 0;
}
@media (max-width: 768px) {
  header {
    padding: 15px 0;
  }
}
@media (max-width: 599px) {
  header .inner {
    width: 97%;
  }
}
header .header_logo {
  width: 49%;
  position: relative;
  z-index: 1000;
}
@media (max-width: 768px) {
  header .header_logo {
    width: auto;
  }
}
header .header_logo h1 {
  font-size: 12px;
}
@media (max-width: 768px) {
  header .header_logo h1 {
    font-size: 10px;
  }
}
header .header_logo h1 span {
  font-size: 18px;
}
@media (max-width: 768px) {
  header .header_logo h1 span {
    font-size: 12px;
  }
}
header .header_logo h1 a:hover {
  opacity: 1;
}
header .header_link {
  width: 45%;
}
@media (max-width: 768px) {
  header .header_link {
    width: auto;
  }
}
header .header_link nav li {
  margin-right: 30px;
}
header .header_link nav li:last-child {
  margin-right: 0;
}
header .header_link nav li a {
  font-size: 14px;
}
@media (max-width: 768px) {
  header .header_link nav li a {
    position: relative;
    border-bottom: 1px solid hsla(0, 0%, 78%, 0.5);
    display: block;
    padding: 0.75em 1em 0.75em 1.5em;
  }
  header .header_link nav li a::before {
    color: inherit;
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    left: 2px;
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
  }
}

.menu_btn {
  display: none;
}
@media (max-width: 768px) {
  .menu_btn {
    display: block;
    width: 15px;
    position: relative;
    z-index: 4000;
  }
  .menu_btn span {
    display: inline-block;
    height: 2px;
    width: 18px;
    background-color: #001E50;
    border-radius: 10px;
    position: absolute;
    top: 8px;
    left: 5px;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  .menu_btn span:nth-child(1) {
    top: 0px;
  }
  .menu_btn span:nth-child(2) {
    top: 7px;
  }
  .menu_btn span:nth-child(3) {
    top: 14px;
  }
}

.header_link nav p {
  display: none;
}
@media (max-width: 768px) {
  .header_link nav {
    left: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 500;
    transition: 500ms ease-out;
    padding: 50px 15px 0;
  }
  .header_link nav p {
    display: block;
    padding: 0.5em 0.75em;
    background: #001E50;
    color: #fff;
    margin-bottom: 20px;
  }
  .header_link nav li {
    margin-bottom: 20px;
    width: 100%;
  }
  .header_link nav li a {
    color: #000;
    font-size: 18px;
  }
}

.open .menu_btn {
  z-index: 1000;
}
.open .menu_btn span:nth-child(1) {
  transform: translate(-50%, 200%) rotate(45deg);
  top: 50% !important;
  left: 40%;
}
.open .menu_btn span:nth-child(2) {
  opacity: 0;
}
.open .menu_btn span:nth-child(3) {
  transform: translate(-50%, 200%) rotate(-45deg);
  top: 50% !important;
  left: 40%;
}

.open .header_link nav {
  opacity: 1 !important;
  left: 0 !important;
}

/* footer */
footer {
  padding: 30px 0;
}
@media (max-width: 599px) {
  footer {
    padding-bottom: 100px;
  }
}
footer li {
  margin-right: 20px;
}
footer li:last-child {
  margin-right: 0;
}
@media (max-width: 599px) {
  footer li a {
    font-size: 14px;
  }
}
footer .copyright {
  margin-top: 40px;
  text-align: center;
}
footer .copyright p {
  font-size: 12px;
}
@media (max-width: 599px) {
  footer .copyright p {
    font-size: 10px;
  }
}

/* top */
.about_campaign {
  background-color: #00B0F0;
  border-radius: 8px;
  padding: 40px;
  color: #fff;
  align-items: start;
}
@media (max-width: 599px) {
  .about_campaign {
    padding: 20px;
  }
}
.about_campaign .about_campaign_img {
  position: relative;
  flex-basis: 45%;
}
@media (max-width: 599px) {
  .about_campaign .about_campaign_img {
    flex-basis: 100%;
  }
}
.about_campaign .about_campaign_txt {
  flex-basis: calc(55% - 40px);
}
@media (max-width: 599px) {
  .about_campaign .about_campaign_txt {
    flex-basis: 100%;
  }
}
.about_campaign .about_campaign_txt .about_campaign_txt_ttl {
  line-height: 1;
  font-size: 30px;
  margin-bottom: 16px;
}
@media (max-width: 599px) {
  .about_campaign .about_campaign_txt .about_campaign_txt_ttl {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 20px;
  }
}
.about_campaign .about_campaign_txt .vwoffice {
  font-size: 15px;
}
.about_campaign .about_special_offer {
  position: relative;
  margin-top: 40px;
}
.about_campaign .about_special_offer .about_special_offer_txt {
  flex-basis: calc(60% - 10px);
}
@media (max-width: 599px) {
  .about_campaign .about_special_offer .about_special_offer_txt {
    flex-basis: 100%;
  }
}
.about_campaign .about_special_offer .about_special_offer_txt .about_special_offer_ttl {
  color: #001E50;
  background-color: #A9E3FF;
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 24px;
  border-radius: 9999px;
  margin-bottom: 8px;
}
.about_campaign .about_special_offer .about_special_offer_txt p {
  font-size: 22px;
  line-height: 1.4;
}
.about_campaign .about_special_offer .about_special_offer_txt p img {
  width: 46px;
  height: 46px;
}
.about_campaign .about_special_offer .about_special_offer_txt p .vwoffice {
  font-size: 24px;
}
.about_campaign .about_special_offer .about_special_offer_img {
  flex-basis: 40%;
}
@media (max-width: 599px) {
  .about_campaign .about_special_offer .about_special_offer_img {
    position: absolute;
    top: -20px;
    right: 0;
    width: 130px;
  }
}

.flow {
  background-color: #DFE4E8;
}
.flow .flow_cont {
  margin-top: 60px;
  margin-bottom: 20px;
}
.flow .flow_cont:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .flow .flow_cont {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .flow .flow_cont:last-of-type {
    margin-bottom: 0;
  }
}
.flow .flow_cont .flow_row {
  margin-bottom: 20px;
}
.flow .flow_cont .flow_row .flow_box {
  position: relative;
  width: calc(25% - 30px);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.3);
  padding: 20px;
}
@media (max-width: 599px) {
  .flow .flow_cont .flow_row .flow_box {
    margin: 34px 1% 10px;
  }
}
.flow .flow_cont .flow_row .flow_box p {
  line-height: 1.5;
}
.flow .flow_cont .flow_row .flow_box .flow_number {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  background-color: #001E50;
  color: #fff;
  font-size: 40px;
  width: 60px;
  height: 60px;
}
.flow .flow_cont .flow_row .flow_box .flow_img {
  margin: 0 auto 20px;
  padding-top: 20px;
  width: 140px;
}
@media (max-width: 768px) {
  .flow .flow_cont .flow_row .flow_box .flow_img {
    margin-bottom: 10px;
  }
}
.flow .flow_cont .flow_row .flow_box .flow_box_ttl {
  font-size: 20px;
  color: #001E50;
  text-align: center;
  margin-bottom: 10px;
}
.flow .flow_cont .flow_row2 {
  gap: 30px;
}
@media (max-width: 599px) {
  .flow .flow_cont .flow_row2 {
    gap: 10px;
  }
}
.flow .flow_cont .flow_row2 .flow_cam {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #000;
  flex-basis: calc(30% - 30px);
}
@media (max-width: 599px) {
  .flow .flow_cont .flow_row2 .flow_cam {
    border-right: 0;
    flex-basis: 100%;
  }
}
.flow .flow_cont .flow_row2 .flow_cam h3 {
  line-height: 1;
  font-size: 30px;
  margin-right: 30px;
}
@media (max-width: 599px) {
  .flow .flow_cont .flow_row2 .flow_cam h3 {
    font-size: 20px;
    margin-right: 0;
  }
}
.flow .flow_cont .flow_row2 ul {
  flex-basis: 70%;
}
@media (max-width: 599px) {
  .flow .flow_cont .flow_row2 ul {
    flex-basis: 100%;
  }
}
.flow .flow_cont .flow_row2 ul li .vwoffice {
  font-size: 15px;
}
@media (max-width: 599px) {
  .flow .flow_cont .flow_row2 ul li .vwoffice {
    font-size: 17px;
  }
}

.common_cars .common_cars_row {
  margin-bottom: 30px;
}
.common_cars .common_cars_row .common_cars_img {
  position: relative;
  flex-basis: calc(50% - 30px);
}
@media (max-width: 599px) {
  .common_cars .common_cars_row .common_cars_img {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.common_cars .common_cars_row .common_cars_txt_box {
  flex-basis: 50%;
}
@media (max-width: 599px) {
  .common_cars .common_cars_row .common_cars_txt_box {
    flex-basis: 100%;
  }
}
.common_cars .common_cars_row .common_cars_txt_box .common_cars_txt {
  margin-bottom: 30px;
}
.common_cars .common_cars_row .common_cars_txt_box .common_cars_txt:last-of-type {
  margin-bottom: 0;
}
.common_cars .common_cars_row .common_cars_txt_box .common_cars_txt .common_cars_txt_ttl {
  line-height: 1;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .common_cars .common_cars_row .common_cars_txt_box .common_cars_txt .common_cars_txt_ttl {
    font-size: 20px;
    margin-bottom: 6px;
    line-height: 1.5;
  }
}
.common_cars .common_cars_row .common_cars_txt_box .common_cars_txt .common_cars_txt_ttl .vwoffice {
  font-size: 19px;
}
@media (max-width: 599px) {
  .common_cars .common_cars_row .common_cars_txt_box .common_cars_txt .common_cars_txt_ttl .vwoffice {
    font-size: 21px;
  }
}
.common_cars .common_cars_row .common_cars_txt_box .common_cars_txt p .vwoffice {
  font-size: 15px;
}
@media (max-width: 599px) {
  .common_cars .common_cars_row .common_cars_txt_box .common_cars_txt p .vwoffice {
    font-size: 17px;
  }
}
.common_cars .common_cars_row .common_cars_txt_box .common_cars_txt p.text_small {
  line-height: 1.3;
  margin-top: 8px;
}
.common_cars .common_cars_row .common_cars_txt_box .common_cars_txt p.text_small .vwoffice {
  font-size: 12px;
}
.common_cars .common_spec .common_spec_row {
  gap: 20px;
}
.common_cars .common_spec .common_spec_row div {
  position: relative;
  width: calc(33.3333333333% - 14px);
}
@media (max-width: 599px) {
  .common_cars .common_spec .common_spec_row div {
    width: 100%;
    margin: 0 1%;
  }
}
.common_cars .common_spec .common_spec_desc {
  margin-top: 30px;
}
.common_cars .common_spec .common_spec_desc .common_spec_ttl {
  line-height: 1;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .common_cars .common_spec .common_spec_desc .common_spec_ttl {
    font-size: 20px;
    margin-bottom: 6px;
    line-height: 1.5;
  }
}
.common_cars .common_spec .common_spec_desc .common_spec_ttl .vwoffice {
  font-size: 19px;
}
@media (max-width: 599px) {
  .common_cars .common_spec .common_spec_desc .common_spec_ttl .vwoffice {
    font-size: 21px;
  }
}
.common_cars .common_spec .common_spec_desc .common_spec_ttl p .vwoffice {
  font-size: 15px;
}
@media (max-width: 599px) {
  .common_cars .common_spec .common_spec_desc .common_spec_ttl p .vwoffice {
    font-size: 17px;
  }
}
.common_cars .common_spec .common_spec_desc .common_spec_desc_row {
  margin: 20px auto;
}
@media (max-width: 599px) {
  .common_cars .common_spec .common_spec_desc .common_spec_desc_row {
    gap: 10px;
  }
}
.common_cars .common_spec .common_spec_desc .common_spec_desc_row div {
  background-color: #fff;
  width: calc(33.3333333333% - 10px);
  border: 1px solid #001E50;
  border-radius: 10px;
  padding: 20px;
}
@media (max-width: 599px) {
  .common_cars .common_spec .common_spec_desc .common_spec_desc_row div {
    width: 100%;
  }
}
.common_cars .common_spec .common_spec_desc .common_spec_desc_row div strong {
  font-size: 24px;
}
.common_cars .common_spec .common_spec_desc .common_spec_desc_row div small {
  font-size: 13px;
}
.common_cars .common_spec .common_spec_desc .common_spec_desc_row div .common_spec_price_row {
  display: flex;
  align-items: baseline;
}
.common_cars .common_spec .common_spec_desc .common_spec_desc_row div .common_spec_price {
  font-size: 28px;
  font-weight: bold;
}

.id_buzz {
  position: relative;
}
.id_buzz::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #DFE4E8;
  width: 50%;
  aspect-ratio: 1/1;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 599px) {
  .id_buzz::after {
    display: none;
  }
}

.id_four {
  position: relative;
  background-color: #DFE4E8;
  z-index: -2;
}
.id_four::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 50%;
  aspect-ratio: 1/1;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 599px) {
  .id_four::after {
    display: none;
  }
}

.recommend .recommend_bg {
  width: 100vw;
  margin: 40px calc(50% - 50vw) 0;
}
@media (max-width: 599px) {
  .recommend .recommend_bg {
    margin: 0 calc(50% - 50vw) 0;
  }
}
.recommend .recommend_shops {
  margin-top: -80px;
}
@media (max-width: 599px) {
  .recommend .recommend_shops {
    margin-top: 40px;
  }
}
.recommend .recommend_shops .recommend_shop {
  position: relative;
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 599px) {
  .recommend .recommend_shops .recommend_shop {
    width: 100%;
    margin-bottom: 40px;
  }
  .recommend .recommend_shops .recommend_shop:last-of-type {
    margin-bottom: 0;
  }
}
.recommend .recommend_shops .recommend_shop .recommend_shop_staff {
  text-align: center;
}
@media (max-width: 599px) {
  .recommend .recommend_shops .recommend_shop .recommend_shop_staff {
    position: absolute;
    top: -30px;
    right: 15px;
  }
}
.recommend .recommend_shops .recommend_shop .recommend_shop_staff img {
  max-width: 180px;
}
@media (max-width: 599px) {
  .recommend .recommend_shops .recommend_shop .recommend_shop_staff img {
    max-width: 90px;
  }
}

.maruha {
  background-color: #F0EBE4;
}
.maruha .maruha_logo::after {
  content: "";
  display: inline-block;
  background-image: url(../images/img_maruha_line.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  height: 60px;
  width: 100vw;
  margin: 20px calc(50% - 50vw) 40px;
}
@media (max-width: 599px) {
  .maruha .maruha_logo::after {
    background-size: cover;
    height: 30px;
    margin: 10px calc(50% - 50vw) 20px;
  }
}
.maruha .maruha_img {
  flex-basis: calc(66.6666666667% - 15px);
}
@media (max-width: 599px) {
  .maruha .maruha_img {
    flex-basis: 100%;
  }
}
.maruha .maruha_img .maruha_img_box {
  flex-basis: calc(50% - 15px);
}
@media (max-width: 599px) {
  .maruha .maruha_img .maruha_img_box {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.maruha .maruha_img .maruha_img_box img {
  margin-bottom: 16px;
}
@media (max-width: 599px) {
  .maruha .maruha_img .maruha_img_box img {
    margin-bottom: 8px;
  }
}
.maruha .maruha_info {
  flex-basis: calc(33.3333333333% - 15px);
}
@media (max-width: 599px) {
  .maruha .maruha_info {
    flex-basis: 100%;
  }
}
.maruha .maruha_info strong {
  display: block;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 599px) {
  .maruha .maruha_info strong {
    margin-bottom: 8px;
  }
}
.maruha .maruha_info ul {
  margin-top: 16px;
}
.maruha .maruha_info .vwoffice {
  font-size: 15px;
}
@media (max-width: 599px) {
  .maruha .maruha_info .vwoffice {
    font-size: 17px;
  }
}

.faq {
  background-color: #DFE4E8;
  margin: 0;
}
.faq .faq_area {
  margin-top: 40px;
}
@media (max-width: 599px) {
  .faq .faq_area {
    margin-top: 0;
  }
}

.dealer {
  padding: 80px 0;
  background-color: #001E50;
  margin: 0;
}
@media (max-width: 768px) {
  .dealer {
    padding: 50px 0;
  }
}
.dealer .dealer_ttl {
  margin-bottom: 20px;
  text-align: center;
}
.dealer .dealer_ttl h2 {
  font-size: 30px;
  color: #fff;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .dealer .dealer_ttl h2 {
    font-size: 26px;
  }
}
.dealer .dealer_ttl h2 span {
  font-size: 35px;
}
@media (max-width: 768px) {
  .dealer .dealer_ttl h2 span {
    font-size: 32px;
  }
}
.dealer .dealer_ttl p {
  color: #fff;
  font-size: 18px;
}
.dealer .dealer_row .dealer_item {
  color: #fff;
}
@media (max-width: 599px) {
  .dealer .dealer_row .dealer_item {
    width: 100%;
    margin-top: 30px;
  }
}
.dealer .dealer_row .dealer_item p {
  text-align: center;
  margin: 16px auto;
}
@media (max-width: 599px) {
  .dealer .dealer_row .dealer_item p {
    margin: 8px auto;
  }
}
.dealer .dealer_row .dealer_item .vwoffice {
  font-size: 15px;
}
@media (max-width: 599px) {
  .dealer .dealer_row .dealer_item .vwoffice {
    font-size: 17px;
  }
}
.dealer .dealer_row .dealer_btn {
  width: 100%;
  background-color: #fff;
  padding: 16px 0;
  text-align: center;
  display: block;
  font-size: 17px;
  border-radius: 60px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .dealer .dealer_row .dealer_btn {
    width: 90%;
    margin: 0 auto;
  }
  .dealer .dealer_row .dealer_btn:last-child {
    margin-bottom: 0;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(3%);
}
.fadein.active {
  animation: 0.8s forwards fadein;
}

.fadein2 {
  opacity: 0;
  transform: translateY(3%);
}
.fadein2.active {
  animation: 0.8s forwards 0.1s fadein;
}

.leftin {
  transform: translateX(-100%);
  overflow: hidden;
}
.leftin.active {
  animation: 0.5s forwards leftin;
}

.rightin {
  transform: translateX(100%);
  overflow: hidden;
}
.rightin.active {
  animation: 0.5s forwards rightin;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes leftin {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rightin {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.contact {
  padding-bottom: 80px;
}
@media (max-width: 599px) {
  .contact {
    padding-bottom: 50px;
  }
}
.contact .common_ttl h2 {
  text-align: center;
}
.contact .contact_form {
  width: 100%;
  max-width: 780px;
  margin: auto;
}
.contact form {
  position: relative;
  padding: 20px 0;
  z-index: 100;
}
.contact form .form_box {
  margin: auto;
}
.contact form .form_box .basic_info_ttl {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 10px;
}
.contact form .form_box .basic_info_ttl h3 {
  font-size: 18px;
  color: #001E50;
}
.contact form .form_box .basic_info_ttl p {
  font-size: 12px;
}
.contact form .form_box dl {
  margin-top: 24px;
}
.contact form .form_box dl:first-of-type {
  margin-top: 0;
}
.contact form .form_box dl .form_ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.contact form .form_box dl .form_ttl .required {
  color: #d9534f;
  font-size: 18px;
}
.contact form .form_box dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 12px;
}
.contact form .form_box dl dd ul li {
  flex-basis: 100%;
}
.contact form .form_box dl dd ul .survey_other {
  flex-basis: 100%;
}
.contact form .form_box dl input[type=text],
.contact form .form_box dl input[type=email],
.contact form .form_box dl textarea,
.contact form .form_box dl select {
  width: 100%;
  padding: 10px;
  border: 1px solid #333;
  text-align: left !important;
  background-color: #DFE4E8;
}
@media (max-width: 599px) {
  .contact form .form_box dl input[type=text],
  .contact form .form_box dl input[type=email],
  .contact form .form_box dl textarea,
  .contact form .form_box dl select {
    font-size: 16px;
  }
}
.contact form .form_box dl .selectbox-3 {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.contact form .form_box dl .selectbox-3::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.contact form .form_box dl .selectbox-3 select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}
.contact form .form_box dl .schedule {
  position: relative;
  margin-bottom: 10px !important;
  cursor: pointer;
}
.contact form .form_box dl .schedule::after {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  color: #000;
}
.contact form .form_box .form_yubin dd input[type=text] {
  width: 50%;
}
@media (max-width: 599px) {
  .contact form .form_box .form_yubin dd input[type=text] {
    width: 100%;
  }
}
.contact form .form_box .form_yubin .search_btn {
  background-color: #3C484D;
  color: #fff;
  text-align: center;
  border-radius: 999px;
  padding: 10px 20px;
  border: none;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
@media (max-width: 599px) {
  .contact form .form_box .form_yubin .search_btn {
    margin-top: 10px;
  }
}
.contact form .preferred_date,
.contact form .plus_one,
.contact form .survey,
.contact form .message {
  margin-top: 40px;
}
.contact form .error_blank {
  color: #ce1d52;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  text-align: left !important;
}
.contact form .required_text {
  display: inline-block;
  font-size: 85%;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 3px;
  background: #d9534f;
  border: 1px solid #d43f3a;
}
.contact form .radioItem {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  line-height: 1;
  cursor: pointer;
}
.contact form .radioButton {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  border-radius: 9999px;
  background-color: #ffffff;
  cursor: pointer;
}
.contact form .radioButton:checked {
  background-color: transparent;
}
.contact form .radioButton:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 9999px;
  background-color: #001E50;
}
.contact form .checkboxItem {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  line-height: 1;
  cursor: pointer;
}
.contact form .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 2px;
  background-color: #ffffff;
  cursor: pointer;
}
.contact form .checkbox:checked {
  background-color: #001E50;
}
.contact form .checkbox:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.contact .submit_area #form_submit {
  position: relative;
  width: 380px;
  margin: 15px auto 30px;
}
@media (max-width: 599px) {
  .contact .submit_area #form_submit {
    width: 100%;
  }
}
.contact .submit_area #form_submit input[type=button] {
  width: 100%;
  background-color: #001E50;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 10px;
  padding: 10px 0;
  border: none;
  display: block;
  cursor: pointer;
  box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.contact .submit_area #form_submit #form_submit_button:hover {
  cursor: pointer;
  background: #00B0F0;
}
.contact .submit_area #form_submit form#mail_form input[type=button] {
  margin: 0 auto;
}
.contact .submit_area #form_submit #form_submit_button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  /* カーソルを変更してクリックが無効であることを示す */
}
.contact .submit_area p {
  margin-top: 30px;
  text-align: center;
}
.contact .submit_area p a {
  text-decoration: underline;
}
.contact .vwoffice {
  font-size: 15px;
}
.contact .cautions {
  margin: 30px auto 0;
  padding: 10px;
  background-color: #fff;
  height: 200px;
  overflow-y: scroll;
  letter-spacing: 0.1em;
  line-height: 1.7;
  border: 1px solid #333;
}
@media (max-width: 599px) {
  .contact .cautions {
    height: 100px;
  }
}
.contact .cautions h4 {
  margin-top: 10px;
}
.contact .cautions ul {
  padding-left: 16px;
}
.contact .cautions ul li {
  list-style-type: disc;
  font-size: 12px;
}
@media (max-width: 599px) {
  .contact .cautions ul li {
    font-size: 14px;
  }
}
.contact .cautions .cautions_txt {
  font-size: 12px;
}
@media (max-width: 599px) {
  .contact .cautions .cautions_txt {
    font-size: 14px;
  }
}

.thanks {
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 599px) {
  .thanks {
    padding: 50px 0;
  }
}
.thanks h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .thanks h2 {
    font-size: 20px;
  }
}
.thanks p {
  margin-bottom: 30px;
}

.privacy {
  padding: 80px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  overflow-y: scroll;
  height: 100vh;
}
@media (max-width: 768px) {
  .privacy {
    padding: 50px 0;
    font-size: 16px;
  }
}
.privacy .common_btn {
  margin: 0 auto;
}
.privacy .common_ttl h2 .vwhead {
  font-size: 42px;
}
@media (max-width: 599px) {
  .privacy .common_ttl h2 .vwhead {
    font-size: 30px;
  }
}
.privacy .csr_read {
  margin-bottom: 30px;
}
.privacy .privacy_cont .vwoffice {
  font-size: 15px;
}
@media (max-width: 599px) {
  .privacy .privacy_cont .vwoffice {
    font-size: 17px;
  }
}
.privacy .privacy_item {
  margin-bottom: 50px;
}
.privacy .privacy_item h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #001E50;
}
@media (max-width: 599px) {
  .privacy .privacy_item h3 {
    font-size: 20px;
  }
}
.privacy .privacy_item h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #001E50;
}
@media (max-width: 599px) {
  .privacy .privacy_item h4 {
    font-size: 16px;
  }
}
.privacy .privacy_item .privacy_text {
  margin-bottom: 30px;
}
.privacy .privacy_item .privacy_list {
  margin: 0 0 20px;
}
.privacy .privacy_item .privacy_list li {
  text-indent: -0.8rem;
  padding-left: 0.8rem;
  margin-bottom: 10px;
}
.privacy .privacy_item .privacy_right {
  text-align: right;
}
.privacy .privacy_item .privacy_item_group {
  margin-bottom: 30px;
}
.privacy .privacy_item .privacy_item_group ul {
  margin-top: 10px;
}
.privacy .privacy_item .privacy_item_group ul li {
  text-indent: -0.8rem;
  padding-left: 0.8rem;
  margin-bottom: 10px;
}
.privacy .privacy_item .privacy_item_group .privacy_box {
  background-color: #DFE4E8;
  padding: 10px 20px;
  margin-top: 10px;
}
.privacy .privacy_item .privacy_item_group .privacy_table {
  margin-top: 20px;
}
.privacy .privacy_item .privacy_item_group table {
  width: 100%;
  border-collapse: collapse;
}
.privacy .privacy_item .privacy_item_group table .table_ttl td {
  text-align: center;
  background-color: #001E50;
  color: #Fff;
}
.privacy .privacy_item .privacy_item_group table .text_blue {
  color: #001E50;
  margin-bottom: 5px;
  font-family: "ゴシックMB101 B";
  font-weight: bold;
}
@media (max-width: 599px) {
  .privacy .privacy_item .privacy_item_group table tr:last-child td:last-child {
    border-bottom: 1px solid #707070;
  }
}
.privacy .privacy_item .privacy_item_group table tr td {
  padding: 10px;
  border: 1px solid #707070;
}
@media (max-width: 599px) {
  .privacy .privacy_item .privacy_item_group table tr td {
    border-bottom: none;
  }
}
.privacy .privacy_item .privacy_item_group table tr td:nth-child(1) {
  width: 2%;
}
.privacy .privacy_item .privacy_item_group table tr td:nth-child(2) {
  width: 46%;
}
.privacy .privacy_item .privacy_item_group table tr td:nth-child(3) {
  width: 20%;
}
.privacy .privacy_item .privacy_item_group table tr td:nth-child(4) {
  width: 32%;
}
.privacy .privacy_item .privacy_item_group table tr td.table_number {
  background-color: #001E50;
  color: #fff;
  text-align: center;
}
@media (max-width: 599px) {
  .privacy .privacy_item .privacy_item_group table tr td {
    width: 100% !important;
    display: block;
  }
}

.modal_wrap {
  position: relative;
}
.modal_wrap .close-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 599px) {
  .modal_wrap .close-icon {
    top: 15px;
    right: 20px;
  }
}
.modal_wrap .close-icon i {
  font-size: 30px;
  color: #888;
}
.modal_wrap .close_btn {
  width: 300px;
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background-color: #001E50;
  border-radius: 60px;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
@media (max-width: 599px) {
  .modal_wrap .close_btn {
    width: 100%;
    padding: 20px 0;
    top: 20px;
  }
}/*# sourceMappingURL=style.css.map */