@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font-size: inherit;
}

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

a:hover {
  text-decoration: none;
  opacity: 0.75;
}

p {
  margin: 0;
}

dt, dd {
  line-height: inherit;
}

:root {
  --header-height: 8rem;
}
@media (max-width: 767px) {
  :root {
    --header-height: 16vw;
  }
}

html {
  height: -webkit-fill-available;
}

body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-width: auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  color: #313131;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "YuGothic", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}

.lp-header {
  padding: 19px 0;
  position: sticky;
  top: 0;
  z-index: 11;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .lp-header {
    padding: 3.4666666667vw 0;
  }
}

.lp-header-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: auto 1fr auto;
}
@media (max-width: 1049px) {
  .lp-header-inner {
    grid-template-columns: 1fr auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .lp-header-inner {
    padding: 0 5.3333333333vw;
    height: 10.1333333333vw;
  }
}

@media (max-width: 767px) {
  .lp-header-logo img {
    width: 30.6666666667vw;
  }
}

.lp-header-nav {
  justify-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.lp-header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-header-nav li {
  padding: 0 1em;
}
.lp-header-nav a {
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.lp-header-nav a:visited {
  color: #000000;
}
@media (max-width: 1049px) {
  .lp-header-nav {
    display: none;
    position: fixed;
    width: 235px;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    padding: 28px;
    padding-top: 52px;
  }
  .lp-header-nav ul {
    display: block;
  }
  .lp-header-nav li {
    padding: 20px 0;
  }
  .is-open .lp-header-nav {
    display: block;
  }
}
.lp-header-cv {
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  background-color: #da2b33;
  display: block;
  text-align: center;
  padding: 7px 0;
  width: 200px;
  border-radius: 20px;
}
.lp-header-cv:visited {
  color: #ffffff;
}
.lp-header-cv:hover {
  opacity: 0.7;
}
.lp-header-nav .lp-header-cv {
  display: none;
}
.is-open .lp-header-cv {
  display: none;
}
.is-open .lp-header-nav .lp-header-cv {
  display: block;
}
@media (max-width: 767px) {
  .lp-header-cv {
    width: 140px;
  }
}

.lp-header-toggle {
  display: none;
}
@media (max-width: 1049px) {
  .lp-header-toggle {
    display: block;
    margin-left: 40px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-header-toggle > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .lp-header-toggle > span:before, .lp-header-toggle > span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    left: 0;
  }
  .lp-header-toggle > span:before {
    top: -6px;
  }
  .lp-header-toggle > span:after {
    bottom: -6px;
  }
  .lp-header-toggle > span > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 2px;
    width: 25px;
    background-color: #000000;
  }
  .lp-header-toggle.is-open > span:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .lp-header-toggle.is-open > span:after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .lp-header-toggle.is-open > span > span {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .lp-header-toggle {
    margin-left: 5.3333333333vw;
  }
}

.lp-footer {
  text-align: center;
  padding: 40px 30px 34px;
}

@media (max-width: 767px) {
  .lp-footer-logo {
    width: 28.8vw;
  }
}

.p-footer-copyright {
  font-size: 12px;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .p-footer-copyright {
    font-size: 1.8666666667vw;
  }
}

.lp-heading {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .lp-heading {
    margin-bottom: 8.9333333333vw;
  }
}

.lp-heading-en {
  text-align: center;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .lp-heading-en {
    font-size: 2.6666666667vw;
  }
}

.lp-heading-ja {
  text-align: center;
  display: block;
  font-size: 42px;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.47619;
}
@media (max-width: 767px) {
  .lp-heading-ja {
    font-size: 5.6vw;
  }
}

.lp-billboard {
  overflow: hidden;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .lp-billboard {
    padding-bottom: 0;
  }
}

.lp-billboard-bg {
  background-image: linear-gradient(152deg, rgb(218, 43, 51) 0%, rgb(167, 20, 27) 100%);
}

.lp-billboard-cols {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .lp-billboard-cols {
    display: block;
    padding: 0;
  }
}

.lp-billboard-image {
  -ms-flex-preferred-size: 705px;
      flex-basis: 705px;
  position: relative;
}
.lp-billboard-image img {
  margin-top: -200px;
  margin-right: -100px;
  max-width: none;
  position: absolute;
}
@media (max-width: 767px) {
  .lp-billboard-image img {
    position: static;
    max-width: 126.6666666667vw;
    margin-left: -13.3333333333vw;
    margin-right: -13.3333333333vw;
  }
}

.lp-billboard-body {
  padding: 80px 0;
  -ms-flex-preferred-size: 495px;
      flex-basis: 495px;
}
@media (max-width: 767px) {
  .lp-billboard-body {
    text-align: center;
    padding: 0 6.6666666667vw 10vw;
  }
}

.lp-billboard-textArea {
  color: #ffffff;
  font-weight: 700;
}
.lp-billboard-textArea .highlight {
  color: #fff45c;
}

.lp-billboard-text1 {
  font-size: 32px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .lp-billboard-text1 {
    font-size: 4.8vw;
  }
}

.lp-billboard-text2 {
  font-size: 50px;
}
@media (max-width: 767px) {
  .lp-billboard-text2 {
    font-size: 7.4666666667vw;
  }
}

.lp-billboard-text3 {
  font-size: 70px;
  line-height: 1;
  margin-top: -6px;
}
.lp-billboard-text3 .is-small {
  font-size: 15px;
}
.lp-billboard-text3 span {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .lp-billboard-text3 {
    font-size: 10.5333333333vw;
    margin-top: 0;
  }
  .lp-billboard-text3 .is-small {
    font-size: 2.2666666667vw;
  }
  .lp-billboard-text3 span {
    vertical-align: baseline;
  }
}

.lp-billboard-priceArea {
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  color: #ffffff;
  font-weight: 700;
  padding: 13px 0 25px;
  margin-top: 37px;
}
.lp-billboard-priceArea .highlight {
  color: #fff45c;
}
@media (max-width: 767px) {
  .lp-billboard-priceArea {
    margin-top: 4.9333333333vw;
    padding: 2vw 0 3.0666666667vw;
  }
}

.lp-billboard-price1 {
  font-size: 24px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .lp-billboard-price1 {
    font-size: 4.2666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}

.lp-billboard-price2 {
  font-size: 27px;
  line-height: 1;
}
.lp-billboard-price2 .highlight {
  font-size: 50px;
}
@media (max-width: 767px) {
  .lp-billboard-price2 {
    font-size: 4vw;
  }
  .lp-billboard-price2 .highlight {
    font-size: 8.6666666667vw;
  }
}

.lp-billboard-button {
  display: block;
  color: #da2b33;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background-color: #ffffff;
  width: 320px;
  text-align: center;
  padding: 18px 0;
  border-radius: 32px;
  -webkit-box-shadow: 0 8px 10px 0 rgba(41, 36, 30, 0.2);
          box-shadow: 0 8px 10px 0 rgba(41, 36, 30, 0.2);
  margin-top: 40px;
}
.lp-billboard-button:hover {
  opacity: 0.7;
}
.lp-billboard-button:visited {
  color: inherit;
}
@media (max-width: 767px) {
  .lp-billboard-button {
    margin-top: 6.6666666667vw;
  }
}

@media (max-width: 767px) {
  .lp-hero {
    padding-top: 4.6666666667vw;
  }
}

.lp-hero-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .lp-hero-inner {
    padding: 0 6.6666666667vw;
  }
}

.lp-hero-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .lp-hero-cols {
    display: block;
  }
}

@media (max-width: 767px) {
  .lp-hero-image {
    text-align: center;
  }
  .lp-hero-image img {
    width: 57.0666666667vw;
  }
}

.lp-hero-body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
}

.lp-hero-text1 {
  font-size: 40px;
  letter-spacing: 0.04em;
  color: #000000;
}
@media (max-width: 767px) {
  .lp-hero-text1 {
    font-size: 5.7333333333vw;
  }
}

.lp-hero-text2 {
  font-size: 68px;
  letter-spacing: 0.04em;
  line-height: 100px;
  padding-bottom: 17px;
  border-bottom: 14px solid #da2b33;
  color: #000000;
}
.lp-hero-text2 .highlight {
  font-size: 106px;
  color: #da2b33;
}
@media (max-width: 767px) {
  .lp-hero-text2 {
    font-size: 9.6vw;
    border-bottom-width: 8px;
    line-height: 17.2vw;
    padding-bottom: 0;
  }
  .lp-hero-text2 .highlight {
    font-size: 15.2vw;
  }
}

.lp-hero-note {
  font-size: 15px;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .lp-hero-note {
    font-size: 2.4vw;
  }
}

.lp-aboutUs {
  padding-top: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lp-aboutUs {
    padding-top: 13.3333333333vw;
  }
}

.lp-aboutUs-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .lp-aboutUs-inner {
    display: block;
    padding: 0 6.6666666667vw;
  }
}

.lp-aboutUs-image {
  -ms-flex-preferred-size: 543px;
      flex-basis: 543px;
}
.lp-aboutUs-image img {
  display: block;
  margin-right: -57px;
  margin-left: -77px;
  margin-top: -85px;
  width: calc(100% + 57px + 77px);
  border-radius: 20px;
  max-width: none;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .lp-aboutUs-image img {
    margin: 0;
    width: 80vw;
    margin-right: -3.3333333333vw;
    margin-left: auto;
    border-radius: 2.6666666667vw;
  }
}

.lp-aboutUs-container {
  background-color: #da2b33;
  border-radius: 20px;
  padding: 90px 56px;
  -ms-flex-preferred-size: 657px;
      flex-basis: 657px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lp-aboutUs-container {
    margin-top: -6.6666666667vw;
    border-radius: 2.6666666667vw;
    padding: 10.6666666667vw 9.3333333333vw;
  }
}

.lp-aboutUs-text1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.533333;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .lp-aboutUs-text1 {
    font-size: 5.0666666667vw;
    line-height: 1.47368;
    margin-bottom: 4vw;
  }
}

.lp-aboutUs-text2 {
  color: #ffffff;
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
}
@media (max-width: 767px) {
  .lp-aboutUs-text2 {
    font-size: 4.2666666667vw;
    line-height: 1.6875;
  }
}

.lp-aboutUs-logo {
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .lp-aboutUs-logo {
    width: 38.4vw;
    margin-bottom: 6.6666666667vw;
  }
}

.lp-reviews {
  padding-top: 92px;
}
@media (max-width: 767px) {
  .lp-reviews {
    padding-top: 9.6vw;
  }
}

.lp-reviews-heading .lp-heading-en {
  color: #da2b33;
}

.lp-reviews-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .lp-reviews-inner {
    padding-left: 6.6666666667vw;
    padding-right: 0;
  }
}

.lp-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  gap: 45px;
}
@media (max-width: 767px) {
  .lp-reviews-grid {
    overflow-x: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5.0666666667vw;
    padding-bottom: 20px;
  }
}

.lp-reviews-card {
  padding: 46px 40px;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 20px 0 rgba(140, 140, 140, 0.2);
          box-shadow: 10px 10px 20px 0 rgba(140, 140, 140, 0.2);
  position: relative;
  overflow: hidden;
}
.lp-reviews-card:before {
  position: absolute;
  content: "";
  background-color: #da2b33;
  width: 100%;
  height: 13px;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .lp-reviews-card {
    padding: 8vw 6.6666666667vw 5.3333333333vw;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 80vw;
            flex: 1 0 80vw;
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(140, 140, 140, 0.2);
            box-shadow: 5px 5px 10px 0 rgba(140, 140, 140, 0.2);
  }
  .lp-reviews-card:before {
    height: 2.6666666667vw;
  }
}

.lp-reviews-title {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #da2b33;
  margin-bottom: 7px;
  min-height: 3em;
}
@media (max-width: 767px) {
  .lp-reviews-title {
    font-size: 4.5333333333vw;
  }
}

.lp-reviews-author {
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 25px;
}

.lp-localNav {
  padding-top: 140px;
}
@media (max-width: 767px) {
  .lp-localNav {
    padding-top: 18.6666666667vw;
  }
}

.lp-localNav-bg {
  background-image: linear-gradient(152deg, rgb(218, 43, 51) 0%, rgb(167, 20, 27) 100%);
  padding-bottom: 87px;
}
@media (max-width: 767px) {
  .lp-localNav-bg {
    padding-bottom: 12vw;
  }
}

.lp-localNav-image {
  position: absolute;
  right: 0;
  top: -77px;
}
@media (max-width: 767px) {
  .lp-localNav-image {
    top: -10.1333333333vw;
    right: auto;
    left: 6.6666666667vw;
  }
  .lp-localNav-image img {
    width: 22vw;
  }
}

.lp-localNav-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 78px 30px 0;
  position: relative;
}
@media (max-width: 767px) {
  .lp-localNav-inner {
    padding: 10.4vw 6.6666666667vw 0;
  }
}

.lp-localNav-heading {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 72px;
}
.lp-localNav-heading .highlight {
  color: #fff45c;
}
.lp-localNav-heading > span {
  display: block;
  text-align: center;
}
.lp-localNav-heading span:first-child {
  font-size: 30px;
}
.lp-localNav-heading span:last-child {
  font-size: 42px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .lp-localNav-heading {
    margin-bottom: 6.6666666667vw;
  }
  .lp-localNav-heading span:first-child {
    font-size: 4.4vw;
  }
  .lp-localNav-heading span:last-child {
    font-size: 6.2666666667vw;
  }
}

.lp-localNav-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 12px;
}
.lp-localNav-list li a {
  font-size: 18px;
  font-weight: 700;
  display: block;
  padding: 19px 5px;
  text-align: center;
  border-radius: 35px;
  background-color: #ffffff;
}
.lp-localNav-list li a:visited {
  color: inherit;
}
.lp-localNav-list li a span {
  vertical-align: middle;
}
.lp-localNav-list li a svg {
  width: 20px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  fill: none;
  stroke: #da2b33;
  stroke-width: 3px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .lp-localNav-list li a {
    font-size: 4.2666666667vw;
    width: 69.8666666667vw;
    margin: 0 auto;
    padding: 3.2vw 0.6666666667vw;
  }
}

.lp-support {
  padding-top: 114px;
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .lp-support {
    padding-top: 12vw;
    padding-bottom: 13.3333333333vw;
  }
}

.lp-support-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

.lp-support-heading {
  margin-bottom: 42px;
}
.lp-support-heading .lp-heading-en {
  color: #da2b33;
}
.lp-support-heading .lp-heading-ja {
  font-size: 42px;
}
.lp-support-heading .highlight {
  color: #da2b33;
}
@media (max-width: 767px) {
  .lp-support-heading {
    margin-bottom: 7.6vw;
  }
  .lp-support-heading .lp-heading-ja {
    font-size: 5.6vw;
  }
}

.lp-support-list {
  max-width: 1020px;
  margin: 0 auto 50px;
  background-color: rgba(218, 43, 51, 0.2);
  border-radius: 20px;
  padding: 43px 50px;
}
.lp-support-list li {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 27px;
}
.lp-support-list li:not(:first-child) {
  margin-top: 6px;
}
.lp-support-list li:before {
  position: absolute;
  content: "●";
  color: #da2b33;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .lp-support-list {
    padding: 6.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .lp-support-list li {
    font-size: 4.2666666667vw;
    line-height: 1.6875;
  }
  .lp-support-list li:before {
    font-size: 4.2666666667vw;
  }
}

.lp-support-map-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1020px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .lp-support-map-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 8vw;
  }
}

.lp-support-map-body {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .lp-support-map-body {
    padding-right: 0;
  }
}

.lp-support-map-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 22px;
}
.lp-support-map-title .highlight {
  color: #da2b33;
}
@media (max-width: 767px) {
  .lp-support-map-title {
    font-size: 6.4vw;
    text-align: center;
    margin-bottom: 4.2666666667vw;
  }
}

.lp-support-map-text {
  font-size: 18px;
}
@media (max-width: 767px) {
  .lp-support-map-text {
    font-size: 4.2666666667vw;
  }
}

.lp-support-detail-title {
  font-size: 24px;
  letter-spacing: 0.04em;
  padding: 23px 38px;
  background-color: #e5e5e5;
  border-radius: 20px;
  position: relative;
  -webkit-transition: border-radius 0s 0.5s;
  transition: border-radius 0s 0.5s;
}
.lp-support-detail-title svg {
  position: absolute;
  fill: none;
  stroke: #da2b33;
  stroke-width: 3px;
  width: 28px;
  height: 14px;
  top: calc(50% - 7px);
  right: 38px;
}
.lp-support-detail-title.is-open {
  border-radius: 20px 20px 0 0;
  -webkit-transition: border-radius 0.5s 0s;
  transition: border-radius 0.5s 0s;
}
.lp-support-detail-title.is-open svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 767px) {
  .lp-support-detail-title {
    font-size: 4.2666666667vw;
    padding: 3.4666666667vw 7.0666666667vw;
    border-radius: 2.6666666667vw;
  }
  .lp-support-detail-title.is-open {
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
}

.lp-support-detail-body {
  background-color: #f7f7f7;
  padding: 23px 38px 72px;
  border-radius: 0 0 20px 20px;
  display: none;
}
@media (max-width: 767px) {
  .lp-support-detail-body {
    padding: 3.4666666667vw 7.0666666667vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
}

.lp-support-area {
  padding-bottom: 35px;
}
.lp-support-area:last-child {
  padding-bottom: 0;
}

.lp-support-area-title {
  font-weight: 600;
  margin-bottom: 2px;
}

.lp-support-area-body {
  line-height: 2;
  letter-spacing: 0;
}

.lp-pricing {
  padding: 100px 30px 120px;
  background-image: linear-gradient(152deg, rgb(218, 43, 51) 0%, rgb(167, 20, 27) 100%);
}
@media (max-width: 767px) {
  .lp-pricing {
    padding: 12vw 6.6666666667vw 16vw;
  }
}

.lp-pricing-heading {
  color: #ffffff;
}
.lp-pricing-heading .lp-heading-en {
  color: #ffffff;
}
.lp-pricing-heading .highlight {
  color: #fff45c;
}
.lp-pricing-heading .lp-heading-ja {
  line-height: 1.476;
}

.lp-pricing-table {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .lp-pricing-table {
    overflow-x: scroll;
    margin-top: 17.8666666667vw;
  }
}

.lp-3zero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp-3zero-item {
  text-align: center;
  padding: 0 60px;
  font-weight: 700;
}
.lp-3zero-item:not(:first-child) {
  border-left: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .lp-3zero-item {
    padding: 0 2.4vw;
  }
}

.lp-3zero-title {
  font-size: 24px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .lp-3zero-title {
    font-size: 3.7333333333vw;
  }
}

.lp-3zero-text {
  text-align: center;
  font-size: 54px;
  color: #ffffff;
}
.lp-3zero-text span {
  display: inline-block;
  line-height: 1;
}
@media (max-width: 767px) {
  .lp-3zero-text {
    font-size: 6.4vw;
  }
}

.lp-3zero-zero {
  color: #fff45c;
  font-size: 120px;
}
@media (max-width: 767px) {
  .lp-3zero-zero {
    font-size: 14.4vw;
  }
}

.lp-priceTable {
  table-layout: fixed;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
}
.lp-priceTable th, .lp-priceTable td {
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  background-color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  vertical-align: middle;
  padding: 30px 3px;
  font-family: inherit;
}
.lp-priceTable th:last-child, .lp-priceTable td:last-child {
  border-right: none;
}
.lp-priceTable thead > tr:first-child > * {
  border-top: none;
  font-size: 24px;
}
.lp-priceTable [data-corner=topleft] {
  border-radius: 20px 0 0 0;
}
@media (max-width: 767px) {
  .lp-priceTable [data-corner=topleft] {
    border-radius: 2.6666666667vw 0 0 0;
  }
}
.lp-priceTable [data-corner=topright] {
  border-radius: 0 20px 0 0;
}
@media (max-width: 767px) {
  .lp-priceTable [data-corner=topright] {
    border-radius: 0 2.6666666667vw 0 0;
  }
}
.lp-priceTable [data-corner=bottomleft] {
  border-radius: 0 0 0 20px;
}
@media (max-width: 767px) {
  .lp-priceTable [data-corner=bottomleft] {
    border-radius: 0 0 0 2.6666666667vw;
  }
}
.lp-priceTable [data-corner=bottomright] {
  border-radius: 0 0 20px 0;
}
@media (max-width: 767px) {
  .lp-priceTable [data-corner=bottomright] {
    border-radius: 0 0 2.6666666667vw 0;
  }
}
.lp-priceTable [data-cell=teitohead] {
  border-top: 12px solid #ad0008 !important;
  border-left: 6px solid #ad0008;
  border-right: 6px solid #ad0008;
  background-color: #ad0008;
  color: #ffffff;
  position: relative;
}
.lp-priceTable [data-cell=teitohead] .ab {
  position: absolute;
  bottom: 120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lp-priceTable [data-cell=teitohead] .ab span, .lp-priceTable [data-cell=teitohead] .ab svg {
  vertical-align: middle;
}
.lp-priceTable [data-cell=teitomiddle] {
  border-left: 6px solid #ad0008;
  border-right: 6px solid #ad0008;
  color: #da2b33;
}
.lp-priceTable [data-cell=teitobottom] {
  border-left: 6px solid #ad0008;
  border-right: 6px solid #ad0008;
  border-bottom: 6px solid #ad0008 !important;
  color: #da2b33;
}
.lp-priceTable [data-row=support] span {
  font-size: 16px;
}
@media (max-width: 767px) {
  .lp-priceTable {
    width: 710px;
    margin-top: 6.9333333333vw;
  }
  .lp-priceTable th, .lp-priceTable td {
    font-size: 3.7333333333vw;
    padding: 20px 3px;
  }
  .lp-priceTable thead > tr:first-child > * {
    font-size: 3.7333333333vw;
  }
  .lp-priceTable [data-cell=teitohead] .ab {
    font-size: 3.7333333333vw;
  }
  .lp-priceTable [data-row=support] span {
    font-size: 3.7333333333vw;
  }
}

.lp-steps {
  background-color: #f5f5f5;
  padding: 113px 30px;
}
@media (max-width: 767px) {
  .lp-steps {
    padding: 12vw 6.6666666667vw 16vw;
  }
}

.lp-steps-heading .highlight {
  color: #da2b33;
}

.lp-heading-en {
  color: #da2b33;
}

.lp-steps-container {
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 10px 10px 20px 0 rgba(140, 140, 140, 0.2);
          box-shadow: 10px 10px 20px 0 rgba(140, 140, 140, 0.2);
  position: relative;
  overflow: hidden;
  padding: 66px;
}
.lp-steps-container:before {
  position: absolute;
  content: "";
  background-color: #da2b33;
  width: 100%;
  height: 13px;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .lp-steps-container {
    padding: 6.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .lp-steps-container:before {
    height: 2.4vw;
  }
}

.lp-steps-heading02 {
  font-size: 32px;
  margin-bottom: 13px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lp-steps-heading02 {
    font-size: 4.8vw;
    margin-bottom: 1.4666666667vw;
  }
}

.lp-steps-lead {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6666;
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .lp-steps-lead {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    margin-bottom: 9.3333333333vw;
  }
}

.lp-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.lp-step:not(:last-child):after {
  content: "";
  background-color: #eeeeee;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 154px;
  left: 50%;
}
@media (max-width: 767px) {
  .lp-step {
    padding-bottom: 8vw;
  }
  .lp-step:not(:last-child):after {
    width: 5px;
    height: 100%;
    left: 5px;
    top: 10px;
  }
}

.lp-step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp-step-list > * {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 0 3%;
}
@media (max-width: 767px) {
  .lp-step-list {
    display: block;
  }
  .lp-step-list > * {
    padding-bottom: 5.3333333333vw;
  }
}

.lp-step-index {
  color: #626262;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  display: block;
  height: 28px;
}
@media (max-width: 767px) {
  .lp-step-index {
    text-align: left;
    font-size: 3.4666666667vw;
    height: auto;
  }
}

.lp-step-dot {
  position: absolute;
  content: "";
  background-color: #da2b33;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 144px;
  left: calc(50% - 13px);
  z-index: 1;
}
@media (max-width: 767px) {
  .lp-step-dot {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: 1.3333333333vw;
    left: 0;
  }
}

.lp-step-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .lp-step-cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.lp-step-icon {
  text-align: center;
  height: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .lp-step-icon {
    margin-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    -ms-flex-preferred-size: 26.6666666667vw;
        flex-basis: 26.6666666667vw;
  }
  .lp-step-icon img {
    width: 10.6666666667vw;
  }
}

.lp-step-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .lp-step-texts {
    -ms-flex-preferred-size: 53.3333333333vw;
        flex-basis: 53.3333333333vw;
  }
}

.lp-step-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .lp-step-title {
    min-height: 2.6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .lp-step-title {
    text-align: left;
    font-size: 4vw;
    margin-bottom: 2.2666666667vw;
  }
}

.lp-step-text {
  line-height: 1.71428;
}
@media (max-width: 767px) {
  .lp-step-text {
    line-height: 1.5;
  }
}

.lp-lineups {
  padding-bottom: 113px;
}
@media (max-width: 767px) {
  .lp-lineups {
    padding-bottom: 19.3333333333vw;
  }
}

.lp-lineups-bg {
  padding: 113px 30px 0;
  position: relative;
}
.lp-lineups-bg:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(152deg, rgb(218, 43, 51) 0%, rgb(167, 20, 27) 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 258px;
  z-index: -1;
}
@media (max-width: 767px) {
  .lp-lineups-bg {
    padding: 13.3333333333vw 6.6666666667vw 0;
  }
  .lp-lineups-bg:before {
    bottom: 90.6666666667vw;
  }
}

.lp-lineups-heading .lp-heading-en {
  color: #ffffff;
}
.lp-lineups-heading .lp-heading-ja {
  color: #ffffff;
}

.lp-lineups-thumbnailCarousel {
  max-width: 1200px;
  margin: 0 auto 76px;
}
.lp-lineups-thumbnailCarousel .swiper-slide {
  -ms-flex-preferred-size: 370px;
      flex-basis: 370px;
  width: 370px;
}
.lp-lineups-thumbnailCarousel .swiper-button-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.lp-lineups-thumbnailCarousel .swiper-button-prev,
.lp-lineups-thumbnailCarousel .swiper-button-next {
  position: static;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #ffffff;
  margin-top: 0;
}
.lp-lineups-thumbnailCarousel .swiper-button-prev:after,
.lp-lineups-thumbnailCarousel .swiper-button-next:after {
  font-size: 20px;
  color: white;
}
.lp-lineups-thumbnailCarousel .swiper-button-prev {
  margin-right: 10px;
}
.lp-lineups-thumbnailCarousel .swiper-horizontal > .swiper-scrollbar, .lp-lineups-thumbnailCarousel .swiper-scrollbar.swiper-scrollbar-horizontal {
  margin-top: 20px;
  position: static;
}
.lp-lineups-thumbnailCarousel .swiper-scrollbar {
  background-color: white;
}
@media (max-width: 767px) {
  .lp-lineups-thumbnailCarousel {
    margin-bottom: 10.1333333333vw;
  }
  .lp-lineups-thumbnailCarousel .swiper-slide {
    -ms-flex-preferred-size: 49.3333333333vw;
        flex-basis: 49.3333333333vw;
  }
}

.lp-lineup-thumbnail {
  position: relative;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .lp-lineup-thumbnail {
    padding-top: 3.2vw;
  }
}

.lp-lineup-thumbnail-index {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  opacity: 0.3;
  position: absolute;
  line-height: 1;
  top: 0;
  left: 20px;
}
@media (max-width: 767px) {
  .lp-lineup-thumbnail-index {
    font-size: 6.4vw;
    left: 2.6666666667vw;
  }
}

.lp-lineup-thumbnail-image {
  background-color: #ffffff;
  border-radius: 20px;
}
.lp-lineup-thumbnail-image img {
  aspect-ratio: 370/256;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .lp-lineup-thumbnail-image {
    border-radius: 2.6666666667vw;
  }
  .lp-lineup-thumbnail-image img {
    border-radius: 2.6666666667vw;
  }
}

.lp-lineups-mainCarousel {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.lp-lineups-mainCarousel .swiper {
  max-width: 1080px;
  margin: 0 auto;
  position: static;
  -webkit-box-shadow: 10px 10px 20px 0 rgba(140, 140, 140, 0.2);
          box-shadow: 10px 10px 20px 0 rgba(140, 140, 140, 0.2);
  border-radius: 20px;
}
.lp-lineups-mainCarousel .swiper-button-prev,
.lp-lineups-mainCarousel .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000000;
}
.lp-lineups-mainCarousel .swiper-button-prev:after,
.lp-lineups-mainCarousel .swiper-button-next:after {
  font-size: 20px;
  color: white;
}
.lp-lineups-mainCarousel .swiper-button-prev {
  left: 30px;
}
.lp-lineups-mainCarousel .swiper-button-next {
  right: 30px;
}
@media (max-width: 767px) {
  .lp-lineups-mainCarousel {
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
  }
  .lp-lineups-mainCarousel .swiper {
    max-width: 86.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .lp-lineups-mainCarousel .swiper-button-prev,
  .lp-lineups-mainCarousel .swiper-button-next {
    width: 12.4vw;
    height: 12.4vw;
  }
  .lp-lineups-mainCarousel .swiper-button-prev:after,
  .lp-lineups-mainCarousel .swiper-button-next:after {
    font-size: 20px;
  }
  .lp-lineups-mainCarousel .swiper-button-prev {
    left: 0;
  }
  .lp-lineups-mainCarousel .swiper-button-next {
    right: 0;
  }
}

.lp-lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .lp-lineup {
    display: block;
  }
}

.lp-lineup-image {
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-lineup-image img {
  max-width: 478px;
}
@media (max-width: 767px) {
  .lp-lineup-image {
    aspect-ratio: 1/1;
  }
  .lp-lineup-image img {
    max-width: 100%;
  }
}

.lp-lineup-body {
  background-color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 80px 50px 100px;
}
@media (max-width: 767px) {
  .lp-lineup-body {
    padding: 2.6666666667vw 10vw 10.6666666667vw;
  }
}

.lp-lineup-index {
  font-size: 72px;
  font-weight: bold;
  color: #d2d2d2;
  line-height: 1;
  display: block;
  margin-bottom: 13px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .lp-lineup-index {
    font-size: 12.4vw;
  }
}

.lp-lineup-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3333;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .lp-lineup-title {
    font-size: 4.5333333333vw;
    line-height: 1.352941;
  }
}

.lp-lineup-hash {
  font-size: 14px;
}
.lp-lineup-hash span {
  margin-right: 1em;
}

.lp-lineup-features {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 25px;
}
.lp-lineup-features li {
  padding-left: 1em;
  position: relative;
}
.lp-lineup-features li:before {
  position: absolute;
  content: "・";
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .lp-lineup-features {
    font-size: 3.7333333333vw;
  }
}

.lp-lineup-price {
  font-size: 24px;
  font-weight: 700;
  color: #da2b33;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .lp-lineup-price {
    font-size: 4.2666666667vw;
  }
}

.lp-lineups-cv {
  text-align: center;
  margin-top: 70px;
}
.lp-lineups-cv a {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  background-color: #da2b33;
  border-radius: 45px;
  padding: 24px 0;
  max-width: 500px;
  width: 100%;
  position: relative;
}
.lp-lineups-cv a svg {
  position: absolute;
  width: 20px;
  height: 10px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  fill: none;
  stroke: #ffffff;
  stroke-width: 3px;
  top: calc(50% - 5px);
  right: 50px;
}
.lp-lineups-cv a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .lp-lineups-cv a {
    width: 73.3333333333vw;
    font-size: 4vw;
    padding: 3.6vw 0;
  }
}

.lp-delivery {
  margin-top: 66px;
}

.lp-delivery-heading {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .lp-delivery-heading {
    font-size: 4.2666666667vw;
    text-align: left;
    margin-bottom: 5.3333333333vw;
  }
}

.lp-delivery-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .lp-delivery-tableArea {
    overflow-x: scroll;
  }
}

.lp-delivery-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #d2d2d2;
}
.lp-delivery-table tr {
  border-bottom: 1px solid #d2d2d2;
}
.lp-delivery-table th, .lp-delivery-table td {
  padding: 11px 20px;
  vertical-align: middle;
  font-family: inherit;
}
.lp-delivery-table th:nth-child(2n), .lp-delivery-table td:nth-child(2n) {
  background-color: #eeeeee;
}
.lp-delivery-table th p, .lp-delivery-table td p {
  display: inline-block;
  text-align: left;
}
.lp-delivery-table th {
  text-align: center;
}
.lp-delivery-table thead > tr:first-of-type > th:first-child {
  text-align: left;
}
.lp-delivery-table tbody th {
  text-align: left;
}
.lp-delivery-table td {
  text-align: center;
}
@media (max-width: 767px) {
  .lp-delivery-table {
    width: 1200px;
  }
}

.lp-delivery-note {
  text-align: right;
  font-size: 14px;
  margin-top: 1em;
}

.lp-simulation {
  padding: 114px 30px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .lp-simulation {
    padding-bottom: 11.2vw;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}

.lp-simulation-graphSec {
  max-width: 1080px;
  margin: 0 auto;
}

.lp-simulation-graphSec-header {
  font-size: 22px;
  font-weight: 600;
  background-color: #e5e5e5;
  padding: 13px;
  text-align: center;
}
.lp-simulation-graphSec-header:not(:last-child) {
  border-right: 1px solid #bfbfbf;
}
@media (max-width: 767px) {
  .lp-simulation-graphSec-header {
    font-size: 3.7333333333vw;
  }
}

.lp-simulation-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-simulation-cols + .lp-simulation-graph-title {
  margin-top: 30px;
}

.lp-simulation-graph-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
  padding-left: 1.2em;
  position: relative;
}
.lp-simulation-graph-title:before {
  position: absolute;
  content: "●";
  color: #da2b33;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .lp-simulation-graph-title {
    font-size: 3.4666666667vw;
    margin-bottom: 3.2vw;
  }
}

.lp-simulation-graph-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-weight: 600;
  background-color: #da2b33;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  font-size: 22px;
  line-height: 1.363636;
  height: 138px;
}
@media (max-width: 767px) {
  .lp-simulation-graph-bar {
    font-size: 2.9333333333vw;
    height: 9.3333333333vw;
    position: relative;
  }
}
.lp-simulation-graph-bar p {
  text-align: center;
}
@media (max-width: 767px) {
  .lp-simulation-graph-bar p {
    position: absolute;
    top: 100%;
    color: #000000;
    display: none;
  }
}
.lp-simulation-graph-bar[data-bar=bar1] {
  -ms-flex-preferred-size: 540px;
      flex-basis: 540px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.lp-simulation-graph-bar[data-bar=bar2] {
  -ms-flex-preferred-size: 267px;
      flex-basis: 267px;
  background-color: #b21920;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.lp-simulation-graph-bar[data-bar=bar3] {
  -ms-flex-preferred-size: 267px;
      flex-basis: 267px;
  background-color: #80080d;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.lp-simulation-graph-bar[data-bar=bar4] {
  -ms-flex-preferred-size: 267px;
      flex-basis: 267px;
  background-color: #eeeeee;
  color: #000000;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.lp-simulation-graph-bar[data-bar=bar5] {
  -ms-flex-preferred-size: 267px;
      flex-basis: 267px;
  background-color: #e5e5e5;
  color: #000000;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.lp-simulation-graph-bar[data-bar=bar2], .lp-simulation-graph-bar[data-bar=bar3], .lp-simulation-graph-bar[data-bar=bar4], .lp-simulation-graph-bar[data-bar=bar5] {
  position: relative;
}
.lp-simulation-graph-bar[data-bar=bar2]:after, .lp-simulation-graph-bar[data-bar=bar3]:after, .lp-simulation-graph-bar[data-bar=bar4]:after, .lp-simulation-graph-bar[data-bar=bar5]:after {
  position: absolute;
  content: "";
  background-color: inherit;
  height: 100%;
  width: 37px;
  left: 100%;
  top: 0;
  -webkit-clip-path: url(#triangle);
  clip-path: url(#triangle);
  z-index: 1;
}
@media (max-width: 767px) {
  .lp-simulation-graph-bar[data-bar=bar2]:after, .lp-simulation-graph-bar[data-bar=bar3]:after, .lp-simulation-graph-bar[data-bar=bar4]:after, .lp-simulation-graph-bar[data-bar=bar5]:after {
    width: 3.0666666667vw;
  }
}
.lp-simulation-graph-bar [data-text=free] {
  color: #da2b33;
  font-size: 30px;
}
.lp-simulation-graph-bar [data-text=line] {
  font-size: 18px;
  position: relative;
}
.lp-simulation-graph-bar [data-text=line]:after {
  position: absolute;
  content: "";
  width: 150px;
  height: 2px;
  background-color: #000000;
  -webkit-transform: rotate(-8deg) translateX(-50%);
          transform: rotate(-8deg) translateX(-50%);
  top: -1px;
  left: 50%;
}

.lp-simulation-cols.is-not-pc {
  font-size: 2.9333333333vw;
  font-weight: 600;
  margin-top: 4.8vw;
}
.lp-simulation-cols.is-not-pc p {
  text-align: center;
  line-height: 1.363636;
}
.lp-simulation-cols.is-not-pc [data-text=free] {
  color: #da2b33;
  font-size: 15px;
}
.lp-simulation-cols.is-not-pc [data-text=line] {
  font-size: 9px;
  position: relative;
}
.lp-simulation-cols.is-not-pc [data-text=line]:after {
  position: absolute;
  content: "";
  width: 72px;
  height: 2px;
  background-color: #000000;
  -webkit-transform: rotate(-8deg) translateX(-50%);
          transform: rotate(-8deg) translateX(-50%);
  top: -1px;
  left: 50%;
}

.lp-simulation-balloon {
  padding: 18px 20px 25px;
  border: 4px solid #da2b33;
  max-width: 935px;
  margin: 57px auto 0;
  position: relative;
}
.lp-simulation-balloon:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 4px solid #da2b33;
  border-right: 4px solid #da2b33;
  background-color: #f5f5f5;
  top: -13px;
  left: calc(50% - 10px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .lp-simulation-balloon {
    padding: 4.8vw;
  }
}

.lp-simulation-balloon-text1 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .lp-simulation-balloon-text1 {
    font-size: 3.4666666667vw;
    line-height: 1.384615;
    margin-bottom: 1.6vw;
  }
}

.lp-simulation-balloon-text2 {
  font-size: 48px;
  font-weight: 700;
  color: #da2b33;
  text-align: center;
  line-height: 1.125;
}
@media (max-width: 767px) {
  .lp-simulation-balloon-text2 {
    font-size: 6.4vw;
    line-height: 1.208333;
  }
}

.lp-commision {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .lp-commision {
    padding-top: 11.2vw;
  }
}

.lp-commision-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lp-commision-heading {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .lp-commision-tableArea {
    overflow-x: scroll;
  }
}

.lp-commision-table {
  table-layout: fixed;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
}
.lp-commision-table th, .lp-commision-table td {
  text-align: center;
  background-color: #ffffff;
  padding: 25px 10px;
  font-family: inherit;
}
.lp-commision-table th:nth-child(2n), .lp-commision-table td:nth-child(2n) {
  background-color: #e5e5e5;
}
.lp-commision-table thead th p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.lp-commision-table thead th p span:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  height: 3.5em;
}
.lp-commision-table tbody th, .lp-commision-table thead th:first-child {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
}
.lp-commision-table tbody tr {
  border-top: 1px solid #d2d2d2;
}
@media (max-width: 767px) {
  .lp-commision-table {
    width: 800px;
  }
}

.lp-commision-note {
  font-size: 18px;
  line-height: 1.5555;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .lp-commision-note {
    font-size: 3.7333333333vw;
    text-align: left;
    margin-top: 7.2vw;
  }
}

.lp-options {
  padding: 100px 30px 120px;
  background-image: linear-gradient(152deg, rgb(218, 43, 51) 0%, rgb(167, 20, 27) 100%);
}
@media (max-width: 767px) {
  .lp-options {
    padding: 12vw 0 13.3333333333vw;
  }
}

.lp-options-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.lp-options-heading {
  color: #ffffff;
  margin-bottom: 32px;
}
.lp-options-heading .lp-heading-en {
  color: #ffffff;
}
.lp-options-heading .highlight {
  color: #fff45c;
}
@media (max-width: 767px) {
  .lp-options-heading {
    margin-bottom: 4.5333333333vw;
    padding: 0 6.6666666667vw;
  }
}

.lp-options-lead {
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  line-height: 1.7;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .lp-options-lead {
    font-size: 4.2666666667vw;
    line-height: 1.4375;
    padding: 0 6.6666666667vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .lp-options-lead {
    margin-bottom: 9.3333333333vw;
  }
}

.lp-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  gap: 25px;
}
@media (max-width: 767px) {
  .lp-options-grid {
    overflow-x: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 6.6666666667vw;
  }
}

.lp-options-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .lp-options-card {
    width: 69.3333333333vw;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 69.3333333333vw;
            flex: 1 0 69.3333333333vw;
  }
}

.lp-options-thumbnail {
  border-radius: 20px 20px 0 0;
  position: relative;
}
.lp-options-thumbnail img {
  border-radius: 20px 20px 0 0;
  width: 100%;
}
@media (max-width: 767px) {
  .lp-options-thumbnail {
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
  .lp-options-thumbnail img {
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
}

.lp-options-capacity {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.33333;
  text-align: center;
  background-color: #626262;
  border-radius: 8px;
  display: inline-block;
  padding: 8px 12px;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 767px) {
  .lp-options-capacity {
    font-size: 2.8vw;
    border-radius: 1.0666666667vw;
    top: 3.7333333333vw;
    left: 3.7333333333vw;
  }
}

.lp-options-info {
  background-color: #ffffff;
  border-radius: 0 0 20px 20px;
  padding: 30px 40px 37px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .lp-options-info {
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
    padding: 5.6vw 7.3333333333vw 6.6666666667vw;
  }
}

.lp-options-desc {
  font-size: 20px;
  color: #da2b33;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .lp-options-desc {
    font-size: 4.2666666667vw;
  }
}

.lp-options-car {
  margin-bottom: 9px;
}
.lp-options-car span {
  font-weight: 700;
}

.lp-options-size span {
  font-weight: 700;
}

.lp-options-price {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .lp-options-price {
    font-size: 3.7333333333vw;
  }
}

.lp-faq {
  background-color: #f5f5f5;
  padding: 100px 30px 120px;
}
@media (max-width: 767px) {
  .lp-faq {
    padding: 13.3333333333vw 6.6666666667vw;
  }
}

.lp-faq-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.lp-faq-group {
  padding: 30px 50px 30px 30px;
  border-radius: 20px;
  background-color: #ffffff;
}
.lp-faq-group + .lp-faq-group {
  margin-top: 30px;
}
.lp-faq-group .js-accordion-head {
  position: relative;
}
.lp-faq-group .js-accordion-head:before, .lp-faq-group .js-accordion-head:after {
  position: absolute;
  content: "";
  width: 26px;
  height: 3px;
  background-color: #313131;
  right: 0;
  top: calc(50% - 1.5px);
}
.lp-faq-group .js-accordion-head:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 767px) {
  .lp-faq-group {
    border-radius: 2.6666666667vw;
    padding: 4vw 4.6666666667vw 4vw;
  }
  .lp-faq-group + .lp-faq-group {
    margin-top: 5.3333333333vw;
  }
  .lp-faq-group .js-accordion-head:before, .lp-faq-group .js-accordion-head:after {
    width: 3.0666666667vw;
    height: 3px;
    top: 2vw;
  }
}

.js-accordion-head.is-open:after {
  content: none;
}

.lp-faq-question {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 56px;
  position: relative;
}
.lp-faq-question:before {
  position: absolute;
  content: "Q";
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 20px;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #da2b33;
  line-height: 39px;
  text-align: center;
  left: 0;
  top: -3px;
}
@media (max-width: 767px) {
  .lp-faq-question {
    font-size: 4.2666666667vw;
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
  }
  .lp-faq-question:before {
    width: 7.8666666667vw;
    height: 7.8666666667vw;
    line-height: 7.8666666667vw;
    font-size: 4vw;
  }
}

.lp-faq-answer {
  margin-top: 34px;
  padding-left: 56px;
  position: relative;
}
.lp-faq-answer:before {
  position: absolute;
  content: "A";
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 20px;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #da2b33;
  line-height: 39px;
  text-align: center;
  left: 0;
  top: -3px;
}
@media (max-width: 767px) {
  .lp-faq-answer {
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
  }
  .lp-faq-answer:before {
    width: 7.8666666667vw;
    height: 7.8666666667vw;
    line-height: 7.8666666667vw;
    font-size: 4vw;
  }
}

.lp-contact {
  background-image: linear-gradient(152deg, rgb(218, 43, 51) 0%, rgb(167, 20, 27) 100%);
  padding: 100px 30px 120px;
}
@media (max-width: 767px) {
  .lp-contact {
    padding: 12vw 6.6666666667vw 13.3333333333vw;
  }
}

.lp-contact-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.lp-contact-heading {
  color: #ffffff;
  margin-bottom: 70px;
}
.lp-contact-heading .lp-heading-en {
  color: #ffffff;
}
@media (max-width: 767px) {
  .lp-contact-heading {
    margin-bottom: 8.9333333333vw;
  }
}

.lp-contact-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  height: 235px;
}
@media (max-width: 767px) {
  .lp-contact-cols {
    display: block;
    margin-left: 0;
    margin-right: 0;
    height: auto;
  }
}

.lp-contact-col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .lp-contact-col {
    display: block;
    padding: 2.6666666667vw 0;
    height: 34.1333333333vw;
  }
}

.lp-contact-tel {
  background-color: #ffffff;
  border-radius: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.lp-contact-tel [data-link=tel] {
  display: block;
  line-height: 1.6;
}
.lp-contact-tel [data-link=tel] span {
  font-size: 56px;
  color: #da2b33;
  font-family: "Montserrat", sans-serif;
  padding-left: 44px;
  background: url("../images/icon_tel.svg") no-repeat left center;
  background-size: 36px;
}
@media (max-width: 767px) {
  .lp-contact-tel {
    border-radius: 2.6666666667vw;
    height: 100%;
  }
  .lp-contact-tel [data-link=tel] span {
    padding-left: 6.5333333333vw;
    font-size: 8.1333333333vw;
    background-size: 4.9333333333vw;
    white-space: nowrap;
  }
}

.lp-contact-tel-title {
  font-size: 26px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lp-contact-tel-title {
    font-size: 4.2666666667vw;
  }
}

.lp-contact-form {
  background-color: #ffffff;
  border-radius: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.lp-contact-form [data-link=form] {
  display: inline-block;
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  background-color: #da2b33;
  padding: 20px;
  border-radius: 40px;
  width: 372px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .lp-contact-form {
    border-radius: 2.6666666667vw;
    height: 100%;
  }
  .lp-contact-form [data-link=form] {
    font-size: 3.7333333333vw;
    width: 51.3333333333vw;
    padding: 2.4vw;
    margin-top: 3.2vw;
  }
}

.lp-contact-form-title {
  font-size: 26px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lp-contact-form-title {
    font-size: 4.2666666667vw;
  }
}

.js-accordion-body {
  display: none;
}

@media screen and (min-width: 768px) {
  .is-not-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}