@charset "UTF-8";
/* -----------------------------------------------
lead__wrap
----------------------------------------------- */


@media (max-width: 767px) {
  .lead__wrap {
    margin-top: 20px;
  }
  .lead__wrap .text {
    margin-top: 44px;
  }
  .lead__wrap .text p {
    font-size: 14px;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  .lead__wrap {
    margin-top: 100px;
  }
  .lead__wrap .img {
    width: 940px;
    max-width: 100%;
    margin-inline: auto;
  }
  .lead__wrap .text {
    margin-top: 70px;
  }
  .lead__wrap .text p {
    font-size: 18px;
    line-height: 2;
    text-align: center;
  }
}

/* -----------------------------------------------
profile__wrap
----------------------------------------------- */
.profile__wrap {
  background-color: #F7FAFB;
}

@media (max-width: 767px) {
  .profile__wrap {
    margin: 94px 0 100px;
    border-radius: 10px;
    padding: 20px 5.97% 20px;
  }
  .profile__fx .text {
    margin-top: 38px;
  }
  .profile__fx .text dt {
    font-size: 14px;
    line-height: 2;
  }
  .profile__fx .text dd {
    font-size: 12px;
    line-height: 2.16;
    margin-top: 27px;
  }
  .profile__wrap .img__wrap {
    margin-top: 34px;
  }
}

@media (min-width: 768px) {
  .profile__wrap {
    margin: 140px 0 150px;
    border-radius: 30px;
    padding: 90px 8.03% 90px;
  }
  .profile__fx {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 4.25%;
  }
  .profile__fx .img {
    width: 50%;
  }
  .profile__fx .text {
    flex: 1;
    margin-top: 7px;
  }
  .profile__fx .text dt {
    font-size: 18px;
    line-height: 1.88;
  }
  .profile__fx .text dd {
    font-size: 14px;
    line-height: 2.28;
    margin-top: 22px;
  }
  .profile__wrap .img__wrap {
    margin-top: 50px;
  }
}