.headerLp {
  height: 80px;
  display: flex;
  align-items: center;
}

.p-lp__secTitle {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-lp__secTitle {
    font-size: 28px;
  }
}
@media (max-width: 580px) {
  .p-lp__secTitle {
    font-size: 18px;
  }
}

#wrap {
  border: none;
  padding-top: 0;
}

.headerLp {
  background: none;
}

.fvLp {
  width: 100%;
  padding: 0;
  height: auto;
  position: relative;
  background-color: none;
  position: relative;
  z-index: 1;
  background: #fff;
}
.fvLp::before {
  position: absolute;
  content: "";
  background: #eff3cc;
  width: 80%;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -2;
  clip-path: polygon(54% 0, 100% 0, 100% 100%, 0% 100%);
}
.fvLp::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  background: url(./../image/fv_bg_01.png) bottom center/contain repeat-x;
}
.fvLp .fv-inner {
  width: calc(100% - 80px);
  margin: auto;
  height: auto;
}
.fvLp .fv-container {
  display: flex;
  justify-content: space-between;
  column-gap: 12px;
  padding: 66px 0;
  padding-left: 44px;
  position: relative;
}
.fvLp .fv-container::before {
  position: absolute;
  content: "";
  width: 740px;
  left: calc(50% + 150px);
  z-index: -1;
  background: url(./../image/fv_bg_02.png) bottom center/contain no-repeat;
  aspect-ratio: 1480/1044;
  transform: translate(-50%, 0);
  bottom: 34px;
}
.fvLp .fv-content {
  width: 572px;
  flex-shrink: 0;
}
.fvLp .fv-form {
  width: 25%;
  max-width: 360px;
  flex-shrink: 0;
  height: 574px;
  background-color: #fff;
  border-radius: 12px;
  border: 2px solid #000;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}
.fvLp .fv-form::-webkit-scrollbar {
  display: none;
}
.fvLp .fv-form-header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px 10px 0 0;
  background: #c0cd34;
}
.fvLp .fv-form-header span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28px;
  background-color: #cc667c;
  width: 40px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.fvLp .fv-form #surpass_page_header {
  display: none;
}
.fvLp .fv-text01 {
  width: 556px;
  max-width: 100%;
}
.fvLp .fv-text01 img {
  width: 100%;
  height: auto;
}
@media (max-width: 1080px) {
  .fvLp .fv-text01 {
    margin-right: auto;
    margin-left: auto;
  }
}
.fvLp .fv-text02 {
  margin-top: 23px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1080px) {
  .fvLp .fv-text02 {
    text-align: center;
    font-size: 16px;
  }
}
.fvLp .fv-text03 {
  width: 432px;
  margin-top: 16px;
  max-width: 100%;
}
.fvLp .fv-text03 img {
  width: 100%;
  height: auto;
}
@media (max-width: 1080px) {
  .fvLp .fv-text03 {
    margin-right: auto;
    margin-left: auto;
  }
}
.fvLp .fv-cta {
  justify-content: center;
  margin-top: 34px;
  display: flex;
  gap: 12px;
  justify-content: flex-start;
}
@media (max-width: 1080px) {
  .fvLp .fv-cta {
    justify-content: center;
  }
}
@media (max-width: 580px) {
  .fvLp .fv-cta {
    margin-top: 24px;
    flex-direction: column;
    align-items: center;
  }
}
.fvLp .fv-cta-btn {
  width: 258px;
  height: 56px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 9999px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 0 24px;
}
.fvLp .fv-cta-btn::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
}
.fvLp .fv-cta-btn--download {
  background: #cc667c;
  border: 2px solid #fff;
  color: #fff;
}
.fvLp .fv-cta-btn--download::before {
  width: 13.33px;
  height: 13.33px;
  background-image: url(./../image/icon-download.svg);
}
.fvLp .fv-cta-btn--contact {
  background: #fff;
  border: 2px solid #cc667c;
  color: #cc667c;
  padding: 0 43px;
  justify-content: center;
}
.fvLp .fv-cta-btn--contact::before {
  width: 12px;
  height: 24px;
  background-image: url(./../image/icon-right-arrow.svg);
}

@media (max-width: 1080px) {
  .fvLp .fv-inner {
    width: 100%;
  }
  .fvLp .fv-container {
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
    padding: 80px 0 0;
  }
  .fvLp:not(#_) .fv-content,
  .fvLp .fv-form {
    width: 100%;
    max-width: 600px;
  }
  .fvLp:not(#_) .fv-catch {
    font-size: 40.61px;
  }
  .fvLp:not(#_) .fv-text {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 960px) {
  .fvLp {
    padding-inline: 0;
    margin-inline: auto;
  }
  .fvLp:not(#_) .fv-catch {
    font-size: clamp(1.375rem, -0.405rem + 7.6vw, 2.538rem);
  }
  .fvLp:not(#_) .fv-text {
    font-size: clamp(1.25rem, 0.867rem + 1.63vw, 1.5rem);
    letter-spacing: 0.01em;
  }
}
@media (max-width: 580px) {
  .fvLp .fv-inner {
    padding: 16px 20px;
  }
  .fvLp:not(#_) .fv-text {
    letter-spacing: 0.05em;
  }
  .fvLp:not(#_) .fv-achieve-list {
    margin-top: 16px;
  }
  .fvLp .fv-form-header {
    font-size: 16px;
    gap: 12px;
  }
  .fvLp .fv-form-header span {
    font-size: 14px;
  }
  .fvLp:not(#_) .fv-feature-item {
    gap: 5px;
  }
  .fvLp:not(#_) .fv-feature-item::before {
    width: 18px;
    min-width: 18px;
  }
  .fvLp:not(#_) .fv-feature-item img {
    height: 12.9px;
    width: 100%;
    object-fit: contain;
    object-position: left;
  }
}
@media not screen and (min-width: 375px) {
  .fvLp {
    max-width: 98%;
  }
  .fvLp .fv-inner {
    padding-inline: 10px;
  }
}
.achieve.achieveLp .achieve-inner {
  padding: 32px 0 33px;
}

.achieve.achieveLp .achieve-inner .achieve-content {
  max-width: initial;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  background-color: initial;
  border-radius: initial;
  padding: 0;
}

.achieve.achieveLp .achieve-inner .achieve-content .achieve-list {
  margin-bottom: 0;
}

.p-lp__intro {
  background: #f4f4f4;
  position: relative;
  padding: 74px 0 20px;
}
@media (max-width: 768px) {
  .p-lp__intro {
    padding: 40px 0;
  }
}
.p-lp__intro::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px calc(50vw - 10px) 0 calc(50vw - 10px);
  border-color: #f4f4f4 #fff transparent #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-lp__intro__inner {
  margin: auto;
  max-width: 880px;
  width: 94%;
}

.p-lp__intro__text01 {
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  gap: 14px;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-left: 11px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .p-lp__intro__text01 {
    font-size: 14px;
    gap: 6px;
    text-align: center;
  }
}
.p-lp__intro__text01::before, .p-lp__intro__text01::after {
  width: 33px;
  aspect-ratio: 65/53;
  height: auto;
  display: flex;
  content: "";
  background: url(./../image/intro_icon_01.png) center center/contain no-repeat;
}
@media (max-width: 580px) {
  .p-lp__intro__text01::before, .p-lp__intro__text01::after {
    width: 20px;
  }
}
.p-lp__intro__text01::after {
  background: url(./../image/intro_icon_02.png) center center/contain no-repeat;
}

.p-lp__intro__container {
  background: #fff;
  border-radius: 20px;
  padding: 0 60px 52px;
  margin-top: 38px;
}
@media (max-width: 768px) {
  .p-lp__intro__container {
    margin-top: 24px;
    padding: 0 16px 20px;
  }
}

.p-lp__intro__title {
  line-height: 1.5;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-lp__intro__title {
    font-size: 28px;
  }
}
@media (max-width: 580px) {
  .p-lp__intro__title {
    font-size: 18px;
  }
}

.p-lp__intro__clm {
  display: flex;
  gap: 8px;
  margin-top: 7px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-lp__intro__clm {
    flex-direction: column;
  }
}

.p-lp__intro__image {
  width: 230px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  padding-right: 20px;
}
.p-lp__intro__image img {
  width: 184px;
  height: auto;
}

.p-lp__intro__list {
  margin-top: 12px;
}

.p-lp__intro__item {
  line-height: 2;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}
@media (max-width: 580px) {
  .p-lp__intro__item {
    font-size: 16px;
  }
}
.p-lp__intro__item::before {
  content: "";
  position: absolute;
  width: 6px;
  aspect-ratio: 1;
  background: #333;
  border-radius: 50%;
  top: 0.9em;
  left: 2px;
}

.p-lp__about {
  background: #fff;
  padding: 156px 0 72px;
}
@media (max-width: 768px) {
  .p-lp__about {
    padding: 156px 0 40px;
  }
}

.p-lp__about__inner {
  margin: auto;
  max-width: 1000px;
  width: 94%;
}

.p-lp__about__ballon {
  width: 254px;
  max-width: 100%;
  margin: 0 auto;
}
.p-lp__about__ballon img {
  width: 100%;
  height: auto;
}

.p-lp__about__title {
  margin-top: 12px;
}
.p-lp__about__title--bg {
  margin-inline: 4px;
  position: relative;
  z-index: 1;
  padding-inline: 10px;
}
.p-lp__about__title--bg::before {
  z-index: -1;
  content: "";
  border-radius: 5px;
  background: #C0CD34;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.p-lp__about__text01 {
  margin-top: 28px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-lp__about__text01 {
    font-size: 16px;
  }
}

.p-lp__about__image {
  width: 880px;
  max-width: 100%;
  flex-shrink: 0;
  margin: 40px auto 56px;
}
@media (max-width: 768px) {
  .p-lp__about__image {
    width: 100%;
  }
}
.p-lp__about__image img {
  width: 100%;
  height: auto;
}

.p-lp__cta {
  background: url(./../image/cta_bg_01.jpg) right center/cover;
  padding: 66px 16px 46px;
}
@media (max-width: 768px) {
  .p-lp__cta {
    padding: 40px 8px;
  }
}

.p-lp__cta__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-lp__cta__title {
    font-size: 28px;
  }
}
@media (max-width: 580px) {
  .p-lp__cta__title {
    font-size: 18px;
  }
}

.p-lp__cta__text {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.p-lp__cta__btnWrap {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  align-items: center;
}

.p-lp__cta__btn {
  max-width: 100%;
  width: 446px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 24px;
  position: relative;
  border-radius: 9999px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  gap: 9px;
}
@media (max-width: 768px) {
  .p-lp__cta__btn {
    font-size: 14px;
    padding: 0 12px;
  }
}
.p-lp__cta__btn::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  right: 19.33px;
}

.p-lp__cta__btnLabel {
  width: 47px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  border-radius: 9999px;
  background: #fff;
  border: 1px solid transparent;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-lp__cta__btnLabel {
    font-size: 10px;
    width: 36px;
  }
}

a.p-lp__cta__btn--download {
  background: #cc667c;
  border: 2px solid #fff;
  color: #fff;
  box-shadow: 0px 0px 24px rgba(61, 62, 44, 0.1);
  letter-spacing: 0.64px;
}
a.p-lp__cta__btn--download::before {
  width: 22px;
  height: auto;
  aspect-ratio: 1;
  background-image: url(./../image/icon-download.svg);
}
@media (max-width: 768px) {
  a.p-lp__cta__btn--download::before {
    width: 16px;
  }
}
a.p-lp__cta__btn--download .p-lp__cta__btnLabel {
  color: #cc667c;
}

.p-lp__cta__btn--contact {
  height: 58px;
  letter-spacing: 0;
  width: fit-content;
  padding: 0 29px 0px 0;
}
.p-lp__cta__btn--contact::before {
  width: 20px;
  height: auto;
  aspect-ratio: 1;
  background-image: url(./../image/arrow-btn.svg);
  right: 0;
}
.p-lp__cta__btn--contact::after {
  background-color: #444444;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  width: calc(100% - 48px);
  left: 24px;
}
.p-lp__cta__btn--contact:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.p-lp__point {
  padding: 72px 0 58px;
  background: #fff;
}
@media (max-width: 768px) {
  .p-lp__point {
    padding: 40px 0;
  }
}

.p-lp__point__inner {
  margin: auto;
  max-width: 1160px;
  width: 94%;
}

.p-lp__point__ballon {
  width: 291px;
  max-width: 100%;
  margin: 0 auto;
}
.p-lp__point__ballon img {
  width: 100%;
  height: auto;
}

.p-lp__point__list {
  margin-top: 40px;
  flex-direction: column;
  display: flex;
  gap: 26px;
  margin-bottom: 72px;
}

.p-lp__point__item {
  border-radius: 20px;
  border: 2px solid #000;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-lp__point__item {
    flex-direction: column-reverse;
  }
}

.p-lp__point__content {
  padding: 32px;
}
@media (max-width: 768px) {
  .p-lp__point__content {
    padding: 18px;
  }
}

.p-lp__point__itemTitle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 768px) {
  .p-lp__point__itemTitle {
    font-size: 18px;
  }
}

.p-lp__point__circle {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border: 2px solid #000;
  background: #c0cd34;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.p-lp__point__num {
  font-size: 24px;
}

.p-lp__point__itemText01 {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-lp__point__itemText01 {
    font-size: 14px;
  }
}

.p-lp__point__image {
  width: 416px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-lp__point__image {
    width: 100%;
  }
}
.p-lp__point__image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.p-lp__point__reason {
  margin-top: 32px;
  padding: 0 80px;
}
@media (max-width: 768px) {
  .p-lp__point__reason {
    padding: 0;
  }
}

.p-lp__point__cta {
  margin-top: 32px;
}
.p-lp__point__cta .p-lp__cta__btn--contact .p-lp__cta__btnLabel {
  border-color: #000;
}

.p-lp__flow {
  background: #fff;
  padding: 72px 0;
}

.p-lp__flow__inner {
  margin: auto;
  max-width: 1080px;
  width: 94%;
}

.p-lp__flow__list {
  gap: 40px;
  margin-top: 40px;
  display: flex;
}
@media (max-width: 768px) {
  .p-lp__flow__list {
    flex-direction: column;
  }
}

.p-lp__flow__item {
  flex: 1;
}
.p-lp__flow__item:not(:last-child) {
  position: relative;
}
.p-lp__flow__item:not(:last-child)::before {
  left: 100%;
  top: 40px;
  position: absolute;
  content: "";
  width: 38px;
  aspect-ratio: 1;
  background: url(./../image/green_r_01.png) bottom center/contain repeat-x;
}
@media (max-width: 768px) {
  .p-lp__flow__item:not(:last-child)::before {
    width: 32px;
    left: 50%;
    top: calc(100% + 4px);
    transform: translate(-50%, 0) rotate(90deg);
  }
}

.p-lp__flow__image {
  width: 120px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-lp__flow__image {
    width: 80px;
  }
}
.p-lp__flow__image img {
  width: 100%;
  height: auto;
}

.p-lp__flow__text01 {
  margin-top: 20px;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.48px;
}
@media (max-width: 768px) {
  .p-lp__flow__text01 {
    font-size: 16px;
  }
}

.p-lp__flow__text02 {
  margin-top: 8px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-lp__flow__text02 {
    font-size: 14px;
    text-align: center;
  }
}

.p-lp__scene {
  padding: 72px 0;
  background: #f4f4f4;
}
@media (max-width: 768px) {
  .p-lp__scene {
    padding: 40px 0;
  }
}

.p-lp__scene__inner {
  margin: auto;
  max-width: 1010px;
  width: 94%;
}

.p-lp__scene__ballon {
  width: 205px;
  max-width: 100%;
  margin: 0 auto;
}
.p-lp__scene__ballon img {
  width: 100%;
  height: auto;
}

.p-lp__scene__list {
  display: flex;
  margin-top: 40px;
  gap: 24px;
}
@media (max-width: 768px) {
  .p-lp__scene__list {
    flex-direction: column;
    gap: 16px;
  }
}

.p-lp__scene__item {
  border-radius: 20px;
  flex: 1;
  border: 2px solid #000;
  background: #fff;
  overflow: hidden;
}

.p-lp__scene__image img {
  width: 100%;
  height: auto;
}

.p-lp__scene__text01 {
  background: #fff;
  padding: 16px 0;
  text-align: center;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-lp__scene__text01 {
    font-size: 16px;
  }
}

.p-lp__scene__location {
  margin: 64px auto 0;
  width: 880px;
  max-width: 100%;
  border-radius: 20px;
  border: 2px solid #c0cd34;
  background: #eff3cc;
  padding: 0 32px 40px;
}
@media (max-width: 768px) {
  .p-lp__scene__location {
    padding: 0 12px 20px;
  }
}

.p-lp__scene__location__title {
  border-radius: 999px;
  border: 2px solid #c0cd34;
  background: #fff;
  padding: 6px 32px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  width: fit-content;
  transform: translateY(-50%);
  margin: 0 auto;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-lp__scene__location__title {
    font-size: 16px;
  }
}

.p-lp__scene__location__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 768px) {
  .p-lp__scene__location__list {
    gap: 6px;
  }
}

.p-lp__scene__location__item {
  padding: 12px 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  background: #fff;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .p-lp__scene__location__item {
    gap: 6px;
    font-size: 14px;
    padding: 4px 8px;
  }
}

.p-lp__scene__location__icon {
  width: 40px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-lp__scene__location__icon {
    width: 30px;
  }
}
.p-lp__scene__location__icon img {
  width: 100%;
  height: auto;
}

.p-lp__faq {
  padding: 52px 0 34px;
  background: #eff3cc;
}
@media (max-width: 768px) {
  .p-lp__faq {
    padding: 40px 0;
  }
}

.p-lp__faq__inner {
  margin: auto;
  max-width: 1000px;
  width: 94%;
}

.p-lp__faq__list {
  margin-top: 30px;
}

.p-lp-sample {
  border-radius: 20px;
  border: 3px solid #bfcd34;
  background: #fff;
  padding: 0px 50px 40px;
  width: 880px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-lp-sample {
    padding: 0 16px 20px;
  }
}

.p-lp-sample__title {
  border-radius: 999px;
  background: #c0cd34;
  padding: 8px 20px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  width: fit-content;
  line-height: normal;
  transform: translateY(-50%);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-lp-sample__title {
    font-size: 16px;
  }
}

.p-lp-sample__clm {
  display: flex;
  gap: 24px;
}
@media (max-width: 580px) {
  .p-lp-sample__clm {
    flex-direction: column;
  }
}

.p-lp-sample__item {
  flex: 1;
  padding: 40px 20px 20px 20px;
  border-radius: 10px;
  background: #eff3cc;
  position: relative;
}

.p-lp-sample__label {
  border-radius: 10px 0;
  background: #c0cd34;
  padding: 4px 16px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
}
@media (max-width: 768px) {
  .p-lp-sample__label {
    font-size: 14px;
  }
}

.p-lp-sample__text01 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-lp-sample__text01 {
    font-size: 14px;
  }
}

.p-lp-sample__audio {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
.p-lp-sample__audio audio {
  max-width: 100%;
}

footer:not(#_) {
  background-color: #c0cd34;
  padding: 32px 0 132px;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
