/*
Theme Name: hd-global-consulting
*/

@charset "UTF-8";

.c-blue {
  color: #284C99;
}

.c-white {
  color: #fff;
}

.c-red {
  color: #D81A31;
}

.c-black {
  color: #000 !important;
}

.bg-blue {
  background-color: #284C99;
}

.bg-white {
  background-color: #fff;
}

.bg-red {
  background-color: #D81A31;
}

.bg-gray {
  background-color: #EBEBEB;
}

.bg-gray-2 {
  background-color: #f3f3f3;
}

.bd-black {
  border-bottom: solid 1px #000 !important;
}

.fs-16 {
  font-size: 16px;
}

.fs-26px {
  font-size: 26px;
}

/** Content policy **/
.content-policy {
  & h2 {
    font-weight: 700;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
    word-break: break-word;
  }

  & p {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    word-break: break-word;
    text-align: justify;
  }
}

/**  TOP
****************************************************************************/
/**      メインビジュアル      **/
section.main-visual {
  width: 100%;
  height: 860px;
  margin: 10px auto 0;
  position: relative;
}

section.main-visual-en {
  width: 100%;
  height: 860px;
  margin: 10px auto 0;
  position: relative;
}

section.main-visual::before {
  content: "";
  display: block;
  width: calc(100% - 80px);
  height: 100%;
  background-image: url(../images/mv.jpg);
  background-position: center center;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

section.main-visual-en::before {
  content: "";
  display: block;
  width: calc(100% - 80px);
  height: 100%;
  background-image: url(../images/mv.jpg);
  background-position: center center;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

p.mv-copyright {
  font-size: 10px;
  writing-mode: vertical-lr;
  position: absolute;
  top: 50%;
  right: 10px;
}

.scroll-area {
  position: absolute;
  bottom: 0;
  left: 10px;
}

p.scroll-text {
  font-size: 10px;
  writing-mode: vertical-lr;
}

p.scroll-line {
  position: relative;
  width: 1px;
  height: 90px;
  top: 10px;
  left: 50%;
  background-color: #d9d9d9;
}

p.scroll-line::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #284C99;
  position: absolute;
}

.main-visual_container {
  width: 90%;
  height: 860px;
  margin: 0 auto;
  position: relative;
}

.main-visual_container-en {
  width: 90%;
  height: 860px;
  margin: 0 auto;
  position: relative;
}

.main-catch_area {
  position: absolute;
  max-width: 721px;
  top: 50%;
  left: 10%;
  transform: translate(-10%, -50%);
}

.main-catch_area-en {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-10%, -50%);
}

h1.main-catch {
  font-size: 50px;
  font-weight: 600;
  color: #204695;
  margin-bottom: 50px;
  letter-spacing: 0;
}

h1.main-catch-en {
  font-size: 50px;
  font-weight: bold;
  color: #284C99;
  margin-bottom: 50px;
}

span.border {
  width: 300px;
  height: 2px;
  background-color: #284C99;
  display: block;
}

p.sub-cacth {
  margin-top: 50px;
  font-size: 22px;
  color: #284C99;
  font-weight: bold;
  word-break: break-word;
  letter-spacing: 0;
}

p.sub-cacth-en {
  margin-top: 50px;
  font-size: 24px;
  color: #204695;
  font-weight: bold;
  width: 75%;
  word-break: break-word;
  white-space: normal;
}

.img-banner-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
}

.img-banner-1-mb {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}


.mv-btn {
  margin-top: 40px;
}

.about-sec_container {
  --dynamic-content: 'About Us';
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 120px;

  & .about-left {
    max-width: 590px;

    & .centrair-message {
      text-align: justify;
      letter-spacing: 0;
      font-size: 18px;
      line-height: 26px;
      word-break: break-word;
      margin-top: 12px !important;
    }
  }

  & .about-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2140A2;
    font-size: 20px;
    line-height: 29px;
  }

  & .sec-main_title {
    position: relative;
    line-height: 90px;
    height: 133px;

    & .sec-title {
      position: relative;
      z-index: 1;
      margin-top: 0px !important;
    }
  }

  & .sec-main_title::before {
    content: var(--dynamic-content);
    position: absolute;
    font-size: 80px;
    font-weight: 700;
    color: #F2F2F2;
    z-index: -1;
  }
}

section.course-sec {
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
}


.course-sec_container {
  --dynamic-content: 'About Course';
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 75px;

  @media screen and (max-width: 780px) {
    margin-bottom: 60px;
  }

  & .about-left {
    max-width: 50%;
    padding: 0 20px;

    & .centrair-message {
      text-align: justify;
      letter-spacing: 0;
      font-size: 18px;
      line-height: 26px;
      word-break: break-word;
      margin-top: 12px !important;
    }
  }

  & .about-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2140A2;
    font-size: 20px;
    line-height: 29px;
  }

  & .sec-main_title {
    position: relative;
    line-height: 90px;
    height: 130px;

    & .sec-title-1 {
      margin-bottom: 11px;
    }

    & .sec-title {
      position: relative;
      z-index: 1;
      margin-top: 0px !important;
    }
  }

  & .sec-main_title::before {
    content: var(--dynamic-content);
    position: absolute;
    font-size: 80px;
    font-weight: 700;
    color: #F2F2F2;
    z-index: -1;
  }
}

.course-button {
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;

  & .contact {
    padding: 15px 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background-color: #D81A31;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    max-width: 500px;
    display: inline-block;
  }
}

.course-price-sec.bg-gray-2 {
  & .contents-wrap {

    & .title {
      color: #204695;
    }

    & .title::before {
      color: #E3E3E3;
    }
  }
}

.course-price-sec {
  padding-top: 75px;
  padding-bottom: 75px;

  & .contents-wrap {
    display: flex;
    flex-direction: column;
    /* gap: 31px; */
    align-items: center;

    & .title:not(:first-child) {
      margin-top: 74px;
    }

    & .title {
      color: #fff;
      text-align: center;
      max-width: 700px;
      /* height: 130px; */
      position: relative;
      width: 100%;
      margin-bottom: 20px;

      & h1 {
        position: relative;
        font-size: 16px;
        z-index: 2;
      }

      & p {
        position: relative;
        font-size: 26px;
        z-index: 2;
      }

      .sub-text {
        font-size: 14px;
        word-break: break-word;
      }
    }

    & .title::before {
      content: 'Course Price';
      position: absolute;
      font-size: 90px;
      font-weight: 700;
      line-height: 90px;
      color: #0D275F;
      z-index: 0;
      left: 0;
      top: 0;
      width: 100%;
      letter-spacing: 0;
      z-index: 0;
    }

    & .list-course {
      max-width: 1100px;
      padding: 5px;
      display: flex;
      row-gap: 35px;
      column-gap: 54px;
      flex-wrap: wrap;
      justify-content: center;

      & .item {
        position: relative;
        width: 505px;
        background-color: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 26px;
        padding-right: 17px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 5px;

        & .block-left {

          color: #204695;

          & .month {
            border: 2px solid #1A3877;
            border-radius: 30px;
            font-size: 12px;
            width: fit-content;
            padding: 5px 28px;
            margin-bottom: 5px;
          }

          & .course-name {
            font-size: 16px;
            margin-bottom: 5px;
          }

          & .course-time {
            font-size: 14px;
            margin-bottom: 5px;
          }
        }

        & .block-right {
          & .price {
            height: 45px;
            font-weight: 700;
            padding: 5px 28px;

            @media screen and (max-width: 780px) {
              padding: 5px 5px;

              & p {
                font-size: 14px;
              }

            }


            & p:first-child {
              font-size: 9px;
            }

            & p:last-child {
              font-size: 18px;
              line-height: 16px;
              word-break: break-word;
              letter-spacing: 0;
            }
          }

          & .online {
            background-color: #1A3877;
            color: #fff;
            margin-bottom: 7px;
            white-space: nowrap;
          }

          & .offline {
            background-color: #fff;
            color: #1A3877;
          }
        }

        & .icon-rect {
          position: absolute;
          top: 0;
          left: 0;
          width: 18px;
          height: 18px;
          background-color: #BF0017;
        }
      }
    }
  }
}

.pagination {
  text-align: center;
  margin-top: 100px;
  display: flex;
  flex-direction: row;

  & .btn-next,
  & .btn-previous {
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #204695;
    color: #204695;
  }

  & .btn-view-all {
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px;
    color: #fff;
    background-color: #204695;
    margin-right: 20px;
    margin-left: 20px;
  }
}


.course-news-sec {
  .news {
    max-width: 1100px;
    margin: 0 auto;
    padding: 25px;
    display: flex;
    flex-direction: row;
    gap: 40px;

    & .text {
      padding-top: 24px;

      & .title {
        color: #284C99;
        font-size: 22px;
        font-weight: 700;
        line-height: 32px;
        word-break: break-word;
        letter-spacing: 0;
      }

      & .content {
        font-size: 16px;
        line-height: 23px;
        font-weight: 500;
        word-break: break-word;
        letter-spacing: 0;
        margin-top: 10px;
      }
    }

  }
}



.reason-sec {
  & .top {
    height: 430px;
    background-color: #204695;
    position: relative;
    padding-top: 60px;
    border: 1px solid #204695;

    & .reason-text {
      color: #fff;
      font-weight: 700;
      text-align: center;
      position: relative;
      z-index: 1;

      & .text-1 {
        font-size: 16px;
        letter-spacing: 0;
      }

      & .text-2 {
        font-size: 26px;
        letter-spacing: 0;
      }
    }

    & .block-text {
      display: flex;
      flex-direction: row;
      margin-top: 80px;
      align-items: center;
      justify-content: center;
      gap: 30px;

      & .sub-text {
        padding: 10px;
        width: 400px;
        height: 155px;
        letter-spacing: 0 !important;
        word-break: break-word;
        color: #204695;
        background-color: #fff;
        font-weight: 700;
        font-size: 16px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;

        & .icon-top {
          width: 18px;
          height: 18px;
          background-color: #BF0017;
          position: absolute;
          top: 0;
          left: 0;
        }

        & span {
          letter-spacing: 0 !important;
          margin: auto;
        }
      }
    }
  }

  & .top::before {
    content: "Why Dong du ?";
    position: absolute;
    font-size: 90px;
    left: 50%;
    top: 38px;
    transform: translateX(-50%);
    font-weight: 700;
    color: #0D275F;
    z-index: 0;
    letter-spacing: 0;
  }

  & .top::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-width: 30px;
    border-style: solid;
    border-color: #204695 transparent transparent transparent;
    z-index: 10;
  }

  & .bottom {
    background-image: url('../images/reason-sec-bottom.png');
    height: 579px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

    & .text.jp {
      /* max-width: 812px !important;
      padding:28px 15px; */

      & .title {
        text-align: start;
        padding-left: 40px;
        margin-left: 35px;
      }
    }

    & .text {
      position: absolute;
      top: 50%;
      right: 58px;
      max-width: 940px;
      transform: translateY(-50%);
      padding-top: 28px;
      background-color: #fff;
      border-radius: 10px;

      & .pink-blur {
        color: #FFAFC6;
        font-size: 30px;
      }

      & .title {
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 0;
        text-align: center;
        position: relative;
        width: 880px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 20px;

        & span:not(.pink-blur):before {
          content: "「";
          /* Ký tự mở ngoặc */
          position: absolute;
          left: 0;
          /* Đặt ở đầu khối văn bản */
          color: #FFAFC6;
          font-size: 30px;
        }
      }



      & .content {
        font-size: 26px;
        font-weight: 400;
        padding-left: 50px;
        padding-right: 50px;
        letter-spacing: 0 !important;
        margin-top: 20px;
        margin-bottom: 28px;
        word-break: break-word;
      }
    }

    & .img-reason-1 {
      position: absolute;
      bottom: 0;
      left: 200px;

      @media screen and (min-width: 780px) and (max-width: 1300px) {
        left: 20px;
      }

    }
  }
}

section.about-sec {
  margin-top: 90px;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.about-centrair_logo {
  max-width: 440px;
  margin: 0 auto;
}

.about-centrair_logo img {
  width: 100%;
}

p.centrair-text {
  font-size: 12px;
  color: #c3c3c3;
}

p.centrair-text-en {
  font-size: 12px;
  color: #AEAEAE;
  font-weight: 500;
  align-items: center;
}

p.centrair-message {
  font-size: 16px;
  margin-top: 40px;
}

p.centrair-message-en {
  font-size: 16px;
  margin-top: 40px;
  word-break: break-word;
  white-space: normal;
}

section.news-sec {
  margin-top: 100px;
  padding: 70px 0;
  background-color: #f7f7f7;
}

.news-sec_container {
  justify-content: center;
  gap: 160px;
}

p.news-sec_message {
  margin-top: 40px;
  font-size: 16px;
}

p.news-sec_message-en {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 500;
  max-width: 360px;
  width: 100%;
}

li.news-list {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #B3B3B3;
}

li.news-list:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.news-date {
  font-size: 12px;
  color: #a4a4a4;
}

.news-title {
  font-size: 16px;
  margin-top: 16px;
}

.news-btn {
  margin-top: 25px;
}

.news-btn.btn-top-jp {
  width: 220px;
}


section.information-sec {
  margin-top: 110px;
}

ul.info-list_area {
  margin-top: 60px;
}

li.info-list {
  margin-right: 20px;
}

.info-img {
  width: 300px;
  height: 220px;
}

.info-img img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}

.info-text_area {
  width: 320px;
  height: 260px;
  padding: 30px;
  border: solid 1px #d8d8d8;
}

.info-date {
  font-size: 12px;
  color: #a4a4a4;
}

.info-title {
  font-size: 16px;
  margin-top: 16px;
}

.info-title-en {
  font-size: 16px;
}

.info-text {
  font-size: 12px;
  margin-top: 16px;
}

section.service-sec {
  margin-top: 120px;
}

.service-list_area {
  padding: 80px 0;
}

.service-list_container {
  justify-content: center;
  gap: 70px;
  align-items: center;
}

.service-list_img {
  max-width: 540px;
  width: 100%;
  height: 320px;
}

.service-list_img-en {
  max-width: 540px;
  width: 100%;
  height: 320px;
}

.service-list_img img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.service-list_img-en img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.service-text_area {
  max-width: 640px;
}

span.service-number {
  font-size: 24px;
  font-weight: bold;
}

span.service-number-en {
  font-size: 24px;
  font-weight: bold;
}

h3.service-title_head {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

h3.service-title_head-en {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

p.service-text {
  font-size: 16px;
  margin-top: 40px;
  word-break: break-word;
}

p.service-text-en {
  font-size: 18px;
  margin-top: 50px;
  font-weight: 500;
  word-break: break-word;
  white-space: normal;
  text-align: justify;
}

.service-btn {
  margin-top: 30px;
}

section.brand-sec {
  margin-top: 120px;
}

ul.brand-list_area {
  margin-top: 50px;
  justify-content: center;
  gap: 25px;
  row-gap: 25px;
  flex-wrap: wrap;
}

li.brand-list {
  width: 320px;
  margin-right: 35px;
  margin-left: 35px;
}

li.brand-list-en {
  width: 330px;
  height: 473px;
}

.brand-img {
  width: 320px;
  height: 170px;
}

.brand-img-en {
  max-width: 330px;
  width: 100%;
  height: 330px;
}

.img-brand-en {
  max-width: 330px;
  width: 100%;
  height: 330px;
  object-fit: fill;
}

.brand-img img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
}

h3.brand-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 14px;
}

h3.brand-title-en {
  font-size: 18px;
  font-weight: bold;
  margin-top: 14px;
  word-break: break-word;
  white-space: normal;
}

p.brand-text {
  font-size: 16px;
  margin-top: 10px;
}

p.brand-text-en {
  font-size: 18px;
  margin-top: 10px;
  word-break: break-word;
  white-space: normal;
}

/**  個別記事
****************************************************************************/
.page-main_area h2 {
  margin: 30px 0;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}

.page-main_area h2::before {
  content: "";
  display: block;
  background-image: url(../images/h2-title_head.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.page-main_area h3 {
  font-size: 18px;
  font-weight: bold;
  color: #284C99;
  padding-left: 16px;
  border-left: solid 4px #284C99;
  margin: 30px 0;
}

.page-main_area h4 {
  font-size: 18px;
  font-weight: bold;
  color: #284C99;
  margin: 30px 0;
}

.page-main_area img {
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
  margin: 20px 0;
}

.page-main_area p {
  font-size: 16px;
  line-height: 1.6;
}

.archive-date {
  font-size: 14px;
  color: #284C99;
}

.archive-title {
  font-size: 20px;
  font-weight: bold;
  color: #284C99;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #284C99;
}

.page-contents {
  margin-top: 50px;
  word-wrap: normal;
  word-break: keep-all;

  & p {
    margin-bottom: 15px;
  }
}

.prev-next {
  margin: 60px auto 0;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
}

.prev-next a {
  font-size: 14px;
}

/**  会社概要
****************************************************************************/
section.mission-sec {
  padding: 70px 0;
  margin-top: 110px;
}

.mission-list_area {
  margin-top: 70px;
}

.mission-list_container {
  justify-content: center;
  gap: 40px;
  align-items: center;
}

.mission-list_img {
  max-width: 540px;
  width: 100%;
  height: 320px;
}

.mission-list_img img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.mission-text_area {
  max-width: 540px;
}

p.mission-text {
  font-size: 16px;
}

section.message-sec {
  padding: 70px 0;
  margin-top: 110px;
}

.message-list_area {
  margin-top: 70px;
}

.message_container {
  justify-content: center;
  gap: 40px;
  align-items: center;
}

.message-list_img {
  max-width: 400px;
  width: 100%;
  height: 400px;
}

.message-list_img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.message-text_area {
  max-width: 540px;
}

p.message-text {
  font-size: 16px;
}

section.company-sec {
  margin-top: 90px;
  padding: 70px 0;
}

ul.company-info_area {
  max-width: 900px;
  margin: 50px auto 0;
}

li.company-info {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #fff;
  flex-wrap: wrap;
  row-gap: 20px;
}

li.company-info:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.company-info_head {
  width: 220px;
  font-size: 16px;
  color: #fff;
}

.company-info_text {
  max-width: 680px;
  font-size: 16px;
  color: #fff;
}

.jp-company-logo-img {
  text-align: center;
  margin-top: 30px;

  & img {
    max-width: 150px;
  }
}

.news-mai_area-en {
  max-width: 520px;
  width: 100%;
}

/**  レスポンシブ
****************************************************************************/
/**      PC      **/
@media screen and (min-width: 781px) {
  .sp_part {
    display: none;
  }
}

/**      780以下      **/
@media screen and (max-width: 780px) {
  .pc_part {
    display: none;
  }

  /**  TOP
  ****************************************************************************/
  /**      メインビジュアル      **/
  section.main-visual {
    width: 90%;
    height: 640px;
    margin: -35px auto 0;
    position: relative;
    overflow: hidden;
  }

  section.main-visual-en {
    width: 90%;
    height: 640px;
    margin: -35px auto 0;
    position: relative;
  }

  section.main-visual::before {
    width: 100%;
    background-image: url(../images/mv_mb.jpg);
  }

  section.main-visual-en::before {
    width: 100%;
  }

  p.mv-copyright {
    display: none;
  }

  .scroll-area {
    display: none;
  }

  .main-visual_container {
    height: 640px;
  }

  .main-visual_container-en {
    height: 640px;
  }

  .main-catch_area {
    position: absolute;
    width: 330px;
    top: 63px;
    left: 10%;
    transform: translateX(-10%);
  }

  .main-catch_area-en {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-10%, -50%);
  }

  h1.main-catch {
    font-size: 25px;
    margin-bottom: 14px;
  }

  h1.main-catch-en {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  span.border {
    width: 130px;
    height: 1px;
  }

  p.sub-cacth {
    margin-top: 14px;
    font-size: 16px;
  }

  p.sub-cacth-en {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20.27px;
    width: 100%;
  }

  .img-banner-1 {
    display: none;
  }

  .img-banner-1-mb {
    position: absolute;
    bottom: 0;
    right: -39px;
    display: block;
  }


  .mv-btn {
    margin-top: 40px;
  }

  section.about-sec {
    margin-top: 60px;
  }

  section.course-sec {
    margin-top: 60px;
  }

  .about-centrair_logo {
    max-width: 280px;
  }

  p.centrair-text {
    font-size: 12px;
  }

  p.centrair-message {
    font-size: 14px;
    margin-top: 30px;
  }

  p.centrair-message-en {
    font-size: 14px;
    margin-top: 30px;
    width: 95%;
  }

  section.news-sec {
    margin-top: 60px;
    padding: 40px 0;
  }

  .news-sec_container {
    display: block;
  }

  .news-title_area {
    margin-bottom: 40px;
  }

  p.news-sec_message {
    margin-top: 40px;
    font-size: 14px;
  }

  li.news-list {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .news-date {
    font-size: 12px;
  }

  .news-title {
    font-size: 14px;
    margin-top: 16px;
  }

  .news-btn {
    margin: 25px auto 0;
    width: 220px;

    & a {
      padding-left: 18px;
    }
  }

  section.information-sec {
    margin-top: 90px;
  }

  ul.info-list_area {
    margin-top: 40px;
  }

  li.info-list {
    margin: 10px;
    display: block;
  }

  .info-img {
    width: 270px;
    height: 170px;
  }

  .info-img img {
    width: 100%;
    height: 170px;
  }

  .info-text_area {
    width: 270px;
    height: 170px;
    padding: 15px;
  }

  .info-date {
    font-size: 12px;
    color: #a4a4a4;
  }

  .info-title {
    font-size: 16px;
    margin-top: 16px;
  }

  .info-title-en {
    font-size: 16px;
  }

  .info-text {
    font-size: 12px;
    margin-top: 16px;
  }

  section.service-sec {
    margin-top: 90px;
  }

  .service-list_area {
    padding: 50px 0;
  }

  .service-list_container {
    flex-wrap: wrap;
    gap: 20px;
  }

  .service-list_img {
    max-width: 460px;
    width: 100%;
    height: 280px;
  }

  .service-list_img-en {
    max-width: 460px;
    width: 100%;
    height: 196px;
  }

  .service-list_img img {
    width: 100%;
    height: 280px;
  }

  .service-list_img-en img {
    width: 100%;
    height: 196px;
  }

  .service-text_area {
    max-width: 460px;
  }

  span.service-number {
    font-size: 18px;
  }

  span.service-number-en {
    font-size: 16px;
  }

  h3.service-title_head {
    font-size: 18px;
  }

  h3.service-title_head-en {
    font-size: 16px;
    margin-top: 0px;
  }

  p.service-text {
    font-size: 14px;
    margin-top: 20px;
  }

  p.service-text-en {
    font-size: 14px;
    margin-top: 22px;
    font-weight: 500;
  }

  .service-btn {
    margin-top: 30px;
    width: 290px !important;
    margin-right: auto;
    margin-left: auto;
  }

  .reverse {
    flex-direction: column-reverse;
  }

  section.brand-sec {
    margin-top: 70px;
  }

  ul.brand-list_area {
    margin-top: 50px;
    justify-content: center;
    gap: 25px;
    row-gap: 25px;
    flex-wrap: wrap;
  }

  li.brand-list {
    width: 320px;
    margin-bottom: 30px;
  }

  h3.brand-title {
    font-size: 16px;
  }

  h3.brand-title-en {
    font-size: 18px;
  }

  p.brand-text {
    font-size: 14px;
  }

  p.brand-text-en {
    font-size: 16px;
  }

  /**  個別記事
  ****************************************************************************/
  .page-main_area h2 {
    font-size: 18px;
    padding-left: 28px;
  }

  .page-main_area h2::before {
    width: 20px;
    height: 21px;
  }

  .page-main_area h3 {
    font-size: 16px;
  }

  .page-main_area h4 {
    font-size: 16px;
  }

  .page-main_area img {
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    height: auto;
    margin: 20px 0;
  }

  .page-main_area p {
    font-size: 14px;
    line-height: 1.6;
  }

  .archive-date {
    font-size: 14px;
    color: #284C99;
  }

  .archive-title {
    font-size: 20px;
    margin-top: 10px;
  }

  .page-contents {
    margin-top: 30px;
  }

  .prev-next {
    gap: 14px;
    font-size: 12px;
  }

  .prev-next a {
    font-size: 12px;
  }

  /**  会社概要
  ****************************************************************************/
  section.mission-sec {
    padding: 50px 0;
    margin-top: 70px;
  }

  .mission-list_area {
    margin-top: 50px;
  }

  .mission-list_container {
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .mission-list_img {
    max-width: unset;
    width: 100%;
    height: unset;
  }

  .mission-list_img img {
    width: 100%;
    height: 100%;
  }

  .mission-text_area {
    max-width: 540px;
  }

  p.mission-text {
    font-size: 14px;
  }

  section.message-sec {
    padding: 50px 0;
    margin-top: 70px;
  }

  .message-list_area {
    margin-top: 70px;
  }

  .message-list_container {
    gap: 30px;
    flex-wrap: wrap;
  }

  .message-list_img {
    max-width: unset;
    width: 100%;
    height: unset;
  }

  .message-list_img img {
    width: 100%;
    height: 100%;
  }

  .message-text_area {
    max-width: 540px;
  }

  p.message-text {
    font-size: 16px;
  }

  section.company-sec {
    margin-top: 70px;
    padding: 50px 0;
  }

  ul.company-info_area {
    max-width: 600px;
    margin: 40px auto 0;
  }

  li.company-info {
    margin-bottom: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .company-info_head {
    width: 220px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
  }

  .company-info_text {
    font-size: 14px;
  }

  p.news-sec_message-en {
    margin-top: 40px;
    font-size: 14px;
  }
}

/**      SP      **/
@media screen and (max-width: 480px) {
  .about-sec_container {
    flex-direction: column;
    margin-bottom: 60px;

    & .sec-main_title {
      height: 80px;
      line-height: 55px;

      & .about-title {
        font-size: 12px;
      }
    }

    & .sec-main_title::before {
      font-size: 55px !important;
    }
  }

  .reason-sec {
    & .top {
      height: 700px;
      padding-top: 54px;

      & .reason-text {

        & .text-1 {
          font-size: 12px;
        }

        & .text-2 {
          font-size: 18px;
        }
      }

      & .block-text {
        flex-direction: column;
        margin-top: 45px;
        gap: 25px;

        & .sub-text {
          padding: 10px;
          width: 90%;
          height: 150px;
          letter-spacing: 0 !important;
          word-break: break-word;
          color: #204695;
          background-color: #fff;
          font-weight: 700;
          font-size: 16px;
          position: relative;

          & .icon-top {
            width: 18px;
            height: 18px;
            background-color: #BF0017;
            position: absolute;
            top: 0;
            left: 0;
          }

          & span {
            letter-spacing: 0 !important;
          }
        }
      }
    }

    & .top::before {
      position: absolute;
      top: 55px;
      font-size: 40px;
      word-break: break-word;
      text-align: center;
      width: 90%;
    }

    & .top::after {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 50%;
      top: 100%;
      transform: translateX(-50%);
      border-width: 20px;
      border-style: solid;
      border-color: #204695 transparent transparent transparent;
      z-index: 10;
    }

    & .bottom {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;

      & .text.jp {
        max-width: 812px !important;
        padding: 25px 15px;

        & .title {
          text-align: justify;
          margin-right: auto;
          margin-left: auto;
          padding: 0 20px;
        }
      }

      & .text {
        width: 330px;
        top: 67px;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 0;

        & .pink-blur {
          font-size: 14px;
        }

        & .title {
          font-size: 14px;
          font-weight: 700;
          letter-spacing: 0;
          width: 90%;
          word-break: break-word;
          margin-right: auto;
          margin-left: auto;
          text-align: justify;
          padding: 0 20px;

          & span:not(.pink-blur)::before {
            font-size: 14px;
          }
        }

        & .content {
          font-size: 15px;
          font-weight: 400;
          padding-left: 20px;
          padding-right: 20px;
          letter-spacing: 0 !important;
          margin-top: 20px;
          margin-bottom: 5px;
          word-break: break-word;
        }
      }

      & .img-reason-1 {
        width: auto;
        height: 250px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }

  section.course-sec {
    margin-top: 51px;
    max-width: 90%;

    & .contents-wrap {
      width: 100%;
    }
  }

  .course-sec_container {
    flex-direction: column;

    & .about-left {
      max-width: 100%;
      margin-bottom: 31px;

      & .sec-title-1 {
        font-size: 12px;
        margin-bottom: 5px;
      }

      & .sec-title-2 {
        font-size: 18px;
        letter-spacing: 0;
      }
    }

    & .about-right {
      max-width: 100%;

      & img {
        width: 100%;
      }
    }

    & .sec-main_title {
      height: 80px;
      line-height: 55px;

      & .about-title {
        font-size: 12px;
      }
    }

    & .sec-main_title::before {
      font-size: 44px !important;
      line-height: 64px;
    }
  }

  .course-price-sec {
    padding-top: 60px;
    padding-bottom: 60px;

    & .contents-wrap {

      & .title:not(:first-child) {
        margin-top: 24px;
      }

      & .title {
        width: 100%;
        height: auto;

        & h1 {
          font-size: 12px;
        }

        & p {
          font-size: 18px;
        }
      }

      & .title::before {
        position: absolute;
        font-size: 40px;
        line-height: 58px;
      }

      & .list-course {
        max-width: 100%;


        & .item {
          width: 100%;
          background-color: #fff;
          padding-top: 20px;
          padding-bottom: 20px;
          padding-left: 17px;
          padding-right: 17px;

          & .block-right {
            & .price {
              & p:last-child {
                font-size: 16px;
              }
            }
          }
        }
      }
    }
  }

  .course-news-sec {
    & .news {
      flex-direction: column;
      gap: 13px;

      & .text {
        & .title {
          font-size: 18px;
        }

        & .content {
          font-size: 14px;
        }
      }
    }
  }

  .pagination {
    text-align: center;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;

    & .btn-next,
    & .btn-previous {
      margin-right: 20px;
      margin-left: 20px;
    }
  }
}