@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@100..900&display=swap");
/* --------------------------------
sec01
----------------------------------- */
.about {
  display: flex;
  right: 0;
  gap: 5rem;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .about {
    flex-direction: column;
    gap: 2rem;
  }
}
.about .about-img {
  width: 112.2rem;
}
@media (max-width: 767px) {
  .about .about-img {
    width: 100%;
  }
}
.about .about-text {
  width: 69.1rem;
}
@media (max-width: 767px) {
  .about .about-text {
    width: 100%;
  }
}
.about .about-text-title {
  font-weight: 700;
  font-size: 4.3rem;
  letter-spacing: 2.52px;
}
@media (max-width: 767px) {
  .about .about-text-title {
    font-size: 2.4rem;
    text-align: center;
  }
}
.about .about-text-title span {
  color: #ee869a;
  font-size: 6.8rem;
  font-weight: 500;
  margin-right: -4rem;
}
@media (max-width: 767px) {
  .about .about-text-title span {
    font-size: 4rem;
    margin-right: -2.5rem;
  }
}
.about .about-text-text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0%;
}
@media (max-width: 767px) {
  .about .about-text-text {
    font-size: 1.2rem;
    padding-inline: 1rem;
  }
}

.about-list {
  display: flex;
  flex-direction: column;
  padding-inline: 13.5rem;
  margin-top: 14rem;
  gap: 7.6rem;
}
@media (max-width: 767px) {
  .about-list {
    padding-inline: 2rem;
    margin-top: 3rem;
    gap: 1rem;
  }
}
.about-list li {
  background: rgba(242, 217, 226, 0.25);
  width: 163rem;
  height: 31.2rem;
  position: relative;
  padding: 7.5rem 0 0 6.6rem;
}
@media (max-width: 767px) {
  .about-list li {
    width: 100%;
    height: auto;
    padding: 2rem;
  }
}
.about-list li .about-list-title {
  font-weight: 500;
  font-size: 4.8rem;
  color: rgb(238, 134, 154);
  font-weight: 500;
}
@media (max-width: 767px) {
  .about-list li .about-list-title {
    font-size: 2.4rem;
  }
}
.about-list li .about-list-text {
  font-weight: 700;
  font-style: Bold;
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .about-list li .about-list-text {
    font-size: 1.2rem;
  }
}
.about-list li::after {
  content: "";
  display: block;
  width: 163rem;
  height: 31.2rem;
  background-color: rgba(242, 217, 226, 0.25);
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-list li::after {
    width: 100%;
    height: auto;
  }
}

.about-sub-text {
  margin-top: 6.3rem;
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
  vertical-align: middle;
  color: #ee869a;
  text-shadow: 4px 4px 0 rgba(36, 69, 83, 0.15);
  margin-bottom: 17.2rem;
}
@media (max-width: 767px) {
  .about-sub-text {
    font-size: 1.4rem;
    padding-inline: 2rem;
    margin-block: 3rem;
  }
}

/* --------------------------------
problem
----------------------------------- */
.problem {
  padding-block: 7.8rem 18rem;
  background-color: rgb(255, 238, 82);
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .problem {
    padding-block: 3rem 12.5rem;
  }
}
.problem::after {
  content: "";
  display: block;
  width: 32rem;
  height: 14rem;
  background-color: rgb(255, 238, 82);
  position: absolute;
  top: 97%;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 767px) {
  .problem::after {
    width: 16rem;
    height: 7rem;
  }
}

.problem-title {
  width: 67rem;
  margin: 0 auto 6rem;
}
@media (max-width: 767px) {
  .problem-title {
    width: 100%;
    max-width: 500px;
    padding-inline: 2rem;
    margin: 0 auto 3rem;
  }
}

.problem-box {
  display: flex;
  justify-content: center;
}

.problem-list {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  margin-top: 6.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .problem-list {
    gap: 3rem;
  }
}
.problem-list li {
  font-weight: Bold;
  font-size: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .problem-list li {
    font-size: 1.2rem;
    text-align: left;
  }
}
.problem-list li img {
  width: 3.3rem;
}
@media (max-width: 767px) {
  .problem-list li img {
    width: 2rem;
  }
}
.problem-list li span {
  border-bottom: rgb(216, 111, 163) 0.6rem solid;
  font-family: Noto Sans JP;
  font-weight: Bold;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .problem-list li span {
    font-size: 1.6rem;
  }
}

.problem-img01 {
  position: absolute;
  width: 27rem;
  left: 33.7rem;
  top: 26rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .problem-img01 {
    display: none;
  }
}

.problem-img02 {
  position: absolute;
  width: 29rem;
  right: 35.6rem;
  top: 37.3rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .problem-img02 {
    width: 16rem;
    right: 2rem;
    top: auto;
    bottom: 1rem;
  }
}

/* --------------------------------
sec02
----------------------------------- */
.future {
  padding-top: 20rem;
}
@media (max-width: 767px) {
  .future {
    padding-top: 5rem;
  }
}

.future-title {
  font-weight: 700;
  font-size: 4.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .future-title {
    font-size: 2.4rem;
  }
}
.future-title .future-span {
  color: #ee869a;
  font-weight: 500;
  font-size: 6.8rem;
  margin-left: -5rem;
  margin-right: -2rem;
  text-shadow: 4px 4px 0 rgba(36, 69, 83, 0.15);
}
@media (max-width: 767px) {
  .future-title .future-span {
    font-size: 3.6rem;
    margin-left: -3rem;
  }
}
.future-title .future-span01 {
  font-weight: 700;
  font-style: Bold;
  font-size: 5.8rem;
}

.future-title-text {
  width: 65.9rem;
  height: 12.6rem;
  background-color: #ee869a;
  color: #fff;
  font-weight: 700;
  font-size: 3.6rem;
  display: flex;
  align-items: last baseline;
  padding-bottom: 2rem;
  justify-content: center;
  margin: 5rem auto 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .future-title-text {
    width: 95%;
    font-size: 1.8rem;
    height: 6.6rem;
    margin: 2rem auto;
  }
}
.future-title-text span {
  font-size: 6.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .future-title-text span {
    font-size: 2.4rem;
  }
}
.future-title-text::after {
  content: "";
  display: block;
  width: 4rem;
  height: 3rem;
  background-color: #ee869a;
  position: absolute;
  top: 97%;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 767px) {
  .future-title-text::after {
    width: 2rem;
    height: 1.5rem;
  }
}

.future-list {
  padding-inline: 34rem;
  display: flex;
  justify-content: center;
  column-gap: 16.2rem;
  row-gap: 5.2rem;
  margin-bottom: 16rem;
  flex-wrap: wrap;
}
.future-list li {
  width: 30.4rem;
}
@media (max-width: 767px) {
  .future-list li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .future-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.6rem;
    row-gap: 3.2rem;
    padding-inline: 2rem;
    margin-bottom: 4rem;
  }
  .future-list li {
    width: auto;
  }
}

/* --------------------------------
特長
----------------------------------- */
.features-list-item {
  display: flex;
  align-items: center;
  gap: 10.6rem;
}
@media (max-width: 767px) {
  .features-list-item {
    flex-direction: column;
    gap: 0.2rem;
  }
}

.features-list-text {
  position: relative;
}
@media (max-width: 767px) {
  .features-list-text {
    padding-inline: 2rem;
  }
}
.features-list-text-title {
  font-weight: 700;
  font-size: 4.2rem;
  color: #ee869a;
}
@media (max-width: 767px) {
  .features-list-text-title {
    font-size: 2.4rem;
  }
}
.features-list-text-text {
  font-weight: 500;
  font-size: 1.8rem;
  margin-top: 3.1rem;
}
@media (max-width: 767px) {
  .features-list-text-text {
    font-size: 1.2rem;
    margin-top: 0.1rem;
  }
}
.features-list-text .features-list-text-num {
  position: absolute;
  top: -6.4rem;
  left: 25.5rem;
  color: rgb(255, 252, 225);
  font-weight: 500;
  font-size: 23rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .features-list-text .features-list-text-num {
    font-size: 13rem;
    left: 0;
    left: auto;
    right: 0;
  }
}

.features-list-img {
  width: 91.1rem;
}
@media (max-width: 767px) {
  .features-list-img {
    width: 100%;
  }
}

.features-list-item01,
.features-list-item03 {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .features-list-item01,
  .features-list-item03 {
    flex-direction: column;
  }
}
.features-list-item01 .features-list-text,
.features-list-item03 .features-list-text {
  width: 52rem;
}
@media (max-width: 767px) {
  .features-list-item01 .features-list-text,
  .features-list-item03 .features-list-text {
    width: 100%;
  }
}

.features-list-item02 .features-list-text {
  width: 69.6rem;
}
@media (max-width: 767px) {
  .features-list-item02 .features-list-text {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .features-list {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  .features {
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .features {
    padding-bottom: 4rem;
  }
}
/* --------------------------------
掲載内容
----------------------------------- */
.contents {
  background-image: url(../../img/bg.webp);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 9.9rem 14rem;
}
@media (max-width: 767px) {
  .contents {
    padding: 2rem 2rem;
  }
}

.contents-list-title {
  font-weight: 700;
  font-size: 4.2rem;
  color: rgb(203, 210, 72);
}
@media (max-width: 767px) {
  .contents-list-title {
    font-size: 1.8rem;
  }
}

.contents-list-text {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .contents-list-text {
    font-size: 1.2rem;
  }
}

.contents-img01 {
  width: 30.8rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .contents-img01 {
    width: 49%;
  }
}

.contents-img02 {
  width: 28.3rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .contents-img02 {
    width: 49%;
  }
}

.contents-box {
  display: flex;
}
@media (max-width: 767px) {
  .contents-box {
    flex-direction: column;
  }
}

.contents-img {
  display: flex;
}
@media (max-width: 767px) {
  .contents-img {
    gap: 1rem;
    margin-top: 3rem;
  }
}

.content-list {
  display: flex;
  flex-direction: column;
  gap: 4.4rem;
  margin-top: 8.4rem;
  margin-right: 3rem;
}
@media (max-width: 767px) {
  .content-list {
    margin-right: 0;
    gap: 2rem;
    margin-top: 2.4rem;
  }
}

.contents-img01 {
  margin-top: 20rem;
  margin-right: 5rem;
}
@media (max-width: 767px) {
  .contents-img01 {
    margin-top: 10rem;
    margin-right: 0rem;
  }
}

/* --------------------------------
CTA
----------------------------------- */
.cta {
  background-image: url(../../img/bg-cta.webp);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-block: 10.9rem;
}
@media (max-width: 767px) {
  .cta {
    padding: 3rem 2rem;
    background-size: cover;
  }
}

.cta-title {
  text-align: center;
}

.cta-span01 {
  width: 63.4rem;
  height: 8.8rem;
  background-color: #fff;
  border-radius: 2rem;
  font-family: Noto Sans;
  font-weight: 700;
  font-size: 3.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto; /* 要素自体を横中央に */
  max-width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .cta-span01 {
    font-size: 2rem;
    width: 74%;
    height: 4.4rem;
  }
}
.cta-span01::after {
  content: "";
  display: block;
  width: 3rem;
  height: 2rem;
  background-color: #fff;
  position: absolute;
  top: 97%;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 767px) {
  .cta-span01::after {
    display: none;
  }
}

.cta-span02 {
  font-weight: 700;
  font-size: 6.4rem;
  color: #ffee52;
  text-align: center;
  display: block;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cta-span02 {
    font-size: 2.4rem;
    margin-top: 1rem;
    line-height: 1.2;
  }
}

.cta-span03 {
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .cta-span03 {
    font-size: 2rem;
  }
}

.cta-text {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  margin-top: 6.4rem;
  margin-bottom: 4rem;
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 767px) {
  .cta-text {
    font-size: 1.8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.cta-text img {
  width: 3.5rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cta-text img {
    width: 1.8rem;
  }
}

.cta-btn {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .cta-btn {
    flex-direction: column;
  }
}
.cta-btn .c-cta-btn {
  font-weight: 700;
  font-size: 2.3rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6rem;
  justify-content: center;
  width: 40rem;
  height: 7rem;
  border-radius: 3.5rem;
}
@media (max-width: 767px) {
  .cta-btn .c-cta-btn {
    width: 100%;
    max-width: 500px;
    font-size: 1.8rem;
    height: 6rem;
  }
}
.cta-btn .c-cta-btn img {
  width: 2.7rem;
}
@media (max-width: 767px) {
  .cta-btn .c-cta-btn img {
    width: 2rem;
  }
}
.cta-btn .c-cta-btn span {
  transform: scaleX(0.6);
  font-size: 4rem;
}
@media (max-width: 767px) {
  .cta-btn .c-cta-btn span {
    font-size: 2rem;
  }
}
.cta-btn .cta-btn01 {
  background: #155378;
}
.cta-btn .cta-btn02 {
  background: #ffee52;
  color: #155378;
}

/* --------------------------------
flow
----------------------------------- */
.flow {
  background-image: url(../../img/bg.webp);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-block: 9rem 5rem;
}
@media (max-width: 767px) {
  .flow {
    padding: 2rem 2rem;
  }
}

.flow-text01 {
  font-weight: 700;
  font-size: 5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .flow-text01 {
    font-size: 2.6rem;
    line-height: 1;
  }
}
.flow-text01 span {
  font-weight: 700;
  font-size: 10rem;
}
@media (max-width: 767px) {
  .flow-text01 span {
    font-size: 4.4rem;
  }
}

.flow-list {
  width: 95rem;
  display: flex;
  flex-direction: column;
  gap: 5.7rem;
  margin-top: 7rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .flow-list {
    width: 100%;
    margin-top: 2rem;
    gap: 1.7rem;
  }
}
.flow-list li {
  position: relative;
}
.flow-list li::after {
  content: "";
  display: block;
  width: 1px;
  height: 5.7rem;
  background-color: #ffee52;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .flow-list li::after {
    height: 1.7rem;
  }
}
.flow-list li:last-child::after {
  display: none;
}
.flow-list .flow-step-container {
  position: absolute;
  top: 5rem;
  left: 25rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .flow-list .flow-step-container {
    position: static;
    top: 0;
    left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.flow-list .flow-step-title {
  font-weight: 700;
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  .flow-list .flow-step-title {
    font-size: 1.8rem;
  }
}
.flow-list .flow-step-text {
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .flow-list .flow-step-text {
    font-size: 1.2rem;
  }
}

.flow-sub-text {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .flow-sub-text {
    font-size: 1.2rem;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .flow-step {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 100%;
    padding-inline: 2rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-block: 2rem;
  }
  .flow-step-img {
    width: 10rem;
  }
}
/* --------------------------------
contact
----------------------------------- */
.contact {
  background-image: url(../../img/contact-bg.webp);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-block: 16.7rem 6.7rem;
  position: relative;
}
@media (max-width: 767px) {
  .contact {
    padding-block: 3rem 3.7rem;
    padding-inline: 2rem;
  }
}
.contact::after {
  position: absolute;
  content: "";
  display: block;
  background: #fff9c3;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  width: 111.4rem;
  height: 24rem;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .contact::after {
    display: none;
  }
}

.c-form {
  width: 84.6rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-form {
    width: 100%;
  }
}

.c-form__row {
  margin-bottom: 1.6rem;
  display: flex;
}
@media (max-width: 767px) {
  .c-form__row {
    flex-direction: column;
    margin-bottom: 0.6rem;
  }
}

.c-form__label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  width: 27rem;
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .c-form__label {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}

.c-form__req {
  display: inline-block;
  margin-left: 0.5em;
  color: #fff;
  background: #ff5a5a;
  padding: 0.1em 0.5em;
  border-radius: 2rem;
  font-weight: 500;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .c-form__req {
    font-size: 1rem;
  }
}

.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  height: 8rem;
  color: #333;
  font-weight: 400;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .c-form input[type=text],
  .c-form input[type=email],
  .c-form input[type=tel],
  .c-form textarea {
    font-size: 1.2rem;
    height: 4rem;
  }
}

.c-form textarea {
  min-height: 140px;
  resize: vertical;
}

.c-form__actions {
  margin-top: 24px;
  text-align: center;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  padding: 14px 28px;
  border-radius: 1000px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  height: 7rem;
  width: 40rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-btn {
    width: 100%;
    height: 6rem;
    max-width: 500px;
    font-size: 1.8rem;
  }
}
.c-btn::after {
  content: "";
  display: block;
  background-image: url(../../img/v02.webp);
  width: 2.5rem;
  height: 3.2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 4.4rem;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-btn::after {
    width: 2rem;
    height: 2.4rem;
  }
}
.c-btn:hover {
  opacity: 0.8;
}

.c-btn--primary {
  background: #ffe46a;
}

.wpcf7-form-control-wrap {
  width: 63rem;
}
@media (max-width: 767px) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.contact-title {
  margin-bottom: 10.4rem;
}
@media (max-width: 767px) {
  .contact-title {
    margin-bottom: 1rem;
  }
}

.contact-text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .contact-text {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}

.wpcf7-spinner {
  display: none;
}

a:hover {
  opacity: 0.8;
}

.wpcf7-not-valid-tip {
  font-size: 1rem;
}

.c-form input::placeholder,
.c-form textarea::placeholder {
  color: rgba(11, 24, 39, 0.45);
}

.wpcf7-form-control-wrap {
  margin: 0 auto;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .wpcf7-form-control-wrap {
    font-size: 1.2rem;
  }
}

.c-form__actions {
  font-size: 2.3rem;
}

.c-form__row .wpcf7-form-control-wrap {
  justify-content: flex-start;
}

.acceptance-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-left: 24rem;
}
@media (max-width: 767px) {
  .acceptance-box {
    margin-left: 0;
  }
}
.acceptance-box .wpcf7-form-control {
  display: flex;
  align-items: center;
}/*# sourceMappingURL=d-style.css.map */