/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
a {
  text-decoration: none;
}
a:hover,
a:visited,
a:active {
  text-decoration: none;
}
.header-container {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 50px;
  padding: 0 0.75rem;
  width: 100%;
}
.main-container {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 500px) {
}
.footer-container {
  margin: 0 auto;
  padding: 1rem 1rem 6.25rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .footer-container {
    max-width: 500px;
    padding: 1rem 1rem 6.25rem;
  }
}
body {
  position: relative;
}
body .common-heading {
  align-items: center;
  font-size: 1.875rem;
  margin: 3rem auto;
  text-align: center;
  padding: 3rem 0;
  position: relative;
  width: calc(100% - 40px);
}
@media screen and (min-width: 501px) {
  body .common-heading {
    width: 340px;
  }
}
body .common-heading.is-feature {
  font-size: 3.125rem;
  margin: 0 auto 1rem;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 501px) {
  body .common-heading.is-feature {
    width: 340px;
  }
}
body .common-heading::before {
  background: url("../img/common/img-title-shape-left.svg") no-repeat 0 0/cover;
  content: '';
  height: 130px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
body .common-heading::after {
  background: url("../img/common/img-title-shape-right.svg") no-repeat 0 bottom/cover;
  bottom: 0;
  content: '';
  height: 130px;
  right: 0;
  position: absolute;
  width: 30px;
}
body .common-heading-min {
  display: block;
  font-size: 1.25rem;
  font-weight: 300;
}
body .common-heading-min.is-feature {
  font-size: 1.875rem;
  font-weight: 700;
}
body .common-text-weight-700 {
  font-weight: 700;
}
body .common-color-primary {
  color: #eb4637;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  body .common-hidden-sp {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  body .common-hidden-pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .firstview-container {
    background: url("../img/common/img-mv-bg-pc.avif") no-repeat 0 0/cover;
    margin: 0 auto;
    padding: 2rem 0 0;
    width: 800px;
  }
}
.firstview-visual {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .firstview-visual {
    margin: 0 auto;
    width: 474px;
  }
}
.feature-inner {
  background: #fafadd;
  margin: 0 auto;
  padding: 5rem 1.25rem 2rem;
  position: relative;
}
@media (min-width: 1024px) {
  .feature-inner {
    margin: initial;
    max-width: 680px;
    margin: 0 auto;
  }
}
.feature-list {
  padding: 0;
  width: 100%;
}
.feature-list-item {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0 4px rgba(0,0,0,0.25);
  margin: 0 auto 1.5rem;
  padding: 10rem 1.25rem 1.75rem;
}
@media screen and (min-width: 1024px) {
  .feature-list-item {
    padding: 2.5rem 3.5rem 2.5rem;
  }
}
.feature-subheading {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 auto 1.5rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .feature-subheading {
    padding: 0 0 0 10rem;
    text-align: left;
  }
}
.feature-subheading::before {
  content: '';
  display: inline-block;
  height: 93px;
  left: 50%;
  position: absolute;
  top: -116px;
  transform: translateX(-50%);
  width: 93px;
}
@media screen and (min-width: 1024px) {
  .feature-subheading::before {
    left: 0;
    top: 25%;
    transform: translateY(-25%);
  }
}
.feature-subheading.is-first::before {
  background: url("../img/feature/img-feature1.svg") no-repeat 0 0/contain;
}
.feature-subheading.is-second::before {
  background: url("../img/feature/img-feature2.svg") no-repeat 0 0/contain;
}
.feature-subheading.is-third::before {
  background: url("../img/feature/img-feature3.svg") no-repeat 0 0/contain;
}
.feature-subheading.is-fourth::before {
  background: url("../img/feature/img-feature4.svg") no-repeat 0 0/contain;
}
.feature-subheading span {
  font-size: 1.3rem;
}
.feature-thumbnail-container {
  display: block;
  margin: 1rem auto;
  width: fit-content;
}
.feature-description {
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .feature-description {
    margin-top: 50px;
  }
}
.feature-description-sub {
  display: inline-block;
  padding: 4px 40px;
  margin: 20px auto 10px;
  text-align: center;
  background: url("../img/feature/sub-right.svg") no-repeat right bottom/contain, url("../img/feature/sub-left.svg") no-repeat left bottom/contain;
}
.feature-notice {
  display: block;
  font-size: 0.75rem;
  font-weight: 300;
  margin: 1rem auto 0;
}
.feature-notice:last-of-type {
  margin: 0;
}
.reason-inner {
  margin: 0 auto;
  width: 680px;
}
@media screen and (max-width: 500px) {
  .reason-inner {
    margin: initial;
    max-width: 500px;
    width: 100%;
  }
}
.reason-list {
  padding: 0 1.25rem;
  width: 100%;
}
.reason-list-item {
  background: linear-gradient(180deg, #fafadd 0%, #fff 51.92%, #fafadd 100%);
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
  border-radius: 1.25rem;
  box-shadow: 0 0 4px rgba(0,0,0,0.25);
  margin: 0 auto 1.5rem;
  padding: 10rem 1.25rem 1.75rem;
}
@media screen and (min-width: 1024px) {
  .reason-list-item {
    padding: 2.5rem 3.5rem 2.5rem;
  }
}
.reason-subheading {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 auto 1.5rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .reason-subheading {
    padding: 0 0 0 10rem;
    text-align: left;
  }
}
.reason-subheading::before {
  content: '';
  display: inline-block;
  height: 93px;
  left: 50%;
  position: absolute;
  top: -116px;
  transform: translateX(-50%);
  width: 93px;
}
@media screen and (min-width: 1024px) {
  .reason-subheading::before {
    left: 0;
    top: 25%;
    transform: translateY(-25%);
  }
}
.reason-subheading.is-first::before {
  background: url("../img/reason/img-reason1.svg") no-repeat 0 0/contain;
}
.reason-subheading.is-second::before {
  background: url("../img/reason/img-reason2.svg") no-repeat 0 0/contain;
}
@media screen and (min-width: 1024px) {
  .reason-subheading.is-third {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-height: 90px;
  }
}
.reason-subheading.is-third::before {
  background: url("../img/reason/img-reason3.svg") no-repeat 0 0/contain;
}
.reason-sub {
  font-size: 0.625rem;
  font-weight: 300;
}
.reason-description {
  line-height: 1.6;
}
.reason-notice {
  display: block;
  font-size: 0.75rem;
  font-weight: 300;
  margin: 1rem auto 0;
}
.reason-notice.is-first {
  padding: 0 0 0 3rem;
  text-indent: -2.25rem;
}
@media screen and (min-width: 1024px) {
  .reason-notice.is-first {
    padding: 0;
    text-indent: initial;
  }
}
.step-inner {
  margin: 0 auto;
  width: 680px;
}
@media screen and (max-width: 500px) {
  .step-inner {
    margin: initial;
    max-width: 500px;
    width: 100%;
  }
}
.step-list {
  padding: 0 1.25rem;
  width: 100%;
}
.step-list-item {
  border: 0.625rem solid #fafadd;
  border-radius: 3.125rem;
  font-size: 1.375rem;
  margin: 0 auto 5rem;
  padding: 5rem 1.5rem 1.5rem;
  position: relative;
}
.step-subheading {
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: -2.25rem;
  transform: translateX(-50%);
  width: fit-content;
}
.step-thumbnail-container {
  display: block;
  margin: 1rem auto;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .step-contents {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: fit-content;
  }
  .step-contents .step-thumbnail-container {
    display: block;
    margin: 1rem auto;
    min-width: 50%;
    text-align: center;
  }
  .step-contents .step-contents-text {
    margin: 1.5rem 0 0 3rem;
    min-width: 280px;
  }
}
.step-notice {
  display: none;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .step-notice {
    display: block;
  }
}
.step-notice.is-pc-show {
  display: none;
}
@media screen and (min-width: 1024px) {
  .step-notice.is-pc-show {
    display: block;
    margin: 1rem 0 0;
  }
}
.staff-container {
  margin: 0 auto;
  overflow-x: hidden;
  padding: 1.25rem;
  width: 400px;
}
@media screen and (max-width: 500px) {
  .staff-container {
    margin: initial;
    max-width: 500px;
    width: 100%;
  }
}
.staff-heading {
  align-items: center;
  background: #fff9e6;
  display: flex;
  font-size: 1.875rem;
  font-weight: 700;
  height: 9.375rem;
  justify-content: center;
  width: 100%;
}
.staff-item {
  background: #fff9e6;
  border-top: 1rem solid #ffc300;
  margin: 0 0 2.5rem;
  position: relative;
  width: 16.0625rem;
}
.staff-item.is-first,
.staff-item.is-third {
  padding: 1rem 3.875rem 1rem 1rem;
}
.staff-item.is-second,
.staff-item.is-fourth {
  padding: 1rem 1.25rem 1rem 3.75rem;
  margin: 0 0 2.5rem auto;
}
.staff-item:last-of-type {
  margin: 0 0 0 auto;
}
.staff-item.is-first::after {
  background: url("../img/staff/img-staff1.avif") no-repeat 0 0/contain;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 187px;
  position: absolute;
  right: -112px;
  width: 180px;
}
@media screen and (max-width: 374px) {
  .staff-item.is-first::after {
    bottom: -4vw;
    right: -23.59vw;
    width: 46.154vw;
  }
}
@media screen and (max-width: 359px) {
  .staff-item.is-first::after {
    bottom: -6.15vw;
    right: -23.59vw;
    width: 46.154vw;
  }
}
.staff-item.is-second::after {
  background: url("../img/staff/img-staff2.avif") no-repeat 0 0/contain;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 187px;
  position: absolute;
  left: -112px;
  width: 180px;
}
@media screen and (max-width: 374px) {
  .staff-item.is-second::after {
    left: -95px;
  }
}
.staff-item.is-third::after {
  background: url("../img/staff/img-staff3.avif") no-repeat 0 0/contain;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 187px;
  position: absolute;
  right: -112px;
  width: 180px;
}
@media screen and (max-width: 374px) {
  .staff-item.is-third::after {
    bottom: -4vw;
    right: -23.59vw;
    width: 46.154vw;
  }
}
@media screen and (max-width: 359px) {
  .staff-item.is-third::after {
    bottom: -6.15vw;
    right: -23.59vw;
    width: 46.154vw;
  }
}
.staff-item.is-fourth::after {
  background: url("../img/staff/img-staff4.avif") no-repeat 0 0/contain;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 187px;
  position: absolute;
  left: -112px;
  width: 180px;
}
.staff-name {
  font-size: 1.125rem;
  margin: 0 0 0.75rem;
}
.staff-description {
  font-size: 0.875rem;
  line-height: 1.4;
}
.qa-container {
  margin: 0 auto;
  padding: 2rem 1.25rem;
  width: 680px;
}
@media screen and (max-width: 500px) {
  .qa-container {
    margin: initial;
    max-width: 500px;
    width: 100%;
  }
}
.qa-heading {
  align-items: center;
  background: #eee;
  display: flex;
  font-size: 1.875rem;
  font-weight: 700;
  height: 9.375rem;
  justify-content: center;
  width: 100%;
}
.qa-list {
  margin: 0 auto 1.5rem;
}
.qa-list-title {
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0 auto 1rem;
  padding: 0 1.5rem 0 0;
  position: relative;
}
@media screen and (max-width: 500px) {
  .qa-list-title {
    cursor: pointer;
  }
  .qa-list-title::after {
    background: url("/assets/img/qa/icon-qa-plus.svg") no-repeat 0 0/contain;
    content: '';
    display: inline-block;
    height: 1.25rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
  }
  .qa-list-title.is-open::after {
    background: url("/assets/img/qa/icon-qa-minus.svg") no-repeat 0 0/contain;
  }
}
.qa-list-description {
  background: #fffbe6;
  font-size: 1.125rem;
  padding: 1.25rem;
}
@media screen and (max-width: 500px) {
  .qa-list-description {
    background: #fffbe6;
    font-size: 1.125rem;
    height: 0;
    line-height: 1.6;
    margin: 0;
    opacity: 0;
    padding: 0;
  }
  .qa-list-description.is-open {
    animation: slideIn 0.75s ease forwards;
    padding: 1.25rem;
  }
}
.qa-child-list-item {
  margin: 0 auto 1rem;
}
.qa-after-notice {
  font-size: 0.75rem;
}
.estimation-container {
  background: #ffc300;
  padding: 5rem 1.25rem 2.5rem;
}
.estimation-heading {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0 auto 1.5rem;
  position: relative;
  text-align: center;
}
.estimation-heading::before {
  background: url("../img/estimation/img-estimation-car.avif") no-repeat 0 0/contain;
  content: '';
  display: block;
  height: 139px;
  left: 50%;
  position: absolute;
  top: -139px;
  transform: translateX(-50%);
  width: 362px;
}
@media screen and (max-width: 374px) {
  .estimation-heading::before {
    top: -35.641vw;
    height: 35.641vw;
    width: 92.821vw;
  }
}
.estimation-button {
  align-items: center;
  background: #eb4637 url("../img/estimation/cta-time.svg") no-repeat left 20px center/40px;
  border: 5px solid #fafadd;
  border-radius: 2.4375rem;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  color: #fff;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 1.2rem 0.6rem 1.2rem 2.8rem;
  justify-content: center;
  text-decoration: none;
}
@media screen and (min-width: 501px) {
  .estimation-button {
    margin: 0 auto;
    width: 335px;
  }
}
.estimation-button:hover,
.estimation-button:visited,
.estimation-button:active {
  color: #fff;
  text-decoration: none;
}
.estimation-button.is-first-view {
  left: 50%;
  position: absolute;
  top: -1.875rem;
  transform: translate(-50%);
  width: calc(100% - 2.5rem);
}
@media screen and (min-width: 501px) {
  .estimation-button.is-first-view {
    margin: 0 auto;
    width: 335px;
  }
}
@media screen and (max-width: 374px) {
  .estimation-button {
    font-size: 6.41vw;
  }
}
.floating-container {
  align-items: center;
  background: #eee;
  bottom: -82px;
  display: flex;
  height: 82px;
  justify-content: center;
  left: 0;
  position: fixed;
  transition: bottom 0.3s;
  width: 100%;
}
.floating-container.is-active {
  bottom: 0;
}
.floating-button {
  align-items: center;
  background: #eb4637 url("../img/estimation/cta-time.svg") no-repeat left 16px center/40px;
  border: 4px solid #fff;
  border-radius: 2.4375rem;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  color: #fff;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 1rem 1rem 1rem 3rem;
  justify-content: center;
  width: 335px;
}
.has-background-black {
  background-color: #000;
}
.has-text-white {
  color: #fff;
}
.has-text-weight-bold {
  font-weight: 700;
}
.has-text-centered {
  text-align: center;
}
.has-text-left {
  text-align: left;
}
.is-padding-3 {
  padding: 0.75rem;
}
.section-company-info {
  border-bottom: 1px solid #ccc;
}
.company-info-title {
  background: #ffc300;
}
.consultation-container {
  padding: 1.75rem 0;
  margin: 0 auto;
  width: 680px;
}
@media screen and (max-width: 500px) {
  .consultation-container {
    margin: initial;
    max-width: 500px;
    width: 100%;
  }
}
.consultation-container-top {
  background: #fff9e7;
  margin: 0 auto 2rem;
  min-height: 315px;
  position: relative;
  width: 100%;
}
.consultation-image {
  bottom: -15px;
  display: block;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  transform: translateX(-50%);
  width: 294px;
}
.consultation-image-bottom {
  display: block;
  width: 100%;
}
.consultation-container-bottom {
  padding: 0 1.25rem;
  width: 100%;
}
.consultation-text {
  margin: 0 auto 1rem;
}
.consultation-text-min {
  display: block;
  font-size: 0.8125rem;
  text-align: center;
}
.consultation-link-container {
  display: flex;
  gap: 0 0.5rem;
  justify-content: space-between;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 1024px) {
  .consultation-link-container {
    width: 335px;
  }
}
.consultation-link-link {
  width: 50%;
}
.section-company-info {
  border-bottom: 1px solid #ccc;
}
.company-info-title {
  background: #ffc300;
}
footer {
  padding: 1rem 1rem 2rem 1rem;
}
.footer-list {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
tablet()
}
.footer-list .footer-item {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  width: calc(50% - 7.5px);
  margin-bottom: 10px;
  font-size: 10px;
tablet()
}
.footer-list .footer-item > a {
  color: #ccc;
  line-height: 1.2;
  width: 100%;
  height: 100%;
}
.footer-list .footer-item.footer-tel {
  width: 100%;
tablet()
  height: auto;
}
.footer-list .footer-item.footer-tel .tel-num {
  white-space: nowrap;
}
.footer-list .footer-item.footer-tel .tel-num img {
  vertical-align: middle;
}
.footer-list .footer-item.footer-tel .tel-detail {
  font-size: 11px;
  color: #262626;
  margin: 0.625rem 0 0;
}
.footer-logo {
  margin: 0 auto;
  width: 70%;
}
.footer-logo img {
  width: 170px;
}
.fotter-logo-area {
  max-width: 300px;
  margin: auto;
  align-items: center;
}
.width-660 {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}
.is-padding-3 {
  padding: 0.75rem;
}
.is-padding-7 {
  padding: 1.75rem;
}
.is-padding-right-3 {
  padding-right: 0.75rem;
}
.is-margin-right-3 {
  margin-right: 0.75rem;
}
.is-margin-top-3 {
  margin-top: 0.75rem;
}
.is-size-5 {
  font-size: 0.875rem;
}
.is-nowrap {
  white-space: nowrap;
}
.is-flex {
  display: flex;
}
.footer-list .footer-item {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  width: calc(50% - 7.5px);
  margin-bottom: 10px;
  font-size: 10px;
}
.footer-list .footer-item > a {
  color: #ccc;
  line-height: 1.2;
  width: 100%;
  height: 100%;
}
.is-valign-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .footer-list {
    max-width: 1200px;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 600px) {
  .footer-list .footer-item.footer-tel {
    width: 29.5%;
  }
}
@media screen and (min-width: 600px) {
  .footer-list .footer-item {
    width: 13.5%;
    font-size: 14px;
  }
}
.footer-list {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .is-hidden-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-hidden-tablet {
    display: none;
  }
}
.fotter-logo-area {
  align-items: center;
  display: flex;
  margin: auto;
  margin-bottom: 16px;
  max-width: 350px;
}
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.has-text-left {
  text-align: left;
}
.has-text-right {
  text-align: right;
}
.copy {
  display: block;
  text-align: center;
}
input,
select {
  -webkit-appearance: none;
  border: none;
}
.select-wrapper,
.model-select-wrapper {
  position: relative;
  z-index: 1;
}
.select-wrapper::after,
.model-select-wrapper:has(.model-select:not(.hidden))::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 10px;
  transform: translateY(150%) rotate(45deg);
  border-bottom: 2px solid #808080;
  border-right: 2px solid #808080;
  z-index: 5;
}
.form-container {
  background: #eb4637;
  padding: 30px 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .form-container {
    max-width: 680px;
  }
}
@media (min-width: 1024px) {
  .fv-form-area {
    width: 60%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .fv-form-area {
    width: 80%;
    margin: 0 auto;
  }
}
.form-group {
  margin-bottom: 1.25rem;
}
.form-group label {
  display: block;
  font-weight: 600;
}
.form-group .radio-group label {
  font-weight: normal;
}
.form-group input[type="text"],
.form-group input[type="tel"],
.form-group select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border-color 0.2s;
  color: #000;
}
.form-group input[type="text"]:invalid,
.form-group input[type="tel"]:invalid,
.form-group select:invalid {
  background: #fdf9e6;
  color: #808080;
}
.form-group input[type="text"]:disabled,
.form-group input[type="tel"]:disabled,
.form-group select:disabled {
  color: #808080;
}
.form-group input[type="text"] option,
.form-group input[type="tel"] option,
.form-group select option {
  color: #000;
}
.form-group input[type="radio"] {
  border: 2px solid #ccc;
  background: #fff;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  position: relative;
}
.form-group input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}
.radio-group label {
  display: block;
  font-weight: 600;
}
.radio-group-btn label {
  display: block;
  border: 1px solid #e0e0e0;
  padding: 14px;
  background: #fdf9e6;
  border-radius: 8px;
  margin-top: 8px;
  text-align: left;
  cursor: pointer;
  font-size: 0.9rem;
}
.radio-checked-label {
  border: 2px solid #000 !important;
  background: #fff !important;
}
.other-maker {
  color: #3c3c3c;
  font-size: 0.9rem;
  text-align: center;
}
.other-maker label {
  font-weight: normal;
  min-height: 82px;
}
.maker-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.maker-select li {
  width: calc(100% / 3 - 8px);
}
.maker-select input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.maker-select label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  border: 2px solid #fff;
  padding: 8px;
  background: #fff;
  border-radius: 8px;
  margin-top: 8px;
  width: 100%;
  box-sizing: border-box;
}
.maker-select label img {
  display: block;
}
.maker-select label:hover {
  border-color: #aaa;
}
.maker-select input[type="radio"]:checked + label {
  border: 2px solid #373232;
}
.maker-select input[type="radio"]:checked + label::after {
  content: '';
  position: absolute;
  top: -14px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: url("/assets/img/common/icn-check.svg") no-repeat center center/contain;
}
.is-invalid {
  border-color: #e28477 !important;
  background-color: #faedeb !important;
}
.is-invalid:focus {
  border-color: #e28477 !important;
}
input[type="tel"].just-validate-success-field,
input[type="text"].just-validate-success-field {
  border: 2px solid #000 !important;
  background: #fff !important;
  color: #000;
}
#model-input:invalid {
  background-color: #faedb5;
}
#model-select:invalid {
  background-color: #faedb5;
}
.just-validate-error-label {
  color: #d9534f;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  text-align: left;
}
.just-validate-error-field {
  border-color: #d9534f !important;
}
.fv-form-area .error-message,
.fv-form-area .error-label {
  color: #fff;
  margin: 8px 0;
}
.fv-form-area .submit-btn {
  margin: 0 auto 24px;
}
.submit-btn {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 0.85rem;
  margin: 0 auto;
  background-color: #d6d6d6;
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s, opacity 0.2s;
  border-radius: 200px;
  position: relative;
  min-height: 32px;
  line-height: 32px;
  color: #b2b2b2;
}
.submit-btn span {
  background-color: #b2b2b2;
  border-radius: 20px;
  color: #fff;
  padding: 4px 12px;
  font-size: 0.7rem;
  margin-right: 10px;
  display: inline-block;
  min-height: 16px;
  line-height: 16px;
}
.submit-btn img {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  opacity: 0.3;
}
.submit-btn.is-able {
  background-color: #ffc300;
  color: #000;
  border: 2px solid #000;
}
.submit-btn.is-able span {
  background-color: #000;
}
.submit-btn.is-able img {
  opacity: 1;
}
#submit-btn {
  margin-top: 20px;
}
.submit-text {
  color: #6c6c6c;
  font-size: 0.9rem;
}
.submit-text a {
  color: #6c6c6c;
  text-decoration: underline;
}
#car-details-section {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
}
#car-details-section.is-open {
  max-height: 1000px;
  opacity: 1;
}
.note {
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 8px;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 50;
}
.modal-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.modal-overlay.is-visible .modal-content {
  transform: scale(1);
}
.modal-overlay .modal-content {
  background-color: #fff;
  padding: 2em 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  width: 90%;
  max-width: 600px;
  text-align: center;
  transform: scale(0.9);
  transition: transform 0.3s;
  z-index: 100;
}
/* 普段は非表示にするためのクラス */
.hidden {
  display: none !important;
}
#model-select-container.is-hidden {
  opacity: 0;
  position: absolute;
  top: -9999px;
  height: 0;
  overflow: hidden;
}
/* 表示されるときのアニメーション */
#model-select-container.is-showing,
.form-group.is-showing,
#final-step.is-showing {
  animation: fadeIn 0.5s ease-out forwards;
}
.fv-form-head-h2 {
  text-align: center;
}
.fv-form-head-h2 h2 {
  color: #fff;
  margin: 0 auto 4px;
  top: -14px;
  position: relative;
  padding-left: 60px;
  display: inline-block;
}
.fv-form-head-h2 h2::before {
  background: url("/assets/img/estimation/cta-time.svg") no-repeat 0 0/contain;
  content: '';
  display: block;
  height: 80px;
  position: absolute;
  top: -20px;
  left: 0;
  width: 51px;
  height: 59px;
}
.fv-form-head-h2-p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}
.modal-heading-h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 20px 0;
  text-align: left;
}
.modal-label {
  margin: 20px 0 10px;
  text-align: left;
}
.modal-label span {
  background-color: #eb4637;
  border-radius: 20px;
  color: #fff;
  padding: 4px 10px;
  font-size: 0.7rem;
  margin-right: 10px;
  display: inline-block;
  min-height: 12px;
  line-height: 12px;
}
.fv-form-head-h3 {
  color: #fff;
  margin: 20px 0 8px;
}
.fv-form-head-h3-main {
  text-align: center;
  margin: 16px auto 8px;
}
.modal-content {
  position: relative;
}
.modal-close-btn {
  position: absolute;
  top: -44px;
  right: 0;
  background: transparent;
  border: none;
  font-size: 2.5rem;
  color: #aaa;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  transition: color 0.2s;
}
.modal-close-btn:hover {
  color: #333;
}
.section-youtube-container {
  background: #fefcf2;
  padding: 20px;
  border-top: 1px solid #d7d6d6;
  text-align: center;
}
.section-youtube-wrapper {
  display: flex;
  overflow: scroll;
  gap: 8px;
}
@media (max-width: 1023px) {
  .section-youtube-wrapper {
    width: calc(100% + 20px);
  }
}
@media (min-width: 1024px) {
  .section-youtube-wrapper {
    justify-content: center;
  }
}
.section-youtube-wrapper a {
  display: block;
  min-width: 290px;
}
.section-youtube-text {
  margin: 20px auto 12px;
}
@media (max-width: 1023px) {
  .section-youtube-text {
    text-align: left;
  }
}
.section-youtube-heading {
  display: inline-block;
  text-align: center;
  color: #eb4637;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0 24px;
  background: url("/assets/img/common/h-red-l.svg") left center no-repeat, url("/assets/img/common/h-red-r.svg") right center no-repeat;
}
.youtube-btn {
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid #000;
  border-radius: 24px;
  margin: 20px auto;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.251);
  color: #000;
}
.youtube-btn img {
  margin-left: 10px;
  margin-top: -4px;
  vertical-align: middle;
}
.motto-container {
  max-width: 640px;
  margin: 0 auto;
}
.motto-container img {
  width: 100%;
}
.motto-container-bottom {
  background: #fff9e6;
  margin: 0 auto 1.125rem;
  padding: 1.5rem 1.25rem;
  max-width: 640px;
  margin: 0 auto;
}
.motto-heading-top,
.motto-heading-bottom {
  align-items: center;
  background: #ffc300;
  display: flex;
  font-size: 1.25rem;
  font-weight: 800;
  justify-content: center;
  height: 64px;
}
.motto-heading-middle {
  display: block;
  position: relative;
  width: 100%;
}
.motto-heading-catchcopy {
  background: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  left: 50%;
  padding: 0.5rem 0.875rem;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2.5rem);
}
.motto-subheading {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 2rem auto;
  padding: 1.5rem 0.5rem;
  text-align: center;
  width: fit-content;
}
@-moz-keyframes slideIn {
  0% {
    height: auto;
    opacity: 0;
  }
  100% {
    height: auto;
    opacity: 1;
  }
}
@-webkit-keyframes slideIn {
  0% {
    height: auto;
    opacity: 0;
  }
  100% {
    height: auto;
    opacity: 1;
  }
}
@-o-keyframes slideIn {
  0% {
    height: auto;
    opacity: 0;
  }
  100% {
    height: auto;
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    height: auto;
    opacity: 0;
  }
  100% {
    height: auto;
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
