/***
    The new CSS reset - version 1.11.3 (last updated 25.08.2024)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

a, button {
  cursor: revert;
}

ol, ul, menu, summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

img {
  height: auto;
  max-width: inherit;
  vertical-align: bottom;
  width: 100%;
}

b, strong {
  font-weight: bolder;
}

:root {
  --color-font: #1a1a1a;
  --color-sub: #4d4d4d;
  --color-strong: #000;
  --color-primary: #dc6e41;
  --color-secondary: #cda03c;
  --color-tertiary: #f15a24;
  --font-NotoSansJP: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", YuGothic, sans-serif;
  --font-NotoSerifJP: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "BiZ UDMincho", "MS Mincho", serif;
}

body {
  background: #fff;
  color: var(--color-font);
  font-family: var(--font-NotoSansJP);
  font-weight: 400;
  line-height: 1;
  margin-inline: auto;
  overflow-wrap: break-word;
  width: 100%;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.467vw;
  }
}
@media screen and (min-width: 751px) {
  body {
    font-size: 26px;
    min-width: 750px;
  }
}

.lp-caster {
  background: linear-gradient(120deg, rgb(255, 92, 0) 0%, rgb(255, 232, 128) 15.66%, rgb(255, 92, 0) 25%, rgb(255, 232, 128) 50%, rgb(255, 214, 117) 51.43%, rgb(255, 174, 90) 55.18%, rgb(255, 142, 69) 58.85%, rgb(255, 119, 54) 62.4%, rgb(255, 106, 45) 65.74%, rgb(255, 101, 42) 68.69%, rgb(255, 232, 128) 84.34%, rgb(255, 219, 119) 84.67%, rgb(255, 188, 99) 85.59%, rgb(255, 160, 81) 86.64%, rgb(255, 138, 67) 87.83%, rgb(255, 121, 55) 89.21%, rgb(255, 110, 48) 90.93%, rgb(255, 103, 43) 93.33%, rgb(255, 101, 42) 100%);
}
@media screen and (max-width: 750px) {
  .lp-caster {
    -webkit-padding-after: 20vw;
            padding-block-end: 20vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-caster {
    margin-inline: auto;
    -webkit-padding-after: 150px;
            padding-block-end: 150px;
    width: 750px;
  }
}

.kv {
  background: url(../images/kv_bg.jpg) 0 0/100% 100% no-repeat;
}
@media screen and (max-width: 750px) {
  .kv {
    height: 201.333vw;
  }
}
@media screen and (min-width: 751px) {
  .kv {
    height: 1510px;
  }
}

@media screen and (max-width: 750px) {
  .kv__catch {
    -webkit-margin-start: 4vw;
            margin-inline-start: 4vw;
    width: 50.667vw;
  }
}
@media screen and (min-width: 751px) {
  .kv__catch {
    -webkit-margin-start: 30px;
            margin-inline-start: 30px;
    width: 380px;
  }
}

@media screen and (max-width: 750px) {
  .kv__title {
    -webkit-margin-before: 21.333vw;
            margin-block-start: 21.333vw;
    -webkit-margin-start: 6.667vw;
            margin-inline-start: 6.667vw;
    width: 86.667vw;
  }
}
@media screen and (min-width: 751px) {
  .kv__title {
    -webkit-margin-before: 160px;
            margin-block-start: 160px;
    -webkit-margin-start: 50px;
            margin-inline-start: 50px;
    width: 650px;
  }
}

@media screen and (max-width: 750px) {
  .kv__price {
    -webkit-margin-before: 4.267vw;
            margin-block-start: 4.267vw;
  }
}
@media screen and (min-width: 751px) {
  .kv__price {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

.kv-message {
  background: url(../images/kv_message_bg.png) 50% 0 no-repeat;
  color: var(--color-strong);
  line-height: 1.536;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .kv-message {
    background-size: auto 17.6vw;
    font-size: 3.733vw;
    -webkit-margin-before: 5.333vw;
            margin-block-start: 5.333vw;
    min-height: 17.6vw;
  }
}
@media screen and (min-width: 751px) {
  .kv-message {
    font-size: 28px;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    min-height: 132px;
  }
}

.kv-message__term {
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.btn-list {
  display: flex;
}

.btn-list__item {
  align-items: center;
  cursor: pointer;
  display: flex;
  width: 50%;
}
@media screen and (max-width: 750px) {
  .btn-list__item {
    height: 20vw;
  }
}
@media screen and (min-width: 751px) {
  .btn-list__item {
    height: 150px;
  }
}
@media (any-hover: hover) {
  .btn-list__item:hover {
    opacity: 0.8;
  }
}
.btn-list__item--tel {
  background: url(../images/btn_tel.png) 0 0/100% 100% no-repeat;
}
@media screen and (max-width: 750px) {
  .btn-list__item--tel {
    -webkit-padding-start: 14.667vw;
            padding-inline-start: 14.667vw;
  }
}
@media screen and (min-width: 751px) {
  .btn-list__item--tel {
    -webkit-padding-start: 110px;
            padding-inline-start: 110px;
  }
}
.btn-list__item--line {
  background: url(../images/btn_line.png) 0 0/100% 100% no-repeat;
}
@media screen and (max-width: 750px) {
  .btn-list__item--line {
    -webkit-padding-start: 20.667vw;
            padding-inline-start: 20.667vw;
  }
}
@media screen and (min-width: 751px) {
  .btn-list__item--line {
    -webkit-padding-start: 155px;
            padding-inline-start: 155px;
  }
}

.btn-list__label {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.313;
}
@media screen and (max-width: 750px) {
  .btn-list__label {
    font-size: 4.267vw;
  }
}
@media screen and (min-width: 751px) {
  .btn-list__label {
    font-size: 32px;
  }
}

.en-message {
  background: #fff;
}
@media screen and (max-width: 750px) {
  .en-message {
    padding-block: 6vw 6.667vw;
    padding-inline: 6.667vw;
  }
}
@media screen and (min-width: 751px) {
  .en-message {
    padding-block: 45px 50px;
    padding-inline: 50px;
  }
}

.en-message__text {
  border-bottom: 1px solid var(--color-sub);
  color: var(--color-sub);
  letter-spacing: 0.04em;
  line-height: 1.727;
  -webkit-padding-after: 1em;
          padding-block-end: 1em;
}
@media screen and (max-width: 750px) {
  .en-message__text {
    font-size: 2.933vw;
  }
}
@media screen and (min-width: 751px) {
  .en-message__text {
    font-size: 22px;
  }
}

.en-message__email {
  color: var(--color-tertiary);
  display: block;
}
@media screen and (max-width: 750px) {
  .en-message__email {
    -webkit-margin-before: 3.333vw;
            margin-block-start: 3.333vw;
  }
}
@media screen and (min-width: 751px) {
  .en-message__email {
    -webkit-margin-before: 25px;
            margin-block-start: 25px;
  }
}
@media (any-hover: hover) {
  .en-message__email:hover {
    opacity: 0.8;
  }
  .en-message__email:hover .en-message__email-label {
    text-decoration: none;
  }
}

.en-message__email-icon {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .en-message__email-icon {
    width: 5.333vw;
  }
}
@media screen and (min-width: 751px) {
  .en-message__email-icon {
    width: 40px;
  }
}

.en-message__email-label {
  letter-spacing: 0.04em;
  -webkit-margin-start: 0.38em;
          margin-inline-start: 0.38em;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

@media screen and (max-width: 750px) {
  .reason {
    -webkit-padding-after: 10.667vw;
            padding-block-end: 10.667vw;
  }
}
@media screen and (min-width: 751px) {
  .reason {
    -webkit-padding-after: 80px;
            padding-block-end: 80px;
  }
}

.reason__content {
  position: relative;
}
.reason__content::before {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  .reason__content::before {
    left: 6.667vw;
    width: 0.667vw;
  }
}
@media screen and (min-width: 751px) {
  .reason__content::before {
    left: 50px;
    width: 5px;
  }
}

.reason__list {
  display: grid;
  grid-template-columns: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .reason__list {
    gap: 10.667vw;
    width: 86.667vw;
  }
}
@media screen and (min-width: 751px) {
  .reason__list {
    gap: 80px;
    width: 650px;
  }
}

.reason-item {
  background: #fff;
}
@media screen and (max-width: 750px) {
  .reason-item {
    border-top-right-radius: 8vw;
    -webkit-padding-after: 6vw;
            padding-block-end: 6vw;
  }
}
@media screen and (min-width: 751px) {
  .reason-item {
    border-top-right-radius: 60px;
    -webkit-padding-after: 45px;
            padding-block-end: 45px;
  }
}

.reason-item__header {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
@media screen and (max-width: 750px) {
  .reason-item__header {
    min-height: 30.667vw;
    padding-block: 4vw;
    -webkit-padding-start: 37.067vw;
            padding-inline-start: 37.067vw;
  }
}
@media screen and (min-width: 751px) {
  .reason-item__header {
    min-height: 230px;
    padding-block: 30px;
    -webkit-padding-start: 278px;
            padding-inline-start: 278px;
  }
}

.reason-item__num {
  left: 0;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .reason-item__num {
    top: -2.933vw;
    width: 33.333vw;
  }
}
@media screen and (min-width: 751px) {
  .reason-item__num {
    top: -22px;
    width: 250px;
  }
}

.reason-item__title {
  font-family: var(--font-NotoSerifJP);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.32;
}
@media screen and (max-width: 750px) {
  .reason-item__title {
    font-size: 6.667vw;
  }
}
@media screen and (min-width: 751px) {
  .reason-item__title {
    font-size: 50px;
  }
}

.reason-item__title-fz70p {
  font-size: 0.7em;
}

.reason-item__header-text {
  color: #666;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.429;
}
@media screen and (max-width: 750px) {
  .reason-item__header-text {
    font-size: 3.733vw;
  }
}
@media screen and (min-width: 751px) {
  .reason-item__header-text {
    font-size: 28px;
  }
}

.reason-item__note {
  color: var(--color-sub);
  letter-spacing: 0.04em;
  line-height: 1.556;
}
@media screen and (max-width: 750px) {
  .reason-item__note {
    font-size: 2.4vw;
    -webkit-margin-before: 1.333vw;
            margin-block-start: 1.333vw;
    -webkit-margin-start: 5.333vw;
            margin-inline-start: 5.333vw;
    width: 76vw;
  }
}
@media screen and (min-width: 751px) {
  .reason-item__note {
    font-size: 18px;
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
    width: 570px;
  }
}

.reason-item__text {
  color: var(--color-sub);
  letter-spacing: 0.04em;
  line-height: 1.692;
}
@media screen and (max-width: 750px) {
  .reason-item__text {
    -webkit-margin-before: 4vw;
            margin-block-start: 4vw;
    -webkit-margin-start: 5.333vw;
            margin-inline-start: 5.333vw;
    width: 76vw;
  }
}
@media screen and (min-width: 751px) {
  .reason-item__text {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
    width: 570px;
  }
}

@media screen and (max-width: 750px) {
  .clear-price {
    -webkit-margin-start: 5.333vw;
            margin-inline-start: 5.333vw;
    width: 76vw;
  }
}
@media screen and (min-width: 751px) {
  .clear-price {
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
    width: 570px;
  }
}

@media screen and (max-width: 750px) {
  .clear-price__item {
    padding-block: 3.333vw;
  }
}
@media screen and (min-width: 751px) {
  .clear-price__item {
    padding-block: 25px;
  }
}
.clear-price__item:not(:last-child) {
  border-bottom: 1px solid #000;
}

.clear-price__bottom {
  display: grid;
}
@media screen and (max-width: 750px) {
  .clear-price__bottom {
    gap: 4vw;
    grid-template-columns: 25.333vw 46.667vw;
    -webkit-margin-before: 2.667vw;
            margin-block-start: 2.667vw;
  }
}
@media screen and (min-width: 751px) {
  .clear-price__bottom {
    gap: 30px;
    grid-template-columns: 190px 350px;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.clear-price__title {
  align-items: center;
  background: var(--color-primary);
  color: #fff;
  display: grid;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.313;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .clear-price__title {
    font-size: 4.267vw;
  }
}
@media screen and (min-width: 751px) {
  .clear-price__title {
    font-size: 32px;
  }
}
.clear-price__title::before {
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  content: "";
  display: block;
  left: -1px;
  position: absolute;
  top: -1px;
}
@media screen and (max-width: 750px) {
  .clear-price__title::before {
    height: 2.8vw;
    width: 2.8vw;
  }
}
@media screen and (min-width: 751px) {
  .clear-price__title::before {
    height: 21px;
    width: 21px;
  }
}

.clear-price__multi {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.clear-price__multi-place {
  border: solid var(--color-strong);
  border-width: 1px 0;
  font-weight: 500;
  line-height: 1.333;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .clear-price__multi-place {
    font-size: 4vw;
    -webkit-margin-before: 2vw;
            margin-block-start: 2vw;
    width: 12vw;
  }
}
@media screen and (min-width: 751px) {
  .clear-price__multi-place {
    font-size: 30px;
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
    width: 90px;
  }
}

.clear-price__multi-price {
  color: var(--color-strong);
  font-weight: 700;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .clear-price__multi-price {
    font-size: 8.267vw;
    width: 33.333vw;
  }
}
@media screen and (min-width: 751px) {
  .clear-price__multi-price {
    font-size: 62px;
    width: 250px;
  }
}

.clear-price__multi-price-fz60p {
  font-size: 0.6em;
}

.clear-price__tax-included {
  display: block;
  font-weight: 500;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
@media screen and (max-width: 750px) {
  .clear-price__tax-included {
    font-size: 2.933vw;
  }
}
@media screen and (min-width: 751px) {
  .clear-price__tax-included {
    font-size: 22px;
  }
}

.clear-price__one {
  color: var(--color-sub);
  letter-spacing: 0.04em;
  line-height: 1.154;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .clear-price__one {
    -webkit-margin-before: 2vw;
            margin-block-start: 2vw;
  }
}
@media screen and (min-width: 751px) {
  .clear-price__one {
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
  }
}

.clear-price__one-fz70p {
  font-size: 0.7em;
}

.clear-price__time {
  background: #666;
  border-radius: 100vw;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .clear-price__time {
    font-size: 4vw;
    -webkit-margin-before: 2vw;
            margin-block-start: 2vw;
  }
}
@media screen and (min-width: 751px) {
  .clear-price__time {
    font-size: 30px;
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
  }
}

.warranty {
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .warranty {
    -webkit-margin-before: 8vw;
            margin-block-start: 8vw;
    width: 84vw;
  }
}
@media screen and (min-width: 751px) {
  .warranty {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
    width: 630px;
  }
}

.compare {
  background: #f0f5f5;
}
@media screen and (max-width: 750px) {
  .compare {
    padding-block: 14vw 26.667vw;
  }
}
@media screen and (min-width: 751px) {
  .compare {
    padding-block: 105px 200px;
  }
}

@media screen and (max-width: 750px) {
  .compare__title {
    -webkit-margin-start: 8vw;
            margin-inline-start: 8vw;
    width: 88vw;
  }
}
@media screen and (min-width: 751px) {
  .compare__title {
    -webkit-margin-start: 60px;
            margin-inline-start: 60px;
    width: 660px;
  }
}

.compare__text {
  color: var(--color-sub);
  letter-spacing: 0.04em;
  line-height: 1.571;
}
@media screen and (max-width: 750px) {
  .compare__text {
    font-size: 3.733vw;
    -webkit-margin-before: 2vw;
            margin-block-start: 2vw;
    margin-inline: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .compare__text {
    font-size: 28px;
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
    margin-inline: 60px;
  }
}

.compare-table {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .compare-table {
    -webkit-padding-start: 6.667vw;
            padding-inline-start: 6.667vw;
  }
}
@media screen and (min-width: 751px) {
  .compare-table {
    -webkit-padding-start: 50px;
            padding-inline-start: 50px;
  }
}

.compare-table__wrap {
  cursor: pointer;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 750px) {
  .compare-table__wrap {
    -webkit-padding-end: 6.667vw;
            padding-inline-end: 6.667vw;
  }
}
@media screen and (min-width: 751px) {
  .compare-table__wrap {
    -webkit-padding-end: 50px;
            padding-inline-end: 50px;
  }
}
.compare-table__wrap:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.compare-table__wrap.is-dragging {
  scroll-behavior: auto;
}

@media screen and (max-width: 750px) {
  .compare-table__image {
    width: 154.667vw;
  }
}
@media screen and (min-width: 751px) {
  .compare-table__image {
    width: 1160px;
  }
}
.compare-table__image img {
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}

.flow {
  background: url(../images/flow_bg.jpg) 50% 50%/cover no-repeat;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 750px) {
  .flow {
    height: 176vw;
    -webkit-padding-before: 22.667vw;
            padding-block-start: 22.667vw;
  }
}
@media screen and (min-width: 751px) {
  .flow {
    height: 1320px;
    -webkit-padding-before: 170px;
            padding-block-start: 170px;
  }
}

.flow__image {
  overflow: hidden;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .flow__image {
    border-radius: 1.6vw;
    box-shadow: 1.067vw 1.067vw 1.067vw rgba(10, 10, 10, 0.3);
  }
}
@media screen and (min-width: 751px) {
  .flow__image {
    border-radius: 12px;
    box-shadow: 8px 8px 8px rgba(10, 10, 10, 0.3);
  }
}
@media screen and (max-width: 750px) {
  .flow__image--left {
    left: 13.067vw;
    top: -12vw;
    width: 28.533vw;
  }
}
@media screen and (min-width: 751px) {
  .flow__image--left {
    left: 98px;
    top: -90px;
    width: 214px;
  }
}
@media screen and (max-width: 750px) {
  .flow__image--right {
    right: 13.067vw;
    top: -12vw;
    width: 28.533vw;
  }
}
@media screen and (min-width: 751px) {
  .flow__image--right {
    right: 98px;
    top: -90px;
    width: 214px;
  }
}
@media screen and (max-width: 750px) {
  .flow__image--center {
    left: 36.4vw;
    top: -2.933vw;
    width: 27.2vw;
  }
}
@media screen and (min-width: 751px) {
  .flow__image--center {
    left: 273px;
    top: -22px;
    width: 204px;
  }
}

.flow__lead {
  margin-inline: auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  .flow__lead {
    width: 56vw;
  }
}
@media screen and (min-width: 751px) {
  .flow__lead {
    width: 420px;
  }
}

.flow__title {
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.226;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .flow__title {
    font-size: 8.267vw;
    -webkit-margin-before: -0.667vw;
            margin-block-start: -0.667vw;
  }
}
@media screen and (min-width: 751px) {
  .flow__title {
    font-size: 62px;
    -webkit-margin-before: -5px;
            margin-block-start: -5px;
  }
}

@media screen and (max-width: 750px) {
  .flow__title-small {
    font-size: 5.333vw;
  }
}
@media screen and (min-width: 751px) {
  .flow__title-small {
    font-size: 40px;
  }
}

.step {
  display: grid;
  grid-template-columns: 100%;
}
@media screen and (max-width: 750px) {
  .step {
    gap: 9.333vw;
    -webkit-margin-before: 5.333vw;
            margin-block-start: 5.333vw;
    -webkit-margin-start: 7.733vw;
            margin-inline-start: 7.733vw;
    width: 86.933vw;
  }
}
@media screen and (min-width: 751px) {
  .step {
    gap: 70px;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    -webkit-margin-start: 58px;
            margin-inline-start: 58px;
    width: 652px;
  }
}

.step__item {
  align-items: center;
  display: grid;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .step__item {
    gap: 3.733vw;
    grid-template-columns: 25.867vw 56.8vw;
  }
}
@media screen and (min-width: 751px) {
  .step__item {
    gap: 28px;
    grid-template-columns: 194px 426px;
  }
}
@media screen and (max-width: 750px) {
  .step__item:last-child {
    -webkit-margin-before: 2.667vw;
            margin-block-start: 2.667vw;
  }
}
@media screen and (min-width: 751px) {
  .step__item:last-child {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}
.step__item:last-child .step__icon::after {
  display: none;
}

.step__icon {
  position: relative;
}
.step__icon::after {
  background: url(../images/step_arrow.svg) 0/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .step__icon::after {
    bottom: -7.467vw;
    height: 2.667vw;
    left: 10.8vw;
    width: 4.8vw;
  }
}
@media screen and (min-width: 751px) {
  .step__icon::after {
    bottom: -56px;
    height: 20px;
    left: 81px;
    width: 36px;
  }
}

.step__title {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.533;
}
@media screen and (max-width: 750px) {
  .step__title {
    font-size: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .step__title {
    font-size: 30px;
  }
}

.step__text {
  letter-spacing: 0.08em;
  line-height: 1.538;
}
@media screen and (max-width: 750px) {
  .step__text {
    -webkit-margin-before: 2vw;
            margin-block-start: 2vw;
  }
}
@media screen and (min-width: 751px) {
  .step__text {
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
  }
}

.step__text-em {
  color: var(--color-secondary);
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .shops {
    padding-block: 14.667vw 9.333vw;
  }
}
@media screen and (min-width: 751px) {
  .shops {
    padding-block: 110px 70px;
  }
}

.shops__lead {
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .shops__lead {
    width: 70.667vw;
  }
}
@media screen and (min-width: 751px) {
  .shops__lead {
    width: 530px;
  }
}

.shops__title {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .shops__title {
    font-size: 8.267vw;
    -webkit-margin-before: 4vw;
            margin-block-start: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .shops__title {
    font-size: 62px;
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

.shops__list {
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .shops__list {
    -webkit-margin-before: 8vw;
            margin-block-start: 8vw;
    width: 86.667vw;
  }
}
@media screen and (min-width: 751px) {
  .shops__list {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
    width: 650px;
  }
}

.shops-item {
  background: #fff;
}
@media screen and (max-width: 750px) {
  .shops-item {
    -webkit-margin-before: 6.667vw;
            margin-block-start: 6.667vw;
  }
}
@media screen and (min-width: 751px) {
  .shops-item {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
  }
}

.shops-item__header {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 750px) {
  .shops-item__header {
    min-height: 13.333vw;
    padding-block: 4vw 2.667vw;
    padding-inline: 5.333vw;
  }
}
@media screen and (min-width: 751px) {
  .shops-item__header {
    min-height: 100px;
    padding-block: 30px 20px;
    padding-inline: 40px;
  }
}

.shops-item__name {
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .shops-item__name {
    font-size: 5.067vw;
  }
}
@media screen and (min-width: 751px) {
  .shops-item__name {
    font-size: 38px;
  }
}

.shops-item__service {
  background: var(--color-tertiary);
  color: #fff;
  font-weight: 500;
  line-height: 1.786;
}
@media screen and (max-width: 750px) {
  .shops-item__service {
    font-size: 3.733vw;
    -webkit-margin-start: 2.667vw;
            margin-inline-start: 2.667vw;
    padding-inline: 2.667vw;
  }
}
@media screen and (min-width: 751px) {
  .shops-item__service {
    font-size: 28px;
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
    padding-inline: 20px;
  }
}

.shops-item__map {
  position: relative;
}
@media screen and (max-width: 750px) {
  .shops-item__map {
    height: 58.667vw;
  }
}
@media screen and (min-width: 751px) {
  .shops-item__map {
    height: 440px;
  }
}
.shops-item__map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .shops-item__data {
    padding-block: 3.333vw 4.667vw;
    padding-inline: 5.333vw;
  }
}
@media screen and (min-width: 751px) {
  .shops-item__data {
    padding-block: 25px 35px;
    padding-inline: 40px;
  }
}

.shops-item__text {
  color: var(--color-sub);
  letter-spacing: 0.04em;
  line-height: 1.727;
}
@media screen and (max-width: 750px) {
  .shops-item__text {
    font-size: 2.933vw;
  }
}
@media screen and (min-width: 751px) {
  .shops-item__text {
    font-size: 22px;
  }
}

.shops__note {
  color: var(--color-strong);
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .shops__note {
    font-size: 2.667vw;
    -webkit-margin-before: 2.667vw;
            margin-block-start: 2.667vw;
    width: 86.667vw;
  }
}
@media screen and (min-width: 751px) {
  .shops__note {
    font-size: 20px;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    width: 650px;
  }
}

.faq {
  background: #f5f5f5;
}
@media screen and (max-width: 750px) {
  .faq {
    padding-block: 13.333vw 10vw;
  }
}
@media screen and (min-width: 751px) {
  .faq {
    padding-block: 100px 75px;
  }
}

.faq__title {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .faq__title {
    font-size: 5.867vw;
  }
}
@media screen and (min-width: 751px) {
  .faq__title {
    font-size: 44px;
  }
}

.faq__list {
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .faq__list {
    -webkit-margin-before: 2vw;
            margin-block-start: 2vw;
    width: 89.333vw;
  }
}
@media screen and (min-width: 751px) {
  .faq__list {
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
    width: 670px;
  }
}

.faq__item {
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .faq__item {
    padding-block: 6.667vw;
    padding-inline: 1.333vw;
  }
}
@media screen and (min-width: 751px) {
  .faq__item {
    padding-block: 50px;
    padding-inline: 10px;
  }
}
.faq__item:not(:last-child) {
  border-bottom: 1px solid #999;
}

.faq__question {
  align-items: center;
  cursor: pointer;
  display: grid;
  position: relative;
}
@media screen and (max-width: 750px) {
  .faq__question {
    gap: 3.333vw;
    grid-template-columns: 9.333vw 64.8vw;
  }
}
@media screen and (min-width: 751px) {
  .faq__question {
    gap: 25px;
    grid-template-columns: 70px 486px;
  }
}
.faq__question::after {
  background: url(../images/faq_arrow.svg) 0/contain no-repeat;
  content: "";
  position: absolute;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  top: 50%;
}
@media screen and (max-width: 750px) {
  .faq__question::after {
    height: 5.6vw;
    -webkit-margin-before: -2.8vw;
            margin-block-start: -2.8vw;
    right: 1.333vw;
    width: 5.6vw;
  }
}
@media screen and (min-width: 751px) {
  .faq__question::after {
    height: 42px;
    -webkit-margin-before: -21px;
            margin-block-start: -21px;
    right: 10px;
    width: 42px;
  }
}

.faq__question-text {
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .faq__question-text {
    font-size: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .faq__question-text {
    font-size: 30px;
  }
}

.faq__question.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq__answer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}

@media screen and (max-width: 750px) {
  .faq__answer-inner {
    -webkit-padding-before: 2.667vw;
            padding-block-start: 2.667vw;
    padding-inline: 1.333vw;
  }
}
@media screen and (min-width: 751px) {
  .faq__answer-inner {
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
    padding-inline: 10px;
  }
}

.faq__answer-text {
  color: var(--color-sub);
  letter-spacing: 0.04em;
  line-height: 1.769;
}

.footer {
  background: #fff;
}
@media screen and (max-width: 750px) {
  .footer {
    padding-block: 4vw 4.667vw;
  }
}
@media screen and (min-width: 751px) {
  .footer {
    padding-block: 30px 35px;
  }
}

.footer__text {
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .footer__text {
    font-size: 2.933vw;
  }
}
@media screen and (min-width: 751px) {
  .footer__text {
    font-size: 22px;
  }
}

.footer__link {
  color: var(--color-tertiary);
  text-decoration: underline;
}
@media (any-hover: hover) {
  .footer__link:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

.fixed {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
  z-index: 100;
}
.fixed.is-show {
  display: block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 751px) {
  .fixed .btn-list {
    background: #fff;
    margin-inline: auto;
    width: 750px;
  }
}

.modal {
  height: 100vh;
  height: 100dvh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}
.modal.is-show {
  opacity: 1;
  visibility: visible;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .modal__content {
    border-radius: 2.667vw;
    width: 78.667vw;
  }
}
@media screen and (min-width: 751px) {
  .modal__content {
    border-radius: 20px;
    width: 590px;
  }
}

.modal__close {
  cursor: pointer;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 750px) {
  .modal__close {
    top: -10.667vw;
    width: 10.667vw;
  }
}
@media screen and (min-width: 751px) {
  .modal__close {
    top: -80px;
    width: 80px;
  }
}

.modal__inner {
  max-height: 60vh;
  overflow-y: auto;
}
@media screen and (max-width: 750px) {
  .modal__inner {
    padding-block: 6.667vw 12vw;
  }
}
@media screen and (min-width: 751px) {
  .modal__inner {
    padding-block: 30px 70px;
    margin-block: 20px;
    margin-inline: 10px;
    scrollbar-color: #666 #fff;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
  }
  .modal__inner::-webkit-scrollbar {
    width: 10px;
  }
  .modal__inner::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
  }
  .modal__inner::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 10px;
  }
}

.modal__text {
  color: var(--color-sub);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.444;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .modal__text {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 751px) {
  .modal__text {
    font-size: 36px;
  }
}

.modal__btn {
  color: #fff;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .modal__btn {
    font-size: 4.267vw;
    height: 20vw;
    -webkit-padding-start: 20vw;
            padding-inline-start: 20vw;
    width: 68vw;
  }
}
@media screen and (min-width: 751px) {
  .modal__btn {
    font-size: 32px;
    height: 150px;
    -webkit-padding-start: 150px;
            padding-inline-start: 150px;
    width: 510px;
  }
}
@media (any-hover: hover) {
  .modal__btn:hover {
    opacity: 0.8;
  }
}
.modal__btn--tel {
  background: url(../images/modal_btn_tel.png) 0 0/100% 100% no-repeat;
}
.modal__btn--line {
  background: url(../images/modal_btn_line.png) 0 0/100% 100% no-repeat;
}/*# sourceMappingURL=style.css.map */