/* Scss Document */
.page__title {
  margin-bottom: -6rem;
}
@media only screen and (max-width: 640px) {
  .page__title {
    margin-bottom: -4.6875vw;
  }
}

.support__head {
  margin: 0 6rem;
  padding-left: 6.6666666667%;
  border-radius: 3.6rem;
  background: rgba(237, 133, 153, 0.1);
  display: flex;
  align-items: center;
  height: 60rem;
}
@media only screen and (max-width: 640px) {
  .support__head {
    margin: 0 4.6875vw 6.25vw;
    padding: 7.8125vw 7.8125vw 54.6875vw;
    border-radius: 3.75vw;
    align-items: flex-start;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .support__head-body {
    width: 100%;
  }
}
.support__head-title {
  margin-bottom: 0.75em;
  font-size: 5.2rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  .support__head-title {
    margin-bottom: 0.5em;
    font-size: 5.625vw;
  }
}
.support__head-lead {
  margin-top: 0.5em;
  font-size: 3rem;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .support__head-lead {
    font-size: 3.4375vw;
  }
}
.support__head-lead em {
  color: #AD324A;
}

.yumeno__logo {
  margin: 0 auto;
  width: 40rem;
}
@media only screen and (max-width: 640px) {
  .yumeno__logo {
    width: 28rem;
  }
}

.trouble__container {
  margin-bottom: 7rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(237, 133, 153, 0.1) 25%, rgba(237, 133, 153, 0.1) 75%, rgba(255, 255, 255, 0.1) 100%);
}
@media only screen and (max-width: 640px) {
  .trouble__container {
    margin-bottom: 6.25vw;
  }
}
.trouble__container .content__title span {
  display: block;
  font-size: 3.2rem;
}
@media only screen and (max-width: 640px) {
  .trouble__container .content__title span {
    font-size: 5vw;
  }
}

.text--solution {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .text--solution {
    font-size: 4.375vw;
  }
}
.text--solution em {
  color: #AD324A;
  font-size: 5.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .text--solution em {
    font-size: 8.75vw;
  }
}

.case__title {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .case__title {
    margin-bottom: 4.6875vw;
    display: block;
    text-align: center;
  }
}
.case__title .content__title {
  margin: 0;
}
.case__title.--vertical {
  margin-bottom: 1.5em;
  align-items: flex-start;
  flex-direction: column;
}
.case__title.--vertical .content__title {
  margin-top: 1em;
}
@media only screen and (max-width: 640px) {
  .case__title.--vertical .content__title {
    margin-top: 0;
  }
}
.case__head {
  margin-right: 1em;
  padding: 0.25em 0.75em;
  border-radius: 0.6rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  background: #AD324A;
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .case__head {
    margin: 0 0 0.75em;
    display: inline-block;
    font-size: 3.75vw;
  }
}
.case__head span {
  font-size: 5.6rem;
  font-weight: 300;
}
@media only screen and (max-width: 640px) {
  .case__head span {
    font-size: 6.25vw;
  }
}/*# sourceMappingURL=support.css.map */