/* c-title-03
------------------------------------------------------------- */
.c-title-03 {
  text-align: center;
  font-size: 5rem;
  font-weight: 500;
}


/* p-lp-term
------------------------------------------------------------- */
.p-lp-term {
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 12.4rem;
  background-size: cover;
}

.p-lp-term__hr {
  width: 70%;
  margin-top: 10rem;
}

@media screen and (max-width: 960px) {
  .p-lp-term {
    padding-top: 3.2rem;
    padding-bottom: 4.6rem;
  }
}

.p-lp-term__title {
  font-size: 2.9rem;
  font-weight: 500;
  margin-top: 4rem;
}
.p-lp-term__toptext {
  font-size: 2.2rem;
  font-weight: 300;
  margin-top: 4rem;
  padding: 0 7rem;
}
.p-lp-term__text {
  font-size: 2.2rem;
  font-weight: 300;
  margin-top: 1rem;
}

@media screen and (max-width: 960px) {
  .p-lp-term__title {
    font-size: 3.5rem;
  }
  .p-lp-term__text {
    font-size: 2.7rem;
  }
  .p-lp-term__toptext {
  font-size: 2.7rem;
  padding: 0;
  }
}



/* p-lp-about
------------------------------------------------------------- */
.p-lp-about {
  text-align: center;
  padding-top: 9.7rem;
}

@media screen and (max-width: 960px) {
  .p-lp-about {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}

.p-lp-about__title-01 {
  font-size: 5.2rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
  color: #4e4b42;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .p-lp-about__title-01 {
    font-size: 3.7rem;
    margin-bottom: 2.2rem;
  }
}

.p-lp-about__title-01:after {
  content: "";
  display: block;
  width: 44rem;
  height: 3px;
  background: #292a2d;
  margin-top: 4.7rem;
  margin-inline: auto;
}

@media screen and (max-width: 960px) {
  .p-lp-about__title-01:after {
    width: 30.5rem;
    margin-top: 3.2rem;
  }
}

.p-lp-about__title-02 {
  font-size: 5.2rem;
  font-weight: 500;
  margin-bottom: 10.7rem;
  color: #4e4b42;
}

@media screen and (max-width: 960px) {
  .p-lp-about__title-02 {
    font-size: 3.7rem;
    margin-bottom: 4.4rem;
  }
}

.p-lp-about__text {
  font-size: 3.3rem;
  font-weight: 500;
  margin-bottom: 6.6rem;
}

@media screen and (max-width: 960px) {
  .p-lp-about__text {
    font-size: 2.3rem;
    line-height: 1.6363636364;
    margin-bottom: 6.9rem;
  }
}

.p-lp-about__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.2rem 5rem;
  margin-top: 4rem;
}

@media screen and (max-width: 960px) {
  .p-lp-about__list {
    gap: 2rem 4.6875%;
  }
}

.p-lp-about__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 46.8rem;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.6;
  padding-block: 2.4rem;
  padding-inline: 2rem;
  border-radius: 9999px;
  text-decoration: none;
  color: #FFF;
  background: #292a2d;
}

@media screen and (max-width: 960px) {
  .p-lp-about__item {
    width: 47.5%;
    font-size: 2.2rem;
    padding-block: 1.4rem;
  }
}

.p-lp-about__item .is-sm {
  display: block;
  font-size: 2.5rem;
}

@media screen and (max-width: 960px) {
  .p-lp-about__item .is-sm {
    font-size: 1.6rem;
  }
}

/* p-lp-worry
------------------------------------------------------------- */
.p-lp-worry {
  text-align: center;
  padding-top: 19.5rem;
  padding-bottom: 13.6rem;
}

@media screen and (max-width: 960px) {
  .p-lp-worry {
    padding-top: 7.8rem;
    padding-bottom: 15.2rem;
  }
}

.p-lp-worry__list {
  display: inline-block;
  margin-top: 7rem;
}

@media screen and (max-width: 960px) {
  .p-lp-worry__list {
    margin-top: 4rem;
  }
}

.p-lp-worry__item {
  display: flex;
  align-items: center;
  font-size: 3.3rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 960px) {
  .p-lp-worry__item {
    font-size: 2.3rem;
  }
}

.p-lp-worry__item:not(:last-child) {
  margin-bottom: 3.3rem;
}

@media screen and (max-width: 960px) {
  .p-lp-worry__item:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}

.p-lp-worry__item:before {
  content: "";
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin-right: 2rem;
  background: url(../img/lp/icon_check_01_bk.png) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 960px) {
  .p-lp-worry__item:before {
    width: 3.7rem;
    height: 3.7rem;
    margin-right: 1rem;
  }
}

.p-lp-worry__item .is-sm {
  font-size: 2.5rem;
}

@media screen and (max-width: 960px) {
  .p-lp-worry__item .is-sm {
    font-size: 1.6rem;
  }
}

.p-lp-worry__body {
  padding-top: 10rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-lp-worry__body {
    padding-top: 4.8rem;
  }
}

@media screen and (max-width: 960px) {
  .p-lp-worry__icon {
    width: 8.2rem;
  }
}

.p-lp-worry__title {
  font-size: 5rem;
  font-weight: 500;
  margin-top: 2.3rem;
  margin-bottom: 2.8rem;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 960px) {
  .p-lp-worry__title {
    font-size: 2.9rem;
    margin-top: 1.8rem;
    margin-bottom: 1.5rem;
  }
}

.p-lp-worry__text {
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 1.6551724138;
}

@media screen and (max-width: 960px) {
  .p-lp-worry__text {
    font-size: 2.2rem;
  }
}

/* p-lp-service
------------------------------------------------------------- */
.p-lp-service {
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 12.4rem;
  background: url(../img/lp/bg_service_01.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  .p-lp-service {
    padding-top: 3.2rem;
    padding-bottom: 4.6rem;
  }
}

.p-lp-service__text {
  font-size: 2.9rem;
  font-weight: 500;
  margin-top: 4rem;
}

@media screen and (max-width: 960px) {
  .p-lp-service__text {
    font-size: 2.3rem;
    margin-top: 6rem;
  }
}

/* p-lp-feature
------------------------------------------------------------- */
.p-lp-feature {
  padding-top: 12.4rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 960px) {
  .p-lp-feature {
    padding-top: 19.8rem;
    padding-bottom: 4.6rem;
  }
}

.p-lp-feature__list {
  margin-top: 4.6rem;
}

@media screen and (min-width: 961px) {
  .p-lp-feature__list {
    display: flex;
    justify-content: space-between;
  }
}

.p-lp-feature__item {
  flex: 1;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .p-lp-feature__item:not(:last-child) {
    margin-bottom: 8.2rem;
  }
}

.p-lp-feature__icon {
  margin-bottom: 3.8rem;
}

@media screen and (max-width: 960px) {
  .p-lp-feature__icon {
    margin-bottom: 0;
  }
}

.p-lp-feature__title {
  font-size: 2.9rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
  line-height: 1.4827586207;
}

@media screen and (max-width: 960px) {
  .p-lp-feature__title {
    margin-bottom: 0;
  }
}

.p-lp-feature__text {
  font-size: 2.3rem;
}

/* p-lp-merit
------------------------------------------------------------- */
.p-lp-merit {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 960px) {
  .p-lp-merit {
    padding-top: 17.7rem;
    padding-bottom: 4.6rem;
  }
}

.p-lp-merit__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 8.5rem;
}

@media screen and (max-width: 960px) {
  .p-lp-merit__list {
    margin-top: 3rem;
    gap: 7.5rem 4.6875%;
  }
}

.p-lp-merit__item {
  flex: 1;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .p-lp-merit__item {
    flex: 47.5%;
    font-size: 2.2rem;
  }

  .p-lp-merit__item:nth-child(1) .p-lp-merit__icon img {
    width: 19.8rem;
    height: auto;
  }

  .p-lp-merit__item:nth-child(2) .p-lp-merit__icon img {
    width: 19.5rem;
    height: auto;
  }

  .p-lp-merit__item:nth-child(3) .p-lp-merit__icon img {
    width: 18.8rem;
    height: auto;
  }

  .p-lp-merit__item:nth-child(4) .p-lp-merit__icon img {
    width: 14.4rem;
    height: auto;
  }
}

.p-lp-merit__icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 960px) {
  .p-lp-merit__icon {
    margin-bottom: 0.4rem;
  }
}

.p-lp-merit__text {
  font-size: 2.3rem;
  line-height: 1.2727272727;
}

/* p-lp-flow
------------------------------------------------------------- */
.p-lp-flow {
  padding-top: 8rem;
}

@media screen and (max-width: 960px) {
  .p-lp-flow {
    padding-top: 17rem;
  }
}

.p-lp-flow__list {
  margin-top: 4.8rem;
  margin-inline: auto;
}

@media screen and (min-width: 961px) {
  .p-lp-flow__list {
    width: 99rem;
  }
}

.p-lp-flow__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 3rem 5%;
  padding-block: 3rem;
  padding-left: 7rem;
  padding-right: 5rem;
  background: #292a2d;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .p-lp-flow__item {
    padding-block: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-lp-flow__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  padding-top: 0.5rem;
  padding-right: 3.2rem;
}

@media screen and (max-width: 960px) {
  .p-lp-flow__content {
    order: 2;
    padding-left: 2rem;
    padding-right: 0;
  }
}

.p-lp-flow__number {
  font-size: 3.1rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
  line-height: 1;
}

.p-lp-flow__number>div {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  font-size: 5.4rem;
  margin-left: 1.2rem;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 1;
}

.p-lp-flow__number>div>span {
  display: inline-block;
  margin-top: -1rem;
}

.p-lp-flow__title {
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.4242424242;
}

@media screen and (max-width: 960px) {
  .p-lp-flow__title {
    font-size: 3.1rem;
  }
}

.p-lp-flow__title .is-sm {
  display: block;
  font-size: 2rem;
}

.p-lp-flow__image {
  width: 22.5rem;
}

@media screen and (max-width: 960px) {
  .p-lp-flow__image {
    order: 1;
  }
}

.p-lp-flow__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* p-lp-free-session
------------------------------------------------------------- */
.p-lp-free-session {
  padding-top: 8.3rem;
}

@media screen and (max-width: 960px) {
  .p-lp-free-session {
    padding-top: 5.5rem;
  }
}

.p-lp-free-session__title-01 {
  text-align: center;
  font-size: 3.7rem;
  font-weight: 700;
  margin-top: 2.4rem;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 960px) {
  .p-lp-free-session__title-01 {
    font-size: 2.5rem;
    margin-top: 4rem;
    margin-bottom: 3.7rem;
  }
}

.p-lp-free-session__title-02 {
  text-align: center;
  font-size: 2.9rem;
  font-weight: 500;
  margin-bottom: 4.6rem;
}

@media screen and (max-width: 960px) {
  .p-lp-free-session__title-02 {
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 4.2rem;
  }
}

.p-lp-free-session__text {
  font-size: 2.5rem;
  font-weight: 500;
  width: min(100%, 77rem);
  margin-inline: auto;
  margin-bottom: 6rem;
  line-height: 1.56;
}

@media screen and (max-width: 960px) {
  .p-lp-free-session__text {
    font-size: 2.1rem;
    line-height: 1.65;
  }
}

.p-lp-free-session__button {
  display: flex;
  justify-content: center;
}

/* p-lp-support
------------------------------------------------------------- */
.p-lp-support {
  padding-top: 26rem;
}

@media screen and (max-width: 960px) {
  .p-lp-support {
    padding-top: 19rem;
  }
}

.p-lp-support__list {
  margin-top: 4rem;
}

@media screen and (min-width: 961px) {
  .p-lp-support__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 13.6rem;
  }
}

.p-lp-support__item:not(:last-child) {
  margin-bottom: 4rem;
}

@media screen and (max-width: 960px) {
  .p-lp-support__item:not(:last-child) {
    margin-bottom: 8rem;
  }
}

@media screen and (min-width: 961px) {
  .p-lp-support__item {
    flex: 1;
  }
}

.p-lp-support__image {
  width: 100%;
  margin-bottom: 2rem;
}

.p-lp-support__image>img {
  width: 100%;
  height: auto;
}

.p-lp-support__title {
  font-size: 3.3rem;
  font-weight: 700;
  margin-bottom: 2.8rem;
}

@media screen and (max-width: 960px) {
  .p-lp-support__title {
    font-size: 2.7rem;
  }
}

.p-lp-support__text {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6363636364;
}

@media screen and (max-width: 960px) {
  .p-lp-support__text {
    font-size: 2.1rem;
  }
}

/* p-lp-voice
------------------------------------------------------------- */
.p-lp-voice {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

@media screen and (max-width: 960px) {
  .p-lp-voice {
    padding-bottom: 8.4rem;
  }
}

.p-lp-voice__list {
  margin-top: 6rem;
}

@media screen and (max-width: 960px) {
  .p-lp-voice__list {
    margin-top: 3.3rem;
  }
}

.p-lp-voice__item:not(:last-child) {
  margin-bottom: 7.2rem;
}

@media screen and (max-width: 960px) {
  .p-lp-voice__item:nth-child(1) .p-lp-voice__illust img {
    width: 13.5rem;
    height: auto;
  }

  .p-lp-voice__item:nth-child(2) .p-lp-voice__illust img {
    width: 16rem;
    height: auto;
  }

  .p-lp-voice__item:nth-child(3) .p-lp-voice__illust img {
    width: 14.2rem;
    height: auto;
  }

  .p-lp-voice__item:not(:last-child) {
    margin-bottom: 9.8rem;
  }
}

.p-lp-voice__illust {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.p-lp-voice__body {
  padding-inline: 3rem;
  padding-top: 3rem;
  padding-bottom: 6rem;
  border-radius: 1.5rem;
  background: #eff0f3;
}

@media screen and (max-width: 960px) {
  .p-lp-voice__body {
    padding-inline: 2.4rem;
    padding-top: 1.2rem;
    padding-bottom: 5rem;
  }
}

.p-lp-voice__content {
  margin-bottom: 4.8rem;
}

.p-lp-voice__content+.p-lp-voice__content {
  margin-bottom: 0;
}

.p-lp-voice__profile {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 960px) {
  .p-lp-voice__profile {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
}

.p-lp-voice__title {
  display: block;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  width: 23.5rem;
  margin-bottom: 1.5rem;
  padding-block: 0.4rem;
  padding-inline: 2rem;
  line-height: var(--line-height-sm);
  border-radius: 9999px;
  color: #FFF;
  background: #292a2d;
}

@media screen and (max-width: 960px) {
  .p-lp-voice__title {
    font-size: 1.8rem;
    width: 19.4rem;
    padding-block: 0.7rem;
    margin-bottom: 0.7rem;
  }
}

.p-lp-voice__text {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2727272727;
}

@media screen and (max-width: 960px) {
  .p-lp-voice__text {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}

/* p-lp-counselor
------------------------------------------------------------- */
.p-lp-counselor {
  width: 100%;
  padding-top: 11.6rem;
}

@media screen and (max-width: 960px) {
  .p-lp-counselor {
    padding-top: 8.4rem;
  }
}

.p-lp-counselor__image-01 {
  display: flex;
  justify-content: center;
  margin-top: 6.8rem;
  margin-bottom: 6.8rem;
}

@media screen and (max-width: 960px) {
  .p-lp-counselor__image-01 {
    margin-top: 5.4rem;
    margin-bottom: 5.2rem;
  }

  .p-lp-counselor__image-01 img {
    width: 46rem;
    height: auto;
  }
}

.p-lp-counselor__image-02 {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
  margin-bottom: 5.6rem;
}

@media screen and (max-width: 960px) {
  .p-lp-counselor__image-02 {
    margin-top: 8.2rem;
    margin-bottom: 3.2rem;
  }

  .p-lp-counselor__image-02 img {
    width: 46rem;
    height: auto;
  }
}

.p-lp-counselor__profile-header {
  margin-bottom: 7rem;
}

@media screen and (max-width: 960px) {
  .p-lp-counselor__profile-header {
    margin-bottom: 5rem;
  }
}

.p-lp-counselor__name {
  font-size: 5rem;
  font-weight: 500;
  line-height: var(--line-height-sm);
}

@media screen and (max-width: 960px) {
  .p-lp-counselor__name {
    font-size: 3.1rem;
    margin-bottom: 0.4rem;
  }
}

.p-lp-counselor__name-caption {
  font-size: 2.5rem;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .p-lp-counselor__name-caption {
    font-size: 2.1rem;
  }
}

.p-lp-counselor__job-type {
  font-size: 2.9rem;
  font-weight: 500;
  margin-top: 3.5rem;
  line-height: var(--line-height-sm);
}

@media screen and (max-width: 960px) {
  .p-lp-counselor__job-type {
    font-size: 2.1rem;
  }
}

.p-lp-counselor__job-type .is-sm {
  font-size: 2.2rem;
}

@media screen and (max-width: 960px) {
  .p-lp-counselor__job-type .is-sm {
    display: block;
    font-size: 2rem;
    margin-top: 1rem;
  }
}

.p-lp-counselor__profile-block {
  position: relative;
  width: 100%;
  padding-top: 5.1rem;
  margin-bottom: 5.1rem;
}

@media screen and (max-width: 960px) {
  .p-lp-counselor__profile-block {
    padding-top: 4.2rem;
    margin-bottom: 4.2rem;
  }
}

.p-lp-counselor__profile-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18rem;
  height: 2px;
  background-color: #292a2d;
}

.p-lp-counselor__text {
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 1.5172413793;
}

@media screen and (max-width: 960px) {
  .p-lp-counselor__text {
    font-size: 2.1rem;
    line-height: 1.65;
  }
}

.p-lp-counselor__text:has(+ .p-lp-counselor__profile-block) {
  margin-bottom: 6rem;
}

.p-lp-counselor__experience {
  display: block;
  margin-bottom: 4.4rem;
}

@media screen and (min-width: 961px) {
  .p-lp-counselor__experience {
    font-size: 2.2rem;
    line-height: 1.6818181818;
  }
}

.p-lp-counselor__button {
  display: flex;
  justify-content: center;
  margin-top: 12rem;
}

@media screen and (max-width: 960px) {
  .p-lp-counselor__button {
    margin-top: 13rem;
  }
}

/* p-lp-counselor
------------------------------------------------------------- */
.p-lp-faq {
  padding-top: 26rem;
  padding-bottom: 20rem;
}

@media screen and (max-width: 960px) {
  .p-lp-faq {
    padding-top: 24.5rem;
    padding-bottom: 16.5rem;
  }
}

.p-lp-faq__list {
  margin-top: 6rem;
}

.p-lp-faq__item {
  padding-bottom: 2rem;
}

.p-lp-faq__item:not(:last-child) {
  margin-bottom: 5.3rem;
}

@media screen and (max-width: 960px) {
  .p-lp-faq__item:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}

.p-lp-faq__question {
  font-size: 2.9rem;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 960px) {
  .p-lp-faq__question {
    font-size: 2.5rem;
  }
}

.p-lp-faq__icon {
  margin-right: 1rem;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .p-lp-faq__icon {
    margin-right: 0.5rem;
  }
}

.p-lp-faq__answer {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 960px) {
  .p-lp-faq__answer {
    font-size: 2.1rem;
    line-height: 1.65;
  }
}

/* p-lp-contact
------------------------------------------------------------- */
.p-lp-contact {
  text-align: center;
  padding-top: 4.2rem;
  padding-bottom: 5.5rem;
  background: url(../img/lp/bg_contact_01_pc.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  .p-lp-contact {
    padding-bottom: 9.6rem;
    background: url(../img/lp/bg_contact_01_sp.jpg) no-repeat center;
    background-size: cover;
  }
}

.p-lp-contact__title {
  font-size: 5.2rem;
  font-weight: 500;
  margin-top: 4rem;
  margin-bottom: 2.6rem;
  line-height: 1.2884615385;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 960px) {
  .p-lp-contact__title {
    font-size: 3.3rem;
    margin-bottom: 5.7rem;
    line-height: 1.3939393939;
  }
}

.p-lp-contact__text {
  font-size: 2.9rem;
  font-weight: 500;
  margin-bottom: 6rem;
}

@media screen and (max-width: 960px) {
  .p-lp-contact__text {
    font-size: 2.3rem;
    margin-bottom: 11rem;
  }
}

.p-lp-contact__button {
  display: flex;
  justify-content: center;
}

/* p-lp-attention
------------------------------------------------------------- */
.p-lp-attention {
  padding-top: 15.2rem;
  padding-bottom: 18.5rem;
}

@media screen and (max-width: 960px) {
  .p-lp-attention {
    padding-top: 15.8rem;
    padding-bottom: 12rem;
  }
}

.p-lp-attention__title {
  text-align: center;
  font-size: 5rem;
  font-weight: 500;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 960px) {
  .p-lp-attention__title {
    font-size: 2.9rem;
  }
}

.p-lp-attention__list>li {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  font-size: 2.9rem;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .p-lp-attention__list>li {
    font-size: 2.1rem;
    line-height: 1.65;
  }
}

.p-lp-attention__list>li:not(:last-child) {
  margin-bottom: 4rem;
}

@media screen and (max-width: 960px) {
  .p-lp-attention__list>li:not(:last-child) {
    margin-bottom: 3.3rem;
  }
}

.p-lp-attention__list>li:before {
  content: "・";
  display: inline-block;
  margin-right: 0.4rem;
}

/* =============================================================
utility
============================================================= */
/* display
------------------------------------------------------------- */
[class^=u-d-block-] {
  display: none;
}

@media screen and (max-width: 960px) {
  .u-d-none-lg {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .u-d-block-lg {
    display: block;
  }
}

/* text-align
------------------------------------------------------------- */
.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

/* font-weight
------------------------------------------------------------- */
.u-weight-normal {
  font-weight: normal;
}

.u-weight-bold {
  font-weight: bold;
}

/* margin
------------------------------------------------------------- */
.u-mt-05 {
  margin-top: 0.5rem;
}

.u-mt-10 {
  margin-top: 1rem;
}

.u-mt-15 {
  margin-top: 1.5rem;
}

.u-mb-05 {
  margin-bottom: 0.5rem;
}

.u-mb-10 {
  margin-bottom: 1rem;
}

.u-mb-15 {
  margin-bottom: 1.5rem;
}

.u-mb-20 {
  margin-bottom: 2rem;
}

.u-mb-25 {
  margin-bottom: 2.5rem;
}

.u-mb-30 {
  margin-bottom: 3rem;
}