html {
  font-size: 16px;
}

body {
  color: #000;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  scroll-padding-top: 100px;
}

main {
  overflow-x: clip;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

input,
button,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.header {
  width: 100%;
  height: 70px;
  z-index: 5000;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .header {
    height: 56px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header__logo {
  z-index: 7000;
  position: relative;
  width: 150px;
  aspect-ratio: 150/46;
}
@media only screen and (max-width: 768px) {
  .header__logo {
    width: 90px;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .header__logo {
    height: auto;
  }
}

.header__logo a {
  display: block;
}

.header__contact {
  font-weight: 700;
  color: #fff;
  border-radius: 17px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 405px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
}
@media only screen and (max-width: 768px) {
  .header__contact {
    font-size: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 20px;
  }
}

.footer {
  background-color: #a80100;
  height: 3.75vw;
  margin-bottom: 127px;
}
@media only screen and (max-width: 768px) {
  .footer {
    height: 60px;
  }
}
.footer a,
.footer p {
  font-size: 1.1111111111vw;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .footer a,
.footer p {
    font-size: 13px;
  }
}

.footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    justify-content: center;
    row-gap: 10px;
  }
}

.md-none {
  display: block;
}
@media only screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.lg-none {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .lg-none {
    display: none;
  }
}

.lg-show {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .lg-show {
    display: block;
  }
}

.pc-none {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

.inner {
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.title-wrap {
  position: absolute;
  left: 0;
  z-index: 500;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .title-wrap img {
    min-height: 127px;
  }
}

.title {
  position: absolute;
  display: block;
  transform: translate(-50%, -50%) rotate(-3.5deg);
  text-align: center;
  left: 50%;
  top: 50%;
  z-index: 1000;
  font-size: 3.3333333333vw;
  line-height: 1.2083333333;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .title {
    font-size: 24px;
  }
}

.text {
  font-size: 2.0833333333vw;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  white-space: nowrap;
}
@media only screen and (min-width: 1600px) {
  .text {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .text {
    font-size: 19px;
  }
}

.cta {
  background-image: url(../images/cta-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 37.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .cta {
    height: auto;
    padding-top: 130px;
    padding-bottom: 16vw;
  }
}

.cta__content {
  width: 100%;
  position: relative;
}
.cta__content:before {
  background-image: url(../images/cta.png);
  width: 25.9722222222vw;
  height: 23.6805555556vw;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -100px;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .cta__content:before {
    content: none;
  }
}
@media only screen and (max-width: 1380px) {
  .cta__content:before {
    left: -24px;
  }
}

.cta__heading {
  background-image: url(../images/cta-text.jpg);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.7777777778vw;
  height: 6.25vw;
}
@media only screen and (min-width: 1600px) {
  .cta__heading {
    font-size: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .cta__heading {
    font-size: 18px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    padding-left: 20%;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .cta__heading:before {
    background-image: url(../images/cta_sp.png);
    width: 73.6vw;
    height: 42.4vw;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: -10px;
    z-index: 5;
    max-width: 305px;
    max-height: 176px;
  }
}

.cta__box {
  background-color: #fff;
  padding-top: 2.4305555556vw;
  padding-bottom: 2.4305555556vw;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 768px) {
  .cta__box {
    flex-direction: column;
    row-gap: 10px;
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

.cta__mail,
.cta__tel {
  width: 27.0833333333vw;
  position: relative;
  z-index: 5;
  max-width: 390px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 768px) {
  .cta__mail,
.cta__tel {
    width: 90%;
  }
}

.cta__caption {
  display: block;
  width: 45.2777777778vw;
}
@media only screen and (max-width: 768px) {
  .cta__caption {
    width: 100%;
  }
}

.cta__caption.pc-none {
  display: none;
}
@media only screen and (max-width: 768px) {
  .cta__caption.pc-none {
    display: block;
    padding-bottom: 24vw;
  }
}

.cta__caption.md-none {
  display: block;
  max-width: 652px;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .cta__caption.md-none {
    display: none;
  }
}

.cta.cta-text {
  padding-top: 20px;
}

.mv {
  width: 100%;
  position: relative;
}
.mv picture {
  width: 100%;
  aspect-ratio: 1440/461;
}
.mv .mv_price {
  width: 28vw;
  position: relative;
  z-index: 999;
  left: 16%;
}
.mv .mv_price .mv_price_first {
  position: absolute;
  bottom: 10vw;
}
.mv .mv_price .mv_price_second {
  position: absolute;
  bottom: 6vw;
}
@media only screen and (max-width: 768px) {
  .mv picture {
    aspect-ratio: 375/438;
  }
  .mv .mv_price {
    width: 80vw;
    left: 10%;
  }
  .mv .mv_price .mv_price_first {
    bottom: 30vw;
  }
  .mv .mv_price .mv_price_second {
    bottom: 20vw;
  }
}

.semi-title {
  width: 100%;
}
.semi-title img {
  width: 100%;
  height: 100%;
}

.second {
  position: relative;
  background-image: url(../images/second-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20vw;
}
@media only screen and (max-width: 768px) {
  .second {
    background-image: url(../images/second-bg_sp.png);
  }
}
.second .text {
  margin-top: 25px;
  width: 100%;
  text-align: center;
}
.second .text span {
  color: #d10000;
}
.second .text-big {
  font-size: 3.3333333333vw;
  line-height: 1.4230769231;
}
@media only screen and (max-width: 768px) {
  .second .text-big {
    font-size: 26px;
  }
}

.second__inner {
  position: relative;
  left: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  top: 4.1666666667vw;
  z-index: 0;
}

.second__ul {
  max-width: 69.2361111111vw;
  min-height: 2.4138888889vw;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .second__ul {
    max-width: 306px;
    width: 100%;
    min-height: 39.9px;
  }
}

.second__li {
  max-width: 69.2361111111vw;
  min-height: 2.4138888889vw;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .second__li {
    max-width: 306px;
    width: 100%;
    min-height: 39.9px;
  }
}

.telmail__btn-wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.telmail__btn-wrap.js-telmail {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9000;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .telmail__btn-wrap.js-telmail {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.telmail__btn {
  display: flex;
  justify-content: center;
  -moz-column-gap: 3.4722222222vw;
       column-gap: 3.4722222222vw;
  margin-top: 15px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .telmail__btn {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.telmail__btn a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 768px) {
  .telmail__btn a {
    max-width: 187.5px;
    width: 100%;
    min-height: 60px;
  }
}

.mail__btn {
  max-width: 32.5vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 5.5555555556vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 768px) {
  .mail__btn {
    max-width: 187.5px;
    width: 100%;
    min-height: 60px;
  }
}

.tel__btn {
  max-width: 32.5vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 5.5555555556vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 768px) {
  .tel__btn {
    max-width: 187.5px;
    width: 100%;
    min-height: 60px;
  }
}

.second__textBox {
  padding-top: 6.9444444444vw;
}

.second__textBig {
  font-size: 3.3333333333vw;
  line-height: 1.2083333333;
  display: block;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .second__textBig {
    font-size: 26px;
    line-height: 1.1923076923;
  }
  .second__textBig span {
    display: block;
  }
  .second__textBig span::before {
    content: "\a";
    white-space: pre;
  }
}

.second__minitxtBox {
  margin-top: 3.2638888889vw;
  padding-bottom: 6.9444444444vw;
}

.third {
  background-color: #000;
  padding-top: 12.5vw;
  padding-bottom: 13.8888888889vw;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .third {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.third__title {
  top: -10.4166666667vw;
}

.third__titleImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 18.6722222222vw;
  z-index: -1;
  transform: rotate(3.5deg);
}
@media only screen and (max-width: 768px) {
  .third__titleImg {
    min-height: 127px;
  }
}

.third__contentImg {
  width: 32.7777777778vw;
  height: 22.0138888889vw;
}
@media only screen and (max-width: 768px) {
  .third__contentImg {
    aspect-ratio: 159/107;
    max-width: 159px;
    width: 100%;
    height: auto;
  }
}

.third__contentImgTitle {
  text-align: center;
  color: #d10000;
  font-family: "";
  font-size: 2.7777777778vw;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .third__contentImgTitle {
    font-size: 24px;
    line-height: 1.4583333333;
  }
}

.third__contentTriangleImg {
  width: 3.8194444444vw;
  height: 1.7361111111vw;
}
@media only screen and (max-width: 768px) {
  .third__contentTriangleImg {
    max-width: 19px;
    width: 100%;
    min-height: 9px;
  }
}

.third__contentTextBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30.9722222222vw;
}
@media only screen and (max-width: 768px) {
  .third__contentTextBox {
    gap: 127px;
  }
}

.third__h3 {
  width: 100%;
  margin-top: 5.5555555556vw;
}

.third__h3Tag {
  width: 35.2083333333vw;
  height: 3.4722222222vw;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .third__h3Tag {
    max-width: 335px;
    width: 100%;
    min-height: 35px;
  }
}

.third__contentTwo {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 7.9166666667vw;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .third__contentTwo {
    flex-direction: column;
    align-items: center;
  }
}

.third__circleImgBox {
  width: 16.25vw;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .third__circleImgBox {
    max-width: 200px;
    width: 100%;
  }
}
.third__circleImgBox:nth-child(2) {
  width: 18.3333333333vw;
}
@media only screen and (max-width: 768px) {
  .third__circleImgBox:nth-child(2) {
    max-width: 200px;
    width: 100%;
  }
}
.third__circleImgBox:nth-child(3) {
  width: 20vw;
}
@media only screen and (max-width: 768px) {
  .third__circleImgBox:nth-child(3) {
    max-width: 200px;
    width: 100%;
  }
}

.third__circleImg {
  width: 16.25vw;
  height: 16.25vw;
}
@media only screen and (max-width: 768px) {
  .third__circleImg {
    max-width: 200px;
    width: 100%;
    min-height: 200px;
  }
}

.third__circleTextBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 1.9444444444vw;
}

.third__circleText {
  line-height: 1.2083333333;
  font-size: 1.6666666667vw;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .third__circleText {
    font-size: 16px;
    line-height: 1.1875;
  }
}

.third__rowBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.125vw;
  padding-top: 2.5694444444vw;
}
@media only screen and (max-width: 768px) {
  .third__rowBox {
    flex-direction: column;
  }
}

.third__row_li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.6666666667vw;
  gap: 0.4861111111vw;
  color: #fff;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .third__row_li {
    font-size: 14px;
  }
}

.third__row_li + .third__row_li {
  padding-top: 2.0833333333vw;
}

.third__row_text {
  white-space: nowrap;
}

.check {
  width: 2.0138888889vw;
  height: 1.5972222222vw;
}
@media only screen and (max-width: 768px) {
  .check {
    max-width: 16px;
    width: 100%;
    height: 12px;
  }
}

.third_row {
  width: 32.5vw;
  height: 20.0694444444vw;
}
@media only screen and (max-width: 768px) {
  .third_row {
    max-width: 250px;
    width: 100%;
    height: auto;
  }
}

.point {
  padding-top: 12.5vw;
  padding-bottom: 13.8888888889vw;
  background-image: url(../images/point-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .point {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.point__title {
  top: -10.4166666667vw;
}

.point__text.text {
  font-size: 2.9166666667vw;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .point__text.text {
    font-size: 20px;
  }
}

.point__items {
  margin-top: 30px;
}

.point__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 6.25vw;
       column-gap: 6.25vw;
}
@media only screen and (max-width: 768px) {
  .point__item {
    display: block;
  }
}

.point__item:nth-of-type(1),
.point__item:nth-of-type(3) {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .point__item:nth-of-type(1) .point__item-text,
.point__item:nth-of-type(3) .point__item-text {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .point__item:nth-of-type(1) .point-img,
.point__item:nth-of-type(3) .point-img {
    margin-left: auto;
  }
}

.point__item:nth-of-type(2),
.point__item:nth-of-type(4) {
  flex-direction: row-reverse;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .point__item:nth-of-type(2) .point__item-text,
.point__item:nth-of-type(4) .point__item-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .point__item:nth-of-type(2) .point-img,
.point__item:nth-of-type(4) .point-img {
    margin-right: auto;
  }
}

.point__item + .point__item {
  margin-top: 3.8194444444vw;
}
@media only screen and (max-width: 768px) {
  .point__item + .point__item {
    margin-top: 40px;
  }
}

.point__item-text img {
  width: 10.625vw;
}
@media only screen and (max-width: 768px) {
  .point__item-text img {
    width: 64px;
  }
}
.point__item-text p {
  margin-top: 25px;
  color: #fff;
  font-size: 2.5vw;
}
@media only screen and (max-width: 768px) {
  .point__item-text p {
    font-size: 20px;
    margin-top: 7px;
  }
}

.point-img {
  width: 48.125vw;
}
@media only screen and (max-width: 768px) {
  .point-img {
    margin-top: 15px;
    width: 84%;
  }
}

.feature {
  padding-top: 12.5vw;
  padding-bottom: 13.8888888889vw;
  background-image: url(../images/feature-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .feature {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.feature .text {
  width: 100%;
  text-align: center;
}

.feature__title {
  top: -10.4166666667vw;
}

.feature-img {
  width: 100%;
  aspect-ratio: 1000/200;
  margin-top: 3.8194444444vw;
}
.feature-img img {
  width: 100%;
  height: 100%;
}

.feature__text02 {
  margin-top: 3.8194444444vw;
}

.difference {
  padding-top: 12.5vw;
  padding-bottom: 13.8888888889vw;
  background-color: #000;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .difference {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.difference .text {
  will-change: 100%;
  text-align: center;
}

.difference-title {
  top: -10.4166666667vw;
}

.difference__img {
  margin-top: 15px;
  width: 100%;
}
.difference__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1000/379;
}
@media only screen and (max-width: 768px) {
  .difference__img img {
    aspect-ratio: 335/379;
  }
}

.gallery {
  padding-bottom: 3.8194444444vw;
  padding-top: 12.5vw;
  position: relative;
  background-image: url(../images/gallery-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .gallery {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.gallery .text {
  margin-top: 2.4305555556vw;
  width: 100%;
  text-align: center;
}

.gallery__title {
  top: -10.4166666667vw;
}

.gallery__scroll {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.gallery__images {
  display: flex;
  align-items: center;
  -moz-column-gap: 13px;
       column-gap: 13px;
  overflow-x: scroll;
}

.gallery__image {
  width: 450px;
  flex-shrink: 0;
}
@media only screen and (min-width: 1600px) {
  .gallery__image {
    width: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery__image {
    width: 75%;
  }
}
.gallery__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 450/330;
}

.genre {
  padding-bottom: 13.1944444444vw;
  padding-top: 12.5vw;
  position: relative;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  .genre {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
.genre .text {
  text-align: center;
  width: 100%;
}

.genre__title {
  top: -8.3333333333vw;
}

.genre__table-wrap {
  overflow-x: scroll;
}

.genre__table {
  min-width: 1000px;
  margin-top: 2.4305555556vw;
  width: 100%;
}
.genre__table img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1000/488;
}

.price {
  padding-bottom: 3.8194444444vw;
  padding-top: 12.5vw;
  position: relative;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  .price {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

.price__title {
  top: -10.4166666667vw;
}

.price__box + .price__box {
  margin-top: 3.8194444444vw;
}
@media only screen and (max-width: 768px) {
  .price__box + .price__box {
    margin-top: 45px;
  }
}

.price-box-title {
  width: 50%;
  margin-inline: auto;
}
.price-box-title img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .price-box-title {
    width: 100%;
  }
}

.price__table-wrap {
  overflow-x: scroll;
}

.price__table {
  min-width: 1000px;
  width: 100%;
}
.price__table img {
  width: 100%;
  height: 100%;
}

.price__note {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}

.price__box:nth-of-type(3) .price__table-wrap {
  margin-top: 30px;
}
.price__box:nth-of-type(3) .price__table-wrap .price__table {
  min-width: 900px;
}
@media only screen and (max-width: 768px) {
  .price__box:nth-of-type(3) .price__table-wrap {
    margin-top: 20px;
  }
}

.voice {
  padding-bottom: 12.5vw;
  padding-top: 16.5vw;
  position: relative;
  background-image: url(../images/voice-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .voice {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
.voice .text {
  width: 100%;
  text-align: center;
  margin-top: 8.3333333333vw;
}
@media only screen and (max-width: 768px) {
  .voice .text {
    margin-top: 50px;
  }
}

.voice__title {
  top: -6vw;
}
@media only screen and (max-width: 768px) {
  .voice__title {
    top: -10vw;
  }
}

.voice__item + .voice__item {
  margin-top: 3.125vw;
}
@media only screen and (max-width: 768px) {
  .voice__item + .voice__item {
    margin-top: 20px;
  }
}

.voice__item {
  width: 100%;
}

.voice__cards {
  margin-top: 3.125vw;
  display: grid;
  row-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
.voice__cards img {
  aspect-ratio: 324/248;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
@media only screen and (max-width: 768px) {
  .voice__cards {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 20px;
  }
}

.info {
  padding-bottom: 3.8194444444vw;
  padding-top: 12.5vw;
  position: relative;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  .info {
    padding-top: 120px;
    padding-bottom: 50px;
  }
}

.info__title {
  top: -10.4166666667vw;
}

.info__wrap {
  display: flex;
  -moz-column-gap: 3.125vw;
       column-gap: 3.125vw;
}
@media only screen and (max-width: 768px) {
  .info__wrap {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
}

.info__map {
  width: 48.5%;
}
@media only screen and (max-width: 768px) {
  .info__map {
    width: 100%;
  }
}

.info__add {
  flex: 1;
}

.info__add-title {
  font-size: 2.0833333333vw;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .info__add-title {
    font-size: 20px;
  }
}

.info__add-desc {
  font-size: 1.3888888889vw;
  margin-top: 1.1111111111vw;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .info__add-desc {
    font-size: 16px;
    margin-top: 7px;
  }
}

.info__google-map {
  margin-top: 2.0833333333vw;
  width: 100%;
  aspect-ratio: 1000/324;
}
@media only screen and (max-width: 768px) {
  .info__google-map {
    margin-top: 20px;
    aspect-ratio: 335/200;
  }
}
.info__google-map iframe {
  width: 100%;
  height: 100%;
}

.page-top {
  position: fixed;
  bottom: 100px;
  right: 5%;
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  z-index: 9999;
  cursor: pointer;
}
.page-top span {
  display: block;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 25px;
  height: 25px;
  background-color: #000;
}

.complete {
  position: relative;
  padding-top: 151px;
  padding-bottom: 165px;
  max-width: 1330px;
  width: 100%;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.complete::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #000;
  margin: 0 calc(50% - 50vw);
}
@media only screen and (max-width: 768px) {
  .complete {
    padding-top: 31px;
    padding-bottom: 56px;
  }
}

.complete__inner {
  width: 66.6666666667%;
  margin: 0 auto;
  border: 7px solid #a80100;
  color: #000;
  font-weight: 700;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .complete__inner {
    border: 7px solid #a80100;
  }
}

.complete__box {
  width: 100%;
  padding-left: 10.46875%;
  padding-right: 10.46875%;
  padding-bottom: 40px;
  margin: 0 auto;
  background-color: #fff;
}
.complete__box span {
  font-size: 20px;
  line-height: 1.7;
}
.complete__box span::after {
  content: "\a";
  white-space: pre;
}
@media only screen and (max-width: 768px) {
  .complete__box span {
    font-size: 16px;
    line-height: 1.6875;
  }
}

.complete__title {
  font-size: 39px;
  line-height: 1.7179487179;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 36px;
  padding-left: 10.46875%;
  padding-right: 10.46875%;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .complete__title {
    font-size: 18px;
    line-height: 1.7222222222;
    padding-top: 30px;
    padding-bottom: 43px;
  }
  .complete__title span::after {
    content: "\a";
    white-space: pre;
  }
}

.complete__text a {
  color: #000;
}

.complete__text + .complete__text {
  padding-top: 41px;
}
@media only screen and (max-width: 768px) {
  .complete__text + .complete__text {
    padding-top: 25px;
  }
}

.complete__box .complete__text:nth-child(3) {
  padding-top: 43px;
}

.complete__top {
  margin-top: 50px;
  display: block;
  width: 360px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  font-size: 20px;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .complete__top {
    margin-top: 30px;
    width: 70%;
    font-size: 16px;
  }
}

.form {
  position: relative;
  padding-top: 149px;
  padding-bottom: 158px;
}
.form::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #d1e3eb;
  margin: 0 calc(50% - 50vw);
}
@media only screen and (max-width: 768px) {
  .form {
    padding-top: 31px;
    padding-bottom: 56px;
  }
}

.form__inner {
  background-color: #fff;
  border: 7px solid #000;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .form__inner {
    border: 5px solid #000;
  }
}

.form__title {
  padding-top: 59px;
  text-align: center;
  font-size: 42px;
  line-height: 1.7073170732;
}
@media only screen and (max-width: 768px) {
  .form__title {
    font-size: 30px;
    line-height: 1.7222222222;
    padding-top: 21px;
  }
}

.form__text {
  text-align: center;
  font-size: 20px;
  line-height: 1.72;
  padding-top: 10px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .form__text {
    font-size: 16px;
    line-height: 1.6875;
    padding-top: 8px;
  }
}

.form__required {
  color: #c63737;
}

.form__list {
  width: 80.46875%;
  padding-top: 33px;
  margin-right: auto;
  margin-bottom: 107px;
  margin-left: 100px;
}
@media only screen and (max-width: 768px) {
  .form__list {
    margin-bottom: 38px;
    width: calc(100vw - 90px);
    padding-top: 22px;
    margin-left: auto;
  }
}

.form__field {
  display: flex;
  align-items: center;
}
.form__field + .form__field {
  margin-top: 49px;
}
@media only screen and (max-width: 768px) {
  .form__field + .form__field {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .form__field:nth-child(5) {
    margin-top: 14px;
  }
}
.form__field:nth-child(6) {
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .form__field:nth-child(6) {
    margin-top: 2px;
  }
}
.form__field:nth-child(6) .form__label {
  margin-top: 13px;
}
@media only screen and (max-width: 768px) {
  .form__field {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.form__label {
  font-size: 20px;
  width: 29.3829578844%;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .form__label {
    font-size: 16px;
    line-height: 1.6875;
    width: 100%;
  }
}

.form__data {
  width: 70.6170421156%;
  height: 61px;
  border: 2px solid #b2b2b2;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.72;
  display: inline-flex;
  align-items: center;
  padding-left: 22px;
  padding-right: 22px;
}
.form__data .wpcf7-form-control {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .form__data {
    width: 100%;
    font-size: 16px;
    line-height: 1.6875;
    height: 60px;
  }
}

.form__input {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  color: #000;
}

.form__textareaData {
  width: 70.6170421156%;
  height: 226px;
  border: 2px solid #b2b2b2;
}
.form__textareaData .wpcf7-not-valid-tip {
  padding-left: 26px;
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .form__textareaData .wpcf7-not-valid-tip {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 768px) {
  .form__textareaData {
    width: 100%;
    font-size: 16px;
    line-height: 1.6875;
  }
}

.form__textarea {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.72;
  width: 70.6170421156%;
  height: 226px;
  padding-top: 8px;
  padding-left: 23px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .form__textarea {
    width: 100%;
    font-size: 16px;
    line-height: 1.6875;
    padding-top: 18px;
    padding-left: 26px;
  }
}

.form__submit-button {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  position: relative;
}
.form__submit-button::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 0;
  position: absolute;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  top: 50%;
  right: 71px;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .form__submit-button::after {
    top: 35%;
    right: 50.6px;
  }
}

.form__submit-input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 80px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  line-height: 1.72;
  border-radius: 17px;
  margin-top: 80px;
  padding-left: 70px;
  padding-right: 119px;
  transition: opacity 0.3s;
}
.form__submit-input:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .form__submit-input {
    margin-top: 26px;
    height: 51px;
    padding-left: 45px;
    padding-right: 77px;
    border-radius: 10px;
  }
}

.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 16px;
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .wpcf7-not-valid-tip {
    padding-top: 10px;
    margin-left: -26px;
  }
}

.wpcf7-spinner {
  position: absolute;
  right: 8%;
  top: 68%;
}
@media only screen and (max-width: 768px) {
  .wpcf7-spinner {
    right: 13%;
    top: 54%;
  }
}

@media only screen and (max-width: 768px) {
  .wpcf7-response-output {
    font-size: 14px;
    line-height: 2.7;
    margin-top: 10px;
  }
}

.form__data.form__data--textarea {
  height: 300px;
}

.form__input.form__input--textarea {
  display: block;
  height: 100%;
}

.form__policy-wrap {
  margin-top: 3.4722222222vw;
  border: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  .form__policy-wrap {
    margin-top: 30px;
  }
}

.form__policy {
  width: 100%;
  height: 100px;
  overflow: auto;
  padding: 20px;
  background-color: #a80100;
}
@media only screen and (max-width: 768px) {
  .form__policy {
    padding: 10px;
  }
}

.form__policy-title {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .form__policy-title {
    font-size: 15px;
  }
}

.form__policy-text {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .form__policy-text {
    font-size: 13px;
  }
}

.form__policy-text + .form__policy-text {
  margin-top: 1em;
}