@charset "UTF-8";

.about_article {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (min-width: 769px) {

  .about_article {
    .btnStatic {
      margin-top: 4rem;
      a {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        border-radius: 10rem;
        background-color: #2D419A;
        width: fit-content;
        min-width: 70rem;
        margin: 0 auto;
        padding: 1rem 1rem;
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: 0.025em;
        line-height: 1.5;
        box-shadow: 0 0.4rem 0 #0C1E6F;
        text-align: center;
        color: #fff;
        transition: 0.3s ease;
        &:after {
          content: "";
          background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.641%2013.336%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m8.264%2012.629%205.962-5.961L8.264.707%22%2F%3E%3Cpath%20d%3D%22M14.226%206.668H-.001%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) center center / contain no-repeat;
          display: block;
          width: 1.6rem;
          height: 1.4rem;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
        }
        &:hover {
          translate: 0 0.4rem;
          box-shadow: 0 0 0 #0C1E6F;
        }
      }
      &.fff {
        a {
          min-width: 100%;
          background-color: #fff;
          color: #2D419A;
          &:after {
            content: "";
            background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.824%2016.843%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%232d419a%22%20stroke-width%3D%222%22%20d%3D%22m10.695%2016.135%207.715-7.714L10.695.707%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%232d419a%22%20stroke-width%3D%222%22%20d%3D%22M18.41%208.421H0%22%2F%3E%3C%2Fsvg%3E) center center / contain no-repeat;
          }
        }
      }
    }
  }

  .sp {
    display: none;
  }

  .about_main {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee url(../img/about_mv_bg.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 36rem;
    overflow: hidden;
    .about_main_inner {
      position: relative;
      display: flex;
      justify-content: flex-start;
      gap: 2.5rem;
      align-items: center;
      width: 100%;
      max-width: 109rem;
      margin: 0 auto;
      img {
        width: 18rem;
      }
    }
    h1 {
      font-size: 2.4rem;
      font-weight: 800;
      line-height: 1.6;
      color: #000;
      strong {
        display: block;
        font-size: 4.5rem;
        line-height: 1.3;
        color: #2d419a;
      }
      span {
        background: linear-gradient(to bottom,  rgba(255,255,0,0) 0%,rgba(255,255,0,0) 65%,rgba(255,255,0,1) 66%,rgba(255,255,0,1) 100%);
      }
    }
    .about_main_trainer {
      position: absolute;
      top: 0;
      left: calc(50% + 21rem);
      background: url(../img/about_mv_photo.png) left top repeat-x;
      background-size: auto 100%;
      width: 100vw;
      height: 36rem;
    }
  }

  .about_bg1 {
    background-color: #fff;
    margin: 6rem 0;
  }
  .about_bg2 {
    background: #f8f8f8 url(../img/about_bg_01.png) center center;
    background-size: 6rem;
    padding: 6rem 0;
  }
  .about_bg3 {
    background: #fff url(../img/about_bg_02.png) center center;
    background-size: 6rem;
    padding: 6rem 0;
  }
  .about_inner {
    width: 100%;
    max-width: 109rem;
    margin: 0 auto;
    padding: 0 5rem;
  }
  .about_title {
    position: relative;
    border-radius: 2rem;
    background-color: #2d419a;
    width: calc(100% - 10rem);
    max-width: 109rem;
    margin: 0 auto;
    padding: 3.8rem 5rem;
    font-weight: 800;
    text-align: center;
    color: #fff;
    h2 {
      padding-bottom: 0.8rem;
      font-size: 2rem;
      line-height: 1;
      strong {
        display: block;
        margin-top: 1.4rem;
        font-size: 4rem;
        &:first-child {
          margin-top: 0;
        }
      }
      span {
        background: linear-gradient(to bottom,  rgba(246,132,72,0) 0%,rgba(246,132,72,0) 60%,rgba(246,132,72,1) 61%,rgba(246,132,72,1) 100%);
        padding: 0 0.5rem;
      }
    }
    p {
      margin-top: 1.8rem;
      font-size: 2rem;
      line-height: 1.3;
      span {
        color: #ff0;
      }
    }
  }
  .about_sub_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5rem 0 3rem 0;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.2;
    color: #2d419a;
    span {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 8rem;
      background-color: #2d419a;
      min-width: 8rem;
      min-height: 8rem;
      margin: 0 1rem 0 0;
      padding: 0.5rem 2.5rem;
      font-size: 2rem;
      line-height: 1.2;
      text-align: center;
      color: #fff;
    }
  }

  .about_first {
    text-align: center;
    h2 {
      margin-bottom: 3.5rem;
      font-size: 2.4rem;
      font-weight: 800;
      line-height: 1.5;
      text-align: center;
      color: #000;
      strong {
        display: block;
        margin-top: 0.8rem;
        font-size: 4rem;
        line-height: 1.3;
        span {
          color: #2d419a;
          &.or {
            color: #f68448;
          }
        }
      }
    }
    p {
      margin-top: 1.5rem;
      font-size: 1.6rem;
      line-height: 1.8;
      text-align: center;
      &.logo {
        margin-top: 3rem;
        text-align: center;
        img {
          display: inline-block;
          width: 50rem;
        }
      }
      strong, a {
        font-weight: 700;
      }
    }
  }

  .about_forte {
    position: relative;
    border-radius: 2rem;
    background: #2d419a url(../img/about_forte_bg.png) left bottom no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 109rem;
    min-height: 23rem;
    margin: 0 auto 15rem auto;
    padding: 3.8rem 5rem 10rem 5rem;
    h2 {
      padding-bottom: 0.8rem;
      font-size: 2rem;
      font-weight: 800;
      line-height: 1;
      text-align: center;
      color: #fff;
      strong {
        display: block;
        margin-top: 1.4rem;
        font-size: 4rem;
      }
      span {
        background: linear-gradient(to bottom,  rgba(246,132,72,0) 0%,rgba(246,132,72,0) 60%,rgba(246,132,72,1) 61%,rgba(246,132,72,1) 100%);
        padding: 0 0.5rem;
      }
    }
    .img_01 {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 31rem;
      z-index: 1;
    }
    .img_02 {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 31rem;
      z-index: 1;
    }
    ul {
      position: absolute;
      left: 0;
      bottom: -9rem;
      display: flex;
      justify-content: space-between;
      width: 100%;
      height: 18rem;
      padding: 0 5rem;
      z-index: 2;
      li {
        position: relative;
        width: 18rem;
        height: 18rem;
        a {
          position: relative;
          display: block;
          border: 2px solid #f68448;
          border-radius: 9rem;
          background-color: #fff;
          width: 18rem;
          height: 18rem;
          font-size: 1.4rem;
          line-height: 1.5;
          text-align: center;
          text-decoration: none;
          color: #0f0f0f;
          transition: 0.2s ease;
          &:after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 1.5rem;
            display: block;
            width: 1.6rem;
            height: 1.6rem;
            margin-left: -0.8rem;
            border-right: 3px solid #f68448;
            border-bottom: 3px solid #f68448;
            transform: rotate(45deg);
          }
          strong {
            display: flex;
            justify-content: center;
            align-items: center;
            border-bottom: 1px solid #ddd;
            width: 80%;
            height: 6rem;
            margin: 0 auto 1.2rem auto;
            padding: 0.5rem 0 0 0;
            font-size: 1.8rem;
            font-weight: 800;
            line-height: 1;
            color: #f68448;
            span {
              margin-left: 0.4rem;
              font-family: "Inter", sans-serif;
              font-size: 3rem;
              font-weight: 700;
            }
          }
          &:hover {
            margin-top: 1rem;
          }
        }
        &:nth-of-type(2) {
          a {
            border: 2px solid #8ec220;
            &:after {
              border-color: #8ec220;
            }
            strong {
              color: #8ec220;
            }
          }
        }
        &:nth-of-type(3) {
          a {
            border: 2px solid #9c5fa5;
            &:after {
              border-color: #9c5fa5;
            }
            strong {
              color: #9c5fa5;
            }
          }
        }
        &:nth-of-type(4) {
          a {
            border: 2px solid #0069b7;
            &:after {
              border-color: #0069b7;
            }
            strong {
              color: #0069b7;
            }
          }
        }
        &:nth-of-type(5) {
          a {
            border: 2px solid #2d419a;
            &:after {
              border-color: #2d419a;
            }
            strong {
              color: #2d419a;
            }
          }
        }
      }
    }
  }

  .about_forte_area {
    h3 {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 4rem;
      font-size: 3.2rem;
      font-weight: 800;
      line-height: 1.2;
      color: #f68448;
      strong {
        display: block;
        border-radius: 8rem;
        background-color: #f68448;
        width: 8rem;
        height: 8rem;
        margin-right: 1.5rem;
        padding-top: 1.6rem;
        font-size: 1.8rem;
        text-align: center;
        line-height: 1.1;
        color: #fff;
        span {
          display: block;
          font-family: "Inter", sans-serif;
          font-size: 3rem;
          font-weight: 700;
          color: #ff0;
        }
      }
    }
    #forte2 {
      h3 {
        color: #8ec220;
        strong {
          background-color: #8ec220;
        }
      }
    }
    #forte3 {
      h3 {
        color: #9c5fa5;
        strong {
          background-color: #9c5fa5;
        }
      }
    }
    #forte4 {
      h3 {
        color: #0069b7;
        strong {
          background-color: #0069b7;
        }
      }
    }
    #forte5 {
      h3 {
        color: #2d419a;
        strong {
          background-color: #2d419a;
        }
      }
    }
    .forte_contents {
      display: flex;
      justify-content: space-between;
      width: 100%;
      &.rev {
        flex-direction: row-reverse;
      }
      .image {
        width: 42rem;
        padding-bottom: 0.8rem;
        img {
          display: block;
          width: 100%;
          height: auto;
          box-shadow: 0.8rem 0.8rem rgba(0, 0, 0, 0.5);
        }
      }
      .read {
        width: calc(100% - 47rem);
        font-size: 1.4rem;
        line-height: 1.7;
      }
      h4 {
        margin-top: -0.8rem;
        margin-bottom: 2rem;
        font-size: 2.4rem;
        font-weight: 800;
        line-height: 1.4;
        span {
          font-size: 1.8rem;
        }
      }
      p {
        margin-top: 1rem;
      }
    }
    .thema {
      width: 100%;
      margin-top: 3rem;
      dt {
        margin-bottom: 1rem;
        font-size: 1.8rem;
        font-weight: 800;
        line-height: 1;
      }
      dd {
        border-radius: 0.5rem;
        background-color: #fff;
        padding: 2.5rem 3rem;
      }
      ul {
        display: flex;
        flex-wrap: wrap;
        font-size: 1.3rem;
        line-height: 1.6;
        li {
          position: relative;
          width: 25%;
          padding-left: 1em;
          &:before {
            content: "\30FB";
            position: absolute;
            top: 0;
            left: 0;
            font-weight: 800;
            color: #2d419a;
          }
        }
        a {
          text-decoration: underline;
          &:hover {
            text-decoration: none;
          }
        }
      }
    }
  }

  .about_cv {
    background-color: #f68448;
    width: calc(100% - 10rem);
    margin: 6rem auto;
    padding: 4rem 5rem;
    dl {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      max-width: 99rem;
      margin: 0 auto;
      dt {
        width: 100%;
        margin-bottom: 3rem;
        font-size: 3rem;
        font-weight: 800;
        line-height: 1;
        text-align: center;
        color: #fff;
        span {
          color: #ff0;
        }
      }
      dd {
        width: 49.5%;
        margin: 0 !important;
      }
    }
  }

  .about_scene {
    counter-reset: number;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-top: 2rem;
    padding: 4rem;
    font-size: 1.4rem;
    line-height: 1.7;
    dt {
      position: relative;
      margin-bottom: 1.2rem;
      padding-left: 4rem;
      color: #2D419A;
      font-size: 2rem;
      font-weight: 900;
      line-height: 1.3;
      &:before {
        counter-increment: number;
        content: counter(number);
        position: absolute;
        top: 50%;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 3rem;
        background: #0f0f0f;
        width: 3rem;
        height: 3rem;
        margin-top: -1.5rem;
        font-family: "Inter", sans-serif;
        font-size: 2rem;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1;
        color: #fff;
      }
    }
    dd {
      margin-bottom: 2.5rem;
      padding-left: 4rem;
      &:last-child {
        margin-bottom: 0;
      }
    }
  }

  .about_voice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 4rem;
    ul {
      width: calc(100% - 20rem);
      li {
        display: flex;
        align-items: center;
        position: relative;
        border: 2px solid #ddd;
        border-radius: 1rem;
        background-color: #fff;
        width: calc(100% - 10.5rem);
        min-height: 8rem;
        margin: 0 0 1rem 10.5rem;
        padding: 1rem 3rem;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.2;
        color: #2D419A;
        &:last-child {
          margin-bottom: 0;
        }
        &:before {
          content: "";
          position: absolute;
          top: 0;
          left: -10.5rem;
          display: block;
          border-radius: 8rem;
          background-color: #dddfee;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          width: 8rem;
          height: 8rem;
        }
        &:after {
          content: "";
          position: absolute;
          top: 50%;
          left: -1.7rem;
          width:0;
          height:0;
          border-style:solid;
          border-width: 0.75rem 1.6rem 0.75rem 0;
          border-color: transparent #ddd transparent transparent;
          margin-top: -0.75rem;
        }
        &:nth-of-type(1) {
          &:before {
            background-image: url(../img/about_voice_01.png);
          }
        }
        &:nth-of-type(2) {
          &:before {
            background-image: url(../img/about_voice_02.png);
          }
        }
        &:nth-of-type(3) {
          &:before {
            background-image: url(../img/about_voice_03.png);
          }
        }
      }
    }
    img {
      width: 18rem;
      height: auto;
    }
  }

  .about_picup {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    a {
      position: relative;
      display: block;
      border: 2px solid #2D419A;
      border-radius: 1rem;
      background-color: #fff;
      width: 100%;
      font-size: 1.4rem;
      text-decoration: none;
      line-height: 1.5;
      color: #0f0f0f;
      overflow: hidden;
      .image {
        position: relative;
        width: 100%;
        height: 13rem;
        overflow: hidden;
        img {
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover;
          max-width: initial;
          width: 100%;
          height: 100%;
          transition: 0.3s ease;
        }
      }
      .read {
        width: 100%;
        padding: 1.2rem 1.5rem 1.5rem 1.5rem;
        h4 {
          min-height: 4.5rem;
          margin-bottom: 0.8rem;
          font-size: 1.6rem;
          font-weight: 700;
          line-height: 1.4;
          color: #2D419A;
        }
      }
      &:hover {
        background-color: #eee;
        .image {
          img {
            transform: scale(1.05,1.05);
          }
        }
      }
    }
  }

  .about_survey {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    dl {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border: 2px solid #ddd;
      border-radius: 1rem;
      background-color: #fff;
      width: calc(50% - 0.5rem);
      &.main {
        flex-direction: row-reverse;
        padding: 1.5rem 1.5rem 1.5rem 2.5rem;
        dt {
          width: calc(100% - 18rem);
          font-size: 2rem;
          font-weight: 700;
          line-height: 1.6;
        }
        dd {
          display: flex;
          justify-content: center;
          align-items: center;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          width: 16rem;
          height: 16rem;
          font-size: 2rem;
          font-weight: 800;
          line-height: 1.2;
          text-align: center;
          color: #fff;
          strong {
            font-family: "Inter", sans-serif;
            font-size: 4rem;
            font-weight: 700;
          }
          span {
            font-family: "Inter", sans-serif;
            font-size: 3rem;
            font-weight: 700;
          }
          &.graph1 {
            background-image: url(../img/about_voice_04.png);
          }
          &.graph2 {
            background-image: url(../img/about_voice_05.png);
          }
        }
      }
      &.sub {
        min-height: 6rem;
        padding: 0.5rem 2rem;
        dt {
          padding-right: 1rem;
          font-size: 1.6rem;
          font-weight: 700;
          line-height: 1.3;
        }
        dd {
          font-family: "Inter", sans-serif;
          font-size: 3.2rem;
          font-weight: 700;
          letter-spacing: 0;
          line-height: 1;
          text-align: right;
          color: #2D419A;
          span {
            font-size: 2rem;
          }
        }
      }
    }
    & + p {
      margin-top: 2rem;
      font-size: 1.2rem;
      line-height: 1.6;
      color: #666;
    }
  }

  .about_bnr {
    width: 72.8rem;
    margin: 4rem auto;
    text-align: center;
  }

  .about_step {
    margin-top: 14rem;
    padding-top: 1px;
    .about_title {
      margin-top: -8rem;
    }
    .about_sub_title {
      margin: 4rem 0 3rem 0;
      color: #0f0f0f;
    }
    .about_flow {
      position: relative;
      display: flex;
      gap: 3rem;
      width: 100%;
      .flow {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 2px solid #f68448;
        border-radius: 2rem;
        background-color: #fff;
        width: 100%;
        padding: 1.4rem 1.8rem;
        p {
          width: 10rem;
          font-size: 1.2rem;
          font-weight: 700;
          line-height: 1.3;
          text-align: center;
          color: #2D419A;
          img {
            display: block;
            margin-bottom: 0.5rem;
          }
        }
        dl {
          width: calc(100% - 12rem);
          dt {
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 2.5rem;
            background-color: #f68448;
            width: 8rem;
            height: 2.5rem;
            margin-bottom: 1rem;
            font-family: "Inter", sans-serif;
            font-size: 1.6rem;
            font-weight: 700;
            line-height: 1;
            color: #fff;
            span {
              color: #ff0;
            }
          }
          dd {
            font-size: 1.6rem;
            font-weight: 700;
            line-height: 1.5;
          }
        }
        &:after {
          content: "";
          position: absolute;
          top: 50%;
          right: calc(-2rem - 2px);
          width:0;
          height:0;
          border-style:solid;
          border-width: 2rem 0 2rem 2rem;
          border-color: transparent transparent transparent #f68448;
          margin-top: -2rem;
        }
        &:nth-of-type(2) {
          border: 2px solid #ccc;
        }
        &:last-of-type {
          &:after {
            display: none;
          }
        }
      }
      .note {
        position: absolute;
        bottom: -2.2rem;
        right: 0;
        padding-left: 0.5rem;
        font-size: 1.2rem;
        line-height: 1.6rem;
        color: #666;
        &:before {
          content: "";
          position: absolute;
          top: 0;
          left: -1.6rem;
          display: block;
          border: 2px solid #f68448;
          border-radius: 0.2rem;
          background-color: #fff;
          width: 1.6rem;
          height: 1.6rem;
        }
      }
    }
    .adminRegist {
      margin-top: 5rem;
      a {
        position: relative;
        display: flex;
        align-items: center;
        border: 1px solid #ccc;
        background: #fff url(../img/about_entry.png) left center no-repeat;
        background-size: contain;
        width: 100%;
        height: 12rem;
        padding: 1rem 1rem 1rem 56rem;
        font-size: 2.8rem;
        font-weight: 800;
        line-height: 1.2;
        color: #0f0f0f;
        span {
          font-size: 1.8rem;
          font-weight: 700;
        }
        &:after {
          content: "";
          position: absolute;
          top: 50%;
          right: 2rem;
          display: block;
          background: url(../img/about_ar_03.png) center center no-repeat;
          background-size: contain;
          width: 2.4rem;
          height: 2.4rem;
          margin-top: -1.2rem;
          transition: 0.2s ease;
        }
        &:hover {
          border: 1px solid #2D419A;
          &:after {
            right: 1.5rem;
          }
        }
      }
    }
  }

}


@media screen and (max-width: 1130px) {

  .about_step {
    .about_flow {
      .flow {
        dl {
          dd {
            br {
              display: none;
            }
          }
        }
      }
    }
  }

}