* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #000;
  scroll-behavior: smooth;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  vertical-align: middle;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.container {
  padding-inline: 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-inline: 4%;
  }
}

.lp-upper__mv-text-section {
  background: #000;
}
@media screen and (max-width: 767px) {
  .lp-upper__mv-text-section {
    padding-inline: 4%;
  }
}
.lp-upper__mv-text {
  text-align: center;
  padding-block: 21px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#b59328), color-stop(25%, #e9c764), color-stop(50%, #feea9f), color-stop(75%, #e9c764), to(#b59328));
  background: linear-gradient(to right, #b59328 0%, #e9c764 25%, #feea9f 50%, #e9c764 75%, #b59328 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .lp-upper__mv-text {
    font-size: 20px;
  }
}
.lp-upper__logo {
  position: absolute;
  top: 44px;
  left: 24px;
  width: 325px;
}
@media screen and (max-width: 767px) {
  .lp-upper__logo {
    width: 180px;
    top: 25px;
    left: 16px;
  }
}
.lp-upper__line-button {
  position: absolute;
  top: 24px;
  right: 24px;
  min-width: 207px;
  min-height: 80px;
  background: -webkit-gradient(linear, left top, right top, from(#06c755), to(#04dad2));
  background: linear-gradient(to right, #06c755 0%, #04dad2 100%);
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  -webkit-filter: drop-shadow(0 10px 10px rgba(51, 255, 170, 0.6));
          filter: drop-shadow(0 10px 10px rgba(51, 255, 170, 0.6));
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 2.4rem;
  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 screen and (max-width: 767px) {
  .lp-upper__line-button {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__line-button {
    min-width: 149px;
    min-height: 48px;
    top: 12px;
    right: 16px;
  }
}
.lp-upper__line-button:hover {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.lp-upper__intro {
  position: relative;
  padding-block: 80px 48px;
}
@media screen and (max-width: 767px) {
  .lp-upper__intro {
    padding-block: 40px 20px;
  }
}
.lp-upper__intro-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.lp-upper__intro-circle-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp-upper__intro-circle-wrapper {
    gap: 16px;
  }
}
.lp-upper__intro-circle-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url("./public/img/lp-upper/close.svg") no-repeat center/40px 40px, -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), to(#cdcdcd));
  background: url("./public/img/lp-upper/close.svg") no-repeat center/40px 40px, linear-gradient(to bottom, #fff 40%, #cdcdcd 100%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .lp-upper__intro-circle-wrapper::after {
    width: 28px;
    height: 28px;
    background-size: 14.4px 14.4px;
  }
}
.lp-upper__intro-circle {
  position: relative;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#4e4a43));
  background: linear-gradient(to bottom, #000 0%, #4e4a43 100%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-radius: 50%;
  background-clip: padding-box;
  border: solid 5px transparent;
  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-upper__intro-circle::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  margin: -5px;
  background: -webkit-gradient(linear, left top, right top, from(#b59328), color-stop(25%, #e9c764), color-stop(50%, #feea9f), color-stop(75%, #e9c764), to(#b59328));
  background: linear-gradient(to right, #b59328 0%, #e9c764 25%, #feea9f 50%, #e9c764 75%, #b59328 100%);
  z-index: -1;
  inset: 0;
}
@media screen and (max-width: 1200px) {
  .lp-upper__intro-circle {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__intro-circle {
    width: 160px;
    height: 160px;
    border-width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__intro-circle::before {
    margin: -2px;
  }
}
.lp-upper__intro-circle-text {
  font-weight: 700;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
  font-size: 4rem;
}
@media screen and (max-width: 1200px) {
  .lp-upper__intro-circle-text {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__intro-circle-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__intro-circle-text {
    font-size: 14px;
  }
}
.lp-upper__intro-circle-text--gold {
  margin-bottom: 8px;
  font-size: 5.6rem;
  line-height: 1.5em;
  background: -webkit-gradient(linear, left top, right top, from(#b59328), color-stop(25%, #e9c764), color-stop(50%, #feea9f), color-stop(75%, #e9c764), to(#b59328));
  background: linear-gradient(to right, #b59328 0%, #e9c764 25%, #feea9f 50%, #e9c764 75%, #b59328 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (max-width: 1200px) {
  .lp-upper__intro-circle-text--gold {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__intro-circle-text--gold {
    font-size: 20px;
  }
}
.lp-upper__intro-heading {
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-block: 80px 48px;
  font-size: 4.8rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .lp-upper__intro-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__intro-heading {
    margin-block: 40px 24px;
    font-size: 20px;
  }
}
.lp-upper__intro-heading:last-child {
  margin-block: 48px 0;
}
@media screen and (max-width: 767px) {
  .lp-upper__intro-heading:last-child {
    margin-block: 20px 0;
  }
}
.lp-upper__intro-heading > .gradient-highlight {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .lp-upper__intro-heading > .gradient-highlight {
    margin-top: 12px;
  }
}
.lp-upper__intro-checklist-wrapper {
  background: #000;
  position: relative;
  border-radius: 10px;
  background-clip: padding-box;
  border: solid 4px transparent;
}
.lp-upper__intro-checklist-wrapper::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  margin: -4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9ca8b), to(#7d5f22));
  background: linear-gradient(to bottom, #e9ca8b 0%, #7d5f22 100%);
  z-index: -1;
  inset: 0;
}
.lp-upper__intro-checklist {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  color: #fff;
  padding-block: 40px;
  display: grid;
  gap: 24px;
  font-size: 3.2rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .lp-upper__intro-checklist {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__intro-checklist {
    padding: 20px;
  }
}
.lp-upper__intro-checklist li {
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .lp-upper__intro-checklist li {
    padding-left: 23.5px;
  }
}
.lp-upper__intro-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url("./public/img/lp-upper/checkbox.svg") no-repeat left center/contain;
}
@media screen and (max-width: 767px) {
  .lp-upper__intro-checklist li::before {
    width: 21.5px;
    height: 17px;
  }
}
.lp-upper__leadership {
  position: relative;
  padding-block: 120px 160px;
}
@media screen and (max-width: 767px) {
  .lp-upper__leadership {
    padding-block: 60px 80px;
  }
}
.lp-upper__leadership-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.lp-upper__leadership-heading {
  display: block;
  margin: 8px auto 0;
}
.lp-upper__leadership-subheading {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .lp-upper__leadership-subheading {
    font-size: 20px;
  }
}
.lp-upper__value {
  position: relative;
  padding-block: 40px 280px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-upper__value {
    padding-block: 30px 100px;
  }
}
.lp-upper__value-image {
  display: block;
  width: 960px;
  margin: 0 auto 40px;
}
.lp-upper__value-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.lp-upper__value-subheading {
  font-weight: 700;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .lp-upper__value-subheading {
    font-size: 20px;
  }
}
.lp-upper__value-heading {
  font-weight: 700;
  margin-block: 40px;
  font-size: 4.8rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .lp-upper__value-heading {
    font-size: 24px;
  }
}
.lp-upper__diff {
  position: relative;
  padding-block: 40px 288px;
}
@media screen and (max-width: 767px) {
  .lp-upper__diff {
    padding-block: 40px 84px;
  }
}
.lp-upper__diff-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-position: bottom;
     object-position: bottom;
}
.lp-upper__diff-heading {
  font-weight: 700;
  text-align: center;
  font-size: 6.4rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .lp-upper__diff-heading {
    font-size: 32px;
  }
}
.lp-upper__diff-description {
  margin-block: 48px;
  text-align: center;
  font-size: 2rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .lp-upper__diff-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__diff-description {
    text-align: left;
    margin-block: 24px;
  }
}
.lp-upper__diff-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .lp-upper__diff-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lp-upper__diff-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.lp-upper__diff-item-heading {
  font-weight: 700;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .lp-upper__diff-item-heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__diff-item-heading {
    font-size: 20px;
  }
}
.lp-upper__diff-item-image {
  width: 240px;
}
.lp-upper__about {
  position: relative;
  padding-block: 40px;
}
.lp-upper__about-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.lp-upper__about-heading {
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 8rem;
  line-height: 1em;
}
@media screen and (max-width: 1200px) {
  .lp-upper__about-heading {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__about-heading {
    font-size: 32px;
  }
}
.lp-upper__about-list {
  display: grid;
  gap: 40px;
  margin-top: 60px;
}
.lp-upper__about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.3333333333%;
}
@media screen and (max-width: 767px) {
  .lp-upper__about-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
}
.lp-upper__about-item > picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53.3333333333%;
          flex: 0 0 53.3333333333%;
}
@media screen and (max-width: 767px) {
  .lp-upper__about-item > picture {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.lp-upper__about-info {
  display: grid;
  gap: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 43.3333333333%;
          flex: 0 1 43.3333333333%;
}
@media screen and (max-width: 767px) {
  .lp-upper__about-info {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.lp-upper__about-info-heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.lp-upper__about-info-heading {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#b59328), color-stop(25%, #e9c764), color-stop(50%, #feea9f), color-stop(75%, #e9c764), to(#b59328));
  background: linear-gradient(to right, #b59328 0%, #e9c764 25%, #feea9f 50%, #e9c764 75%, #b59328 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 6.4rem;
  line-height: 1em;
  line-height: 1.2em;
}
@media screen and (max-width: 1200px) {
  .lp-upper__about-info-heading {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__about-info-heading {
    font-size: 32px;
  }
}
.lp-upper__about-point {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lp-upper__about-info-description {
  color: #fff;
  letter-spacing: 0;
  font-size: 2rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .lp-upper__about-info-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__about-info-description {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.lp-upper__achievement {
  position: relative;
  padding-block: 240px 120px;
}
@media screen and (max-width: 767px) {
  .lp-upper__achievement {
    padding-block: 120px 60px;
  }
}
.lp-upper__achievement-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.lp-upper__achievement-heading {
  font-weight: 700;
  text-align: center;
  font-size: 8rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .lp-upper__achievement-heading {
    font-size: 32px;
  }
}
.lp-upper__achievement-list {
  display: grid;
  gap: 40px;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .lp-upper__achievement-list {
    margin-top: 32px;
  }
}
.lp-upper__achievement-item {
  text-align: center;
}
.lp-upper__achievement-text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .lp-upper__achievement-text {
    font-size: 16px;
  }
}
.lp-upper__achievement-text--large {
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .lp-upper__achievement-text--large {
    font-size: 32px;
  }
}
.lp-upper__achievement-text--medium {
  display: block;
  margin-block: 24px;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .lp-upper__achievement-text--medium {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__achievement-text--medium {
    margin-block: 16px;
  }
}
.lp-upper__achievement-text--number {
  margin: 0 8px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 12rem;
  line-height: 1em;
  background: -webkit-gradient(linear, left top, right top, from(#ecb749), color-stop(50%, #d09316), to(#7d5f22));
  background: linear-gradient(to right, #ecb749 0%, #d09316 50%, #7d5f22 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .lp-upper__achievement-text--number {
    font-size: 60px;
  }
}
.lp-upper__why {
  position: relative;
  padding-block: 80px 120px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-upper__why {
    padding-block: 40px 60px;
  }
}
.lp-upper__why-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.lp-upper__why-heading-image {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .lp-upper__why-heading-image {
    margin-bottom: 40px;
  }
}
.lp-upper__why-heading {
  font-weight: 700;
  text-align: center;
  font-size: 6.4rem;
  line-height: 1em;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .lp-upper__why-heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__why-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__why-heading--sp32 {
    font-size: 32px;
  }
}
.lp-upper__why-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 108px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-block: 40px 80px;
}
@media screen and (max-width: 768px) {
  .lp-upper__why-box {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__why-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-block: 40px;
    gap: 40px;
  }
}
.lp-upper__why-box > picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.lp-upper__why-content {
  display: grid;
  gap: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
}
.lp-upper__why-text-wrapper {
  display: grid;
  gap: 8px;
}
.lp-upper__why-text {
  color: #fff;
  font-size: 2rem;
  line-height: 2em;
  line-height: 2.5em;
}
@media screen and (max-width: 767px) {
  .lp-upper__why-text {
    font-size: 16px;
  }
}
.lp-upper__why-text .bold {
  display: inline-block;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .lp-upper__why-text .bold {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__why-text .bold {
    margin-block: 8px;
    font-size: 20px;
  }
}
.lp-upper__why-text--ta-center {
  text-align: center;
}
.lp-upper__why-list {
  list-style-image: url("./public/img/lp-upper/bullet.svg");
  list-style-position: inside;
  font-size: 2rem;
  line-height: 2em;
  line-height: 2.5em;
}
@media screen and (max-width: 767px) {
  .lp-upper__why-list {
    font-size: 16px;
  }
}
.lp-upper__why-separator {
  width: 400px;
  display: block;
  margin: 16px auto 40px;
}
.lp-upper__why-table-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 16px;
  max-width: 816px;
  margin: 40px auto 80px;
}
@media screen and (max-width: 767px) {
  .lp-upper__why-table-wrapper {
    margin: 20px auto 40px;
    gap: 8px;
  }
}
.lp-upper__why-table {
  display: grid;
  gap: 4px;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp-upper__why-table {
    border-radius: 5px;
  }
}
.lp-upper__why-table--gold {
  border: 1px solid #fff6c9;
}
.lp-upper__why-table--gold .lp-upper__why-td {
  color: #ffe385;
  font-weight: 700;
}
.lp-upper__why-th, .lp-upper__why-td {
  min-height: 80px;
  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 screen and (max-width: 767px) {
  .lp-upper__why-th, .lp-upper__why-td {
    min-height: 40px;
  }
}
.lp-upper__why-th {
  font-weight: 700;
  text-align: center;
  padding: 17px 10px;
  font-size: 3.2rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .lp-upper__why-th {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__why-th {
    font-size: 15px;
    padding: 5px;
  }
}
.lp-upper__why-th--gray {
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#999));
  background: linear-gradient(to bottom, #666 0%, #999 100%);
}
.lp-upper__why-th--gold {
  background: -webkit-gradient(linear, left top, left bottom, from(#e29819), color-stop(25%, #ffde3b), color-stop(50%, #fff6c9), color-stop(75%, #ffde3b), to(#e29819));
  background: linear-gradient(to bottom, #e29819 0%, #ffde3b 25%, #fff6c9 50%, #ffde3b 75%, #e29819 100%);
  color: #000;
}
.lp-upper__why-td {
  background: #323232;
  padding: 22.5px 10px;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .lp-upper__why-td {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__why-td {
    font-size: 12px;
    padding: 5px;
  }
}
.lp-upper__why-subheading {
  font-weight: 700;
  text-align: center;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .lp-upper__why-subheading {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__why-subheading {
    font-size: 20px;
  }
}
.lp-upper__why-subheading-black-wrapper {
  text-align: center;
  margin-block: 8px;
}
.lp-upper__why-subheading-black {
  display: inline-block;
  padding: 10px;
  background: #000;
}
.lp-upper__why-subheading-black span {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#b59328), color-stop(25%, #e9c764), color-stop(50%, #feea9f), color-stop(75%, #e9c764), to(#b59328));
  background: linear-gradient(to right, #b59328 0%, #e9c764 25%, #feea9f 50%, #e9c764 75%, #b59328 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .lp-upper__why-subheading-black span {
    font-size: 20px;
  }
}
.lp-upper__point {
  position: relative;
}
.lp-upper__point-bg {
  position: absolute;
  width: calc(100% - 28.125vw);
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .lp-upper__point-bg {
    width: 100%;
  }
}
.lp-upper__point-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 28.125vw;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .lp-upper__point-image {
    position: static;
    width: 100%;
    height: 400px;
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__point-image {
    height: auto;
    -o-object-position: center;
       object-position: center;
  }
}
.lp-upper__point-box-wrapper {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .lp-upper__point-box-wrapper {
    padding-top: 40px;
  }
}
.lp-upper__point-box {
  max-width: 730px;
  height: 960px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .lp-upper__point-box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .lp-upper__point-box {
    height: auto;
    margin-bottom: 40px;
  }
}
.lp-upper__point-heading {
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1em;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .lp-upper__point-heading {
    font-size: 32px;
  }
}
.lp-upper__point-text {
  font-size: 2rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .lp-upper__point-text {
    font-size: 16px;
  }
}
.lp-upper__point-text .bold {
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .lp-upper__point-text .bold {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__point-text .bold {
    font-size: 20px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.lp-upper__point-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.lp-upper__point-list {
  list-style: none;
  font-size: 2rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .lp-upper__point-list {
    font-size: 16px;
  }
}
.lp-upper__point-list li {
  position: relative;
  padding-left: 35px;
}
.lp-upper__point-list li::after {
  content: "";
  background: url("./public/img/lp-upper/checkbox-2.svg") no-repeat center/contain;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .lp-upper__point-list li + li {
    margin-top: 8px;
  }
}

.lp-lower__int-head {
  padding-block: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#b59328), color-stop(25%, #e9c764), color-stop(50%, #feea9f), color-stop(75%, #e9c764), to(#b59328));
  background: linear-gradient(to right, #b59328 0%, #e9c764 25%, #feea9f 50%, #e9c764 75%, #b59328 100%);
}
@media screen and (max-width: 767px) {
  .lp-lower__int-head {
    padding-block: 34px;
  }
}
.lp-lower__int-title {
  font-weight: 700;
  text-align: center;
  font-size: 6.4rem;
  line-height: 1em;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .lp-lower__int-title {
    font-size: 32px;
  }
}
.lp-lower__int-body {
  padding-block: 64px 80px;
  background: url("./public/img/lp-lower/interview-bg.jpg") no-repeat top left/100% auto, #000;
}
@media screen and (max-width: 767px) {
  .lp-lower__int-body {
    padding-block: 32px 40px;
    background-image: url("./public/img/lp-lower/interview-bg-sp.jpg");
  }
}
.lp-lower__int-item {
  border-radius: 24px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8%;
  background: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 767px) {
  .lp-lower__int-item {
    padding-inline: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp-lower__int-item:not(:last-child) {
  margin-bottom: 40px;
}
.lp-lower__int-item-image-wrap {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .lp-lower__int-item-image-wrap {
    margin: 0 auto 24px;
    width: 200px;
  }
}
.lp-lower__int-item-image {
  aspect-ratio: 40/45;
}
.lp-lower__int-item-title {
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  letter-spacing: 0;
  color: #c6ac76;
  background: #000;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .lp-lower__int-item-title {
    font-size: 20px;
  }
}
.lp-lower__int-item-body {
  width: 630px;
}
@media screen and (max-width: 767px) {
  .lp-lower__int-item-body {
    width: 100%;
  }
}
.lp-lower__int-qa {
  max-height: 335px;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp-lower__int-qa {
    max-height: 200px;
  }
}
.lp-lower__int-qa-list {
  margin-top: 24px;
}
.lp-lower__int-qa-item:not(:last-child) {
  margin-bottom: 24px;
}
.lp-lower__int-qa-question {
  font-weight: 700;
  color: #c6ac76;
  font-size: 2rem;
  line-height: 1.5em;
  letter-spacing: 0;
}
.lp-lower__int-qa-question::before {
  content: "Q. ";
  margin-right: 0.25em;
  display: inline-block;
  font: inherit;
}
.lp-lower__int-qa-answer {
  margin-top: 16px;
  letter-spacing: 0;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .lp-lower__int-qa-answer {
    font-size: 16px;
  }
}
.lp-lower__int-button {
  border: 1px solid #000;
  border-radius: 30px;
  padding-block: 10px;
  margin-top: 40px;
  gap: 16px;
  width: 100%;
  background: no-repeat;
  font-family: inherit;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 2rem;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 2em;
  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 screen and (max-width: 767px) {
  .lp-lower__int-button {
    margin-top: 24px;
  }
}
.lp-lower__int-button::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("./public/img/icons/chevron-down.svg") no-repeat center/100% 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lp-lower__int-button.active {
  gap: 8px;
}
.lp-lower__int-button.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lp-lower__int-button:hover {
  background: #000;
  color: #fff;
  cursor: pointer;
}
.lp-lower__int-button:hover::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.lp-lower__title-lined {
  margin: 0 auto 64px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  z-index: 0;
  font-size: 8rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .lp-lower__title-lined {
    font-size: 32px;
  }
}
@media screen and (min-width: 767px) and (max-width: 850px) {
  .lp-lower__title-lined {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__title-lined {
    margin-bottom: 40px;
  }
}
.lp-lower__title-lined--white {
  color: #fff;
}
.lp-lower__business {
  padding-block: 80px;
  background: url("./public/img/lp-lower/business-bg.jpg") no-repeat top left/cover;
}
@media screen and (max-width: 767px) {
  .lp-lower__business {
    padding-block: 40px;
    background-image: url("./public/img/lp-lower/business-bg-sp.jpg");
  }
}
.lp-lower__business-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .lp-lower__business-list {
    grid-template-columns: 1fr;
  }
}
.lp-lower__business-item {
  border-radius: 10px;
  padding: 24px 16px;
  background: #fff;
  -webkit-filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.1));
}
.lp-lower__business-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.lp-lower__business-item-icon {
  width: 48px;
  height: 48px;
}
.lp-lower__business-item-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5em;
}
.lp-lower__business-item-ul {
  margin-top: 24px;
  padding-left: 24px;
}
.lp-lower__business-item-li {
  position: relative;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .lp-lower__business-item-li {
    font-size: 16px;
  }
}
.lp-lower__business-item-li::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 14px;
  left: -14px;
  width: 4px;
  height: 4px;
  background: #000;
}
.lp-lower__case {
  padding-block: 80px;
  background: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .lp-lower__case {
    padding-block: 40px;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__case-slider-container {
    padding-inline: 0;
  }
}
.lp-lower__case-slider.is-initialized:not(.is-active) .lp-lower__case-track {
  overflow: visible;
}
.lp-lower__case-slider.is-initialized:not(.is-active) .lp-lower__case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp-lower__case-item {
  padding: 24px 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32.5%;
  height: 438px;
  z-index: 0;
  -webkit-clip-path: polygon(13% 0%, 100% 0%, 86% 100%, 1% 100%);
          clip-path: polygon(13% 0%, 100% 0%, 86% 100%, 1% 100%);
}
@media screen and (min-width: 767px) and (max-width: 850px) {
  .lp-lower__case-item {
    padding-inline: 24px;
  }
}
.lp-lower__case-item-info {
  margin-top: auto;
  color: #fff;
}
.lp-lower__case-item-title {
  font: 700 2.4rem "Inter", sans-serif;
  line-height: 1.5em;
}
.lp-lower__case-item-badge {
  padding-inline: 10px;
  border-radius: 30px;
  border: 1px solid #fff;
  margin-top: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .lp-lower__case-item-badge {
    font-size: 16px;
  }
}
.lp-lower__case-item-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.lp-lower__flow {
  padding-block: 80px;
  background: url("./public/img/lp-lower/flow-bg.jpg") no-repeat top left/cover;
}
@media screen and (max-width: 767px) {
  .lp-lower__flow {
    padding-block: 40px;
    background-image: url("./public/img/lp-lower/flow-bg-sp.jpg");
  }
}
.lp-lower__flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .lp-lower__flow-list {
    margin-inline: auto;
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.lp-lower__flow-item {
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-lower__flow-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lp-lower__flow-item:last-child .lp-lower__flow-item-title {
  color: #c6ac76;
}
.lp-lower__flow-item:first-child .lp-lower__flow-item-image {
  position: relative;
  z-index: 0;
}
.lp-lower__flow-item:first-child .lp-lower__flow-item-image::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  height: 4px;
  width: 560%;
  background: #c6ac76;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lp-lower__flow-item:first-child .lp-lower__flow-item-image::after {
    top: 0;
    left: calc(50% - 2px);
    width: 4px;
    height: 500%;
  }
}
.lp-lower__flow-item-image {
  margin: auto;
  position: relative;
  width: 90%;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .lp-lower__flow-item-image {
    margin: 0;
    width: 135px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.lp-lower__flow-item-info {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .lp-lower__flow-item-info {
    margin-top: 0;
    width: 100%;
  }
}
.lp-lower__flow-item-num {
  font: 700 1.8rem "Oswald", sans-serif;
  color: #c6ac76;
}
.lp-lower__flow-item-title {
  margin-top: 4px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5em;
}
.lp-lower__cta {
  padding-block: 80px;
  font-weight: 700;
  color: #fff;
  background: url("./public/img/lp-lower/cta-bg.jpg") no-repeat top left/100% auto, #000;
}
@media screen and (max-width: 767px) {
  .lp-lower__cta {
    padding-block: 40px;
    background-image: url("./public/img/lp-lower/cta-bg-sp.jpg");
  }
}
.lp-lower__cta-text {
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5em;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .lp-lower__cta-text {
    font-size: 20px;
  }
}
.lp-lower__cta-button-group {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 850px) {
  .lp-lower__cta-button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp-lower__cta-button {
  border-radius: 4px;
  width: 400px;
  height: 80px;
  gap: 16px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  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 screen and (max-width: 767px) {
  .lp-lower__cta-button {
    width: 100%;
    max-width: 380px;
  }
}
.lp-lower__cta-button--line {
  background: -webkit-gradient(linear, left top, right top, from(#06c755), to(#04dad2));
  background: linear-gradient(to right, #06c755 0%, #04dad2 100%);
  -webkit-filter: drop-shadow(0 10px 10px rgba(51, 255, 170, 0.6));
          filter: drop-shadow(0 10px 10px rgba(51, 255, 170, 0.6));
  font-size: 3.2rem;
}
@media screen and (max-width: 365px) {
  .lp-lower__cta-button--line {
    font-size: 2.8rem;
  }
}
.lp-lower__cta-button--mail {
  background: -webkit-gradient(linear, left top, right top, from(#1871e5), to(#4bd1e8));
  background: linear-gradient(to right, #1871e5 0%, #4bd1e8 100%);
  -webkit-filter: drop-shadow(0 10px 10px rgba(50, 153, 255, 0.6));
          filter: drop-shadow(0 10px 10px rgba(50, 153, 255, 0.6));
  font-size: 2.4rem;
}
@media screen and (max-width: 365px) {
  .lp-lower__cta-button--mail {
    font-size: 2rem;
  }
}
.lp-lower__cta-button:hover {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.lp-lower__sec-title {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  font-size: 6.4rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .lp-lower__sec-title {
    font-size: 32px;
  }
}
.lp-lower__contact {
  padding-block: 120px;
  background: url("./public/img/lp-lower/contact-bg.jpg") repeat top left/100% auto;
}
@media screen and (max-width: 767px) {
  .lp-lower__contact {
    padding-block: 60px;
    background-image: url("./public/img/lp-lower/contact-bg-sp.jpg");
  }
}
.lp-lower__form-wrapper.confirm .lp-lower__contact-form-input-note,
.lp-lower__form-wrapper.confirm .lp-lower__contact-form-label-req,
.lp-lower__form-wrapper.confirm .lp-lower__contact-form-zip-button,
.lp-lower__form-wrapper.confirm .wpcf7-spinner {
  display: none;
}
.lp-lower__contact-form {
  margin: 48px auto 0;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .lp-lower__contact-form {
    margin-top: 40px;
  }
}
.lp-lower__contact-form-label {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.lp-lower__contact-form-label-text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5em;
}
.lp-lower__contact-form-label-req {
  padding: 2.5px 7.5px;
  font-size: 1.4rem;
  color: #fff;
  background: #d82b2b;
  border-radius: 15px;
}
.lp-lower__contact-form-label-req--gray {
  background: #a6a6a6;
}
.lp-lower__contact-form-item:not(:first-child) {
  margin-top: 40px;
}
.lp-lower__contact-form-input input,
.lp-lower__contact-form-input textarea {
  padding: 12px 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  width: 100%;
  border-radius: 4px;
  background: #f7f7f7;
  border: 1px solid #7f7f7f;
}
.lp-lower__contact-form-input input::-webkit-input-placeholder, .lp-lower__contact-form-input textarea::-webkit-input-placeholder {
  color: #7f7f7f;
}
.lp-lower__contact-form-input input::-moz-placeholder, .lp-lower__contact-form-input textarea::-moz-placeholder {
  color: #7f7f7f;
}
.lp-lower__contact-form-input input:-ms-input-placeholder, .lp-lower__contact-form-input textarea:-ms-input-placeholder {
  color: #7f7f7f;
}
.lp-lower__contact-form-input input::-ms-input-placeholder, .lp-lower__contact-form-input textarea::-ms-input-placeholder {
  color: #7f7f7f;
}
.lp-lower__contact-form-input input::placeholder,
.lp-lower__contact-form-input textarea::placeholder {
  color: #7f7f7f;
}
.lp-lower__contact-form-input textarea {
  height: 168px;
  resize: none;
}
.lp-lower__contact-form-input--zip input {
  width: 95px;
}
.lp-lower__contact-form-zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lp-lower__contact-form-zip-button {
  border-radius: 4px;
  color: #fff;
  background: #000;
  border: none;
  padding: 12px 16px;
  letter-spacing: 0;
  font-size: 1.6rem;
  font-family: inherit;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: 1.5em;
}
.lp-lower__contact-form-input-note {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
.lp-lower__contact-form-agree {
  border-radius: 8px;
  margin: 40px auto 48px;
  padding: 12px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .lp-lower__contact-form-agree {
    padding-inline: 12px;
    width: 100%;
    max-width: 343px;
  }
}
.lp-lower__contact-form-agree input[type=checkbox] {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp-lower__contact-form-agree input[type=checkbox] {
    margin-top: 8px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.lp-lower__contact-form-agree input[type=checkbox]:checked + .wpcf7-list-item-label::before, .lp-lower__contact-form-agree input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background: #c6ac76;
}
.lp-lower__contact-form-agree input[type=checkbox]:checked + .wpcf7-list-item-label::after, .lp-lower__contact-form-agree input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  display: block;
}
@media screen and (max-width: 767px) {
  .lp-lower__contact-form-agree .wpcf7-list-item {
    margin-left: 0;
  }
}
.lp-lower__contact-form-agree .wpcf7-list-item-label,
.lp-lower__contact-form-agree .mwform-checkbox-field-text,
.lp-lower__contact-form-agree > label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .lp-lower__contact-form-agree .wpcf7-list-item-label,
  .lp-lower__contact-form-agree .mwform-checkbox-field-text,
  .lp-lower__contact-form-agree > label {
    font-size: 14px;
  }
}
@media screen and (max-width: 365px) {
  .lp-lower__contact-form-agree .wpcf7-list-item-label,
  .lp-lower__contact-form-agree .mwform-checkbox-field-text,
  .lp-lower__contact-form-agree > label {
    font-size: 13px;
  }
}
@media screen and (max-width: 340px) {
  .lp-lower__contact-form-agree .wpcf7-list-item-label,
  .lp-lower__contact-form-agree .mwform-checkbox-field-text,
  .lp-lower__contact-form-agree > label {
    font-size: 12px;
  }
}
.lp-lower__contact-form-agree .wpcf7-list-item-label::before, .lp-lower__contact-form-agree .wpcf7-list-item-label::after,
.lp-lower__contact-form-agree .mwform-checkbox-field-text::before,
.lp-lower__contact-form-agree .mwform-checkbox-field-text::after,
.lp-lower__contact-form-agree > label::before,
.lp-lower__contact-form-agree > label::after {
  content: "";
}
.lp-lower__contact-form-agree .wpcf7-list-item-label::before,
.lp-lower__contact-form-agree .mwform-checkbox-field-text::before,
.lp-lower__contact-form-agree > label::before {
  margin-right: 8px;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #7f7f7f;
}
.lp-lower__contact-form-agree .wpcf7-list-item-label::after,
.lp-lower__contact-form-agree .mwform-checkbox-field-text::after,
.lp-lower__contact-form-agree > label::after {
  position: absolute;
  display: none;
  color: #fff;
  font-size: 12px;
  background: url("./public/img/icons/check.svg") center/cover no-repeat;
  width: 13px;
  height: 10px;
  left: 4px;
  top: 6px;
}
.lp-lower__contact-form-agree .wpcf7-list-item-label > a,
.lp-lower__contact-form-agree .mwform-checkbox-field-text > a,
.lp-lower__contact-form-agree > label > a {
  margin-right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  color: #004de6;
}
.lp-lower__contact-form-agree .wpcf7-list-item-label > a::after,
.lp-lower__contact-form-agree .mwform-checkbox-field-text > a::after,
.lp-lower__contact-form-agree > label > a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("./public/img/icons/external-link.svg") center/cover no-repeat;
}
@media screen and (max-width: 365px) {
  .lp-lower__contact-form-agree .wpcf7-list-item-label > a::after,
  .lp-lower__contact-form-agree .mwform-checkbox-field-text > a::after,
  .lp-lower__contact-form-agree > label > a::after {
    width: 18px;
    height: 18px;
  }
}
.lp-lower__contact-form-agree .wpcf7-list-item-label > a:hover,
.lp-lower__contact-form-agree .mwform-checkbox-field-text > a:hover,
.lp-lower__contact-form-agree > label > a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.lp-lower__contact-form-agree > label::before,
.lp-lower__contact-form-agree > label::after {
  display: none;
}
.lp-lower__contact-form-agree > .error {
  text-align: center;
}
.lp-lower__contact-form-agree .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-lower__contact-form-button {
  display: none;
  border: none;
  padding: 14px;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  font-family: inherit;
  width: 100%;
  background: #c6ac76;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lp-lower__contact-form-button:disabled {
  opacity: 0.7;
  cursor: auto;
}
.lp-lower__contact-form-button.active {
  display: block;
}
.lp-lower__contact-form-button--submit {
  background: -webkit-gradient(linear, left top, right top, from(#1871e5), to(#4bd1e8));
  background: linear-gradient(to right, #1871e5 0%, #4bd1e8 100%);
}
.lp-lower__form-complete {
  display: none;
  margin-top: 40px;
}
.lp-lower__form-complete.active {
  display: block;
}
.lp-lower__complete-heading {
  margin-bottom: 24px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .lp-lower__complete-heading {
    font-size: 16px;
  }
}
.lp-lower__complete-text {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .lp-lower__complete-text {
    font-size: 14px;
  }
}
.lp-lower__confirm-val {
  font-size: 1.4rem;
}
.lp-lower__company {
  padding-block: 80px;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 767px) {
  .lp-lower__company {
    padding-block: 40px;
  }
}
.lp-lower__company-info {
  margin: 40px auto;
  width: 100%;
  max-width: 478px;
  letter-spacing: 0;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .lp-lower__company-info {
    font-size: 16px;
  }
}
.lp-lower__company-info-row {
  padding-block: 8px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .lp-lower__company-info-row {
    gap: 16px;
  }
}
.lp-lower__company-info-label {
  font-weight: 700;
}
.lp-lower__company-copyright {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}

.overflow {
  overflow: hidden;
}

.gradient-highlight {
  display: inline-block;
  padding: 10px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#b59328), color-stop(25%, #e9c764), color-stop(50%, #feea9f), color-stop(75%, #e9c764), to(#b59328));
  background: linear-gradient(to right, #b59328 0%, #e9c764 25%, #feea9f 50%, #e9c764 75%, #b59328 100%);
  color: #000;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .gradient-highlight {
    padding: 5px 10px;
  }
}

.gold-underline {
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #c6ac76), color-stop(80%, #c6ac76), color-stop(80%, transparent));
  background-image: linear-gradient(transparent 65%, #c6ac76 65%, #c6ac76 80%, transparent 80%);
  line-height: 1.5em;
}

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

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

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

.sp-inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-inline {
    display: inline;
  }
}

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

.nowrap {
  white-space: nowrap;
}

.lp-lower__case .splide__arrows {
  width: 95.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.lp-lower__case .splide__arrow {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #fff;
  top: unset;
  -webkit-transform: unset;
          transform: unset;
  opacity: 1;
  background: transparent url("./public/img/icons/arrow-right-lg.svg") center/24px 24px no-repeat;
}
.lp-lower__case .splide__arrow--prev {
  left: unset;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lp-lower__case .splide__arrow--next {
  right: unset;
}
.lp-lower__case .splide__arrow > svg {
  display: none;
}
.lp-lower__case .splide__pagination {
  margin-top: 24px;
  position: static;
}
.lp-lower__case .splide__pagination__page {
  background-color: #808080;
  width: 10px;
  height: 10px;
  border: none;
  margin: 0 8px;
  opacity: 1;
}
.lp-lower__case .splide__pagination__page.is-active {
  -webkit-transform: unset !important;
          transform: unset !important;
  background-color: #c6ac76;
}

.mw_wp_form {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form {
    padding-top: 0;
  }
}

.mw_wp_form .error {
  font-size: 1.2rem !important;
  margin-top: 5px;
}

.mw_wp_form_confirm .lp-lower__contact-form-label-req,
.mw_wp_form_confirm .lp-lower__contact-form-input-note,
.mw_wp_form_confirm .lp-lower__contact-form-zip-button,
.mw_wp_form_confirm .lp-lower__contact-form-agree {
  display: none;
}
.mw_wp_form_confirm .lp-lower__contact-form-input {
  font-size: 1.4rem;
}
.mw_wp_form_confirm .lp-lower__contact-form-button {
  margin-top: 40px;
}
.mw_wp_form_confirm .lp-lower__contact-form-button[name=submit] {
  background: -webkit-gradient(linear, left top, right top, from(#1871e5), to(#4bd1e8));
  background: linear-gradient(to right, #1871e5 0%, #4bd1e8 100%);
}
.mw_wp_form_confirm .lp-lower__contact-form-button[name=submitBack] {
  display: block;
}