/*

common css

*/
body {
  min-width: 1440px;
}

.sphl {
  display: inline;
}

.pchl {
  display: none;
}

.lp-fv,
.lp-problem,
.feature-section,
.merit,
.salon-voices,
.otoi-zone {
  overflow: hidden;
}

.lp-section-inner {
  width: 1080px;
  margin: 0 auto;
}

.lp-section-heading {
  text-align: center;
}
.lp-section-heading > img {
  display: block;
  width: auto;
  height: 86px;
  margin: 0 auto 16px;
  -o-object-fit: contain;
  object-fit: contain;
}
.lp-section-heading > p {
  margin: 16px 0 0;
  color: #555;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.lp-section-heading .section-heading-text {
  margin: 0;
  color: #2c6aa1;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.45;
}

.top-more-btn-white {
  filter: drop-shadow(0 6px 4px rgba(0, 104, 167, 0.1));
  display: block;
  width: 300px;
  margin: auto;
  background: white;
  border-radius: 2em;
  padding: 1em 2em;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  position: relative;
  text-align: left;
  margin-top: 2em;
  font-weight: 500;
  color: #2C6AA1;
  text-align: center;
}

@media print, screen and (max-width: 640px) {
  body {
    min-width: auto;
  }
  .sphl {
    display: none;
  }
  .pchl {
    display: inline;
  }
  .lp-section-inner {
    width: 100%;
  }
  .lp-section-heading {
    text-align: center;
  }
  .lp-section-heading > img {
    height: 72px;
    margin-bottom: 12px;
  }
  .lp-section-heading > p {
    font-size: 16px;
  }
  .lp-section-heading .section-heading-text {
    font-size: 24px;
    line-height: 1.5;
  }
}
/* LP entrance motions */
.lp-motion-enabled .lp-motion-target {
  opacity: 0;
  transform: translateY(10px) scale(1.3);
  transform-origin: center;
  transition: none;
  will-change: opacity, transform;
}
.lp-motion-enabled .lp-fv-points,
.lp-motion-enabled .lp-fv-title,
.lp-motion-enabled .lp-fv-actions,
.lp-motion-enabled .lp-fv-result {
  opacity: 0;
  transform: translateY(10px) scale(1.3);
  transform-origin: center;
}
.lp-motion-enabled.lp-motion-ready .lp-motion-target {
  transition: opacity 0.825s ease, transform 0.825s ease;
  transition-delay: var(--lp-motion-delay, 0s);
}
.lp-motion-enabled .lp-problem .problem-bubbles li.lp-motion-target {
  transform: translateY(10px) scale(0.5);
}
.lp-motion-enabled .lp-problem .problem-bubbles li.lp-motion-target.is-visible {
  transform: translateY(0) scale(1);
}
.lp-motion-enabled .lp-motion-target.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media print, screen and (max-width: 640px) {
  .lp-fv-title {
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lp-motion-enabled .lp-motion-target,
  .lp-motion-enabled .lp-problem .problem-bubbles li.lp-motion-target {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/*
===========

FV consolidated values

===========
*/
.lp-fv {
  box-sizing: border-box;
  min-width: 1280px;
  padding-top: 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #f4f4ff 0 45%, #fff 45% 100%);
  color: #444;
}
.lp-fv-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 76px;
  padding: 20px max((100% - 1160px) / 2, 40px);
  background: #124a72;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
}
.lp-fv-logo {
  display: block;
  width: 205px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.lp-fv-main {
  position: relative;
  box-sizing: border-box;
  width: 1080px;
  height: 485px;
  margin: 0 auto;
}
.lp-fv-copy {
  position: relative;
  z-index: 2;
  width: 580px;
  padding-top: 42px;
}
.lp-fv-points {
  display: grid;
  grid-template-columns: repeat(3, 11em);
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-fv-point {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 11em;
  min-height: 70px;
  border-radius: 10px;
  background: #2c6aa1;
  color: #fff;
}
.lp-fv-point-icon {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-fv-point-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.12;
}
.lp-fv-lead {
  display: inline-block;
  margin: 28px 0 8px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 29px;
  font-weight: 900;
}
.lp-fv-title {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 0;
  background: transparent;
  line-height: 1;
}
.lp-fv-title-line {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: -moz-max-content;
  width: max-content;
  padding: 0.75em 12px 10px;
  background: rgba(255, 255, 255, 0.9);
}
.lp-fv-title-kana {
  position: absolute;
  top: 5px;
  left: 38%;
  margin: 0;
  transform: translateX(-50%);
  font-size: 50%;
  font-weight: 700;
}
.lp-fv-title-main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 66px;
  font-weight: 900;
  line-height: 0.82;
  position: relative;
  background: linear-gradient(transparent 70%, #f6d72f 70%);
  padding-bottom: 6px;
}
.lp-fv-title-tail {
  margin-left: 8px;
  font-size: 32px;
  font-weight: 900;
}
.lp-fv-actions {
  display: flex;
  gap: 18px;
  margin-top: 85px;
}
.lp-fv-actions a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 82px;
  border-radius: 5em;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
  font-weight: 700;
  line-height: 0;
  text-decoration: none;
}
.lp-fv-actions a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);
}
.lp-fv-request {
  width: 365px;
  background: #ff7400;
  color: #fff;
  font-size: 22px;
}
.lp-fv-line {
  width: 210px;
  background: #fff;
  color: #47b193;
  font-size: 15px;
}
.lp-fv-visual {
  position: absolute;
  right: -105px;
  bottom: 0;
  z-index: 1;
  width: 730px;
}
.lp-fv-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-fv-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em 22px;
  min-height: 205px;
  margin: 0;
  padding: 28px 0 24px;
  border-top: 4px solid;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(90deg, #47b193 50%, #2c6aa1 50%) 1;
     border-image: linear-gradient(90deg, #47b193 50%, #2c6aa1 50%) 1;
  background-color: #f1f2fc;
  list-style: none;
}
.lp-fv-results .chushaku {
  display: block;
  width: 100%;
  font-size: 11px;
  line-height: 1;
  text-align: center;
}
.lp-fv-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  background: none;
  text-align: center;
}
.lp-fv-result-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-fv-result-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.lp-fv-result-value {
  font-size: 36px;
  line-height: 1.1;
}
.lp-fv-result-value small {
  font-size: 15px;
}
@keyframes logo_x_left_scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media print, screen and (max-width: 640px) {
  .lp-fv {
    min-width: 0;
    padding-top: 0px;
    background: linear-gradient(to bottom, #f4f4ff 0 55%, #fff 55% 100%);
  }
  .lp-fv-header {
    height: 54px;
    padding: 13px 26px;
  }
  .lp-fv-logo {
    width: 148px;
    height: 28px;
  }
  .lp-fv-main {
    width: 100%;
    height: 87.5vw;
    overflow: hidden;
  }
  .lp-fv-copy {
    width: 100%;
    padding: 6.5vw 7vw 0;
  }
  .lp-fv-points {
    grid-template-columns: repeat(3, 1fr);
    gap: 1vw;
  }
  .lp-fv-point {
    box-sizing: border-box;
    gap: 1.5vw;
    width: auto;
    min-height: 0;
    padding: 0.5em 0.25em;
    border-radius: 1.75vw;
  }
  .lp-fv-point-icon {
    width: 4.25vw;
    height: 4.25vw;
  }
  .lp-fv-point-text {
    font-size: 3.5vw;
  }
  .lp-fv-lead {
    position: absolute;
    top: -8.75vw;
    left: 35vw;
    z-index: 3;
    margin: 0 auto 8px;
    padding: 1vw 3vw;
    font-size: 4.75vw;
  }
  .lp-fv-title {
    position: absolute;
    top: 31.25vw;
    right: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .lp-fv-title-line {
    margin: 0 auto;
    padding-right: 3vw;
    padding-bottom: 2.5vw;
    padding-left: 3vw;
  }
  .lp-fv-title-kana {
    display: block;
    top: 0.5em;
    left: 38%;
    font-size: 2.5vw;
  }
  .lp-fv-title-main {
    border-bottom-width: 2.25vw;
    font-size: 9.5vw;
  }
  .lp-fv-title-tail {
    margin-left: 2vw;
    font-size: 4.25vw;
  }
  .lp-fv-actions {
    display: none;
    margin-top: 38px;
  }
  .lp-fv-visual {
    right: -7vw;
    bottom: -2vw;
    width: 108vw;
  }
  .lp-fv-results {
    justify-content: space-around;
    gap: 0.5em 0;
    min-height: 32.5vw;
    padding: 4vw;
    border-top-width: 1vw;
    border-bottom-width: 1vw;
  }
  .lp-fv-result {
    width: 23%;
    height: auto;
  }
  .lp-fv-result-label {
    font-size: 12px;
  }
  .lp-fv-result-value {
    font-size: 26px;
  }
}

/*
===========

salon-list consolidated values 

===========
*/
#salon-list {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 3.5em 0em;
}
#salon-list .title {
  font-size: 20px;
  margin-bottom: 1em;
}
#salon-list .logo-list-wrap .salon-list {
  animation: logo_x_left_scroll 10s linear infinite;
}
#salon-list .logo-list-wrap .salon-list img {
  height: 60px;
}
#salon-list .title {
  font-family: Noto Sans JP;
  font-size: 34px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #2C6AA1;
  margin-bottom: 40px;
}
#salon-list .title small {
  font-size: 70%;
}
#salon-list .logo-list-wrap {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
#salon-list .logo-list-wrap .salon-list {
  display: inline-block;
  white-space: nowrap;
  animation: logo_x_left_scroll 15s linear infinite;
}
#salon-list .logo-list-wrap .salon-list img {
  height: 5em;
  width: auto;
  vertical-align: middle;
  margin-right: 0.75em;
}
@media print, screen and (max-width: 640px) {
  #salon-list {
    padding: 40px 0 50px;
  }
  #salon-list .title {
    font-size: 20px;
    margin-bottom: 1em;
  }
  #salon-list .logo-list-wrap .salon-list {
    animation: logo_x_left_scroll 10s linear infinite;
  }
  #salon-list .logo-list-wrap .salon-list img {
    height: 60px;
  }
}

/*
===========

Feature consolidated values 

===========
*/
.feature-section {
  box-sizing: border-box;
  width: 100%;
  min-width: 1280px;
  margin: 0;
  padding: 40px 0 120px;
  overflow: hidden;
  background: #fff url("../img/pc-dekirukoto-bg.webp") center top/cover no-repeat;
}
.feature-section .feature-heading {
  position: relative;
  width: 777px;
  min-height: 404px;
  margin: 0 auto 68px;
}
.feature-section .feature-heading picture,
.feature-section .feature-heading picture img {
  display: block;
  width: 100%;
  height: auto;
}
.feature-section .feature-heading-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 22px;
  text-align: center;
}
.feature-section .feature-heading-copy p {
  position: absolute;
  bottom: -1em;
  left: 0;
  width: 100%;
  margin: 22px 0 0;
  color: #444;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.feature-section .feature-heading-title {
  position: absolute;
  top: 2em;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  transform: translateX(-50%);
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.35;
}
.feature-section .feature-heading-line {
  display: table;
  margin: 0 auto 8px;
  padding: 2px 12px 5px;
  background: rgba(71, 177, 147, 0.9);
}
.feature-section .feature-heading-lead {
  bottom: -0.5em;
  color: #444;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.feature-section .feature-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 32px 80px;
  width: 990px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.feature-section .feature-list--extra {
  margin-top: 34px;
}
.feature-section .feature-list--extra[hidden] {
  display: none;
}
.feature-section .feature-list--extra .feature-card:last-child {
  grid-column: 1/-1;
  justify-self: center;
  width: 375px;
}
.feature-section .feature-list--last-row {
  justify-content: center;
}
.feature-section .feature-card {
  position: relative;
  display: flex;
  flex: 0 0 375px;
  align-items: center;
  box-sizing: border-box;
  justify-self: end;
  width: 375px;
  min-height: 0;
  margin: 0;
  padding: 1em 24px 1em 36px;
  border-radius: 8px;
  background: #2c6aa1;
  color: #fff;
}
.feature-section .feature-card--repeat {
  background: #47b193;
}
.feature-section .feature-card--repeat .feature-tag {
  color: #47b193;
}
.feature-section .feature-card > img {
  position: absolute;
  top: 50%;
  left: -125px;
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateY(-50%);
}
.feature-section .feature-card-copy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0 16px;
  width: 100%;
}
.feature-section .feature-card-copy > p:last-child {
  grid-column: 1/-1;
  margin: 10px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
  font-weight: normal;
}
.feature-section .feature-tag {
  display: inline-block;
  margin: 0;
  padding: 4px 13px;
  border-radius: 5em;
  background: #fff;
  color: #2c6aa1;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}
.feature-section .feature-card-title {
  margin: 0;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}
.feature-section .feature-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: 340px;
  margin: 54px auto 0;
  padding: 1.5em;
  border: 0;
  border-radius: 5em;
  background: linear-gradient(90deg, #2c6aa1 0%, #47b193 100%);
  box-shadow: none;
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
}
.feature-section .feature-toggle-icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translateY(-3px);
  transition: transform 0.2s ease;
}
.feature-section .feature-toggle[aria-expanded=true] .feature-toggle-icon {
  transform: rotate(225deg) translate(-2px, -2px);
}
.feature-section .feature-extra {
  display: block;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: max-height 0.2s linear, margin-top 0.2s linear, opacity 0.2s linear, visibility 0s linear 0.2s;
}
.feature-section .feature-extra.is-open {
  margin-top: 32px;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.feature-section .feature-extra.is-open-complete {
  max-height: none;
  overflow: visible;
}
@media screen and (min-width: 641px) {
  .feature-section > .feature-list + .feature-list,
  .feature-section .feature-extra .feature-list + .feature-list {
    margin-top: 32px;
  }
  .feature-section .feature-list {
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 2em;
    width: 1100px;
  }
  .feature-section .feature-card {
    align-self: stretch;
    width: 395px;
    min-height: 160px;
    margin: 0 0 0 120px;
    padding: 1em 24px;
  }
  .feature-section .feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -115px;
    z-index: 4;
    box-sizing: border-box;
    width: 158px;
    height: 158px;
    margin: auto;
    border: 4px solid #fff;
    border-radius: 50%;
  }
  .feature-section .feature-card > img {
    top: 0;
    bottom: 0;
    left: -115px;
    z-index: 1;
    width: 155px;
    height: 155px;
    margin: auto;
    transform: none;
  }
  .feature-section .feature-card-copy {
    box-sizing: border-box;
    width: 340px;
    padding-left: 30px;
  }
}
@media print, screen and (max-width: 640px) {
  .feature-section {
    min-width: 0;
    padding: 44px 0 72px;
    background-image: url("../img/sp-dekirukoto-bg.webp");
  }
  .feature-section .feature-heading {
    width: 100%;
    min-height: 0;
    margin-bottom: 88px;
  }
  .feature-section .feature-heading-copy {
    justify-content: flex-start;
    padding-top: 10vw;
  }
  .feature-section .feature-heading-copy p {
    right: 0;
    bottom: -3em;
    box-sizing: border-box;
    padding: 0 7%;
    font-size: 16px;
  }
  .feature-section .feature-heading-title {
    top: 42%;
    font-size: max(40px, 10vw);
  }
  .feature-section .feature-heading-line {
    margin-bottom: 5px;
    padding: 2px 8px 4px;
  }
  .feature-section .feature-heading-lead {
    bottom: -3em;
  }
  .feature-section .feature-list {
    align-items: stretch;
    gap: 3vw;
    width: 85%;
    margin-bottom: 5vw;
  }
  .feature-section .feature-list--extra {
    margin-top: 17vw;
  }
  .feature-section .feature-list--extra .feature-card:last-child {
    width: 48%;
  }
  .feature-section .feature-list--last-row .feature-card {
    flex-basis: calc((100% - 4vw) / 2);
  }
  .feature-section .feature-card,
  .feature-section .feature-list--last-row .feature-card {
    flex: 0 0 calc((100% - 4vw) / 2);
    width: calc((100% - 4vw) / 2);
    min-height: 20vw;
    margin: 11vw 0 0;
    padding: 13vw 6% 6%;
  }
  .feature-section .feature-card::before,
  .feature-section .feature-list--last-row .feature-card::before {
    content: "";
    position: absolute;
    top: calc(-11vw - 3px);
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    width: calc(23vw + 3px);
    height: calc(23vw + 3px);
    margin: auto;
    border: 3px solid #fff;
    border-radius: 50%;
  }
  .feature-section .feature-card > img,
  .feature-section .feature-list--last-row .feature-card > img {
    top: -11vw;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: 23vw;
    height: 23vw;
    margin: auto;
    transform: none;
  }
  .feature-section .feature-card-copy {
    display: block;
    width: 100%;
    text-align: center;
  }
  .feature-section .feature-tag {
    margin-bottom: 2.5vw;
    padding: 3px 10px;
    font-size: 12px;
  }
  .feature-section .feature-card-title {
    min-height: 3em;
    padding-bottom: 3vw;
    font-size: clamp(14px, 3.7vw, 18px);
    line-height: 1.4;
    text-align: left;
  }
  .feature-section .feature-card-copy > p:last-child {
    margin-top: 3vw;
    font-size: clamp(12px, 3.2vw, 16px);
    line-height: 1.6;
    text-align: left;
  }
  .feature-section .feature-toggle {
    min-width: 0;
    width: 82%;
    margin-top: 8vw;
    padding: 1.5em;
    font-size: 15px;
  }
  .feature-section .feature-extra.is-open, .feature-section .feature-extra.is-open-complete {
    margin-top: 0;
  }
}

/*
===========

Repeat growth consolidated values 

===========
*/
.repeat-growth {
  padding: 88px 0;
  background: #f8f8f8;
}
.repeat-growth .lp-section-heading > p {
  margin-top: 22px;
}
@media print, screen and (max-width: 640px) {
  .repeat-growth {
    padding: 72px 5%;
  }
  .repeat-growth .lp-section-heading > p {
    font-size: 16px;
  }
}

.repeat-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 52px 0 0;
  padding: 0;
  list-style: none;
}
.repeat-benefits li {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  gap: 18px;
  text-align: left;
}
.repeat-benefits img {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.repeat-benefits .repeat-benefit-title {
  margin: 0;
  color: #2c6aa1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
.repeat-benefits p {
  margin: 8px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  text-align: left;
}
@media print, screen and (max-width: 640px) {
  .repeat-benefits {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 42px;
  }
  .repeat-benefits li {
    grid-template-columns: 108px 1fr;
    gap: 20px;
  }
  .repeat-benefits img {
    width: 108px;
    height: 108px;
  }
  .repeat-benefits .repeat-benefit-title {
    font-size: 18px;
  }
  .repeat-benefits p {
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
  }
}

/*
===========

Merit consolidated values 

===========
*/
.merit {
  padding: 88px 0;
  overflow: hidden;
  background-color: #f8f8f8;
  background-image: url("../img/pc-merit-bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.merit .lp-section-heading .text {
  font-size: 44px;
}
.merit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin: 62px 0 0;
  padding: 0;
  list-style: none;
}
.merit-list > li {
  box-sizing: border-box;
  min-height: 474px;
  padding: 32px 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  text-align: center;
}
.merit-list > li > img {
  width: auto;
  height: 82px;
  -o-object-fit: contain;
     object-fit: contain;
}
.merit-list > li > p {
  margin: 18px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}
.merit-list .merit-item-title {
  margin: 18px 0 0;
  color: #2c6aa1;
  font-size: 21px;
  font-weight: 700;
}
.merit-comparison {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}
.merit-comparison span {
  box-sizing: border-box;
  width: 100%;
  padding: 11px 8px;
  border-radius: 6px;
  background: #a4a4a4;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.merit-comparison span:last-child {
  padding: 14px 8px;
  background: linear-gradient(90deg, #2c6aa1, #47b193);
}
.merit-comparison strong {
  font-size: 26px;
}
.merit-comparison strong.min-text {
  font-size: 120%;
}
.merit-comparison b {
  width: 0;
  height: 0;
  margin: -1px auto;
  border-top: 12px solid #47b193;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
@media print, screen and (max-width: 640px) {
  .merit {
    padding: 72px 5%;
    background-image: url("../img/sp-merit-bg.webp");
  }
  .merit .lp-section-heading .text {
    font-size: 28px;
  }
  .merit-list {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 42px;
  }
  .merit-list > li {
    min-height: 0;
    padding: 32px 28px;
    border: 1px solid #2c6aa1;
  }
  .merit-comparison strong {
    font-size: 24px;
  }
}

/*
===========

Salon voices consolidated values 

===========
*/
.salon-voices {
  padding: 88px 0;
  overflow: hidden;
  background: linear-gradient(120deg, #2c6aa1 0%, #47b193 100%);
}
.salon-voices .lp-section-heading {
  position: relative;
  height: 210px;
}
.salon-voices .salon-voice-heading-title {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transform: translateY(2em);
  color: #fff;
  font-size: 56px;
  line-height: 1.45;
  top: -2em;
}
.salon-voices .salon-voice-heading-bg,
.salon-voices .salon-voice-heading-bg-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.salon-voices .salon-voice-title-break {
  display: none;
}
.salon-voices .salon-voice-heading-icon {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 2;
  width: 74px;
  height: 104px;
  transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (max-width: 640px) {
  .salon-voices .salon-voice-heading-icon {
    top: -24px;
    width: 58px;
    height: 78px;
  }
}
@media print, screen and (max-width: 640px) {
  .salon-voices {
    padding: 88px 5% 72px;
  }
  .salon-voices .lp-section-heading {
    height: 165px;
  }
  .salon-voices .salon-voice-heading-title {
    transform: translateY(1.7em);
    font-size: 34px;
    line-height: 1.15;
    display: block;
    top: 0.25em;
  }
  .salon-voices .salon-voice-title-break {
    display: block;
  }
}

.salon-voice-heading-emphasis {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1;
}

.salon-voice-list {
  display: grid;
  gap: 26px;
  width: 850px;
  margin: 66px auto 0;
  padding: 0;
  list-style: none;
}
.salon-voice-list > li {
  display: grid;
  grid-template-columns: 400px 450px;
  min-height: 270px;
  overflow: visible;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.32);
}
.salon-voice-list picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 7px 0 0 7px;
}
.salon-voice-list picture img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-right: 2px solid #47b193;
  -o-object-fit: cover;
     object-fit: cover;
}
.salon-voice-list .salon-voice-body {
  position: relative;
  padding: 30px 30px 24px;
}
.salon-voice-list .salon-voice-card-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  width: calc(100% + 50px);
  margin: 0 -50px 24px 0;
  padding: 10px 24px 10px 18px;
  background: #ffd857;
  color: #2c6aa1;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}
.salon-voice-list .salon-voice-card-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: -1;
  border-top: 10px solid #d2a91c;
  border-right: 20px solid transparent;
}
.salon-voice-list .salon-voice-card-title img {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.salon-voice-list .salon-name {
  margin-top: 0;
  color: #2c6aa1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.salon-voice-list p {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
@media print, screen and (max-width: 640px) {
  .salon-voice-list {
    gap: 36px;
    width: 100%;
    margin-top: 48px;
  }
  .salon-voice-list > li {
    display: block;
    min-height: 0;
  }
  .salon-voice-list picture {
    height: auto;
    border-radius: 7px 7px 0 0;
  }
  .salon-voice-list picture img {
    height: auto;
    border-right: 0;
    border-bottom: 2px solid #47b193;
  }
  .salon-voice-list .salon-voice-body {
    display: block;
    width: auto;
    padding: 22px 18px 28px;
    visibility: visible;
    opacity: 1;
  }
  .salon-voice-list .salon-voice-card-title {
    width: calc(107% + 3px);
    margin: 0 0 24px -33px;
    padding: 10px 18px 10px 20px;
    font-size: 18px;
  }
  .salon-voice-list .salon-voice-card-title::after {
    right: auto;
    bottom: -9px;
    left: 0;
    border-top-width: 9px;
    border-right: 0;
    border-left: 15px solid transparent;
  }
  .salon-voice-list .salon-voice-card-title img {
    width: 28px;
    height: 28px;
  }
  .salon-voice-list p {
    font-size: 13px;
    visibility: visible;
    opacity: 1;
    font-weight: normal;
  }
  .salon-voice-list .salon-name {
    font-size: 16px;
    visibility: visible;
    opacity: 1;
  }
}

.salon-voice-detail {
  display: grid;
  grid-template-columns: 105px 1fr;
  align-items: center;
  gap: 22px;
}
@media print, screen and (max-width: 640px) {
  .salon-voice-detail {
    grid-template-columns: 86px 1fr;
    gap: 18px;
    visibility: visible;
    opacity: 1;
  }
}

@media print, screen and (max-width: 640px) {
  .salon-voice-text,
  .salon-comment {
    visibility: visible;
    opacity: 1;
  }
}
.salon-type-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 115px;
  height: 115px;
  border: 2px solid #47b193;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 62px auto;
  box-shadow: 0 5px 0 #47b193;
}
@media print, screen and (max-width: 640px) {
  .salon-type-icon {
    width: 92px;
    height: 92px;
    background-size: 50px auto;
  }
}

.salon-type-label {
  position: relative;
  z-index: 1;
  color: #47b193;
  font-size: 20px;
  white-space: nowrap;
}
@media print, screen and (max-width: 640px) {
  .salon-type-label {
    font-size: 16px;
  }
}

.salon-voice-card--hair .salon-type-icon {
  background-image: url("../img/sp-voice-hair-icon.webp");
}
.salon-voice-card--eye .salon-type-icon {
  background-image: url("../img/sp-voice-eye-icon.webp");
}

/*
===========

Price plan consolidated values

===========
*/
.price-plan {
  padding: 88px 0;
  background: #f8f8f8;
}
@media print, screen and (max-width: 640px) {
  .price-plan {
    padding: 72px 5%;
  }
}

.plan-table-wrap {
  margin-top: 62px;
  overflow-x: auto;
}
@media print, screen and (max-width: 640px) {
  .plan-table-wrap {
    margin-top: 42px;
    overflow-x: visible;
  }
}

.plan-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
  text-align: center;
}
.plan-table .plan-feature-column {
  width: 34%;
}
.plan-table .plan-option-column {
  width: 22%;
}
.plan-table th,
.plan-table td {
  padding: 14px 20px;
  border: 3px solid #f8f8f8;
  background: #fff;
}
.plan-table th {
  font-size: 16px;
  line-height: 1.5;
}
.plan-table thead th {
  height: 68px;
  background: #fff;
  color: #555;
  font-weight: 700;
}
.plan-table thead .is-recommended {
  background: #e6f5f0;
  color: #2c6aa1;
  font-size: 19px;
  line-height: 1.5;
}
.plan-table thead .is-recommended small {
  display: inline-block;
  margin: 0 auto;
  padding: 1px 1em;
  border-radius: 5em;
  background: #2c6aa1;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}
.plan-table tr > :nth-child(2) {
  background: #e6f5f0;
}
.plan-table tbody th {
  width: 25%;
  color: #2c6aa1;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.plan-table td {
  vertical-align: middle;
  text-align: center;
}
.plan-table td img {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (max-width: 640px) {
  .plan-table {
    min-width: 0;
  }
  .plan-table .plan-feature-column {
    width: 30%;
  }
  .plan-table .plan-option-column {
    width: 23.3333%;
  }
  .plan-table th,
  .plan-table td {
    padding: 13px 4px;
  }
  .plan-table th,
  .plan-table tbody th {
    font-size: 12px;
    line-height: 1.5;
  }
  .plan-table thead .is-recommended {
    font-size: 12px;
  }
  .plan-table thead .is-recommended small {
    padding: 2px 7px;
    font-size: 10px;
    margin-bottom: 0.5em;
  }
  .plan-table td img {
    width: 26px;
    height: 26px;
  }
}

.plan-message {
  box-sizing: border-box;
  width: 525px;
  margin: 52px auto 0;
  padding: 14px 24px;
  border-radius: 7px;
  background: #47b193;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (max-width: 640px) {
  .plan-message {
    width: 100%;
    margin-top: 46px;
    padding: 20px 18px;
    font-size: 16px;
  }
}

/*
===========

Introduction flow consolidated values 

===========
*/
.introduction-flow {
  padding: 88px 0;
  background: #fff;
}
@media print, screen and (max-width: 640px) {
  .introduction-flow {
    padding: 72px 5%;
  }
}

.introduction-flow-list {
  display: grid;
  grid-template-columns: repeat(4, 225px);
  gap: 60px;
  margin: 82px 0 0;
  padding: 0;
  list-style: none;
}
.introduction-flow-list li {
  position: relative;
  box-sizing: border-box;
  min-height: 405px;
  padding: 48px 20px 30px;
  border: 1px solid #47b193;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}
.introduction-flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -37px;
  z-index: 2;
  width: 13px;
  height: 26px;
  border: 0;
  background: linear-gradient(135deg, #2c6aa1 0%, #47b193 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
}
.introduction-flow-list span {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #47b193;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: Manrope, "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.introduction-flow-list .flow-step-badge {
  display: flex;
  align-items: center;
  justify-content: center;
}
.introduction-flow-list .flow-step-text {
  position: absolute;
  top: 1.25em;
  right: 0;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  border-radius: 0;
  background: transparent;
  transform: none;
  font: inherit;
  line-height: 1;
  text-align: center;
}
.introduction-flow-list img {
  display: block;
  width: 100%;
  height: 155px;
  margin: 10px 0 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.introduction-flow-list .flow-card-title {
  margin: 0;
  color: #2c6aa1;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.introduction-flow-list p {
  margin: 12px 0 0;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}
@media print, screen and (max-width: 640px) {
  .introduction-flow-list {
    grid-template-columns: 1fr;
    gap: 48px;
    width: 90%;
    margin-top: 72px;
    margin-right: auto;
    margin-left: auto;
  }
  .introduction-flow-list li {
    display: grid;
    grid-template-columns: 38% 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 0 0.5em;
    min-height: 155px;
    padding: 10px 14px;
    text-align: left;
  }
  .introduction-flow-list li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -35px;
    left: 50%;
    width: 22px;
    height: 11px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translateX(-50%);
  }
  .introduction-flow-list span {
    top: 0;
    left: 0;
    transform: translate(-18%, -50%);
    font-size: 16px;
  }
  .introduction-flow-list .flow-step-badge {
    left: -1em;
    width: 60px;
    height: 60px;
  }
  .introduction-flow-list .flow-step-text {
    top: 1.1em;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
    margin: auto;
  }
  .introduction-flow-list img {
    grid-row: 1/3;
    width: 100%;
    height: 120px;
    margin: 0;
  }
  .introduction-flow-list .flow-card-title {
    align-self: end;
    font-size: 18px;
  }
  .introduction-flow-list p {
    align-self: start;
    margin-top: 8px;
    font-size: 14px;
  }
}

/*
===========

Professional support consolidated values 

===========
*/
.professional-support {
  padding: 88px 0;
  background: #f8f8f8;
}
@media print, screen and (max-width: 640px) {
  .professional-support {
    padding: 72px 5%;
  }
}

.support-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 68px;
  margin: 52px 0 0;
  padding: 0;
  list-style: none;
}
.support-list > li {
  padding-bottom: 24px;
  text-align: center;
}
.support-list > li > img {
  display: block;
  width: 100%;
  height: 195px;
  margin: 0 auto 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.support-list .support-card-title {
  margin: 0;
  color: #2c6aa1;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
}
.support-list p {
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
}
@media print, screen and (max-width: 640px) {
  .support-list {
    grid-template-columns: 1fr;
    gap: 52px;
    margin-top: 46px;
  }
  .support-list > li > img {
    width: 78%;
    height: auto;
    margin-bottom: 18px;
  }
  .support-list .support-card-title {
    font-size: 18px;
  }
  .support-list p {
    width: 100%;
    font-size: 14px;
  }
}

/*
===========

Otoi zone consolidated values

===========
*/
.otoi-zone {
  box-sizing: border-box;
  min-width: 1280px;
  padding: 0;
  overflow: hidden;
  background: #eaf1f6;
  text-align: center;
}
@media print, screen and (max-width: 640px) {
  .otoi-zone {
    min-width: 0;
  }
}

.otoi-heading {
  position: relative;
  padding: 72px 0 52px;
  background: #2c6aa1;
}
.otoi-heading > img {
  position: static;
  display: block;
  width: 84px;
  height: auto;
  margin: 0 auto 20px;
  transform: none;
}
.otoi-heading .otoi-title {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
}
.otoi-heading p {
  margin: 18px 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}
@media print, screen and (max-width: 640px) {
  .otoi-heading {
    padding: 45px 5% 38px;
  }
  .otoi-heading > img {
    width: 86px;
    margin-bottom: 18px;
  }
  .otoi-heading .otoi-title {
    font-size: 24px;
  }
  .otoi-heading p {
    margin-top: 16px;
    font-size: 16px;
  }
}

.otoi-title-break {
  display: none;
}
@media print, screen and (max-width: 640px) {
  .otoi-title-break {
    display: block;
  }
}

.otoi-body {
  padding: 72px 0 200px;
  background: #eaf1f6;
}
@media print, screen and (max-width: 640px) {
  .otoi-body {
    padding: 45px 5% 150px;
  }
}

.otoi-buttons {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin: 0;
}
.otoi-buttons a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 30px 24px;
  border-radius: 5em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}
.otoi-buttons a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.otoi-buttons .otoi-primary {
  width: 440px;
  background: #ff7400;
  color: #fff;
  font-size: 24px;
}
.otoi-buttons .otoi-secondary {
  width: 230px;
  border: 2px solid #47b193;
  background: #fff;
  color: #47b193;
  font-size: 16px;
}
@media print, screen and (max-width: 640px) {
  .otoi-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .otoi-buttons a::after {
    right: 26px;
    width: 11px;
    height: 11px;
  }
  .otoi-buttons .otoi-primary {
    width: 100%;
    min-height: 120px;
    padding: 25px 24px 25px 24px;
    font-size: 24px;
  }
  .otoi-buttons .otoi-secondary {
    width: 100%;
    min-height: 68px;
    padding: 18px 24px 18px 24px;
    font-size: 18px;
  }
}

/*
===========

Industry consolidated values 

===========
*/
.lp-industry {
  box-sizing: border-box;
  min-width: 1280px;
  padding: 88px 0;
  background: #f8f8f8;
  color: #444;
  font-weight: 700;
}
.lp-industry .title {
  width: auto;
  margin: 0;
  padding: 0;
  color: #2c6aa1;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.lp-industry .title::before, .lp-industry .title::after {
  content: none;
}
.lp-industry .lead {
  margin: 16px 0 0;
  color: #555;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.lp-industry .industry-list {
  display: grid;
  grid-template-columns: repeat(6, 150px);
  justify-content: center;
  gap: 17px;
  width: 100%;
  margin: 45px auto 0;
  padding: 0;
  list-style: none;
}
.lp-industry .industry-list .industry-one {
  position: static;
  width: 150px;
  color: #2c6aa1;
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
}
.lp-industry .industry-list .industry-one img {
  display: block;
  width: 145px;
  height: 145px;
  margin: 0 auto 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-industry .industry-list .sub-title {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  font-size: 20px;
}
@media print, screen and (max-width: 640px) {
  .lp-industry {
    min-width: 0;
    padding: 72px 0;
  }
  .lp-industry .title {
    width: 90%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.5;
  }
  .lp-industry .lead {
    width: 90%;
    margin: 12px auto 0;
    font-size: 16px;
    line-height: 1.75;
  }
  .lp-industry .industry-list {
    grid-template-columns: repeat(3, 24vw);
    gap: 25px 4vw;
    width: 80vw;
    margin-top: 34px;
  }
  .lp-industry .industry-list .sub-title {
    font-size: 16px;
  }
  .lp-industry .industry-list .industry-one,
  .lp-industry .industry-list .industry-one:nth-child(1),
  .lp-industry .industry-list .industry-one:nth-child(2),
  .lp-industry .industry-list .industry-one:nth-child(4),
  .lp-industry .industry-list .industry-one:nth-child(5) {
    position: static;
    bottom: auto;
    width: auto;
    font-size: 12px;
  }
  .lp-industry .industry-list .industry-one {
    color: #2c6aa1;
  }
  .lp-industry .industry-list .industry-one img {
    width: 24vw;
    height: auto;
    aspect-ratio: 1;
    margin-bottom: 1em;
  }
}

/*
===========

Problem consolidated values 

===========
*/
.lp-problem {
  box-sizing: border-box;
  min-width: 1280px;
  height: auto;
  overflow: hidden;
  background: #e0e0e0;
}
.lp-problem .problem_txt02 {
  margin: 0;
  color: #2c6aa1;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
.lp-problem .problem-content {
  display: grid;
  grid-template-columns: 350px 675px;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
  margin-top: 50px;
}
.lp-problem .problem-illustration {
  position: static;
  display: block;
  float: none;
  width: 350px;
  height: auto;
  margin: 0;
}
.lp-problem .problem-bubbles {
  position: relative;
  bottom: 20px;
  display: grid;
  gap: 14px;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-problem .problem-bubbles li {
  position: relative;
  z-index: 0;
  isolation: isolate;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: 74px;
  margin: 0;
  padding: 13px 24px 13px 68px;
  border-radius: 5em;
  background-color: #fff;
  background-image: url("../img/sp-onayami-icon.webp");
  background-repeat: no-repeat;
  background-position: left 28px center;
  background-size: 26px auto;
  filter: drop-shadow(0 7px 6px rgba(0, 0, 0, 0.14));
  color: #444;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}
.lp-problem .problem-bubbles li::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 1em;
  left: 0;
  width: 24px;
  height: 20px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  transform: translate(-18%, 42%);
}
.lp-problem .problem-bubbles strong {
  color: #47b193;
  font-weight: 700;
}
.lp-problem .problem-bubble-text {
  display: block;
  width: 100%;
}
@media print, screen and (max-width: 640px) {
  .lp-problem {
    min-width: 0;
    height: auto;
  }
  .lp-problem .problem_txt02 {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    font-size: 30px;
    line-height: 1.45;
    text-align: left;
  }
  .lp-problem .problem-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 46px;
    margin-top: 48px;
  }
  .lp-problem .problem-illustration {
    width: min(84vw, 340px);
    margin: 0 auto;
  }
  .lp-problem .problem-bubbles {
    bottom: 0;
    gap: 24px;
    width: 100%;
  }
  .lp-problem .problem-bubbles li {
    display: flex;
    align-items: center;
    min-height: 74px;
    padding: 12px 17px 12px 69px;
    border-radius: 5em;
    background-position: left 26px center;
    background-size: 27px auto;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
  }
  .lp-problem .problem-bubbles li::after {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 24px;
    height: 20px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translate(-50%, 72%);
  }
}

.problem-wrapper {
  box-sizing: border-box;
  width: 1080px;
  max-width: none;
  height: auto;
  margin: 0 auto;
  padding: 88px 0;
}
@media print, screen and (max-width: 640px) {
  .problem-wrapper {
    width: 100%;
    max-width: none;
    padding: 72px 5%;
  }
}

/*
===========

Movie / Spec consolidated values 

===========
*/
.lp-spec .info-movie {
  box-sizing: border-box;
  min-width: 1280px;
  margin: 0;
  padding: 88px 0;
  background: #2c6aa1;
}
.lp-spec .info-movie .icon-title-wrap {
  text-align: center;
}
.lp-spec .info-movie .title-icon {
  margin: 0;
}
.lp-spec .info-movie .title-icon img {
  display: block;
  width: 82px;
  height: auto;
  margin: 0 auto;
}
.lp-spec .info-movie .step_txt01,
.lp-spec .info-movie .info-movie-title {
  margin: 18px 0 0;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.lp-spec .info-movie .movie-list {
  display: grid;
  grid-template-columns: repeat(2, 510px);
  justify-content: center;
  gap: 34px;
  margin: 52px auto 0;
}
.lp-spec .info-movie .movie-item {
  box-sizing: border-box;
  padding: 24px 24px 26px;
}
.lp-spec .info-movie .movie-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #111;
}
.lp-spec .info-movie .movie-embed iframe,
.lp-spec .info-movie .movie-embed video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.lp-spec .info-movie .movie-thumbnails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}
.lp-spec .info-movie .movie-thumbnails img {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 640px) {
  .lp-spec .info-movie {
    min-width: 0;
    margin: 0;
    padding: 72px 5%;
  }
  .lp-spec .info-movie .title-icon img {
    width: 68px;
  }
  .lp-spec .info-movie .step_txt01,
  .lp-spec .info-movie .info-movie-title {
    margin-top: 14px;
    font-size: 24px;
  }
  .lp-spec .info-movie .movie-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    width: 100%;
    margin-top: 36px;
  }
  .lp-spec .info-movie .movie-item {
    padding: 18px 14px 16px;
  }
  .lp-spec .info-movie .movie-thumbnails {
    gap: 6px;
    margin-top: 14px;
  }
}

/*

sp scroll menu

*/
.lp-fixed-otoi {
  display: none;
  position: fixed;
  right: 0;
  bottom: 18px;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: stretch;
  gap: 12px;
  box-sizing: border-box;
  width: min(92%, 690px);
  margin: auto;
  padding: 10px;
  border-radius: 5em;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.lp-fixed-otoi.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
}
.lp-fixed-otoi a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 92px;
  padding: 24px 20px 24px 20px;
  border-radius: 5em;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18);
}
.lp-fixed-otoi a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.lp-fixed-otoi a.lp-fixed-otoi-document {
  flex: 2 1 0;
  background: #ff7400;
  color: #fff;
  font-size: 24px;
}
.lp-fixed-otoi a.lp-fixed-otoi-line {
  flex: 1 1 0;
  border: 2px solid #47b193;
  background: #fff;
  color: #47b193;
  font-size: 16px;
}

@media print, screen and (max-width: 640px) {
  .lp-fixed-otoi {
    bottom: 14px;
    gap: 6px;
    width: 96%;
    padding: 6px;
  }
  .lp-fixed-otoi a {
    min-height: 52px;
    padding: 9px 18px 9px 18px;
  }
  .lp-fixed-otoi a::after {
    right: 13px;
    width: 7px;
    height: 7px;
  }
  .lp-fixed-otoi a.lp-fixed-otoi-document {
    flex: 1.6 1 0;
    font-size: 16px;
  }
  .lp-fixed-otoi a.lp-fixed-otoi-line {
    font-size: 11px;
  }
}/*# sourceMappingURL=lp20260905-combined.css.map */