/* CSS Document */
#concept {
  position: relative;
  padding-bottom: 10rem; }
  @media screen and (max-width: 1199px) {
    #concept {
      padding-bottom: 7rem; } }
  @media screen and (max-width: 767px) {
    #concept {
      padding-bottom: 2rem; } }
  #concept .concept-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem; }
    @media screen and (max-width: 767px) {
      #concept .concept-box {
        flex-wrap: wrap; } }
    #concept .concept-box .concept-img {
      width: 30%; }
      @media screen and (max-width: 991px) {
        #concept .concept-box .concept-img {
          width: 45%; } }
      @media screen and (max-width: 767px) {
        #concept .concept-box .concept-img {
          width: 70%;
          text-align: center; } }
    #concept .concept-box .concept-text {
      background-image: url("../img/mark01.svg");
      background-repeat: no-repeat;
      background-position: right center;
      padding: 5rem 0;
      margin-left: 5%;
      width: 65%; }
      @media screen and (max-width: 991px) {
        #concept .concept-box .concept-text {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        #concept .concept-box .concept-text {
          width: 100%;
          margin-bottom: 2rem; } }
      @media screen and (max-width: 575px) {
        #concept .concept-box .concept-text {
          padding: 3rem 0;
          margin-bottom: 0; } }
      #concept .concept-box .concept-text h2 {
        font-size: 23px;
        font-size: 2.3rem;
        text-align: left;
        margin-bottom: 2rem;
        letter-spacing: 0.2rem; }
        @media screen and (max-width: 991px) {
          #concept .concept-box .concept-text h2 {
            line-height: 1.75; } }
        @media screen and (max-width: 575px) {
          #concept .concept-box .concept-text h2 {
            font-size: 20px;
            font-size: 2rem; } }
        #concept .concept-box .concept-text h2 span {
          color: #296ece;
          font-size: 28px;
          font-size: 2.8rem; }
          @media screen and (max-width: 575px) {
            #concept .concept-box .concept-text h2 span {
              font-size: 25px;
              font-size: 2.5rem; } }
    #concept .concept-box + p {
      position: absolute;
      bottom: -5%;
      font-size: 60px;
      font-size: 6rem;
      color: #effaff;
      margin: 0 auto;
      text-align: center;
      letter-spacing: 1rem; }
      @media screen and (max-width: 1199px) {
        #concept .concept-box + p {
          font-size: 50px;
          font-size: 5rem; } }
      @media screen and (max-width: 991px) {
        #concept .concept-box + p {
          font-size: 42px;
          font-size: 4.2rem;
          bottom: -2%; } }
      @media screen and (max-width: 767px) {
        #concept .concept-box + p {
          font-size: 35px;
          font-size: 3.5rem;
          letter-spacing: 0.5rem;
          bottom: 0; } }
      @media screen and (max-width: 575px) {
        #concept .concept-box + p {
          font-size: 25px;
          font-size: 2.5rem;
          letter-spacing: 1px; } }

#director {
  padding-top: 80px !important;
  margin-top: -80px !important; }
  #director .blue-back {
    position: relative;
    background: #FFF;
    background: linear-gradient(0deg, white 35%, #effaff 35%);
    padding-bottom: 8rem; }
    @media screen and (max-width: 1199px) {
      #director .blue-back {
        background: linear-gradient(0deg, white 30%, #effaff 30%);
        padding-bottom: 6rem; } }
    @media screen and (max-width: 767px) {
      #director .blue-back {
        padding-bottom: 3rem; } }
    #director .blue-back .director-box {
      display: flex;
      align-items: center;
      background-image: url("../img/about-us-2.png");
      background-repeat: no-repeat;
      background-position: right top;
      background-size: contain;
      padding: 10rem 0; }
      @media screen and (max-width: 1199px) {
        #director .blue-back .director-box {
          padding: 8rem 0; } }
      @media screen and (max-width: 991px) {
        #director .blue-back .director-box {
          padding: 8rem 0 5rem; } }
      @media screen and (max-width: 767px) {
        #director .blue-back .director-box {
          padding: 8rem 0 2rem;
          flex-wrap: wrap;
          background: none; } }
      @media screen and (max-width: 575px) {
        #director .blue-back .director-box {
          padding: 5rem 0 2rem; } }
      #director .blue-back .director-box div:not(.deco) {
        width: 52%; }
        @media screen and (max-width: 1199px) {
          #director .blue-back .director-box div:not(.deco) {
            width: 50%; } }
        @media screen and (max-width: 991px) {
          #director .blue-back .director-box div:not(.deco) {
            width: 52%; } }
        @media screen and (max-width: 767px) {
          #director .blue-back .director-box div:not(.deco) {
            width: 100%; } }
        #director .blue-back .director-box div:not(.deco) h2 {
          margin-bottom: 4rem; }
        #director .blue-back .director-box div:not(.deco) p + div {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          width: 100%; }
          @media screen and (max-width: 991px) {
            #director .blue-back .director-box div:not(.deco) p + div {
              margin-top: 2rem; } }
          @media screen and (max-width: 575px) {
            #director .blue-back .director-box div:not(.deco) p + div {
              margin-top: 0; } }
          #director .blue-back .director-box div:not(.deco) p + div p {
            font-size: 23px;
            font-size: 2.3rem;
            text-align: right;
            margin-bottom: 0;
            display: flex;
            align-items: center; }
            @media screen and (max-width: 575px) {
              #director .blue-back .director-box div:not(.deco) p + div p {
                font-size: 20px;
                font-size: 2rem; } }
            #director .blue-back .director-box div:not(.deco) p + div p span {
              background-color: #296ece;
              color: #fff;
              font-size: 11px;
              font-size: 1.1rem;
              margin-right: 2em;
              padding: 0rem 1rem;
              border-radius: 0.5rem;
              display: inline-block;
              margin-top: 0.5rem; }
      #director .blue-back .director-box div.d-md-none.d-block {
        padding: 2rem 0; }
    #director .blue-back .biography {
      background-color: #fff;
      border-radius: 1rem;
      filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
      margin: 3rem auto 6rem;
      padding: 4rem; }
      @media screen and (max-width: 991px) {
        #director .blue-back .biography {
          padding: 3rem;
          margin: 3rem auto 4rem; } }
      @media screen and (max-width: 575px) {
        #director .blue-back .biography {
          padding: 2rem;
          margin: 2rem 0 4rem; } }
      #director .blue-back .biography h3 {
        display: flex;
        align-items: center;
        position: relative;
        text-align: center;
        font-size: 20px;
        font-size: 2rem; }
        #director .blue-back .biography h3::before {
          content: "";
          height: 1px;
          flex-grow: 1;
          background-color: #d7d7d7;
          margin-right: 5rem; }
        #director .blue-back .biography h3::after {
          content: "";
          height: 1px;
          flex-grow: 1;
          background-color: #d7d7d7;
          margin-left: 5rem; }
      #director .blue-back .biography table {
        margin: auto;
        width: 61%;
        margin-top: 2rem; }
        @media screen and (max-width: 1199px) {
          #director .blue-back .biography table {
            width: 75%; } }
        @media screen and (max-width: 991px) {
          #director .blue-back .biography table {
            width: 81%; } }
        @media screen and (max-width: 767px) {
          #director .blue-back .biography table {
            width: 100%; } }
        #director .blue-back .biography table tr th {
          width: 25%;
          color: #296ece;
          font-size: 15px;
          font-size: 1.5rem; }
          @media screen and (max-width: 575px) {
            #director .blue-back .biography table tr th {
              width: 30%;
              font-size: 14px;
              font-size: 1.4rem; } }
        #director .blue-back .biography table tr td {
          width: 75%;
          font-size: 15px;
          font-size: 1.5rem; }
          @media screen and (max-width: 575px) {
            #director .blue-back .biography table tr td {
              width: 70%;
              font-size: 14px;
              font-size: 1.4rem; } }
    #director .blue-back ul li {
      padding: 0 1rem;
      margin-bottom: 2rem; }
    #director .blue-back .container + div {
      position: absolute;
      bottom: -78px;
      z-index: 1;
      display: block;
      width: 100%; }
      @media screen and (max-width: 1399px) {
        #director .blue-back .container + div {
          bottom: -67px; } }
      @media screen and (max-width: 1199px) {
        #director .blue-back .container + div {
          bottom: -55px; } }
      @media screen and (max-width: 991px) {
        #director .blue-back .container + div {
          bottom: -42px; } }
      @media screen and (max-width: 767px) {
        #director .blue-back .container + div {
          bottom: -32px; } }
      @media screen and (max-width: 575px) {
        #director .blue-back .container + div {
          bottom: -21px; } }

#facility {
  background: linear-gradient(0deg, rgba(98, 201, 255, 0) 0%, rgba(0, 119, 234, 0.1) 100%);
  padding: 20rem 0; }
  @media screen and (max-width: 1399px) {
    #facility {
      padding: 20rem 0 10rem; } }
  @media screen and (max-width: 1199px) {
    #facility {
      padding: 15rem 0 5rem; } }
  @media screen and (max-width: 767px) {
    #facility {
      padding: 7rem 0 0; } }
  @media screen and (max-width: 575px) {
    #facility {
      padding: 4rem 0 0; } }
  #facility .facilit-box h2 {
    margin-bottom: 4rem; }
  #facility .facilit-box p {
    margin: 0; }
  @media screen and (max-width: 767px) {
    #facility .facilit-box div.col-md-6 {
      order: 2;
      margin-top: 4rem; } }
  @media screen and (max-width: 575px) {
    #facility .facilit-box div.col-md-6 {
      margin-top: 2rem; } }
  @media screen and (max-width: 767px) {
    #facility .facilit-box div.col-md-6 + div.col-md-6 {
      order: 1; } }
  #facility ul {
    margin-top: 5rem; }
    @media screen and (max-width: 575px) {
      #facility ul {
        margin-top: 3rem; } }
    #facility ul li {
      margin-bottom: 3rem; }
      @media screen and (max-width: 767px) {
        #facility ul li {
          padding: 0 1rem; } }
      @media screen and (max-width: 575px) {
        #facility ul li {
          padding: 0 2rem; } }
      @media screen and (max-width: 575px) {
        #facility ul li figure {
          text-align: center; } }
      #facility ul li figure figcaption {
        color: #296ece;
        font-weight: bold;
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 1rem;
        line-height: normal; }
        @media screen and (max-width: 1199px) {
          #facility ul li figure figcaption {
            font-size: 16px;
            font-size: 1.6rem; } }
