@charset "UTF-8";
/* Tailwind Breakpoints */
:root {
  font-size: 16px;
  --color-text: #333;
  --color-main: #182260;
  --color-accent:#2FB8C6;
  --color-bg1:#F5F7FB;
  --color-bg2:#E6ECFF;
}

.c-lp-heading {
  text-align: center;
  margin-bottom: 48px;
}
.c-lp-heading__title {
  font-weight: 700;
  font-size: 42px;
  color: var(--color-main);
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .c-lp-heading__title {
    font-size: clamp(2.953rem, 3.375vw, 4.219rem); /* 54px */
  }
}
.c-lp-heading__sub {
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}
.c-lp-heading__line {
  display: block;
  width: 32px;
  height: 2px;
  background: var(--color-accent);
  margin: 0 auto;
}

.c-lp-heading-2 {
  text-align: center;
  margin-bottom: 48px;
}
.c-lp-heading-2__sub {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 8px;
}
.c-lp-heading-2__line {
  display: block;
  width: 32px;
  height: 2px;
  background: var(--color-accent);
  margin: 0 auto 24px;
}
.c-lp-heading-2__title {
  font-weight: 600;
  font-size: 32px;
  color: var(--color-text);
  line-height: 1.3;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .c-lp-heading-2__title {
    font-size: clamp(2.297rem, 2.625vw, 3.281rem); /* 42px */
  }
}

body {
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  body {
    padding-top: 100px;
  }
}

.bts__accent-line {
  display: block;
  width: 32px;
  height: 2px;
  background: var(--color-accent);
  margin-bottom: 24px;
}
.bts__accent-line--center {
  margin: 0 auto;
}

.fv {
  position: relative;
  width: 100%;
}
.fv__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.fv__text {
  color: #1A2D79;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1024px) {
  .fv__text {
    font-size: clamp(1.641rem, 1.875vw, 2.344rem); /* 30px */
    letter-spacing: 0.15em;
  }
}
.fv__logo {
  padding-inline: 50px;
}

.bts-background {
  padding: 60px 0;
  background-color: #F9FAFB;
}
@media screen and (min-width: 1024px) {
  .bts-background {
    padding: 120px 0;
  }
}
.bts-background__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .bts-background__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 74px;
  }
}
.bts-background__card {
  border-radius: 2px;
  background: #fff;
  padding: 30px 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #013692;
  padding: 16px 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bts-background__card {
    font-size: clamp(1.312rem, 1.5vw, 1.875rem); /* 24px */
    padding: 20px 24px;
  }
}
.bts-background__card-img {
  padding-inline: 29px;
  width: 50%;
  margin: 10px auto 0;
}
.bts-background__card-description {
  text-align: left;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .bts-background__card-description {
    font-size: clamp(0.984rem, 1.125vw, 1.406rem); /* 18px */
    text-align: center;
  }
}
.bts-background__arrow {
  text-align: center;
  width: 32px;
  margin: 24px auto;
}
@media screen and (min-width: 1024px) {
  .bts-background__arrow {
    width: 91px;
    margin: 45px auto;
  }
}
.bts-background__result {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #1E3A5F;
}
@media screen and (min-width: 1024px) {
  .bts-background__result {
    font-size: clamp(1.641rem, 1.875vw, 2.344rem); /* 30px */
  }
}

.bts-worry {
  padding: 60px 0;
  background: #E1E5E9;
}
@media screen and (min-width: 1024px) {
  .bts-worry {
    padding: 120px 0;
  }
}
.bts-worry__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #013692;
  margin-bottom: 40px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .bts-worry__title {
    font-size: clamp(1.75rem, 2vw, 2.5rem); /* 32px */
    margin-bottom: 56px;
  }
}
.bts-worry__title--lg {
  font-size: 30px;
}
@media screen and (min-width: 1024px) {
  .bts-worry__title--lg {
    font-size: clamp(2.461rem, 2.8125vw, 3.516rem); /* 45px */
  }
}
.bts-worry__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 768px;
  margin: 0 auto;
}
.bts-worry__list {
  margin: 0;
  padding: 0;
  flex: 1;
  width: 100%;
  background: #FAFAFA;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-top: -15%;
}
.bts-worry__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .bts-worry__item {
    font-size: clamp(1.094rem, 1.25vw, 1.3rem); /* 20px */
  }
}
.bts-worry__check {
  width: 20px;
  height: 20px;
}

.bts-value {
  text-align: center;
}
.bts-value__text {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-size: 14px;
  margin-bottom: 16px;
  color: #333333;
}
@media screen and (min-width: 1024px) {
  .bts-value__text {
    font-size: clamp(1.312rem, 1.5vw, 1.875rem); /* 24px */
  }
}
.bts-value__img {
  width: 240px;
  margin: 0 auto;
  margin-bottom: 17px;
}
@media screen and (min-width: 1024px) {
  .bts-value__img {
    width: 370px;
  }
}
.bts-value__catch {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .bts-value__catch {
    font-size: clamp(1.75rem, 2vw, 2.5rem); /* 32px */
    margin-bottom: 73px;
  }
}
.bts-value__catch--lg {
  color: #013692;
  font-size: 30px;
}
@media screen and (min-width: 1024px) {
  .bts-value__catch--lg {
    font-size: clamp(2.461rem, 2.8125vw, 3.516rem); /* 45px */
  }
}

.bts-about {
  background: #ECF1FB;
  padding: 20px 0 60px;
  margin-top: -1px;
}
@media screen and (min-width: 1024px) {
  .bts-about {
    padding: 20px 0 120px;
  }
}
.bts-about__deco {
  margin-top: -5%;
}
.bts-about__container {
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 1148px;
  margin: 0 20px;
  padding: 40px 30px;
}
@media screen and (min-width: 1024px) {
  .bts-about__container {
    margin: 0 auto;
    padding: 80px 55px;
  }
}
.bts-about__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .bts-about__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.bts-about__item {
  position: relative;
  padding-block: 20px;
}
@media screen and (min-width: 1024px) {
  .bts-about__item {
    padding: 30px 20px;
  }
}
.bts-about__item::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: 0;
  background-color: #cccccc;
}
@media screen and (min-width: 768px) {
  .bts-about__item::after {
    right: 0;
    top: 10%;
    width: 1px;
    height: 80%;
  }
}
.bts-about__item:last-child::after {
  display: none;
}
.bts-about__number {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
  font-size: 24px;
  color: #013692;
}
.bts-about__heading {
  font-size: 18px;
  font-weight: 700;
  color: #013692;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .bts-about__heading {
    font-size: clamp(1.203rem, 1.375vw, 1.719rem); /* 22px */
  }
}
.bts-about__text {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .bts-about__text {
    font-size: clamp(0.875rem, 1vw, 1.25rem); /* 16px */
  }
}

.bts-approach {
  padding: 60px 0;
}
@media screen and (min-width: 1024px) {
  .bts-approach {
    padding: 120px 0;
  }
}
.bts-approach__container {
  margin-bottom: 73px;
}
.bts-approach__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  color: #2A2F3D;
}
.bts-approach__title--lg {
  font-size: 36px;
}
@media screen and (min-width: 1024px) {
  .bts-approach__text {
    text-align: center;
  }
}
.bts-approach__diagram {
  text-align: center;
  background: #ECF1FB;
  margin-top: 40px;
  padding: 40px;
}
@media screen and (min-width: 1024px) {
  .bts-approach__diagram img {
    width: 60%;
    margin: 0 auto;
  }
}

.bts-support {
  max-width: 1148px;
  padding: 0 20px;
  margin-bottom: 30px;
}
.bts-support__container {
  border: 1px solid #CCCCCC;
  padding: 52px 20px 40px;
}
@media screen and (min-width: 1024px) {
  .bts-support__container {
    padding: 60px 40px;
    margin-bottom: 53px;
  }
}
.bts-support__header {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: -26px;
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .bts-support__header {
    margin-bottom: -47px;
    margin-left: -47px;
  }
}
.bts-support__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #013692;
  flex-shrink: 0;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .bts-support__icon {
    width: 94px;
    height: 94px;
  }
}
.bts-support__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.bts-support__heading {
  position: absolute;
  left: 45px;
  z-index: -1;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #013692;
  padding: 6px 20px;
  border-radius: 2px;
  line-height: 1.4;
  letter-spacing: 0.3em;
  text-align: center;
  border-radius: 2px;
}
@media screen and (min-width: 1024px) {
  .bts-support__heading {
    font-size: clamp(1.094rem, 1.25vw, 1.3rem); /* 20px */
    padding: 8px 28px;
    padding: 15px;
    width: 258px;
    left: 84px;
  }
}
.bts-support__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #013692;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .bts-support__title {
    font-size: clamp(1.312rem, 1.5vw, 1.875rem); /* 24px */
  }
}
.bts-support__support-desc {
  font-size: 14px;
  color: var(--color-text);
  margin-bottom: 40px;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .bts-support__support-desc {
    text-align: center;
    font-size: clamp(0.875rem, 1vw, 1.25rem); /* 16px */
    margin-bottom: 30px;
  }
}
.bts-support__note {
  font-size: 12px;
  text-align: center;
  margin-top: 16px;
  letter-spacing: 0.03em;
  color: #333333;
}
@media screen and (min-width: 1024px) {
  .bts-support__note {
    font-size: clamp(0.766rem, 0.875vw, 1.094rem); /* 14px */
  }
}
.bts-support__diag {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .bts-support__diag {
    flex-direction: row;
    align-items: center;
    gap: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .bts-support__diag-img {
    width: 46%;
    flex-shrink: 0;
  }
}
.bts-support__diag-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 235px;
}
.bts-support__diag-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .bts-support__diag-item {
    font-size: clamp(0.875rem, 1vw, 1.25rem); /* 16px */
  }
}
.bts-support__diag-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--color-accent);
  font-size: 16px;
  border-radius: 2px;
  flex-shrink: 0;
  border: var(--color-accent) solid 1px;
}
.bts-support__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}
@media screen and (min-width: 1024px) {
  .bts-support__item {
    gap: 45px;
  }
}
.bts-support__item-card {
  padding: 20px 30px;
  width: 271px;
  padding: 20px 30px;
  border: #D9D9D9 2px solid;
}
.bts-support__item-title {
  font-weight: bold;
  color: #013692;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-bottom: 8px;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .bts-support__item-title {
    font-size: clamp(1.203rem, 1.375vw, 1.719rem); /* 22px */
  }
}
.bts-support__item-img--size {
  width: 50%;
  margin: 0 auto;
}
.bts-support__training {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .bts-support__training {
    flex-direction: row;
  }
}
.bts-support__training-card {
  flex: 1;
  padding: 24px 20px;
  background: #f6f9ff;
}
.bts-support__training-title {
  font-size: 16px;
  font-weight: 700;
  color: #013692;
  text-align: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .bts-support__training-title {
    font-size: clamp(1.203rem, 1.375vw, 1.719rem); /* 22px */
  }
}
.bts-support__training-img {
  margin-bottom: 20px;
}
.bts-support__training-img img {
  aspect-ratio: 640/425;
  -o-object-fit: cover;
     object-fit: cover;
}
.bts-support__training-item {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
  font-weight: 700;
  border-bottom: solid 1px #D9D9D9;
}
.bts-support__training-item::before {
  content: "○";
  flex-shrink: 0;
  font-size: 12px;
  margin-top: 3px;
  margin-right: 6px;
}
@media screen and (min-width: 1024px) {
  .bts-support__training-item {
    font-size: clamp(1.094rem, 1.25vw, 1.3rem); /* 20px */
  }
}
.bts-support__training-sub-list {
  font-size: 16px;
  font-weight: normal;
}
.bts-support__training-sub-list li {
  font-size: 14px;
  padding: 5px 0;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .bts-support__training-sub-list li {
    font-size: clamp(0.875rem, 1vw, 1.25rem); /* 16px */
  }
}
.bts-support__training-note {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 0.8em;
}
.bts-support__trouble-content {
  margin-top: 40px;
  background: #f6f9f9;
  padding: 24px;
}
.bts-support__trouble-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #013692;
}
@media screen and (min-width: 1024px) {
  .bts-support__trouble-title {
    font-size: clamp(1.203rem, 1.375vw, 1.719rem); /* 22px */
  }
}
.bts-support__trouble-sub-title {
  border: 1px solid var(--color-accent);
  background: #fff;
  color: var(--color-accent);
  font-size: 14px;
  font-weight: 700;
  padding-inline: 10px;
  display: inline-block;
  line-height: 2;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .bts-support__trouble-sub-title {
    font-size: clamp(0.984rem, 1.125vw, 1.406rem); /* 18px */
  }
}
.bts-support__trouble-body {
  padding-bottom: 5px;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .bts-support__trouble-body {
    font-size: clamp(0.875rem, 1vw, 1.25rem); /* 16px */
  }
}
.bts-support__overall {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .bts-support__overall {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
}
.bts-support__overall-img {
  width: 100%;
}
.bts-support__overall-arrow {
  flex-shrink: 0;
  transform: rotate(90deg);
}
@media screen and (min-width: 1024px) {
  .bts-support__overall-arrow {
    transform: rotate(0deg);
  }
}
.bts-support__overall-arrow img {
  width: 32px;
}
@media screen and (min-width: 1024px) {
  .bts-support__overall-arrow img {
    width: 61px;
  }
}
.bts-support__overall-images {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.bts-support__overall-images--1 {
  width: 75%;
  display: block;
  position: relative;
  z-index: 1;
}
.bts-support__overall-images--2 {
  width: 75%;
  display: block;
  align-self: flex-end;
  margin-top: -20%;
  position: relative;
  z-index: 0;
}

.bts-voice {
  padding: 60px 0;
  background: var(--color-bg1);
}
@media screen and (min-width: 1024px) {
  .bts-voice {
    padding: 120px 0;
  }
}
.bts-voice__lists :last-child {
  margin-bottom: 0;
}
.bts-voice__item {
  display: flex;
  background: #fff;
  padding: 10px 20px;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .bts-voice__item {
    align-items: center;
    gap: 30px;
  }
}
.bts-voice__icon {
  background: #ECF1FB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
@media screen and (min-width: 1024px) {
  .bts-voice__icon {
    padding: 10px;
    width: 85px;
    height: 85px;
  }
}
.bts-voice__meta {
  line-height: 1.4;
  width: -moz-fit-content;
  width: fit-content;
}
.bts-voice__company {
  font-size: 14px;
  font-weight: 700;
  color: #013692;
  margin-bottom: 0;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .bts-voice__company {
    font-size: clamp(0.875rem, 1vw, 1.25rem); /* 16px */
  }
}
.bts-voice__comment {
  margin-bottom: 0;
  line-height: 1.4;
}

.contact--psupo {
  margin-top: 0;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .contact--psupo {
    align-items: stretch;
  }
  .contact--psupo .contact__img {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 60%;
    height: auto;
    flex-shrink: 0;
  }
  .contact--psupo .contact__img::before {
    content: none;
  }
  .contact--psupo .contact__img picture {
    display: block;
    height: 100%;
  }
  .contact--psupo .contact__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact--psupo .contact__body {
    margin-left: 0;
    flex: 1;
  }
}

.footer {
  padding: 0;
}
.footer__container {
  max-width: 100%;
  padding: 60px 100px;
}
.footer__top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .footer__top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    width: 338px;
  }
}
.footer__sns-container {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 24px;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .footer__sns-container {
    justify-content: flex-start;
  }
}
.footer__sns-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.footer__sns-container a:nth-child(3) {
  width: 28px;
  height: 28px;
}
.footer__sns-container a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .footer__nav {
    flex: 1;
  }
}
.footer__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .footer__list {
    flex-direction: row;
    font-size: clamp(0.875rem, 1vw, 1.25rem); /* 16px */
    gap: 22px;
  }
}
.footer__bottom {
  border-top: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}
.footer__copyright {
  font-size: 10px;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .footer__copyright {
    font-size: clamp(0.766rem, 0.875vw, 1.094rem); /* 14px */
  }
}

.lp-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.lp-header__inner {
  display: flex;
  align-items: center;
  height: 60px;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  .lp-header__inner {
    height: 100px;
  }
}
.lp-header__logo {
  flex-shrink: 0;
}
.lp-header__logo a {
  display: block;
}
.lp-header__logo img {
  width: 180px;
  height: auto;
  display: block;
}
.lp-header__nav {
  display: none;
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .lp-header__nav {
    display: flex;
    justify-content: flex-end;
  }
}
.lp-header__nav-list {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-header__nav-link {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #333333;
}
.lp-header__nav-link:hover {
  color: var(--color-main);
}
.lp-header__actions {
  display: none;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .lp-header__actions {
    display: flex;
  }
}
.lp-header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.lp-header__btn:hover {
  opacity: 0.85;
  color: #fff;
}
.lp-header__btn--contact {
  background: var(--color-main);
  color: #fff;
}
.lp-header__btn-icon {
  width: 16px;
  height: auto;
  flex-shrink: 0;
}
.lp-header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  margin-left: auto;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .lp-header__hamburger {
    display: none;
  }
}
.lp-header__hamburger-bar {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-main);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.lp-header__hamburger.is-active .lp-header__hamburger-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.lp-header__hamburger.is-active .lp-header__hamburger-bar:nth-child(2) {
  opacity: 0;
}
.lp-header__hamburger.is-active .lp-header__hamburger-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.lp-drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 99;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
@media screen and (min-width: 1024px) {
  .lp-drawer {
    display: none;
  }
}
.lp-drawer.is-open {
  transform: translateX(0);
}
.lp-drawer__inner {
  padding: 32px 24px 48px;
}
.lp-drawer__list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}
.lp-drawer__link {
  display: block;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text);
  text-decoration: none;
  border-bottom: 1px solid #eee;
  transition: color 0.2s;
}
.lp-drawer__link:hover {
  color: var(--color-main);
}
.lp-drawer__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}
.lp-drawer__actions .lp-header__btn {
  padding: 14px 20px;
}

.lp-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 98;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.lp-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.page-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .page-top {
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
  }
}
.page-top::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--color-main);
  border-right: 2px solid var(--color-main);
  transform: rotate(-45deg);
  margin-top: 6px;
}
@media screen and (min-width: 1024px) {
  .page-top::before {
    width: 15px;
    height: 15px;
    margin-top: 8px;
  }
}
.page-top:hover {
  background-color: #f5f5f5;
  opacity: 1;
}
.page-top.is-visible {
  opacity: 1;
  visibility: visible;
}