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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
/* 数値計算関連の関数を使うために必要 (math.divなど)*/
/*  PCとSPの表示非表示の切り替え */
/*(md)px以下で非表示*/
#madre .pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  #madre .pc-only {
    display: none;
  }
}

/*モバイルのみ表示*/
#madre .sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  #madre .sp-only {
    display: block;
  }
}

/*画像の縦横比設定*/
#madre img {
  width: 100%;
  height: auto;
  display: block;
}

/* aタグのスタイルリセット*/
#madre a {
  text-decoration: none;
}

/* マウスホバーがあるデバイスでのアニメーション（タッチデバイス除く） */
@media (any-hover: hover) {
  #madre a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  #madre a:hover {
    opacity: 0.8;
  }
}
/* 数値計算関連の関数を使うために必要 (math.divなど)*/
#madre .inner {
  width: 100%;
  margin-inline: auto;
  max-width: 1070px;
  padding-inline: 25px;
}
@media screen and (max-width: 768px) {
  #madre .inner {
    padding-inline: 16px;
    max-width: 60rem;
  }
}

#madre .inner.inner--lg {
  max-width: 1210px;
}
@media screen and (max-width: 768px) {
  #madre .inner.inner--lg {
    padding-inline: 16px;
    max-width: 60rem;
  }
}

#container #madre .madre-fv {
  margin-top: 9.8rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-fv {
    margin-top: 6.6rem;
  }
}
#container #madre .madre-fv__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-fv__inner {
    margin-inline: calc(50% - 50vi);
    width: 100vw;
    height: 100%;
    padding-inline: 0 !important;
  }
}
#container #madre .madre-fv__container {
  position: absolute;
  color: #ffffff;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  max-width: 108rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-fv__container {
    top: 0;
    left: 2rem;
    bottom: initial;
    width: 89.3333333333%;
    max-width: initial;
    -webkit-transform: initial;
    transform: initial;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: inherit;
  }
}
#container #madre .madre-fv__lead {
  font-size: clamp(2.4rem, 3vw, 4rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-fv__lead {
    font-size: 2.4rem;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.38);
    margin-top: 3.5rem;
  }
}
#container #madre .madre-fv__content {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-fv__content {
    margin-top: initial;
    margin-bottom: 2.5rem;
  }
}
#container #madre .madre-fv__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-fv__desc {
    margin-top: 0.6rem;
  }
}
#container #madre .madre-fv__buttons {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-fv__buttons {
    display: contents;
  }
}
#container #madre .madre-fv__tag {
  background-color: #ffffff;
  color: #e45560;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1rem 4rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-fv__tag {
    color: #ffffff;
    background-color: initial;
    font-size: 1.8rem;
    padding: initial;
  }
}
@media screen and (max-width: 768px) {
  #container #madre .madre-fv__btn {
    margin-top: 1.6rem;
    text-align: center;
  }
}

#container #madre .common-btn {
  display: inline-block;
  padding-block: 0.6rem;
  background-color: #e45560;
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1.8;
  background-color: #e45560;
  position: relative;
  max-width: 30rem;
  min-width: 30rem;
  text-align: center;
}
#container #madre .common-btn.common-btn--bold {
  font-weight: 700;
}
#container #madre .common-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.3rem;
  height: 0.7rem;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#container #madre .common-btn.common-btn--arrow-right::before {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  height: 1.3rem;
}

#container #madre .madre-info {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-info {
    margin-top: 4rem;
  }
}
#container #madre .madre-info__title {
  margin-top: 5.6rem;
  max-width: 76rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-info__title {
    margin-top: 4rem;
  }
}
#container #madre .madre-info__description {
  margin-top: 3.8rem;
  text-align: center;
}
#container #madre .madre-info__description.madre-info__description--price-top {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-info__description.madre-info__description--price-top {
    margin-top: 4rem;
  }
}
#container #madre .madre-info__text {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-info__text {
    font-size: 1.6rem;
  }
}
#container #madre .madre-info__note {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-info__note {
    margin-top: 3.8rem;
  }
}
#container #madre .madre-info__btn {
  margin-block-start: 1.6rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-info__btn {
    margin-block-start: 1.4rem;
  }
}
/* #container #madre .madre-info__details {
  margin-top: 4.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-info__details {
    margin-top: 3.2rem;
  }
}
#container #madre .madre-info__details-content {
  padding-top: 5.5rem;
  display: -ms-grid;
  display: grid;
  row-gap: 2.9rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-info__details-content {
    padding-top: 2.4rem;
  }
}
#container #madre .madre-info__details-text {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
} */
#container #madre .madre-info__image {
  margin-top: 4rem;
  aspect-ratio: 808/403;
  max-width: 80.8rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-info__image {
    margin-top: 3.2rem;
    aspect-ratio: 335/167;
    max-width: 100%;
  }
}
#container #madre .madre-info__btn-bottom {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-info__btn-bottom {
    margin-top: 2.1rem;
  }
}

#container #madre .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.4rem;
}
@media screen and (max-width: 768px) {
  #container #madre .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
#container #madre .section-title.section-title--white {
  color: #ffffff;
}
#container #madre .section-title__main {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.46875;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  color: #e45560;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #container #madre .section-title__main {
    font-size: 3rem;
    line-height: 1.4666666667;
  }
}
#container #madre .section-title__main.section-title__main--white {
  color: #ffffff;
}
#container #madre .section-title__sub {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

#container #madre .madre-title {
  text-align: center;
  display: -ms-grid;
  display: grid;
  line-height: 1;
  font-weight: 700;
  border-bottom: solid 0.1rem #000000;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-title {
    padding-bottom: 1.4rem;
  }
}
#container #madre .madre-title.madre-title--white {
  border-color: #ffffff;
  color: #ffffff;
}
#container #madre .madre-title__ja {
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-title__ja {
    font-size: 2rem;
    line-height: 1.5;
  }
}
#container #madre .madre-title__en {
  font-size: 5.6rem;
  color: #e45560;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.4821428571;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-title__en {
    font-size: 4.8rem;
    line-height: 1.4791666667;
  }
}

#container #madre .madre-title__kana {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

#container #madre .madre-title__en.madre-title__en--white {
  color: #ffffff;
}

#container #madre .madre-concept {
  background-image: url(../images/madre/bnr_pc.webp),
    url(../images/madre/bnr_pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 10.2rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-concept {
    background-image: url(../images/madre/bnr_sp.webp),
      url(../images/madre/bnr_sp.jpg);
    padding-block-end: 4rem;
    margin-top: 4rem;
  }
}
#container #madre .madre-concept__content {
  background: rgba(255, 255, 255, 0.86);
  padding: 4rem 6rem;
  max-width: 66.8rem;
  text-align: center;
  margin-inline: auto 0;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-concept__content {
    padding: 4rem 1.6rem;
    max-width: 100%;
    margin-inline: auto;
  }
}
#container #madre .madre-concept__icon {
  width: 10.2rem;
  margin-inline: auto;
}
#container #madre .madre-concept__icon img {
  width: 100%;
  height: auto;
}
#container #madre .madre-concept__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #e45560;
  line-height: 1.6;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-concept__title {
    font-size: 2rem;
    margin-top: 2.3rem;
    line-height: 1.2;
  }
}
#container #madre .madre-concept__texts {
  display: -ms-grid;
  display: grid;
  row-gap: 2.4rem;
  margin-top: 2.6rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-concept__texts {
    margin-top: 2.4rem;
    row-gap: 2.8rem;
  }
}
#container #madre .madre-concept__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
#container #madre .madre-concept__highlight {
  color: #e45560;
}

#container #madre .madre-flow {
  background-color: #e45560;
  padding-block: 8rem 9.2rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-flow {
    padding-block: 4rem;
    margin-top: 4rem;
  }
}
#container #madre .madre-flow__heading {
  margin-left: 7rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-flow__heading {
    margin-left: initial;
  }
}
#container #madre .madre-flow__title {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.05em;
  margin-bottom: 0.625rem;
  max-width: 87.8rem;
  margin-inline: auto;
  gap: 0;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-flow__title {
    max-width: 100%;
  }
}
#container #madre .madre-flow__title .madre-title__en {
  margin-top: 0.2rem;
}
#container #madre .madre-flow__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4.8rem;
  margin-top: 1.9rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-flow__labels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
  }
}
#container #madre .madre-flow__label {
  background-color: #ffffff;
  padding-block: 1.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #e45560;
  line-height: 1;
  max-width: 35.6rem;
  width: 100%;
}
#container #madre .madre-flow__desc {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  margin-top: 4.4rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-flow__desc {
    margin-top: 2.4rem;
  }
}
#container #madre .madre-flow__steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.9rem 1fr 0.9rem 1fr 0.9rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.9rem;
  -moz-column-gap: 0.9rem;
  column-gap: 0.9rem;
  margin-top: 8.1rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-flow__steps {
    margin-top: 6.5rem;
    -ms-grid-columns: 1fr 1.4rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.4rem;
    -moz-column-gap: 1.4rem;
    column-gap: 1.4rem;
    row-gap: 5.5rem;
  }
}
#container #madre .madre-flow__card {
  text-align: center;
  position: relative;
}
#container #madre .madre-flow__step {
  position: absolute;
  top: -2.5rem;
  left: 0.8rem;
  background-color: #ffffff;
  color: #e45560;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  border-radius: 50%;
  width: 6.6rem;
  height: 6.6rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-flow__step {
    width: 5.7rem;
    height: 5.7rem;
    left: 0;
  }
}
#container #madre .madre-flow__img {
  aspect-ratio: 280/172;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-flow__img {
    aspect-ratio: 163/100;
  }
}
#container #madre .madre-flow__text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.6;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-flow__text {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }
}

#container #madre .madre-plan {
  margin-top: 10rem;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-plan {
    margin-top: 6rem;
  }
}
#container #madre .madre-plan__label {
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #e45560;
  color: #ffffff;
  line-height: 1;
  padding: 1.5rem 3.5rem;
  border-radius: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-plan__label {
    margin-top: 4rem;
    padding: 1.3rem 6rem;
    font-size: 1.8rem;
  }
}
#container #madre .madre-plan__label.madre-plan__label--no-margin {
  margin-top: 0;
}
#container #madre .madre-plan__title {
  color: #e45560;
  font-weight: 700;
  line-height: 1.8;
  font-size: 5.6rem;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-plan__title {
    margin-top: 0.6rem;
    font-size: 4.8rem;
  }
}
#container #madre .madre-plan__container {
  margin-top: 3rem;
  max-width: 87.8rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-plan__container {
    margin-top: 1.5rem;
    max-width: 100%;
  }
}
#container #madre .madre-plan__tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-plan__tabs {
    gap: 0.2rem;
  }
}
#container #madre .madre-plan__tab {
  padding-block: 1rem;
  border: 1px solid #e45560;
  border-radius: 1rem 1rem 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #e45560;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-plan__tab {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  #container #madre .madre-plan__tab:hover {
    cursor: pointer;
  }
}
#container #madre .madre-plan__tab.active {
  background-color: #e45560;
  color: #ffffff;
}
#container #madre .madre-plan__image {
  width: 100%;
  aspect-ratio: 878/539;
  margin-top: 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-plan__image {
    aspect-ratio: 335/206;
    margin-top: 1.6rem;
    width: 89.3333333333%;
  }
}
#container #madre .madre-plan__image img {
  width: 100%;
  height: auto;
  display: block;
}
#container #madre .madre-plan__slider {
  width: 100%;
  /* 親幅いっぱい使う */
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-plan__slider {
    margin-top: 2.2rem;
  }
}
#container #madre .madre-plan__slide {
  max-width: 100%;
}
#container #madre .madre-plan__slide-image {
  aspect-ratio: 434/267;
  position: relative;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-plan__slide-image {
    aspect-ratio: 274/169;
  }
}
#container #madre .madre-plan__slide-image img {
  width: 100%;
  height: auto;
  display: block;
}
#container #madre .madre-plan__slide-label {
  position: absolute;
  color: #ffffff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  bottom: 0.4rem;
  left: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#container #madre .splide__slide.is-active .madre-plan__slide-label {
  font-size: 1.6rem;
  line-height: 1.5;
  bottom: 0.5rem;
  left: 0.8rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-plan__panels {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}
#container #madre .madre-plan__panel {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  overflow-x: clip;
  width: 100%;
  height: 0;
  overflow: hidden;
}
#container #madre .madre-plan__panel.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  height: auto;
  overflow: visible;
}
#container #madre .madre-plan__roof {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-plan__roof {
    margin-top: 1.6rem;
  }
}
#container #madre .madre-plan__slide-image {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  /* 左右のスライドを小さくする */
  -webkit-transition: 0.7s;
  transition: 0.7s;
  /* ゆっくり小さくさせる */
}
#container #madre .splide__slide.is-active .madre-plan__slide-image {
  -webkit-transform: scale(1);
  transform: scale(1);
  /* 中央のスライドは小さくしない */
  z-index: 1;
  /* 中央のスライドを一番上にする */
}
#container #madre .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  #container #madre .splide__arrows {
    gap: 8rem;
    margin-top: 1.8rem;
  }
}
#container #madre .splide__arrow {
  width: 5rem;
  height: 5rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: static;
  -webkit-transform: none;
  transform: none;
}
@media screen and (max-width: 768px) {
  #container #madre .splide__arrow {
    width: 4rem;
    height: 4rem;
  }
}
@media (any-hover: hover) {
  #container #madre .splide__arrow:hover {
    opacity: 0.8;
  }
}
#container #madre .splide__arrow.splide__arrow--next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#container #madre .madre-price {
  background-color: #fcfcfc;
  margin-block-start: 8rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-price {
    margin-block-start: 4rem;
  }
}

#container #madre .madre-price__heading {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-price__heading {
    align-items: center;
  }
}

#container #madre .madre-price__table {
  width: 100%;
  max-width: 82.7rem;
  margin-inline: auto;
  margin-top: 5.6rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-price__table {
    max-width: 100%;
    margin-top: 4rem;
  }
}
#container #madre .madre-price__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-price__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 2.4rem;
  }
}
#container #madre .madre-price__row:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-price__row:not(:first-child) {
    margin-top: 2.4rem;
  }
}
#container #madre .madre-price__header {
  font-size: 1.6rem;
  font-weight: 700;
  width: 34.2200725514%;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-price__header {
    width: 100%;
  }
}
#container #madre .madre-price__data {
  font-size: 1.4rem;
  font-weight: 400;
  width: 65.7799274486%;
}

#container #madre .madre-price__text-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #container #madre .madre-price__text-wrapper {
    display: contents;
  }
}
#container #madre .madre-price__text-wrapper-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  #container #madre .madre-price__text-wrapper-item {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  #container #madre .madre-price__data {
    width: 100%;
    margin-top: 2rem;
  }
}
#container #madre .madre-price__bold {
  font-weight: 700;
}
#container #madre .madre-price__bold.madre-price__medium {
  font-weight: 500;
}
#container #madre .madre-price__bold-red {
  font-weight: 700;
  color: #e45560;
}
#container #madre .madre-price__items {
  display: -ms-grid;
  display: grid;
  row-gap: 1.6rem;
}

#container #madre .madre-form {
  overflow: clip;
}

#container #madre .madre-form__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

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