@charset "UTF-8";

/*******************************
Webサイト全体の指定
*******************************/
:root {
  --width-ratio: calc(100vw / 1920);
}

@media screen and (max-width: 767px) {
  :root {
    --width-ratio: 100vw / 375;
  }
}

body {
  margin: 0 auto;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #FAF6F3;
  position: relative;
  overflow-x: hidden;
}

header {
  display: none;
}

aside {
  display: none;
}

footer {
  display: none;
}

.p-top__global-container-row {
  display: initial;
  width: initial;
}

.p-top__global-container-column {
  display: block;
  width: initial;
}

a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  list-style: none;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

h2 {
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #574109;
  z-index: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

img {
  display: block;
  transform-origin: top left;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #574109;
}

.section {
  width: 100%;
}

.p-lp__worris-title--en,
.p-lp__reason-title--en,
.p-lp__service-comparison-title--en,
.p-lp__voice-title--en,
.p-lp__flow-title--en,
.p-lp__faq-title--en,
.p-lp__results-title--en {
  font-size: 4rem;
  color: #F3E7D3;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 900;
  position: absolute;
  top: 0;
  font-family: "Roboto", serif;
}

@media screen and (max-width: 767px) {

  .p-lp__worris-title--en,
  .p-lp__reason-title--en,
  .p-lp__service-comparison-title--en,
  .p-lp__voice-title--en,
  .p-lp__flow-title--en,
  .p-lp__faq-title--en,
  .p-lp__results-title--en {
    font-size: 3rem;
  }
}

.p-lp__title-line--white {
  position: relative;
  margin: 0 auto;
  top: -33px;
}

.p-lp__title-line--white div {
  position: absolute;
  width: 58px;
  height: 1px;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.p-lp__title-line {
  position: relative;
  margin: 0 auto;
  top: 26px;
}

.p-lp__title-line div {
  position: absolute;
  width: 58px;
  height: 1px;
  background-color: #574109;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.p-lp-contact-small {
  background-color: #DBB678;
  display: flex;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  padding: 8.5px 0;
  width: 100%;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-lp-contact-small {
    padding: 12px 8px;
    border-radius: 0;
    justify-content: center;
  }
}

.p-lp-contact-container-row {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  max-width: 773px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-lp-contact-container-row {
    display: initial;
    max-width: 375px;
    gap: 20px;
  }
}

.p-lp-contact-large {
  display: flex;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  padding-bottom: 59px;
}

@media screen and (max-width: 767px) {
  .p-lp-contact-large {
    padding-bottom: 47px;
  }
}

.p-lp__contact-button-large {
  background-color: #ffffff;
  box-shadow: inset 0 4px 4.9px rgba(231, 211, 197, 0.8);
  box-shadow: 0 2px 0px rgba(172, 143, 96, 0.5);
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  width: 373px;
  align-items: center;
  padding: 24px 0 22.5px 17px;
}

@media screen and (max-width: 767px) {
  .p-lp__contact-button-large {
    width: 360px;
    margin: 0 auto;
  }
}

.p-lp__contact-button-small {
  background-color: #ffffff;
  box-shadow: inset 0 4px 4.9px rgba(231, 211, 197, 0.8);
  box-shadow: 0 2px 0px rgba(172, 143, 96, 0.5);
  display: flex;
  align-items: center;
  flex-direction: row;
  border-radius: 10px;
  width: 167px;
  margin-right: 19px;
}

@media screen and (max-width: 767px) {
  .p-lp__contact-button-small {
    width: 116px;
    margin-right: 6px;
    flex-direction: column;
  }
}

.p-lp__quotation-button-large {
  background-color: #E0903B;
  border: 1px solid #ffffff;
  box-shadow: inset 0 4px 4px rgba(250, 248, 190, 0.3);
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  width: 373px;
  align-items: center;
  padding: 21.45px 0 22px 22px;
}

@media screen and (max-width: 767px) {
  .p-lp__quotation-button-large {
    width: 360px;
    margin: 20px auto 0;
  }
}

.p-lp__quotation-button-small {
  background-color: #E0903B;
  border: 1px solid #ffffff;
  box-shadow: inset 0 4px 4px rgba(250, 248, 190, 0.3);
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  width: 167px;
  margin-right: 19px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-lp__quotation-button-small {
    width: 116px;
    margin-right: 6px;
    flex-direction: column;
  }
}

.p-lp__contact-icon-large {
  max-width: 45px;
}

.p-lp__contact-icon-small {
  max-width: 19px;
  margin-left: 12px;
  margin-top: 9px;
  margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
  .p-lp__contact-icon-small {
    max-width: 24px;
    margin-top: 6px;
    margin-bottom: 5px;
    margin-left: 0px;
  }
}

.p-lp__contact-text-large {
  font-size: 1.5rem;
  color: #E0903B;
  letter-spacing: -0.01rem;
  line-height: 1;
  padding: 0 98px 0 53px;
}

@media screen and (max-width: 767px) {
  .p-lp__contact-text-large {
    padding: 0 88px 0 50px;
  }
}

.p-lp__contact-text-small {
  font-size: 0.875rem;
  color: #E0903B;
  letter-spacing: 0.01rem;
  line-height: 1;
  padding: 11px 33px 11px 6px;
}

@media screen and (max-width: 767px) {
  .p-lp__contact-text-small {
    padding: 0;
    margin-bottom: 7px;
  }
}

.p-lp__quotation-text-large {
  font-size: 1.5rem;
  color: #ffffff;
  letter-spacing: -0.011rem;
  line-height: 1;
  padding: 0 98px 0 53px;
}

@media screen and (max-width: 767px) {
  .p-lp__quotation-text-large {
    padding: 0 86px 0 52px;
  }
}

.p-lp__quotation-text-small {
  font-size: 0.875rem;
  color: #ffffff;
  letter-spacing: 0.01rem;
  line-height: 1;
  padding: 11px 33px 11px 10px;
}

@media screen and (max-width: 767px) {
  .p-lp__quotation-text-small {
    padding: 0;
    margin-bottom: 7px;
  }
}

.p-lp__contact-quotation-icon-large {
  max-width: 38.47px;
}

.p-lp__contact-quotation-icon-small {
  width: 24px;
  padding-left: 6px;
  margin-top: 8.95px;
  margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
  .p-lp__contact-quotation-icon-small {
    max-width: 19px;
    padding-left: 0;
    margin-top: 6px;
    margin-bottom: 4.95px;
  }
}

.p-lp-tel-box-large {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 20px;
  padding-right: 107px;
}

@media screen and (max-width: 767px) {
  .p-lp-tel-box-large {
    padding-right: 0;
  }
}

.p-lp__tel-text-large--left {
  font-size: 1.25rem;
  line-height: 1.3;
  padding-bottom: 8px;
  border-bottom: 1px solid #574109;
}

@media screen and (max-width: 767px) {
  .p-lp__tel-text-large--left {
    margin-top: 17px;
    margin-bottom: 14px;
  }
}

.p-lp__contact-tel-icon-large {
  max-width: 38px;
  margin-top: 9px;
  margin-bottom: 29px;
}

@media screen and (max-width: 767px) {
  .p-lp__contact-tel-icon-large {
    margin-bottom: 42px;
  }
}

.p-lp__tel-container-large {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: space-between;
  padding-left: 124px;
  border-radius: 20px;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  max-width: 813px;
  margin: 24px auto 0;
}

@media screen and (max-width: 767px) {
  .p-lp__tel-container-large {
    margin: 26px auto 0;
    flex-direction: column;
    max-width: 335px;
    padding-left: 38px;
    padding-right: 36px;
  }
}

.p-lp__tel-box-small {
  display: flex;
  flex-direction: column;
  border-left: 1px dashed #ffffff;
  text-align: center;
  justify-content: center;
  padding-left: 18px;
}

@media screen and (max-width: 767px) {
  .p-lp__tel-box-small {
    padding-left: 8.51px;
  }
}

.p-lp__tel-text-large--right {
  font-size: 2.25rem;
  color: #574109;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.02em;
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .p-lp__tel-text-large--right {
    padding-bottom: 1px;
  }
}

.p-lp__tel-text-small {
  font-size: 1.25rem;
  color: #574109;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.07em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-lp__tel-text-small {
    font-size: 1rem;
  }
}

.p-lp__hours-text-large {
  color: #574109;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 1px;
  font-weight: 400;
  margin-bottom: 4px;
}

.p-lp__hours-text-small {
  font-size: 0.6875rem;
  color: #574109;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 3px;
}

@media screen and (max-width: 767px) {
  .p-lp__hours-text-small {
    font-size: 0.625rem;
  }
}

.p-lp__line {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.p-lp__line div {
  position: absolute;
  width: 1px;
  height: 70px;
  background-color: #574109;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-lp__line div {
    height: 65px;
    top: -12px;
    transform: translate(-50%, 0);
  }
}

.p-lp__mv {
  position: relative;
  background-color: #FAF6F3;
  max-width: 1920px;
  height: 668px;
  margin: 0 auto;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .p-lp__mv {
    height: 748px;
  }
}

.p-lp__mv-bg-container {
  flex-direction: row;
  display: flex;
  gap: 16.71%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-lp__mv-bg-container {
    flex-direction: initial;
    gap: initial;
    flex-direction: initial;
  }
}

.mv-bg-image--left {
  width: 1136px;
  position: absolute;
  right: 40.83%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .mv-bg-image--left {
    position: initial;
    width: 355px;
    border-radius: 0 0 30px 0;
    position: relative;
    z-index: 1;
    right: 0;
  }
}

.arrow-orange--small,
.arrow-white--small {
  width: 2.71px;
  height: 7.5px;
  margin-right: 5.29px;
}

@media screen and (max-width: 767px) {

  .arrow-orange--small,
  .arrow-white--small {
    position: absolute;
    margin-right: 0;
    top: 50%;
    left: 50%;
  }
}

@media screen and (max-width: 767px) {
  .arrow-orange--small {
    transform: translate(-72px, -50%);
  }
}

@media screen and (max-width: 767px) {
  .arrow-white--small {
    transform: translate(50px, -50%);
  }
}

.arrow-orange--large,
.arrow-white--large {
  width: 6px;
  margin-right: 10px;
  height: 14px;
}

.mv-bg-image--right {
  width: 463px;
  position: absolute;
  left: 75.88%;
  height: auto;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .mv-bg-image--right {
    width: 508px;
    top: 96.65%;
    border-radius: 0 0 0 30px;
    left: initial;
    right: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 525px) {
  .mv-bg-image--right {
    width: 508px;
    top: 96.65%;
    border-radius: 0 0 0 30px;
    right: initial;
    left: 17px;
  }
}

.p-lp__mv-title {
  position: absolute;
  max-width: calc(553 * var(--width-ratio));
  right: calc(680 * var(--width-ratio));
  top: calc(155 * var(--width-ratio));
}

.p-lp__mv-top-container {
  max-width: 1280px;
  margin: 7px auto 0;
  display: flex;
  justify-content: space-between;
  padding-right: 27px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .p-lp__mv-top-container {
    margin: initial;
  }
}

.p-lp__mv-logo {
  width: 193px;
  z-index: 2;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .p-lp__mv-logo {
    max-width: 135px;
    top: 7px;
    left: 20px;
    position: absolute;
  }
}

.p-lp-mv-contact {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  height: 54px;
  max-width: 576px;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-lp-mv-contact {
    display: none;
  }
}

.p-lp-mv-contact.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-lp-mv-contact.sp {
    display: block;
    padding-top: 0;
    right: 0;
    max-width: 100%;
    position: absolute;
    top: 672px;
    z-index: 2;
    height: 74px;
  }
}

h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.h1-japan-image {
  width: 293px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(70%, -63%);
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .h1-japan-image {
    width: 123.94px;
    transform: translate(-32%, -228%);
  }
}

@media screen and (max-width: 767px) {
  .h1-japan-image {
    width: 82px;
    transform: translate(62%, -430%);
  }
}


h1 .top {
  display: flex;
  margin-bottom: 8px;
  flex-direction: row;
}

@media screen and (max-width: 1000px) {
  h1 .top {
    margin-bottom: 4px;
  }
}

h1 .top-white {
  color: #ffffff;
  width: 493px;
  height: 89px;
  font-size: 4rem;
  font-weight: bold;
  background-color: #E0903B;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  position: relative;
}

@media screen and (max-width: 1000px) {
  h1 .top-white {
    width: 300px;
    height: 50px;
    font-size: 2.25rem;
  }
}

h1 .top-white .hukidashi {
  position: absolute;
  width: 75.45%;
  margin-inline: auto;
  top: -64px;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  h1 .top-white .hukidashi {
    top: -38px;
  }
}

@media screen and (max-width: 767px) {
  h1 .top-white .hukidashi {
    width: 100%;
    top: -61px;

  }
}

h1 .top-brown-column {
  writing-mode: vertical-lr;
  font-size: 2rem;
  line-height: 1.2;
  background-color: #ffffff;
  color: #574109;
  height: 89px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1000px) {
  h1 .top-brown-column {
    width: 35px;
    height: 50px;
    font-size: 1.5rem;
  }
}

h1 .center {
  display: flex;
  flex-direction: row;
  width: 541px;
  height: 63px;
  background-color: #ffffff;
  margin-bottom: 8px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1000px) {
  h1 .center {
    width: 335px;
    height: 50px;
  }
}

h1 .center-orange {
  color: #E0903B;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -4.48px;
}

@media screen and (max-width: 1000px) {
  h1 .center-orange {
    font-size: 2.25rem;
  }
}

h1 .center-brown {
  color: #574109;
  font-size: 2.5rem;
  display: flex;
  align-items: end;
  flex-direction: column;
  letter-spacing: -0.07em;
  line-height: 0;
  padding-top: 25px;
}

@media screen and (max-width: 1000px) {
  h1 .center-brown {
    font-size: 2.25rem;
    padding-top: 0;
  }
}

h1 .bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 541px;
  height: 63px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1000px) {
  h1 .bottom {
    width: 335px;
    height: 50px;
  }
}

h1 .bottom-brown {
  font-size: 3.4375rem;
  color: #574109;
  position: relative;
  letter-spacing: 1.6;
  font-weight: bold;
  letter-spacing: 0;
}

@media screen and (max-width: 1000px) {
  h1 .bottom-brown {
    font-size: 2.25rem;
  }
}

h1 .bottom-brown:before,
h1 .bottom-brown::after {
  content: "";
  width: 37.5px;
  height: 1px;
  position: absolute;
  top: 50%;
  background-color: #574109;
  left: 50%;
}

@media screen and (max-width: 1000px) {

  h1 .bottom-brown:before,
  h1 .bottom-brown::after {
    width: 12px;
  }
}

.bottom-brown::before {
  transform: translate(-260px, -50%);
}

@media screen and (max-width: 1000px) {
  .bottom-brown::before {
    transform: translate(-161px, -50%);
  }
}

.bottom-brown::after {
  transform: translate(220px, -50%);
}

@media screen and (max-width: 1000px) {
  .bottom-brown::after {
    transform: translate(139px, -50%);
  }
}

.row-container {
  display: flex;
  justify-content: center;
}

.column-container {
  position: relative;
}

@media screen and (max-width: 1000px) {
  .column-container {
    margin-bottom: 0px;
  }
}

.h1-balloon-container {
  transform: translate(161px, -91px);
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1000px) {
  .h1-balloon-container {
    top: 50%;
    left: 50%;
    transform: translate(25%, -247%);
  }
}

@media screen and (max-width: 767px) {
  .h1-balloon-container {
    transform: translate(25%, -266%);
  }
}

.h1-balloon-text-area {
  z-index: 5;
  display: block;
  transform: translate(50px, -120px);
  position: absolute;
}

@media screen and (max-width: 1000px) {
  .h1-balloon-text-area {
    transform: translate(44px, -105px);
  }
}

@media screen and (max-width: 767px) {
  .h1-balloon-text-area {
    transform: translate(47px, -100px);
  }
}

.h1-balloon-text {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.13;
}

@media screen and (max-width: 1000px) {
  .h1-balloon-text {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .h1-balloon-text {
    font-size: 1.5rem;
  }
}

.p-lp__mv-h1-balloon {
  max-width: 166px;
}

@media screen and (max-width: 1000px) {
  .p-lp__mv-h1-balloon {
    display: none;
  }
}

.p-lp__mv-h1-balloon-sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .p-lp__mv-h1-balloon-sp {
    display: block;
    max-width: 142.89px;
  }
}

.top-white::before {
  content: "‘‘";
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #574109;
  transform: translate(-245px, -32px);
  display: block;
  position: absolute;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 1000px) {
  .top-white::before {
    transform: translate(-142px, -16px);
    font-size: 3rem;
  }
}

.top-white::after {
  content: "’’";
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #574109;
  transform: translate(245px, -32px);
  display: block;
  position: absolute;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 1000px) {
  .top-white::after {
    transform: translate(142px, -16px);
    font-size: 3rem;
  }
}

.h1-authority-container {
  display: flex;
  flex-direction: row;
  position: relative;
  left: 85px;
  top: 41px;
  width: 388px;
  gap: 26px;
}

@media screen and (max-width: 1000px) {
  .h1-authority-container {
    width: 348.2px;
    justify-content: space-between;
    left: 0px;
    top: 41px;
    gap: 0px;
  }
}

@media screen and (max-width: 1000px) and (max-width: 767px) {
  .h1-authority-container {
    top: 106.36px;
  }
}

.h1-authority .small {
  font-weight: bold;
  line-height: 1.43px;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
}

.h1-authority {
  display: flex;
  align-items: center;
  text-align: center;
}

.h1-authority-text {
  font-size: 1.25rem;
  display: block;
  z-index: 5;
  color: #ffffff;
  line-height: 1.43;
  white-space: nowrap;
  transform: translateY(-150%);
}

.h1-authority-text::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  background-color: #ffffff;
  top: 50%;
  left: 21%;
  border-radius: 50%;
}

.h1-authority-text::after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  background-color: #ffffff;
  top: 50%;
  left: 39%;
  border-radius: 50%;
}

.h1-authority-column {
  display: flex;
  flex-direction: column;
}

.h1-authority-text-small {
  font-weight: bold;
  font-size: 1rem;
}

.h1-authority-image {
  width: 113px;
  height: 113px;
}

@media screen and (max-width: 1000px) {
  .h1-authority-image {
    width: 107.4px;
    height: 111.4px;
  }
}

.p-lp__mv-h1-container {
  position: relative;
  top: 76px;
  z-index: 10;
}

@media screen and (max-width: 1000px) {
  .p-lp__mv-h1-container {
    top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-lp__mv-h1-container {
    top: -123px;
  }
}

.p-lp__tel-text-area-large {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
}

.p-lp__contact {
  width: 100%;
  background-color: #DBB678;
  max-width: 1920px;
  margin: 0 auto;
}

.p-lp__contact-title-container {
  display: flex;
  justify-content: center;
  padding-top: 58px;
  margin-bottom: 55px;
}

.p-lp__contact-title--jp {
  font-size: 2.25rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-lp__contact-title--jp {
    font-size: 1.5rem;
  }
}

.p-lp__contact-title-sp {
  display: none;
}

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

.p-lp__worris-bg-container {
  width: 100%;
  display: block;
}

.p-lp__worries {
  width: 100%;
  background-color: #FAF6F3;
  position: relative;
  overflow-x: clip;
}

@media screen and (max-width: 767px) {
  .p-lp__worries {
    margin-top: 60px;
  }
}

.p-lp__worris-line::after {
  content: "";
  display: block;
  height: 70px;
  width: 1px;
  background-color: #574109;
  position: absolute;
  top: -220px;
  left: 50%;
}

.p-lp__worris-bg-image-container {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-lp__worris-bg-image-container {
    margin-top: 130%;
  }
}

.p-lp__worris-bg-image {
  width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 1920/818;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-lp__worris-bg-image {
    width: 100%;
    aspect-ratio: 750/1288;
  }
}

.p-lp__worris-bg-image-top-container {
  position: relative;
  width: 100%;
  margin-top: 228px;
}

@media screen and (max-width: 767px) {
  .p-lp__worris-bg-image-top-container {
    margin-top: 49.6%;
  }
}

.p-lp__worris-bg-image-top {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-lp__worris-bg-image-top {
    width: 100%;
    display: block;
    aspect-ratio: 811/1178;
    position: absolute;
  }
}

.p-lp__worris-bg-arrow {
  width: 97.5px;
  top: 684px;
  left: 50%;
  transform: translateX(-50%);
  position: inherit;
  z-index: 2;
}

@media screen and (max-width: 1100px) {
  .p-lp__worris-bg-arrow {
    top: 1270px;
  }
}

@media screen and (max-width: 767px) {
  .p-lp__worris-bg-arrow {
    top: 1123px;
  }
}

.p-lp__worries-bg-image-container {
  position: relative;
  z-index: 1;
}

.p-lp__worries-bg-image-right {
  position: absolute;
  width: 261px;
  top: 0;
  right: 0;
  transform: translate(7px, -109px);
}

@media screen and (max-width: 767px) {
  .p-lp__worries-bg-image-right {
    width: 149px;
    right: -52px;
    top: -42px;
  }
}

.p-lp__worries-bg-image-left {
  width: 306px;
  position: absolute;
  left: -110px;
  top: 125px;
}

@media screen and (max-width: 767px) {
  .p-lp__worries-bg-image-left {
    width: 135px;
    left: -69px;
    top: 205px;
  }
}

.p-lp__worris-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 78px;
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .p-lp__worris-title-container {
    gap: 0px;
    text-align: center;
    padding: 8px 20px 0 18px;
  }
}

.p-lp__worris-title-container::after {
  background-color: #574109;
  content: "";
  width: 58px;
  height: 1px;
}

@media screen and (max-width: 767px) {
  .p-lp__worris-title-container::after {
    transform: translateY(25px);
  }
}

.p-lp__worris-title--en {
  top: 50px;
}

@media screen and (max-width: 767px) {
  .p-lp__worris-title--en {
    top: 0;
  }
}

.p-lp__worris-title-sp,
.p-lp__worris-wrapper-title-sp {
  display: none;
}

@media screen and (max-width: 500px) {

  .p-lp__worris-title-sp,
  .p-lp__worris-wrapper-title-sp {
    display: block;
  }
}

.p-lp__worris-title-container-line {
  position: relative;
}

.p-lp__worris-title--jp {
  z-index: 1;
  line-height: 1.5;
}

.p-lp__worris-title--jp--orange {
  color: #E0903B;
  z-index: 1;
}

.p-lp__worris-list {
  display: flex;
  justify-content: center;
  gap: calc(33 * var(--width-ratio));
  margin-top: 84px;
}

@media screen and (max-width: 1100px) {
  .p-lp__worris-list {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 77.82px;
  }
}

.p-lp__worris-item {
  display: flex;
  flex-direction: column;
  width: 357px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-lp__worris-item {
    width: 331px;
  }
}

.p-lp__worris-item-left,
.p-lp__worris-item-center,
.p-lp__worris-item-right {
  max-width: 375px;
  border-radius: 21px 21px 0 0;
}

@media screen and (max-width: 767px) {

  .p-lp__worris-item-left,
  .p-lp__worris-item-center,
  .p-lp__worris-item-right {
    width: 331px;
  }
}

.p-lp__worris-item .image-text-container {
  display: flex;
  align-items: center;
  position: absolute;
  top: 22%;
  left: 10%;
}

.image-text-container .image-text-left {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #ffffff;
  padding-right: 22px;
}

@media screen and (max-width: 767px) {
  .image-text-container .image-text-left {
    font-size: 2.25rem;
    padding-right: 10.59px;
  }
}

.image-text-container .image-text-center {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #574109;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .image-text-container .image-text-center {
    font-size: 1.5rem;
    width: 56.5px;
    height: 56.5px;
  }
}

.image-text-container .image-text-right {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.62;
  letter-spacing: -0.2em;
  color: #ffffff;
  padding-left: 3px;
}

@media screen and (max-width: 767px) {
  .image-text-container .image-text-right {
    font-size: 1.5rem;
    padding-left: 2.57px;
  }
}

.p-lp__worris-item-text {
  border-radius: 0 0 21px 21px;
  top: 170px;
  height: auto;
  position: absolute;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-lp__worris-item-text {
    top: 157px;
  }
}

.p-lp__worris-wrapper-text-top--orange {
  color: #E0903B;
}

.p-lp__worris-item-text.left {
  padding: 14px 29px;
}

@media screen and (max-width: 767px) {
  .p-lp__worris-item-text.left {
    padding: 14px 16px;
  }
}

.p-lp__worris-item-text.center {
  padding: 14px 31px;
}

@media screen and (max-width: 767px) {
  .p-lp__worris-item-text.center {
    padding: 14px 18px;
  }
}

.p-lp__worris-item-text.right {
  padding: 14px 25px;
}

@media screen and (max-width: 767px) {
  .p-lp__worris-item-text.right {
    padding: 14px 12px;
  }
}

.p-lp__worris-item-text--orange {
  color: #E0903B;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-lp__worris-wrapper {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 54px;
  padding: 0 110px;
}

@media screen and (max-width: 1000px) {
  .p-lp__worris-wrapper {
    padding: 0 calc(110 * var(--width-ratio));
  }
}

@media screen and (max-width: 767px) {
  .p-lp__worris-wrapper {
    padding: 32.6% 0 0;
    margin-bottom: 30px;
  }
}

.p-lp__worris-wrapper-title-container {
  top: 180px;
}

.p-lp__worris-wrapper-title--small {
  font-size: 2rem;
  color: #574109;
  font-weight: bold;
  padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .p-lp__worris-wrapper-title--small {
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 16px;
  }
}

.p-lp__worris-wrapper-title--large {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.01em;
  display: inline-block;
  color: #574109;
  border-bottom: 1px solid #574109;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .p-lp__worris-wrapper-title--large {
    font-size: 2.5rem;
  }
}

.p-lp__worris-wrapper-text-area {
  display: flex;
  margin-top: 55px;
  margin-bottom: 30px;
  max-width: 853px;
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .p-lp__worris-wrapper-text-area {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-lp__worris-wrapper-text-area {
    margin-top: 57px;
    display: block;
    margin-bottom: 50px;
  }
}

.p-lp__worris-wrapper-text-top {
  font-size: 1.25rem;
  align-items: center;
  text-align: left;
  max-width: calc(100% - 330px);
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-lp__worris-wrapper-text-top {
    font-size: 1.15rem;
    padding-left: 0px;
    justify-self: center;
    padding: 0 22px;
    text-align: left;
    max-width: 100%;
  }
}

.p-lp__worris-wrapper-text-top .checkmark img {
  display: inline-block;
  width: 2em;
  position: relative;
  top: 0.6em;
}

.p-lp__worris-wrapper-image {
  width: 330px;
  background-color: #d9d9d9;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-lp__worris-wrapper-image {
    width: 375px;
    margin: 52px auto 0;
  }
}

.p-lp__worris-wrapper-text-container {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-lp__worris-wrapper-text-container {
    padding: 0 20px;
  }
}

.p-lp__worris-wrapper-text-label {
  background-color: #574109;
  border-radius: 60px;
  color: #ffffff;
  position: absolute;
  width: 206px;
  top: -17px;
  left: 20px;
  padding: 8px 0;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .p-lp__worris-wrapper-text-label {
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
  }
}

.p-lp__worris-wrapper-text-bottom {
  color: #ffffff;
  background-color: #DBB678;
  border-radius: 20px;
  box-shadow: inset 0 4px 4.9px rgba(231, 211, 197, 0.8);
  padding: 39px 102px;
  display: flex;
  text-align: left;
  max-width: 1061px;
}

@media screen and (max-width: 767px) {
  .p-lp__worris-wrapper-text-bottom {
    padding: 39px 29px;
  }
}

.p-lp__reason {
  font-size: 1.75rem;
  color: #ffffff;
  line-height: 1.62;
  font-weight: 900;
  padding-top: 66px;
  overflow-x: clip;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-lp__reason {
    padding-top: 124px;
  }
}

.p-lp__reason-bg-image-left {
  width: 324px;
  top: 326px;
  left: -30px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .p-lp__reason-bg-image-left {
    width: 134px;
    top: 93px;
    left: -58px;
  }
}

.p-lp__reason-bg-image-right {
  width: 301px;
  top: 115px;
  right: -49px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .p-lp__reason-bg-image-right {
    width: 189px;
    top: -58px;
    right: -45px;
  }
}

.p-lp__reason-title--en {
  top: -70px;
}

@media screen and (max-width: 767px) {
  .p-lp__reason-title--en {
    top: -50px;
  }
}

.p-lp__reason {
  width: 100%;
  background-color: #FAF6F3;
}

.p-lp__reason-title-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.p-lp__reason-title--jp--orange {
  font-size: 2rem;
  color: #E0903B;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-lp__reason-title--jp--orange {
    font-size: 1.5rem;
    align-items: baseline;
  }
}

.p-lp__reason-title--jp--large {
  font-weight: bold;
  font-size: 4.375rem;
  color: #E0903B;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-lp__reason-title--jp--large {
    font-size: 3rem;
  }
}

.p-lp__reason-title--jp--large::after {
  content: "";
  display: block;
  height: 1px;
  width: 58px;
  background-color: #574109;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -11px;
}

@media screen and (max-width: 767px) {
  .p-lp__reason-title--jp--large::after {
    bottom: -18px;
  }
}

.p-lp__reason-list {
  margin: 80px auto 200px;
  position: relative;
  max-width: 1280px;
  padding-left: 111px;
  padding-right: 69px;
}

@media screen and (max-width: 1280px) {
  .p-lp__reason-list {
    margin: 149px auto 83px;
  }
}

@media screen and (max-width: 767px) {
  .p-lp__reason-list {
    padding: 0;
  }
}

.p-lp__reason-item--row {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

@media screen and (max-width: 1280px) {
  .p-lp__reason-item--row {
    flex-direction: column;
    align-items: flex-start;
    width: 600px;
    margin: 55px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-lp__reason-item--row {
    align-items: center;
    margin: 93px auto 0;
    width: 375px;
  }
}

.p-lp__reason-item--row:first-child {
  padding: 0px;
}

.p-lp__reason-item-row--reverse {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  padding: 154px 0;
  align-items: end;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .p-lp__reason-item-row--reverse {
    flex-direction: column;
    align-items: flex-end;
    padding: 209px 0 154px 0;
    width: 600px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-lp__reason-item-row--reverse {
    align-items: center;
    padding: 166px 0 78px 0;
    width: 375px;
  }
}

.p-lp__reason-item-row--reverse::before {
  content: "";
  max-width: 1164px;
  width: 100%;
  height: 1px;
  border: 1px dashed;
  display: block;
  background-color: #574109;
  position: absolute;
  top: 77px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (max-width: 1280px) {
  .p-lp__reason-item-row--reverse::before {
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .p-lp__reason-item-row--reverse::before {
    width: 350px;
    top: 39px;
  }
}

.p-lp__reason-item-row--reverse::after {
  content: "";
  max-width: 1164px;
  width: 100%;
  height: 1px;
  border: 1px dashed;
  display: block;
  background-color: #574109;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  bottom: 77px;
}

@media screen and (max-width: 1280px) {
  .p-lp__reason-item-row--reverse::after {
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .p-lp__reason-item-row--reverse::after {
    width: 350px;
    bottom: 39px;
  }
}

.p-lp__reason-item-row--reverse:last-child::after {
  display: none;
}

.p-lp__reason-item-area {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-lp__reason-item-area {
    max-width: 90%;
    margin-inline: auto;
  }
}

.p-lp__reason-item-number {
  font-size: 8rem;
  color: #E0903B;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1280px) {
  .p-lp__reason-item-number {
    position: absolute;
    font-size: 8.475rem;
    top: -44%;
    left: -21px;
  }
}

@media screen and (max-width: 767px) {
  .p-lp__reason-item-number {
    top: -39%;
  }
}

@media screen and (max-width: 1280px) {
  .p-lp__reason-item-number.reverse {
    right: -15px;
    left: initial;
  }
}

.p-lp__reason-item-title {
  font-weight: bold;
  font-size: 2.25rem;
  color: #574109;
  line-height: 1.3;
  position: inherit;
}

@media screen and (max-width: 1280px) {
  .p-lp__reason-item-title {
    padding-left: 8px;
    font-size: 2rem;
  }
}

.p-lp__reason-item-title.reverse {
  padding-left: 0;
}

.p-lp__reason-item-image-area {
  margin-top: 0;
}

@media screen and (max-width: 1280px) {
  .p-lp__reason-item-image-area {
    margin-top: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-lp__reason-item-image-area {
    margin-left: 21px;
  }
}

@media screen and (max-width: 767px) {
  .p-lp__reason-item-image-area.reverse {
    margin-left: 0;
    margin-right: 21px;
  }
}

.p-lp__reason-item-image {
  max-width: 600px;
}

@media screen and (max-width: 767px) {
  .p-lp__reason-item-image {
    width: 350px;
  }
}

.p-lp__reason-item-text {
  max-width: 420px;
  color: #574109;
  line-height: 1.6;
  margin-top: 14px;
}

@media screen and (max-width: 1280px) {
  .p-lp__reason-item-text {
    line-height: 1.8;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-lp__reason-item-text {
    max-width: 100%;
  }
}

.p-lp__service-comparison {
  background-image: url(../image/p-lp/p-lp__service-comparison-image.webp);
  width: 100%;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.p-lp__service-comparison-title--jp {
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .p-lp__service-comparison-title--jp {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-lp__service-comparison-title--jp.pc {
    display: none;
  }
}

.p-lp__service-comparison-title--jp.sp,
.p-lp__service-comparison-title--en.sp {
  display: none;
}

@media screen and (max-width: 767px) {

  .p-lp__service-comparison-title--jp.sp,
  .p-lp__service-comparison-title--en.sp {
    display: block;
  }
}

.p-lp__service-comparison-title--jp::after {
  content: "";
  width: 58px;
  height: 1px;
  position: absolute;
  bottom: -32px;
  background-color: #574109;
  left: 50%;
  background-color: #FFFFFF;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-lp__service-comparison-title--jp::after {
    bottom: -34px;
  }
}

.p-lp__service-comparison-title--en {
  white-space: nowrap;
  opacity: 0.4;
  top: -74px;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .p-lp__service-comparison-title--en {
    font-size: 2.25rem;
    line-height: 0.9;
    display: flex;
    text-align: center;
    top: -45px;
  }
}

.p-lp__service-comparison-table-container {
  max-width: 1330px;
  margin-top: 193px;
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
  padding: 0 19px 0 19px;
  position: relative;
}

th,
td {
  border: 1px solid white;
}

.p-lp__service-comparison-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 1280px;
}

.p-lp__service-comparison-th-black,
.p-lp__service-comparison-td-black {
  background-color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.02em;
  line-height: 1.3;
  font-size: 1.25rem;
  font-weight: bold;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 278px;
}

.p-lp__service-comparison-th-white {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.3;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #211902;
  background-color: rgba(255, 255, 255, 0.7);
  height: 28px;
}

.p-lp__service-comparison-th-beige,
.p-lp__service-comparison-td-beige {
  background-color: #DBB678;
  font-size: 1.25rem;
  font-weight: bold;
  color: #574109;
  width: 298px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.3;
}

.p-lp__service-comparison-td-beige.p {
  padding-left: 11px;
}

.p-lp__service-comparison-td-black.size-m.padding-l {
  text-align: center;
  width: 100%;
  background-color: initial;
}

.p-lp__service-comparison-td-black.length-l.p {
  padding-left: 18px;
  background-color: initial;
}

.p-lp__service-comparison-td-black.length-m.p {
  padding-left: 10px;
  background-color: initial;
}

.p-lp__service-comparison-td-black.length-s.p {
  padding-left: 13px;
  background-color: initial;
}

.p-lp__service-comparison-th-black.th-column {
  letter-spacing: -0.02em;
  min-width: 218px;
  height: 123px;
  width: 100%;
}

.p-lp__service-comparison-th-black.th-column-2,
.p-lp__service-comparison-th-black.th-column-3,
.p-lp__service-comparison-th-black.th-column-4 {
  height: 133px;
}

.p-lp__service-comparison-th-black.th-column-5 {
  height: 119px;
}

.p-lp__service-comparison-th-black.row-1 {
  height: 51px;
}

.p-lp__service-comparison-td-black.size-m,
.p-lp__service-comparison-td-beige.size-m {
  font-size: 0.875rem;
}

.p-lp__service-comparison-td-black.size-s {
  font-size: 0.8125rem;
}

.p-lp__service-comparison-th-black.length-l,
.p-lp__service-comparison-th-white.length-l,
.p-lp__service-comparison-td-black.length-l {
  width: 278px;
}

.p-lp__service-comparison-th-black.length-m,
.p-lp__service-comparison-td-black.length-m,
.p-lp__service-comparison-th-white.length-m {
  width: 273px;
}

.p-lp__service-comparison-th-black.length-s,
.p-lp__service-comparison-th-white.length-s,
.p-lp__service-comparison-td-black.length-s {
  width: 213px;
}

.p-lp__service-comparison-td-red {
  color: #FC1426;
  font-size: 1rem;
  font-weight: bold;
}

.p-lp__service-comparison-double-circle-red,
.p-lp__service-comparison-circle-red,
.p-lp__service-comparison-double-circle-white,
.p-lp__service-comparison-circle-white--l {
  width: 46px;
  margin: 0 auto;
}

.p-lp__service-comparison-double-circle-red,
.p-lp__service-comparison-circle-red {
  padding-bottom: 8px;
}

.p-lp__service-comparison-double-circle-red.padding-l {
  padding-bottom: 10px;
}

.p-lp__service-comparison-circle-white--l {
  padding-bottom: 13px;
}

.p-lp__service-comparison-circle-white--l.padding-s,
.p-lp__service-comparison-double-circle-white {
    padding-bottom: 13px;
}

.p-lp__service-comparison-circle-white--s {
  width: 45px;
  margin: 0 auto;
  padding-bottom: 13px;
}

.p-lp__service-comparison-triangle-white--l {
  width: 59px;
  margin: 0 auto;
  padding-bottom: 15px;
}

.p-lp__service-comparison-triangle-white--s {
  width: 47px;
  margin: 0 auto;
  padding-bottom: 13px;
}

.p-lp__service-comparison-triangle-white--s.padding-l {
  padding-bottom: 13px;
}

.p-lp__service-comparison-cross-white {
  width: 45px;
  margin: 0 auto;
  padding-bottom: 13px;
}

.p-lp__service-comparison-th-blank {
  border: none;
}

.p-lp__service-comparison-caption {
  caption-side: bottom;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.3;
  padding: 23px 0 50px 0;
  font-size: 1rem;
  text-align: left;
  width: 684px;
  margin: 0 auto;
}

.p-lp__service-comparison-td-black.text-center,
.p-lp__service-comparison-td-beige.text-center {
  text-align: center;
}

.scroll-hint-icon {
  display: none;
}

@media screen and (max-width: 767px) {
  .scroll-hint-icon {
    width: 208px;
    display: block;
    transition: opacity 0.5s ease;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
  }
}

.p-lp__results {
  max-width: 100%;
  background-color: #FAF6F3;
}

.p-lp__results-title-container {
  padding-top: 114px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-lp__results-title-container {
    padding-top: 97px;
  }
}

.p-lp__results-title {
  position: relative;
}

.p-lp__results-title::after {
  content: "";
  width: 58px;
  height: 1px;
  position: absolute;
  bottom: -32px;
  background-color: #574109;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-lp__results-title::after {
    bottom: -34px;
  }
}

.p-lp__results-title--en {
  top: 45px;
}

@media screen and (max-width: 767px) {
  .p-lp__results-text {
    line-height: 1.4;
    text-align: center;
  }
}

.p-lp__results-text-sp {
  display: none;
}

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

.p-lp__results-text-container {
  margin-top: 66px;
  display: flex;
  flex-direction: row;
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .p-lp__results-text-container {
    gap: 10.48px;
  }
}

.p-lp__results-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 43px 22px;
  max-width: 1069px;
  margin: 34px auto 0px;
  padding-bottom: 103px;
  place-items: center;
}

@media screen and (max-width: 767px) {
  .p-lp__results-list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 335px;
    gap: 28px 11px;
    padding-bottom: 92px;
  }
}

.p-lp__results-link {
  justify-content: center;
  border-radius: 20px;
  position: relative;
}

.p-lp__results-item {
  max-width: 353px;
  position: relative;
}

.p-lp__results-item a {
  box-shadow: 0 2px 0px rgba(87, 65, 9, 1);
  display: block;
  border-radius: 20px;
}

.p-lp__results-item-image {
  max-width: 353px;
  border-radius: 20px;
  top: 70px;
  left: 0;
  box-shadow: 0 0 6.3px rgba(231, 211, 197, 0.8);
}

@media screen and (max-width: 767px) {
  .p-lp__results-item-image {
    width: 162px;
  }
}

.p-lp__results-item-text {
  font-size: 1.25rem;
  line-height: 2;
  color: #574109;
  text-align: center;
  left: 50%;
  font-size: 1.25rem;
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  background: #fff;
  border-radius: 0 0 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-lp__results-item-text {
    font-size: 1rem;
    height: 17%;
  }
}

.p-lp__results-text-image--right,
.p-lp__results-text-image--left {
  max-width: 22.5px;
  max-width: 15px;
}

.p-lp__service-comparison {
  width: 100%;
}

.p-lp__service-comparison-title-container {
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: center;
  margin-top: 98px;
}

@media screen and (max-width: 767px) {
  .p-lp__service-comparison-title-container {
    margin-top: 107px;
  }
}

.td {
  font-size: 0.875rem;
  font-weight: bold;
  color: #574109;
}

.p-lp__voice {
  width: 100%;
  display: flex;
  background-image: url(../image/p-lp/p-lp__voice-bg-image.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 98px;
  padding-bottom: 80px;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .p-lp__voice {
    background-image: url(../image/p-lp/p-lp__voice-bg-image-sp.webp);
    max-width: 1180px;
    padding-top: 106px;
  }
}

.p-lp__voice-title-container {
  margin-bottom: 74px;
}

@media screen and (max-width: 767px) {
  .p-lp__voice-title-container {
    margin-bottom: 78px;
  }
}

.p-lp__voice-title--jp {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-lp__voice-title--jp {
    font-size: 1.5rem;
  }
}

.p-lp__voice-title--en {
  top: 24px;
  opacity: 0.5;
}

@media screen and (max-width: 1180px) {
  .p-lp__voice-title--en {
    top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-lp__voice-title--en {
    top: 56px;
  }
}

.splide {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 899px) {
  .splide {
    width: 325px;
    margin: 0 auto;
  }
}

.splide__slide {
  justify-content: center;
  align-items: center;
  margin-bottom: 52px;
}

@media screen and (max-width: 899px) {
  .splide__slide {
    margin-bottom: 85px;
  }
}

.p-lp__voice-slide-item {
  display: flex;
}

@media screen and (max-width: 899px) {
  .p-lp__voice-slide-item {
    display: block;
  }
}

.p-lp__voice-slide-item__box {
  box-shadow: 0 2px 0px rgba(87, 65, 9, 1);
  border-radius: 20px;
}

@media screen and (min-width: 900px) {
  .p-lp__voice-slide-item__box {
    display: flex;
  }
}

.p-lp__voice-slide-item-image-area {
  position: relative;
  background-color: rgba(237, 226, 217, 0.8);
  max-width: 379px;
  width: 100%;
  border-radius: 20px 0 0 20px;
}

@media screen and (max-width: 899px) {
  .p-lp__voice-slide-item-image-area {
    max-width: 336px;
    max-height: 242px;
    border-radius: 20px 20px 0 0;
  }
}

.p-lp__voice-slide-item-image-area .text {
  background-color: #ffffff;
  color: #E0903B;
  border-radius: 20px 0 20px 0;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  align-items: center;
  max-width: 180px;
  padding: 0px 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}

@media screen and (max-width: 899px) {
  .p-lp__voice-slide-item-image-area .text {
    font-size: 1rem;
  }
}

.p-lp__voice-slide-item-image-area .text.--detached-house {
  background-color: #c3b08f;
  color: #fff;
}

.p-lp__voice-slide-item-image-area .text.--mansion {
  background-color: #E0903B;
  color: #fff;
}

.p-lp__voice-slide-item-image-area .text.--commercial-facility {
  background-color: #DBB678;
  color: #fff;
}

.p-lp__voice-slide-item-image-area .text.--childcare-facility {
  background-color: #FAF8BE;
  color: #E0903B;
}

.p-lp__voice-slide-item-image-area .text.--medical_nursing-facility {
  background-color: #879A73;
  color: #fff;
}

.p-lp__voice-slide-item-image-area .text.--other {
  background-color: #574109;
  color: #fff;
}

.p-lp__voice-slide-item-image-area .image {
  max-width: 379px;
  border-radius: 20px 0 0 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 899px) {
  .p-lp__voice-slide-item-image-area .image {
    height: 242px;
    border-radius: 20px 20px 0 0;
  }
}

.p-lp__voice-slide-item-area--reason {
  position: relative;
  max-width: 513px;
}

@media screen and (max-width: 899px) {
  .p-lp__voice-slide-item-area--reason {
    margin-left: 1px;
  }
}

.p-lp__voice-slide-item-text-area {
  background-color: rgba(237, 226, 217, 0.8);
  border-radius: 0 20px 20px 0;
  padding: 18px 24px 27px 29px;
  /* height: 502px; */
  box-shadow: inset 0 4px 4.9px rgba(231, 211, 197, 0.8);
}

@media screen and (max-width: 1204px) {
  .p-lp__voice-slide-item-text-area {
    padding: 18px calc(38.31 * var(--width-ratio)) 27px calc(46.29 * var(--width-ratio));
  }
}

@media screen and (max-width: 899px) {
  .p-lp__voice-slide-item-text-area {
    border-radius: 0 0 20px 20px;
    padding: 18px 14px 40px 17px;
    /* height: 720px; */
    max-width: 100%;
  }
}

.p-lp__voice-slide-item-area--title {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 40px;
  padding-right: 23px;
}

@media screen and (max-width: 899px) {
  .p-lp__voice-slide-item-area--title {
    padding-right: 0px;
  }
}

.p-lp__voice-slide-item-area--title .image {
  max-width: 55px;
  object-fit: contain;
}

.p-lp__voice-slide-item-area--title .text {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.31;
  text-align: right;
  color: #574109;
}

@media screen and (max-width: 899px) {
  .p-lp__voice-slide-item-area--title .text {
    padding-right: 0px;
  }
}

.p-lp__voice-slide-item-area--reason .title {
  background-color: #574109;
  border-radius: 50px;
  width: 167px;
  height: 41px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 5px;
  position: absolute;
  padding: 0 32px 0 30px;
  transform: translate(-7px, -50%);
}

@media screen and (max-width: 899px) {
  .p-lp__voice-slide-item-area--reason .title {
    transform: translate(-2px, -50%);
  }
}

.p-lp__voice-slide-item-area--reason .image {
  max-width: 18px;
}

.p-lp__voice-slide-item-area--reason .reason {
  line-height: 1.6;
  color: #ffffff;
}

.p-lp__voice-slide-item-area--reason .text {
  color: #574109;
  line-height: 1.6;
  background-color: #ffffff;
  border-radius: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 42px 62px;
}

@media screen and (max-width: 1204px) {
  .p-lp__voice-slide-item-area--reason .text {
    padding: 42px 20px;
  }
}

@media screen and (max-width: 899px) {
  .p-lp__voice-slide-item-area--reason .text {
    padding: 30px 14px;
  }
}

.p-lp__voice-slide-item-area--reason .text a {
  color: #574109;
}

.p-lp__voice-slide-item-area--point {
  margin-left: 1px;
}

.p-lp__voice-slide-item-area--point .title {
  background-color: #574109;
  border-radius: 50px;
  width: 199px;
  height: 41px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 10px;
  position: absolute;
  padding: 0 29.57px 0 30px;
  transform: translate(-7px, -50%);
}

@media screen and (max-width: 899px) {
  .p-lp__voice-slide-item-area--point .title {
    transform: translate(-2px, -50%);
  }
}

.p-lp__voice-slide-item-area--point .image {
  max-width: 13.43px;
}

.p-lp__voice-slide-item-area--point .point {
  line-height: 1.6;
  color: #ffffff;
}

.p-lp__voice-slide-item-area--point .text {
  color: #574109;
  line-height: 1.6;
  background-color: #ffffff;
  border-radius: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 42px 62px;
  margin-top: 30px;
}

@media screen and (max-width: 1204px) {
  .p-lp__voice-slide-item-area--point .text {
    padding: 42px 20px;
  }
}

@media screen and (max-width: 899px) {
  .p-lp__voice-slide-item-area--point .text {
    padding: 30px 14px;
    margin-top: 39px;
  }
}

.splide__arrow.splide__arrow--prev {
  background-color: #ffffff;
  opacity: 1;
  width: 54px;
  height: 54px;
  left: 50%;
  top: 50%;
  transform: translate(-568px, -110%);
  background-image: url(../image/p-top/splide-arrow-left.png);
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 9.5px 19.5px;
}

@media screen and (max-width: 1204px) {
  .splide__arrow.splide__arrow--prev {
    transform: translate(0, -110%);
    /* left: calc(62 * var(--width-ratio)); */
    left: -40px;
  }
}

@media screen and (max-width: 899px) {
  .splide__arrow.splide__arrow--prev {
    background-color: #DBB678;
    left: -21px;
    transform: translate(0, -175%);
    width: 35px;
    height: 35px;
    background-size: 8.76px 17.98px;
    background-position: 15px;
  }
}

.splide__arrow.splide__arrow--prev svg,
.splide__arrow.splide__arrow--next svg {
  display: none;
}

.splide__arrow.splide__arrow--next {
  background-color: #ffffff;
  opacity: 1;
  width: 54px;
  height: 54px;
  right: 50%;
  top: 50%;
  transform: translate(568px, -110%);
  background-image: url(../image/p-top/splide-arrow-right.png);
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: 9.5px 19.5px;
}

@media screen and (max-width: 1204px) {
  .splide__arrow.splide__arrow--next {
    /* right: calc(62 * var(--width-ratio)); */
    right: -40px;
    transform: translate(0, -110%);
  }
}

@media screen and (max-width: 899px) {
  .splide__arrow.splide__arrow--next {
    background-color: #DBB678;
    right: -21px;
    transform: translate(0, -175%);
    width: 35px;
    height: 35px;
    background-size: 8.76px 17.98px;
    background-position: 15px;
  }
}

.splide__pagination {
  display: flex;
}

@media screen and (max-width: 899px) {
  .splide__pagination {
    transform: translateY(-28px);
  }
}

.splide__pagination li {
  margin: 0 7px 0 7px;
}

.splide__pagination li button {
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  opacity: 1;
  transition: opacity 0.3s;
}

.splide__pagination li button:hover {
  opacity: 1;
}

.splide__pagination__page {
  margin: 0;
}

.splide__pagination__page.is-active {
  background-color: #574109;
  margin: 0;
  transform: initial;
}

.p-lp__flow {
  width: 100%;
  background-color: #FAF6F3;
  padding-top: 131px;
}

@media screen and (max-width: 767px) {
  .p-lp__flow {
    padding-top: 99px;
  }
}

.p-lp__flow-title-container {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-lp__flow-list {
  margin-top: 123px;
  display: flex;
  gap: 23px;
  padding: 8px 15px 101.48px 15px;
  justify-content: center;
}

@media screen and (max-width: 899px) {
  .p-lp__flow-list {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 899px) and (max-width: 767px) {
  .p-lp__flow-list {
    padding: 8px 15px 82px 15px;
  }
}

.p-lp__flow-title--en {
  top: -70px;
}

@media screen and (max-width: 767px) {
  .p-lp__flow-title--en {
    top: -52px;
  }
}

.p-lp__flow-item {
  width: 237.42px;
  background-color: #ffffff;
  box-shadow: 0 0 6.3px rgba(231, 211, 197, 0.8);
  flex-direction: column;
  display: flex;
  align-items: center;
  border-radius: 5px;
}

@media screen and (max-width: 899px) {
  .p-lp__flow-item {
    width: 335px;
    padding-top: 20px;
  }
}

.p-lp__flow-item-number {
  font-size: 4rem;
  font-weight: 900;
  display: inline-block;
  color: #E0903B;
  line-height: 1;
  border-bottom: 1px solid #E0903B;
}

@media screen and (max-width: 899px) {
  .p-lp__flow-item-number {
    font-size: 5.25rem;
  }
}

.p-lp__flow-item-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #E0903B;
  height: 52px;
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-lp__flow-item-title {
    height: auto;
  }
}

.p-lp__flow-flex-box.row {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 899px) {
  .p-lp__flow-flex-box.row {
    flex-direction: row;
    align-items: center;
    width: 335px;
    justify-content: space-around;
  }
}

.p-lp__flow-flex-box.column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 899px) {
  .p-lp__flow-flex-box.column {
    width: 145px;
  }
}

.p-lp__flow-item-icon1 {
  width: 47.09px;
  padding-bottom: 38px;
  padding-top: 38px;
}

@media screen and (max-width: 899px) {
  .p-lp__flow-item-icon1 {
    width: 45.58px;
    padding-top: 18px;
    padding-bottom: 11px;
  }
}

.p-lp__flow-item-icon2 {
  padding-bottom: 44px;
  width: 47px;
  padding-top: 44px;
}

@media screen and (max-width: 899px) {
  .p-lp__flow-item-icon2 {
    padding-top: 24px;
    padding-bottom: 17px;
  }
}

.p-lp__flow-item-icon3 {
  width: 65px;
  padding-bottom: 42px;
  padding-top: 43px;
}

@media screen and (max-width: 899px) {
  .p-lp__flow-item-icon3 {
    padding-top: 22px;
    padding-bottom: 16px;
  }
}

.p-lp__flow-item-icon4 {
  width: 74px;
  padding-bottom: 38px;
  padding-top: 38px;
}

@media screen and (max-width: 899px) {
  .p-lp__flow-item-icon4 {
    padding-top: 17px;
    padding-bottom: 12px;
  }
}

.p-lp__flow-item-icon5 {
  width: 77px;
  padding-bottom: 36px;
  padding-top: 37px;
}

@media screen and (max-width: 899px) {
  .p-lp__flow-item-icon5 {
    padding-top: 15px;
    padding-bottom: 11px;
  }
}

.p-lp__flow-item-text {
  line-height: 1.8;
  text-align: left;
  padding: 0 14.42px 66.52px 16px;
}

@media screen and (max-width: 899px) {
  .p-lp__flow-item-text {
    padding: 0 14.42px 23px 16px;
  }
}

.p-lp__faq {
  width: 100%;
  background-color: #E0903B;
  padding-top: 141px;
  max-width: 1920px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-lp__faq {
    padding-top: 82px;
  }
}

.p-lp__faq-title-container {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}

.p-lp__faq-title--jp span {
  color: #ffffff;
}

.p-lp__faq-title--jp {
  color: #ffffff;
}

.p-lp__faq-title--en {
  top: -72px;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .p-lp__faq-title--en {
    top: -52px;
  }
}

.p-lp__faq-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 102px;
  max-width: 1280px;
  padding-right: 60.3px;
  padding-left: 68.7px;
  margin: 63.44px auto 0;
}

@media screen and (max-width: 767px) {
  .p-lp__faq-list {
    padding-right: 21px;
    padding-left: 20px;
    margin: 86px auto 0;
  }
}

.p-lp__faq-item {
  background-color: #ffffff;
  width: 100%;
  max-width: 1151px;
  padding: 32px;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .p-lp__faq-item {
    padding: 22px 12px 22px 13px;
  }
}

.p-lp__faq-question-container {
  max-width: 1087px;
  background-color: #DBB678;
  padding: 32px;
  display: flex;
  border-radius: 8px;
  align-items: center;
  position: relative;
  cursor: pointer;
}


@media screen and (max-width: 767px) {
  .p-lp__faq-question-container {
    padding: 9px 6px 8px 8px;
  }
}

.p-lp__faq-question-title,
.p-lp__faq-question {
  transition: all ease 0.3s;
}

.p-lp__faq-question-container:hover .p-lp__faq-question-title,
.p-lp__faq-question-container:hover .p-lp__faq-question {
  color: #fff;
}

.p-lp__faq-question-title,
.p-lp__faq-answer-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-lp__title-line.p-lp__title-line-faq {
  position: relative;
  margin: 0 auto;
}

.p-lp__title-line.p-lp__title-line-faq div {
  position: absolute;
  width: 58px;
  height: 1px;
  background-color: #574109;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-lp__title-line.p-lp__title-line-faq div {
    top: -6px;
    background-color: #ffffff;
  }
}

.p-lp__faq-answer-container {
  background-color: #FAF6F3;
  max-width: 1062px;
  display: flex;
  padding: 30px 33px 30px 80px;
  align-items: center;
  margin: 0 12px 0 12px;
  border-radius: 0 0 13px 13px;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-lp__faq-answer-container {
    padding: 9px 16px 16px 13px;
  }
}

.p-lp__faq-question,
.p-lp__faq-answer {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-left: 40px;
  padding-right: 45px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {

  .p-lp__faq-question,
  .p-lp__faq-answer {
    padding-left: 11px;
  }
}

@media screen and (max-width: 767px) {
  .p-lp__faq-answer {
    padding-left: 13px;
    padding-right: 16px;
  }
}

.p-lp__faq-question-button {
  background-color: #ffffff;
  border: 1px solid #1a1a1a;
  border-radius: 16px;
  font-size: 1.125rem;
  font-weight: bold;
  width: 50px;
  height: 37px;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
  position: absolute;
  top: 32px;
  right: 24px;
}

@media screen and (max-width: 767px) {
  .p-lp__faq-question-button {
    width: 36px;
    height: 26px;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-lp__faq-question-button--active {
  border-radius: 16px;
  font-size: 1.125rem;
  font-weight: bold;
  width: 50px;
  height: 37px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 32px;
  right: 24px;
}

@media screen and (max-width: 767px) {
  .p-lp__faq-question-button--active {
    width: 18px;
    height: 29px;
    right: 9.85px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-lp__footer {
  padding-top: 15px;
  padding-bottom: 13px;
  background-color: #ffffff;
}

.footer__copyright {
  font-size: 0.8125rem;
  color: #574109;
  display: flex;
  justify-content: center;
  text-align: center;
}

/*# sourceMappingURL=p-lp.css.map */