.main_problem {
  width: 100%;
  padding: 55px 5%;
  background-color: #FDF1F3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_problem__person {
  width: 20%;
  padding-right: 20px;
}
.main_problem__content {
  width: 70%;
}
.main_problem__text {
  font-size: 2vw;
  font-weight: 100;
  margin-bottom: 0.5em;
}
.main_problem__item {
  width: 100%;
  height: auto;
}
.main_problem__item_sp {
  display: none;
}

.page_read__text {
  font-weight: 400;
}

.read_text_large {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.5;
  color: #FFA6A7;
  margin-top: 11px;
}

.our_hope {
  margin: 100px auto;
}

.our_hope_read {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  margin-top: 45px;
}
.our_hope_read__large {
  display: block;
  width: fit-content;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0.5em auto 1em;
}
.our_hope_read__large::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 19px;
  background-color: #F9E6EC;
}

.our_hope_content {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
}
.our_hope_content__item {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.our_hope_content__detail {
  width: 65%;
}
.our_hope_content__detail--full {
  width: 100%;
}
.our_hope_content__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.our_hope_content__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.our_hope_content__img_wrap {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.structure {
  width: 100%;
  background-color: #FDF0F3;
  padding-bottom: 70px;
  padding: 70px 0;
}

.structure_list {
  width: 1080px;
  max-width: 100%;
  margin: 80px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.structure_list__item {
  width: 31.5%;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 28px;
  position: relative;
}
.structure_list__step {
  position: absolute;
  top: 0;
  right: 30px;
  letter-spacing: -0.06em;
  color: #FDF1F3;
  font-family: "Jost";
  font-size: 5.3rem;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.structure_list__title {
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  flex-grow: 1;
}
.structure_list__text {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 1.2em;
}
.structure_list__link {
  display: block;
  width: max-content;
  font-size: 1.6rem;
  font-weight: 500;
  color: #F4797C;
  margin-top: 1em;
}
.structure_list__img {
  width: 100%;
  height: auto;
  margin-top: 18px;
}

.structure_text {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 30px;
}

.results {
  margin: 100px auto;
}

.results_content {
  width: 860px;
  max-width: 100%;
  margin: 55px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.results_content__detail {
  width: 52%;
  font-size: 1.8rem;
}
.results_content__text {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.results_content__img_wrap {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.results_content__img {
  width: 70%;
  height: auto;
}

.results_content_list {
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 30px;
}
.results_content_list__item {
  margin-top: 0.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.results_content_list__dt {
  margin-right: 1em;
}

.results_link {
  display: block;
  width: max-content;
  padding: 0.9em 2em;
  font-size: 1.6rem;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
  background-color: #F48183;
  border-radius: 26px;
  margin: 60px auto 0;
}

.what {
  margin: 140px auto 80px;
}

.what_list {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.what_list__item {
  width: 45%;
  margin-top: 60px;
}
.what_list__title {
  font-size: 2.9rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #F48183;
  text-align: center;
}
.what_list__detail {
  margin-top: 30px;
}
.what_list__text {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-top: 1em;
}
.what_list__dl {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-top: 1em;
}
.what_list__img {
  display: block;
  width: 70%;
  height: auto;
  margin: 30px auto 0;
}

.profile {
  width: 100%;
  background-color: #FDF0F3;
  padding: 100px 0;
}

.profile_content {
  width: 100%;
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.profile_content__img {
  width: 50%;
}
.profile_content__detail {
  width: 50%;
  max-width: 540px;
  padding: 0 24px;
}
.profile_content__name {
  font-size: 7.2rem;
  font-size: 400;
  letter-spacing: -0.02em;
}
.profile_content__name_sub {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.8em;
}
.profile_content__position {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 2em;
}

.profile_content_career {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 45px;
}
.profile_content_career__title {
  font-weight: 400;
}

.profile_content_career_list {
  margin-top: 0.5em;
}
.profile_content_career_list__item {
  display: block;
  line-height: 1.5;
}

.contact {
  margin: 100px auto;
}

.contact_text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 60px;
}

.contact_form {
  width: 860px;
  max-width: 100%;
  margin: 30px auto 0;
  font-size: 1.4rem;
}
.contact_form__item {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.contact_form__item--start {
  align-items: flex-start;
}
.contact_form__item--start .contact_form__name {
  padding-top: 0.5em;
}
.contact_form__name {
  width: 11em;
  letter-spacing: 0.04em;
}
.contact_form__detail {
  width: calc(100% - 11em);
}
.contact_form__input {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0.5em 0.8em;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
}
.contact_form__textarea {
  width: 100%;
  font-size: 1.4rem;
  width: 100%;
  height: 10em;
  line-height: 1.5;
  padding: 0.5em 0.8em;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  resize: none;
}
.contact_form__button {
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #F48183;
  border-radius: 26px;
  padding: 0.9em;
  width: 270px;
  margin: 30px auto;
}

.contact_radio_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.contact_radio_list__item {
  margin-right: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact_radio_list__label {
  margin-left: 0.25em;
}

@media screen and (max-width: 960px) {
  .main_problem {
    padding: 40px 4%;
  }
  .main_problem__person {
    width: 40%;
    margin-right: 1%;
  }
  .main_problem__content {
    width: 49%;
  }
  .main_problem__text {
    font-size: 3.2vw;
    font-weight: 500;
    text-align: center;
  }
  .main_problem__item {
    display: none;
  }
  .main_problem__item_sp {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .read_text_large {
    font-size: 1.8rem;
    margin-top: 1em;
  }
  .our_hope {
    padding: 0 4%;
  }
  .our_hope_read__large {
    font-size: 1.8rem;
  }
  .our_hope_content__item {
    width: 100%;
    margin-top: 45px;
  }
  .our_hope_content__detail, .our_hope_content__img_wrap {
    width: 100%;
  }
  .our_hope_content__detail {
    order: 1;
  }
  .our_hope_content__img_wrap {
    order: 2;
    margin-top: 20px;
  }
  .structure {
    padding: 50px 4%;
  }
  .structure_list {
    margin-top: 40px;
  }
  .structure_list__item {
    width: 100%;
    padding: 25px 25px;
    margin-top: 30px;
  }
  .structure_list__title {
    font-size: 2.4rem;
  }
  .structure_text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .results {
    padding: 0 4%;
  }
  .results_content__detail {
    width: 100%;
    font-size: 1.6rem;
  }
  .results_content__img_wrap {
    width: 100%;
    margin-top: 30px;
  }
  .results_content_list__item {
    margin-top: 0.5em;
    line-height: 1.4;
  }
  .results_link {
    margin-top: 40px;
  }
  .what {
    padding: 0 4%;
    margin-bottom: 60px;
  }
  .what_list__item {
    width: 100%;
    margin-top: 40px;
  }
  .profile {
    padding: 50px 0;
  }
  .profile_content {
    padding: 0 4%;
    margin-top: 50px;
  }
  .profile_content__img {
    width: 100%;
  }
  .profile_content__detail {
    width: 100%;
  }
  .profile_content__position {
    line-height: 1.5;
    margin-top: 1.5em;
  }
  .contact {
    padding: 0 4%;
    margin-bottom: 60px;
  }
  .contact_form__item {
    margin-top: 20px;
  }
  .contact_form__name {
    width: 100%;
  }
  .contact_form__detail {
    width: 100%;
    margin-top: 10px;
  }
  .contact_radio_list {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact_radio_list__item {
    margin-right: 0;
    margin-top: 0.8em;
  }
  .contact_radio_list__item:first-of-type {
    margin-top: 0;
  }
}

/*# sourceMappingURL=training_seminar.css.map */
