/* CSS Document */
/* CSS Document */
/* line 6, style.scss */
.therapist-box {
  margin: 40px 0 0; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 6, style.scss */
    .therapist-box {
      margin: 30px 0 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 6, style.scss */
    .therapist-box {
      margin: 30px 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 6, style.scss */
    .therapist-box {
      margin: 20px 0 0; } }
  /* line 23, style.scss */
  .therapist-box > div {
    display: flex;
    justify-content: space-between; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 23, style.scss */
      .therapist-box > div {
        display: inherit; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 23, style.scss */
      .therapist-box > div {
        display: inherit; } }
    @media screen and (max-width: 350px) {
      /* line 23, style.scss */
      .therapist-box > div {
        display: inherit; } }
  /* line 42, style.scss */
  .therapist-box .therapist-photo {
    max-width: 340px;
    width: 100%;
    margin-right: 50px; }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 42, style.scss */
      .therapist-box .therapist-photo {
        max-width: 300px; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 42, style.scss */
      .therapist-box .therapist-photo {
        max-width: 260px;
        margin-right: 30px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 42, style.scss */
      .therapist-box .therapist-photo {
        max-width: 240px;
        margin: auto; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 42, style.scss */
      .therapist-box .therapist-photo {
        max-width: 220px;
        margin: auto; } }
    @media screen and (max-width: 350px) {
      /* line 42, style.scss */
      .therapist-box .therapist-photo {
        max-width: 200px;
        margin: auto; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 67, style.scss */
    .therapist-box .therapist-text {
      margin: 20px 0 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 67, style.scss */
    .therapist-box .therapist-text {
      margin: 20px 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 67, style.scss */
    .therapist-box .therapist-text {
      margin: 20px 0 0; } }

/* line 83, style.scss */
.therapist-contents {
  line-height: 1.5;
  padding: 0 0 20px; }
  /* line 87, style.scss */
  .therapist-contents .meta-name {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.1rem;
    border-bottom: 1px solid #00afee; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 87, style.scss */
      .therapist-contents .meta-name {
        font-size: 28px;
        font-size: 2.8rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 87, style.scss */
      .therapist-contents .meta-name {
        font-size: 28px;
        font-size: 2.8rem; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 87, style.scss */
      .therapist-contents .meta-name {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media screen and (max-width: 350px) {
      /* line 87, style.scss */
      .therapist-contents .meta-name {
        font-size: 24px;
        font-size: 2.4rem; } }

/* line 113, style.scss */
.rehabili-box {
  margin: 40px 0 0; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 113, style.scss */
    .rehabili-box {
      margin: 30px 0 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 113, style.scss */
    .rehabili-box {
      margin: 30px 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 113, style.scss */
    .rehabili-box {
      margin: 30px 0 0; } }
  /* line 129, style.scss */
  .rehabili-box > div {
    display: flex;
    justify-content: space-between; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 129, style.scss */
      .rehabili-box > div {
        flex-wrap: wrap; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 129, style.scss */
      .rehabili-box > div {
        display: inherit; } }
    @media screen and (max-width: 350px) {
      /* line 129, style.scss */
      .rehabili-box > div {
        display: inherit; } }
  /* line 148, style.scss */
  .rehabili-box .rehabili-container {
    width: calc((100% - 50px) / 3);
    display: flex;
    justify-content: center; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 148, style.scss */
      .rehabili-box .rehabili-container {
        width: calc((100% - 30px) / 3); } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 148, style.scss */
      .rehabili-box .rehabili-container {
        width: calc((100% - 15px) / 2);
        margin-bottom: 20px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 148, style.scss */
      .rehabili-box .rehabili-container {
        width: 80%;
        margin: 0 auto 20px; } }
    @media screen and (max-width: 350px) {
      /* line 148, style.scss */
      .rehabili-box .rehabili-container {
        width: 90%;
        margin: 0 auto 15px; } }

/* line 173, style.scss */
.rehabili-container a {
  color: #000;
  width: 100%;
  position: relative; }
  /* line 178, style.scss */
  .rehabili-container a:after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border-right: 2px solid #cbe1ac;
    border-bottom: 2px solid #cbe1ac;
    transform: rotate(45deg);
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 178, style.scss */
      .rehabili-container a:after {
        width: 15px;
        height: 15px;
        bottom: 20px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 178, style.scss */
      .rehabili-container a:after {
        width: 15px;
        height: 15px;
        bottom: 20px; } }
    @media screen and (max-width: 350px) {
      /* line 178, style.scss */
      .rehabili-container a:after {
        width: 15px;
        height: 15px;
        bottom: 15px; } }

/* line 214, style.scss */
.rehabili-contents {
  width: 100%;
  height: 100%;
  border: 3px solid #cbe1ac;
  border-radius: 10px;
  text-align: center;
  padding: 30px 20px 40px; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 214, style.scss */
    .rehabili-contents {
      padding: 20px 15px 40px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 214, style.scss */
    .rehabili-contents {
      padding: 10px 10px 40px;
      border: 2px solid #cbe1ac; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 214, style.scss */
    .rehabili-contents {
      padding: 10px 20px 40px;
      border: 2px solid #cbe1ac; } }
  @media screen and (max-width: 350px) {
    /* line 214, style.scss */
    .rehabili-contents {
      padding: 10px 20px 30px;
      border: 2px solid #cbe1ac; } }
  /* line 240, style.scss */
  .rehabili-contents img {
    border-radius: 5px;
    max-width: 190px;
    width: 100%;
    margin: 20px auto 0; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 240, style.scss */
      .rehabili-contents img {
        margin: 10px auto 0; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 240, style.scss */
      .rehabili-contents img {
        margin: 10px auto 0; } }
    @media screen and (max-width: 350px) {
      /* line 240, style.scss */
      .rehabili-contents img {
        margin: 10px auto 0; } }
  /* line 260, style.scss */
  .rehabili-contents h3 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 600; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 260, style.scss */
      .rehabili-contents h3 {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 260, style.scss */
      .rehabili-contents h3 {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 260, style.scss */
      .rehabili-contents h3 {
        font-size: 20px;
        font-size: 2.0rem; } }
    @media screen and (max-width: 350px) {
      /* line 260, style.scss */
      .rehabili-contents h3 {
        font-size: 20px;
        font-size: 2.0rem; } }
  /* line 284, style.scss */
  .rehabili-contents p {
    margin-top: 30px; }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 284, style.scss */
      .rehabili-contents p {
        text-align: left; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 284, style.scss */
      .rehabili-contents p {
        text-align: left; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 284, style.scss */
      .rehabili-contents p {
        margin-top: 15px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 284, style.scss */
      .rehabili-contents p {
        margin-top: 10px;
        text-align: left; } }
    @media screen and (max-width: 350px) {
      /* line 284, style.scss */
      .rehabili-contents p {
        margin-top: 10px;
        text-align: left; } }

/* line 305, style.scss */
.AKA-box,
.motion-box {
  margin: 40px 0 0; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 305, style.scss */
    .AKA-box,
    .motion-box {
      margin: 30px 0 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 305, style.scss */
    .AKA-box,
    .motion-box {
      margin: 30px 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 305, style.scss */
    .AKA-box,
    .motion-box {
      margin: 20px 0 0; } }

/* line 323, style.scss */
.AKA-container {
  margin: 50px auto 0; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 323, style.scss */
    .AKA-container {
      margin: 30px auto 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 323, style.scss */
    .AKA-container {
      margin: 30px auto 0; } }
  @media screen and (max-width: 350px) {
    /* line 323, style.scss */
    .AKA-container {
      margin: 20px auto 0; } }
  /* line 340, style.scss */
  .AKA-container > div {
    display: flex;
    justify-content: space-between; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 340, style.scss */
      .AKA-container > div {
        display: inherit; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 340, style.scss */
      .AKA-container > div {
        display: inherit; } }
    @media screen and (max-width: 350px) {
      /* line 340, style.scss */
      .AKA-container > div {
        display: inherit; } }
  /* line 358, style.scss */
  .AKA-container figure.AKA-img {
    max-width: 225px;
    width: 100%;
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 358, style.scss */
      .AKA-container figure.AKA-img {
        max-width: 180px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 358, style.scss */
      .AKA-container figure.AKA-img {
        max-width: 240px;
        margin: 0 auto; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 358, style.scss */
      .AKA-container figure.AKA-img {
        max-width: 220px;
        margin: 0 auto; } }
    @media screen and (max-width: 350px) {
      /* line 358, style.scss */
      .AKA-container figure.AKA-img {
        max-width: 200px;
        margin: 0 auto; } }
    /* line 382, style.scss */
    .AKA-container figure.AKA-img figcaption {
      text-align: center;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 600; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 382, style.scss */
        .AKA-container figure.AKA-img figcaption {
          font-size: 17px;
          font-size: 1.7rem; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 382, style.scss */
        .AKA-container figure.AKA-img figcaption {
          font-size: 17px;
          font-size: 1.7rem; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 382, style.scss */
        .AKA-container figure.AKA-img figcaption {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 350px) {
        /* line 382, style.scss */
        .AKA-container figure.AKA-img figcaption {
          font-size: 16px;
          font-size: 1.6rem; } }
  /* line 408, style.scss */
  .AKA-container .AKA-contents {
    width: calc(100% - 255px);
    margin: 0 0 0 30px; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 408, style.scss */
      .AKA-container .AKA-contents {
        width: calc(100% - 210px); } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 408, style.scss */
      .AKA-container .AKA-contents {
        width: 100%;
        margin: 20px auto 0; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 408, style.scss */
      .AKA-container .AKA-contents {
        width: 100%;
        margin: 20px auto 0; } }
    @media screen and (max-width: 350px) {
      /* line 408, style.scss */
      .AKA-container .AKA-contents {
        width: 100%;
        margin: 20px auto 0; } }
  /* line 432, style.scss */
  .AKA-container:nth-child(2n+1) > div {
    flex-direction: row-reverse; }
  /* line 436, style.scss */
  .AKA-container:nth-child(2n+1) figure.AKA-img {
    max-width: 350px;
    width: 100%; }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 436, style.scss */
      .AKA-container:nth-child(2n+1) figure.AKA-img {
        max-width: 280px; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 436, style.scss */
      .AKA-container:nth-child(2n+1) figure.AKA-img {
        max-width: 280px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 436, style.scss */
      .AKA-container:nth-child(2n+1) figure.AKA-img {
        max-width: 300px;
        margin: 0 auto; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 436, style.scss */
      .AKA-container:nth-child(2n+1) figure.AKA-img {
        max-width: 300px;
        margin: 0 auto; } }
    @media screen and (max-width: 350px) {
      /* line 436, style.scss */
      .AKA-container:nth-child(2n+1) figure.AKA-img {
        max-width: 300px;
        margin: 0 auto; } }
  /* line 459, style.scss */
  .AKA-container:nth-child(2n+1) .AKA-contents {
    width: calc(100% - 380px);
    margin: 0 30px 0 0; }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 459, style.scss */
      .AKA-container:nth-child(2n+1) .AKA-contents {
        width: calc(100% - 310px); } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 459, style.scss */
      .AKA-container:nth-child(2n+1) .AKA-contents {
        width: calc(100% - 310px); } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 459, style.scss */
      .AKA-container:nth-child(2n+1) .AKA-contents {
        width: 100%;
        margin: 20px auto 0; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 459, style.scss */
      .AKA-container:nth-child(2n+1) .AKA-contents {
        width: 100%;
        margin: 20px auto 0; } }
    @media screen and (max-width: 350px) {
      /* line 459, style.scss */
      .AKA-container:nth-child(2n+1) .AKA-contents {
        width: 100%;
        margin: 20px auto 0; } }

/* line 484, style.scss */
.AKA-subtitle h3 {
  color: #00afee;
  font-weight: 600;
  font-size: 25px;
  font-size: 2.5rem;
  margin: 40px 0 20px;
  padding-bottom: 5px;
  border-bottom: #00afee 1px solid; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 484, style.scss */
    .AKA-subtitle h3 {
      font-size: 22px;
      font-size: 2.2rem;
      margin: 30px 0 15px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 484, style.scss */
    .AKA-subtitle h3 {
      font-size: 22px;
      font-size: 2.2rem;
      margin: 30px 0 15px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 484, style.scss */
    .AKA-subtitle h3 {
      font-size: 18px;
      font-size: 1.8rem;
      margin: 20px 0 10px; } }
  @media screen and (max-width: 350px) {
    /* line 484, style.scss */
    .AKA-subtitle h3 {
      font-size: 18px;
      font-size: 1.8rem;
      margin: 20px 0 10px; } }

/* line 517, style.scss */
.AKA-subtitle p {
  font-weight: 500; }

/* line 521, style.scss */
.motion-container {
  margin: 0 auto 60px; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 521, style.scss */
    .motion-container {
      margin: 0 auto 40px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 521, style.scss */
    .motion-container {
      margin: 0 auto 30px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 521, style.scss */
    .motion-container {
      margin: 0 auto 30px; } }
  @media screen and (max-width: 350px) {
    /* line 521, style.scss */
    .motion-container {
      margin: 0 auto 20px; } }
  /* line 539, style.scss */
  .motion-container > div {
    display: flex;
    justify-content: space-between; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 539, style.scss */
      .motion-container > div {
        display: inherit; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 539, style.scss */
      .motion-container > div {
        display: inherit; } }
    @media screen and (max-width: 350px) {
      /* line 539, style.scss */
      .motion-container > div {
        display: inherit; } }
  /* line 558, style.scss */
  .motion-container .motion-img {
    max-width: 160px;
    width: 100%; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 558, style.scss */
      .motion-container .motion-img {
        margin: auto; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 558, style.scss */
      .motion-container .motion-img {
        margin: auto; } }
    @media screen and (max-width: 350px) {
      /* line 558, style.scss */
      .motion-container .motion-img {
        margin: auto; } }
  /* line 576, style.scss */
  .motion-container .motion-txt {
    width: 100%; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 576, style.scss */
      .motion-container .motion-txt {
        width: 100%;
        margin: 20px 0 0; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 576, style.scss */
      .motion-container .motion-txt {
        width: 100%;
        margin: 20px 0 0; } }
    @media screen and (max-width: 350px) {
      /* line 576, style.scss */
      .motion-container .motion-txt {
        width: 100%;
        margin: 20px 0 0; } }

/* line 600, style.scss */
.motion-container2 > div {
  display: flex;
  justify-content: space-between; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 600, style.scss */
    .motion-container2 > div {
      display: inherit; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 600, style.scss */
    .motion-container2 > div {
      display: inherit; } }
  @media screen and (max-width: 350px) {
    /* line 600, style.scss */
    .motion-container2 > div {
      display: inherit; } }
/* line 619, style.scss */
.motion-container2 .motion-img {
  max-width: 250px;
  width: 100%; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 619, style.scss */
    .motion-container2 .motion-img {
      max-width: 220px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 619, style.scss */
    .motion-container2 .motion-img {
      max-width: 200px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 619, style.scss */
    .motion-container2 .motion-img {
      max-width: 240px;
      margin: auto; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 619, style.scss */
    .motion-container2 .motion-img {
      max-width: 220px;
      margin: auto; } }
  @media screen and (max-width: 350px) {
    /* line 619, style.scss */
    .motion-container2 .motion-img {
      max-width: 200px;
      margin: auto; } }
/* line 642, style.scss */
.motion-container2 .motion-txt {
  width: calc(100% - 300px); }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 642, style.scss */
    .motion-container2 .motion-txt {
      width: calc(100% - 250px); } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 642, style.scss */
    .motion-container2 .motion-txt {
      width: calc(100% - 230px); } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 642, style.scss */
    .motion-container2 .motion-txt {
      width: 100%;
      margin: 30px 0 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 642, style.scss */
    .motion-container2 .motion-txt {
      width: 100%;
      margin: 30px 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 642, style.scss */
    .motion-container2 .motion-txt {
      width: 100%;
      margin: 15px 0 0; } }
  /* line 664, style.scss */
  .motion-container2 .motion-txt ul.motion-list {
    justify-content: center;
    margin: 30px 0 0;
    /*width: fit-content;
    text-align: center;
    background: #eff7e4;
    border-radius: 5px;
    padding: 20px 50px;*/
    list-style: none; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 664, style.scss */
      .motion-container2 .motion-txt ul.motion-list {
        margin: 20px auto 0; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 664, style.scss */
      .motion-container2 .motion-txt ul.motion-list {
        margin: 20px auto 0; } }
    @media screen and (max-width: 350px) {
      /* line 664, style.scss */
      .motion-container2 .motion-txt ul.motion-list {
        margin: 20px auto 0; } }
    /* line 695, style.scss */
    .motion-container2 .motion-txt ul.motion-list li {
      				/*padding: 0 2.0em 0 0;
      
      				@include mq(m) {
      				}
      				@include mq(ls) {
      					padding: 0 1.0em 0 0;
      				}
      				@include mq(s) {
      				}
      				@include mq(xs) {
      					text-align: left;
      				}
      				@include mq(xxs) {
      					text-align: left;
      				}
      
      				&:last-child {
      					padding: 0;
      				}*/ }
      /* line 716, style.scss */
      .motion-container2 .motion-txt ul.motion-list li:before {
        content: "";
        width: 10px;
        height: 10px;
        display: inline-block;
        background-color: #ffb01d;
        border-radius: 50%;
        position: relative;
        top: -1px;
        margin-right: 0.5em; }

/* line 731, style.scss */
.motion-container3 {
  margin: 50px 0 0; }
  /* line 734, style.scss */
  .motion-container3 > div {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 734, style.scss */
      .motion-container3 > div {
        display: inherit; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 734, style.scss */
      .motion-container3 > div {
        display: inherit; } }
    @media screen and (max-width: 350px) {
      /* line 734, style.scss */
      .motion-container3 > div {
        display: inherit; } }
  /* line 754, style.scss */
  .motion-container3 .motion-img {
    max-width: 250px;
    width: 100%; }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 754, style.scss */
      .motion-container3 .motion-img {
        max-width: 220px; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 754, style.scss */
      .motion-container3 .motion-img {
        max-width: 200px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 754, style.scss */
      .motion-container3 .motion-img {
        max-width: 240px;
        margin: auto; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 754, style.scss */
      .motion-container3 .motion-img {
        max-width: 220px;
        margin: auto; } }
    @media screen and (max-width: 350px) {
      /* line 754, style.scss */
      .motion-container3 .motion-img {
        max-width: 200px;
        margin: auto; } }
  /* line 777, style.scss */
  .motion-container3 .motion-txt {
    width: calc(100% - 320px); }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 777, style.scss */
      .motion-container3 .motion-txt {
        width: calc(100% - 250px); } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 777, style.scss */
      .motion-container3 .motion-txt {
        width: calc(100% - 230px); } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 777, style.scss */
      .motion-container3 .motion-txt {
        width: 100%;
        margin: 30px 0 0; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 777, style.scss */
      .motion-container3 .motion-txt {
        width: 100%;
        margin: 30px 0 0; } }
    @media screen and (max-width: 350px) {
      /* line 777, style.scss */
      .motion-container3 .motion-txt {
        width: 100%;
        margin: 15px 0 0; } }

/* line 800, style.scss */
h3.motion-subtitle {
  color: #00afee;
  font-weight: 600;
  font-size: 25px;
  font-size: 2.5rem;
  margin: 40px 0;
  padding-bottom: 5px;
  border-bottom: #00afee 1px solid; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 800, style.scss */
    h3.motion-subtitle {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 800, style.scss */
    h3.motion-subtitle {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 800, style.scss */
    h3.motion-subtitle {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.5; } }
  @media screen and (max-width: 350px) {
    /* line 800, style.scss */
    h3.motion-subtitle {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.5; } }

/* line 830, style.scss */
sub {
  vertical-align: baseline;
  font-size: 12px;
  font-size: 1.2rem; }

/* line 835, style.scss */
.youtube > div {
  position: relative;
  margin: auto;
  max-width: 700px;
  width: 100%;
  padding-top: calc(700px * 0.5625); }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 835, style.scss */
    .youtube > div {
      max-width: 650px;
      padding-top: calc(650px * 0.5625); } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 835, style.scss */
    .youtube > div {
      max-width: 80%;
      padding-top: calc(80% * 0.5625); } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 835, style.scss */
    .youtube > div {
      max-width: 80%;
      padding-top: calc(80% * 0.5625); } }
  @media screen and (max-width: 350px) {
    /* line 835, style.scss */
    .youtube > div {
      max-width: 100%;
      padding-top: 56.25%; } }
  /* line 863, style.scss */
  .youtube > div iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

/* line 874, style.scss */
.motion-box-main .instagram-media {
  width: calc(100% / 3 - 20px) !important;
  margin: 20px 0 !important;
  min-width: 0 !important; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 874, style.scss */
    .motion-box-main .instagram-media {
      width: calc(100% / 3 - 10px) !important; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 874, style.scss */
    .motion-box-main .instagram-media {
      width: calc(100% / 2 - 10px) !important; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 874, style.scss */
    .motion-box-main .instagram-media {
      width: 100% !important;
      max-width: 400px !important;
      margin: 20px auto !important; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 874, style.scss */
    .motion-box-main .instagram-media {
      width: 100% !important;
      margin: 20px auto !important; } }
  @media screen and (max-width: 350px) {
    /* line 874, style.scss */
    .motion-box-main .instagram-media {
      width: 100% !important;
      margin: 20px auto !important; } }

/* line 901, style.scss */
.motion-box-main {
  margin: 20px 0 0 0; }
  /* line 904, style.scss */
  .motion-box-main > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }

/* line 912, style.scss */
.physical_box {
  margin: 20px 0 0; }

/* line 917, style.scss */
ul.pain-list {
  margin: 30px 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 917, style.scss */
    ul.pain-list {
      display: inherit;
      margin: 20px 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 917, style.scss */
    ul.pain-list {
      display: inherit;
      margin: 20px 0 0; } }
  /* line 938, style.scss */
  ul.pain-list li {
    width: calc((100% - 40px) / 3);
    margin: 0 20px 10px 0; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 938, style.scss */
      ul.pain-list li {
        width: calc(50% - 10px); } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 938, style.scss */
      ul.pain-list li {
        width: 280px;
        margin: 0 auto 10px; } }
    @media screen and (max-width: 350px) {
      /* line 938, style.scss */
      ul.pain-list li {
        width: 100%;
        margin: 0 0 10px; } }
    /* line 958, style.scss */
    ul.pain-list li:nth-child(3n) {
      margin: 0 0 10px; }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 958, style.scss */
        ul.pain-list li:nth-child(3n) {
          margin: 0 20px 10px 0; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 958, style.scss */
        ul.pain-list li:nth-child(3n) {
          margin: 0 auto 10px; } }
      @media screen and (max-width: 350px) {
        /* line 958, style.scss */
        ul.pain-list li:nth-child(3n) {
          margin: 0 0 10px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 975, style.scss */
      ul.pain-list li:nth-child(2n) {
        margin: 0 0 10px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 975, style.scss */
      ul.pain-list li:nth-child(2n) {
        margin: 0 auto 10px; } }
    @media screen and (max-width: 350px) {
      /* line 975, style.scss */
      ul.pain-list li:nth-child(2n) {
        margin: 0 0 10px; } }
    /* line 992, style.scss */
    ul.pain-list li > a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 10px 0;
      border-radius: 30px;
      background: #00afee;
      text-align: center;
      color: #ffffff; }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 992, style.scss */
        ul.pain-list li > a {
          padding: 5px 0; } }
      @media screen and (max-width: 350px) {
        /* line 992, style.scss */
        ul.pain-list li > a {
          padding: 5px 0; } }
      /* line 1016, style.scss */
      ul.pain-list li > a strong {
        display: inline-block;
        text-align: left;
        margin-left: 15px;
        font-weight: 400;
        max-width: calc(100% - 35px);
        line-height: 1.5; }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 1016, style.scss */
          ul.pain-list li > a strong {
            margin-left: 10px; } }
        @media screen and (max-width: 350px) {
          /* line 1016, style.scss */
          ul.pain-list li > a strong {
            margin-left: 10px; } }
      /* line 1038, style.scss */
      ul.pain-list li > a:before {
        display: inline-block;
        content: '';
        width: 8px;
        height: 8px;
        border-top: 1px solid #fff;
        border-right: 1px solid #ffffff;
        transform: rotate(45deg);
        position: relative;
        top: -2px; }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 1038, style.scss */
          ul.pain-list li > a:before {
            top: 0; } }
        @media screen and (max-width: 350px) {
          /* line 1038, style.scss */
          ul.pain-list li > a:before {
            top: 0; } }
    /* line 1063, style.scss */
    ul.pain-list li p {
      text-align: center;
      margin: 5px 0 20px; }
      /* line 1067, style.scss */
      ul.pain-list li p > a {
        text-decoration: underline;
        display: inline-block; }

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