@charset "UTF-8";
/**
 * $font-family-jp: 日本語のテキスト用フォント
 * $font-family-en: 英語のテキスト用フォント
 */
/* = Bugfix For Android
-------------------------------------------------------------- */
* {
  max-height: 999999px;
}

/* = Init
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body,
input,
textarea {
  font-size: 1.5rem;
  line-height: 1.75;
}

body {
  color: #222;
  background: #fff;
  margin: 0;
  font-family: "CurrentNotoSansJP", "Mulish", Hiragino Sans, "ヒラギノ角ゴ StdN W7", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  body,
input,
textarea {
    font-size: 1.7rem;
  }
}
img,
iframe {
  max-width: 100%;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#app {
  overflow: hidden;
}

/* = reset element style
-------------------------------------------------------------- */
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* = Anchor
-------------------------------------------------------------- */
a {
  color: inherit;
}

a:focus {
  outline: none;
}

a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}

a:active,
a:hover {
  text-decoration: none;
}

a.underline {
  text-decoration: underline;
}

a.img-box {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  transition: 0.35s opacity;
}

a.tel,
.tel a {
  opacity: 1;
}

a.disabled {
  pointer-events: none;
}

a.text-link {
  color: #3f4c6b;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  a.tel,
.tel a {
    pointer-events: none;
  }
}
/* = Table
-------------------------------------------------------------- */
table {
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  border-top: 1px solid #dcdddd;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #dcdddd;
  margin: 20px 0;
  width: 100%;
}

td,
th {
  padding: 10px;
  border-top: none;
  border-right: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
  border-left: none;
}

/* = Input
-------------------------------------------------------------- */
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 0.2em 0.5em;
}

input:hover,
input:focus,
textarea {
  outline: none;
}

input[type=radio]:hover,
input[type=submit]:hover {
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/* = Common Class
-------------------------------------------------------------- */
.left {
  float: left;
}

.right {
  float: right;
}

.clearfix {
  min-height: 1px;
}

.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.swiper {
  z-index: 0 !important;
}

[aria-label][role~=tooltip]::after {
  max-width: 90vw;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: pre-line !important;
  text-align: left;
  border-radius: 12px;
}

.tooltip-info-icon {
  background-color: #0b318f;
  font-size: 10px;
  font-weight: normal;
  color: #fff !important;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 1;
  display: inline-block;
}

.tooltip-info-icon__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* = Container
-------------------------------------------------------------- */
.c-container {
  padding: 0 16px;
  max-width: 358px;
  margin: 0 auto;
}

.c-container--extra {
  padding: 0 16px;
  max-width: 358px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .lpform-display-custom {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .c-container {
    padding: 0 160px;
    max-width: 1120px;
    margin: 0 auto;
  }

  .c-container--extra {
    padding: 0 280px;
    max-width: 880px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) and (max-width: 1439px) {
  .c-container {
    padding: 0 6vw;
    max-width: 1120px;
  }

  .c-container--extra {
    padding: 0 8.5vw;
    max-width: 880px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c-container {
    padding: 0 3.5vw;
    max-width: 912px;
  }

  .c-container--extra {
    padding: 0 6vw;
    max-width: 912px;
  }
}
.c-space {
  margin: 40px;
}

@media screen and (min-width: 768px) {
  .c-space {
    margin: 80px;
  }
}
#iframe_itp_tag,
iframe[id*=itp],
iframe[class*=itp],
iframe[src*="rentracks.me/cvc.php"],
iframe[src*=rentracks] {
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  display: none !important;
  visibility: hidden !important;
  overflow: hidden !important;
}

/* Optional: Remove any parent spacing */
#iframe_itp_tag {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}

/**
 * $font-family-jp: 日本語のテキスト用フォント
 * $font-family-en: 英語のテキスト用フォント
 */
@font-face {
  font-family: "CurrentNotoSansJP";
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/CurrentNotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "CurrentNotoSansJP";
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/CurrentNotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "CurrentNotoSansJP";
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/CurrentNotoSansJP-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Mulish-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Mulish";
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Mulish-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Mulish";
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/Mulish-Black.ttf") format("truetype");
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.c-form-v2 {
  padding: 24px 0 40px;
  background-color: #f3f4f6;
}

.c-form-v2__inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}

.c-form-v2__title {
  background-color: #000c19;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-form-v2__title__badge {
  display: block;
  border-radius: 4px;
  background-color: #efb933;
  color: #222;
  padding: 8px 16px;
  font-size: 24px;
  line-height: 1;
  margin-left: -40px;
  margin-right: 16px;
  letter-spacing: 0.1rem;
}

.c-form-v2__title__text {
  display: block;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  padding: 24px 0;
  color: #fff;
  letter-spacing: 0.1rem;
}

.c-form-v2__tel {
  padding: 20px 60px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #000c19;
  box-shadow: rgba(153, 153, 153, 0.38) 0 0 20px;
}

.c-form-v2__tel__text {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5rem;
  margin: 0;
}

.c-form-v2__tel__text span {
  color: #000c19;
  position: relative;
}

.c-form-v2__tel__text span::before {
  content: "・";
  position: absolute;
  top: -18px;
  left: 0;
}

.c-form-v2__tel__freecall {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-form-v2__tel__freecall__icon {
  width: 68px;
  height: auto;
  fill: #000c19;
  display: block;
  margin-right: 8px;
}

.c-form-v2__tel__freecall__number {
  font-size: 48px;
  font-family: "Arvo";
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.5rem;
}

.c-form-v2__tel__reception {
  font-size: 16px;
  letter-spacing: 0.5rem;
}

.c-form-v2__cta-senior {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333;
}

.c-form-v2__cta-senior__text {
  position: relative;
  margin: 0 auto;
  font-size: 28px;
}

.c-form-v2__cta-senior__text .color {
  color: #ee3f19;
}

.c-form-v2__cta-senior__text .big {
  font-size: 32px;
}

.c-form-v2__cta-senior__text::before, .c-form-v2__cta-senior__text::after {
  content: "";
  width: 1.5px;
  height: 28px;
  background-color: #222;
  position: absolute;
  top: 50%;
}

.c-form-v2__cta-senior__text::before {
  left: -20px;
  transform: translateY(-50%) rotate(-35deg);
}

.c-form-v2__cta-senior__text::after {
  right: -20px;
  transform: translateY(-50%) rotate(35deg);
}

.c-form-v2__cta-senior__button {
  width: 100%;
  height: 52px;
  border-radius: 48px;
  color: #fff !important;
  font-weight: bold;
  background-color: #ee3f19;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px auto 12px;
  box-shadow: 0 3px 0 #a6290c;
}

.c-form-v2__cta-senior__senior-button {
  width: 50%;
  height: 90px;
  font-size: 24px;
  text-align: center;
  border-radius: 48px;
  color: #fff !important;
  font-weight: bold;
  background-color: #0eb137;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px auto 12px;
  box-shadow: 0 3px 0 #475d47;
}

.c-form-v2__cta-senior__reception {
  font-size: 20px;
}

.c-form-v2__cta-senior__ctabtn {
  height: auto;
  width: 400px;
}

.c-form-v2__cta-senior__message {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin: 12px auto;
}

.c-form-v2__form {
  margin-top: 24px;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #000c19;
  box-shadow: rgba(153, 153, 153, 0.38) 0 0 20px;
}

.c-form-v2__form__offset {
  position: absolute;
  top: -100px;
}

.c-form-v2__form__title {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 12px;
  border-bottom: 1px solid #000c19;
  letter-spacing: 0.1rem;
}

.c-form-v2__form__title span {
  font-family: "Arvo", sans-serif;
  font-weight: bold;
  color: #000c19;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.1rem;
  display: inline-block;
  margin-right: 8px;
}

.c-form-v2__form__notice {
  padding: 20px 40px;
  font-size: 16px;
  font-weight: bold;
}

.c-form-v2__form__notice span {
  color: #f77c19;
}

.c-form-v2__form__body {
  padding: 0 40px 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}

.c-form-v2__form__body .c-form-v2__form__remarks {
  grid-column: 1/3;
}

.c-form-v2__form__group {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 12px;
}

.c-form-v2__form__group.height-fix {
  min-height: 53px;
}

.c-form-v2__form__group__input {
  width: 60%;
  min-width: 200px;
}

.c-form-v2__form__label {
  flex-shrink: 0;
  align-items: center;
}

.c-form-v2__form__label__title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1;
  letter-spacing: 0.05rem;
}

.c-form-v2__form__label__required, .c-form-v2__form__label__optional, .c-form-v2__form__label__ok {
  display: inline-block;
  align-items: center;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1;
  padding: 4px 6px;
  margin-right: 8px;
  font-weight: 700;
}

.c-form-v2__form__label__ok {
  border: 1px solid #105ED3;
  background-color: #105ED3;
  color: #fff;
  padding: 4px 9px;
}

.c-form-v2__form__label__required {
  border: 1px solid #f77c19;
  color: #f77c19;
}

.c-form-v2__form__label__optional {
  display: none;
}

.c-form-v2__form .c-form-v2__form__carinfo__maker-model {
  height: auto !important;
}

.c-form-v2__form__item,
.c-form-v2__form .c-form-v2__form__carinfo__maker-model {
  border-radius: 2px;
  border: 1px solid #ccc;
  width: 100%;
  height: 32px;
  color: #222;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.2s;
  box-sizing: border-box;
  background-color: #fff;
}

.c-form-v2__form__item.placeholder,
.c-form-v2__form .c-form-v2__form__carinfo__maker-model.placeholder {
  color: #c0c4ce;
}

.c-form-v2__form__item:hover, .c-form-v2__form__item.focus,
.c-form-v2__form .c-form-v2__form__carinfo__maker-model:hover,
.c-form-v2__form .c-form-v2__form__carinfo__maker-model.focus {
  border: 2px solid #000c19;
}

.c-form-v2__form__item.valid,
.c-form-v2__form .c-form-v2__form__carinfo__maker-model.valid {
  border-color: #999;
}

.c-form-v2__form__item.invalid,
.c-form-v2__form .c-form-v2__form__carinfo__maker-model.invalid {
  border-color: red;
  background-color: rgba(255, 0, 0, 0.05);
}

.c-form-v2__form__checkbox {
  padding: 12px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #222;
  font-size: 16px;
}

.c-form-v2__form__checkbox input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.c-form-v2__form__checkbox input + .c-form-v2__form__checkbox__dummy {
  border: solid 2px #ccc;
  background: #ffffff;
}

.c-form-v2__form__checkbox input:checked + .c-form-v2__form__checkbox__dummy {
  border-color: #222;
}

.c-form-v2__form__checkbox input:checked + .c-form-v2__form__checkbox__dummy::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
  background-size: contain;
}

.c-form-v2__form__checkbox a {
  color: #000c19;
  text-decoration: underline;
}

.c-form-v2__form__checkbox__dummy {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: solid 2px #888888;
  background: #ffffff;
  border-radius: 2px;
  margin-right: 8px;
}

.c-form-v2__form input,
.c-form-v2__form textarea {
  padding: 0 16px;
  background-color: transparent;
  box-shadow: none;
  box-sizing: border-box;
}

.c-form-v2__form input::-moz-placeholder, .c-form-v2__form textarea::-moz-placeholder {
  color: #ccc;
}

.c-form-v2__form input::placeholder,
.c-form-v2__form textarea::placeholder {
  color: #ccc;
}

.c-form-v2__form textarea {
  padding: 8px 16px;
  height: auto;
}

.c-form-v2__form select {
  padding: 0 16px;
  cursor: pointer;
}

.c-form-v2__form__note {
  color: #666;
  font-size: 12px;
}

.c-form-v2__form__hint {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  font-size: 14px !important;
}

@media screen and (max-width: 767px) {
  .c-form-v2__form__hint {
    font-size: 14px;
  }
}
.c-form-v2__form__error {
  color: red;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}

.c-form-v2__form__alert {
  width: 320px;
  height: auto;
  margin: 0 auto 20px;
  border: 2px solid #f77c19;
  border-radius: 2px;
  text-align: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  color: #f77c19;
  box-sizing: border-box;
}

.c-form-v2__form__alert strong {
  font-size: 20px;
}

.c-form-v2__form__residence__text {
  font-size: 14px;
  margin-bottom: 12px;
}

.c-form-v2__form__residence__flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.c-form-v2__form__residence__flex .badge {
  display: none;
}

.c-form-v2__form__residence__flex label {
  font-size: 14px;
}

.c-form-v2__form__flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.c-form-v2__form__terms {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 8px auto 16px;
}

.c-form-v2__form__terms + .c-form-v2__form__error {
  margin: -8px auto 8px;
}

.c-form-v2__form__terms__checkbox {
  padding: 12px 24px;
  margin: 8px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #222;
  font-size: 15px;
  border-radius: 2px;
  letter-spacing: 0.05rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.c-form-v2__form__terms__checkbox.invalid {
  border-color: red;
}

.c-form-v2__form__terms__checkbox:hover {
  background-color: #f4f4f6;
}

.c-form-v2__form__terms__checkbox input {
  margin: 0;
  width: 0;
  display: none;
}

.c-form-v2__form__terms__checkbox input + span {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: solid 2px #999;
  background-color: #fff;
  border-radius: 2px;
  margin-right: 12px;
}

.c-form-v2__form__terms__checkbox input:checked + span {
  background-color: #000c19;
  border-color: #000c19;
}

.c-form-v2__form__terms__checkbox input:checked + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.c-form-v2__form__terms__privacy {
  color: #000c19;
  text-decoration: underline;
  letter-spacing: 0.05rem;
  margin-right: 4px;
  display: inline-block;
}

.c-form-v2__form__terms__message {
  font-size: 14px;
}

.c-form-v2__form__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.c-form-v2__form__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 72px;
  background-image: linear-gradient(to right, #ef8333, 25%, #ed0707);
  border-radius: 2px;
  text-align: center;
  padding: 0 24px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 6px 12px 0 rgba(34, 34, 34, 0.3);
  box-sizing: border-box;
}

.c-form-v2__form__button:hover {
  background-image: linear-gradient(to right, #ef8333, 75%, #ed0707);
}

.c-form-v2__form__button.processing {
  cursor: not-allowed;
  background-color: #b34d05;
}

.c-form-v2__form__button__free {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #ff6c00;
  border-radius: 1px;
  padding: 0 8px;
}

.c-form-v2__form__button__text {
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05rem;
}

.c-form-v2__form__button__processing {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
}

.c-form-v2__form__button__processing circle {
  opacity: 0.25;
}

.c-form-v2__form__button__processing path {
  opacity: 0.75;
}

.c-form-v2__form__divider {
  margin: 12px auto;
  width: 100%;
  height: 1px;
}

.c-form-v2__form__carinfo__maker-model {
  position: relative;
  cursor: pointer;
  height: 100%;
}

.c-form-v2__form__carinfo__maker-model__wrapper {
  max-width: 264px;
  width: 100%;
}

.c-form-v2__form__carinfo__maker-model__text {
  height: 100%;
  padding: 2px 16px;
}

.c-form-v2__form__carinfo__maker-model__icon {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 18px;
}

.c-form-v2__form__userinfo__accordion {
  margin: 20px auto;
}

.c-form-v2__form__userinfo__accordion summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  display: inline-block;
}

.c-form-v2__form__userinfo__accordion summary span {
  text-decoration: underline;
  font-size: 14px;
}

.c-form-v2__form__userinfo__accordion summary::-webkit-details-marker {
  display: none;
}

.c-form-v2__form__userinfo__accordion summary:focus {
  outline: none;
}

.c-form-v2__form__userinfo__accordion[open] {
  margin-bottom: 0;
}

.c-form-v2__form__userinfo__accordion[open] summary {
  display: none;
}

.c-form-v2__form__remarks__accordion {
  margin: 20px auto;
}

.c-form-v2__form__remarks__accordion summary {
  position: relative;
  text-align: center;
  list-style: none;
  font-size: 14px;
  cursor: pointer;
  padding: 8px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: 0.2s;
}

.c-form-v2__form__remarks__accordion summary:hover {
  border: 1px solid #000c19;
  background-color: rgba(0, 12, 25, 0.015);
}

.c-form-v2__form__remarks__accordion summary svg {
  width: 8px;
  height: auto;
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
}

.c-form-v2__form__remarks__accordion summary::-webkit-details-marker {
  display: none;
}

.c-form-v2__form__remarks__accordion summary:focus {
  outline: none;
}

.c-form-v2__form__remarks__accordion[open] {
  margin-bottom: 0;
}

.c-form-v2__form__remarks__accordion[open] summary {
  display: none;
}

.c-form-v2__qa {
  margin-top: 40px;
  padding: 32px 40px;
  border: 1px solid #000c19;
  border-radius: 4px;
  box-shadow: rgba(153, 153, 153, 0.38) 0 0 20px;
  background-color: #fff;
}

.c-form-v2__qa__title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000c19;
}

.c-form-v2__qa__title span {
  color: #000c19;
}

.c-form-v2__qa__item {
  background-color: rgba(11, 49, 143, 0.05);
  padding: 20px;
}

.c-form-v2__qa__item:not(:first-child) {
  margin-top: 20px;
}

.c-form-v2__qa__item__question {
  font-size: 20px;
  font-weight: bold;
}

.c-form-v2__qa__item__answer {
  font-size: 16px;
  margin-top: 12px;
  line-height: 2;
}

.c-form-v2__qa__item__answer span {
  background: linear-gradient(transparent 60%, rgba(239, 185, 51, 0.8) 60%);
}

@media screen and (max-width: 768px) {
  .c-form-v2 {
    padding: 20px 0;
  }

  .c-form-v2__title__badge {
    font-size: 18px;
    margin-left: 0;
    padding: 6px 12px;
    border-radius: 2px;
  }

  .c-form-v2__title__text {
    font-size: 22px;
    padding: 16px 0;
  }

  .c-form-v2__cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
  }

  .c-form-v2__cta__text {
    position: relative;
    margin: 0 auto;
    font-size: 18px;
  }

  .c-form-v2__cta__text .color {
    color: #ee3f19;
  }

  .c-form-v2__cta__text .big {
    font-size: 24px;
  }

  .c-form-v2__cta__text::before, .c-form-v2__cta__text::after {
    content: "";
    width: 1.5px;
    height: 28px;
    background-color: #222;
    position: absolute;
    top: 50%;
  }

  .c-form-v2__cta__text::before {
    left: -20px;
    transform: translateY(-50%) rotate(-35deg);
  }

  .c-form-v2__cta__text::after {
    right: -20px;
    transform: translateY(-50%) rotate(35deg);
  }

  .c-form-v2__cta__button {
    width: 100%;
    height: 52px;
    border-radius: 48px;
    color: #fff !important;
    font-weight: bold;
    background-color: #ee3f19;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto 12px;
    box-shadow: 0 3px 0 #a6290c;
  }

  .c-form-v2__cta__senior-button {
    width: 100%;
    height: 82px;
    border-radius: 48px;
    color: #fff !important;
    font-weight: bold;
    background-color: #0eb137;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto 12px;
    box-shadow: 0 3px 0 #475d47;
  }

  .c-form-v2__cta__reception {
    font-size: 14px;
  }

  .c-form-v2__cta__message {
    font-size: 15px;
    line-height: 1.5;
    margin: 12px auto;
  }

  .c-form-v2__cta-senior {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
  }

  .c-form-v2__cta-senior__text {
    position: relative;
    margin: 0 auto;
    font-size: 18px;
  }

  .c-form-v2__cta-senior__text .color {
    color: #ee3f19;
  }

  .c-form-v2__cta-senior__text .big {
    font-size: 24px;
  }

  .c-form-v2__cta-senior__text::before, .c-form-v2__cta-senior__text::after {
    content: "";
    width: 1.5px;
    height: 28px;
    background-color: #222;
    position: absolute;
    top: 50%;
  }

  .c-form-v2__cta-senior__text::before {
    left: -20px;
    transform: translateY(-50%) rotate(-35deg);
  }

  .c-form-v2__cta-senior__text::after {
    right: -20px;
    transform: translateY(-50%) rotate(35deg);
  }

  .c-form-v2__cta-senior__button {
    width: 100%;
    height: 58px;
    border-radius: 48px;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    background-color: #ee3f19;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto 12px;
    box-shadow: 0 3px 0 #a6290c;
  }

  .c-form-v2__cta-senior__senior-button {
    width: 100%;
    height: 82px;
    border-radius: 48px;
    color: #fff !important;
    font-weight: bold;
    background-color: #0eb137;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto 12px;
    box-shadow: 0 3px 0 #475d47;
  }

  .c-form-v2__cta-senior__ctabtn {
    height: auto;
    width: 300px;
  }

  .c-form-v2__cta-senior__reception {
    font-size: 14px;
  }

  .c-form-v2__cta-senior__message {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    margin: 12px auto;
  }

  .c-form-v2__form {
    margin-top: 12px;
  }

  .c-form-v2__form__offset {
    top: 0;
  }

  .c-form-v2__form__group {
    flex-wrap: nowrap;
  }

  .c-form-v2__form__group.height-fix {
    min-height: 0;
  }

  .c-form-v2__form__group__input {
    width: 65%;
  }

  .c-form-v2__form__title {
    display: none;
  }

  .c-form-v2__form__notice {
    padding: 0 0 20px;
    font-size: 14px;
  }

  .c-form-v2__form__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }

  .c-form-v2__form__label {
    flex-shrink: inherit !important;
  }

  .c-form-v2__form__label__title {
    font-size: 14px !important;
  }

  .c-form-v2__form__label__required, .c-form-v2__form__label__optional, .c-form-v2__form__label__ok {
    padding: 3px 5px;
    font-size: 11px;
    margin-right: 6px;
  }

  .c-form-v2__form__label__ok {
    padding: 3px 7px;
  }

  .c-form-v2__form__item {
    font-size: 14px;
  }

  .c-form-v2__form__item-select {
    font-size: 14px;
  }

  .c-form-v2__form__note {
    font-size: 12px;
    margin-right: 0px;
    padding-right: 0px;
    text-align: left;
  }

  .c-form-v2__form__error {
    font-size: 12px;
  }

  .c-form-v2__form__divider {
    margin: 6px auto;
  }

  .c-form-v2__form__terms__checkbox {
    width: 100%;
    padding: 8px;
    font-size: 14px;
  }

  .c-form-v2__form__terms__checkbox input + span {
    width: 16px;
    height: 16px;
  }

  .c-form-v2__form__terms__message {
    font-size: 12px;
  }

  .c-form-v2__form__button {
    width: 100% !important;
    height: 60px;
    margin: 0 auto;
  }

  .c-form-v2__form__button__free {
    font-size: 14px;
  }

  .c-form-v2__form__button__text {
    font-size: 18px;
  }

  .c-form-v2__form__button__processing {
    top: 16px;
    width: 20px;
    height: 20px;
  }

  .c-form-v2__form__carinfo__maker-model__wrapper {
    margin-top: 2px;
    max-width: 220px;
  }

  .c-form-v2__form__userinfo__accordion {
    margin: 12px auto;
    text-align: center;
  }

  .c-form-v2__form__remarks__accordion {
    margin: 12px auto;
  }

  .c-form-v2__form__remarks__accordion[open] {
    margin-top: 0;
  }

  .c-form-v2__form__remarks .c-form-v2__form__group {
    flex-wrap: wrap;
  }

  .c-form-v2__qa {
    margin-top: 20px;
    padding: 20px;
  }

  .c-form-v2__qa__title {
    font-size: 24px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .c-form-v2__qa__item {
    padding: 12px;
  }

  .c-form-v2__qa__item:not(:first-child) {
    margin-top: 12px;
  }

  .c-form-v2__qa__item__question {
    font-size: 16px;
  }

  .c-form-v2__qa__item__answer {
    font-size: 14px;
    margin-top: 8px;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.c-form-v3 {
  padding: 24px 0 40px;
  background-color: #f3f4f6;
}

.c-form-v3__inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}

.c-form-v3__title {
  background-color: #000c19;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-form-v3__title__badge {
  display: block;
  border-radius: 4px;
  background-color: #efb933;
  color: #222;
  padding: 8px 16px;
  font-size: 24px;
  line-height: 1;
  margin-left: -40px;
  margin-right: 16px;
  letter-spacing: 0.1rem;
}

.c-form-v3__title__text {
  display: block;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  padding: 24px 0;
  color: #fff;
  letter-spacing: 0.1rem;
}

.c-form-v3__tel {
  padding: 20px 60px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #000c19;
  box-shadow: rgba(153, 153, 153, 0.38) 0 0 20px;
}

.c-form-v3__tel__text {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5rem;
  margin: 0;
}

.c-form-v3__tel__text span {
  color: #000c19;
  position: relative;
}

.c-form-v3__tel__text span::before {
  content: "・";
  position: absolute;
  top: -18px;
  left: 0;
}

.c-form-v3__tel__freecall {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-form-v3__tel__freecall__icon {
  width: 68px;
  height: auto;
  fill: #000c19;
  display: block;
  margin-right: 8px;
}

.c-form-v3__tel__freecall__number {
  font-size: 48px;
  font-family: "Arvo";
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.5rem;
}

.c-form-v3__tel__reception {
  font-size: 16px;
  letter-spacing: 0.5rem;
}

.c-form-v3__cta-senior {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333;
}

.c-form-v3__cta-senior__text {
  position: relative;
  margin: 0 auto;
  font-size: 28px;
}

.c-form-v3__cta-senior__text .color {
  color: #ee3f19;
}

.c-form-v3__cta-senior__text .big {
  font-size: 32px;
}

.c-form-v3__cta-senior__text::before, .c-form-v3__cta-senior__text::after {
  content: "";
  width: 1.5px;
  height: 28px;
  background-color: #222;
  position: absolute;
  top: 50%;
}

.c-form-v3__cta-senior__text::before {
  left: -20px;
  transform: translateY(-50%) rotate(-35deg);
}

.c-form-v3__cta-senior__text::after {
  right: -20px;
  transform: translateY(-50%) rotate(35deg);
}

.c-form-v3__cta-senior__button {
  width: 100%;
  height: 52px;
  border-radius: 48px;
  color: #fff !important;
  font-weight: bold;
  background-color: #ee3f19;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px auto 12px;
  box-shadow: 0 3px 0 #a6290c;
}

.c-form-v3__cta-senior__senior-button {
  width: 50%;
  height: 90px;
  font-size: 24px;
  text-align: center;
  border-radius: 48px;
  color: #fff !important;
  font-weight: bold;
  background-color: #0eb137;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px auto 12px;
  box-shadow: 0 3px 0 #475d47;
}

.c-form-v3__cta-senior__reception {
  font-size: 20px;
}

.c-form-v3__cta-senior__ctabtn {
  height: auto;
  width: 400px;
}

.c-form-v3__cta-senior__message {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin: 12px auto;
}

.c-form-v3__form {
  margin-top: 24px;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #000c19;
  box-shadow: rgba(153, 153, 153, 0.38) 0 0 20px;
}

.c-form-v3__form__offset {
  position: absolute;
  top: -100px;
}

.c-form-v3__form__title {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 12px;
  border-bottom: 1px solid #000c19;
  letter-spacing: 0.1rem;
}

.c-form-v3__form__title span {
  font-family: "Arvo", sans-serif;
  font-weight: bold;
  color: #000c19;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.1rem;
  display: inline-block;
  margin-right: 8px;
}

.c-form-v3__form__notice {
  padding: 20px 40px;
  font-size: 16px;
  font-weight: bold;
}

.c-form-v3__form__notice span {
  color: #f77c19;
}

.c-form-v3__form__body {
  padding: 0 80px 32px;
  gap: 0 40px;
}

.c-form-v3__form__body .c-form-v3__form__remarks {
  grid-column: 1/3;
}

.c-form-v3__form__group {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 12px;
}

.c-form-v3__form__group.height-fix {
  min-height: 53px;
}

.c-form-v3__form__group__input {
  width: 60%;
  min-width: 200px;
}

.c-form-v3__form__label {
  flex-shrink: 0;
}

.c-form-v3__form__label__title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1;
  letter-spacing: 0.05rem;
}

.c-form-v3__form__label__required, .c-form-v3__form__label__optional {
  display: inline-block;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1;
  padding: 4px 6px;
  margin-right: 8px;
}

.c-form-v3__form__label__required {
  border: 1px solid #f77c19;
  color: #f77c19;
}

.c-form-v3__form__label__optional {
  display: none;
}

.c-form-v3__form .c-form-v3__form__carinfo__maker-model {
  height: auto !important;
}

.c-form-v3__form__item,
.c-form-v3__form .c-form-v3__form__carinfo__maker-model {
  border-radius: 2px;
  border: 1px solid #ccc;
  width: 100%;
  height: 32px;
  color: #222;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.2s;
  box-sizing: border-box;
  background-color: #fff;
}

.c-form-v3__form__item.placeholder,
.c-form-v3__form .c-form-v3__form__carinfo__maker-model.placeholder {
  color: #c0c4ce;
}

.c-form-v3__form__item:hover, .c-form-v3__form__item.focus,
.c-form-v3__form .c-form-v3__form__carinfo__maker-model:hover,
.c-form-v3__form .c-form-v3__form__carinfo__maker-model.focus {
  border: 2px solid #000c19;
}

.c-form-v3__form__item.valid,
.c-form-v3__form .c-form-v3__form__carinfo__maker-model.valid {
  border-color: #999;
}

.c-form-v3__form__item.invalid,
.c-form-v3__form .c-form-v3__form__carinfo__maker-model.invalid {
  border-color: red;
  background-color: rgba(255, 0, 0, 0.05);
}

.c-form-v3__form__checkbox {
  padding: 12px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #222;
  font-size: 16px;
}

.c-form-v3__form__checkbox input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.c-form-v3__form__checkbox input + .c-form-v3__form__checkbox__dummy {
  border: solid 2px #ccc;
  background: #ffffff;
}

.c-form-v3__form__checkbox input:checked + .c-form-v3__form__checkbox__dummy {
  border-color: #222;
}

.c-form-v3__form__checkbox input:checked + .c-form-v3__form__checkbox__dummy::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
  background-size: contain;
}

.c-form-v3__form__checkbox a {
  color: #000c19;
  text-decoration: underline;
}

.c-form-v3__form__checkbox__dummy {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: solid 2px #888888;
  background: #ffffff;
  border-radius: 2px;
  margin-right: 8px;
}

.c-form-v3__form input,
.c-form-v3__form textarea {
  padding: 0 16px;
  background-color: transparent;
  box-shadow: none;
  box-sizing: border-box;
}

.c-form-v3__form input::-moz-placeholder, .c-form-v3__form textarea::-moz-placeholder {
  color: #ccc;
}

.c-form-v3__form input::placeholder,
.c-form-v3__form textarea::placeholder {
  color: #ccc;
}

.c-form-v3__form textarea {
  padding: 8px 16px;
  height: auto;
}

.c-form-v3__form select {
  padding: 0 16px;
  cursor: pointer;
}

.c-form-v3__form__note {
  color: #666;
  font-size: 12px;
}

.c-form-v3__form__error {
  color: red;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}

.c-form-v3__form__alert {
  width: 320px;
  height: auto;
  margin: 0 auto 20px;
  border: 2px solid #f77c19;
  border-radius: 2px;
  text-align: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  color: #f77c19;
  box-sizing: border-box;
}

.c-form-v3__form__alert strong {
  font-size: 20px;
}

.c-form-v3__form__residence__text {
  font-size: 14px;
  margin-bottom: 12px;
}

.c-form-v3__form__residence__flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.c-form-v3__form__residence__flex .badge {
  display: none;
}

.c-form-v3__form__residence__flex label {
  font-size: 14px;
}

.c-form-v3__form__flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.c-form-v3__form__terms {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 8px auto 16px;
}

.c-form-v3__form__terms + .c-form-v3__form__error {
  margin: -8px auto 8px;
}

.c-form-v3__form__terms__checkbox {
  padding: 12px 24px;
  margin: 8px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #222;
  font-size: 15px;
  border-radius: 2px;
  letter-spacing: 0.05rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.c-form-v3__form__terms__checkbox.invalid {
  border-color: red;
}

.c-form-v3__form__terms__checkbox:hover {
  background-color: #f4f4f6;
}

.c-form-v3__form__terms__checkbox input {
  margin: 0;
  width: 0;
  display: none;
}

.c-form-v3__form__terms__checkbox input + span {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: solid 2px #999;
  background-color: #fff;
  border-radius: 2px;
  margin-right: 12px;
}

.c-form-v3__form__terms__checkbox input:checked + span {
  background-color: #000c19;
  border-color: #000c19;
}

.c-form-v3__form__terms__checkbox input:checked + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.c-form-v3__form__terms__privacy {
  color: #000c19;
  text-decoration: underline;
  letter-spacing: 0.05rem;
  margin-right: 2px;
  display: inline-block;
}

.c-form-v3__form__terms__message {
  font-size: 14px;
}

.c-form-v3__form__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.c-form-v3__form__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 72px;
  background-image: linear-gradient(to right, #ef8333, 25%, #ed0707);
  border-radius: 2px;
  text-align: center;
  padding: 0 24px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 6px 12px 0 rgba(34, 34, 34, 0.3);
  box-sizing: border-box;
}

.c-form-v3__form__button:hover {
  background-image: linear-gradient(to right, #ef8333, 75%, #ed0707);
}

.c-form-v3__form__button.processing {
  cursor: not-allowed;
  background-color: #b34d05;
}

.c-form-v3__form__button__free {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #ff6c00;
  border-radius: 1px;
  padding: 0 8px;
}

.c-form-v3__form__button__text {
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05rem;
}

.c-form-v3__form__button__processing {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
}

.c-form-v3__form__button__processing circle {
  opacity: 0.25;
}

.c-form-v3__form__button__processing path {
  opacity: 0.75;
}

.c-form-v3__form__divider {
  margin: 12px auto;
  width: 100%;
  height: 1px;
}

.c-form-v3__form__carinfo__maker-model {
  position: relative;
  cursor: pointer;
  height: 100%;
}

.c-form-v3__form__carinfo__maker-model__wrapper {
  min-width: 200px;
  width: 60%;
}

.c-form-v3__form__carinfo__maker-model__text {
  height: 100%;
  padding: 2px 16px;
}

.c-form-v3__form__carinfo__maker-model__icon {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 18px;
}

.c-form-v3__form__userinfo__accordion {
  margin: 20px auto;
}

.c-form-v3__form__userinfo__accordion summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  display: inline-block;
}

.c-form-v3__form__userinfo__accordion summary span {
  text-decoration: underline;
  font-size: 14px;
}

.c-form-v3__form__userinfo__accordion summary::-webkit-details-marker {
  display: none;
}

.c-form-v3__form__userinfo__accordion summary:focus {
  outline: none;
}

.c-form-v3__form__userinfo__accordion[open] {
  margin-bottom: 0;
}

.c-form-v3__form__userinfo__accordion[open] summary {
  display: none;
}

.c-form-v3__form__remarks__accordion {
  margin: 20px auto;
}

.c-form-v3__form__remarks__accordion summary {
  position: relative;
  text-align: center;
  list-style: none;
  font-size: 14px;
  cursor: pointer;
  padding: 8px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: 0.2s;
}

.c-form-v3__form__remarks__accordion summary:hover {
  border: 1px solid #000c19;
  background-color: rgba(0, 12, 25, 0.015);
}

.c-form-v3__form__remarks__accordion summary svg {
  width: 8px;
  height: auto;
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
}

.c-form-v3__form__remarks__accordion summary::-webkit-details-marker {
  display: none;
}

.c-form-v3__form__remarks__accordion summary:focus {
  outline: none;
}

.c-form-v3__form__remarks__accordion[open] {
  margin-bottom: 0;
}

.c-form-v3__form__remarks__accordion[open] summary {
  display: none;
}

.c-form-v3__qa {
  margin-top: 40px;
  padding: 32px 40px;
  border: 1px solid #000c19;
  border-radius: 4px;
  box-shadow: rgba(153, 153, 153, 0.38) 0 0 20px;
  background-color: #fff;
}

.c-form-v3__qa__title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000c19;
}

.c-form-v3__qa__title span {
  color: #000c19;
}

.c-form-v3__qa__item {
  background-color: rgba(11, 49, 143, 0.05);
  padding: 20px;
}

.c-form-v3__qa__item:not(:first-child) {
  margin-top: 20px;
}

.c-form-v3__qa__item__question {
  font-size: 20px;
  font-weight: bold;
}

.c-form-v3__qa__item__answer {
  font-size: 16px;
  margin-top: 12px;
  line-height: 2;
}

.c-form-v3__qa__item__answer span {
  background: linear-gradient(transparent 60%, rgba(239, 185, 51, 0.8) 60%);
}

@media screen and (max-width: 768px) {
  .c-form-v3 {
    padding: 20px 0;
  }

  .c-form-v3__title__badge {
    font-size: 18px;
    margin-left: 0;
    padding: 6px 12px;
    border-radius: 2px;
  }

  .c-form-v3__title__text {
    font-size: 22px;
    padding: 16px 0;
  }

  .c-form-v3__cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
  }

  .c-form-v3__cta__text {
    position: relative;
    margin: 0 auto;
    font-size: 18px;
  }

  .c-form-v3__cta__text .color {
    color: #ee3f19;
  }

  .c-form-v3__cta__text .big {
    font-size: 24px;
  }

  .c-form-v3__cta__text::before, .c-form-v3__cta__text::after {
    content: "";
    width: 1.5px;
    height: 28px;
    background-color: #222;
    position: absolute;
    top: 50%;
  }

  .c-form-v3__cta__text::before {
    left: -20px;
    transform: translateY(-50%) rotate(-35deg);
  }

  .c-form-v3__cta__text::after {
    right: -20px;
    transform: translateY(-50%) rotate(35deg);
  }

  .c-form-v3__cta__button {
    width: 100%;
    height: 52px;
    border-radius: 48px;
    color: #fff !important;
    font-weight: bold;
    background-color: #ee3f19;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto 12px;
    box-shadow: 0 3px 0 #a6290c;
  }

  .c-form-v3__cta__senior-button {
    width: 100%;
    height: 82px;
    border-radius: 48px;
    color: #fff !important;
    font-weight: bold;
    background-color: #0eb137;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto 12px;
    box-shadow: 0 3px 0 #475d47;
  }

  .c-form-v3__cta__reception {
    font-size: 14px;
  }

  .c-form-v3__cta__message {
    font-size: 15px;
    line-height: 1.5;
    margin: 12px auto;
  }

  .c-form-v3__cta-senior {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
  }

  .c-form-v3__cta-senior__text {
    position: relative;
    margin: 0 auto;
    font-size: 18px;
  }

  .c-form-v3__cta-senior__text .color {
    color: #ee3f19;
  }

  .c-form-v3__cta-senior__text .big {
    font-size: 24px;
  }

  .c-form-v3__cta-senior__text::before, .c-form-v3__cta-senior__text::after {
    content: "";
    width: 1.5px;
    height: 28px;
    background-color: #222;
    position: absolute;
    top: 50%;
  }

  .c-form-v3__cta-senior__text::before {
    left: -20px;
    transform: translateY(-50%) rotate(-35deg);
  }

  .c-form-v3__cta-senior__text::after {
    right: -20px;
    transform: translateY(-50%) rotate(35deg);
  }

  .c-form-v3__cta-senior__button {
    width: 100%;
    height: 58px;
    border-radius: 48px;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    background-color: #ee3f19;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto 12px;
    box-shadow: 0 3px 0 #a6290c;
  }

  .c-form-v3__cta-senior__senior-button {
    width: 100%;
    height: 82px;
    border-radius: 48px;
    color: #fff !important;
    font-weight: bold;
    background-color: #0eb137;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto 12px;
    box-shadow: 0 3px 0 #475d47;
  }

  .c-form-v3__cta-senior__ctabtn {
    height: auto;
    width: 300px;
  }

  .c-form-v3__cta-senior__reception {
    font-size: 14px;
  }

  .c-form-v3__cta-senior__message {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    margin: 12px auto;
  }

  .c-form-v3__form {
    margin-top: 12px;
  }

  .c-form-v3__form__offset {
    top: 0;
  }

  .c-form-v3__form__group {
    flex-wrap: nowrap;
  }

  .c-form-v3__form__group.height-fix {
    min-height: 0;
  }

  .c-form-v3__form__group__input {
    width: 65%;
  }

  .c-form-v3__form__title {
    display: none;
  }

  .c-form-v3__form__notice {
    padding: 0 0 20px;
    font-size: 14px;
  }

  .c-form-v3__form__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 12px !important;
  }

  .c-form-v3__form__label {
    flex-shrink: inherit;
  }

  .c-form-v3__form__label__title {
    font-size: 14px;
  }

  .c-form-v3__form__label__required, .c-form-v3__form__label__optional {
    padding: 3px 5px;
    font-size: 11px;
    margin-right: 6px;
  }

  .c-form-v3__form__item {
    font-size: 14px;
  }

  .c-form-v3__form__note {
    font-size: 12px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    text-align: right;
  }

  .c-form-v3__form__error {
    font-size: 12px;
  }

  .c-form-v3__form__divider {
    margin: 6px auto;
  }

  .c-form-v3__form__terms__checkbox {
    width: 100%;
    padding: 8px;
    font-size: 14px;
  }

  .c-form-v3__form__terms__checkbox input + span {
    width: 16px;
    height: 16px;
  }

  .c-form-v3__form__terms__message {
    font-size: 12px;
  }

  .c-form-v3__form__button {
    width: 100%;
    height: 60px;
    margin: 0 auto;
  }

  .c-form-v3__form__button__free {
    font-size: 14px;
  }

  .c-form-v3__form__button__text {
    font-size: 18px;
  }

  .c-form-v3__form__button__processing {
    top: 16px;
    width: 20px;
    height: 20px;
  }

  .c-form-v3__form__carinfo__maker-model__wrapper {
    margin-top: 2px;
    max-width: 220px;
  }

  .c-form-v3__form__userinfo__accordion {
    margin: 12px auto;
    text-align: center;
  }

  .c-form-v3__form__remarks__accordion {
    margin: 12px auto;
  }

  .c-form-v3__form__remarks__accordion[open] {
    margin-top: 0;
  }

  .c-form-v3__form__remarks .c-form-v3__form__group {
    flex-wrap: wrap;
  }

  .c-form-v3__qa {
    margin-top: 20px;
    padding: 20px;
  }

  .c-form-v3__qa__title {
    font-size: 24px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .c-form-v3__qa__item {
    padding: 12px;
  }

  .c-form-v3__qa__item:not(:first-child) {
    margin-top: 12px;
  }

  .c-form-v3__qa__item__question {
    font-size: 16px;
  }

  .c-form-v3__qa__item__answer {
    font-size: 14px;
    margin-top: 8px;
  }
}
.header-wrapper {
  position: relative;
  z-index: 11;
}

.c-header {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  top: 0;
  max-width: 100vw;
  width: 100%;
  height: 74px;
  display: flex;
  align-items: center;
  z-index: 10;
}

.c-header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 6vw;
  width: 100%;
  height: auto;
}

.c-header__inner .left,
.c-header__inner .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-header__logo {
  margin-top: 8px !important;
  width: 140px;
  height: auto;
  margin-right: 20px;
}

.c-header__logo img {
  width: 100%;
  height: 100%;
}

.c-header__cm {
  width: 113px;
  height: auto;
}

.c-header__jpx {
  width: 40px;
  height: auto;
  margin-right: 12px;
}

.c-header__company {
  font-size: 11px;
  line-height: 1.3;
  margin-right: 20px;
}

.c-header__contact {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.c-header__contact__freecall {
  margin-top: 8px;
  margin-right: 20px;
}

.c-header__contact__freecall__box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-header__contact__freecall__box__icon {
  width: 40px;
  height: auto;
}

.c-header__contact__freecall__box__number {
  font-size: 24px;
  font-weight: bold;
  font-family: "Arvo", sans-serif;
  line-height: 1;
  letter-spacing: 0.1rem;
  color: #1b439f !important;
}

.c-header__contact__freecall__time {
  display: block;
  letter-spacing: 0.1rem;
  text-align: center;
  font-size: 12px;
  color: #1b439f;
}

.c-header__contact__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: 0.2s;
  width: 320px;
  height: 52px;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #ef8333, 25%, #ed0707);
  color: #fff !important;
}

.c-header__contact__button:hover {
  background-image: linear-gradient(to right, #ef8333, 75%, #ed0707);
}

.c-header__contact__button svg {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.c-header__contact__button__text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05rem;
}

.c-header__offsetold {
  padding-top: 72px;
}

.c-header__nav {
  padding: 10px 0;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
}

.c-header__nav__item {
  display: inline-block;
  color: #444 !important;
  font-size: 13px;
}

.c-header__nav__item:not(:last-child) {
  margin-right: 60px;
}

.c-header__nav__item:hover {
  color: #111;
  text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .c-header__inner {
    padding: 6px 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-header__inner {
    padding: 6px 16px;
  }
}
@media screen and (max-width: 600px) {
  .c-header {
    top: 0;
    position: relative;
    height: 52px;
  }

  .c-header__logo {
    width: 100px;
    margin-right: 2px;
  }

  .c-header__cm {
    width: 76px;
  }

  .c-header__jpx {
    width: 32px;
    margin-right: 8px;
  }

  .c-header__company {
    font-size: 10px;
    margin-right: 0;
  }

  .c-header__offset {
    padding-top: 0;
  }
}
/**
 * $font-family-jp: 日本語のテキスト用フォント
 * $font-family-en: 英語のテキスト用フォント
 */
.c-footer {
  background-color: #f4f4f7;
}

@media screen and (min-width: 769px) {
  .c-footer {
    padding-bottom: 136px;
  }
}
.c-footer__inner {
  width: 95%;
  margin: 0 auto;
  padding: 60px 0;
}

.c-footer__makerlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #2d344b;
}

.c-footer__country {
  width: calc(12% - 8px);
}

.c-footer__country a:hover {
  text-decoration: underline;
}

.c-footer__country:not(:last-child) {
  margin-right: 8px;
}

.c-footer__country__title {
  display: flex;
  align-items: center;
  list-style: none;
  pointer-events: none;
}

.c-footer__country__title::-webkit-details-marker {
  display: none;
}

.c-footer__country__title:focus {
  outline: none;
}

.c-footer__country__title__icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.c-footer__country__title__text {
  font-size: 14px;
  font-weight: bold;
}

.c-footer__country__title__toggle {
  display: none;
}

.c-footer__country__title__divide {
  margin: 8px 0;
  width: 80%;
  height: 1px;
  background-color: rgba(143, 147, 163, 0.8);
}

.c-footer__maker {
  display: block;
  font-size: 13px;
  margin-top: 4px;
  font-weight: 400;
}

.c-footer__maker:hover {
  text-decoration: underline;
}

.c-footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.c-footer__bottom {
  padding: 40px 0;
  background-color: #0b3395;
}

.c-footer__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
}

.c-footer__links__item {
  position: relative;
  font-size: 16px;
  padding: 0 24px;
  line-height: 2;
  font-weight: 400;
}

.c-footer__links__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}

.c-footer__links__item:hover {
  text-decoration: underline;
}

.c-footer__company {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 30px auto;
}

.c-footer__company__jpx {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-footer__company__jpx__logo {
  margin-right: 16px;
}

.c-footer__company__jpx__text {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05rem;
}

.c-footer__copyright {
  font-size: 11px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .c-footer__inner {
    width: 90%;
    padding: 40px 0 20px;
  }

  .c-footer__makerlist {
    flex-direction: column;
  }

  .c-footer__country {
    width: 100%;
    border-bottom: 1px solid rgba(143, 147, 163, 0.8);
    padding-bottom: 12px;
  }

  .c-footer__country:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .c-footer__country[open] .open {
    display: none;
  }

  .c-footer__country[open] .close {
    display: block;
  }

  .c-footer__country__title {
    position: relative;
    padding: 0 20px;
    pointer-events: inherit;
  }

  .c-footer__country__title__icon {
    width: 24px;
    height: 24px;
    margin-right: 16px;
  }

  .c-footer__country__title__text {
    font-size: 14px;
  }

  .c-footer__country__title__divide {
    display: none;
  }

  .c-footer__country__title__toggle {
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    transition: 0.2s;
  }

  .c-footer__country__title__toggle.open {
    display: block;
  }

  .c-footer__country__title__toggle.close {
    display: none;
  }

  .c-footer__maker {
    font-size: 14px;
    margin-top: 8px;
  }

  .c-footer__maker__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 95%;
    margin: 0 auto;
  }

  .c-footer__logo {
    margin-bottom: 20px;
  }

  .c-footer__logo img {
    height: 24px;
  }

  .c-footer__bottom {
    padding: 24px 0 100px;
  }

  .c-footer__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 32px;
  }

  .c-footer__links__item {
    font-size: 14px;
    padding: 0;
  }

  .c-footer__links__item:not(:last-child) {
    border: none;
  }

  .c-footer__company {
    margin: 40px auto 24px;
    width: 90%;
  }

  .c-footer__company__jpx {
    margin-left: 0;
    flex-direction: column;
  }

  .c-footer__company__jpx__logo {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .c-footer__company__jpx__text {
    font-size: 12px;
  }

  .c-footer__copyright {
    font-size: 12px;
  }
}
#news {
  padding: 40px 0;
}

#news .content {
  width: 948px;
  border: 3.5px #034de2 solid;
  padding: 30px;
  text-align: left;
}

#news h2 {
  margin-bottom: 35px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-left: -74px;
}

#news h2 .inn {
  padding: 8px 100px 8px 64px !important;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  background: #034de2 url("/nuxt-assets/img/wp/page/newb/news_bg.png") no-repeat right -1px center;
  background-size: auto 100%;
}

#news dl {
  margin: 0 7px 25px;
}

#news dt {
  min-width: 128px;
  margin: 5px 0 0;
  padding: 0 10px;
  float: left;
  clear: left;
  color: #034de2;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-left: 3px solid #034de2;
}

#news dd {
  margin: 0 0 15px;
  padding: 0 20px 14px 7.7em;
  line-height: 1.8;
  border-bottom: 1px solid #e6e6e6;
}

#news dd:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

#news dd a {
  font-size: 1.3rem;
}

#news dd a:hover {
  color: #0b318f;
  opacity: 1;
}

#news .link {
  text-align: center;
}

#news .link a {
  display: inline-block;
  color: #034de2;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
}

#news .link a:hover {
  text-decoration: none;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #news {
    padding: 30px 0;
  }

  #news .content {
    margin: 0 20px;
    padding: 20px;
    width: auto;
  }

  #news h2 {
    margin-bottom: 20px;
    font-size: 1rem;
    margin-left: -51px;
  }

  #news h2 .inn {
    padding: 8px 45px !important;
    position: relative;
    background: #034de2;
  }

  #news h2 .inn:before {
    width: 28px;
    height: 100%;
    position: absolute;
    right: -27px;
    top: 0;
    background: url("/nuxt-assets/img/wp/page/newb/news_bg.png") no-repeat;
    background-size: 100% 100%;
    content: "";
  }

  #news dl {
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  #news dt {
    margin: 0;
    font-size: 1rem;
    line-height: 1.2;
    border-left: 3px solid #034de2;
  }

  #news dd {
    margin: 0 0 9px;
    padding: 10px 0;
    line-height: 1.45;
    border-bottom: 1px solid #e6e6e6;
  }

  #news dd a {
    display: block;
    font-size: 1rem;
  }

  #news dd a:hover {
    color: #333;
  }

  #news .link a {
    font-size: 1rem;
  }

  #news .link a:hover {
    text-decoration: underline;
  }
}
.breadcrumbs {
  margin: 0 auto;
  padding: 8px 6vw;
  background-color: #f8f8f8;
  font-size: 1.4rem;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.breadcrumbs::-webkit-scrollbar {
  display: none;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
  color: #000;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 1.1rem;
    padding: 8px 16px;
  }
}
.c-bottom-cta-v2 {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.c-bottom-cta-v2__menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 17px 8px 9px 8px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background-color: rgba(244, 244, 244, 0.91);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.c-bottom-cta-v2__menu.two-cols {
  grid-template-columns: 1fr 1fr;
}

.c-bottom-cta-v2__menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  box-sizing: border-box;
  height: 54px;
}

.c-bottom-cta-v2__menu__item.tel {
  flex-shrink: 0;
  color: white;
  border: none;
  flex-direction: column;
  background-color: #105ED3;
  position: relative;
}

.c-bottom-cta-v2__menu__item.tel .c-bottom-cta-v2__menu__item__text {
  font-size: 16px;
}

.c-bottom-cta-v2__menu__item.tel .c-bottom-cta-v2__menu__item__text__sub {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 14px;
  line-height: 150%;
  color: #0439C5;
  display: flex;
  border: 1px solid #105ED3;
  border-radius: 25px;
  background-color: white;
  padding: 2px 6px;
}

.c-bottom-cta-v2__menu__item.tel .c-bottom-cta-v2__menu__item__number {
  font-family: "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 4px;
}

.c-bottom-cta-v2__menu__item.tel .c-bottom-cta-v2__menu__item__number svg {
  display: inline-block;
  width: 24px;
  margin-right: 0;
}

.c-bottom-cta-v2__menu__item.web {
  background: linear-gradient(to right, #EF8333, #EE451D, #ED0707);
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.36px;
  color: #fff;
  flex-direction: column;
}

.c-bottom-cta-v2__menu__item.web .c-bottom-cta-v2__menu__item__web {
  font-size: 16px;
}

.c-bottom-cta-v2__menu__item.web .c-bottom-cta-v2__menu__item__text {
  font-family: "Hiragino Sans", sans-serif;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 4px;
}

.c-bottom-cta-v2__menu__item.web .c-bottom-cta-v2__menu__item__text svg {
  display: inline-block;
  width: 24px;
  margin-right: 0;
}

.c-bottom-cta-v2__menu__item.web small {
  display: block;
  font-size: 10px;
  text-align: center;
  line-height: 1;
}

.c-bottom-cta-v2__menu__item__icon {
  height: auto;
}

.c-bottom-cta-v2__menu__item__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}

.c-bottom-cta-v2__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #fff;
}

.c-bottom-cta-v2__nav__item {
  padding: 6px;
  box-sizing: border-box;
  height: 56px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  gap: 2px;
}

.c-bottom-cta-v2__nav__item.disabled {
  background-color: #c6c6c6;
  cursor: inherit;
}

.c-bottom-cta-v2__nav__item.disabled:hover {
  background-color: #c6c6c6;
}

.c-bottom-cta-v2__nav__item__icon {
  max-height: 24px;
}

.c-bottom-cta-v2__nav__item__text {
  font-size: 11px;
  font-weight: bold;
  color: #222;
}

/**************************\
  Basic Modal Styles
\**************************/
.c-modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.c-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.c-modal__container {
  position: relative;
  background-color: #fff;
  margin-top: 64px;
  padding: 16px;
  max-width: 500px;
  max-height: 70vh;
  width: 95%;
  border-radius: 4px;
  overflow-y: scroll;
  box-sizing: border-box;
}

.c-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-modal__title {
  margin: 0 auto;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.c-modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.c-modal__close::before {
  content: "✕";
  font-size: 32px;
  color: #222 !important;
}

.c-modal__close__wrapper {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: 0;
  right: 0;
  z-index: 1;
}

.c-modal__content {
  margin: 16px auto;
}

.c-modal__content__block:not(:last-child) {
  margin-bottom: 12px;
}

.c-modal__content__block__title {
  font-weight: bold;
  font-size: 16px;
}

.c-modal__content__block__text {
  font-size: 15px;
  line-height: 1.5;
  padding-left: 16px;
}

.c-modal__content__block a {
  color: blue !important;
  text-decoration: underline !important;
}

.c-modal__content__block ol {
  counter-reset: count 0;
}

.c-modal__content__block ol li::before {
  content: counter(count) ". ";
  counter-increment: count 1;
}

.c-modal__content__block ul li::before {
  content: "・";
}

.c-modal__content__block ol li,
.c-modal__content__block ul li {
  font-size: 13px;
  line-height: 1.5;
  padding-left: 16px;
}

.c-modal__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: 0.2s;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #ef8333, 25%, #ed0707);
  color: #fff !important;
  line-height: 1;
  font-size: 17px;
  font-weight: bold;
  box-shadow: rgba(255, 108, 0, 0.4) 0 3px 0;
}

/**************************\
    Demo Animation Style
  \**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .c-modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .c-modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .c-modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .c-modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .c-modal__container,
.micromodal-slide .c-modal__overlay {
  will-change: transform;
}

.c-privacy-policy__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.c-privacy-policy__title {
  font-size: 24px;
  margin-bottom: 12px;
}

.c-privacy-policy p {
  line-height: 2.4;
  margin: 0 0 2em 0;
}

.c-privacy-policy h3 {
  border-bottom: 2px solid #000c19;
  padding: 3px 0px 3px 10px;
  margin: 0px 0px 30px;
}

.c-privacy-policy h4 {
  border-left: 2px solid #000c19;
  padding: 3px 0px 3px 10px;
  margin: 0px 0px 30px;
}

.c-privacy-policy a {
  color: #000c19 !important;
  text-decoration: underline !important;
  letter-spacing: 0.05rem;
  margin-right: 2px;
  display: inline-block;
}

.c-privacy-policy ul,
.c-privacy-policy ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
  margin-bottom: 24px;
}

.c-privacy-policy li {
  list-style: auto;
  line-height: 2.4;
}

.c-privacy-policy ul li {
  list-style: circle;
}

.c-privacy-policy .well2 {
  margin-bottom: 30px;
  padding: 1.1em 2em;
  border: 1px solid #ddd;
  font-size: 16px;
}

.c-privacy-policy .well2 strong {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-privacy-policy__title {
    font-size: 20px;
  }

  .c-privacy-policy p {
    line-height: 2.2;
  }
}
.c-social-distance {
  padding: 90px 0 60px;
  background-color: #fff;
  color: #222;
  font-family: "CurrentNotoSansJP";
}

.c-social-distance__inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.c-social-distance__title {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.c-social-distance__title::before {
  content: "";
  width: 90px;
  height: 4px;
  background-color: #000c19;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.c-social-distance__message {
  margin-top: 40px;
  position: relative;
  width: 100%;
  background-color: #0b318f;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
}

.c-social-distance__message::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 11.5px 0 11.5px;
  border-color: #0b318f transparent transparent transparent;
}

.c-social-distance__grid {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

.c-social-distance__grid__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-social-distance__grid__item__image {
  background-color: #ebf2fb;
  width: 72px;
  height: 72px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 18px;
  flex-shrink: 0;
}

.c-social-distance__grid__item__text {
  font-size: 13px;
  font-weight: bold;
  color: #0b318f;
}

.c-social-distance__arrow {
  display: block;
  margin: 0 auto 24px;
}

.c-social-distance__text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.c-social-distance__text span {
  color: #0b318f;
}

@media screen and (max-width: 600px) {
  .c-social-distance {
    padding: 20px;
  }

  .c-social-distance__title {
    font-size: 20px;
  }

  .c-social-distance__title::before {
    all: none;
  }

  .c-social-distance__message {
    margin-top: 20px;
    font-size: 14px;
    padding: 14px 0;
  }

  .c-social-distance__message::after {
    border-width: 12px 8px 0 8px;
    bottom: -10px;
  }

  .c-social-distance__grid {
    margin: 32px 0;
  }

  .c-social-distance__grid__item__image {
    width: 44px;
    height: 44px;
    margin-right: 8px;
  }

  .c-social-distance__arrow {
    margin: 0 auto 12px;
    width: 18px;
    height: auto;
  }

  .c-social-distance__text {
    font-size: 14px;
  }
}
body {
  font-family: sans-serif;
  color: #000c19;
}

.breadcrumbs {
  background-color: #1d2a41;
  color: #fff;
}

.breadcrumbs span,
.breadcrumbs a {
  color: #fff !important;
}

.c-header {
  background-color: #000c19;
  color: #fff;
}

.c-header__logo {
  margin-top: 0;
}

.c-header__contact__freecall__box__icon {
  fill: #f9cf70;
}

.c-header__contact__button {
  height: 56px;
  background-image: linear-gradient(to bottom, #ffd476, #ac7700);
}

.c-header__contact__button:hover {
  background-image: linear-gradient(to bottom, #ffd476, #ac7700);
  transform: translateY(2px);
}

.c-footer__bottom {
  background-color: #000c19;
}

#contact-form {
  background-image: url("/nuxt-assets/img/main/classic_supercar/form_bg.jpg");
}

#contact-form .c-form-v2__tel__freecall__icon {
  fill: #a5843b;
}

#contact-form .c-form-v2__tel__freecall__number {
  color: #a5843b;
}

#contact-form .c-form-v2__title {
  background-color: #a5843b;
  color: #fff;
  font-family: serif;
}

#contact-form .c-form-v2__title__badge {
  border: 1px solid #000c19;
  background-color: #f7f7f7;
  color: #000c19;
}

#contact-form .c-form-v2__form__title span {
  color: #a5843b;
}

#contact-form .c-form-v2__form__button {
  background-image: linear-gradient(to bottom, #ed0000, #b02727);
  transition: 0.2s;
}

#contact-form .c-form-v2__form__button:hover {
  transform: translateY(2px);
}

#contact-form .c-form-v2__form__button__free {
  color: #b02727;
}

.c-form-v2__cta {
  color: #fff;
}

.c-form-v2__cta__text::before, .c-form-v2__cta__text::after {
  background-color: #fff;
}

.c-form-v2__tel__text span::before {
  top: -24px;
}

.c-maker-model-modal-header {
  background-color: #000c19 !important;
}

.c-maker-model-modal-action__text,
.c-maker-model-modal-card-body-model__list__title__text {
  color: #000c19 !important;
}

.c-maker-model-modal-action__icon,
.c-maker-model-modal-card-body-model__list__title__icon {
  fill: #000c19 !important;
}

.c-maker-model-modal-keyboard-switch {
  border-color: #000c19 !important;
  color: #000c19 !important;
}

.c-maker-model-modal-keyboard-switch.active {
  background-color: #000c19 !important;
  color: #fff !important;
}

.c-maker-model-modal-card-body-model__list {
  border-color: #000c19 !important;
}

.c-form-v2__qa {
  background-color: #fff;
}

.p-cspcar__fv {
  margin-top: 68px;
  width: 100%;
  height: 60vh;
  background-color: #000;
}

.p-cspcar__fv__inner {
  position: relative;
  max-width: 1440px;
  max-height: 600px;
  width: 100%;
  height: 100%;
  margin-inline: auto;
}

.p-cspcar__fv__bg {
  display: block;
  position: relative;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 0;
  margin-inline: auto;
}

.p-cspcar__fv__title {
  position: absolute;
  right: 5%;
  bottom: 46px;
  z-index: 1;
  font-size: 43px;
  font-family: serif;
  font-weight: 300;
  line-height: 1.3;
  text-align: right;
  color: #fff;
}

.p-cspcar__fv__title span {
  font-size: 72px;
}

.p-cspcar__usersvoice__note {
  max-width: 880px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.p-cspcar__usersvoice__note__text {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 12px;
  color: #888888;
}

.p-cspcar__usersvoice__note__text span {
  font-weight: 600;
}

.p-cspcar__what {
  padding: 90px 0;
  background-color: #f7f7f7;
}

.p-cspcar__what__inner {
  max-width: 880px;
  margin-inline: auto;
  text-align: center;
  border: solid 2px #000c19;
  outline: solid 2px #000c19;
  outline-offset: 2px;
  padding: 40px 52px;
  box-sizing: border-box;
}

.p-cspcar__what__title {
  font-size: 36px;
  font-family: serif;
  line-height: 1;
  margin-bottom: 16px;
}

.p-cspcar__what__description {
  font-size: 16px;
  line-height: 2;
}

.p-cspcar__results {
  background-color: #f7f7f7;
}

.p-cspcar__results__inner {
  max-width: 1080px;
  margin-inline: auto;
}

.p-cspcar__results__title {
  font-size: 36px;
  font-family: serif;
  line-height: 1;
  margin-bottom: 24px;
  text-align: center;
}

.p-cspcar__results__title span {
  color: #714f02;
}

.p-cspcar__results__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.p-cspcar__results__list__item {
  background-color: #000c19;
  color: #fff;
  padding: 12px 12px 20px;
  box-sizing: border-box;
}

.p-cspcar__results__list__item__image {
  height: 180px;
  margin-bottom: 6px;
}

.p-cspcar__results__list__item__head {
  height: 72px;
}

.p-cspcar__results__list__item__name {
  font-size: 12px;
  line-height: 2;
}

.p-cspcar__results__list__item__point {
  display: block;
  margin: 6px auto 12px;
}

.p-cspcar__results__list__item__description {
  font-size: 12px;
  line-height: 2;
}

.p-cspcar__carlist {
  padding: 90px 0;
  background-color: #f7f7f7;
}

.p-cspcar__carlist__inner {
  max-width: 1080px;
  margin-inline: auto;
}

.p-cspcar__carlist__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.p-cspcar__carlist__title__icon {
  width: 85px;
  height: auto;
}

.p-cspcar__carlist__title__text {
  font-size: 36px;
  font-family: serif;
  line-height: 1.3;
  text-align: center;
}

.p-cspcar__carlist__title__text span {
  color: #714f02;
}

.p-cspcar__carlist__description {
  margin-top: 40px;
  font-size: 18px;
  text-align: center;
}

.p-cspcar__carlist__category {
  display: flex;
  align-items: center;
  margin: 40px auto 16px;
}

.p-cspcar__carlist__category__icon {
  display: block;
  width: 43px;
  height: auto;
  margin-right: 12px;
}

.p-cspcar__carlist__category__name {
  font-size: 18px;
  margin-right: 24px;
  flex-shrink: 0;
  font-weight: normal;
}

.p-cspcar__carlist__category__line {
  width: 100%;
  height: 1px;
  background-color: #ccd0d4;
}

.p-cspcar__carlist__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.p-cspcar__carlist__list__item {
  border: 1px solid rgba(0, 20, 41, 0.2);
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 20, 41, 0.1);
  font-size: 14px;
  line-height: 1.2;
  padding: 12px 16px;
  box-sizing: border-box;
  cursor: pointer;
}

.p-cspcar__carlist__list__item:hover {
  background-color: #f8f8f8;
}

.p-cspcar__cta {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 320px;
}

.p-cspcar__cta__bg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.p-cspcar__cta__inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  max-width: 1080px;
  height: 100%;
  margin-inline: auto;
  padding: 60px;
  text-align: center;
}

.p-cspcar__cta__text {
  font-size: 26px;
  color: #fff;
  font-family: serif;
}

.p-cspcar__cta__buttons {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.p-cspcar__cta__button {
  position: relative;
  width: 100%;
  height: 78px;
  border-radius: 4px;
  color: #fff !important;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-cspcar__cta__button__icon {
  position: absolute;
  top: 22px;
  left: 24px;
  width: 36px;
  height: auto;
}

.p-cspcar__cta__button.line {
  background-color: #4fc654;
}

.p-cspcar__cta__button.web {
  background-image: linear-gradient(to top, #ac7700, #ffd476);
}

.p-cspcar__cta__button.web svg {
  position: absolute;
  top: 34px;
  right: 28px;
}

.p-cspcar__reasons {
  padding: 90px 0;
  background-color: #f7f7f7;
}

.p-cspcar__reasons__inner {
  max-width: 1000px;
  margin-inline: auto;
}

.p-cspcar__reasons__title {
  font-size: 36px;
  font-family: serif;
  line-height: 1;
  text-align: center;
  margin-bottom: 24px;
}

.p-cspcar__reasons__title span {
  color: #714f02;
}

.p-cspcar__reasons__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.p-cspcar__reasons__list__item {
  background-color: #fff;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 20, 41, 0.1);
}

.p-cspcar__reasons__list__item__head {
  background-color: #000c19;
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.p-cspcar__reasons__list__item__point {
  display: block;
  flex-shrink: 0;
}

.p-cspcar__reasons__list__item__title {
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.p-cspcar__reasons__list__item__title span {
  color: #ceae69;
}

.p-cspcar__reasons__list__item__description {
  font-size: 15px;
  line-height: 2;
  padding: 36px 16px;
  color: #000c19;
}

.p-cspcar__reasons__list__item__description span {
  background: linear-gradient(transparent 40%, rgba(206, 174, 105, 0.8) 60%);
}

.p-cspcar__jpuc {
  position: relative;
  width: 100%;
  height: 600px;
}

.p-cspcar__jpuc__bg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.p-cspcar__jpuc__inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  padding: 100px 0 60px;
}

.p-cspcar__jpuc__title {
  display: flex;
  align-items: center;
  gap: 24px;
}

.p-cspcar__jpuc__title__image {
  display: block;
}

.p-cspcar__jpuc__title__text {
  font-size: 36px;
  color: #fff;
  font-family: serif;
  line-height: 1.5;
}

.p-cspcar__jpuc__description {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  margin: 40px auto;
}

.p-cspcar__jpuc__button {
  position: relative;
  width: 280px;
  height: 52px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(#ffffff, #e0e0e0);
}

.p-cspcar__jpuc__button__link {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 12px;
  height: auto;
}

.p-cspcar__jpuc__button:hover {
  background-image: linear-gradient(#ffffff, #aaa);
}

.p-cspcar__flow {
  padding: 90px 0;
  background-color: #f7f7f7;
}

.p-cspcar__flow__inner {
  max-width: 1000px;
  margin-inline: auto;
}

.p-cspcar__flow__title {
  font-size: 36px;
  font-family: serif;
  line-height: 1;
  margin-bottom: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.p-cspcar__flow__title span {
  color: #714f02;
}

.p-cspcar__flow__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.p-cspcar__flow__list__item {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.p-cspcar__flow__list__item__title {
  display: block;
  background-color: #000c19;
  color: #fff;
  font-size: 22px;
  position: relative;
  font-family: serif;
  font-weight: normal;
  padding: 12px 12px 12px 120px;
}

.p-cspcar__flow__list__item__title .step {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  display: inline-block;
  background-color: #a5843b;
  padding: 4px 12px;
  font-size: 14px;
  font-family: serif;
  color: #fff;
}

.p-cspcar__flow__list__item__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px;
}

.p-cspcar__flow__list__item__body__image {
  width: 160px;
  height: auto;
}

.p-cspcar__flow__list__item__text {
  padding: 8px;
  font-size: 15px;
  line-height: 2;
}

.p-cspcar__flow__list__item__text a {
  color: #714f02;
  text-decoration: underline;
}

.p-cspcar__flow__list__item__text strong {
  display: inline;
  font-size: 16px;
  background: linear-gradient(transparent 60%, rgba(216, 166, 18, 0.8) 60%);
  font-weight: bold;
}

.p-cspcar__flow__list__item__note {
  font-size: 13px;
  line-height: 1.5;
  padding: 4px;
  color: #714f02;
}

.p-cspcar__flow__list__item__freecall {
  background-color: #f8f8f8;
  padding: 8px;
  text-align: center;
}

.p-cspcar__flow__list__item__freecall__image {
  display: inline-block;
  margin-right: 8px;
}

.p-cspcar__flow__list__item__freecall__tel {
  font-family: "Arvo", sans-serif;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.8px;
  line-height: 1.2;
}

.p-cspcar__flow__list__item__freecall__tel.pc {
  display: inline-block;
}

.p-cspcar__flow__list__item__freecall__tel.sp {
  display: none;
}

.p-cspcar__flow__list__item__freecall__text {
  display: block;
}

.p-cspcar__reviews {
  padding: 90px 0;
  background-color: #f7f7f7;
}

.p-cspcar__reviews__inner {
  max-width: 1080px;
  margin-inline: auto;
}

.p-cspcar__reviews__title {
  font-size: 36px;
  font-family: serif;
  line-height: 1.2;
  margin-bottom: 16px;
  text-align: center;
}

.p-cspcar__reviews__title span {
  color: #714f02;
}

.p-cspcar__reviews__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-cspcar__reviews__list__item {
  display: flex;
  background-color: #000c19;
  color: #fff;
  padding: 24px;
  gap: 24px;
  box-sizing: border-box;
}

.p-cspcar__reviews__list__item__image {
  height: 180px;
}

.p-cspcar__reviews__list__item__box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.p-cspcar__reviews__list__item__title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 8px;
}

.p-cspcar__reviews__list__item__description {
  background-color: #fff;
  font-size: 14px;
  line-height: 2;
  color: #000c19;
  padding: 16px;
  height: 100%;
}

.p-cspcar__qa {
  padding: 0 0 90px;
  background-color: #f7f7f7;
}

.p-cspcar__qa__inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.p-cspcar__qa__title {
  font-size: 36px;
  font-family: serif;
  line-height: 1.2;
  margin-bottom: 40px;
  text-align: center;
}

.p-cspcar__qa__item:not(:last-child) {
  border-bottom: 1px solid #2f4b3129;
}

.p-cspcar__qa__item[open] {
  border: none;
}

.p-cspcar__qa__item[open] summary::after {
  transform: rotate(180deg);
  top: 40%;
}

.p-cspcar__qa__item > summary {
  padding: 32px 68px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #222;
  list-style: none;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

.p-cspcar__qa__item > summary::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: bold;
  color: #000c19;
}

.p-cspcar__qa__item > summary::after {
  content: url("/nuxt-assets/img/main/lp/skyoh/icon_arrow_down.svg");
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

.p-cspcar__qa__item > summary::-webkit-details-marker {
  display: none;
}

.p-cspcar__qa__item > summary:focus {
  outline: none;
}

.p-cspcar__qa__item p {
  padding: 24px 68px;
  font-size: 16px;
  color: #fff;
  position: relative;
  background-color: #a5843b;
}

.p-cspcar__qa__item p::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 35px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.p-cspcar__social-distance {
  padding: 60px 0;
  background-color: #000c19;
}

.p-cspcar__social-distance__inner {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
}

.p-cspcar__social-distance__title {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  font-family: serif;
}

.p-cspcar__social-distance .c-social-distance__message {
  margin-top: 40px;
  background-color: #ceae69;
  color: #000c19;
}

.p-cspcar__social-distance .c-social-distance__message::after {
  border-color: #ceae69 transparent transparent transparent;
}

.p-cspcar__social-distance .c-social-distance__grid {
  margin: 30px auto;
}

.p-cspcar__social-distance .c-social-distance__grid__item {
  gap: 50px;
}

.p-cspcar__social-distance .c-social-distance__grid__item__image {
  background-color: #fff;
  border-radius: 1px;
}

.p-cspcar__social-distance .c-social-distance__grid__item__text {
  color: #fff;
  font-size: 15px;
}

.p-cspcar__social-distance .c-social-distance__text {
  color: #fff;
}

.p-cspcar__column {
  padding: 60px 0;
  background-color: #f7f7f7;
}

.p-cspcar__column__title {
  font-size: 36px;
  font-family: serif;
  line-height: 1.2;
  margin-bottom: 40px;
  text-align: center;
}

.p-cspcar__column__inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.p-cspcar__column #news {
  padding: 0;
}

.p-cspcar__column #news .content {
  width: 100%;
  padding: 40px;
  box-shadow: 0 0 20px rgba(65, 65, 65, 0.1);
  background-color: #fff;
  border: none;
}

.p-cspcar__column #news .content h2 {
  display: none;
}

.p-cspcar__column #news .content dt {
  color: #a5843b;
  border-color: #a5843b !important;
  margin-left: 30px;
}

.p-cspcar__column #news .content dl {
  margin: 0;
}

.p-cspcar__column #news .content dl dd a {
  color: #000c19;
  display: inline-block;
  margin-left: 20px;
}

.p-cspcar__column #news .content .link a {
  color: #a5843b !important;
}

.p-cspcar__bottom-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.p-cspcar__bottom-cta__close {
  background-color: #7c7c7c;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}

.p-cspcar__bottom-cta__close::before {
  content: "✕";
  color: #fff;
  font-size: 24px;
}

.p-cspcar__bottom-cta__close:hover {
  background-color: #ccc;
}

.p-cspcar__bottom-cta__close__wrapper {
  position: absolute;
  top: 8px;
  right: 8px;
}

.p-cspcar__bottom-cta__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #000c19;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 16px;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.88);
}

.p-cspcar__bottom-cta__content__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-image: linear-gradient(to right, #EF8333, #EE451D, #ED0707);
  max-width: 450px;
  width: 100%;
  height: 80px;
  font-size: 26px;
  font-weight: bold;
  color: #fff !important;
  position: relative;
  transition: 0.2s;
  border-radius: 48px;
}

.p-cspcar__bottom-cta__content__button svg {
  position: absolute;
  top: 49%;
  left: 40px;
  transform: translateY(-50%);
  fill: #fff;
  width: 36px;
  height: 36px;
}

.p-cspcar__bottom-cta__content__button:hover {
  cursor: pointer;
  transform: translateY(2px);
}

.p-cspcar__bottom-cta__content__button__icon {
  position: absolute;
  top: 49%;
  right: 40px;
  transform: translateY(-50%);
  fill: #fff;
}

.p-cspcar__bottom-cta__content__text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 450px;
  width: 100%;
}

.p-cspcar__bottom-cta__content__text__icon {
  width: 36px;
  height: 36px;
  margin-top: 10px;
}

.p-cspcar__bottom-cta__content__text__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-cspcar__bottom-cta__content__text__info__message {
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  border-radius: 2px;
  padding: 4px 24px;
  margin-bottom: 4px;
  color: #333333;
}

.p-cspcar__bottom-cta__content__text__info__freecall {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}

.p-cspcar__bottom-cta__content__text__info__freecall__icon {
  width: 52px;
  height: auto;
}

.p-cspcar__bottom-cta__content__text__info__freecall__number {
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 3px;
  line-height: 1;
  color: #333333;
}

.p-cspcar__bottom-cta__content__text__info__time {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1rem;
  color: #888888;
}

@media screen and (max-width: 748px) {
  #line-fab-button {
    display: none;
  }

  .app-menu {
    color: #000c19;
  }

  .app-menu__icon {
    fill: #fff;
  }

  .p-cspcar__fv {
    margin-top: 0;
    height: 300px;
  }

  .p-cspcar__fv__title {
    position: absolute;
    right: 5%;
    bottom: 24px;
    font-size: 23px;
  }

  .p-cspcar__fv__title span {
    font-size: 40px;
  }

  .p-cspcar__what {
    padding: 24px 0;
  }

  .p-cspcar__what__inner {
    max-width: inherit;
    width: 90%;
    padding: 40px 20px;
  }

  .p-cspcar__what__title {
    font-size: 26px;
    line-height: 1.3;
  }

  .p-cspcar__what__description {
    font-size: 12px;
  }

  .p-cspcar__results {
    padding: 24px 0;
  }

  .p-cspcar__results__inner {
    max-width: inherit;
  }

  .p-cspcar__results__title {
    font-size: 26px;
  }

  .p-cspcar__results__list {
    display: block;
  }

  .p-cspcar__results__list__item {
    width: 295px !important;
    margin-right: 20px !important;
  }

  .p-cspcar__results__list__item__image {
    width: 100%;
  }

  .p-cspcar__results__list .splide__arrow {
    width: 48px;
    height: 60px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid #222222 !important;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .p-cspcar__results__list .splide__arrow:hover {
    opacity: 0.9;
  }

  .p-cspcar__results__list .splide__arrow svg {
    width: 12px;
    height: 24px;
    fill: #111;
  }

  .p-cspcar__results__list .splide__arrow--prev, .p-cspcar__results__list .splide__arrow--next {
    position: absolute;
    top: 40%;
    z-index: 1;
  }

  .p-cspcar__results__list .splide__arrow--prev {
    left: 5%;
    rotate: 180deg;
  }

  .p-cspcar__results__list .splide__arrow--next {
    right: 5%;
  }

  .p-cspcar__results__list .splide__pagination {
    margin-top: 24px;
    gap: 12px;
  }

  .p-cspcar__results__list .splide__pagination__page {
    width: 6px;
    height: 6px;
    background-color: #000c19;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0;
  }

  .p-cspcar__results__list .splide__pagination__page:not(.p-cspcar__results__list .splide__pagination__page.is-active):hover {
    opacity: 0.9;
    cursor: pointer;
  }

  .p-cspcar__results__list .splide__pagination__page.is-active {
    background-color: #a5843b;
  }

  .p-cspcar__carlist {
    padding: 24px 0;
    background-color: #f7f7f7;
  }

  .p-cspcar__carlist__inner {
    width: 90%;
  }

  .p-cspcar__carlist__title {
    margin-bottom: 24px;
  }

  .p-cspcar__carlist__title__text {
    font-size: 24px;
  }

  .p-cspcar__carlist__title__icon {
    width: 85px;
    height: auto;
  }

  .p-cspcar__carlist__title__icon:first-child {
    margin-right: -30px;
    margin-left: -25px;
  }

  .p-cspcar__carlist__title__icon:last-child {
    margin-left: -30px;
    margin-right: -15px;
  }

  .p-cspcar__carlist__description {
    font-size: 14px;
  }

  .p-cspcar__carlist__list__item {
    font-size: 12px;
    padding: 8px 12px;
  }

  .p-cspcar__cta {
    height: auto;
    min-height: 400px;
  }

  .p-cspcar__cta__bg {
    min-height: 400px;
  }

  .p-cspcar__cta__inner {
    padding: 30px;
  }

  .p-cspcar__cta__text {
    font-size: 16px;
  }

  .p-cspcar__cta__buttons {
    margin-top: 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .p-cspcar__cta__button {
    font-size: 18px;
  }

  .p-cspcar__cta__button__icon {
    position: absolute;
    top: 30px;
    left: 12px;
    width: 36px;
    height: auto;
  }

  .p-cspcar__cta__button.tel {
    border: 1px solid #ed3c07;
    background-color: #fff;
    color: #ed3c07 !important;
  }

  .p-cspcar__cta__button.tel small {
    display: block;
    font-size: 14px;
    margin-left: 16px;
  }

  .p-cspcar__cta__button.tel p {
    font-size: 26px;
    line-height: 1;
    margin-left: 16px;
  }

  .p-cspcar__cta__line {
    margin: 12px auto 0;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 4px;
    transition: 0.2s;
    width: 208px;
    height: 45px;
    box-sizing: border-box;
    background-color: #03c755;
    color: #fff !important;
    box-shadow: rgba(0, 33, 14, 0.5) 0 6px 10px;
  }

  .p-cspcar__cta__line:hover {
    box-shadow: none;
    transform: translateY(3px);
  }

  .p-cspcar__cta__line__icon {
    flex-shrink: 0;
    width: 45px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid rgba(0, 0, 0, 0.08);
  }

  .p-cspcar__cta__line__icon img {
    width: 26px;
    height: auto;
  }

  .p-cspcar__cta__line__text {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .p-cspcar__reasons {
    padding: 40px 0;
  }

  .p-cspcar__reasons__inner {
    width: 90%;
  }

  .p-cspcar__reasons__title {
    font-size: 26px;
  }

  .p-cspcar__reasons__list {
    margin-top: 24px;
    grid-template-columns: 1fr;
  }

  .p-cspcar__jpuc {
    height: 585px;
  }

  .p-cspcar__jpuc__inner {
    padding: 40px 20px;
    box-sizing: border-box;
  }

  .p-cspcar__jpuc__title {
    gap: 20px;
  }

  .p-cspcar__jpuc__title__text {
    font-size: 24px;
    line-height: 2;
  }

  .p-cspcar__jpuc__description {
    font-size: 15px;
    margin: 80px auto 40px;
  }

  .p-cspcar__jpuc__button {
    margin-inline: auto;
  }

  .p-cspcar__flow {
    padding: 40px 0;
  }

  .p-cspcar__flow__inner {
    width: 90%;
  }

  .p-cspcar__flow__title {
    font-size: 24px;
  }

  .p-cspcar__flow__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .p-cspcar__flow__list__item__body {
    flex-direction: column;
  }

  .p-cspcar__reviews {
    padding: 40px 0;
  }

  .p-cspcar__reviews__inner {
    width: 90%;
  }

  .p-cspcar__reviews__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .p-cspcar__reviews__list__item {
    flex-direction: column;
    padding: 16px;
  }

  .p-cspcar__reviews__list__item__image {
    width: 100%;
    height: auto;
  }

  .p-cspcar__qa {
    padding: 40px 0;
  }

  .p-cspcar__qa__title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .p-cspcar__qa__item > summary {
    font-size: 13px;
    padding: 20px 40px;
  }

  .p-cspcar__qa__item > summary::before {
    left: 20px;
    font-size: 13px;
  }

  .p-cspcar__qa__item > summary::after {
    right: 16px;
  }

  .p-cspcar__qa__item p {
    margin-top: 12px;
    padding: 8px 8px 8px 40px;
    font-size: 13px;
    font-weight: bold;
  }

  .p-cspcar__qa__item p::before {
    top: 8px;
    left: 20px;
    font-size: 13px;
  }

  .p-cspcar__social-distance {
    padding: 40px 0;
  }

  .p-cspcar__social-distance__title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .p-cspcar__column {
    padding: 40px 0;
  }

  .p-cspcar__column__title {
    font-size: 26px;
    text-align: center;
  }

  .p-cspcar__column #news .content {
    margin: 0;
    padding: 24px;
  }

  .p-cspcar__column #news .content dt {
    margin-left: 0;
  }

  .p-cspcar__bottom-cta {
    display: none;
  }
}
