@charset "UTF-8";
.dummy {
  color: #ff31f1 !important;
}

/*
====================================
共通
====================================
*/
html {
  overflow-y: initial;
  font-size: 10px;
  letter-spacing: 0.075em;
}

body {
  overflow-x: hidden;
  font-feature-settings: "palt";
  background-color: #fff;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.wrapper {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

main {
  position: relative;
  background-color: #fff;
}

.default-page {
  background: #f6f5f0;
}
.default-page__section {
  padding-top: 80px;
  padding-bottom: 120px;
}
.default-page__content {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #000;
}
.default-page__content h2,
.default-page__content h3,
.default-page__content h4,
.default-page__content p,
.default-page__content ul,
.default-page__content ol,
.default-page__content li,
.default-page__content table,
.default-page__content figure,
.default-page__content a {
  margin: 0;
}
.default-page__content h2,
.default-page__content h3,
.default-page__content h4 {
  font-weight: 700;
  line-height: 1.4;
}
.default-page__content h2 {
  margin-top: 5.6rem;
  margin-bottom: 2.4rem;
  font-size: 3.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 0.2rem solid #d9d9d9;
}
.default-page__content h3 {
  margin-top: 4rem;
  margin-bottom: 1.8rem;
  font-size: 2.6rem;
}
.default-page__content h4 {
  margin-top: 3rem;
  margin-bottom: 1.4rem;
  font-size: 2rem;
}
.default-page__content p {
  margin-top: 1.4rem;
}
.default-page__content ul,
.default-page__content ol {
  margin-top: 1.8rem;
  padding-left: 1.6em;
}
.default-page__content li + li {
  margin-top: 0.6rem;
}
.default-page__content table {
  width: 100%;
  margin-top: 2.4rem;
  border-collapse: collapse;
}
.default-page__content table th,
.default-page__content table td {
  border: 0.1rem solid #cfcfcf;
  padding: 1.2rem 1.4rem;
  text-align: left;
  vertical-align: top;
}
.default-page__content table th {
  background: #efefef;
  width: 28%;
}
.default-page__content figure {
  margin-top: 2.4rem;
}
.default-page__content figure img {
  width: 100%;
  height: auto;
  display: block;
}
.default-page__content a {
  color: #1a73e8;
  text-decoration: underline;
}

.pc {
  display: block;
}

.pc-tb {
  display: block;
}

.tb-sp {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .pc-tb {
    display: none;
  }
  .tb-sp {
    display: block;
  }
  .sp {
    display: block;
  }
  .p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .default-page__section {
    padding-top: 48px;
    padding-bottom: 72px;
  }
  .default-page__content {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .default-page__content h2 {
    margin-top: 4rem;
    margin-bottom: 1.8rem;
    font-size: 2.6rem;
  }
  .default-page__content h3 {
    margin-top: 3.2rem;
    margin-bottom: 1.4rem;
    font-size: 2.1rem;
  }
  .default-page__content h4 {
    margin-top: 2.4rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .default-page__content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.m-section-title {
  text-align: center;
}
.m-section-title__en {
  display: block;
  font-size: 7rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.m-section-title__jp {
  margin-top: 16px;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-top: 22px;
}
.m-section-title__jp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 380px;
  border-top: 4px dashed #000;
}
.m-section-title--white .m-section-title__en,
.m-section-title--white .m-section-title__jp {
  color: #fff;
}
.m-section-title--white .m-section-title__jp::before {
  border-top-color: #fff;
}
@media (max-width: 768px) {
  .m-section-title__en {
    font-size: 4.2rem;
  }
  .m-section-title__jp {
    font-size: 2.2rem;
    padding-top: 18px;
  }
  .m-section-title__jp::before {
    width: 240px;
  }
}

.lower-mv__breadcrumb,
.lowerpage-breadcrumb {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  row-gap: 0.4rem;
  padding: 1rem 2rem;
  background: #fff;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  box-sizing: border-box;
  max-width: 100%;
}
.lower-mv__breadcrumb a,
.lowerpage-breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.lower-mv__breadcrumb a:hover,
.lowerpage-breadcrumb a:hover {
  opacity: 0.7;
}
.lower-mv__breadcrumb .breadcrumb,
.lower-mv__breadcrumb .breadcrumbs,
.lower-mv__breadcrumb #breadcrumbs,
.lowerpage-breadcrumb .breadcrumb,
.lowerpage-breadcrumb .breadcrumbs,
.lowerpage-breadcrumb #breadcrumbs {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  row-gap: 0.4rem;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  font: inherit;
  font-weight: inherit;
  color: inherit;
}

.lower-mv__breadcrumb {
  margin-bottom: 4rem;
}

.lowerpage-breadcrumb {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}

@media (max-width: 768px) {
  .lower-mv__breadcrumb,
  .lowerpage-breadcrumb {
    padding: 0.8rem 1.6rem;
    font-size: 1.2rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .lowerpage-breadcrumb {
    margin-top: 1.6rem;
    margin-bottom: 1.2rem;
  }
}
.lower-mv {
  position: relative;
  overflow: hidden;
  height: 43vw;
  display: flex;
  align-items: center;
  margin-top: 0;
}
.lower-mv--usedcar {
  margin-top: 0;
  border-bottom-right-radius: 350px;
  width: calc(100% - 40px);
}
.lower-mv--usedcar .lower-mv__en {
  color: #758774;
}
.lower-mv--other {
  margin-top: 0;
  height: 32vw;
}
.lower-mv--other .lower-mv__title-wrap {
  background: initial;
  padding: 0;
  border-radius: 0;
  box-shadow: initial;
  display: block;
  text-align: center;
}
.lower-mv--other .lower-mv__en {
  font-size: 10rem;
  color: #fff;
  display: inline-block;
  border-bottom: dashed 2px #fff;
  padding-bottom: 2rem;
}
.lower-mv--other .lower-mv__jp {
  margin-top: 0.8rem;
  font-size: 2.4rem;
  color: #fff;
}
.lower-mv__bg, .lower-mv__overlay {
  position: absolute;
  inset: 0;
}
.lower-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lower-mv__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.lower-mv__box {
  color: #fff;
}
.lower-mv__title-wrap {
  background: #fff;
  padding: 2rem 2.4rem 1.8rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.6rem 1.4rem rgba(0, 0, 0, 0.08);
  display: inline-block;
}
.lower-mv__en {
  font-size: 6rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #d97c58;
}
.lower-mv__jp {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
}
.lower-mv__lead {
  margin-top: 3.2rem;
}
.lower-mv__lead p {
  font-size: 1.8rem;
  line-height: 1.95;
  font-weight: 500;
  text-shadow: 0 0.3rem 1.2rem rgba(0, 0, 0, 0.26);
}
@media (max-width: 768px) {
  .lower-mv {
    height: auto;
    min-height: 36rem;
    margin-top: 0;
  }
  .lower-mv--usedcar {
    margin-top: 0;
    width: 100%;
    border-bottom-right-radius: 120px;
    min-height: 34rem;
  }
  .lower-mv--other {
    margin-top: 0;
    height: 27rem;
    min-height: initial;
  }
  .lower-mv--other .lower-mv__en {
    font-size: 5.2rem;
    border-bottom-width: 1px;
    padding-bottom: 1.2rem;
  }
  .lower-mv--other .lower-mv__jp {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
  .lower-mv__inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lower-mv__breadcrumb {
    margin-bottom: 2.4rem;
  }
  .lower-mv__box {
    max-width: 100%;
  }
  .lower-mv__title-wrap {
    padding: 1.6rem 1.8rem 1.4rem;
  }
  .lower-mv__en {
    font-size: 4.2rem;
  }
  .lower-mv__jp {
    font-size: 1.5rem;
  }
  .lower-mv__lead {
    margin-top: 2.2rem;
  }
  .lower-mv__lead p {
    font-size: 1.5rem;
    line-height: 1.85;
  }
}

.m-contact-cta {
  margin-top: 80px;
  background: #f6f5f0;
}
.m-contact-cta__box {
  background: #e9e4c5;
  border-radius: 1.4rem;
  padding: 4.8rem 4rem;
}
.m-contact-cta__title {
  margin-bottom: 4rem;
}
.m-contact-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.m-contact-cta__btn {
  display: block;
  width: 18rem;
  min-height: 8rem;
  line-height: 0;
  color: #fff;
}
.m-contact-cta__btn img {
  display: block;
  width: 100%;
  height: auto;
}
.m-contact-cta__btn:hover {
  transform: translateY(-0.2rem);
  opacity: 0.9;
}
@media (max-width: 768px) {
  .m-contact-cta__box {
    padding: 3.2rem 2rem;
  }
  .m-contact-cta__title {
    margin-bottom: 2.8rem;
  }
  .m-contact-cta__buttons {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
  }
  .m-contact-cta__btn {
    width: 100%;
    max-width: 14rem;
    min-height: auto;
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #b8b1a5;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  min-height: 88px;
}
.header__logo {
  flex: 0 0 auto;
  width: 190px;
}
.header__logo a,
.header__logo img {
  display: block;
}
.header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  flex: 1;
  min-width: 0;
}
.header__nav {
  min-width: 0;
}
.header__toggle {
  display: none;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 28px;
}
.header__menu > li {
  list-style: none;
}
.header__menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
  transition: opacity 0.3s ease;
}
.header__menu a:hover {
  opacity: 0.7;
}
.header__menu-ja {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
.header__menu-en {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #000;
}
.header__cta {
  display: flex;
  align-items: stretch;
  gap: 8px;
  flex: 0 0 auto;
}
.header__cta-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__cta-image {
  height: 64px;
}
.header__fixed-cta {
  display: none;
}

@media screen and (max-width: 768px) {
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }
  .header__inner {
    min-height: 72px;
    gap: 16px;
  }
  .header__logo {
    width: 140px;
  }
  .header__toggle {
    width: 44px;
    height: 44px;
    border: 1px solid #b8b1a5;
    border-radius: 6px;
    background: #fff;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    z-index: 130;
  }
  .header__toggle-line {
    width: 20px;
    height: 2px;
    background: #000;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .header__right {
    position: fixed;
    top: 72px;
    right: 0;
    width: min(100vw, 360px);
    height: calc(100dvh - 72px);
    background: #fff;
    border-left: 1px solid #d9d4c9;
    padding: 24px 20px 28px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 18px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 120;
    overflow-y: auto;
  }
  .header__nav {
    display: block;
  }
  .header__cta {
    gap: 6px;
  }
  .header__cta-btn {
    height: 100px;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .header__cta-image {
    width: 100%;
    height: auto;
    max-width: 280px;
  }
  .header__menu {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .header__menu a {
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #d9d4c9;
  }
  .header__menu-ja {
    font-size: 1.6rem;
  }
  .header__menu-en {
    font-size: 1rem;
  }
  .header.is-open .header__right {
    transform: translateX(0);
  }
  .header.is-open .header__toggle-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .header.is-open .header__toggle-line:nth-child(2) {
    opacity: 0;
  }
  .header.is-open .header__toggle-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .header__fixed-cta {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid #d9d4c9;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
    z-index: 110;
  }
  .header__fixed-cta .header__cta-btn {
    min-width: 0;
    height: 56px;
    display: flex;
    justify-content: center;
    padding: 0;
  }
  .header__fixed-cta .header__cta-image {
    width: 100%;
    max-width: none;
    height: auto;
  }
}
.site-footer {
  background: #fff;
  padding: 28px 0 24px;
  border-top: 1px solid #d8d8d8;
}
.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.site-footer__logo {
  width: 190px;
  flex: 0 0 auto;
}
.site-footer__logo a,
.site-footer__logo img {
  display: block;
}
.site-footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.site-footer__nav {
  min-width: 0;
}
.site-footer__menu {
  display: flex;
  align-items: center;
  gap: 0;
}
.site-footer__menu > li {
  list-style: none;
  position: relative;
  padding: 0 10px;
}
.site-footer__menu > li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  font-weight: 700;
}
.site-footer__menu a {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  transition: opacity 0.3s ease;
  color: #000;
}
.site-footer__menu a:hover {
  opacity: 0.7;
}
.site-footer__copy {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 24px 0 22px;
  }
  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .site-footer__logo {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer__right {
    width: 100%;
    align-items: center;
    gap: 14px;
  }
  .site-footer__nav {
    width: 100%;
  }
  .site-footer__menu {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
  }
  .site-footer__menu > li {
    padding: 0 8px 0 0;
    margin-right: 8px;
  }
  .site-footer__menu > li:not(:last-child)::after {
    right: -2px;
  }
  .site-footer__menu a {
    font-size: 1.3rem;
  }
  .site-footer__copy {
    font-size: 1.1rem;
    text-align: center;
    display: block;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */