@charset "utf-8";

/* -----------------------------------------------
* p-sec-dream-p
*-------------------------------------------------- */
section:nth-of-type(even).p-sec-dream-p{
  padding: 8rem 0;
}

@media(max-width: 768px){
  section:nth-of-type(even).p-sec-dream-p{
    padding: 4.5rem 0;
  }
}

.p-sec-dream-p {
  margin-top: 8.5rem;
}

.p-sec-dream-p__ctt__des p {
  text-align: center;
  font-size: 2.1rem;
  margin-top: 2rem;
  color: var(--gaia-color-primary);
}

.p-sec-dream-p__ctt__group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 5rem;
}

.p-sec-dream-p__ctt__group__left {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  display: flex;
  line-height: 2.5;
}

.p-sec-dream-p__ctt__group__left p {
  text-align: center;
}

@media (max-width: 1080px) {
  .p-sec-dream-p__ctt__group__left {
    padding-left: 2rem;
  }
}
@media (max-width: 768px) {
  .p-sec-dream-p {
    margin-top: 5rem;
  }
  .p-sec-dream-p__ctt__group {
    flex-direction: column-reverse;
    gap: 2rem;
    margin-top: 2rem;
  }
  .p-sec-dream-p__ctt__group__left {
    line-height: 1.6;
    padding: 0;
  }
  .p-sec-dream-p__ctt__btn {
    margin-top: 3.5rem;
  }
  .p-sec-dream-p__ctt__des p {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .p-sec-dream-p__ctt__group__left p {
    text-align: left;
  }
}
@media (max-width: 376px) {
  .p-sec-dream-p {
    margin-top: 4rem;
  }
}
