@charset "UTF-8";
/* フォントサイズ設定 */
html {
  font-size: 0.7142857143vw;
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 1400px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

img {
  width: 100%;
  height: auto;
}

/* リンク共通スタイル */
a {
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

/* ボタン共通スタイル */
.btn a {
  background-color: #E60012;
  border-radius: 1.8rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  box-shadow: 0 0.6rem 0 rgb(175, 0, 21);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 767px) {
  .btn a {
    font-size: 1.6rem;
    border-radius: 1.2rem;
    margin-inline: auto;
  }
}
.btn a:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* ページ用スタイル */
/* Header */
.header {
  background-color: #fff;
}
@media (max-width: 767px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 140rem;
  margin-inline: auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .header__inner {
    padding: 0 1.3rem 0 0;
  }
}

.header__logo {
  width: 22.3rem;
}
@media (max-width: 767px) {
  .header__logo {
    max-width: 15rem;
  }
}

.header__contact {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-right: 2rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .header__contact {
    margin-right: 0;
    pointer-events: all;
  }
}

.header__tel {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.header__contact-tel-icon {
  width: 3.4rem;
}
@media (max-width: 767px) {
  .header__contact-tel-icon {
    display: none;
  }
}

.header__contact-tel {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header__contact-tel-icon--sp {
  display: none;
}
@media (max-width: 767px) {
  .header__contact-tel-icon--sp {
    width: 3rem;
    display: block;
  }
}

.header__contact-desc {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.header__tel-number {
  font-size: 3.4rem;
  font-weight: 600;
  color: #000;
}
@media (max-width: 767px) {
  .header__tel-number {
    font-size: 1.8rem;
  }
}

.header__hours {
  width: 18.4rem;
}
@media (max-width: 767px) {
  .header__hours {
    width: 15rem;
  }
}

/* First View */
.fv {
  background-color: #76e3ff;
  width: 100%;
}

.fv__image {
  width: 100%;
}
@media (max-width: 767px) {
  .fv__image {
    height: auto;
  }
}

/* CTA */
.fv__cta.camp__raiten-cta {
  position: unset;
  margin-top: -12.2rem;
  padding-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .fv__cta.camp__raiten-cta {
    margin-top: 0;
    padding-bottom: 1.3rem;
  }
}

.fv__cta {
  position: relative;
  width: 108.8rem;
  margin-inline: auto;
  bottom: 22.8rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .fv__cta {
    width: 100%;
    padding: 0 1.3rem;
    bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .cta-item--tel,
  .cta-item--contact {
    margin-top: 4.7rem;
  }
}

.section__cta {
  bottom: 0;
  margin-top: 4rem;
  margin-bottom: 10rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .section__cta {
    display: block;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .car-list__cta {
    margin-bottom: 6rem;
  }
}

@media (max-width: 767px) {
  .section__cta .fv__cta-group {
    flex-direction: column;
    top: 7.4rem;
  }
}
@media (max-width: 767px) {
  .section__cta .fv__cta-group a[href^="tel:"] {
    width: 30.4rem;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .section__cta .fv__cta-group a[href="#contact-form"] {
    width: 30.4rem;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .section__cta .fv__cta-group a[href="#reservation-form"] {
    width: 32rem;
    margin-left: 1.4rem;
  }
}

.campaign__cta > .campaign__cta-group {
  top: 13.7rem;
}
@media (max-width: 767px) {
  .campaign__cta > .campaign__cta-group {
    top: 12.4rem;
  }
}

.fv__cta-group {
  position: absolute;
  width: 104.6rem;
  display: flex;
  align-items: center;
  gap: 1.3rem;
  top: 8.7rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .fv__cta-group {
    width: 100%;
    top: 2.9rem;
    gap: 0.5rem;
    padding-inline: 2rem;
  }
}
.fv__cta-group a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media (max-width: 767px) {
  .fv__cta-group a[href^="tel:"] {
    pointer-events: all;
    cursor: pointer;
  }
}

.fv__cta-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}
.fv__cta-fixed::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 16rem;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.9) 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.9) 100%);
  z-index: -1;
}
.fv__cta-fixed.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .fv__cta-fixed {
    display: block;
    bottom: -7rem;
  }
}

.fv__cta-fixed-inner {
  position: relative;
  width: 108.8rem;
  margin-inline: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .fv__cta-fixed-inner {
    width: 100%;
    padding: 0 0.6rem;
  }
}
.fv__cta-fixed-inner .fv__cta-item img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .fv__cta-fixed-inner .fv__cta-item--mt {
    margin-top: 2.1rem;
  }
}
.fv__cta-fixed-inner .fv__cta-group {
  position: absolute;
  width: 104.6rem;
  display: flex;
  align-items: center;
  gap: 1.3rem;
  top: 8.7rem;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .fv__cta-fixed-inner .fv__cta-group {
    align-items: center;
  }
}
.fv__cta-fixed-inner .fv__cta-group a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media (max-width: 767px) {
  .fv__cta-fixed-inner .fv__cta-group a[href^="tel:"] {
    display: none;
  }
}
@media (max-width: 767px) {
  .fv__cta-fixed-inner .fv__cta-group {
    position: relative;
    width: 36.9rem;
    top: -7.9rem;
    gap: 0.5rem;
    padding-inline: 1rem 0.2rem;
    padding-bottom: 1.5rem;
  }
}

/* Campaign */
.campaign {
  background-color: #FFE943;
  padding-block: 2rem 5rem;
}
@media (max-width: 767px) {
  .campaign {
    position: relative;
    padding-block: 1rem 0;
  }
}

.campaign__period {
  height: 6.3rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #FB0311;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .campaign__period {
    height: 5rem;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
  }
}

.campaign__mv-img {
  width: 100rem;
  margin-inline: auto;
  margin-block: 1rem;
}
@media (max-width: 767px) {
  .campaign__mv-img {
    width: 100%;
    margin-bottom: 0;
  }
}

.campaign__cta {
  width: 108.8rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .campaign__cta {
    position: absolute;
    width: 36rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4.2rem;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

/* 車種一覧 */
.type-list {
  background-image: url(../img/type_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .type-list {
    height: 56rem;
    padding-top: 1.3rem;
  }
}

.type-list__title {
  width: 123rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .type-list__title {
    width: 100%;
    padding-top: 0;
  }
}

.type-list__cars {
  width: 100.3rem;
  margin-inline: auto;
  margin-top: -28.5rem;
}
@media (max-width: 767px) {
  .type-list__cars {
    width: 35rem;
    margin-top: -4.4rem;
  }
}

.type-list__content {
  margin-top: 1.5rem;
}

.type-list__text {
  font-size: 1.7rem;
  line-height: 1.8823529412;
  font-weight: 500;
  color: #000;
  text-align: center;
}
@media (max-width: 767px) {
  .type-list__text {
    font-size: 1.4rem;
    padding-inline: 1.5rem;
  }
}

.type-list__btn a {
  width: 51.4rem;
  height: 8.2rem;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .type-list__btn a {
    width: 30rem;
    height: 5.2rem;
    margin-top: 1.5rem;
  }
}

/* 朗報 */
.good-news {
  position: relative;
  width: 100%;
  z-index: -1;
}
.good-news::before {
  content: "";
  position: absolute;
  top: -0.2rem;
  width: 100%;
  height: 5.9rem;
  background-image: url(../img/type_wave.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 767px) {
  .good-news::before {
    height: 2.2rem;
  }
}

.good-news__bg--purple {
  padding-bottom: 22rem;
  background-color: #333760;
  padding-top: 9.2rem;
}
@media (max-width: 767px) {
  .good-news__bg--purple {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.good-news__title-container {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .good-news__title-container {
    padding-top: 1rem;
    padding-bottom: 9rem;
  }
}

.good-news__title {
  width: 101.5rem;
  margin-inline: auto;
  padding-right: 7.4rem;
}
@media (max-width: 767px) {
  .good-news__title {
    width: 33rem;
    margin-inline: auto;
    margin-top: 3rem;
    padding-right: 0;
  }
}

.good-news__worries-text {
  position: absolute;
  right: 0;
  bottom: 4.1rem;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.7777777778;
  color: #fff;
}
@media (max-width: 767px) {
  .good-news__worries-text {
    width: 29.2rem;
    position: unset;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-inline: auto;
    margin-top: 1.5rem;
  }
}
.good-news__worries-text span {
  background-color: #fff;
  color: #FF0000;
  padding-inline: 0.5rem;
}

.good-news__bg {
  background-color: #fff;
  background-image: url(../img/good-news_bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 3rem;
  margin-top: -0.4rem;
}
@media (max-width: 767px) {
  .good-news__bg {
    padding: 1rem 0;
  }
}

.good-news__item-01 {
  position: absolute;
  width: 86.2rem;
  top: 67rem;
  left: 50%;
  transform: translateX(-41%);
}
@media (max-width: 767px) {
  .good-news__item-01 {
    width: 30rem;
    top: 33rem;
    left: 5.4rem;
    transform: translateX(0);
  }
}

.good-news__item-02 {
  width: 96.9rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .good-news__item-02 {
    width: 30rem;
    margin-top: 1.5rem;
    margin-inline: auto 3rem;
  }
}

.good-news__item-03 {
  width: 100rem;
  margin-inline: auto;
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .good-news__item-03 {
    width: 30rem;
    margin-top: 1.5rem;
  }
}

.good-news__item-03-text {
  width: 96.9rem;
  font-size: 2.2rem;
  font-weight: 900;
  color: #000;
  margin-top: 3.5rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .good-news__item-03-text {
    width: 100%;
    font-size: 1.6rem;
    margin-left: 0;
    text-align: center;
    padding-inline: 1.5rem;
    margin-top: 2rem;
  }
}

/* 車種リスト */
.car-list {
  background-color: #fff;
  width: 100%;
  padding-bottom: 10rem;
  margin-top: -0.1rem;
}
@media (max-width: 767px) {
  .car-list {
    padding: 3rem 0 4rem;
  }
}

.car-list__title {
  width: 90rem;
  margin-inline: auto;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .car-list__title {
    width: 34rem;
    margin-bottom: 1.5rem;
  }
}

.car-list__category {
  width: 100%;
  max-width: 109.8rem;
  margin-bottom: 6rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .car-list__category {
    max-width: 100%;
    margin-bottom: 3rem;
    padding-inline: 1.5rem;
  }
}
.car-list__category:last-child {
  margin-bottom: 0;
}

.car-list__category-title {
  height: 5.1rem;
  background-color: #FB0311;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-inline: 4rem;
  border-radius: 2.5rem;
  margin-bottom: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .car-list__category-title {
    height: 3.3rem;
    font-size: 1.4rem;
    padding-inline: 2rem;
    margin-bottom: 1.5rem;
  }
}

.car-list__items--slider {
  width: 100%;
  max-width: 109.8rem;
  margin-inline: auto;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .car-list__items--slider {
    max-width: 100%;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    padding-bottom: 3rem;
  }
}
.car-list__items--slider .slick-list {
  overflow: hidden;
  margin: 0;
}
@media (max-width: 767px) {
  .car-list__items--slider .slick-list {
    margin: 0;
  }
}
.car-list__items--slider .slick-slide {
  padding: 0 1rem;
  outline: none;
}
@media (max-width: 767px) {
  .car-list__items--slider .slick-slide {
    padding: 0;
  }
}
.car-list__items--slider .slick-slide > div {
  width: 100%;
}
.car-list__items--slider .slick-slide figure {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.car-list__items--slider .car-list__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.car-list__items--slider .car-list__item img {
  width: 100%;
  height: auto;
  display: block;
}
.car-list__items--slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .car-list__items--slider .slick-dots {
    gap: 1.2rem;
  }
}
.car-list__items--slider .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0;
}
.car-list__items--slider .slick-dots li button {
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  font-size: 0;
  transition: background-color 0.3s ease;
}
.car-list__items--slider .slick-dots li button::before {
  display: none;
}
.car-list__items--slider .slick-dots li button:hover {
  background-color: #999;
}
.car-list__items--slider .slick-dots li.slick-active button {
  background-color: #666;
}

.car-list__item {
  width: 18rem;
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media (max-width: 767px) {
  .car-list__item {
    width: 100%;
  }
}

.car-list__item-name {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-top: 1rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media (max-width: 767px) {
  .car-list__item-name {
    font-size: 1.2rem;
    margin-top: 0.5rem;
    line-height: 1.2;
    gap: 0.2rem;
  }
}

.car-list__item-maker {
  font-size: 1.2rem;
  font-weight: 400;
  color: #666;
  display: block;
}
@media (max-width: 767px) {
  .car-list__item-maker {
    font-size: 1rem;
  }
}

.car-list__btn-container {
  position: relative;
  width: 84.6rem;
  margin-inline: auto;
  margin-top: 8.3rem;
}
@media (max-width: 767px) {
  .car-list__btn-container {
    width: 34.5rem;
    margin-top: 5rem;
  }
}

.car-list__btn-container-image {
  width: 75.6rem;
}
@media (max-width: 767px) {
  .car-list__btn-container-image {
    width: 34rem;
  }
}

.car-list__btn-container-text {
  position: absolute;
  bottom: 8.2rem;
  right: 0;
  font-size: 1.9rem;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .car-list__btn-container-text {
    font-size: 1.3rem;
    line-height: 1.2;
    bottom: 3.6rem;
    right: 2.2rem;
  }
}

.car-list__btn {
  position: absolute;
  bottom: -3.9rem;
}
@media (max-width: 767px) {
  .car-list__btn {
    bottom: -3.1rem;
  }
}

.car-list__btn a {
  width: 84.6rem;
  height: 8.2rem;
}
@media (max-width: 767px) {
  .car-list__btn a {
    width: 34rem;
    height: 5.2rem;
  }
}

/* 理由 */
.reason {
  background-image: url(../img/reason_bg.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 1rem;
}

.reason__inner {
  max-width: 100rem;
  margin-inline: auto;
  padding-inline: 3rem;
}
@media (max-width: 767px) {
  .reason__inner {
    padding-inline: 1.5rem;
  }
}

.reason__title {
  width: 80rem;
  margin-top: -7.8rem;
}
@media (max-width: 767px) {
  .reason__title {
    width: 34rem;
    margin-top: -3.9rem;
    margin-inline: auto 2.6rem;
  }
}

.reason__subtitle {
  font-size: 2.2rem;
  font-weight: 900;
  margin-left: 17.5rem;
}
@media (max-width: 767px) {
  .reason__subtitle {
    margin-left: 0;
    text-align: center;
    margin-top: 1rem;
    line-height: 1.3;
  }
}

.reason__items {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .reason__items {
    margin-top: 3rem;
  }
}

.reason__item:not(:last-child) {
  margin-bottom: 4rem;
}

.reason__item-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .reason__item-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.reason__item-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.2rem;
  height: 4.8rem;
  background-color: #E60012;
  border-radius: 2.4rem;
}
@media (max-width: 767px) {
  .reason__item-number {
    width: 10rem;
    height: 3.6rem;
  }
}
.reason__item-number img {
  width: 4.7rem;
}
@media (max-width: 767px) {
  .reason__item-number img {
    width: 3.6rem;
  }
}

.reason__item:nth-child(1) .reason__item-title {
  width: 49rem;
}
@media (max-width: 767px) {
  .reason__item:nth-child(1) .reason__item-title {
    width: 34rem;
  }
}

.reason__item:nth-child(2) .reason__item-title {
  width: 47.5rem;
}
@media (max-width: 767px) {
  .reason__item:nth-child(2) .reason__item-title {
    width: 34rem;
  }
}

.reason__item:nth-child(3) .reason__item-title {
  width: 28.3rem;
}
@media (max-width: 767px) {
  .reason__item:nth-child(3) .reason__item-title {
    width: 20.9rem;
  }
}

.reason__item:nth-child(4) .reason__item-title {
  width: 43rem;
}
@media (max-width: 767px) {
  .reason__item:nth-child(4) .reason__item-title {
    width: 32.5rem;
  }
}

.reason__item:nth-child(5) .reason__item-title {
  width: 52rem;
}
@media (max-width: 767px) {
  .reason__item:nth-child(5) .reason__item-title {
    width: 34rem;
  }
}

.reason__item-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  margin-top: 1rem;
}

/* お客様の声 */
.voice {
  position: relative;
  background-color: #4CD3E5;
  padding-top: 7rem;
  padding-bottom: 19.7rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .voice {
    padding-top: 3rem;
  }
}
.voice::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56.2rem;
  background-image: url(../img/1minutes_bubble.svg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .voice::after {
    height: 52.2rem;
  }
}

.voice__inner {
  padding-inline: 3rem;
}
@media (max-width: 767px) {
  .voice__inner {
    padding-inline: 1.5rem;
  }
}

.voice__title {
  width: 110rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .voice__title {
    width: 34rem;
  }
}

.voice__items {
  position: relative;
  z-index: 2;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 3rem;
  margin-top: 5rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .voice__items {
    grid-template-columns: repeat(1, auto);
    gap: 5rem;
    margin-top: 3rem;
  }
}

.voice__item {
  width: 61.3rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 767px) {
  .voice__item {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
  }
}

.voice__item-image {
  width: 26rem;
}

.voice__item-content {
  flex: 1;
}

.voice__item-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.voice__item-car {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  margin-bottom: 1rem;
  background-color: #F0F8FF;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}

.voice__item-comment {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* 1分でわかるカーリース */
.one-minute {
  position: relative;
  background-color: #B4E8EF;
  margin-top: -17.1rem;
  padding-bottom: 47.5rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .one-minute {
    padding-bottom: 26.5rem;
    z-index: 1;
  }
}
.one-minute::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56.1rem;
  background-image: url(../img/reason2_bubble.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 0;
}

.one-minute__title {
  position: relative;
  left: 50%;
  transform: translateX(-82%);
  width: 63.1rem;
}
@media (max-width: 767px) {
  .one-minute__title {
    position: unset;
    left: unset;
    transform: unset;
    width: 34rem;
    margin-left: 0;
    margin-inline: auto;
  }
}

.one-minute__cards {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: -1.4rem;
}
@media (max-width: 767px) {
  .one-minute__cards {
    flex-direction: column;
    gap: 5rem;
    padding-inline: 1.5rem;
  }
}

.one-minute__card {
  position: relative;
  background-color: #fff;
  border: 7px solid #9FC7CE;
  border-radius: 3.4rem;
  padding: 5.5rem;
}
@media (max-width: 767px) {
  .one-minute__card {
    padding: 3rem 2.5rem;
    border: 5px solid #9FC7CE;
  }
}

.one-minute__card-title {
  position: absolute;
  width: 39.5rem;
  top: -2.6rem;
  left: 3.4rem;
}
@media (max-width: 767px) {
  .one-minute__card-title {
    width: 25rem;
    top: -1.5rem;
    left: 1.5rem;
  }
}

.one-minute__card-content {
  width: 44.1rem;
}
@media (max-width: 767px) {
  .one-minute__card-content {
    width: 100%;
  }
}

.one-minute__card-subtitle {
  color: #B60005;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.375;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .one-minute__card-subtitle {
    font-size: 2rem;
    line-height: 1.3333333333;
    margin-top: 1.5rem;
  }
}

.one-minute__card-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  line-height: 1.9375;
  margin-top: 1rem;
}

.one-minute__title-02 {
  position: relative;
  left: 50%;
  transform: translateX(-77%);
  width: 63.5rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .one-minute__title-02 {
    position: unset;
    left: unset;
    transform: unset;
    width: 34rem;
    margin-left: 0;
    margin-inline: auto;
  }
}

.one-minute__comparison-cards {
  margin-top: -4.5rem;
}
@media (max-width: 767px) {
  .one-minute__comparison-cards {
    margin-top: -2.5rem;
    padding-inline: 1.5rem;
  }
}

.one-minute__comparison-card {
  position: relative;
  width: 109.1rem;
  margin-inline: auto;
  background-color: #fff;
  border: 7px solid #9FC7CE;
  border-radius: 3.4rem;
  padding: 5.5rem;
}
@media (max-width: 767px) {
  .one-minute__comparison-card {
    width: 100%;
    padding: 1.5rem;
    border: 5px solid #9FC7CE;
  }
}
.one-minute__comparison-card:not(:last-child) {
  margin-bottom: 2.5rem;
}

.one-minute__comparison-card-title {
  width: 30.2rem;
}
@media (max-width: 767px) {
  .one-minute__comparison-card-title {
    width: 15rem;
  }
}

.one-minute__comparison-row {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin-top: 3.6rem;
}
@media (max-width: 767px) {
  .one-minute__comparison-row {
    flex-direction: column;
    gap: 9rem;
  }
}

.one-minute__comparison-block {
  flex: 1;
}

.one-minute__comparison-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  border-radius: 3rem;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  padding-inline: 4rem;
  margin-bottom: 1rem;
  background-color: #E60012;
}
@media (max-width: 767px) {
  .one-minute__comparison-text {
    height: 4rem;
    font-size: 1.8rem;
    border-radius: 2rem;
    padding-inline: 3rem;
  }
}

.one-minute__comparison-vs {
  position: absolute;
  width: 14.1rem;
  bottom: 20rem;
}
@media (max-width: 767px) {
  .one-minute__comparison-vs {
    width: 7rem;
    bottom: 47rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.one-minute__comparison-card-02 {
  padding-bottom: 1rem;
}

.one-minute__comparison-card-title-2 {
  width: 76.6rem;
}
@media (max-width: 767px) {
  .one-minute__comparison-card-title-2 {
    width: 30rem;
  }
}

.one-minute__comparison-image-2 {
  width: 92.2rem;
  margin-top: 3rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .one-minute__comparison-image-2 {
    width: 100%;
    margin-top: 0;
  }
}

.one-minute__comparison-card-title-3 {
  width: 46.4rem;
}
@media (max-width: 767px) {
  .one-minute__comparison-card-title-3 {
    width: 19rem;
  }
}

.one-minute__table-scroll-notice {
  display: none;
  font-size: 1.2rem;
  color: #666;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.one-minute__table-scroll-notice::before {
  content: "▼";
  margin-right: 0.5rem;
}
.one-minute__table-scroll-notice::after {
  content: "▼";
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .one-minute__table-scroll-notice {
    display: block;
  }
}

.one-minute__table-wrapper {
  padding-inline: 4.5rem;
}
@media (max-width: 767px) {
  .one-minute__table-wrapper {
    position: relative;
    padding-inline: 0;
    z-index: 1;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
}

.one-minute__comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 3rem;
  background-color: #E8F7F9;
  border-radius: 2.9rem;
}
@media (max-width: 767px) {
  .one-minute__comparison-table {
    width: 55rem;
    margin-top: 0;
  }
}

.one-minute__comparison-table tbody tr:first-child td {
  background-color: #E8F7F9;
  border-top: none;
  border-bottom: 3px solid #9FC7CE;
  border-left: none;
  border-right: 3px solid #9FC7CE;
  padding: 2.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .one-minute__comparison-table tbody tr:first-child td {
    padding: 1.5rem;
  }
}
.one-minute__comparison-table tbody tr:first-child td:first-child {
  background-color: #E8F7F9;
  border-top: none;
  border-bottom: 3px solid #9FC7CE;
  border-left: none;
  border-right: 3px solid #9FC7CE;
  border-radius: 3rem 0 0 0;
}
.one-minute__comparison-table tbody tr:first-child td:last-child {
  border-right: none;
}
.one-minute__comparison-table tbody tr:first-child td:nth-child(2) img {
  width: 25rem;
}
@media (max-width: 767px) {
  .one-minute__comparison-table tbody tr:first-child td:nth-child(2) img {
    width: 9rem;
  }
}
.one-minute__comparison-table tbody tr:first-child td:nth-child(3) {
  font-size: 1.8rem;
  border-radius: 0 3rem 0 0;
}
@media (max-width: 767px) {
  .one-minute__comparison-table tbody tr:first-child td:nth-child(3) {
    font-size: 1.6rem;
  }
}
.one-minute__comparison-table tbody tr:first-child td img {
  width: auto;
  height: auto;
}

.one-minute__comparison-table tbody tr:not(:first-child) td {
  height: 14rem;
  background-color: #E8F7F9;
  border-top: none;
  border-bottom: 3px solid #9FC7CE;
  border-left: none;
  border-right: 3px solid #9FC7CE;
  padding: 3rem 5.9rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  vertical-align: top;
}
@media (max-width: 767px) {
  .one-minute__comparison-table tbody tr:not(:first-child) td {
    height: 10rem;
    padding: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.one-minute__comparison-table tbody tr:not(:first-child) td:first-child {
  background-color: #E8F7F9;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  width: 15rem;
  vertical-align: middle;
  padding-inline: 1.5rem;
  border-top: none;
  border-left: none;
  border-right: 3px solid #9FC7CE;
}
@media (max-width: 767px) {
  .one-minute__comparison-table tbody tr:not(:first-child) td:first-child {
    width: 17rem;
    padding-inline: 0;
  }
}
.one-minute__comparison-table tbody tr:not(:first-child) td:last-child {
  border-right: none;
}
.one-minute__comparison-table tbody tr:not(:first-child) td img {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  margin-inline: auto;
  margin-bottom: 1rem;
}
.one-minute__comparison-table tbody tr:not(:first-child) td span {
  font-size: 1.5rem;
  display: block;
}

.one-minute__comparison-table tbody tr:last-child td {
  border-bottom: none;
}

td.one-minute__table-koyama-cell,
td.one-minute__table-loan-cell {
  width: 35rem;
}

.one-minute__comparison-table tbody tr:nth-child(5) .one-minute__table-label {
  border-radius: 0 0 0 3rem;
}

.one-minute__comparison-table tbody tr:nth-child(5) .one-minute__table-loan-cell {
  border-radius: 0 0 3rem 0;
}

/* 選ばれる理由 */
.reason2 {
  position: relative;
  z-index: 1;
  background-color: #EA2F0A;
  margin-top: -16.6rem;
  padding-top: 0.1rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .reason2 {
    position: relative;
    z-index: 1;
  }
}

.reason2__title {
  position: relative;
  max-width: 140rem;
  margin-inline: auto;
  width: 100%;
  margin-top: -36.4rem;
}
@media (max-width: 767px) {
  .reason2__title {
    margin-top: -7.4rem;
  }
}

.reason2__intro {
  width: 79.7rem;
  margin-inline: auto;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .reason2__intro {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 1.5rem;
    padding-inline: 1.5rem;
  }
}

.reason2__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
  max-width: 120rem;
  margin-inline: auto;
  padding-inline: 2rem;
}
@media (max-width: 767px) {
  .reason2__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding-inline: 1.5rem;
  }
}

.reason2__item {
  display: flex;
  flex-direction: column;
}

.reason2__item-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.625;
  margin-top: 1rem;
  padding-inline: 1.5rem;
}
@media (max-width: 767px) {
  .reason2__item-text {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    margin-top: 0.5rem;
    padding-inline: 0;
  }
}

/* ご契約の流れ */
.flow {
  padding-block: 10rem 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .flow {
    padding-block: 5rem;
  }
}
.flow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.7rem;
  background-image: url("../img/flow_wave.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  pointer-events: none;
}

.flow__inner {
  width: 109rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .flow__inner {
    width: 100%;
    padding-inline: 1.5rem;
  }
}

.flow__title {
  width: 27.2rem;
}

.flow__intro {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .flow__intro {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    margin-top: 1.5rem;
  }
}

.flow__cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .flow__cards {
    flex-direction: column;
  }
}

.flow__card {
  flex: 1;
}

.flow__card-title {
  position: relative;
  left: 2rem;
  z-index: 1;
}

.flow__card:nth-child(1) .flow__card-title {
  width: 13.9rem;
}

.flow__card:nth-child(2) .flow__card-title {
  width: 18.5rem;
}

.flow__card:nth-child(3) .flow__card-title {
  width: 21.4rem;
}

.flow__card-content {
  margin-top: -2rem;
}

.flow__card-text-wrapper {
  height: 19.5rem;
  background-color: #F2F2F2;
  border-radius: 0 0 1.8rem 1.8rem;
  padding: 3rem 3rem 0;
}
@media (max-width: 767px) {
  .flow__card-text-wrapper {
    height: 15rem;
    padding: 1.5rem;
  }
}

.flow__card-subtitle {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #E60012;
}

.flow__card-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 1rem;
}

/* カーリースはこんな方に選ばれています */
.selected {
  padding-block: 10rem;
  background-color: #B4E8EF;
  margin-top: -3.1rem;
}
@media (max-width: 767px) {
  .selected {
    padding-block: 5rem;
  }
}

.selected__inner {
  width: 109rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .selected__inner {
    width: 100%;
    padding-inline: 1.5rem;
  }
}

.selected__container {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
@media (max-width: 767px) {
  .selected__container {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}

.selected__content {
  width: 54rem;
}
@media (max-width: 767px) {
  .selected__content {
    width: 100%;
  }
}

.selected__title {
  width: 50rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .selected__title {
    width: 100%;
  }
}

.selected__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
}

.selected__chart {
  width: 36.7rem;
}
@media (max-width: 767px) {
  .selected__chart {
    width: 100%;
  }
}

.selected__cards {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .selected__cards {
    flex-direction: column;
    gap: 4.5rem;
  }
}

.selected__card {
  position: relative;
  flex: 1;
  background-color: #fff;
  border: 6px solid #FDE200;
  border-radius: 2.6rem;
  padding: 3rem 1.2rem;
}

.selected__card-title {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -2.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 26.7rem;
  height: 4.7rem;
  background-color: #E60012;
  border-radius: 2.3rem;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 2rem;
}

.selected__card-image {
  margin-bottom: 2rem;
}

.selected__card-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  padding-inline: 0.6rem;
}

/* FAQ */
.faq {
  background-color: #F2F2F2;
  padding-block: 10rem 5rem;
}
@media (max-width: 767px) {
  .faq {
    padding-block: 5rem;
  }
}

.faq__inner {
  width: 109rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .faq__inner {
    width: 100%;
    padding-inline: 1.5rem;
  }
}

.faq__title {
  width: 31rem;
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .faq__title {
    width: 30rem;
    margin-left: 0;
    margin-inline: auto;
  }
}

.faq__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .faq__text {
    line-height: 1.5714285714;
    margin-top: 2rem;
    text-align: center;
  }
}

.faq__items {
  width: 89.5rem;
  margin-top: 5rem;
  margin-bottom: 8rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .faq__items {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}

.faq__item {
  background-color: #fff;
  border-radius: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
.faq__item:last-child {
  margin-bottom: 0;
}

.faq__question {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem 5rem;
  background-color: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
}
@media (max-width: 767px) {
  .faq__question {
    padding: 1.5rem;
    align-items: baseline;
  }
}

.faq__question-label {
  color: #E60012;
  font-size: 1.9rem;
  font-weight: 900;
}

.faq__question-text {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media (max-width: 767px) {
  .faq__question-text {
    font-size: 1.6rem;
    line-height: 1.375;
  }
}

.faq__question-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
  width: 3.5rem;
}
@media (max-width: 767px) {
  .faq__question-icon {
    width: 2.5rem;
    align-self: center;
  }
}

.faq__icon-minus {
  display: none;
}

.faq__icon-plus {
  display: block;
}

.faq__item.is-open .faq__icon-minus {
  display: block;
}
.faq__item.is-open .faq__icon-plus {
  display: none;
}

.faq__answer {
  display: none;
  padding: 2.5rem 5rem;
  background-color: #E8E8E8;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq__answer {
    padding: 1.5rem;
  }
}

.faq__answer-inner {
  display: flex;
  gap: 2rem;
  align-items: baseline;
}

.faq__item.is-open .faq__answer {
  display: block;
}

.faq__answer-label {
  color: #E60012;
  font-size: 1.9rem;
  font-weight: 900;
}

.faq__answer-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8125;
  color: #000;
}
@media (max-width: 767px) {
  .faq__answer-text {
    line-height: 1.375;
  }
}
.faq__answer-text span {
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
}

/* 会社概要 */
.about {
  padding-top: 12rem;
}
@media (max-width: 767px) {
  .about {
    padding-top: 6rem;
  }
}

.about__container {
  max-width: 140rem;
  margin-inline: auto;
  display: flex;
  gap: 3rem;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .about__container {
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.about__content {
  width: 42.8rem;
}
@media (max-width: 767px) {
  .about__content {
    width: 100%;
  }
}

.about__title {
  width: 17.2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .about__title {
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .about__info-list {
    width: 100%;
    padding-inline: 1.5rem;
  }
}

.about__info-item {
  display: flex;
  gap: 2rem;
  border-bottom: 1px solid #ccc;
  padding-block: 2rem;
}
@media (max-width: 767px) {
  .about__info-item {
    padding-block: 1.5rem;
  }
}

.about__info-term {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4444444444;
  width: 12rem;
}
@media (max-width: 767px) {
  .about__info-term {
    text-align: center;
    font-size: 1.4rem;
  }
}

.about__info-desc {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4444444444;
}
@media (max-width: 767px) {
  .about__info-desc {
    font-size: 1.4rem;
  }
}

.about__image-main {
  width: 71.4rem;
}
@media (max-width: 767px) {
  .about__image-main {
    width: 100%;
    padding-left: 3rem;
  }
}

.about__image-main img {
  width: 100%;
  height: auto;
}

.about__slider {
  margin-top: 8rem;
  width: 100%;
  overflow: hidden;
}

.about__slider .slick-slide {
  width: 38.9rem;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .about__slider .slick-slide {
    width: 34rem;
  }
}

.about__slider-item {
  width: 100%;
}

.about__slider-item img {
  width: 100%;
  height: auto;
}

.about__map {
  margin-top: 8rem;
  width: 100%;
  height: 36.1rem;
}
.about__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 767px) {
  .about__map {
    height: 30rem;
  }
}

/* Footer */
.footer {
  background-color: #F2F2F2;
  padding-block: 5rem;
}
@media (max-width: 767px) {
  .footer {
    padding-block: 1rem 2.5rem;
  }
}

.footer__inner {
  max-width: 109rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    gap: 2rem;
    padding: 0 1.5rem;
  }
}

.footer__logo {
  width: 22.3rem;
}
@media (max-width: 767px) {
  .footer__logo {
    margin-inline: auto;
  }
}

.footer__contact {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  pointer-events: none;
  cursor: default;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .footer__contact {
    width: 100%;
    justify-content: center;
    pointer-events: all;
    cursor: pointer;
  }
}

.footer__contact-tel-icon {
  width: 3.4rem;
}

.footer__contact-tel-icon img {
  width: 100%;
  height: auto;
}

.footer__contact-tel {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer__contact-desc {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer__tel-number {
  font-size: 3.4rem;
  font-weight: 600;
  color: #000;
}

.footer__hours {
  width: 18.4rem;
}

.footer__text {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .footer__text {
    font-size: 1.4rem;
    text-align: center;
  }
}

/* お問い合わせ */
.contact {
  padding-block: 15rem;
  background-color: #f9edd5;
}
.contact:last-of-type {
  padding-top: 0;
}
@media (max-width: 767px) {
  .contact {
    padding-block: 8rem;
  }
}

.contact__inner {
  width: 109rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .contact__inner {
    width: 100%;
    padding-inline: 1.5rem;
  }
}

.contact__header {
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .contact__header {
    margin-bottom: 3rem;
  }
}

.contact__icon {
  margin-bottom: 2rem;
  display: inline-block;
}

.contact__icon img {
  width: auto;
  height: auto;
}

.contact__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .contact__title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}

.contact__form {
  max-width: 80rem;
  margin-inline: auto;
}

.contact__form-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}
.contact__form-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.contact__form-item--baseline {
  align-items: baseline;
}
@media (max-width: 767px) {
  .contact__form-item {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}

.contact__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  width: 22.5rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .contact__label {
    font-size: 1.6rem;
    width: 100%;
  }
}

.contact__label-text {
  flex-shrink: 0;
}

.contact__required {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background-color: #E60012;
  border-radius: 0.4rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  flex-shrink: 0;
}

.contact__input {
  flex: 1;
  padding: 1.2rem 1.5rem;
  font-size: 1.8rem;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .contact__input {
    width: 100%;
    font-size: 1.4rem;
    padding: 1rem 1.2rem;
  }
}

.contact__textarea {
  flex: 1;
  min-height: 15rem;
  padding: 1.2rem 1.5rem;
  font-size: 1.8rem;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  background-color: #fff;
  resize: vertical;
  font-family: inherit;
}
@media (max-width: 767px) {
  .contact__textarea {
    width: 100%;
    font-size: 1.4rem;
    padding: 1rem 1.2rem;
  }
}

.contact__radio-group {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 767px) {
  .contact__radio-group {
    width: 100%;
    flex-direction: column;
    gap: 1rem;
  }
}

.contact__radio {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.6rem;
  color: #000;
  cursor: pointer;
}
.contact__radio input[type=radio] {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  appearance: auto;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .contact__radio {
    font-size: 1.4rem;
  }
}

.contact__checkbox-group {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2rem;
}
@media (max-width: 767px) {
  .contact__checkbox-group {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.contact__checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.6rem;
  color: #000;
  cursor: pointer;
}
.contact__checkbox input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  appearance: auto;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .contact__checkbox {
    font-size: 1.4rem;
  }
}

.contact__input-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .contact__input-wrapper {
    width: 100%;
  }
}

.contact__note {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.4285714286;
}
@media (max-width: 767px) {
  .contact__note {
    font-size: 1.2rem;
  }
}

.contact__submit {
  text-align: center;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .contact__submit {
    margin-top: 3rem;
  }
}

.contact__button {
  width: 25rem;
  height: 6rem;
  background-color: #E60012;
  border-radius: 1.8rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  box-shadow: 0 0.6rem 0 rgb(175, 0, 21);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.contact__button:hover {
  opacity: 1;
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .contact__button {
    padding: 1.2rem 4rem;
    font-size: 1.6rem;
    width: 100%;
  }
}

/* プラスイー追加　*/
.disp_none {
  display: none;
}

.pa_to10 {
  padding-top: 5em;
}

.pa_to20 {
  padding-top: 10em;
}

.pa_bo10 {
  padding-botoom: 5em;
}

.pa_bo20 {
  padding-botoom: 10em;
}

.ma_to10 {
  margin-top: 5em;
}

.ma_to20 {
  margin-top: 10em;
}

.ma_bo10 {
  margin-bottom: 5em;
}

.ma_bo20 {
  margin-bottom: 10em;
}

.s_br br {
  display: none;
}

.p_br br {
  display: block;
}

.pc_le_sp_ce {
  text-align: left;
}

.text_bold {
  font-weight: bold;
  line-height: 2em;
  font-size: 1.8rem;
}

.w_60 {
  width: auto;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .s_br br {
    display: block;
  }
  .p_br br {
    display: none;
  }
  .pc_le_sp_ce {
    text-align: center;
  }
}

.page_tops {
	position: fixed;
	display:block;
	width:auto;
	max-width:15%;
	z-index:1500;
	bottom:5em;
	right:0.5em;
	opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}
@media (max-width: 767px) {
	.page_tops {
		bottom:10em;
	}
}
.page_tops.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*# sourceMappingURL=style.css.map */