@charset "UTF-8";
/* ////////////////////////////////////////

This is me 未来を描くメソッド

//////////////////////////////////////// */
.interview_wrap {
  position: relative;
}

.interview_qa {
  margin-bottom: 4rem;
}
.interview_qa dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  padding-left: 4rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .interview_qa dt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .interview_qa dt {
    font-size: 2.4rem;
  }
}
.interview_qa dt::before {
  content: "";
  width: 3.2rem;
  height: 0.1rem;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
}
.interview_qa dd {
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .interview_qa_01 {
    width: 78%;
  }
}

@media screen and (min-width: 1024px) {
  .interview_qa_02 {
    width: 78%;
  }
}

.interviewee {
  width: 50%;
  margin: 0 auto;
}
.interviewee figcaption {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .interviewee {
    position: absolute;
    width: 18%;
    margin: 0;
    top: 0;
    right: 0;
  }
}

.message_wrap {
  position: relative;
}

.message_module {
  margin-bottom: 4rem;
}
.message_module dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .message_module dt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .message_module dt {
    font-size: 2.4rem;
  }
}
.message_module dd {
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .message_module_01 {
    width: 70%;
  }
}

@media screen and (min-width: 1280px) {
  .message_module_02 {
    width: 70%;
  }
}

.prof_large {
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .prof_large {
    position: absolute;
    margin: 0;
    width: 24%;
    top: 0;
    right: 0;
  }
}
.prof_large figcaption {
  font-size: 1.2rem;
}

.history {
  position: relative;
}
.history .history_module {
  padding-left: 8rem;
  margin-bottom: 1.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .history .history_module {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}
.history .history_module p {
  width: 5.9rem;
  height: 5.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #8ACFD1;
  color: #fff;
  border-radius: 10rem;
  position: absolute;
  top: 2rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .history .history_module p {
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}
@media screen and (min-width: 1024px) {
  .history .history_module p {
    width: 7.9rem;
    height: 7.9rem;
  }
}
.history .history_module dl {
  border: solid 0.2rem #8ACFD1;
  border-radius: 0.8rem;
  padding: 1.2rem;
  margin-bottom: 0.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .history .history_module dl {
    width: calc(50% - 5.6rem);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .history .history_module dl {
    width: calc(50% - 7.2rem);
    padding: 1.6rem;
  }
}
.history .history_module dl dt {
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .history .history_module dl dt {
    margin-bottom: 1.2rem;
  }
}
.history .history_module dl::before, .history .history_module dl::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  top: 4rem;
}
@media screen and (min-width: 768px) {
  .history .history_module dl::before, .history .history_module dl::after {
    top: 50%;
    translate: 0 -50%;
  }
}
.history .history_module dl::before {
  background-color: #8ACFD1;
  left: -2.2rem;
}
.history .history_module dl::after {
  background-color: #fff;
  left: -1.8rem;
}
@media screen and (min-width: 768px) {
  .history .history_module .baloon_left::before, .history .history_module .baloon_left::after {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
@media screen and (min-width: 768px) {
  .history .history_module .baloon_left::before {
    left: auto;
    right: -2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .history .history_module .baloon_left::after {
    left: auto;
    right: -1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .history .history_module_rr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .history .history_module_mm {
    margin: -3.6rem 0;
  }
}
.history::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 100%;
  background-color: #8ACFD1;
  position: absolute;
  top: 0;
  left: 2.9rem;
}
@media screen and (min-width: 768px) {
  .history::before {
    left: 50%;
    translate: -50% 0;
  }
}

/* ////////////////////////////////////////

臓活メソッドとは

//////////////////////////////////////// */
.flow {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.flow li {
  margin-bottom: 3.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow li {
    width: 30%;
  }
}
.flow li::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #B19E5D;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -2.8rem;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .flow li::before {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    left: auto;
    right: -15%;
    bottom: 50%;
    translate: 0 50%;
  }
}
.flow li:last-of-type::before {
  content: none;
}
.flow dl {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
  padding: 1.2rem;
  border-radius: 0.8rem;
}
.flow dl dt {
  padding-bottom: 0.8rem;
  border-bottom: solid 0.2rem #8ACFD1;
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .flow dl dt {
    text-align: center;
  }
}
.flow dl .flow_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .flow dl .flow_info {
    display: block;
  }
}
.flow dl .flow_info .flow_icon {
  width: 6.4rem;
}
@media screen and (min-width: 768px) {
  .flow dl .flow_info .flow_icon {
    margin: 0 auto 1.2rem;
  }
}
.flow dl .flow_info .flow_icon img {
  display: block;
}
.flow dl .flow_info .flow_txt {
  width: calc(100% - 8rem);
}
@media screen and (min-width: 768px) {
  .flow dl .flow_info .flow_txt {
    width: 100%;
    text-align: center;
  }
}

/* ////////////////////////////////////////

臓活セラピスト養成講座

//////////////////////////////////////// */
.course_outline_body {
  margin-bottom: 1.2rem;
}

.method_img {
  width: 50%;
  margin: 0 auto;
}

.lesson_content {
  margin-top: 4rem;
  background-color: #fff;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .lesson_content {
    padding: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .lesson_content {
    padding: 4rem;
  }
}
.lesson_content h3 {
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .lesson_content h3 {
    margin-bottom: 3.6rem;
  }
}
.lesson_content h3 span {
  display: inline-block;
}
.lesson_content h3 .ttl_en {
  font-size: 4rem;
  padding-bottom: 0.8;
  border-bottom: solid 0.2rem #8ACFD1;
}
@media screen and (min-width: 768px) {
  .lesson_content h3 .ttl_en {
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .lesson_content h3 .ttl_en {
    font-size: 6.4rem;
    margin-bottom: 0.4rem;
  }
}
.lesson_content h3 .ttl_jp {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .lesson_content h3 .ttl_jp {
    font-size: 1.8rem;
  }
}
.lesson_content .lesson_body {
  margin-bottom: 4rem;
}
.lesson_content .lesson_body span {
  font-size: 1.2rem;
}
.lesson_content .lesson_list {
  margin-bottom: 5.6rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .lesson_content .lesson_list {
    margin-bottom: 8rem;
  }
}
.lesson_content .lesson_list::before {
  content: "…";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.2rem;
  text-align: center;
  width: 5.6rem;
  height: 5.6rem;
  color: #8ACFD1;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  rotate: 90deg;
}
@media screen and (min-width: 1024px) {
  .lesson_content .lesson_list::before {
    width: 8rem;
    height: 8rem;
    font-size: 4.8rem;
  }
}
.lesson_content .lesson_list .step {
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .lesson_content .lesson_list .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lesson_content .lesson_list .step dt {
  text-align: center;
  border: solid 0.1rem #8ACFD1;
  background-color: #8ACFD1;
  padding: 0.4rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .lesson_content .lesson_list .step dt {
    width: 20%;
    padding-top: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .lesson_content .lesson_list .step dt {
    padding-top: 0.4rem;
    font-size: 2.8rem;
  }
}
.lesson_content .lesson_list .step dd {
  text-align: center;
  border: solid 0.1rem #8ACFD1;
  padding: 0.8rem;
}
@media screen and (min-width: 768px) {
  .lesson_content .lesson_list .step dd {
    width: 80%;
    text-align: left;
    padding: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .lesson_content .lesson_list .step dd {
    padding: 1.2rem 2rem;
    font-size: 2rem;
  }
}
.lesson_content .lesson_list .before_consulting {
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .lesson_content .lesson_list .before_consulting {
    padding-bottom: 4.8rem;
  }
}
.lesson_content .lesson_list .before_consulting::before {
  content: "個別コンサルティング";
  display: inline-block;
  background-color: #B19E5D;
  padding: 0.8rem 0.8rem 0.8rem 5.6rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%);
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .lesson_content .lesson_list .before_consulting::before {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .lesson_content .lesson_list .before_consulting::before {
    font-size: 1.8rem;
    padding: 0.8rem 1.6rem 0.8rem 5.6rem;
  }
}
.lesson_content .curriculum_detail {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .lesson_content .curriculum_detail {
    width: 48rem;
    margin: 0 auto 6.4rem;
  }
}
.lesson_content .curriculum_detail a {
  display: block;
  padding: 1.2rem 2.4rem;
  background-color: #8ACFD1;
  border-radius: 10rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .lesson_content .curriculum_detail a {
    font-size: 1.6rem;
  }
}
.lesson_content .simple_prof {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .lesson_content .simple_prof {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.lesson_content .simple_prof dl {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .lesson_content .simple_prof dl {
    width: 78%;
  }
}
.lesson_content .simple_prof dl dt {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}
.lesson_content .simple_prof dl dt span {
  display: block;
  font-size: 0.8em;
  margin-top: 0.8rem;
  border-top: solid 0.1rem #333;
  padding-top: 0.8rem;
}
.lesson_content .simple_prof figure {
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lesson_content .simple_prof figure {
    width: 18%;
    margin: 0;
  }
}
.lesson_content .add_info {
  border: solid 0.1rem #8ACFD1;
  padding: 1.2rem;
  background-color: #F0FAFA;
}
@media screen and (min-width: 768px) {
  .lesson_content .add_info {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .lesson_content .add_info {
    padding: 1.6rem;
  }
}

.lesson_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}
.lesson_img li {
  width: 49%;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .lesson_img li {
    width: 32.5%;
  }
}
@media screen and (min-width: 1024px) {
  .lesson_img li {
    margin-bottom: 1.2rem;
  }
}
.lesson_img li img {
  display: block;
}

/* ////////////////////////////////////////

お問い合わせ

//////////////////////////////////////// */
.form_msg {
  text-align: center;
  margin-bottom: 4rem;
}

.contact_form {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact_form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact_form dl dt {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .contact_form dl dt {
    width: 36%;
    margin-bottom: 2.4rem;
  }
}
.contact_form dl dt span {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  font-size: 1.2rem;
  border: solid 0.1rem #ee3333;
  border-radius: 0.4rem;
  color: #ee3333;
  margin-left: 0.8rem;
}
.contact_form dl dd {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .contact_form dl dd {
    width: 64%;
  }
}
.contact_form dl dd input[type=text], .contact_form dl dd textarea {
  display: block;
  width: 100%;
  padding: 1.2rem;
  font-size: 1.5rem;
  border: solid 0.1rem #ccc;
  border-radius: 0.4rem;
}
.contact_form dl dd label {
  display: block;
  padding: 0.4rem 0;
}
.contact_form dl dd textarea {
  height: 16rem;
}

.contact_form_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .contact_form_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact_form_btn li {
  width: 49%;
  max-width: 24rem;
}
@media screen and (min-width: 768px) {
  .contact_form_btn li {
    margin: 0 1.2rem;
  }
}
.contact_form_btn li input {
  display: block;
  width: 100%;
  border: none;
  padding: 1.2rem 0;
  border-radius: 0.4rem;
}
.contact_form_btn li .submit {
  background-color: #8ACFD1;
  color: #fff;
}
.contact_form_btn li .reset {
  background-color: #F0FAFA;
  color: #333;
}
/*# sourceMappingURL=page.css.map */