@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

body {
  background-color: #fff;
  color: #1d1d1d;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
body.is-fixed {
  overflow: hidden;
}

main {
  margin-top: 61px;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 87px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
  cursor: pointer;
}

input,
textarea,
select {
  font: inherit;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.inner {
  padding-inline: 20px;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-inline: 40px;
    max-width: 1580px;
  }
}

.hidden-pc {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-sp {
    display: inline-block;
  }
}

.hidden-sp-tb {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-sp-tb {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hidden-sp-tb {
    display: none;
  }
}

.br-tb {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .br-tb {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .br-tb {
    display: inline-block;
  }
}

.tittle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tittle__main {
  color: #b52525;
  font-family: "Nunito Sans", serif;
  font-weight: 400;
  font-size: clamp(40px, 25.5704697987px + 3.355704698vw, 90px);
  letter-spacing: 2px;
  padding-left: clamp(6px, 3.9798657718px + 0.4697986577vw, 13px);
}
@media screen and (min-width: 768px) {
  .tittle__main {
    letter-spacing: 4.5px;
  }
}
.customer-voice__tittle .tittle__main {
  padding-left: clamp(9px, 5.2483221477px + 0.8724832215vw, 22px);
}
.service-detail__tittle .tittle__main {
  padding-left: clamp(12px, 8.5369127517px + 0.8053691275vw, 24px);
}
.flow__tittle .tittle__main {
  padding-left: 6px;
}
.faq__tittle .tittle__main {
  padding-left: clamp(6px, 5.1342281879px + 0.2013422819vw, 9px);
}
.tittle__sub {
  font-size: clamp(18px, 16.8456375839px + 0.2684563758vw, 22px);
  font-weight: 500;
  margin-top: 5px;
}
.button {
  background-color: #f2ca46;
  border-radius: 31px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.9px;
  padding-block: 13px 15px;
  padding-inline: 36px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.button.button--hp-info {
  padding-inline: 45px;
  border-radius: 27px;
}
@media screen and (min-width: 768px) {
  .button.button--hp-info {
    border-radius: 31px;
    padding-inline: 51px;
  }
}
.button.button--drawer {
  padding-block: 17px 16px;
  padding-inline: 90px;
  border-radius: 41px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
@media (any-hover: hover) {
  .button:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 22px;
    line-height: 1.4545454545;
    padding-block: 15px;
    padding-inline: 40px;
    letter-spacing: 0;
  }
}

.header {
  height: 61px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header {
    height: 87px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header {
    height: 61px;
  }
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline: 0 21px;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-inline: 0 29px;
    max-width: 1923px;
    margin-inline: auto;
  }
}

.header__logo {
  width: 210px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 307px;
  }
}
@media (any-hover: hover) {
  .header__logo:hover {
    opacity: 0.8;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 33px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header__nav {
    display: none;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
}
.header__list li:nth-child(1) a {
  letter-spacing: 1.6px;
}
.header__list a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
.header__list a::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #1d1d1d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (any-hover: hover) {
  .header__list a:hover {
    opacity: 0.7;
  }
  .header__list a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.header__button {
  background-color: #b52525;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding-block: 11px 13px;
  padding-inline: 26px;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .header__button:hover {
    opacity: 0.7;
  }
}

.drawer__icon {
  display: block;
  width: 28px;
  height: 18px;
  position: relative;
  border: none;
  translate: 0 -1px;
}
@media screen and (min-width: 768px) {
  .drawer__icon {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .drawer__icon {
    display: block;
    width: 28px;
    height: 18px;
    position: relative;
    border: none;
  }
}
.drawer__icon.is-checked .drawer__icon--bar:nth-of-type(1),
.drawer__icon.is-checked .drawer__icon--bar:nth-of-type(3) {
  top: 50%;
}
.drawer__icon.is-checked .drawer__icon--bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer__icon.is-checked .drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.is-checked .drawer__icon--bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drawer__icon--bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #b52525;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, transform 0.3s;
  transition: top 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.drawer__icon--bar:nth-of-type(1) {
  top: 0;
}
.drawer__icon--bar:nth-of-type(2) {
  top: 50%;
}
.drawer__icon--bar:nth-of-type(3) {
  top: 100%;
}

.drawer {
  width: 100%;
  height: 436px;
  position: fixed;
  top: 60px;
  right: 0;
  background-color: #f9f9f9;
  z-index: 101;
  display: none;
}

.drawer__body {
  padding-block: 31px 29px;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
}
.drawer__list li {
  padding-bottom: 18px;
  padding-inline: 54px;
  border-bottom: 0.5px solid #707070;
}
.drawer__list li:nth-child(1) a {
  letter-spacing: 1.6px;
}
.drawer__list li:nth-child(4) {
  padding-top: 3px;
  padding-bottom: 22px;
}
.drawer__list li:nth-child(4) a:after {
  top: 3px;
}
.drawer__list li:nth-child(5) {
  padding-top: 2px;
  padding-bottom: 20px;
}
.drawer__list li a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
  position: relative;
  display: block;
}
.drawer__list li a::after {
  content: "→";
  position: absolute;
  color: #b52525;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.6px;
  top: 0;
  right: 0;
}

.drawer__button {
  text-align: center;
}

.mv {
  padding-block: 8px 256px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv {
    padding-block: 48px 71px;
  }
}

.mv__inner {
  padding-inline: 8px 0;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    max-width: 1844px;
    padding-inline: 40px;
    margin-inline: auto;
  }
}

.mv__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .mv__catch {
    width: clamp(675px, 451.6666666667px + 29.0798611111vw, 1010px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mv__catch {
    width: 100%;
  }
}

.mv__catch-main {
  width: max(426px, 99.0697674419vw);
}
@media screen and (min-width: 768px) {
  .mv__catch-main {
    width: min(1010px, 52.6041666667vw);
  }
}

.mv__catch-sub {
  font-size: clamp(16px, 11.9597315436px + 0.9395973154vw, 30px);
  font-weight: 700;
  margin-top: 15px;
  line-height: 2.25;
  letter-spacing: 1.12px;
}
@media screen and (min-width: 768px) {
  .mv__catch-sub {
    margin-top: 40px;
    line-height: 2.6666666667;
    letter-spacing: 3px;
  }
}
.mv__catch-sub + .mv__catch-sub {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .mv__catch-sub:nth-of-type(2) {
    margin-left: -9px;
  }
}
.mv__catch-sub span {
  margin-left: -7px;
  background-color: #b52525;
  font-size: clamp(22px, 16.8053691275px + 1.2080536913vw, 40px);
  font-weight: 700;
  color: #fff;
  line-height: 1.6363636364;
  letter-spacing: 1.54px;
  padding-block: 3px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv__catch-sub span {
    line-height: 2;
    letter-spacing: 4px;
    margin-left: 0;
    padding-block: 0;
  }
}
.mv__catch-sub span::after,
.mv__catch-sub span::before {
  content: "";
  position: absolute;
  height: calc(100% + 2px);
  background-color: #fff;
  top: -1px;
}
.mv__catch-sub span::after {
  width: 7px;
  left: -1px;
}
@media screen and (min-width: 768px) {
  .mv__catch-sub span::after {
    display: none;
  }
}
.mv__catch-sub span::before {
  width: 5px;
  right: -1px;
}
@media screen and (min-width: 768px) {
  .mv__catch-sub span::before {
    width: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mv__catch-sub span::before {
    display: none;
  }
}

.mv__catch-text {
  font-size: clamp(14px, 12.2684563758px + 0.4026845638vw, 20px);
  font-weight: 500;
  margin-top: 6px;
  padding-inline: 7px 20px;
  line-height: 2.1428571429;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) {
  .mv__catch-text {
    margin-top: 5px;
    line-height: 2.1;
    letter-spacing: 1.4px;
    z-index: 2;
    padding-inline: 0;
  }
}

.mv__image {
  position: absolute;
  width: max(585px, 136.0465116279vw);
  bottom: 0;
  left: -80px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .mv__image {
    left: auto;
    right: 0;
    width: 67.1875vw;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mv__image {
    width: min(585px, 136.0465116279vw);
    bottom: 0;
    left: auto;
    right: 0;
    z-index: -1;
  }
}

.service {
  padding-block: 47px 52px;
  background-color: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .service {
    padding-block: 95px 100px;
  }
}

@media screen and (min-width: 768px) {
  .service__inner {
    max-width: 1180px;
  }
}

.service__intro {
  margin-top: 128px;
}
@media screen and (min-width: 768px) {
  .service__intro {
    margin-top: 181px;
  }
}

.service__intro-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .service__intro-cards {
    gap: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.service__intro-card {
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 7px rgba(181, 37, 37, 0.7);
  padding-inline: 23px;
  border-radius: 40px;
  width: 100%;
  margin-inline: auto;
}
.service__intro-card.service__intro-card--1 {
  padding-block: 152px 40px;
}
@media screen and (min-width: 768px) {
  .service__intro-card.service__intro-card--1 {
    padding-block: 208px 40px;
  }
}
.service__intro-card.service__intro-card--2 {
  padding-block: 149px 44px;
}
@media screen and (min-width: 768px) {
  .service__intro-card.service__intro-card--2 {
    padding-block: 208px 40px;
  }
}
@media screen and (min-width: 768px) {
  .service__intro-card {
    border: solid 9px #b52525;
    border-radius: 50px;
    padding-inline: 28px;
  }
}

.service__intro-card-image {
  position: absolute;
}
.service__intro-card--1 .service__intro-card-image {
  width: 286px;
  top: -91px;
  left: 50%;
  translate: -50%;
}
@media screen and (min-width: 768px) {
  .service__intro-card--1 .service__intro-card-image {
    width: 349px;
    left: 82px;
    top: -105px;
    translate: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .service__intro-card--1 .service__intro-card-image {
    left: 50%;
    translate: -50%;
  }
}
.service__intro-card--2 .service__intro-card-image {
  width: 274px;
  top: -87px;
  left: 50%;
  translate: -50%;
}
@media screen and (min-width: 768px) {
  .service__intro-card--2 .service__intro-card-image {
    width: 331px;
    left: 89px;
    top: -83px;
    translate: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .service__intro-card--2 .service__intro-card-image {
    left: 50%;
    translate: -50%;
  }
}

.service__intro-card-tittle {
  width: 100%;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1.4px;
  padding-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .service__intro-card-tittle {
    font-size: 24px;
    line-height: 1.4583333333;
    letter-spacing: 2.4px;
    padding-bottom: 40px;
    padding-left: 2px;
  }
}
@media screen and (min-width: 768px) {
  .service__intro-card--2 .service__intro-card-tittle {
    padding-right: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .service__intro-card--2 .service__intro-card-tittle {
    padding-right: 0;
  }
}
.service__intro-card-tittle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #b52525;
  left: 0;
  bottom: 0;
}

.service__intro-card-text {
  font-weight: 500;
  margin-top: 22px;
  padding-inline: 0;
  line-height: 2.1428571429;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) {
  .service__intro-card-text {
    margin-top: 31px;
    padding-inline: 16px;
    line-height: 2.1111111111;
    letter-spacing: 1.26px;
  }
}

.service__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .service__content {
    margin-top: 60px;
  }
}

.service__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .service__lead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .service__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.service__lead span {
  background-color: #b52525;
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  line-height: 1.8181818182;
  letter-spacing: 1.54px;
  padding-inline: 12px 11px;
}
@media screen and (min-width: 768px) {
  .service__lead span {
    padding-block: 11px;
    padding-inline: 33px 0;
    font-size: 40px;
    line-height: 1.45;
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .service__lead span {
    padding-inline: 11px;
    padding-block: 0;
  }
}
.service__lead span:nth-child(2) {
  padding-inline: 12px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .service__lead span:nth-child(2) {
    padding-inline: 0;
    width: auto;
    margin-left: -1px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .service__lead span:nth-child(2) {
    padding-inline: 11px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.service__text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 1.6px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .service__text {
    margin-top: 60px;
    font-size: 24px;
    line-height: 1.9166666667;
    letter-spacing: 1.68px;
    font-weight: 600;
  }
}
.service__text:nth-of-type(2) {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .service__text:nth-of-type(2) {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .service__text:nth-of-type(2) {
    white-space: normal;
  }
}
.service__text:nth-of-type(3) {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .service__text:nth-of-type(3) {
    margin-top: 44px;
  }
}
.service__text:nth-of-type(4) {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .service__text:nth-of-type(4) {
    margin-top: 0;
  }
}

.problems {
  padding-block: 39px 53px;
}
@media screen and (min-width: 768px) {
  .problems {
    padding-block: 79px 92px;
  }
}

.problems__inner {
  padding-inline: 1.3953488372vw;
}
@media screen and (min-width: 768px) {
  .problems__inner {
    max-width: 1790px;
    padding-inline: 40px;
    margin-inline: auto;
  }
}

.problems__tittle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.problems-tittle {
  font-weight: 700;
  position: relative;
  font-size: 22px;
  line-height: 1.8181818182;
  letter-spacing: 1.54px;
  padding-inline: 19px;
  padding-block: 4px;
}
@media screen and (min-width: 768px) {
  .problems-tittle {
    font-size: 40px;
    line-height: 2;
    letter-spacing: 4px;
    padding-inline: 73px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .problems-tittle {
    font-size: clamp(22px, -10.0742459397px + 4.1763341067vw, 40px);
  }
}
.problems-tittle::after,
.problems-tittle::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #b52525;
  bottom: 0;
}
.problems-tittle::after {
  left: 0;
  rotate: -45deg;
  -webkit-transform: matrix(0.98, 0.17, -0.17, 0.98, 0, 0);
  transform: matrix(0.98, 0.17, -0.17, 0.98, 0, 0);
}
@media screen and (min-width: 768px) {
  .problems-tittle::after {
    -webkit-transform: none;
    transform: none;
    left: 31px;
  }
}
.problems-tittle::before {
  right: 0;
  rotate: 45deg;
  -webkit-transform: matrix(-0.98, 0.17, -0.17, -0.98, 0, 0);
  transform: matrix(-0.98, 0.17, -0.17, -0.98, 0, 0);
}
@media screen and (min-width: 768px) {
  .problems-tittle::before {
    -webkit-transform: none;
    transform: none;
    right: 31px;
  }
}

.problems__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 36px;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .problems__content {
    margin-top: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.problems__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .problems__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.problems__list {
  background-color: #f9f9f9;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 212px;
  height: 212px;
  border: 4px solid #b52525;
}
@media screen and (min-width: 768px) {
  .problems__list {
    border: 8px solid #b52525;
    width: clamp(309px, 134px + 14.5833333333vw, 414px);
    height: auto;
    aspect-ratio: 1/1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .problems__list {
    width: clamp(210px, 85.2668213457px + 16.2412993039vw, 280px);
  }
}
.problems__list:nth-child(1) {
  margin-left: 145px;
  padding-inline: 28px;
}
@media screen and (min-width: 768px) {
  .problems__list:nth-child(1) {
    margin-top: 249px;
    margin-right: clamp(-70px, -186.6666666667px + 9.7222222222vw, 0px);
    margin-left: 0;
    padding-inline: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .problems__list:nth-child(1) {
    margin-right: clamp(-50px, -139.0951276102px + 11.6009280742vw, 0px);
    margin-top: 157px;
    margin-left: 0;
  }
}
.problems__list:nth-child(2) {
  margin-top: -43px;
  padding-inline: 13px;
}
@media screen and (min-width: 768px) {
  .problems__list:nth-child(2) {
    margin-right: clamp(40px, 6.6666666667px + 2.7777777778vw, 60px);
    margin-top: 0;
    padding-inline: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .problems__list:nth-child(2) {
    margin-right: clamp(10px, -43.4570765661px + 6.9605568445vw, 40px);
  }
}
.problems__list:nth-child(3) {
  margin-top: 10px;
  padding-inline: 21px;
}
@media screen and (min-width: 768px) {
  .problems__list:nth-child(3) {
    margin-top: 0;
    padding-inline: 0;
  }
}
.problems__list:nth-child(4) {
  margin-top: -43px;
  margin-left: 145px;
  padding-inline: 35px;
}
@media screen and (min-width: 768px) {
  .problems__list:nth-child(4) {
    margin-top: 249px;
    margin-left: clamp(-70px, -186.6666666667px + 9.7222222222vw, 0px);
    padding-inline: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .problems__list:nth-child(4) {
    margin-left: clamp(-50px, -139.0951276102px + 11.6009280742vw, 0px);
    margin-top: 157px;
  }
}

.problems__list-text--red {
  color: #b52525;
  font-weight: 700;
  font-size: clamp(14px, 7.3333333333px + 0.8680555556vw, 24px);
  line-height: 2.1428571429;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) {
  .problems__list-text--red {
    line-height: 1.75;
    letter-spacing: 1.68px;
  }
}
.problems__list-text--red span {
  font-weight: 500;
  color: #1d1d1d;
  font-size: clamp(14px, 10px + 0.5208333333vw, 20px);
  line-height: 2.1428571429;
  letter-spacing: 0.7px;
  display: inline;
}
@media screen and (min-width: 768px) {
  .problems__list-text--red span {
    line-height: 2.1;
    letter-spacing: 1.4px;
  }
}

.problems__list-text {
  font-weight: 500;
  font-size: clamp(14px, 10px + 0.5208333333vw, 20px);
  line-height: 2.1428571429;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) {
  .problems__list-text {
    line-height: 2.1;
    letter-spacing: 1.4px;
  }
}

.problems__image {
  width: max(239px, 55.5813953488vw);
  position: absolute;
  right: clamp(0px, -25.5192878338px + 5.9347181009vw, 20px);
  top: calc(235px - 85 * (100vw - 430px) / 337);
}
@media screen and (min-width: 768px) {
  .problems__image {
    width: min(519px, 27.03125vw);
    margin-top: -400px;
    position: static;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .problems__image {
    margin-top: calc(-226px - 32 * (100vw - 768px) / 431);
  }
}

.problems__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline: 11px;
  margin-top: 35px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .problems__text {
    margin-top: 58px;
  }
}
.problems__text p:nth-child(1),
.problems__text p:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 2.1666666667;
}
@media screen and (min-width: 768px) {
  .problems__text p:nth-child(1),
  .problems__text p:nth-child(2) {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.68px;
    line-height: 1.9166666667;
  }
}
.problems__text p:nth-child(2) {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #f5df4e;
  text-decoration-thickness: 5px;
  text-underline-offset: -1px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media screen and (min-width: 768px) {
  .problems__text p:nth-child(2) {
    text-underline-offset: -3px;
    text-decoration-thickness: 6px;
    letter-spacing: 0.07em;
  }
}
.problems__text p:nth-child(3) {
  font-weight: 700;
  line-height: 2.1666666667;
  font-size: 18px;
  letter-spacing: 0.9px;
}
@media screen and (min-width: 768px) {
  .problems__text p:nth-child(3) {
    font-size: 22px;
    line-height: 2.0909090909;
    letter-spacing: 1.54px;
  }
}
.problems__text p span {
  display: inline;
}
@media screen and (min-width: 768px) {
  .problems__text p span {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .problems__text p span {
    display: inline;
  }
}

.cta {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#911f1f),
    to(#c32538)
  );
  background: linear-gradient(90deg, #911f1f 0%, #c32538 100%);
  padding-block: 40px 49px;
}
@media screen and (min-width: 768px) {
  .cta {
    padding-block: 41px 50px;
  }
}

.cta__inner {
  padding-inline: 27px;
}
@media screen and (min-width: 768px) {
  .cta__inner {
    max-width: 1474px;
  }
}

.cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta__tittle {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.8181818182;
  letter-spacing: 1.54px;
  padding-right: 9px;
}
@media screen and (min-width: 768px) {
  .cta__tittle {
    font-size: 40px;
    line-height: 2;
    letter-spacing: 4px;
    padding-right: 0;
  }
}

.cta__text {
  margin-top: 25px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 1.12px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .cta__text {
    font-size: 18px;
    line-height: 2.1111111111;
    letter-spacing: 1.26px;
    margin-top: 15px;
    white-space: normal;
  }
}

.cta__button {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .cta__button {
    margin-top: 27px;
  }
}

.customer-voice {
  background-color: #f9f9f9;
  padding-block: 47px 60px;
}
@media screen and (min-width: 768px) {
  .customer-voice {
    padding-block: 98px 100px;
  }
}

@media screen and (min-width: 768px) {
  .customer-voice__inner {
    max-width: 1375px;
  }
}

.customer-voice__content {
  margin-top: 44px;
}
@media screen and (min-width: 768px) {
  .customer-voice__content {
    margin-top: 84px;
  }
}

.customer-voice__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .customer-voice__lists {
    gap: 41px;
  }
}

.customer-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .customer-voice__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 71px;
  }
}
.customer-voice__list:nth-child(1) .customer-voice__list-body {
  padding-top: 18px;
  padding-bottom: clamp(3.5rem, -5.714rem + 34.29vw, 5rem);
}
@media screen and (min-width: 768px) {
  .customer-voice__list:nth-child(1) .customer-voice__list-body {
    padding-block: 23px 27px;
  }
}
.customer-voice__list:nth-child(2) .customer-voice__list-body {
  padding-block: 20px 75px;
}
@media screen and (min-width: 768px) {
  .customer-voice__list:nth-child(2) .customer-voice__list-body {
    padding-block: 23px 28px;
  }
}
.customer-voice__list:nth-child(2) .customer-voice__list-heading {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .customer-voice__list:nth-child(2) .customer-voice__list-heading {
    margin-top: -1px;
  }
}
.customer-voice__list:nth-child(3) .customer-voice__list-body {
  padding-block: 15px 74px;
}
@media screen and (min-width: 768px) {
  .customer-voice__list:nth-child(3) .customer-voice__list-body {
    padding-block: 23px 25px;
  }
}
.customer-voice__list:nth-child(3) .customer-voice__list-heading {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .customer-voice__list:nth-child(3) .customer-voice__list-heading {
    margin-top: 2px;
  }
}
.customer-voice__list:nth-child(3) .customer-voice__list-text {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .customer-voice__list:nth-child(3) .customer-voice__list-text {
    margin-top: 10px;
  }
}

.customer-voice__list-image {
  width: 188px;
  margin-top: -79px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .customer-voice__list-image {
    width: 19.3822393822%;
    margin-top: 0;
    position: static;
  }
}

.customer-voice__list-body {
  background-color: #fff;
  border-radius: 28px;
  position: relative;
  border: 5px solid #b52525;
  padding-inline: 18px 20px;
}
@media screen and (min-width: 768px) {
  .customer-voice__list-body {
    width: 75.0579150579%;
    border: 7px solid #b52525;
    padding-inline: 32px;
  }
}
@media screen and (min-width: 768px) {
  .customer-voice__list-body::after {
    content: "";
    position: absolute;
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    width: 27px;
    height: 25px;
    background-color: #b52525;
    left: -27px;
    top: calc(50% + 2px);
    translate: 0 -50%;
  }
}

.customer-voice__list-customer-name {
  font-weight: 500;
  line-height: 2.1428571429;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) {
  .customer-voice__list-customer-name {
    line-height: 2.1111111111;
    letter-spacing: 1.26px;
  }
}

.customer-voice__list-heading {
  color: #b52525;
  font-size: 18px;
  line-height: 1.7222222222;
  letter-spacing: 0.9px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .customer-voice__list-heading {
    font-size: 22px;
    line-height: 1.3636363636;
    letter-spacing: 1.54px;
  }
}
.customer-voice__list-heading span {
  display: none;
}
@media screen and (min-width: 768px) {
  .customer-voice__list-heading span {
    display: inline;
  }
}

.customer-voice__list-text {
  font-weight: 500;
  margin-top: 9px;
  line-height: 2.1428571429;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) {
  .customer-voice__list-text {
    line-height: 2.1111111111;
    letter-spacing: 1.26px;
    margin-top: 10px;
  }
}

.service-detail {
  padding-block: 48px 70px;
  background: url("../images/LP/service-detail-bg.png") repeat left top/cover;
}
@media screen and (min-width: 768px) {
  .service-detail {
    padding-block: 106px 126px;
  }
}

@media screen and (min-width: 768px) {
  .service-detail__inner {
    max-width: 1180px;
  }
}

.service-detail__content {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .service-detail__content {
    margin-top: 75px;
  }
}

.service-detail__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .service-detail__lists {
    gap: 222px;
  }
}

.service-detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .service-detail__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .service-detail__list.service-detail__list--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.service-detail__list:nth-child(1) .service-detail__list-image {
  width: 274px;
  margin-bottom: -34px;
}
@media screen and (min-width: 768px) {
  .service-detail__list:nth-child(1) .service-detail__list-image {
    width: 45.5454545455%;
    right: 0;
    top: 151px;
  }
}
.service-detail__list:nth-child(1) .service-detail__list-content {
  padding-block: 41px 39px;
}
@media screen and (min-width: 768px) {
  .service-detail__list:nth-child(1) .service-detail__list-content {
    padding-block: 30px;
  }
}
.service-detail__list:nth-child(2) .service-detail__list-image {
  width: 285px;
  margin-bottom: -52px;
}
@media screen and (min-width: 768px) {
  .service-detail__list:nth-child(2) .service-detail__list-image {
    width: 44.7272727273%;
    left: 0;
    top: -103px;
  }
}
.service-detail__list:nth-child(2) .service-detail__list-content {
  padding-block: 41px 33px;
}
@media screen and (min-width: 768px) {
  .service-detail__list:nth-child(2) .service-detail__list-content {
    padding-block: 28px;
  }
}
@media screen and (min-width: 768px) {
  .service-detail__list:nth-child(2) .service-detail__list-tittle {
    padding-inline: 38px;
  }
}

.service-detail__list-content {
  background-color: #fff;
  border: 7px solid #b52525;
  border-radius: 48px;
  padding-inline: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .service-detail__list-content {
    border: 5px solid #b52525;
    padding-inline: 26px;
    width: 59.6363636364%;
    border-radius: 30px;
  }
}

.service-detail__list-tittle {
  color: #b52525;
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1.4px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service-detail__list-tittle {
    padding-inline: 13px;
    text-align: left;
    font-size: 24px;
    line-height: 1.9166666667;
    letter-spacing: 1.68px;
    translate: 0 -11px;
  }
}
.service-detail__list-tittle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #b52525;
  bottom: 0;
  left: 0;
}

.service-detail__list-body {
  padding-inline: 2px;
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .service-detail__list-body {
    padding-inline: 12px 40px;
    margin-top: 1px;
  }
  .service-detail__list--reverse .service-detail__list-body {
    padding-inline: 38px 16px;
    margin-top: -2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .service-detail__list-body {
    padding-inline: clamp(2px, -15.819025522px + 2.3201856148vw, 12px)
      clamp(2px, -65.7122969838px + 8.8167053364vw, 40px);
  }
  .service-detail__list--reverse .service-detail__list-body {
    padding-inline: clamp(2px, -62.1484918794px + 8.3526682135vw, 38px)
      clamp(2px, -40.7656612529px + 5.5684454756vw, 26px);
  }
}

.service-detail__list-lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.1666666667;
  letter-spacing: 0.9px;
}
@media screen and (min-width: 768px) {
  .service-detail__list-lead {
    font-size: 22px;
    line-height: 1.8181818182;
    letter-spacing: 2.2px;
  }
}

.service-detail__list-description {
  margin-top: 15px;
  font-weight: 500;
  line-height: 2.1428571429;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) {
  .service-detail__list-description {
    margin-top: 6px;
    line-height: 2.1111111111;
    letter-spacing: 1.26px;
  }
}
.service-detail__list-description span {
  text-decoration: underline;
  text-decoration-color: #f5df4e;
  text-decoration-thickness: 4px;
  text-underline-offset: -1px;
  display: inline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media screen and (min-width: 768px) {
  .service-detail__list-description span {
    text-decoration-thickness: 5px;
  }
}

.service-detail__list-image {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .service-detail__list-image {
    position: absolute;
  }
}

.advantage {
  padding-block: 47px 62px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .advantage {
    padding-block: 102px 100px;
  }
}

@media screen and (min-width: 768px) {
  .advantage__inner {
    max-width: 1580px;
  }
}

.advantage__content {
  margin-top: 221px;
}
@media screen and (min-width: 768px) {
  .advantage__content {
    margin-top: 84px;
  }
}

.advantage__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.advantage__list {
  position: relative;
  background-color: #f9f9f9;
  border: 6px solid #b52525;
  border-right: none;
  border-radius: 50px 0px 0px 50px;
  margin-right: calc(50% - 50vw);
  padding-inline: 38px 20px;
}
@media screen and (min-width: 768px) {
  .advantage__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100px 0px 0px 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: clamp(40px, -73.3333333333px + 14.7569444444vw, 210px);
  }
}
.advantage__list.advantage__list--reverse {
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  border-radius: 0px 50px 50px 0px;
  border-left: none;
  border-right: 6px solid #b52525;
}
@media screen and (min-width: 768px) {
  .advantage__list.advantage__list--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border-radius: 0px 100px 100px 0px;
  }
}
.advantage__list.advantage__list--1 {
  padding-block: 50px 31px;
}
@media screen and (min-width: 768px) {
  .advantage__list.advantage__list--1 {
    padding-block: 43px;
    padding-left: 88px;
    gap: min(90px, 4.6875vw);
  }
}
.advantage__list.advantage__list--2 {
  padding-block: 60px 33px;
  padding-inline: 20px 24px;
  margin-top: 196px;
}
@media screen and (min-width: 768px) {
  .advantage__list.advantage__list--2 {
    padding-block: 23px 22px;
    padding-right: 21px;
    padding-left: clamp(40px, -73.3333333333px + 14.7569444444vw, 210px);
    margin-top: 80px;
    gap: min(15px, 0.78125vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .advantage__list.advantage__list--2 {
    padding-block: 43px;
  }
}
.advantage__list.advantage__list--3 {
  padding-block: 51px 35px;
  margin-top: 166px;
}
@media screen and (min-width: 768px) {
  .advantage__list.advantage__list--3 {
    padding-block: 65px;
    padding-left: 90px;
    margin-top: 84px;
    gap: min(43px, 2.2395833333vw);
  }
}

.advantage__list-image {
  position: absolute;
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .advantage__list-image {
    position: static;
  }
}
.advantage__list--1 .advantage__list-image {
  width: 274px;
  top: -182px;
  left: 7px;
}
@media screen and (min-width: 768px) {
  .advantage__list--1 .advantage__list-image {
    width: min(472px, 24.5833333333vw);
  }
}
.advantage__list--2 .advantage__list-image {
  width: 322px;
  top: -182px;
  right: -64px;
}
@media screen and (min-width: 768px) {
  .advantage__list--2 .advantage__list-image {
    width: min(618px, 32.1875vw);
  }
}
.advantage__list--3 .advantage__list-image {
  width: 288px;
  top: -155px;
  left: -7px;
}
@media screen and (min-width: 768px) {
  .advantage__list--3 .advantage__list-image {
    width: min(516px, 26.875vw);
  }
}

@media screen and (min-width: 768px) {
  .advantage__list-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.advantage__list-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.1666666667;
  letter-spacing: 0.9px;
}
@media screen and (min-width: 768px) {
  .advantage__list-heading {
    font-size: 24px;
    line-height: 1.9166666667;
    letter-spacing: 1.68px;
  }
  .advantage__list--1 .advantage__list-heading {
    translate: 0 -5px;
  }
  .advantage__list--2 .advantage__list-heading {
    translate: 0 -10px;
  }
}

.advantage__list-text {
  margin-top: 20px;
  font-weight: 500;
  line-height: 2.1428571429;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) {
  .advantage__list-text {
    margin-top: 34px;
    line-height: 2.1111111111;
    letter-spacing: 1.26px;
  }
}
.advantage__list--3 .advantage__list-text {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .advantage__list--3 .advantage__list-text {
    margin-top: 46px;
  }
}

.feature {
  background-color: #f9f9f9;
  padding-block: 45px 64px;
}
@media screen and (min-width: 768px) {
  .feature {
    background: url("../images/LP/feature-bg.png") repeat center center/contain;
    background-color: #f9f9f9;
    padding-block: 99px 100px;
  }
}

.feature__inner {
  padding-inline: 36px;
}
@media screen and (min-width: 768px) {
  .feature__inner {
    max-width: 1475px;
  }
}

.feature__content {
  margin-top: 43px;
}
@media screen and (min-width: 768px) {
  .feature__content {
    margin-top: 88px;
  }
}

.feature__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .feature__lists {
    gap: 0 57px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .feature__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}

.feature__list {
  border: 4px solid #b52525;
  border-radius: 40px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .feature__list {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
    border: 8px solid #b52525;
    border-radius: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.feature__list-head {
  width: 100%;
  height: auto;
  aspect-ratio: 358/230;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .feature__list-head {
    aspect-ratio: 427/352;
  }
}

.feature__list-image {
  position: absolute;
}
.feature__list--1 .feature__list-image {
  width: 80.5714285714%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .feature__list--1 .feature__list-image {
    width: 104.8426150121%;
  }
}
.feature__list--2 .feature__list-image {
  width: 61.4285714286%;
  left: clamp(69px, 12.8575667656px + 13.056379822vw, 113px);
  top: -9px;
}
@media screen and (min-width: 768px) {
  .feature__list--2 .feature__list-image {
    width: 87.6513317191%;
    top: 2px;
    left: 24px;
  }
}
.feature__list--3 .feature__list-image {
  width: 82.8571428571%;
  left: 31px;
  top: -35px;
}
@media screen and (min-width: 768px) {
  .feature__list--3 .feature__list-image {
    width: 108.2324455206%;
    left: -8px;
    top: -66px;
  }
}

.feature__list-body {
  border-top: 4px solid #b52525;
  padding-top: 18px;
  padding-inline: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .feature__list-body {
    border-top: 8px solid #b52525;
    padding-top: 21px;
    padding-inline: 19px 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .feature__list-body {
    border-top: none;
    border-left: 8px solid #b52525;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.feature__list--1 .feature__list-body {
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .feature__list--1 .feature__list-body {
    padding-bottom: 22px;
  }
}
.feature__list--2 .feature__list-body {
  padding-bottom: 29px;
}
@media screen and (min-width: 768px) {
  .feature__list--2 .feature__list-body {
    padding-bottom: 26px;
  }
}
.feature__list--3 .feature__list-body {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .feature__list--3 .feature__list-body {
    padding-bottom: 68px;
  }
}

.feature__list-tittle {
  padding-left: 1px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.1666666667;
  letter-spacing: 0.9px;
}
@media screen and (min-width: 768px) {
  .feature__list-tittle {
    padding-left: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.9166666667;
    letter-spacing: 1.68px;
  }
}

.feature__list-text {
  font-weight: 500;
  line-height: 2.1428571429;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) {
  .feature__list-text {
    line-height: 2.1111111111;
    letter-spacing: 1.26px;
  }
}
.feature__list--1 .feature__list-text {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .feature__list--1 .feature__list-text {
    margin-top: 8px;
  }
}
.feature__list--2 .feature__list-text {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .feature__list--2 .feature__list-text {
    margin-top: 7px;
  }
}
.feature__list--3 .feature__list-text {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .feature__list--3 .feature__list-text {
    margin-top: 8px;
  }
}

.flow {
  background-color: #f9f9f9;
  padding-block: 48px 60px;
}
@media screen and (min-width: 768px) {
  .flow {
    padding-block: 100px 161px;
  }
}

.flow__content {
  margin-top: 59px;
  padding-inline: 1px;
}
@media screen and (min-width: 768px) {
  .flow__content {
    padding-inline: 0;
    margin-top: 135px;
  }
}

.flow__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 87px;
}
@media screen and (min-width: 768px) {
  .flow__lists {
    gap: 130px;
  }
}

.flow__list {
  background-color: #fff;
  padding-inline: 18px 16px;
  border-radius: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
}
@media screen and (min-width: 768px) {
  .flow__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
    padding-inline: 0 12.3333333333%;
    border-radius: 50px;
  }
}
.flow__list.flow__list--1 {
  padding-block: 35px 34px;
}
@media screen and (min-width: 768px) {
  .flow__list.flow__list--1 {
    padding-block: 81px;
  }
}
.flow__list.flow__list--2 {
  padding-block: 40px 39px;
}
@media screen and (min-width: 768px) {
  .flow__list.flow__list--2 {
    padding-block: 84px 106px;
  }
}
.flow__list.flow__list--3 {
  padding-block: 34px 39px;
  margin-top: -3px;
}
@media screen and (min-width: 768px) {
  .flow__list.flow__list--3 {
    padding-block: 82px 87px;
    margin-top: 0;
  }
}
.flow__list:not(:last-child) {
  position: relative;
}
.flow__list:not(:last-child)::after {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 30vw;
  height: auto;
  aspect-ratio: 129/49;
  background-color: #fff;
  bottom: -48px;
  left: 50%;
  translate: -50%;
}
@media screen and (min-width: 768px) {
  .flow__list:not(:last-child)::after {
    width: 200px;
    height: 72px;
    bottom: -71px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .flow__list:not(:last-child)::after {
    width: clamp(129px, 2.4849187935px + 16.4733178654vw, 200px);
    height: auto;
    aspect-ratio: 200/72;
    bottom: calc(-45px - 26 * (100vw - 768px) / 431);
  }
}

.flow__list-num {
  color: #b52525;
  font-size: 35px;
  font-family: "Nunito Sans", serif;
  font-style: italic;
  font-weight: 900;
  line-height: 1.3428571429;
  letter-spacing: 1.75px;
  position: absolute;
  left: 8px;
  top: -16px;
}
@media screen and (min-width: 768px) {
  .flow__list-num {
    font-size: 70px;
    line-height: 1.3714285714;
    letter-spacing: 3.5px;
    left: 0;
  }
  .flow__list--1 .flow__list-num {
    top: -51px;
  }
  .flow__list--2 .flow__list-num {
    top: -48px;
  }
  .flow__list--3 .flow__list-num {
    top: -45px;
  }
}

@media screen and (min-width: 768px) {
  .flow__list-figure {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
  }
}
.flow__list--1 .flow__list-figure {
  width: 56.7441860465vw;
}
@media screen and (min-width: 768px) {
  .flow__list--1 .flow__list-figure {
    width: 29.2%;
    left: 14.4%;
  }
}
.flow__list--2 .flow__list-figure {
  width: 70.2325581395vw;
}
@media screen and (min-width: 768px) {
  .flow__list--2 .flow__list-figure {
    width: 35.9333333333%;
    left: 11.0666666667%;
  }
}
.flow__list--3 .flow__list-figure {
  width: 51.1627906977vw;
}
@media screen and (min-width: 768px) {
  .flow__list--3 .flow__list-figure {
    width: 26.2666666667%;
    left: 15.8666666667%;
  }
}

.flow__list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flow__list-body {
    gap: 20px;
    width: min(565px, 29.4270833333vw);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: auto;
  }
}

.flow__list-tittle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.9px;
}
@media screen and (min-width: 768px) {
  .flow__list-tittle {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4583333333;
    letter-spacing: 1.68px;
  }
}

.flow__list-text {
  font-weight: 500;
  line-height: 2.1428571429;
  letter-spacing: 0.7px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flow__list-text {
    line-height: 2.1111111111;
    letter-spacing: 1.26px;
  }
}

.faq {
  padding-block: 49px 60px;
}
@media screen and (min-width: 768px) {
  .faq {
    padding-block: 90px 105px;
  }
}

.faq__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .faq__inner {
    max-width: 1325px;
    padding-inline: 40px;
    margin-inline: auto;
  }
}

.faq__boxes {
  margin-top: 41px;
  border-top: 2px solid #b52525;
  border-bottom: 2px solid #b52525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 11px;
}
@media screen and (min-width: 768px) {
  .faq__boxes {
    margin-top: 70px;
    gap: 23px;
  }
}

.faq-box:first-of-type {
  padding-top: 15px;
  border-bottom: 1px solid #b52525;
}
@media screen and (min-width: 768px) {
  .faq-box:first-of-type {
    padding-top: 15px;
  }
}
.faq-box:first-of-type .faq-box__head {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .faq-box:first-of-type .faq-box__head {
    padding-bottom: 18px;
  }
}
.faq-box:first-of-type .faq-box__head-text {
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .faq-box:first-of-type .faq-box__head-text {
    line-height: 1.4545454545;
  }
}
.faq-box:first-of-type .faq-box__head-button::after {
  top: -24px;
}
@media screen and (min-width: 768px) {
  .faq-box:first-of-type .faq-box__head-button::after {
    top: -39px;
  }
}
.faq-box:nth-of-type(2),
.faq-box:nth-of-type(3) {
  border-bottom: 1px solid #b52525;
}
.faq-box:nth-of-type(2) .faq-box__head,
.faq-box:nth-of-type(3) .faq-box__head {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .faq-box:nth-of-type(2) .faq-box__head,
  .faq-box:nth-of-type(3) .faq-box__head {
    padding-bottom: 24px;
  }
}
.faq-box:last-of-type .faq-box__head {
  padding-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .faq-box:last-of-type .faq-box__head {
    padding-bottom: 25px;
  }
}
.faq-box.is-open .faq-box__head-button::after {
  rotate: 45deg;
}

.faq-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-inline: 22px 15px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.faq-box__head-icon {
  font-size: 18px;
  color: #b52525;
  line-height: 1.6666666667;
  font-weight: 700;
  letter-spacing: 0.9px;
}
@media screen and (min-width: 768px) {
  .faq-box__head-icon {
    font-size: 22px;
    line-height: 1.4545454545;
    font-weight: 600;
    letter-spacing: 1.54px;
  }
}

.faq-box__head-text {
  font-size: 18px;
  line-height: 2.1666666667;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-inline: 0;
  display: block;
  padding-left: 7px;
}
@media screen and (min-width: 768px) {
  .faq-box__head-text {
    font-size: 22px;
    line-height: 1.4545454545;
    font-weight: 600;
    letter-spacing: 1.54px;
    padding-inline: 5px 182px;
  }
}

.faq-box__head-button {
  position: relative;
}
.faq-box__head-button::after {
  content: "＋";
  position: absolute;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 900;
  color: #b52525;
  right: 6px;
  top: -21px;
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}
@media screen and (min-width: 768px) {
  .faq-box__head-button::after {
    font-size: 30px;
    line-height: 1.4666666667;
    right: 2px;
    top: -40px;
  }
}

.faq-box__body {
  background-color: #f9f9f9;
  display: none;
}

.faq-box__a {
  padding-block: 16px;
  padding-inline: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .faq-box__a {
    padding-block: 8px 12px;
  }
}
.faq-box--type2 .faq-box__a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-box__a-icon {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6111111111;
  letter-spacing: 0.9px;
  color: #b52525;
}
@media screen and (min-width: 768px) {
  .faq-box__a-icon {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6363636364;
    letter-spacing: 1.54px;
  }
}

.faq-box__a-text {
  font-weight: 500;
  line-height: 2.0714285714;
  letter-spacing: 0.7px;
  display: block;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .faq-box__a-text {
    line-height: 2;
    letter-spacing: 1.26px;
  }
}
.faq-box__a-text span {
  margin-bottom: 2em;
}

.hp-info {
  padding-block: 30px;
}
@media screen and (min-width: 768px) {
  .hp-info {
    padding-block: 60px;
  }
}

.hp-info__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .hp-info__inner {
    max-width: 1580px;
    padding-inline: 40px;
    margin-inline: auto;
  }
}

.hp-info__content {
  background: url("../images/LP/sp/info-bg.jpg") no-repeat center center/cover;
  width: 100%;
  height: 299px;
  padding-block: 42px 53px;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 29px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hp-info__content {
    background: url("../images/LP/info-bg.jpg") no-repeat center center/cover;
    height: 327px;
    padding-block: 71px 46px;
    gap: 0;
  }
}
.hp-info__content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.38;
  z-index: 1;
  top: 0;
  left: 0;
}

.hp-info__tittle {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5909090909;
  letter-spacing: 1.54px;
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .hp-info__tittle {
    font-size: 40px;
    line-height: 1.625;
    letter-spacing: 4px;
  }
}

.hp-info__text {
  font-weight: 500;
  line-height: 2.1428571429;
  letter-spacing: 0.7px;
  color: #fff;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .hp-info__text {
    margin-top: 13px;
    line-height: 1.4444444444;
    letter-spacing: 1.26px;
  }
}

.hp-info__button {
  z-index: 2;
  margin-top: -4px;
}
@media screen and (min-width: 768px) {
  .hp-info__button {
    margin-top: 45px;
  }
}

.footer {
  background-color: #ffe5e5;
  padding-block: 55px 81px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-block: 84px 92px;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 58px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
    max-width: 1580px;
    padding-inline: 40px;
    margin-inline: auto;
  }
}

.footer__head {
  padding-left: 1px;
}
@media screen and (min-width: 768px) {
  .footer__head {
    padding-left: 4px;
  }
}

.footer__logo {
  width: 307px;
  margin-left: -32px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .footer__logo:hover {
    opacity: 0.8;
  }
}

.footer__office-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  margin-top: -4px;
}

.footer__office-address {
  margin-top: 9px;
  font-size: 16px;
  line-height: 2.125;
  font-weight: 500;
  text-decoration: none;
  -webkit-text-decoration: none;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .footer__office-address {
    margin-top: 8px;
    font-size: 18px;
    line-height: 1.8888888889;
  }
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 29px;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    gap: 109px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 32px;
    padding-right: 4px;
  }
}

.footer__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 28px;
  width: 295px;
  justify-items: start;
}
@media screen and (min-width: 768px) {
  .footer__nav-list {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer__nav-list {
    display: grid;
    gap: 22px 28px;
  }
}
.footer__nav-list li {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
  white-space: nowrap;
}
.footer__nav-list li a {
  position: relative;
}
.footer__nav-list li a::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #1d1d1d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (any-hover: hover) {
  .footer__nav-list li a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.footer__copy {
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.7px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-family: "Nunito Sans", serif;
    line-height: 1.3571428571;
    translate: 4px;
  }
}
